@uipath/ixp-tool 1.202.1-preview.167 → 1.202.1-preview.169
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
|
@@ -2100,7 +2100,7 @@ var require_commander = __commonJS(function(exports) {
|
|
|
2100
2100
|
var package_default = {
|
|
2101
2101
|
name: "@uipath/ixp-tool",
|
|
2102
2102
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2103
|
-
version: "1.202.1-preview.
|
|
2103
|
+
version: "1.202.1-preview.169",
|
|
2104
2104
|
description: "Manage UiPath IXP projects, prompts, predictions, and model publishing.",
|
|
2105
2105
|
private: false,
|
|
2106
2106
|
repository: {
|
|
@@ -7121,7 +7121,7 @@ var TENANT_SELECTION_CODES = new Set([
|
|
|
7121
7121
|
var package_default2 = {
|
|
7122
7122
|
name: "@uipath/ixp-sdk",
|
|
7123
7123
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7124
|
-
version: "1.202.1-preview.
|
|
7124
|
+
version: "1.202.1-preview.169",
|
|
7125
7125
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
7126
7126
|
repository: {
|
|
7127
7127
|
type: "git",
|
|
@@ -9972,4 +9972,4 @@ var registerCommands = async (program2) => {
|
|
|
9972
9972
|
|
|
9973
9973
|
export { package_default, Command, metadata, registerCommands };
|
|
9974
9974
|
|
|
9975
|
-
//# debugId=
|
|
9975
|
+
//# debugId=5561EB342D681EDC64756E2164756E21
|
package/dist/tool.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.169",
|
|
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": "280b581b7893224d512dd194f47dd57243cc6a5c"
|
|
30
30
|
}
|