@uipath/maestro-sdk 1.197.0-preview.72 → 1.197.0-preview.74

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
@@ -121890,7 +121890,7 @@ class TextApiResponse {
121890
121890
  var package_default = {
121891
121891
  name: "@uipath/integrationservice-sdk",
121892
121892
  license: "MIT",
121893
- version: "1.197.0-preview.72",
121893
+ version: "1.197.0-preview.74",
121894
121894
  repository: {
121895
121895
  type: "git",
121896
121896
  url: "https://github.com/UiPath/cli.git",
@@ -133609,4 +133609,4 @@ export {
133609
133609
  BPMN_SPEC
133610
133610
  };
133611
133611
 
133612
- //# debugId=05BEDFB555C6818F64756E2164756E21
133612
+ //# debugId=3473F52BEAC61E1764756E2164756E21
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.72",
4
+ "version": "1.197.0-preview.74",
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": "48fffca43e14c79d4dc2845db7d56f315c1bbfc5"
45
+ "gitHead": "4f5d84e6d01bedd56da7202219a3e7b3bdead467"
46
46
  }