@timardex/cluemart-shared 1.5.48 → 1.5.491

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-Cn44Ciiw.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-BbNsaCyb.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-CbMvLv2F.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-BrzttWbn.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-EJMSNCV3.mjs";
2
+ import "../chunk-JBGW6FSQ.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-466GQ5SI.mjs";
12
+ } from "../chunk-CXUOUJBM.mjs";
13
13
  import {
14
14
  dateFormat,
15
15
  normalizeUrl,
package/dist/index.cjs CHANGED
@@ -95,7 +95,7 @@ __export(index_exports, {
95
95
  foodFlavourOptions: () => foodFlavourOptions,
96
96
  formatDate: () => formatDate,
97
97
  formatTimestamp: () => formatTimestamp,
98
- gameScreenIdentifiers: () => gameScreenIdentifiers,
98
+ gameScreenIdentifierList: () => gameScreenIdentifierList,
99
99
  gameTypeToDisplayName: () => gameTypeToDisplayName,
100
100
  getCurrentAndFutureDates: () => getCurrentAndFutureDates,
101
101
  globalDefaultValues: () => globalDefaultValues,
@@ -5791,6 +5791,7 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
5791
5791
  collected
5792
5792
  shuffled
5793
5793
  todaysLetter
5794
+ todaysClue
5794
5795
  todaysPlacement
5795
5796
  }
5796
5797
  streak
@@ -8024,25 +8025,79 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
8024
8025
  })(EnumActivity || {});
8025
8026
 
8026
8027
  // src/types/game.ts
8027
- var gameScreenIdentifiers = [
8028
- "activities",
8029
- "chat",
8030
- "edit-profile",
8031
- "event",
8032
- "events-near-me",
8033
- "events",
8034
- "events/region",
8035
- "games",
8036
- "home",
8037
- "notifications",
8038
- "options",
8039
- "partner",
8040
- "partners",
8041
- "post",
8042
- "profile",
8043
- "vendor",
8044
- "vendors",
8045
- "visitors"
8028
+ var gameScreenIdentifierList = [
8029
+ {
8030
+ clue: "Where your actions turn into a timeline.",
8031
+ id: "activities"
8032
+ },
8033
+ {
8034
+ clue: "Where conversations happen without speaking.",
8035
+ id: "chat"
8036
+ },
8037
+ {
8038
+ clue: "The place to redefine who you are.",
8039
+ id: "edit-profile"
8040
+ },
8041
+ {
8042
+ clue: "A single moment worth showing up for.",
8043
+ id: "event"
8044
+ },
8045
+ {
8046
+ clue: "What\u2019s happening around you, right now.",
8047
+ id: "events-near-me"
8048
+ },
8049
+ {
8050
+ clue: "A collection of things worth attending.",
8051
+ id: "events"
8052
+ },
8053
+ {
8054
+ clue: "What\u2019s happening in a wider area\u2014not just nearby.",
8055
+ id: "events/region"
8056
+ },
8057
+ {
8058
+ clue: "Where fun becomes a challenge.",
8059
+ id: "games"
8060
+ },
8061
+ {
8062
+ clue: "Your starting point for everything.",
8063
+ id: "home"
8064
+ },
8065
+ {
8066
+ clue: "Where the app taps you on the shoulder.",
8067
+ id: "notifications"
8068
+ },
8069
+ {
8070
+ clue: "Where you fine-tune your experience.",
8071
+ id: "options"
8072
+ },
8073
+ {
8074
+ clue: "A single collaborator in the ecosystem.",
8075
+ id: "partner"
8076
+ },
8077
+ {
8078
+ clue: "The network behind the scenes.",
8079
+ id: "partners"
8080
+ },
8081
+ {
8082
+ clue: "Where you share something with everyone.",
8083
+ id: "post"
8084
+ },
8085
+ {
8086
+ clue: "Your identity, on display.",
8087
+ id: "profile"
8088
+ },
8089
+ {
8090
+ clue: "One provider offering something valuable.",
8091
+ id: "vendor"
8092
+ },
8093
+ {
8094
+ clue: "A marketplace of providers.",
8095
+ id: "vendors"
8096
+ },
8097
+ {
8098
+ clue: "People who stopped by to see you.",
8099
+ id: "visitors"
8100
+ }
8046
8101
  ];
8047
8102
  var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
8048
8103
  EnumGameType2["DAILY_CLUE"] = "dailyClue";
@@ -8118,7 +8173,7 @@ var gameTypeToDisplayName = {
8118
8173
  foodFlavourOptions,
8119
8174
  formatDate,
8120
8175
  formatTimestamp,
8121
- gameScreenIdentifiers,
8176
+ gameScreenIdentifierList,
8122
8177
  gameTypeToDisplayName,
8123
8178
  getCurrentAndFutureDates,
8124
8179
  globalDefaultValues,