@uipath/uipath-typescript 1.1.3 → 1.2.0
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 -4
- package/dist/assets/index.mjs +1 -4
- package/dist/buckets/index.cjs +1 -4
- package/dist/buckets/index.mjs +1 -4
- package/dist/cases/index.cjs +1 -4
- package/dist/cases/index.mjs +1 -4
- package/dist/conversational-agent/index.cjs +1 -4
- package/dist/conversational-agent/index.mjs +1 -4
- package/dist/core/index.cjs +269 -84
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.mjs +269 -84
- package/dist/entities/index.cjs +82 -44
- package/dist/entities/index.d.ts +139 -70
- package/dist/entities/index.mjs +82 -44
- package/dist/index.cjs +350 -127
- package/dist/index.d.ts +139 -70
- package/dist/index.mjs +350 -127
- package/dist/index.umd.js +350 -127
- package/dist/maestro-processes/index.cjs +1 -4
- package/dist/maestro-processes/index.mjs +1 -4
- package/dist/processes/index.cjs +1 -4
- package/dist/processes/index.mjs +1 -4
- package/dist/queues/index.cjs +1 -4
- package/dist/queues/index.mjs +1 -4
- package/dist/tasks/index.cjs +1 -4
- package/dist/tasks/index.mjs +1 -4
- package/package.json +2 -2
package/dist/core/index.d.ts
CHANGED
|
@@ -495,7 +495,7 @@ declare const telemetryClient: TelemetryClient;
|
|
|
495
495
|
* SDK Telemetry constants
|
|
496
496
|
*/
|
|
497
497
|
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";
|
|
498
|
-
declare const SDK_VERSION = "1.
|
|
498
|
+
declare const SDK_VERSION = "1.2.0";
|
|
499
499
|
declare const VERSION = "Version";
|
|
500
500
|
declare const SERVICE = "Service";
|
|
501
501
|
declare const CLOUD_ORGANIZATION_NAME = "CloudOrganizationName";
|