@uipath/maestro-sdk 1.202.0-preview.138 → 1.202.0-preview.140
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/dist/registry/command.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -125858,7 +125858,7 @@ var init_package = __esm(() => {
|
|
|
125858
125858
|
package_default = {
|
|
125859
125859
|
name: "@uipath/integrationservice-sdk",
|
|
125860
125860
|
license: "MIT",
|
|
125861
|
-
version: "1.202.0-preview.
|
|
125861
|
+
version: "1.202.0-preview.140",
|
|
125862
125862
|
repository: {
|
|
125863
125863
|
type: "git",
|
|
125864
125864
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -202115,4 +202115,4 @@ export {
|
|
|
202115
202115
|
withPimsCall
|
|
202116
202116
|
};
|
|
202117
202117
|
|
|
202118
|
-
//# debugId=
|
|
202118
|
+
//# debugId=1A8925586A31F19264756E2164756E21
|
package/dist/registry/command.js
CHANGED
|
@@ -125858,7 +125858,7 @@ var init_package = __esm(() => {
|
|
|
125858
125858
|
package_default = {
|
|
125859
125859
|
name: "@uipath/integrationservice-sdk",
|
|
125860
125860
|
license: "MIT",
|
|
125861
|
-
version: "1.202.0-preview.
|
|
125861
|
+
version: "1.202.0-preview.140",
|
|
125862
125862
|
repository: {
|
|
125863
125863
|
type: "git",
|
|
125864
125864
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -192484,4 +192484,4 @@ export {
|
|
|
192484
192484
|
registerRegistryCommand
|
|
192485
192485
|
};
|
|
192486
192486
|
|
|
192487
|
-
//# debugId=
|
|
192487
|
+
//# debugId=9D7770CF040A48BA64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.140",
|
|
5
5
|
"description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"files": [
|
|
88
88
|
"dist"
|
|
89
89
|
],
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "1861498d8a158a710a718c04614523ba59c93781"
|
|
91
91
|
}
|