@microsoft/applicationinsights-properties-js 2.8.5-nightly.2206-02 → 2.8.5-nightly.2206-06

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/browser/applicationinsights-properties-js.integrity.json +9 -9
  2. package/browser/applicationinsights-properties-js.js +679 -526
  3. package/browser/applicationinsights-properties-js.js.map +1 -1
  4. package/browser/applicationinsights-properties-js.min.js +2 -2
  5. package/browser/applicationinsights-properties-js.min.js.map +1 -1
  6. package/dist/applicationinsights-properties-js.api.json +137 -45
  7. package/dist/applicationinsights-properties-js.d.ts +1 -1
  8. package/dist/applicationinsights-properties-js.js +679 -526
  9. package/dist/applicationinsights-properties-js.js.map +1 -1
  10. package/dist/applicationinsights-properties-js.min.js +2 -2
  11. package/dist/applicationinsights-properties-js.min.js.map +1 -1
  12. package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
  13. package/dist-esm/Context/Application.js +1 -1
  14. package/dist-esm/Context/Device.js +1 -1
  15. package/dist-esm/Context/Internal.js +4 -3
  16. package/dist-esm/Context/Internal.js.map +1 -1
  17. package/dist-esm/Context/Location.js +1 -1
  18. package/dist-esm/Context/Session.js +36 -35
  19. package/dist-esm/Context/Session.js.map +1 -1
  20. package/dist-esm/Context/TelemetryTrace.js +1 -1
  21. package/dist-esm/Context/User.js +32 -31
  22. package/dist-esm/Context/User.js.map +1 -1
  23. package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
  24. package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
  25. package/dist-esm/PropertiesPlugin.js +65 -56
  26. package/dist-esm/PropertiesPlugin.js.map +1 -1
  27. package/dist-esm/TelemetryContext.js +32 -26
  28. package/dist-esm/TelemetryContext.js.map +1 -1
  29. package/dist-esm/__DynamicConstants.js +48 -0
  30. package/dist-esm/__DynamicConstants.js.map +1 -0
  31. package/dist-esm/applicationinsights-properties-js.js +1 -1
  32. package/package.json +7 -4
  33. package/src/Context/Internal.ts +8 -8
  34. package/src/Context/Session.ts +11 -11
  35. package/src/Context/TelemetryTrace.ts +3 -3
  36. package/src/Context/User.ts +11 -10
  37. package/src/PropertiesPlugin.ts +57 -46
  38. package/src/TelemetryContext.ts +25 -19
  39. package/src/__DynamicConstants.ts +46 -0
  40. package/types/Context/User.d.ts +1 -1
  41. package/types/PropertiesPlugin.d.ts +5 -5
  42. package/types/TelemetryContext.d.ts +6 -6
  43. package/types/__DynamicConstants.d.ts +34 -0
  44. 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.24.2",
5
- "schemaVersion": 1005,
4
+ "toolVersion": "7.28.1",
5
+ "schemaVersion": 1008,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
8
8
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
@@ -164,11 +164,13 @@
164
164
  "canonicalReference": "@microsoft/applicationinsights-properties-js!",
165
165
  "docComment": "",
166
166
  "name": "@microsoft/applicationinsights-properties-js",
167
+ "preserveMemberOrder": false,
167
168
  "members": [
168
169
  {
169
170
  "kind": "EntryPoint",
170
171
  "canonicalReference": "@microsoft/applicationinsights-properties-js!",
171
172
  "name": "",
173
+ "preserveMemberOrder": false,
172
174
  "members": [
173
175
  {
174
176
  "kind": "Interface",
@@ -191,6 +193,7 @@
191
193
  ],
192
194
  "releaseTag": "Public",
193
195
  "name": "IPropTelemetryContext",
196
+ "preserveMemberOrder": false,
194
197
  "members": [
195
198
  {
196
199
  "kind": "MethodSignature",
@@ -841,6 +844,7 @@
841
844
  "text": ";"
842
845
  }
843
846
  ],
847
+ "isReadonly": true,
844
848
  "isOptional": false,
845
849
  "releaseTag": "Public",
846
850
  "name": "sessionManager",
@@ -869,6 +873,7 @@
869
873
  ],
870
874
  "releaseTag": "Public",
871
875
  "name": "ISessionConfig",
876
+ "preserveMemberOrder": false,
872
877
  "members": [
873
878
  {
874
879
  "kind": "PropertySignature",
@@ -888,6 +893,7 @@
888
893
  "text": ";"
889
894
  }
890
895
  ],
896
+ "isReadonly": false,
891
897
  "isOptional": true,
892
898
  "releaseTag": "Public",
893
899
  "name": "cookieDomain",
@@ -914,6 +920,7 @@
914
920
  "text": ";"
915
921
  }
916
922
  ],
