@timardex/cluemart-shared 1.2.76 → 1.2.78
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/{ad-gZ1qDsbZ.d.mts → ad-B2DZTqvl.d.mts} +1 -1
- package/dist/{ad-xdJwfxlP.d.ts → ad-CRekjTqi.d.ts} +1 -1
- package/dist/{auth-3LaB7wSd.d.mts → auth-C2qAxKh7.d.mts} +1 -1
- package/dist/{auth-CUYS6mTa.d.ts → auth-XwGREC8l.d.ts} +1 -1
- package/dist/formFields/index.cjs +2 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-C36I4j_Z.d.ts → global-Bqh5PfHP.d.ts} +4 -3
- package/dist/{global-Cc11i_-I.d.mts → global-DuXWULau.d.mts} +4 -3
- package/dist/graphql/index.cjs +2 -8
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +2 -8
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +5 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +5 -4
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +9 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +6 -10
- package/dist/index.d.ts +6 -10
- package/dist/index.mjs +9 -14
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-DB-fx51l.d.mts → resourceActivities-CJRTZROh.d.mts} +2 -7
- package/dist/{resourceActivities-Ezt7CDPH.d.ts → resourceActivities-CVwxvGeC.d.ts} +2 -7
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -21,18 +21,13 @@ interface ChatMessageType {
|
|
|
21
21
|
interface ChatType {
|
|
22
22
|
_id: string;
|
|
23
23
|
active: boolean;
|
|
24
|
-
chatType: EnumChatType;
|
|
25
24
|
chatName: string;
|
|
25
|
+
chatType: EnumChatType;
|
|
26
26
|
createdAt: Date;
|
|
27
|
+
deletedAt: Date | null;
|
|
27
28
|
messages: ChatMessageType[];
|
|
28
29
|
participants: ParticipantType[];
|
|
29
|
-
resourceInfo: {
|
|
30
|
-
eventId: string | null;
|
|
31
|
-
partnerId: string | null;
|
|
32
|
-
vendorId: string | null;
|
|
33
|
-
} | null;
|
|
34
30
|
updatedAt: Date | null;
|
|
35
|
-
deletedAt: Date | null;
|
|
36
31
|
}
|
|
37
32
|
|
|
38
33
|
interface NotificationDataType {
|
|
@@ -21,18 +21,13 @@ interface ChatMessageType {
|
|
|
21
21
|
interface ChatType {
|
|
22
22
|
_id: string;
|
|
23
23
|
active: boolean;
|
|
24
|
-
chatType: EnumChatType;
|
|
25
24
|
chatName: string;
|
|
25
|
+
chatType: EnumChatType;
|
|
26
26
|
createdAt: Date;
|
|
27
|
+
deletedAt: Date | null;
|
|
27
28
|
messages: ChatMessageType[];
|
|
28
29
|
participants: ParticipantType[];
|
|
29
|
-
resourceInfo: {
|
|
30
|
-
eventId: string | null;
|
|
31
|
-
partnerId: string | null;
|
|
32
|
-
vendorId: string | null;
|
|
33
|
-
} | null;
|
|
34
30
|
updatedAt: Date | null;
|
|
35
|
-
deletedAt: Date | null;
|
|
36
31
|
}
|
|
37
32
|
|
|
38
33
|
interface NotificationDataType {
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, H as CreateFormData, q as CreateUserFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, w as DateTimeType, J 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, u as OwnerType, K as PaymentInfoType, P as PosterUsageType, x 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, _ as StripeSubscription, z as Subcategory, y as SubcategoryItems, g as SubscriptionStatusData, T as TermsAgreement, $ as UserActivity, Z as UserActivityEvent, p as UserFormData, U as UserLicenceType, f as UserType, Y as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, W as VendorLocation, X as VendorMenuType, V as VendorType } from '../global-
|
|
5
|
-
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-
|
|
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-C2qAxKh7.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
|
+
export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, H as CreateFormData, q as CreateUserFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, w as DateTimeType, J 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, u as OwnerType, K as PaymentInfoType, P as PosterUsageType, x 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, _ as StripeSubscription, z as Subcategory, y as SubcategoryItems, g as SubscriptionStatusData, T as TermsAgreement, $ as UserActivity, Z as UserActivityEvent, p as UserFormData, U as UserLicenceType, f as UserType, Y as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, W as VendorLocation, X as VendorMenuType, V as VendorType } from '../global-DuXWULau.mjs';
|
|
5
|
+
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-B2DZTqvl.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-
|
|
4
|
-
export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, H as CreateFormData, q as CreateUserFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, w as DateTimeType, J 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, u as OwnerType, K as PaymentInfoType, P as PosterUsageType, x 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, _ as StripeSubscription, z as Subcategory, y as SubcategoryItems, g as SubscriptionStatusData, T as TermsAgreement, $ as UserActivity, Z as UserActivityEvent, p as UserFormData, U as UserLicenceType, f as UserType, Y as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, W as VendorLocation, X as VendorMenuType, V as VendorType } from '../global-
|
|
5
|
-
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-
|
|
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-XwGREC8l.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
|
+
export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, H as CreateFormData, q as CreateUserFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, w as DateTimeType, J 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, u as OwnerType, K as PaymentInfoType, P as PosterUsageType, x 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, _ as StripeSubscription, z as Subcategory, y as SubcategoryItems, g as SubscriptionStatusData, T as TermsAgreement, $ as UserActivity, Z as UserActivityEvent, p as UserFormData, U as UserLicenceType, f as UserType, Y as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, W as VendorLocation, X as VendorMenuType, V as VendorType } from '../global-Bqh5PfHP.js';
|
|
5
|
+
export { c as AdFormData, A as AdType, d as CreateAdFormData, e as CreatePartnerFormData, C as CreateTesterFormData, f as EnumAdShowOn, E as EnumAdStatus, h as EnumAdStyle, g as EnumAdType, a as PartnerFormData, P as PartnerType, b as TesterFormData, T as TesterType } from '../ad-CRekjTqi.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|
package/dist/utils/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumInviteStatus, EnumRegions } from '../enums/index.mjs';
|
|
2
|
-
import { x as Region, O as OptionItem } from '../global-
|
|
2
|
+
import { x as Region, O as OptionItem } from '../global-DuXWULau.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 } from '../enums/index.js';
|
|
2
|
-
import { x as Region, O as OptionItem } from '../global-
|
|
2
|
+
import { x as Region, O as OptionItem } from '../global-Bqh5PfHP.js';
|
|
3
3
|
import 'react-hook-form';
|
|
4
4
|
|
|
5
5
|
declare const dateFormat = "DD-MM-YYYY";
|