@timardex/cluemart-shared 1.5.559 → 1.5.560

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.
Files changed (34) hide show
  1. package/dist/{auth-BiybdWuP.d.ts → auth-CyvuVb6A.d.ts} +1 -1
  2. package/dist/{auth-Bxz2zKuN.d.mts → auth-Dc_v7JQd.d.mts} +1 -1
  3. package/dist/{chunk-QDUZ2JQA.mjs → chunk-OPMY6SNO.mjs} +1 -1
  4. package/dist/chunk-OPMY6SNO.mjs.map +1 -0
  5. package/dist/formFields/index.d.mts +1 -1
  6. package/dist/formFields/index.d.ts +1 -1
  7. package/dist/{global-ClbRuePq.d.mts → global-BS-HU5hY.d.mts} +1 -0
  8. package/dist/{global-CDqmjLH1.d.ts → global-ebMZPk_K.d.ts} +1 -0
  9. package/dist/graphql/index.d.mts +3 -3
  10. package/dist/graphql/index.d.ts +3 -3
  11. package/dist/hooks/index.cjs +24 -8
  12. package/dist/hooks/index.cjs.map +1 -1
  13. package/dist/hooks/index.d.mts +3 -3
  14. package/dist/hooks/index.d.ts +3 -3
  15. package/dist/hooks/index.mjs +17 -1
  16. package/dist/hooks/index.mjs.map +1 -1
  17. package/dist/index.cjs +24 -8
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.mts +1 -0
  20. package/dist/index.d.ts +1 -0
  21. package/dist/index.mjs +24 -8
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/{post-Bt2_nLqh.d.mts → post-CmTbpSZb.d.mts} +1 -1
  24. package/dist/{post-BUpCIA1c.d.ts → post-DynPdf6v.d.ts} +1 -1
  25. package/dist/{resourceActivities-DBd_Xxzh.d.ts → resourceActivities-DRJmZ50V.d.ts} +1 -1
  26. package/dist/{resourceActivities-8Oq0lbxf.d.mts → resourceActivities-EivkjjY5.d.mts} +1 -1
  27. package/dist/types/index.cjs.map +1 -1
  28. package/dist/types/index.d.mts +5 -5
  29. package/dist/types/index.d.ts +5 -5
  30. package/dist/types/index.mjs +1 -1
  31. package/dist/utils/index.d.mts +1 -1
  32. package/dist/utils/index.d.ts +1 -1
  33. package/package.json +1 -1
  34. package/dist/chunk-QDUZ2JQA.mjs.map +0 -1
@@ -1,4 +1,4 @@
1
- import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-CDqmjLH1.js';
1
+ import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-ebMZPk_K.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-ClbRuePq.mjs';
1
+ import { s as CreateFormData, J as PromoCodeType, _ as TermsAgreement } from './global-BS-HU5hY.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
3
3
 
