@uipath/maestro-sdk 1.201.0-preview.125 → 1.201.0-preview.127

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.125",
178087
+ version: "1.201.0-preview.127",
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=52356987B8C2D20764756E2164756E21
189799
+ //# debugId=565769462E6A38C764756E2164756E21
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.125",
4
+ "version": "1.201.0-preview.127",
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": "3429b3f8c5a137ace2fa1d6d4916a7168cc632fa"
60
+ "gitHead": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
61
61
  }