@uipath/uipath-typescript 1.3.4 → 1.3.6
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/README.md +1 -1
- package/dist/assets/index.cjs +1 -1
- package/dist/assets/index.mjs +1 -1
- package/dist/attachments/index.cjs +1 -1
- package/dist/attachments/index.mjs +1 -1
- package/dist/buckets/index.cjs +1 -1
- package/dist/buckets/index.mjs +1 -1
- package/dist/cases/index.cjs +1 -1
- package/dist/cases/index.mjs +1 -1
- package/dist/conversational-agent/index.cjs +1 -1
- package/dist/conversational-agent/index.mjs +1 -1
- package/dist/core/index.cjs +29 -4
- package/dist/core/index.d.ts +11 -1
- package/dist/core/index.mjs +29 -4
- package/dist/document-understanding/index.cjs +257 -0
- package/dist/document-understanding/index.d.ts +1185 -0
- package/dist/document-understanding/index.mjs +255 -0
- package/dist/entities/index.cjs +236 -15
- package/dist/entities/index.d.ts +81 -0
- package/dist/entities/index.mjs +236 -15
- package/dist/feedback/index.cjs +38 -4
- package/dist/feedback/index.d.ts +52 -1
- package/dist/feedback/index.mjs +38 -4
- package/dist/index.cjs +519 -18
- package/dist/index.d.ts +1313 -8
- package/dist/index.mjs +521 -21
- package/dist/index.umd.js +519 -18
- package/dist/jobs/index.cjs +1 -1
- package/dist/jobs/index.mjs +1 -1
- package/dist/maestro-processes/index.cjs +1 -1
- package/dist/maestro-processes/index.mjs +1 -1
- package/dist/processes/index.cjs +1 -1
- package/dist/processes/index.mjs +1 -1
- package/dist/queues/index.cjs +1 -1
- package/dist/queues/index.mjs +1 -1
- package/dist/tasks/index.cjs +1 -1
- package/dist/tasks/index.mjs +1 -1
- package/package.json +11 -1
package/dist/jobs/index.cjs
CHANGED
|
@@ -1753,7 +1753,7 @@ const JobMap = {
|
|
|
1753
1753
|
// Connection string placeholder that will be replaced during build
|
|
1754
1754
|
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";
|
|
1755
1755
|
// SDK Version placeholder
|
|
1756
|
-
const SDK_VERSION = "1.3.
|
|
1756
|
+
const SDK_VERSION = "1.3.6";
|
|
1757
1757
|
const VERSION = "Version";
|
|
1758
1758
|
const SERVICE = "Service";
|
|
1759
1759
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/jobs/index.mjs
CHANGED
|
@@ -1751,7 +1751,7 @@ const JobMap = {
|
|
|
1751
1751
|
// Connection string placeholder that will be replaced during build
|
|
1752
1752
|
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";
|
|
1753
1753
|
// SDK Version placeholder
|
|
1754
|
-
const SDK_VERSION = "1.3.
|
|
1754
|
+
const SDK_VERSION = "1.3.6";
|
|
1755
1755
|
const VERSION = "Version";
|
|
1756
1756
|
const SERVICE = "Service";
|
|
1757
1757
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
|
@@ -1742,7 +1742,7 @@ class BpmnHelpers {
|
|
|
1742
1742
|
// Connection string placeholder that will be replaced during build
|
|
1743
1743
|
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";
|
|
1744
1744
|
// SDK Version placeholder
|
|
1745
|
-
const SDK_VERSION = "1.3.
|
|
1745
|
+
const SDK_VERSION = "1.3.6";
|
|
1746
1746
|
const VERSION = "Version";
|
|
1747
1747
|
const SERVICE = "Service";
|
|
1748
1748
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
|
@@ -1740,7 +1740,7 @@ class BpmnHelpers {
|
|
|
1740
1740
|
// Connection string placeholder that will be replaced during build
|
|
1741
1741
|
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";
|
|
1742
1742
|
// SDK Version placeholder
|
|
1743
|
-
const SDK_VERSION = "1.3.
|
|
1743
|
+
const SDK_VERSION = "1.3.6";
|
|
1744
1744
|
const VERSION = "Version";
|
|
1745
1745
|
const SERVICE = "Service";
|
|
1746
1746
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/processes/index.cjs
CHANGED
|
@@ -1722,7 +1722,7 @@ const PROCESS_ENDPOINTS = {
|
|
|
1722
1722
|
// Connection string placeholder that will be replaced during build
|
|
1723
1723
|
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";
|
|
1724
1724
|
// SDK Version placeholder
|
|
1725
|
-
const SDK_VERSION = "1.3.
|
|
1725
|
+
const SDK_VERSION = "1.3.6";
|
|
1726
1726
|
const VERSION = "Version";
|
|
1727
1727
|
const SERVICE = "Service";
|
|
1728
1728
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/processes/index.mjs
CHANGED
|
@@ -1720,7 +1720,7 @@ const PROCESS_ENDPOINTS = {
|
|
|
1720
1720
|
// Connection string placeholder that will be replaced during build
|
|
1721
1721
|
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";
|
|
1722
1722
|
// SDK Version placeholder
|
|
1723
|
-
const SDK_VERSION = "1.3.
|
|
1723
|
+
const SDK_VERSION = "1.3.6";
|
|
1724
1724
|
const VERSION = "Version";
|
|
1725
1725
|
const SERVICE = "Service";
|
|
1726
1726
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/queues/index.cjs
CHANGED
|
@@ -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.
|
|
1689
|
+
const SDK_VERSION = "1.3.6";
|
|
1690
1690
|
const VERSION = "Version";
|
|
1691
1691
|
const SERVICE = "Service";
|
|
1692
1692
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/queues/index.mjs
CHANGED
|
@@ -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.
|
|
1687
|
+
const SDK_VERSION = "1.3.6";
|
|
1688
1688
|
const VERSION = "Version";
|
|
1689
1689
|
const SERVICE = "Service";
|
|
1690
1690
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/tasks/index.cjs
CHANGED
|
@@ -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.
|
|
281
|
+
const SDK_VERSION = "1.3.6";
|
|
282
282
|
const VERSION = "Version";
|
|
283
283
|
const SERVICE = "Service";
|
|
284
284
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/tasks/index.mjs
CHANGED
|
@@ -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.
|
|
279
|
+
const SDK_VERSION = "1.3.6";
|
|
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.
|
|
3
|
+
"version": "1.3.6",
|
|
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": [
|