@uipath/maestro-sdk 1.200.0-preview.120 → 1.200.0-preview.129

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.120",
169875
+ version: "1.200.0-preview.129",
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=9854AC31F9B8871E64756E2164756E21
181414
+ //# debugId=4896F1264C02929764756E2164756E21
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.120",
4
+ "version": "1.200.0-preview.129",
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
50
+ "gitHead": "0d1695ec4c5fc5ebe38a4bd0f92d61e7884fcfb1"
51
51
  }