@microsoft/applicationinsights-common 2.8.10-nightly.2301-27 → 2.8.10-nightly.2302-01

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 (97) hide show
  1. package/browser/applicationinsights-common.integrity.json +9 -9
  2. package/browser/applicationinsights-common.js +44 -17
  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 +213 -102
  7. package/dist/applicationinsights-common.api.md +1 -1
  8. package/dist/applicationinsights-common.d.ts +7 -7
  9. package/dist/applicationinsights-common.js +44 -17
  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 +7 -7
  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 +1 -1
  66. package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
  67. package/dist-esm/Interfaces/PartAExtensions.js +1 -1
  68. package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
  69. package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
  70. package/dist-esm/RequestResponseHeaders.js +1 -1
  71. package/dist-esm/StorageHelperFuncs.js +1 -1
  72. package/dist-esm/Telemetry/Common/Data.js +1 -1
  73. package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
  74. package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -1
  75. package/dist-esm/Telemetry/Common/Envelope.js +1 -1
  76. package/dist-esm/Telemetry/Event.js +1 -1
  77. package/dist-esm/Telemetry/Exception.js +1 -1
  78. package/dist-esm/Telemetry/Metric.js +1 -1
  79. package/dist-esm/Telemetry/PageView.js +1 -1
  80. package/dist-esm/Telemetry/PageViewPerformance.js +1 -1
  81. package/dist-esm/Telemetry/RemoteDependencyData.js +1 -1
  82. package/dist-esm/Telemetry/Trace.js +1 -1
  83. package/dist-esm/TelemetryItemCreator.js +1 -1
  84. package/dist-esm/ThrottleMgr.js +46 -19
  85. package/dist-esm/ThrottleMgr.js.map +1 -1
  86. package/dist-esm/UrlHelperFuncs.js +1 -1
  87. package/dist-esm/Util.js +1 -1
  88. package/dist-esm/__DynamicConstants.js +3 -2
  89. package/dist-esm/__DynamicConstants.js.map +1 -1
  90. package/dist-esm/applicationinsights-common.js +1 -1
  91. package/package.json +2 -2
  92. package/src/Interfaces/IThrottleMgr.ts +7 -7
  93. package/src/ThrottleMgr.ts +46 -14
  94. package/src/__DynamicConstants.ts +2 -1
  95. package/types/Interfaces/IThrottleMgr.d.ts +7 -7
  96. package/types/__DynamicConstants.d.ts +2 -1
  97. package/types/tsdoc-metadata.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.33.7",
5
- "schemaVersion": 1010,
4
+ "toolVersion": "7.34.2",
5
+ "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
8
8
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
@@ -382,6 +382,7 @@
382
382
  ],
383
383
  "fileUrlPath": "types/Interfaces/IConfig.d.ts",
384
384
  "releaseTag": "Public",
385
+ "isAbstract": false,
385
386
  "name": "ConfigurationManager",
386
387
  "preserveMemberOrder": false,
387
388
  "members": [
@@ -488,6 +489,7 @@
488
489
  }
489
490
  ],
490
491
  "isOptional": false,
492
+ "isAbstract": false,
491
493
  "name": "getConfig"
492
494
  }
493
495
  ],
@@ -546,6 +548,7 @@
546
548
  ],
547
549
  "fileUrlPath": "types/Interfaces/Contracts/ContextTagKeys.d.ts",
548
550
  "releaseTag": "Public",
551
+ "isAbstract": false,
549
552
  "name": "ContextTagKeys",
550
553
  "preserveMemberOrder": false,
551
554
  "members": [
@@ -916,6 +919,7 @@
916
919
  }
917
920
  }
918
921
  ],
922
+ "isAbstract": false,
919
923
  "name": "Data",
920
924
  "preserveMemberOrder": false,
921
925
  "members": [
@@ -1012,7 +1016,8 @@
1012
1016
  "endIndex": 6
1013
1017
  },
1014
1018
  "isStatic": false,
1015
- "isProtected": false
1019
+ "isProtected": false,
1020
+ "isAbstract": false
1016
1021
  },
1017
1022
  {
1018
1023
  "kind": "Property",
@@ -1041,7 +1046,8 @@
1041
1046
  "endIndex": 2
1042
1047
  },
1043
1048
  "isStatic": false,
1044
- "isProtected": false
1049
+ "isProtected": false,
1050
+ "isAbstract": false
1045
1051
  },
1046
1052
  {
1047
1053
  "kind": "Property",
@@ -1070,7 +1076,8 @@
1070
1076
  "endIndex": 2
1071
1077
  },
1072
1078
  "isStatic": false,
1073
- "isProtected": false
1079
+ "isProtected": false,
1080
+ "isAbstract": false
1074
1081
  }
1075
1082
  ],
1076
1083
  "implementsTokenRanges": [
@@ -2365,6 +2372,7 @@
2365
2372
  ],
2366
2373
  "fileUrlPath": "types/Telemetry/Common/Envelope.d.ts",
2367
2374
  "releaseTag": "Public",
2375
+ "isAbstract": false,
2368
2376
  "name": "Envelope",
2369
2377
  "preserveMemberOrder": false,
2370
2378
  "members": [
@@ -2461,7 +2469,8 @@
2461
2469
  "endIndex": 2
2462
2470
  },
