@uipath/ixp-sdk 1.201.0-preview.121 → 1.201.0-preview.122
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
|
@@ -2266,7 +2266,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
2266
2266
|
var package_default = {
|
|
2267
2267
|
name: "@uipath/ixp-sdk",
|
|
2268
2268
|
license: "MIT",
|
|
2269
|
-
version: "1.201.0-preview.
|
|
2269
|
+
version: "1.201.0-preview.122",
|
|
2270
2270
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
2271
2271
|
repository: {
|
|
2272
2272
|
type: "git",
|
|
@@ -2696,4 +2696,4 @@ export {
|
|
|
2696
2696
|
addField
|
|
2697
2697
|
};
|
|
2698
2698
|
|
|
2699
|
-
//# debugId=
|
|
2699
|
+
//# debugId=CB010E64EBF2C9F864756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.201.0-preview.
|
|
4
|
+
"version": "1.201.0-preview.122",
|
|
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",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "6c56f56100be96231fccbaa59e99d64d94808d58"
|
|
28
28
|
}
|