@uipath/maestro-sdk 1.198.0-preview.86 → 1.198.0-preview.87

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
@@ -122283,7 +122283,7 @@ class TextApiResponse {
122283
122283
  var package_default = {
122284
122284
  name: "@uipath/integrationservice-sdk",
122285
122285
  license: "MIT",
122286
- version: "1.198.0-preview.86",
122286
+ version: "1.198.0-preview.87",
122287
122287
  repository: {
122288
122288
  type: "git",
122289
122289
  url: "https://github.com/UiPath/cli.git",
@@ -134018,4 +134018,4 @@ export {
134018
134018
  BPMN_SPEC
134019
134019
  };
134020
134020
 
134021
- //# debugId=D567408455144F6D64756E2164756E21
134021
+ //# debugId=A362C537D63AF02C64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-sdk",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.86",
4
+ "version": "1.198.0-preview.87",
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": "e6930a7d30dc12735ec0dc6fd7c4720bbb99e936"
45
+ "gitHead": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
46
46
  }