@uipath/ixp-sdk 1.197.0 → 1.198.0-preview.80

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 +6 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -20300,6 +20300,10 @@ function normalizeTokenRefreshUnavailableFailure() {
20300
20300
  function errorMessage(error) {
20301
20301
  return error instanceof Error ? error.message : String(error);
20302
20302
  }
20303
+
20304
+ // ../auth/src/index.ts
20305
+ init_constants();
20306
+
20303
20307
  // ../auth/src/interactive.ts
20304
20308
  init_src();
20305
20309
 
@@ -20376,7 +20380,7 @@ function getSdkUserAgentToken(pkg) {
20376
20380
  var package_default = {
20377
20381
  name: "@uipath/ixp-sdk",
20378
20382
  license: "MIT",
20379
- version: "1.197.0",
20383
+ version: "1.198.0-preview.80",
20380
20384
  description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
20381
20385
  repository: {
20382
20386
  type: "git",
@@ -20777,4 +20781,4 @@ export {
20777
20781
  addField
20778
20782
  };
20779
20783
 
20780
- //# debugId=182CF17BD56497B464756E2164756E21
20784
+ //# debugId=1205B3DE3EF3046064756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/ixp-sdk",
3
3
  "license": "MIT",
4
- "version": "1.197.0",
4
+ "version": "1.198.0-preview.80",
5
5
  "description": "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "files": [
25
25
  "dist"
26
26
  ],
27
- "gitHead": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
27
+ "gitHead": "9b2c3c0f21a256d2f38dd28bc97e72e6f7b10a9c"
28
28
  }