@uipath/maestro-sdk 1.199.0-preview.91 → 1.199.0-preview.92

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
@@ -146070,7 +146070,7 @@ class TextApiResponse {
146070
146070
  var package_default = {
146071
146071
  name: "@uipath/integrationservice-sdk",
146072
146072
  license: "MIT",
146073
- version: "1.199.0-preview.91",
146073
+ version: "1.199.0-preview.92",
146074
146074
  repository: {
146075
146075
  type: "git",
146076
146076
  url: "https://github.com/UiPath/cli.git",
@@ -157937,4 +157937,4 @@ export {
157937
157937
  BPMN_PARSE_ERROR
157938
157938
  };
157939
157939
 
157940
- //# debugId=198E6ECA82F8DA8164756E2164756E21
157940
+ //# debugId=F5ED72C5100A6B7964756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-sdk",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.91",
4
+ "version": "1.199.0-preview.92",
5
5
  "description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -42,5 +42,5 @@
42
42
  "files": [
43
43
  "dist"
44
44
  ],
45
- "gitHead": "f428cb1e61ba89ad18394b0c6106784055699f02"
45
+ "gitHead": "d7b66f18f30e2e80a17293b6a0b656b54da35d49"
46
46
  }