@microsoft/1ds-core-js 4.3.11-nightly3.2511-05 → 4.3.11-nightly3.2512-10

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 (42) hide show
  1. package/bundle/es5/{ms.core-4.3.11-nightly3.2511-05.gbl.js → ms.core-4.3.11-nightly3.2512-10.gbl.js} +11 -10
  2. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.gbl.js.map +1 -0
  3. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.gbl.min.js +7 -0
  4. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.gbl.min.js.map +1 -0
  5. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.integrity.json +46 -0
  6. package/bundle/es5/{ms.core-4.3.11-nightly3.2511-05.js → ms.core-4.3.11-nightly3.2512-10.js} +11 -10
  7. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.js.map +1 -0
  8. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.min.js +7 -0
  9. package/bundle/es5/ms.core-4.3.11-nightly3.2512-10.min.js.map +1 -0
  10. package/bundle/es5/ms.core.gbl.js +10 -9
  11. package/bundle/es5/ms.core.gbl.js.map +1 -1
  12. package/bundle/es5/ms.core.gbl.min.js +2 -2
  13. package/bundle/es5/ms.core.gbl.min.js.map +1 -1
  14. package/bundle/es5/ms.core.integrity.json +17 -17
  15. package/bundle/es5/ms.core.js +10 -9
  16. package/bundle/es5/ms.core.js.map +1 -1
  17. package/bundle/es5/ms.core.min.js +2 -2
  18. package/bundle/es5/ms.core.min.js.map +1 -1
  19. package/dist/es5/ms.core.js +8 -7
  20. package/dist/es5/ms.core.js.map +1 -1
  21. package/dist/es5/ms.core.min.js +2 -2
  22. package/dist/es5/ms.core.min.js.map +1 -1
  23. package/dist-es5/AppInsightsCore.js +1 -1
  24. package/dist-es5/BaseCore.js +1 -1
  25. package/dist-es5/DataModels.js +1 -1
  26. package/dist-es5/Enums.js +1 -1
  27. package/dist-es5/Index.js +1 -1
  28. package/dist-es5/InternalConstants.js +1 -1
  29. package/dist-es5/Utils.js +2 -2
  30. package/dist-es5/Utils.js.map +1 -1
  31. package/dist-es5/ValueSanitizer.js +1 -1
  32. package/dist-es5/__DynamicConstants.js +1 -1
  33. package/package.json +2 -2
  34. package/types/1ds-core-js.d.ts +2 -2
  35. package/types/1ds-core-js.namespaced.d.ts +11 -5
  36. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.gbl.js.map +0 -1
  37. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.gbl.min.js +0 -7
  38. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.gbl.min.js.map +0 -1
  39. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.integrity.json +0 -46
  40. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.js.map +0 -1
  41. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.min.js +0 -7
  42. package/bundle/es5/ms.core-4.3.11-nightly3.2511-05.min.js.map +0 -1
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * 1DS JS SDK Core, 4.3.11-nightly3.2511-05
2
+ * 1DS JS SDK Core, 4.3.11-nightly3.2512-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  * (Microsoft Internal Only)
5
5
  */
6
6
  (function (global, factory) {
7
7
  var undef = "undefined";
8
- var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_3_11_nightly3_2511_05", msMod="__ms$mod__";
9
- var mods={}, modDetail=mods[modName]={}, ver="4.3.11-nightly3.2511-05";
8
+ var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_3_11_nightly3_2512_10", msMod="__ms$mod__";
9
+ var mods={}, modDetail=mods[modName]={}, ver="4.3.11-nightly3.2512-10";
10
10
  // Versioned namespace "oneDS4"
11
11
  var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
12
12
  // Global namespace "oneDS"
@@ -1422,7 +1422,8 @@ var EventsDiscardedReason = ( /* @__PURE__ */createEnumStyle({
1422
1422
  InvalidEvent: 2 ,
1423
1423
  SizeLimitExceeded: 3 ,
1424
1424
  KillSwitch: 4 ,
1425
- QueueFull: 5
1425
+ QueueFull: 5 ,
1426
+ BeaconSendFailure: 6
1426
1427
  }));
1427
1428
 
1428
1429
  var ActiveStatus = ( /* @__PURE__ */createEnumStyle({
@@ -2439,7 +2440,7 @@ function redactQueryParameters(url, config) {
2439
2440
  return baseUrl + resultParts.join("&") + fragment;
2440
2441
  }
2441
2442
  function fieldRedaction(input, config) {
2442
- if (!input || input[_DYN_INDEX_OF$1 ](" ") !== -1) {
2443
+ if (!input || !isString(input) || input[_DYN_INDEX_OF$1 ](" ") !== -1) {
2443
2444
  return input;
2444
2445
  }
2445
2446
  var isRedactionDisabled = config && config.redactUrls === false;
@@ -2542,7 +2543,7 @@ function newId(maxLength) {
2542
2543
  return result;
2543
2544
  }
2544
2545
 
2545
- var version = '3.3.11-nightly3.2511-05';
2546
+ var version = '3.3.11-nightly3.2512-10';
2546
2547
  var instanceName = "." + newId(6);
2547
2548
  var _dataUid = 0;
2548
2549
  function _canAcceptData(target) {
@@ -3915,9 +3916,9 @@ var NotificationManager = /** @class */ (function () {
3915
3916
  listener[STR_EVENTS_SENT ](events);
3916
3917
  });
3917
3918
  };
3918
- _self[STR_EVENTS_DISCARDED ] = function (events, reason) {
3919
+ _self[STR_EVENTS_DISCARDED ] = function (events, reason, sendType) {
3919
3920
  _runListeners(_listeners, STR_EVENTS_DISCARDED, _asyncNotifications, function (listener) {
3920
- listener[STR_EVENTS_DISCARDED ](events, reason);
3921
+ listener[STR_EVENTS_DISCARDED ](events, reason, sendType);
3921
3922
  });
3922
3923
  };
3923
3924
  _self[STR_EVENTS_SEND_REQUEST ] = function (sendReason, isAsync) {
@@ -6796,7 +6797,7 @@ var _DYN_RM_FIELD_SANITIZER = "rmFieldSanitizer";
6796
6797
  var _DYN_CAN_HANDLE = "canHandle";
6797
6798
 
6798
6799
  var _a;
6799
- var Version = '4.3.11-nightly3.2511-05';
6800
+ var Version = '4.3.11-nightly3.2512-10';
6800
6801
  var FullVersionString = "1DS-Web-JS-" + Version;
6801
6802
  var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
6802
6803
  var strDisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";