@microsoft/applicationinsights-properties-js 2.8.9-nightly.2210-04 → 2.8.9-nightly.2210-05

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.32.1",
5
- "schemaVersion": 1009,
4
+ "toolVersion": "7.33.4",
5
+ "schemaVersion": 1010,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
8
8
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
@@ -191,6 +191,7 @@
191
191
  "text": " "
192
192
  }
193
193
  ],
194
+ "fileUrlPath": "types/Interfaces/IPropTelemetryContext.d.ts",
194
195
  "releaseTag": "Public",
195
196
  "name": "IPropTelemetryContext",
196
197
  "preserveMemberOrder": false,
@@ -871,6 +872,7 @@
871
872
  "text": "export interface ISessionConfig "
872
873
  }
873
874
  ],
875
+ "fileUrlPath": "types/Context/Session.d.ts",
874
876
  "releaseTag": "Public",
875
877
  "name": "ISessionConfig",
876
878
  "preserveMemberOrder": false,
@@ -1095,6 +1097,7 @@
1095
1097
  "text": " "
1096
1098
  }
1097
1099
  ],
1100
+ "fileUrlPath": "types/PropertiesPlugin.d.ts",
1098
1101
  "releaseTag": "Public",
1099
1102
  "name": "PropertiesPlugin",
1100
1103
  "preserveMemberOrder": false,
@@ -1441,6 +1444,7 @@
1441
1444
  "text": " "
1442
1445
  }
1443
1446
  ],
1447
+ "fileUrlPath": "types/Context/Session.d.ts",
1444
1448
  "releaseTag": "Public",
1445
1449
  "name": "Session",
1446
1450
  "preserveMemberOrder": false,
@@ -1550,6 +1554,7 @@
1550
1554
  "text": "export declare class _SessionManager "
1551
1555
  }
1552
1556
  ],
1557
+ "fileUrlPath": "types/Context/Session.d.ts",
1553
1558
  "releaseTag": "Public",
1554
1559
  "name": "SessionManager",
1555
1560
  "preserveMemberOrder": false,
@@ -1833,6 +1838,7 @@
1833
1838
  "text": " "
1834
1839
  }
1835
1840
  ],
1841
+ "fileUrlPath": "types/TelemetryContext.d.ts",
1836
1842
  "releaseTag": "Public",
1837
1843
  "name": "TelemetryContext",
1838
1844
  "preserveMemberOrder": false,
@@ -2939,6 +2945,7 @@
2939
2945
  "text": " "
2940
2946
  }
2941
2947
  ],
2948
+ "fileUrlPath": "types/Context/TelemetryTrace.d.ts",
2942
2949
  "releaseTag": "Public",
2943
2950
  "name": "TelemetryTrace",
2944
2951
  "preserveMemberOrder": false,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights properties plugin, 2.8.9-nightly.2210-04
2
+ * Microsoft Application Insights properties plugin, 2.8.9-nightly.2210-05
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Properties Plugin, 2.8.9-nightly.2210-04
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.9-nightly.2210-05
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1243,7 +1243,7 @@
1243
1243
  }
1244
1244
 
1245
1245
  var _objDefineProperty = ObjDefineProperty;
1246
- var version = "2.8.9-nightly.2210-04";
1246
+ var version = "2.8.9-nightly.2210-05";
1247
1247
  var instanceName = "." + newId(6);
1248
1248
  var _dataUid = 0;
1249
1249
  function _createAccessor(target, prop, value) {
@@ -2598,7 +2598,7 @@
2598
2598
  var _DYN_COOKIE_SEPARATOR = "cookieSeparator";
2599
2599
  var _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName";
2600
2600
 
2601
- var Version = "2.8.9-nightly.2210-04";
2601
+ var Version = "2.8.9-nightly.2210-05";
2602
2602
  var Internal = /** @class */ (function () {
2603
2603
  function Internal(config) {
2604
2604
  this.sdkVersion = (config[_DYN_SDK_EXTENSION ] && config[_DYN_SDK_EXTENSION ]() ? config[_DYN_SDK_EXTENSION ]() + "_" : "") + "javascript:" + Version;