@timardex/cluemart-shared 1.4.36 → 1.4.37

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.
@@ -375,17 +375,9 @@ declare const useCreatePushToken: () => {
375
375
 
376
376
  declare const useCreateRelation: () => {
377
377
  createRelation: (options?: _apollo_client.MutationFunctionOptions<{
378
- createRelation: {
379
- eventId: string;
380
- vendorId: string;
381
- lastUpdateBy: EnumResourceType;
382
- };
378
+ createRelation: RelationType;
383
379
  }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
384
- createRelation: {
385
- eventId: string;
386
- vendorId: string;
387
- lastUpdateBy: EnumResourceType;
388
- };
380
+ createRelation: RelationType;
389
381
  }>>;
390
382
  error: _apollo_client.ApolloError | undefined;
391
383
  loading: boolean;
@@ -375,17 +375,9 @@ declare const useCreatePushToken: () => {
375
375
 
376
376
  declare const useCreateRelation: () => {
377
377
  createRelation: (options?: _apollo_client.MutationFunctionOptions<{
378
- createRelation: {
379
- eventId: string;
380
- vendorId: string;
381
- lastUpdateBy: EnumResourceType;
382
- };
378
+ createRelation: RelationType;
383
379
  }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
384
- createRelation: {
385
- eventId: string;
386
- vendorId: string;
387
- lastUpdateBy: EnumResourceType;
388
- };
380
+ createRelation: RelationType;
389
381
  }>>;
390
382
  error: _apollo_client.ApolloError | undefined;
391
383
  loading: boolean;
@@ -123,7 +123,7 @@ import {
123
123
  useUpdateVendor,
124
124
  useUpdateVendorInfo,
125
125
  useValidateVerificationToken
126
- } from "../chunk-3XCNU5MU.mjs";
126
+ } from "../chunk-LGLQLG47.mjs";
127
127
  import "../chunk-Z6FJKHRH.mjs";
128
128
  export {
129
129
  useAddParticipantToChat,