@uipath/uipath-typescript 1.0.0-beta.10 → 1.0.0-beta.11
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* SDK Telemetry constants
|
|
3
3
|
*/
|
|
4
4
|
export declare 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";
|
|
5
|
-
export declare const SDK_VERSION = "1.0.0-beta.
|
|
5
|
+
export declare const SDK_VERSION = "1.0.0-beta.11";
|
|
6
6
|
export declare const VERSION = "Version";
|
|
7
7
|
export declare const SERVICE = "Service";
|
|
8
8
|
export declare const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// Connection string placeholder that will be replaced during build
|
|
5
5
|
export 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";
|
|
6
6
|
// SDK Version placeholder
|
|
7
|
-
export const SDK_VERSION = "1.0.0-beta.
|
|
7
|
+
export const SDK_VERSION = "1.0.0-beta.11";
|
|
8
8
|
export const VERSION = "Version";
|
|
9
9
|
export const SERVICE = "Service";
|
|
10
10
|
export const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|
package/package.json
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/uipath-typescript",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.11",
|
|
4
4
|
"description": "UiPath TypeScript SDK",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"uipath",
|
|
8
|
+
"typescript",
|
|
9
|
+
"nodejs",
|
|
10
|
+
"sdk",
|
|
11
|
+
"automation",
|
|
12
|
+
"agentic-ai"
|
|
13
|
+
],
|
|
5
14
|
"type": "module",
|
|
6
15
|
"main": "./dist/index.js",
|
|
7
16
|
"module": "./dist/index.js",
|