@uipath/ixp-sdk 1.201.0-preview.128 → 1.201.0-preview.131

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +26 -26
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.128",
2269
+ version: "1.201.0-preview.131",
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=DDF075549C2C28F464756E2164756E21
2699
+ //# debugId=FDD30F6F0D862D1E64756E2164756E21
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
- "name": "@uipath/ixp-sdk",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/UiPath/cli.git",
9
- "directory": "packages/ixp-sdk"
10
- },
11
- "publishConfig": {
12
- "registry": "https://registry.npmjs.org/"
13
- },
14
- "keywords": [
15
- "uipath",
16
- "ixp",
17
- "sdk"
18
- ],
19
- "type": "module",
20
- "main": "./dist/index.js",
21
- "exports": {
22
- ".": "./dist/index.js"
23
- },
24
- "files": [
25
- "dist"
26
- ],
27
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/ixp-sdk",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "SDK for the UiPath IXP (Intelligent eXtraction Platform) API — projects, taxonomies, prompts, predictions, and model publishing.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/UiPath/cli.git",
9
+ "directory": "packages/ixp-sdk"
10
+ },
11
+ "publishConfig": {
12
+ "registry": "https://registry.npmjs.org/"
13
+ },
14
+ "keywords": [
15
+ "uipath",
16
+ "ixp",
17
+ "sdk"
18
+ ],
19
+ "type": "module",
20
+ "main": "./dist/index.js",
21
+ "exports": {
22
+ ".": "./dist/index.js"
23
+ },
24
+ "files": [
25
+ "dist"
26
+ ],
27
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
28
28
  }