@uipath/maestro-sdk 1.201.0-preview.121 → 1.201.0-preview.122
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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -178084,7 +178084,7 @@ class TextApiResponse {
|
|
|
178084
178084
|
var package_default = {
|
|
178085
178085
|
name: "@uipath/integrationservice-sdk",
|
|
178086
178086
|
license: "MIT",
|
|
178087
|
-
version: "1.201.0-preview.
|
|
178087
|
+
version: "1.201.0-preview.122",
|
|
178088
178088
|
repository: {
|
|
178089
178089
|
type: "git",
|
|
178090
178090
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -189796,4 +189796,4 @@ export {
|
|
|
189796
189796
|
BPMN_SPEC
|
|
189797
189797
|
};
|
|
189798
189798
|
|
|
189799
|
-
//# debugId=
|
|
189799
|
+
//# debugId=9D1D398918554CC164756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.122",
|
|
5
5
|
"description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"files": [
|
|
58
58
|
"dist"
|
|
59
59
|
],
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
|
|
61
61
|
}
|