@microsoft/applicationinsights-common 3.0.0-beta.2210-18 → 3.0.0-beta.2210-21

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.
Files changed (104) hide show
  1. package/browser/applicationinsights-common.integrity.json +9 -9
  2. package/browser/applicationinsights-common.js +385 -159
  3. package/browser/applicationinsights-common.js.map +1 -1
  4. package/browser/applicationinsights-common.min.js +2 -2
  5. package/browser/applicationinsights-common.min.js.map +1 -1
  6. package/dist/applicationinsights-common.api.json +2048 -1176
  7. package/dist/applicationinsights-common.api.md +65 -0
  8. package/dist/applicationinsights-common.d.ts +118 -1
  9. package/dist/applicationinsights-common.js +385 -159
  10. package/dist/applicationinsights-common.js.map +1 -1
  11. package/dist/applicationinsights-common.min.js +2 -2
  12. package/dist/applicationinsights-common.min.js.map +1 -1
  13. package/dist/applicationinsights-common.rollup.d.ts +118 -1
  14. package/dist-esm/ConnectionStringParser.js +1 -1
  15. package/dist-esm/Constants.js +1 -1
  16. package/dist-esm/DomHelperFuncs.js +1 -1
  17. package/dist-esm/Enums.js +1 -1
  18. package/dist-esm/HelperFuncs.js +1 -1
  19. package/dist-esm/Interfaces/ConnectionString.js +1 -1
  20. package/dist-esm/Interfaces/Context/IApplication.js +1 -1
  21. package/dist-esm/Interfaces/Context/IDevice.js +1 -1
  22. package/dist-esm/Interfaces/Context/IInternal.js +1 -1
  23. package/dist-esm/Interfaces/Context/ILocation.js +1 -1
  24. package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
  25. package/dist-esm/Interfaces/Context/ISample.js +1 -1
  26. package/dist-esm/Interfaces/Context/ISession.js +1 -1
  27. package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
  28. package/dist-esm/Interfaces/Context/IUser.js +1 -1
  29. package/dist-esm/Interfaces/Context/IWeb.js +1 -1
  30. package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
  31. package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
  32. package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
  33. package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
  34. package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
  35. package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
  36. package/dist-esm/Interfaces/Contracts/IData.js +1 -1
  37. package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
  38. package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
  39. package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
  40. package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
  41. package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
  42. package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
  43. package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
  44. package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
  45. package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
  46. package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
  47. package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
  48. package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
  49. package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
  50. package/dist-esm/Interfaces/Contracts/SeverityLevel.js +1 -1
  51. package/dist-esm/Interfaces/IAppInsights.js +1 -1
  52. package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
  53. package/dist-esm/Interfaces/IConfig.js +1 -1
  54. package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
  55. package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
  56. package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
  57. package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
  58. package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
  59. package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
  60. package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
  61. package/dist-esm/Interfaces/IPartC.js +1 -1
  62. package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
  63. package/dist-esm/Interfaces/IRequestContext.js +1 -1
  64. package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
  65. package/dist-esm/Interfaces/IThrottleMgr.js +6 -0
  66. package/dist-esm/Interfaces/IThrottleMgr.js.map +1 -0
  67. package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
  68. package/dist-esm/Interfaces/PartAExtensions.js +1 -1
  69. package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
  70. package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
  71. package/dist-esm/RequestResponseHeaders.js +1 -1
  72. package/dist-esm/StorageHelperFuncs.js +1 -1
  73. package/dist-esm/Telemetry/Common/Data.js +1 -1
  74. package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
  75. package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -1
  76. package/dist-esm/Telemetry/Common/Envelope.js +1 -1
  77. package/dist-esm/Telemetry/Event.js +1 -1
  78. package/dist-esm/Telemetry/Exception.js +1 -1
  79. package/dist-esm/Telemetry/Metric.js +3 -3
  80. package/dist-esm/Telemetry/Metric.js.map +1 -1
  81. package/dist-esm/Telemetry/PageView.js +1 -1
  82. package/dist-esm/Telemetry/PageViewPerformance.js +1 -1
  83. package/dist-esm/Telemetry/RemoteDependencyData.js +1 -1
  84. package/dist-esm/Telemetry/Trace.js +1 -1
  85. package/dist-esm/TelemetryItemCreator.js +1 -1
  86. package/dist-esm/ThrottleMgr.js +259 -0
  87. package/dist-esm/ThrottleMgr.js.map +1 -0
  88. package/dist-esm/UrlHelperFuncs.js +1 -1
  89. package/dist-esm/Util.js +1 -1
  90. package/dist-esm/__DynamicConstants.js +10 -4
  91. package/dist-esm/__DynamicConstants.js.map +1 -1
  92. package/dist-esm/applicationinsights-common.js +2 -1
  93. package/dist-esm/applicationinsights-common.js.map +1 -1
  94. package/package.json +5 -4
  95. package/src/Enums.ts +6 -0
  96. package/src/Interfaces/IThrottleMgr.ts +109 -0
  97. package/src/ThrottleMgr.ts +285 -0
  98. package/src/__DynamicConstants.ts +9 -3
  99. package/src/applicationinsights-common.ts +3 -1
  100. package/types/Enums.d.ts +5 -0
  101. package/types/Interfaces/IThrottleMgr.d.ts +94 -0
  102. package/types/ThrottleMgr.d.ts +12 -0
  103. package/types/__DynamicConstants.d.ts +8 -2
  104. package/types/applicationinsights-common.d.ts +3 -1
@@ -13533,57 +13533,31 @@
13533
13533
  },