2463
2471
  "isStatic": false,
2464
- "isProtected": false
2472
+ "isProtected": false,
2473
+ "isAbstract": false
2465
2474
  },
2466
2475
  {
2467
2476
  "kind": "Property",
@@ -2491,7 +2500,8 @@
2491
2500
  "endIndex": 2
2492
2501
  },
2493
2502
  "isStatic": false,
2494
- "isProtected": false
2503
+ "isProtected": false,
2504
+ "isAbstract": false
2495
2505
  },
2496
2506
  {
2497
2507
  "kind": "Property",
@@ -2520,7 +2530,8 @@
2520
2530
  "endIndex": 2
2521
2531
  },
2522
2532
  "isStatic": false,
2523
- "isProtected": false
2533
+ "isProtected": false,
2534
+ "isAbstract": false
2524
2535
  },
2525
2536
  {
2526
2537
  "kind": "Property",
@@ -2549,7 +2560,8 @@
2549
2560
  "endIndex": 2
2550
2561
  },
2551
2562
  "isStatic": false,
2552
- "isProtected": false
2563
+ "isProtected": false,
2564
+ "isAbstract": false
2553
2565
  },
2554
2566
  {
2555
2567
  "kind": "Property",
@@ -2578,7 +2590,8 @@
2578
2590
  "endIndex": 2
2579
2591
  },
2580
2592
  "isStatic": false,
2581
- "isProtected": false
2593
+ "isProtected": false,
2594
+ "isAbstract": false
2582
2595
  },
2583
2596
  {
2584
2597
  "kind": "Property",
@@ -2607,7 +2620,8 @@
2607
2620
  "endIndex": 2
2608
2621
  },
2609
2622
  "isStatic": false,
2610
- "isProtected": false
2623
+ "isProtected": false,
2624
+ "isAbstract": false
2611
2625
  },
2612
2626
  {
2613
2627
  "kind": "Property",
@@ -2636,7 +2650,8 @@
2636
2650
  "endIndex": 2
2637
2651
  },
2638
2652
  "isStatic": false,
2639
- "isProtected": false
2653
+ "isProtected": false,
2654
+ "isAbstract": false
2640
2655
  },
2641
2656
  {
2642
2657
  "kind": "Property",
@@ -2665,7 +2680,8 @@
2665
2680
  "endIndex": 2
2666
2681
  },
2667
2682
  "isStatic": false,
2668
- "isProtected": false
2683
+ "isProtected": false,
2684
+ "isAbstract": false
2669
2685
  },
2670
2686
  {
2671
2687
  "kind": "Property",
@@ -2694,7 +2710,8 @@
2694
2710
  "endIndex": 2
2695
2711
  },
2696
2712
  "isStatic": false,
2697
- "isProtected": false
2713
+ "isProtected": false,
2714
+ "isAbstract": false
2698
2715
  }
2699
2716
  ],
2700
2717
  "implementsTokenRanges": [
@@ -3062,6 +3079,7 @@
3062
3079
  ],
3063
3080
  "fileUrlPath": "types/Telemetry/Event.d.ts",
3064
3081
  "releaseTag": "Public",
3082
+ "isAbstract": false,
3065
3083
  "name": "Event_2",
3066
3084
  "preserveMemberOrder": false,
3067
3085
  "members": [
@@ -3209,7 +3227,8 @@
3209
3227
  "endIndex": 10
3210
3228
  },
3211
3229
  "isStatic": false,
3212
- "isProtected": false
3230
+ "isProtected": false,
3231
+ "isAbstract": false
3213
3232
  },
3214
3233
  {
3215
3234
  "kind": "Property",
@@ -3238,7 +3257,8 @@
3238
3257
  "endIndex": 2
3239
3258
  },
3240
3259
  "isStatic": true,
3241
- "isProtected": false
3260
+ "isProtected": false,
3261
+ "isAbstract": false
3242
3262
  },
3243
3263
  {
3244
3264
  "kind": "Property",
@@ -3267,7 +3287,8 @@
3267
3287
  "endIndex": 2
3268
3288
  },
3269
3289
  "isStatic": true,
3270
- "isProtected": false
3290
+ "isProtected": false,
3291
+ "isAbstract": false
3271
3292
  },
3272
3293
  {
3273
3294
  "kind": "Property",
@@ -3296,7 +3317,8 @@
3296
3317
  "endIndex": 2
3297
3318
  },
3298
3319
  "isStatic": false,
3299
- "isProtected": false
3320
+ "isProtected": false,
3321
+ "isAbstract": false
3300
3322
  },
3301
3323
  {
3302
3324
  "kind": "Property",
@@ -3325,7 +3347,8 @@
3325
3347
  "endIndex": 2
3326
3348
  },
3327
3349
  "isStatic": false,
3328
- "isProtected": false
3350
+ "isProtected": false,
3351
+ "isAbstract": false
3329
3352
  },
3330
3353
  {
3331
3354
  "kind": "Property",
@@ -3354,7 +3377,8 @@
3354
3377
  "endIndex": 2
3355
3378
  },
3356
3379
  "isStatic": false,
3357
- "isProtected": false
3380
+ "isProtected": false,
3381
+ "isAbstract": false
3358
3382
  },
