@timardex/cluemart-shared 1.2.78 → 1.2.80

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-Bqh5PfHP.js';
2
+ import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-DMEHvs8T.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-DuXWULau.mjs';
2
+ import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-B5H2ZG1e.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-Bqh5PfHP.js';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-DMEHvs8T.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-DuXWULau.mjs';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-B5H2ZG1e.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-DuXWULau.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-B5H2ZG1e.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-Bqh5PfHP.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DMEHvs8T.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -152,7 +152,6 @@ interface UserType {
152
152
  active: boolean;
153
153
  associates?: AssociateType[] | null;
154
154
  avatar: ResourceImageType | null;
155
- chatIds: string[] | null;
156
155
  createdAt: Date;
157
156
  deletedAt: Date | null;
158
157
  email: string;
@@ -152,7 +152,6 @@ interface UserType {
152
152
  active: boolean;
153
153
  associates?: AssociateType[] | null;
154
154
  avatar: ResourceImageType | null;
155
- chatIds: string[] | null;
156
155
  createdAt: Date;
157
156
  deletedAt: Date | null;
158
157
  email: string;
@@ -252,7 +252,6 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
252
252
  ...ResourceImageFields
253
253
  }
254
254
  createdAt
255
- chatIds
256
255
  deletedAt
257
256
  email
258
257
  events