@uipath/maestro-sdk 1.197.0-preview.59 → 1.197.0-preview.60

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
@@ -121321,7 +121321,7 @@ class TextApiResponse {
121321
121321
  var package_default = {
121322
121322
  name: "@uipath/integrationservice-sdk",
121323
121323
  license: "MIT",
121324
- version: "1.197.0-preview.59",
121324
+ version: "1.197.0-preview.60",
121325
121325
  repository: {
121326
121326
  type: "git",
121327
121327
  url: "https://github.com/UiPath/cli.git",
@@ -133040,4 +133040,4 @@ export {
133040
133040
  BPMN_SPEC
133041
133041
  };
133042
133042
 
133043
- //# debugId=754F749BAAB1639364756E2164756E21
133043
+ //# debugId=7F6F8781634D00AE64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-sdk",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.59",
4
+ "version": "1.197.0-preview.60",
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": "df0e2b8140cced13f463b487214927c82bc0f85b"
45
+ "gitHead": "e80b8345e8f629192faeb29202cba3b3de258b50"
46
46
  }