923
+ "isReadonly": false,
917
924
  "isOptional": true,
918
925
  "releaseTag": "Public",
919
926
  "name": "getNewId",
@@ -940,6 +947,7 @@
940
947
  "text": ";"
941
948
  }
942
949
  ],
950
+ "isReadonly": false,
943
951
  "isOptional": true,
944
952
  "releaseTag": "Public",
945
953
  "name": "idLength",
@@ -966,6 +974,7 @@
966
974
  "text": ";"
967
975
  }
968
976
  ],
977
+ "isReadonly": false,
969
978
  "isOptional": true,
970
979
  "releaseTag": "Public",
971
980
  "name": "namePrefix",
@@ -992,6 +1001,7 @@
992
1001
  "text": ";"
993
1002
  }
994
1003
  ],
1004
+ "isReadonly": false,
995
1005
  "isOptional": true,
996
1006
  "releaseTag": "Public",
997
1007
  "name": "sessionCookiePostfix",
@@ -1018,6 +1028,7 @@
1018
1028
  "text": ";"
1019
1029
  }
1020
1030
  ],
1031
+ "isReadonly": false,
1021
1032
  "isOptional": true,
1022
1033
  "releaseTag": "Public",
1023
1034
  "name": "sessionExpirationMs",
@@ -1044,6 +1055,7 @@
1044
1055
  "text": ";"
1045
1056
  }
1046
1057
  ],
1058
+ "isReadonly": false,
1047
1059
  "isOptional": true,
1048
1060
  "releaseTag": "Public",
1049
1061
  "name": "sessionRenewalMs",
@@ -1089,6 +1101,7 @@
1089
1101
  ],
1090
1102
  "releaseTag": "Public",
1091
1103
  "name": "PropertiesPlugin",
1104
+ "preserveMemberOrder": false,
1092
1105
  "members": [
1093
1106
  {
1094
1107
  "kind": "Constructor",
@@ -1101,6 +1114,7 @@
1101
1114
  }
1102
1115
  ],
1103
1116
  "releaseTag": "Public",
1117
+ "isProtected": false,
1104
1118
  "overloadIndex": 1,
1105
1119
  "parameters": []
1106
1120
  },
@@ -1123,6 +1137,7 @@
1123
1137
  "text": ";"
1124
1138
  }
1125
1139
  ],
1140
+ "isReadonly": false,
1126
1141
  "isOptional": false,
1127
1142
  "releaseTag": "Public",
1128
1143
  "name": "context",
@@ -1130,7 +1145,8 @@
1130
1145
  "startIndex": 1,
1131
1146
  "endIndex": 2
1132
1147
  },
1133
- "isStatic": false
1148
+ "isStatic": false,
1149
+ "isProtected": false
1134
1150
  },
1135
1151
  {
1136
1152
  "kind": "Method",
@@ -1151,15 +1167,16 @@
1151
1167
  "text": ";"
1152
1168
  }
1153
1169
  ],
1154
- "isOptional": false,
1155
1170
  "isStatic": true,
1156
1171
  "returnTypeTokenRange": {
1157
1172
  "startIndex": 1,
1158
1173
  "endIndex": 2
1159
1174
  },
1160
1175
  "releaseTag": "Public",
1176
+ "isProtected": false,
1161
1177
  "overloadIndex": 1,
1162
1178
  "parameters": [],
1179
+ "isOptional": false,
1163
1180
  "name": "getDefaultConfig"
1164
1181
  },
1165
1182
  {
@@ -1180,6 +1197,7 @@
1180
1197
  "text": ";"
1181
1198
  }
1182
1199
  ],
1200
+ "isReadonly": false,
1183
1201
  "isOptional": false,
1184
1202
  "releaseTag": "Public",
1185
1203
  "name": "identifier",
@@ -1187,7 +1205,8 @@
1187
1205
  "startIndex": 1,
1188
1206
  "endIndex": 2
1189
1207
  },
1190
- "isStatic": false
1208
+ "isStatic": false,
1209
+ "isProtected": false
1191
1210
  },
1192
1211
  {
1193
1212
  "kind": "Method",
@@ -1256,13 +1275,13 @@
1256
1275
  "text": ";"
1257
1276
  }
1258
1277
  ],
1259
- "isOptional": false,
1260
1278
  "isStatic": false,
1261
1279
  "returnTypeTokenRange": {
1262
1280
  "startIndex": 12,
1263
1281
  "endIndex": 13
1264
1282
  },
1265
1283
  "releaseTag": "Public",
1284
+ "isProtected": false,
1266
1285
  "overloadIndex": 1,
1267
1286
  "parameters": [
1268
1287
  {
@@ -1298,6 +1317,7 @@
1298
1317
  "isOptional": true
1299
1318
  }
1300
1319
  ],
