@uipath/maestro-sdk 1.197.0-preview.63 → 1.197.0-preview.64

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.63",
121324
+ version: "1.197.0-preview.64",
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=13DE6AC62C642E9E64756E2164756E21
133043
+ //# debugId=9C90A6F1712168FC64756E2164756E21
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.63",
4
+ "version": "1.197.0-preview.64",
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": "f11c510734215113744bf42073c327ecd776c7c2"
45
+ "gitHead": "3977b977945bf519336258da69fd271433eaaef4"
46
46
  }