@uipath/ixp-sdk 1.199.0-preview.97 → 1.199.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 +2 -2
package/dist/index.js
CHANGED
|
@@ -20380,7 +20380,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
20380
20380
|
var package_default = {
|
|
20381
20381
|
name: "@uipath/ixp-sdk",
|
|
20382
20382
|
license: "MIT",
|
|
20383
|
-
version: "1.199.0
|
|
20383
|
+
version: "1.199.0",
|
|
20384
20384
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
20385
20385
|
repository: {
|
|
20386
20386
|
type: "git",
|
|
@@ -20781,4 +20781,4 @@ export {
|
|
|
20781
20781
|
addField
|
|
20782
20782
|
};
|
|
20783
20783
|
|
|
20784
|
-
//# debugId=
|
|
20784
|
+
//# debugId=C78857754A7728E564756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0
|
|
4
|
+
"version": "1.199.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",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
|
|
28
28
|
}
|