@uipath/ixp-sdk 1.199.0-preview.99 → 1.199.0

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
@@ -20380,7 +20380,7 @@ function getSdkUserAgentToken(pkg) {
20380
20380
  var package_default = {
20381
20381
  name: "@uipath/ixp-sdk",
20382
20382
  license: "MIT",
20383
- version: "1.199.0-preview.99",
20383
+ version: "1.199.0",
20384
20384
  description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
20385
20385
  repository: {
20386
20386
  type: "git",
@@ -20781,4 +20781,4 @@ export {
20781
20781
  addField
20782
20782
  };
20783
20783
 
20784
- //# debugId=C2D543B8FB557B6464756E2164756E21
20784
+ //# debugId=C78857754A7728E564756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/ixp-sdk",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.99",
4
+ "version": "1.199.0",
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": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
27
+ "gitHead": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
28
28
  }