@uipath/insights-sdk 1.201.0-preview.115 → 1.201.0-preview.121

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.
@@ -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.201.0-preview.115",
127
+ version: "1.201.0-preview.121",
128
128
  description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
129
129
  repository: {
130
130
  type: "git",
@@ -627,4 +627,4 @@ export {
627
627
  InsightsHttpError
628
628
  };
629
629
 
630
- //# debugId=58D3E32E28ED4F8C64756E2164756E21
630
+ //# debugId=F2B16527F5319E9064756E2164756E21
package/dist/index.js CHANGED
@@ -1064,7 +1064,7 @@ function getSdkUserAgentToken(pkg) {
1064
1064
  var package_default = {
1065
1065
  name: "@uipath/insights-sdk",
1066
1066
  license: "MIT",
1067
- version: "1.201.0-preview.115",
1067
+ version: "1.201.0-preview.121",
1068
1068
  description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
1069
1069
  repository: {
1070
1070
  type: "git",
@@ -2711,6 +2711,8 @@ init_constants();
2711
2711
 
2712
2712
  // ../auth/src/interactive.ts
2713
2713
  init_src();
2714
+ // ../auth/src/tenantSelection.ts
2715
+ var IDENTIFIER_STATUSES = new Set([400, 403, 404]);
2714
2716
 
2715
2717
  // ../auth/src/selectTenant.ts
2716
2718
  var TENANT_SELECTION_REQUIRED_CODE = "TENANT_SELECTION_REQUIRED";
@@ -2864,4 +2866,4 @@ export {
2864
2866
  InsightsHttpError
2865
2867
  };
2866
2868
 
2867
- //# debugId=8B6A2D9B1CD8954264756E2164756E21
2869
+ //# debugId=98FB615A2CA6DD0E64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/insights-sdk",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.115",
4
+ "version": "1.201.0-preview.121",
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": "f1086b73654d7728cb71f280588b3e0c77d535fc"
37
+ "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
38
38
  }