3359
3383
  {
3360
3384
  "kind": "Property",
@@ -3383,7 +3407,8 @@
3383
3407
  "endIndex": 2
3384
3408
  },
3385
3409
  "isStatic": false,
3386
- "isProtected": false
3410
+ "isProtected": false,
3411
+ "isAbstract": false
3387
3412
  }
3388
3413
  ],
3389
3414
  "implementsTokenRanges": [
@@ -3427,6 +3452,7 @@
3427
3452
  ],
3428
3453
  "fileUrlPath": "types/Telemetry/Exception.d.ts",
3429
3454
  "releaseTag": "Public",
3455
+ "isAbstract": false,
3430
3456
  "name": "Exception",
3431
3457
  "preserveMemberOrder": false,
3432
3458
  "members": [
@@ -3635,7 +3661,8 @@
3635
3661
  "endIndex": 12
3636
3662
  },
3637
3663
  "isStatic": false,
3638
- "isProtected": false
3664
+ "isProtected": false,
3665
+ "isAbstract": false
3639
3666
  },
3640
3667
  {
3641
3668
  "kind": "Method",
@@ -3805,6 +3832,7 @@
3805
3832
  }
3806
3833
  ],
3807
3834
  "isOptional": false,
3835
+ "isAbstract": false,
3808
3836
  "name": "CreateAutoException"
3809
3837
  },
3810
3838
  {
@@ -3903,6 +3931,7 @@
3903
3931
  }
3904
3932
  ],
3905
3933
  "isOptional": false,
3934
+ "isAbstract": false,
3906
3935
  "name": "CreateFromInterface"
3907
3936
  },
3908
3937
  {
@@ -4031,6 +4060,7 @@
4031
4060
  }
4032
4061
  ],
4033
4062
  "isOptional": false,
4063
+ "isAbstract": false,
4034
4064
  "name": "CreateSimpleException"
4035
4065
  },
4036
4066
  {
@@ -4060,7 +4090,8 @@
4060
4090
  "endIndex": 2
4061
4091
  },
4062
4092
  "isStatic": true,
4063
- "isProtected": false
4093
+ "isProtected": false,
4094
+ "isAbstract": false
4064
4095
  },
4065
4096
  {
4066
4097
  "kind": "Property",
@@ -4089,7 +4120,8 @@
4089
4120
  "endIndex": 2
4090
4121
  },
4091
4122
  "isStatic": true,
4092
- "isProtected": false
4123
+ "isProtected": false,
4124
+ "isAbstract": false
4093
4125
  },
4094
4126
  {
4095
4127
  "kind": "Property",
@@ -4123,7 +4155,8 @@
4123
4155
  "endIndex": 3
4124
4156
  },
4125
4157
  "isStatic": false,
4126
- "isProtected": false
4158
+ "isProtected": false,
4159
+ "isAbstract": false
4127
4160
  },
4128
4161
  {
4129
4162
  "kind": "Property",
@@ -4157,7 +4190,8 @@
4157
4190
  "endIndex": 3
4158
4191
  },
4159
4192
  "isStatic": true,
4160
- "isProtected": false
4193
+ "isProtected": false,
4194
+ "isAbstract": false
4161
4195
  },
4162
4196
  {
4163
4197
  "kind": "Property",
@@ -4186,7 +4220,8 @@
4186
4220
  "endIndex": 2
4187
4221
  },
4188
4222
  "isStatic": false,
4189
- "isProtected": false
4223
+ "isProtected": false,
4224
+ "isAbstract": false
4190
4225
  },
4191
4226
  {
4192
4227
  "kind": "Property",
@@ -4215,7 +4250,8 @@
4215
4250
  "endIndex": 2
4216
4251
  },
4217
4252
  "isStatic": false,
4218
- "isProtected": false
4253
+ "isProtected": false,
4254
+ "isAbstract": false
4219
4255
  },
4220
4256
  {
4221
4257
  "kind": "Property",
@@ -4244,7 +4280,8 @@
4244
4280
  "endIndex": 2
4245
4281
  },
4246
4282
  "isStatic": false,
4247
- "isProtected": false
4283
+ "isProtected": false,
4284
+ "isAbstract": false
4248
4285
  },
4249
4286
  {
4250
4287
  "kind": "Property",
@@ -4273,7 +4310,8 @@
4273
4310
  "endIndex": 2
4274
4311
  },
4275
4312
  "isStatic": false,
4276
- "isProtected": false
4313
+ "isProtected": false,
4314
+ "isAbstract": false
4277
4315
  },
4278
4316
  {
4279
4317
  "kind": "Property",
@@ -4302,7 +4340,8 @@
4302
4340
  "endIndex": 2
4303
4341
  },
4304
4342
  "isStatic": false,
4305
- "isProtected": false
4343
+ "isProtected": false,
4344
+ "isAbstract": false
4306
4345
  },
4307
4346
  {
4308
4347
  "kind": "Property",
@@ -4332,7 +4371,8 @@
4332
4371
  "endIndex": 2
4333
4372
  },
4334
4373
  "isStatic": false,
4335
- "isProtected": false
4374
+ "isProtected": false,
4375
+ "isAbstract": false
4336
4376
  },