4
4
  type ContactUsFormData = {
@@ -93,4 +93,4 @@ export {
93
93
  EnumGameType,
94
94
  gameTypeToDisplayName
95
95
  };
96
- //# sourceMappingURL=chunk-QDUZ2JQA.mjs.map
96
+ //# sourceMappingURL=chunk-OPMY6SNO.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/types/auth.ts","../src/types/global.ts","../src/types/ad.ts","../src/types/resourceActivities.ts","../src/types/post.ts","../src/types/game/index.ts","../src/types/game/global.ts"],"sourcesContent":["import {\n CreateFormData,\n EnumOSPlatform,\n PromoCodeType,\n TermsAgreement,\n} from \"src\";\n\nexport enum EnumVerificationType {\n REGISTER = \"register\",\n RESET_PASSWORD = \"resetPassword\",\n}\n\nexport type LoginFormData = {\n email: string;\n isAdminPage?: boolean;\n password: string;\n platform?: EnumOSPlatform;\n};\n\nexport type CreateLoginFormData = CreateFormData<LoginFormData>;\n\nexport type RegisterFormData = {\n email: string;\n firstName: string;\n lastName: string;\n password: string;\n platform?: EnumOSPlatform;\n preferredRegion: string;\n promoCode?: PromoCodeType | null;\n termsAgreement?: TermsAgreement | null;\n};\n\nexport type CreateRegisterFormData = CreateFormData<RegisterFormData>;\n\nexport type RequestPasswordResetFormData = {\n email: string;\n};\n\nexport type CreateRequestPasswordResetFormData =\n CreateFormData<RequestPasswordResetFormData>;\n\nexport type ResetPasswordFormData = {\n confirmPassword: string;\n email: string;\n password: string;\n};\n\nexport type CreateResetPasswordFormData = CreateFormData<ResetPasswordFormData>;\n\nexport type ValidateVerificationTokenFormData = {\n email: string;\n verificationToken: string;\n verificationType?: EnumVerificationType;\n};\n\nexport type CreateValidateVerificationTokenFormData =\n CreateFormData<ValidateVerificationTokenFormData>;\n","import {\n Control,\n FieldValues,\n FormState,\n UseFormHandleSubmit,\n UseFormReset,\n UseFormSetValue,\n UseFormWatch,\n} from \"react-hook-form\";\n\nimport {\n EnumEventDateStatus,\n EnumEventType,\n EnumResourceType,\n EnumSocialMedia,\n EnumUserLicence,\n} from \"../enums\";\n\nimport { EventListItemType } from \"./event\";\nimport { VendorType } from \"./vendor\";\n\nexport const PROMO_CODE_PREFIX = \"CM-\";\n\nexport type PromoCodeType = `${typeof PROMO_CODE_PREFIX}${string}`;\n\nexport type Nullable<T> = {\n [K in keyof T]: T[K] | null | undefined;\n};\n\nexport type DeviceInfo = {\n appBuildNumber: string;\n appId: string;\n appVersion: string;\n brand: string;\n deviceName: string;\n installationId: string;\n manufacturer: string;\n modelName: string;\n osName: string;\n osVersion: string;\n timestamp: string;\n};\n\nexport type TermsAgreement = DeviceInfo & {\n termVersion: string;\n};\n\nexport type ResourceContactDetailsType = {\n email?: string | null;\n landlinePhone?: string | null;\n mobilePhone?: string | null;\n};\n\nexport type ResourceImageType = {\n active?: boolean | null;\n source: string;\n title: string;\n};\n\nexport type SocialMediaType = {\n name?: EnumSocialMedia;\n link?: string;\n};\n\nexport type UserLicenceType = {\n expiryDate: Date;\n issuedDate: Date;\n licenceType: EnumUserLicence;\n prevLicenceType?: EnumUserLicence | null;\n};\n\nexport type AssociateType = {\n email: string;\n resourceId: string;\n resourceType: EnumResourceType;\n licence: UserLicenceType;\n};\n\nexport type OwnerType = {\n email: string;\n userId: string;\n};\n\nexport interface BaseResourceTypeFormData {\n _id?: string;\n active: boolean;\n associates: AssociateType[] | null;\n contactDetails: ResourceContactDetailsType | null;\n cover: ResourceImageType;\n coverUpload?: ResourceImageType | null;\n description: string;\n images?: ResourceImageType[] | null;\n imagesUpload?: ResourceImageType[] | null;\n logo?: ResourceImageType | null;\n logoUpload?: ResourceImageType | null;\n name: string;\n owner?: OwnerType | null;\n promoCodes?: PromoCodeType[] | null;\n region: string;\n socialMedia: SocialMediaType[] | null;\n termsAgreement?: TermsAgreement | null;\n}\n\nexport type PosterUsageType = {\n month: string;\n count: number;\n};\n\nexport type BaseResourceType = Omit<\n BaseResourceTypeFormData,\n \"_id\" | \"coverUpload\" | \"imagesUpload\" | \"logoUpload\"\n> & {\n _id: string;\n adIds?: string[] | null;\n createdAt: Date;\n deletedAt: Date | null;\n posterUsage?: PosterUsageType | null;\n rating?: number | null;\n reviewCount?: number | null;\n updatedAt: Date | null;\n};\n\nexport type LocationGeoType = {\n coordinates: number[]; // [longitude, latitude]\n type: \"Point\"; // Mongoose GeoJSON type\n};\n\nexport type LocationType = {\n city: string;\n country: string;\n fullAddress: string;\n geo: LocationGeoType;\n latitude: number;\n longitude: number;\n region: string;\n};\n\nexport type DateTimeType = {\n dateStatus: EnumEventDateStatus;\n endDate: string;\n endTime: string;\n startDate: string;\n startTime: string;\n};\n\nexport type Region = {\n latitude: number;\n latitudeDelta: number;\n longitude: number;\n longitudeDelta: number;\n};\n\nexport type ResourceDetails = {\n dateTime: DateTimeType[] | null;\n description: string | null;\n eventStatus?: EventStatusType | null;\n location: LocationType | null;\n resourceCover: ResourceImageType | null;\n resourceId: string;\n resourceLogo: ResourceImageType | null;\n resourceName: string;\n resourceType: EnumResourceType;\n};\n\nexport type GeocodeLocation = Pick<LocationType, \"latitude\" | \"longitude\">;\n\nexport type EventStatusType = {\n claimed: boolean;\n eventType: EnumEventType;\n googlePlaceId?: string | null;\n};\n\nexport interface FormField {\n disabled?: boolean;\n helperText?: string;\n isTextArea?: boolean;\n keyboardType?:\n | \"default\"\n | \"email-address\"\n | \"number-pad\"\n | \"url\"\n | \"decimal-pad\"\n | \"phone-pad\";\n name: string;\n placeholder: string;\n required?: boolean;\n secureTextEntry?: boolean;\n}\n\nexport interface FormDateField {\n dateMode: \"date\" | \"time\";\n helperText?: string;\n name: \"endDate\" | \"endTime\" | \"startDate\" | \"startTime\";\n placeholder: string;\n}\n\nexport interface SubcategoryItems {\n id: string;\n name: string;\n description?: string | null;\n}\n\nexport interface Subcategory {\n id: string;\n name: string;\n items?: SubcategoryItems[] | null;\n}\n\nexport interface Category {\n color?: string | null;\n description?: string | null;\n id: string;\n name: string;\n subcategories: Subcategory[];\n}\n\nexport type OptionItem = {\n value: string;\n label: string;\n};\n\nexport type ImageObjectType = {\n uri: string;\n type: string;\n name: string;\n};\n\nexport interface ResourceConnectionsType {\n events: EventListItemType[] | null;\n vendors: VendorType[] | null;\n}\n\nexport interface CreateFormData<T extends FieldValues> {\n control: Control<T, any>;\n fields: T;\n formState: FormState<T>;\n handleSubmit: UseFormHandleSubmit<T, any>;\n reset: UseFormReset<T>;\n setValue: UseFormSetValue<T>;\n watch: UseFormWatch<T>;\n getValues: () => T;\n}\n","import { EnumResourceType } from \"src/enums\";\n\nimport { CreateFormData, SocialMediaType } from \"./global\";\n\nexport enum EnumAdShowOn {\n EVENTS_PAGE = \"Events_page\",\n FRONT_PAGE = \"Front_page\",\n PARTNERS_PAGE = \"Partners_page\",\n VENDORS_PAGE = \"Vendors_page\",\n}\n\nexport enum EnumAdStatus {\n ACTIVE = \"Active\",\n PAUSED = \"Paused\",\n EXPIRED = \"Expired\",\n}\n\nexport enum EnumAdType {\n SPONSORED = \"Sponsored\",\n FREE = \"Free\",\n}\n\nexport enum EnumAdStyle {\n BLOOM = \"Bloom\",\n RISE = \"Rise\",\n}\n\nexport type AdResource = {\n adDescription: string | null;\n adImage: string | null;\n adStyle: EnumAdStyle | null;\n adTitle: string | null;\n adType: EnumAdType | null;\n resourceId: string | null;\n resourceName: string | null;\n resourceRegion: string | null;\n resourceType: EnumResourceType | null;\n};\n\nexport interface AdFormData {\n active: boolean;\n end: Date; // ISO date string\n resource: AdResource;\n showOn: EnumAdShowOn[];\n start?: Date; // ISO date string\n status: EnumAdStatus;\n targetRegion: string[];\n}\n\nexport type CreateAdFormData = CreateFormData<AdFormData>;\n\nexport interface AdType extends AdFormData {\n _id: string;\n clicks?: number; // How many times the ad was clicked\n createdAt: Date;\n impressions?: number; // How often the ad was seen\n start: Date; // ISO date string\n updatedAt: Date | null;\n}\n","import {\n EnumEventDateStatus,\n EnumOSPlatform,\n EnumResourceType,\n} from \"src/enums\";\n\nimport { LocationGeoType } from \"./global\";\n\nexport enum EnumActivity {\n FAVORITE = \"FAVORITE\",\n GOING = \"GOING\",\n INTERESTED = \"INTERESTED\",\n PRESENT = \"PRESENT\",\n VIEW = \"VIEW\",\n}\n\nexport type ResourceActivityEntry = {\n activityType: EnumActivity;\n location: LocationGeoType | null;\n dateStatus?: EnumEventDateStatus | null;\n startDate?: string | null;\n startTime?: string | null;\n timestamp: Date;\n userAgent: EnumOSPlatform;\n userId?: string | null;\n};\n\nexport type ResourceActivityType = {\n _id: string;\n resourceType: EnumResourceType;\n resourceId: string;\n activity: ResourceActivityEntry[];\n};\n\nexport type ResourceActivityInputType = {\n resourceId: string;\n resourceType: EnumResourceType;\n activity: Omit<ResourceActivityEntry, \"timestamp\">;\n};\n","import { EnumResourceType } from \"src/enums\";\n\nimport { BaseGameType } from \"./game\";\nimport { CreateFormData, ResourceImageType } from \"./global\";\n\nexport enum EnumPostType {\n DAILY_MEETS = \"daily_meets\",\n DAILY_TIPS = \"daily_tips\",\n DAILY_GAMES = \"daily_games\",\n}\n\nexport enum EnumPostContentType {\n GAME = \"game\",\n IMAGE = \"image\",\n LIST = \"list\",\n TEXTAREA = \"textarea\",\n VIDEO = \"video\",\n}\n\nexport type PostFileInput = {\n source: File;\n title?: string;\n};\n\nexport type PostContentTextarea = {\n textarea: {\n title?: string;\n data: string;\n };\n};\n\nexport type PostContentImage = {\n images: ResourceImageType[] | null;\n imagesUpload?: PostFileInput[] | null;\n};\n\nexport type PostContentVideo = {\n video: {\n source: string;\n title?: string;\n };\n};\n\nexport type PostContentList = {\n list: {\n title?: string;\n items: {\n text: string;\n }[];\n };\n};\n\nexport type PostContentGame = {\n game: BaseGameType;\n};\n\nexport type PostContentData =\n | PostContentGame\n | PostContentTextarea\n | PostContentImage\n | PostContentVideo\n | PostContentList;\n\nexport type PostContentFormData = {\n contentData?: PostContentData | null;\n contentOrder?: number | null;\n contentType?: EnumPostContentType | null;\n};\n\nexport interface PostFormData {\n active: boolean;\n caption: string;\n content: PostContentFormData[];\n cover?: ResourceImageType | null;\n coverUpload?: PostFileInput | null;\n postType: EnumPostType;\n resource?: {\n resourceId: string;\n resourceType: EnumResourceType;\n resourceRegion: string;\n } | null;\n tags?: string[] | null;\n title: string;\n}\n\nexport type CreatePostFormData = CreateFormData<PostFormData>;\n\nexport type PostContentType = Omit<PostContentFormData, \"contentData\"> & {\n contentData: Omit<PostContentData, \"imagesUpload\">;\n};\n\nexport type PostType = Omit<PostFormData, \"content\" | \"coverUpload\"> & {\n _id: string;\n content: PostContentType[];\n createdAt: Date;\n deletedAt: Date | null;\n updatedAt: Date | null;\n};\n","import { OwnerType } from \"../global\";\n\nimport { DailyClueBaseGame, DailyClueGameData } from \"./dailyClue\";\nimport { EnumGameType, GameDate } from \"./global\";\nimport { MiniQuizBaseGame, MiniQuizGameData } from \"./miniQuiz\";\n\nexport type BaseGameMap = {\n [EnumGameType.DAILY_CLUE]: DailyClueBaseGame;\n [EnumGameType.MINI_QUIZ]: MiniQuizBaseGame;\n};\n\nexport type BaseGameType = {\n gameType: EnumGameType;\n} & {\n [K in keyof BaseGameMap]?: BaseGameMap[K] | null;\n};\n\nexport enum EnumGameStatus {\n GAME_COMPLETED = \"GAME_COMPLETED\",\n GAME_IN_PROGRESS = \"GAME_IN_PROGRESS\",\n GAME_LEFT = \"GAME_LEFT\",\n GAME_STARTED = \"GAME_STARTED\",\n}\n\nexport type GameHistory = {\n createdAt: Date;\n gameDate: GameDate;\n gameStatus: EnumGameStatus;\n gameType: EnumGameType;\n pointsEarned: number;\n};\n\ntype GameDataMap = {\n [EnumGameType.DAILY_CLUE]: DailyClueGameData;\n [EnumGameType.MINI_QUIZ]: MiniQuizGameData;\n};\ntype GameDataType = {\n [K in keyof GameDataMap]?: GameDataMap[K] | null;\n};\n\nexport type GameType = {\n _id: string;\n active: boolean;\n createdAt: Date;\n gameData: GameDataType;\n gameHistory: GameHistory[] | null;\n gameType: EnumGameType;\n updatedAt: Date | null;\n};\n\nexport type GameDocType = {\n _id: string;\n active: boolean;\n createdAt: Date;\n deletedAt: Date | null;\n games: GameType[] | null;\n owner: OwnerType;\n points: number;\n updatedAt: Date | null;\n};\n\nexport type GameLeaderboard = {\n gameHistory: GameHistory[] | null;\n overallPoints: number;\n owner: OwnerType;\n};\n","export enum EnumGameType {\n DAILY_CLUE = \"dailyClue\",\n MINI_QUIZ = \"miniQuiz\",\n}\n\nexport type GameDate = {\n startDate: Date;\n endDate: Date;\n};\n\nexport const gameTypeToDisplayName: Record<EnumGameType, string> = {\n [EnumGameType.DAILY_CLUE]: \"Daily Clue\",\n [EnumGameType.MINI_QUIZ]: \"Mini Quiz\",\n};\n\nexport type GlobalGameData = {\n points: number;\n // User has found the clue 3 days in a row, this is incrementing if the user finds the clue and decrements if user misses a day\n streak: number;\n};\n"],"mappings":";AAOO,IAAK,uBAAL,kBAAKA,0BAAL;AACL,EAAAA,sBAAA,cAAW;AACX,EAAAA,sBAAA,oBAAiB;AAFP,SAAAA;AAAA,GAAA;;;ACcL,IAAM,oBAAoB;;;ACjB1B,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,iBAAc;AACd,EAAAA,cAAA,gBAAa;AACb,EAAAA,cAAA,mBAAgB;AAChB,EAAAA,cAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;AAOL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,YAAS;AACT,EAAAA,cAAA,YAAS;AACT,EAAAA,cAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAML,IAAK,aAAL,kBAAKC,gBAAL;AACL,EAAAA,YAAA,eAAY;AACZ,EAAAA,YAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAKL,IAAK,cAAL,kBAAKC,iBAAL;AACL,EAAAA,aAAA,WAAQ;AACR,EAAAA,aAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;;;ACdL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,cAAW;AACX,EAAAA,cAAA,WAAQ;AACR,EAAAA,cAAA,gBAAa;AACb,EAAAA,cAAA,aAAU;AACV,EAAAA,cAAA,UAAO;AALG,SAAAA;AAAA,GAAA;;;ACHL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,iBAAc;AACd,EAAAA,cAAA,gBAAa;AACb,EAAAA,cAAA,iBAAc;AAHJ,SAAAA;AAAA,GAAA;AAML,IAAK,sBAAL,kBAAKC,yBAAL;AACL,EAAAA,qBAAA,UAAO;AACP,EAAAA,qBAAA,WAAQ;AACR,EAAAA,qBAAA,UAAO;AACP,EAAAA,qBAAA,cAAW;AACX,EAAAA,qBAAA,WAAQ;AALE,SAAAA;AAAA,GAAA;;;ACML,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,oBAAiB;AACjB,EAAAA,gBAAA,sBAAmB;AACnB,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;;;ACjBL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,gBAAa;AACb,EAAAA,cAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAUL,IAAM,wBAAsD;AAAA,EACjE,CAAC,4BAAuB,GAAG;AAAA,EAC3B,CAAC,0BAAsB,GAAG;AAC5B;","names":["EnumVerificationType","EnumAdShowOn","EnumAdStatus","EnumAdType","EnumAdStyle","EnumActivity","EnumPostType","EnumPostContentType","EnumGameStatus","EnumGameType"]}
@@ -1,4 +1,4 @@
1
- import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-ClbRuePq.mjs';
1
+ import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-BS-HU5hY.mjs';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-CDqmjLH1.js';
1
+ import { O as OptionItem, F as FormField, a as FormDateField, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-ebMZPk_K.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -381,6 +381,7 @@ interface CreateFormData<T extends FieldValues> {
381
381
  reset: UseFormReset<T>;
382
382
  setValue: UseFormSetValue<T>;
383
383
  watch: UseFormWatch<T>;
384
+ getValues: () => T;
384
385
  }
385
386
 
386
387
  export { type UnregisteredVendorInvitationType as $, type AssociateType as A, type BaseResourceTypeFormData as B, type Category as C, type DateTimeType as D, type EventType as E, type FormField as F, type GeocodeLocation as G, type PosterUsageType as H, type ImageObjectType as I, type PromoCodeType as J, type Region as K, type LocationType as L, type RelationDate as M, type Nullable as N, type OptionItem as O, PROMO_CODE_PREFIX as P, type ResourceContactDetailsType as Q, type RefundPolicy as R, type StallType as S, type ResourceDetails as T, type UnregisteredVendorType as U, type VendorType as V, type ResourceImageType as W, type SocialMediaType as X, type Subcategory as Y, type SubcategoryItems as Z, type TermsAgreement as _, type FormDateField as a, type VendorAttributes as a0, type VendorCalendarData as a1, type VendorProductList as a2, type Requirement as b, type EventListItemType as c, type EventInfoType as d, type RelationType as e, type ResourceConnectionsType as f, type VendorInfoType as g, type UserLicenceType as h, type VendorFormData as i, type CreateVendorFormData as j, type VendorInfoFormData as k, type CreateVendorInfoFormData as l, type EventFormData as m, type CreateEventFormData as n, type EventInfoFormData as o, type CreateEventInfoFormData as p, type UnregisteredVendorFormData as q, type BaseResourceType as r, type CreateFormData as s, type CreateUnregisteredVendorFormData as t, type DateTimeWithPriceType as u, type DeviceInfo as v, type EventStatusType as w, type LocationGeoType as x, type OwnerType as y, type PaymentInfoType as z };
@@ -381,6 +381,7 @@ interface CreateFormData<T extends FieldValues> {
381
381
  reset: UseFormReset<T>;
382
382
  setValue: UseFormSetValue<T>;
383
383
  watch: UseFormWatch<T>;
384
+ getValues: () => T;
384
385
  }
385
386
 
386
387
  export { type UnregisteredVendorInvitationType as $, type AssociateType as A, type BaseResourceTypeFormData as B, type Category as C, type DateTimeType as D, type EventType as E, type FormField as F, type GeocodeLocation as G, type PosterUsageType as H, type ImageObjectType as I, type PromoCodeType as J, type Region as K, type LocationType as L, type RelationDate as M, type Nullable as N, type OptionItem as O, PROMO_CODE_PREFIX as P, type ResourceContactDetailsType as Q, type RefundPolicy as R, type StallType as S, type ResourceDetails as T, type UnregisteredVendorType as U, type VendorType as V, type ResourceImageType as W, type SocialMediaType as X, type Subcategory as Y, type SubcategoryItems as Z, type TermsAgreement as _, type FormDateField as a, type VendorAttributes as a0, type VendorCalendarData as a1, type VendorProductList as a2, type Requirement as b, type EventListItemType as c, type EventInfoType as d, type RelationType as e, type ResourceConnectionsType as f, type VendorInfoType as g, type UserLicenceType as h, type VendorFormData as i, type CreateVendorFormData as j, type VendorInfoFormData as k, type CreateVendorInfoFormData as l, type EventFormData as m, type CreateEventFormData as n, type EventInfoFormData as o, type CreateEventInfoFormData as p, type UnregisteredVendorFormData as q, type BaseResourceType as r, type CreateFormData as s, type CreateUnregisteredVendorFormData as t, type DateTimeWithPriceType as u, type DeviceInfo as v, type EventStatusType as w, type LocationGeoType as x, type OwnerType as y, type PaymentInfoType as z };
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.mjs';
3
- import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-8Oq0lbxf.mjs';
4
- import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-ClbRuePq.mjs';
5
- import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-Bt2_nLqh.mjs';
3
+ import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-EivkjjY5.mjs';
4
+ import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-BS-HU5hY.mjs';
5
+ import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-CmTbpSZb.mjs';
6
6
  import 'react-hook-form';
7
7
  import '../images/index.mjs';
8
8
  import '../dailyClue-BnlktK68.mjs';
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.js';
3
- import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-DBd_Xxzh.js';
4
- import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-CDqmjLH1.js';
5
- import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-BUpCIA1c.js';
3
+ import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-DRJmZ50V.js';
4
+ import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-ebMZPk_K.js';
5
+ import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-DynPdf6v.js';
6
6
  import 'react-hook-form';
7
7
  import '../images/index.js';
8
8
  import '../dailyClue-BnlktK68.js';
@@ -900,15 +900,15 @@ var EnumAdStatus = /* @__PURE__ */ ((EnumAdStatus2) => {
900
900
  EnumAdStatus2["EXPIRED"] = "Expired";
901
901
  return EnumAdStatus2;
902
902
  })(EnumAdStatus || {});
903
- var EnumAdType = /* @__PURE__ */ ((EnumAdType3) => {
904
- EnumAdType3["SPONSORED"] = "Sponsored";
905
- EnumAdType3["FREE"] = "Free";
906
- return EnumAdType3;
903
+ var EnumAdType = /* @__PURE__ */ ((EnumAdType2) => {
904
+ EnumAdType2["SPONSORED"] = "Sponsored";
905
+ EnumAdType2["FREE"] = "Free";
906
+ return EnumAdType2;
907
907
  })(EnumAdType || {});
908
- var EnumAdStyle = /* @__PURE__ */ ((EnumAdStyle3) => {
909
- EnumAdStyle3["BLOOM"] = "Bloom";
910
- EnumAdStyle3["RISE"] = "Rise";
911
- return EnumAdStyle3;
908
+ var EnumAdStyle = /* @__PURE__ */ ((EnumAdStyle2) => {
909
+ EnumAdStyle2["BLOOM"] = "Bloom";
910
+ EnumAdStyle2["RISE"] = "Rise";
911
+ return EnumAdStyle2;
912
912
  })(EnumAdStyle || {});
913
913
 
914
914
  // src/yupSchema/ad.ts
@@ -4995,6 +4995,7 @@ function useVendorForm(data) {
4995
4995
  vendorType
4996
4996
  },
4997
4997
  formState,
4998
+ getValues,
4998
4999
  handleSubmit,
4999
5000
  reset,
5000
5001
  setValue,
@@ -5058,6 +5059,7 @@ function useVendorInfoForm(data) {
5058
5059
  vendorId
5059
5060
  },
5060
5061
  formState,
5062
+ getValues,
5061
5063
  handleSubmit,
5062
5064
  reset,
5063
5065
  setValue,
@@ -5159,6 +5161,7 @@ function useEventForm(data) {
5159
5161
  termsAgreement
5160
5162
  },
5161
5163
  formState,
5164
+ getValues,
5162
5165
  handleSubmit,
5163
5166
  reset,
5164
5167
  setValue,
@@ -5225,6 +5228,7 @@ function useEventInfoForm(data) {
5225
5228
  requirements
5226
5229
  },
5227
5230
  formState,
5231
+ getValues,
5228
5232
  handleSubmit,
5229
5233
  reset,
5230
5234
  setValue,
@@ -5313,6 +5317,7 @@ function useUserForm(data) {
5313
5317
  termsAgreement
5314
5318
  },
5315
5319
  formState,
5320
+ getValues,
5316
5321
  handleSubmit,
5317
5322
  reset,
5318
5323
  setValue,
@@ -5348,6 +5353,7 @@ function useLoginForm() {
5348
5353
  password
5349
5354
  },
5350
5355
  formState,
5356
+ getValues,
5351
5357
  handleSubmit,
5352
5358
  reset,
5353
5359
  setValue,
@@ -5401,6 +5407,7 @@ function useRegisterForm() {
5401
5407
  termsAgreement
5402
5408
  },
5403
5409
  formState,
5410
+ getValues,
5404
5411
  handleSubmit,
5405
5412
  reset,
5406
5413
  setValue,
@@ -5434,6 +5441,7 @@ function useRequestPasswordResetForm() {
5434
5441
  email
5435
5442
  },
5436
5443
  formState,
5444
+ getValues,
5437
5445
  handleSubmit,
5438
5446
  reset,
5439
5447
  setValue,
@@ -5469,6 +5477,7 @@ function useValidateVerificationTokenForm() {
5469
5477
  verificationToken
5470
5478
  },
5471
5479
  formState,
5480
+ getValues,
5472
5481
  handleSubmit,
5473
5482
  reset,
5474
5483
  setValue,
@@ -5506,6 +5515,7 @@ function useResetPasswordForm() {
5506
5515
  password
5507
5516
  },
5508
5517
  formState,
5518
+ getValues,
5509
5519
  handleSubmit,
5510
5520
  reset,
5511
5521
  setValue,
@@ -5569,6 +5579,7 @@ function useContactUsForm(data) {
5569
5579
  message
5570
5580
  },
5571
5581
  formState,
5582
+ getValues,
5572
5583
  handleSubmit,
5573
5584
  reset,
5574
5585
  setValue,
@@ -5645,6 +5656,7 @@ function useAdForm(data) {
5645
5656
  targetRegion
5646
5657
  },
5647
5658
  formState,
5659
+ getValues,
5648
5660
  handleSubmit,
5649
5661
  reset,
5650
5662
  setValue,
@@ -5728,6 +5740,7 @@ function usePartnerForm(data) {
5728
5740
  termsAgreement
5729
5741
  },
5730
5742
  formState,
5743
+ getValues,
5731
5744
  handleSubmit,
5732
5745
  reset,
5733
5746
  setValue,
@@ -5805,6 +5818,7 @@ function usePostForm(data) {
5805
5818
  title
5806
5819
  },
5807
5820
  formState,
5821
+ getValues,
5808
5822
  handleSubmit,
5809
5823
  reset,
5810
5824
  setValue,
@@ -5851,6 +5865,7 @@ function useAppSettingsForm(data) {
5851
5865
  isOfflineMode
5852
5866
  },
5853
5867
  formState,
5868
+ getValues,
5854
5869
  handleSubmit,
5855
5870
  reset,
5856
5871
  setValue,
@@ -5953,6 +5968,7 @@ function useSchoolForm(data) {
5953
5968
  termsAgreement
5954
5969
  },
5955
5970
  formState,
5971
+ getValues,
5956
5972
  handleSubmit,
5957
5973
  reset,
5958
5974
  setValue,