@uipath/maestro-sdk 1.201.0-preview.121 → 1.201.0-preview.123

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
@@ -178084,7 +178084,7 @@ class TextApiResponse {
178084
178084
  var package_default = {
178085
178085
  name: "@uipath/integrationservice-sdk",
178086
178086
  license: "MIT",
178087
- version: "1.201.0-preview.121",
178087
+ version: "1.201.0-preview.123",
178088
178088
  repository: {
178089
178089
  type: "git",
178090
178090
  url: "https://github.com/UiPath/cli.git",
@@ -189796,4 +189796,4 @@ export {
189796
189796
  BPMN_SPEC
189797
189797
  };
189798
189798
 
189799
- //# debugId=31BCC7C22FBD88F964756E2164756E21
189799
+ //# debugId=425223C5AFBA0FB564756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-sdk",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.121",
4
+ "version": "1.201.0-preview.123",
5
5
  "description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -57,5 +57,5 @@
57
57
  "files": [
58
58
  "dist"
59
59
  ],
60
- "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
60
+ "gitHead": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
61
61
  }