@uipath/uipath-typescript 1.3.4 → 1.3.5

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.
@@ -1686,7 +1686,7 @@ const QueueMap = {
1686
1686
  // Connection string placeholder that will be replaced during build
1687
1687
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
1688
1688
  // SDK Version placeholder
1689
- const SDK_VERSION = "1.3.4";
1689
+ const SDK_VERSION = "1.3.5";
1690
1690
  const VERSION = "Version";
1691
1691
  const SERVICE = "Service";
1692
1692
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
@@ -1684,7 +1684,7 @@ const QueueMap = {
1684
1684
  // Connection string placeholder that will be replaced during build
1685
1685
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
1686
1686
  // SDK Version placeholder
1687
- const SDK_VERSION = "1.3.4";
1687
+ const SDK_VERSION = "1.3.5";
1688
1688
  const VERSION = "Version";
1689
1689
  const SERVICE = "Service";
1690
1690
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
@@ -278,7 +278,7 @@ class NetworkError extends UiPathError {
278
278
  // Connection string placeholder that will be replaced during build
279
279
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
280
280
  // SDK Version placeholder
281
- const SDK_VERSION = "1.3.4";
281
+ const SDK_VERSION = "1.3.5";
282
282
  const VERSION = "Version";
283
283
  const SERVICE = "Service";
284
284
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
@@ -276,7 +276,7 @@ class NetworkError extends UiPathError {
276
276
  // Connection string placeholder that will be replaced during build
277
277
  const CONNECTION_STRING = "InstrumentationKey=a6efa11d-1feb-4508-9738-e13e12dcae5e;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/;ApplicationId=7c58eb1c-9581-4ba6-839e-11725848a037";
278
278
  // SDK Version placeholder
279
- const SDK_VERSION = "1.3.4";
279
+ const SDK_VERSION = "1.3.5";
280
280
  const VERSION = "Version";
281
281
  const SERVICE = "Service";
282
282
  const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/uipath-typescript",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "UiPath TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -155,6 +155,16 @@
155
155
  "types": "./dist/feedback/index.d.ts",
156
156
  "default": "./dist/feedback/index.cjs"
157
157
  }
158
+ },
159
+ "./document-understanding": {
160
+ "import": {
161
+ "types": "./dist/document-understanding/index.d.ts",
162
+ "default": "./dist/document-understanding/index.mjs"
163
+ },
164
+ "require": {
165
+ "types": "./dist/document-understanding/index.d.ts",
166
+ "default": "./dist/document-understanding/index.cjs"
167
+ }
158
168
  }
159
169
  },
160
170
  "files": [