@5minds/processcube_engine_sdk 7.2.0-feature-44ed2f-mca88h64 → 7.2.0-feature-68b524-mcafd9wd

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.
@@ -847,12 +847,12 @@ export declare const EngineRestApiSettings: {
847
847
  * @swagger
848
848
  * /process_definitions/{processDefinitionId}/history:
849
849
  * get:
850
- * description: Gets all deployed Process Defintions that match the given Process Deinition ID.
850
+ * description: Gets history of a Process Defintion that match the given Process Definition ID.
851
851
  * tags: [ProcessDefinitions]
852
852
  * parameters:
853
853
  * - name: processDefinitionId
854
854
  * in: path
855
- * description: Filter by the ID of the ProcessDefinition that the deployed ProcessDefinitions belong to.
855
+ * description: Filter by the ID of the ProcessDefinition that the history belongs to.
856
856
  * required: true
857
857
  * schema:
858
858
  * type: string
@@ -873,12 +873,12 @@ const paths = {
873
873
  * @swagger
874
874
  * /process_definitions/{processDefinitionId}/history:
875
875
  * get:
876
- * description: Gets all deployed Process Defintions that match the given Process Deinition ID.
876
+ * description: Gets history of a Process Defintion that match the given Process Definition ID.
877
877
  * tags: [ProcessDefinitions]
878
878
  * parameters:
879
879
  * - name: processDefinitionId
880
880
  * in: path
881
- * description: Filter by the ID of the ProcessDefinition that the deployed ProcessDefinitions belong to.
881
+ * description: Filter by the ID of the ProcessDefinition that the history belongs to.
882
882
  * required: true
883
883
  * schema:
884
884
  * type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "7.2.0-feature-44ed2f-mca88h64",
3
+ "version": "7.2.0-feature-68b524-mcafd9wd",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",