@timardex/cluemart-shared 1.5.558 → 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.
- package/dist/{auth-BiybdWuP.d.ts → auth-CyvuVb6A.d.ts} +1 -1
- package/dist/{auth-Bxz2zKuN.d.mts → auth-Dc_v7JQd.d.mts} +1 -1
- package/dist/{chunk-QDUZ2JQA.mjs → chunk-OPMY6SNO.mjs} +1 -1
- package/dist/chunk-OPMY6SNO.mjs.map +1 -0
- package/dist/{chunk-EQZIARZY.mjs → chunk-UNB5ZQBB.mjs} +3 -3
- package/dist/{chunk-EQZIARZY.mjs.map → chunk-UNB5ZQBB.mjs.map} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-ClbRuePq.d.mts → global-BS-HU5hY.d.mts} +1 -0
- package/dist/{global-CDqmjLH1.d.ts → global-ebMZPk_K.d.ts} +1 -0
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +26 -10
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +18 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +26 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.mjs +26 -10
- package/dist/index.mjs.map +1 -1
- package/dist/{post-B6WEACv2.d.mts → post-CmTbpSZb.d.mts} +3 -3
- package/dist/{post-gCzzuzeR.d.ts → post-DynPdf6v.d.ts} +3 -3
- package/dist/{resourceActivities-DBd_Xxzh.d.ts → resourceActivities-DRJmZ50V.d.ts} +1 -1
- package/dist/{resourceActivities-8Oq0lbxf.d.mts → resourceActivities-EivkjjY5.d.mts} +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-QDUZ2JQA.mjs.map +0 -1
|
@@ -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-
|
|
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-
|
|
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 };
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -3401,14 +3401,14 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
|
|
|
3401
3401
|
`;
|
|
3402
3402
|
var MINI_QUIZ_ANSWER_FIELDS_FRAGMENT = import_client55.gql`
|
|
3403
3403
|
fragment MiniQuizAnswerFields on MiniQuizAnswerType {
|
|
3404
|
-
|
|
3404
|
+
id
|
|
3405
3405
|
answer
|
|
3406
3406
|
correct
|
|
3407
3407
|
}
|
|
3408
3408
|
`;
|
|
3409
3409
|
var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = import_client55.gql`
|
|
3410
3410
|
fragment MiniQuizQuestionFields on MiniQuizQuestionType {
|
|
3411
|
-
|
|
3411
|
+
id
|
|
3412
3412
|
answers {
|
|
3413
3413
|
...MiniQuizAnswerFields
|
|
3414
3414
|
}
|