@uipath/integrationservice-sdk 1.201.0-preview.131 → 1.201.0-preview.133
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
|
@@ -58651,7 +58651,7 @@ class TextApiResponse2 {
|
|
|
58651
58651
|
var package_default = {
|
|
58652
58652
|
name: "@uipath/integrationservice-sdk",
|
|
58653
58653
|
license: "MIT",
|
|
58654
|
-
version: "1.201.0-preview.
|
|
58654
|
+
version: "1.201.0-preview.133",
|
|
58655
58655
|
repository: {
|
|
58656
58656
|
type: "git",
|
|
58657
58657
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -81493,4 +81493,4 @@ export {
|
|
|
81493
81493
|
AccessTokenResponseFromJSON
|
|
81494
81494
|
};
|
|
81495
81495
|
|
|
81496
|
-
//# debugId=
|
|
81496
|
+
//# debugId=9142E3B1932256C964756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/integrationservice-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.133",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/UiPath/cli.git",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@uipath/integration-service-design-time": "0.25.2"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "7933378ad5276ac369900293a1447474dcec6826"
|
|
34
34
|
}
|