@microsoft/1ds-post-js 4.3.7-nightly3.2505-01 → 4.3.7-nightly3.2505-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.
Files changed (46) hide show
  1. package/bundle/es5/{ms.post-4.3.7-nightly3.2505-01.gbl.js → ms.post-4.3.7-nightly3.2505-03.gbl.js} +10 -11
  2. package/bundle/es5/ms.post-4.3.7-nightly3.2505-03.gbl.js.map +1 -0
  3. package/bundle/es5/{ms.post-4.3.7-nightly3.2505-01.gbl.min.js → ms.post-4.3.7-nightly3.2505-03.gbl.min.js} +3 -3
  4. package/bundle/es5/ms.post-4.3.7-nightly3.2505-03.gbl.min.js.map +1 -0
  5. package/bundle/es5/ms.post-4.3.7-nightly3.2505-03.integrity.json +46 -0
  6. package/bundle/es5/{ms.post-4.3.7-nightly3.2505-01.js → ms.post-4.3.7-nightly3.2505-03.js} +10 -11
  7. package/bundle/es5/ms.post-4.3.7-nightly3.2505-03.js.map +1 -0
  8. package/bundle/es5/{ms.post-4.3.7-nightly3.2505-01.min.js → ms.post-4.3.7-nightly3.2505-03.min.js} +3 -3
  9. package/bundle/es5/ms.post-4.3.7-nightly3.2505-03.min.js.map +1 -0
  10. package/bundle/es5/ms.post.gbl.js +9 -10
  11. package/bundle/es5/ms.post.gbl.js.map +1 -1
  12. package/bundle/es5/ms.post.gbl.min.js +2 -2
  13. package/bundle/es5/ms.post.gbl.min.js.map +1 -1
  14. package/bundle/es5/ms.post.integrity.json +17 -17
  15. package/bundle/es5/ms.post.js +9 -10
  16. package/bundle/es5/ms.post.js.map +1 -1
  17. package/bundle/es5/ms.post.min.js +2 -2
  18. package/bundle/es5/ms.post.min.js.map +1 -1
  19. package/dist/es5/ms.post.js +7 -8
  20. package/dist/es5/ms.post.js.map +1 -1
  21. package/dist/es5/ms.post.min.js +2 -2
  22. package/dist/es5/ms.post.min.js.map +1 -1
  23. package/dist-es5/BatchNotificationActions.js +1 -1
  24. package/dist-es5/ClockSkewManager.js +1 -1
  25. package/dist-es5/DataModels.js +1 -1
  26. package/dist-es5/EventBatch.js +1 -1
  27. package/dist-es5/HttpManager.js +2 -2
  28. package/dist-es5/HttpManager.js.map +1 -1
  29. package/dist-es5/Index.js +1 -1
  30. package/dist-es5/InternalConstants.js +1 -1
  31. package/dist-es5/KillSwitch.js +1 -1
  32. package/dist-es5/PostChannel.js +2 -2
  33. package/dist-es5/PostChannel.js.map +1 -1
  34. package/dist-es5/RetryPolicy.js +1 -1
  35. package/dist-es5/Serializer.js +1 -1
  36. package/dist-es5/TimeoutOverrideWrapper.js +1 -1
  37. package/dist-es5/__DynamicConstants.js +1 -1
  38. package/dist-es5/typings/XDomainRequest.js +1 -1
  39. package/package.json +2 -2
  40. package/types/1ds-post-js.d.ts +1 -1
  41. package/types/1ds-post-js.namespaced.d.ts +4 -34
  42. package/bundle/es5/ms.post-4.3.7-nightly3.2505-01.gbl.js.map +0 -1
  43. package/bundle/es5/ms.post-4.3.7-nightly3.2505-01.gbl.min.js.map +0 -1
  44. package/bundle/es5/ms.post-4.3.7-nightly3.2505-01.integrity.json +0 -46
  45. package/bundle/es5/ms.post-4.3.7-nightly3.2505-01.js.map +0 -1
  46. package/bundle/es5/ms.post-4.3.7-nightly3.2505-01.min.js.map +0 -1
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * 1DS JS SDK POST plugin, 4.3.7-nightly3.2505-01
2
+ * 1DS JS SDK POST plugin, 4.3.7-nightly3.2505-03
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_post_4_3_7_nightly3_2505_01", msMod="__ms$mod__";
9
- var mods={}, modDetail=mods[modName]={}, ver="4.3.7-nightly3.2505-01";
8
+ var nsKey, key, nm, theExports = {}, modName = "es5_ms_post_4_3_7_nightly3_2505_03", msMod="__ms$mod__";
9
+ var mods={}, modDetail=mods[modName]={}, ver="4.3.7-nightly3.2505-03";
10
10
  // Versioned namespace "oneDS4"
