@uipath/insights-sdk 1.201.0-preview.128 → 1.201.0-preview.131

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.128",
127
+ version: "1.201.0-preview.131",
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=A2363230376EED8A64756E2164756E21
630
+ //# debugId=5377F5BD139D74CC64756E2164756E21
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.128",
1067
+ version: "1.201.0-preview.131",
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=590F7A48D1EEFEB564756E2164756E21
2869
+ //# debugId=AF0EE461856C98E764756E2164756E21
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "name": "@uipath/insights-sdk",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/UiPath/cli.git",
9
- "directory": "packages/insights-sdk"
10
- },
11
- "publishConfig": {
12
- "registry": "https://registry.npmjs.org/"
13
- },
14
- "keywords": [
15
- "uipath",
16
- "insights",
17
- "sdk"
18
- ],
19
- "type": "module",
20
- "main": "./dist/index.js",
21
- "types": "./dist/src/index.d.ts",
22
- "exports": {
23
- ".": {
24
- "browser": {
25
- "types": "./dist/src/index.browser.d.ts",
26
- "default": "./dist/index.browser.js"
27
- },
28
- "default": {
29
- "types": "./dist/src/index.d.ts",
30
- "default": "./dist/index.js"
31
- }
32
- }
33
- },
34
- "files": [
35
- "dist"
36
- ],
37
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/insights-sdk",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "SDK for the UiPath Insights API — jobs, failures, and performance metrics.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/UiPath/cli.git",
9
+ "directory": "packages/insights-sdk"
10
+ },
11
+ "publishConfig": {
12
+ "registry": "https://registry.npmjs.org/"
13
+ },
14
+ "keywords": [
15
+ "uipath",
16
+ "insights",
17
+ "sdk"
18
+ ],
19
+ "type": "module",
20
+ "main": "./dist/index.js",
21
+ "types": "./dist/src/index.d.ts",
22
+ "exports": {
23
+ ".": {
24
+ "browser": {
25
+ "types": "./dist/src/index.browser.d.ts",
26
+ "default": "./dist/index.browser.js"
27
+ },
28
+ "default": {
29
+ "types": "./dist/src/index.d.ts",
30
+ "default": "./dist/index.js"
31
+ }
32
+ }
33
+ },
34
+ "files": [
35
+ "dist"
36
+ ],
37
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
38
38
  }