@timardex/cluemart-shared 1.7.70 → 1.7.71
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-Diu-U5pX.d.ts → ad-CQ-1QWtc.d.ts} +1 -1
- package/dist/{ad-qYFQNWmk.d.mts → ad-qouAxMhY.d.mts} +1 -1
- package/dist/{affiliate-CELcBsj1.d.ts → affiliate-Bnxzi6ff.d.ts} +1 -1
- package/dist/{affiliate-BFiXC5wR.d.mts → affiliate-XmdvhiyX.d.mts} +1 -1
- package/dist/auth/index.d.mts +2 -2
- package/dist/auth/index.d.ts +2 -2
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/{user-BtuhHFYm.d.ts → user-BWqTgtUy.d.ts} +1 -1
- package/dist/{user-C-CD89aZ.d.mts → user-sSUFZOcq.d.mts} +1 -1
- package/dist/utils/index.d.mts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EnumPartnerType, EnumResourceType, EnumOSPlatform } from './enums/index.js';
|
|
2
2
|
import { Q as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, a2 as CreateFormData, aL as ResourceContactDetailsType, aN as ResourceImageType, aO as SocialMediaType, aS as TermsAgreement, ao as OwnerType, aC as PromoCodeType, M as MutationResponse } from './global-BjtC8RIp.js';
|
|
3
3
|
import { PosterAssetId } from './images/index.js';
|
|
4
|
-
import { S as SafeUserType, e as UserFormData } from './user-
|
|
4
|
+
import { S as SafeUserType, e as UserFormData } from './user-BWqTgtUy.js';
|
|
5
5
|
|
|
6
6
|
interface PartnerFormData extends BaseResourceTypeFormData {
|
|
7
7
|
location: LocationType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EnumPartnerType, EnumResourceType, EnumOSPlatform } from './enums/index.mjs';
|
|
2
2
|
import { Q as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, a2 as CreateFormData, aL as ResourceContactDetailsType, aN as ResourceImageType, aO as SocialMediaType, aS as TermsAgreement, ao as OwnerType, aC as PromoCodeType, M as MutationResponse } from './global-CG2xlh2k.mjs';
|
|
3
3
|
import { PosterAssetId } from './images/index.mjs';
|
|
4
|
-
import { S as SafeUserType, e as UserFormData } from './user-
|
|
4
|
+
import { S as SafeUserType, e as UserFormData } from './user-sSUFZOcq.mjs';
|
|
5
5
|
|
|
6
6
|
interface PartnerFormData extends BaseResourceTypeFormData {
|
|
7
7
|
location: LocationType;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EnumResourceType } from './enums/index.js';
|
|
2
2
|
import { aC as PromoCodeType, L as LocationType, aO as SocialMediaType, ao as OwnerType, a2 as CreateFormData } from './global-BjtC8RIp.js';
|
|
3
|
-
import { e as UserFormData } from './user-
|
|
3
|
+
import { e as UserFormData } from './user-BWqTgtUy.js';
|
|
4
4
|
|
|
5
5
|
declare enum EnumAffiliateParticipantType {
|
|
6
6
|
INDIVIDUAL = "INDIVIDUAL",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EnumResourceType } from './enums/index.mjs';
|
|
2
2
|
import { aC as PromoCodeType, L as LocationType, aO as SocialMediaType, ao as OwnerType, a2 as CreateFormData } from './global-CG2xlh2k.mjs';
|
|
3
|
-
import { e as UserFormData } from './user-
|
|
3
|
+
import { e as UserFormData } from './user-sSUFZOcq.mjs';
|
|
4
4
|
|
|
5
5
|
declare enum EnumAffiliateParticipantType {
|
|
6
6
|
INDIVIDUAL = "INDIVIDUAL",
|
package/dist/auth/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EnumUserRole, EnumResourceType, EnumUserLicence } from '../enums/index.mjs';
|
|
2
|
-
import { P as Permission, S as SafeUserType } from '../user-
|
|
3
|
-
export { a as PERMISSIONS, W as WILDCARD_PERMISSION } from '../user-
|
|
2
|
+
import { P as Permission, S as SafeUserType } from '../user-sSUFZOcq.mjs';
|
|
3
|
+
export { a as PERMISSIONS, W as WILDCARD_PERMISSION } from '../user-sSUFZOcq.mjs';
|
|
4
4
|
import { T as Tier } from '../subscription-bmAdrnfi.mjs';
|
|
5
5
|
import React, { ReactNode } from 'react';
|
|
6
6
|
import '../global-CG2xlh2k.mjs';
|
package/dist/auth/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EnumUserRole, EnumResourceType, EnumUserLicence } from '../enums/index.js';
|
|
2
|
-
import { P as Permission, S as SafeUserType } from '../user-
|
|
3
|
-
export { a as PERMISSIONS, W as WILDCARD_PERMISSION } from '../user-
|
|
2
|
+
import { P as Permission, S as SafeUserType } from '../user-BWqTgtUy.js';
|
|
3
|
+
export { a as PERMISSIONS, W as WILDCARD_PERMISSION } from '../user-BWqTgtUy.js';
|
|
4
4
|
import { T as Tier } from '../subscription-BU8GvH2K.js';
|
|
5
5
|
import React, { ReactNode } from 'react';
|
|
6
6
|
import '../global-BjtC8RIp.js';
|
package/dist/graphql/index.d.mts
CHANGED
|
@@ -2,10 +2,10 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { DocumentNode } from 'graphql';
|
|
3
3
|
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-kmePhBMr.mjs';
|
|
4
4
|
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard, o as CouponType, p as CouponTypeList } from '../global-CG2xlh2k.mjs';
|
|
5
|
-
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-
|
|
5
|
+
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-qouAxMhY.mjs';
|
|
6
6
|
import { EnumEventDateStatus, EnumResourceType } from '../enums/index.mjs';
|
|
7
|
-
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, U as UsersByPromoCode, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
7
|
+
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, U as UsersByPromoCode, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-sSUFZOcq.mjs';
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-XmdvhiyX.mjs';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import '../images/index.mjs';
|
|
11
11
|
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { DocumentNode } from 'graphql';
|
|
3
3
|
import { A as AdminUpdateResourceType, C as ChatType, R as ReportChatUser, N as NotificationType, a as NotificationCount, b as ResourceActivityType } from '../resourceActivities-B2EqmRwK.js';
|
|
4
4
|
import { M as MutationResponse, E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, P as PosterUsageType, e as RelationType, f as ResourceConnectionsType, V as VendorClaimTokenValidation, g as UnregisteredVendorType, h as VendorType, i as VendorInfoType, j as MyPendingVendorClaim, k as UserLicenceType, l as PostType, m as EnumPostType, G as GameDocType, n as GameLeaderboard, o as CouponType, p as CouponTypeList } from '../global-BjtC8RIp.js';
|
|
5
|
-
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-
|
|
5
|
+
import { A as AuthMutationResponse, R as RefreshTokenMutationResponse, P as PartnerType, a as AdType, E as EnumAdStatus, b as AppSettingsType, S as SchoolType, c as SchoolReturnType } from '../ad-CQ-1QWtc.js';
|
|
6
6
|
import { EnumEventDateStatus, EnumResourceType } from '../enums/index.js';
|
|
7
|
-
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, U as UsersByPromoCode, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-
|
|
8
|
-
import { A as AffiliateType } from '../affiliate-
|
|
7
|
+
import { S as SafeUserType, R as RedeemRewardMutationResponse, b as ResourceByUser, U as UsersByPromoCode, c as SubscriptionPlansResponse, d as SubscriptionStatusData } from '../user-BWqTgtUy.js';
|
|
8
|
+
import { A as AffiliateType } from '../affiliate-Bnxzi6ff.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import '../images/index.js';
|
|
11
11
|
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { L as LocationType, q as VendorFormData, r as CreateVendorFormData, s as VendorInfoFormData, t as CreateVendorInfoFormData, u as UnregisteredVendorFormData, v as CreateUnregisteredVendorFormData, w as EventFormData, x as CreateEventFormData, y as EventInfoFormData, z as CreateEventInfoFormData, B as BaseResourceTypeFormData, A as PostFormData, D as CreatePostFormData, H as CouponDefaultsFormData, I as CreateCouponFormData } from '../global-CG2xlh2k.mjs';
|
|
2
|
-
import { e as UserFormData, C as CreateUserFormData } from '../user-
|
|
3
|
-
import { C as CreateLoginFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, f as CreateValidateVerificationTokenFormData, g as CreateResetPasswordFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormState, k as CreatePartnerFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData, n as SchoolFormData, o as CreateSchoolFormData } from '../ad-
|
|
4
|
-
import { a as AffiliateFormData, A as AffiliateType, C as CreateAffiliateFormData } from '../affiliate-
|
|
2
|
+
import { e as UserFormData, C as CreateUserFormData } from '../user-sSUFZOcq.mjs';
|
|
3
|
+
import { C as CreateLoginFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, f as CreateValidateVerificationTokenFormData, g as CreateResetPasswordFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormState, k as CreatePartnerFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData, n as SchoolFormData, o as CreateSchoolFormData } from '../ad-qouAxMhY.mjs';
|
|
4
|
+
import { a as AffiliateFormData, A as AffiliateType, C as CreateAffiliateFormData } from '../affiliate-XmdvhiyX.mjs';
|
|
5
5
|
import { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-CUDo3Q-a.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
import '../enums/index.mjs';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { L as LocationType, q as VendorFormData, r as CreateVendorFormData, s as VendorInfoFormData, t as CreateVendorInfoFormData, u as UnregisteredVendorFormData, v as CreateUnregisteredVendorFormData, w as EventFormData, x as CreateEventFormData, y as EventInfoFormData, z as CreateEventInfoFormData, B as BaseResourceTypeFormData, A as PostFormData, D as CreatePostFormData, H as CouponDefaultsFormData, I as CreateCouponFormData } from '../global-BjtC8RIp.js';
|
|
2
|
-
import { e as UserFormData, C as CreateUserFormData } from '../user-
|
|
3
|
-
import { C as CreateLoginFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, f as CreateValidateVerificationTokenFormData, g as CreateResetPasswordFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormState, k as CreatePartnerFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData, n as SchoolFormData, o as CreateSchoolFormData } from '../ad-
|
|
4
|
-
import { a as AffiliateFormData, A as AffiliateType, C as CreateAffiliateFormData } from '../affiliate-
|
|
2
|
+
import { e as UserFormData, C as CreateUserFormData } from '../user-BWqTgtUy.js';
|
|
3
|
+
import { C as CreateLoginFormData, d as CreateRegisterFormData, e as CreateRequestPasswordResetFormData, f as CreateValidateVerificationTokenFormData, g as CreateResetPasswordFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormState, k as CreatePartnerFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData, n as SchoolFormData, o as CreateSchoolFormData } from '../ad-CQ-1QWtc.js';
|
|
4
|
+
import { a as AffiliateFormData, A as AffiliateType, C as CreateAffiliateFormData } from '../affiliate-Bnxzi6ff.js';
|
|
5
5
|
import { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-Btb-up0h.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
import '../enums/index.js';
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
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-kmePhBMr.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-
|
|
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-qouAxMhY.mjs';
|
|
3
3
|
export { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-CUDo3Q-a.mjs';
|
|
4
4
|
import { c as EventListItemType } from '../global-CG2xlh2k.mjs';
|
|
5
5
|
export { K as BaseGameMap, N as BaseGameType, Q as BaseResourceType, B as BaseResourceTypeFormData, C as Category, T as CouponCodeType, W as CouponDataProductsType, X as CouponDataType, H as CouponDefaultsFormData, Y as CouponMarketPassportOption, Z as CouponMarketVisitOption, _ as CouponOption, $ as CouponParticipantUserType, a0 as CouponPurchaseOption, o as CouponType, p as CouponTypeList, a1 as CouponVendorProduct, I as CreateCouponFormData, x as CreateEventFormData, z as CreateEventInfoFormData, a2 as CreateFormData, D as CreatePostFormData, v as CreateUnregisteredVendorFormData, r as CreateVendorFormData, t as CreateVendorInfoFormData, a3 as DailyClueBaseGame, a4 as DailyClueGameData, a5 as DateTimeType, a6 as DateTimeWithPriceType, a7 as DeviceInfo, a8 as EnumCouponListType, a9 as EnumCouponQualificationType, aa as EnumGameStatus, ab as EnumGameType, ac as EnumPostContentType, m as EnumPostType, w as EventFormData, y as EventInfoFormData, d as EventInfoType, ad as EventStatusType, E as EventType, a as FormDateField, F as FormField, ae as GameDate, G as GameDocType, af as GameHistory, n as GameLeaderboard, ag as GamePlacement, ah as GamePlacementClue, ai as GameType, aj as GeocodeLocation, ak as GlobalGameData, al as ImageObjectType, am as LocationGeoType, L as LocationType, M as MutationResponse, j as MyPendingVendorClaim, an as Nullable, O as OptionItem, ao as OwnerType, ap as PROMO_CODE_PREFIX, aq as PaymentInfoType, ar as PostContentData, as as PostContentFormData, at as PostContentGame, au as PostContentImage, av as PostContentList, aw as PostContentTextarea, ax as PostContentType, ay as PostContentVideo, az as PostFileInput, A as PostFormData, aA as PostResource, l as PostType, P as PosterUsageType, aB as ProductCoupon, aC as PromoCodeType, aD as PuzzleAnswer, aE as PuzzleAnsweredQuestion, aF as PuzzleBaseGame, aG as PuzzleGameData, aH as PuzzleQuestion, R as RefundPolicy, J as Region, aI as RelatedPostType, aJ as RelationDate, aK as RelationInputType, e as RelationType, b as Requirement, f as ResourceConnectionsType, aL as ResourceContactDetailsType, aM as ResourceDetails, aN as ResourceImageType, aO as SocialMediaType, aP as SocialShareResourceType, S as StallType, aQ as Subcategory, aR as SubcategoryItems, aS as TermsAgreement, u as UnregisteredVendorFormData, aT as UnregisteredVendorInvitationType, g as UnregisteredVendorType, U as UseGetResourcesByRegionOptions, k as UserLicenceType, aU as VendorAttributes, aV as VendorCalendarData, V as VendorClaimTokenValidation, q as VendorFormData, s as VendorInfoFormData, i as VendorInfoType, aW as VendorProductList, h as VendorType, aX as gameScreenIdentifierList, aY as gameTypeToDisplayName } from '../global-CG2xlh2k.mjs';
|
|
6
|
-
export { C as CreateUserFormData, f as RedeemRewardInput, R as RedeemRewardMutationResponse, g as RedeemRewardResponse, h as RedeemedReward, b as ResourceByUser, S as SafeUserType, i as StripeSubscription, j as SubscriptionPlanData, c as SubscriptionPlansResponse, k as SubscriptionPricingData, d as SubscriptionStatusData, l as UserActivity, m as UserActivityEvent, e as UserFormData, n as UserType, U as UsersByPromoCode } from '../user-
|
|
6
|
+
export { C as CreateUserFormData, f as RedeemRewardInput, R as RedeemRewardMutationResponse, g as RedeemRewardResponse, h as RedeemedReward, b as ResourceByUser, S as SafeUserType, i as StripeSubscription, j as SubscriptionPlanData, c as SubscriptionPlansResponse, k as SubscriptionPricingData, d as SubscriptionStatusData, l as UserActivity, m as UserActivityEvent, e as UserFormData, n as UserType, U as UsersByPromoCode } from '../user-sSUFZOcq.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-XmdvhiyX.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
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-B2EqmRwK.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-
|
|
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-CQ-1QWtc.js';
|
|
3
3
|
export { C as ContactUsFormData, a as CreateContactUsFormData } from '../contactUs-Btb-up0h.js';
|
|
4
4
|
import { c as EventListItemType } from '../global-BjtC8RIp.js';
|
|
5
5
|
export { K as BaseGameMap, N as BaseGameType, Q as BaseResourceType, B as BaseResourceTypeFormData, C as Category, T as CouponCodeType, W as CouponDataProductsType, X as CouponDataType, H as CouponDefaultsFormData, Y as CouponMarketPassportOption, Z as CouponMarketVisitOption, _ as CouponOption, $ as CouponParticipantUserType, a0 as CouponPurchaseOption, o as CouponType, p as CouponTypeList, a1 as CouponVendorProduct, I as CreateCouponFormData, x as CreateEventFormData, z as CreateEventInfoFormData, a2 as CreateFormData, D as CreatePostFormData, v as CreateUnregisteredVendorFormData, r as CreateVendorFormData, t as CreateVendorInfoFormData, a3 as DailyClueBaseGame, a4 as DailyClueGameData, a5 as DateTimeType, a6 as DateTimeWithPriceType, a7 as DeviceInfo, a8 as EnumCouponListType, a9 as EnumCouponQualificationType, aa as EnumGameStatus, ab as EnumGameType, ac as EnumPostContentType, m as EnumPostType, w as EventFormData, y as EventInfoFormData, d as EventInfoType, ad as EventStatusType, E as EventType, a as FormDateField, F as FormField, ae as GameDate, G as GameDocType, af as GameHistory, n as GameLeaderboard, ag as GamePlacement, ah as GamePlacementClue, ai as GameType, aj as GeocodeLocation, ak as GlobalGameData, al as ImageObjectType, am as LocationGeoType, L as LocationType, M as MutationResponse, j as MyPendingVendorClaim, an as Nullable, O as OptionItem, ao as OwnerType, ap as PROMO_CODE_PREFIX, aq as PaymentInfoType, ar as PostContentData, as as PostContentFormData, at as PostContentGame, au as PostContentImage, av as PostContentList, aw as PostContentTextarea, ax as PostContentType, ay as PostContentVideo, az as PostFileInput, A as PostFormData, aA as PostResource, l as PostType, P as PosterUsageType, aB as ProductCoupon, aC as PromoCodeType, aD as PuzzleAnswer, aE as PuzzleAnsweredQuestion, aF as PuzzleBaseGame, aG as PuzzleGameData, aH as PuzzleQuestion, R as RefundPolicy, J as Region, aI as RelatedPostType, aJ as RelationDate, aK as RelationInputType, e as RelationType, b as Requirement, f as ResourceConnectionsType, aL as ResourceContactDetailsType, aM as ResourceDetails, aN as ResourceImageType, aO as SocialMediaType, aP as SocialShareResourceType, S as StallType, aQ as Subcategory, aR as SubcategoryItems, aS as TermsAgreement, u as UnregisteredVendorFormData, aT as UnregisteredVendorInvitationType, g as UnregisteredVendorType, U as UseGetResourcesByRegionOptions, k as UserLicenceType, aU as VendorAttributes, aV as VendorCalendarData, V as VendorClaimTokenValidation, q as VendorFormData, s as VendorInfoFormData, i as VendorInfoType, aW as VendorProductList, h as VendorType, aX as gameScreenIdentifierList, aY as gameTypeToDisplayName } from '../global-BjtC8RIp.js';
|
|
6
|
-
export { C as CreateUserFormData, f as RedeemRewardInput, R as RedeemRewardMutationResponse, g as RedeemRewardResponse, h as RedeemedReward, b as ResourceByUser, S as SafeUserType, i as StripeSubscription, j as SubscriptionPlanData, c as SubscriptionPlansResponse, k as SubscriptionPricingData, d as SubscriptionStatusData, l as UserActivity, m as UserActivityEvent, e as UserFormData, n as UserType, U as UsersByPromoCode } from '../user-
|
|
6
|
+
export { C as CreateUserFormData, f as RedeemRewardInput, R as RedeemRewardMutationResponse, g as RedeemRewardResponse, h as RedeemedReward, b as ResourceByUser, S as SafeUserType, i as StripeSubscription, j as SubscriptionPlanData, c as SubscriptionPlansResponse, k as SubscriptionPricingData, d as SubscriptionStatusData, l as UserActivity, m as UserActivityEvent, e as UserFormData, n as UserType, U as UsersByPromoCode } from '../user-BWqTgtUy.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-Bnxzi6ff.js';
|
|
10
10
|
import '../images/index.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
|
|
@@ -135,7 +135,7 @@ type ResourceByUser = {
|
|
|
135
135
|
type UsersByPromoCode = {
|
|
136
136
|
avatar: ResourceImageType | null;
|
|
137
137
|
userId: string;
|
|
138
|
-
nickName: string;
|
|
138
|
+
nickName: string | null;
|
|
139
139
|
};
|
|
140
140
|
|
|
141
141
|
export { type CreateUserFormData as C, type Permission as P, type RedeemRewardMutationResponse as R, type SafeUserType as S, type UsersByPromoCode as U, WILDCARD_PERMISSION as W, PERMISSIONS as a, type ResourceByUser as b, type SubscriptionPlansResponse as c, type SubscriptionStatusData as d, type UserFormData as e, type RedeemRewardInput as f, type RedeemRewardResponse as g, type RedeemedReward as h, type StripeSubscription as i, type SubscriptionPlanData as j, type SubscriptionPricingData as k, type UserActivity as l, type UserActivityEvent as m, type UserType as n };
|
|
@@ -135,7 +135,7 @@ type ResourceByUser = {
|
|
|
135
135
|
type UsersByPromoCode = {
|
|
136
136
|
avatar: ResourceImageType | null;
|
|
137
137
|
userId: string;
|
|
138
|
-
nickName: string;
|
|
138
|
+
nickName: string | null;
|
|
139
139
|
};
|
|
140
140
|
|
|
141
141
|
export { type CreateUserFormData as C, type Permission as P, type RedeemRewardMutationResponse as R, type SafeUserType as S, type UsersByPromoCode as U, WILDCARD_PERMISSION as W, PERMISSIONS as a, type ResourceByUser as b, type SubscriptionPlansResponse as c, type SubscriptionStatusData as d, type UserFormData as e, type RedeemRewardInput as f, type RedeemRewardResponse as g, type RedeemedReward as h, type StripeSubscription as i, type SubscriptionPlanData as j, type SubscriptionPricingData as k, type UserActivity as l, type UserActivityEvent as m, type UserType as n };
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a4 as DailyClueGameData, ah as GamePlacementClue, ag as GamePlacement, O as OptionItem, m as EnumPostType, aO as SocialMediaType, aN as ResourceImageType, a5 as DateTimeType, L as LocationType, h as VendorType, g as UnregisteredVendorType, c as EventListItemType } from '../global-CG2xlh2k.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-XmdvhiyX.mjs';
|
|
5
5
|
import 'react-hook-form';
|
|
6
|
-
import '../user-
|
|
6
|
+
import '../user-sSUFZOcq.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
1
|
import { a4 as DailyClueGameData, ah as GamePlacementClue, ag as GamePlacement, O as OptionItem, m as EnumPostType, aO as SocialMediaType, aN as ResourceImageType, a5 as DateTimeType, L as LocationType, h as VendorType, g as UnregisteredVendorType, c as EventListItemType } from '../global-BjtC8RIp.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-Bnxzi6ff.js';
|
|
5
5
|
import 'react-hook-form';
|
|
6
|
-
import '../user-
|
|
6
|
+
import '../user-BWqTgtUy.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[];
|