stentor-constants 1.65.9 → 1.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/requests.d.ts +2 -1
- package/lib/requests.js +2 -1
- package/lib/requests.js.map +1 -1
- package/package.json +3 -3
package/lib/requests.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! Copyright (c) 2020, XAPPmedia */
|
|
2
|
-
import { AttachmentRequestID, AudioPlayerPlaybackFailedEvent, AudioPlayerPlaybackFinishedEvent, AudioPlayerPlaybackNearlyFinishedEvent, AudioPlayerPlaybackStartedEvent, AudioPlayerPlaybackStoppedEvent, AudioPlayerRequestType, AudioPlayerSystemExceptionEvent, ChannelActionRequestType, InputUnknownID, InputUnknownRequestType, IntentRequestType, KnowledgeAnswerID, LaunchRequestID, LaunchRequestType, NotificationPermissionRequestType, OptionSelectID, OptionSelectRequestType, PermissionGrantID, PermissionRequestType, PlaybackControlNextEvent, PlaybackControlPauseEvent, PlaybackControlPlayEvent, PlaybackControlPreviousEvent, PlaybackControlRequestType, RawQueryRequestType, SessionEndedRequestType, SignInID, SignInRequestType, SurfaceChangeRequestType, TransactionDecisionType, TransactionDeliveryAddressType, TransactionRequirementCheckType } from "stentor-models";
|
|
2
|
+
import { AttachmentRequestID, AudioPlayerPlaybackFailedEvent, AudioPlayerPlaybackFinishedEvent, AudioPlayerPlaybackNearlyFinishedEvent, AudioPlayerPlaybackStartedEvent, AudioPlayerPlaybackStoppedEvent, AudioPlayerRequestType, AudioPlayerSystemExceptionEvent, ChannelActionRequestType, EventRequestType, InputUnknownID, InputUnknownRequestType, IntentRequestType, KnowledgeAnswerID, LaunchRequestID, LaunchRequestType, NotificationPermissionRequestType, OptionSelectID, OptionSelectRequestType, PermissionGrantID, PermissionRequestType, PlaybackControlNextEvent, PlaybackControlPauseEvent, PlaybackControlPlayEvent, PlaybackControlPreviousEvent, PlaybackControlRequestType, RawQueryRequestType, SessionEndedRequestType, SignInID, SignInRequestType, SurfaceChangeRequestType, TransactionDecisionType, TransactionDeliveryAddressType, TransactionRequirementCheckType } from "stentor-models";
|
|
3
3
|
export declare const LAUNCH_REQUEST_ID: LaunchRequestID;
|
|
4
4
|
export declare const INPUT_UNKNOWN_ID: InputUnknownID;
|
|
5
5
|
export declare const PERMISSION_GRANT_ID: PermissionGrantID;
|
|
@@ -9,6 +9,7 @@ export declare const KNOWLEDGE_ANSWER_ID: KnowledgeAnswerID;
|
|
|
9
9
|
export declare const ATTACHMENT_REQUEST_ID: AttachmentRequestID;
|
|
10
10
|
export declare const AUDIO_PLAYER_REQUEST_TYPE: AudioPlayerRequestType;
|
|
11
11
|
export declare const CHANNEL_ACTION_REQUEST_TYPE: ChannelActionRequestType;
|
|
12
|
+
export declare const EVENT_REQUEST_TYPE: EventRequestType;
|
|
12
13
|
export declare const INPUT_UNKNOWN_REQUEST_TYPE: InputUnknownRequestType;
|
|
13
14
|
export declare const INTENT_REQUEST_TYPE: IntentRequestType;
|
|
14
15
|
export declare const LAUNCH_REQUEST_TYPE: LaunchRequestType;
|
package/lib/requests.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PLAYBACK_CONTROL_PREVIOUS_EVENT = exports.PLAYBACK_CONTROL_NEXT_EVENT = exports.PLAYBACK_CONTROL_PLAY_EVENT = exports.PLAYBACK_CONTROL_PAUSE_EVENT = exports.AUDIO_PLAYER_SYSTEM_EXCEPTION_EVENT = exports.AUDIO_PLAYER_PLAYBACK_FAILED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_NEARLY_FINISHED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_STOPPED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_FINISHED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_STARTED_EVENT = exports.TRANSACTION_DELIVERY_ADDRESS_REQUEST_TYPE = exports.TRANSACTION_DECISION_REQUEST_TYPE = exports.TRANSACTION_REQUIREMENT_CHECK_REQUEST_TYPE = exports.SURFACE_CHANGE_REQUEST_TYPE = exports.SIGN_IN_REQUEST_TYPE = exports.SESSION_ENDED_REQUEST_TYPE = exports.PLAYBACK_CONTROL_REQUEST_TYPE = exports.PERMISSION_REQUEST_TYPE = exports.OPTION_SELECT_REQUEST_TYPE = exports.NOTIFICATION_PERMISSION_REQUEST_TYPE = exports.RAW_QUERY_REQUEST_TYPE = exports.LAUNCH_REQUEST_TYPE = exports.INTENT_REQUEST_TYPE = exports.INPUT_UNKNOWN_REQUEST_TYPE = exports.CHANNEL_ACTION_REQUEST_TYPE = exports.AUDIO_PLAYER_REQUEST_TYPE = exports.ATTACHMENT_REQUEST_ID = exports.KNOWLEDGE_ANSWER_ID = exports.SIGN_IN_ID = exports.OPTION_SELECT_ID = exports.PERMISSION_GRANT_ID = exports.INPUT_UNKNOWN_ID = exports.LAUNCH_REQUEST_ID = void 0;
|
|
3
|
+
exports.PLAYBACK_CONTROL_PREVIOUS_EVENT = exports.PLAYBACK_CONTROL_NEXT_EVENT = exports.PLAYBACK_CONTROL_PLAY_EVENT = exports.PLAYBACK_CONTROL_PAUSE_EVENT = exports.AUDIO_PLAYER_SYSTEM_EXCEPTION_EVENT = exports.AUDIO_PLAYER_PLAYBACK_FAILED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_NEARLY_FINISHED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_STOPPED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_FINISHED_EVENT = exports.AUDIO_PLAYER_PLAYBACK_STARTED_EVENT = exports.TRANSACTION_DELIVERY_ADDRESS_REQUEST_TYPE = exports.TRANSACTION_DECISION_REQUEST_TYPE = exports.TRANSACTION_REQUIREMENT_CHECK_REQUEST_TYPE = exports.SURFACE_CHANGE_REQUEST_TYPE = exports.SIGN_IN_REQUEST_TYPE = exports.SESSION_ENDED_REQUEST_TYPE = exports.PLAYBACK_CONTROL_REQUEST_TYPE = exports.PERMISSION_REQUEST_TYPE = exports.OPTION_SELECT_REQUEST_TYPE = exports.NOTIFICATION_PERMISSION_REQUEST_TYPE = exports.RAW_QUERY_REQUEST_TYPE = exports.LAUNCH_REQUEST_TYPE = exports.INTENT_REQUEST_TYPE = exports.INPUT_UNKNOWN_REQUEST_TYPE = exports.EVENT_REQUEST_TYPE = exports.CHANNEL_ACTION_REQUEST_TYPE = exports.AUDIO_PLAYER_REQUEST_TYPE = exports.ATTACHMENT_REQUEST_ID = exports.KNOWLEDGE_ANSWER_ID = exports.SIGN_IN_ID = exports.OPTION_SELECT_ID = exports.PERMISSION_GRANT_ID = exports.INPUT_UNKNOWN_ID = exports.LAUNCH_REQUEST_ID = void 0;
|
|
4
4
|
exports.LAUNCH_REQUEST_ID = "LaunchRequest";
|
|
5
5
|
exports.INPUT_UNKNOWN_ID = "InputUnknown";
|
|
6
6
|
exports.PERMISSION_GRANT_ID = "PermissionGrant";
|
|
@@ -11,6 +11,7 @@ exports.ATTACHMENT_REQUEST_ID = "AttachmentRequest";
|
|
|
11
11
|
// Standard Request Types
|
|
12
12
|
exports.AUDIO_PLAYER_REQUEST_TYPE = "AUDIO_PLAYER_REQUEST";
|
|
13
13
|
exports.CHANNEL_ACTION_REQUEST_TYPE = "CHANNEL_ACTION_REQUEST";
|
|
14
|
+
exports.EVENT_REQUEST_TYPE = "EVENT_REQUEST";
|
|
14
15
|
exports.INPUT_UNKNOWN_REQUEST_TYPE = "INPUT_UNKNOWN_REQUEST";
|
|
15
16
|
exports.INTENT_REQUEST_TYPE = "INTENT_REQUEST";
|
|
16
17
|
exports.LAUNCH_REQUEST_TYPE = "LAUNCH_REQUEST";
|
package/lib/requests.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requests.js","sourceRoot":"","sources":["../src/requests.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"requests.js","sourceRoot":"","sources":["../src/requests.ts"],"names":[],"mappings":";;;AAsCa,QAAA,iBAAiB,GAAoB,eAAe,CAAC;AACrD,QAAA,gBAAgB,GAAmB,cAAc,CAAC;AAElD,QAAA,mBAAmB,GAAsB,iBAAiB,CAAC;AAC3D,QAAA,gBAAgB,GAAmB,cAAc,CAAC;AAClD,QAAA,UAAU,GAAa,QAAQ,CAAC;AAChC,QAAA,mBAAmB,GAAsB,iBAAiB,CAAC;AAC3D,QAAA,qBAAqB,GAAwB,mBAAmB,CAAC;AAE9E,yBAAyB;AACZ,QAAA,yBAAyB,GAA2B,sBAAsB,CAAC;AAC3E,QAAA,2BAA2B,GAA6B,wBAAwB,CAAC;AACjF,QAAA,kBAAkB,GAAqB,eAAe,CAAC;AACvD,QAAA,0BAA0B,GAA4B,uBAAuB,CAAC;AAC9E,QAAA,mBAAmB,GAAsB,gBAAgB,CAAC;AAC1D,QAAA,mBAAmB,GAAsB,gBAAgB,CAAC;AAC1D,QAAA,sBAAsB,GAAwB,mBAAmB,CAAC;AAClE,QAAA,oCAAoC,GAAsC,sCAAsC,CAAC;AACjH,QAAA,0BAA0B,GAA4B,uBAAuB,CAAC;AAC9E,QAAA,uBAAuB,GAA0B,kBAAkB,CAAC;AACpE,QAAA,6BAA6B,GAA+B,0BAA0B,CAAC;AACvF,QAAA,0BAA0B,GAA4B,uBAAuB,CAAC;AAC9E,QAAA,oBAAoB,GAAsB,iBAAiB,CAAC;AAC5D,QAAA,2BAA2B,GAA6B,wBAAwB,CAAC;AAE9F,+BAA+B;AAClB,QAAA,0CAA0C,GAAoC,uCAAuC,CAAC;AACtH,QAAA,iCAAiC,GAA4B,8BAA8B,CAAC;AAC5F,QAAA,yCAAyC,GAAmC,sCAAsC,CAAC;AAEhI,wBAAwB;AACX,QAAA,mCAAmC,GAAoC,4BAA4B,CAAC;AACpG,QAAA,oCAAoC,GAAqC,6BAA6B,CAAC;AACvG,QAAA,mCAAmC,GAAoC,4BAA4B,CAAC;AACpG,QAAA,2CAA2C,GAA2C,mCAAmC,CAAC;AAC1H,QAAA,kCAAkC,GAAmC,2BAA2B,CAAC;AACjG,QAAA,mCAAmC,GAAoC,4BAA4B,CAAC;AAEjH,4BAA4B;AACf,QAAA,4BAA4B,GAA8B,2BAA2B,CAAC;AACtF,QAAA,2BAA2B,GAA6B,0BAA0B,CAAC;AACnF,QAAA,2BAA2B,GAA6B,0BAA0B,CAAC;AACnF,QAAA,+BAA+B,GAAiC,8BAA8B,CAAC"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.66.0",
|
|
8
8
|
"description": "Constants for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@xapp/config": "0.2.3",
|
|
20
|
-
"stentor-models": "1.
|
|
20
|
+
"stentor-models": "1.66.0",
|
|
21
21
|
"typescript": "5.9.3"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"build": "tsc -d true -p .",
|
|
28
28
|
"clean": "rm -rf ./lib/*"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "c316424dd34c83ea115fa5ca7f5711d43acc03f7"
|
|
31
31
|
}
|