1320
+ "isOptional": false,
1301
1321
  "name": "initialize"
1302
1322
  },
1303
1323
  {
@@ -1318,6 +1338,7 @@
1318
1338
  "text": ";"
1319
1339
  }
1320
1340
  ],
1341
+ "isReadonly": false,
1321
1342
  "isOptional": false,
1322
1343
  "releaseTag": "Public",
1323
1344
  "name": "priority",
@@ -1325,7 +1346,8 @@
1325
1346
  "startIndex": 1,
1326
1347
  "endIndex": 2
1327
1348
  },
1328
- "isStatic": false
1349
+ "isStatic": false,
1350
+ "isProtected": false
1329
1351
  },
1330
1352
  {
1331
1353
  "kind": "Method",
@@ -1363,13 +1385,13 @@
1363
1385
  "text": ";"
1364
1386
  }
1365
1387
  ],
1366
- "isOptional": false,
1367
1388
  "isStatic": false,
1368
1389
  "returnTypeTokenRange": {
1369
1390
  "startIndex": 5,
1370
1391
  "endIndex": 6
1371
1392
  },
1372
1393
  "releaseTag": "Public",
1394
+ "isProtected": false,
1373
1395
  "overloadIndex": 1,
1374
1396
  "parameters": [
1375
1397
  {
@@ -1389,6 +1411,7 @@
1389
1411
  "isOptional": true
1390
1412
  }
1391
1413
  ],
1414
+ "isOptional": false,
1392
1415
  "name": "processTelemetry"
1393
1416
  }
1394
1417
  ],
@@ -1424,6 +1447,7 @@
1424
1447
  ],
1425
1448
  "releaseTag": "Public",
1426
1449
  "name": "Session",
1450
+ "preserveMemberOrder": false,
1427
1451
  "members": [
1428
1452
  {
1429
1453
  "kind": "Property",
@@ -1443,6 +1467,7 @@
1443
1467
  "text": ";"
1444
1468
  }
1445
1469
  ],
1470
+ "isReadonly": false,
1446
1471
  "isOptional": true,
1447
1472
  "releaseTag": "Public",
1448
1473
  "name": "acquisitionDate",
@@ -1450,7 +1475,8 @@
1450
1475
  "startIndex": 1,
1451
1476
  "endIndex": 2
1452
1477
  },
1453
- "isStatic": false
1478
+ "isStatic": false,
1479
+ "isProtected": false
1454
1480
  },
1455
1481
  {
1456
1482
  "kind": "Property",
@@ -1470,6 +1496,7 @@
1470
1496
  "text": ";"
1471
1497
  }
1472
1498
  ],
1499
+ "isReadonly": false,
1473
1500
  "isOptional": true,
1474
1501
  "releaseTag": "Public",
1475
1502
  "name": "id",
@@ -1477,7 +1504,8 @@
1477
1504
  "startIndex": 1,
1478
1505
  "endIndex": 2
1479
1506
  },
1480
- "isStatic": false
1507
+ "isStatic": false,
1508
+ "isProtected": false
1481
1509
  },
1482
1510
  {
1483
1511
  "kind": "Property",
@@ -1497,6 +1525,7 @@
1497
1525
  "text": ";"
1498
1526
  }
1499
1527
  ],
1528
+ "isReadonly": false,
1500
1529
  "isOptional": true,
1501
1530
  "releaseTag": "Public",
1502
1531
  "name": "renewalDate",
@@ -1504,7 +1533,8 @@
1504
1533
  "startIndex": 1,
1505
1534
  "endIndex": 2
1506
1535
  },
1507
- "isStatic": false
1536
+ "isStatic": false,
1537
+ "isProtected": false
1508
1538
  }
1509
1539
  ],
1510
1540
  "implementsTokenRanges": [
@@ -1526,6 +1556,7 @@
1526
1556
  ],
1527
1557
  "releaseTag": "Public",
1528
1558
  "name": "SessionManager",
1559
+ "preserveMemberOrder": false,
1529
1560
  "members": [
1530
1561
  {
1531
1562
  "kind": "Constructor",
@@ -1556,6 +1587,7 @@
1556
1587
  }
1557
1588
  ],
1558
1589
  "releaseTag": "Public",
1590
+ "isProtected": false,
1559
1591
  "overloadIndex": 1,
1560
1592
  "parameters": [
1561
1593
  {
@@ -1594,6 +1626,7 @@
1594
1626
  "text": ";"
1595
1627
  }
1596
1628
  ],
1629
+ "isReadonly": false,
1597
1630
  "isOptional": false,
1598
1631
  "releaseTag": "Public",
1599
1632
  "name": "acquisitionSpan",
@@ -1601,7 +1634,8 @@
1601
1634
  "startIndex": 1,
1602
1635
  "endIndex": 2
1603
1636
  },
