@uipath/insights-sdk 1.197.0 → 1.198.0-preview.81

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -1
  2. 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=16C062414B5A7DC364756E2164756E21
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.197.0",
4
+ "version": "1.198.0-preview.81",
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
30
+ "gitHead": "d6a326ee051d553694b61f4923bcf1719d2e5110"
31
31
  }