@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.
- package/dist/{chunk-466GQ5SI.mjs → chunk-CXUOUJBM.mjs} +75 -21
- package/dist/{chunk-466GQ5SI.mjs.map → chunk-CXUOUJBM.mjs.map} +1 -1
- package/dist/{chunk-EJMSNCV3.mjs → chunk-JBGW6FSQ.mjs} +2 -1
- package/dist/{chunk-EJMSNCV3.mjs.map → chunk-JBGW6FSQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +76 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +59 -3
- package/dist/index.d.ts +59 -3
- package/dist/index.mjs +75 -20
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Cn44Ciiw.d.mts → post-BbNsaCyb.d.mts} +59 -3
- package/dist/{post-CbMvLv2F.d.ts → post-BrzttWbn.d.ts} +59 -3
- package/dist/types/index.cjs +75 -21
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -955,8 +955,63 @@ interface PartnerType extends BaseResourceType {
|
|
|
955
955
|
partnerType: EnumPartnerType;
|
|
956
956
|
}
|
|
957
957
|
|
|
958
|
-
declare const
|
|
959
|
-
|
|
958
|
+
declare const gameScreenIdentifierList: readonly [{
|
|
959
|
+
readonly clue: "Where your actions turn into a timeline.";
|
|
960
|
+
readonly id: "activities";
|
|
961
|
+
}, {
|
|
962
|
+
readonly clue: "Where conversations happen without speaking.";
|
|
963
|
+
readonly id: "chat";
|
|
964
|
+
}, {
|
|
965
|
+
readonly clue: "The place to redefine who you are.";
|
|
966
|
+
readonly id: "edit-profile";
|
|
967
|
+
}, {
|
|
968
|
+
readonly clue: "A single moment worth showing up for.";
|
|
969
|
+
readonly id: "event";
|
|
970
|
+
}, {
|
|
971
|
+
readonly clue: "What’s happening around you, right now.";
|
|
972
|
+
readonly id: "events-near-me";
|
|
973
|
+
}, {
|
|
974
|
+
readonly clue: "A collection of things worth attending.";
|
|
975
|
+
readonly id: "events";
|
|
976
|
+
}, {
|
|
977
|
+
readonly clue: "What’s happening in a wider area—not just nearby.";
|
|
978
|
+
readonly id: "events/region";
|
|
979
|
+
}, {
|
|
980
|
+
readonly clue: "Where fun becomes a challenge.";
|
|
981
|
+
readonly id: "games";
|
|
982
|
+
}, {
|
|
983
|
+
readonly clue: "Your starting point for everything.";
|
|
984
|
+
readonly id: "home";
|
|
985
|
+
}, {
|
|
986
|
+
readonly clue: "Where the app taps you on the shoulder.";
|
|
987
|
+
readonly id: "notifications";
|
|
988
|
+
}, {
|
|
989
|
+
readonly clue: "Where you fine-tune your experience.";
|
|
990
|
+
readonly id: "options";
|
|
991
|
+
}, {
|
|
992
|
+
readonly clue: "A single collaborator in the ecosystem.";
|
|
993
|
+
readonly id: "partner";
|
|
994
|
+
}, {
|
|
995
|
+
readonly clue: "The network behind the scenes.";
|
|
996
|
+
readonly id: "partners";
|
|
997
|
+
}, {
|
|
998
|
+
readonly clue: "Where you share something with everyone.";
|
|
999
|
+
readonly id: "post";
|
|
1000
|
+
}, {
|
|
1001
|
+
readonly clue: "Your identity, on display.";
|
|
1002
|
+
readonly id: "profile";
|
|
1003
|
+
}, {
|
|
1004
|
+
readonly clue: "One provider offering something valuable.";
|
|
1005
|
+
readonly id: "vendor";
|
|
1006
|
+
}, {
|
|
1007
|
+
readonly clue: "A marketplace of providers.";
|
|
1008
|
+
readonly id: "vendors";
|
|
1009
|
+
}, {
|
|
1010
|
+
readonly clue: "People who stopped by to see you.";
|
|
1011
|
+
readonly id: "visitors";
|
|
1012
|
+
}];
|
|
1013
|
+
type GamePlacement = (typeof gameScreenIdentifierList)[number]["id"];
|
|
1014
|
+
type GamePlacementClue = (typeof gameScreenIdentifierList)[number]["clue"];
|
|
960
1015
|
declare enum EnumGameType {
|
|
961
1016
|
DAILY_CLUE = "dailyClue"
|
|
962
1017
|
}
|
|
@@ -978,6 +1033,7 @@ type DailyClueGameData = {
|
|
|
978
1033
|
collected: string[] | null;
|
|
979
1034
|
shuffled: string[];
|
|
980
1035
|
todaysLetter: string | null;
|
|
1036
|
+
todaysClue: GamePlacementClue | null;
|
|
981
1037
|
todaysPlacement: GamePlacement | null;
|
|
982
1038
|
};
|
|
983
1039
|
streak: number;
|
|
@@ -2403,4 +2459,4 @@ declare const cluemartSocialMedia: SocialMediaType[];
|
|
|
2403
2459
|
declare const IOS_URL = "https://apps.apple.com/nz/app/cluemart/id6747251008";
|
|
2404
2460
|
declare const ANDROID_URL = "https://play.google.com/store/apps/details?id=com.timardex.cluemart";
|
|
2405
2461
|
|
|
2406
|
-
export { ANDROID_URL, type AdFormData, type AdResource, type AdType, type AdminUpdateResourceType, type AppSettingsFormData, type AppSettingsType, type AssociateType, type BaseGame, type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatMessageInput, type ChatMessageReaction, type ChatMessageReplyPreview, type ChatMessageSeen, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateAdFormData, type CreateAppSettingsFormData, type CreateBulkNotificationInput, type CreateContactUsFormData, type CreateEventFormData, type CreateEventInfoFormData, type CreateFormData, type CreateLoginFormData, type CreatePartnerFormData, type CreatePostFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateUnregisteredVendorFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type CreateVendorFormData, type CreateVendorInfoFormData, type DailyClueGameData, type DateTimeType, type DateTimeWithPriceType, type DeviceInfo, EnumActivity, EnumAdShowOn, EnumAdStatus, EnumAdStyle, EnumAdType, EnumBillingPeriod, EnumChatReportReason, EnumChatType, EnumEventDateStatus, EnumEventType, EnumFoodFlavor, EnumFoodType, EnumGameType, EnumInviteStatus, EnumNotificationResourceType, EnumNotificationType, EnumOSPlatform, EnumPartnerType, EnumPaymentMethod, EnumPostContentType, EnumPostType, EnumRegions, EnumRelationResource, EnumResourceType, EnumSocialMedia, EnumSubscriptionStatus, EnumUserLicence, EnumUserRole, EnumVendorType, EnumVerificationType, type EventFormData, type EventInfoFormData, type EventInfoType, type EventListItemType, type EventStatusType, type EventType, type FormDateField, type FormField, type GameData, type GameDate, type GameHistory, type GameLeaderboard, type GamePlacement, type GameType, type GeocodeLocation, type GoogleAddressComponent, type GoogleImportedMarket, IOS_URL, type ImageObjectType, ImageTypeEnum, type LocationGeoType, type LocationType, type LoginFormData, type NotificationCount, type NotificationDataType, type NotificationType, type Nullable, type OptionItem, type OwnerType, type ParticipantType, type PartnerFormData, type PartnerType, type PaymentInfoType, type PlacePrediction, type PostContentData, type PostContentFormData, type PostContentGame, type PostContentImage, type PostContentList, type PostContentTextarea, type PostContentType, type PostContentVideo, type PostFileInput, type PostFormData, type PostType, type PosterInputType, type PosterUsageType, type RefundPolicy, type Region, type RegisterFormData, type RelationDate, type RelationType, type ReportChatUser, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceActivityEntry, type ResourceActivityInputType, type ResourceActivityType, type ResourceByUser, type ResourceConnectionsType, type ResourceContactDetailsType, type ResourceDetails, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SocialMediaType, type StallType, type StripeSubscription, type Subcategory, type SubcategoryItems, type SubscriptionPlanData, type SubscriptionPlansResponse, type SubscriptionPricingData, type SubscriptionStatusData, type TermsAgreement, USER_STORAGE_KEY, type UnregisteredVendorFormData, type UnregisteredVendorInvitationType, type UnregisteredVendorType, type UseGetEventsByRegionOptions, type UserActivity, type UserActivityEvent, type UserFormData, type UserLicenceType, type UserType, type ValidateVerificationTokenFormData, type VendorAttributes, type VendorCalendarData, type VendorFormData, type VendorInfoFormData, type VendorInfoType, type VendorProductList, type VendorType, availableCategories, availableRegionOptions, availableRegionTypes, availableTagTypes, capitalizeFirstLetter, categoryColors, cluemartSocialMedia, companyContactFields, contactUsFields, darkColors, dateFormat, defaultEventFormValues, defaultEventInfoFormValues, defaultPartnerFormValues, defaultUnregisteredVendorFormValues, defaultVendorFormValues, defaultVendorInfoFormValues, emailField, eventBasicInfoFields, eventEndDateFields, eventInfo, eventInfoPaymentInfo, eventStartDateFields, fonts, foodFlavourOptions, formatDate, formatTimestamp,
|
|
2462
|
+
export { ANDROID_URL, type AdFormData, type AdResource, type AdType, type AdminUpdateResourceType, type AppSettingsFormData, type AppSettingsType, type AssociateType, type BaseGame, type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatMessageInput, type ChatMessageReaction, type ChatMessageReplyPreview, type ChatMessageSeen, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateAdFormData, type CreateAppSettingsFormData, type CreateBulkNotificationInput, type CreateContactUsFormData, type CreateEventFormData, type CreateEventInfoFormData, type CreateFormData, type CreateLoginFormData, type CreatePartnerFormData, type CreatePostFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateUnregisteredVendorFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type CreateVendorFormData, type CreateVendorInfoFormData, type DailyClueGameData, type DateTimeType, type DateTimeWithPriceType, type DeviceInfo, EnumActivity, EnumAdShowOn, EnumAdStatus, EnumAdStyle, EnumAdType, EnumBillingPeriod, EnumChatReportReason, EnumChatType, EnumEventDateStatus, EnumEventType, EnumFoodFlavor, EnumFoodType, EnumGameType, EnumInviteStatus, EnumNotificationResourceType, EnumNotificationType, EnumOSPlatform, EnumPartnerType, EnumPaymentMethod, EnumPostContentType, EnumPostType, EnumRegions, EnumRelationResource, EnumResourceType, EnumSocialMedia, EnumSubscriptionStatus, EnumUserLicence, EnumUserRole, EnumVendorType, EnumVerificationType, type EventFormData, type EventInfoFormData, type EventInfoType, type EventListItemType, type EventStatusType, type EventType, type FormDateField, type FormField, type GameData, type GameDate, type GameHistory, type GameLeaderboard, type GamePlacement, type GamePlacementClue, type GameType, type GeocodeLocation, type GoogleAddressComponent, type GoogleImportedMarket, IOS_URL, type ImageObjectType, ImageTypeEnum, type LocationGeoType, type LocationType, type LoginFormData, type NotificationCount, type NotificationDataType, type NotificationType, type Nullable, type OptionItem, type OwnerType, type ParticipantType, type PartnerFormData, type PartnerType, type PaymentInfoType, type PlacePrediction, type PostContentData, type PostContentFormData, type PostContentGame, type PostContentImage, type PostContentList, type PostContentTextarea, type PostContentType, type PostContentVideo, type PostFileInput, type PostFormData, type PostType, type PosterInputType, type PosterUsageType, type RefundPolicy, type Region, type RegisterFormData, type RelationDate, type RelationType, type ReportChatUser, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceActivityEntry, type ResourceActivityInputType, type ResourceActivityType, type ResourceByUser, type ResourceConnectionsType, type ResourceContactDetailsType, type ResourceDetails, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SocialMediaType, type StallType, type StripeSubscription, type Subcategory, type SubcategoryItems, type SubscriptionPlanData, type SubscriptionPlansResponse, type SubscriptionPricingData, type SubscriptionStatusData, type TermsAgreement, USER_STORAGE_KEY, type UnregisteredVendorFormData, type UnregisteredVendorInvitationType, type UnregisteredVendorType, type UseGetEventsByRegionOptions, type UserActivity, type UserActivityEvent, type UserFormData, type UserLicenceType, type UserType, type ValidateVerificationTokenFormData, type VendorAttributes, type VendorCalendarData, type VendorFormData, type VendorInfoFormData, type VendorInfoType, type VendorProductList, type VendorType, availableCategories, availableRegionOptions, availableRegionTypes, availableTagTypes, capitalizeFirstLetter, categoryColors, cluemartSocialMedia, companyContactFields, contactUsFields, darkColors, dateFormat, defaultEventFormValues, defaultEventInfoFormValues, defaultPartnerFormValues, defaultUnregisteredVendorFormValues, defaultVendorFormValues, defaultVendorInfoFormValues, emailField, eventBasicInfoFields, eventEndDateFields, eventInfo, eventInfoPaymentInfo, eventStartDateFields, fonts, foodFlavourOptions, formatDate, formatTimestamp, gameScreenIdentifierList, gameTypeToDisplayName, getCurrentAndFutureDates, globalDefaultValues, isFutureDatesBeforeThreshold, licenseNiceNames, lightColors, loginFields, mapArrayToOptions, mapBaseResourceTypeToFormData, normalizeUrl, packagingOptions, partnerBasicInfoFields, paymentMethodOptions, priceUnits, producedIngOptions, productLabelGroups, profileFields, refundPolicyOptions, registerFields, removeTypename, requestPasswordResetFields, requirementsOptions, resetPasswordFields, socialMediaFields, sortDatesChronologically, stallTypeOptions, statusOptions, tagOptions, timeFormat, toNZTime, truncateText, useAdForm, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useAppSettingsForm, useCancelSubscription, useContactUs, useContactUsForm, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useEventForm, useEventInfoForm, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLocationSearch, useLogin, useLoginForm, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, usePartnerForm, usePostForm, useRefreshToken, useRegister, useRegisterForm, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useRequestPasswordResetForm, useResetPassword, useResetPasswordForm, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useUserForm, useValidateVerificationToken, useValidateVerificationTokenForm, useVendorForm, useVendorInfoForm, validateVerificationTokenFields, vendorAvailability, vendorBasicInfoFields, vendorCompliance, vendorElectricity, vendorEndDateFields, vendorFoodFlavour, vendorFullAddress, vendorGazebo, vendorLocationDescription, vendorMenuFields, vendorPackaging, vendorPriceRange, vendorProducedIn, vendorStallSize, vendorStartDateFields, vendorTable };
|
package/dist/index.d.ts
CHANGED
|
@@ -955,8 +955,63 @@ interface PartnerType extends BaseResourceType {
|
|
|
955
955
|
partnerType: EnumPartnerType;
|
|
956
956
|
}
|
|
957
957
|
|
|
958
|
-
declare const
|
|
959
|
-
|
|
958
|
+
declare const gameScreenIdentifierList: readonly [{
|
|
959
|
+
readonly clue: "Where your actions turn into a timeline.";
|
|
960
|
+
readonly id: "activities";
|
|
961
|
+
}, {
|
|
962
|
+
readonly clue: "Where conversations happen without speaking.";
|
|
963
|
+
readonly id: "chat";
|
|
964
|
+
}, {
|
|
965
|
+
readonly clue: "The place to redefine who you are.";
|
|
966
|
+
readonly id: "edit-profile";
|
|
967
|
+
}, {
|
|
968
|
+
readonly clue: "A single moment worth showing up for.";
|
|
969
|
+
readonly id: "event";
|
|
970
|
+
}, {
|
|
971
|
+
readonly clue: "What’s happening around you, right now.";
|
|
972
|
+
readonly id: "events-near-me";
|
|
973
|
+
}, {
|
|
974
|
+
readonly clue: "A collection of things worth attending.";
|
|
975
|
+
readonly id: "events";
|
|
976
|
+
}, {
|
|
977
|
+
readonly clue: "What’s happening in a wider area—not just nearby.";
|
|
978
|
+
readonly id: "events/region";
|
|
979
|
+
}, {
|
|
980
|
+
readonly clue: "Where fun becomes a challenge.";
|
|
981
|
+
readonly id: "games";
|
|
982
|
+
}, {
|
|
983
|
+
readonly clue: "Your starting point for everything.";
|
|
984
|
+
readonly id: "home";
|
|
985
|
+
}, {
|
|
986
|
+
readonly clue: "Where the app taps you on the shoulder.";
|
|
987
|
+
readonly id: "notifications";
|
|
988
|
+
}, {
|
|
989
|
+
readonly clue: "Where you fine-tune your experience.";
|
|
990
|
+
readonly id: "options";
|
|
991
|
+
}, {
|
|
992
|
+
readonly clue: "A single collaborator in the ecosystem.";
|
|
993
|
+
readonly id: "partner";
|
|
994
|
+
}, {
|
|
995
|
+
readonly clue: "The network behind the scenes.";
|
|
996
|
+
readonly id: "partners";
|
|
997
|
+
}, {
|
|
998
|
+
readonly clue: "Where you share something with everyone.";
|
|
999
|
+
readonly id: "post";
|
|
1000
|
+
}, {
|
|
1001
|
+
readonly clue: "Your identity, on display.";
|
|
1002
|
+
readonly id: "profile";
|
|
1003
|
+
}, {
|
|
1004
|
+
readonly clue: "One provider offering something valuable.";
|
|
1005
|
+
readonly id: "vendor";
|
|
1006
|
+
}, {
|
|
1007
|
+
readonly clue: "A marketplace of providers.";
|
|
1008
|
+
readonly id: "vendors";
|
|
1009
|
+
}, {
|
|
1010
|
+
readonly clue: "People who stopped by to see you.";
|
|
1011
|
+
readonly id: "visitors";
|
|
1012
|
+
}];
|
|
1013
|
+
type GamePlacement = (typeof gameScreenIdentifierList)[number]["id"];
|
|
1014
|
+
type GamePlacementClue = (typeof gameScreenIdentifierList)[number]["clue"];
|
|
960
1015
|
declare enum EnumGameType {
|
|
961
1016
|
DAILY_CLUE = "dailyClue"
|
|
962
1017
|
}
|
|
@@ -978,6 +1033,7 @@ type DailyClueGameData = {
|
|
|
978
1033
|
collected: string[] | null;
|
|
979
1034
|
shuffled: string[];
|
|
980
1035
|
todaysLetter: string | null;
|
|
1036
|
+
todaysClue: GamePlacementClue | null;
|
|
981
1037
|
todaysPlacement: GamePlacement | null;
|
|
982
1038
|
};
|
|
983
1039
|
streak: number;
|
|
@@ -2403,4 +2459,4 @@ declare const cluemartSocialMedia: SocialMediaType[];
|
|
|
2403
2459
|
declare const IOS_URL = "https://apps.apple.com/nz/app/cluemart/id6747251008";
|
|
2404
2460
|
declare const ANDROID_URL = "https://play.google.com/store/apps/details?id=com.timardex.cluemart";
|
|
2405
2461
|
|
|
2406
|
-
export { ANDROID_URL, type AdFormData, type AdResource, type AdType, type AdminUpdateResourceType, type AppSettingsFormData, type AppSettingsType, type AssociateType, type BaseGame, type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatMessageInput, type ChatMessageReaction, type ChatMessageReplyPreview, type ChatMessageSeen, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateAdFormData, type CreateAppSettingsFormData, type CreateBulkNotificationInput, type CreateContactUsFormData, type CreateEventFormData, type CreateEventInfoFormData, type CreateFormData, type CreateLoginFormData, type CreatePartnerFormData, type CreatePostFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateUnregisteredVendorFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type CreateVendorFormData, type CreateVendorInfoFormData, type DailyClueGameData, type DateTimeType, type DateTimeWithPriceType, type DeviceInfo, EnumActivity, EnumAdShowOn, EnumAdStatus, EnumAdStyle, EnumAdType, EnumBillingPeriod, EnumChatReportReason, EnumChatType, EnumEventDateStatus, EnumEventType, EnumFoodFlavor, EnumFoodType, EnumGameType, EnumInviteStatus, EnumNotificationResourceType, EnumNotificationType, EnumOSPlatform, EnumPartnerType, EnumPaymentMethod, EnumPostContentType, EnumPostType, EnumRegions, EnumRelationResource, EnumResourceType, EnumSocialMedia, EnumSubscriptionStatus, EnumUserLicence, EnumUserRole, EnumVendorType, EnumVerificationType, type EventFormData, type EventInfoFormData, type EventInfoType, type EventListItemType, type EventStatusType, type EventType, type FormDateField, type FormField, type GameData, type GameDate, type GameHistory, type GameLeaderboard, type GamePlacement, type GameType, type GeocodeLocation, type GoogleAddressComponent, type GoogleImportedMarket, IOS_URL, type ImageObjectType, ImageTypeEnum, type LocationGeoType, type LocationType, type LoginFormData, type NotificationCount, type NotificationDataType, type NotificationType, type Nullable, type OptionItem, type OwnerType, type ParticipantType, type PartnerFormData, type PartnerType, type PaymentInfoType, type PlacePrediction, type PostContentData, type PostContentFormData, type PostContentGame, type PostContentImage, type PostContentList, type PostContentTextarea, type PostContentType, type PostContentVideo, type PostFileInput, type PostFormData, type PostType, type PosterInputType, type PosterUsageType, type RefundPolicy, type Region, type RegisterFormData, type RelationDate, type RelationType, type ReportChatUser, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceActivityEntry, type ResourceActivityInputType, type ResourceActivityType, type ResourceByUser, type ResourceConnectionsType, type ResourceContactDetailsType, type ResourceDetails, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SocialMediaType, type StallType, type StripeSubscription, type Subcategory, type SubcategoryItems, type SubscriptionPlanData, type SubscriptionPlansResponse, type SubscriptionPricingData, type SubscriptionStatusData, type TermsAgreement, USER_STORAGE_KEY, type UnregisteredVendorFormData, type UnregisteredVendorInvitationType, type UnregisteredVendorType, type UseGetEventsByRegionOptions, type UserActivity, type UserActivityEvent, type UserFormData, type UserLicenceType, type UserType, type ValidateVerificationTokenFormData, type VendorAttributes, type VendorCalendarData, type VendorFormData, type VendorInfoFormData, type VendorInfoType, type VendorProductList, type VendorType, availableCategories, availableRegionOptions, availableRegionTypes, availableTagTypes, capitalizeFirstLetter, categoryColors, cluemartSocialMedia, companyContactFields, contactUsFields, darkColors, dateFormat, defaultEventFormValues, defaultEventInfoFormValues, defaultPartnerFormValues, defaultUnregisteredVendorFormValues, defaultVendorFormValues, defaultVendorInfoFormValues, emailField, eventBasicInfoFields, eventEndDateFields, eventInfo, eventInfoPaymentInfo, eventStartDateFields, fonts, foodFlavourOptions, formatDate, formatTimestamp,
|
|
2462
|
+
export { ANDROID_URL, type AdFormData, type AdResource, type AdType, type AdminUpdateResourceType, type AppSettingsFormData, type AppSettingsType, type AssociateType, type BaseGame, type BaseResourceType, type BaseResourceTypeFormData, type Category, type ChatMessageInput, type ChatMessageReaction, type ChatMessageReplyPreview, type ChatMessageSeen, type ChatMessageType, type ChatType, type ContactUsFormData, type CreateAdFormData, type CreateAppSettingsFormData, type CreateBulkNotificationInput, type CreateContactUsFormData, type CreateEventFormData, type CreateEventInfoFormData, type CreateFormData, type CreateLoginFormData, type CreatePartnerFormData, type CreatePostFormData, type CreateRegisterFormData, type CreateRequestPasswordResetFormData, type CreateResetPasswordFormData, type CreateUnregisteredVendorFormData, type CreateUserFormData, type CreateValidateVerificationTokenFormData, type CreateVendorFormData, type CreateVendorInfoFormData, type DailyClueGameData, type DateTimeType, type DateTimeWithPriceType, type DeviceInfo, EnumActivity, EnumAdShowOn, EnumAdStatus, EnumAdStyle, EnumAdType, EnumBillingPeriod, EnumChatReportReason, EnumChatType, EnumEventDateStatus, EnumEventType, EnumFoodFlavor, EnumFoodType, EnumGameType, EnumInviteStatus, EnumNotificationResourceType, EnumNotificationType, EnumOSPlatform, EnumPartnerType, EnumPaymentMethod, EnumPostContentType, EnumPostType, EnumRegions, EnumRelationResource, EnumResourceType, EnumSocialMedia, EnumSubscriptionStatus, EnumUserLicence, EnumUserRole, EnumVendorType, EnumVerificationType, type EventFormData, type EventInfoFormData, type EventInfoType, type EventListItemType, type EventStatusType, type EventType, type FormDateField, type FormField, type GameData, type GameDate, type GameHistory, type GameLeaderboard, type GamePlacement, type GamePlacementClue, type GameType, type GeocodeLocation, type GoogleAddressComponent, type GoogleImportedMarket, IOS_URL, type ImageObjectType, ImageTypeEnum, type LocationGeoType, type LocationType, type LoginFormData, type NotificationCount, type NotificationDataType, type NotificationType, type Nullable, type OptionItem, type OwnerType, type ParticipantType, type PartnerFormData, type PartnerType, type PaymentInfoType, type PlacePrediction, type PostContentData, type PostContentFormData, type PostContentGame, type PostContentImage, type PostContentList, type PostContentTextarea, type PostContentType, type PostContentVideo, type PostFileInput, type PostFormData, type PostType, type PosterInputType, type PosterUsageType, type RefundPolicy, type Region, type RegisterFormData, type RelationDate, type RelationType, type ReportChatUser, type RequestPasswordResetFormData, type Requirement, type ResetPasswordFormData, type ResourceActivityEntry, type ResourceActivityInputType, type ResourceActivityType, type ResourceByUser, type ResourceConnectionsType, type ResourceContactDetailsType, type ResourceDetails, type ResourceImageType, SAVED_EMAIL_KEY, SAVED_PASSWORD_KEY, SAVED_REFRESH_TOKEN_KEY, SAVED_TOKEN_KEY, type SocialMediaType, type StallType, type StripeSubscription, type Subcategory, type SubcategoryItems, type SubscriptionPlanData, type SubscriptionPlansResponse, type SubscriptionPricingData, type SubscriptionStatusData, type TermsAgreement, USER_STORAGE_KEY, type UnregisteredVendorFormData, type UnregisteredVendorInvitationType, type UnregisteredVendorType, type UseGetEventsByRegionOptions, type UserActivity, type UserActivityEvent, type UserFormData, type UserLicenceType, type UserType, type ValidateVerificationTokenFormData, type VendorAttributes, type VendorCalendarData, type VendorFormData, type VendorInfoFormData, type VendorInfoType, type VendorProductList, type VendorType, availableCategories, availableRegionOptions, availableRegionTypes, availableTagTypes, capitalizeFirstLetter, categoryColors, cluemartSocialMedia, companyContactFields, contactUsFields, darkColors, dateFormat, defaultEventFormValues, defaultEventInfoFormValues, defaultPartnerFormValues, defaultUnregisteredVendorFormValues, defaultVendorFormValues, defaultVendorInfoFormValues, emailField, eventBasicInfoFields, eventEndDateFields, eventInfo, eventInfoPaymentInfo, eventStartDateFields, fonts, foodFlavourOptions, formatDate, formatTimestamp, gameScreenIdentifierList, gameTypeToDisplayName, getCurrentAndFutureDates, globalDefaultValues, isFutureDatesBeforeThreshold, licenseNiceNames, lightColors, loginFields, mapArrayToOptions, mapBaseResourceTypeToFormData, normalizeUrl, packagingOptions, partnerBasicInfoFields, paymentMethodOptions, priceUnits, producedIngOptions, productLabelGroups, profileFields, refundPolicyOptions, registerFields, removeTypename, requestPasswordResetFields, requirementsOptions, resetPasswordFields, socialMediaFields, sortDatesChronologically, stallTypeOptions, statusOptions, tagOptions, timeFormat, toNZTime, truncateText, useAdForm, useAddParticipantToChat, useAddUserFavouriteResource, useAddUserGoingResource, useAddUserInterestResource, useAddUserPresentResource, useAdminPermanentlyDeleteResource, useAdminResendUserVerificationEmail, useAdminUpdateResourceType, useAppSettingsForm, useCancelSubscription, useContactUs, useContactUsForm, useCrawlGoogleMarkets, useCreateAd, useCreateBulkNotifications, useCreateCheckoutSession, useCreateCustomerPortal, useCreateEvent, useCreateEventInfo, useCreatePartner, useCreatePost, useCreatePoster, useCreatePrivateChat, useCreatePushToken, useCreateRelation, useCreateResourceActivity, useCreateUnregisteredVendor, useCreateUser, useCreateVendor, useCreateVendorInfo, useDeleteAd, useDeleteAllNotifications, useDeleteChat, useDeleteEvent, useDeleteNotification, useDeletePartner, useDeletePost, useDeleteRelation, useDeleteUnregisteredVendor, useDeleteUser, useDeleteVendor, useEventForm, useEventInfoForm, useGetAd, useGetAds, useGetAdsByRegion, useGetAppSettings, useGetChat, useGetChatSubscription, useGetChatsByRegion, useGetEvent, useGetEventByPlaceId, useGetEventInfo, useGetEventRelations, useGetEvents, useGetEventsByRegion, useGetEventsNearMe, useGetGame, useGetGameLeaderboard, useGetGames, useGetNotificationCount, useGetNotificationCountSubscription, useGetPartner, useGetPartners, useGetPartnersByRegion, useGetPost, useGetPosts, useGetPostsByType, useGetRelation, useGetRelationByEventAndVendor, useGetReportedChatUsers, useGetResourceActivity, useGetResourceConnections, useGetSubscriptionPlans, useGetSubscriptionStatus, useGetUnregisteredVendor, useGetUnregisteredVendors, useGetUser, useGetUserActivities, useGetUserChats, useGetUserEvents, useGetUserNotifications, useGetUserNotificationsSubscription, useGetUserPartners, useGetUserResources, useGetUserVendors, useGetUsers, useGetVendor, useGetVendorInfo, useGetVendorRelations, useGetVendors, useGetVendorsByRegion, useLeaveGame, useLocationSearch, useLogin, useLoginForm, useLogout, useMarkAllNotificationsRead, useMarkChatMessagesSeen, useMarkNotificationRead, usePartnerForm, usePostForm, useRefreshToken, useRegister, useRegisterForm, useRemoveParticipantFromChat, useRemoveUserFavouriteResource, useRemoveUserGoingResource, useRemoveUserInterestResource, useRemoveUserPresentResource, useReportChatUser, useRequestPasswordReset, useRequestPasswordResetForm, useResetPassword, useResetPasswordForm, useSearchEvents, useSearchPartners, useSearchVendors, useSelectPackage, useSelectStandardPackage, useSendChatMessage, useStartGame, useToggleChatMessageLike, useUpdateAd, useUpdateAppSettings, useUpdateDailyClueGame, useUpdateEvent, useUpdateEventInfo, useUpdateGoogleImportedMarkets, useUpdatePartner, useUpdatePost, useUpdateRelation, useUpdateSubscriptionPlan, useUpdateUnregisteredVendor, useUpdateUser, useUpdateVendor, useUpdateVendorInfo, useUserForm, useValidateVerificationToken, useValidateVerificationTokenForm, useVendorForm, useVendorInfoForm, validateVerificationTokenFields, vendorAvailability, vendorBasicInfoFields, vendorCompliance, vendorElectricity, vendorEndDateFields, vendorFoodFlavour, vendorFullAddress, vendorGazebo, vendorLocationDescription, vendorMenuFields, vendorPackaging, vendorPriceRange, vendorProducedIn, vendorStallSize, vendorStartDateFields, vendorTable };
|
package/dist/index.mjs
CHANGED
|
@@ -5499,6 +5499,7 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = gql29`
|
|
|
5499
5499
|
collected
|
|
5500
5500
|
shuffled
|
|
5501
5501
|
todaysLetter
|
|
5502
|
+
todaysClue
|
|
5502
5503
|
todaysPlacement
|
|
5503
5504
|
}
|
|
5504
5505
|
streak
|
|
@@ -7732,25 +7733,79 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
|
|
|
7732
7733
|
})(EnumActivity || {});
|
|
7733
7734
|
|
|
7734
7735
|
// src/types/game.ts
|
|
7735
|
-
var
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
7746
|
-
|
|
7747
|
-
|
|
7748
|
-
|
|
7749
|
-
|
|
7750
|
-
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7736
|
+
var gameScreenIdentifierList = [
|
|
7737
|
+
{
|
|
7738
|
+
clue: "Where your actions turn into a timeline.",
|
|
7739
|
+
id: "activities"
|
|
7740
|
+
},
|
|
7741
|
+
{
|
|
7742
|
+
clue: "Where conversations happen without speaking.",
|
|
7743
|
+
id: "chat"
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
clue: "The place to redefine who you are.",
|
|
7747
|
+
id: "edit-profile"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
clue: "A single moment worth showing up for.",
|
|
7751
|
+
id: "event"
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
clue: "What\u2019s happening around you, right now.",
|
|
7755
|
+
id: "events-near-me"
|
|
7756
|
+
},
|
|
7757
|
+
{
|
|
7758
|
+
clue: "A collection of things worth attending.",
|
|
7759
|
+
id: "events"
|
|
7760
|
+
},
|
|
7761
|
+
{
|
|
7762
|
+
clue: "What\u2019s happening in a wider area\u2014not just nearby.",
|
|
7763
|
+
id: "events/region"
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
clue: "Where fun becomes a challenge.",
|
|
7767
|
+
id: "games"
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
clue: "Your starting point for everything.",
|
|
7771
|
+
id: "home"
|
|
7772
|
+
},
|
|
7773
|
+
{
|
|
7774
|
+
clue: "Where the app taps you on the shoulder.",
|
|
7775
|
+
id: "notifications"
|
|
7776
|
+
},
|
|
7777
|
+
{
|
|
7778
|
+
clue: "Where you fine-tune your experience.",
|
|
7779
|
+
id: "options"
|
|
7780
|
+
},
|
|
7781
|
+
{
|
|
7782
|
+
clue: "A single collaborator in the ecosystem.",
|
|
7783
|
+
id: "partner"
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
clue: "The network behind the scenes.",
|
|
7787
|
+
id: "partners"
|
|
7788
|
+
},
|
|
7789
|
+
{
|
|
7790
|
+
clue: "Where you share something with everyone.",
|
|
7791
|
+
id: "post"
|
|
7792
|
+
},
|
|
7793
|
+
{
|
|
7794
|
+
clue: "Your identity, on display.",
|
|
7795
|
+
id: "profile"
|
|
7796
|
+
},
|
|
7797
|
+
{
|
|
7798
|
+
clue: "One provider offering something valuable.",
|
|
7799
|
+
id: "vendor"
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
clue: "A marketplace of providers.",
|
|
7803
|
+
id: "vendors"
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
clue: "People who stopped by to see you.",
|
|
7807
|
+
id: "visitors"
|
|
7808
|
+
}
|
|
7754
7809
|
];
|
|
7755
7810
|
var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
|
|
7756
7811
|
EnumGameType2["DAILY_CLUE"] = "dailyClue";
|
|
@@ -7825,7 +7880,7 @@ export {
|
|
|
7825
7880
|
foodFlavourOptions,
|
|
7826
7881
|
formatDate,
|
|
7827
7882
|
formatTimestamp,
|
|
7828
|
-
|
|
7883
|
+
gameScreenIdentifierList,
|
|
7829
7884
|
gameTypeToDisplayName,
|
|
7830
7885
|
getCurrentAndFutureDates,
|
|
7831
7886
|
globalDefaultValues,
|