4337
4377
  {
4338
4378
  "kind": "Method",
@@ -4363,6 +4403,7 @@
4363
4403
  "overloadIndex": 1,
4364
4404
  "parameters": [],
4365
4405
  "isOptional": false,
4406
+ "isAbstract": false,
4366
4407
  "name": "toInterface"
4367
4408
  },
4368
4409
  {
@@ -4392,7 +4433,8 @@
4392
4433
  "endIndex": 2
4393
4434
  },
4394
4435
  "isStatic": false,
4395
- "isProtected": false
4436
+ "isProtected": false,
4437
+ "isAbstract": false
4396
4438
  }
4397
4439
  ],
4398
4440
  "implementsTokenRanges": [
@@ -14331,7 +14373,7 @@
14331
14373
  {
14332
14374
  "kind": "PropertySignature",
14333
14375
  "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#dayInterval:member",
14334
- "docComment": "/**\n * Identifies days that items can be sent within a month Default: 28\n */\n",
14376
+ "docComment": "/**\n * Identifies days Interval from start date that items can be sent Default: undefined\n */\n",
14335
14377
  "excerptTokens": [
14336
14378
  {
14337
14379
  "kind": "Content",
@@ -14357,16 +14399,16 @@
14357
14399
  },
14358
14400
  {
14359
14401
  "kind": "PropertySignature",
14360
- "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#maxTimesPerMonth:member",
14361
- "docComment": "/**\n * Identifies max times items can be sent within a month Default: 1\n */\n",
14402
+ "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#daysOfMonth:member",
14403
+ "docComment": "/**\n * Identifies days within each month that items can be sent If both monthInterval and dayInterval are undefined, it will be default to [28]\n */\n",
14362
14404
  "excerptTokens": [
14363
14405
  {
14364
14406
  "kind": "Content",
14365
- "text": "maxTimesPerMonth?: "
14407
+ "text": "daysOfMonth?: "
14366
14408
  },
14367
14409
  {
14368
14410
  "kind": "Content",
14369
- "text": "number"
14411
+ "text": "number[]"
14370
14412
  },
14371
14413
  {
14372
14414
  "kind": "Content",
@@ -14376,7 +14418,7 @@
14376
14418
  "isReadonly": false,
14377
14419
  "isOptional": true,
14378
14420
  "releaseTag": "Public",
14379
- "name": "maxTimesPerMonth",
14421
+ "name": "daysOfMonth",
14380
14422
  "propertyTypeTokenRange": {
14381
14423
  "startIndex": 1,
14382
14424
  "endIndex": 2
@@ -14385,7 +14427,7 @@
14385
14427
  {
14386
14428
  "kind": "PropertySignature",
14387
14429
  "canonicalReference": "@microsoft/applicationinsights-common!IThrottleInterval#monthInterval:member",
14388
- "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",
14430
+ "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.) If both monthInterval and dayInterval are undefined, it will be set to 3\n */\n",
14389
14431
  "excerptTokens": [
14390
14432
  {
14391
14433
  "kind": "Content",
@@ -16993,6 +17035,7 @@
16993
17035
  ],
16994
17036
  "fileUrlPath": "types/Telemetry/Metric.d.ts",
16995
17037
  "releaseTag": "Public",
17038
+ "isAbstract": false,
16996
17039
  "name": "Metric",
16997
17040
  "preserveMemberOrder": false,
16998
17041
  "members": [
@@ -17211,7 +17254,8 @@
17211
17254
  "endIndex": 8
17212
17255
  },
17213
17256
  "isStatic": false,
17214
- "isProtected": false
17257
+ "isProtected": false,
17258
+ "isAbstract": false
17215
17259
  },
17216
17260
  {
17217
17261
  "kind": "Property",
@@ -17240,7 +17284,8 @@
17240
17284
  "endIndex": 2
17241
17285
  },
17242
17286
  "isStatic": true,
17243
- "isProtected": false
17287
+ "isProtected": false,
17288
+ "isAbstract": false
17244
17289
  },
17245
17290
  {
17246
17291
  "kind": "Property",
@@ -17269,7 +17314,8 @@
17269
17314
  "endIndex": 2
17270
17315
  },
17271
17316
  "isStatic": true,
17272
- "isProtected": false
17317
+ "isProtected": false,
17318
+ "isAbstract": false
17273
17319
  },
17274
17320
  {
17275
17321
  "kind": "Property",
@@ -17298,7 +17344,8 @@
17298
17344
  "endIndex": 2
17299
17345
  },
17300
17346
  "isStatic": false,
17301
- "isProtected": false
17347
+ "isProtected": false,
17348
+ "isAbstract": false
17302
17349
  },
17303
17350
  {
17304
17351
  "kind": "Property",
@@ -17332,7 +17379,8 @@
17332
17379
  "endIndex": 3
17333
17380
  },
17334
17381
  "isStatic": false,
17335
- "isProtected": false
17382
+ "isProtected": false,
17383
+ "isAbstract": false
17336
17384
  },
17337
17385
  {
17338
17386
  "kind": "Property",
@@ -17361,7 +17409,8 @@
17361
17409
  "endIndex": 2
17362
17410
  },
17363
17411
  "isStatic": false,
17364
- "isProtected": false
17412
+ "isProtected": false,
17413
+ "isAbstract": false
17365
17414
  },
17366
17415
  {
17367
17416
  "kind": "Property",
@@ -17390,7 +17439,8 @@
17390
17439
  "endIndex": 2
17391
17440
  },
17392
17441
  "isStatic": false,
17393
- "isProtected": false
17442
+ "isProtected": false,
17443
+ "isAbstract": false
17394
17444
  }
17395
17445
  ],
17396
17446
  "implementsTokenRanges": [
@@ -17479,6 +17529,7 @@
17479
17529
  ],
17480
17530
  "fileUrlPath": "types/Telemetry/PageView.d.ts",
17481
17531
  "releaseTag": "Public",
17532
+ "isAbstract": false,
17482
17533
  "name": "PageView",
17483
17534
  "preserveMemberOrder": false,
17484
17535
  "members": [
@@ -17701,7 +17752,8 @@
17701
17752
  "endIndex": 16
17702
17753
  },
17703
17754
  "isStatic": false,
17704
- "isProtected": false
17755
+ "isProtected": false,
17756
+ "isAbstract": false
17705
17757
  },
