@timardex/cluemart-server-shared 1.1.23 → 1.1.24

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.
@@ -3393,17 +3393,17 @@ var gameScreenIdentifierList = [
3393
3393
  {
3394
3394
  clue: "Where your actions turn into a timeline.",
3395
3395
  id: "activities",
3396
- match: "/profile/activities"
3396
+ match: "/profile/account/favourites"
3397
3397
  },
3398
3398
  {
3399
3399
  clue: "Where conversations happen without speaking.",
3400
3400
  id: "chat",
3401
- match: "/profile/chat"
3401
+ match: "/chat"
3402
3402
  },
3403
3403
  {
3404
3404
  clue: "The place to redefine who you are.",
3405
3405
  id: "edit-profile",
3406
- match: "/profile/edit-profile"
3406
+ match: "/profile/account"
3407
3407
  },
3408
3408
  {
3409
3409
  clue: "A single moment worth showing up for.",
@@ -3581,8 +3581,8 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
3581
3581
  return EnumActivity2;
3582
3582
  })(EnumActivity || {});
3583
3583
  var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
3584
- EnumPostType2["MARKET_FACES"] = "market_faces";
3585
3584
  EnumPostType2["CLUE_BITES"] = "clue_bites";
3585
+ EnumPostType2["MARKET_FACES"] = "market_faces";
3586
3586
  EnumPostType2["PLAY_AND_WIN"] = "play_and_win";
3587
3587
  return EnumPostType2;
3588
3588
  })(EnumPostType || {});
@@ -8761,6 +8761,18 @@ var EnumRegions2 = /* @__PURE__ */ ((EnumRegions22) => {
8761
8761
  EnumRegions22["Wellington"] = "Wellington";
8762
8762
  return EnumRegions22;
8763
8763
  })(EnumRegions2 || {});
8764
+ var EnumUserLicence2 = /* @__PURE__ */ ((EnumUserLicence22) => {
8765
+ EnumUserLicence22["PRO_EVENT"] = "pro_event";
8766
+ EnumUserLicence22["PRO_PLUS_EVENT"] = "pro_plus_event";
8767
+ EnumUserLicence22["PRO_PLUS_VENDOR"] = "pro_plus_vendor";
8768
+ EnumUserLicence22["PRO_VENDOR"] = "pro_vendor";
8769
+ EnumUserLicence22["STANDARD_EVENT"] = "standard_event";
8770
+ EnumUserLicence22["STANDARD_VENDOR"] = "standard_vendor";
8771
+ EnumUserLicence22["STANDARD_PARTNER"] = "standard_partner";
8772
+ EnumUserLicence22["STANDARD_AFFILIATE"] = "standard_affiliate";
8773
+ EnumUserLicence22["STANDARD_SCHOOL"] = "standard_school";
8774
+ return EnumUserLicence22;
8775
+ })(EnumUserLicence2 || {});
8764
8776
  var EnumEventDateStatus2 = /* @__PURE__ */ ((EnumEventDateStatus22) => {
8765
8777
  EnumEventDateStatus22["STARTING_SOON"] = "Starting_Soon";
8766
8778
  EnumEventDateStatus22["STARTED"] = "Started";
@@ -8775,6 +8787,15 @@ var EnumEventDateStatus2 = /* @__PURE__ */ ((EnumEventDateStatus22) => {
8775
8787
  EnumEventDateStatus22["INVALID"] = "Invalid";
8776
8788
  return EnumEventDateStatus22;
8777
8789
  })(EnumEventDateStatus2 || {});
8790
+ var EnumSubscriptionStatus2 = /* @__PURE__ */ ((EnumSubscriptionStatus22) => {
8791
+ EnumSubscriptionStatus22["ACTIVE"] = "active";
8792
+ EnumSubscriptionStatus22["INACTIVE"] = "inactive";
8793
+ EnumSubscriptionStatus22["CANCELLED"] = "cancelled";
8794
+ EnumSubscriptionStatus22["NO_SUBSCRIPTION"] = "no_subscription";
8795
+ EnumSubscriptionStatus22["PAST_DUE"] = "past_due";
8796
+ EnumSubscriptionStatus22["TRIALING"] = "trialing";
8797
+ return EnumSubscriptionStatus22;
8798
+ })(EnumSubscriptionStatus2 || {});
8778
8799
 
8779
8800
  // src/mongoose/PushToken.ts
8780
8801
  import mongoose9 from "mongoose";
@@ -9876,7 +9897,6 @@ export {
9876
9897
  EnumNotificationType,
9877
9898
  EnumUserLicence,
9878
9899
  EnumEventDateStatus,
9879
- EnumSubscriptionStatus,
9880
9900
  dateFormat,
9881
9901
  timeFormat,
9882
9902
  EnumAdStatus,
@@ -9909,7 +9929,9 @@ export {
9909
9929
  EnumInviteStatus2,
9910
9930
  EnumPaymentMethod2 as EnumPaymentMethod,
9911
9931
  EnumRegions2 as EnumRegions,
9932
+ EnumUserLicence2,
9912
9933
  EnumEventDateStatus2,
9934
+ EnumSubscriptionStatus2 as EnumSubscriptionStatus,
9913
9935
  PushTokenModel,
9914
9936
  ResourceActivityModel,
9915
9937
  UserModel,
@@ -9929,4 +9951,4 @@ export {
9929
9951
  SchoolModel,
9930
9952
  AffiliateModel
9931
9953
  };
9932
- //# sourceMappingURL=chunk-6LIZONJ6.mjs.map
9954
+ //# sourceMappingURL=chunk-YILYRHDN.mjs.map