Skip to content

Commit 09b9b58

Browse files
committed
chore: release model
1 parent 539ac15 commit 09b9b58

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

ask-sdk-model/index.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ export namespace events.skillevents {
852852
*/
853853
export interface PermissionBody {
854854
'acceptedPermissions'?: Array<events.skillevents.Permission>;
855+
'acceptedPersonPermissions'?: Array<events.skillevents.Permission>;
855856
}
856857
}
857858

@@ -3786,7 +3787,7 @@ export namespace events.skillevents {
37863787

37873788
export namespace events.skillevents {
37883789
/**
3789-
* This event indicates a customer subscription to receive events from your skill and contains information for that user. You need this information to know the userId in order to send events to individual users. Note that these events can arrive out of order, so ensure that your skill service uses the timestamp in the event to correctly record the latest subscription state for a customer.
3790+
* This event indicates a customer subscription to receive events from your skill and contains information for that user and person, if recognized. You need this information to know the userId and personId in order to send events to individual users. Note that these events can arrive out of order, so ensure that your skill service uses the timestamp in the event to correctly record the latest subscription state for a customer.
37903791
* @interface
37913792
*/
37923793
export interface ProactiveSubscriptionChangedRequest {
@@ -4546,7 +4547,7 @@ export namespace interfaces.alexa.presentation.aplt {
45464547

45474548
export namespace interfaces.alexa.presentation.html {
45484549
/**
4549-
* The HandleMessage directive sends a message to a skill's web application that runs on the device browser. To use this directive, [apply to participate](https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html) in the Alexa Web API for Games developer preview.
4550+
* The HandleMessage directive sends a message to a skill's web application that runs on the device browser.
45504551
* @interface
45514552
*/
45524553
export interface HandleMessageDirective {
@@ -4558,7 +4559,7 @@ export namespace interfaces.alexa.presentation.html {
45584559

45594560
export namespace interfaces.alexa.presentation.html {
45604561
/**
4561-
* The Message request sends a message to the skill lambda. To use this request, [apply to participate](https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html) in the Alexa Web API for Games developer preview.
4562+
* The Message request sends a message to the skill lambda.
45624563
* @interface
45634564
*/
45644565
export interface MessageRequest {
@@ -4572,7 +4573,7 @@ export namespace interfaces.alexa.presentation.html {
45724573

45734574
export namespace interfaces.alexa.presentation.html {
45744575
/**
4575-
* The RuntimeError request occurs when the device software encounters an error with loading a skill's web application. To use this request, [apply to participate](https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html) in the Alexa Web API for Games developer preview.
4576+
* The RuntimeError request occurs when the device software encounters an error with loading a skill's web application.
45764577
* @interface
45774578
*/
45784579
export interface RuntimeErrorRequest {
@@ -4586,7 +4587,7 @@ export namespace interfaces.alexa.presentation.html {
45864587

45874588
export namespace interfaces.alexa.presentation.html {
45884589
/**
4589-
* The Start directive provides the data necessary to load an HTML page on the target device. To use this directive, [apply to participate](https://build.amazonalexadev.com/AlexaWebAPIforGamesDeveloperPreview_AlexaWebAPIforGames.html) in the Alexa Web API for Games developer preview.
4590+
* The Start directive provides the data necessary to load an HTML page on the target device.
45904591
* @interface
45914592
*/
45924593
export interface StartDirective {

ask-sdk-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ask-sdk-model",
3-
"version": "1.29.0",
3+
"version": "1.30.0",
44
"description": "Model package for Alexa Skills Kit SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)