@timardex/cluemart-shared 1.4.56 → 1.4.57
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-INEGK3OJ.mjs → chunk-77MGTLHY.mjs} +5 -3
- package/dist/{chunk-INEGK3OJ.mjs.map → chunk-77MGTLHY.mjs.map} +1 -1
- package/dist/graphql/index.cjs +4 -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 +4 -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 +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -715,7 +715,7 @@ declare const useGetUserActivities: () => {
|
|
|
715
715
|
};
|
|
716
716
|
};
|
|
717
717
|
};
|
|
718
|
-
declare const useGetUserResources: () => {
|
|
718
|
+
declare const useGetUserResources: (userId: string) => {
|
|
719
719
|
error: _apollo_client.ApolloError | undefined;
|
|
720
720
|
loading: boolean;
|
|
721
721
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -715,7 +715,7 @@ declare const useGetUserActivities: () => {
|
|
|
715
715
|
};
|
|
716
716
|
};
|
|
717
717
|
};
|
|
718
|
-
declare const useGetUserResources: () => {
|
|
718
|
+
declare const useGetUserResources: (userId: string) => {
|
|
719
719
|
error: _apollo_client.ApolloError | undefined;
|
|
720
720
|
loading: boolean;
|
|
721
721
|
refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
|
package/dist/graphql/index.mjs
CHANGED