@extrahorizon/javascript-sdk 8.4.1-dev-69-1aac904 → 8.4.1-dev-70-c69b367
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/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
|
@@ -156,15 +156,21 @@ export interface TransitionActionDelay {
|
|
|
156
156
|
type: 'delay';
|
|
157
157
|
time: number;
|
|
158
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* @deprecated Legacy action, should not be used in new projects
|
|
161
|
+
*/
|
|
159
162
|
export interface TransitionActionMeasurementReviewedNotification {
|
|
160
163
|
type: 'measurementReviewedNotification';
|
|
161
164
|
}
|
|
162
|
-
|
|
165
|
+
/**
|
|
166
|
+
* @deprecated Legacy action, the AlgoQueueManager does not exist anymore
|
|
167
|
+
*/
|
|
163
168
|
export interface TransitionActionNotifyAlgoQueueManager {
|
|
164
169
|
type: 'notifyAlgoQueueManager';
|
|
165
170
|
id: string;
|
|
166
171
|
version: string;
|
|
167
172
|
}
|
|
173
|
+
export declare type TransitionAction = TransitionActionSet | TransitionActionUnset | TransitionActionAddItems | TransitionActionRemoveItems | TransitionActionTask | TransitionActionLinkCreator | TransitionActionLinkEnlistedGroups | TransitionActionLinkUserFromData | TransitionActionLinkGroupFromData | TransitionActionDelay | TransitionActionMeasurementReviewedNotification;
|
|
168
174
|
export declare type TransitionAfterAction = TransitionActionNotifyAlgoQueueManager | TransitionActionTask;
|
|
169
175
|
export interface CreationTransition {
|
|
170
176
|
toStatus: string;
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.4.1-dev-
|
|
1
|
+
export declare const version = "8.4.1-dev-70-c69b367";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.4.1-dev-
|
|
3
|
+
"version": "8.4.1-dev-70-c69b367",
|
|
4
4
|
"description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
|
|
5
5
|
"main": "build/index.cjs.js",
|
|
6
6
|
"types": "build/types/index.d.ts",
|