@silexpert/core 1.0.160 → 1.0.161

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/js/types/index.js CHANGED
@@ -4733,6 +4733,16 @@ Object.keys(_JobTitle).forEach(function (key) {
4733
4733
  }
4734
4734
  });
4735
4735
  });
4736
+ var _Holidays = require("./Enum/Holidays");
4737
+ Object.keys(_Holidays).forEach(function (key) {
4738
+ if (key === "default" || key === "__esModule") return;
4739
+ Object.defineProperty(exports, key, {
4740
+ enumerable: true,
4741
+ get: function () {
4742
+ return _Holidays[key];
4743
+ }
4744
+ });
4745
+ });
4736
4746
  var _ReadPartnerTransactionType = require("./Interface/api/partnerTransactionType/ReadPartnerTransactionType");
4737
4747
  Object.keys(_ReadPartnerTransactionType).forEach(function (key) {
4738
4748
  if (key === "default" || key === "__esModule") return;