@timardex/cluemart-shared 1.3.68 → 1.3.69

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.
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumUserRole, EnumSubscriptionStatus, EnumUserLicence, EnumPartnerType } from './enums/index.js';
2
- import { C as Category, z as CreateFormData, A as AssociateType, r as ResourceImageType, g as UserLicenceType, T as TermsAgreement, v as DateTimeType, u as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, s as SocialMediaType } from './global-BKEcBQxZ.js';
2
+ import { C as Category, z as CreateFormData, A as AssociateType, s as ResourceImageType, g as UserLicenceType, T as TermsAgreement, D as DateTimeType, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-Di91-yYC.js';
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.mjs';
2
- import { C as Category, z as CreateFormData, A as AssociateType, r as ResourceImageType, g as UserLicenceType, T as TermsAgreement, v as DateTimeType, u as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, s as SocialMediaType } from './global-DjZooB3t.mjs';
2
+ import { C as Category, z as CreateFormData, A as AssociateType, s as ResourceImageType, g as UserLicenceType, T as TermsAgreement, D as DateTimeType, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-BT6II8Dq.mjs';
3
3
 
4
4
  declare enum OrganizedMarketCount {
5
5
  ONE = "One",
@@ -1,5 +1,4 @@
1
1
  import { EnumChatType, EnumNotificationType, EnumNotificationResourceType, EnumResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.mjs';
2
- import { v as DateTimeType } from './global-DjZooB3t.mjs';
3
2
 
4
3
  type ParticipantType = {
5
4
  active: boolean;
@@ -91,45 +90,4 @@ type ResourceActivityInputType = {
91
90
  activity: Omit<ResourceActivityEntry, "timestamp">;
92
91
  };
93
92
 
94
- type GoogleAddressComponent = {
95
- longName?: string;
96
- shortName?: string;
97
- types?: string[];
98
- };
99
- type GoogleImportedMarket = {
100
- _id: string;
101
- accessibilityOptions?: Record<string, boolean>;
102
- address: string;
103
- addressComponents?: GoogleAddressComponent[];
104
- allowsDogs?: boolean;
105
- businessStatus?: string;
106
- claimed: boolean;
107
- createdAt: Date;
108
- dateTime: DateTimeType[];
109
- goodForChildren?: boolean;
110
- goodForGroups?: boolean;
111
- googleMapsUrl?: string;
112
- googlePlaceId: string;
113
- image?: string;
114
- importedAt: Date;
115
- liveMusic?: boolean;
116
- location?: {
117
- lat: number;
118
- lng: number;
119
- };
120
- name: string;
121
- openingHours?: string[];
122
- parkingOptions?: Record<string, boolean>;
123
- paymentOptions?: Record<string, boolean>;
124
- phone?: string;
125
- photos?: string[];
126
- rating?: number;
127
- region: string;
128
- restroom?: boolean;
129
- reviewCount?: number;
130
- slug: string;
131
- updatedAt: Date;
132
- website?: string;
133
- };
134
-
135
- export { type ChatType as C, EnumActivity as E, type GoogleImportedMarket as G, type NotificationType as N, type ParticipantType as P, type ResourceActivityType as R, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type NotificationDataType as d, type CreateBulkNotificationInput as e, type ResourceActivityEntry as f, type ResourceActivityInputType as g, type GoogleAddressComponent as h };
93
+ export { type ChatType as C, EnumActivity as E, type NotificationType as N, type ParticipantType as P, type ResourceActivityType as R, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type NotificationDataType as d, type CreateBulkNotificationInput as e, type ResourceActivityEntry as f, type ResourceActivityInputType as g };
@@ -1,5 +1,4 @@
1
1
  import { EnumChatType, EnumNotificationType, EnumNotificationResourceType, EnumResourceType, EnumEventDateStatus, EnumOSPlatform } from './enums/index.js';
2
- import { v as DateTimeType } from './global-BKEcBQxZ.js';
3
2
 
4
3
  type ParticipantType = {
5
4
  active: boolean;
@@ -91,45 +90,4 @@ type ResourceActivityInputType = {
91
90
  activity: Omit<ResourceActivityEntry, "timestamp">;
92
91
  };
93
92
 
94
- type GoogleAddressComponent = {
95
- longName?: string;
96
- shortName?: string;
97
- types?: string[];
98
- };
99
- type GoogleImportedMarket = {
100
- _id: string;
101
- accessibilityOptions?: Record<string, boolean>;
102
- address: string;
103
- addressComponents?: GoogleAddressComponent[];
104
- allowsDogs?: boolean;
105
- businessStatus?: string;
106
- claimed: boolean;
107
- createdAt: Date;
108
- dateTime: DateTimeType[];
109
- goodForChildren?: boolean;
110
- goodForGroups?: boolean;
111
- googleMapsUrl?: string;
112
- googlePlaceId: string;
113
- image?: string;
114
- importedAt: Date;
115
- liveMusic?: boolean;
116
- location?: {
117
- lat: number;
118
- lng: number;
119
- };
120
- name: string;
121
- openingHours?: string[];
122
- parkingOptions?: Record<string, boolean>;
123
- paymentOptions?: Record<string, boolean>;
124
- phone?: string;
125
- photos?: string[];
126
- rating?: number;
127
- region: string;
128
- restroom?: boolean;
129
- reviewCount?: number;
130
- slug: string;
131
- updatedAt: Date;
132
- website?: string;
133
- };
134
-
135
- export { type ChatType as C, EnumActivity as E, type GoogleImportedMarket as G, type NotificationType as N, type ParticipantType as P, type ResourceActivityType as R, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type NotificationDataType as d, type CreateBulkNotificationInput as e, type ResourceActivityEntry as f, type ResourceActivityInputType as g, type GoogleAddressComponent as h };
93
+ export { type ChatType as C, EnumActivity as E, type NotificationType as N, type ParticipantType as P, type ResourceActivityType as R, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type NotificationDataType as d, type CreateBulkNotificationInput as e, type ResourceActivityEntry as f, type ResourceActivityInputType as g };
@@ -1,8 +1,9 @@
1
1
  import { EnumResourceType } 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-Cp-vzzpW.mjs';
3
- export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, h as GoogleAddressComponent, G as GoogleImportedMarket, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../googleImportedMarket-6kBUp2yE.mjs';
4
- export { A as AssociateType, u as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, v as DateTimeType, H as DateTimeWithPriceType, D as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, t as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, q as ResourceContactDetailsType, r as ResourceImageType, s as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-DjZooB3t.mjs';
5
- 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-DHDZfAmJ.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-pdudyfxP.mjs';
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 { D as DateTimeType } from '../global-BT6II8Dq.mjs';
5
+ export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, _ as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, H as DateTimeWithPriceType, q as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, K as EventListItemType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, u as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, Q as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceContactDetailsType, s as ResourceImageType, t as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType, Y as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, W as VendorLocation, X as VendorMenuType, V as VendorType } from '../global-BT6II8Dq.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-D1JWtkFg.mjs';
6
7
  import 'react-hook-form';
7
8
 
8
9
  interface AdminUpdateResourceType {
@@ -18,4 +19,45 @@ interface PosterInputType {
18
19
  resourceType: EnumResourceType;
19
20
  }
20
21
 
21
- export type { AdminUpdateResourceType, PosterInputType };
22
+ type GoogleAddressComponent = {
23
+ longName?: string;
24
+ shortName?: string;
25
+ types?: string[];
26
+ };
27
+ type GoogleImportedMarket = {
28
+ _id: string;
29
+ accessibilityOptions?: Record<string, boolean>;
30
+ address: string;
31
+ addressComponents?: GoogleAddressComponent[];
32
+ allowsDogs?: boolean;
33
+ businessStatus?: string;
34
+ claimed: boolean;
35
+ createdAt: Date;
36
+ dateTime: DateTimeType[];
37
+ goodForChildren?: boolean;
38
+ goodForGroups?: boolean;
39
+ googleMapsUrl?: string;
40
+ googlePlaceId: string;
41
+ image?: string;
42
+ importedAt: Date;
43
+ liveMusic?: boolean;
44
+ location?: {
45
+ lat: number;
46
+ lng: number;
47
+ };
48
+ name: string;
49
+ openingHours?: string[];
50
+ parkingOptions?: Record<string, boolean>;
51
+ paymentOptions?: Record<string, boolean>;
52
+ phone?: string;
53
+ photos?: string[];
54
+ rating?: number;
55
+ region: string;
56
+ restroom?: boolean;
57
+ reviewCount?: number;
58
+ slug: string;
59
+ updatedAt: Date;
60
+ website?: string;
61
+ };
62
+
63
+ export { type AdminUpdateResourceType, DateTimeType, type GoogleAddressComponent, type GoogleImportedMarket, type PosterInputType };
@@ -1,8 +1,9 @@
1
1
  import { EnumResourceType } 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-BD8pG4QE.js';
3
- export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, h as GoogleAddressComponent, G as GoogleImportedMarket, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../googleImportedMarket-Ckdoji3C.js';
4
- export { A as AssociateType, u as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, v as DateTimeType, H as DateTimeWithPriceType, D as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, t as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, q as ResourceContactDetailsType, r as ResourceImageType, s as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-BKEcBQxZ.js';
5
- 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-Bwr2i2Qq.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-w594NZnG.js';
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 { D as DateTimeType } from '../global-Di91-yYC.js';
5
+ export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, _ as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, H as DateTimeWithPriceType, q as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, K as EventListItemType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, u as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, Q as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceContactDetailsType, s as ResourceImageType, t as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType, Y as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, W as VendorLocation, X as VendorMenuType, V as VendorType } from '../global-Di91-yYC.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-AmkOYBMx.js';
6
7
  import 'react-hook-form';
7
8
 
8
9
  interface AdminUpdateResourceType {
@@ -18,4 +19,45 @@ interface PosterInputType {
18
19
  resourceType: EnumResourceType;
19
20
  }
20
21
 
21
- export type { AdminUpdateResourceType, PosterInputType };
22
+ type GoogleAddressComponent = {
23
+ longName?: string;
24
+ shortName?: string;
25
+ types?: string[];
26
+ };
27
+ type GoogleImportedMarket = {
28
+ _id: string;
29
+ accessibilityOptions?: Record<string, boolean>;
30
+ address: string;
31
+ addressComponents?: GoogleAddressComponent[];
32
+ allowsDogs?: boolean;
33
+ businessStatus?: string;
34
+ claimed: boolean;
35
+ createdAt: Date;
36
+ dateTime: DateTimeType[];
37
+ goodForChildren?: boolean;
38
+ goodForGroups?: boolean;
39
+ googleMapsUrl?: string;
40
+ googlePlaceId: string;
41
+ image?: string;
42
+ importedAt: Date;
43
+ liveMusic?: boolean;
44
+ location?: {
45
+ lat: number;
46
+ lng: number;
47
+ };
48
+ name: string;
49
+ openingHours?: string[];
50
+ parkingOptions?: Record<string, boolean>;
51
+ paymentOptions?: Record<string, boolean>;
52
+ phone?: string;
53
+ photos?: string[];
54
+ rating?: number;
55
+ region: string;
56
+ restroom?: boolean;
57
+ reviewCount?: number;
58
+ slug: string;
59
+ updatedAt: Date;
60
+ website?: string;
61
+ };
62
+
63
+ export { type AdminUpdateResourceType, DateTimeType, type GoogleAddressComponent, type GoogleImportedMarket, type PosterInputType };
@@ -1,5 +1,5 @@
1
1
  import { EnumInviteStatus, EnumRegions, EnumUserLicence } from '../enums/index.mjs';
2
- import { w as Region, O as OptionItem, s as SocialMediaType } from '../global-DjZooB3t.mjs';
2
+ import { w as Region, O as OptionItem, t as SocialMediaType } from '../global-BT6II8Dq.mjs';
3
3
  import 'react-hook-form';
4
4
 
5
5
  declare const dateFormat = "DD-MM-YYYY";
@@ -1,5 +1,5 @@
1
1
  import { EnumInviteStatus, EnumRegions, EnumUserLicence } from '../enums/index.js';
2
- import { w as Region, O as OptionItem, s as SocialMediaType } from '../global-BKEcBQxZ.js';
2
+ import { w as Region, O as OptionItem, t as SocialMediaType } from '../global-Di91-yYC.js';
3
3
  import 'react-hook-form';
4
4
 
5
5
  declare const dateFormat = "DD-MM-YYYY";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.3.68",
3
+ "version": "1.3.69",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",