@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.
@@ -5375,7 +5375,7 @@ const logsService = (httpWithAuth) => {
5375
5375
  };
5376
5376
  };
5377
5377
 
5378
- const version = '8.4.1-dev-69-1aac904';
5378
+ const version = '8.4.1-dev-70-c69b367';
5379
5379
 
5380
5380
  /**
5381
5381
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5345,7 +5345,7 @@ const logsService = (httpWithAuth) => {
5345
5345
  };
5346
5346
  };
5347
5347
 
5348
- const version = '8.4.1-dev-69-1aac904';
5348
+ const version = '8.4.1-dev-70-c69b367';
5349
5349
 
5350
5350
  /**
5351
5351
  * Create ExtraHorizon client.
@@ -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
- export declare type TransitionAction = TransitionActionSet | TransitionActionUnset | TransitionActionAddItems | TransitionActionRemoveItems | TransitionActionTask | TransitionActionLinkCreator | TransitionActionLinkEnlistedGroups | TransitionActionLinkUserFromData | TransitionActionLinkGroupFromData | TransitionActionDelay | TransitionActionMeasurementReviewedNotification;
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;
@@ -1 +1 @@
1
- export declare const version = "8.4.1-dev-69-1aac904";
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-69-1aac904",
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",