alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

skipOnEnablement field is missed in the AccountLinkingRequest type #653

Closed z4o4z closed 3 years ago

z4o4z commented 3 years ago

skipOnEnablement is missed in the v1.skill.accountLinking.AccountLinkingRequest type

P.S. issue in alexa-apis-for-nodejs: https://github.com/alexa/alexa-apis-for-nodejs/issues/12 PR in alexa-apis-for-nodejs: https://github.com/alexa/alexa-apis-for-nodejs/pull/13

ShenChen93 commented 3 years ago

Hi @z4o4z

Thanks again for pointing this issue in model. Will fix it in next model release.

Thanks, Shen

ShenChen93 commented 3 years ago

As mentioned in #652 , patch release of smapi sdk model is done to add skipOnEnablement property as well. Closing this issue for now, please reopen if you have any questions and concerns :)

Thanks, Shen