1604
- "isStatic": true
1637
+ "isStatic": true,
1638
+ "isProtected": false
1605
1639
  },
1606
1640
  {
1607
1641
  "kind": "Property",
@@ -1622,6 +1656,7 @@
1622
1656
  "text": ";"
1623
1657
  }
1624
1658
  ],
1659
+ "isReadonly": false,
1625
1660
  "isOptional": false,
1626
1661
  "releaseTag": "Public",
1627
1662
  "name": "automaticSession",
@@ -1629,7 +1664,8 @@
1629
1664
  "startIndex": 1,
1630
1665
  "endIndex": 2
1631
1666
  },
1632
- "isStatic": false
1667
+ "isStatic": false,
1668
+ "isProtected": false
1633
1669
  },
1634
1670
  {
1635
1671
  "kind": "Method",
@@ -1649,15 +1685,16 @@
1649
1685
  "text": ";"
1650
1686
  }
1651
1687
  ],
1652
- "isOptional": false,
1653
1688
  "isStatic": false,
1654
1689
  "returnTypeTokenRange": {
1655
1690
  "startIndex": 1,
1656
1691
  "endIndex": 2
1657
1692
  },
1658
1693
  "releaseTag": "Public",
1694
+ "isProtected": false,
1659
1695
  "overloadIndex": 1,
1660
1696
  "parameters": [],
1697
+ "isOptional": false,
1661
1698
  "name": "backup"
1662
1699
  },
1663
1700
  {
@@ -1679,6 +1716,7 @@
1679
1716
  "text": ";"
1680
1717
  }
1681
1718
  ],
1719
+ "isReadonly": false,
1682
1720
  "isOptional": false,
1683
1721
  "releaseTag": "Public",
1684
1722
  "name": "config",
@@ -1686,7 +1724,8 @@
1686
1724
  "startIndex": 1,
1687
1725
  "endIndex": 2
1688
1726
  },
1689
- "isStatic": false
1727
+ "isStatic": false,
1728
+ "isProtected": false
1690
1729
  },
1691
1730
  {
1692
1731
  "kind": "Property",
@@ -1706,6 +1745,7 @@
1706
1745
  "text": ";"
1707
1746
  }
1708
1747
  ],
1748
+ "isReadonly": false,
1709
1749
  "isOptional": false,
1710
1750
  "releaseTag": "Public",
1711
1751
  "name": "cookieUpdateInterval",
@@ -1713,7 +1753,8 @@
1713
1753
  "startIndex": 1,
1714
1754
  "endIndex": 2
1715
1755
  },
1716
- "isStatic": true
1756
+ "isStatic": true,
1757
+ "isProtected": false
1717
1758
  },
1718
1759
  {
1719
1760
  "kind": "Property",
@@ -1733,6 +1774,7 @@
1733
1774
  "text": ";"
1734
1775
  }
1735
1776
  ],
1777
+ "isReadonly": false,
1736
1778
  "isOptional": false,
1737
1779
  "releaseTag": "Public",
1738
1780
  "name": "renewalSpan",
@@ -1740,7 +1782,8 @@
1740
1782
  "startIndex": 1,
1741
1783
  "endIndex": 2
1742
1784
  },
1743
- "isStatic": true
1785
+ "isStatic": true,
1786
+ "isProtected": false
1744
1787
  },
1745
1788
  {
1746
1789
  "kind": "Method",
@@ -1760,15 +1803,16 @@
1760
1803
  "text": ";"
1761
1804
  }
1762
1805
  ],
1763
- "isOptional": false,
1764
1806
  "isStatic": false,
1765
1807
  "returnTypeTokenRange": {
1766
1808
  "startIndex": 1,
1767
1809
  "endIndex": 2
1768
1810
  },
1769
1811
  "releaseTag": "Public",
1812
+ "isProtected": false,
1770
1813
  "overloadIndex": 1,
1771
1814
  "parameters": [],
1815
+ "isOptional": false,
1772
1816
  "name": "update"
1773
1817
  }
1774
1818
  ],
@@ -1795,6 +1839,7 @@
1795
1839
  ],
1796
1840
  "releaseTag": "Public",
1797
1841
  "name": "TelemetryContext",
1842
+ "preserveMemberOrder": false,
1798
1843
  "members": [
1799
1844
  {
1800
1845
  "kind": "Constructor",
@@ -1834,6 +1879,7 @@
1834
1879
  }
1835
1880
  ],
1836
1881
  "releaseTag": "Public",
1882
+ "isProtected": false,
1837
1883
  "overloadIndex": 1,
1838
1884
  "parameters": [
1839
1885
  {
@@ -1880,6 +1926,7 @@
1880
1926
  "text": ";"
1881
1927
  }
1882
1928
  ],
1929
+ "isReadonly": false,
1883
1930
  "isOptional": false,
