@5minds/processcube_engine_client 6.2.0-feature-e998c9-mca8dfu7 → 6.2.0-feature-d843c9-mcafi1d5

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.
@@ -225,7 +225,7 @@ export declare const restSettings: {
225
225
  */
226
226
  getProcessDefinitionById: string;
227
227
  /**
228
- * Gets all deployed versions of a ProcessDefinition by its id.
228
+ * Gets history of a ProcessDefinition by its id.
229
229
  * @tags ProcessDefinitions
230
230
  * @method get
231
231
  * @responseType ProcessDefinitionList
@@ -252,7 +252,7 @@ const paths = {
252
252
  */
253
253
  getProcessDefinitionById: `/process_definitions/${params.processDefinitionId}`,
254
254
  /**
255
- * Gets all deployed versions of a ProcessDefinition by its id.
255
+ * Gets history of a ProcessDefinition by its id.
256
256
  * @tags ProcessDefinitions
257
257
  * @method get
258
258
  * @responseType ProcessDefinitionList
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "utf-8-validate": "Not used by the client directly, but a requirement of the 'ws' sub-dependency. Since it is not available in the browser, the client would be unusable for the APP SDK, if we did not install it explicitly here"
5
5
  },
6
6
  "name": "@5minds/processcube_engine_client",
7
- "version": "6.2.0-feature-e998c9-mca8dfu7",
7
+ "version": "6.2.0-feature-d843c9-mcafi1d5",
8
8
  "description": "Contains a typescript based client for accessing the Engine.",
9
9
  "main": "dist/commonjs/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "test:integration": "npm run build:test && node ./dist_test/commonjs/test/integration-test.js"
40
40
  },
41
41
  "dependencies": {
42
- "@5minds/processcube_engine_sdk": "^7.2.0-feature-44ed2f-mca88h64",
42
+ "@5minds/processcube_engine_sdk": "^7.2.0-feature-68b524-mcafd9wd",
43
43
  "async-lock": "^1.4.1",
44
44
  "bufferutil": "4.0.9",
45
45
  "cross-fetch": "4.1.0",