@microsoft/applicationinsights-common 3.0.0-beta.2301-13 → 3.0.0-beta.2301-14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-common.integrity.json +9 -9
- package/browser/applicationinsights-common.js +2 -2
- package/browser/applicationinsights-common.js.map +1 -1
- package/browser/applicationinsights-common.min.js +2 -2
- package/browser/applicationinsights-common.min.js.map +1 -1
- package/dist/applicationinsights-common.api.json +206 -95
- package/dist/applicationinsights-common.d.ts +1 -1
- package/dist/applicationinsights-common.js +2 -2
- package/dist/applicationinsights-common.js.map +1 -1
- package/dist/applicationinsights-common.min.js +2 -2
- package/dist/applicationinsights-common.min.js.map +1 -1
- package/dist/applicationinsights-common.rollup.d.ts +1 -1
- package/dist-esm/ConnectionStringParser.js +1 -1
- package/dist-esm/Constants.js +1 -1
- package/dist-esm/DomHelperFuncs.js +1 -1
- package/dist-esm/Enums.js +1 -1
- package/dist-esm/HelperFuncs.js +1 -1
- package/dist-esm/Interfaces/ConnectionString.js +1 -1
- package/dist-esm/Interfaces/Context/IApplication.js +1 -1
- package/dist-esm/Interfaces/Context/IDevice.js +1 -1
- package/dist-esm/Interfaces/Context/IInternal.js +1 -1
- package/dist-esm/Interfaces/Context/ILocation.js +1 -1
- package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
- package/dist-esm/Interfaces/Context/ISample.js +1 -1
- package/dist-esm/Interfaces/Context/ISession.js +1 -1
- package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
- package/dist-esm/Interfaces/Context/IUser.js +1 -1
- package/dist-esm/Interfaces/Context/IWeb.js +1 -1
- package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
- package/dist-esm/Interfaces/Contracts/IData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
- package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/SeverityLevel.js +1 -1
- package/dist-esm/Interfaces/IAppInsights.js +1 -1
- package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
- package/dist-esm/Interfaces/IConfig.js +1 -1
- package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
- package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
- package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
- package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
- package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPartC.js +1 -1
- package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
- package/dist-esm/Interfaces/IRequestContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
- package/dist-esm/Interfaces/IThrottleMgr.js +1 -1
- package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
- package/dist-esm/Interfaces/PartAExtensions.js +1 -1
- package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
- package/dist-esm/RequestResponseHeaders.js +1 -1
- package/dist-esm/StorageHelperFuncs.js +1 -1
- package/dist-esm/Telemetry/Common/Data.js +1 -1
- package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
- package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -1
- package/dist-esm/Telemetry/Common/Envelope.js +1 -1
- package/dist-esm/Telemetry/Event.js +1 -1
- package/dist-esm/Telemetry/Exception.js +1 -1
- package/dist-esm/Telemetry/Metric.js +1 -1
- package/dist-esm/Telemetry/PageView.js +1 -1
- package/dist-esm/Telemetry/PageViewPerformance.js +1 -1
- package/dist-esm/Telemetry/RemoteDependencyData.js +1 -1
- package/dist-esm/Telemetry/Trace.js +1 -1
- package/dist-esm/TelemetryItemCreator.js +1 -1
- package/dist-esm/ThrottleMgr.js +1 -1
- package/dist-esm/UrlHelperFuncs.js +1 -1
- package/dist-esm/Util.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-common.js +1 -1
- package/package.json +2 -2
- 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.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.34.0",
|
|
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": [
|
|
@@ -1149,6 +1152,7 @@
|
|
|
1149
1152
|
}
|
|
1150
1153
|
}
|
|
1151
1154
|
],
|
|
1155
|
+
"isAbstract": false,
|
|
1152
1156
|
"name": "Data",
|
|
1153
1157
|
"preserveMemberOrder": false,
|
|
1154
1158
|
"members": [
|
|
@@ -1245,7 +1249,8 @@
|
|
|
1245
1249
|
"endIndex": 6
|
|
1246
1250
|
},
|
|
1247
1251
|
"isStatic": false,
|
|
1248
|
-
"isProtected": false
|
|
1252
|
+
"isProtected": false,
|
|
1253
|
+
"isAbstract": false
|
|
1249
1254
|
},
|
|
1250
1255
|
{
|
|
1251
1256
|
"kind": "Property",
|
|
@@ -1274,7 +1279,8 @@
|
|
|
1274
1279
|
"endIndex": 2
|
|
1275
1280
|
},
|
|
1276
1281
|
"isStatic": false,
|
|
1277
|
-
"isProtected": false
|
|
1282
|
+
"isProtected": false,
|
|
1283
|
+
"isAbstract": false
|
|
1278
1284
|
},
|
|
1279
1285
|
{
|
|
1280
1286
|
"kind": "Property",
|
|
@@ -1303,7 +1309,8 @@
|
|
|
1303
1309
|
"endIndex": 2
|
|
1304
1310
|
},
|
|
1305
1311
|
"isStatic": false,
|
|
1306
|
-
"isProtected": false
|
|
1312
|
+
"isProtected": false,
|
|
1313
|
+
"isAbstract": false
|
|
1307
1314
|
}
|
|
1308
1315
|
],
|
|
1309
1316
|
"implementsTokenRanges": [
|
|
@@ -2550,6 +2557,7 @@
|
|
|
2550
2557
|
],
|
|
2551
2558
|
"fileUrlPath": "types/Telemetry/Common/Envelope.d.ts",
|
|
2552
2559
|
"releaseTag": "Public",
|
|
2560
|
+
"isAbstract": false,
|
|
2553
2561
|
"name": "Envelope",
|
|
2554
2562
|
"preserveMemberOrder": false,
|
|
2555
2563
|
"members": [
|
|
@@ -2646,7 +2654,8 @@
|
|
|
2646
2654
|
"endIndex": 2
|
|
2647
2655
|
},
|
|
2648
2656
|
"isStatic": false,
|
|
2649
|
-
"isProtected": false
|
|
2657
|
+
"isProtected": false,
|
|
2658
|
+
"isAbstract": false
|
|
2650
2659
|
},
|
|
2651
2660
|
{
|
|
2652
2661
|
"kind": "Property",
|
|
@@ -2676,7 +2685,8 @@
|
|
|
2676
2685
|
"endIndex": 2
|
|
2677
2686
|
},
|
|
2678
2687
|
"isStatic": false,
|
|
2679
|
-
"isProtected": false
|
|
2688
|
+
"isProtected": false,
|
|
2689
|
+
"isAbstract": false
|
|
2680
2690
|
},
|
|
2681
2691
|
{
|
|
2682
2692
|
"kind": "Property",
|
|
@@ -2705,7 +2715,8 @@
|
|
|
2705
2715
|
"endIndex": 2
|
|
2706
2716
|
},
|
|
2707
2717
|
"isStatic": false,
|
|
2708
|
-
"isProtected": false
|
|
2718
|
+
"isProtected": false,
|
|
2719
|
+
"isAbstract": false
|
|
2709
2720
|
},
|
|
2710
2721
|
{
|
|
2711
2722
|
"kind": "Property",
|
|
@@ -2734,7 +2745,8 @@
|
|
|
2734
2745
|
"endIndex": 2
|
|
2735
2746
|
},
|
|
2736
2747
|
"isStatic": false,
|
|
2737
|
-
"isProtected": false
|
|
2748
|
+
"isProtected": false,
|
|
2749
|
+
"isAbstract": false
|
|
2738
2750
|
},
|
|
2739
2751
|
{
|
|
2740
2752
|
"kind": "Property",
|
|
@@ -2763,7 +2775,8 @@
|
|
|
2763
2775
|
"endIndex": 2
|
|
2764
2776
|
},
|
|
2765
2777
|
"isStatic": false,
|
|
2766
|
-
"isProtected": false
|
|
2778
|
+
"isProtected": false,
|
|
2779
|
+
"isAbstract": false
|
|
2767
2780
|
},
|
|
2768
2781
|
{
|
|
2769
2782
|
"kind": "Property",
|
|
@@ -2792,7 +2805,8 @@
|
|
|
2792
2805
|
"endIndex": 2
|
|
2793
2806
|
},
|
|
2794
2807
|
"isStatic": false,
|
|
2795
|
-
"isProtected": false
|
|
2808
|
+
"isProtected": false,
|
|
2809
|
+
"isAbstract": false
|
|
2796
2810
|
},
|
|
2797
2811
|
{
|
|
2798
2812
|
"kind": "Property",
|
|
@@ -2821,7 +2835,8 @@
|
|
|
2821
2835
|
"endIndex": 2
|
|
2822
2836
|
},
|
|
2823
2837
|
"isStatic": false,
|
|
2824
|
-
"isProtected": false
|
|
2838
|
+
"isProtected": false,
|
|
2839
|
+
"isAbstract": false
|
|
2825
2840
|
},
|
|
2826
2841
|
{
|
|
2827
2842
|
"kind": "Property",
|
|
@@ -2850,7 +2865,8 @@
|
|
|
2850
2865
|
"endIndex": 2
|
|
2851
2866
|
},
|
|
2852
2867
|
"isStatic": false,
|
|
2853
|
-
"isProtected": false
|
|
2868
|
+
"isProtected": false,
|
|
2869
|
+
"isAbstract": false
|
|
2854
2870
|
},
|
|
2855
2871
|
{
|
|
2856
2872
|
"kind": "Property",
|
|
@@ -2879,7 +2895,8 @@
|
|
|
2879
2895
|
"endIndex": 2
|
|
2880
2896
|
},
|
|
2881
2897
|
"isStatic": false,
|
|
2882
|
-
"isProtected": false
|
|
2898
|
+
"isProtected": false,
|
|
2899
|
+
"isAbstract": false
|
|
2883
2900
|
}
|
|
2884
2901
|
],
|
|
2885
2902
|
"implementsTokenRanges": [
|
|
@@ -3247,6 +3264,7 @@
|
|
|
3247
3264
|
],
|
|
3248
3265
|
"fileUrlPath": "types/Telemetry/Event.d.ts",
|
|
3249
3266
|
"releaseTag": "Public",
|
|
3267
|
+
"isAbstract": false,
|
|
3250
3268
|
"name": "Event_2",
|
|
3251
3269
|
"preserveMemberOrder": false,
|
|
3252
3270
|
"members": [
|
|
@@ -3394,7 +3412,8 @@
|
|
|
3394
3412
|
"endIndex": 10
|
|
3395
3413
|
},
|
|
3396
3414
|
"isStatic": false,
|
|
3397
|
-
"isProtected": false
|
|
3415
|
+
"isProtected": false,
|
|
3416
|
+
"isAbstract": false
|
|
3398
3417
|
},
|
|
3399
3418
|
{
|
|
3400
3419
|
"kind": "Property",
|
|
@@ -3423,7 +3442,8 @@
|
|
|
3423
3442
|
"endIndex": 2
|
|
3424
3443
|
},
|
|
3425
3444
|
"isStatic": true,
|
|
3426
|
-
"isProtected": false
|
|
3445
|
+
"isProtected": false,
|
|
3446
|
+
"isAbstract": false
|
|
3427
3447
|
},
|
|
3428
3448
|
{
|
|
3429
3449
|
"kind": "Property",
|
|
@@ -3452,7 +3472,8 @@
|
|
|
3452
3472
|
"endIndex": 2
|
|
3453
3473
|
},
|
|
3454
3474
|
"isStatic": true,
|
|
3455
|
-
"isProtected": false
|
|
3475
|
+
"isProtected": false,
|
|
3476
|
+
"isAbstract": false
|
|
3456
3477
|
},
|
|
3457
3478
|
{
|
|
3458
3479
|
"kind": "Property",
|
|
@@ -3481,7 +3502,8 @@
|
|
|
3481
3502
|
"endIndex": 2
|
|
3482
3503
|
},
|
|
3483
3504
|
"isStatic": false,
|
|
3484
|
-
"isProtected": false
|
|
3505
|
+
"isProtected": false,
|
|
3506
|
+
"isAbstract": false
|
|
3485
3507
|
},
|
|
3486
3508
|
{
|
|
3487
3509
|
"kind": "Property",
|
|
@@ -3510,7 +3532,8 @@
|
|
|
3510
3532
|
"endIndex": 2
|
|
3511
3533
|
},
|
|
3512
3534
|
"isStatic": false,
|
|
3513
|
-
"isProtected": false
|
|
3535
|
+
"isProtected": false,
|
|
3536
|
+
"isAbstract": false
|
|
3514
3537
|
},
|
|
3515
3538
|
{
|
|
3516
3539
|
"kind": "Property",
|
|
@@ -3539,7 +3562,8 @@
|
|
|
3539
3562
|
"endIndex": 2
|
|
3540
3563
|
},
|
|
3541
3564
|
"isStatic": false,
|
|
3542
|
-
"isProtected": false
|
|
3565
|
+
"isProtected": false,
|
|
3566
|
+
"isAbstract": false
|
|
3543
3567
|
},
|
|
3544
3568
|
{
|
|
3545
3569
|
"kind": "Property",
|
|
@@ -3568,7 +3592,8 @@
|
|
|
3568
3592
|
"endIndex": 2
|
|
3569
3593
|
},
|
|
3570
3594
|
"isStatic": false,
|
|
3571
|
-
"isProtected": false
|
|
3595
|
+
"isProtected": false,
|
|
3596
|
+
"isAbstract": false
|
|
3572
3597
|
}
|
|
3573
3598
|
],
|
|
3574
3599
|
"implementsTokenRanges": [
|
|
@@ -3612,6 +3637,7 @@
|
|
|
3612
3637
|
],
|
|
3613
3638
|
"fileUrlPath": "types/Telemetry/Exception.d.ts",
|
|
3614
3639
|
"releaseTag": "Public",
|
|
3640
|
+
"isAbstract": false,
|
|
3615
3641
|
"name": "Exception",
|
|
3616
3642
|
"preserveMemberOrder": false,
|
|
3617
3643
|
"members": [
|
|
@@ -3820,7 +3846,8 @@
|
|
|
3820
3846
|
"endIndex": 12
|
|
3821
3847
|
},
|
|
3822
3848
|
"isStatic": false,
|
|
3823
|
-
"isProtected": false
|
|
3849
|
+
"isProtected": false,
|
|
3850
|
+
"isAbstract": false
|
|
3824
3851
|
},
|
|
3825
3852
|
{
|
|
3826
3853
|
"kind": "Method",
|
|
@@ -3990,6 +4017,7 @@
|
|
|
3990
4017
|
}
|
|
3991
4018
|
],
|
|
3992
4019
|
"isOptional": false,
|
|
4020
|
+
"isAbstract": false,
|
|
3993
4021
|
"name": "CreateAutoException"
|
|
3994
4022
|
},
|
|
3995
4023
|
{
|
|
@@ -4088,6 +4116,7 @@
|
|
|
4088
4116
|
}
|
|
4089
4117
|
],
|
|
4090
4118
|
"isOptional": false,
|
|
4119
|
+
"isAbstract": false,
|
|
4091
4120
|
"name": "CreateFromInterface"
|
|
4092
4121
|
},
|
|
4093
4122
|
{
|
|
@@ -4216,6 +4245,7 @@
|
|
|
4216
4245
|
}
|
|
4217
4246
|
],
|
|
4218
4247
|
"isOptional": false,
|
|
4248
|
+
"isAbstract": false,
|
|
4219
4249
|
"name": "CreateSimpleException"
|
|
4220
4250
|
},
|
|
4221
4251
|
{
|
|
@@ -4245,7 +4275,8 @@
|
|
|
4245
4275
|
"endIndex": 2
|
|
4246
4276
|
},
|
|
4247
4277
|
"isStatic": true,
|
|
4248
|
-
"isProtected": false
|
|
4278
|
+
"isProtected": false,
|
|
4279
|
+
"isAbstract": false
|
|
4249
4280
|
},
|
|
4250
4281
|
{
|
|
4251
4282
|
"kind": "Property",
|
|
@@ -4274,7 +4305,8 @@
|
|
|
4274
4305
|
"endIndex": 2
|
|
4275
4306
|
},
|
|
4276
4307
|
"isStatic": true,
|
|
4277
|
-
"isProtected": false
|
|
4308
|
+
"isProtected": false,
|
|
4309
|
+
"isAbstract": false
|
|
4278
4310
|
},
|
|
4279
4311
|
{
|
|
4280
4312
|
"kind": "Property",
|
|
@@ -4308,7 +4340,8 @@
|
|
|
4308
4340
|
"endIndex": 3
|
|
4309
4341
|
},
|
|
4310
4342
|
"isStatic": false,
|
|
4311
|
-
"isProtected": false
|
|
4343
|
+
"isProtected": false,
|
|
4344
|
+
"isAbstract": false
|
|
4312
4345
|
},
|
|
4313
4346
|
{
|
|
4314
4347
|
"kind": "Property",
|
|
@@ -4342,7 +4375,8 @@
|
|
|
4342
4375
|
"endIndex": 3
|
|
4343
4376
|
},
|
|
4344
4377
|
"isStatic": true,
|
|
4345
|
-
"isProtected": false
|
|
4378
|
+
"isProtected": false,
|
|
4379
|
+
"isAbstract": false
|
|
4346
4380
|
},
|
|
4347
4381
|
{
|
|
4348
4382
|
"kind": "Property",
|
|
@@ -4371,7 +4405,8 @@
|
|
|
4371
4405
|
"endIndex": 2
|
|
4372
4406
|
},
|
|
4373
4407
|
"isStatic": false,
|
|
4374
|
-
"isProtected": false
|
|
4408
|
+
"isProtected": false,
|
|
4409
|
+
"isAbstract": false
|
|
4375
4410
|
},
|
|
4376
4411
|
{
|
|
4377
4412
|
"kind": "Property",
|
|
@@ -4400,7 +4435,8 @@
|
|
|
4400
4435
|
"endIndex": 2
|
|
4401
4436
|
},
|
|
4402
4437
|
"isStatic": false,
|
|
4403
|
-
"isProtected": false
|
|
4438
|
+
"isProtected": false,
|
|
4439
|
+
"isAbstract": false
|
|
4404
4440
|
},
|
|
4405
4441
|
{
|
|
4406
4442
|
"kind": "Property",
|
|
@@ -4429,7 +4465,8 @@
|
|
|
4429
4465
|
"endIndex": 2
|
|
4430
4466
|
},
|
|
4431
4467
|
"isStatic": false,
|
|
4432
|
-
"isProtected": false
|
|
4468
|
+
"isProtected": false,
|
|
4469
|
+
"isAbstract": false
|
|
4433
4470
|
},
|
|
4434
4471
|
{
|
|
4435
4472
|
"kind": "Property",
|
|
@@ -4458,7 +4495,8 @@
|
|
|
4458
4495
|
"endIndex": 2
|
|
4459
4496
|
},
|
|
4460
4497
|
"isStatic": false,
|
|
4461
|
-
"isProtected": false
|
|
4498
|
+
"isProtected": false,
|
|
4499
|
+
"isAbstract": false
|
|
4462
4500
|
},
|
|
4463
4501
|
{
|
|
4464
4502
|
"kind": "Property",
|
|
@@ -4487,7 +4525,8 @@
|
|
|
4487
4525
|
"endIndex": 2
|
|
4488
4526
|
},
|
|
4489
4527
|
"isStatic": false,
|
|
4490
|
-
"isProtected": false
|
|
4528
|
+
"isProtected": false,
|
|
4529
|
+
"isAbstract": false
|
|
4491
4530
|
},
|
|
4492
4531
|
{
|
|
4493
4532
|
"kind": "Property",
|
|
@@ -4517,7 +4556,8 @@
|
|
|
4517
4556
|
"endIndex": 2
|
|
4518
4557
|
},
|
|
4519
4558
|
"isStatic": false,
|
|
4520
|
-
"isProtected": false
|
|
4559
|
+
"isProtected": false,
|
|
4560
|
+
"isAbstract": false
|
|
4521
4561
|
},
|
|
4522
4562
|
{
|
|
4523
4563
|
"kind": "Method",
|
|
@@ -4548,6 +4588,7 @@
|
|
|
4548
4588
|
"overloadIndex": 1,
|
|
4549
4589
|
"parameters": [],
|
|
4550
4590
|
"isOptional": false,
|
|
4591
|
+
"isAbstract": false,
|
|
4551
4592
|
"name": "toInterface"
|
|
4552
4593
|
},
|
|
4553
4594
|
{
|
|
@@ -4577,7 +4618,8 @@
|
|
|
4577
4618
|
"endIndex": 2
|
|
4578
4619
|
},
|
|
4579
4620
|
"isStatic": false,
|
|
4580
|
-
"isProtected": false
|
|
4621
|
+
"isProtected": false,
|
|
4622
|
+
"isAbstract": false
|
|
4581
4623
|
}
|
|
4582
4624
|
],
|
|
4583
4625
|
"implementsTokenRanges": [
|
|
@@ -14868,6 +14910,7 @@
|
|
|
14868
14910
|
],
|
|
14869
14911
|
"fileUrlPath": "types/Telemetry/Metric.d.ts",
|
|
14870
14912
|
"releaseTag": "Public",
|
|
14913
|
+
"isAbstract": false,
|
|
14871
14914
|
"name": "Metric",
|
|
14872
14915
|
"preserveMemberOrder": false,
|
|
14873
14916
|
"members": [
|
|
@@ -15086,7 +15129,8 @@
|
|
|
15086
15129
|
"endIndex": 8
|
|
15087
15130
|
},
|
|
15088
15131
|
"isStatic": false,
|
|
15089
|
-
"isProtected": false
|
|
15132
|
+
"isProtected": false,
|
|
15133
|
+
"isAbstract": false
|
|
15090
15134
|
},
|
|
15091
15135
|
{
|
|
15092
15136
|
"kind": "Property",
|
|
@@ -15115,7 +15159,8 @@
|
|
|
15115
15159
|
"endIndex": 2
|
|
15116
15160
|
},
|
|
15117
15161
|
"isStatic": true,
|
|
15118
|
-
"isProtected": false
|
|
15162
|
+
"isProtected": false,
|
|
15163
|
+
"isAbstract": false
|
|
15119
15164
|
},
|
|
15120
15165
|
{
|
|
15121
15166
|
"kind": "Property",
|
|
@@ -15144,7 +15189,8 @@
|
|
|
15144
15189
|
"endIndex": 2
|
|
15145
15190
|
},
|
|
15146
15191
|
"isStatic": true,
|
|
15147
|
-
"isProtected": false
|
|
15192
|
+
"isProtected": false,
|
|
15193
|
+
"isAbstract": false
|
|
15148
15194
|
},
|
|
15149
15195
|
{
|
|
15150
15196
|
"kind": "Property",
|
|
@@ -15173,7 +15219,8 @@
|
|
|
15173
15219
|
"endIndex": 2
|
|
15174
15220
|
},
|
|
15175
15221
|
"isStatic": false,
|
|
15176
|
-
"isProtected": false
|
|
15222
|
+
"isProtected": false,
|
|
15223
|
+
"isAbstract": false
|
|
15177
15224
|
},
|
|
15178
15225
|
{
|
|
15179
15226
|
"kind": "Property",
|
|
@@ -15207,7 +15254,8 @@
|
|
|
15207
15254
|
"endIndex": 3
|
|
15208
15255
|
},
|
|
15209
15256
|
"isStatic": false,
|
|
15210
|
-
"isProtected": false
|
|
15257
|
+
"isProtected": false,
|
|
15258
|
+
"isAbstract": false
|
|
15211
15259
|
},
|
|
15212
15260
|
{
|
|
15213
15261
|
"kind": "Property",
|
|
@@ -15236,7 +15284,8 @@
|
|
|
15236
15284
|
"endIndex": 2
|
|
15237
15285
|
},
|
|
15238
15286
|
"isStatic": false,
|
|
15239
|
-
"isProtected": false
|
|
15287
|
+
"isProtected": false,
|
|
15288
|
+
"isAbstract": false
|
|
15240
15289
|
},
|
|
15241
15290
|
{
|
|
15242
15291
|
"kind": "Property",
|
|
@@ -15265,7 +15314,8 @@
|
|
|
15265
15314
|
"endIndex": 2
|
|
15266
15315
|
},
|
|
15267
15316
|
"isStatic": false,
|
|
15268
|
-
"isProtected": false
|
|
15317
|
+
"isProtected": false,
|
|
15318
|
+
"isAbstract": false
|
|
15269
15319
|
}
|
|
15270
15320
|
],
|
|
15271
15321
|
"implementsTokenRanges": [
|
|
@@ -15354,6 +15404,7 @@
|
|
|
15354
15404
|
],
|
|
15355
15405
|
"fileUrlPath": "types/Telemetry/PageView.d.ts",
|
|
15356
15406
|
"releaseTag": "Public",
|
|
15407
|
+
"isAbstract": false,
|
|
15357
15408
|
"name": "PageView",
|
|
15358
15409
|
"preserveMemberOrder": false,
|
|
15359
15410
|
"members": [
|
|
@@ -15576,7 +15627,8 @@
|
|
|
15576
15627
|
"endIndex": 16
|
|
15577
15628
|
},
|
|
15578
15629
|
"isStatic": false,
|
|
15579
|
-
"isProtected": false
|
|
15630
|
+
"isProtected": false,
|
|
15631
|
+
"isAbstract": false
|
|
15580
15632
|
},
|
|
15581
15633
|
{
|
|
15582
15634
|
"kind": "Property",
|
|
@@ -15605,7 +15657,8 @@
|
|
|
15605
15657
|
"endIndex": 2
|
|
15606
15658
|
},
|
|
15607
15659
|
"isStatic": true,
|
|
15608
|
-
"isProtected": false
|
|
15660
|
+
"isProtected": false,
|
|
15661
|
+
"isAbstract": false
|
|
15609
15662
|
},
|
|
15610
15663
|
{
|
|
15611
15664
|
"kind": "Property",
|
|
@@ -15634,7 +15687,8 @@
|
|
|
15634
15687
|
"endIndex": 2
|
|
15635
15688
|
},
|
|
15636
15689
|
"isStatic": false,
|
|
15637
|
-
"isProtected": false
|
|
15690
|
+
"isProtected": false,
|
|
15691
|
+
"isAbstract": false
|
|
15638
15692
|
},
|
|
15639
15693
|
{
|
|
15640
15694
|
"kind": "Property",
|
|
@@ -15663,7 +15717,8 @@
|
|
|
15663
15717
|
"endIndex": 2
|
|
15664
15718
|
},
|
|
15665
15719
|
"isStatic": true,
|
|
15666
|
-
"isProtected": false
|
|
15720
|
+
"isProtected": false,
|
|
15721
|
+
"isAbstract": false
|
|
15667
15722
|
},
|
|
15668
15723
|
{
|
|
15669
15724
|
"kind": "Property",
|
|
@@ -15692,7 +15747,8 @@
|
|
|
15692
15747
|
"endIndex": 2
|
|
15693
15748
|
},
|
|
15694
15749
|
"isStatic": false,
|
|
15695
|
-
"isProtected": false
|
|
15750
|
+
"isProtected": false,
|
|
15751
|
+
"isAbstract": false
|
|
15696
15752
|
},
|
|
15697
15753
|
{
|
|
15698
15754
|
"kind": "Property",
|
|
@@ -15721,7 +15777,8 @@
|
|
|
15721
15777
|
"endIndex": 2
|
|
15722
15778
|
},
|
|
15723
15779
|
"isStatic": false,
|
|
15724
|
-
"isProtected": false
|
|
15780
|
+
"isProtected": false,
|
|
15781
|
+
"isAbstract": false
|
|
15725
15782
|
},
|
|
15726
15783
|
{
|
|
15727
15784
|
"kind": "Property",
|
|
@@ -15750,7 +15807,8 @@
|
|
|
15750
15807
|
"endIndex": 2
|
|
15751
15808
|
},
|
|
15752
15809
|
"isStatic": false,
|
|
15753
|
-
"isProtected": false
|
|
15810
|
+
"isProtected": false,
|
|
15811
|
+
"isAbstract": false
|
|
15754
15812
|
},
|
|
15755
15813
|
{
|
|
15756
15814
|
"kind": "Property",
|
|
@@ -15779,7 +15837,8 @@
|
|
|
15779
15837
|
"endIndex": 2
|
|
15780
15838
|
},
|
|
15781
15839
|
"isStatic": false,
|
|
15782
|
-
"isProtected": false
|
|
15840
|
+
"isProtected": false,
|
|
15841
|
+
"isAbstract": false
|
|
15783
15842
|
},
|
|
15784
15843
|
{
|
|
15785
15844
|
"kind": "Property",
|
|
@@ -15808,7 +15867,8 @@
|
|
|
15808
15867
|
"endIndex": 2
|
|
15809
15868
|
},
|
|
15810
15869
|
"isStatic": false,
|
|
15811
|
-
"isProtected": false
|
|
15870
|
+
"isProtected": false,
|
|
15871
|
+
"isAbstract": false
|
|
15812
15872
|
},
|
|
15813
15873
|
{
|
|
15814
15874
|
"kind": "Property",
|
|
@@ -15837,7 +15897,8 @@
|
|
|
15837
15897
|
"endIndex": 2
|
|
15838
15898
|
},
|
|
15839
15899
|
"isStatic": false,
|
|
15840
|
-
"isProtected": false
|
|
15900
|
+
"isProtected": false,
|
|
15901
|
+
"isAbstract": false
|
|
15841
15902
|
}
|
|
15842
15903
|
],
|
|
15843
15904
|
"implementsTokenRanges": [
|
|
@@ -15881,6 +15942,7 @@
|
|
|
15881
15942
|
],
|
|
15882
15943
|
"fileUrlPath": "types/Telemetry/PageViewPerformance.d.ts",
|
|
15883
15944
|
"releaseTag": "Public",
|
|
15945
|
+
"isAbstract": false,
|
|
15884
15946
|
"name": "PageViewPerformance",
|
|
15885
15947
|
"preserveMemberOrder": false,
|
|
15886
15948
|
"members": [
|
|
@@ -16140,7 +16202,8 @@
|
|
|
16140
16202
|
"endIndex": 24
|
|
16141
16203
|
},
|
|
16142
16204
|
"isStatic": false,
|
|
16143
|
-
"isProtected": false
|
|
16205
|
+
"isProtected": false,
|
|
16206
|
+
"isAbstract": false
|
|
16144
16207
|
},
|
|
16145
16208
|
{
|
|
16146
16209
|
"kind": "Property",
|
|
@@ -16169,7 +16232,8 @@
|
|
|
16169
16232
|
"endIndex": 2
|
|
16170
16233
|
},
|
|
16171
16234
|
"isStatic": true,
|
|
16172
|
-
"isProtected": false
|
|
16235
|
+
"isProtected": false,
|
|
16236
|
+
"isAbstract": false
|
|
16173
16237
|
},
|
|
16174
16238
|
{
|
|
16175
16239
|
"kind": "Property",
|
|
@@ -16198,7 +16262,8 @@
|
|
|
16198
16262
|
"endIndex": 2
|
|
16199
16263
|
},
|
|
16200
16264
|
"isStatic": false,
|
|
16201
|
-
"isProtected": false
|
|
16265
|
+
"isProtected": false,
|
|
16266
|
+
"isAbstract": false
|
|
16202
16267
|
},
|
|
16203
16268
|
{
|
|
16204
16269
|
"kind": "Property",
|
|
@@ -16227,7 +16292,8 @@
|
|
|
16227
16292
|
"endIndex": 2
|
|
16228
16293
|
},
|
|
16229
16294
|
"isStatic": false,
|
|
16230
|
-
"isProtected": false
|
|
16295
|
+
"isProtected": false,
|
|
16296
|
+
"isAbstract": false
|
|
16231
16297
|
},
|
|
16232
16298
|
{
|
|
16233
16299
|
"kind": "Property",
|
|
@@ -16256,7 +16322,8 @@
|
|
|
16256
16322
|
"endIndex": 2
|
|
16257
16323
|
},
|
|
16258
16324
|
"isStatic": true,
|
|
16259
|
-
"isProtected": false
|
|
16325
|
+
"isProtected": false,
|
|
16326
|
+
"isAbstract": false
|
|
16260
16327
|
},
|
|
16261
16328
|
{
|
|
16262
16329
|
"kind": "Property",
|
|
@@ -16285,7 +16352,8 @@
|
|
|
16285
16352
|
"endIndex": 2
|
|
16286
16353
|
},
|
|
16287
16354
|
"isStatic": false,
|
|
16288
|
-
"isProtected": false
|
|
16355
|
+
"isProtected": false,
|
|
16356
|
+
"isAbstract": false
|
|
16289
16357
|
},
|
|
16290
16358
|
{
|
|
16291
16359
|
"kind": "Property",
|
|
@@ -16314,7 +16382,8 @@
|
|
|
16314
16382
|
"endIndex": 2
|
|
16315
16383
|
},
|
|
16316
16384
|
"isStatic": false,
|
|
16317
|
-
"isProtected": false
|
|
16385
|
+
"isProtected": false,
|
|
16386
|
+
"isAbstract": false
|
|
16318
16387
|
},
|
|
16319
16388
|
{
|
|
16320
16389
|
"kind": "Property",
|
|
@@ -16343,7 +16412,8 @@
|
|
|
16343
16412
|
"endIndex": 2
|
|
16344
16413
|
},
|
|
16345
16414
|
"isStatic": false,
|
|
16346
|
-
"isProtected": false
|
|
16415
|
+
"isProtected": false,
|
|
16416
|
+
"isAbstract": false
|
|
16347
16417
|
},
|
|
16348
16418
|
{
|
|
16349
16419
|
"kind": "Property",
|
|
@@ -16372,7 +16442,8 @@
|
|
|
16372
16442
|
"endIndex": 2
|
|
16373
16443
|
},
|
|
16374
16444
|
"isStatic": false,
|
|
16375
|
-
"isProtected": false
|
|
16445
|
+
"isProtected": false,
|
|
16446
|
+
"isAbstract": false
|
|
16376
16447
|
},
|
|
16377
16448
|
{
|
|
16378
16449
|
"kind": "Property",
|
|
@@ -16401,7 +16472,8 @@
|
|
|
16401
16472
|
"endIndex": 2
|
|
16402
16473
|
},
|
|
16403
16474
|
"isStatic": false,
|
|
16404
|
-
"isProtected": false
|
|
16475
|
+
"isProtected": false,
|
|
16476
|
+
"isAbstract": false
|
|
16405
16477
|
},
|
|
16406
16478
|
{
|
|
16407
16479
|
"kind": "Property",
|
|
@@ -16430,7 +16502,8 @@
|
|
|
16430
16502
|
"endIndex": 2
|
|
16431
16503
|
},
|
|
16432
16504
|
"isStatic": false,
|
|
16433
|
-
"isProtected": false
|
|
16505
|
+
"isProtected": false,
|
|
16506
|
+
"isAbstract": false
|
|
16434
16507
|
},
|
|
16435
16508
|
{
|
|
16436
16509
|
"kind": "Property",
|
|
@@ -16459,7 +16532,8 @@
|
|
|
16459
16532
|
"endIndex": 2
|
|
16460
16533
|
},
|
|
16461
16534
|
"isStatic": false,
|
|
16462
|
-
"isProtected": false
|
|
16535
|
+
"isProtected": false,
|
|
16536
|
+
"isAbstract": false
|
|
16463
16537
|
},
|
|
16464
16538
|
{
|
|
16465
16539
|
"kind": "Property",
|
|
@@ -16488,7 +16562,8 @@
|
|
|
16488
16562
|
"endIndex": 2
|
|
16489
16563
|
},
|
|
16490
16564
|
"isStatic": false,
|
|
16491
|
-
"isProtected": false
|
|
16565
|
+
"isProtected": false,
|
|
16566
|
+
"isAbstract": false
|
|
16492
16567
|
},
|
|
16493
16568
|
{
|
|
16494
16569
|
"kind": "Property",
|
|
@@ -16517,7 +16592,8 @@
|
|
|
16517
16592
|
"endIndex": 2
|
|
16518
16593
|
},
|
|
16519
16594
|
"isStatic": false,
|
|
16520
|
-
"isProtected": false
|
|
16595
|
+
"isProtected": false,
|
|
16596
|
+
"isAbstract": false
|
|
16521
16597
|
},
|
|
16522
16598
|
{
|
|
16523
16599
|
"kind": "Property",
|
|
@@ -16546,7 +16622,8 @@
|
|
|
16546
16622
|
"endIndex": 2
|
|
16547
16623
|
},
|
|
16548
16624
|
"isStatic": false,
|
|
16549
|
-
"isProtected": false
|
|
16625
|
+
"isProtected": false,
|
|
16626
|
+
"isAbstract": false
|
|
16550
16627
|
}
|
|
16551
16628
|
],
|
|
16552
16629
|
"implementsTokenRanges": [
|
|
@@ -16690,6 +16767,7 @@
|
|
|
16690
16767
|
],
|
|
16691
16768
|
"fileUrlPath": "types/Telemetry/RemoteDependencyData.d.ts",
|
|
16692
16769
|
"releaseTag": "Public",
|
|
16770
|
+
"isAbstract": false,
|
|
16693
16771
|
"name": "RemoteDependencyData",
|
|
16694
16772
|
"preserveMemberOrder": false,
|
|
16695
16773
|
"members": [
|
|
@@ -17120,7 +17198,8 @@
|
|
|
17120
17198
|
"endIndex": 44
|
|
17121
17199
|
},
|
|
17122
17200
|
"isStatic": false,
|
|
17123
|
-
"isProtected": false
|
|
17201
|
+
"isProtected": false,
|
|
17202
|
+
"isAbstract": false
|
|
17124
17203
|
},
|
|
17125
17204
|
{
|
|
17126
17205
|
"kind": "Property",
|
|
@@ -17149,7 +17228,8 @@
|
|
|
17149
17228
|
"endIndex": 2
|
|
17150
17229
|
},
|
|
17151
17230
|
"isStatic": false,
|
|
17152
|
-
"isProtected": false
|
|
17231
|
+
"isProtected": false,
|
|
17232
|
+
"isAbstract": false
|
|
17153
17233
|
},
|
|
17154
17234
|
{
|
|
17155
17235
|
"kind": "Property",
|
|
@@ -17178,7 +17258,8 @@
|
|
|
17178
17258
|
"endIndex": 2
|
|
17179
17259
|
},
|
|
17180
17260
|
"isStatic": true,
|
|
17181
|
-
"isProtected": false
|
|
17261
|
+
"isProtected": false,
|
|
17262
|
+
"isAbstract": false
|
|
17182
17263
|
},
|
|
17183
17264
|
{
|
|
17184
17265
|
"kind": "Property",
|
|
@@ -17207,7 +17288,8 @@
|
|
|
17207
17288
|
"endIndex": 2
|
|
17208
17289
|
},
|
|
17209
17290
|
"isStatic": false,
|
|
17210
|
-
"isProtected": false
|
|
17291
|
+
"isProtected": false,
|
|
17292
|
+
"isAbstract": false
|
|
17211
17293
|
},
|
|
17212
17294
|
{
|
|
17213
17295
|
"kind": "Property",
|
|
@@ -17236,7 +17318,8 @@
|
|
|
17236
17318
|
"endIndex": 2
|
|
17237
17319
|
},
|
|
17238
17320
|
"isStatic": true,
|
|
17239
|
-
"isProtected": false
|
|
17321
|
+
"isProtected": false,
|
|
17322
|
+
"isAbstract": false
|
|
17240
17323
|
},
|
|
17241
17324
|
{
|
|
17242
17325
|
"kind": "Property",
|
|
@@ -17265,7 +17348,8 @@
|
|
|
17265
17348
|
"endIndex": 2
|
|
17266
17349
|
},
|
|
17267
17350
|
"isStatic": false,
|
|
17268
|
-
"isProtected": false
|
|
17351
|
+
"isProtected": false,
|
|
17352
|
+
"isAbstract": false
|
|
17269
17353
|
},
|
|
17270
17354
|
{
|
|
17271
17355
|
"kind": "Property",
|
|
@@ -17294,7 +17378,8 @@
|
|
|
17294
17378
|
"endIndex": 2
|
|
17295
17379
|
},
|
|
17296
17380
|
"isStatic": false,
|
|
17297
|
-
"isProtected": false
|
|
17381
|
+
"isProtected": false,
|
|
17382
|
+
"isAbstract": false
|
|
17298
17383
|
},
|
|
17299
17384
|
{
|
|
17300
17385
|
"kind": "Property",
|
|
@@ -17323,7 +17408,8 @@
|
|
|
17323
17408
|
"endIndex": 2
|
|
17324
17409
|
},
|
|
17325
17410
|
"isStatic": false,
|
|
17326
|
-
"isProtected": false
|
|
17411
|
+
"isProtected": false,
|
|
17412
|
+
"isAbstract": false
|
|
17327
17413
|
},
|
|
17328
17414
|
{
|
|
17329
17415
|
"kind": "Property",
|
|
@@ -17352,7 +17438,8 @@
|
|
|
17352
17438
|
"endIndex": 2
|
|
17353
17439
|
},
|
|
17354
17440
|
"isStatic": false,
|
|
17355
|
-
"isProtected": false
|
|
17441
|
+
"isProtected": false,
|
|
17442
|
+
"isAbstract": false
|
|
17356
17443
|
},
|
|
17357
17444
|
{
|
|
17358
17445
|
"kind": "Property",
|
|
@@ -17381,7 +17468,8 @@
|
|
|
17381
17468
|
"endIndex": 2
|
|
17382
17469
|
},
|
|
17383
17470
|
"isStatic": false,
|
|
17384
|
-
"isProtected": false
|
|
17471
|
+
"isProtected": false,
|
|
17472
|
+
"isAbstract": false
|
|
17385
17473
|
},
|
|
17386
17474
|
{
|
|
17387
17475
|
"kind": "Property",
|
|
@@ -17410,7 +17498,8 @@
|
|
|
17410
17498
|
"endIndex": 2
|
|
17411
17499
|
},
|
|
17412
17500
|
"isStatic": false,
|
|
17413
|
-
"isProtected": false
|
|
17501
|
+
"isProtected": false,
|
|
17502
|
+
"isAbstract": false
|
|
17414
17503
|
},
|
|
17415
17504
|
{
|
|
17416
17505
|
"kind": "Property",
|
|
@@ -17439,7 +17528,8 @@
|
|
|
17439
17528
|
"endIndex": 2
|
|
17440
17529
|
},
|
|
17441
17530
|
"isStatic": false,
|
|
17442
|
-
"isProtected": false
|
|
17531
|
+
"isProtected": false,
|
|
17532
|
+
"isAbstract": false
|
|
17443
17533
|
},
|
|
17444
17534
|
{
|
|
17445
17535
|
"kind": "Property",
|
|
@@ -17468,7 +17558,8 @@
|
|
|
17468
17558
|
"endIndex": 2
|
|
17469
17559
|
},
|
|
17470
17560
|
"isStatic": false,
|
|
17471
|
-
"isProtected": false
|
|
17561
|
+
"isProtected": false,
|
|
17562
|
+
"isAbstract": false
|
|
17472
17563
|
},
|
|
17473
17564
|
{
|
|
17474
17565
|
"kind": "Property",
|
|
@@ -17497,7 +17588,8 @@
|
|
|
17497
17588
|
"endIndex": 2
|
|
17498
17589
|
},
|
|
17499
17590
|
"isStatic": false,
|
|
17500
|
-
"isProtected": false
|
|
17591
|
+
"isProtected": false,
|
|
17592
|
+
"isAbstract": false
|
|
17501
17593
|
}
|
|
17502
17594
|
],
|
|
17503
17595
|
"implementsTokenRanges": [
|
|
@@ -17738,6 +17830,7 @@
|
|
|
17738
17830
|
],
|
|
17739
17831
|
"fileUrlPath": "types/TelemetryItemCreator.d.ts",
|
|
17740
17832
|
"releaseTag": "Public",
|
|
17833
|
+
"isAbstract": false,
|
|
17741
17834
|
"name": "TelemetryItemCreator",
|
|
17742
17835
|
"preserveMemberOrder": false,
|
|
17743
17836
|
"members": [
|
|
@@ -17773,7 +17866,8 @@
|
|
|
17773
17866
|
"endIndex": 3
|
|
17774
17867
|
},
|
|
17775
17868
|
"isStatic": true,
|
|
17776
|
-
"isProtected": false
|
|
17869
|
+
"isProtected": false,
|
|
17870
|
+
"isAbstract": false
|
|
17777
17871
|
}
|
|
17778
17872
|
],
|
|
17779
17873
|
"implementsTokenRanges": []
|
|
@@ -17790,6 +17884,7 @@
|
|
|
17790
17884
|
],
|
|
17791
17885
|
"fileUrlPath": "types/ThrottleMgr.d.ts",
|
|
17792
17886
|
"releaseTag": "Public",
|
|
17887
|
+
"isAbstract": false,
|
|
17793
17888
|
"name": "ThrottleMgr",
|
|
17794
17889
|
"preserveMemberOrder": false,
|
|
17795
17890
|
"members": [
|
|
@@ -17886,7 +17981,8 @@
|
|
|
17886
17981
|
"endIndex": 2
|
|
17887
17982
|
},
|
|
17888
17983
|
"isStatic": false,
|
|
17889
|
-
"isProtected": false
|
|
17984
|
+
"isProtected": false,
|
|
17985
|
+
"isAbstract": false
|
|
17890
17986
|
},
|
|
17891
17987
|
{
|
|
17892
17988
|
"kind": "Property",
|
|
@@ -17915,7 +18011,8 @@
|
|
|
17915
18011
|
"endIndex": 2
|
|
17916
18012
|
},
|
|
17917
18013
|
"isStatic": false,
|
|
17918
|
-
"isProtected": false
|
|
18014
|
+
"isProtected": false,
|
|
18015
|
+
"isAbstract": false
|
|
17919
18016
|
},
|
|
17920
18017
|
{
|
|
17921
18018
|
"kind": "Property",
|
|
@@ -17949,7 +18046,8 @@
|
|
|
17949
18046
|
"endIndex": 3
|
|
17950
18047
|
},
|
|
17951
18048
|
"isStatic": false,
|
|
17952
|
-
"isProtected": false
|
|
18049
|
+
"isProtected": false,
|
|
18050
|
+
"isAbstract": false
|
|
17953
18051
|
},
|
|
17954
18052
|
{
|
|
17955
18053
|
"kind": "Property",
|
|
@@ -17978,7 +18076,8 @@
|
|
|
17978
18076
|
"endIndex": 2
|
|
17979
18077
|
},
|
|
17980
18078
|
"isStatic": false,
|
|
17981
|
-
"isProtected": false
|
|
18079
|
+
"isProtected": false,
|
|
18080
|
+
"isAbstract": false
|
|
17982
18081
|
},
|
|
17983
18082
|
{
|
|
17984
18083
|
"kind": "Property",
|
|
@@ -18007,7 +18106,8 @@
|
|
|
18007
18106
|
"endIndex": 2
|
|
18008
18107
|
},
|
|
18009
18108
|
"isStatic": false,
|
|
18010
|
-
"isProtected": false
|
|
18109
|
+
"isProtected": false,
|
|
18110
|
+
"isAbstract": false
|
|
18011
18111
|
},
|
|
18012
18112
|
{
|
|
18013
18113
|
"kind": "Property",
|
|
@@ -18036,7 +18136,8 @@
|
|
|
18036
18136
|
"endIndex": 2
|
|
18037
18137
|
},
|
|
18038
18138
|
"isStatic": false,
|
|
18039
|
-
"isProtected": false
|
|
18139
|
+
"isProtected": false,
|
|
18140
|
+
"isAbstract": false
|
|
18040
18141
|
},
|
|
18041
18142
|
{
|
|
18042
18143
|
"kind": "Property",
|
|
@@ -18092,7 +18193,8 @@
|
|
|
18092
18193
|
"endIndex": 8
|
|
18093
18194
|
},
|
|
18094
18195
|
"isStatic": false,
|
|
18095
|
-
"isProtected": false
|
|
18196
|
+
"isProtected": false,
|
|
18197
|
+
"isAbstract": false
|
|
18096
18198
|
}
|
|
18097
18199
|
],
|
|
18098
18200
|
"implementsTokenRanges": []
|
|
@@ -18127,6 +18229,7 @@
|
|
|
18127
18229
|
],
|
|
18128
18230
|
"fileUrlPath": "types/Telemetry/Trace.d.ts",
|
|
18129
18231
|
"releaseTag": "Public",
|
|
18232
|
+
"isAbstract": false,
|
|
18130
18233
|
"name": "Trace",
|
|
18131
18234
|
"preserveMemberOrder": false,
|
|
18132
18235
|
"members": [
|
|
@@ -18291,7 +18394,8 @@
|
|
|
18291
18394
|
"endIndex": 10
|
|
18292
18395
|
},
|
|
18293
18396
|
"isStatic": false,
|
|
18294
|
-
"isProtected": false
|
|
18397
|
+
"isProtected": false,
|
|
18398
|
+
"isAbstract": false
|
|
18295
18399
|
},
|
|
18296
18400
|
{
|
|
18297
18401
|
"kind": "Property",
|
|
@@ -18320,7 +18424,8 @@
|
|
|
18320
18424
|
"endIndex": 2
|
|
18321
18425
|
},
|
|
18322
18426
|
"isStatic": true,
|
|
18323
|
-
"isProtected": false
|
|
18427
|
+
"isProtected": false,
|
|
18428
|
+
"isAbstract": false
|
|
18324
18429
|
},
|
|
18325
18430
|
{
|
|
18326
18431
|
"kind": "Property",
|
|
@@ -18349,7 +18454,8 @@
|
|
|
18349
18454
|
"endIndex": 2
|
|
18350
18455
|
},
|
|
18351
18456
|
"isStatic": true,
|
|
18352
|
-
"isProtected": false
|
|
18457
|
+
"isProtected": false,
|
|
18458
|
+
"isAbstract": false
|
|
18353
18459
|
},
|
|
18354
18460
|
{
|
|
18355
18461
|
"kind": "Property",
|
|
@@ -18378,7 +18484,8 @@
|
|
|
18378
18484
|
"endIndex": 2
|
|
18379
18485
|
},
|
|
18380
18486
|
"isStatic": false,
|
|
18381
|
-
"isProtected": false
|
|
18487
|
+
"isProtected": false,
|
|
18488
|
+
"isAbstract": false
|
|
18382
18489
|
},
|
|
18383
18490
|
{
|
|
18384
18491
|
"kind": "Property",
|
|
@@ -18407,7 +18514,8 @@
|
|
|
18407
18514
|
"endIndex": 2
|
|
18408
18515
|
},
|
|
18409
18516
|
"isStatic": false,
|
|
18410
|
-
"isProtected": false
|
|
18517
|
+
"isProtected": false,
|
|
18518
|
+
"isAbstract": false
|
|
18411
18519
|
},
|
|
18412
18520
|
{
|
|
18413
18521
|
"kind": "Property",
|
|
@@ -18436,7 +18544,8 @@
|
|
|
18436
18544
|
"endIndex": 2
|
|
18437
18545
|
},
|
|
18438
18546
|
"isStatic": false,
|
|
18439
|
-
"isProtected": false
|
|
18547
|
+
"isProtected": false,
|
|
18548
|
+
"isAbstract": false
|
|
18440
18549
|
},
|
|
18441
18550
|
{
|
|
18442
18551
|
"kind": "Property",
|
|
@@ -18466,7 +18575,8 @@
|
|
|
18466
18575
|
"endIndex": 2
|
|
18467
18576
|
},
|
|
18468
18577
|
"isStatic": false,
|
|
18469
|
-
"isProtected": false
|
|
18578
|
+
"isProtected": false,
|
|
18579
|
+
"isAbstract": false
|
|
18470
18580
|
},
|
|
18471
18581
|
{
|
|
18472
18582
|
"kind": "Property",
|
|
@@ -18495,7 +18605,8 @@
|
|
|
18495
18605
|
"endIndex": 2
|
|
18496
18606
|
},
|
|
18497
18607
|
"isStatic": false,
|
|
18498
|
-
"isProtected": false
|
|
18608
|
+
"isProtected": false,
|
|
18609
|
+
"isAbstract": false
|
|
18499
18610
|
}
|
|
18500
18611
|
],
|
|
18501
18612
|
"implementsTokenRanges": [
|