13534
13534
  {
13535
13535
  "kind": "Interface",
13536
- "canonicalReference": "@microsoft/applicationinsights-common!ITraceState:interface",
13537
- "docComment": "",
13538
- "excerptTokens": [
13539
- {
13540
- "kind": "Content",
13541
- "text": "export interface ITraceState "
13542
- }
13543
- ],
13544
- "fileUrlPath": "types/Interfaces/Context/ITelemetryTrace.d.ts",
13545
- "releaseTag": "Public",
13546
- "name": "ITraceState",
13547
- "preserveMemberOrder": false,
13548
- "members": [],
13549
- "extendsTokenRanges": []
13550
- },
13551
- {
13552
- "kind": "Interface",
13553
- "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry:interface",
13554
- "docComment": "",
13536
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval:interface",
13537
+ "docComment": "/**\n * Identifies frequency of items sent Default: send data on 28th every 3 month each year\n */\n",
13555
13538
  "excerptTokens": [
13556
13539
  {
13557
13540
  "kind": "Content",
13558
- "text": "export interface ITraceTelemetry extends "
13559
- },
13560
- {
13561
- "kind": "Reference",
13562
- "text": "IPartC",
13563
- "canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
13564
- },
13565
- {
13566
- "kind": "Content",
13567
- "text": " "
13541
+ "text": "export interface IThrottleInterval "
13568
13542
  }
13569
13543
  ],
13570
- "fileUrlPath": "types/Interfaces/ITraceTelemetry.d.ts",
13544
+ "fileUrlPath": "types/Interfaces/IThrottleMgr.d.ts",
13571
13545
  "releaseTag": "Public",
13572
- "name": "ITraceTelemetry",
13546
+ "name": "IThrottleInterval",
13573
13547
  "preserveMemberOrder": false,
13574
13548
  "members": [
13575
13549
  {
13576
13550
  "kind": "PropertySignature",
13577
- "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry#iKey:member",
13578
- "docComment": "/**\n * @description custom defiend iKey @type {SeverityLevel} @memberof ITraceTelemetry\n */\n",
13551
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#dayInterval:member",
13552
+ "docComment": "/**\n * Identifies days that items can be sent within a month Default: 28\n */\n",
13579
13553
  "excerptTokens": [
13580
13554
  {
13581
13555
  "kind": "Content",
13582
- "text": "iKey?: "
13556
+ "text": "dayInterval?: "
13583
13557
  },
13584
13558
  {
13585
13559
  "kind": "Content",
13586
- "text": "string"
13560
+ "text": "number"
13587
13561
  },
13588
13562
  {
13589
13563
  "kind": "Content",
@@ -13593,7 +13567,7 @@
13593
13567
  "isReadonly": false,
13594
13568
  "isOptional": true,
13595
13569
  "releaseTag": "Public",
13596
- "name": "iKey",
13570
+ "name": "dayInterval",
13597
13571
  "propertyTypeTokenRange": {
13598
13572
  "startIndex": 1,
13599
13573
  "endIndex": 2
@@ -13601,16 +13575,16 @@
13601
13575
  },
13602
13576
  {
13603
13577
  "kind": "PropertySignature",
13604
- "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry#message:member",
13605
- "docComment": "/**\n * @description A message string @type {string} @memberof ITraceTelemetry\n */\n",
13578
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#maxTimesPerMonth:member",
13579
+ "docComment": "/**\n * Identifies max times items can be sent within a month Default: 1\n */\n",
13606
13580
  "excerptTokens": [
13607
13581
  {
13608
13582
  "kind": "Content",
13609
- "text": "message: "
13583
+ "text": "maxTimesPerMonth?: "
13610
13584
  },
13611
13585
  {
13612
13586
  "kind": "Content",
13613
- "text": "string"
13587
+ "text": "number"
13614
13588
  },
13615
13589
  {
13616
13590
  "kind": "Content",
@@ -13618,9 +13592,9 @@
13618
13592
  }
13619
13593
  ],
13620
13594
  "isReadonly": false,
13621
- "isOptional": false,
13595
+ "isOptional": true,
13622
13596
  "releaseTag": "Public",
13623
- "name": "message",
13597
+ "name": "maxTimesPerMonth",
13624
13598
  "propertyTypeTokenRange": {
13625
13599
  "startIndex": 1,
13626
13600
  "endIndex": 2
@@ -13628,17 +13602,16 @@
13628
13602
  },
13629
13603
  {
13630
13604
  "kind": "PropertySignature",
13631
- "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry#severityLevel:member",
13632
- "docComment": "/**\n * @description Severity level of the logging message used for filtering in the portal @type {SeverityLevel} @memberof ITraceTelemetry\n */\n",
13605
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#monthInterval:member",
13606
+ "docComment": "/**\n * Identifies month interval that items can be sent For example, if it is set to 2 and start date is in Jan, items will be sent out every two months (Jan, March, May etc.) Default: 3\n */\n",
13633
13607
  "excerptTokens": [
13634
13608
  {
13635
13609
  "kind": "Content",
13636
- "text": "severityLevel?: "
13610
+ "text": "monthInterval?: "
13637
13611
  },
13638
13612
  {
13639
- "kind": "Reference",
13640
- "text": "SeverityLevel",
13641
- "canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
13613
+ "kind": "Content",
13614
+ "text": "number"
13642
13615
  },
13643
13616
  {
13644
13617
  "kind": "Content",
@@ -13648,47 +13621,42 @@
13648
13621
  "isReadonly": false,
13649
13622
  "isOptional": true,
13650
13623
  "releaseTag": "Public",
13651
- "name": "severityLevel",
13624
+ "name": "monthInterval",
13652
13625
  "propertyTypeTokenRange": {
13653
13626
  "startIndex": 1,
13654
13627
  "endIndex": 2
13655
13628
  }
13656
13629
  }
13657
13630
  ],
13658
- "extendsTokenRanges": [
13659
- {
13660
- "startIndex": 1,
13661
- "endIndex": 2
13662
- }
13663
- ]
13631
+ "extendsTokenRanges": []
13664
13632
  },
13665
13633
  {
13666
13634
  "kind": "Interface",
13667
- "canonicalReference": "@microsoft/applicationinsights-common!IUser:interface",
13668
- "docComment": "",
13635
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLimit:interface",
13636
+ "docComment": "/**\n * Identifies limit number/percentage of items sent per time If both are provided, minimum number between the two will be used\n */\n",
13669
13637
  "excerptTokens": [
13670
13638
  {
13671
13639
  "kind": "Content",
13672
- "text": "export interface IUser "
13640
+ "text": "export interface IThrottleLimit "
13673
13641
  }
13674
13642
  ],
13675
- "fileUrlPath": "types/Interfaces/Context/IUser.d.ts",
13643
+ "fileUrlPath": "types/Interfaces/IThrottleMgr.d.ts",
13676
13644
  "releaseTag": "Public",
13677
- "name": "IUser",
13645
+ "name": "IThrottleLimit",
13678
13646
  "preserveMemberOrder": false,
13679
13647
  "members": [
13680
13648
  {
13681
13649
  "kind": "PropertySignature",
13682
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#accountAcquisitionDate:member",
13683
- "docComment": "/**\n * The account acquisition date.\n */\n",
13650
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLimit#maxSendNumber:member",
13651
+ "docComment": "/**\n * Identifies limit number of items per time Default: 1\n */\n",
13684
13652
  "excerptTokens": [
13685
13653
  {
13686
13654
  "kind": "Content",
13687
- "text": "accountAcquisitionDate: "
13655
+ "text": "maxSendNumber?: "
13688
13656
  },
13689
13657
  {
13690
13658
  "kind": "Content",
13691
- "text": "string"
13659
+ "text": "number"
13692
13660
  },
13693
13661
  {
13694
13662
  "kind": "Content",
@@ -13696,9 +13664,9 @@
13696
13664
  }
13697
13665
  ],
13698
13666
  "isReadonly": false,
13699
- "isOptional": false,
13667
+ "isOptional": true,
13700
13668
  "releaseTag": "Public",
13701
- "name": "accountAcquisitionDate",
13669
+ "name": "maxSendNumber",
13702
13670
  "propertyTypeTokenRange": {
13703
13671
  "startIndex": 1,
13704
13672
  "endIndex": 2
@@ -13706,16 +13674,16 @@
13706
13674
  },
13707
13675
  {
13708
13676
  "kind": "PropertySignature",
13709
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#accountId:member",
13710
- "docComment": "/**\n * The account ID.\n */\n",
13677
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLimit#samplingRate:member",
13678
+ "docComment": "/**\n * Identifies sampling percentage of items per time The percentage is set to 4 decimal places, for example: 1 means 0.0001% Default: 100 (0.01%)\n */\n",
13711
13679
  "excerptTokens": [
13712
13680
  {
13713
13681
  "kind": "Content",
13714
- "text": "accountId: "
13682
+ "text": "samplingRate?: "
13715
13683
  },
13716
13684
  {
13717
13685
  "kind": "Content",
13718
- "text": "string"
13686
+ "text": "number"
13719
13687
  },
13720
13688
  {
13721
13689
  "kind": "Content",
@@ -13723,26 +13691,44 @@
13723
13691
  }
13724
13692
  ],
13725
13693
  "isReadonly": false,
13726
- "isOptional": false,
13694
+ "isOptional": true,
13727
13695
  "releaseTag": "Public",
13728
- "name": "accountId",
13696
+ "name": "samplingRate",
13729
13697
  "propertyTypeTokenRange": {
13730
13698
  "startIndex": 1,
13731
13699
  "endIndex": 2
13732
13700
  }
13733
- },
13701
+ }
13702
+ ],
13703
+ "extendsTokenRanges": []
13704
+ },
13705
+ {
13706
+ "kind": "Interface",
13707
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLocalStorageObj:interface",
13708
+ "docComment": "/**\n * Identifies object for local storage\n */\n",
13709
+ "excerptTokens": [
13710
+ {
13711
+ "kind": "Content",
13712
+ "text": "export interface IThrottleLocalStorageObj "
13713
+ }
13714
+ ],
13715
+ "fileUrlPath": "types/Interfaces/IThrottleMgr.d.ts",
13716
+ "releaseTag": "Public",
13717
+ "name": "IThrottleLocalStorageObj",
13718
+ "preserveMemberOrder": false,
13719
+ "members": [
13734
13720
  {
13735
13721
  "kind": "PropertySignature",
13736
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#authenticatedId:member",
13737
- "docComment": "/**\n * Authenticated user id\n */\n",
13722
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLocalStorageObj#count:member",
13723
+ "docComment": "/**\n * Identifies current count\n */\n",
13738
13724
  "excerptTokens": [
13739
13725
  {
13740
13726
  "kind": "Content",
13741
- "text": "authenticatedId: "
13727
+ "text": "count: "
13742
13728
  },
13743
13729
  {
13744
13730
  "kind": "Content",
13745
- "text": "string"
13731
+ "text": "number"
13746
13732
  },
13747
13733
  {
13748
13734
  "kind": "Content",
@@ -13752,7 +13738,7 @@
13752
13738
  "isReadonly": false,
13753
13739
  "isOptional": false,
13754
13740
  "releaseTag": "Public",
13755
- "name": "authenticatedId",
13741
+ "name": "count",
13756
13742
  "propertyTypeTokenRange": {
13757
13743
  "startIndex": 1,
13758
13744
  "endIndex": 2
@@ -13760,16 +13746,17 @@
13760
13746
  },
13761
13747
  {
13762
13748
  "kind": "PropertySignature",
13763
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#config:member",
13764
- "docComment": "/**\n * The telemetry configuration.\n */\n",
13749
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLocalStorageObj#date:member",
13750
+ "docComment": "/**\n * Identifies start date\n */\n",
13765
13751
  "excerptTokens": [
13766
13752
  {
13767
13753
  "kind": "Content",
13768
- "text": "config: "
13754
+ "text": "date: "
13769
13755
  },
13770
13756
  {
13771
- "kind": "Content",
13772
- "text": "any"
13757
+ "kind": "Reference",
13758
+ "text": "Date",
13759
+ "canonicalReference": "!Date:interface"
13773
13760
  },
13774
13761
  {
13775
13762
  "kind": "Content",
@@ -13779,7 +13766,7 @@
13779
13766
  "isReadonly": false,
13780
13767
  "isOptional": false,
13781
13768
  "releaseTag": "Public",
13782
- "name": "config",
13769
+ "name": "date",
13783
13770
  "propertyTypeTokenRange": {
13784
13771
  "startIndex": 1,
13785
13772
  "endIndex": 2
@@ -13787,16 +13774,17 @@
13787
13774
  },
13788
13775
  {
13789
13776
  "kind": "PropertySignature",
13790
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#id:member",
13791
- "docComment": "/**\n * The user ID.\n */\n",
13777
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLocalStorageObj#preTriggerDate:member",
13778
+ "docComment": "/**\n * identifies previous triggered throttle date\n */\n",
13792
13779
  "excerptTokens": [
13793
13780
  {
13794
13781
  "kind": "Content",
13795
- "text": "id: "
13782
+ "text": "preTriggerDate?: "
13796
13783
  },
13797
13784
  {
13798
- "kind": "Content",
13799
- "text": "string"
13785
+ "kind": "Reference",
13786
+ "text": "Date",
13787
+ "canonicalReference": "!Date:interface"
13800
13788
  },
13801
13789
  {
13802
13790
  "kind": "Content",
@@ -13804,22 +13792,40 @@
13804
13792
  }
13805
13793
  ],
13806
13794
  "isReadonly": false,
13807
- "isOptional": false,
13795
+ "isOptional": true,
13808
13796
  "releaseTag": "Public",
13809
- "name": "id",
13797
+ "name": "preTriggerDate",
13810
13798
  "propertyTypeTokenRange": {
13811
13799
  "startIndex": 1,
13812
13800
  "endIndex": 2
13813
13801
  }
13814
- },
13802
+ }
13803
+ ],
13804
+ "extendsTokenRanges": []
13805
+ },
13806
+ {
13807
+ "kind": "Interface",
13808
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig:interface",
13809
+ "docComment": "/**\n * Identifies basic config\n */\n",
13810
+ "excerptTokens": [
13811
+ {
13812
+ "kind": "Content",
13813
+ "text": "export interface IThrottleMgrConfig "
13814
+ }
13815
+ ],
13816
+ "fileUrlPath": "types/Interfaces/IThrottleMgr.d.ts",
13817
+ "releaseTag": "Public",
13818
+ "name": "IThrottleMgrConfig",
13819
+ "preserveMemberOrder": false,
13820
+ "members": [
13815
13821
  {
13816
13822
  "kind": "PropertySignature",
13817
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#isNewUser:member",
13818
- "docComment": "/**\n * A flag indicating whether this represents a new user\n */\n",
13823
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig#disabled:member",
13824
+ "docComment": "/**\n * Identifies if throttle is disabled Default: false\n */\n",
13819
13825
  "excerptTokens": [
13820
13826
  {
13821
13827
  "kind": "Content",
13822
- "text": "isNewUser?: "
13828
+ "text": "disabled?: "
13823
13829
  },
13824
13830
  {
13825
13831
  "kind": "Content",
@@ -13833,7 +13839,7 @@
13833
13839
  "isReadonly": false,
13834
13840
  "isOptional": true,
13835
13841
  "releaseTag": "Public",
13836
- "name": "isNewUser",
13842
+ "name": "disabled",
13837
13843
  "propertyTypeTokenRange": {
13838
13844
  "startIndex": 1,
13839
13845
  "endIndex": 2
@@ -13841,16 +13847,17 @@
13841
13847
  },
13842
13848
  {
13843
13849
  "kind": "PropertySignature",
13844
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#isUserCookieSet:member",
13845
- "docComment": "/**\n * A flag indicating whether the user cookie has been set\n */\n",
13850
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig#interval:member",
13851
+ "docComment": "/**\n * Identifies frequency of items sent Default: send data on 28th every 3 month each year\n */\n",
13846
13852
  "excerptTokens": [
13847
13853
  {
13848
13854
  "kind": "Content",
13849
- "text": "isUserCookieSet?: "
13855
+ "text": "interval?: "
13850
13856
  },
13851
13857
  {
13852
- "kind": "Content",
13853
- "text": "boolean"
13858
+ "kind": "Reference",
13859
+ "text": "IThrottleInterval",
13860
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval:interface"
13854
13861
  },
13855
13862
  {
13856
13863
  "kind": "Content",
@@ -13860,7 +13867,7 @@
13860
13867
  "isReadonly": false,
13861
13868
  "isOptional": true,
13862
13869
  "releaseTag": "Public",
13863
- "name": "isUserCookieSet",
13870
+ "name": "interval",
13864
13871
  "propertyTypeTokenRange": {
13865
13872
  "startIndex": 1,
13866
13873
  "endIndex": 2
@@ -13868,16 +13875,45 @@
13868
13875
  },
13869
13876
  {
13870
13877
  "kind": "PropertySignature",
13871
- "canonicalReference": "@microsoft/applicationinsights-common!IUser#localId:member",
13872
- "docComment": "/**\n * The localId\n */\n",
13878
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig#limit:member",
13879
+ "docComment": "/**\n * Identifies limit number/percentage of items sent per time\n */\n",
13873
13880
  "excerptTokens": [
13874
13881
  {
13875
13882
  "kind": "Content",
13876
- "text": "localId: "
13883
+ "text": "limit?: "
13884
+ },
13885
+ {
13886
+ "kind": "Reference",
13887
+ "text": "IThrottleLimit",
13888
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleLimit:interface"
13877
13889
  },
13878
13890
  {
13879
13891
  "kind": "Content",
13880
- "text": "string"
13892
+ "text": ";"
13893
+ }
13894
+ ],
13895
+ "isReadonly": false,
13896
+ "isOptional": true,
13897
+ "releaseTag": "Public",
13898
+ "name": "limit",
13899
+ "propertyTypeTokenRange": {
13900
+ "startIndex": 1,
13901
+ "endIndex": 2
13902
+ }
13903
+ },
13904
+ {
13905
+ "kind": "PropertySignature",
13906
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig#msgKey:member",
13907
+ "docComment": "/**\n * Identifies message key to be used for local storage key\n */\n",
13908
+ "excerptTokens": [
13909
+ {
13910
+ "kind": "Content",
13911
+ "text": "msgKey: "
13912
+ },
13913
+ {
13914
+ "kind": "Reference",
13915
+ "text": "IThrottleMsgKey",
13916
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMsgKey:enum"
13881
13917
  },
13882
13918
  {
13883
13919
  "kind": "Content",
@@ -13887,7 +13923,7 @@
13887
13923
  "isReadonly": false,
13888
13924
  "isOptional": false,
13889
13925
  "releaseTag": "Public",
13890
- "name": "localId",
13926
+ "name": "msgKey",
13891
13927
  "propertyTypeTokenRange": {
13892
13928
  "startIndex": 1,
13893
13929
  "endIndex": 2
@@ -13897,81 +13933,108 @@
13897
13933
  "extendsTokenRanges": []
13898
13934
  },
13899
13935
  {
13900
- "kind": "Interface",
13901
- "canonicalReference": "@microsoft/applicationinsights-common!IUserContext:interface",
13936
+ "kind": "Enum",
13937
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMsgKey:enum",
13902
13938
  "docComment": "",
13903
13939
  "excerptTokens": [
13904
13940
  {
13905
13941
  "kind": "Content",
13906
- "text": "export interface IUserContext extends "
13907
- },
13908
- {
13909
- "kind": "Reference",
13910
- "text": "IUser",
13911
- "canonicalReference": "@microsoft/applicationinsights-common!IUser:interface"
13912
- },
13913
- {
13914
- "kind": "Content",
13915
- "text": " "
13942
+ "text": "export declare const enum IThrottleMsgKey "
13916
13943
  }
13917
13944
  ],
13918
- "fileUrlPath": "types/Interfaces/Context/IUser.d.ts",
13945
+ "fileUrlPath": "types/Enums.d.ts",
13919
13946
  "releaseTag": "Public",
13920
- "name": "IUserContext",
13947
+ "name": "IThrottleMsgKey",
13921
13948
  "preserveMemberOrder": false,
13922
13949
  "members": [
13923
13950
  {
13924
- "kind": "MethodSignature",
13925
- "canonicalReference": "@microsoft/applicationinsights-common!IUserContext#clearAuthenticatedUserContext:member(1)",
13951
+ "kind": "EnumMember",
13952
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMsgKey.cdnDeprecate:member",
13926
13953
  "docComment": "",
13927
13954
  "excerptTokens": [
13928
13955
  {
13929
13956
  "kind": "Content",
13930
- "text": "clearAuthenticatedUserContext(): "
13931
- },
13932
- {
13933
- "kind": "Content",
13934
- "text": "void"
13957
+ "text": "cdnDeprecate = "
13935
13958
  },
13936
13959
  {
13937
13960
  "kind": "Content",
13938
- "text": ";"
13961
+ "text": "2"
13939
13962
  }
13940
13963
  ],
13941
- "isOptional": false,
13942
- "returnTypeTokenRange": {
13964
+ "initializerTokenRange": {
13943
13965
  "startIndex": 1,
13944
13966
  "endIndex": 2
13945
13967
  },
13946
13968
  "releaseTag": "Public",
13947
- "overloadIndex": 1,
13948
- "parameters": [],
13949
- "name": "clearAuthenticatedUserContext"
13969
+ "name": "cdnDeprecate"
13950
13970
  },
13951
13971
  {
13952
- "kind": "MethodSignature",
13953
- "canonicalReference": "@microsoft/applicationinsights-common!IUserContext#setAuthenticatedUserContext:member(1)",
13972
+ "kind": "EnumMember",
13973
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMsgKey.default:member",
13954
13974
  "docComment": "",
13955
13975
  "excerptTokens": [
13956
13976
  {
13957
13977
  "kind": "Content",
13958
- "text": "setAuthenticatedUserContext(authenticatedUserId: "
13978
+ "text": "default = "
13959
13979
  },
13960
13980
  {
13961
13981
  "kind": "Content",
13962
- "text": "string"
13963
- },
13982
+ "text": "0"
13983
+ }
13984
+ ],
13985
+ "initializerTokenRange": {
13986
+ "startIndex": 1,
13987
+ "endIndex": 2
13988
+ },
13989
+ "releaseTag": "Public",
13990
+ "name": "default"
13991
+ },
13992
+ {
13993
+ "kind": "EnumMember",
13994
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMsgKey.ikeyDeprecate:member",
13995
+ "docComment": "",
13996
+ "excerptTokens": [
13964
13997
  {
13965
13998
  "kind": "Content",
13966
- "text": ", accountId?: "
13999
+ "text": "ikeyDeprecate = "
13967
14000
  },
13968
14001
  {
13969
14002
  "kind": "Content",
13970
- "text": "string"
13971
- },
14003
+ "text": "1"
14004
+ }
14005
+ ],
14006
+ "initializerTokenRange": {
14007
+ "startIndex": 1,
14008
+ "endIndex": 2
14009
+ },
14010
+ "releaseTag": "Public",
14011
+ "name": "ikeyDeprecate"
14012
+ }
14013
+ ]
14014
+ },
14015
+ {
14016
+ "kind": "Interface",
14017
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleResult:interface",
14018
+ "docComment": "/**\n * Identifies throttle result\n */\n",
14019
+ "excerptTokens": [
14020
+ {
14021
+ "kind": "Content",
14022
+ "text": "export interface IThrottleResult "
14023
+ }
14024
+ ],
14025
+ "fileUrlPath": "types/Interfaces/IThrottleMgr.d.ts",
14026
+ "releaseTag": "Public",
14027
+ "name": "IThrottleResult",
14028
+ "preserveMemberOrder": false,
14029
+ "members": [
14030
+ {
14031
+ "kind": "PropertySignature",
14032
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleResult#isThrottled:member",
14033
+ "docComment": "/**\n * Identifies if items are sent\n */\n",
14034
+ "excerptTokens": [
13972
14035
  {
13973
14036
  "kind": "Content",
13974
- "text": ", storeInCookie?: "
14037
+ "text": "isThrottled: "
13975
14038
  },
13976
14039
  {
13977
14040
  "kind": "Content",
@@ -13979,60 +14042,124 @@
13979
14042
  },
13980
14043
  {
13981
14044
  "kind": "Content",
13982
- "text": "): "
14045
+ "text": ";"
14046
+ }
14047
+ ],
14048
+ "isReadonly": false,
14049
+ "isOptional": false,
14050
+ "releaseTag": "Public",
14051
+ "name": "isThrottled",
14052
+ "propertyTypeTokenRange": {
14053
+ "startIndex": 1,
14054
+ "endIndex": 2
14055
+ }
14056
+ },
14057
+ {
14058
+ "kind": "PropertySignature",
14059
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleResult#throttleNum:member",
14060
+ "docComment": "/**\n * Identifies numbers of items are sent if isThrottled is false, it will be set to 0\n */\n",
14061
+ "excerptTokens": [
14062
+ {
14063
+ "kind": "Content",
14064
+ "text": "throttleNum: "
13983
14065
  },
13984
14066
  {
13985
14067
  "kind": "Content",
13986
- "text": "void"
14068
+ "text": "number"
13987
14069
  },
13988
14070
  {
13989
14071
  "kind": "Content",
13990
14072
  "text": ";"
13991
14073
  }
13992
14074
  ],
14075
+ "isReadonly": false,
13993
14076
  "isOptional": false,
13994
- "returnTypeTokenRange": {
13995
- "startIndex": 7,
13996
- "endIndex": 8
13997
- },
13998
14077
  "releaseTag": "Public",
13999
- "overloadIndex": 1,
14000
- "parameters": [
14078
+ "name": "throttleNum",
14079
+ "propertyTypeTokenRange": {
14080
+ "startIndex": 1,
14081
+ "endIndex": 2
14082
+ }
14083
+ }
14084
+ ],
14085
+ "extendsTokenRanges": []
14086
+ },
14087
+ {
14088
+ "kind": "Interface",
14089
+ "canonicalReference": "@microsoft/applicationinsights-common!ITraceState:interface",
14090
+ "docComment": "",
14091
+ "excerptTokens": [
14092
+ {
14093
+ "kind": "Content",
14094
+ "text": "export interface ITraceState "
14095
+ }
14096
+ ],
14097
+ "fileUrlPath": "types/Interfaces/Context/ITelemetryTrace.d.ts",
14098
+ "releaseTag": "Public",
14099
+ "name": "ITraceState",
14100
+ "preserveMemberOrder": false,
14101
+ "members": [],
14102
+ "extendsTokenRanges": []
14103
+ },
14104
+ {
14105
+ "kind": "Interface",
14106
+ "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry:interface",
14107
+ "docComment": "",
14108
+ "excerptTokens": [
14109
+ {
14110
+ "kind": "Content",
14111
+ "text": "export interface ITraceTelemetry extends "
14112
+ },
14113
+ {
14114
+ "kind": "Reference",
14115
+ "text": "IPartC",
14116
+ "canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
14117
+ },
14118
+ {
14119
+ "kind": "Content",
14120
+ "text": " "
14121
+ }
14122
+ ],
14123
+ "fileUrlPath": "types/Interfaces/ITraceTelemetry.d.ts",
14124
+ "releaseTag": "Public",
14125
+ "name": "ITraceTelemetry",
14126
+ "preserveMemberOrder": false,
14127
+ "members": [
14128
+ {
14129
+ "kind": "PropertySignature",
14130
+ "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry#iKey:member",
14131
+ "docComment": "/**\n * @description custom defiend iKey @type {SeverityLevel} @memberof ITraceTelemetry\n */\n",
14132
+ "excerptTokens": [
14001
14133
  {
14002
- "parameterName": "authenticatedUserId",
14003
- "parameterTypeTokenRange": {
14004
- "startIndex": 1,
14005
- "endIndex": 2
14006
- },
14007
- "isOptional": false
14134
+ "kind": "Content",
14135
+ "text": "iKey?: "
14008
14136
  },
14009
14137
  {
14010
- "parameterName": "accountId",
14011
- "parameterTypeTokenRange": {
14012
- "startIndex": 3,
14013
- "endIndex": 4
14014
- },
14015
- "isOptional": true
14138
+ "kind": "Content",
14139
+ "text": "string"
14016
14140
  },
14017
14141
  {
14018
- "parameterName": "storeInCookie",
14019
- "parameterTypeTokenRange": {
14020
- "startIndex": 5,
14021
- "endIndex": 6
14022
- },
14023
- "isOptional": true
14142
+ "kind": "Content",
14143
+ "text": ";"
14024
14144
  }
14025
14145
  ],
14026
- "name": "setAuthenticatedUserContext"
14146
+ "isReadonly": false,
14147
+ "isOptional": true,
14148
+ "releaseTag": "Public",
14149
+ "name": "iKey",
14150
+ "propertyTypeTokenRange": {
14151
+ "startIndex": 1,
14152
+ "endIndex": 2
14153
+ }
14027
14154
  },
14028
14155
  {
14029
- "kind": "MethodSignature",
14030
- "canonicalReference": "@microsoft/applicationinsights-common!IUserContext#update:member(1)",
14031
- "docComment": "",
14156
+ "kind": "PropertySignature",
14157
+ "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry#message:member",
14158
+ "docComment": "/**\n * @description A message string @type {string} @memberof ITraceTelemetry\n */\n",
14032
14159
  "excerptTokens": [
14033
14160
  {
14034
14161
  "kind": "Content",
14035
- "text": "update(userId?: "
14162
+ "text": "message: "
14036
14163
  },
14037
14164
  {
14038
14165
  "kind": "Content",
@@ -14040,35 +14167,45 @@
14040
14167
  },
14041
14168
  {
14042
14169
  "kind": "Content",
14043
- "text": "): "
14044
- },
14170
+ "text": ";"
14171
+ }
14172
+ ],
14173
+ "isReadonly": false,
14174
+ "isOptional": false,
14175
+ "releaseTag": "Public",
14176
+ "name": "message",
14177
+ "propertyTypeTokenRange": {
14178
+ "startIndex": 1,
14179
+ "endIndex": 2
14180
+ }
14181
+ },
14182
+ {
14183
+ "kind": "PropertySignature",
14184
+ "canonicalReference": "@microsoft/applicationinsights-common!ITraceTelemetry#severityLevel:member",
14185
+ "docComment": "/**\n * @description Severity level of the logging message used for filtering in the portal @type {SeverityLevel} @memberof ITraceTelemetry\n */\n",
14186
+ "excerptTokens": [
14045
14187
  {
14046
14188
  "kind": "Content",
14047
- "text": "void"
14189
+ "text": "severityLevel?: "
14190
+ },
14191
+ {
14192
+ "kind": "Reference",
14193
+ "text": "SeverityLevel",
14194
+ "canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
14048
14195
  },
14049
14196
  {
14050
14197
  "kind": "Content",
14051
14198
  "text": ";"
14052
14199
  }
14053
14200
  ],
14054
- "isOptional": false,
14055
- "returnTypeTokenRange": {
14056
- "startIndex": 3,
14057
- "endIndex": 4
14058
- },
14201
+ "isReadonly": false,
14202
+ "isOptional": true,
14059
14203
  "releaseTag": "Public",
14060
- "overloadIndex": 1,
14061
- "parameters": [
14062
- {
14063
- "parameterName": "userId",
14064
- "parameterTypeTokenRange": {
14065
- "startIndex": 1,
14066
- "endIndex": 2
14067
- },
14068
- "isOptional": true
14069
- }
14070
- ],
14071
- "name": "update"
14204
+ "name": "severityLevel",
14205
+ "propertyTypeTokenRange": {
14206
+ "startIndex": 1,
14207
+ "endIndex": 2
14208
+ }
14072
14209
  }
14073
14210
  ],
14074
14211
  "extendsTokenRanges": [
@@ -14080,27 +14217,27 @@
14080
14217
  },
14081
14218
  {
14082
14219
  "kind": "Interface",
14083
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb:interface",
14220
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser:interface",
14084
14221
  "docComment": "",
14085
14222
  "excerptTokens": [
14086
14223
  {
14087
14224
  "kind": "Content",
14088
- "text": "export interface IWeb "
14225
+ "text": "export interface IUser "
14089
14226
  }
14090
14227
  ],
14091
- "fileUrlPath": "types/Interfaces/Context/IWeb.d.ts",
14228
+ "fileUrlPath": "types/Interfaces/Context/IUser.d.ts",
14092
14229
  "releaseTag": "Public",
14093
- "name": "IWeb",
14230
+ "name": "IUser",
14094
14231
  "preserveMemberOrder": false,
14095
14232
  "members": [
14096
14233
  {
14097
14234
  "kind": "PropertySignature",
14098
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#browser:member",
14099
- "docComment": "/**\n * Browser name, set at ingestion\n */\n",
14235
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#accountAcquisitionDate:member",
14236
+ "docComment": "/**\n * The account acquisition date.\n */\n",
14100
14237
  "excerptTokens": [
14101
14238
  {
14102
14239
  "kind": "Content",
14103
- "text": "browser: "
14240
+ "text": "accountAcquisitionDate: "
14104
14241
  },
14105
14242
  {
14106
14243
  "kind": "Content",
@@ -14114,7 +14251,7 @@
14114
14251
  "isReadonly": false,
14115
14252
  "isOptional": false,
14116
14253
  "releaseTag": "Public",
14117
- "name": "browser",
14254
+ "name": "accountAcquisitionDate",
14118
14255
  "propertyTypeTokenRange": {
14119
14256
  "startIndex": 1,
14120
14257
  "endIndex": 2
@@ -14122,12 +14259,12 @@
14122
14259
  },
14123
14260
  {
14124
14261
  "kind": "PropertySignature",
14125
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#browserLang:member",
14126
- "docComment": "/**\n * Language\n */\n",
14262
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#accountId:member",
14263
+ "docComment": "/**\n * The account ID.\n */\n",
14127
14264
  "excerptTokens": [
14128
14265
  {
14129
14266
  "kind": "Content",
14130
- "text": "browserLang: "
14267
+ "text": "accountId: "
14131
14268
  },
14132
14269
  {
14133
14270
  "kind": "Content",
@@ -14141,7 +14278,7 @@
14141
14278
  "isReadonly": false,
14142
14279
  "isOptional": false,
14143
14280
  "releaseTag": "Public",
14144
- "name": "browserLang",
14281
+ "name": "accountId",
14145
14282
  "propertyTypeTokenRange": {
14146
14283
  "startIndex": 1,
14147
14284
  "endIndex": 2
@@ -14149,12 +14286,12 @@
14149
14286
  },
14150
14287
  {
14151
14288
  "kind": "PropertySignature",
14152
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#browserVer:member",
14153
- "docComment": "/**\n * Browser ver, set at ingestion.\n */\n",
14289
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#authenticatedId:member",
14290
+ "docComment": "/**\n * Authenticated user id\n */\n",
14154
14291
  "excerptTokens": [
14155
14292
  {
14156
14293
  "kind": "Content",
14157
- "text": "browserVer: "
14294
+ "text": "authenticatedId: "
14158
14295
  },
14159
14296
  {
14160
14297
  "kind": "Content",
@@ -14168,7 +14305,7 @@
14168
14305
  "isReadonly": false,
14169
14306
  "isOptional": false,
14170
14307
  "releaseTag": "Public",
14171
- "name": "browserVer",
14308
+ "name": "authenticatedId",
14172
14309
  "propertyTypeTokenRange": {
14173
14310
  "startIndex": 1,
14174
14311
  "endIndex": 2
@@ -14176,16 +14313,16 @@
14176
14313
  },
14177
14314
  {
14178
14315
  "kind": "PropertySignature",
14179
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#domain:member",
14180
- "docComment": "/**\n * Current domain. Leverages Window.location.hostname. populated to properties bag\n */\n",
14316
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#config:member",
14317
+ "docComment": "/**\n * The telemetry configuration.\n */\n",
14181
14318
  "excerptTokens": [
14182
14319
  {
14183
14320
  "kind": "Content",
14184
- "text": "domain: "
14321
+ "text": "config: "
14185
14322
  },
14186
14323
  {
14187
14324
  "kind": "Content",
14188
- "text": "string"
14325
+ "text": "any"
14189
14326
  },
14190
14327
  {
14191
14328
  "kind": "Content",
@@ -14195,7 +14332,7 @@
14195
14332
  "isReadonly": false,
14196
14333
  "isOptional": false,
14197
14334
  "releaseTag": "Public",
14198
- "name": "domain",
14335
+ "name": "config",
14199
14336
  "propertyTypeTokenRange": {
14200
14337
  "startIndex": 1,
14201
14338
  "endIndex": 2
@@ -14203,16 +14340,16 @@
14203
14340
  },
14204
14341
  {
14205
14342
  "kind": "PropertySignature",
14206
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#isManual:member",
14207
- "docComment": "/**\n * Whether event was fired manually, populated to properties bag\n */\n",
14343
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#id:member",
14344
+ "docComment": "/**\n * The user ID.\n */\n",
14208
14345
  "excerptTokens": [
14209
14346
  {
14210
14347
  "kind": "Content",
14211
- "text": "isManual: "
14348
+ "text": "id: "
14212
14349
  },
14213
14350
  {
14214
14351
  "kind": "Content",
14215
- "text": "boolean"
14352
+ "text": "string"
14216
14353
  },
14217
14354
  {
14218
14355
  "kind": "Content",
@@ -14222,7 +14359,7 @@
14222
14359
  "isReadonly": false,
14223
14360
  "isOptional": false,
14224
14361
  "releaseTag": "Public",
14225
- "name": "isManual",
14362
+ "name": "id",
14226
14363
  "propertyTypeTokenRange": {
14227
14364
  "startIndex": 1,
14228
14365
  "endIndex": 2
@@ -14230,16 +14367,16 @@
14230
14367
  },
14231
14368
  {
14232
14369
  "kind": "PropertySignature",
14233
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#screenRes:member",
14234
- "docComment": "/**\n * Screen resolution, populated to properties bag\n */\n",
14370
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#isNewUser:member",
14371
+ "docComment": "/**\n * A flag indicating whether this represents a new user\n */\n",
14235
14372
  "excerptTokens": [
14236
14373
  {
14237
14374
  "kind": "Content",
14238
- "text": "screenRes: "
14375
+ "text": "isNewUser?: "
14239
14376
  },
14240
14377
  {
14241
14378
  "kind": "Content",
14242
- "text": "string"
14379
+ "text": "boolean"
14243
14380
  },
14244
14381
  {
14245
14382
  "kind": "Content",
@@ -14247,9 +14384,9 @@
14247
14384
  }
14248
14385
  ],
14249
14386
  "isReadonly": false,
14250
- "isOptional": false,
14387
+ "isOptional": true,
14251
14388
  "releaseTag": "Public",
14252
- "name": "screenRes",
14389
+ "name": "isNewUser",
14253
14390
  "propertyTypeTokenRange": {
14254
14391
  "startIndex": 1,
14255
14392
  "endIndex": 2
@@ -14257,12 +14394,12 @@
14257
14394
  },
14258
14395
  {
14259
14396
  "kind": "PropertySignature",
14260
- "canonicalReference": "@microsoft/applicationinsights-common!IWeb#userConsent:member",
14261
- "docComment": "/**\n * User consent, populated to properties bag\n */\n",
14397
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#isUserCookieSet:member",
14398
+ "docComment": "/**\n * A flag indicating whether the user cookie has been set\n */\n",
14262
14399
  "excerptTokens": [
14263
14400
  {
14264
14401
  "kind": "Content",
14265
- "text": "userConsent: "
14402
+ "text": "isUserCookieSet?: "
14266
14403
  },
14267
14404
  {
14268
14405
  "kind": "Content",
@@ -14274,139 +14411,148 @@
14274
14411
  }
14275
14412
  ],
14276
14413
  "isReadonly": false,
14277
- "isOptional": false,
14414
+ "isOptional": true,
14278
14415
  "releaseTag": "Public",
14279
- "name": "userConsent",
14416
+ "name": "isUserCookieSet",
14280
14417
  "propertyTypeTokenRange": {
14281
14418
  "startIndex": 1,
14282
14419
  "endIndex": 2
14283
14420
  }
14284
- }
14285
- ],
14286
- "extendsTokenRanges": []
14287
- },
14288
- {
14289
- "kind": "Class",
14290
- "canonicalReference": "@microsoft/applicationinsights-common!Metric:class",
14291
- "docComment": "",
14292
- "excerptTokens": [
14293
- {
14294
- "kind": "Content",
14295
- "text": "export declare class Metric implements "
14296
14421
  },
14297
14422
  {
14298
- "kind": "Reference",
14299
- "text": "IMetricData",
14300
- "canonicalReference": "@microsoft/applicationinsights-common!~IMetricData:interface"
14301
- },
14423
+ "kind": "PropertySignature",
14424
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser#localId:member",
14425
+ "docComment": "/**\n * The localId\n */\n",
14426
+ "excerptTokens": [
14427
+ {
14428
+ "kind": "Content",
14429
+ "text": "localId: "
14430
+ },
14431
+ {
14432
+ "kind": "Content",
14433
+ "text": "string"
14434
+ },
14435
+ {
14436
+ "kind": "Content",
14437
+ "text": ";"
14438
+ }
14439
+ ],
14440
+ "isReadonly": false,
14441
+ "isOptional": false,
14442
+ "releaseTag": "Public",
14443
+ "name": "localId",
14444
+ "propertyTypeTokenRange": {
14445
+ "startIndex": 1,
14446
+ "endIndex": 2
14447
+ }
14448
+ }
14449
+ ],
14450
+ "extendsTokenRanges": []
14451
+ },
14452
+ {
14453
+ "kind": "Interface",
14454
+ "canonicalReference": "@microsoft/applicationinsights-common!IUserContext:interface",
14455
+ "docComment": "",
14456
+ "excerptTokens": [
14302
14457
  {
14303
14458
  "kind": "Content",
14304
- "text": ", "
14459
+ "text": "export interface IUserContext extends "
14305
14460
  },
14306
14461
  {
14307
14462
  "kind": "Reference",
14308
- "text": "ISerializable",
14309
- "canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
14463
+ "text": "IUser",
14464
+ "canonicalReference": "@microsoft/applicationinsights-common!IUser:interface"
14310
14465
  },
14311
14466
  {
14312
14467
  "kind": "Content",
14313
14468
  "text": " "
14314
14469
  }
14315
14470
  ],
14316
- "fileUrlPath": "types/Telemetry/Metric.d.ts",
14471
+ "fileUrlPath": "types/Interfaces/Context/IUser.d.ts",
14317
14472
  "releaseTag": "Public",
14318
- "name": "Metric",
14473
+ "name": "IUserContext",
14319
14474
  "preserveMemberOrder": false,
14320
14475
  "members": [
14321
14476
  {
14322
- "kind": "Constructor",
14323
- "canonicalReference": "@microsoft/applicationinsights-common!Metric:constructor(1)",
14324
- "docComment": "/**\n * Constructs a new instance of the MetricTelemetry object\n */\n",
14477
+ "kind": "MethodSignature",
14478
+ "canonicalReference": "@microsoft/applicationinsights-common!IUserContext#clearAuthenticatedUserContext:member(1)",
14479
+ "docComment": "",
14325
14480
  "excerptTokens": [
14326
14481
  {
14327
14482
  "kind": "Content",
14328
- "text": "constructor(logger: "
14329
- },
14330
- {
14331
- "kind": "Reference",
14332
- "text": "IDiagnosticLogger",
14333
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
14334
- },
14335
- {
14336
- "kind": "Content",
14337
- "text": ", name: "
14338
- },
14339
- {
14340
- "kind": "Content",
14341
- "text": "string"
14342
- },
14343
- {
14344
- "kind": "Content",
14345
- "text": ", value: "
14346
- },
14347
- {
14348
- "kind": "Content",
14349
- "text": "number"
14350
- },
14351
- {
14352
- "kind": "Content",
14353
- "text": ", count?: "
14354
- },
14355
- {
14356
- "kind": "Content",
14357
- "text": "number"
14483
+ "text": "clearAuthenticatedUserContext(): "
14358
14484
  },
14359
14485
  {
14360
14486
  "kind": "Content",
14361
- "text": ", min?: "
14487
+ "text": "void"
14362
14488
  },
14363
14489
  {
14364
14490
  "kind": "Content",
14365
- "text": "number"
14366
- },
14491
+ "text": ";"
14492
+ }
14493
+ ],
14494
+ "isOptional": false,
14495
+ "returnTypeTokenRange": {
14496
+ "startIndex": 1,
14497
+ "endIndex": 2
14498
+ },
14499
+ "releaseTag": "Public",
14500
+ "overloadIndex": 1,
14501
+ "parameters": [],
14502
+ "name": "clearAuthenticatedUserContext"
14503
+ },
14504
+ {
14505
+ "kind": "MethodSignature",
14506
+ "canonicalReference": "@microsoft/applicationinsights-common!IUserContext#setAuthenticatedUserContext:member(1)",
14507
+ "docComment": "",
14508
+ "excerptTokens": [
14367
14509
  {
14368
14510
  "kind": "Content",
14369
- "text": ", max?: "
14511
+ "text": "setAuthenticatedUserContext(authenticatedUserId: "
14370
14512
  },
14371
14513
  {
14372
14514
  "kind": "Content",
14373
- "text": "number"
14515
+ "text": "string"
14374
14516
  },
14375
14517
  {
14376
14518
  "kind": "Content",
14377
- "text": ", stdDev?: "
14519
+ "text": ", accountId?: "
14378
14520
  },
14379
14521
  {
14380
14522
  "kind": "Content",
14381
- "text": "number"
14523
+ "text": "string"
14382
14524
  },
14383
14525
  {
14384
14526
  "kind": "Content",
14385
- "text": ", properties?: "
14527
+ "text": ", storeInCookie?: "
14386
14528
  },
14387
14529
  {
14388
14530
  "kind": "Content",
14389
- "text": "any"
14531
+ "text": "boolean"
14390
14532
  },
14391
14533
  {
14392
14534
  "kind": "Content",
14393
- "text": ", measurements?: "
14535
+ "text": "): "
14394
14536
  },
14395
14537
  {
14396
14538
  "kind": "Content",
14397
- "text": "{\n [key: string]: number;\n }"
14539
+ "text": "void"
14398
14540
  },
14399
14541
  {
14400
14542
  "kind": "Content",
14401
- "text": ");"
14543
+ "text": ";"
14402
14544
  }
14403
14545
  ],
14546
+ "isOptional": false,
14547
+ "returnTypeTokenRange": {
14548
+ "startIndex": 7,
14549
+ "endIndex": 8
14550
+ },
14404
14551
  "releaseTag": "Public",
14405
- "isProtected": false,
14406
14552
  "overloadIndex": 1,
14407
14553
  "parameters": [
14408
14554
  {
14409
- "parameterName": "logger",
14555
+ "parameterName": "authenticatedUserId",
14410
14556
  "parameterTypeTokenRange": {
14411
14557
  "startIndex": 1,
14412
14558
  "endIndex": 2
@@ -14414,164 +14560,100 @@
14414
14560
  "isOptional": false
14415
14561
  },
14416
14562
  {
14417
- "parameterName": "name",
14563
+ "parameterName": "accountId",
14418
14564
  "parameterTypeTokenRange": {
14419
14565
  "startIndex": 3,
14420
14566
  "endIndex": 4
14421
14567
  },
14422
- "isOptional": false
14568
+ "isOptional": true
14423
14569
  },
14424
14570
  {
14425
- "parameterName": "value",
14571
+ "parameterName": "storeInCookie",
14426
14572
  "parameterTypeTokenRange": {
14427
14573
  "startIndex": 5,
14428
14574
  "endIndex": 6
14429
14575
  },
14430
- "isOptional": false
14431
- },
14432
- {
14433
- "parameterName": "count",
14434
- "parameterTypeTokenRange": {
14435
- "startIndex": 7,
14436
- "endIndex": 8
14437
- },
14438
- "isOptional": true
14439
- },
14440
- {
14441
- "parameterName": "min",
14442
- "parameterTypeTokenRange": {
14443
- "startIndex": 9,
14444
- "endIndex": 10
14445
- },
14446
- "isOptional": true
14447
- },
14448
- {
14449
- "parameterName": "max",
14450
- "parameterTypeTokenRange": {
14451
- "startIndex": 11,
14452
- "endIndex": 12
14453
- },
14454
- "isOptional": true
14455
- },
14456
- {
14457
- "parameterName": "stdDev",
14458
- "parameterTypeTokenRange": {
14459
- "startIndex": 13,
14460
- "endIndex": 14
14461
- },
14462
- "isOptional": true
14463
- },
14464
- {
14465
- "parameterName": "properties",
14466
- "parameterTypeTokenRange": {
14467
- "startIndex": 15,
14468
- "endIndex": 16
14469
- },
14470
- "isOptional": true
14471
- },
14472
- {
14473
- "parameterName": "measurements",
14474
- "parameterTypeTokenRange": {
14475
- "startIndex": 17,
14476
- "endIndex": 18
14477
- },
14478
14576
  "isOptional": true
14479
14577
  }
14480
- ]
14578
+ ],
14579
+ "name": "setAuthenticatedUserContext"
14481
14580
  },
14482
14581
  {
14483
- "kind": "Property",
14484
- "canonicalReference": "@microsoft/applicationinsights-common!Metric#aiDataContract:member",
14582
+ "kind": "MethodSignature",
14583
+ "canonicalReference": "@microsoft/applicationinsights-common!IUserContext#update:member(1)",
14485
14584
  "docComment": "",
14486
14585
  "excerptTokens": [
14487
14586
  {
14488
14587
  "kind": "Content",
14489
- "text": "aiDataContract: "
14490
- },
14491
- {
14492
- "kind": "Content",
14493
- "text": "{\n ver: "
14494
- },
14495
- {
14496
- "kind": "Reference",
14497
- "text": "FieldType",
14498
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14588
+ "text": "update(userId?: "
14499
14589
  },
14500
14590
  {
14501
14591
  "kind": "Content",
14502
- "text": ";\n metrics: "
14503
- },
14504
- {
14505
- "kind": "Reference",
14506
- "text": "FieldType",
14507
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14592
+ "text": "string"
14508
14593
  },
14509
14594
  {
14510
14595
  "kind": "Content",
14511
- "text": ";\n properties: "
14512
- },
14513
- {
14514
- "kind": "Reference",
14515
- "text": "FieldType",
14516
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14596
+ "text": "): "
14517
14597
  },
14518
14598
  {
14519
14599
  "kind": "Content",
14520
- "text": ";\n }"
14600
+ "text": "void"
14521
14601
  },
14522
14602
  {
14523
14603
  "kind": "Content",
14524
14604
  "text": ";"
14525
14605
  }
14526
14606
  ],
14527
- "isReadonly": false,
14528
14607
  "isOptional": false,
14529
- "releaseTag": "Public",
14530
- "name": "aiDataContract",
14531
- "propertyTypeTokenRange": {
14532
- "startIndex": 1,
14533
- "endIndex": 8
14608
+ "returnTypeTokenRange": {
14609
+ "startIndex": 3,
14610
+ "endIndex": 4
14534
14611
  },
14535
- "isStatic": false,
14536
- "isProtected": false
14537
- },
14538
- {
14539
- "kind": "Property",
14540
- "canonicalReference": "@microsoft/applicationinsights-common!Metric.dataType:member",
14541
- "docComment": "",
14542
- "excerptTokens": [
14543
- {
14544
- "kind": "Content",
14545
- "text": "static dataType: "
14546
- },
14547
- {
14548
- "kind": "Content",
14549
- "text": "string"
14550
- },
14551
- {
14552
- "kind": "Content",
14553
- "text": ";"
14554
- }
14555
- ],
14556
- "isReadonly": false,
14557
- "isOptional": false,
14558
14612
  "releaseTag": "Public",
14559
- "name": "dataType",
14560
- "propertyTypeTokenRange": {
14561
- "startIndex": 1,
14562
- "endIndex": 2
14563
- },
14564
- "isStatic": true,
14565
- "isProtected": false
14566
- },
14613
+ "overloadIndex": 1,
14614
+ "parameters": [
14615
+ {
14616
+ "parameterName": "userId",
14617
+ "parameterTypeTokenRange": {
14618
+ "startIndex": 1,
14619
+ "endIndex": 2
14620
+ },
14621
+ "isOptional": true
14622
+ }
14623
+ ],
14624
+ "name": "update"
14625
+ }
14626
+ ],
14627
+ "extendsTokenRanges": [
14567
14628
  {
14568
- "kind": "Property",
14569
- "canonicalReference": "@microsoft/applicationinsights-common!Metric.envelopeType:member",
14570
- "docComment": "",
14629
+ "startIndex": 1,
14630
+ "endIndex": 2
14631
+ }
14632
+ ]
14633
+ },
14634
+ {
14635
+ "kind": "Interface",
14636
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb:interface",
14637
+ "docComment": "",
14638
+ "excerptTokens": [
14639
+ {
14640
+ "kind": "Content",
14641
+ "text": "export interface IWeb "
14642
+ }
14643
+ ],
14644
+ "fileUrlPath": "types/Interfaces/Context/IWeb.d.ts",
14645
+ "releaseTag": "Public",
14646
+ "name": "IWeb",
14647
+ "preserveMemberOrder": false,
14648
+ "members": [
14649
+ {
14650
+ "kind": "PropertySignature",
14651
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#browser:member",
14652
+ "docComment": "/**\n * Browser name, set at ingestion\n */\n",
14571
14653
  "excerptTokens": [
14572
14654
  {
14573
14655
  "kind": "Content",
14574
- "text": "static envelopeType: "
14656
+ "text": "browser: "
14575
14657
  },
14576
14658
  {
14577
14659
  "kind": "Content",
@@ -14585,26 +14667,24 @@
14585
14667
  "isReadonly": false,
14586
14668
  "isOptional": false,
14587
14669
  "releaseTag": "Public",
14588
- "name": "envelopeType",
14670
+ "name": "browser",
14589
14671
  "propertyTypeTokenRange": {
14590
14672
  "startIndex": 1,
14591
14673
  "endIndex": 2
14592
- },
14593
- "isStatic": true,
14594
- "isProtected": false
14674
+ }
14595
14675
  },
14596
14676
  {
14597
- "kind": "Property",
14598
- "canonicalReference": "@microsoft/applicationinsights-common!Metric#measurements:member",
14599
- "docComment": "/**\n * Collection of custom measurements.\n */\n",
14677
+ "kind": "PropertySignature",
14678
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#browserLang:member",
14679
+ "docComment": "/**\n * Language\n */\n",
14600
14680
  "excerptTokens": [
14601
14681
  {
14602
14682
  "kind": "Content",
14603
- "text": "measurements: "
14683
+ "text": "browserLang: "
14604
14684
  },
14605
14685
  {
14606
14686
  "kind": "Content",
14607
- "text": "any"
14687
+ "text": "string"
14608
14688
  },
14609
14689
  {
14610
14690
  "kind": "Content",
@@ -14614,31 +14694,24 @@
14614
14694
  "isReadonly": false,
14615
14695
  "isOptional": false,
14616
14696
  "releaseTag": "Public",
14617
- "name": "measurements",
14697
+ "name": "browserLang",
14618
14698
  "propertyTypeTokenRange": {
14619
14699
  "startIndex": 1,
14620
14700
  "endIndex": 2
14621
- },
14622
- "isStatic": false,
14623
- "isProtected": false
14701
+ }
14624
14702
  },
14625
14703
  {
14626
- "kind": "Property",
14627
- "canonicalReference": "@microsoft/applicationinsights-common!Metric#metrics:member",
14628
- "docComment": "/**\n * List of metrics. Only one metric in the list is currently supported by Application Insights storage. If multiple data points were sent only the first one will be used.\n */\n",
14704
+ "kind": "PropertySignature",
14705
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#browserVer:member",
14706
+ "docComment": "/**\n * Browser ver, set at ingestion.\n */\n",
14629
14707
  "excerptTokens": [
14630
14708
  {
14631
14709
  "kind": "Content",
14632
- "text": "metrics: "
14633
- },
14634
- {
14635
- "kind": "Reference",
14636
- "text": "DataPoint",
14637
- "canonicalReference": "@microsoft/applicationinsights-common!~DataPoint:class"
14710
+ "text": "browserVer: "
14638
14711
  },
14639
14712
  {
14640
14713
  "kind": "Content",
14641
- "text": "[]"
14714
+ "text": "string"
14642
14715
  },
14643
14716
  {
14644
14717
  "kind": "Content",
@@ -14648,26 +14721,24 @@
14648
14721
  "isReadonly": false,
14649
14722
  "isOptional": false,
14650
14723
  "releaseTag": "Public",
14651
- "name": "metrics",
14724
+ "name": "browserVer",
14652
14725
  "propertyTypeTokenRange": {
14653
14726
  "startIndex": 1,
14654
- "endIndex": 3
14655
- },
14656
- "isStatic": false,
14657
- "isProtected": false
14727
+ "endIndex": 2
14728
+ }
14658
14729
  },
14659
14730
  {
14660
- "kind": "Property",
14661
- "canonicalReference": "@microsoft/applicationinsights-common!Metric#properties:member",
14662
- "docComment": "/**\n * Collection of custom properties.\n */\n",
14731
+ "kind": "PropertySignature",
14732
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#domain:member",
14733
+ "docComment": "/**\n * Current domain. Leverages Window.location.hostname. populated to properties bag\n */\n",
14663
14734
  "excerptTokens": [
14664
14735
  {
14665
14736
  "kind": "Content",
14666
- "text": "properties: "
14737
+ "text": "domain: "
14667
14738
  },
14668
14739
  {
14669
14740
  "kind": "Content",
14670
- "text": "any"
14741
+ "text": "string"
14671
14742
  },
14672
14743
  {
14673
14744
  "kind": "Content",
@@ -14677,26 +14748,24 @@
14677
14748
  "isReadonly": false,
14678
14749
  "isOptional": false,
14679
14750
  "releaseTag": "Public",
14680
- "name": "properties",
14751
+ "name": "domain",
14681
14752
  "propertyTypeTokenRange": {
14682
14753
  "startIndex": 1,
14683
14754
  "endIndex": 2
14684
- },
14685
- "isStatic": false,
14686
- "isProtected": false
14755
+ }
14687
14756
  },
14688
14757
  {
14689
- "kind": "Property",
14690
- "canonicalReference": "@microsoft/applicationinsights-common!Metric#ver:member",
14691
- "docComment": "/**\n * Schema version\n */\n",
14758
+ "kind": "PropertySignature",
14759
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#isManual:member",
14760
+ "docComment": "/**\n * Whether event was fired manually, populated to properties bag\n */\n",
14692
14761
  "excerptTokens": [
14693
14762
  {
14694
14763
  "kind": "Content",
14695
- "text": "ver: "
14764
+ "text": "isManual: "
14696
14765
  },
14697
14766
  {
14698
14767
  "kind": "Content",
14699
- "text": "number"
14768
+ "text": "boolean"
14700
14769
  },
14701
14770
  {
14702
14771
  "kind": "Content",
@@ -14706,84 +14775,82 @@
14706
14775
  "isReadonly": false,
14707
14776
  "isOptional": false,
14708
14777
  "releaseTag": "Public",
14709
- "name": "ver",
14778
+ "name": "isManual",
14710
14779
  "propertyTypeTokenRange": {
14711
14780
  "startIndex": 1,
14712
14781
  "endIndex": 2
14713
- },
14714
- "isStatic": false,
14715
- "isProtected": false
14716
- }
14717
- ],
14718
- "implementsTokenRanges": [
14719
- {
14720
- "startIndex": 1,
14721
- "endIndex": 2
14722
- },
14723
- {
14724
- "startIndex": 3,
14725
- "endIndex": 4
14726
- }
14727
- ]
14728
- },
14729
- {
14730
- "kind": "Function",
14731
- "canonicalReference": "@microsoft/applicationinsights-common!msToTimeSpan:function(1)",
14732
- "docComment": "/**\n * Convert ms to c# time span format\n */\n",
14733
- "excerptTokens": [
14734
- {
14735
- "kind": "Content",
14736
- "text": "export declare function msToTimeSpan(totalms: "
14737
- },
14738
- {
14739
- "kind": "Content",
14740
- "text": "number"
14741
- },
14742
- {
14743
- "kind": "Content",
14744
- "text": "): "
14782
+ }
14745
14783
  },
14746
14784
  {
14747
- "kind": "Content",
14748
- "text": "string"
14785
+ "kind": "PropertySignature",
14786
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#screenRes:member",
14787
+ "docComment": "/**\n * Screen resolution, populated to properties bag\n */\n",
14788
+ "excerptTokens": [
14789
+ {
14790
+ "kind": "Content",
14791
+ "text": "screenRes: "
14792
+ },
14793
+ {
14794
+ "kind": "Content",
14795
+ "text": "string"
14796
+ },
14797
+ {
14798
+ "kind": "Content",
14799
+ "text": ";"
14800
+ }
14801
+ ],
14802
+ "isReadonly": false,
14803
+ "isOptional": false,
14804
+ "releaseTag": "Public",
14805
+ "name": "screenRes",
14806
+ "propertyTypeTokenRange": {
14807
+ "startIndex": 1,
14808
+ "endIndex": 2
14809
+ }
14749
14810
  },
14750
14811
  {
14751
- "kind": "Content",
14752
- "text": ";"
14753
- }
14754
- ],
14755
- "fileUrlPath": "types/HelperFuncs.d.ts",
14756
- "returnTypeTokenRange": {
14757
- "startIndex": 3,
14758
- "endIndex": 4
14759
- },
14760
- "releaseTag": "Public",
14761
- "overloadIndex": 1,
14762
- "parameters": [
14763
- {
14764
- "parameterName": "totalms",
14765
- "parameterTypeTokenRange": {
14812
+ "kind": "PropertySignature",
14813
+ "canonicalReference": "@microsoft/applicationinsights-common!IWeb#userConsent:member",
14814
+ "docComment": "/**\n * User consent, populated to properties bag\n */\n",
14815
+ "excerptTokens": [
14816
+ {
14817
+ "kind": "Content",
14818
+ "text": "userConsent: "
14819
+ },
14820
+ {
14821
+ "kind": "Content",
14822
+ "text": "boolean"
14823
+ },
14824
+ {
14825
+ "kind": "Content",
14826
+ "text": ";"
14827
+ }
14828
+ ],
14829
+ "isReadonly": false,
14830
+ "isOptional": false,
14831
+ "releaseTag": "Public",
14832
+ "name": "userConsent",
14833
+ "propertyTypeTokenRange": {
14766
14834
  "startIndex": 1,
14767
14835
  "endIndex": 2
14768
- },
14769
- "isOptional": false
14836
+ }
14770
14837
  }
14771
14838
  ],
14772
- "name": "msToTimeSpan"
14839
+ "extendsTokenRanges": []
14773
14840
  },
14774
14841
  {
14775
14842
  "kind": "Class",
14776
- "canonicalReference": "@microsoft/applicationinsights-common!PageView:class",
14843
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric:class",
14777
14844
  "docComment": "",
14778
14845
  "excerptTokens": [
14779
14846
  {
14780
14847
  "kind": "Content",
14781
- "text": "export declare class PageView implements "
14848
+ "text": "export declare class Metric implements "
14782
14849
  },
14783
14850
  {
14784
14851
  "kind": "Reference",
14785
- "text": "IPageViewData",
14786
- "canonicalReference": "@microsoft/applicationinsights-common!IPageViewData:interface"
14852
+ "text": "IMetricData",
14853
+ "canonicalReference": "@microsoft/applicationinsights-common!~IMetricData:interface"
14787
14854
  },
14788
14855
  {
14789
14856
  "kind": "Content",
@@ -14799,15 +14866,15 @@
14799
14866
  "text": " "
14800
14867
  }
14801
14868
  ],
14802
- "fileUrlPath": "types/Telemetry/PageView.d.ts",
14869
+ "fileUrlPath": "types/Telemetry/Metric.d.ts",
14803
14870
  "releaseTag": "Public",
14804
- "name": "PageView",
14871
+ "name": "Metric",
14805
14872
  "preserveMemberOrder": false,
14806
14873
  "members": [
14807
14874
  {
14808
14875
  "kind": "Constructor",
14809
- "canonicalReference": "@microsoft/applicationinsights-common!PageView:constructor(1)",
14810
- "docComment": "/**\n * Constructs a new instance of the PageEventTelemetry object\n */\n",
14876
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric:constructor(1)",
14877
+ "docComment": "/**\n * Constructs a new instance of the MetricTelemetry object\n */\n",
14811
14878
  "excerptTokens": [
14812
14879
  {
14813
14880
  "kind": "Content",
@@ -14820,7 +14887,7 @@
14820
14887
  },
14821
14888
  {
14822
14889
  "kind": "Content",
14823
- "text": ", name?: "
14890
+ "text": ", name: "
14824
14891
  },
14825
14892
  {
14826
14893
  "kind": "Content",
@@ -14828,15 +14895,15 @@
14828
14895
  },
14829
14896
  {
14830
14897
  "kind": "Content",
14831
- "text": ", url?: "
14898
+ "text": ", value: "
14832
14899
  },
14833
14900
  {
14834
14901
  "kind": "Content",
14835
- "text": "string"
14902
+ "text": "number"
14836
14903
  },
14837
14904
  {
14838
14905
  "kind": "Content",
14839
- "text": ", durationMs?: "
14906
+ "text": ", count?: "
14840
14907
  },
14841
14908
  {
14842
14909
  "kind": "Content",
@@ -14844,27 +14911,43 @@
14844
14911
  },
14845
14912
  {
14846
14913
  "kind": "Content",
14847
- "text": ", properties?: "
14914
+ "text": ", min?: "
14848
14915
  },
14849
14916
  {
14850
14917
  "kind": "Content",
14851
- "text": "{\n [key: string]: string;\n }"
14918
+ "text": "number"
14852
14919
  },
14853
14920
  {
14854
14921
  "kind": "Content",
14855
- "text": ", measurements?: "
14922
+ "text": ", max?: "
14856
14923
  },
14857
14924
  {
14858
14925
  "kind": "Content",
14859
- "text": "{\n [key: string]: number;\n }"
14926
+ "text": "number"
14860
14927
  },
14861
14928
  {
14862
14929
  "kind": "Content",
14863
- "text": ", id?: "
14930
+ "text": ", stdDev?: "
14864
14931
  },
14865
14932
  {
14866
14933
  "kind": "Content",
14867
- "text": "string"
14934
+ "text": "number"
14935
+ },
14936
+ {
14937
+ "kind": "Content",
14938
+ "text": ", properties?: "
14939
+ },
14940
+ {
14941
+ "kind": "Content",
14942
+ "text": "any"
14943
+ },
14944
+ {
14945
+ "kind": "Content",
14946
+ "text": ", measurements?: "
14947
+ },
14948
+ {
14949
+ "kind": "Content",
14950
+ "text": "{\n [key: string]: number;\n }"
14868
14951
  },
14869
14952
  {
14870
14953
  "kind": "Content",
@@ -14889,18 +14972,18 @@
14889
14972
  "startIndex": 3,
14890
14973
  "endIndex": 4
14891
14974
  },
14892
- "isOptional": true
14975
+ "isOptional": false
14893
14976
  },
14894
14977
  {
14895
- "parameterName": "url",
14978
+ "parameterName": "value",
14896
14979
  "parameterTypeTokenRange": {
14897
14980
  "startIndex": 5,
14898
14981
  "endIndex": 6
14899
14982
  },
14900
- "isOptional": true
14983
+ "isOptional": false
14901
14984
  },
14902
14985
  {
14903
- "parameterName": "durationMs",
14986
+ "parameterName": "count",
14904
14987
  "parameterTypeTokenRange": {
14905
14988
  "startIndex": 7,
14906
14989
  "endIndex": 8
@@ -14908,7 +14991,7 @@
14908
14991
  "isOptional": true
14909
14992
  },
14910
14993
  {
14911
- "parameterName": "properties",
14994
+ "parameterName": "min",
14912
14995
  "parameterTypeTokenRange": {
14913
14996
  "startIndex": 9,
14914
14997
  "endIndex": 10
@@ -14916,7 +14999,7 @@
14916
14999
  "isOptional": true
14917
15000
  },
14918
15001
  {
14919
- "parameterName": "measurements",
15002
+ "parameterName": "max",
14920
15003
  "parameterTypeTokenRange": {
14921
15004
  "startIndex": 11,
14922
15005
  "endIndex": 12
@@ -14924,18 +15007,34 @@
14924
15007
  "isOptional": true
14925
15008
  },
14926
15009
  {
14927
- "parameterName": "id",
15010
+ "parameterName": "stdDev",
14928
15011
  "parameterTypeTokenRange": {
14929
15012
  "startIndex": 13,
14930
15013
  "endIndex": 14
14931
15014
  },
14932
15015
  "isOptional": true
15016
+ },
15017
+ {
15018
+ "parameterName": "properties",
15019
+ "parameterTypeTokenRange": {
15020
+ "startIndex": 15,
15021
+ "endIndex": 16
15022
+ },
15023
+ "isOptional": true
15024
+ },
15025
+ {
15026
+ "parameterName": "measurements",
15027
+ "parameterTypeTokenRange": {
15028
+ "startIndex": 17,
15029
+ "endIndex": 18
15030
+ },
15031
+ "isOptional": true
14933
15032
  }
14934
15033
  ]
14935
15034
  },
14936
15035
  {
14937
15036
  "kind": "Property",
14938
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#aiDataContract:member",
15037
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric#aiDataContract:member",
14939
15038
  "docComment": "",
14940
15039
  "excerptTokens": [
14941
15040
  {
@@ -14953,25 +15052,7 @@
14953
15052
  },
14954
15053
  {
14955
15054
  "kind": "Content",
14956
- "text": ";\n name: "
14957
- },
14958
- {
14959
- "kind": "Reference",
14960
- "text": "FieldType",
14961
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14962
- },
14963
- {
14964
- "kind": "Content",
14965
- "text": ";\n url: "
14966
- },
14967
- {
14968
- "kind": "Reference",
14969
- "text": "FieldType",
14970
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14971
- },
14972
- {
14973
- "kind": "Content",
14974
- "text": ";\n duration: "
15055
+ "text": ";\n metrics: "
14975
15056
  },
14976
15057
  {
14977
15058
  "kind": "Reference",
@@ -14987,24 +15068,6 @@
14987
15068
  "text": "FieldType",
14988
15069
  "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14989
15070
  },
14990
- {
14991
- "kind": "Content",
14992
- "text": ";\n measurements: "
14993
- },
14994
- {
14995
- "kind": "Reference",
14996
- "text": "FieldType",
14997
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
14998
- },
14999
- {
15000
- "kind": "Content",
15001
- "text": ";\n id: "
15002
- },
15003
- {
15004
- "kind": "Reference",
15005
- "text": "FieldType",
15006
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
15007
- },
15008
15071
  {
15009
15072
  "kind": "Content",
15010
15073
  "text": ";\n }"
@@ -15020,14 +15083,14 @@
15020
15083
  "name": "aiDataContract",
15021
15084
  "propertyTypeTokenRange": {
15022
15085
  "startIndex": 1,
15023
- "endIndex": 16
15086
+ "endIndex": 8
15024
15087
  },
15025
15088
  "isStatic": false,
15026
15089
  "isProtected": false
15027
15090
  },
15028
15091
  {
15029
15092
  "kind": "Property",
15030
- "canonicalReference": "@microsoft/applicationinsights-common!PageView.dataType:member",
15093
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric.dataType:member",
15031
15094
  "docComment": "",
15032
15095
  "excerptTokens": [
15033
15096
  {
@@ -15056,36 +15119,7 @@
15056
15119
  },
15057
15120
  {
15058
15121
  "kind": "Property",
15059
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#duration:member",
15060
- "docComment": "/**\n * Request duration in format: DD.HH:MM:SS.MMMMMM. For a page view (PageViewData), this is the duration. For a page view with performance information (PageViewPerfData), this is the page load time. Must be less than 1000 days.\n */\n",
15061
- "excerptTokens": [
15062
- {
15063
- "kind": "Content",
15064
- "text": "duration: "
15065
- },
15066
- {
15067
- "kind": "Content",
15068
- "text": "string"
15069
- },
15070
- {
15071
- "kind": "Content",
15072
- "text": ";"
15073
- }
15074
- ],
15075
- "isReadonly": false,
15076
- "isOptional": false,
15077
- "releaseTag": "Public",
15078
- "name": "duration",
15079
- "propertyTypeTokenRange": {
15080
- "startIndex": 1,
15081
- "endIndex": 2
15082
- },
15083
- "isStatic": false,
15084
- "isProtected": false
15085
- },
15086
- {
15087
- "kind": "Property",
15088
- "canonicalReference": "@microsoft/applicationinsights-common!PageView.envelopeType:member",
15122
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric.envelopeType:member",
15089
15123
  "docComment": "",
15090
15124
  "excerptTokens": [
15091
15125
  {
@@ -15114,36 +15148,7 @@
15114
15148
  },
15115
15149
  {
15116
15150
  "kind": "Property",
15117
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#id:member",
15118
- "docComment": "/**\n * Identifier of a page view instance. Used for correlation between page view and other telemetry items.\n */\n",
15119
- "excerptTokens": [
15120
- {
15121
- "kind": "Content",
15122
- "text": "id: "
15123
- },
15124
- {
15125
- "kind": "Content",
15126
- "text": "string"
15127
- },
15128
- {
15129
- "kind": "Content",
15130
- "text": ";"
15131
- }
15132
- ],
15133
- "isReadonly": false,
15134
- "isOptional": false,
15135
- "releaseTag": "Public",
15136
- "name": "id",
15137
- "propertyTypeTokenRange": {
15138
- "startIndex": 1,
15139
- "endIndex": 2
15140
- },
15141
- "isStatic": false,
15142
- "isProtected": false
15143
- },
15144
- {
15145
- "kind": "Property",
15146
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#measurements:member",
15151
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric#measurements:member",
15147
15152
  "docComment": "/**\n * Collection of custom measurements.\n */\n",
15148
15153
  "excerptTokens": [
15149
15154
  {
@@ -15172,16 +15177,21 @@
15172
15177
  },
15173
15178
  {
15174
15179
  "kind": "Property",
15175
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#name:member",
15176
- "docComment": "/**\n * Event name. Keep it low cardinality to allow proper grouping and useful metrics.\n */\n",
15180
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric#metrics:member",
15181
+ "docComment": "/**\n * List of metrics. Only one metric in the list is currently supported by Application Insights storage. If multiple data points were sent only the first one will be used.\n */\n",
15177
15182
  "excerptTokens": [
15178
15183
  {
15179
15184
  "kind": "Content",
15180
- "text": "name: "
15185
+ "text": "metrics: "
15186
+ },
15187
+ {
15188
+ "kind": "Reference",
15189
+ "text": "DataPoint",
15190
+ "canonicalReference": "@microsoft/applicationinsights-common!~DataPoint:class"
15181
15191
  },
15182
15192
  {
15183
15193
  "kind": "Content",
15184
- "text": "string"
15194
+ "text": "[]"
15185
15195
  },
15186
15196
  {
15187
15197
  "kind": "Content",
@@ -15191,17 +15201,17 @@
15191
15201
  "isReadonly": false,
15192
15202
  "isOptional": false,
15193
15203
  "releaseTag": "Public",
15194
- "name": "name",
15204
+ "name": "metrics",
15195
15205
  "propertyTypeTokenRange": {
15196
15206
  "startIndex": 1,
15197
- "endIndex": 2
15207
+ "endIndex": 3
15198
15208
  },
15199
15209
  "isStatic": false,
15200
15210
  "isProtected": false
15201
15211
  },
15202
15212
  {
15203
15213
  "kind": "Property",
15204
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#properties:member",
15214
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric#properties:member",
15205
15215
  "docComment": "/**\n * Collection of custom properties.\n */\n",
15206
15216
  "excerptTokens": [
15207
15217
  {
@@ -15230,36 +15240,7 @@
15230
15240
  },
15231
15241
  {
15232
15242
  "kind": "Property",
15233
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#url:member",
15234
- "docComment": "/**\n * Request URL with all query string parameters\n */\n",
15235
- "excerptTokens": [
15236
- {
15237
- "kind": "Content",
15238
- "text": "url: "
15239
- },
15240
- {
15241
- "kind": "Content",
15242
- "text": "string"
15243
- },
15244
- {
15245
- "kind": "Content",
15246
- "text": ";"
15247
- }
15248
- ],
15249
- "isReadonly": false,
15250
- "isOptional": false,
15251
- "releaseTag": "Public",
15252
- "name": "url",
15253
- "propertyTypeTokenRange": {
15254
- "startIndex": 1,
15255
- "endIndex": 2
15256
- },
15257
- "isStatic": false,
15258
- "isProtected": false
15259
- },
15260
- {
15261
- "kind": "Property",
15262
- "canonicalReference": "@microsoft/applicationinsights-common!PageView#ver:member",
15243
+ "canonicalReference": "@microsoft/applicationinsights-common!Metric#ver:member",
15263
15244
  "docComment": "/**\n * Schema version\n */\n",
15264
15245
  "excerptTokens": [
15265
15246
  {
@@ -15299,63 +15280,108 @@
15299
15280
  ]
15300
15281
  },
15301
15282
  {
15302
- "kind": "Class",
15303
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance:class",
15304
- "docComment": "",
15283
+ "kind": "Function",
15284
+ "canonicalReference": "@microsoft/applicationinsights-common!msToTimeSpan:function(1)",
15285
+ "docComment": "/**\n * Convert ms to c# time span format\n */\n",
15305
15286
  "excerptTokens": [
15306
15287
  {
15307
15288
  "kind": "Content",
15308
- "text": "export declare class PageViewPerformance implements "
15289
+ "text": "export declare function msToTimeSpan(totalms: "
15309
15290
  },
15310
15291
  {
15311
- "kind": "Reference",
15312
- "text": "IPageViewPerfData",
15313
- "canonicalReference": "@microsoft/applicationinsights-common!~IPageViewPerfData:interface"
15292
+ "kind": "Content",
15293
+ "text": "number"
15314
15294
  },
15315
15295
  {
15316
15296
  "kind": "Content",
15317
- "text": ", "
15297
+ "text": "): "
15318
15298
  },
15319
15299
  {
15320
- "kind": "Reference",
15321
- "text": "ISerializable",
15322
- "canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
15300
+ "kind": "Content",
15301
+ "text": "string"
15323
15302
  },
15324
15303
  {
15325
15304
  "kind": "Content",
15326
- "text": " "
15305
+ "text": ";"
15327
15306
  }
15328
15307
  ],
15329
- "fileUrlPath": "types/Telemetry/PageViewPerformance.d.ts",
15308
+ "fileUrlPath": "types/HelperFuncs.d.ts",
15309
+ "returnTypeTokenRange": {
15310
+ "startIndex": 3,
15311
+ "endIndex": 4
15312
+ },
15330
15313
  "releaseTag": "Public",
15331
- "name": "PageViewPerformance",
15332
- "preserveMemberOrder": false,
15333
- "members": [
15314
+ "overloadIndex": 1,
15315
+ "parameters": [
15334
15316
  {
15335
- "kind": "Constructor",
15336
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance:constructor(1)",
15337
- "docComment": "/**\n * Constructs a new instance of the PageEventTelemetry object\n */\n",
15338
- "excerptTokens": [
15339
- {
15340
- "kind": "Content",
15341
- "text": "constructor(logger: "
15342
- },
15343
- {
15344
- "kind": "Reference",
15345
- "text": "IDiagnosticLogger",
15346
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
15347
- },
15348
- {
15349
- "kind": "Content",
15350
- "text": ", name: "
15351
- },
15317
+ "parameterName": "totalms",
15318
+ "parameterTypeTokenRange": {
15319
+ "startIndex": 1,
15320
+ "endIndex": 2
15321
+ },
15322
+ "isOptional": false
15323
+ }
15324
+ ],
15325
+ "name": "msToTimeSpan"
15326
+ },
15327
+ {
15328
+ "kind": "Class",
15329
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView:class",
15330
+ "docComment": "",
15331
+ "excerptTokens": [
15332
+ {
15333
+ "kind": "Content",
15334
+ "text": "export declare class PageView implements "
15335
+ },
15336
+ {
15337
+ "kind": "Reference",
15338
+ "text": "IPageViewData",
15339
+ "canonicalReference": "@microsoft/applicationinsights-common!IPageViewData:interface"
15340
+ },
15341
+ {
15342
+ "kind": "Content",
15343
+ "text": ", "
15344
+ },
15345
+ {
15346
+ "kind": "Reference",
15347
+ "text": "ISerializable",
15348
+ "canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
15349
+ },
15350
+ {
15351
+ "kind": "Content",
15352
+ "text": " "
15353
+ }
15354
+ ],
15355
+ "fileUrlPath": "types/Telemetry/PageView.d.ts",
15356
+ "releaseTag": "Public",
15357
+ "name": "PageView",
15358
+ "preserveMemberOrder": false,
15359
+ "members": [
15360
+ {
15361
+ "kind": "Constructor",
15362
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView:constructor(1)",
15363
+ "docComment": "/**\n * Constructs a new instance of the PageEventTelemetry object\n */\n",
15364
+ "excerptTokens": [
15365
+ {
15366
+ "kind": "Content",
15367
+ "text": "constructor(logger: "
15368
+ },
15369
+ {
15370
+ "kind": "Reference",
15371
+ "text": "IDiagnosticLogger",
15372
+ "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
15373
+ },
15374
+ {
15375
+ "kind": "Content",
15376
+ "text": ", name?: "
15377
+ },
15352
15378
  {
15353
15379
  "kind": "Content",
15354
15380
  "text": "string"
15355
15381
  },
15356
15382
  {
15357
15383
  "kind": "Content",
15358
- "text": ", url: "
15384
+ "text": ", url?: "
15359
15385
  },
15360
15386
  {
15361
15387
  "kind": "Content",
@@ -15363,7 +15389,7 @@
15363
15389
  },
15364
15390
  {
15365
15391
  "kind": "Content",
15366
- "text": ", unused: "
15392
+ "text": ", durationMs?: "
15367
15393
  },
15368
15394
  {
15369
15395
  "kind": "Content",
@@ -15387,12 +15413,11 @@
15387
15413
  },
15388
15414
  {
15389
15415
  "kind": "Content",
15390
- "text": ", cs4BaseData?: "
15416
+ "text": ", id?: "
15391
15417
  },
15392
15418
  {
15393
- "kind": "Reference",
15394
- "text": "IPageViewPerformanceTelemetry",
15395
- "canonicalReference": "@microsoft/applicationinsights-common!IPageViewPerformanceTelemetry:interface"
15419
+ "kind": "Content",
15420
+ "text": "string"
15396
15421
  },
15397
15422
  {
15398
15423
  "kind": "Content",
@@ -15417,7 +15442,7 @@
15417
15442
  "startIndex": 3,
15418
15443
  "endIndex": 4
15419
15444
  },
15420
- "isOptional": false
15445
+ "isOptional": true
15421
15446
  },
15422
15447
  {
15423
15448
  "parameterName": "url",
@@ -15425,15 +15450,15 @@
15425
15450
  "startIndex": 5,
15426
15451
  "endIndex": 6
15427
15452
  },
15428
- "isOptional": false
15453
+ "isOptional": true
15429
15454
  },
15430
15455
  {
15431
- "parameterName": "unused",
15456
+ "parameterName": "durationMs",
15432
15457
  "parameterTypeTokenRange": {
15433
15458
  "startIndex": 7,
15434
15459
  "endIndex": 8
15435
15460
  },
15436
- "isOptional": false
15461
+ "isOptional": true
15437
15462
  },
15438
15463
  {
15439
15464
  "parameterName": "properties",
@@ -15452,7 +15477,7 @@
15452
15477
  "isOptional": true
15453
15478
  },
15454
15479
  {
15455
- "parameterName": "cs4BaseData",
15480
+ "parameterName": "id",
15456
15481
  "parameterTypeTokenRange": {
15457
15482
  "startIndex": 13,
15458
15483
  "endIndex": 14
@@ -15463,7 +15488,7 @@
15463
15488
  },
15464
15489
  {
15465
15490
  "kind": "Property",
15466
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#aiDataContract:member",
15491
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#aiDataContract:member",
15467
15492
  "docComment": "",
15468
15493
  "excerptTokens": [
15469
15494
  {
@@ -15508,43 +15533,7 @@
15508
15533
  },
15509
15534
  {
15510
15535
  "kind": "Content",
15511
- "text": ";\n perfTotal: "
15512
- },
15513
- {
15514
- "kind": "Reference",
15515
- "text": "FieldType",
15516
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
15517
- },
15518
- {
15519
- "kind": "Content",
15520
- "text": ";\n networkConnect: "
15521
- },
15522
- {
15523
- "kind": "Reference",
15524
- "text": "FieldType",
15525
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
15526
- },
15527
- {
15528
- "kind": "Content",
15529
- "text": ";\n sentRequest: "
15530
- },
15531
- {
15532
- "kind": "Reference",
15533
- "text": "FieldType",
15534
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
15535
- },
15536
- {
15537
- "kind": "Content",
15538
- "text": ";\n receivedResponse: "
15539
- },
15540
- {
15541
- "kind": "Reference",
15542
- "text": "FieldType",
15543
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
15544
- },
15545
- {
15546
- "kind": "Content",
15547
- "text": ";\n domProcessing: "
15536
+ "text": ";\n properties: "
15548
15537
  },
15549
15538
  {
15550
15539
  "kind": "Reference",
@@ -15553,7 +15542,7 @@
15553
15542
  },
15554
15543
  {
15555
15544
  "kind": "Content",
15556
- "text": ";\n properties: "
15545
+ "text": ";\n measurements: "
15557
15546
  },
15558
15547
  {
15559
15548
  "kind": "Reference",
@@ -15562,7 +15551,7 @@
15562
15551
  },
15563
15552
  {
15564
15553
  "kind": "Content",
15565
- "text": ";\n measurements: "
15554
+ "text": ";\n id: "
15566
15555
  },
15567
15556
  {
15568
15557
  "kind": "Reference",
@@ -15584,14 +15573,14 @@
15584
15573
  "name": "aiDataContract",
15585
15574
  "propertyTypeTokenRange": {
15586
15575
  "startIndex": 1,
15587
- "endIndex": 24
15576
+ "endIndex": 16
15588
15577
  },
15589
15578
  "isStatic": false,
15590
15579
  "isProtected": false
15591
15580
  },
15592
15581
  {
15593
15582
  "kind": "Property",
15594
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance.dataType:member",
15583
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView.dataType:member",
15595
15584
  "docComment": "",
15596
15585
  "excerptTokens": [
15597
15586
  {
@@ -15620,36 +15609,7 @@
15620
15609
  },
15621
15610
  {
15622
15611
  "kind": "Property",
15623
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#domProcessing:member",
15624
- "docComment": "/**\n * DOM processing time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
15625
- "excerptTokens": [
15626
- {
15627
- "kind": "Content",
15628
- "text": "domProcessing: "
15629
- },
15630
- {
15631
- "kind": "Content",
15632
- "text": "string"
15633
- },
15634
- {
15635
- "kind": "Content",
15636
- "text": ";"
15637
- }
15638
- ],
15639
- "isReadonly": false,
15640
- "isOptional": false,
15641
- "releaseTag": "Public",
15642
- "name": "domProcessing",
15643
- "propertyTypeTokenRange": {
15644
- "startIndex": 1,
15645
- "endIndex": 2
15646
- },
15647
- "isStatic": false,
15648
- "isProtected": false
15649
- },
15650
- {
15651
- "kind": "Property",
15652
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#duration:member",
15612
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#duration:member",
15653
15613
  "docComment": "/**\n * Request duration in format: DD.HH:MM:SS.MMMMMM. For a page view (PageViewData), this is the duration. For a page view with performance information (PageViewPerfData), this is the page load time. Must be less than 1000 days.\n */\n",
15654
15614
  "excerptTokens": [
15655
15615
  {
@@ -15678,7 +15638,7 @@
15678
15638
  },
15679
15639
  {
15680
15640
  "kind": "Property",
15681
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance.envelopeType:member",
15641
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView.envelopeType:member",
15682
15642
  "docComment": "",
15683
15643
  "excerptTokens": [
15684
15644
  {
@@ -15707,7 +15667,7 @@
15707
15667
  },
15708
15668
  {
15709
15669
  "kind": "Property",
15710
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#id:member",
15670
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#id:member",
15711
15671
  "docComment": "/**\n * Identifier of a page view instance. Used for correlation between page view and other telemetry items.\n */\n",
15712
15672
  "excerptTokens": [
15713
15673
  {
@@ -15736,7 +15696,7 @@
15736
15696
  },
15737
15697
  {
15738
15698
  "kind": "Property",
15739
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#measurements:member",
15699
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#measurements:member",
15740
15700
  "docComment": "/**\n * Collection of custom measurements.\n */\n",
15741
15701
  "excerptTokens": [
15742
15702
  {
@@ -15765,7 +15725,7 @@
15765
15725
  },
15766
15726
  {
15767
15727
  "kind": "Property",
15768
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#name:member",
15728
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#name:member",
15769
15729
  "docComment": "/**\n * Event name. Keep it low cardinality to allow proper grouping and useful metrics.\n */\n",
15770
15730
  "excerptTokens": [
15771
15731
  {
@@ -15794,16 +15754,16 @@
15794
15754
  },
15795
15755
  {
15796
15756
  "kind": "Property",
15797
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#networkConnect:member",
15798
- "docComment": "/**\n * Network connection time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
15757
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#properties:member",
15758
+ "docComment": "/**\n * Collection of custom properties.\n */\n",
15799
15759
  "excerptTokens": [
15800
15760
  {
15801
15761
  "kind": "Content",
15802
- "text": "networkConnect: "
15762
+ "text": "properties: "
15803
15763
  },
15804
15764
  {
15805
15765
  "kind": "Content",
15806
- "text": "string"
15766
+ "text": "any"
15807
15767
  },
15808
15768
  {
15809
15769
  "kind": "Content",
@@ -15813,7 +15773,7 @@
15813
15773
  "isReadonly": false,
15814
15774
  "isOptional": false,
15815
15775
  "releaseTag": "Public",
15816
- "name": "networkConnect",
15776
+ "name": "properties",
15817
15777
  "propertyTypeTokenRange": {
15818
15778
  "startIndex": 1,
15819
15779
  "endIndex": 2
@@ -15823,12 +15783,12 @@
15823
15783
  },
15824
15784
  {
15825
15785
  "kind": "Property",
15826
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#perfTotal:member",
15827
- "docComment": "/**\n * Performance total in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
15786
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#url:member",
15787
+ "docComment": "/**\n * Request URL with all query string parameters\n */\n",
15828
15788
  "excerptTokens": [
15829
15789
  {
15830
15790
  "kind": "Content",
15831
- "text": "perfTotal: "
15791
+ "text": "url: "
15832
15792
  },
15833
15793
  {
15834
15794
  "kind": "Content",
@@ -15842,7 +15802,7 @@
15842
15802
  "isReadonly": false,
15843
15803
  "isOptional": false,
15844
15804
  "releaseTag": "Public",
15845
- "name": "perfTotal",
15805
+ "name": "url",
15846
15806
  "propertyTypeTokenRange": {
15847
15807
  "startIndex": 1,
15848
15808
  "endIndex": 2
@@ -15852,16 +15812,16 @@
15852
15812
  },
15853
15813
  {
15854
15814
  "kind": "Property",
15855
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#properties:member",
15856
- "docComment": "/**\n * Collection of custom properties.\n */\n",
15815
+ "canonicalReference": "@microsoft/applicationinsights-common!PageView#ver:member",
15816
+ "docComment": "/**\n * Schema version\n */\n",
15857
15817
  "excerptTokens": [
15858
15818
  {
15859
15819
  "kind": "Content",
15860
- "text": "properties: "
15820
+ "text": "ver: "
15861
15821
  },
15862
15822
  {
15863
15823
  "kind": "Content",
15864
- "text": "any"
15824
+ "text": "number"
15865
15825
  },
15866
15826
  {
15867
15827
  "kind": "Content",
@@ -15871,55 +15831,300 @@
15871
15831
  "isReadonly": false,
15872
15832
  "isOptional": false,
15873
15833
  "releaseTag": "Public",
15874
- "name": "properties",
15834
+ "name": "ver",
15875
15835
  "propertyTypeTokenRange": {
15876
15836
  "startIndex": 1,
15877
15837
  "endIndex": 2
15878
15838
  },
15879
15839
  "isStatic": false,
15880
15840
  "isProtected": false
15841
+ }
15842
+ ],
15843
+ "implementsTokenRanges": [
15844
+ {
15845
+ "startIndex": 1,
15846
+ "endIndex": 2
15881
15847
  },
15882
15848
  {
15883
- "kind": "Property",
15884
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#receivedResponse:member",
15885
- "docComment": "/**\n * Received response time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
15849
+ "startIndex": 3,
15850
+ "endIndex": 4
15851
+ }
15852
+ ]
15853
+ },
15854
+ {
15855
+ "kind": "Class",
15856
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance:class",
15857
+ "docComment": "",
15858
+ "excerptTokens": [
15859
+ {
15860
+ "kind": "Content",
15861
+ "text": "export declare class PageViewPerformance implements "
15862
+ },
15863
+ {
15864
+ "kind": "Reference",
15865
+ "text": "IPageViewPerfData",
15866
+ "canonicalReference": "@microsoft/applicationinsights-common!~IPageViewPerfData:interface"
15867
+ },
15868
+ {
15869
+ "kind": "Content",
15870
+ "text": ", "
15871
+ },
15872
+ {
15873
+ "kind": "Reference",
15874
+ "text": "ISerializable",
15875
+ "canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
15876
+ },
15877
+ {
15878
+ "kind": "Content",
15879
+ "text": " "
15880
+ }
15881
+ ],
15882
+ "fileUrlPath": "types/Telemetry/PageViewPerformance.d.ts",
15883
+ "releaseTag": "Public",
15884
+ "name": "PageViewPerformance",
15885
+ "preserveMemberOrder": false,
15886
+ "members": [
15887
+ {
15888
+ "kind": "Constructor",
15889
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance:constructor(1)",
15890
+ "docComment": "/**\n * Constructs a new instance of the PageEventTelemetry object\n */\n",
15886
15891
  "excerptTokens": [
15887
15892
  {
15888
15893
  "kind": "Content",
15889
- "text": "receivedResponse: "
15894
+ "text": "constructor(logger: "
15890
15895
  },
15891
15896
  {
15892
- "kind": "Content",
15893
- "text": "string"
15897
+ "kind": "Reference",
15898
+ "text": "IDiagnosticLogger",
15899
+ "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
15894
15900
  },
15895
15901
  {
15896
15902
  "kind": "Content",
15897
- "text": ";"
15903
+ "text": ", name: "
15904
+ },
15905
+ {
15906
+ "kind": "Content",
15907
+ "text": "string"
15908
+ },
15909
+ {
15910
+ "kind": "Content",
15911
+ "text": ", url: "
15912
+ },
15913
+ {
15914
+ "kind": "Content",
15915
+ "text": "string"
15916
+ },
15917
+ {
15918
+ "kind": "Content",
15919
+ "text": ", unused: "
15920
+ },
15921
+ {
15922
+ "kind": "Content",
15923
+ "text": "number"
15924
+ },
15925
+ {
15926
+ "kind": "Content",
15927
+ "text": ", properties?: "
15928
+ },
15929
+ {
15930
+ "kind": "Content",
15931
+ "text": "{\n [key: string]: string;\n }"
15932
+ },
15933
+ {
15934
+ "kind": "Content",
15935
+ "text": ", measurements?: "
15936
+ },
15937
+ {
15938
+ "kind": "Content",
15939
+ "text": "{\n [key: string]: number;\n }"
15940
+ },
15941
+ {
15942
+ "kind": "Content",
15943
+ "text": ", cs4BaseData?: "
15944
+ },
15945
+ {
15946
+ "kind": "Reference",
15947
+ "text": "IPageViewPerformanceTelemetry",
15948
+ "canonicalReference": "@microsoft/applicationinsights-common!IPageViewPerformanceTelemetry:interface"
15949
+ },
15950
+ {
15951
+ "kind": "Content",
15952
+ "text": ");"
15898
15953
  }
15899
15954
  ],
15900
- "isReadonly": false,
15901
- "isOptional": false,
15902
15955
  "releaseTag": "Public",
15903
- "name": "receivedResponse",
15904
- "propertyTypeTokenRange": {
15905
- "startIndex": 1,
15906
- "endIndex": 2
15907
- },
15908
- "isStatic": false,
15909
- "isProtected": false
15956
+ "isProtected": false,
15957
+ "overloadIndex": 1,
15958
+ "parameters": [
15959
+ {
15960
+ "parameterName": "logger",
15961
+ "parameterTypeTokenRange": {
15962
+ "startIndex": 1,
15963
+ "endIndex": 2
15964
+ },
15965
+ "isOptional": false
15966
+ },
15967
+ {
15968
+ "parameterName": "name",
15969
+ "parameterTypeTokenRange": {
15970
+ "startIndex": 3,
15971
+ "endIndex": 4
15972
+ },
15973
+ "isOptional": false
15974
+ },
15975
+ {
15976
+ "parameterName": "url",
15977
+ "parameterTypeTokenRange": {
15978
+ "startIndex": 5,
15979
+ "endIndex": 6
15980
+ },
15981
+ "isOptional": false
15982
+ },
15983
+ {
15984
+ "parameterName": "unused",
15985
+ "parameterTypeTokenRange": {
15986
+ "startIndex": 7,
15987
+ "endIndex": 8
15988
+ },
15989
+ "isOptional": false
15990
+ },
15991
+ {
15992
+ "parameterName": "properties",
15993
+ "parameterTypeTokenRange": {
15994
+ "startIndex": 9,
15995
+ "endIndex": 10
15996
+ },
15997
+ "isOptional": true
15998
+ },
15999
+ {
16000
+ "parameterName": "measurements",
16001
+ "parameterTypeTokenRange": {
16002
+ "startIndex": 11,
16003
+ "endIndex": 12
16004
+ },
16005
+ "isOptional": true
16006
+ },
16007
+ {
16008
+ "parameterName": "cs4BaseData",
16009
+ "parameterTypeTokenRange": {
16010
+ "startIndex": 13,
16011
+ "endIndex": 14
16012
+ },
16013
+ "isOptional": true
16014
+ }
16015
+ ]
15910
16016
  },
15911
16017
  {
15912
16018
  "kind": "Property",
15913
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#sentRequest:member",
15914
- "docComment": "/**\n * Sent request time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
16019
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#aiDataContract:member",
16020
+ "docComment": "",
15915
16021
  "excerptTokens": [
15916
16022
  {
15917
16023
  "kind": "Content",
15918
- "text": "sentRequest: "
16024
+ "text": "aiDataContract: "
15919
16025
  },
15920
16026
  {
15921
16027
  "kind": "Content",
15922
- "text": "string"
16028
+ "text": "{\n ver: "
16029
+ },
16030
+ {
16031
+ "kind": "Reference",
16032
+ "text": "FieldType",
16033
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16034
+ },
16035
+ {
16036
+ "kind": "Content",
16037
+ "text": ";\n name: "
16038
+ },
16039
+ {
16040
+ "kind": "Reference",
16041
+ "text": "FieldType",
16042
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16043
+ },
16044
+ {
16045
+ "kind": "Content",
16046
+ "text": ";\n url: "
16047
+ },
16048
+ {
16049
+ "kind": "Reference",
16050
+ "text": "FieldType",
16051
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16052
+ },
16053
+ {
16054
+ "kind": "Content",
16055
+ "text": ";\n duration: "
16056
+ },
16057
+ {
16058
+ "kind": "Reference",
16059
+ "text": "FieldType",
16060
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16061
+ },
16062
+ {
16063
+ "kind": "Content",
16064
+ "text": ";\n perfTotal: "
16065
+ },
16066
+ {
16067
+ "kind": "Reference",
16068
+ "text": "FieldType",
16069
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16070
+ },
16071
+ {
16072
+ "kind": "Content",
16073
+ "text": ";\n networkConnect: "
16074
+ },
16075
+ {
16076
+ "kind": "Reference",
16077
+ "text": "FieldType",
16078
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16079
+ },
16080
+ {
16081
+ "kind": "Content",
16082
+ "text": ";\n sentRequest: "
16083
+ },
16084
+ {
16085
+ "kind": "Reference",
16086
+ "text": "FieldType",
16087
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16088
+ },
16089
+ {
16090
+ "kind": "Content",
16091
+ "text": ";\n receivedResponse: "
16092
+ },
16093
+ {
16094
+ "kind": "Reference",
16095
+ "text": "FieldType",
16096
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16097
+ },
16098
+ {
16099
+ "kind": "Content",
16100
+ "text": ";\n domProcessing: "
16101
+ },
16102
+ {
16103
+ "kind": "Reference",
16104
+ "text": "FieldType",
16105
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16106
+ },
16107
+ {
16108
+ "kind": "Content",
16109
+ "text": ";\n properties: "
16110
+ },
16111
+ {
16112
+ "kind": "Reference",
16113
+ "text": "FieldType",
16114
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16115
+ },
16116
+ {
16117
+ "kind": "Content",
16118
+ "text": ";\n measurements: "
16119
+ },
16120
+ {
16121
+ "kind": "Reference",
16122
+ "text": "FieldType",
16123
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16124
+ },
16125
+ {
16126
+ "kind": "Content",
16127
+ "text": ";\n }"
15923
16128
  },
15924
16129
  {
15925
16130
  "kind": "Content",
@@ -15929,22 +16134,22 @@
15929
16134
  "isReadonly": false,
15930
16135
  "isOptional": false,
15931
16136
  "releaseTag": "Public",
15932
- "name": "sentRequest",
16137
+ "name": "aiDataContract",
15933
16138
  "propertyTypeTokenRange": {
15934
16139
  "startIndex": 1,
15935
- "endIndex": 2
16140
+ "endIndex": 24
15936
16141
  },
15937
16142
  "isStatic": false,
15938
16143
  "isProtected": false
15939
16144
  },
15940
16145
  {
15941
16146
  "kind": "Property",
15942
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#url:member",
15943
- "docComment": "/**\n * Request URL with all query string parameters\n */\n",
16147
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance.dataType:member",
16148
+ "docComment": "",
15944
16149
  "excerptTokens": [
15945
16150
  {
15946
16151
  "kind": "Content",
15947
- "text": "url: "
16152
+ "text": "static dataType: "
15948
16153
  },
15949
16154
  {
15950
16155
  "kind": "Content",
@@ -15958,26 +16163,26 @@
15958
16163
  "isReadonly": false,
15959
16164
  "isOptional": false,
15960
16165
  "releaseTag": "Public",
15961
- "name": "url",
16166
+ "name": "dataType",
15962
16167
  "propertyTypeTokenRange": {
15963
16168
  "startIndex": 1,
15964
16169
  "endIndex": 2
15965
16170
  },
15966
- "isStatic": false,
16171
+ "isStatic": true,
15967
16172
  "isProtected": false
15968
16173
  },
15969
16174
  {
15970
16175
  "kind": "Property",
15971
- "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#ver:member",
15972
- "docComment": "/**\n * Schema version\n */\n",
16176
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#domProcessing:member",
16177
+ "docComment": "/**\n * DOM processing time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
15973
16178
  "excerptTokens": [
15974
16179
  {
15975
16180
  "kind": "Content",
15976
- "text": "ver: "
16181
+ "text": "domProcessing: "
15977
16182
  },
15978
16183
  {
15979
16184
  "kind": "Content",
15980
- "text": "number"
16185
+ "text": "string"
15981
16186
  },
15982
16187
  {
15983
16188
  "kind": "Content",
@@ -15987,176 +16192,22 @@
15987
16192
  "isReadonly": false,
15988
16193
  "isOptional": false,
15989
16194
  "releaseTag": "Public",
15990
- "name": "ver",
16195
+ "name": "domProcessing",
15991
16196
  "propertyTypeTokenRange": {
15992
16197
  "startIndex": 1,
15993
16198
  "endIndex": 2
15994
16199
  },
15995
16200
  "isStatic": false,
15996
16201
  "isProtected": false
15997
- }
15998
- ],
15999
- "implementsTokenRanges": [
16000
- {
16001
- "startIndex": 1,
16002
- "endIndex": 2
16003
16202
  },
16004
16203
  {
16005
- "startIndex": 3,
16006
- "endIndex": 4
16007
- }
16008
- ]
16009
- },
16010
- {
16011
- "kind": "Function",
16012
- "canonicalReference": "@microsoft/applicationinsights-common!parseConnectionString:function(1)",
16013
- "docComment": "",
16014
- "excerptTokens": [
16015
- {
16016
- "kind": "Content",
16017
- "text": "export declare function parseConnectionString(connectionString?: "
16018
- },
16019
- {
16020
- "kind": "Content",
16021
- "text": "string"
16022
- },
16023
- {
16024
- "kind": "Content",
16025
- "text": "): "
16026
- },
16027
- {
16028
- "kind": "Reference",
16029
- "text": "ConnectionString",
16030
- "canonicalReference": "@microsoft/applicationinsights-common!~ConnectionString:type"
16031
- },
16032
- {
16033
- "kind": "Content",
16034
- "text": ";"
16035
- }
16036
- ],
16037
- "fileUrlPath": "types/ConnectionStringParser.d.ts",
16038
- "returnTypeTokenRange": {
16039
- "startIndex": 3,
16040
- "endIndex": 4
16041
- },
16042
- "releaseTag": "Public",
16043
- "overloadIndex": 1,
16044
- "parameters": [
16045
- {
16046
- "parameterName": "connectionString",
16047
- "parameterTypeTokenRange": {
16048
- "startIndex": 1,
16049
- "endIndex": 2
16050
- },
16051
- "isOptional": true
16052
- }
16053
- ],
16054
- "name": "parseConnectionString"
16055
- },
16056
- {
16057
- "kind": "Variable",
16058
- "canonicalReference": "@microsoft/applicationinsights-common!ProcessLegacy:var",
16059
- "docComment": "",
16060
- "excerptTokens": [
16061
- {
16062
- "kind": "Content",
16063
- "text": "ProcessLegacy = "
16064
- },
16065
- {
16066
- "kind": "Content",
16067
- "text": "\"ProcessLegacy\""
16068
- }
16069
- ],
16070
- "fileUrlPath": "types/Constants.d.ts",
16071
- "initializerTokenRange": {
16072
- "startIndex": 1,
16073
- "endIndex": 2
16074
- },
16075
- "isReadonly": true,
16076
- "releaseTag": "Public",
16077
- "name": "ProcessLegacy",
16078
- "variableTypeTokenRange": {
16079
- "startIndex": 0,
16080
- "endIndex": 0
16081
- }
16082
- },
16083
- {
16084
- "kind": "Variable",
16085
- "canonicalReference": "@microsoft/applicationinsights-common!PropertiesPluginIdentifier:var",
16086
- "docComment": "",
16087
- "excerptTokens": [
16088
- {
16089
- "kind": "Content",
16090
- "text": "PropertiesPluginIdentifier = "
16091
- },
16092
- {
16093
- "kind": "Content",
16094
- "text": "\"AppInsightsPropertiesPlugin\""
16095
- }
16096
- ],
16097
- "fileUrlPath": "types/applicationinsights-common.d.ts",
16098
- "initializerTokenRange": {
16099
- "startIndex": 1,
16100
- "endIndex": 2
16101
- },
16102
- "isReadonly": true,
16103
- "releaseTag": "Public",
16104
- "name": "PropertiesPluginIdentifier",
16105
- "variableTypeTokenRange": {
16106
- "startIndex": 0,
16107
- "endIndex": 0
16108
- }
16109
- },
16110
- {
16111
- "kind": "Class",
16112
- "canonicalReference": "@microsoft/applicationinsights-common!RemoteDependencyData:class",
16113
- "docComment": "",
16114
- "excerptTokens": [
16115
- {
16116
- "kind": "Content",
16117
- "text": "export declare class RemoteDependencyData implements "
16118
- },
16119
- {
16120
- "kind": "Reference",
16121
- "text": "IRemoteDependencyData",
16122
- "canonicalReference": "@microsoft/applicationinsights-common!~IRemoteDependencyData:interface"
16123
- },
16124
- {
16125
- "kind": "Content",
16126
- "text": ", "
16127
- },
16128
- {
16129
- "kind": "Reference",
16130
- "text": "ISerializable",
16131
- "canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
16132
- },
16133
- {
16134
- "kind": "Content",
16135
- "text": " "
16136
- }
16137
- ],
16138
- "fileUrlPath": "types/Telemetry/RemoteDependencyData.d.ts",
16139
- "releaseTag": "Public",
16140
- "name": "RemoteDependencyData",
16141
- "preserveMemberOrder": false,
16142
- "members": [
16143
- {
16144
- "kind": "Constructor",
16145
- "canonicalReference": "@microsoft/applicationinsights-common!RemoteDependencyData:constructor(1)",
16146
- "docComment": "/**\n * Constructs a new instance of the RemoteDependencyData object\n */\n",
16204
+ "kind": "Property",
16205
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#duration:member",
16206
+ "docComment": "/**\n * Request duration in format: DD.HH:MM:SS.MMMMMM. For a page view (PageViewData), this is the duration. For a page view with performance information (PageViewPerfData), this is the page load time. Must be less than 1000 days.\n */\n",
16147
16207
  "excerptTokens": [
16148
16208
  {
16149
16209
  "kind": "Content",
16150
- "text": "constructor(logger: "
16151
- },
16152
- {
16153
- "kind": "Reference",
16154
- "text": "IDiagnosticLogger",
16155
- "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
16156
- },
16157
- {
16158
- "kind": "Content",
16159
- "text": ", id: "
16210
+ "text": "duration: "
16160
16211
  },
16161
16212
  {
16162
16213
  "kind": "Content",
@@ -16164,47 +16215,115 @@
16164
16215
  },
16165
16216
  {
16166
16217
  "kind": "Content",
16167
- "text": ", absoluteUrl: "
16168
- },
16218
+ "text": ";"
16219
+ }
16220
+ ],
16221
+ "isReadonly": false,
16222
+ "isOptional": false,
16223
+ "releaseTag": "Public",
16224
+ "name": "duration",
16225
+ "propertyTypeTokenRange": {
16226
+ "startIndex": 1,
16227
+ "endIndex": 2
16228
+ },
16229
+ "isStatic": false,
16230
+ "isProtected": false
16231
+ },
16232
+ {
16233
+ "kind": "Property",
16234
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance.envelopeType:member",
16235
+ "docComment": "",
16236
+ "excerptTokens": [
16169
16237
  {
16170
16238
  "kind": "Content",
16171
- "text": "string"
16239
+ "text": "static envelopeType: "
16172
16240
  },
16173
16241
  {
16174
16242
  "kind": "Content",
16175
- "text": ", commandName: "
16243
+ "text": "string"
16176
16244
  },
16177
16245
  {
16178
16246
  "kind": "Content",
16179
- "text": "string"
16180
- },
16247
+ "text": ";"
16248
+ }
16249
+ ],
16250
+ "isReadonly": false,
16251
+ "isOptional": false,
16252
+ "releaseTag": "Public",
16253
+ "name": "envelopeType",
16254
+ "propertyTypeTokenRange": {
16255
+ "startIndex": 1,
16256
+ "endIndex": 2
16257
+ },
16258
+ "isStatic": true,
16259
+ "isProtected": false
16260
+ },
16261
+ {
16262
+ "kind": "Property",
16263
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#id:member",
16264
+ "docComment": "/**\n * Identifier of a page view instance. Used for correlation between page view and other telemetry items.\n */\n",
16265
+ "excerptTokens": [
16181
16266
  {
16182
16267
  "kind": "Content",
16183
- "text": ", value: "
16268
+ "text": "id: "
16184
16269
  },
16185
16270
  {
16186
16271
  "kind": "Content",
16187
- "text": "number"
16272
+ "text": "string"
16188
16273
  },
16189
16274
  {
16190
16275
  "kind": "Content",
16191
- "text": ", success: "
16192
- },
16276
+ "text": ";"
16277
+ }
16278
+ ],
16279
+ "isReadonly": false,
16280
+ "isOptional": false,
16281
+ "releaseTag": "Public",
16282
+ "name": "id",
16283
+ "propertyTypeTokenRange": {
16284
+ "startIndex": 1,
16285
+ "endIndex": 2
16286
+ },
16287
+ "isStatic": false,
16288
+ "isProtected": false
16289
+ },
16290
+ {
16291
+ "kind": "Property",
16292
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#measurements:member",
16293
+ "docComment": "/**\n * Collection of custom measurements.\n */\n",
16294
+ "excerptTokens": [
16193
16295
  {
16194
16296
  "kind": "Content",
16195
- "text": "boolean"
16297
+ "text": "measurements: "
16196
16298
  },
16197
16299
  {
16198
16300
  "kind": "Content",
16199
- "text": ", resultCode: "
16301
+ "text": "any"
16200
16302
  },
16201
16303
  {
16202
16304
  "kind": "Content",
16203
- "text": "number"
16204
- },
16305
+ "text": ";"
16306
+ }
16307
+ ],
16308
+ "isReadonly": false,
16309
+ "isOptional": false,
16310
+ "releaseTag": "Public",
16311
+ "name": "measurements",
16312
+ "propertyTypeTokenRange": {
16313
+ "startIndex": 1,
16314
+ "endIndex": 2
16315
+ },
16316
+ "isStatic": false,
16317
+ "isProtected": false
16318
+ },
16319
+ {
16320
+ "kind": "Property",
16321
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#name:member",
16322
+ "docComment": "/**\n * Event name. Keep it low cardinality to allow proper grouping and useful metrics.\n */\n",
16323
+ "excerptTokens": [
16205
16324
  {
16206
16325
  "kind": "Content",
16207
- "text": ", method?: "
16326
+ "text": "name: "
16208
16327
  },
16209
16328
  {
16210
16329
  "kind": "Content",
@@ -16212,15 +16331,28 @@
16212
16331
  },
16213
16332
  {
16214
16333
  "kind": "Content",
16215
- "text": ", requestAPI?: "
16216
- },
16217
- {
16218
- "kind": "Content",
16219
- "text": "string"
16220
- },
16334
+ "text": ";"
16335
+ }
16336
+ ],
16337
+ "isReadonly": false,
16338
+ "isOptional": false,
16339
+ "releaseTag": "Public",
16340
+ "name": "name",
16341
+ "propertyTypeTokenRange": {
16342
+ "startIndex": 1,
16343
+ "endIndex": 2
16344
+ },
16345
+ "isStatic": false,
16346
+ "isProtected": false
16347
+ },
16348
+ {
16349
+ "kind": "Property",
16350
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#networkConnect:member",
16351
+ "docComment": "/**\n * Network connection time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
16352
+ "excerptTokens": [
16221
16353
  {
16222
16354
  "kind": "Content",
16223
- "text": ", correlationContext?: "
16355
+ "text": "networkConnect: "
16224
16356
  },
16225
16357
  {
16226
16358
  "kind": "Content",
@@ -16228,270 +16360,691 @@
16228
16360
  },
16229
16361
  {
16230
16362
  "kind": "Content",
16231
- "text": ", properties?: "
16232
- },
16233
- {
16234
- "kind": "Reference",
16235
- "text": "Object",
16236
- "canonicalReference": "!Object:interface"
16237
- },
16363
+ "text": ";"
16364
+ }
16365
+ ],
16366
+ "isReadonly": false,
16367
+ "isOptional": false,
16368
+ "releaseTag": "Public",
16369
+ "name": "networkConnect",
16370
+ "propertyTypeTokenRange": {
16371
+ "startIndex": 1,
16372
+ "endIndex": 2
16373
+ },
16374
+ "isStatic": false,
16375
+ "isProtected": false
16376
+ },
16377
+ {
16378
+ "kind": "Property",
16379
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#perfTotal:member",
16380
+ "docComment": "/**\n * Performance total in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
16381
+ "excerptTokens": [
16238
16382
  {
16239
16383
  "kind": "Content",
16240
- "text": ", measurements?: "
16384
+ "text": "perfTotal: "
16241
16385
  },
16242
16386
  {
16243
- "kind": "Reference",
16244
- "text": "Object",
16245
- "canonicalReference": "!Object:interface"
16387
+ "kind": "Content",
16388
+ "text": "string"
16246
16389
  },
16247
16390
  {
16248
16391
  "kind": "Content",
16249
- "text": ");"
16392
+ "text": ";"
16250
16393
  }
16251
16394
  ],
16395
+ "isReadonly": false,
16396
+ "isOptional": false,
16252
16397
  "releaseTag": "Public",
16253
- "isProtected": false,
16254
- "overloadIndex": 1,
16255
- "parameters": [
16398
+ "name": "perfTotal",
16399
+ "propertyTypeTokenRange": {
16400
+ "startIndex": 1,
16401
+ "endIndex": 2
16402
+ },
16403
+ "isStatic": false,
16404
+ "isProtected": false
16405
+ },
16406
+ {
16407
+ "kind": "Property",
16408
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#properties:member",
16409
+ "docComment": "/**\n * Collection of custom properties.\n */\n",
16410
+ "excerptTokens": [
16256
16411
  {
16257
- "parameterName": "logger",
16258
- "parameterTypeTokenRange": {
16259
- "startIndex": 1,
16260
- "endIndex": 2
16261
- },
16262
- "isOptional": false
16412
+ "kind": "Content",
16413
+ "text": "properties: "
16263
16414
  },
16264
16415
  {
16265
- "parameterName": "id",
16266
- "parameterTypeTokenRange": {
16267
- "startIndex": 3,
16268
- "endIndex": 4
16269
- },
16270
- "isOptional": false
16416
+ "kind": "Content",
16417
+ "text": "any"
16271
16418
  },
16272
16419
  {
16273
- "parameterName": "absoluteUrl",
16274
- "parameterTypeTokenRange": {
16275
- "startIndex": 5,
16276
- "endIndex": 6
16277
- },
16278
- "isOptional": false
16279
- },
16420
+ "kind": "Content",
16421
+ "text": ";"
16422
+ }
16423
+ ],
16424
+ "isReadonly": false,
16425
+ "isOptional": false,
16426
+ "releaseTag": "Public",
16427
+ "name": "properties",
16428
+ "propertyTypeTokenRange": {
16429
+ "startIndex": 1,
16430
+ "endIndex": 2
16431
+ },
16432
+ "isStatic": false,
16433
+ "isProtected": false
16434
+ },
16435
+ {
16436
+ "kind": "Property",
16437
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#receivedResponse:member",
16438
+ "docComment": "/**\n * Received response time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
16439
+ "excerptTokens": [
16280
16440
  {
16281
- "parameterName": "commandName",
16282
- "parameterTypeTokenRange": {
16283
- "startIndex": 7,
16284
- "endIndex": 8
16285
- },
16286
- "isOptional": false
16441
+ "kind": "Content",
16442
+ "text": "receivedResponse: "
16287
16443
  },
16288
16444
  {
16289
- "parameterName": "value",
16290
- "parameterTypeTokenRange": {
16291
- "startIndex": 9,
16292
- "endIndex": 10
16293
- },
16294
- "isOptional": false
16445
+ "kind": "Content",
16446
+ "text": "string"
16295
16447
  },
16296
16448
  {
16297
- "parameterName": "success",
16298
- "parameterTypeTokenRange": {
16299
- "startIndex": 11,
16300
- "endIndex": 12
16301
- },
16302
- "isOptional": false
16303
- },
16449
+ "kind": "Content",
16450
+ "text": ";"
16451
+ }
16452
+ ],
16453
+ "isReadonly": false,
16454
+ "isOptional": false,
16455
+ "releaseTag": "Public",
16456
+ "name": "receivedResponse",
16457
+ "propertyTypeTokenRange": {
16458
+ "startIndex": 1,
16459
+ "endIndex": 2
16460
+ },
16461
+ "isStatic": false,
16462
+ "isProtected": false
16463
+ },
16464
+ {
16465
+ "kind": "Property",
16466
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#sentRequest:member",
16467
+ "docComment": "/**\n * Sent request time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff\n */\n",
16468
+ "excerptTokens": [
16304
16469
  {
16305
- "parameterName": "resultCode",
16306
- "parameterTypeTokenRange": {
16307
- "startIndex": 13,
16308
- "endIndex": 14
16309
- },
16310
- "isOptional": false
16470
+ "kind": "Content",
16471
+ "text": "sentRequest: "
16311
16472
  },
16312
16473
  {
16313
- "parameterName": "method",
16314
- "parameterTypeTokenRange": {
16315
- "startIndex": 15,
16316
- "endIndex": 16
16317
- },
16318
- "isOptional": true
16474
+ "kind": "Content",
16475
+ "text": "string"
16319
16476
  },
16320
16477
  {
16321
- "parameterName": "requestAPI",
16322
- "parameterTypeTokenRange": {
16323
- "startIndex": 17,
16324
- "endIndex": 18
16325
- },
16326
- "isOptional": true
16327
- },
16478
+ "kind": "Content",
16479
+ "text": ";"
16480
+ }
16481
+ ],
16482
+ "isReadonly": false,
16483
+ "isOptional": false,
16484
+ "releaseTag": "Public",
16485
+ "name": "sentRequest",
16486
+ "propertyTypeTokenRange": {
16487
+ "startIndex": 1,
16488
+ "endIndex": 2
16489
+ },
16490
+ "isStatic": false,
16491
+ "isProtected": false
16492
+ },
16493
+ {
16494
+ "kind": "Property",
16495
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#url:member",
16496
+ "docComment": "/**\n * Request URL with all query string parameters\n */\n",
16497
+ "excerptTokens": [
16328
16498
  {
16329
- "parameterName": "correlationContext",
16330
- "parameterTypeTokenRange": {
16331
- "startIndex": 19,
16332
- "endIndex": 20
16333
- },
16334
- "isOptional": true
16499
+ "kind": "Content",
16500
+ "text": "url: "
16335
16501
  },
16336
16502
  {
16337
- "parameterName": "properties",
16338
- "parameterTypeTokenRange": {
16339
- "startIndex": 21,
16340
- "endIndex": 22
16341
- },
16342
- "isOptional": true
16503
+ "kind": "Content",
16504
+ "text": "string"
16343
16505
  },
16344
16506
  {
16345
- "parameterName": "measurements",
16346
- "parameterTypeTokenRange": {
16347
- "startIndex": 23,
16348
- "endIndex": 24
16349
- },
16350
- "isOptional": true
16507
+ "kind": "Content",
16508
+ "text": ";"
16351
16509
  }
16352
- ]
16510
+ ],
16511
+ "isReadonly": false,
16512
+ "isOptional": false,
16513
+ "releaseTag": "Public",
16514
+ "name": "url",
16515
+ "propertyTypeTokenRange": {
16516
+ "startIndex": 1,
16517
+ "endIndex": 2
16518
+ },
16519
+ "isStatic": false,
16520
+ "isProtected": false
16353
16521
  },
16354
16522
  {
16355
16523
  "kind": "Property",
16356
- "canonicalReference": "@microsoft/applicationinsights-common!RemoteDependencyData#aiDataContract:member",
16357
- "docComment": "",
16524
+ "canonicalReference": "@microsoft/applicationinsights-common!PageViewPerformance#ver:member",
16525
+ "docComment": "/**\n * Schema version\n */\n",
16358
16526
  "excerptTokens": [
16359
16527
  {
16360
16528
  "kind": "Content",
16361
- "text": "aiDataContract: "
16529
+ "text": "ver: "
16362
16530
  },
16363
16531
  {
16364
16532
  "kind": "Content",
16365
- "text": "{\n id: "
16366
- },
16367
- {
16368
- "kind": "Reference",
16369
- "text": "FieldType",
16370
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16533
+ "text": "number"
16371
16534
  },
16372
16535
  {
16373
16536
  "kind": "Content",
16374
- "text": ";\n ver: "
16375
- },
16376
- {
16377
- "kind": "Reference",
16378
- "text": "FieldType",
16379
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16380
- },
16537
+ "text": ";"
16538
+ }
16539
+ ],
16540
+ "isReadonly": false,
16541
+ "isOptional": false,
16542
+ "releaseTag": "Public",
16543
+ "name": "ver",
16544
+ "propertyTypeTokenRange": {
16545
+ "startIndex": 1,
16546
+ "endIndex": 2
16547
+ },
16548
+ "isStatic": false,
16549
+ "isProtected": false
16550
+ }
16551
+ ],
16552
+ "implementsTokenRanges": [
16553
+ {
16554
+ "startIndex": 1,
16555
+ "endIndex": 2
16556
+ },
16557
+ {
16558
+ "startIndex": 3,
16559
+ "endIndex": 4
16560
+ }
16561
+ ]
16562
+ },
16563
+ {
16564
+ "kind": "Function",
16565
+ "canonicalReference": "@microsoft/applicationinsights-common!parseConnectionString:function(1)",
16566
+ "docComment": "",
16567
+ "excerptTokens": [
16568
+ {
16569
+ "kind": "Content",
16570
+ "text": "export declare function parseConnectionString(connectionString?: "
16571
+ },
16572
+ {
16573
+ "kind": "Content",
16574
+ "text": "string"
16575
+ },
16576
+ {
16577
+ "kind": "Content",
16578
+ "text": "): "
16579
+ },
16580
+ {
16581
+ "kind": "Reference",
16582
+ "text": "ConnectionString",
16583
+ "canonicalReference": "@microsoft/applicationinsights-common!~ConnectionString:type"
16584
+ },
16585
+ {
16586
+ "kind": "Content",
16587
+ "text": ";"
16588
+ }
16589
+ ],
16590
+ "fileUrlPath": "types/ConnectionStringParser.d.ts",
16591
+ "returnTypeTokenRange": {
16592
+ "startIndex": 3,
16593
+ "endIndex": 4
16594
+ },
16595
+ "releaseTag": "Public",
16596
+ "overloadIndex": 1,
16597
+ "parameters": [
16598
+ {
16599
+ "parameterName": "connectionString",
16600
+ "parameterTypeTokenRange": {
16601
+ "startIndex": 1,
16602
+ "endIndex": 2
16603
+ },
16604
+ "isOptional": true
16605
+ }
16606
+ ],
16607
+ "name": "parseConnectionString"
16608
+ },
16609
+ {
16610
+ "kind": "Variable",
16611
+ "canonicalReference": "@microsoft/applicationinsights-common!ProcessLegacy:var",
16612
+ "docComment": "",
16613
+ "excerptTokens": [
16614
+ {
16615
+ "kind": "Content",
16616
+ "text": "ProcessLegacy = "
16617
+ },
16618
+ {
16619
+ "kind": "Content",
16620
+ "text": "\"ProcessLegacy\""
16621
+ }
16622
+ ],
16623
+ "fileUrlPath": "types/Constants.d.ts",
16624
+ "initializerTokenRange": {
16625
+ "startIndex": 1,
16626
+ "endIndex": 2
16627
+ },
16628
+ "isReadonly": true,
16629
+ "releaseTag": "Public",
16630
+ "name": "ProcessLegacy",
16631
+ "variableTypeTokenRange": {
16632
+ "startIndex": 0,
16633
+ "endIndex": 0
16634
+ }
16635
+ },
16636
+ {
16637
+ "kind": "Variable",
16638
+ "canonicalReference": "@microsoft/applicationinsights-common!PropertiesPluginIdentifier:var",
16639
+ "docComment": "",
16640
+ "excerptTokens": [
16641
+ {
16642
+ "kind": "Content",
16643
+ "text": "PropertiesPluginIdentifier = "
16644
+ },
16645
+ {
16646
+ "kind": "Content",
16647
+ "text": "\"AppInsightsPropertiesPlugin\""
16648
+ }
16649
+ ],
16650
+ "fileUrlPath": "types/applicationinsights-common.d.ts",
16651
+ "initializerTokenRange": {
16652
+ "startIndex": 1,
16653
+ "endIndex": 2
16654
+ },
16655
+ "isReadonly": true,
16656
+ "releaseTag": "Public",
16657
+ "name": "PropertiesPluginIdentifier",
16658
+ "variableTypeTokenRange": {
16659
+ "startIndex": 0,
16660
+ "endIndex": 0
16661
+ }
16662
+ },
16663
+ {
16664
+ "kind": "Class",
16665
+ "canonicalReference": "@microsoft/applicationinsights-common!RemoteDependencyData:class",
16666
+ "docComment": "",
16667
+ "excerptTokens": [
16668
+ {
16669
+ "kind": "Content",
16670
+ "text": "export declare class RemoteDependencyData implements "
16671
+ },
16672
+ {
16673
+ "kind": "Reference",
16674
+ "text": "IRemoteDependencyData",
16675
+ "canonicalReference": "@microsoft/applicationinsights-common!~IRemoteDependencyData:interface"
16676
+ },
16677
+ {
16678
+ "kind": "Content",
16679
+ "text": ", "
16680
+ },
16681
+ {
16682
+ "kind": "Reference",
16683
+ "text": "ISerializable",
16684
+ "canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
16685
+ },
16686
+ {
16687
+ "kind": "Content",
16688
+ "text": " "
16689
+ }
16690
+ ],
16691
+ "fileUrlPath": "types/Telemetry/RemoteDependencyData.d.ts",
16692
+ "releaseTag": "Public",
16693
+ "name": "RemoteDependencyData",
16694
+ "preserveMemberOrder": false,
16695
+ "members": [
16696
+ {
16697
+ "kind": "Constructor",
16698
+ "canonicalReference": "@microsoft/applicationinsights-common!RemoteDependencyData:constructor(1)",
16699
+ "docComment": "/**\n * Constructs a new instance of the RemoteDependencyData object\n */\n",
16700
+ "excerptTokens": [
16381
16701
  {
16382
16702
  "kind": "Content",
16383
- "text": ";\n name: "
16703
+ "text": "constructor(logger: "
16384
16704
  },
16385
16705
  {
16386
16706
  "kind": "Reference",
16387
- "text": "FieldType",
16388
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16707
+ "text": "IDiagnosticLogger",
16708
+ "canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
16389
16709
  },
16390
16710
  {
16391
16711
  "kind": "Content",
16392
- "text": ";\n resultCode: "
16712
+ "text": ", id: "
16393
16713
  },
16394
16714
  {
16395
- "kind": "Reference",
16396
- "text": "FieldType",
16397
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16715
+ "kind": "Content",
16716
+ "text": "string"
16398
16717
  },
16399
16718
  {
16400
16719
  "kind": "Content",
16401
- "text": ";\n duration: "
16720
+ "text": ", absoluteUrl: "
16402
16721
  },
16403
16722
  {
16404
- "kind": "Reference",
16405
- "text": "FieldType",
16406
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16723
+ "kind": "Content",
16724
+ "text": "string"
16407
16725
  },
16408
16726
  {
16409
16727
  "kind": "Content",
16410
- "text": ";\n success: "
16728
+ "text": ", commandName: "
16411
16729
  },
16412
16730
  {
16413
- "kind": "Reference",
16414
- "text": "FieldType",
16415
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16731
+ "kind": "Content",
16732
+ "text": "string"
16416
16733
  },
16417
16734
  {
16418
16735
  "kind": "Content",
16419
- "text": ";\n data: "
16736
+ "text": ", value: "
16420
16737
  },
16421
16738
  {
16422
- "kind": "Reference",
16423
- "text": "FieldType",
16424
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16739
+ "kind": "Content",
16740
+ "text": "number"
16425
16741
  },
16426
16742
  {
16427
16743
  "kind": "Content",
16428
- "text": ";\n target: "
16744
+ "text": ", success: "
16429
16745
  },
16430
16746
  {
16431
- "kind": "Reference",
16432
- "text": "FieldType",
16433
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16747
+ "kind": "Content",
16748
+ "text": "boolean"
16434
16749
  },
16435
16750
  {
16436
16751
  "kind": "Content",
16437
- "text": ";\n type: "
16752
+ "text": ", resultCode: "
16438
16753
  },
16439
16754
  {
16440
- "kind": "Reference",
16441
- "text": "FieldType",
16442
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16755
+ "kind": "Content",
16756
+ "text": "number"
16443
16757
  },
16444
16758
  {
16445
16759
  "kind": "Content",
16446
- "text": ";\n properties: "
16760
+ "text": ", method?: "
16447
16761
  },
16448
16762
  {
16449
- "kind": "Reference",
16450
- "text": "FieldType",
16451
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16763
+ "kind": "Content",
16764
+ "text": "string"
16452
16765
  },
16453
16766
  {
16454
16767
  "kind": "Content",
16455
- "text": ";\n measurements: "
16768
+ "text": ", requestAPI?: "
16456
16769
  },
16457
16770
  {
16458
- "kind": "Reference",
16459
- "text": "FieldType",
16460
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16771
+ "kind": "Content",
16772
+ "text": "string"
16461
16773
  },
16462
16774
  {
16463
16775
  "kind": "Content",
16464
- "text": ";\n kind: "
16776
+ "text": ", correlationContext?: "
16465
16777
  },
16466
16778
  {
16467
- "kind": "Reference",
16468
- "text": "FieldType",
16469
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16779
+ "kind": "Content",
16780
+ "text": "string"
16470
16781
  },
16471
16782
  {
16472
16783
  "kind": "Content",
16473
- "text": ";\n value: "
16784
+ "text": ", properties?: "
16474
16785
  },
16475
16786
  {
16476
16787
  "kind": "Reference",
16477
- "text": "FieldType",
16478
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16788
+ "text": "Object",
16789
+ "canonicalReference": "!Object:interface"
16479
16790
  },
16480
16791
  {
16481
16792
  "kind": "Content",
16482
- "text": ";\n count: "
16793
+ "text": ", measurements?: "
16483
16794
  },
16484
16795
  {
16485
16796
  "kind": "Reference",
16486
- "text": "FieldType",
16487
- "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16797
+ "text": "Object",
16798
+ "canonicalReference": "!Object:interface"
16488
16799
  },
16489
16800
  {
16490
16801
  "kind": "Content",
16491
- "text": ";\n min: "
16492
- },
16493
- {
16494
- "kind": "Reference",
16802
+ "text": ");"
16803
+ }
16804
+ ],
16805
+ "releaseTag": "Public",
16806
+ "isProtected": false,
16807
+ "overloadIndex": 1,
16808
+ "parameters": [
16809
+ {
16810
+ "parameterName": "logger",
16811
+ "parameterTypeTokenRange": {
16812
+ "startIndex": 1,
16813
+ "endIndex": 2
16814
+ },
16815
+ "isOptional": false
16816
+ },
16817
+ {
16818
+ "parameterName": "id",
16819
+ "parameterTypeTokenRange": {
16820
+ "startIndex": 3,
16821
+ "endIndex": 4
16822
+ },
16823
+ "isOptional": false
16824
+ },
16825
+ {
16826
+ "parameterName": "absoluteUrl",
16827
+ "parameterTypeTokenRange": {
16828
+ "startIndex": 5,
16829
+ "endIndex": 6
16830
+ },
16831
+ "isOptional": false
16832
+ },
16833
+ {
16834
+ "parameterName": "commandName",
16835
+ "parameterTypeTokenRange": {
16836
+ "startIndex": 7,
16837
+ "endIndex": 8
16838
+ },
16839
+ "isOptional": false
16840
+ },
16841
+ {
16842
+ "parameterName": "value",
16843
+ "parameterTypeTokenRange": {
16844
+ "startIndex": 9,
16845
+ "endIndex": 10
16846
+ },
16847
+ "isOptional": false
16848
+ },
16849
+ {
16850
+ "parameterName": "success",
16851
+ "parameterTypeTokenRange": {
16852
+ "startIndex": 11,
16853
+ "endIndex": 12
16854
+ },
16855
+ "isOptional": false
16856
+ },
16857
+ {
16858
+ "parameterName": "resultCode",
16859
+ "parameterTypeTokenRange": {
16860
+ "startIndex": 13,
16861
+ "endIndex": 14
16862
+ },
16863
+ "isOptional": false
16864
+ },
16865
+ {
16866
+ "parameterName": "method",
16867
+ "parameterTypeTokenRange": {
16868
+ "startIndex": 15,
16869
+ "endIndex": 16
16870
+ },
16871
+ "isOptional": true
16872
+ },
16873
+ {
16874
+ "parameterName": "requestAPI",
16875
+ "parameterTypeTokenRange": {
16876
+ "startIndex": 17,
16877
+ "endIndex": 18
16878
+ },
16879
+ "isOptional": true
16880
+ },
16881
+ {
16882
+ "parameterName": "correlationContext",
16883
+ "parameterTypeTokenRange": {
16884
+ "startIndex": 19,
16885
+ "endIndex": 20
16886
+ },
16887
+ "isOptional": true
16888
+ },
16889
+ {
16890
+ "parameterName": "properties",
16891
+ "parameterTypeTokenRange": {
16892
+ "startIndex": 21,
16893
+ "endIndex": 22
16894
+ },
16895
+ "isOptional": true
16896
+ },
16897
+ {
16898
+ "parameterName": "measurements",
16899
+ "parameterTypeTokenRange": {
16900
+ "startIndex": 23,
16901
+ "endIndex": 24
16902
+ },
16903
+ "isOptional": true
16904
+ }
16905
+ ]
16906
+ },
16907
+ {
16908
+ "kind": "Property",
16909
+ "canonicalReference": "@microsoft/applicationinsights-common!RemoteDependencyData#aiDataContract:member",
16910
+ "docComment": "",
16911
+ "excerptTokens": [
16912
+ {
16913
+ "kind": "Content",
16914
+ "text": "aiDataContract: "
16915
+ },
16916
+ {
16917
+ "kind": "Content",
16918
+ "text": "{\n id: "
16919
+ },
16920
+ {
16921
+ "kind": "Reference",
16922
+ "text": "FieldType",
16923
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16924
+ },
16925
+ {
16926
+ "kind": "Content",
16927
+ "text": ";\n ver: "
16928
+ },
16929
+ {
16930
+ "kind": "Reference",
16931
+ "text": "FieldType",
16932
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16933
+ },
16934
+ {
16935
+ "kind": "Content",
16936
+ "text": ";\n name: "
16937
+ },
16938
+ {
16939
+ "kind": "Reference",
16940
+ "text": "FieldType",
16941
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16942
+ },
16943
+ {
16944
+ "kind": "Content",
16945
+ "text": ";\n resultCode: "
16946
+ },
16947
+ {
16948
+ "kind": "Reference",
16949
+ "text": "FieldType",
16950
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16951
+ },
16952
+ {
16953
+ "kind": "Content",
16954
+ "text": ";\n duration: "
16955
+ },
16956
+ {
16957
+ "kind": "Reference",
16958
+ "text": "FieldType",
16959
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16960
+ },
16961
+ {
16962
+ "kind": "Content",
16963
+ "text": ";\n success: "
16964
+ },
16965
+ {
16966
+ "kind": "Reference",
16967
+ "text": "FieldType",
16968
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16969
+ },
16970
+ {
16971
+ "kind": "Content",
16972
+ "text": ";\n data: "
16973
+ },
16974
+ {
16975
+ "kind": "Reference",
16976
+ "text": "FieldType",
16977
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16978
+ },
16979
+ {
16980
+ "kind": "Content",
16981
+ "text": ";\n target: "
16982
+ },
16983
+ {
16984
+ "kind": "Reference",
16985
+ "text": "FieldType",
16986
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16987
+ },
16988
+ {
16989
+ "kind": "Content",
16990
+ "text": ";\n type: "
16991
+ },
16992
+ {
16993
+ "kind": "Reference",
16994
+ "text": "FieldType",
16995
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16996
+ },
16997
+ {
16998
+ "kind": "Content",
16999
+ "text": ";\n properties: "
17000
+ },
17001
+ {
17002
+ "kind": "Reference",
17003
+ "text": "FieldType",
17004
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
17005
+ },
17006
+ {
17007
+ "kind": "Content",
17008
+ "text": ";\n measurements: "
17009
+ },
17010
+ {
17011
+ "kind": "Reference",
17012
+ "text": "FieldType",
17013
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
17014
+ },
17015
+ {
17016
+ "kind": "Content",
17017
+ "text": ";\n kind: "
17018
+ },
17019
+ {
17020
+ "kind": "Reference",
17021
+ "text": "FieldType",
17022
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
17023
+ },
17024
+ {
17025
+ "kind": "Content",
17026
+ "text": ";\n value: "
17027
+ },
17028
+ {
17029
+ "kind": "Reference",
17030
+ "text": "FieldType",
17031
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
17032
+ },
17033
+ {
17034
+ "kind": "Content",
17035
+ "text": ";\n count: "
17036
+ },
17037
+ {
17038
+ "kind": "Reference",
17039
+ "text": "FieldType",
17040
+ "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
17041
+ },
17042
+ {
17043
+ "kind": "Content",
17044
+ "text": ";\n min: "
17045
+ },
17046
+ {
17047
+ "kind": "Reference",
16495
17048
  "text": "FieldType",
16496
17049
  "canonicalReference": "@microsoft/applicationinsights-common!FieldType:enum"
16497
17050
  },
@@ -17225,6 +17778,325 @@
17225
17778
  ],
17226
17779
  "implementsTokenRanges": []
17227
17780
  },
17781
+ {
17782
+ "kind": "Class",
17783
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr:class",
17784
+ "docComment": "",
17785
+ "excerptTokens": [
17786
+ {
17787
+ "kind": "Content",
17788
+ "text": "export declare class ThrottleMgr "
17789
+ }
17790
+ ],
17791
+ "fileUrlPath": "types/ThrottleMgr.d.ts",
17792
+ "releaseTag": "Public",
17793
+ "name": "ThrottleMgr",
17794
+ "preserveMemberOrder": false,
17795
+ "members": [
17796
+ {
17797
+ "kind": "Constructor",
17798
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr:constructor(1)",
17799
+ "docComment": "/**\n * Constructs a new instance of the `ThrottleMgr` class\n */\n",
17800
+ "excerptTokens": [
17801
+ {
17802
+ "kind": "Content",
17803
+ "text": "constructor(throttleMgr?: "
17804
+ },
17805
+ {
17806
+ "kind": "Reference",
17807
+ "text": "IThrottleMgrConfig",
17808
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig:interface"
17809
+ },
17810
+ {
17811
+ "kind": "Content",
17812
+ "text": ", core?: "
17813
+ },
17814
+ {
17815
+ "kind": "Reference",
17816
+ "text": "IAppInsightsCore",
17817
+ "canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
17818
+ },
17819
+ {
17820
+ "kind": "Content",
17821
+ "text": ", namePrefix?: "
17822
+ },
17823
+ {
17824
+ "kind": "Content",
17825
+ "text": "string"
17826
+ },
17827
+ {
17828
+ "kind": "Content",
17829
+ "text": ");"
17830
+ }
17831
+ ],
17832
+ "releaseTag": "Public",
17833
+ "isProtected": false,
17834
+ "overloadIndex": 1,
17835
+ "parameters": [
17836
+ {
17837
+ "parameterName": "throttleMgr",
17838
+ "parameterTypeTokenRange": {
17839
+ "startIndex": 1,
17840
+ "endIndex": 2
17841
+ },
17842
+ "isOptional": true
17843
+ },
17844
+ {
17845
+ "parameterName": "core",
17846
+ "parameterTypeTokenRange": {
17847
+ "startIndex": 3,
17848
+ "endIndex": 4
17849
+ },
17850
+ "isOptional": true
17851
+ },
17852
+ {
17853
+ "parameterName": "namePrefix",
17854
+ "parameterTypeTokenRange": {
17855
+ "startIndex": 5,
17856
+ "endIndex": 6
17857
+ },
17858
+ "isOptional": true
17859
+ }
17860
+ ]
17861
+ },
17862
+ {
17863
+ "kind": "Property",
17864
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#canThrottle:member",
17865
+ "docComment": "",
17866
+ "excerptTokens": [
17867
+ {
17868
+ "kind": "Content",
17869
+ "text": "canThrottle: "
17870
+ },
17871
+ {
17872
+ "kind": "Content",
17873
+ "text": "() => boolean"
17874
+ },
17875
+ {
17876
+ "kind": "Content",
17877
+ "text": ";"
17878
+ }
17879
+ ],
17880
+ "isReadonly": false,
17881
+ "isOptional": false,
17882
+ "releaseTag": "Public",
17883
+ "name": "canThrottle",
17884
+ "propertyTypeTokenRange": {
17885
+ "startIndex": 1,
17886
+ "endIndex": 2
17887
+ },
17888
+ "isStatic": false,
17889
+ "isProtected": false
17890
+ },
17891
+ {
17892
+ "kind": "Property",
17893
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#flush:member",
17894
+ "docComment": "",
17895
+ "excerptTokens": [
17896
+ {
17897
+ "kind": "Content",
17898
+ "text": "flush: "
17899
+ },
17900
+ {
17901
+ "kind": "Content",
17902
+ "text": "() => boolean"
17903
+ },
17904
+ {
17905
+ "kind": "Content",
17906
+ "text": ";"
17907
+ }
17908
+ ],
17909
+ "isReadonly": false,
17910
+ "isOptional": false,
17911
+ "releaseTag": "Public",
17912
+ "name": "flush",
17913
+ "propertyTypeTokenRange": {
17914
+ "startIndex": 1,
17915
+ "endIndex": 2
17916
+ },
17917
+ "isStatic": false,
17918
+ "isProtected": false
17919
+ },
17920
+ {
17921
+ "kind": "Property",
17922
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#getConfig:member",
17923
+ "docComment": "",
17924
+ "excerptTokens": [
17925
+ {
17926
+ "kind": "Content",
17927
+ "text": "getConfig: "
17928
+ },
17929
+ {
17930
+ "kind": "Content",
17931
+ "text": "() => "
17932
+ },
17933
+ {
17934
+ "kind": "Reference",
17935
+ "text": "IThrottleMgrConfig",
17936
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleMgrConfig:interface"
17937
+ },
17938
+ {
17939
+ "kind": "Content",
17940
+ "text": ";"
17941
+ }
17942
+ ],
17943
+ "isReadonly": false,
17944
+ "isOptional": false,
17945
+ "releaseTag": "Public",
17946
+ "name": "getConfig",
17947
+ "propertyTypeTokenRange": {
17948
+ "startIndex": 1,
17949
+ "endIndex": 3
17950
+ },
17951
+ "isStatic": false,
17952
+ "isProtected": false
17953
+ },
17954
+ {
17955
+ "kind": "Property",
17956
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#isReady:member",
17957
+ "docComment": "",
17958
+ "excerptTokens": [
17959
+ {
17960
+ "kind": "Content",
17961
+ "text": "isReady: "
17962
+ },
17963
+ {
17964
+ "kind": "Content",
17965
+ "text": "() => boolean"
17966
+ },
17967
+ {
17968
+ "kind": "Content",
17969
+ "text": ";"
17970
+ }
17971
+ ],
17972
+ "isReadonly": false,
17973
+ "isOptional": false,
17974
+ "releaseTag": "Public",
17975
+ "name": "isReady",
17976
+ "propertyTypeTokenRange": {
17977
+ "startIndex": 1,
17978
+ "endIndex": 2
17979
+ },
17980
+ "isStatic": false,
17981
+ "isProtected": false
17982
+ },
17983
+ {
17984
+ "kind": "Property",
17985
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#isTriggered:member",
17986
+ "docComment": "",
17987
+ "excerptTokens": [
17988
+ {
17989
+ "kind": "Content",
17990
+ "text": "isTriggered: "
17991
+ },
17992
+ {
17993
+ "kind": "Content",
17994
+ "text": "() => boolean"
17995
+ },
17996
+ {
17997
+ "kind": "Content",
17998
+ "text": ";"
17999
+ }
18000
+ ],
18001
+ "isReadonly": false,
18002
+ "isOptional": false,
18003
+ "releaseTag": "Public",
18004
+ "name": "isTriggered",
18005
+ "propertyTypeTokenRange": {
18006
+ "startIndex": 1,
18007
+ "endIndex": 2
18008
+ },
18009
+ "isStatic": false,
18010
+ "isProtected": false
18011
+ },
18012
+ {
18013
+ "kind": "Property",
18014
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#onReadyState:member",
18015
+ "docComment": "",
18016
+ "excerptTokens": [
18017
+ {
18018
+ "kind": "Content",
18019
+ "text": "onReadyState: "
18020
+ },
18021
+ {
18022
+ "kind": "Content",
18023
+ "text": "(isReady?: boolean) => boolean"
18024
+ },
18025
+ {
18026
+ "kind": "Content",
18027
+ "text": ";"
18028
+ }
18029
+ ],
18030
+ "isReadonly": false,
18031
+ "isOptional": false,
18032
+ "releaseTag": "Public",
18033
+ "name": "onReadyState",
18034
+ "propertyTypeTokenRange": {
18035
+ "startIndex": 1,
18036
+ "endIndex": 2
18037
+ },
18038
+ "isStatic": false,
18039
+ "isProtected": false
18040
+ },
18041
+ {
18042
+ "kind": "Property",
18043
+ "canonicalReference": "@microsoft/applicationinsights-common!ThrottleMgr#sendMessage:member",
18044
+ "docComment": "",
18045
+ "excerptTokens": [
18046
+ {
18047
+ "kind": "Content",
18048
+ "text": "sendMessage: "
18049
+ },
18050
+ {
18051
+ "kind": "Content",
18052
+ "text": "(msgID: "
18053
+ },
18054
+ {
18055
+ "kind": "Reference",
18056
+ "text": "_eInternalMessageId",
18057
+ "canonicalReference": "@microsoft/applicationinsights-core-js!_eInternalMessageId:enum"
18058
+ },
18059
+ {
18060
+ "kind": "Content",
18061
+ "text": ", message: string, severity?: "
18062
+ },
18063
+ {
18064
+ "kind": "Reference",
18065
+ "text": "eLoggingSeverity",
18066
+ "canonicalReference": "@microsoft/applicationinsights-core-js!eLoggingSeverity:enum"
18067
+ },
18068
+ {
18069
+ "kind": "Content",
18070
+ "text": ") => "
18071
+ },
18072
+ {
18073
+ "kind": "Reference",
18074
+ "text": "IThrottleResult",
18075
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleResult:interface"
18076
+ },
18077
+ {
18078
+ "kind": "Content",
18079
+ "text": " | null"
18080
+ },
18081
+ {
18082
+ "kind": "Content",
18083
+ "text": ";"
18084
+ }
18085
+ ],
18086
+ "isReadonly": false,
18087
+ "isOptional": false,
18088
+ "releaseTag": "Public",
18089
+ "name": "sendMessage",
18090
+ "propertyTypeTokenRange": {
18091
+ "startIndex": 1,
18092
+ "endIndex": 8
18093
+ },
18094
+ "isStatic": false,
18095
+ "isProtected": false
18096
+ }
18097
+ ],
18098
+ "implementsTokenRanges": []
18099
+ },
17228
18100
  {
17229
18101
  "kind": "Class",
17230
18102
  "canonicalReference": "@microsoft/applicationinsights-common!Trace:class",