@uipath/uipath-typescript 1.2.0 → 1.2.1
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/assets/index.cjs +1 -1
- package/dist/assets/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 +38 -7
- package/dist/conversational-agent/index.d.ts +62 -1
- package/dist/conversational-agent/index.mjs +38 -7
- package/dist/core/index.cjs +10 -1
- package/dist/core/index.d.ts +26 -2
- package/dist/core/index.mjs +10 -1
- package/dist/entities/index.cjs +48 -1
- package/dist/entities/index.d.ts +77 -2
- package/dist/entities/index.mjs +48 -1
- package/dist/index.cjs +57 -1
- package/dist/index.d.ts +133 -3
- package/dist/index.mjs +57 -1
- package/dist/index.umd.js +57 -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 +4 -3
package/dist/queues/index.cjs
CHANGED
|
@@ -1676,7 +1676,7 @@ const QueueMap = {
|
|
|
1676
1676
|
// Connection string placeholder that will be replaced during build
|
|
1677
1677
|
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";
|
|
1678
1678
|
// SDK Version placeholder
|
|
1679
|
-
const SDK_VERSION = "1.2.
|
|
1679
|
+
const SDK_VERSION = "1.2.1";
|
|
1680
1680
|
const VERSION = "Version";
|
|
1681
1681
|
const SERVICE = "Service";
|
|
1682
1682
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/queues/index.mjs
CHANGED
|
@@ -1674,7 +1674,7 @@ const QueueMap = {
|
|
|
1674
1674
|
// Connection string placeholder that will be replaced during build
|
|
1675
1675
|
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";
|
|
1676
1676
|
// SDK Version placeholder
|
|
1677
|
-
const SDK_VERSION = "1.2.
|
|
1677
|
+
const SDK_VERSION = "1.2.1";
|
|
1678
1678
|
const VERSION = "Version";
|
|
1679
1679
|
const SERVICE = "Service";
|
|
1680
1680
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/tasks/index.cjs
CHANGED
|
@@ -1902,7 +1902,7 @@ const TASK_ENDPOINTS = {
|
|
|
1902
1902
|
// Connection string placeholder that will be replaced during build
|
|
1903
1903
|
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";
|
|
1904
1904
|
// SDK Version placeholder
|
|
1905
|
-
const SDK_VERSION = "1.2.
|
|
1905
|
+
const SDK_VERSION = "1.2.1";
|
|
1906
1906
|
const VERSION = "Version";
|
|
1907
1907
|
const SERVICE = "Service";
|
|
1908
1908
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/dist/tasks/index.mjs
CHANGED
|
@@ -1900,7 +1900,7 @@ const TASK_ENDPOINTS = {
|
|
|
1900
1900
|
// Connection string placeholder that will be replaced during build
|
|
1901
1901
|
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";
|
|
1902
1902
|
// SDK Version placeholder
|
|
1903
|
-
const SDK_VERSION = "1.2.
|
|
1903
|
+
const SDK_VERSION = "1.2.1";
|
|
1904
1904
|
const VERSION = "Version";
|
|
1905
1905
|
const SERVICE = "Service";
|
|
1906
1906
|
const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/uipath-typescript",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "UiPath TypeScript SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -136,7 +136,8 @@
|
|
|
136
136
|
"build": "rollup -c",
|
|
137
137
|
"build:watch": "rollup -c -w",
|
|
138
138
|
"clean": "rimraf dist && rimraf node_modules && rimraf package-lock.json",
|
|
139
|
-
"docs:api": "typedoc && npm run docs:post-process",
|
|
139
|
+
"docs:api": "typedoc && npm run docs:post-process && npm run docs:coded-action-apps",
|
|
140
|
+
"docs:coded-action-apps": "npm run docs --prefix packages/coded-action-apps",
|
|
140
141
|
"docs:post-process": "node scripts/docs-post-process.mjs",
|
|
141
142
|
"lint": "oxlint",
|
|
142
143
|
"typecheck": "tsc --noEmit",
|
|
@@ -173,7 +174,7 @@
|
|
|
173
174
|
"dotenv": "^17.2.0",
|
|
174
175
|
"oxlint": "^1.43.0",
|
|
175
176
|
"rimraf": "^6.0.1",
|
|
176
|
-
"rollup": "^4.
|
|
177
|
+
"rollup": "^4.59.0",
|
|
177
178
|
"rollup-plugin-dts": "^6.1.0",
|
|
178
179
|
"typedoc": "^0.28.13",
|
|
179
180
|
"typedoc-plugin-markdown": "^4.8.1",
|