@uipath/maestro-sdk 1.198.0-preview.93 → 1.198.0-preview.95

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
@@ -122289,7 +122289,7 @@ class TextApiResponse {
122289
122289
  var package_default = {
122290
122290
  name: "@uipath/integrationservice-sdk",
122291
122291
  license: "MIT",
122292
- version: "1.198.0-preview.93",
122292
+ version: "1.198.0-preview.95",
122293
122293
  repository: {
122294
122294
  type: "git",
122295
122295
  url: "https://github.com/UiPath/cli.git",
@@ -134024,4 +134024,4 @@ export {
134024
134024
  BPMN_SPEC
134025
134025
  };
134026
134026
 
134027
- //# debugId=0EA3C452D37BE8FF64756E2164756E21
134027
+ //# debugId=2C18444CACBD3D2A64756E2164756E21
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.93",
4
+ "version": "1.198.0-preview.95",
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": "559533da0c886708d0a553ed2adb5bcb74b26fac"
45
+ "gitHead": "7f6f14e06688fe417ecaac94186ab795a9106caa"
46
46
  }