@uipath/ixp-tool 1.199.0-preview.97 → 1.199.0-preview.99

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.
package/dist/index.js CHANGED
@@ -2146,7 +2146,7 @@ var {
2146
2146
  var package_default = {
2147
2147
  name: "@uipath/ixp-tool",
2148
2148
  license: "MIT",
2149
- version: "1.199.0-preview.97",
2149
+ version: "1.199.0-preview.99",
2150
2150
  description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
2151
2151
  private: false,
2152
2152
  repository: {
@@ -2196,4 +2196,4 @@ program2.name("ixp-tool").description("UiPath IXP Tool - Standalone CLI").versio
2196
2196
  await registerCommands(program2);
2197
2197
  program2.parse(process.argv);
2198
2198
 
2199
- //# debugId=2473380787EEBDA364756E2164756E21
2199
+ //# debugId=A1DDC301C113DBA464756E2164756E21
package/dist/tool.js CHANGED
@@ -21230,7 +21230,7 @@ var init_server = __esm(() => {
21230
21230
  var package_default = {
21231
21231
  name: "@uipath/ixp-tool",
21232
21232
  license: "MIT",
21233
- version: "1.199.0-preview.97",
21233
+ version: "1.199.0-preview.99",
21234
21234
  description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
21235
21235
  private: false,
21236
21236
  repository: {
@@ -29925,7 +29925,7 @@ init_server();
29925
29925
  var package_default2 = {
29926
29926
  name: "@uipath/ixp-sdk",
29927
29927
  license: "MIT",
29928
- version: "1.199.0-preview.97",
29928
+ version: "1.199.0-preview.99",
29929
29929
  description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
29930
29930
  repository: {
29931
29931
  type: "git",
@@ -32513,4 +32513,4 @@ export {
32513
32513
  metadata
32514
32514
  };
32515
32515
 
32516
- //# debugId=E2E558D917F22EA964756E2164756E21
32516
+ //# debugId=27DD8596DC5A7BEE64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/ixp-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.97",
4
+ "version": "1.199.0-preview.99",
5
5
  "description": "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
6
6
  "private": false,
7
7
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "087ae21e842f27bde5eb0013892c9487bfe60568"
29
+ "gitHead": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
30
30
  }