@extrahorizon/javascript-sdk 8.9.1-dev-152-3f69109 → 8.9.1-dev-154-e691949

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.
@@ -5615,7 +5615,7 @@ const templatesV2Service = (httpWithAuth) => {
5615
5615
  };
5616
5616
  };
5617
5617
 
5618
- const version = '8.9.1-dev-152-3f69109';
5618
+ const version = '8.9.1-dev-154-e691949';
5619
5619
 
5620
5620
  /**
5621
5621
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5585,7 +5585,7 @@ const templatesV2Service = (httpWithAuth) => {
5585
5585
  };
5586
5586
  };
5587
5587
 
5588
- const version = '8.9.1-dev-152-3f69109';
5588
+ const version = '8.9.1-dev-154-e691949';
5589
5589
 
5590
5590
  /**
5591
5591
  * Create ExtraHorizon client.
@@ -1467,7 +1467,7 @@ export interface DataTransitionsService {
1467
1467
  * @returns {Promise<AffectedRecords>}
1468
1468
  * @throws {IllegalArgumentError}
1469
1469
  */
1470
- create(schemaIdOrName: ObjectId | string, requestBody: TransitionInput, options?: OptionsBase): Promise<AffectedRecords>;
1470
+ create(schemaIdOrName: ObjectId | string, requestBody: TransitionInput, options?: OptionsBase): Promise<Transition>;
1471
1471
  /**
1472
1472
  * Update a transition
1473
1473
  *
@@ -1 +1 @@
1
- export declare const version = "8.9.1-dev-152-3f69109";
1
+ export declare const version = "8.9.1-dev-154-e691949";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.9.1-dev-152-3f69109",
3
+ "version": "8.9.1-dev-154-e691949",
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",
@@ -54,7 +54,7 @@
54
54
  "jest": "^29.7.0",
55
55
  "nock": "^13.5.4",
56
56
  "rimraf": "^5.0.5",
57
- "rollup": "^2.79.2",
57
+ "rollup": "^2.80.0",
58
58
  "ts-jest": "^29.1.2",
59
59
  "typescript": "^4.5.5"
60
60
  }