@uipath/ixp-sdk 1.202.1-preview.168 → 1.202.1
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
|
@@ -2294,7 +2294,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
2294
2294
|
var package_default = {
|
|
2295
2295
|
name: "@uipath/ixp-sdk",
|
|
2296
2296
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
2297
|
-
version: "1.202.1
|
|
2297
|
+
version: "1.202.1",
|
|
2298
2298
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
2299
2299
|
repository: {
|
|
2300
2300
|
type: "git",
|
|
@@ -2724,4 +2724,4 @@ export {
|
|
|
2724
2724
|
uploadDocument
|
|
2725
2725
|
};
|
|
2726
2726
|
|
|
2727
|
-
//# debugId=
|
|
2727
|
+
//# debugId=3834BE197F203CEB64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-sdk",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1
|
|
4
|
+
"version": "1.202.1",
|
|
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": "280b581b7893224d512dd194f47dd57243cc6a5c"
|
|
28
28
|
}
|