@uipath/maestro-sdk 1.201.0-preview.132 → 1.201.0-preview.133

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
@@ -186808,7 +186808,7 @@ class TextApiResponse {
186808
186808
  var package_default = {
186809
186809
  name: "@uipath/integrationservice-sdk",
186810
186810
  license: "MIT",
186811
- version: "1.201.0-preview.132",
186811
+ version: "1.201.0-preview.133",
186812
186812
  repository: {
186813
186813
  type: "git",
186814
186814
  url: "https://github.com/UiPath/cli.git",
@@ -198540,4 +198540,4 @@ export {
198540
198540
  BPMN_SPEC
198541
198541
  };
198542
198542
 
198543
- //# debugId=B8370F919CDE445564756E2164756E21
198543
+ //# debugId=5219A4A778D1041464756E2164756E21
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.132",
4
+ "version": "1.201.0-preview.133",
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": "37388a48f899d8f3e7d590f050c5f00485594638"
60
+ "gitHead": "7933378ad5276ac369900293a1447474dcec6826"
61
61
  }