@microsoft/applicationinsights-web-basic 3.0.0-beta.2210-02 → 3.0.0-beta.2210-04

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 3.0.0-beta.2210-02
2
+ * Microsoft.ApplicationInsights, 3.0.0-beta.2210-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1385,7 +1385,7 @@ declare namespace ApplicationInsights {
1385
1385
  * @param severity - {LoggingSeverity} - The severity of the log message
1386
1386
  * @param message - {_InternalLogMessage} - The log message.
1387
1387
  */
1388
- throwInternal(severity: LoggingSeverity, msgId: _eInternalMessageId, msg: string, properties?: Object, isUserAct?: boolean): void;
1388
+ throwInternal(severity: LoggingSeverity, msgId: _InternalMessageId, msg: string, properties?: Object, isUserAct?: boolean): void;
1389
1389
  /**
1390
1390
  * This will write a warning to the console if possible
1391
1391
  * @param message - {string} - The warning message
@@ -1693,10 +1693,12 @@ declare namespace ApplicationInsights {
1693
1693
  class _InternalLogMessage {
1694
1694
  static dataType: string;
1695
1695
  message: string;
1696
- messageId: _eInternalMessageId;
1697
- constructor(msgId: _eInternalMessageId, msg: string, isUserAct?: boolean, properties?: Object);
1696
+ messageId: _InternalMessageId;
1697
+ constructor(msgId: _InternalMessageId, msg: string, isUserAct?: boolean, properties?: Object);
1698
1698
  }
1699
1699
 
1700
+ type _InternalMessageId = number | _eInternalMessageId;
1701
+
1700
1702
  interface IPageViewPerformanceTelemetry extends IPartC {
1701
1703
  /**
1702
1704
  * name String - The name of the page. Defaults to the document title.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2210-02
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2210-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1389,7 +1389,7 @@
1389
1389
  }
1390
1390
 
1391
1391
  var _objDefineProperty = ObjDefineProperty;
1392
- var version = "3.0.0-beta.2210-02";
1392
+ var version = "3.0.0-beta.2210-04";
1393
1393
  var instanceName = "." + newId(6);
1394
1394
  var _dataUid = 0;
1395
1395
  function _createAccessor(target, prop, value) {
@@ -5460,7 +5460,7 @@
5460
5460
  }
5461
5461
  }
5462
5462
  var EnvelopeCreator = {
5463
- Version: "3.0.0-beta.2210-02"
5463
+ Version: "3.0.0-beta.2210-04"
5464
5464
  };
5465
5465
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5466
5466
  EnvelopeCreatorInit(logger, telemetryItem);