17706
17758
  {
17707
17759
  "kind": "Property",
@@ -17730,7 +17782,8 @@
17730
17782
  "endIndex": 2
17731
17783
  },
17732
17784
  "isStatic": true,
17733
- "isProtected": false
17785
+ "isProtected": false,
17786
+ "isAbstract": false
17734
17787
  },
17735
17788
  {
17736
17789
  "kind": "Property",
@@ -17759,7 +17812,8 @@
17759
17812
  "endIndex": 2
17760
17813
  },
17761
17814
  "isStatic": false,
17762
- "isProtected": false
17815
+ "isProtected": false,
17816
+ "isAbstract": false
17763
17817
  },
17764
17818
  {
17765
17819
  "kind": "Property",
@@ -17788,7 +17842,8 @@
17788
17842
  "endIndex": 2
17789
17843
  },
17790
17844
  "isStatic": true,
17791
- "isProtected": false
17845
+ "isProtected": false,
17846
+ "isAbstract": false
17792
17847
  },
17793
17848
  {
17794
17849
  "kind": "Property",
@@ -17817,7 +17872,8 @@
17817
17872
  "endIndex": 2
17818
17873
  },
17819
17874
  "isStatic": false,
17820
- "isProtected": false
17875
+ "isProtected": false,
17876
+ "isAbstract": false
17821
17877
  },
17822
17878
  {
17823
17879
  "kind": "Property",
@@ -17846,7 +17902,8 @@
17846
17902
  "endIndex": 2
17847
17903
  },
17848
17904
  "isStatic": false,
17849
- "isProtected": false
17905
+ "isProtected": false,
17906
+ "isAbstract": false
17850
17907
  },
17851
17908
  {
17852
17909
  "kind": "Property",
@@ -17875,7 +17932,8 @@
17875
17932
  "endIndex": 2
17876
17933
  },
17877
17934
  "isStatic": false,
17878
- "isProtected": false
17935
+ "isProtected": false,
17936
+ "isAbstract": false
17879
17937
  },
17880
17938
  {
17881
17939
  "kind": "Property",
@@ -17904,7 +17962,8 @@
17904
17962
  "endIndex": 2
17905
17963
  },
17906
17964
  "isStatic": false,
17907
- "isProtected": false
17965
+ "isProtected": false,
17966
+ "isAbstract": false
17908
17967
  },
17909
17968
  {
17910
17969
  "kind": "Property",
@@ -17933,7 +17992,8 @@
17933
17992
  "endIndex": 2
17934
17993
  },
17935
17994
  "isStatic": false,
17936
- "isProtected": false
17995
+ "isProtected": false,
17996
+ "isAbstract": false
17937
17997
  },
17938
17998
  {
17939
17999
  "kind": "Property",
@@ -17962,7 +18022,8 @@
17962
18022
  "endIndex": 2
17963
18023
  },
17964
18024
  "isStatic": false,
17965
- "isProtected": false
18025
+ "isProtected": false,
18026
+ "isAbstract": false
17966
18027
  }
17967
18028
  ],
17968
18029
  "implementsTokenRanges": [
@@ -18006,6 +18067,7 @@
18006
18067
  ],
18007
18068
  "fileUrlPath": "types/Telemetry/PageViewPerformance.d.ts",
18008
18069
  "releaseTag": "Public",
18070
+ "isAbstract": false,
18009
18071
  "name": "PageViewPerformance",
18010
18072
  "preserveMemberOrder": false,
18011
18073
  "members": [
@@ -18265,7 +18327,8 @@
18265
18327
  "endIndex": 24
18266
18328
  },
18267
18329
  "isStatic": false,
18268
- "isProtected": false
18330
+ "isProtected": false,
18331
+ "isAbstract": false
18269
18332
  },
18270
18333
  {
18271
18334
  "kind": "Property",
@@ -18294,7 +18357,8 @@
18294
18357
  "endIndex": 2
18295
18358
  },
18296
18359
  "isStatic": true,
18297
- "isProtected": false
18360
+ "isProtected": false,
18361
+ "isAbstract": false
18298
18362
  },
18299
18363
  {
18300
18364
  "kind": "Property",
@@ -18323,7 +18387,8 @@
18323
18387
  "endIndex": 2
18324
18388
  },
18325
18389
  "isStatic": false,
