@uipath/insights-sdk 1.202.1-preview.169 → 1.202.1
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 +1 -1
package/dist/index.browser.js
CHANGED
|
@@ -342,7 +342,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
342
342
|
var package_default = {
|
|
343
343
|
name: "@uipath/insights-sdk",
|
|
344
344
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
345
|
-
version: "1.202.1
|
|
345
|
+
version: "1.202.1",
|
|
346
346
|
description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
347
347
|
repository: {
|
|
348
348
|
type: "git",
|
|
@@ -845,4 +845,4 @@ export {
|
|
|
845
845
|
listUsers
|
|
846
846
|
};
|
|
847
847
|
|
|
848
|
-
//# debugId=
|
|
848
|
+
//# debugId=0367C7AC73D5BCB464756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -1282,7 +1282,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
1282
1282
|
var package_default = {
|
|
1283
1283
|
name: "@uipath/insights-sdk",
|
|
1284
1284
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
1285
|
-
version: "1.202.1
|
|
1285
|
+
version: "1.202.1",
|
|
1286
1286
|
description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
1287
1287
|
repository: {
|
|
1288
1288
|
type: "git",
|
|
@@ -3112,4 +3112,4 @@ export {
|
|
|
3112
3112
|
listUsers
|
|
3113
3113
|
};
|
|
3114
3114
|
|
|
3115
|
-
//# debugId=
|
|
3115
|
+
//# debugId=6C544422B70E57F664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/insights-sdk",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1
|
|
4
|
+
"version": "1.202.1",
|
|
5
5
|
"description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|