@uipath/maestro-sdk 1.199.0-preview.112 → 1.199.0-preview.116

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
@@ -131095,7 +131095,7 @@ class TextApiResponse {
131095
131095
  var package_default = {
131096
131096
  name: "@uipath/integrationservice-sdk",
131097
131097
  license: "MIT",
131098
- version: "1.199.0-preview.112",
131098
+ version: "1.199.0-preview.116",
131099
131099
  repository: {
131100
131100
  type: "git",
131101
131101
  url: "https://github.com/UiPath/cli.git",
@@ -142957,4 +142957,4 @@ export {
142957
142957
  BPMN_SPEC
142958
142958
  };
142959
142959
 
142960
- //# debugId=30E75E5456DFF7C164756E2164756E21
142960
+ //# debugId=F6E6061533F0162A64756E2164756E21
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.112",
4
+ "version": "1.199.0-preview.116",
5
5
  "description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -47,5 +47,5 @@
47
47
  "files": [
48
48
  "dist"
49
49
  ],
50
- "gitHead": "6c234a4d766b301221d9de923043594002836554"
50
+ "gitHead": "c91f4f9738502a4b1ca2849631890fcf59304484"
51
51
  }