@timardex/cluemart-shared 1.7.21 → 1.7.22
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/{ad-03NrHP3C.d.ts → ad-CymCnonn.d.ts} +2 -2
- package/dist/{ad-CplXHfPk.d.mts → ad-gG7dtuiz.d.mts} +2 -2
- package/dist/{affiliate-BLSH2QdJ.d.ts → affiliate-DG3_DD2H.d.ts} +2 -2
- package/dist/{affiliate-hXxPpl_S.d.mts → affiliate-Jl2pcZir.d.mts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{contactUs-Cr4itlk6.d.ts → contactUs-BeNfBBa7.d.ts} +1 -1
- package/dist/{contactUs-C13TqaIf.d.mts → contactUs-cNkd9ABw.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-8HQMiqbS.d.mts → global-BpLC_fXT.d.mts} +1 -1
- package/dist/{global-DGrr26NH.d.ts → global-SikTKast.d.ts} +1 -1
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-CowKiCCb.d.mts → resourceActivities-ByK4C9fM.d.mts} +1 -1
- package/dist/{resourceActivities-BkC-3bF2.d.ts → resourceActivities-DNQWKaWE.d.ts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/{user-CpWRig6p.d.ts → user-BliyCOpV.d.ts} +1 -1
- package/dist/{user-DiJffpnd.d.mts → user-C7S6HmEd.d.mts} +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -707,7 +707,7 @@ type VendorInfoType = Omit<VendorInfoFormData, "_id" | "documentsUpload"> & {
|
|
|
707
707
|
interface UnregisteredVendorFormData {
|
|
708
708
|
categoryIds: string[];
|
|
709
709
|
dateTime: DateTimeType[];
|
|
710
|
-
email
|
|
710
|
+
email: string;
|
|
711
711
|
inviterId: string;
|
|
712
712
|
name: string;
|
|
713
713
|
region: string;
|
package/dist/map/index.d.mts
CHANGED
package/dist/map/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumResourceType, EnumChatType, EnumChatReportReason, EnumNotificationType, EnumNotificationResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.mjs';
|
|
2
|
-
import { a7 as LocationGeoType } from './global-
|
|
2
|
+
import { a7 as LocationGeoType } from './global-BpLC_fXT.mjs';
|
|
3
3
|
|
|
4
4
|
interface AdminUpdateResourceType {
|
|
5
5
|
active: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumResourceType, EnumChatType, EnumChatReportReason, EnumNotificationType, EnumNotificationResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.js';
|
|
2
|
-
import { a7 as LocationGeoType } from './global-
|
|
2
|
+
import { a7 as LocationGeoType } from './global-SikTKast.js';
|
|
3
3
|
|
|
4
4
|
interface AdminUpdateResourceType {
|
|
5
5
|
active: boolean;
|
package/dist/sharing/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as EventType, w as EventInfoFormData, h as VendorType, q as VendorInfoFormData, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { E as EventType, w as EventInfoFormData, h as VendorType, q as VendorInfoFormData, S as StallType, C as Category } from '../global-BpLC_fXT.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
package/dist/sharing/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as EventType, w as EventInfoFormData, h as VendorType, q as VendorInfoFormData, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { E as EventType, w as EventInfoFormData, h as VendorType, q as VendorInfoFormData, S as StallType, C as Category } from '../global-SikTKast.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { A as AdminUpdateResourceType, c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, i as NotificationDataType, N as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-
|
|
2
|
-
export { i as AdFormData, p as AdFormState, q as AdResource, a as AdType, l as AppSettingsFormData, b as AppSettingsType, A as AuthMutationResponse, r as AuthPayloadType, s as CreateAdFormData, j as CreateAdFormState, m as CreateAppSettingsFormData, C as CreateLoginFormData, k as CreatePartnerFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, g as CreateResetPasswordFormData, o as CreateSchoolFormData, f as CreateValidateVerificationTokenFormData, t as EnumAdShowOn, E as EnumAdStatus, u as EnumAdStyle, v as EnumAdType, w as EnumVerificationType, L as LoginFormData, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, x as PosterInputType, R as RefreshTokenMutationResponse, y as RefreshTokenPayloadType, z as RegisterFormData, B as RequestPasswordResetFormData, D as ResetPasswordFormData, F as SchoolCampaignType, n as SchoolFormData, G as SchoolRegisteredUserType, c as SchoolReturnType, S as SchoolType, V as ValidateVerificationTokenFormData } from '../ad-
|
|
3
|
-
export { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-
|
|
4
|
-
import { c as EventListItemType } from '../global-
|
|
5
|
-
export { D as BaseGameMap, H as BaseGameType, I as BaseResourceType, B as BaseResourceTypeFormData, C as Category, v as CreateEventFormData, x as CreateEventInfoFormData, J as CreateFormData, z as CreatePostFormData, t as CreateUnregisteredVendorFormData, p as CreateVendorFormData, r as CreateVendorInfoFormData, K as DailyClueBaseGame, N as DailyClueGameData, Q as DateTimeType, T as DateTimeWithPriceType, W as DeviceInfo, X as EnumGameStatus, Y as EnumGameType, Z as EnumPostContentType, m as EnumPostType, u as EventFormData, w as EventInfoFormData, d as EventInfoType, _ as EventStatusType, E as EventType, a as FormDateField, F as FormField, $ as GameDate, G as GameDocType, a0 as GameHistory, n as GameLeaderboard, a1 as GamePlacement, a2 as GamePlacementClue, a3 as GameType, a4 as GeocodeLocation, a5 as GlobalGameData, a6 as ImageObjectType, a7 as LocationGeoType, L as LocationType, M as MutationResponse, j as MyPendingVendorClaim, a8 as Nullable, O as OptionItem, a9 as OwnerType, aa as PROMO_CODE_PREFIX, ab as PaymentInfoType, ac as PostContentData, ad as PostContentFormData, ae as PostContentGame, af as PostContentImage, ag as PostContentList, ah as PostContentTextarea, ai as PostContentType, aj as PostContentVideo, ak as PostFileInput, y as PostFormData, al as PostResource, l as PostType, P as PosterUsageType, am as PromoCodeType, an as PuzzleAnswer, ao as PuzzleAnsweredQuestion, ap as PuzzleBaseGame, aq as PuzzleGameData, ar as PuzzleQuestion, R as RefundPolicy, A as Region, as as RelatedPostType, at as RelationDate, au as RelationInputType, e as RelationType, b as Requirement, f as ResourceConnectionsType, av as ResourceContactDetailsType, aw as ResourceDetails, ax as ResourceImageType, ay as SocialMediaType, az as SocialShareResourceType, S as StallType, aA as Subcategory, aB as SubcategoryItems, aC as TermsAgreement, s as UnregisteredVendorFormData, aD as UnregisteredVendorInvitationType, g as UnregisteredVendorType, U as UseGetResourcesByRegionOptions, k as UserLicenceType, aE as VendorAttributes, aF as VendorCalendarData, V as VendorClaimTokenValidation, o as VendorFormData, q as VendorInfoFormData, i as VendorInfoType, aG as VendorProductList, h as VendorType, aH as gameScreenIdentifierList, aI as gameTypeToDisplayName } from '../global-
|
|
6
|
-
export { C as CreateUserFormData, e as RedeemRewardInput, R as RedeemRewardMutationResponse, f as RedeemRewardResponse, g as RedeemedReward, b as ResourceByUser, S as SafeUserType, h as StripeSubscription, i as SubscriptionPlanData, c as SubscriptionPlansResponse, j as SubscriptionPricingData, d as SubscriptionStatusData, k as UserActivity, l as UserActivityEvent, U as UserFormData, m as UserType } from '../user-
|
|
1
|
+
export { A as AdminUpdateResourceType, c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, i as NotificationDataType, N as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-ByK4C9fM.mjs';
|
|
2
|
+
export { i as AdFormData, p as AdFormState, q as AdResource, a as AdType, l as AppSettingsFormData, b as AppSettingsType, A as AuthMutationResponse, r as AuthPayloadType, s as CreateAdFormData, j as CreateAdFormState, m as CreateAppSettingsFormData, C as CreateLoginFormData, k as CreatePartnerFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, g as CreateResetPasswordFormData, o as CreateSchoolFormData, f as CreateValidateVerificationTokenFormData, t as EnumAdShowOn, E as EnumAdStatus, u as EnumAdStyle, v as EnumAdType, w as EnumVerificationType, L as LoginFormData, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, x as PosterInputType, R as RefreshTokenMutationResponse, y as RefreshTokenPayloadType, z as RegisterFormData, B as RequestPasswordResetFormData, D as ResetPasswordFormData, F as SchoolCampaignType, n as SchoolFormData, G as SchoolRegisteredUserType, c as SchoolReturnType, S as SchoolType, V as ValidateVerificationTokenFormData } from '../ad-gG7dtuiz.mjs';
|
|
3
|
+
export { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-cNkd9ABw.mjs';
|
|
4
|
+
import { c as EventListItemType } from '../global-BpLC_fXT.mjs';
|
|
5
|
+
export { D as BaseGameMap, H as BaseGameType, I as BaseResourceType, B as BaseResourceTypeFormData, C as Category, v as CreateEventFormData, x as CreateEventInfoFormData, J as CreateFormData, z as CreatePostFormData, t as CreateUnregisteredVendorFormData, p as CreateVendorFormData, r as CreateVendorInfoFormData, K as DailyClueBaseGame, N as DailyClueGameData, Q as DateTimeType, T as DateTimeWithPriceType, W as DeviceInfo, X as EnumGameStatus, Y as EnumGameType, Z as EnumPostContentType, m as EnumPostType, u as EventFormData, w as EventInfoFormData, d as EventInfoType, _ as EventStatusType, E as EventType, a as FormDateField, F as FormField, $ as GameDate, G as GameDocType, a0 as GameHistory, n as GameLeaderboard, a1 as GamePlacement, a2 as GamePlacementClue, a3 as GameType, a4 as GeocodeLocation, a5 as GlobalGameData, a6 as ImageObjectType, a7 as LocationGeoType, L as LocationType, M as MutationResponse, j as MyPendingVendorClaim, a8 as Nullable, O as OptionItem, a9 as OwnerType, aa as PROMO_CODE_PREFIX, ab as PaymentInfoType, ac as PostContentData, ad as PostContentFormData, ae as PostContentGame, af as PostContentImage, ag as PostContentList, ah as PostContentTextarea, ai as PostContentType, aj as PostContentVideo, ak as PostFileInput, y as PostFormData, al as PostResource, l as PostType, P as PosterUsageType, am as PromoCodeType, an as PuzzleAnswer, ao as PuzzleAnsweredQuestion, ap as PuzzleBaseGame, aq as PuzzleGameData, ar as PuzzleQuestion, R as RefundPolicy, A as Region, as as RelatedPostType, at as RelationDate, au as RelationInputType, e as RelationType, b as Requirement, f as ResourceConnectionsType, av as ResourceContactDetailsType, aw as ResourceDetails, ax as ResourceImageType, ay as SocialMediaType, az as SocialShareResourceType, S as StallType, aA as Subcategory, aB as SubcategoryItems, aC as TermsAgreement, s as UnregisteredVendorFormData, aD as UnregisteredVendorInvitationType, g as UnregisteredVendorType, U as UseGetResourcesByRegionOptions, k as UserLicenceType, aE as VendorAttributes, aF as VendorCalendarData, V as VendorClaimTokenValidation, o as VendorFormData, q as VendorInfoFormData, i as VendorInfoType, aG as VendorProductList, h as VendorType, aH as gameScreenIdentifierList, aI as gameTypeToDisplayName } from '../global-BpLC_fXT.mjs';
|
|
6
|
+
export { C as CreateUserFormData, e as RedeemRewardInput, R as RedeemRewardMutationResponse, f as RedeemRewardResponse, g as RedeemedReward, b as ResourceByUser, S as SafeUserType, h as StripeSubscription, i as SubscriptionPlanData, c as SubscriptionPlansResponse, j as SubscriptionPricingData, d as SubscriptionStatusData, k as UserActivity, l as UserActivityEvent, U as UserFormData, m as UserType } from '../user-C7S6HmEd.mjs';
|
|
7
7
|
import { EnumOSPlatform } from '../enums/index.mjs';
|
|
8
8
|
export { a as TIERS_BY_PRIORITY, b as TIER_DISPLAY_LABELS, c as TIER_FROM_LICENCE, T as Tier } from '../subscription-bmAdrnfi.mjs';
|
|
9
|
-
export { b as AffiliateBankAccountDetailsType, c as AffiliateContactDetails, d as AffiliateDetailsType, a as AffiliateFormData, e as AffiliateResourceType, f as AffiliateRewardType, A as AffiliateType, g as AffiliateUserDefaultFields, C as CreateAffiliateFormData, E as EnumAffiliateParticipantType, h as EnumAffiliateRewardType, R as RedeemHistoryType } from '../affiliate-
|
|
9
|
+
export { b as AffiliateBankAccountDetailsType, c as AffiliateContactDetails, d as AffiliateDetailsType, a as AffiliateFormData, e as AffiliateResourceType, f as AffiliateRewardType, A as AffiliateType, g as AffiliateUserDefaultFields, C as CreateAffiliateFormData, E as EnumAffiliateParticipantType, h as EnumAffiliateRewardType, R as RedeemHistoryType } from '../affiliate-Jl2pcZir.mjs';
|
|
10
10
|
import '../images/index.mjs';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { A as AdminUpdateResourceType, c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, i as NotificationDataType, N as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-
|
|
2
|
-
export { i as AdFormData, p as AdFormState, q as AdResource, a as AdType, l as AppSettingsFormData, b as AppSettingsType, A as AuthMutationResponse, r as AuthPayloadType, s as CreateAdFormData, j as CreateAdFormState, m as CreateAppSettingsFormData, C as CreateLoginFormData, k as CreatePartnerFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, g as CreateResetPasswordFormData, o as CreateSchoolFormData, f as CreateValidateVerificationTokenFormData, t as EnumAdShowOn, E as EnumAdStatus, u as EnumAdStyle, v as EnumAdType, w as EnumVerificationType, L as LoginFormData, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, x as PosterInputType, R as RefreshTokenMutationResponse, y as RefreshTokenPayloadType, z as RegisterFormData, B as RequestPasswordResetFormData, D as ResetPasswordFormData, F as SchoolCampaignType, n as SchoolFormData, G as SchoolRegisteredUserType, c as SchoolReturnType, S as SchoolType, V as ValidateVerificationTokenFormData } from '../ad-
|
|
3
|
-
export { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-
|
|
4
|
-
import { c as EventListItemType } from '../global-
|
|
5
|
-
export { D as BaseGameMap, H as BaseGameType, I as BaseResourceType, B as BaseResourceTypeFormData, C as Category, v as CreateEventFormData, x as CreateEventInfoFormData, J as CreateFormData, z as CreatePostFormData, t as CreateUnregisteredVendorFormData, p as CreateVendorFormData, r as CreateVendorInfoFormData, K as DailyClueBaseGame, N as DailyClueGameData, Q as DateTimeType, T as DateTimeWithPriceType, W as DeviceInfo, X as EnumGameStatus, Y as EnumGameType, Z as EnumPostContentType, m as EnumPostType, u as EventFormData, w as EventInfoFormData, d as EventInfoType, _ as EventStatusType, E as EventType, a as FormDateField, F as FormField, $ as GameDate, G as GameDocType, a0 as GameHistory, n as GameLeaderboard, a1 as GamePlacement, a2 as GamePlacementClue, a3 as GameType, a4 as GeocodeLocation, a5 as GlobalGameData, a6 as ImageObjectType, a7 as LocationGeoType, L as LocationType, M as MutationResponse, j as MyPendingVendorClaim, a8 as Nullable, O as OptionItem, a9 as OwnerType, aa as PROMO_CODE_PREFIX, ab as PaymentInfoType, ac as PostContentData, ad as PostContentFormData, ae as PostContentGame, af as PostContentImage, ag as PostContentList, ah as PostContentTextarea, ai as PostContentType, aj as PostContentVideo, ak as PostFileInput, y as PostFormData, al as PostResource, l as PostType, P as PosterUsageType, am as PromoCodeType, an as PuzzleAnswer, ao as PuzzleAnsweredQuestion, ap as PuzzleBaseGame, aq as PuzzleGameData, ar as PuzzleQuestion, R as RefundPolicy, A as Region, as as RelatedPostType, at as RelationDate, au as RelationInputType, e as RelationType, b as Requirement, f as ResourceConnectionsType, av as ResourceContactDetailsType, aw as ResourceDetails, ax as ResourceImageType, ay as SocialMediaType, az as SocialShareResourceType, S as StallType, aA as Subcategory, aB as SubcategoryItems, aC as TermsAgreement, s as UnregisteredVendorFormData, aD as UnregisteredVendorInvitationType, g as UnregisteredVendorType, U as UseGetResourcesByRegionOptions, k as UserLicenceType, aE as VendorAttributes, aF as VendorCalendarData, V as VendorClaimTokenValidation, o as VendorFormData, q as VendorInfoFormData, i as VendorInfoType, aG as VendorProductList, h as VendorType, aH as gameScreenIdentifierList, aI as gameTypeToDisplayName } from '../global-
|
|
6
|
-
export { C as CreateUserFormData, e as RedeemRewardInput, R as RedeemRewardMutationResponse, f as RedeemRewardResponse, g as RedeemedReward, b as ResourceByUser, S as SafeUserType, h as StripeSubscription, i as SubscriptionPlanData, c as SubscriptionPlansResponse, j as SubscriptionPricingData, d as SubscriptionStatusData, k as UserActivity, l as UserActivityEvent, U as UserFormData, m as UserType } from '../user-
|
|
1
|
+
export { A as AdminUpdateResourceType, c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, i as NotificationDataType, N as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-DNQWKaWE.js';
|
|
2
|
+
export { i as AdFormData, p as AdFormState, q as AdResource, a as AdType, l as AppSettingsFormData, b as AppSettingsType, A as AuthMutationResponse, r as AuthPayloadType, s as CreateAdFormData, j as CreateAdFormState, m as CreateAppSettingsFormData, C as CreateLoginFormData, k as CreatePartnerFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, g as CreateResetPasswordFormData, o as CreateSchoolFormData, f as CreateValidateVerificationTokenFormData, t as EnumAdShowOn, E as EnumAdStatus, u as EnumAdStyle, v as EnumAdType, w as EnumVerificationType, L as LoginFormData, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, x as PosterInputType, R as RefreshTokenMutationResponse, y as RefreshTokenPayloadType, z as RegisterFormData, B as RequestPasswordResetFormData, D as ResetPasswordFormData, F as SchoolCampaignType, n as SchoolFormData, G as SchoolRegisteredUserType, c as SchoolReturnType, S as SchoolType, V as ValidateVerificationTokenFormData } from '../ad-CymCnonn.js';
|
|
3
|
+
export { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-BeNfBBa7.js';
|
|
4
|
+
import { c as EventListItemType } from '../global-SikTKast.js';
|
|
5
|
+
export { D as BaseGameMap, H as BaseGameType, I as BaseResourceType, B as BaseResourceTypeFormData, C as Category, v as CreateEventFormData, x as CreateEventInfoFormData, J as CreateFormData, z as CreatePostFormData, t as CreateUnregisteredVendorFormData, p as CreateVendorFormData, r as CreateVendorInfoFormData, K as DailyClueBaseGame, N as DailyClueGameData, Q as DateTimeType, T as DateTimeWithPriceType, W as DeviceInfo, X as EnumGameStatus, Y as EnumGameType, Z as EnumPostContentType, m as EnumPostType, u as EventFormData, w as EventInfoFormData, d as EventInfoType, _ as EventStatusType, E as EventType, a as FormDateField, F as FormField, $ as GameDate, G as GameDocType, a0 as GameHistory, n as GameLeaderboard, a1 as GamePlacement, a2 as GamePlacementClue, a3 as GameType, a4 as GeocodeLocation, a5 as GlobalGameData, a6 as ImageObjectType, a7 as LocationGeoType, L as LocationType, M as MutationResponse, j as MyPendingVendorClaim, a8 as Nullable, O as OptionItem, a9 as OwnerType, aa as PROMO_CODE_PREFIX, ab as PaymentInfoType, ac as PostContentData, ad as PostContentFormData, ae as PostContentGame, af as PostContentImage, ag as PostContentList, ah as PostContentTextarea, ai as PostContentType, aj as PostContentVideo, ak as PostFileInput, y as PostFormData, al as PostResource, l as PostType, P as PosterUsageType, am as PromoCodeType, an as PuzzleAnswer, ao as PuzzleAnsweredQuestion, ap as PuzzleBaseGame, aq as PuzzleGameData, ar as PuzzleQuestion, R as RefundPolicy, A as Region, as as RelatedPostType, at as RelationDate, au as RelationInputType, e as RelationType, b as Requirement, f as ResourceConnectionsType, av as ResourceContactDetailsType, aw as ResourceDetails, ax as ResourceImageType, ay as SocialMediaType, az as SocialShareResourceType, S as StallType, aA as Subcategory, aB as SubcategoryItems, aC as TermsAgreement, s as UnregisteredVendorFormData, aD as UnregisteredVendorInvitationType, g as UnregisteredVendorType, U as UseGetResourcesByRegionOptions, k as UserLicenceType, aE as VendorAttributes, aF as VendorCalendarData, V as VendorClaimTokenValidation, o as VendorFormData, q as VendorInfoFormData, i as VendorInfoType, aG as VendorProductList, h as VendorType, aH as gameScreenIdentifierList, aI as gameTypeToDisplayName } from '../global-SikTKast.js';
|
|
6
|
+
export { C as CreateUserFormData, e as RedeemRewardInput, R as RedeemRewardMutationResponse, f as RedeemRewardResponse, g as RedeemedReward, b as ResourceByUser, S as SafeUserType, h as StripeSubscription, i as SubscriptionPlanData, c as SubscriptionPlansResponse, j as SubscriptionPricingData, d as SubscriptionStatusData, k as UserActivity, l as UserActivityEvent, U as UserFormData, m as UserType } from '../user-BliyCOpV.js';
|
|
7
7
|
import { EnumOSPlatform } from '../enums/index.js';
|
|
8
8
|
export { a as TIERS_BY_PRIORITY, b as TIER_DISPLAY_LABELS, c as TIER_FROM_LICENCE, T as Tier } from '../subscription-BU8GvH2K.js';
|
|
9
|
-
export { b as AffiliateBankAccountDetailsType, c as AffiliateContactDetails, d as AffiliateDetailsType, a as AffiliateFormData, e as AffiliateResourceType, f as AffiliateRewardType, A as AffiliateType, g as AffiliateUserDefaultFields, C as CreateAffiliateFormData, E as EnumAffiliateParticipantType, h as EnumAffiliateRewardType, R as RedeemHistoryType } from '../affiliate-
|
|
9
|
+
export { b as AffiliateBankAccountDetailsType, c as AffiliateContactDetails, d as AffiliateDetailsType, a as AffiliateFormData, e as AffiliateResourceType, f as AffiliateRewardType, A as AffiliateType, g as AffiliateUserDefaultFields, C as CreateAffiliateFormData, E as EnumAffiliateParticipantType, h as EnumAffiliateRewardType, R as RedeemHistoryType } from '../affiliate-DG3_DD2H.js';
|
|
10
10
|
import '../images/index.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumReward, EnumUserRole, EnumUserLicence, EnumSubscriptionStatus, EnumNotificationResourceType, EnumResourceType } from './enums/index.js';
|
|
2
|
-
import { ax as ResourceImageType, L as LocationType, aC as TermsAgreement, k as UserLicenceType, am as PromoCodeType, Q as DateTimeType, M as MutationResponse, J as CreateFormData } from './global-
|
|
2
|
+
import { ax as ResourceImageType, L as LocationType, aC as TermsAgreement, k as UserLicenceType, am as PromoCodeType, Q as DateTimeType, M as MutationResponse, J as CreateFormData } from './global-SikTKast.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Canonical permission IDs. Add new permissions here first, then map them in
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumReward, EnumUserRole, EnumUserLicence, EnumSubscriptionStatus, EnumNotificationResourceType, EnumResourceType } from './enums/index.mjs';
|
|
2
|
-
import { ax as ResourceImageType, L as LocationType, aC as TermsAgreement, k as UserLicenceType, am as PromoCodeType, Q as DateTimeType, M as MutationResponse, J as CreateFormData } from './global-
|
|
2
|
+
import { ax as ResourceImageType, L as LocationType, aC as TermsAgreement, k as UserLicenceType, am as PromoCodeType, Q as DateTimeType, M as MutationResponse, J as CreateFormData } from './global-BpLC_fXT.mjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Canonical permission IDs. Add new permissions here first, then map them in
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { N as DailyClueGameData, a2 as GamePlacementClue, a1 as GamePlacement, O as OptionItem, m as EnumPostType, ay as SocialMediaType, ax as ResourceImageType, Q as DateTimeType, L as LocationType, h as VendorType, g as UnregisteredVendorType, c as EventListItemType } from '../global-
|
|
1
|
+
import { N as DailyClueGameData, a2 as GamePlacementClue, a1 as GamePlacement, O as OptionItem, m as EnumPostType, ay as SocialMediaType, ax as ResourceImageType, Q as DateTimeType, L as LocationType, h as VendorType, g as UnregisteredVendorType, c as EventListItemType } from '../global-BpLC_fXT.mjs';
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
3
|
import { EnumRegions, EnumUserLicence, EnumReward, EnumInviteStatus, EnumEventDateStatus, EnumResourceType } from '../enums/index.mjs';
|
|
4
|
-
import { h as EnumAffiliateRewardType, f as AffiliateRewardType } from '../affiliate-
|
|
4
|
+
import { h as EnumAffiliateRewardType, f as AffiliateRewardType } from '../affiliate-Jl2pcZir.mjs';
|
|
5
5
|
import 'react-hook-form';
|
|
6
|
-
import '../user-
|
|
6
|
+
import '../user-C7S6HmEd.mjs';
|
|
7
7
|
|
|
8
8
|
/** Seeded shuffle so all players see the same letter order / placements for a game. */
|
|
9
9
|
declare function seededShuffle<T>(array: readonly T[], seed: string): T[];
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { N as DailyClueGameData, a2 as GamePlacementClue, a1 as GamePlacement, O as OptionItem, m as EnumPostType, ay as SocialMediaType, ax as ResourceImageType, Q as DateTimeType, L as LocationType, h as VendorType, g as UnregisteredVendorType, c as EventListItemType } from '../global-
|
|
1
|
+
import { N as DailyClueGameData, a2 as GamePlacementClue, a1 as GamePlacement, O as OptionItem, m as EnumPostType, ay as SocialMediaType, ax as ResourceImageType, Q as DateTimeType, L as LocationType, h as VendorType, g as UnregisteredVendorType, c as EventListItemType } from '../global-SikTKast.js';
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
3
|
import { EnumRegions, EnumUserLicence, EnumReward, EnumInviteStatus, EnumEventDateStatus, EnumResourceType } from '../enums/index.js';
|
|
4
|
-
import { h as EnumAffiliateRewardType, f as AffiliateRewardType } from '../affiliate-
|
|
4
|
+
import { h as EnumAffiliateRewardType, f as AffiliateRewardType } from '../affiliate-DG3_DD2H.js';
|
|
5
5
|
import 'react-hook-form';
|
|
6
|
-
import '../user-
|
|
6
|
+
import '../user-BliyCOpV.js';
|
|
7
7
|
|
|
8
8
|
/** Seeded shuffle so all players see the same letter order / placements for a game. */
|
|
9
9
|
declare function seededShuffle<T>(array: readonly T[], seed: string): T[];
|