@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.
- package/dist/{ad-DSADn76s.d.mts → ad-5KC7r-i4.d.mts} +1 -1
- package/dist/{ad-CZPQz-Bx.d.ts → ad-DDPQcDOS.d.ts} +1 -1
- package/dist/{auth-CvLyedZM.d.ts → auth-BwtjPUgO.d.ts} +1 -1
- package/dist/{auth-Cea2ytrt.d.mts → auth-DaiySFU6.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-Fgweq_ct.d.ts → global-BY8seqWN.d.ts} +4 -0
- package/dist/{global-RAEmLq2G.d.mts → global-CKf55A-q.d.mts} +4 -0
- package/dist/graphql/index.cjs +3 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +3 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +5 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +5 -0
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +8 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +8 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -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-
|
|
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-
|
|
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
|
-
|
|
583
|
+
partnersSearch: PartnerType[];
|
|
584
584
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<any>>;
|
|
585
585
|
};
|
|
586
586
|
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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
|
-
|
|
583
|
+
partnersSearch: PartnerType[];
|
|
584
584
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<any>>;
|
|
585
585
|
};
|
|
586
586
|
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -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
|
|
2815
|
-
return { error, loading,
|
|
2815
|
+
const partnersSearch = data?.partnersSearch;
|
|
2816
|
+
return { error, loading, partnersSearch, refetch };
|
|
2816
2817
|
};
|
|
2817
2818
|
export {
|
|
2818
2819
|
useAddParticipantToChat,
|