@extrahorizon/javascript-sdk 8.9.1-dev-152-3f69109 → 8.9.1-dev-153-23dbf01
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
|
@@ -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<
|
|
1470
|
+
create(schemaIdOrName: ObjectId | string, requestBody: TransitionInput, options?: OptionsBase): Promise<Transition>;
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Update a transition
|
|
1473
1473
|
*
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.9.1-dev-
|
|
1
|
+
export declare const version = "8.9.1-dev-153-23dbf01";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.9.1-dev-
|
|
3
|
+
"version": "8.9.1-dev-153-23dbf01",
|
|
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",
|