1884
1931
  "releaseTag": "Public",
1885
1932
  "name": "appId",
@@ -1887,7 +1934,8 @@
1887
1934
  "startIndex": 1,
1888
1935
  "endIndex": 2
1889
1936
  },
1890
- "isStatic": false
1937
+ "isStatic": false,
1938
+ "isProtected": false
1891
1939
  },
1892
1940
  {
1893
1941
  "kind": "Property",
@@ -1908,6 +1956,7 @@
1908
1956
  "text": ";"
1909
1957
  }
1910
1958
  ],
1959
+ "isReadonly": false,
1911
1960
  "isOptional": false,
1912
1961
  "releaseTag": "Public",
1913
1962
  "name": "application",
@@ -1915,7 +1964,8 @@
1915
1964
  "startIndex": 1,
1916
1965
  "endIndex": 2
1917
1966
  },
1918
- "isStatic": false
1967
+ "isStatic": false,
1968
+ "isProtected": false
1919
1969
  },
1920
1970
  {
1921
1971
  "kind": "Method",
@@ -1953,13 +2003,13 @@
1953
2003
  "text": ";"
1954
2004
  }
1955
2005
  ],
1956
- "isOptional": false,
1957
2006
  "isStatic": false,
1958
2007
  "returnTypeTokenRange": {
1959
2008
  "startIndex": 5,
1960
2009
  "endIndex": 6
1961
2010
  },
1962
2011
  "releaseTag": "Public",
2012
+ "isProtected": false,
1963
2013
  "overloadIndex": 1,
1964
2014
  "parameters": [
1965
2015
  {
@@ -1979,6 +2029,7 @@
1979
2029
  "isOptional": true
1980
2030
  }
1981
2031
  ],
2032
+ "isOptional": false,
1982
2033
  "name": "applyApplicationContext"
1983
2034
  },
1984
2035
  {
@@ -2017,13 +2068,13 @@
2017
2068
  "text": ";"
2018
2069
  }
2019
2070
  ],
2020
- "isOptional": false,
2021
2071
  "isStatic": false,
2022
2072
  "returnTypeTokenRange": {
2023
2073
  "startIndex": 5,
2024
2074
  "endIndex": 6
2025
2075
  },
2026
2076
  "releaseTag": "Public",
2077
+ "isProtected": false,
2027
2078
  "overloadIndex": 1,
2028
2079
  "parameters": [
2029
2080
  {
@@ -2043,6 +2094,7 @@
2043
2094
  "isOptional": true
2044
2095
  }
2045
2096
  ],
2097
+ "isOptional": false,
2046
2098
  "name": "applyDeviceContext"
2047
2099
  },
2048
2100
  {
@@ -2081,13 +2133,13 @@
2081
2133
  "text": ";"
2082
2134
  }
2083
2135
  ],
2084
- "isOptional": false,
2085
2136
  "isStatic": false,
2086
2137
  "returnTypeTokenRange": {
2087
2138
  "startIndex": 5,
2088
2139
  "endIndex": 6
2089
2140
  },
2090
2141
  "releaseTag": "Public",
2142
+ "isProtected": false,
2091
2143
  "overloadIndex": 1,
2092
2144
  "parameters": [
2093
2145
  {
@@ -2107,6 +2159,7 @@
2107
2159
  "isOptional": true
2108
2160
  }
2109
2161
  ],
2162
+ "isOptional": false,
2110
2163
  "name": "applyInternalContext"
2111
2164
  },
2112
2165
  {
@@ -2145,13 +2198,13 @@
2145
2198
  "text": ";"
2146
2199
  }
2147
2200
  ],
2148
- "isOptional": false,
2149
2201
  "isStatic": false,
2150
2202
  "returnTypeTokenRange": {
2151
2203
  "startIndex": 5,
2152
2204
  "endIndex": 6
2153
2205
  },
2154
2206
  "releaseTag": "Public",
2207
+ "isProtected": false,
2155
2208
  "overloadIndex": 1,
2156
2209
  "parameters": [
2157
2210
  {
@@ -2171,6 +2224,7 @@
2171
2224
  "isOptional": true
2172
2225
  }
2173
2226
  ],
2227
+ "isOptional": false,
2174
2228
  "name": "applyLocationContext"
2175
2229
  },
2176
2230
  {
@@ -2209,13 +2263,13 @@
2209
2263
  "text": ";"
2210
2264
  }
2211
2265
  ],
2212
- "isOptional": false,
2213
2266
  "isStatic": false,
2214
2267
  "returnTypeTokenRange": {
2215
2268
  "startIndex": 5,
2216
2269
  "endIndex": 6
2217
2270
  },
2218
2271
  "releaseTag": "Public",
2272
+ "isProtected": false,
2219
2273
  "overloadIndex": 1,