18326
- "isProtected": false
18390
+ "isProtected": false,
18391
+ "isAbstract": false
18327
18392
  },
18328
18393
  {
18329
18394
  "kind": "Property",
@@ -18352,7 +18417,8 @@
18352
18417
  "endIndex": 2
18353
18418
  },
18354
18419
  "isStatic": false,
18355
- "isProtected": false
18420
+ "isProtected": false,
18421
+ "isAbstract": false
18356
18422
  },
18357
18423
  {
18358
18424
  "kind": "Property",
@@ -18381,7 +18447,8 @@
18381
18447
  "endIndex": 2
18382
18448
  },
18383
18449
  "isStatic": true,
18384
- "isProtected": false
18450
+ "isProtected": false,
18451
+ "isAbstract": false
18385
18452
  },
18386
18453
  {
18387
18454
  "kind": "Property",
@@ -18410,7 +18477,8 @@
18410
18477
  "endIndex": 2
18411
18478
  },
18412
18479
  "isStatic": false,
18413
- "isProtected": false
18480
+ "isProtected": false,
18481
+ "isAbstract": false
18414
18482
  },
18415
18483
  {
18416
18484
  "kind": "Property",
@@ -18439,7 +18507,8 @@
18439
18507
  "endIndex": 2
18440
18508
  },
18441
18509
  "isStatic": false,
18442
- "isProtected": false
18510
+ "isProtected": false,
18511
+ "isAbstract": false
18443
18512
  },
18444
18513
  {
18445
18514
  "kind": "Property",
@@ -18468,7 +18537,8 @@
18468
18537
  "endIndex": 2
18469
18538
  },
18470
18539
  "isStatic": false,
18471
- "isProtected": false
18540
+ "isProtected": false,
18541
+ "isAbstract": false
18472
18542
  },
18473
18543
  {
18474
18544
  "kind": "Property",
@@ -18497,7 +18567,8 @@
18497
18567
  "endIndex": 2
18498
18568
  },
18499
18569
  "isStatic": false,
18500
- "isProtected": false
18570
+ "isProtected": false,
18571
+ "isAbstract": false
18501
18572
  },
18502
18573
  {
18503
18574
  "kind": "Property",
@@ -18526,7 +18597,8 @@
18526
18597
  "endIndex": 2
18527
18598
  },
18528
18599
  "isStatic": false,
18529
- "isProtected": false
18600
+ "isProtected": false,
18601
+ "isAbstract": false
18530
18602
  },
18531
18603
  {
18532
18604
  "kind": "Property",
@@ -18555,7 +18627,8 @@
18555
18627
  "endIndex": 2
18556
18628
  },
18557
18629
  "isStatic": false,
18558
- "isProtected": false
18630
+ "isProtected": false,
18631
+ "isAbstract": false
18559
18632
  },
18560
18633
  {
18561
18634
  "kind": "Property",
@@ -18584,7 +18657,8 @@
18584
18657
  "endIndex": 2
18585
18658
  },
18586
18659
  "isStatic": false,
18587
- "isProtected": false
18660
+ "isProtected": false,
18661
+ "isAbstract": false
18588
18662
  },
18589
18663
  {
18590
18664
  "kind": "Property",
@@ -18613,7 +18687,8 @@
18613
18687
  "endIndex": 2
18614
18688
  },
18615
18689
  "isStatic": false,
18616
- "isProtected": false
18690
+ "isProtected": false,
18691
+ "isAbstract": false
18617
18692
  },
18618
18693
  {
18619
18694
  "kind": "Property",
@@ -18642,7 +18717,8 @@
18642
18717
  "endIndex": 2
18643
18718
  },
18644
18719
  "isStatic": false,
18645
- "isProtected": false
18720
+ "isProtected": false,
18721
+ "isAbstract": false
18646
18722
  },
18647
18723
  {
18648
18724
  "kind": "Property",
@@ -18671,7 +18747,8 @@
18671
18747
  "endIndex": 2
18672
18748
  },
18673
18749
  "isStatic": false,
18674
- "isProtected": false
18750
+ "isProtected": false,
18751
+ "isAbstract": false
18675
18752
  }
18676
18753
  ],
18677
18754
  "implementsTokenRanges": [
@@ -18815,6 +18892,7 @@
18815
18892
  ],
18816
18893
  "fileUrlPath": "types/Telemetry/RemoteDependencyData.d.ts",
18817
18894
  "releaseTag": "Public",
18895
+ "isAbstract": false,
18818
18896
  "name": "RemoteDependencyData",
18819
18897
  "preserveMemberOrder": false,
18820
18898
  "members": [
@@ -19245,7 +19323,8 @@
19245
19323
  "endIndex": 44
19246
19324
  },
19247
19325
  "isStatic": false,
19248
- "isProtected": false
19326
+ "isProtected": false,
19327
+ "isAbstract": false
19249
19328
  },
19250
19329
  {
19251
19330
  "kind": "Property",
@@ -19274,7 +19353,8 @@
19274
19353
  "endIndex": 2
19275
19354
  },
19276
19355
  "isStatic": false,
19277
- "isProtected": false
19356
+ "isProtected": false,
19357
+ "isAbstract": false
19278
19358
  },
