@uipath/ixp-tool 1.200.0-preview.118 → 1.200.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.
package/dist/index.js
CHANGED
|
@@ -2110,7 +2110,7 @@ var require_commander = __commonJS((exports) => {
|
|
|
2110
2110
|
var package_default = {
|
|
2111
2111
|
name: "@uipath/ixp-tool",
|
|
2112
2112
|
license: "MIT",
|
|
2113
|
-
version: "1.200.0
|
|
2113
|
+
version: "1.200.0",
|
|
2114
2114
|
description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
|
|
2115
2115
|
private: false,
|
|
2116
2116
|
repository: {
|
|
@@ -10892,7 +10892,7 @@ var TENANT_SELECTION_CODES = new Set([
|
|
|
10892
10892
|
var package_default2 = {
|
|
10893
10893
|
name: "@uipath/ixp-sdk",
|
|
10894
10894
|
license: "MIT",
|
|
10895
|
-
version: "1.200.0
|
|
10895
|
+
version: "1.200.0",
|
|
10896
10896
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
10897
10897
|
repository: {
|
|
10898
10898
|
type: "git",
|
|
@@ -13533,4 +13533,4 @@ var registerCommands = async (program2) => {
|
|
|
13533
13533
|
|
|
13534
13534
|
export { package_default, Command, metadata, registerCommands };
|
|
13535
13535
|
|
|
13536
|
-
//# debugId=
|
|
13536
|
+
//# debugId=58A766D8A997AE0D64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "
|
|
29
|
+
"gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
30
30
|
}
|