@microsoft/applicationinsights-properties-js 2.8.5-nightly.2206-02 → 2.8.5-nightly.2206-03
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-properties-js.integrity.json +9 -9
- package/browser/applicationinsights-properties-js.js +6 -3
- package/browser/applicationinsights-properties-js.js.map +1 -1
- package/browser/applicationinsights-properties-js.min.js +2 -2
- package/browser/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.api.json +128 -45
- package/dist/applicationinsights-properties-js.d.ts +1 -1
- package/dist/applicationinsights-properties-js.js +6 -3
- package/dist/applicationinsights-properties-js.js.map +1 -1
- package/dist/applicationinsights-properties-js.min.js +2 -2
- package/dist/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
- package/dist-esm/Context/Application.js +1 -1
- package/dist-esm/Context/Device.js +1 -1
- package/dist-esm/Context/Internal.js +2 -2
- package/dist-esm/Context/Internal.js.map +1 -1
- package/dist-esm/Context/Location.js +1 -1
- package/dist-esm/Context/Session.js +1 -1
- package/dist-esm/Context/TelemetryTrace.js +1 -1
- package/dist-esm/Context/User.js +1 -1
- package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/PropertiesPlugin.js +1 -1
- package/dist-esm/TelemetryContext.js +6 -1
- package/dist-esm/TelemetryContext.js.map +1 -1
- package/dist-esm/applicationinsights-properties-js.js +1 -1
- package/package.json +3 -3
- package/src/Context/Internal.ts +1 -1
- 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.25.0",
|
|
5
|
+
"schemaVersion": 1006,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -841,6 +841,7 @@
|
|
|
841
841
|
"text": ";"
|
|
842
842
|
}
|
|
843
843
|
],
|
|
844
|
+
"isReadonly": true,
|
|
844
845
|
"isOptional": false,
|
|
845
846
|
"releaseTag": "Public",
|
|
846
847
|
"name": "sessionManager",
|
|
@@ -888,6 +889,7 @@
|
|
|
888
889
|
"text": ";"
|
|
889
890
|
}
|
|
890
891
|
],
|
|
892
|
+
"isReadonly": false,
|
|
891
893
|
"isOptional": true,
|
|
892
894
|
"releaseTag": "Public",
|
|
893
895
|
"name": "cookieDomain",
|
|
@@ -914,6 +916,7 @@
|
|
|
914
916
|
"text": ";"
|
|
915
917
|
}
|
|
916
918
|
],
|
|
919
|
+
"isReadonly": false,
|
|
917
920
|
"isOptional": true,
|
|
918
921
|
"releaseTag": "Public",
|
|
919
922
|
"name": "getNewId",
|
|
@@ -940,6 +943,7 @@
|
|
|
940
943
|
"text": ";"
|
|
941
944
|
}
|
|
942
945
|
],
|
|
946
|
+
"isReadonly": false,
|
|
943
947
|
"isOptional": true,
|
|
944
948
|
"releaseTag": "Public",
|
|
945
949
|
"name": "idLength",
|
|
@@ -966,6 +970,7 @@
|
|
|
966
970
|
"text": ";"
|
|
967
971
|
}
|
|
968
972
|
],
|
|
973
|
+
"isReadonly": false,
|
|
969
974
|
"isOptional": true,
|
|
970
975
|
"releaseTag": "Public",
|
|
971
976
|
"name": "namePrefix",
|
|
@@ -992,6 +997,7 @@
|
|
|
992
997
|
"text": ";"
|
|
993
998
|
}
|
|
994
999
|
],
|
|
1000
|
+
"isReadonly": false,
|
|
995
1001
|
"isOptional": true,
|
|
996
1002
|
"releaseTag": "Public",
|
|
997
1003
|
"name": "sessionCookiePostfix",
|
|
@@ -1018,6 +1024,7 @@
|
|
|
1018
1024
|
"text": ";"
|
|
1019
1025
|
}
|
|
1020
1026
|
],
|
|
1027
|
+
"isReadonly": false,
|
|
1021
1028
|
"isOptional": true,
|
|
1022
1029
|
"releaseTag": "Public",
|
|
1023
1030
|
"name": "sessionExpirationMs",
|
|
@@ -1044,6 +1051,7 @@
|
|
|
1044
1051
|
"text": ";"
|
|
1045
1052
|
}
|
|
1046
1053
|
],
|
|
1054
|
+
"isReadonly": false,
|
|
1047
1055
|
"isOptional": true,
|
|
1048
1056
|
"releaseTag": "Public",
|
|
1049
1057
|
"name": "sessionRenewalMs",
|
|
@@ -1101,6 +1109,7 @@
|
|
|
1101
1109
|
}
|
|
1102
1110
|
],
|
|
1103
1111
|
"releaseTag": "Public",
|
|
1112
|
+
"isProtected": false,
|
|
1104
1113
|
"overloadIndex": 1,
|
|
1105
1114
|
"parameters": []
|
|
1106
1115
|
},
|
|
@@ -1123,6 +1132,7 @@
|
|
|
1123
1132
|
"text": ";"
|
|
1124
1133
|
}
|
|
1125
1134
|
],
|
|
1135
|
+
"isReadonly": false,
|
|
1126
1136
|
"isOptional": false,
|
|
1127
1137
|
"releaseTag": "Public",
|
|
1128
1138
|
"name": "context",
|
|
@@ -1130,7 +1140,8 @@
|
|
|
1130
1140
|
"startIndex": 1,
|
|
1131
1141
|
"endIndex": 2
|
|
1132
1142
|
},
|
|
1133
|
-
"isStatic": false
|
|
1143
|
+
"isStatic": false,
|
|
1144
|
+
"isProtected": false
|
|
1134
1145
|
},
|
|
1135
1146
|
{
|
|
1136
1147
|
"kind": "Method",
|
|
@@ -1151,15 +1162,16 @@
|
|
|
1151
1162
|
"text": ";"
|
|
1152
1163
|
}
|
|
1153
1164
|
],
|
|
1154
|
-
"isOptional": false,
|
|
1155
1165
|
"isStatic": true,
|
|
1156
1166
|
"returnTypeTokenRange": {
|
|
1157
1167
|
"startIndex": 1,
|
|
1158
1168
|
"endIndex": 2
|
|
1159
1169
|
},
|
|
1160
1170
|
"releaseTag": "Public",
|
|
1171
|
+
"isProtected": false,
|
|
1161
1172
|
"overloadIndex": 1,
|
|
1162
1173
|
"parameters": [],
|
|
1174
|
+
"isOptional": false,
|
|
1163
1175
|
"name": "getDefaultConfig"
|
|
1164
1176
|
},
|
|
1165
1177
|
{
|
|
@@ -1180,6 +1192,7 @@
|
|
|
1180
1192
|
"text": ";"
|
|
1181
1193
|
}
|
|
1182
1194
|
],
|
|
1195
|
+
"isReadonly": false,
|
|
1183
1196
|
"isOptional": false,
|
|
1184
1197
|
"releaseTag": "Public",
|
|
1185
1198
|
"name": "identifier",
|
|
@@ -1187,7 +1200,8 @@
|
|
|
1187
1200
|
"startIndex": 1,
|
|
1188
1201
|
"endIndex": 2
|
|
1189
1202
|
},
|
|
1190
|
-
"isStatic": false
|
|
1203
|
+
"isStatic": false,
|
|
1204
|
+
"isProtected": false
|
|
1191
1205
|
},
|
|
1192
1206
|
{
|
|
1193
1207
|
"kind": "Method",
|
|
@@ -1256,13 +1270,13 @@
|
|
|
1256
1270
|
"text": ";"
|
|
1257
1271
|
}
|
|
1258
1272
|
],
|
|
1259
|
-
"isOptional": false,
|
|
1260
1273
|
"isStatic": false,
|
|
1261
1274
|
"returnTypeTokenRange": {
|
|
1262
1275
|
"startIndex": 12,
|
|
1263
1276
|
"endIndex": 13
|
|
1264
1277
|
},
|
|
1265
1278
|
"releaseTag": "Public",
|
|
1279
|
+
"isProtected": false,
|
|
1266
1280
|
"overloadIndex": 1,
|
|
1267
1281
|
"parameters": [
|
|
1268
1282
|
{
|
|
@@ -1298,6 +1312,7 @@
|
|
|
1298
1312
|
"isOptional": true
|
|
1299
1313
|
}
|
|
1300
1314
|
],
|
|
1315
|
+
"isOptional": false,
|
|
1301
1316
|
"name": "initialize"
|
|
1302
1317
|
},
|
|
1303
1318
|
{
|
|
@@ -1318,6 +1333,7 @@
|
|
|
1318
1333
|
"text": ";"
|
|
1319
1334
|
}
|
|
1320
1335
|
],
|
|
1336
|
+
"isReadonly": false,
|
|
1321
1337
|
"isOptional": false,
|
|
1322
1338
|
"releaseTag": "Public",
|
|
1323
1339
|
"name": "priority",
|
|
@@ -1325,7 +1341,8 @@
|
|
|
1325
1341
|
"startIndex": 1,
|
|
1326
1342
|
"endIndex": 2
|
|
1327
1343
|
},
|
|
1328
|
-
"isStatic": false
|
|
1344
|
+
"isStatic": false,
|
|
1345
|
+
"isProtected": false
|
|
1329
1346
|
},
|
|
1330
1347
|
{
|
|
1331
1348
|
"kind": "Method",
|
|
@@ -1363,13 +1380,13 @@
|
|
|
1363
1380
|
"text": ";"
|
|
1364
1381
|
}
|
|
1365
1382
|
],
|
|
1366
|
-
"isOptional": false,
|
|
1367
1383
|
"isStatic": false,
|
|
1368
1384
|
"returnTypeTokenRange": {
|
|
1369
1385
|
"startIndex": 5,
|
|
1370
1386
|
"endIndex": 6
|
|
1371
1387
|
},
|
|
1372
1388
|
"releaseTag": "Public",
|
|
1389
|
+
"isProtected": false,
|
|
1373
1390
|
"overloadIndex": 1,
|
|
1374
1391
|
"parameters": [
|
|
1375
1392
|
{
|
|
@@ -1389,6 +1406,7 @@
|
|
|
1389
1406
|
"isOptional": true
|
|
1390
1407
|
}
|
|
1391
1408
|
],
|
|
1409
|
+
"isOptional": false,
|
|
1392
1410
|
"name": "processTelemetry"
|
|
1393
1411
|
}
|
|
1394
1412
|
],
|
|
@@ -1443,6 +1461,7 @@
|
|
|
1443
1461
|
"text": ";"
|
|
1444
1462
|
}
|
|
1445
1463
|
],
|
|
1464
|
+
"isReadonly": false,
|
|
1446
1465
|
"isOptional": true,
|
|
1447
1466
|
"releaseTag": "Public",
|
|
1448
1467
|
"name": "acquisitionDate",
|
|
@@ -1450,7 +1469,8 @@
|
|
|
1450
1469
|
"startIndex": 1,
|
|
1451
1470
|
"endIndex": 2
|
|
1452
1471
|
},
|
|
1453
|
-
"isStatic": false
|
|
1472
|
+
"isStatic": false,
|
|
1473
|
+
"isProtected": false
|
|
1454
1474
|
},
|
|
1455
1475
|
{
|
|
1456
1476
|
"kind": "Property",
|
|
@@ -1470,6 +1490,7 @@
|
|
|
1470
1490
|
"text": ";"
|
|
1471
1491
|
}
|
|
1472
1492
|
],
|
|
1493
|
+
"isReadonly": false,
|
|
1473
1494
|
"isOptional": true,
|
|
1474
1495
|
"releaseTag": "Public",
|
|
1475
1496
|
"name": "id",
|
|
@@ -1477,7 +1498,8 @@
|
|
|
1477
1498
|
"startIndex": 1,
|
|
1478
1499
|
"endIndex": 2
|
|
1479
1500
|
},
|
|
1480
|
-
"isStatic": false
|
|
1501
|
+
"isStatic": false,
|
|
1502
|
+
"isProtected": false
|
|
1481
1503
|
},
|
|
1482
1504
|
{
|
|
1483
1505
|
"kind": "Property",
|
|
@@ -1497,6 +1519,7 @@
|
|
|
1497
1519
|
"text": ";"
|
|
1498
1520
|
}
|
|
1499
1521
|
],
|
|
1522
|
+
"isReadonly": false,
|
|
1500
1523
|
"isOptional": true,
|
|
1501
1524
|
"releaseTag": "Public",
|
|
1502
1525
|
"name": "renewalDate",
|
|
@@ -1504,7 +1527,8 @@
|
|
|
1504
1527
|
"startIndex": 1,
|
|
1505
1528
|
"endIndex": 2
|
|
1506
1529
|
},
|
|
1507
|
-
"isStatic": false
|
|
1530
|
+
"isStatic": false,
|
|
1531
|
+
"isProtected": false
|
|
1508
1532
|
}
|
|
1509
1533
|
],
|
|
1510
1534
|
"implementsTokenRanges": [
|
|
@@ -1556,6 +1580,7 @@
|
|
|
1556
1580
|
}
|
|
1557
1581
|
],
|
|
1558
1582
|
"releaseTag": "Public",
|
|
1583
|
+
"isProtected": false,
|
|
1559
1584
|
"overloadIndex": 1,
|
|
1560
1585
|
"parameters": [
|
|
1561
1586
|
{
|
|
@@ -1594,6 +1619,7 @@
|
|
|
1594
1619
|
"text": ";"
|
|
1595
1620
|
}
|
|
1596
1621
|
],
|
|
1622
|
+
"isReadonly": false,
|
|
1597
1623
|
"isOptional": false,
|
|
1598
1624
|
"releaseTag": "Public",
|
|
1599
1625
|
"name": "acquisitionSpan",
|
|
@@ -1601,7 +1627,8 @@
|
|
|
1601
1627
|
"startIndex": 1,
|
|
1602
1628
|
"endIndex": 2
|
|
1603
1629
|
},
|
|
1604
|
-
"isStatic": true
|
|
1630
|
+
"isStatic": true,
|
|
1631
|
+
"isProtected": false
|
|
1605
1632
|
},
|
|
1606
1633
|
{
|
|
1607
1634
|
"kind": "Property",
|
|
@@ -1622,6 +1649,7 @@
|
|
|
1622
1649
|
"text": ";"
|
|
1623
1650
|
}
|
|
1624
1651
|
],
|
|
1652
|
+
"isReadonly": false,
|
|
1625
1653
|
"isOptional": false,
|
|
1626
1654
|
"releaseTag": "Public",
|
|
1627
1655
|
"name": "automaticSession",
|
|
@@ -1629,7 +1657,8 @@
|
|
|
1629
1657
|
"startIndex": 1,
|
|
1630
1658
|
"endIndex": 2
|
|
1631
1659
|
},
|
|
1632
|
-
"isStatic": false
|
|
1660
|
+
"isStatic": false,
|
|
1661
|
+
"isProtected": false
|
|
1633
1662
|
},
|
|
1634
1663
|
{
|
|
1635
1664
|
"kind": "Method",
|
|
@@ -1649,15 +1678,16 @@
|
|
|
1649
1678
|
"text": ";"
|
|
1650
1679
|
}
|
|
1651
1680
|
],
|
|
1652
|
-
"isOptional": false,
|
|
1653
1681
|
"isStatic": false,
|
|
1654
1682
|
"returnTypeTokenRange": {
|
|
1655
1683
|
"startIndex": 1,
|
|
1656
1684
|
"endIndex": 2
|
|
1657
1685
|
},
|
|
1658
1686
|
"releaseTag": "Public",
|
|
1687
|
+
"isProtected": false,
|
|
1659
1688
|
"overloadIndex": 1,
|
|
1660
1689
|
"parameters": [],
|
|
1690
|
+
"isOptional": false,
|
|
1661
1691
|
"name": "backup"
|
|
1662
1692
|
},
|
|
1663
1693
|
{
|
|
@@ -1679,6 +1709,7 @@
|
|
|
1679
1709
|
"text": ";"
|
|
1680
1710
|
}
|
|
1681
1711
|
],
|
|
1712
|
+
"isReadonly": false,
|
|
1682
1713
|
"isOptional": false,
|
|
1683
1714
|
"releaseTag": "Public",
|
|
1684
1715
|
"name": "config",
|
|
@@ -1686,7 +1717,8 @@
|
|
|
1686
1717
|
"startIndex": 1,
|
|
1687
1718
|
"endIndex": 2
|
|
1688
1719
|
},
|
|
1689
|
-
"isStatic": false
|
|
1720
|
+
"isStatic": false,
|
|
1721
|
+
"isProtected": false
|
|
1690
1722
|
},
|
|
1691
1723
|
{
|
|
1692
1724
|
"kind": "Property",
|
|
@@ -1706,6 +1738,7 @@
|
|
|
1706
1738
|
"text": ";"
|
|
1707
1739
|
}
|
|
1708
1740
|
],
|
|
1741
|
+
"isReadonly": false,
|
|
1709
1742
|
"isOptional": false,
|
|
1710
1743
|
"releaseTag": "Public",
|
|
1711
1744
|
"name": "cookieUpdateInterval",
|
|
@@ -1713,7 +1746,8 @@
|
|
|
1713
1746
|
"startIndex": 1,
|
|
1714
1747
|
"endIndex": 2
|
|
1715
1748
|
},
|
|
1716
|
-
"isStatic": true
|
|
1749
|
+
"isStatic": true,
|
|
1750
|
+
"isProtected": false
|
|
1717
1751
|
},
|
|
1718
1752
|
{
|
|
1719
1753
|
"kind": "Property",
|
|
@@ -1733,6 +1767,7 @@
|
|
|
1733
1767
|
"text": ";"
|
|
1734
1768
|
}
|
|
1735
1769
|
],
|
|
1770
|
+
"isReadonly": false,
|
|
1736
1771
|
"isOptional": false,
|
|
1737
1772
|
"releaseTag": "Public",
|
|
1738
1773
|
"name": "renewalSpan",
|
|
@@ -1740,7 +1775,8 @@
|
|
|
1740
1775
|
"startIndex": 1,
|
|
1741
1776
|
"endIndex": 2
|
|
1742
1777
|
},
|
|
1743
|
-
"isStatic": true
|
|
1778
|
+
"isStatic": true,
|
|
1779
|
+
"isProtected": false
|
|
1744
1780
|
},
|
|
1745
1781
|
{
|
|
1746
1782
|
"kind": "Method",
|
|
@@ -1760,15 +1796,16 @@
|
|
|
1760
1796
|
"text": ";"
|
|
1761
1797
|
}
|
|
1762
1798
|
],
|
|
1763
|
-
"isOptional": false,
|
|
1764
1799
|
"isStatic": false,
|
|
1765
1800
|
"returnTypeTokenRange": {
|
|
1766
1801
|
"startIndex": 1,
|
|
1767
1802
|
"endIndex": 2
|
|
1768
1803
|
},
|
|
1769
1804
|
"releaseTag": "Public",
|
|
1805
|
+
"isProtected": false,
|
|
1770
1806
|
"overloadIndex": 1,
|
|
1771
1807
|
"parameters": [],
|
|
1808
|
+
"isOptional": false,
|
|
1772
1809
|
"name": "update"
|
|
1773
1810
|
}
|
|
1774
1811
|
],
|
|
@@ -1834,6 +1871,7 @@
|
|
|
1834
1871
|
}
|
|
1835
1872
|
],
|
|
1836
1873
|
"releaseTag": "Public",
|
|
1874
|
+
"isProtected": false,
|
|
1837
1875
|
"overloadIndex": 1,
|
|
1838
1876
|
"parameters": [
|
|
1839
1877
|
{
|
|
@@ -1880,6 +1918,7 @@
|
|
|
1880
1918
|
"text": ";"
|
|
1881
1919
|
}
|
|
1882
1920
|
],
|
|
1921
|
+
"isReadonly": false,
|
|
1883
1922
|
"isOptional": false,
|
|
1884
1923
|
"releaseTag": "Public",
|
|
1885
1924
|
"name": "appId",
|
|
@@ -1887,7 +1926,8 @@
|
|
|
1887
1926
|
"startIndex": 1,
|
|
1888
1927
|
"endIndex": 2
|
|
1889
1928
|
},
|
|
1890
|
-
"isStatic": false
|
|
1929
|
+
"isStatic": false,
|
|
1930
|
+
"isProtected": false
|
|
1891
1931
|
},
|
|
1892
1932
|
{
|
|
1893
1933
|
"kind": "Property",
|
|
@@ -1908,6 +1948,7 @@
|
|
|
1908
1948
|
"text": ";"
|
|
1909
1949
|
}
|
|
1910
1950
|
],
|
|
1951
|
+
"isReadonly": false,
|
|
1911
1952
|
"isOptional": false,
|
|
1912
1953
|
"releaseTag": "Public",
|
|
1913
1954
|
"name": "application",
|
|
@@ -1915,7 +1956,8 @@
|
|
|
1915
1956
|
"startIndex": 1,
|
|
1916
1957
|
"endIndex": 2
|
|
1917
1958
|
},
|
|
1918
|
-
"isStatic": false
|
|
1959
|
+
"isStatic": false,
|
|
1960
|
+
"isProtected": false
|
|
1919
1961
|
},
|
|
1920
1962
|
{
|
|
1921
1963
|
"kind": "Method",
|
|
@@ -1953,13 +1995,13 @@
|
|
|
1953
1995
|
"text": ";"
|
|
1954
1996
|
}
|
|
1955
1997
|
],
|
|
1956
|
-
"isOptional": false,
|
|
1957
1998
|
"isStatic": false,
|
|
1958
1999
|
"returnTypeTokenRange": {
|
|
1959
2000
|
"startIndex": 5,
|
|
1960
2001
|
"endIndex": 6
|
|
1961
2002
|
},
|
|
1962
2003
|
"releaseTag": "Public",
|
|
2004
|
+
"isProtected": false,
|
|
1963
2005
|
"overloadIndex": 1,
|
|
1964
2006
|
"parameters": [
|
|
1965
2007
|
{
|
|
@@ -1979,6 +2021,7 @@
|
|
|
1979
2021
|
"isOptional": true
|
|
1980
2022
|
}
|
|
1981
2023
|
],
|
|
2024
|
+
"isOptional": false,
|
|
1982
2025
|
"name": "applyApplicationContext"
|
|
1983
2026
|
},
|
|
1984
2027
|
{
|
|
@@ -2017,13 +2060,13 @@
|
|
|
2017
2060
|
"text": ";"
|
|
2018
2061
|
}
|
|
2019
2062
|
],
|
|
2020
|
-
"isOptional": false,
|
|
2021
2063
|
"isStatic": false,
|
|
2022
2064
|
"returnTypeTokenRange": {
|
|
2023
2065
|
"startIndex": 5,
|
|
2024
2066
|
"endIndex": 6
|
|
2025
2067
|
},
|
|
2026
2068
|
"releaseTag": "Public",
|
|
2069
|
+
"isProtected": false,
|
|
2027
2070
|
"overloadIndex": 1,
|
|
2028
2071
|
"parameters": [
|
|
2029
2072
|
{
|
|
@@ -2043,6 +2086,7 @@
|
|
|
2043
2086
|
"isOptional": true
|
|
2044
2087
|
}
|
|
2045
2088
|
],
|
|
2089
|
+
"isOptional": false,
|
|
2046
2090
|
"name": "applyDeviceContext"
|
|
2047
2091
|
},
|
|
2048
2092
|
{
|
|
@@ -2081,13 +2125,13 @@
|
|
|
2081
2125
|
"text": ";"
|
|
2082
2126
|
}
|
|
2083
2127
|
],
|
|
2084
|
-
"isOptional": false,
|
|
2085
2128
|
"isStatic": false,
|
|
2086
2129
|
"returnTypeTokenRange": {
|
|
2087
2130
|
"startIndex": 5,
|
|
2088
2131
|
"endIndex": 6
|
|
2089
2132
|
},
|
|
2090
2133
|
"releaseTag": "Public",
|
|
2134
|
+
"isProtected": false,
|
|
2091
2135
|
"overloadIndex": 1,
|
|
2092
2136
|
"parameters": [
|
|
2093
2137
|
{
|
|
@@ -2107,6 +2151,7 @@
|
|
|
2107
2151
|
"isOptional": true
|
|
2108
2152
|
}
|
|
2109
2153
|
],
|
|
2154
|
+
"isOptional": false,
|
|
2110
2155
|
"name": "applyInternalContext"
|
|
2111
2156
|
},
|
|
2112
2157
|
{
|
|
@@ -2145,13 +2190,13 @@
|
|
|
2145
2190
|
"text": ";"
|
|
2146
2191
|
}
|
|
2147
2192
|
],
|
|
2148
|
-
"isOptional": false,
|
|
2149
2193
|
"isStatic": false,
|
|
2150
2194
|
"returnTypeTokenRange": {
|
|
2151
2195
|
"startIndex": 5,
|
|
2152
2196
|
"endIndex": 6
|
|
2153
2197
|
},
|
|
2154
2198
|
"releaseTag": "Public",
|
|
2199
|
+
"isProtected": false,
|
|
2155
2200
|
"overloadIndex": 1,
|
|
2156
2201
|
"parameters": [
|
|
2157
2202
|
{
|
|
@@ -2171,6 +2216,7 @@
|
|
|
2171
2216
|
"isOptional": true
|
|
2172
2217
|
}
|
|
2173
2218
|
],
|
|
2219
|
+
"isOptional": false,
|
|
2174
2220
|
"name": "applyLocationContext"
|
|
2175
2221
|
},
|
|
2176
2222
|
{
|
|
@@ -2209,13 +2255,13 @@
|
|
|
2209
2255
|
"text": ";"
|
|
2210
2256
|
}
|
|
2211
2257
|
],
|
|
2212
|
-
"isOptional": false,
|
|
2213
2258
|
"isStatic": false,
|
|
2214
2259
|
"returnTypeTokenRange": {
|
|
2215
2260
|
"startIndex": 5,
|
|
2216
2261
|
"endIndex": 6
|
|
2217
2262
|
},
|
|
2218
2263
|
"releaseTag": "Public",
|
|
2264
|
+
"isProtected": false,
|
|
2219
2265
|
"overloadIndex": 1,
|
|
2220
2266
|
"parameters": [
|
|
2221
2267
|
{
|
|
@@ -2235,6 +2281,7 @@
|
|
|
2235
2281
|
"isOptional": true
|
|
2236
2282
|
}
|
|
2237
2283
|
],
|
|
2284
|
+
"isOptional": false,
|
|
2238
2285
|
"name": "applyOperatingSystemContxt"
|
|
2239
2286
|
},
|
|
2240
2287
|
{
|
|
@@ -2273,13 +2320,13 @@
|
|
|
2273
2320
|
"text": ";"
|
|
2274
2321
|
}
|
|
2275
2322
|
],
|
|
2276
|
-
"isOptional": false,
|
|
2277
2323
|
"isStatic": false,
|
|
2278
2324
|
"returnTypeTokenRange": {
|
|
2279
2325
|
"startIndex": 5,
|
|
2280
2326
|
"endIndex": 6
|
|
2281
2327
|
},
|
|
2282
2328
|
"releaseTag": "Public",
|
|
2329
|
+
"isProtected": false,
|
|
2283
2330
|
"overloadIndex": 1,
|
|
2284
2331
|
"parameters": [
|
|
2285
2332
|
{
|
|
@@ -2299,6 +2346,7 @@
|
|
|
2299
2346
|
"isOptional": true
|
|
2300
2347
|
}
|
|
2301
2348
|
],
|
|
2349
|
+
"isOptional": false,
|
|
2302
2350
|
"name": "applyOperationContext"
|
|
2303
2351
|
},
|
|
2304
2352
|
{
|
|
@@ -2337,13 +2385,13 @@
|
|
|
2337
2385
|
"text": ";"
|
|
2338
2386
|
}
|
|
2339
2387
|
],
|
|
2340
|
-
"isOptional": false,
|
|
2341
2388
|
"isStatic": false,
|
|
2342
2389
|
"returnTypeTokenRange": {
|
|
2343
2390
|
"startIndex": 5,
|
|
2344
2391
|
"endIndex": 6
|
|
2345
2392
|
},
|
|
2346
2393
|
"releaseTag": "Public",
|
|
2394
|
+
"isProtected": false,
|
|
2347
2395
|
"overloadIndex": 1,
|
|
2348
2396
|
"parameters": [
|
|
2349
2397
|
{
|
|
@@ -2363,6 +2411,7 @@
|
|
|
2363
2411
|
"isOptional": true
|
|
2364
2412
|
}
|
|
2365
2413
|
],
|
|
2414
|
+
"isOptional": false,
|
|
2366
2415
|
"name": "applySessionContext"
|
|
2367
2416
|
},
|
|
2368
2417
|
{
|
|
@@ -2401,13 +2450,13 @@
|
|
|
2401
2450
|
"text": ";"
|
|
2402
2451
|
}
|
|
2403
2452
|
],
|
|
2404
|
-
"isOptional": false,
|
|
2405
2453
|
"isStatic": false,
|
|
2406
2454
|
"returnTypeTokenRange": {
|
|
2407
2455
|
"startIndex": 5,
|
|
2408
2456
|
"endIndex": 6
|
|
2409
2457
|
},
|
|
2410
2458
|
"releaseTag": "Public",
|
|
2459
|
+
"isProtected": false,
|
|
2411
2460
|
"overloadIndex": 1,
|
|
2412
2461
|
"parameters": [
|
|
2413
2462
|
{
|
|
@@ -2427,6 +2476,7 @@
|
|
|
2427
2476
|
"isOptional": true
|
|
2428
2477
|
}
|
|
2429
2478
|
],
|
|
2479
|
+
"isOptional": false,
|
|
2430
2480
|
"name": "applyUserContext"
|
|
2431
2481
|
},
|
|
2432
2482
|
{
|
|
@@ -2465,13 +2515,13 @@
|
|
|
2465
2515
|
"text": ";"
|
|
2466
2516
|
}
|
|
2467
2517
|
],
|
|
2468
|
-
"isOptional": false,
|
|
2469
2518
|
"isStatic": false,
|
|
2470
2519
|
"returnTypeTokenRange": {
|
|
2471
2520
|
"startIndex": 5,
|
|
2472
2521
|
"endIndex": 6
|
|
2473
2522
|
},
|
|
2474
2523
|
"releaseTag": "Public",
|
|
2524
|
+
"isProtected": false,
|
|
2475
2525
|
"overloadIndex": 1,
|
|
2476
2526
|
"parameters": [
|
|
2477
2527
|
{
|
|
@@ -2491,6 +2541,7 @@
|
|
|
2491
2541
|
"isOptional": true
|
|
2492
2542
|
}
|
|
2493
2543
|
],
|
|
2544
|
+
"isOptional": false,
|
|
2494
2545
|
"name": "applyWebContext"
|
|
2495
2546
|
},
|
|
2496
2547
|
{
|
|
@@ -2529,13 +2580,13 @@
|
|
|
2529
2580
|
"text": ";"
|
|
2530
2581
|
}
|
|
2531
2582
|
],
|
|
2532
|
-
"isOptional": false,
|
|
2533
2583
|
"isStatic": false,
|
|
2534
2584
|
"returnTypeTokenRange": {
|
|
2535
2585
|
"startIndex": 5,
|
|
2536
2586
|
"endIndex": 6
|
|
2537
2587
|
},
|
|
2538
2588
|
"releaseTag": "Public",
|
|
2589
|
+
"isProtected": false,
|
|
2539
2590
|
"overloadIndex": 1,
|
|
2540
2591
|
"parameters": [
|
|
2541
2592
|
{
|
|
@@ -2555,6 +2606,7 @@
|
|
|
2555
2606
|
"isOptional": true
|
|
2556
2607
|
}
|
|
2557
2608
|
],
|
|
2609
|
+
"isOptional": false,
|
|
2558
2610
|
"name": "cleanUp"
|
|
2559
2611
|
},
|
|
2560
2612
|
{
|
|
@@ -2576,6 +2628,7 @@
|
|
|
2576
2628
|
"text": ";"
|
|
2577
2629
|
}
|
|
2578
2630
|
],
|
|
2631
|
+
"isReadonly": false,
|
|
2579
2632
|
"isOptional": false,
|
|
2580
2633
|
"releaseTag": "Public",
|
|
2581
2634
|
"name": "device",
|
|
@@ -2583,7 +2636,8 @@
|
|
|
2583
2636
|
"startIndex": 1,
|
|
2584
2637
|
"endIndex": 2
|
|
2585
2638
|
},
|
|
2586
|
-
"isStatic": false
|
|
2639
|
+
"isStatic": false,
|
|
2640
|
+
"isProtected": false
|
|
2587
2641
|
},
|
|
2588
2642
|
{
|
|
2589
2643
|
"kind": "Property",
|
|
@@ -2603,6 +2657,7 @@
|
|
|
2603
2657
|
"text": ";"
|
|
2604
2658
|
}
|
|
2605
2659
|
],
|
|
2660
|
+
"isReadonly": false,
|
|
2606
2661
|
"isOptional": false,
|
|
2607
2662
|
"releaseTag": "Public",
|
|
2608
2663
|
"name": "getSessionId",
|
|
@@ -2610,7 +2665,8 @@
|
|
|
2610
2665
|
"startIndex": 1,
|
|
2611
2666
|
"endIndex": 2
|
|
2612
2667
|
},
|
|
2613
|
-
"isStatic": false
|
|
2668
|
+
"isStatic": false,
|
|
2669
|
+
"isProtected": false
|
|
2614
2670
|
},
|
|
2615
2671
|
{
|
|
2616
2672
|
"kind": "Property",
|
|
@@ -2631,6 +2687,7 @@
|
|
|
2631
2687
|
"text": ";"
|
|
2632
2688
|
}
|
|
2633
2689
|
],
|
|
2690
|
+
"isReadonly": false,
|
|
2634
2691
|
"isOptional": false,
|
|
2635
2692
|
"releaseTag": "Public",
|
|
2636
2693
|
"name": "internal",
|
|
@@ -2638,7 +2695,8 @@
|
|
|
2638
2695
|
"startIndex": 1,
|
|
2639
2696
|
"endIndex": 2
|
|
2640
2697
|
},
|
|
2641
|
-
"isStatic": false
|
|
2698
|
+
"isStatic": false,
|
|
2699
|
+
"isProtected": false
|
|
2642
2700
|
},
|
|
2643
2701
|
{
|
|
2644
2702
|
"kind": "Property",
|
|
@@ -2659,6 +2717,7 @@
|
|
|
2659
2717
|
"text": ";"
|
|
2660
2718
|
}
|
|
2661
2719
|
],
|
|
2720
|
+
"isReadonly": false,
|
|
2662
2721
|
"isOptional": false,
|
|
2663
2722
|
"releaseTag": "Public",
|
|
2664
2723
|
"name": "location",
|
|
@@ -2666,7 +2725,8 @@
|
|
|
2666
2725
|
"startIndex": 1,
|
|
2667
2726
|
"endIndex": 2
|
|
2668
2727
|
},
|
|
2669
|
-
"isStatic": false
|
|
2728
|
+
"isStatic": false,
|
|
2729
|
+
"isProtected": false
|
|
2670
2730
|
},
|
|
2671
2731
|
{
|
|
2672
2732
|
"kind": "Property",
|
|
@@ -2687,6 +2747,7 @@
|
|
|
2687
2747
|
"text": ";"
|
|
2688
2748
|
}
|
|
2689
2749
|
],
|
|
2750
|
+
"isReadonly": false,
|
|
2690
2751
|
"isOptional": false,
|
|
2691
2752
|
"releaseTag": "Public",
|
|
2692
2753
|
"name": "os",
|
|
@@ -2694,7 +2755,8 @@
|
|
|
2694
2755
|
"startIndex": 1,
|
|
2695
2756
|
"endIndex": 2
|
|
2696
2757
|
},
|
|
2697
|
-
"isStatic": false
|
|
2758
|
+
"isStatic": false,
|
|
2759
|
+
"isProtected": false
|
|
2698
2760
|
},
|
|
2699
2761
|
{
|
|
2700
2762
|
"kind": "Property",
|
|
@@ -2715,6 +2777,7 @@
|
|
|
2715
2777
|
"text": ";"
|
|
2716
2778
|
}
|
|
2717
2779
|
],
|
|
2780
|
+
"isReadonly": false,
|
|
2718
2781
|
"isOptional": false,
|
|
2719
2782
|
"releaseTag": "Public",
|
|
2720
2783
|
"name": "session",
|
|
@@ -2722,7 +2785,8 @@
|
|
|
2722
2785
|
"startIndex": 1,
|
|
2723
2786
|
"endIndex": 2
|
|
2724
2787
|
},
|
|
2725
|
-
"isStatic": false
|
|
2788
|
+
"isStatic": false,
|
|
2789
|
+
"isProtected": false
|
|
2726
2790
|
},
|
|
2727
2791
|
{
|
|
2728
2792
|
"kind": "Property",
|
|
@@ -2743,6 +2807,7 @@
|
|
|
2743
2807
|
"text": ";"
|
|
2744
2808
|
}
|
|
2745
2809
|
],
|
|
2810
|
+
"isReadonly": false,
|
|
2746
2811
|
"isOptional": false,
|
|
2747
2812
|
"releaseTag": "Public",
|
|
2748
2813
|
"name": "sessionManager",
|
|
@@ -2750,7 +2815,8 @@
|
|
|
2750
2815
|
"startIndex": 1,
|
|
2751
2816
|
"endIndex": 2
|
|
2752
2817
|
},
|
|
2753
|
-
"isStatic": false
|
|
2818
|
+
"isStatic": false,
|
|
2819
|
+
"isProtected": false
|
|
2754
2820
|
},
|
|
2755
2821
|
{
|
|
2756
2822
|
"kind": "Property",
|
|
@@ -2771,6 +2837,7 @@
|
|
|
2771
2837
|
"text": ";"
|
|
2772
2838
|
}
|
|
2773
2839
|
],
|
|
2840
|
+
"isReadonly": false,
|
|
2774
2841
|
"isOptional": false,
|
|
2775
2842
|
"releaseTag": "Public",
|
|
2776
2843
|
"name": "telemetryTrace",
|
|
@@ -2778,7 +2845,8 @@
|
|
|
2778
2845
|
"startIndex": 1,
|
|
2779
2846
|
"endIndex": 2
|
|
2780
2847
|
},
|
|
2781
|
-
"isStatic": false
|
|
2848
|
+
"isStatic": false,
|
|
2849
|
+
"isProtected": false
|
|
2782
2850
|
},
|
|
2783
2851
|
{
|
|
2784
2852
|
"kind": "Property",
|
|
@@ -2799,6 +2867,7 @@
|
|
|
2799
2867
|
"text": ";"
|
|
2800
2868
|
}
|
|
2801
2869
|
],
|
|
2870
|
+
"isReadonly": false,
|
|
2802
2871
|
"isOptional": false,
|
|
2803
2872
|
"releaseTag": "Public",
|
|
2804
2873
|
"name": "user",
|
|
@@ -2806,7 +2875,8 @@
|
|
|
2806
2875
|
"startIndex": 1,
|
|
2807
2876
|
"endIndex": 2
|
|
2808
2877
|
},
|
|
2809
|
-
"isStatic": false
|
|
2878
|
+
"isStatic": false,
|
|
2879
|
+
"isProtected": false
|
|
2810
2880
|
},
|
|
2811
2881
|
{
|
|
2812
2882
|
"kind": "Property",
|
|
@@ -2827,6 +2897,7 @@
|
|
|
2827
2897
|
"text": ";"
|
|
2828
2898
|
}
|
|
2829
2899
|
],
|
|
2900
|
+
"isReadonly": false,
|
|
2830
2901
|
"isOptional": false,
|
|
2831
2902
|
"releaseTag": "Public",
|
|
2832
2903
|
"name": "web",
|
|
@@ -2834,7 +2905,8 @@
|
|
|
2834
2905
|
"startIndex": 1,
|
|
2835
2906
|
"endIndex": 2
|
|
2836
2907
|
},
|
|
2837
|
-
"isStatic": false
|
|
2908
|
+
"isStatic": false,
|
|
2909
|
+
"isProtected": false
|
|
2838
2910
|
}
|
|
2839
2911
|
],
|
|
2840
2912
|
"implementsTokenRanges": [
|
|
@@ -2910,6 +2982,7 @@
|
|
|
2910
2982
|
}
|
|
2911
2983
|
],
|
|
2912
2984
|
"releaseTag": "Public",
|
|
2985
|
+
"isProtected": false,
|
|
2913
2986
|
"overloadIndex": 1,
|
|
2914
2987
|
"parameters": [
|
|
2915
2988
|
{
|
|
@@ -2964,6 +3037,7 @@
|
|
|
2964
3037
|
"text": ";"
|
|
2965
3038
|
}
|
|
2966
3039
|
],
|
|
3040
|
+
"isReadonly": false,
|
|
2967
3041
|
"isOptional": false,
|
|
2968
3042
|
"releaseTag": "Public",
|
|
2969
3043
|
"name": "name",
|
|
@@ -2971,7 +3045,8 @@
|
|
|
2971
3045
|
"startIndex": 1,
|
|
2972
3046
|
"endIndex": 2
|
|
2973
3047
|
},
|
|
2974
|
-
"isStatic": false
|
|
3048
|
+
"isStatic": false,
|
|
3049
|
+
"isProtected": false
|
|
2975
3050
|
},
|
|
2976
3051
|
{
|
|
2977
3052
|
"kind": "Property",
|
|
@@ -2991,6 +3066,7 @@
|
|
|
2991
3066
|
"text": ";"
|
|
2992
3067
|
}
|
|
2993
3068
|
],
|
|
3069
|
+
"isReadonly": false,
|
|
2994
3070
|
"isOptional": false,
|
|
2995
3071
|
"releaseTag": "Public",
|
|
2996
3072
|
"name": "parentID",
|
|
@@ -2998,7 +3074,8 @@
|
|
|
2998
3074
|
"startIndex": 1,
|
|
2999
3075
|
"endIndex": 2
|
|
3000
3076
|
},
|
|
3001
|
-
"isStatic": false
|
|
3077
|
+
"isStatic": false,
|
|
3078
|
+
"isProtected": false
|
|
3002
3079
|
},
|
|
3003
3080
|
{
|
|
3004
3081
|
"kind": "Property",
|
|
@@ -3018,6 +3095,7 @@
|
|
|
3018
3095
|
"text": ";"
|
|
3019
3096
|
}
|
|
3020
3097
|
],
|
|
3098
|
+
"isReadonly": false,
|
|
3021
3099
|
"isOptional": false,
|
|
3022
3100
|
"releaseTag": "Public",
|
|
3023
3101
|
"name": "traceFlags",
|
|
@@ -3025,7 +3103,8 @@
|
|
|
3025
3103
|
"startIndex": 1,
|
|
3026
3104
|
"endIndex": 2
|
|
3027
3105
|
},
|
|
3028
|
-
"isStatic": false
|
|
3106
|
+
"isStatic": false,
|
|
3107
|
+
"isProtected": false
|
|
3029
3108
|
},
|
|
3030
3109
|
{
|
|
3031
3110
|
"kind": "Property",
|
|
@@ -3045,6 +3124,7 @@
|
|
|
3045
3124
|
"text": ";"
|
|
3046
3125
|
}
|
|
3047
3126
|
],
|
|
3127
|
+
"isReadonly": false,
|
|
3048
3128
|
"isOptional": false,
|
|
3049
3129
|
"releaseTag": "Public",
|
|
3050
3130
|
"name": "traceID",
|
|
@@ -3052,7 +3132,8 @@
|
|
|
3052
3132
|
"startIndex": 1,
|
|
3053
3133
|
"endIndex": 2
|
|
3054
3134
|
},
|
|
3055
|
-
"isStatic": false
|
|
3135
|
+
"isStatic": false,
|
|
3136
|
+
"isProtected": false
|
|
3056
3137
|
},
|
|
3057
3138
|
{
|
|
3058
3139
|
"kind": "Property",
|
|
@@ -3073,6 +3154,7 @@
|
|
|
3073
3154
|
"text": ";"
|
|
3074
3155
|
}
|
|
3075
3156
|
],
|
|
3157
|
+
"isReadonly": false,
|
|
3076
3158
|
"isOptional": false,
|
|
3077
3159
|
"releaseTag": "Public",
|
|
3078
3160
|
"name": "traceState",
|
|
@@ -3080,7 +3162,8 @@
|
|
|
3080
3162
|
"startIndex": 1,
|
|
3081
3163
|
"endIndex": 2
|
|
3082
3164
|
},
|
|
3083
|
-
"isStatic": false
|
|
3165
|
+
"isStatic": false,
|
|
3166
|
+
"isProtected": false
|
|
3084
3167
|
}
|
|
3085
3168
|
],
|
|
3086
3169
|
"implementsTokenRanges": [
|