@timardex/cluemart-shared 1.2.77 → 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.
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
2
- import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-Cc11i_-I.mjs';
2
+ import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-DuXWULau.mjs';
3
3
 
4
4
  interface TesterFormData {
5
5
  approved: boolean;
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.js';
2
- import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-C36I4j_Z.js';
2
+ import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-Bqh5PfHP.js';
3
3
 
4
4
  interface TesterFormData {
5
5
  approved: boolean;
@@ -1,4 +1,4 @@
1
- import { H as CreateFormData, T as TermsAgreement } from './global-Cc11i_-I.mjs';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-DuXWULau.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { H as CreateFormData, T as TermsAgreement } from './global-C36I4j_Z.js';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-Bqh5PfHP.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-Cc11i_-I.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DuXWULau.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 Requirement, S as StallType, C as Category } from '../global-C36I4j_Z.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-Bqh5PfHP.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -16,14 +16,15 @@ interface RelationType {
16
16
  _id?: string;
17
17
  active: boolean;
18
18
  apiMessage?: string;
19
+ chatId: string | null;
19
20
  createdAt?: string;
20
21
  deletedAt?: string | null;
21
- lastUpdateBy: EnumResourceType;
22
22
  eventId: string;
23
+ lastUpdateBy: EnumResourceType;
23
24
  relationDates: RelationDate[];
24
25
  relationType: EnumRelationResource;
25
- vendorId: string;
26
26
  updatedAt?: string;
27
+ vendorId: string;
27
28
  }
28
29
 
29
30
  type StallType = {
@@ -151,6 +152,7 @@ interface UserType {
151
152
  active: boolean;
152
153
  associates?: AssociateType[] | null;
153
154
  avatar: ResourceImageType | null;
155
+ chatIds: string[] | null;
154
156
  createdAt: Date;
155
157
  deletedAt: Date | null;
156
158
  email: string;
@@ -327,7 +329,6 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
327
329
  _id: string;
328
330
  adIds?: string[] | null;
329
331
  associates: AssociateType[] | null;
330
- chatIds?: string[] | null;
331
332
  createdAt: Date;
332
333
  deletedAt: Date | null;
333
334
  owner: OwnerType;
@@ -16,14 +16,15 @@ interface RelationType {
16
16
  _id?: string;
17
17
  active: boolean;
18
18
  apiMessage?: string;
19
+ chatId: string | null;
19
20
  createdAt?: string;
20
21
  deletedAt?: string | null;
21
- lastUpdateBy: EnumResourceType;
22
22
  eventId: string;
23
+ lastUpdateBy: EnumResourceType;
23
24
  relationDates: RelationDate[];
24
25
  relationType: EnumRelationResource;
25
- vendorId: string;
26
26
  updatedAt?: string;
27
+ vendorId: string;
27
28
  }
28
29
 
29
30
  type StallType = {
@@ -151,6 +152,7 @@ interface UserType {
151
152
  active: boolean;
152
153
  associates?: AssociateType[] | null;
153
154
  avatar: ResourceImageType | null;
155
+ chatIds: string[] | null;
154
156
  createdAt: Date;
155
157
  deletedAt: Date | null;
156
158
  email: string;
@@ -327,7 +329,6 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
327
329
  _id: string;
328
330
  adIds?: string[] | null;
329
331
  associates: AssociateType[] | null;
330
- chatIds?: string[] | null;
331
332
  createdAt: Date;
332
333
  deletedAt: Date | null;
333
334
  owner: OwnerType;
@@ -252,6 +252,7 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
252
252
  ...ResourceImageFields
253
253
  }
254
254
  createdAt
255
+ chatIds
255
256
  deletedAt
256
257
  email
257
258
  events
@@ -388,7 +389,6 @@ var EVENT = import_client3.gql`
388
389
  contactDetails {
389
390
  ...ContactDetailsFields
390
391
  }
391
- chatIds
392
392
  dateTime {
393
393
  ...EventDateTimeFields
394
394
  }
@@ -546,7 +546,6 @@ var VENDOR = import_client4.gql`
546
546
  cover {
547
547
  ...ResourceImageFields
548
548
  }
549
- chatIds
550
549
  createdAt
551
550
  description
552
551
  deletedAt
@@ -868,11 +867,6 @@ var CHAT_FIELDS_FRAGMENT = import_client8.gql`
868
867
  participants {
869
868
  ...ChatParticipantFields
870
869
  }
871
- resourceInfo {
872
- eventId
873
- partnerId
874
- vendorId
875
- }
876
870
  updatedAt
877
871
  }
878
872
  ${CHAT_MESSAGE_FIELDS_FRAGMENT}
@@ -1099,7 +1093,6 @@ var PARTNER = import_client16.gql`
1099
1093
  contactDetails {
1100
1094
  ...ContactDetailsFields
1101
1095
  }
1102
- chatIds
1103
1096
  description
1104
1097
  deletedAt
1105
1098
  images {
@@ -1660,6 +1653,7 @@ var RELATION_FIELDS_FRAGMENT = import_client30.gql`
1660
1653
  _id
1661
1654
  active
1662
1655
  apiMessage
1656
+ chatId
1663
1657
  createdAt
1664
1658
  lastUpdateBy
1665
1659
  eventId