@timardex/cluemart-shared 1.4.45 → 1.4.47
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-BcM3l10o.d.mts → auth-B4xQkspX.d.mts} +1 -1
- package/dist/{auth-DpEq-3TO.d.ts → auth-Dn--6hv6.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-BJm9j2jl.d.ts → global-BaQqe4tO.d.ts} +6 -6
- package/dist/{global-vRm-Yvc9.d.mts → global-BaRkbNJY.d.mts} +6 -6
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/{post-BrU-Sz0U.d.ts → post-BNREQyX4.d.ts} +1 -1
- package/dist/{post-CgbeZgR-.d.mts → post-DdO574BP.d.mts} +1 -1
- package/dist/{resourceActivities-CPPRveLB.d.ts → resourceActivities-74LABQJf.d.ts} +1 -1
- package/dist/{resourceActivities-yStAy6qK.d.mts → resourceActivities-sCfrMmT_.d.mts} +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -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 RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-BaRkbNJY.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 RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as RefundPolicy, b as Requirement, S as StallType, C as Category } from '../global-BaQqe4tO.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -126,7 +126,6 @@ type EventInfoType = Omit<EventInfoFormData, "_id"> & {
|
|
|
126
126
|
|
|
127
127
|
type VendorLocation = Omit<ResourceDetails, "dateTime" | "eventStatus"> & {
|
|
128
128
|
dateTime: DateTimeType;
|
|
129
|
-
description?: string | null;
|
|
130
129
|
};
|
|
131
130
|
type VendorMenuType = {
|
|
132
131
|
description: string | null;
|
|
@@ -333,13 +332,14 @@ type Region = {
|
|
|
333
332
|
};
|
|
334
333
|
type ResourceDetails = {
|
|
335
334
|
dateTime: DateTimeType[] | null;
|
|
335
|
+
description: string | null;
|
|
336
336
|
eventStatus?: EventStatusType | null;
|
|
337
337
|
location: LocationType | null;
|
|
338
|
-
resourceCover
|
|
339
|
-
resourceId
|
|
340
|
-
resourceLogo
|
|
341
|
-
resourceName
|
|
342
|
-
resourceType
|
|
338
|
+
resourceCover: ResourceImageType | null;
|
|
339
|
+
resourceId: string;
|
|
340
|
+
resourceLogo: ResourceImageType | null;
|
|
341
|
+
resourceName: string;
|
|
342
|
+
resourceType: EnumResourceType;
|
|
343
343
|
};
|
|
344
344
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
345
345
|
type EventStatusType = {
|
|
@@ -126,7 +126,6 @@ type EventInfoType = Omit<EventInfoFormData, "_id"> & {
|
|
|
126
126
|
|
|
127
127
|
type VendorLocation = Omit<ResourceDetails, "dateTime" | "eventStatus"> & {
|
|
128
128
|
dateTime: DateTimeType;
|
|
129
|
-
description?: string | null;
|
|
130
129
|
};
|
|
131
130
|
type VendorMenuType = {
|
|
132
131
|
description: string | null;
|
|
@@ -333,13 +332,14 @@ type Region = {
|
|
|
333
332
|
};
|
|
334
333
|
type ResourceDetails = {
|
|
335
334
|
dateTime: DateTimeType[] | null;
|
|
335
|
+
description: string | null;
|
|
336
336
|
eventStatus?: EventStatusType | null;
|
|
337
337
|
location: LocationType | null;
|
|
338
|
-
resourceCover
|
|
339
|
-
resourceId
|
|
340
|
-
resourceLogo
|
|
341
|
-
resourceName
|
|
342
|
-
resourceType
|
|
338
|
+
resourceCover: ResourceImageType | null;
|
|
339
|
+
resourceId: string;
|
|
340
|
+
resourceLogo: ResourceImageType | null;
|
|
341
|
+
resourceName: string;
|
|
342
|
+
resourceType: EnumResourceType;
|
|
343
343
|
};
|
|
344
344
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
345
345
|
type EventStatusType = {
|
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
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
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-
|
|
5
|
-
import { U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
3
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-sCfrMmT_.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-BaRkbNJY.mjs';
|
|
5
|
+
import { U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-DdO574BP.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
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
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-
|
|
5
|
-
import { U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-
|
|
3
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-74LABQJf.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-BaQqe4tO.js';
|
|
5
|
+
import { U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-BNREQyX4.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, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-
|
|
2
|
-
import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m 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, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-BaRkbNJY.mjs';
|
|
2
|
+
import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData } from '../post-DdO574BP.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-B4xQkspX.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, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-
|
|
2
|
-
import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m 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, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-BaQqe4tO.js';
|
|
2
|
+
import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData } from '../post-BNREQyX4.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-Dn--6hv6.js';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.js';
|
|
6
6
|
|
package/dist/index.d.mts
CHANGED
|
@@ -333,7 +333,6 @@ type EventInfoType = Omit<EventInfoFormData, "_id"> & {
|
|
|
333
333
|
|
|
334
334
|
type VendorLocation = Omit<ResourceDetails, "dateTime" | "eventStatus"> & {
|
|
335
335
|
dateTime: DateTimeType;
|
|
336
|
-
description?: string | null;
|
|
337
336
|
};
|
|
338
337
|
type VendorMenuType = {
|
|
339
338
|
description: string | null;
|
|
@@ -540,13 +539,14 @@ type Region = {
|
|
|
540
539
|
};
|
|
541
540
|
type ResourceDetails = {
|
|
542
541
|
dateTime: DateTimeType[] | null;
|
|
542
|
+
description: string | null;
|
|
543
543
|
eventStatus?: EventStatusType | null;
|
|
544
544
|
location: LocationType | null;
|
|
545
|
-
resourceCover
|
|
546
|
-
resourceId
|
|
547
|
-
resourceLogo
|
|
548
|
-
resourceName
|
|
549
|
-
resourceType
|
|
545
|
+
resourceCover: ResourceImageType | null;
|
|
546
|
+
resourceId: string;
|
|
547
|
+
resourceLogo: ResourceImageType | null;
|
|
548
|
+
resourceName: string;
|
|
549
|
+
resourceType: EnumResourceType;
|
|
550
550
|
};
|
|
551
551
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
552
552
|
type EventStatusType = {
|
package/dist/index.d.ts
CHANGED
|
@@ -333,7 +333,6 @@ type EventInfoType = Omit<EventInfoFormData, "_id"> & {
|
|
|
333
333
|
|
|
334
334
|
type VendorLocation = Omit<ResourceDetails, "dateTime" | "eventStatus"> & {
|
|
335
335
|
dateTime: DateTimeType;
|
|
336
|
-
description?: string | null;
|
|
337
336
|
};
|
|
338
337
|
type VendorMenuType = {
|
|
339
338
|
description: string | null;
|
|
@@ -540,13 +539,14 @@ type Region = {
|
|
|
540
539
|
};
|
|
541
540
|
type ResourceDetails = {
|
|
542
541
|
dateTime: DateTimeType[] | null;
|
|
542
|
+
description: string | null;
|
|
543
543
|
eventStatus?: EventStatusType | null;
|
|
544
544
|
location: LocationType | null;
|
|
545
|
-
resourceCover
|
|
546
|
-
resourceId
|
|
547
|
-
resourceLogo
|
|
548
|
-
resourceName
|
|
549
|
-
resourceType
|
|
545
|
+
resourceCover: ResourceImageType | null;
|
|
546
|
+
resourceId: string;
|
|
547
|
+
resourceLogo: ResourceImageType | null;
|
|
548
|
+
resourceName: string;
|
|
549
|
+
resourceType: EnumResourceType;
|
|
550
550
|
};
|
|
551
551
|
type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
|
|
552
552
|
type EventStatusType = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumUserLicence, EnumSubscriptionStatus, EnumOSPlatform, EnumUserRole, EnumPartnerType, EnumResourceType } from './enums/index.js';
|
|
2
|
-
import { A as AssociateType, r as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, u as CreateFormData, t as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, T as SocialMediaType } from './global-
|
|
2
|
+
import { A as AssociateType, r as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, u as CreateFormData, t as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, T as SocialMediaType } from './global-BaQqe4tO.js';
|
|
3
3
|
|
|
4
4
|
type UserFormData = {
|
|
5
5
|
_id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumUserLicence, EnumSubscriptionStatus, EnumOSPlatform, EnumUserRole, EnumPartnerType, EnumResourceType } from './enums/index.mjs';
|
|
2
|
-
import { A as AssociateType, r as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, u as CreateFormData, t as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, T as SocialMediaType } from './global-
|
|
2
|
+
import { A as AssociateType, r as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, u as CreateFormData, t as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, T as SocialMediaType } from './global-BaRkbNJY.mjs';
|
|
3
3
|
|
|
4
4
|
type UserFormData = {
|
|
5
5
|
_id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumChatType, EnumChatReportReason, EnumNotificationType, EnumNotificationResourceType, EnumResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.js';
|
|
2
|
-
import { z as LocationGeoType } from './global-
|
|
2
|
+
import { z as LocationGeoType } from './global-BaQqe4tO.js';
|
|
3
3
|
|
|
4
4
|
type ParticipantType = {
|
|
5
5
|
active: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumChatType, EnumChatReportReason, EnumNotificationType, EnumNotificationResourceType, EnumResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.mjs';
|
|
2
|
-
import { z as LocationGeoType } from './global-
|
|
2
|
+
import { z as LocationGeoType } from './global-BaRkbNJY.mjs';
|
|
3
3
|
|
|
4
4
|
type ParticipantType = {
|
|
5
5
|
active: boolean;
|
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, E as EnumVerificationType, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-
|
|
3
|
-
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { r as ResourceImageType, D as DateTimeType, L as LocationType, s as RelationDate } from '../global-
|
|
5
|
-
export { A as AssociateType, t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, u as CreateFormData, v as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, w as DateTimeWithPriceType, x as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, c as EventListItemType, y as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, z as LocationGeoType, N as Nullable, O as OptionItem, H as OwnerType, P as PaymentInfoType, J as PosterUsageType, R as RefundPolicy, K as Region, e as RelationType, b as Requirement, f as ResourceConnectionsType, M as ResourceContactDetailsType, Q as ResourceDetails, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, $ as VendorLocation, a0 as VendorMenuType, V as VendorType } from '../global-
|
|
6
|
-
export { g as AdFormData, A as AdType, l as AppSettingsFormData, d as AppSettingsType, h as CreateAdFormData, m as CreateAppSettingsFormData, i as CreatePartnerFormData, k as CreatePostFormData, C as CreateUserFormData, n as EnumAdShowOn, E as EnumAdStatus, o as EnumAdStyle, p as EnumAdType, q as EnumPostContentType, c as EnumPostType, f as PartnerFormData, P as PartnerType, r as PostContentData, s as PostContentFormData, t as PostContentImage, u as PostContentList, v as PostContentTextarea, w as PostContentType, x as PostContentVideo, y as PostFileInput, j as PostFormData, b as PostType, z as StripeSubscription, B as SubscriptionPlanData, S as SubscriptionPlansResponse, D as SubscriptionPricingData, a as SubscriptionStatusData, F as UserActivity, G as UserActivityEvent, e as UserFormData, U as UserType } from '../post-
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, E as EnumVerificationType, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-B4xQkspX.mjs';
|
|
3
|
+
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-sCfrMmT_.mjs';
|
|
4
|
+
import { r as ResourceImageType, D as DateTimeType, L as LocationType, s as RelationDate } from '../global-BaRkbNJY.mjs';
|
|
5
|
+
export { A as AssociateType, t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, u as CreateFormData, v as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, w as DateTimeWithPriceType, x as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, c as EventListItemType, y as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, z as LocationGeoType, N as Nullable, O as OptionItem, H as OwnerType, P as PaymentInfoType, J as PosterUsageType, R as RefundPolicy, K as Region, e as RelationType, b as Requirement, f as ResourceConnectionsType, M as ResourceContactDetailsType, Q as ResourceDetails, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, $ as VendorLocation, a0 as VendorMenuType, V as VendorType } from '../global-BaRkbNJY.mjs';
|
|
6
|
+
export { g as AdFormData, A as AdType, l as AppSettingsFormData, d as AppSettingsType, h as CreateAdFormData, m as CreateAppSettingsFormData, i as CreatePartnerFormData, k as CreatePostFormData, C as CreateUserFormData, n as EnumAdShowOn, E as EnumAdStatus, o as EnumAdStyle, p as EnumAdType, q as EnumPostContentType, c as EnumPostType, f as PartnerFormData, P as PartnerType, r as PostContentData, s as PostContentFormData, t as PostContentImage, u as PostContentList, v as PostContentTextarea, w as PostContentType, x as PostContentVideo, y as PostFileInput, j as PostFormData, b as PostType, z as StripeSubscription, B as SubscriptionPlanData, S as SubscriptionPlansResponse, D as SubscriptionPricingData, a as SubscriptionStatusData, F as UserActivity, G as UserActivityEvent, e as UserFormData, U as UserType } from '../post-DdO574BP.mjs';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
|
9
9
|
interface AdminUpdateResourceType {
|
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, E as EnumVerificationType, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-
|
|
3
|
-
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
import { r as ResourceImageType, D as DateTimeType, L as LocationType, s as RelationDate } from '../global-
|
|
5
|
-
export { A as AssociateType, t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, u as CreateFormData, v as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, w as DateTimeWithPriceType, x as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, c as EventListItemType, y as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, z as LocationGeoType, N as Nullable, O as OptionItem, H as OwnerType, P as PaymentInfoType, J as PosterUsageType, R as RefundPolicy, K as Region, e as RelationType, b as Requirement, f as ResourceConnectionsType, M as ResourceContactDetailsType, Q as ResourceDetails, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, $ as VendorLocation, a0 as VendorMenuType, V as VendorType } from '../global-
|
|
6
|
-
export { g as AdFormData, A as AdType, l as AppSettingsFormData, d as AppSettingsType, h as CreateAdFormData, m as CreateAppSettingsFormData, i as CreatePartnerFormData, k as CreatePostFormData, C as CreateUserFormData, n as EnumAdShowOn, E as EnumAdStatus, o as EnumAdStyle, p as EnumAdType, q as EnumPostContentType, c as EnumPostType, f as PartnerFormData, P as PartnerType, r as PostContentData, s as PostContentFormData, t as PostContentImage, u as PostContentList, v as PostContentTextarea, w as PostContentType, x as PostContentVideo, y as PostFileInput, j as PostFormData, b as PostType, z as StripeSubscription, B as SubscriptionPlanData, S as SubscriptionPlansResponse, D as SubscriptionPricingData, a as SubscriptionStatusData, F as UserActivity, G as UserActivityEvent, e as UserFormData, U as UserType } from '../post-
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, E as EnumVerificationType, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-Dn--6hv6.js';
|
|
3
|
+
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-74LABQJf.js';
|
|
4
|
+
import { r as ResourceImageType, D as DateTimeType, L as LocationType, s as RelationDate } from '../global-BaQqe4tO.js';
|
|
5
|
+
export { A as AssociateType, t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, u as CreateFormData, v as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, w as DateTimeWithPriceType, x as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, c as EventListItemType, y as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, z as LocationGeoType, N as Nullable, O as OptionItem, H as OwnerType, P as PaymentInfoType, J as PosterUsageType, R as RefundPolicy, K as Region, e as RelationType, b as Requirement, f as ResourceConnectionsType, M as ResourceContactDetailsType, Q as ResourceDetails, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, $ as VendorLocation, a0 as VendorMenuType, V as VendorType } from '../global-BaQqe4tO.js';
|
|
6
|
+
export { g as AdFormData, A as AdType, l as AppSettingsFormData, d as AppSettingsType, h as CreateAdFormData, m as CreateAppSettingsFormData, i as CreatePartnerFormData, k as CreatePostFormData, C as CreateUserFormData, n as EnumAdShowOn, E as EnumAdStatus, o as EnumAdStyle, p as EnumAdType, q as EnumPostContentType, c as EnumPostType, f as PartnerFormData, P as PartnerType, r as PostContentData, s as PostContentFormData, t as PostContentImage, u as PostContentList, v as PostContentTextarea, w as PostContentType, x as PostContentVideo, y as PostFileInput, j as PostFormData, b as PostType, z as StripeSubscription, B as SubscriptionPlanData, S as SubscriptionPlansResponse, D as SubscriptionPricingData, a as SubscriptionStatusData, F as UserActivity, G as UserActivityEvent, e as UserFormData, U as UserType } from '../post-BNREQyX4.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
|
9
9
|
interface AdminUpdateResourceType {
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumRegions, EnumUserLicence, EnumInviteStatus } from '../enums/index.mjs';
|
|
2
|
-
import { O as OptionItem, T as SocialMediaType } from '../global-
|
|
2
|
+
import { O as OptionItem, T as SocialMediaType } from '../global-BaRkbNJY.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 { EnumRegions, EnumUserLicence, EnumInviteStatus } from '../enums/index.js';
|
|
2
|
-
import { O as OptionItem, T as SocialMediaType } from '../global-
|
|
2
|
+
import { O as OptionItem, T as SocialMediaType } from '../global-BaQqe4tO.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|