@timardex/cluemart-shared 1.0.97 → 1.0.99

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,6 @@
1
1
  import { q as OwnerType } from './global-BliF-Fia.mjs';
2
2
 
3
+ type ParticipantType = Omit<OwnerType, "licences">;
3
4
  interface ChatMessageInput {
4
5
  content: string;
5
6
  senderId: string;
@@ -18,7 +19,7 @@ interface ChatType {
18
19
  createdAt: string;
19
20
  messages: ChatMessageType[];
20
21
  name: string;
21
- participants: OwnerType[];
22
+ participants: ParticipantType[];
22
23
  updatedAt: string;
23
24
  }
24
25
 
@@ -52,4 +53,4 @@ type CreateBulkNotificationInput = {
52
53
  data?: Record<string, unknown>;
53
54
  };
54
55
 
55
- export { type ChatType as C, EnumNotificationType as E, type NotificationType as N, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type CreateBulkNotificationInput as d };
56
+ export { type ChatType as C, EnumNotificationType as E, type NotificationType as N, type ParticipantType as P, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type CreateBulkNotificationInput as d };
@@ -1,5 +1,6 @@
1
1
  import { q as OwnerType } from './global-BKSOBGXQ.js';
2
2
 
3
+ type ParticipantType = Omit<OwnerType, "licences">;
3
4
  interface ChatMessageInput {
4
5
  content: string;
5
6
  senderId: string;
@@ -18,7 +19,7 @@ interface ChatType {
18
19
  createdAt: string;
19
20
  messages: ChatMessageType[];
20
21
  name: string;
21
- participants: OwnerType[];
22
+ participants: ParticipantType[];
22
23
  updatedAt: string;
23
24
  }
24
25
 
@@ -52,4 +53,4 @@ type CreateBulkNotificationInput = {
52
53
  data?: Record<string, unknown>;
53
54
  };
54
55
 
55
- export { type ChatType as C, EnumNotificationType as E, type NotificationType as N, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type CreateBulkNotificationInput as d };
56
+ export { type ChatType as C, EnumNotificationType as E, type NotificationType as N, type ParticipantType as P, type NotificationCount as a, type ChatMessageInput as b, type ChatMessageType as c, type CreateBulkNotificationInput as d };
@@ -1,6 +1,6 @@
1
1
  import { EnumResourceType } from '../enums/index.mjs';
2
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 '../contactUs-CQ9xTjlE.mjs';
3
- export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, d as CreateBulkNotificationInput, E as EnumNotificationType, a as NotificationCount, N as NotificationType } from '../notification-y19Vpm40.mjs';
3
+ export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, d as CreateBulkNotificationInput, E as EnumNotificationType, a as NotificationCount, N as NotificationType, P as ParticipantType } from '../notification-C717ZvTP.mjs';
4
4
  export { r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, h as CreateStallholderFormData, j as CreateStallholderInfoFormData, D as DateTimeType, w as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, t as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, x as MarketWithConnectionDatesType, N as Nullable, O as OptionItem, q as OwnerType, P as PaymentInfoType, s as Region, y as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, o as ResourceImageType, E as SatllholderWithConnectionDatesType, p as SocialMediaType, S as StallType, A as StallholderAttributes, g as StallholderFormData, i as StallholderInfoFormData, f as StallholderInfoType, z as StallholderLocation, e as StallholderType, v as Subcategory, u as SubcategoryItems } from '../global-BliF-Fia.mjs';
5
5
  export { c as CreateTestersFormData, C as CreateUserFormData, T as TesterType, b as TestersFormData, a as UserFormData, U as UserType } from '../user-BxMCacsk.mjs';
6
6
  import 'react-hook-form';
@@ -1,6 +1,6 @@
1
1
  import { EnumResourceType } from '../enums/index.js';
2
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 '../contactUs-CQ9xTjlE.js';
3
- export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, d as CreateBulkNotificationInput, E as EnumNotificationType, a as NotificationCount, N as NotificationType } from '../notification-DMuZy_rf.js';
3
+ export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, d as CreateBulkNotificationInput, E as EnumNotificationType, a as NotificationCount, N as NotificationType, P as ParticipantType } from '../notification-C8o4coJt.js';
4
4
  export { r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, h as CreateStallholderFormData, j as CreateStallholderInfoFormData, D as DateTimeType, w as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, t as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, x as MarketWithConnectionDatesType, N as Nullable, O as OptionItem, q as OwnerType, P as PaymentInfoType, s as Region, y as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, o as ResourceImageType, E as SatllholderWithConnectionDatesType, p as SocialMediaType, S as StallType, A as StallholderAttributes, g as StallholderFormData, i as StallholderInfoFormData, f as StallholderInfoType, z as StallholderLocation, e as StallholderType, v as Subcategory, u as SubcategoryItems } from '../global-BKSOBGXQ.js';
5
5
  export { c as CreateTestersFormData, C as CreateUserFormData, T as TesterType, b as TestersFormData, a as UserFormData, U as UserType } from '../user-9NMUOjRI.js';
6
6
  import 'react-hook-form';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",