2220
2274
  "parameters": [
2221
2275
  {
@@ -2235,6 +2289,7 @@
2235
2289
  "isOptional": true
2236
2290
  }
2237
2291
  ],
2292
+ "isOptional": false,
2238
2293
  "name": "applyOperatingSystemContxt"
2239
2294
  },
2240
2295
  {
@@ -2273,13 +2328,13 @@
2273
2328
  "text": ";"
2274
2329
  }
2275
2330
  ],
2276
- "isOptional": false,
2277
2331
  "isStatic": false,
2278
2332
  "returnTypeTokenRange": {
2279
2333
  "startIndex": 5,
2280
2334
  "endIndex": 6
2281
2335
  },
2282
2336
  "releaseTag": "Public",
2337
+ "isProtected": false,
2283
2338
  "overloadIndex": 1,
2284
2339
  "parameters": [
2285
2340
  {
@@ -2299,6 +2354,7 @@
2299
2354
  "isOptional": true
2300
2355
  }
2301
2356
  ],
2357
+ "isOptional": false,
2302
2358
  "name": "applyOperationContext"
2303
2359
  },
2304
2360
  {
@@ -2337,13 +2393,13 @@
2337
2393
  "text": ";"
2338
2394
  }
2339
2395
  ],
2340
- "isOptional": false,
2341
2396
  "isStatic": false,
2342
2397
  "returnTypeTokenRange": {
2343
2398
  "startIndex": 5,
2344
2399
  "endIndex": 6
2345
2400
  },
2346
2401
  "releaseTag": "Public",
2402
+ "isProtected": false,
2347
2403
  "overloadIndex": 1,
2348
2404
  "parameters": [
2349
2405
  {
@@ -2363,6 +2419,7 @@
2363
2419
  "isOptional": true
2364
2420
  }
2365
2421
  ],
2422
+ "isOptional": false,
2366
2423
  "name": "applySessionContext"
2367
2424
  },
2368
2425
  {
@@ -2401,13 +2458,13 @@
2401
2458
  "text": ";"
2402
2459
  }
2403
2460
  ],
2404
- "isOptional": false,
2405
2461
  "isStatic": false,
2406
2462
  "returnTypeTokenRange": {
2407
2463
  "startIndex": 5,
2408
2464
  "endIndex": 6
2409
2465
  },
2410
2466
  "releaseTag": "Public",
2467
+ "isProtected": false,
2411
2468
  "overloadIndex": 1,
2412
2469
  "parameters": [
2413
2470
  {
@@ -2427,6 +2484,7 @@
2427
2484
  "isOptional": true
2428
2485
  }
2429
2486
  ],
2487
+ "isOptional": false,
2430
2488
  "name": "applyUserContext"
2431
2489
  },
2432
2490
  {
@@ -2465,13 +2523,13 @@
2465
2523
  "text": ";"
2466
2524
  }
2467
2525
  ],
2468
- "isOptional": false,
2469
2526
  "isStatic": false,
2470
2527
  "returnTypeTokenRange": {
2471
2528
  "startIndex": 5,
2472
2529
  "endIndex": 6
2473
2530
  },
2474
2531
  "releaseTag": "Public",
2532
+ "isProtected": false,
2475
2533
  "overloadIndex": 1,
2476
2534
  "parameters": [
2477
2535
  {
@@ -2491,6 +2549,7 @@
2491
2549
  "isOptional": true
2492
2550
  }
2493
2551
  ],
2552
+ "isOptional": false,
2494
2553
  "name": "applyWebContext"
2495
2554
  },
2496
2555
  {
@@ -2529,13 +2588,13 @@
2529
2588
  "text": ";"
2530
2589
  }
2531
2590
  ],
2532
- "isOptional": false,
2533
2591
  "isStatic": false,
2534
2592
  "returnTypeTokenRange": {
2535
2593
  "startIndex": 5,
2536
2594
  "endIndex": 6
2537
2595
  },
2538
2596
  "releaseTag": "Public",
2597
+ "isProtected": false,
2539
2598
  "overloadIndex": 1,
2540
2599
  "parameters": [
2541
2600
  {
@@ -2555,6 +2614,7 @@
2555
2614
  "isOptional": true
2556
2615
  }
2557
2616
  ],
2617
+ "isOptional": false,
2558
2618
  "name": "cleanUp"
2559
2619
  },
2560
2620
  {
@@ -2576,6 +2636,7 @@
2576
2636
  "text": ";"
2577
2637
  }
2578
2638
  ],
2639
+ "isReadonly": false,
2579
2640
  "isOptional": false,
2580
2641
  "releaseTag": "Public",
2581
2642
  "name": "device",
@@ -2583,7 +2644,8 @@
2583
2644
  "startIndex": 1,
2584
2645
  "endIndex": 2
2585
2646
  },
