@timardex/cluemart-shared 1.2.60 → 1.2.61

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, EnumUserLicence, EnumUserRole, EnumSubscriptionStatus, EnumEventDateStatus, EnumPartnerType } from './enums/index.mjs';
2
- import { C as Category, w as CreateFormData, A as AssociateType, o as ResourceImageType, T as TermsAgreement, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, p as SocialMediaType } from './global-RAEmLq2G.mjs';
2
+ import { C as Category, w as CreateFormData, A as AssociateType, o as ResourceImageType, T as TermsAgreement, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, p as SocialMediaType } from './global-CKf55A-q.mjs';
3
3
 
4
4
  interface TestersFormData {
5
5
  categories?: Category[] | null;
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole, EnumSubscriptionStatus, EnumEventDateStatus, EnumPartnerType } from './enums/index.js';
2
- import { C as Category, w as CreateFormData, A as AssociateType, o as ResourceImageType, T as TermsAgreement, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, p as SocialMediaType } from './global-Fgweq_ct.js';
2
+ import { C as Category, w as CreateFormData, A as AssociateType, o as ResourceImageType, T as TermsAgreement, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, p as SocialMediaType } from './global-BY8seqWN.js';
3
3
 
4
4
  interface TestersFormData {
5
5
  categories?: Category[] | null;
@@ -1,4 +1,4 @@
1
- import { w as CreateFormData, T as TermsAgreement } from './global-Fgweq_ct.js';
1
+ import { w as CreateFormData, T as TermsAgreement } from './global-BY8seqWN.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { w as CreateFormData, T as TermsAgreement } from './global-RAEmLq2G.mjs';
1
+ import { w as CreateFormData, T as TermsAgreement } from './global-CKf55A-q.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-RAEmLq2G.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-CKf55A-q.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-Fgweq_ct.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BY8seqWN.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -95,6 +95,7 @@ type VendorLocation = {
95
95
  resourceId?: MapMultiLocation["resourceId"];
96
96
  resourceName?: MapMultiLocation["resourceName"];
97
97
  resourceType?: MapMultiLocation["resourceType"];
98
+ resourceLogo?: MapMultiLocation["resourceLogo"];
98
99
  };
99
100
  type VendorMenuType = {
100
101
  description?: string | null;
@@ -109,6 +110,7 @@ interface VendorFormData extends BaseResourceTypeFormData {
109
110
  corporate: boolean;
110
111
  };
111
112
  categories: Category[];
113
+ foodTruck: boolean;
112
114
  locations?: VendorLocation[] | null;
113
115
  multiLocation: boolean;
114
116
  products?: VendorMenuType[] | null;
@@ -157,6 +159,7 @@ interface VendorType extends BaseResourceType {
157
159
  corporate: boolean;
158
160
  };
159
161
  categories: VendorFormData["categories"];
162
+ foodTruck: boolean;
160
163
  locations: VendorLocation[] | null;
161
164
  multiLocation: boolean;
162
165
  products: VendorMenuType[] | null;
@@ -276,6 +279,7 @@ type MapMultiLocation = {
276
279
  resourceId?: string;
277
280
  resourceName?: string;
278
281
  resourceType?: EnumResourceType;
282
+ resourceLogo?: ResourceImageType | null;
279
283
  };
280
284
  interface FormField {
281
285
  disabled?: boolean;
@@ -95,6 +95,7 @@ type VendorLocation = {
95
95
  resourceId?: MapMultiLocation["resourceId"];
96
96
  resourceName?: MapMultiLocation["resourceName"];
97
97
  resourceType?: MapMultiLocation["resourceType"];
98
+ resourceLogo?: MapMultiLocation["resourceLogo"];
98
99
  };
99
100
  type VendorMenuType = {
100
101
  description?: string | null;
@@ -109,6 +110,7 @@ interface VendorFormData extends BaseResourceTypeFormData {
109
110
  corporate: boolean;
110
111
  };
111
112
  categories: Category[];
113
+ foodTruck: boolean;
112
114
  locations?: VendorLocation[] | null;
113
115
  multiLocation: boolean;
114
116
  products?: VendorMenuType[] | null;
@@ -157,6 +159,7 @@ interface VendorType extends BaseResourceType {
157
159
  corporate: boolean;
158
160
  };
159
161
  categories: VendorFormData["categories"];
162
+ foodTruck: boolean;
160
163
  locations: VendorLocation[] | null;
161
164
  multiLocation: boolean;
162
165
  products: VendorMenuType[] | null;
@@ -276,6 +279,7 @@ type MapMultiLocation = {
276
279
  resourceId?: string;
277
280
  resourceName?: string;
278
281
  resourceType?: EnumResourceType;
282
+ resourceLogo?: ResourceImageType | null;
279
283
  };
280
284
  interface FormField {
281
285
  disabled?: boolean;
@@ -540,6 +540,7 @@ var VENDOR = import_client4.gql`
540
540
  createdAt
541
541
  description
542
542
  deletedAt
543
+ foodTruck
543
544
  images {
544
545
  ...ResourceImageFields
545
546
  }