@timardex/cluemart-shared 1.3.78 → 1.3.79
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-CMRsaJGn.d.ts → auth-BCLdh_GM.d.ts} +1 -1
- package/dist/{auth-kPVsfJlW.d.mts → auth-DF4Jicci.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BJbi-2I6.d.ts → global-DlJIK1_I.d.ts} +1 -1
- package/dist/{global-ZW2_JxF5.d.mts → global-ID4JxI71.d.mts} +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/{post-BsN99WIF.d.mts → post-D3UqQZUw.d.mts} +1 -1
- package/dist/{post-DPNd79g3.d.ts → post-DG3h0khd.d.ts} +1 -1
- package/dist/types/index.d.mts +9 -5
- package/dist/types/index.d.ts +9 -5
- 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-ID4JxI71.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-DlJIK1_I.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -388,4 +388,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
388
388
|
watch: UseFormWatch<T>;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G,
|
|
391
|
+
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, CreateFormData as H, ImageObjectType as I, DateTimeWithPriceType as J, PaymentInfoType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, VendorLocation as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorMenuType as W, VendorAttributes as X, UnregisteredVendorInvitationType as Y, CreateUnregisteredVendorFormData as Z, 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, SubcategoryItems as y, Subcategory as z };
|
|
@@ -388,4 +388,4 @@ interface CreateFormData<T extends FieldValues> {
|
|
|
388
388
|
watch: UseFormWatch<T>;
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G,
|
|
391
|
+
export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, CreateFormData as H, ImageObjectType as I, DateTimeWithPriceType as J, PaymentInfoType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, VendorLocation as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorMenuType as W, VendorAttributes as X, UnregisteredVendorInvitationType as Y, CreateUnregisteredVendorFormData as Z, 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, SubcategoryItems as y, Subcategory 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, P as PartnerType, a as PostType, b as EnumPostType, c 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-ID4JxI71.mjs';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-D3UqQZUw.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, P as PartnerType, a as PostType, b as EnumPostType, c 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-DlJIK1_I.js';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-DG3h0khd.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, B as BaseResourceTypeFormData, p as UnregisteredVendorFormData } from '../global-
|
|
2
|
-
import { d as UserFormData, C as CreateUserFormData, e as PartnerFormData, f as TesterFormData, g as CreateTesterFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-
|
|
3
|
-
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-
|
|
1
|
+
import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, B as BaseResourceTypeFormData, p as UnregisteredVendorFormData } from '../global-ID4JxI71.mjs';
|
|
2
|
+
import { d as UserFormData, C as CreateUserFormData, e as PartnerFormData, f as TesterFormData, g as CreateTesterFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-D3UqQZUw.mjs';
|
|
3
|
+
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-DF4Jicci.mjs';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.mjs';
|
|
6
6
|
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, B as BaseResourceTypeFormData, p as UnregisteredVendorFormData } from '../global-
|
|
2
|
-
import { d as UserFormData, C as CreateUserFormData, e as PartnerFormData, f as TesterFormData, g as CreateTesterFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-
|
|
3
|
-
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-
|
|
1
|
+
import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, B as BaseResourceTypeFormData, p as UnregisteredVendorFormData } from '../global-DlJIK1_I.js';
|
|
2
|
+
import { d as UserFormData, C as CreateUserFormData, e as PartnerFormData, f as TesterFormData, g as CreateTesterFormData, h as AdFormData, i as CreateAdFormData, j as CreatePartnerFormData, k as PostFormData, l as CreatePostFormData, m as AppSettingsFormData, n as CreateAppSettingsFormData } from '../post-DG3h0khd.js';
|
|
3
|
+
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-BCLdh_GM.js';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.js';
|
|
6
6
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1077,6 +1077,10 @@ type GoogleImportedMarket = {
|
|
|
1077
1077
|
rainOrShine: boolean;
|
|
1078
1078
|
rating?: number;
|
|
1079
1079
|
region: string;
|
|
1080
|
+
relations: {
|
|
1081
|
+
relationId: string | null;
|
|
1082
|
+
relationDates: RelationDate[] | null;
|
|
1083
|
+
}[] | null;
|
|
1080
1084
|
restroom?: boolean;
|
|
1081
1085
|
reviewCount?: number;
|
|
1082
1086
|
slug: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1077,6 +1077,10 @@ type GoogleImportedMarket = {
|
|
|
1077
1077
|
rainOrShine: boolean;
|
|
1078
1078
|
rating?: number;
|
|
1079
1079
|
region: string;
|
|
1080
|
+
relations: {
|
|
1081
|
+
relationId: string | null;
|
|
1082
|
+
relationDates: RelationDate[] | null;
|
|
1083
|
+
}[] | null;
|
|
1080
1084
|
restroom?: boolean;
|
|
1081
1085
|
reviewCount?: number;
|
|
1082
1086
|
slug: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumUserRole, EnumSubscriptionStatus, EnumUserLicence, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import { C as Category,
|
|
2
|
+
import { C as Category, H as CreateFormData, A as AssociateType, q as ResourceImageType, g as UserLicenceType, T as TermsAgreement, D as DateTimeType, w as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, u as SocialMediaType } from './global-ID4JxI71.mjs';
|
|
3
3
|
|
|
4
4
|
declare enum OrganizedMarketCount {
|
|
5
5
|
ONE = "One",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumUserRole, EnumSubscriptionStatus, EnumUserLicence, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import { C as Category,
|
|
2
|
+
import { C as Category, H as CreateFormData, A as AssociateType, q as ResourceImageType, g as UserLicenceType, T as TermsAgreement, D as DateTimeType, w as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, u as SocialMediaType } from './global-DlJIK1_I.js';
|
|
3
3
|
|
|
4
4
|
declare enum OrganizedMarketCount {
|
|
5
5
|
ONE = "One",
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EnumResourceType, EnumEventType } from '../enums/index.mjs';
|
|
2
|
-
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-DF4Jicci.mjs';
|
|
3
3
|
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
|
-
import { q as ResourceImageType, D as DateTimeType, L as LocationType } from '../global-
|
|
5
|
-
export { A as AssociateType,
|
|
6
|
-
export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-
|
|
4
|
+
import { q as ResourceImageType, D as DateTimeType, L as LocationType, r as RelationDate } from '../global-ID4JxI71.mjs';
|
|
5
|
+
export { A as AssociateType, w as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, H as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, J as DateTimeWithPriceType, s as DeviceInfo, l as EventFormData, n as EventInfoFormData, c as EventInfoType, E as EventListItemType, b as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, M as MapMultiLocation, N as Nullable, O as OptionItem, v as OwnerType, K as PaymentInfoType, P as PosterUsageType, x as Region, d as RelationType, R as Requirement, e as ResourceConnectionsType, t as ResourceContactDetailsType, u as SocialMediaType, S as StallType, z as Subcategory, y as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, f as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-ID4JxI71.mjs';
|
|
6
|
+
export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-D3UqQZUw.mjs';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
|
9
9
|
interface AdminUpdateResourceType {
|
|
@@ -56,6 +56,10 @@ type GoogleImportedMarket = {
|
|
|
56
56
|
rainOrShine: boolean;
|
|
57
57
|
rating?: number;
|
|
58
58
|
region: string;
|
|
59
|
+
relations: {
|
|
60
|
+
relationId: string | null;
|
|
61
|
+
relationDates: RelationDate[] | null;
|
|
62
|
+
}[] | null;
|
|
59
63
|
restroom?: boolean;
|
|
60
64
|
reviewCount?: number;
|
|
61
65
|
slug: string;
|
|
@@ -63,4 +67,4 @@ type GoogleImportedMarket = {
|
|
|
63
67
|
website?: string;
|
|
64
68
|
};
|
|
65
69
|
|
|
66
|
-
export { type AdminUpdateResourceType, DateTimeType, type GoogleAddressComponent, type GoogleImportedMarket, LocationType, type PosterInputType, ResourceImageType };
|
|
70
|
+
export { type AdminUpdateResourceType, DateTimeType, type GoogleAddressComponent, type GoogleImportedMarket, LocationType, type PosterInputType, RelationDate, ResourceImageType };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { EnumResourceType, EnumEventType } from '../enums/index.js';
|
|
2
|
-
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-BCLdh_GM.js';
|
|
3
3
|
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
|
-
import { q as ResourceImageType, D as DateTimeType, L as LocationType } from '../global-
|
|
5
|
-
export { A as AssociateType,
|
|
6
|
-
export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-
|
|
4
|
+
import { q as ResourceImageType, D as DateTimeType, L as LocationType, r as RelationDate } from '../global-DlJIK1_I.js';
|
|
5
|
+
export { A as AssociateType, w as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, H as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, J as DateTimeWithPriceType, s as DeviceInfo, l as EventFormData, n as EventInfoFormData, c as EventInfoType, E as EventListItemType, b as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, M as MapMultiLocation, N as Nullable, O as OptionItem, v as OwnerType, K as PaymentInfoType, P as PosterUsageType, x as Region, d as RelationType, R as Requirement, e as ResourceConnectionsType, t as ResourceContactDetailsType, u as SocialMediaType, S as StallType, z as Subcategory, y as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, f as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-DlJIK1_I.js';
|
|
6
|
+
export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-DG3h0khd.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
|
9
9
|
interface AdminUpdateResourceType {
|
|
@@ -56,6 +56,10 @@ type GoogleImportedMarket = {
|
|
|
56
56
|
rainOrShine: boolean;
|
|
57
57
|
rating?: number;
|
|
58
58
|
region: string;
|
|
59
|
+
relations: {
|
|
60
|
+
relationId: string | null;
|
|
61
|
+
relationDates: RelationDate[] | null;
|
|
62
|
+
}[] | null;
|
|
59
63
|
restroom?: boolean;
|
|
60
64
|
reviewCount?: number;
|
|
61
65
|
slug: string;
|
|
@@ -63,4 +67,4 @@ type GoogleImportedMarket = {
|
|
|
63
67
|
website?: string;
|
|
64
68
|
};
|
|
65
69
|
|
|
66
|
-
export { type AdminUpdateResourceType, DateTimeType, type GoogleAddressComponent, type GoogleImportedMarket, LocationType, type PosterInputType, ResourceImageType };
|
|
70
|
+
export { type AdminUpdateResourceType, DateTimeType, type GoogleAddressComponent, type GoogleImportedMarket, LocationType, type PosterInputType, RelationDate, ResourceImageType };
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions, EnumUserLicence } from '../enums/index.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { x as Region, O as OptionItem, u as SocialMediaType } from '../global-ID4JxI71.mjs';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions, EnumUserLicence } from '../enums/index.js';
|
|
2
|
-
import {
|
|
2
|
+
import { x as Region, O as OptionItem, u as SocialMediaType } from '../global-DlJIK1_I.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|