2586
- "isStatic": false
2647
+ "isStatic": false,
2648
+ "isProtected": false
2587
2649
  },
2588
2650
  {
2589
2651
  "kind": "Property",
@@ -2603,6 +2665,7 @@
2603
2665
  "text": ";"
2604
2666
  }
2605
2667
  ],
2668
+ "isReadonly": false,
2606
2669
  "isOptional": false,
2607
2670
  "releaseTag": "Public",
2608
2671
  "name": "getSessionId",
@@ -2610,7 +2673,8 @@
2610
2673
  "startIndex": 1,
2611
2674
  "endIndex": 2
2612
2675
  },
2613
- "isStatic": false
2676
+ "isStatic": false,
2677
+ "isProtected": false
2614
2678
  },
2615
2679
  {
2616
2680
  "kind": "Property",
@@ -2631,6 +2695,7 @@
2631
2695
  "text": ";"
2632
2696
  }
2633
2697
  ],
2698
+ "isReadonly": false,
2634
2699
  "isOptional": false,
2635
2700
  "releaseTag": "Public",
2636
2701
  "name": "internal",
@@ -2638,7 +2703,8 @@
2638
2703
  "startIndex": 1,
2639
2704
  "endIndex": 2
2640
2705
  },
2641
- "isStatic": false
2706
+ "isStatic": false,
2707
+ "isProtected": false
2642
2708
  },
2643
2709
  {
2644
2710
  "kind": "Property",
@@ -2659,6 +2725,7 @@
2659
2725
  "text": ";"
2660
2726
  }
2661
2727
  ],
2728
+ "isReadonly": false,
2662
2729
  "isOptional": false,
2663
2730
  "releaseTag": "Public",
2664
2731
  "name": "location",
@@ -2666,7 +2733,8 @@
2666
2733
  "startIndex": 1,
2667
2734
  "endIndex": 2
2668
2735
  },
2669
- "isStatic": false
2736
+ "isStatic": false,
2737
+ "isProtected": false
2670
2738
  },
2671
2739
  {
2672
2740
  "kind": "Property",
@@ -2687,6 +2755,7 @@
2687
2755
  "text": ";"
2688
2756
  }
2689
2757
  ],
2758
+ "isReadonly": false,
2690
2759
  "isOptional": false,
2691
2760
  "releaseTag": "Public",
2692
2761
  "name": "os",
@@ -2694,7 +2763,8 @@
2694
2763
  "startIndex": 1,
2695
2764
  "endIndex": 2
2696
2765
  },
2697
- "isStatic": false
2766
+ "isStatic": false,
2767
+ "isProtected": false
2698
2768
  },
2699
2769
  {
2700
2770
  "kind": "Property",
@@ -2715,6 +2785,7 @@
2715
2785
  "text": ";"
2716
2786
  }
2717
2787
  ],
2788
+ "isReadonly": false,
2718
2789
  "isOptional": false,
2719
2790
  "releaseTag": "Public",
2720
2791
  "name": "session",
@@ -2722,7 +2793,8 @@
2722
2793
  "startIndex": 1,
2723
2794
  "endIndex": 2
2724
2795
  },
2725
- "isStatic": false
2796
+ "isStatic": false,
2797
+ "isProtected": false
2726
2798
  },
2727
2799
  {
2728
2800
  "kind": "Property",
@@ -2743,6 +2815,7 @@
2743
2815
  "text": ";"
2744
2816
  }
2745
2817
  ],
2818
+ "isReadonly": false,
2746
2819
  "isOptional": false,
2747
2820
  "releaseTag": "Public",
2748
2821
  "name": "sessionManager",
@@ -2750,7 +2823,8 @@
2750
2823
  "startIndex": 1,
2751
2824
  "endIndex": 2
2752
2825
  },
2753
- "isStatic": false
2826
+ "isStatic": false,
2827
+ "isProtected": false
2754
2828
  },
2755
2829
  {
2756
2830
  "kind": "Property",
@@ -2771,6 +2845,7 @@
2771
2845
  "text": ";"
2772
2846
  }
2773
2847
  ],
2848
+ "isReadonly": false,
2774
2849
  "isOptional": false,
2775
2850
  "releaseTag": "Public",
2776
2851
  "name": "telemetryTrace",
@@ -2778,7 +2853,8 @@
2778
2853
  "startIndex": 1,
2779
2854
  "endIndex": 2
2780
2855
  },
2781
- "isStatic": false
2856
+ "isStatic": false,
2857
+ "isProtected": false
2782
2858
  },
2783
2859
  {
2784
2860
  "kind": "Property",
@@ -2799,6 +2875,7 @@
2799
2875
  "text": ";"
2800
2876
  }
2801
2877
  ],
2878
+ "isReadonly": false,
2802
2879
  "isOptional": false,
