@uipath/maestro-sdk 1.200.0-preview.118 → 1.200.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -169872,7 +169872,7 @@ class TextApiResponse {
169872
169872
  var package_default = {
169873
169873
  name: "@uipath/integrationservice-sdk",
169874
169874
  license: "MIT",
169875
- version: "1.200.0-preview.118",
169875
+ version: "1.200.0",
169876
169876
  repository: {
169877
169877
  type: "git",
169878
169878
  url: "https://github.com/UiPath/cli.git",
@@ -181411,4 +181411,4 @@ export {
181411
181411
  BPMN_SPEC
181412
181412
  };
181413
181413
 
181414
- //# debugId=401D7C3E73214D8564756E2164756E21
181414
+ //# debugId=D7A3CAADF1ADD4DF64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-sdk",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.118",
4
+ "version": "1.200.0",
5
5
  "description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -47,5 +47,5 @@
47
47
  "files": [
48
48
  "dist"
49
49
  ],
50
- "gitHead": "bc87399d98869787498783b3b9383df4426fd896"
50
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
51
51
  }