@uipath/insights-sdk 1.197.0-preview.63 → 1.197.0-preview.65

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.
@@ -1,4 +1,4 @@
1
- // ../common/dist/catch-error.js
1
+ // ../common/src/catch-error.ts
2
2
  function isPromiseLike(value) {
3
3
  return value !== null && typeof value === "object" && typeof value.then === "function";
4
4
  }
@@ -85,4 +85,4 @@ export {
85
85
  createInsightsConfig
86
86
  };
87
87
 
88
- //# debugId=FD8E3A18FF1018EC64756E2164756E21
88
+ //# debugId=D4177847864883E864756E2164756E21
package/dist/index.js CHANGED
@@ -19134,7 +19134,7 @@ var init_server = __esm(() => {
19134
19134
  init_constants();
19135
19135
  });
19136
19136
 
19137
- // ../common/dist/catch-error.js
19137
+ // ../common/src/catch-error.ts
19138
19138
  function isPromiseLike(value) {
19139
19139
  return value !== null && typeof value === "object" && typeof value.then === "function";
19140
19140
  }
@@ -20434,4 +20434,4 @@ export {
20434
20434
  createInsightsConfig
20435
20435
  };
20436
20436
 
20437
- //# debugId=7FCA611933BDA7B964756E2164756E21
20437
+ //# debugId=1C615C4B079E19E564756E2164756E21
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-preview.63",
4
+ "version": "1.197.0-preview.65",
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": "f11c510734215113744bf42073c327ecd776c7c2"
30
+ "gitHead": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
31
31
  }