@uipath/maestro-sdk 1.198.0-preview.82 → 1.198.0-preview.83

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
@@ -121909,7 +121909,7 @@ class TextApiResponse {
121909
121909
  var package_default = {
121910
121910
  name: "@uipath/integrationservice-sdk",
121911
121911
  license: "MIT",
121912
- version: "1.198.0-preview.82",
121912
+ version: "1.198.0-preview.83",
121913
121913
  repository: {
121914
121914
  type: "git",
121915
121915
  url: "https://github.com/UiPath/cli.git",
@@ -133644,4 +133644,4 @@ export {
133644
133644
  BPMN_SPEC
133645
133645
  };
133646
133646
 
133647
- //# debugId=EC0F2907F650C00164756E2164756E21
133647
+ //# debugId=69283922B31B823064756E2164756E21
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.82",
4
+ "version": "1.198.0-preview.83",
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": "ec9a5f58936b8ab07633a96598d699fa8527be65"
45
+ "gitHead": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
46
46
  }