@uipath/insights-sdk 1.197.0 → 1.198.0-preview.100
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 +5 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20394,6 +20394,10 @@ var getAuthContext = async (options = {}) => {
|
|
|
20394
20394
|
tenantName
|
|
20395
20395
|
};
|
|
20396
20396
|
};
|
|
20397
|
+
|
|
20398
|
+
// ../auth/src/index.ts
|
|
20399
|
+
init_constants();
|
|
20400
|
+
|
|
20397
20401
|
// ../auth/src/interactive.ts
|
|
20398
20402
|
init_src();
|
|
20399
20403
|
|
|
@@ -20434,4 +20438,4 @@ export {
|
|
|
20434
20438
|
createInsightsConfig
|
|
20435
20439
|
};
|
|
20436
20440
|
|
|
20437
|
-
//# debugId=
|
|
20441
|
+
//# debugId=87BA4ABC4EDD68DB64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/insights-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.198.0-preview.100",
|
|
5
5
|
"description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "f1942d52b26cbd5bae55fb2e1d28d4dea005100c"
|
|
31
31
|
}
|