@uipath/insights-sdk 1.200.0-preview.118 → 1.200.0
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.browser.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.browser.js
CHANGED
|
@@ -124,7 +124,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
124
124
|
var package_default = {
|
|
125
125
|
name: "@uipath/insights-sdk",
|
|
126
126
|
license: "MIT",
|
|
127
|
-
version: "1.200.0
|
|
127
|
+
version: "1.200.0",
|
|
128
128
|
description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
129
129
|
repository: {
|
|
130
130
|
type: "git",
|
|
@@ -620,4 +620,4 @@ export {
|
|
|
620
620
|
InsightsHttpError
|
|
621
621
|
};
|
|
622
622
|
|
|
623
|
-
//# debugId=
|
|
623
|
+
//# debugId=7C9FB2269787A52864756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -1034,7 +1034,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
1034
1034
|
var package_default = {
|
|
1035
1035
|
name: "@uipath/insights-sdk",
|
|
1036
1036
|
license: "MIT",
|
|
1037
|
-
version: "1.200.0
|
|
1037
|
+
version: "1.200.0",
|
|
1038
1038
|
description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
1039
1039
|
repository: {
|
|
1040
1040
|
type: "git",
|
|
@@ -2756,4 +2756,4 @@ export {
|
|
|
2756
2756
|
InsightsHttpError
|
|
2757
2757
|
};
|
|
2758
2758
|
|
|
2759
|
-
//# debugId=
|
|
2759
|
+
//# debugId=E28CBD08FA37D4CD64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/insights-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
5
5
|
"description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"files": [
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
38
38
|
}
|