11
11
  var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
12
12
  // Global namespace "oneDS"
@@ -1607,7 +1607,7 @@ function optimizeObject(theObject) {
1607
1607
  }
1608
1608
  return theObject;
1609
1609
  }
1610
- function isFeatureEnabled(feature, cfg) {
1610
+ function isFeatureEnabled(feature, cfg, sdkDefaultState) {
1611
1611
  var ft = cfg && cfg.featureOptIn && cfg.featureOptIn[feature];
1612
1612
  if (feature && ft) {
1613
1613
  var mode = ft.mode;
@@ -1617,9 +1617,8 @@ function isFeatureEnabled(feature, cfg) {
1617
1617
  else if (mode === 2 ) {
1618
1618
  return false;
1619
1619
  }
1620
- return UNDEFINED_VALUE;
1621
1620
  }
1622
- return UNDEFINED_VALUE;
1621
+ return sdkDefaultState;
1623
1622
  }
1624
1623
  function getResponseText(xhr) {
1625
1624
  try {
@@ -1925,7 +1924,7 @@ function newId(maxLength) {
1925
1924
  return result;
1926
1925
  }
1927
1926
 
1928
- var version = '3.3.7-nightly3.2505-01';
1927
+ var version = '3.3.7-nightly3.2505-03';
1929
1928
  var instanceName = "." + newId(6);
1930
1929
  var _dataUid = 0;
1931
1930
  function _canAcceptData(target) {
@@ -4251,7 +4250,7 @@ var _DYN_LENGTH$1 = "length";
4251
4250
  var _DYN_PROCESS_TELEMETRY_ST0 = "processTelemetryStart";
4252
4251
 
4253
4252
  var _a$1;
4254
- var Version = '4.3.7-nightly3.2505-01';
4253
+ var Version = '4.3.7-nightly3.2505-03';
4255
4254
  var FullVersionString = "1DS-Web-JS-" + Version;
4256
4255
  var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
4257
4256
  var _fieldTypeEventPropMap = (_a$1 = {},
@@ -5106,7 +5105,7 @@ var HttpManager = /** @class */ (function () {
5106
5105
  }
5107
5106
  _xhrTimeout = channelConfig.xhrTimeout;
5108
5107
  var csStream = getInst("CompressionStream");
5109
- _zipPayload = isFeatureEnabled("zipPayload", coreConfig);
5108
+ _zipPayload = isFeatureEnabled("zipPayload", coreConfig, false);
5110
5109
  if (!isFunction(csStream) || _sendHook) {
5111
5110
  _zipPayload = false;
5112
5111
  }
@@ -5958,7 +5957,7 @@ var PostChannel = /** @class */ (function (_super) {
5958
5957
  var _this = _super.call(this) || this;
5959
5958
  _this.identifier = "PostChannel";
5960
5959
  _this.priority = 1011;
5961
- _this.version = '4.3.7-nightly3.2505-01';
5960
+ _this.version = '4.3.7-nightly3.2505-03';
5962
5961
  var _postConfig;
5963
5962
  var _isTeardownCalled = false;
5964
5963
  var _flushCallbackQueue = [];
@@ -6743,4 +6742,4 @@ exports.PostChannel = PostChannel;
6743
6742
  exports.RT_PROFILE = RT_PROFILE;
6744
6743
 
6745
6744
  }));
6746
- //# sourceMappingURL=ms.post-4.3.7-nightly3.2505-01.gbl.js.map
6745
+ //# sourceMappingURL=ms.post-4.3.7-nightly3.2505-03.gbl.js.map