stentor-models 1.56.76 → 1.56.79

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.
@@ -46,7 +46,7 @@ export interface ResponseData {
46
46
  /**
47
47
  * Provides context to the user for select system responses.
48
48
  *
49
- * Used for SURFACE_CHANGE, ACCOUNT_LINK,
49
+ * Used for SURFACE_CHANGE, ACCOUNT_LINK, or generically to pass information to the client surface.
50
50
  */
51
51
  content?: string;
52
52
  /**
@@ -56,7 +56,7 @@ export interface ResponseData {
56
56
  */
57
57
  title?: string;
58
58
  /**
59
- * If a request ({@link see IntentRequest.canFulfill}) has canFufill as true,
59
+ * If a request ({@link see IntentRequest.canFulfill}) has canFulfill as true,
60
60
  * this provides information about it's ability to fulfill the request.
61
61
  *
62
62
  */
@@ -112,7 +112,7 @@ export interface SimpleResponse<T = string | ResponseOutput> extends Partial<Act
112
112
  /**
113
113
  * System responses to perform account links, control media, surface changes, and permission requests.
114
114
  */
115
- system?: "ACCOUNT_LINK" | "MEDIA_ENQUEUE" | "MEDIA_STOP" | "SURFACE_CHANGE" | "PERMISSION_LIST" | "PERMISSION_EMAIL" | "PERMISSION_PHONE_NUMBER" | "PERMISSION_LOCATION_PRECISE" | "PERMISSION_LOCATION_COARSE" | "PERMISSION_NOTIFICATION" | "TRANSFER_CALL" | "HANDOFF" | "TRANSACTION_REQUIREMENTS_CHECK" | "TRANSACTION_DELIVERY_ADDRESS" | "TRANSACTION_DECISION" | "TRANSACTION_STATUS";
115
+ system?: "ACCOUNT_LINK" | "HANDOFF" | "MEDIA_ENQUEUE" | "MEDIA_STOP" | "PERMISSION_EMAIL" | "PERMISSION_LIST" | "PERMISSION_LOCATION_COARSE" | "PERMISSION_LOCATION_PRECISE" | "PERMISSION_NOTIFICATION" | "PERMISSION_PHONE_NUMBER" | "SURFACE_CHANGE" | "SURFACE_CLOSE" | "SURFACE_MINIMIZE" | "SURFACE_RESET" | "TRANSACTION_DECISION" | "TRANSACTION_DELIVERY_ADDRESS" | "TRANSACTION_REQUIREMENTS_CHECK" | "TRANSACTION_STATUS" | "TRANSFER_CALL";
116
116
  /**
117
117
  * Supplemental data to augment the response.
118
118
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.56.76",
7
+ "version": "1.56.79",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "1.40.260"
35
35
  },
36
- "gitHead": "0a1263eac73fa208404e2674ce99d16d11a3f6d6"
36
+ "gitHead": "322fe965bb5f17ab21f3d13855934782de7ff1bd"
37
37
  }