19279
19359
  {
19280
19360
  "kind": "Property",
@@ -19303,7 +19383,8 @@
19303
19383
  "endIndex": 2
19304
19384
  },
19305
19385
  "isStatic": true,
19306
- "isProtected": false
19386
+ "isProtected": false,
19387
+ "isAbstract": false
19307
19388
  },
19308
19389
  {
19309
19390
  "kind": "Property",
@@ -19332,7 +19413,8 @@
19332
19413
  "endIndex": 2
19333
19414
  },
19334
19415
  "isStatic": false,
19335
- "isProtected": false
19416
+ "isProtected": false,
19417
+ "isAbstract": false
19336
19418
  },
19337
19419
  {
19338
19420
  "kind": "Property",
@@ -19361,7 +19443,8 @@
19361
19443
  "endIndex": 2
19362
19444
  },
19363
19445
  "isStatic": true,
19364
- "isProtected": false
19446
+ "isProtected": false,
19447
+ "isAbstract": false
19365
19448
  },
19366
19449
  {
19367
19450
  "kind": "Property",
@@ -19390,7 +19473,8 @@
19390
19473
  "endIndex": 2
19391
19474
  },
19392
19475
  "isStatic": false,
19393
- "isProtected": false
19476
+ "isProtected": false,
19477
+ "isAbstract": false
19394
19478
  },
19395
19479
  {
19396
19480
  "kind": "Property",
@@ -19419,7 +19503,8 @@
19419
19503
  "endIndex": 2
19420
19504
  },
19421
19505
  "isStatic": false,
19422
- "isProtected": false
19506
+ "isProtected": false,
19507
+ "isAbstract": false
19423
19508
  },
19424
19509
  {
19425
19510
  "kind": "Property",
@@ -19448,7 +19533,8 @@
19448
19533
  "endIndex": 2
19449
19534
  },
19450
19535
  "isStatic": false,
19451
- "isProtected": false
19536
+ "isProtected": false,
19537
+ "isAbstract": false
19452
19538
  },
19453
19539
  {
19454
19540
  "kind": "Property",
@@ -19477,7 +19563,8 @@
19477
19563
  "endIndex": 2
19478
19564
  },
19479
19565
  "isStatic": false,
19480
- "isProtected": false
19566
+ "isProtected": false,
19567
+ "isAbstract": false
19481
19568
  },
19482
19569
  {
19483
19570
  "kind": "Property",
@@ -19506,7 +19593,8 @@
19506
19593
  "endIndex": 2
19507
19594
  },
19508
19595
  "isStatic": false,
19509
- "isProtected": false
19596
+ "isProtected": false,
19597
+ "isAbstract": false
19510
19598
  },
19511
19599
  {
19512
19600
  "kind": "Property",
@@ -19535,7 +19623,8 @@
19535
19623
  "endIndex": 2
19536
19624
  },
19537
19625
  "isStatic": false,
19538
- "isProtected": false
19626
+ "isProtected": false,
19627
+ "isAbstract": false
19539
19628
  },
19540
19629
  {
19541
19630
  "kind": "Property",
@@ -19564,7 +19653,8 @@
19564
19653
  "endIndex": 2
19565
19654
  },
19566
19655
  "isStatic": false,
19567
- "isProtected": false
19656
+ "isProtected": false,
19657
+ "isAbstract": false
19568
19658
  },
19569
19659
  {
19570
19660
  "kind": "Property",
@@ -19593,7 +19683,8 @@
19593
19683
  "endIndex": 2
19594
19684
  },
19595
19685
  "isStatic": false,
19596
- "isProtected": false
19686
+ "isProtected": false,
19687
+ "isAbstract": false
19597
19688
  },
19598
19689
  {
19599
19690
  "kind": "Property",
@@ -19622,7 +19713,8 @@
19622
19713
  "endIndex": 2
19623
19714
  },
19624
19715
  "isStatic": false,
19625
- "isProtected": false
19716
+ "isProtected": false,
19717
+ "isAbstract": false
19626
19718
  }
19627
19719
  ],
19628
19720
  "implementsTokenRanges": [
@@ -19863,6 +19955,7 @@
19863
19955
  ],
19864
19956
  "fileUrlPath": "types/TelemetryItemCreator.d.ts",
19865
19957
  "releaseTag": "Public",
19958
+ "isAbstract": false,
19866
19959
  "name": "TelemetryItemCreator",
19867
19960
  "preserveMemberOrder": false,
19868
19961
  "members": [
@@ -19898,7 +19991,8 @@
19898
19991
  "endIndex": 3
19899
19992
  },
19900
19993
  "isStatic": true,
19901
- "isProtected": false
19994
+ "isProtected": false,
19995
+ "isAbstract": false
19902
19996
  }
19903
19997
  ],
19904
19998
  "implementsTokenRanges": []
@@ -19915,6 +20009,7 @@
19915
20009
  ],
19916
20010
  "fileUrlPath": "types/ThrottleMgr.d.ts",
19917
20011
  "releaseTag": "Public",
20012
+ "isAbstract": false,
19918
20013
  "name": "ThrottleMgr",
19919
20014
  "preserveMemberOrder": false,
19920
20015
  "members": [
@@ -20011,7 +20106,8 @@
20011
20106
  "endIndex": 2
20012
20107
  },
20013
20108
  "isStatic": false,
