@timardex/cluemart-shared 1.5.620 → 1.5.621
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-A2ZE5RVV.mjs → chunk-Z6IM4DWX.mjs} +3 -3
- package/dist/chunk-Z6IM4DWX.mjs.map +1 -0
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- 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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-A2ZE5RVV.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -426,7 +426,7 @@ declare const useDeleteRelation: () => {
|
|
|
426
426
|
loading: boolean;
|
|
427
427
|
};
|
|
428
428
|
|
|
429
|
-
declare const useGetRelation: (_id
|
|
429
|
+
declare const useGetRelation: (_id?: string) => {
|
|
430
430
|
error: _apollo_client.ApolloError | undefined;
|
|
431
431
|
loading: boolean;
|
|
432
432
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -426,7 +426,7 @@ declare const useDeleteRelation: () => {
|
|
|
426
426
|
loading: boolean;
|
|
427
427
|
};
|
|
428
428
|
|
|
429
|
-
declare const useGetRelation: (_id
|
|
429
|
+
declare const useGetRelation: (_id?: string) => {
|
|
430
430
|
error: _apollo_client.ApolloError | undefined;
|
|
431
431
|
loading: boolean;
|
|
432
432
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
package/dist/graphql/index.mjs
CHANGED