2803
2880
  "releaseTag": "Public",
2804
2881
  "name": "user",
@@ -2806,7 +2883,8 @@
2806
2883
  "startIndex": 1,
2807
2884
  "endIndex": 2
2808
2885
  },
2809
- "isStatic": false
2886
+ "isStatic": false,
2887
+ "isProtected": false
2810
2888
  },
2811
2889
  {
2812
2890
  "kind": "Property",
@@ -2827,6 +2905,7 @@
2827
2905
  "text": ";"
2828
2906
  }
2829
2907
  ],
2908
+ "isReadonly": false,
2830
2909
  "isOptional": false,
2831
2910
  "releaseTag": "Public",
2832
2911
  "name": "web",
@@ -2834,7 +2913,8 @@
2834
2913
  "startIndex": 1,
2835
2914
  "endIndex": 2
2836
2915
  },
2837
- "isStatic": false
2916
+ "isStatic": false,
2917
+ "isProtected": false
2838
2918
  }
2839
2919
  ],
2840
2920
  "implementsTokenRanges": [
@@ -2865,6 +2945,7 @@
2865
2945
  ],
2866
2946
  "releaseTag": "Public",
2867
2947
  "name": "TelemetryTrace",
2948
+ "preserveMemberOrder": false,
2868
2949
  "members": [
2869
2950
  {
2870
2951
  "kind": "Constructor",
@@ -2910,6 +2991,7 @@
2910
2991
  }
2911
2992
  ],
2912
2993
  "releaseTag": "Public",
2994
+ "isProtected": false,
2913
2995
  "overloadIndex": 1,
2914
2996
  "parameters": [
2915
2997
  {
@@ -2964,6 +3046,7 @@
2964
3046
  "text": ";"
2965
3047
  }
2966
3048
  ],
3049
+ "isReadonly": false,
2967
3050
  "isOptional": false,
2968
3051
  "releaseTag": "Public",
2969
3052
  "name": "name",
@@ -2971,7 +3054,8 @@
2971
3054
  "startIndex": 1,
2972
3055
  "endIndex": 2
2973
3056
  },
2974
- "isStatic": false
3057
+ "isStatic": false,
3058
+ "isProtected": false
2975
3059
  },
2976
3060
  {
2977
3061
  "kind": "Property",
@@ -2991,6 +3075,7 @@
2991
3075
  "text": ";"
2992
3076
  }
2993
3077
  ],
3078
+ "isReadonly": false,
2994
3079
  "isOptional": false,
2995
3080
  "releaseTag": "Public",
2996
3081
  "name": "parentID",
@@ -2998,7 +3083,8 @@
2998
3083
  "startIndex": 1,
2999
3084
  "endIndex": 2
3000
3085
  },
3001
- "isStatic": false
3086
+ "isStatic": false,
3087
+ "isProtected": false
3002
3088
  },
3003
3089
  {
3004
3090
  "kind": "Property",
@@ -3018,6 +3104,7 @@
3018
3104
  "text": ";"
3019
3105
  }
3020
3106
  ],
3107
+ "isReadonly": false,
3021
3108
  "isOptional": false,
3022
3109
  "releaseTag": "Public",
3023
3110
  "name": "traceFlags",
@@ -3025,7 +3112,8 @@
3025
3112
  "startIndex": 1,
3026
3113
  "endIndex": 2
3027
3114
  },
3028
- "isStatic": false
3115
+ "isStatic": false,
3116
+ "isProtected": false
3029
3117
  },
3030
3118
  {
3031
3119
  "kind": "Property",
@@ -3045,6 +3133,7 @@
3045
3133
  "text": ";"
3046
3134
  }
3047
3135
  ],
3136
+ "isReadonly": false,
3048
3137
  "isOptional": false,
3049
3138
  "releaseTag": "Public",
3050
3139
  "name": "traceID",
@@ -3052,7 +3141,8 @@
3052
3141
  "startIndex": 1,
3053
3142
  "endIndex": 2
3054
3143
  },
3055
- "isStatic": false
3144
+ "isStatic": false,
3145
+ "isProtected": false
3056
3146
  },
3057
3147
  {
3058
3148
  "kind": "Property",
@@ -3073,6 +3163,7 @@
3073
3163
  "text": ";"
3074
3164
  }
3075
3165
  ],
3166
+ "isReadonly": false,
3076
3167
  "isOptional": false,
3077
3168
  "releaseTag": "Public",
3078
3169
  "name": "traceState",
@@ -3080,7 +3171,8 @@
3080
3171
  "startIndex": 1,
3081
3172
  "endIndex": 2
3082
3173
  },
3083
- "isStatic": false
3174
+ "isStatic": false,
3175
+ "isProtected": false
3084
3176
  }
3085
3177
  ],
3086
3178
  "implementsTokenRanges": [