@uipath/ixp-sdk 1.203.0-preview.160 → 1.203.0-preview.182
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -2333,7 +2333,7 @@ var package_default = {
|
|
|
2333
2333
|
name: "@uipath/ixp-sdk",
|
|
2334
2334
|
author: "UiPath",
|
|
2335
2335
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2336
|
-
version: "1.203.0-preview.
|
|
2336
|
+
version: "1.203.0-preview.182",
|
|
2337
2337
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
2338
2338
|
repository: {
|
|
2339
2339
|
type: "git",
|
|
@@ -2763,4 +2763,4 @@ export {
|
|
|
2763
2763
|
uploadDocument
|
|
2764
2764
|
};
|
|
2765
2765
|
|
|
2766
|
-
//# debugId=
|
|
2766
|
+
//# debugId=9F99DC32AEA44B7D64756E2164756E21
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uipath/ixp-sdk",
|
|
3
3
|
"author": "UiPath",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
|
-
"version": "1.203.0-preview.
|
|
5
|
+
"version": "1.203.0-preview.182",
|
|
6
6
|
"description": "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "f4f19f4d98117736cd2b34629dc1564ae6761aef"
|
|
29
29
|
}
|