@microsoft/applicationinsights-common 2.7.5-nightly.2203-02 → 2.7.5-nightly.2204-23
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 +396 -216
- 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/Generated/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Base.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Data.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Domain.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Envelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/EventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/MessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/MetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/StackFrame.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/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/Base.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/UrlHelperFuncs.js +1 -1
- package/dist-esm/Util.js +3 -3
- package/dist-esm/Util.js.map +1 -1
- package/dist-esm/applicationinsights-common.js +1 -1
- package/package.json +3 -3
- package/src/Util.ts +3 -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.23.0",
|
|
5
|
+
"schemaVersion": 1005,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -156,7 +156,8 @@
|
|
|
156
156
|
"@betaDocumentation": true,
|
|
157
157
|
"@internalRemarks": true,
|
|
158
158
|
"@preapproved": true
|
|
159
|
-
}
|
|
159
|
+
},
|
|
160
|
+
"reportUnsupportedHtmlElements": false
|
|
160
161
|
}
|
|
161
162
|
},
|
|
162
163
|
"kind": "Package",
|
|
@@ -332,7 +333,7 @@
|
|
|
332
333
|
],
|
|
333
334
|
"extendsTokenRange": {
|
|
334
335
|
"startIndex": 1,
|
|
335
|
-
"endIndex":
|
|
336
|
+
"endIndex": 2
|
|
336
337
|
},
|
|
337
338
|
"implementsTokenRanges": []
|
|
338
339
|
},
|
|
@@ -457,28 +458,32 @@
|
|
|
457
458
|
"parameterTypeTokenRange": {
|
|
458
459
|
"startIndex": 1,
|
|
459
460
|
"endIndex": 4
|
|
460
|
-
}
|
|
461
|
+
},
|
|
462
|
+
"isOptional": false
|
|
461
463
|
},
|
|
462
464
|
{
|
|
463
465
|
"parameterName": "field",
|
|
464
466
|
"parameterTypeTokenRange": {
|
|
465
467
|
"startIndex": 5,
|
|
466
468
|
"endIndex": 6
|
|
467
|
-
}
|
|
469
|
+
},
|
|
470
|
+
"isOptional": false
|
|
468
471
|
},
|
|
469
472
|
{
|
|
470
473
|
"parameterName": "identifier",
|
|
471
474
|
"parameterTypeTokenRange": {
|
|
472
475
|
"startIndex": 7,
|
|
473
476
|
"endIndex": 8
|
|
474
|
-
}
|
|
477
|
+
},
|
|
478
|
+
"isOptional": true
|
|
475
479
|
},
|
|
476
480
|
{
|
|
477
481
|
"parameterName": "defaultValue",
|
|
478
482
|
"parameterTypeTokenRange": {
|
|
479
483
|
"startIndex": 9,
|
|
480
484
|
"endIndex": 10
|
|
481
|
-
}
|
|
485
|
+
},
|
|
486
|
+
"isOptional": true
|
|
482
487
|
}
|
|
483
488
|
],
|
|
484
489
|
"name": "getConfig"
|
|
@@ -555,7 +560,7 @@
|
|
|
555
560
|
],
|
|
556
561
|
"extendsTokenRange": {
|
|
557
562
|
"startIndex": 1,
|
|
558
|
-
"endIndex":
|
|
563
|
+
"endIndex": 2
|
|
559
564
|
},
|
|
560
565
|
"implementsTokenRanges": []
|
|
561
566
|
},
|
|
@@ -620,7 +625,8 @@
|
|
|
620
625
|
"parameterTypeTokenRange": {
|
|
621
626
|
"startIndex": 1,
|
|
622
627
|
"endIndex": 2
|
|
623
|
-
}
|
|
628
|
+
},
|
|
629
|
+
"isOptional": false
|
|
624
630
|
}
|
|
625
631
|
],
|
|
626
632
|
"name": "createDomEvent"
|
|
@@ -729,14 +735,16 @@
|
|
|
729
735
|
"parameterTypeTokenRange": {
|
|
730
736
|
"startIndex": 1,
|
|
731
737
|
"endIndex": 2
|
|
732
|
-
}
|
|
738
|
+
},
|
|
739
|
+
"isOptional": false
|
|
733
740
|
},
|
|
734
741
|
{
|
|
735
742
|
"parameterName": "data",
|
|
736
743
|
"parameterTypeTokenRange": {
|
|
737
744
|
"startIndex": 3,
|
|
738
745
|
"endIndex": 4
|
|
739
|
-
}
|
|
746
|
+
},
|
|
747
|
+
"isOptional": false
|
|
740
748
|
}
|
|
741
749
|
]
|
|
742
750
|
},
|
|
@@ -788,12 +796,12 @@
|
|
|
788
796
|
],
|
|
789
797
|
"extendsTokenRange": {
|
|
790
798
|
"startIndex": 1,
|
|
791
|
-
"endIndex":
|
|
799
|
+
"endIndex": 2
|
|
792
800
|
},
|
|
793
801
|
"implementsTokenRanges": [
|
|
794
802
|
{
|
|
795
803
|
"startIndex": 4,
|
|
796
|
-
"endIndex":
|
|
804
|
+
"endIndex": 5
|
|
797
805
|
}
|
|
798
806
|
]
|
|
799
807
|
},
|
|
@@ -844,14 +852,16 @@
|
|
|
844
852
|
"parameterTypeTokenRange": {
|
|
845
853
|
"startIndex": 1,
|
|
846
854
|
"endIndex": 2
|
|
847
|
-
}
|
|
855
|
+
},
|
|
856
|
+
"isOptional": false
|
|
848
857
|
},
|
|
849
858
|
{
|
|
850
859
|
"parameterName": "exception",
|
|
851
860
|
"parameterTypeTokenRange": {
|
|
852
861
|
"startIndex": 3,
|
|
853
862
|
"endIndex": 4
|
|
854
|
-
}
|
|
863
|
+
},
|
|
864
|
+
"isOptional": false
|
|
855
865
|
}
|
|
856
866
|
],
|
|
857
867
|
"name": "dataSanitizeException"
|
|
@@ -903,14 +913,16 @@
|
|
|
903
913
|
"parameterTypeTokenRange": {
|
|
904
914
|
"startIndex": 1,
|
|
905
915
|
"endIndex": 2
|
|
906
|
-
}
|
|
916
|
+
},
|
|
917
|
+
"isOptional": false
|
|
907
918
|
},
|
|
908
919
|
{
|
|
909
920
|
"parameterName": "id",
|
|
910
921
|
"parameterTypeTokenRange": {
|
|
911
922
|
"startIndex": 3,
|
|
912
923
|
"endIndex": 4
|
|
913
|
-
}
|
|
924
|
+
},
|
|
925
|
+
"isOptional": false
|
|
914
926
|
}
|
|
915
927
|
],
|
|
916
928
|
"name": "dataSanitizeId"
|
|
@@ -979,28 +991,32 @@
|
|
|
979
991
|
"parameterTypeTokenRange": {
|
|
980
992
|
"startIndex": 1,
|
|
981
993
|
"endIndex": 2
|
|
982
|
-
}
|
|
994
|
+
},
|
|
995
|
+
"isOptional": false
|
|
983
996
|
},
|
|
984
997
|
{
|
|
985
998
|
"parameterName": "input",
|
|
986
999
|
"parameterTypeTokenRange": {
|
|
987
1000
|
"startIndex": 3,
|
|
988
1001
|
"endIndex": 4
|
|
989
|
-
}
|
|
1002
|
+
},
|
|
1003
|
+
"isOptional": false
|
|
990
1004
|
},
|
|
991
1005
|
{
|
|
992
1006
|
"parameterName": "maxLength",
|
|
993
1007
|
"parameterTypeTokenRange": {
|
|
994
1008
|
"startIndex": 5,
|
|
995
1009
|
"endIndex": 6
|
|
996
|
-
}
|
|
1010
|
+
},
|
|
1011
|
+
"isOptional": false
|
|
997
1012
|
},
|
|
998
1013
|
{
|
|
999
1014
|
"parameterName": "_msgId",
|
|
1000
1015
|
"parameterTypeTokenRange": {
|
|
1001
1016
|
"startIndex": 7,
|
|
1002
1017
|
"endIndex": 8
|
|
1003
|
-
}
|
|
1018
|
+
},
|
|
1019
|
+
"isOptional": false
|
|
1004
1020
|
}
|
|
1005
1021
|
],
|
|
1006
1022
|
"name": "dataSanitizeInput"
|
|
@@ -1052,14 +1068,16 @@
|
|
|
1052
1068
|
"parameterTypeTokenRange": {
|
|
1053
1069
|
"startIndex": 1,
|
|
1054
1070
|
"endIndex": 2
|
|
1055
|
-
}
|
|
1071
|
+
},
|
|
1072
|
+
"isOptional": false
|
|
1056
1073
|
},
|
|
1057
1074
|
{
|
|
1058
1075
|
"parameterName": "name",
|
|
1059
1076
|
"parameterTypeTokenRange": {
|
|
1060
1077
|
"startIndex": 3,
|
|
1061
1078
|
"endIndex": 4
|
|
1062
|
-
}
|
|
1079
|
+
},
|
|
1080
|
+
"isOptional": false
|
|
1063
1081
|
}
|
|
1064
1082
|
],
|
|
1065
1083
|
"name": "dataSanitizeKey"
|
|
@@ -1119,21 +1137,24 @@
|
|
|
1119
1137
|
"parameterTypeTokenRange": {
|
|
1120
1138
|
"startIndex": 1,
|
|
1121
1139
|
"endIndex": 2
|
|
1122
|
-
}
|
|
1140
|
+
},
|
|
1141
|
+
"isOptional": false
|
|
1123
1142
|
},
|
|
1124
1143
|
{
|
|
1125
1144
|
"parameterName": "key",
|
|
1126
1145
|
"parameterTypeTokenRange": {
|
|
1127
1146
|
"startIndex": 3,
|
|
1128
1147
|
"endIndex": 4
|
|
1129
|
-
}
|
|
1148
|
+
},
|
|
1149
|
+
"isOptional": false
|
|
1130
1150
|
},
|
|
1131
1151
|
{
|
|
1132
1152
|
"parameterName": "map",
|
|
1133
1153
|
"parameterTypeTokenRange": {
|
|
1134
1154
|
"startIndex": 5,
|
|
1135
1155
|
"endIndex": 6
|
|
1136
|
-
}
|
|
1156
|
+
},
|
|
1157
|
+
"isOptional": false
|
|
1137
1158
|
}
|
|
1138
1159
|
],
|
|
1139
1160
|
"name": "dataSanitizeKeyAndAddUniqueness"
|
|
@@ -1185,14 +1206,16 @@
|
|
|
1185
1206
|
"parameterTypeTokenRange": {
|
|
1186
1207
|
"startIndex": 1,
|
|
1187
1208
|
"endIndex": 2
|
|
1188
|
-
}
|
|
1209
|
+
},
|
|
1210
|
+
"isOptional": false
|
|
1189
1211
|
},
|
|
1190
1212
|
{
|
|
1191
1213
|
"parameterName": "measurements",
|
|
1192
1214
|
"parameterTypeTokenRange": {
|
|
1193
1215
|
"startIndex": 3,
|
|
1194
1216
|
"endIndex": 4
|
|
1195
|
-
}
|
|
1217
|
+
},
|
|
1218
|
+
"isOptional": false
|
|
1196
1219
|
}
|
|
1197
1220
|
],
|
|
1198
1221
|
"name": "dataSanitizeMeasurements"
|
|
@@ -1244,14 +1267,16 @@
|
|
|
1244
1267
|
"parameterTypeTokenRange": {
|
|
1245
1268
|
"startIndex": 1,
|
|
1246
1269
|
"endIndex": 2
|
|
1247
|
-
}
|
|
1270
|
+
},
|
|
1271
|
+
"isOptional": false
|
|
1248
1272
|
},
|
|
1249
1273
|
{
|
|
1250
1274
|
"parameterName": "message",
|
|
1251
1275
|
"parameterTypeTokenRange": {
|
|
1252
1276
|
"startIndex": 3,
|
|
1253
1277
|
"endIndex": 4
|
|
1254
|
-
}
|
|
1278
|
+
},
|
|
1279
|
+
"isOptional": false
|
|
1255
1280
|
}
|
|
1256
1281
|
],
|
|
1257
1282
|
"name": "dataSanitizeMessage"
|
|
@@ -1303,14 +1328,16 @@
|
|
|
1303
1328
|
"parameterTypeTokenRange": {
|
|
1304
1329
|
"startIndex": 1,
|
|
1305
1330
|
"endIndex": 2
|
|
1306
|
-
}
|
|
1331
|
+
},
|
|
1332
|
+
"isOptional": false
|
|
1307
1333
|
},
|
|
1308
1334
|
{
|
|
1309
1335
|
"parameterName": "properties",
|
|
1310
1336
|
"parameterTypeTokenRange": {
|
|
1311
1337
|
"startIndex": 3,
|
|
1312
1338
|
"endIndex": 4
|
|
1313
|
-
}
|
|
1339
|
+
},
|
|
1340
|
+
"isOptional": false
|
|
1314
1341
|
}
|
|
1315
1342
|
],
|
|
1316
1343
|
"name": "dataSanitizeProperties"
|
|
@@ -1554,21 +1581,24 @@
|
|
|
1554
1581
|
"parameterTypeTokenRange": {
|
|
1555
1582
|
"startIndex": 1,
|
|
1556
1583
|
"endIndex": 2
|
|
1557
|
-
}
|
|
1584
|
+
},
|
|
1585
|
+
"isOptional": false
|
|
1558
1586
|
},
|
|
1559
1587
|
{
|
|
1560
1588
|
"parameterName": "value",
|
|
1561
1589
|
"parameterTypeTokenRange": {
|
|
1562
1590
|
"startIndex": 3,
|
|
1563
1591
|
"endIndex": 4
|
|
1564
|
-
}
|
|
1592
|
+
},
|
|
1593
|
+
"isOptional": false
|
|
1565
1594
|
},
|
|
1566
1595
|
{
|
|
1567
1596
|
"parameterName": "maxLength",
|
|
1568
1597
|
"parameterTypeTokenRange": {
|
|
1569
1598
|
"startIndex": 5,
|
|
1570
1599
|
"endIndex": 6
|
|
1571
|
-
}
|
|
1600
|
+
},
|
|
1601
|
+
"isOptional": true
|
|
1572
1602
|
}
|
|
1573
1603
|
],
|
|
1574
1604
|
"name": "dataSanitizeString"
|
|
@@ -1620,14 +1650,16 @@
|
|
|
1620
1650
|
"parameterTypeTokenRange": {
|
|
1621
1651
|
"startIndex": 1,
|
|
1622
1652
|
"endIndex": 2
|
|
1623
|
-
}
|
|
1653
|
+
},
|
|
1654
|
+
"isOptional": false
|
|
1624
1655
|
},
|
|
1625
1656
|
{
|
|
1626
1657
|
"parameterName": "url",
|
|
1627
1658
|
"parameterTypeTokenRange": {
|
|
1628
1659
|
"startIndex": 3,
|
|
1629
1660
|
"endIndex": 4
|
|
1630
|
-
}
|
|
1661
|
+
},
|
|
1662
|
+
"isOptional": false
|
|
1631
1663
|
}
|
|
1632
1664
|
],
|
|
1633
1665
|
"name": "dataSanitizeUrl"
|
|
@@ -1700,14 +1732,16 @@
|
|
|
1700
1732
|
"parameterTypeTokenRange": {
|
|
1701
1733
|
"startIndex": 1,
|
|
1702
1734
|
"endIndex": 2
|
|
1703
|
-
}
|
|
1735
|
+
},
|
|
1736
|
+
"isOptional": false
|
|
1704
1737
|
},
|
|
1705
1738
|
{
|
|
1706
1739
|
"parameterName": "end",
|
|
1707
1740
|
"parameterTypeTokenRange": {
|
|
1708
1741
|
"startIndex": 3,
|
|
1709
1742
|
"endIndex": 4
|
|
1710
|
-
}
|
|
1743
|
+
},
|
|
1744
|
+
"isOptional": false
|
|
1711
1745
|
}
|
|
1712
1746
|
],
|
|
1713
1747
|
"name": "dateTimeUtilsDuration"
|
|
@@ -1893,7 +1927,8 @@
|
|
|
1893
1927
|
"parameterTypeTokenRange": {
|
|
1894
1928
|
"startIndex": 1,
|
|
1895
1929
|
"endIndex": 2
|
|
1896
|
-
}
|
|
1930
|
+
},
|
|
1931
|
+
"isOptional": false
|
|
1897
1932
|
}
|
|
1898
1933
|
],
|
|
1899
1934
|
"name": "dsPadNumber"
|
|
@@ -1977,21 +2012,24 @@
|
|
|
1977
2012
|
"parameterTypeTokenRange": {
|
|
1978
2013
|
"startIndex": 1,
|
|
1979
2014
|
"endIndex": 2
|
|
1980
|
-
}
|
|
2015
|
+
},
|
|
2016
|
+
"isOptional": false
|
|
1981
2017
|
},
|
|
1982
2018
|
{
|
|
1983
2019
|
"parameterName": "data",
|
|
1984
2020
|
"parameterTypeTokenRange": {
|
|
1985
2021
|
"startIndex": 3,
|
|
1986
2022
|
"endIndex": 4
|
|
1987
|
-
}
|
|
2023
|
+
},
|
|
2024
|
+
"isOptional": false
|
|
1988
2025
|
},
|
|
1989
2026
|
{
|
|
1990
2027
|
"parameterName": "name",
|
|
1991
2028
|
"parameterTypeTokenRange": {
|
|
1992
2029
|
"startIndex": 5,
|
|
1993
2030
|
"endIndex": 6
|
|
1994
|
-
}
|
|
2031
|
+
},
|
|
2032
|
+
"isOptional": false
|
|
1995
2033
|
}
|
|
1996
2034
|
]
|
|
1997
2035
|
},
|
|
@@ -2025,12 +2063,12 @@
|
|
|
2025
2063
|
],
|
|
2026
2064
|
"extendsTokenRange": {
|
|
2027
2065
|
"startIndex": 1,
|
|
2028
|
-
"endIndex":
|
|
2066
|
+
"endIndex": 2
|
|
2029
2067
|
},
|
|
2030
2068
|
"implementsTokenRanges": [
|
|
2031
2069
|
{
|
|
2032
2070
|
"startIndex": 4,
|
|
2033
|
-
"endIndex":
|
|
2071
|
+
"endIndex": 5
|
|
2034
2072
|
}
|
|
2035
2073
|
]
|
|
2036
2074
|
},
|
|
@@ -2120,28 +2158,32 @@
|
|
|
2120
2158
|
"parameterTypeTokenRange": {
|
|
2121
2159
|
"startIndex": 1,
|
|
2122
2160
|
"endIndex": 2
|
|
2123
|
-
}
|
|
2161
|
+
},
|
|
2162
|
+
"isOptional": false
|
|
2124
2163
|
},
|
|
2125
2164
|
{
|
|
2126
2165
|
"parameterName": "name",
|
|
2127
2166
|
"parameterTypeTokenRange": {
|
|
2128
2167
|
"startIndex": 3,
|
|
2129
2168
|
"endIndex": 4
|
|
2130
|
-
}
|
|
2169
|
+
},
|
|
2170
|
+
"isOptional": false
|
|
2131
2171
|
},
|
|
2132
2172
|
{
|
|
2133
2173
|
"parameterName": "properties",
|
|
2134
2174
|
"parameterTypeTokenRange": {
|
|
2135
2175
|
"startIndex": 5,
|
|
2136
2176
|
"endIndex": 6
|
|
2137
|
-
}
|
|
2177
|
+
},
|
|
2178
|
+
"isOptional": true
|
|
2138
2179
|
},
|
|
2139
2180
|
{
|
|
2140
2181
|
"parameterName": "measurements",
|
|
2141
2182
|
"parameterTypeTokenRange": {
|
|
2142
2183
|
"startIndex": 7,
|
|
2143
2184
|
"endIndex": 8
|
|
2144
|
-
}
|
|
2185
|
+
},
|
|
2186
|
+
"isOptional": true
|
|
2145
2187
|
}
|
|
2146
2188
|
]
|
|
2147
2189
|
},
|
|
@@ -2265,12 +2307,12 @@
|
|
|
2265
2307
|
],
|
|
2266
2308
|
"extendsTokenRange": {
|
|
2267
2309
|
"startIndex": 1,
|
|
2268
|
-
"endIndex":
|
|
2310
|
+
"endIndex": 2
|
|
2269
2311
|
},
|
|
2270
2312
|
"implementsTokenRanges": [
|
|
2271
2313
|
{
|
|
2272
2314
|
"startIndex": 4,
|
|
2273
|
-
"endIndex":
|
|
2315
|
+
"endIndex": 5
|
|
2274
2316
|
}
|
|
2275
2317
|
]
|
|
2276
2318
|
},
|
|
@@ -2396,42 +2438,48 @@
|
|
|
2396
2438
|
"parameterTypeTokenRange": {
|
|
2397
2439
|
"startIndex": 1,
|
|
2398
2440
|
"endIndex": 2
|
|
2399
|
-
}
|
|
2441
|
+
},
|
|
2442
|
+
"isOptional": false
|
|
2400
2443
|
},
|
|
2401
2444
|
{
|
|
2402
2445
|
"parameterName": "exception",
|
|
2403
2446
|
"parameterTypeTokenRange": {
|
|
2404
2447
|
"startIndex": 3,
|
|
2405
2448
|
"endIndex": 8
|
|
2406
|
-
}
|
|
2449
|
+
},
|
|
2450
|
+
"isOptional": false
|
|
2407
2451
|
},
|
|
2408
2452
|
{
|
|
2409
2453
|
"parameterName": "properties",
|
|
2410
2454
|
"parameterTypeTokenRange": {
|
|
2411
2455
|
"startIndex": 9,
|
|
2412
2456
|
"endIndex": 10
|
|
2413
|
-
}
|
|
2457
|
+
},
|
|
2458
|
+
"isOptional": true
|
|
2414
2459
|
},
|
|
2415
2460
|
{
|
|
2416
2461
|
"parameterName": "measurements",
|
|
2417
2462
|
"parameterTypeTokenRange": {
|
|
2418
2463
|
"startIndex": 11,
|
|
2419
2464
|
"endIndex": 12
|
|
2420
|
-
}
|
|
2465
|
+
},
|
|
2466
|
+
"isOptional": true
|
|
2421
2467
|
},
|
|
2422
2468
|
{
|
|
2423
2469
|
"parameterName": "severityLevel",
|
|
2424
2470
|
"parameterTypeTokenRange": {
|
|
2425
2471
|
"startIndex": 13,
|
|
2426
2472
|
"endIndex": 14
|
|
2427
|
-
}
|
|
2473
|
+
},
|
|
2474
|
+
"isOptional": true
|
|
2428
2475
|
},
|
|
2429
2476
|
{
|
|
2430
2477
|
"parameterName": "id",
|
|
2431
2478
|
"parameterTypeTokenRange": {
|
|
2432
2479
|
"startIndex": 15,
|
|
2433
2480
|
"endIndex": 16
|
|
2434
|
-
}
|
|
2481
|
+
},
|
|
2482
|
+
"isOptional": true
|
|
2435
2483
|
}
|
|
2436
2484
|
]
|
|
2437
2485
|
},
|
|
@@ -2614,56 +2662,64 @@
|
|
|
2614
2662
|
"parameterTypeTokenRange": {
|
|
2615
2663
|
"startIndex": 1,
|
|
2616
2664
|
"endIndex": 3
|
|
2617
|
-
}
|
|
2665
|
+
},
|
|
2666
|
+
"isOptional": false
|
|
2618
2667
|
},
|
|
2619
2668
|
{
|
|
2620
2669
|
"parameterName": "url",
|
|
2621
2670
|
"parameterTypeTokenRange": {
|
|
2622
2671
|
"startIndex": 4,
|
|
2623
2672
|
"endIndex": 5
|
|
2624
|
-
}
|
|
2673
|
+
},
|
|
2674
|
+
"isOptional": false
|
|
2625
2675
|
},
|
|
2626
2676
|
{
|
|
2627
2677
|
"parameterName": "lineNumber",
|
|
2628
2678
|
"parameterTypeTokenRange": {
|
|
2629
2679
|
"startIndex": 6,
|
|
2630
2680
|
"endIndex": 7
|
|
2631
|
-
}
|
|
2681
|
+
},
|
|
2682
|
+
"isOptional": false
|
|
2632
2683
|
},
|
|
2633
2684
|
{
|
|
2634
2685
|
"parameterName": "columnNumber",
|
|
2635
2686
|
"parameterTypeTokenRange": {
|
|
2636
2687
|
"startIndex": 8,
|
|
2637
2688
|
"endIndex": 9
|
|
2638
|
-
}
|
|
2689
|
+
},
|
|
2690
|
+
"isOptional": false
|
|
2639
2691
|
},
|
|
2640
2692
|
{
|
|
2641
2693
|
"parameterName": "error",
|
|
2642
2694
|
"parameterTypeTokenRange": {
|
|
2643
2695
|
"startIndex": 10,
|
|
2644
2696
|
"endIndex": 11
|
|
2645
|
-
}
|
|
2697
|
+
},
|
|
2698
|
+
"isOptional": false
|
|
2646
2699
|
},
|
|
2647
2700
|
{
|
|
2648
2701
|
"parameterName": "evt",
|
|
2649
2702
|
"parameterTypeTokenRange": {
|
|
2650
2703
|
"startIndex": 12,
|
|
2651
2704
|
"endIndex": 14
|
|
2652
|
-
}
|
|
2705
|
+
},
|
|
2706
|
+
"isOptional": true
|
|
2653
2707
|
},
|
|
2654
2708
|
{
|
|
2655
2709
|
"parameterName": "stack",
|
|
2656
2710
|
"parameterTypeTokenRange": {
|
|
2657
2711
|
"startIndex": 15,
|
|
2658
2712
|
"endIndex": 16
|
|
2659
|
-
}
|
|
2713
|
+
},
|
|
2714
|
+
"isOptional": true
|
|
2660
2715
|
},
|
|
2661
2716
|
{
|
|
2662
2717
|
"parameterName": "errorSrc",
|
|
2663
2718
|
"parameterTypeTokenRange": {
|
|
2664
2719
|
"startIndex": 17,
|
|
2665
2720
|
"endIndex": 18
|
|
2666
|
-
}
|
|
2721
|
+
},
|
|
2722
|
+
"isOptional": true
|
|
2667
2723
|
}
|
|
2668
2724
|
],
|
|
2669
2725
|
"name": "CreateAutoException"
|
|
@@ -2735,28 +2791,32 @@
|
|
|
2735
2791
|
"parameterTypeTokenRange": {
|
|
2736
2792
|
"startIndex": 1,
|
|
2737
2793
|
"endIndex": 2
|
|
2738
|
-
}
|
|
2794
|
+
},
|
|
2795
|
+
"isOptional": false
|
|
2739
2796
|
},
|
|
2740
2797
|
{
|
|
2741
2798
|
"parameterName": "exception",
|
|
2742
2799
|
"parameterTypeTokenRange": {
|
|
2743
2800
|
"startIndex": 3,
|
|
2744
2801
|
"endIndex": 4
|
|
2745
|
-
}
|
|
2802
|
+
},
|
|
2803
|
+
"isOptional": false
|
|
2746
2804
|
},
|
|
2747
2805
|
{
|
|
2748
2806
|
"parameterName": "properties",
|
|
2749
2807
|
"parameterTypeTokenRange": {
|
|
2750
2808
|
"startIndex": 5,
|
|
2751
2809
|
"endIndex": 6
|
|
2752
|
-
}
|
|
2810
|
+
},
|
|
2811
|
+
"isOptional": true
|
|
2753
2812
|
},
|
|
2754
2813
|
{
|
|
2755
2814
|
"parameterName": "measurements",
|
|
2756
2815
|
"parameterTypeTokenRange": {
|
|
2757
2816
|
"startIndex": 7,
|
|
2758
2817
|
"endIndex": 8
|
|
2759
|
-
}
|
|
2818
|
+
},
|
|
2819
|
+
"isOptional": true
|
|
2760
2820
|
}
|
|
2761
2821
|
],
|
|
2762
2822
|
"name": "CreateFromInterface"
|
|
@@ -2842,42 +2902,48 @@
|
|
|
2842
2902
|
"parameterTypeTokenRange": {
|
|
2843
2903
|
"startIndex": 1,
|
|
2844
2904
|
"endIndex": 2
|
|
2845
|
-
}
|
|
2905
|
+
},
|
|
2906
|
+
"isOptional": false
|
|
2846
2907
|
},
|
|
2847
2908
|
{
|
|
2848
2909
|
"parameterName": "typeName",
|
|
2849
2910
|
"parameterTypeTokenRange": {
|
|
2850
2911
|
"startIndex": 3,
|
|
2851
2912
|
"endIndex": 4
|
|
2852
|
-
}
|
|
2913
|
+
},
|
|
2914
|
+
"isOptional": false
|
|
2853
2915
|
},
|
|
2854
2916
|
{
|
|
2855
2917
|
"parameterName": "assembly",
|
|
2856
2918
|
"parameterTypeTokenRange": {
|
|
2857
2919
|
"startIndex": 5,
|
|
2858
2920
|
"endIndex": 6
|
|
2859
|
-
}
|
|
2921
|
+
},
|
|
2922
|
+
"isOptional": false
|
|
2860
2923
|
},
|
|
2861
2924
|
{
|
|
2862
2925
|
"parameterName": "fileName",
|
|
2863
2926
|
"parameterTypeTokenRange": {
|
|
2864
2927
|
"startIndex": 7,
|
|
2865
2928
|
"endIndex": 8
|
|
2866
|
-
}
|
|
2929
|
+
},
|
|
2930
|
+
"isOptional": false
|
|
2867
2931
|
},
|
|
2868
2932
|
{
|
|
2869
2933
|
"parameterName": "details",
|
|
2870
2934
|
"parameterTypeTokenRange": {
|
|
2871
2935
|
"startIndex": 9,
|
|
2872
2936
|
"endIndex": 10
|
|
2873
|
-
}
|
|
2937
|
+
},
|
|
2938
|
+
"isOptional": false
|
|
2874
2939
|
},
|
|
2875
2940
|
{
|
|
2876
2941
|
"parameterName": "line",
|
|
2877
2942
|
"parameterTypeTokenRange": {
|
|
2878
2943
|
"startIndex": 11,
|
|
2879
2944
|
"endIndex": 12
|
|
2880
|
-
}
|
|
2945
|
+
},
|
|
2946
|
+
"isOptional": false
|
|
2881
2947
|
}
|
|
2882
2948
|
],
|
|
2883
2949
|
"name": "CreateSimpleException"
|
|
@@ -3082,12 +3148,12 @@
|
|
|
3082
3148
|
],
|
|
3083
3149
|
"extendsTokenRange": {
|
|
3084
3150
|
"startIndex": 1,
|
|
3085
|
-
"endIndex":
|
|
3151
|
+
"endIndex": 2
|
|
3086
3152
|
},
|
|
3087
3153
|
"implementsTokenRanges": [
|
|
3088
3154
|
{
|
|
3089
3155
|
"startIndex": 4,
|
|
3090
|
-
"endIndex":
|
|
3156
|
+
"endIndex": 5
|
|
3091
3157
|
}
|
|
3092
3158
|
]
|
|
3093
3159
|
},
|
|
@@ -3267,14 +3333,16 @@
|
|
|
3267
3333
|
"parameterTypeTokenRange": {
|
|
3268
3334
|
"startIndex": 1,
|
|
3269
3335
|
"endIndex": 3
|
|
3270
|
-
}
|
|
3336
|
+
},
|
|
3337
|
+
"isOptional": false
|
|
3271
3338
|
},
|
|
3272
3339
|
{
|
|
3273
3340
|
"parameterName": "identifier",
|
|
3274
3341
|
"parameterTypeTokenRange": {
|
|
3275
3342
|
"startIndex": 4,
|
|
3276
3343
|
"endIndex": 5
|
|
3277
|
-
}
|
|
3344
|
+
},
|
|
3345
|
+
"isOptional": false
|
|
3278
3346
|
}
|
|
3279
3347
|
],
|
|
3280
3348
|
"name": "getExtensionByName"
|
|
@@ -3349,7 +3417,8 @@
|
|
|
3349
3417
|
"parameterTypeTokenRange": {
|
|
3350
3418
|
"startIndex": 1,
|
|
3351
3419
|
"endIndex": 2
|
|
3352
|
-
}
|
|
3420
|
+
},
|
|
3421
|
+
"isOptional": false
|
|
3353
3422
|
}
|
|
3354
3423
|
],
|
|
3355
3424
|
"name": "_onerror"
|
|
@@ -3402,7 +3471,8 @@
|
|
|
3402
3471
|
"parameterTypeTokenRange": {
|
|
3403
3472
|
"startIndex": 1,
|
|
3404
3473
|
"endIndex": 4
|
|
3405
|
-
}
|
|
3474
|
+
},
|
|
3475
|
+
"isOptional": false
|
|
3406
3476
|
}
|
|
3407
3477
|
],
|
|
3408
3478
|
"name": "addTelemetryInitializer"
|
|
@@ -3475,7 +3545,8 @@
|
|
|
3475
3545
|
"parameterTypeTokenRange": {
|
|
3476
3546
|
"startIndex": 1,
|
|
3477
3547
|
"endIndex": 2
|
|
3478
|
-
}
|
|
3548
|
+
},
|
|
3549
|
+
"isOptional": false
|
|
3479
3550
|
}
|
|
3480
3551
|
],
|
|
3481
3552
|
"name": "startTrackEvent"
|
|
@@ -3519,7 +3590,8 @@
|
|
|
3519
3590
|
"parameterTypeTokenRange": {
|
|
3520
3591
|
"startIndex": 1,
|
|
3521
3592
|
"endIndex": 2
|
|
3522
|
-
}
|
|
3593
|
+
},
|
|
3594
|
+
"isOptional": true
|
|
3523
3595
|
}
|
|
3524
3596
|
],
|
|
3525
3597
|
"name": "startTrackPage"
|
|
@@ -3581,21 +3653,24 @@
|
|
|
3581
3653
|
"parameterTypeTokenRange": {
|
|
3582
3654
|
"startIndex": 1,
|
|
3583
3655
|
"endIndex": 2
|
|
3584
|
-
}
|
|
3656
|
+
},
|
|
3657
|
+
"isOptional": false
|
|
3585
3658
|
},
|
|
3586
3659
|
{
|
|
3587
3660
|
"parameterName": "properties",
|
|
3588
3661
|
"parameterTypeTokenRange": {
|
|
3589
3662
|
"startIndex": 3,
|
|
3590
3663
|
"endIndex": 4
|
|
3591
|
-
}
|
|
3664
|
+
},
|
|
3665
|
+
"isOptional": true
|
|
3592
3666
|
},
|
|
3593
3667
|
{
|
|
3594
3668
|
"parameterName": "measurements",
|
|
3595
3669
|
"parameterTypeTokenRange": {
|
|
3596
3670
|
"startIndex": 5,
|
|
3597
3671
|
"endIndex": 6
|
|
3598
|
-
}
|
|
3672
|
+
},
|
|
3673
|
+
"isOptional": true
|
|
3599
3674
|
}
|
|
3600
3675
|
],
|
|
3601
3676
|
"name": "stopTrackEvent"
|
|
@@ -3656,21 +3731,24 @@
|
|
|
3656
3731
|
"parameterTypeTokenRange": {
|
|
3657
3732
|
"startIndex": 1,
|
|
3658
3733
|
"endIndex": 2
|
|
3659
|
-
}
|
|
3734
|
+
},
|
|
3735
|
+
"isOptional": true
|
|
3660
3736
|
},
|
|
3661
3737
|
{
|
|
3662
3738
|
"parameterName": "url",
|
|
3663
3739
|
"parameterTypeTokenRange": {
|
|
3664
3740
|
"startIndex": 3,
|
|
3665
3741
|
"endIndex": 4
|
|
3666
|
-
}
|
|
3742
|
+
},
|
|
3743
|
+
"isOptional": true
|
|
3667
3744
|
},
|
|
3668
3745
|
{
|
|
3669
3746
|
"parameterName": "customProperties",
|
|
3670
3747
|
"parameterTypeTokenRange": {
|
|
3671
3748
|
"startIndex": 5,
|
|
3672
3749
|
"endIndex": 6
|
|
3673
|
-
}
|
|
3750
|
+
},
|
|
3751
|
+
"isOptional": true
|
|
3674
3752
|
}
|
|
3675
3753
|
],
|
|
3676
3754
|
"name": "stopTrackPage"
|
|
@@ -3723,14 +3801,16 @@
|
|
|
3723
3801
|
"parameterTypeTokenRange": {
|
|
3724
3802
|
"startIndex": 1,
|
|
3725
3803
|
"endIndex": 2
|
|
3726
|
-
}
|
|
3804
|
+
},
|
|
3805
|
+
"isOptional": false
|
|
3727
3806
|
},
|
|
3728
3807
|
{
|
|
3729
3808
|
"parameterName": "customProperties",
|
|
3730
3809
|
"parameterTypeTokenRange": {
|
|
3731
3810
|
"startIndex": 3,
|
|
3732
3811
|
"endIndex": 4
|
|
3733
|
-
}
|
|
3812
|
+
},
|
|
3813
|
+
"isOptional": true
|
|
3734
3814
|
}
|
|
3735
3815
|
],
|
|
3736
3816
|
"name": "trackEvent"
|
|
@@ -3783,14 +3863,16 @@
|
|
|
3783
3863
|
"parameterTypeTokenRange": {
|
|
3784
3864
|
"startIndex": 1,
|
|
3785
3865
|
"endIndex": 2
|
|
3786
|
-
}
|
|
3866
|
+
},
|
|
3867
|
+
"isOptional": false
|
|
3787
3868
|
},
|
|
3788
3869
|
{
|
|
3789
3870
|
"parameterName": "customProperties",
|
|
3790
3871
|
"parameterTypeTokenRange": {
|
|
3791
3872
|
"startIndex": 3,
|
|
3792
3873
|
"endIndex": 4
|
|
3793
|
-
}
|
|
3874
|
+
},
|
|
3875
|
+
"isOptional": true
|
|
3794
3876
|
}
|
|
3795
3877
|
],
|
|
3796
3878
|
"name": "trackException"
|
|
@@ -3843,14 +3925,16 @@
|
|
|
3843
3925
|
"parameterTypeTokenRange": {
|
|
3844
3926
|
"startIndex": 1,
|
|
3845
3927
|
"endIndex": 2
|
|
3846
|
-
}
|
|
3928
|
+
},
|
|
3929
|
+
"isOptional": false
|
|
3847
3930
|
},
|
|
3848
3931
|
{
|
|
3849
3932
|
"parameterName": "customProperties",
|
|
3850
3933
|
"parameterTypeTokenRange": {
|
|
3851
3934
|
"startIndex": 3,
|
|
3852
3935
|
"endIndex": 4
|
|
3853
|
-
}
|
|
3936
|
+
},
|
|
3937
|
+
"isOptional": true
|
|
3854
3938
|
}
|
|
3855
3939
|
],
|
|
3856
3940
|
"name": "trackMetric"
|
|
@@ -3903,14 +3987,16 @@
|
|
|
3903
3987
|
"parameterTypeTokenRange": {
|
|
3904
3988
|
"startIndex": 1,
|
|
3905
3989
|
"endIndex": 2
|
|
3906
|
-
}
|
|
3990
|
+
},
|
|
3991
|
+
"isOptional": false
|
|
3907
3992
|
},
|
|
3908
3993
|
{
|
|
3909
3994
|
"parameterName": "customProperties",
|
|
3910
3995
|
"parameterTypeTokenRange": {
|
|
3911
3996
|
"startIndex": 3,
|
|
3912
3997
|
"endIndex": 4
|
|
3913
|
-
}
|
|
3998
|
+
},
|
|
3999
|
+
"isOptional": true
|
|
3914
4000
|
}
|
|
3915
4001
|
],
|
|
3916
4002
|
"name": "trackPageView"
|
|
@@ -3963,14 +4049,16 @@
|
|
|
3963
4049
|
"parameterTypeTokenRange": {
|
|
3964
4050
|
"startIndex": 1,
|
|
3965
4051
|
"endIndex": 2
|
|
3966
|
-
}
|
|
4052
|
+
},
|
|
4053
|
+
"isOptional": false
|
|
3967
4054
|
},
|
|
3968
4055
|
{
|
|
3969
4056
|
"parameterName": "customProperties",
|
|
3970
4057
|
"parameterTypeTokenRange": {
|
|
3971
4058
|
"startIndex": 3,
|
|
3972
4059
|
"endIndex": 4
|
|
3973
|
-
}
|
|
4060
|
+
},
|
|
4061
|
+
"isOptional": true
|
|
3974
4062
|
}
|
|
3975
4063
|
],
|
|
3976
4064
|
"name": "trackPageViewPerformance"
|
|
@@ -4023,14 +4111,16 @@
|
|
|
4023
4111
|
"parameterTypeTokenRange": {
|
|
4024
4112
|
"startIndex": 1,
|
|
4025
4113
|
"endIndex": 2
|
|
4026
|
-
}
|
|
4114
|
+
},
|
|
4115
|
+
"isOptional": false
|
|
4027
4116
|
},
|
|
4028
4117
|
{
|
|
4029
4118
|
"parameterName": "customProperties",
|
|
4030
4119
|
"parameterTypeTokenRange": {
|
|
4031
4120
|
"startIndex": 3,
|
|
4032
4121
|
"endIndex": 4
|
|
4033
|
-
}
|
|
4122
|
+
},
|
|
4123
|
+
"isOptional": true
|
|
4034
4124
|
}
|
|
4035
4125
|
],
|
|
4036
4126
|
"name": "trackTrace"
|
|
@@ -4387,7 +4477,7 @@
|
|
|
4387
4477
|
"extendsTokenRanges": [
|
|
4388
4478
|
{
|
|
4389
4479
|
"startIndex": 1,
|
|
4390
|
-
"endIndex":
|
|
4480
|
+
"endIndex": 2
|
|
4391
4481
|
}
|
|
4392
4482
|
]
|
|
4393
4483
|
},
|
|
@@ -8103,21 +8193,24 @@
|
|
|
8103
8193
|
"parameterTypeTokenRange": {
|
|
8104
8194
|
"startIndex": 1,
|
|
8105
8195
|
"endIndex": 2
|
|
8106
|
-
}
|
|
8196
|
+
},
|
|
8197
|
+
"isOptional": false
|
|
8107
8198
|
},
|
|
8108
8199
|
{
|
|
8109
8200
|
"parameterName": "requestUrl",
|
|
8110
8201
|
"parameterTypeTokenRange": {
|
|
8111
8202
|
"startIndex": 3,
|
|
8112
8203
|
"endIndex": 4
|
|
8113
|
-
}
|
|
8204
|
+
},
|
|
8205
|
+
"isOptional": false
|
|
8114
8206
|
},
|
|
8115
8207
|
{
|
|
8116
8208
|
"parameterName": "currentHost",
|
|
8117
8209
|
"parameterTypeTokenRange": {
|
|
8118
8210
|
"startIndex": 5,
|
|
8119
8211
|
"endIndex": 6
|
|
8120
|
-
}
|
|
8212
|
+
},
|
|
8213
|
+
"isOptional": true
|
|
8121
8214
|
}
|
|
8122
8215
|
],
|
|
8123
8216
|
"name": "canIncludeCorrelationHeader"
|
|
@@ -8187,7 +8280,8 @@
|
|
|
8187
8280
|
"parameterTypeTokenRange": {
|
|
8188
8281
|
"startIndex": 1,
|
|
8189
8282
|
"endIndex": 2
|
|
8190
|
-
}
|
|
8283
|
+
},
|
|
8284
|
+
"isOptional": false
|
|
8191
8285
|
}
|
|
8192
8286
|
],
|
|
8193
8287
|
"name": "getCorrelationContext"
|
|
@@ -8239,14 +8333,16 @@
|
|
|
8239
8333
|
"parameterTypeTokenRange": {
|
|
8240
8334
|
"startIndex": 1,
|
|
8241
8335
|
"endIndex": 2
|
|
8242
|
-
}
|
|
8336
|
+
},
|
|
8337
|
+
"isOptional": false
|
|
8243
8338
|
},
|
|
8244
8339
|
{
|
|
8245
8340
|
"parameterName": "key",
|
|
8246
8341
|
"parameterTypeTokenRange": {
|
|
8247
8342
|
"startIndex": 3,
|
|
8248
8343
|
"endIndex": 4
|
|
8249
|
-
}
|
|
8344
|
+
},
|
|
8345
|
+
"isOptional": false
|
|
8250
8346
|
}
|
|
8251
8347
|
],
|
|
8252
8348
|
"name": "getCorrelationContextValue"
|
|
@@ -9244,7 +9340,7 @@
|
|
|
9244
9340
|
"extendsTokenRanges": [
|
|
9245
9341
|
{
|
|
9246
9342
|
"startIndex": 1,
|
|
9247
|
-
"endIndex":
|
|
9343
|
+
"endIndex": 2
|
|
9248
9344
|
}
|
|
9249
9345
|
]
|
|
9250
9346
|
},
|
|
@@ -9628,7 +9724,7 @@
|
|
|
9628
9724
|
"extendsTokenRanges": [
|
|
9629
9725
|
{
|
|
9630
9726
|
"startIndex": 1,
|
|
9631
|
-
"endIndex":
|
|
9727
|
+
"endIndex": 2
|
|
9632
9728
|
}
|
|
9633
9729
|
]
|
|
9634
9730
|
},
|
|
@@ -9710,7 +9806,7 @@
|
|
|
9710
9806
|
"extendsTokenRanges": [
|
|
9711
9807
|
{
|
|
9712
9808
|
"startIndex": 1,
|
|
9713
|
-
"endIndex":
|
|
9809
|
+
"endIndex": 2
|
|
9714
9810
|
}
|
|
9715
9811
|
]
|
|
9716
9812
|
},
|
|
@@ -9906,7 +10002,7 @@
|
|
|
9906
10002
|
"extendsTokenRanges": [
|
|
9907
10003
|
{
|
|
9908
10004
|
"startIndex": 1,
|
|
9909
|
-
"endIndex":
|
|
10005
|
+
"endIndex": 2
|
|
9910
10006
|
}
|
|
9911
10007
|
]
|
|
9912
10008
|
},
|
|
@@ -10056,7 +10152,7 @@
|
|
|
10056
10152
|
"extendsTokenRanges": [
|
|
10057
10153
|
{
|
|
10058
10154
|
"startIndex": 1,
|
|
10059
|
-
"endIndex":
|
|
10155
|
+
"endIndex": 2
|
|
10060
10156
|
}
|
|
10061
10157
|
]
|
|
10062
10158
|
},
|
|
@@ -10430,7 +10526,7 @@
|
|
|
10430
10526
|
"extendsTokenRanges": [
|
|
10431
10527
|
{
|
|
10432
10528
|
"startIndex": 1,
|
|
10433
|
-
"endIndex":
|
|
10529
|
+
"endIndex": 2
|
|
10434
10530
|
}
|
|
10435
10531
|
]
|
|
10436
10532
|
},
|
|
@@ -10710,7 +10806,7 @@
|
|
|
10710
10806
|
"extendsTokenRanges": [
|
|
10711
10807
|
{
|
|
10712
10808
|
"startIndex": 1,
|
|
10713
|
-
"endIndex":
|
|
10809
|
+
"endIndex": 2
|
|
10714
10810
|
}
|
|
10715
10811
|
]
|
|
10716
10812
|
},
|
|
@@ -10844,7 +10940,7 @@
|
|
|
10844
10940
|
"extendsTokenRanges": [
|
|
10845
10941
|
{
|
|
10846
10942
|
"startIndex": 1,
|
|
10847
|
-
"endIndex":
|
|
10943
|
+
"endIndex": 2
|
|
10848
10944
|
}
|
|
10849
10945
|
]
|
|
10850
10946
|
},
|
|
@@ -11056,7 +11152,7 @@
|
|
|
11056
11152
|
"extendsTokenRanges": [
|
|
11057
11153
|
{
|
|
11058
11154
|
"startIndex": 1,
|
|
11059
|
-
"endIndex":
|
|
11155
|
+
"endIndex": 2
|
|
11060
11156
|
}
|
|
11061
11157
|
]
|
|
11062
11158
|
},
|
|
@@ -11138,7 +11234,7 @@
|
|
|
11138
11234
|
"extendsTokenRanges": [
|
|
11139
11235
|
{
|
|
11140
11236
|
"startIndex": 1,
|
|
11141
|
-
"endIndex":
|
|
11237
|
+
"endIndex": 2
|
|
11142
11238
|
}
|
|
11143
11239
|
]
|
|
11144
11240
|
},
|
|
@@ -11615,7 +11711,8 @@
|
|
|
11615
11711
|
"parameterTypeTokenRange": {
|
|
11616
11712
|
"startIndex": 1,
|
|
11617
11713
|
"endIndex": 2
|
|
11618
|
-
}
|
|
11714
|
+
},
|
|
11715
|
+
"isOptional": false
|
|
11619
11716
|
}
|
|
11620
11717
|
],
|
|
11621
11718
|
"name": "isSampledIn"
|
|
@@ -11734,35 +11831,40 @@
|
|
|
11734
11831
|
"parameterTypeTokenRange": {
|
|
11735
11832
|
"startIndex": 1,
|
|
11736
11833
|
"endIndex": 3
|
|
11737
|
-
}
|
|
11834
|
+
},
|
|
11835
|
+
"isOptional": false
|
|
11738
11836
|
},
|
|
11739
11837
|
{
|
|
11740
11838
|
"parameterName": "url",
|
|
11741
11839
|
"parameterTypeTokenRange": {
|
|
11742
11840
|
"startIndex": 4,
|
|
11743
11841
|
"endIndex": 5
|
|
11744
|
-
}
|
|
11842
|
+
},
|
|
11843
|
+
"isOptional": false
|
|
11745
11844
|
},
|
|
11746
11845
|
{
|
|
11747
11846
|
"parameterName": "lineNumber",
|
|
11748
11847
|
"parameterTypeTokenRange": {
|
|
11749
11848
|
"startIndex": 6,
|
|
11750
11849
|
"endIndex": 7
|
|
11751
|
-
}
|
|
11850
|
+
},
|
|
11851
|
+
"isOptional": false
|
|
11752
11852
|
},
|
|
11753
11853
|
{
|
|
11754
11854
|
"parameterName": "columnNumber",
|
|
11755
11855
|
"parameterTypeTokenRange": {
|
|
11756
11856
|
"startIndex": 8,
|
|
11757
11857
|
"endIndex": 9
|
|
11758
|
-
}
|
|
11858
|
+
},
|
|
11859
|
+
"isOptional": false
|
|
11759
11860
|
},
|
|
11760
11861
|
{
|
|
11761
11862
|
"parameterName": "error",
|
|
11762
11863
|
"parameterTypeTokenRange": {
|
|
11763
11864
|
"startIndex": 10,
|
|
11764
11865
|
"endIndex": 13
|
|
11765
|
-
}
|
|
11866
|
+
},
|
|
11867
|
+
"isOptional": false
|
|
11766
11868
|
}
|
|
11767
11869
|
],
|
|
11768
11870
|
"name": "isCrossOriginError"
|
|
@@ -11941,7 +12043,8 @@
|
|
|
11941
12043
|
"parameterTypeTokenRange": {
|
|
11942
12044
|
"startIndex": 1,
|
|
11943
12045
|
"endIndex": 2
|
|
11944
|
-
}
|
|
12046
|
+
},
|
|
12047
|
+
"isOptional": false
|
|
11945
12048
|
}
|
|
11946
12049
|
],
|
|
11947
12050
|
"name": "isInternalApplicationInsightsEndpoint"
|
|
@@ -12498,7 +12601,7 @@
|
|
|
12498
12601
|
"extendsTokenRanges": [
|
|
12499
12602
|
{
|
|
12500
12603
|
"startIndex": 1,
|
|
12501
|
-
"endIndex":
|
|
12604
|
+
"endIndex": 2
|
|
12502
12605
|
}
|
|
12503
12606
|
]
|
|
12504
12607
|
},
|
|
@@ -13008,21 +13111,24 @@
|
|
|
13008
13111
|
"parameterTypeTokenRange": {
|
|
13009
13112
|
"startIndex": 1,
|
|
13010
13113
|
"endIndex": 2
|
|
13011
|
-
}
|
|
13114
|
+
},
|
|
13115
|
+
"isOptional": false
|
|
13012
13116
|
},
|
|
13013
13117
|
{
|
|
13014
13118
|
"parameterName": "accountId",
|
|
13015
13119
|
"parameterTypeTokenRange": {
|
|
13016
13120
|
"startIndex": 3,
|
|
13017
13121
|
"endIndex": 4
|
|
13018
|
-
}
|
|
13122
|
+
},
|
|
13123
|
+
"isOptional": true
|
|
13019
13124
|
},
|
|
13020
13125
|
{
|
|
13021
13126
|
"parameterName": "storeInCookie",
|
|
13022
13127
|
"parameterTypeTokenRange": {
|
|
13023
13128
|
"startIndex": 5,
|
|
13024
13129
|
"endIndex": 6
|
|
13025
|
-
}
|
|
13130
|
+
},
|
|
13131
|
+
"isOptional": true
|
|
13026
13132
|
}
|
|
13027
13133
|
],
|
|
13028
13134
|
"name": "setAuthenticatedUserContext"
|
|
@@ -13066,7 +13172,8 @@
|
|
|
13066
13172
|
"parameterTypeTokenRange": {
|
|
13067
13173
|
"startIndex": 1,
|
|
13068
13174
|
"endIndex": 2
|
|
13069
|
-
}
|
|
13175
|
+
},
|
|
13176
|
+
"isOptional": true
|
|
13070
13177
|
}
|
|
13071
13178
|
],
|
|
13072
13179
|
"name": "update"
|
|
@@ -13075,7 +13182,7 @@
|
|
|
13075
13182
|
"extendsTokenRanges": [
|
|
13076
13183
|
{
|
|
13077
13184
|
"startIndex": 1,
|
|
13078
|
-
"endIndex":
|
|
13185
|
+
"endIndex": 2
|
|
13079
13186
|
}
|
|
13080
13187
|
]
|
|
13081
13188
|
},
|
|
@@ -14523,63 +14630,72 @@
|
|
|
14523
14630
|
"parameterTypeTokenRange": {
|
|
14524
14631
|
"startIndex": 1,
|
|
14525
14632
|
"endIndex": 2
|
|
14526
|
-
}
|
|
14633
|
+
},
|
|
14634
|
+
"isOptional": false
|
|
14527
14635
|
},
|
|
14528
14636
|
{
|
|
14529
14637
|
"parameterName": "name",
|
|
14530
14638
|
"parameterTypeTokenRange": {
|
|
14531
14639
|
"startIndex": 3,
|
|
14532
14640
|
"endIndex": 4
|
|
14533
|
-
}
|
|
14641
|
+
},
|
|
14642
|
+
"isOptional": false
|
|
14534
14643
|
},
|
|
14535
14644
|
{
|
|
14536
14645
|
"parameterName": "value",
|
|
14537
14646
|
"parameterTypeTokenRange": {
|
|
14538
14647
|
"startIndex": 5,
|
|
14539
14648
|
"endIndex": 6
|
|
14540
|
-
}
|
|
14649
|
+
},
|
|
14650
|
+
"isOptional": false
|
|
14541
14651
|
},
|
|
14542
14652
|
{
|
|
14543
14653
|
"parameterName": "count",
|
|
14544
14654
|
"parameterTypeTokenRange": {
|
|
14545
14655
|
"startIndex": 7,
|
|
14546
14656
|
"endIndex": 8
|
|
14547
|
-
}
|
|
14657
|
+
},
|
|
14658
|
+
"isOptional": true
|
|
14548
14659
|
},
|
|
14549
14660
|
{
|
|
14550
14661
|
"parameterName": "min",
|
|
14551
14662
|
"parameterTypeTokenRange": {
|
|
14552
14663
|
"startIndex": 9,
|
|
14553
14664
|
"endIndex": 10
|
|
14554
|
-
}
|
|
14665
|
+
},
|
|
14666
|
+
"isOptional": true
|
|
14555
14667
|
},
|
|
14556
14668
|
{
|
|
14557
14669
|
"parameterName": "max",
|
|
14558
14670
|
"parameterTypeTokenRange": {
|
|
14559
14671
|
"startIndex": 11,
|
|
14560
14672
|
"endIndex": 12
|
|
14561
|
-
}
|
|
14673
|
+
},
|
|
14674
|
+
"isOptional": true
|
|
14562
14675
|
},
|
|
14563
14676
|
{
|
|
14564
14677
|
"parameterName": "stdDev",
|
|
14565
14678
|
"parameterTypeTokenRange": {
|
|
14566
14679
|
"startIndex": 13,
|
|
14567
14680
|
"endIndex": 14
|
|
14568
|
-
}
|
|
14681
|
+
},
|
|
14682
|
+
"isOptional": true
|
|
14569
14683
|
},
|
|
14570
14684
|
{
|
|
14571
14685
|
"parameterName": "properties",
|
|
14572
14686
|
"parameterTypeTokenRange": {
|
|
14573
14687
|
"startIndex": 15,
|
|
14574
14688
|
"endIndex": 16
|
|
14575
|
-
}
|
|
14689
|
+
},
|
|
14690
|
+
"isOptional": true
|
|
14576
14691
|
},
|
|
14577
14692
|
{
|
|
14578
14693
|
"parameterName": "measurements",
|
|
14579
14694
|
"parameterTypeTokenRange": {
|
|
14580
14695
|
"startIndex": 17,
|
|
14581
14696
|
"endIndex": 18
|
|
14582
|
-
}
|
|
14697
|
+
},
|
|
14698
|
+
"isOptional": true
|
|
14583
14699
|
}
|
|
14584
14700
|
]
|
|
14585
14701
|
},
|
|
@@ -14694,12 +14810,12 @@
|
|
|
14694
14810
|
],
|
|
14695
14811
|
"extendsTokenRange": {
|
|
14696
14812
|
"startIndex": 1,
|
|
14697
|
-
"endIndex":
|
|
14813
|
+
"endIndex": 2
|
|
14698
14814
|
},
|
|
14699
14815
|
"implementsTokenRanges": [
|
|
14700
14816
|
{
|
|
14701
14817
|
"startIndex": 4,
|
|
14702
|
-
"endIndex":
|
|
14818
|
+
"endIndex": 5
|
|
14703
14819
|
}
|
|
14704
14820
|
]
|
|
14705
14821
|
},
|
|
@@ -14741,7 +14857,8 @@
|
|
|
14741
14857
|
"parameterTypeTokenRange": {
|
|
14742
14858
|
"startIndex": 1,
|
|
14743
14859
|
"endIndex": 2
|
|
14744
|
-
}
|
|
14860
|
+
},
|
|
14861
|
+
"isOptional": false
|
|
14745
14862
|
}
|
|
14746
14863
|
],
|
|
14747
14864
|
"name": "msToTimeSpan"
|
|
@@ -14856,49 +14973,56 @@
|
|
|
14856
14973
|
"parameterTypeTokenRange": {
|
|
14857
14974
|
"startIndex": 1,
|
|
14858
14975
|
"endIndex": 2
|
|
14859
|
-
}
|
|
14976
|
+
},
|
|
14977
|
+
"isOptional": false
|
|
14860
14978
|
},
|
|
14861
14979
|
{
|
|
14862
14980
|
"parameterName": "name",
|
|
14863
14981
|
"parameterTypeTokenRange": {
|
|
14864
14982
|
"startIndex": 3,
|
|
14865
14983
|
"endIndex": 4
|
|
14866
|
-
}
|
|
14984
|
+
},
|
|
14985
|
+
"isOptional": true
|
|
14867
14986
|
},
|
|
14868
14987
|
{
|
|
14869
14988
|
"parameterName": "url",
|
|
14870
14989
|
"parameterTypeTokenRange": {
|
|
14871
14990
|
"startIndex": 5,
|
|
14872
14991
|
"endIndex": 6
|
|
14873
|
-
}
|
|
14992
|
+
},
|
|
14993
|
+
"isOptional": true
|
|
14874
14994
|
},
|
|
14875
14995
|
{
|
|
14876
14996
|
"parameterName": "durationMs",
|
|
14877
14997
|
"parameterTypeTokenRange": {
|
|
14878
14998
|
"startIndex": 7,
|
|
14879
14999
|
"endIndex": 8
|
|
14880
|
-
}
|
|
15000
|
+
},
|
|
15001
|
+
"isOptional": true
|
|
14881
15002
|
},
|
|
14882
15003
|
{
|
|
14883
15004
|
"parameterName": "properties",
|
|
14884
15005
|
"parameterTypeTokenRange": {
|
|
14885
15006
|
"startIndex": 9,
|
|
14886
15007
|
"endIndex": 10
|
|
14887
|
-
}
|
|
15008
|
+
},
|
|
15009
|
+
"isOptional": true
|
|
14888
15010
|
},
|
|
14889
15011
|
{
|
|
14890
15012
|
"parameterName": "measurements",
|
|
14891
15013
|
"parameterTypeTokenRange": {
|
|
14892
15014
|
"startIndex": 11,
|
|
14893
15015
|
"endIndex": 12
|
|
14894
|
-
}
|
|
15016
|
+
},
|
|
15017
|
+
"isOptional": true
|
|
14895
15018
|
},
|
|
14896
15019
|
{
|
|
14897
15020
|
"parameterName": "id",
|
|
14898
15021
|
"parameterTypeTokenRange": {
|
|
14899
15022
|
"startIndex": 13,
|
|
14900
15023
|
"endIndex": 14
|
|
14901
|
-
}
|
|
15024
|
+
},
|
|
15025
|
+
"isOptional": true
|
|
14902
15026
|
}
|
|
14903
15027
|
]
|
|
14904
15028
|
},
|
|
@@ -15049,12 +15173,12 @@
|
|
|
15049
15173
|
],
|
|
15050
15174
|
"extendsTokenRange": {
|
|
15051
15175
|
"startIndex": 1,
|
|
15052
|
-
"endIndex":
|
|
15176
|
+
"endIndex": 2
|
|
15053
15177
|
},
|
|
15054
15178
|
"implementsTokenRanges": [
|
|
15055
15179
|
{
|
|
15056
15180
|
"startIndex": 4,
|
|
15057
|
-
"endIndex":
|
|
15181
|
+
"endIndex": 5
|
|
15058
15182
|
}
|
|
15059
15183
|
]
|
|
15060
15184
|
},
|
|
@@ -15286,7 +15410,7 @@
|
|
|
15286
15410
|
],
|
|
15287
15411
|
"extendsTokenRange": {
|
|
15288
15412
|
"startIndex": 1,
|
|
15289
|
-
"endIndex":
|
|
15413
|
+
"endIndex": 2
|
|
15290
15414
|
},
|
|
15291
15415
|
"implementsTokenRanges": []
|
|
15292
15416
|
},
|
|
@@ -15401,49 +15525,56 @@
|
|
|
15401
15525
|
"parameterTypeTokenRange": {
|
|
15402
15526
|
"startIndex": 1,
|
|
15403
15527
|
"endIndex": 2
|
|
15404
|
-
}
|
|
15528
|
+
},
|
|
15529
|
+
"isOptional": false
|
|
15405
15530
|
},
|
|
15406
15531
|
{
|
|
15407
15532
|
"parameterName": "name",
|
|
15408
15533
|
"parameterTypeTokenRange": {
|
|
15409
15534
|
"startIndex": 3,
|
|
15410
15535
|
"endIndex": 4
|
|
15411
|
-
}
|
|
15536
|
+
},
|
|
15537
|
+
"isOptional": false
|
|
15412
15538
|
},
|
|
15413
15539
|
{
|
|
15414
15540
|
"parameterName": "url",
|
|
15415
15541
|
"parameterTypeTokenRange": {
|
|
15416
15542
|
"startIndex": 5,
|
|
15417
15543
|
"endIndex": 6
|
|
15418
|
-
}
|
|
15544
|
+
},
|
|
15545
|
+
"isOptional": false
|
|
15419
15546
|
},
|
|
15420
15547
|
{
|
|
15421
15548
|
"parameterName": "unused",
|
|
15422
15549
|
"parameterTypeTokenRange": {
|
|
15423
15550
|
"startIndex": 7,
|
|
15424
15551
|
"endIndex": 8
|
|
15425
|
-
}
|
|
15552
|
+
},
|
|
15553
|
+
"isOptional": false
|
|
15426
15554
|
},
|
|
15427
15555
|
{
|
|
15428
15556
|
"parameterName": "properties",
|
|
15429
15557
|
"parameterTypeTokenRange": {
|
|
15430
15558
|
"startIndex": 9,
|
|
15431
15559
|
"endIndex": 10
|
|
15432
|
-
}
|
|
15560
|
+
},
|
|
15561
|
+
"isOptional": true
|
|
15433
15562
|
},
|
|
15434
15563
|
{
|
|
15435
15564
|
"parameterName": "measurements",
|
|
15436
15565
|
"parameterTypeTokenRange": {
|
|
15437
15566
|
"startIndex": 11,
|
|
15438
15567
|
"endIndex": 12
|
|
15439
|
-
}
|
|
15568
|
+
},
|
|
15569
|
+
"isOptional": true
|
|
15440
15570
|
},
|
|
15441
15571
|
{
|
|
15442
15572
|
"parameterName": "cs4BaseData",
|
|
15443
15573
|
"parameterTypeTokenRange": {
|
|
15444
15574
|
"startIndex": 13,
|
|
15445
15575
|
"endIndex": 14
|
|
15446
|
-
}
|
|
15576
|
+
},
|
|
15577
|
+
"isOptional": true
|
|
15447
15578
|
}
|
|
15448
15579
|
]
|
|
15449
15580
|
},
|
|
@@ -15630,12 +15761,12 @@
|
|
|
15630
15761
|
],
|
|
15631
15762
|
"extendsTokenRange": {
|
|
15632
15763
|
"startIndex": 1,
|
|
15633
|
-
"endIndex":
|
|
15764
|
+
"endIndex": 2
|
|
15634
15765
|
},
|
|
15635
15766
|
"implementsTokenRanges": [
|
|
15636
15767
|
{
|
|
15637
15768
|
"startIndex": 4,
|
|
15638
|
-
"endIndex":
|
|
15769
|
+
"endIndex": 5
|
|
15639
15770
|
}
|
|
15640
15771
|
]
|
|
15641
15772
|
},
|
|
@@ -15678,7 +15809,8 @@
|
|
|
15678
15809
|
"parameterTypeTokenRange": {
|
|
15679
15810
|
"startIndex": 1,
|
|
15680
15811
|
"endIndex": 2
|
|
15681
|
-
}
|
|
15812
|
+
},
|
|
15813
|
+
"isOptional": true
|
|
15682
15814
|
}
|
|
15683
15815
|
],
|
|
15684
15816
|
"name": "parseConnectionString"
|
|
@@ -15869,84 +16001,96 @@
|
|
|
15869
16001
|
"parameterTypeTokenRange": {
|
|
15870
16002
|
"startIndex": 1,
|
|
15871
16003
|
"endIndex": 2
|
|
15872
|
-
}
|
|
16004
|
+
},
|
|
16005
|
+
"isOptional": false
|
|
15873
16006
|
},
|
|
15874
16007
|
{
|
|
15875
16008
|
"parameterName": "id",
|
|
15876
16009
|
"parameterTypeTokenRange": {
|
|
15877
16010
|
"startIndex": 3,
|
|
15878
16011
|
"endIndex": 4
|
|
15879
|
-
}
|
|
16012
|
+
},
|
|
16013
|
+
"isOptional": false
|
|
15880
16014
|
},
|
|
15881
16015
|
{
|
|
15882
16016
|
"parameterName": "absoluteUrl",
|
|
15883
16017
|
"parameterTypeTokenRange": {
|
|
15884
16018
|
"startIndex": 5,
|
|
15885
16019
|
"endIndex": 6
|
|
15886
|
-
}
|
|
16020
|
+
},
|
|
16021
|
+
"isOptional": false
|
|
15887
16022
|
},
|
|
15888
16023
|
{
|
|
15889
16024
|
"parameterName": "commandName",
|
|
15890
16025
|
"parameterTypeTokenRange": {
|
|
15891
16026
|
"startIndex": 7,
|
|
15892
16027
|
"endIndex": 8
|
|
15893
|
-
}
|
|
16028
|
+
},
|
|
16029
|
+
"isOptional": false
|
|
15894
16030
|
},
|
|
15895
16031
|
{
|
|
15896
16032
|
"parameterName": "value",
|
|
15897
16033
|
"parameterTypeTokenRange": {
|
|
15898
16034
|
"startIndex": 9,
|
|
15899
16035
|
"endIndex": 10
|
|
15900
|
-
}
|
|
16036
|
+
},
|
|
16037
|
+
"isOptional": false
|
|
15901
16038
|
},
|
|
15902
16039
|
{
|
|
15903
16040
|
"parameterName": "success",
|
|
15904
16041
|
"parameterTypeTokenRange": {
|
|
15905
16042
|
"startIndex": 11,
|
|
15906
16043
|
"endIndex": 12
|
|
15907
|
-
}
|
|
16044
|
+
},
|
|
16045
|
+
"isOptional": false
|
|
15908
16046
|
},
|
|
15909
16047
|
{
|
|
15910
16048
|
"parameterName": "resultCode",
|
|
15911
16049
|
"parameterTypeTokenRange": {
|
|
15912
16050
|
"startIndex": 13,
|
|
15913
16051
|
"endIndex": 14
|
|
15914
|
-
}
|
|
16052
|
+
},
|
|
16053
|
+
"isOptional": false
|
|
15915
16054
|
},
|
|
15916
16055
|
{
|
|
15917
16056
|
"parameterName": "method",
|
|
15918
16057
|
"parameterTypeTokenRange": {
|
|
15919
16058
|
"startIndex": 15,
|
|
15920
16059
|
"endIndex": 16
|
|
15921
|
-
}
|
|
16060
|
+
},
|
|
16061
|
+
"isOptional": true
|
|
15922
16062
|
},
|
|
15923
16063
|
{
|
|
15924
16064
|
"parameterName": "requestAPI",
|
|
15925
16065
|
"parameterTypeTokenRange": {
|
|
15926
16066
|
"startIndex": 17,
|
|
15927
16067
|
"endIndex": 18
|
|
15928
|
-
}
|
|
16068
|
+
},
|
|
16069
|
+
"isOptional": true
|
|
15929
16070
|
},
|
|
15930
16071
|
{
|
|
15931
16072
|
"parameterName": "correlationContext",
|
|
15932
16073
|
"parameterTypeTokenRange": {
|
|
15933
16074
|
"startIndex": 19,
|
|
15934
16075
|
"endIndex": 20
|
|
15935
|
-
}
|
|
16076
|
+
},
|
|
16077
|
+
"isOptional": true
|
|
15936
16078
|
},
|
|
15937
16079
|
{
|
|
15938
16080
|
"parameterName": "properties",
|
|
15939
16081
|
"parameterTypeTokenRange": {
|
|
15940
16082
|
"startIndex": 21,
|
|
15941
16083
|
"endIndex": 22
|
|
15942
|
-
}
|
|
16084
|
+
},
|
|
16085
|
+
"isOptional": true
|
|
15943
16086
|
},
|
|
15944
16087
|
{
|
|
15945
16088
|
"parameterName": "measurements",
|
|
15946
16089
|
"parameterTypeTokenRange": {
|
|
15947
16090
|
"startIndex": 23,
|
|
15948
16091
|
"endIndex": 24
|
|
15949
|
-
}
|
|
16092
|
+
},
|
|
16093
|
+
"isOptional": true
|
|
15950
16094
|
}
|
|
15951
16095
|
]
|
|
15952
16096
|
},
|
|
@@ -16223,12 +16367,12 @@
|
|
|
16223
16367
|
],
|
|
16224
16368
|
"extendsTokenRange": {
|
|
16225
16369
|
"startIndex": 1,
|
|
16226
|
-
"endIndex":
|
|
16370
|
+
"endIndex": 2
|
|
16227
16371
|
},
|
|
16228
16372
|
"implementsTokenRanges": [
|
|
16229
16373
|
{
|
|
16230
16374
|
"startIndex": 4,
|
|
16231
|
-
"endIndex":
|
|
16375
|
+
"endIndex": 5
|
|
16232
16376
|
}
|
|
16233
16377
|
]
|
|
16234
16378
|
},
|
|
@@ -16437,14 +16581,16 @@
|
|
|
16437
16581
|
"parameterTypeTokenRange": {
|
|
16438
16582
|
"startIndex": 1,
|
|
16439
16583
|
"endIndex": 2
|
|
16440
|
-
}
|
|
16584
|
+
},
|
|
16585
|
+
"isOptional": false
|
|
16441
16586
|
},
|
|
16442
16587
|
{
|
|
16443
16588
|
"parameterName": "defaultValue",
|
|
16444
16589
|
"parameterTypeTokenRange": {
|
|
16445
16590
|
"startIndex": 3,
|
|
16446
16591
|
"endIndex": 4
|
|
16447
|
-
}
|
|
16592
|
+
},
|
|
16593
|
+
"isOptional": true
|
|
16448
16594
|
}
|
|
16449
16595
|
],
|
|
16450
16596
|
"name": "stringToBoolOrDefault"
|
|
@@ -16561,42 +16707,48 @@
|
|
|
16561
16707
|
"parameterTypeTokenRange": {
|
|
16562
16708
|
"startIndex": 1,
|
|
16563
16709
|
"endIndex": 2
|
|
16564
|
-
}
|
|
16710
|
+
},
|
|
16711
|
+
"isOptional": false
|
|
16565
16712
|
},
|
|
16566
16713
|
{
|
|
16567
16714
|
"parameterName": "baseType",
|
|
16568
16715
|
"parameterTypeTokenRange": {
|
|
16569
16716
|
"startIndex": 3,
|
|
16570
16717
|
"endIndex": 4
|
|
16571
|
-
}
|
|
16718
|
+
},
|
|
16719
|
+
"isOptional": false
|
|
16572
16720
|
},
|
|
16573
16721
|
{
|
|
16574
16722
|
"parameterName": "envelopeName",
|
|
16575
16723
|
"parameterTypeTokenRange": {
|
|
16576
16724
|
"startIndex": 5,
|
|
16577
16725
|
"endIndex": 6
|
|
16578
|
-
}
|
|
16726
|
+
},
|
|
16727
|
+
"isOptional": false
|
|
16579
16728
|
},
|
|
16580
16729
|
{
|
|
16581
16730
|
"parameterName": "logger",
|
|
16582
16731
|
"parameterTypeTokenRange": {
|
|
16583
16732
|
"startIndex": 7,
|
|
16584
16733
|
"endIndex": 8
|
|
16585
|
-
}
|
|
16734
|
+
},
|
|
16735
|
+
"isOptional": false
|
|
16586
16736
|
},
|
|
16587
16737
|
{
|
|
16588
16738
|
"parameterName": "customProperties",
|
|
16589
16739
|
"parameterTypeTokenRange": {
|
|
16590
16740
|
"startIndex": 9,
|
|
16591
16741
|
"endIndex": 10
|
|
16592
|
-
}
|
|
16742
|
+
},
|
|
16743
|
+
"isOptional": true
|
|
16593
16744
|
},
|
|
16594
16745
|
{
|
|
16595
16746
|
"parameterName": "systemProperties",
|
|
16596
16747
|
"parameterTypeTokenRange": {
|
|
16597
16748
|
"startIndex": 11,
|
|
16598
16749
|
"endIndex": 12
|
|
16599
|
-
}
|
|
16750
|
+
},
|
|
16751
|
+
"isOptional": true
|
|
16600
16752
|
}
|
|
16601
16753
|
],
|
|
16602
16754
|
"typeParameters": [
|
|
@@ -16712,35 +16864,40 @@
|
|
|
16712
16864
|
"parameterTypeTokenRange": {
|
|
16713
16865
|
"startIndex": 1,
|
|
16714
16866
|
"endIndex": 2
|
|
16715
|
-
}
|
|
16867
|
+
},
|
|
16868
|
+
"isOptional": false
|
|
16716
16869
|
},
|
|
16717
16870
|
{
|
|
16718
16871
|
"parameterName": "message",
|
|
16719
16872
|
"parameterTypeTokenRange": {
|
|
16720
16873
|
"startIndex": 3,
|
|
16721
16874
|
"endIndex": 4
|
|
16722
|
-
}
|
|
16875
|
+
},
|
|
16876
|
+
"isOptional": false
|
|
16723
16877
|
},
|
|
16724
16878
|
{
|
|
16725
16879
|
"parameterName": "severityLevel",
|
|
16726
16880
|
"parameterTypeTokenRange": {
|
|
16727
16881
|
"startIndex": 5,
|
|
16728
16882
|
"endIndex": 6
|
|
16729
|
-
}
|
|
16883
|
+
},
|
|
16884
|
+
"isOptional": true
|
|
16730
16885
|
},
|
|
16731
16886
|
{
|
|
16732
16887
|
"parameterName": "properties",
|
|
16733
16888
|
"parameterTypeTokenRange": {
|
|
16734
16889
|
"startIndex": 7,
|
|
16735
16890
|
"endIndex": 8
|
|
16736
|
-
}
|
|
16891
|
+
},
|
|
16892
|
+
"isOptional": true
|
|
16737
16893
|
},
|
|
16738
16894
|
{
|
|
16739
16895
|
"parameterName": "measurements",
|
|
16740
16896
|
"parameterTypeTokenRange": {
|
|
16741
16897
|
"startIndex": 9,
|
|
16742
16898
|
"endIndex": 10
|
|
16743
|
-
}
|
|
16899
|
+
},
|
|
16900
|
+
"isOptional": true
|
|
16744
16901
|
}
|
|
16745
16902
|
]
|
|
16746
16903
|
},
|
|
@@ -16864,12 +17021,12 @@
|
|
|
16864
17021
|
],
|
|
16865
17022
|
"extendsTokenRange": {
|
|
16866
17023
|
"startIndex": 1,
|
|
16867
|
-
"endIndex":
|
|
17024
|
+
"endIndex": 2
|
|
16868
17025
|
},
|
|
16869
17026
|
"implementsTokenRanges": [
|
|
16870
17027
|
{
|
|
16871
17028
|
"startIndex": 4,
|
|
16872
|
-
"endIndex":
|
|
17029
|
+
"endIndex": 5
|
|
16873
17030
|
}
|
|
16874
17031
|
]
|
|
16875
17032
|
},
|
|
@@ -16911,7 +17068,8 @@
|
|
|
16911
17068
|
"parameterTypeTokenRange": {
|
|
16912
17069
|
"startIndex": 1,
|
|
16913
17070
|
"endIndex": 2
|
|
16914
|
-
}
|
|
17071
|
+
},
|
|
17072
|
+
"isOptional": false
|
|
16915
17073
|
}
|
|
16916
17074
|
],
|
|
16917
17075
|
"name": "urlGetAbsoluteUrl"
|
|
@@ -16962,14 +17120,16 @@
|
|
|
16962
17120
|
"parameterTypeTokenRange": {
|
|
16963
17121
|
"startIndex": 1,
|
|
16964
17122
|
"endIndex": 2
|
|
16965
|
-
}
|
|
17123
|
+
},
|
|
17124
|
+
"isOptional": false
|
|
16966
17125
|
},
|
|
16967
17126
|
{
|
|
16968
17127
|
"parameterName": "absoluteUrl",
|
|
16969
17128
|
"parameterTypeTokenRange": {
|
|
16970
17129
|
"startIndex": 3,
|
|
16971
17130
|
"endIndex": 4
|
|
16972
|
-
}
|
|
17131
|
+
},
|
|
17132
|
+
"isOptional": false
|
|
16973
17133
|
}
|
|
16974
17134
|
],
|
|
16975
17135
|
"name": "urlGetCompleteUrl"
|
|
@@ -17012,7 +17172,8 @@
|
|
|
17012
17172
|
"parameterTypeTokenRange": {
|
|
17013
17173
|
"startIndex": 1,
|
|
17014
17174
|
"endIndex": 2
|
|
17015
|
-
}
|
|
17175
|
+
},
|
|
17176
|
+
"isOptional": false
|
|
17016
17177
|
}
|
|
17017
17178
|
],
|
|
17018
17179
|
"name": "urlGetPathName"
|
|
@@ -17085,14 +17246,16 @@
|
|
|
17085
17246
|
"parameterTypeTokenRange": {
|
|
17086
17247
|
"startIndex": 1,
|
|
17087
17248
|
"endIndex": 2
|
|
17088
|
-
}
|
|
17249
|
+
},
|
|
17250
|
+
"isOptional": false
|
|
17089
17251
|
},
|
|
17090
17252
|
{
|
|
17091
17253
|
"parameterName": "inclPort",
|
|
17092
17254
|
"parameterTypeTokenRange": {
|
|
17093
17255
|
"startIndex": 3,
|
|
17094
17256
|
"endIndex": 4
|
|
17095
|
-
}
|
|
17257
|
+
},
|
|
17258
|
+
"isOptional": true
|
|
17096
17259
|
}
|
|
17097
17260
|
],
|
|
17098
17261
|
"name": "urlParseFullHost"
|
|
@@ -17143,14 +17306,16 @@
|
|
|
17143
17306
|
"parameterTypeTokenRange": {
|
|
17144
17307
|
"startIndex": 1,
|
|
17145
17308
|
"endIndex": 2
|
|
17146
|
-
}
|
|
17309
|
+
},
|
|
17310
|
+
"isOptional": false
|
|
17147
17311
|
},
|
|
17148
17312
|
{
|
|
17149
17313
|
"parameterName": "inclPort",
|
|
17150
17314
|
"parameterTypeTokenRange": {
|
|
17151
17315
|
"startIndex": 3,
|
|
17152
17316
|
"endIndex": 4
|
|
17153
|
-
}
|
|
17317
|
+
},
|
|
17318
|
+
"isOptional": true
|
|
17154
17319
|
}
|
|
17155
17320
|
],
|
|
17156
17321
|
"name": "urlParseHost"
|
|
@@ -17194,7 +17359,8 @@
|
|
|
17194
17359
|
"parameterTypeTokenRange": {
|
|
17195
17360
|
"startIndex": 1,
|
|
17196
17361
|
"endIndex": 2
|
|
17197
|
-
}
|
|
17362
|
+
},
|
|
17363
|
+
"isOptional": false
|
|
17198
17364
|
}
|
|
17199
17365
|
],
|
|
17200
17366
|
"name": "urlParseUrl"
|
|
@@ -17349,14 +17515,16 @@
|
|
|
17349
17515
|
"parameterTypeTokenRange": {
|
|
17350
17516
|
"startIndex": 1,
|
|
17351
17517
|
"endIndex": 2
|
|
17352
|
-
}
|
|
17518
|
+
},
|
|
17519
|
+
"isOptional": false
|
|
17353
17520
|
},
|
|
17354
17521
|
{
|
|
17355
17522
|
"parameterName": "name",
|
|
17356
17523
|
"parameterTypeTokenRange": {
|
|
17357
17524
|
"startIndex": 3,
|
|
17358
17525
|
"endIndex": 4
|
|
17359
|
-
}
|
|
17526
|
+
},
|
|
17527
|
+
"isOptional": false
|
|
17360
17528
|
}
|
|
17361
17529
|
],
|
|
17362
17530
|
"name": "utlGetLocalStorage"
|
|
@@ -17408,14 +17576,16 @@
|
|
|
17408
17576
|
"parameterTypeTokenRange": {
|
|
17409
17577
|
"startIndex": 1,
|
|
17410
17578
|
"endIndex": 2
|
|
17411
|
-
}
|
|
17579
|
+
},
|
|
17580
|
+
"isOptional": false
|
|
17412
17581
|
},
|
|
17413
17582
|
{
|
|
17414
17583
|
"parameterName": "name",
|
|
17415
17584
|
"parameterTypeTokenRange": {
|
|
17416
17585
|
"startIndex": 3,
|
|
17417
17586
|
"endIndex": 4
|
|
17418
|
-
}
|
|
17587
|
+
},
|
|
17588
|
+
"isOptional": false
|
|
17419
17589
|
}
|
|
17420
17590
|
],
|
|
17421
17591
|
"name": "utlGetSessionStorage"
|
|
@@ -17494,14 +17664,16 @@
|
|
|
17494
17664
|
"parameterTypeTokenRange": {
|
|
17495
17665
|
"startIndex": 1,
|
|
17496
17666
|
"endIndex": 2
|
|
17497
|
-
}
|
|
17667
|
+
},
|
|
17668
|
+
"isOptional": false
|
|
17498
17669
|
},
|
|
17499
17670
|
{
|
|
17500
17671
|
"parameterName": "name",
|
|
17501
17672
|
"parameterTypeTokenRange": {
|
|
17502
17673
|
"startIndex": 3,
|
|
17503
17674
|
"endIndex": 4
|
|
17504
|
-
}
|
|
17675
|
+
},
|
|
17676
|
+
"isOptional": false
|
|
17505
17677
|
}
|
|
17506
17678
|
],
|
|
17507
17679
|
"name": "utlRemoveSessionStorage"
|
|
@@ -17553,14 +17725,16 @@
|
|
|
17553
17725
|
"parameterTypeTokenRange": {
|
|
17554
17726
|
"startIndex": 1,
|
|
17555
17727
|
"endIndex": 2
|
|
17556
|
-
}
|
|
17728
|
+
},
|
|
17729
|
+
"isOptional": false
|
|
17557
17730
|
},
|
|
17558
17731
|
{
|
|
17559
17732
|
"parameterName": "name",
|
|
17560
17733
|
"parameterTypeTokenRange": {
|
|
17561
17734
|
"startIndex": 3,
|
|
17562
17735
|
"endIndex": 4
|
|
17563
|
-
}
|
|
17736
|
+
},
|
|
17737
|
+
"isOptional": false
|
|
17564
17738
|
}
|
|
17565
17739
|
],
|
|
17566
17740
|
"name": "utlRemoveStorage"
|
|
@@ -17620,21 +17794,24 @@
|
|
|
17620
17794
|
"parameterTypeTokenRange": {
|
|
17621
17795
|
"startIndex": 1,
|
|
17622
17796
|
"endIndex": 2
|
|
17623
|
-
}
|
|
17797
|
+
},
|
|
17798
|
+
"isOptional": false
|
|
17624
17799
|
},
|
|
17625
17800
|
{
|
|
17626
17801
|
"parameterName": "name",
|
|
17627
17802
|
"parameterTypeTokenRange": {
|
|
17628
17803
|
"startIndex": 3,
|
|
17629
17804
|
"endIndex": 4
|
|
17630
|
-
}
|
|
17805
|
+
},
|
|
17806
|
+
"isOptional": false
|
|
17631
17807
|
},
|
|
17632
17808
|
{
|
|
17633
17809
|
"parameterName": "data",
|
|
17634
17810
|
"parameterTypeTokenRange": {
|
|
17635
17811
|
"startIndex": 5,
|
|
17636
17812
|
"endIndex": 6
|
|
17637
|
-
}
|
|
17813
|
+
},
|
|
17814
|
+
"isOptional": false
|
|
17638
17815
|
}
|
|
17639
17816
|
],
|
|
17640
17817
|
"name": "utlSetLocalStorage"
|
|
@@ -17694,21 +17871,24 @@
|
|
|
17694
17871
|
"parameterTypeTokenRange": {
|
|
17695
17872
|
"startIndex": 1,
|
|
17696
17873
|
"endIndex": 2
|
|
17697
|
-
}
|
|
17874
|
+
},
|
|
17875
|
+
"isOptional": false
|
|
17698
17876
|
},
|
|
17699
17877
|
{
|
|
17700
17878
|
"parameterName": "name",
|
|
17701
17879
|
"parameterTypeTokenRange": {
|
|
17702
17880
|
"startIndex": 3,
|
|
17703
17881
|
"endIndex": 4
|
|
17704
|
-
}
|
|
17882
|
+
},
|
|
17883
|
+
"isOptional": false
|
|
17705
17884
|
},
|
|
17706
17885
|
{
|
|
17707
17886
|
"parameterName": "data",
|
|
17708
17887
|
"parameterTypeTokenRange": {
|
|
17709
17888
|
"startIndex": 5,
|
|
17710
17889
|
"endIndex": 6
|
|
17711
|
-
}
|
|
17890
|
+
},
|
|
17891
|
+
"isOptional": false
|
|
17712
17892
|
}
|
|
17713
17893
|
],
|
|
17714
17894
|
"name": "utlSetSessionStorage"
|