@timardex/cluemart-shared 1.2.59 → 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,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-DO97TmNs.mjs';
3
- import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-RAEmLq2G.mjs';
3
+ import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-CKf55A-q.mjs';
4
4
  import { EnumResourceType } from '../enums/index.mjs';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-DSADn76s.mjs';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-5KC7r-i4.mjs';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -580,7 +580,7 @@ declare const useGetPartnersByRegion: (region: string) => {
580
580
  declare const useSearchPartners: (search: string, region: string) => {
581
581
  error: _apollo_client.ApolloError | undefined;
582
582
  loading: boolean;
583
- partnerSearch: PartnerType[];
583
+ partnersSearch: PartnerType[];
584
584
  refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<any>>;
585
585
  };
586
586
 
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BkGGnxjl.js';
3
- import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-Fgweq_ct.js';
3
+ import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-BY8seqWN.js';
4
4
  import { EnumResourceType } from '../enums/index.js';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-CZPQz-Bx.js';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-DDPQcDOS.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -580,7 +580,7 @@ declare const useGetPartnersByRegion: (region: string) => {
580
580
  declare const useSearchPartners: (search: string, region: string) => {
581
581
  error: _apollo_client.ApolloError | undefined;
582
582
  loading: boolean;
583
- partnerSearch: PartnerType[];
583
+ partnersSearch: PartnerType[];
584
584
  refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<any>>;
585
585
  };
586
586
 
@@ -420,6 +420,7 @@ var VENDOR = gql4`
420
420
  createdAt
421
421
  description
422
422
  deletedAt
423
+ foodTruck
423
424
  images {
424
425
  ...ResourceImageFields
425
426
  }
@@ -2811,8 +2812,8 @@ var useSearchPartners = (search, region) => {
2811
2812
  skip: search.length < 3,
2812
2813
  variables: { region, search }
2813
2814
  });
2814
- const partnerSearch = data?.partnerSearch;
2815
- return { error, loading, partnerSearch, refetch };
2815
+ const partnersSearch = data?.partnersSearch;
2816
+ return { error, loading, partnersSearch, refetch };
2816
2817
  };
2817
2818
  export {
2818
2819
  useAddParticipantToChat,