@uipath/ixp-sdk 1.202.1-preview.176 → 1.202.1-preview.177

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2294,7 +2294,7 @@ function getSdkUserAgentToken(pkg) {
2294
2294
  var package_default = {
2295
2295
  name: "@uipath/ixp-sdk",
2296
2296
  license: "SEE LICENSE IN LICENSE.txt",
2297
- version: "1.202.1-preview.176",
2297
+ version: "1.202.1-preview.177",
2298
2298
  description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
2299
2299
  repository: {
2300
2300
  type: "git",
@@ -2724,4 +2724,4 @@ export {
2724
2724
  uploadDocument
2725
2725
  };
2726
2726
 
2727
- //# debugId=5AF02F3D17671E6364756E2164756E21
2727
+ //# debugId=8A74A4FE62D2ECF964756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/ixp-sdk",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "1.202.1-preview.176",
4
+ "version": "1.202.1-preview.177",
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": "f043cba19afdc3e66742e88b87ddb4d2932a3a66"
27
+ "gitHead": "47c631660481018dcfa7ce789f6fa36dbc9d2421"
28
28
  }