@timardex/cluemart-shared 1.2.77 → 1.2.79

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.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-DT-3QYQ7.js';
3
3
 
4
4
  interface TesterFormData {
5
5
  approved: boolean;
@@ -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-QQsak61D.mjs';
3
3
 
4
4
  interface TesterFormData {
5
5
  approved: boolean;
@@ -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-DT-3QYQ7.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -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-QQsak61D.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
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-QQsak61D.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-DT-3QYQ7.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;
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 = {
@@ -327,7 +328,6 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
327
328
  _id: string;
328
329
  adIds?: string[] | null;
329
330
  associates: AssociateType[] | null;
330
- chatIds?: string[] | null;
331
331
  createdAt: Date;
332
332
  deletedAt: Date | null;
333
333
  owner: OwnerType;
@@ -16,14 +16,15 @@ interface RelationType {
16
16
  _id?: string;
17
17
  active: boolean;
18
18
  apiMessage?: string;
19
+ chatId: string;
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 = {
@@ -327,7 +328,6 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
327
328
  _id: string;
328
329
  adIds?: string[] | null;
329
330
  associates: AssociateType[] | null;
330
- chatIds?: string[] | null;
331
331
  createdAt: Date;
332
332
  deletedAt: Date | null;
333
333
  owner: OwnerType;
@@ -388,7 +388,6 @@ var EVENT = import_client3.gql`
388
388
  contactDetails {
389
389
  ...ContactDetailsFields
390
390
  }
391
- chatIds
392
391
  dateTime {
393
392
  ...EventDateTimeFields
394
393
  }
@@ -546,7 +545,6 @@ var VENDOR = import_client4.gql`
546
545
  cover {
547
546
  ...ResourceImageFields
548
547
  }
549
- chatIds
550
548
  createdAt
551
549
  description
552
550
  deletedAt
@@ -868,11 +866,6 @@ var CHAT_FIELDS_FRAGMENT = import_client8.gql`
868
866
  participants {
869
867
  ...ChatParticipantFields
870
868
  }
871
- resourceInfo {
872
- eventId
873
- partnerId
874
- vendorId
875
- }
876
869
  updatedAt
877
870
  }
878
871
  ${CHAT_MESSAGE_FIELDS_FRAGMENT}
@@ -1099,7 +1092,6 @@ var PARTNER = import_client16.gql`
1099
1092
  contactDetails {
1100
1093
  ...ContactDetailsFields
1101
1094
  }
1102
- chatIds
1103
1095
  description
1104
1096
  deletedAt
1105
1097
  images {
@@ -1660,6 +1652,7 @@ var RELATION_FIELDS_FRAGMENT = import_client30.gql`
1660
1652
  _id
1661
1653
  active
1662
1654
  apiMessage
1655
+ chatId
1663
1656
  createdAt
1664
1657
  lastUpdateBy
1665
1658
  eventId