@timardex/cluemart-shared 1.3.92 → 1.3.94
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-C3okKWie.d.ts → auth-BCSCExHB.d.ts} +1 -1
- package/dist/{auth-ytWSH2a_.d.mts → auth-Dj2jVnJE.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-CATVSBHP.d.ts → global-DhdaUgit.d.ts} +6 -2
- package/dist/{global-vtWGHz0A.d.mts → global-nBtELIbB.d.mts} +6 -2
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +4 -4
- package/dist/graphql/index.d.ts +4 -4
- package/dist/graphql/index.mjs +2 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +2 -2
- 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 +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{post-KKjsD8r6.d.mts → post-6NrMiDXU.d.mts} +1 -1
- package/dist/{post-DxTq9285.d.ts → post-X19bKaRF.d.ts} +1 -1
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-nBtELIbB.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DhdaUgit.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -323,10 +323,14 @@ type Region = {
|
|
|
323
323
|
longitudeDelta: number;
|
|
324
324
|
};
|
|
325
325
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
326
|
+
type EventStatusType = {
|
|
327
|
+
googlePlaceId?: string | null;
|
|
328
|
+
claimed: boolean;
|
|
329
|
+
};
|
|
326
330
|
type MapMultiLocation = {
|
|
327
331
|
claimed: boolean;
|
|
328
332
|
dateTime: DateTimeType | null;
|
|
329
|
-
|
|
333
|
+
eventStatus?: EventStatusType | null;
|
|
330
334
|
location: LocationType | null;
|
|
331
335
|
resourceCover?: ResourceImageType | null;
|
|
332
336
|
resourceId?: string;
|
|
@@ -389,4 +393,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
389
393
|
watch: UseFormWatch<T>;
|
|
390
394
|
}
|
|
391
395
|
|
|
392
|
-
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G,
|
|
396
|
+
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, Subcategory as H, ImageObjectType as I, CreateFormData as J, DateTimeWithPriceType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, PaymentInfoType as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorLocation as W, VendorMenuType as X, VendorAttributes as Y, UnregisteredVendorInvitationType as Z, CreateUnregisteredVendorFormData as _, FormDateField as a, EventType as b, EventInfoType as c, RelationType as d, ResourceConnectionsType as e, VendorInfoType as f, UserLicenceType as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UnregisteredVendorFormData as p, ResourceImageType as q, RelationDate as r, DeviceInfo as s, ResourceContactDetailsType as t, SocialMediaType as u, OwnerType as v, BaseResourceType as w, Region as x, EventStatusType as y, SubcategoryItems as z };
|
|
@@ -323,10 +323,14 @@ type Region = {
|
|
|
323
323
|
longitudeDelta: number;
|
|
324
324
|
};
|
|
325
325
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
326
|
+
type EventStatusType = {
|
|
327
|
+
googlePlaceId?: string | null;
|
|
328
|
+
claimed: boolean;
|
|
329
|
+
};
|
|
326
330
|
type MapMultiLocation = {
|
|
327
331
|
claimed: boolean;
|
|
328
332
|
dateTime: DateTimeType | null;
|
|
329
|
-
|
|
333
|
+
eventStatus?: EventStatusType | null;
|
|
330
334
|
location: LocationType | null;
|
|
331
335
|
resourceCover?: ResourceImageType | null;
|
|
332
336
|
resourceId?: string;
|
|
@@ -389,4 +393,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
389
393
|
watch: UseFormWatch<T>;
|
|
390
394
|
}
|
|
391
395
|
|
|
392
|
-
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G,
|
|
396
|
+
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, Subcategory as H, ImageObjectType as I, CreateFormData as J, DateTimeWithPriceType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, PaymentInfoType as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorLocation as W, VendorMenuType as X, VendorAttributes as Y, UnregisteredVendorInvitationType as Z, CreateUnregisteredVendorFormData as _, FormDateField as a, EventType as b, EventInfoType as c, RelationType as d, ResourceConnectionsType as e, VendorInfoType as f, UserLicenceType as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UnregisteredVendorFormData as p, ResourceImageType as q, RelationDate as r, DeviceInfo as s, ResourceContactDetailsType as t, SocialMediaType as u, OwnerType as v, BaseResourceType as w, Region as x, EventStatusType as y, SubcategoryItems as z };
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -550,10 +550,10 @@ var GET_EVENT = import_client3.gql`
|
|
|
550
550
|
var GET_EVENT_BY_PLACE_ID = import_client3.gql`
|
|
551
551
|
query getEventByPlaceId($googlePlaceId: String!) {
|
|
552
552
|
eventByPlaceId(googlePlaceId: $googlePlaceId) {
|
|
553
|
-
...
|
|
553
|
+
...EventListItemFields
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
${
|
|
556
|
+
${EVENT_LIST_ITEM}
|
|
557
557
|
`;
|
|
558
558
|
var GET_EVENTS_BY_REGION = import_client3.gql`
|
|
559
559
|
query getEventsByRegion($region: String!, $onlyClaimed: Boolean) {
|