@alwaysai/device-agent-schemas 2.1.0 → 2.1.2
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/constants.d.ts +7 -7
- package/lib/constants.d.ts.map +1 -1
- package/lib/constants.js +2 -2
- package/lib/constants.js.map +1 -1
- package/package.json +1 -1
- package/src/constants.ts +4 -4
package/lib/constants.d.ts
CHANGED
|
@@ -18,8 +18,8 @@ declare const toClientMessageTypeEnum: {
|
|
|
18
18
|
declare const toDeviceAgentMessageTypeEnum: {
|
|
19
19
|
app_state_control: "app_state_control";
|
|
20
20
|
app_version_control: "app_version_control";
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
app_install_response: "app_install_response";
|
|
22
|
+
models_install_response: "models_install_response";
|
|
23
23
|
live_state_updates: "live_state_updates";
|
|
24
24
|
status_response: "status_response";
|
|
25
25
|
};
|
|
@@ -27,8 +27,8 @@ export declare const keyMirrors: {
|
|
|
27
27
|
toDeviceAgentMessageType: {
|
|
28
28
|
app_state_control: "app_state_control";
|
|
29
29
|
app_version_control: "app_version_control";
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
app_install_response: "app_install_response";
|
|
31
|
+
models_install_response: "models_install_response";
|
|
32
32
|
live_state_updates: "live_state_updates";
|
|
33
33
|
status_response: "status_response";
|
|
34
34
|
};
|
|
@@ -74,12 +74,12 @@ export declare type AppStateMessageType = typeof toClientMessageTypeEnum.app_sta
|
|
|
74
74
|
export declare type DeviceStatsMessageType = typeof toClientMessageTypeEnum.device_stats;
|
|
75
75
|
export declare type StatusResponseMessageType = typeof toClientMessageTypeEnum.status_response;
|
|
76
76
|
export declare type SignedUrlsRequestMessageType = typeof toCloudMessageTypeEnum.signed_urls_request;
|
|
77
|
-
export declare const toDeviceAgentMessageTypeValues: ("status_response" | "app_state_control" | "app_version_control" | "
|
|
77
|
+
export declare const toDeviceAgentMessageTypeValues: ("status_response" | "app_state_control" | "app_version_control" | "app_install_response" | "models_install_response" | "live_state_updates")[];
|
|
78
78
|
export declare type ToDeviceAgentMessageTypeValue = keyof typeof keyMirrors.toDeviceAgentMessageType;
|
|
79
79
|
export declare type AppStateControlMessageType = typeof toDeviceAgentMessageTypeEnum.app_state_control;
|
|
80
80
|
export declare type AppVersionControlMessageType = typeof toDeviceAgentMessageTypeEnum.app_version_control;
|
|
81
|
-
export declare type AppInstallResponseMessageType = typeof toDeviceAgentMessageTypeEnum.
|
|
82
|
-
export declare type ModelsInstallResponseMessageType = typeof toDeviceAgentMessageTypeEnum.
|
|
81
|
+
export declare type AppInstallResponseMessageType = typeof toDeviceAgentMessageTypeEnum.app_install_response;
|
|
82
|
+
export declare type ModelsInstallResponseMessageType = typeof toDeviceAgentMessageTypeEnum.models_install_response;
|
|
83
83
|
export declare type LiveStateUpdatesTogglesMessageType = typeof toDeviceAgentMessageTypeEnum.live_state_updates;
|
|
84
84
|
export declare const appStateValues: ("up" | "stopped" | "restarting")[];
|
|
85
85
|
export declare type AppStateValue = keyof typeof keyMirrors.appState;
|
package/lib/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,8BAA8B,CAAC;AAC9D,eAAO,MAAM,iBAAiB,8BAA8B,CAAC;AAC7D,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AACrD,eAAO,MAAM,gBAAgB,gCAAgC,CAAC;AAE9D,eAAO,MAAM,mBAAmB,cAAc,CAAC;AAC/C,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,eAAO,MAAM,mBAAmB,cAAc,CAAC;AAC/C,eAAO,MAAM,WAAW,eAAe,CAAC;AAExC,QAAA,MAAM,sBAAsB;;CAE1B,CAAC;AAEH,QAAA,MAAM,uBAAuB;;;;;CAK3B,CAAC;AAEH,QAAA,MAAM,4BAA4B;;;;;;;CAOhC,CAAC;AA8BH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAStB,CAAC;AAEF,eAAO,MAAM,wBAAwB,yBAA+C,CAAC;AACrF,oBAAY,uBAAuB,GAAG,MAAM,OAAO,UAAU,CAAC,kBAAkB,CAAC;AAEjF,eAAO,MAAM,yBAAyB,mEAAgD,CAAC;AACvF,oBAAY,wBAAwB,GAAG,MAAM,OAAO,UAAU,CAAC,mBAAmB,CAAC;AAEnF,oBAAY,kBAAkB,GAAG,OAAO,uBAAuB,CAAC,QAAQ,CAAC;AACzE,oBAAY,mBAAmB,GAAG,OAAO,uBAAuB,CAAC,SAAS,CAAC;AAC3E,oBAAY,sBAAsB,GAAG,OAAO,uBAAuB,CAAC,YAAY,CAAC;AACjF,oBAAY,yBAAyB,GAAG,OAAO,uBAAuB,CAAC,eAAe,CAAC;AACvF,oBAAY,4BAA4B,GACtC,OAAO,sBAAsB,CAAC,mBAAmB,CAAC;AAEpD,eAAO,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,8BAA8B,CAAC;AAC9D,eAAO,MAAM,iBAAiB,8BAA8B,CAAC;AAC7D,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AACrD,eAAO,MAAM,gBAAgB,gCAAgC,CAAC;AAE9D,eAAO,MAAM,mBAAmB,cAAc,CAAC;AAC/C,eAAO,MAAM,kBAAkB,aAAa,CAAC;AAC7C,eAAO,MAAM,mBAAmB,cAAc,CAAC;AAC/C,eAAO,MAAM,WAAW,eAAe,CAAC;AAExC,QAAA,MAAM,sBAAsB;;CAE1B,CAAC;AAEH,QAAA,MAAM,uBAAuB;;;;;CAK3B,CAAC;AAEH,QAAA,MAAM,4BAA4B;;;;;;;CAOhC,CAAC;AA8BH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAStB,CAAC;AAEF,eAAO,MAAM,wBAAwB,yBAA+C,CAAC;AACrF,oBAAY,uBAAuB,GAAG,MAAM,OAAO,UAAU,CAAC,kBAAkB,CAAC;AAEjF,eAAO,MAAM,yBAAyB,mEAAgD,CAAC;AACvF,oBAAY,wBAAwB,GAAG,MAAM,OAAO,UAAU,CAAC,mBAAmB,CAAC;AAEnF,oBAAY,kBAAkB,GAAG,OAAO,uBAAuB,CAAC,QAAQ,CAAC;AACzE,oBAAY,mBAAmB,GAAG,OAAO,uBAAuB,CAAC,SAAS,CAAC;AAC3E,oBAAY,sBAAsB,GAAG,OAAO,uBAAuB,CAAC,YAAY,CAAC;AACjF,oBAAY,yBAAyB,GAAG,OAAO,uBAAuB,CAAC,eAAe,CAAC;AACvF,oBAAY,4BAA4B,GACtC,OAAO,sBAAsB,CAAC,mBAAmB,CAAC;AAEpD,eAAO,MAAM,8BAA8B,iJAE1C,CAAC;AACF,oBAAY,6BAA6B,GACvC,MAAM,OAAO,UAAU,CAAC,wBAAwB,CAAC;AAEnD,oBAAY,0BAA0B,GACpC,OAAO,4BAA4B,CAAC,iBAAiB,CAAC;AAExD,oBAAY,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,mBAAmB,CAAC;AAC1D,oBAAY,6BAA6B,GACvC,OAAO,4BAA4B,CAAC,oBAAoB,CAAC;AAC3D,oBAAY,gCAAgC,GAC1C,OAAO,4BAA4B,CAAC,uBAAuB,CAAC;AAC9D,oBAAY,kCAAkC,GAC5C,OAAO,4BAA4B,CAAC,kBAAkB,CAAC;AAEzD,eAAO,MAAM,cAAc,qCAAqC,CAAC;AACjE,oBAAY,aAAa,GAAG,MAAM,OAAO,UAAU,CAAC,QAAQ,CAAC;AAE7D,eAAO,MAAM,qBAAqB,kCAA4C,CAAC;AAC/E,oBAAY,oBAAoB,GAAG,MAAM,OAAO,UAAU,CAAC,eAAe,CAAC;AAE3E,eAAO,MAAM,uBAAuB,6BAA8C,CAAC;AACnF,oBAAY,sBAAsB,GAAG,MAAM,OAAO,UAAU,CAAC,iBAAiB,CAAC;AAE/E,eAAO,MAAM,iBAAiB,kBAAwC,CAAC;AACvE,oBAAY,gBAAgB,GAAG,MAAM,OAAO,UAAU,CAAC,WAAW,CAAC;AAEnE,eAAO,MAAM,oBAAoB,yDAA2C,CAAC;AAC7E,oBAAY,mBAAmB,GAAG,MAAM,OAAO,UAAU,CAAC,cAAc,CAAC"}
|
package/lib/constants.js
CHANGED
|
@@ -22,8 +22,8 @@ const toClientMessageTypeEnum = (0, utils_1.keyMirror)({
|
|
|
22
22
|
const toDeviceAgentMessageTypeEnum = (0, utils_1.keyMirror)({
|
|
23
23
|
app_state_control: null,
|
|
24
24
|
app_version_control: null,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
app_install_response: null,
|
|
26
|
+
models_install_response: null,
|
|
27
27
|
live_state_updates: null,
|
|
28
28
|
status_response: null,
|
|
29
29
|
});
|
package/lib/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAA,mCAAoC;AAEvB,QAAA,kBAAkB,GAAG,2BAA2B,CAAC;AACjD,QAAA,iBAAiB,GAAG,2BAA2B,CAAC;AAChD,QAAA,sBAAsB,GAAG,cAAc,CAAC;AACxC,QAAA,gBAAgB,GAAG,6BAA6B,CAAC;AAEjD,QAAA,mBAAmB,GAAG,WAAW,CAAC;AAClC,QAAA,kBAAkB,GAAG,UAAU,CAAC;AAChC,QAAA,mBAAmB,GAAG,WAAW,CAAC;AAClC,QAAA,WAAW,GAAG,YAAY,CAAC;AAExC,MAAM,sBAAsB,GAAG,IAAA,iBAAS,EAAC;IACvC,mBAAmB,EAAE,IAAI;CAC1B,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG,IAAA,iBAAS,EAAC;IACxC,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,YAAY,EAAE,IAAI;IAClB,eAAe,EAAE,IAAI;CACtB,CAAC,CAAC;AAEH,MAAM,4BAA4B,GAAG,IAAA,iBAAS,EAAC;IAC7C,iBAAiB,EAAE,IAAI;IACvB,mBAAmB,EAAE,IAAI;IACzB,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAA,mCAAoC;AAEvB,QAAA,kBAAkB,GAAG,2BAA2B,CAAC;AACjD,QAAA,iBAAiB,GAAG,2BAA2B,CAAC;AAChD,QAAA,sBAAsB,GAAG,cAAc,CAAC;AACxC,QAAA,gBAAgB,GAAG,6BAA6B,CAAC;AAEjD,QAAA,mBAAmB,GAAG,WAAW,CAAC;AAClC,QAAA,kBAAkB,GAAG,UAAU,CAAC;AAChC,QAAA,mBAAmB,GAAG,WAAW,CAAC;AAClC,QAAA,WAAW,GAAG,YAAY,CAAC;AAExC,MAAM,sBAAsB,GAAG,IAAA,iBAAS,EAAC;IACvC,mBAAmB,EAAE,IAAI;CAC1B,CAAC,CAAC;AAEH,MAAM,uBAAuB,GAAG,IAAA,iBAAS,EAAC;IACxC,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,YAAY,EAAE,IAAI;IAClB,eAAe,EAAE,IAAI;CACtB,CAAC,CAAC;AAEH,MAAM,4BAA4B,GAAG,IAAA,iBAAS,EAAC;IAC7C,iBAAiB,EAAE,IAAI;IACvB,mBAAmB,EAAE,IAAI;IACzB,oBAAoB,EAAE,IAAI;IAC1B,uBAAuB,EAAE,IAAI;IAC7B,kBAAkB,EAAE,IAAI;IACxB,eAAe,EAAE,IAAI;CACtB,CAAC,CAAC;AAEH,MAAM,YAAY,GAAG,IAAA,iBAAS,EAAC;IAC7B,EAAE,EAAE,IAAI;IACR,OAAO,EAAE,IAAI;IACb,UAAU,EAAE,IAAI;CACjB,CAAC,CAAC;AAEH,MAAM,mBAAmB,GAAG,IAAA,iBAAS,EAAC;IACpC,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,IAAI;IACV,OAAO,EAAE,IAAI;CACd,CAAC,CAAC;AAEH,MAAM,qBAAqB,GAAG,IAAA,iBAAS,EAAC;IACtC,OAAO,EAAE,IAAI;IACb,SAAS,EAAE,IAAI;CAChB,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,IAAA,iBAAS,EAAC;IAChC,YAAY,EAAE,IAAI;CACnB,CAAC,CAAC;AAEH,MAAM,UAAU,GAAG,IAAA,iBAAS,EAAC;IAC3B,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;CACd,CAAC,CAAC;AAEU,QAAA,UAAU,GAAG;IACxB,wBAAwB,EAAE,4BAA4B;IACtD,mBAAmB,EAAE,uBAAuB;IAC5C,kBAAkB,EAAE,sBAAsB;IAC1C,QAAQ,EAAE,YAAY;IACtB,eAAe,EAAE,mBAAmB;IACpC,iBAAiB,EAAE,qBAAqB;IACxC,WAAW,EAAE,eAAe;IAC5B,cAAc,EAAE,UAAU;CAC3B,CAAC;AAEW,QAAA,wBAAwB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,kBAAkB,CAAC,CAAC;AAGxE,QAAA,yBAAyB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,mBAAmB,CAAC,CAAC;AAU1E,QAAA,8BAA8B,GAAG,MAAM,CAAC,MAAM,CACzD,kBAAU,CAAC,wBAAwB,CACpC,CAAC;AAgBW,QAAA,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,QAAQ,CAAC,CAAC;AAGpD,QAAA,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,eAAe,CAAC,CAAC;AAGlE,QAAA,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,iBAAiB,CAAC,CAAC;AAGtE,QAAA,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,WAAW,CAAC,CAAC;AAG1D,QAAA,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAAC,kBAAU,CAAC,cAAc,CAAC,CAAC"}
|
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -24,8 +24,8 @@ const toClientMessageTypeEnum = keyMirror({
|
|
|
24
24
|
const toDeviceAgentMessageTypeEnum = keyMirror({
|
|
25
25
|
app_state_control: null,
|
|
26
26
|
app_version_control: null,
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
app_install_response: null,
|
|
28
|
+
models_install_response: null,
|
|
29
29
|
live_state_updates: null,
|
|
30
30
|
status_response: null,
|
|
31
31
|
});
|
|
@@ -94,9 +94,9 @@ export type AppStateControlMessageType =
|
|
|
94
94
|
export type AppVersionControlMessageType =
|
|
95
95
|
typeof toDeviceAgentMessageTypeEnum.app_version_control;
|
|
96
96
|
export type AppInstallResponseMessageType =
|
|
97
|
-
typeof toDeviceAgentMessageTypeEnum.
|
|
97
|
+
typeof toDeviceAgentMessageTypeEnum.app_install_response;
|
|
98
98
|
export type ModelsInstallResponseMessageType =
|
|
99
|
-
typeof toDeviceAgentMessageTypeEnum.
|
|
99
|
+
typeof toDeviceAgentMessageTypeEnum.models_install_response;
|
|
100
100
|
export type LiveStateUpdatesTogglesMessageType =
|
|
101
101
|
typeof toDeviceAgentMessageTypeEnum.live_state_updates;
|
|
102
102
|
|