@timardex/cluemart-server-shared 1.0.207 → 1.0.208

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.
@@ -3477,6 +3477,8 @@ var gameScreenIdentifierList = [
3477
3477
  match: "/visitors"
3478
3478
  }
3479
3479
  ];
3480
+ var dateFormat = "DD-MM-YYYY";
3481
+ var timeFormat = "HH:mm";
3480
3482
  dayjs.extend(customParseFormat);
3481
3483
  dayjs.extend(utc);
3482
3484
  dayjs.extend(timezone);
@@ -8721,6 +8723,9 @@ export {
8721
8723
  EnumChatType,
8722
8724
  EnumResourceType,
8723
8725
  EnumUserLicence,
8726
+ EnumEventDateStatus,
8727
+ dateFormat,
8728
+ timeFormat,
8724
8729
  EnumAdStatus,
8725
8730
  AdModel,
8726
8731
  ChatModel,
@@ -8761,4 +8766,4 @@ export {
8761
8766
  GameModel,
8762
8767
  SchoolModel
8763
8768
  };
8764
- //# sourceMappingURL=chunk-AZS3BEZ3.mjs.map
8769
+ //# sourceMappingURL=chunk-3BUXU7KR.mjs.map