@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.
- package/dist/{chunk-3XCNU5MU.mjs → chunk-LGLQLG47.mjs} +1 -1
- package/dist/chunk-LGLQLG47.mjs.map +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -10
- package/dist/graphql/index.d.ts +2 -10
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -10
- package/dist/index.d.ts +2 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-3XCNU5MU.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -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;
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/graphql/index.mjs
CHANGED