@uipath/maestro-sdk 1.199.0-preview.105 → 1.199.0-preview.107

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
@@ -131029,7 +131029,7 @@ class TextApiResponse {
131029
131029
  var package_default = {
131030
131030
  name: "@uipath/integrationservice-sdk",
131031
131031
  license: "MIT",
131032
- version: "1.199.0-preview.105",
131032
+ version: "1.199.0-preview.107",
131033
131033
  repository: {
131034
131034
  type: "git",
131035
131035
  url: "https://github.com/UiPath/cli.git",
@@ -142891,4 +142891,4 @@ export {
142891
142891
  BPMN_SPEC
142892
142892
  };
142893
142893
 
142894
- //# debugId=5AB377775DAD76CA64756E2164756E21
142894
+ //# debugId=03AEEF8C0B05098F64756E2164756E21
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.105",
4
+ "version": "1.199.0-preview.107",
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": "30a83200f41e8bb994929322e33176b4355f6707"
50
+ "gitHead": "bbfbe57757e61c3b0c6ef05fb0ad5c1d0f1f7680"
51
51
  }