20014
- "isProtected": false
20109
+ "isProtected": false,
20110
+ "isAbstract": false
20015
20111
  },
20016
20112
  {
20017
20113
  "kind": "Property",
@@ -20040,7 +20136,8 @@
20040
20136
  "endIndex": 2
20041
20137
  },
20042
20138
  "isStatic": false,
20043
- "isProtected": false
20139
+ "isProtected": false,
20140
+ "isAbstract": false
20044
20141
  },
20045
20142
  {
20046
20143
  "kind": "Property",
@@ -20074,7 +20171,8 @@
20074
20171
  "endIndex": 3
20075
20172
  },
20076
20173
  "isStatic": false,
20077
- "isProtected": false
20174
+ "isProtected": false,
20175
+ "isAbstract": false
20078
20176
  },
20079
20177
  {
20080
20178
  "kind": "Property",
@@ -20103,7 +20201,8 @@
20103
20201
  "endIndex": 2
20104
20202
  },
20105
20203
  "isStatic": false,
20106
- "isProtected": false
20204
+ "isProtected": false,
20205
+ "isAbstract": false
20107
20206
  },
20108
20207
  {
20109
20208
  "kind": "Property",
@@ -20132,7 +20231,8 @@
20132
20231
  "endIndex": 2
20133
20232
  },
20134
20233
  "isStatic": false,
20135
- "isProtected": false
20234
+ "isProtected": false,
20235
+ "isAbstract": false
20136
20236
  },
20137
20237
  {
20138
20238
  "kind": "Property",
@@ -20161,7 +20261,8 @@
20161
20261
  "endIndex": 2
20162
20262
  },
20163
20263
  "isStatic": false,
20164
- "isProtected": false
20264
+ "isProtected": false,
20265
+ "isAbstract": false
20165
20266
  },
20166
20267
  {
20167
20268
  "kind": "Property",
@@ -20217,7 +20318,8 @@
20217
20318
  "endIndex": 8
20218
20319
  },
20219
20320
  "isStatic": false,
20220
- "isProtected": false
20321
+ "isProtected": false,
20322
+ "isAbstract": false
20221
20323
  }
20222
20324
  ],
20223
20325
  "implementsTokenRanges": []
@@ -20252,6 +20354,7 @@
20252
20354
  ],
20253
20355
  "fileUrlPath": "types/Telemetry/Trace.d.ts",
20254
20356
  "releaseTag": "Public",
20357
+ "isAbstract": false,
20255
20358
  "name": "Trace",
20256
20359
  "preserveMemberOrder": false,
20257
20360
  "members": [
@@ -20416,7 +20519,8 @@
20416
20519
  "endIndex": 10
20417
20520
  },
20418
20521
  "isStatic": false,
20419
- "isProtected": false
20522
+ "isProtected": false,
20523
+ "isAbstract": false
20420
20524
  },
20421
20525
  {
20422
20526
  "kind": "Property",
@@ -20445,7 +20549,8 @@
20445
20549
  "endIndex": 2
20446
20550
  },
20447
20551
  "isStatic": true,
20448
- "isProtected": false
20552
+ "isProtected": false,
20553
+ "isAbstract": false
20449
20554
  },
20450
20555
  {
20451
20556
  "kind": "Property",
@@ -20474,7 +20579,8 @@
20474
20579
  "endIndex": 2
20475
20580
  },
20476
20581
  "isStatic": true,
20477
- "isProtected": false
20582
+ "isProtected": false,
20583
+ "isAbstract": false
20478
20584
  },
20479
20585
  {
20480
20586
  "kind": "Property",
@@ -20503,7 +20609,8 @@
20503
20609
  "endIndex": 2
20504
20610
  },
20505
20611
  "isStatic": false,
20506
- "isProtected": false
20612
+ "isProtected": false,
20613
+ "isAbstract": false
20507
20614
  },
20508
20615
  {
20509
20616
  "kind": "Property",
@@ -20532,7 +20639,8 @@
20532
20639
  "endIndex": 2
20533
20640
  },
20534
20641
  "isStatic": false,
20535
- "isProtected": false
20642
+ "isProtected": false,
20643
+ "isAbstract": false
20536
20644
  },
20537
20645
  {
20538
20646
  "kind": "Property",
@@ -20561,7 +20669,8 @@
20561
20669
  "endIndex": 2
20562
20670
  },
20563
20671
  "isStatic": false,
20564
- "isProtected": false
20672
+ "isProtected": false,
20673
+ "isAbstract": false
20565
20674
  },
20566
20675
  {
20567
20676
  "kind": "Property",
@@ -20591,7 +20700,8 @@
20591
20700
  "endIndex": 2
20592
20701
  },
20593
20702
  "isStatic": false,
20594
- "isProtected": false
20703
+ "isProtected": false,
20704
+ "isAbstract": false
20595
20705
  },
20596
20706
  {
20597
20707
  "kind": "Property",
@@ -20620,7 +20730,8 @@
20620
20730
  "endIndex": 2
20621
20731
  },
20622
20732
  "isStatic": false,
20623
- "isProtected": false
20733
+ "isProtected": false,
20734
+ "isAbstract": false
20624
20735
  }
20625
20736
  ],
20626
20737
  "implementsTokenRanges": [