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

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.121",
127
+ version: "1.201.0-preview.122",
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=F2B16527F5319E9064756E2164756E21
630
+ //# debugId=A0462F13D5EDA01D64756E2164756E21
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.121",
1067
+ version: "1.201.0-preview.122",
1068
1068
  description: "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
1069
1069
  repository: {
1070
1070
  type: "git",
@@ -2866,4 +2866,4 @@ export {
2866
2866
  InsightsHttpError
2867
2867
  };
2868
2868
 
2869
- //# debugId=98FB615A2CA6DD0E64756E2164756E21
2869
+ //# debugId=A7D44D2508A95C0764756E2164756E21
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.121",
4
+ "version": "1.201.0-preview.122",
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": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
37
+ "gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
38
38
  }