@uipath/ixp-sdk 1.197.0-preview.76 → 1.197.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
|
@@ -20376,7 +20376,7 @@ function getSdkUserAgentToken(pkg) {
|
|
|
20376
20376
|
var package_default = {
|
|
20377
20377
|
name: "@uipath/ixp-sdk",
|
|
20378
20378
|
license: "MIT",
|
|
20379
|
-
version: "1.197.0
|
|
20379
|
+
version: "1.197.0",
|
|
20380
20380
|
description: "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
|
|
20381
20381
|
repository: {
|
|
20382
20382
|
type: "git",
|
|
@@ -20777,4 +20777,4 @@ export {
|
|
|
20777
20777
|
addField
|
|
20778
20778
|
};
|
|
20779
20779
|
|
|
20780
|
-
//# debugId=
|
|
20780
|
+
//# debugId=182CF17BD56497B464756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/ixp-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0
|
|
4
|
+
"version": "1.197.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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
28
28
|
}
|