@uipath/maestro-sdk 1.199.0-preview.97 → 1.199.0-preview.99

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
@@ -146177,7 +146177,7 @@ class TextApiResponse {
146177
146177
  var package_default = {
146178
146178
  name: "@uipath/integrationservice-sdk",
146179
146179
  license: "MIT",
146180
- version: "1.199.0-preview.97",
146180
+ version: "1.199.0-preview.99",
146181
146181
  repository: {
146182
146182
  type: "git",
146183
146183
  url: "https://github.com/UiPath/cli.git",
@@ -158044,4 +158044,4 @@ export {
158044
158044
  BPMN_PARSE_ERROR
158045
158045
  };
158046
158046
 
158047
- //# debugId=17A5C4191FEA12D864756E2164756E21
158047
+ //# debugId=215D281EE167BB7164756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/maestro-sdk",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.97",
4
+ "version": "1.199.0-preview.99",
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": "087ae21e842f27bde5eb0013892c9487bfe60568"
45
+ "gitHead": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
46
46
  }