@uipath/ixp-sdk 1.200.0-preview.120 → 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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2163,7 +2163,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
2163
2163
|
var package_default = {
|
|
2164
2164
|
name: "@uipath/ixp-sdk",
|
|
2165
2165
|
license: "MIT",
|
|
2166
|
-
version: "1.200.0
|
|
2166
|
+
version: "1.200.0",
|
|
2167
2167
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
2168
2168
|
repository: {
|
|
2169
2169
|
type: "git",
|
|
@@ -2568,4 +2568,4 @@ export {
|
|
|
2568
2568
|
addField
|
|
2569
2569
|
};
|
|
2570
2570
|
|
|
2571
|
-
//# debugId=
|
|
2571
|
+
//# debugId=AE399A7C852AAEA364756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.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",
|