@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.
@@ -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.1.3";
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";