@timardex/cluemart-shared 1.3.93 → 1.3.95
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-ytWSH2a_.d.mts → auth-BmpK70hL.d.mts} +1 -1
- package/dist/{auth-C3okKWie.d.ts → auth-CJIGgvus.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-vtWGHz0A.d.mts → global-D8D6TL-I.d.mts} +6 -3
- package/dist/{global-CATVSBHP.d.ts → global-DTSeqbV9.d.ts} +6 -3
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- 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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-KKjsD8r6.d.mts → post-BugPtZBE.d.mts} +1 -1
- package/dist/{post-DxTq9285.d.ts → post-Ch5Wqwm-.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-D8D6TL-I.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-DTSeqbV9.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -323,10 +323,13 @@ type Region = {
|
|
|
323
323
|
longitudeDelta: number;
|
|
324
324
|
};
|
|
325
325
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
326
|
-
type
|
|
326
|
+
type EventStatusType = {
|
|
327
|
+
googlePlaceId?: string | null;
|
|
327
328
|
claimed: boolean;
|
|
329
|
+
};
|
|
330
|
+
type MapMultiLocation = {
|
|
328
331
|
dateTime: DateTimeType | null;
|
|
329
|
-
|
|
332
|
+
eventStatus?: EventStatusType | null;
|
|
330
333
|
location: LocationType | null;
|
|
331
334
|
resourceCover?: ResourceImageType | null;
|
|
332
335
|
resourceId?: string;
|
|
@@ -389,4 +392,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
389
392
|
watch: UseFormWatch<T>;
|
|
390
393
|
}
|
|
391
394
|
|
|
392
|
-
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G,
|
|
395
|
+
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,13 @@ type Region = {
|
|
|
323
323
|
longitudeDelta: number;
|
|
324
324
|
};
|
|
325
325
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
326
|
-
type
|
|
326
|
+
type EventStatusType = {
|
|
327
|
+
googlePlaceId?: string | null;
|
|
327
328
|
claimed: boolean;
|
|
329
|
+
};
|
|
330
|
+
type MapMultiLocation = {
|
|
328
331
|
dateTime: DateTimeType | null;
|
|
329
|
-
|
|
332
|
+
eventStatus?: EventStatusType | null;
|
|
330
333
|
location: LocationType | null;
|
|
331
334
|
resourceCover?: ResourceImageType | null;
|
|
332
335
|
resourceId?: string;
|
|
@@ -389,4 +392,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
389
392
|
watch: UseFormWatch<T>;
|
|
390
393
|
}
|
|
391
394
|
|
|
392
|
-
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G,
|
|
395
|
+
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.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
|
-
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
4
|
+
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-D8D6TL-I.mjs';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-BugPtZBE.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
|
-
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
4
|
+
import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-DTSeqbV9.js';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-Ch5Wqwm-.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -510,8 +510,8 @@ var socialMediaSchema = yup.object({
|
|
|
510
510
|
var globalResourceSchema = yup.object().shape({
|
|
511
511
|
active: yup.boolean().required("Active is required"),
|
|
512
512
|
cover: yup.object({
|
|
513
|
-
source: yup.string().label("Cover").required("Cover is required"),
|
|
514
|
-
title: yup.string().label("Cover Title").required("Cover is required")
|
|
513
|
+
source: yup.string().label("Cover").required("Cover Image is required"),
|
|
514
|
+
title: yup.string().label("Cover Title").required("Cover Title is required")
|
|
515
515
|
}),
|
|
516
516
|
contactDetails: contactDetailsSchema,
|
|
517
517
|
description: yup.string().label("Description").trim().min(3).required("Description is required"),
|