@timardex/cluemart-shared 1.3.67 → 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.
- package/dist/{auth-Cp-vzzpW.d.mts → auth-pdudyfxP.d.mts} +1 -1
- package/dist/{auth-BD8pG4QE.d.ts → auth-w594NZnG.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-DjZooB3t.d.mts → global-BT6II8Dq.d.mts} +22 -1
- package/dist/{global-BKEcBQxZ.d.ts → global-Di91-yYC.d.ts} +22 -1
- package/dist/graphql/index.cjs +53 -160
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +7 -41
- package/dist/graphql/index.d.ts +7 -41
- package/dist/graphql/index.mjs +53 -156
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +53 -160
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +26 -38
- package/dist/index.d.ts +26 -38
- package/dist/index.mjs +53 -156
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Bwr2i2Qq.d.ts → post-AmkOYBMx.d.ts} +1 -1
- package/dist/{post-DHDZfAmJ.d.mts → post-D1JWtkFg.d.mts} +1 -1
- package/dist/{googleImportedMarket-D2HOg7O-.d.mts → resourceActivities-CJRTZROh.d.mts} +1 -41
- package/dist/{googleImportedMarket-BuxDo6MX.d.ts → resourceActivities-CVwxvGeC.d.ts} +1 -41
- package/dist/types/index.d.mts +47 -5
- package/dist/types/index.d.ts +47 -5
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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,
|
|
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",
|
|
@@ -90,44 +90,4 @@ type ResourceActivityInputType = {
|
|
|
90
90
|
activity: Omit<ResourceActivityEntry, "timestamp">;
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
type
|
|
94
|
-
longName?: string;
|
|
95
|
-
shortName?: string;
|
|
96
|
-
types?: string[];
|
|
97
|
-
};
|
|
98
|
-
type GoogleImportedMarket = {
|
|
99
|
-
_id: string;
|
|
100
|
-
accessibilityOptions?: Record<string, boolean>;
|
|
101
|
-
address: string;
|
|
102
|
-
addressComponents?: GoogleAddressComponent[];
|
|
103
|
-
allowsDogs?: boolean;
|
|
104
|
-
businessStatus?: string;
|
|
105
|
-
claimed: boolean;
|
|
106
|
-
createdAt: Date;
|
|
107
|
-
goodForChildren?: boolean;
|
|
108
|
-
goodForGroups?: boolean;
|
|
109
|
-
googleMapsUrl?: string;
|
|
110
|
-
googlePlaceId: string;
|
|
111
|
-
image?: string;
|
|
112
|
-
importedAt: Date;
|
|
113
|
-
liveMusic?: boolean;
|
|
114
|
-
location?: {
|
|
115
|
-
lat: number;
|
|
116
|
-
lng: number;
|
|
117
|
-
};
|
|
118
|
-
name: string;
|
|
119
|
-
openingHours?: string[];
|
|
120
|
-
parkingOptions?: Record<string, boolean>;
|
|
121
|
-
paymentOptions?: Record<string, boolean>;
|
|
122
|
-
phone?: string;
|
|
123
|
-
photos?: string[];
|
|
124
|
-
rating?: number;
|
|
125
|
-
region: string;
|
|
126
|
-
restroom?: boolean;
|
|
127
|
-
reviewCount?: number;
|
|
128
|
-
slug: string;
|
|
129
|
-
updatedAt: Date;
|
|
130
|
-
website?: string;
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
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 };
|
|
@@ -90,44 +90,4 @@ type ResourceActivityInputType = {
|
|
|
90
90
|
activity: Omit<ResourceActivityEntry, "timestamp">;
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
type
|
|
94
|
-
longName?: string;
|
|
95
|
-
shortName?: string;
|
|
96
|
-
types?: string[];
|
|
97
|
-
};
|
|
98
|
-
type GoogleImportedMarket = {
|
|
99
|
-
_id: string;
|
|
100
|
-
accessibilityOptions?: Record<string, boolean>;
|
|
101
|
-
address: string;
|
|
102
|
-
addressComponents?: GoogleAddressComponent[];
|
|
103
|
-
allowsDogs?: boolean;
|
|
104
|
-
businessStatus?: string;
|
|
105
|
-
claimed: boolean;
|
|
106
|
-
createdAt: Date;
|
|
107
|
-
goodForChildren?: boolean;
|
|
108
|
-
goodForGroups?: boolean;
|
|
109
|
-
googleMapsUrl?: string;
|
|
110
|
-
googlePlaceId: string;
|
|
111
|
-
image?: string;
|
|
112
|
-
importedAt: Date;
|
|
113
|
-
liveMusic?: boolean;
|
|
114
|
-
location?: {
|
|
115
|
-
lat: number;
|
|
116
|
-
lng: number;
|
|
117
|
-
};
|
|
118
|
-
name: string;
|
|
119
|
-
openingHours?: string[];
|
|
120
|
-
parkingOptions?: Record<string, boolean>;
|
|
121
|
-
paymentOptions?: Record<string, boolean>;
|
|
122
|
-
phone?: string;
|
|
123
|
-
photos?: string[];
|
|
124
|
-
rating?: number;
|
|
125
|
-
region: string;
|
|
126
|
-
restroom?: boolean;
|
|
127
|
-
reviewCount?: number;
|
|
128
|
-
slug: string;
|
|
129
|
-
updatedAt: Date;
|
|
130
|
-
website?: string;
|
|
131
|
-
};
|
|
132
|
-
|
|
133
|
-
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 };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -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-
|
|
3
|
-
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity,
|
|
4
|
-
|
|
5
|
-
export {
|
|
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
|
-
|
|
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 };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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-
|
|
3
|
-
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity,
|
|
4
|
-
|
|
5
|
-
export {
|
|
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
|
-
|
|
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 };
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions, EnumUserLicence } from '../enums/index.mjs';
|
|
2
|
-
import { w as Region, O as OptionItem,
|
|
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";
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions, EnumUserLicence } from '../enums/index.js';
|
|
2
|
-
import { w as Region, O as OptionItem,
|
|
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";
|