@timardex/cluemart-shared 1.5.49 → 1.5.492

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.
@@ -1,5 +1,5 @@
1
1
  import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-MMBYi34A.mjs';
2
- import { f as UserFormData, C as CreateUserFormData, g as PartnerFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-DhFpT73h.mjs';
2
+ import { f as UserFormData, C as CreateUserFormData, g as PartnerFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-DbomV5bK.mjs';
3
3
  import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-DtPfNKc4.mjs';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.mjs';
@@ -1,5 +1,5 @@
1
1
  import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-B0WdAD-8.js';
2
- import { f as UserFormData, C as CreateUserFormData, g as PartnerFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-DYryesys.js';
2
+ import { f as UserFormData, C as CreateUserFormData, g as PartnerFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-C1KIeGaH.js';
3
3
  import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-B5tprOIL.js';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.js';
@@ -1,5 +1,5 @@
1
1
  import "../chunk-4LT5GOOP.mjs";
2
- import "../chunk-JBGW6FSQ.mjs";
2
+ import "../chunk-RQDZX76B.mjs";
3
3
  import "../chunk-DWO35OY4.mjs";
4
4
  import "../chunk-I7WE3EBR.mjs";
5
5
  import {
@@ -9,7 +9,7 @@ import {
9
9
  EnumAdType,
10
10
  EnumPostContentType,
11
11
  EnumPostType
12
- } from "../chunk-RNLHQ7EP.mjs";
12
+ } from "../chunk-BLABDHO5.mjs";
13
13
  import {
14
14
  dateFormat,
15
15
  normalizeUrl,
package/dist/index.cjs CHANGED
@@ -43,6 +43,7 @@ __export(index_exports, {
43
43
  EnumEventType: () => EnumEventType,
44
44
  EnumFoodFlavor: () => EnumFoodFlavor,
45
45
  EnumFoodType: () => EnumFoodType,
46
+ EnumGameStatus: () => EnumGameStatus,
46
47
  EnumGameType: () => EnumGameType,
47
48
  EnumInviteStatus: () => EnumInviteStatus,
48
49
  EnumNotificationResourceType: () => EnumNotificationResourceType,
@@ -95,7 +96,7 @@ __export(index_exports, {
95
96
  foodFlavourOptions: () => foodFlavourOptions,
96
97
  formatDate: () => formatDate,
97
98
  formatTimestamp: () => formatTimestamp,
98
- gameScreenIdentifiers: () => gameScreenIdentifiers,
99
+ gameScreenIdentifierList: () => gameScreenIdentifierList,
99
100
  gameTypeToDisplayName: () => gameTypeToDisplayName,
100
101
  getCurrentAndFutureDates: () => getCurrentAndFutureDates,
101
102
  globalDefaultValues: () => globalDefaultValues,
@@ -5803,6 +5804,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = import_client55.gql`
5803
5804
  gameDate {
5804
5805
  ...GameDateFields
5805
5806
  }
5807
+ gameStatus
5806
5808
  gameType
5807
5809
  pointsEarned
5808
5810
  }
@@ -8025,25 +8027,79 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
8025
8027
  })(EnumActivity || {});
8026
8028
 
8027
8029
  // src/types/game.ts
8028
- var gameScreenIdentifiers = [
8029
- "activities",
8030
- "chat",
8031
- "edit-profile",
8032
- "event",
8033
- "events-near-me",
8034
- "events",
8035
- "events/region",
8036
- "games",
8037
- "home",
8038
- "notifications",
8039
- "options",
8040
- "partner",
8041
- "partners",
8042
- "post",
8043
- "profile",
8044
- "vendor",
8045
- "vendors",
8046
- "visitors"
8030
+ var gameScreenIdentifierList = [
8031
+ {
8032
+ clue: "Where your actions turn into a timeline.",
8033
+ id: "activities"
8034
+ },
8035
+ {
8036
+ clue: "Where conversations happen without speaking.",
8037
+ id: "chat"
8038
+ },
8039
+ {
8040
+ clue: "The place to redefine who you are.",
8041
+ id: "edit-profile"
8042
+ },
8043
+ {
8044
+ clue: "A single moment worth showing up for.",
8045
+ id: "event"
8046
+ },
8047
+ {
8048
+ clue: "What\u2019s happening around you, right now.",
8049
+ id: "events-near-me"
8050
+ },
8051
+ {
8052
+ clue: "A collection of things worth attending.",
8053
+ id: "events"
8054
+ },
8055
+ {
8056
+ clue: "What\u2019s happening in a wider area\u2014not just nearby.",
8057
+ id: "events/region"
8058
+ },
8059
+ {
8060
+ clue: "Where fun becomes a challenge.",
8061
+ id: "games"
8062
+ },
8063
+ {
8064
+ clue: "Your starting point for everything.",
8065
+ id: "home"
8066
+ },
8067
+ {
8068
+ clue: "Where the app taps you on the shoulder.",
8069
+ id: "notifications"
8070
+ },
8071
+ {
8072
+ clue: "Where you fine-tune your experience.",
8073
+ id: "options"
8074
+ },
8075
+ {
8076
+ clue: "A single collaborator in the ecosystem.",
8077
+ id: "partner"
8078
+ },
8079
+ {
8080
+ clue: "The network behind the scenes.",
8081
+ id: "partners"
8082
+ },
8083
+ {
8084
+ clue: "Where you share something with everyone.",
8085
+ id: "post"
8086
+ },
8087
+ {
8088
+ clue: "Your identity, on display.",
8089
+ id: "profile"
8090
+ },
8091
+ {
8092
+ clue: "One provider offering something valuable.",
8093
+ id: "vendor"
8094
+ },
8095
+ {
8096
+ clue: "A marketplace of providers.",
8097
+ id: "vendors"
8098
+ },
8099
+ {
8100
+ clue: "People who stopped by to see you.",
8101
+ id: "visitors"
8102
+ }
8047
8103
  ];
8048
8104
  var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
8049
8105
  EnumGameType2["DAILY_CLUE"] = "dailyClue";
@@ -8052,6 +8108,11 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
8052
8108
  var gameTypeToDisplayName = {
8053
8109
  ["dailyClue" /* DAILY_CLUE */]: "Daily Clue"
8054
8110
  };
8111
+ var EnumGameStatus = /* @__PURE__ */ ((EnumGameStatus2) => {
8112
+ EnumGameStatus2["GAME_COMPLETED"] = "GAME_COMPLETED";
8113
+ EnumGameStatus2["GAME_LEFT"] = "GAME_LEFT";
8114
+ return EnumGameStatus2;
8115
+ })(EnumGameStatus || {});
8055
8116
  // Annotate the CommonJS export names for ESM import in node:
8056
8117
  0 && (module.exports = {
8057
8118
  ANDROID_URL,
@@ -8067,6 +8128,7 @@ var gameTypeToDisplayName = {
8067
8128
  EnumEventType,
8068
8129
  EnumFoodFlavor,
8069
8130
  EnumFoodType,
8131
+ EnumGameStatus,
8070
8132
  EnumGameType,
8071
8133
  EnumInviteStatus,
8072
8134
  EnumNotificationResourceType,
@@ -8119,7 +8181,7 @@ var gameTypeToDisplayName = {
8119
8181
  foodFlavourOptions,
8120
8182
  formatDate,
8121
8183
  formatTimestamp,
8122
- gameScreenIdentifiers,
8184
+ gameScreenIdentifierList,
8123
8185
  gameTypeToDisplayName,
8124
8186
  getCurrentAndFutureDates,
8125
8187
  globalDefaultValues,