@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/index.d.mts
CHANGED
|
@@ -1618,17 +1618,9 @@ declare const useCreatePushToken: () => {
|
|
|
1618
1618
|
|
|
1619
1619
|
declare const useCreateRelation: () => {
|
|
1620
1620
|
createRelation: (options?: _apollo_client.MutationFunctionOptions<{
|
|
1621
|
-
createRelation:
|
|
1622
|
-
eventId: string;
|
|
1623
|
-
vendorId: string;
|
|
1624
|
-
lastUpdateBy: EnumResourceType;
|
|
1625
|
-
};
|
|
1621
|
+
createRelation: RelationType;
|
|
1626
1622
|
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
1627
|
-
createRelation:
|
|
1628
|
-
eventId: string;
|
|
1629
|
-
vendorId: string;
|
|
1630
|
-
lastUpdateBy: EnumResourceType;
|
|
1631
|
-
};
|
|
1623
|
+
createRelation: RelationType;
|
|
1632
1624
|
}>>;
|
|
1633
1625
|
error: _apollo_client.ApolloError | undefined;
|
|
1634
1626
|
loading: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1618,17 +1618,9 @@ declare const useCreatePushToken: () => {
|
|
|
1618
1618
|
|
|
1619
1619
|
declare const useCreateRelation: () => {
|
|
1620
1620
|
createRelation: (options?: _apollo_client.MutationFunctionOptions<{
|
|
1621
|
-
createRelation:
|
|
1622
|
-
eventId: string;
|
|
1623
|
-
vendorId: string;
|
|
1624
|
-
lastUpdateBy: EnumResourceType;
|
|
1625
|
-
};
|
|
1621
|
+
createRelation: RelationType;
|
|
1626
1622
|
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
1627
|
-
createRelation:
|
|
1628
|
-
eventId: string;
|
|
1629
|
-
vendorId: string;
|
|
1630
|
-
lastUpdateBy: EnumResourceType;
|
|
1631
|
-
};
|
|
1623
|
+
createRelation: RelationType;
|
|
1632
1624
|
}>>;
|
|
1633
1625
|
error: _apollo_client.ApolloError | undefined;
|
|
1634
1626
|
loading: boolean;
|