@timardex/cluemart-shared 1.2.66 → 1.2.69

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.
Files changed (41) hide show
  1. package/dist/{ad-BChCn4Ka.d.ts → ad-BijiW7Nn.d.ts} +9 -8
  2. package/dist/{ad-DC4CQ8Gp.d.mts → ad-DITy2OMe.d.mts} +9 -8
  3. package/dist/{auth-BBzFtZee.d.mts → auth-DCIrfDwB.d.mts} +1 -1
  4. package/dist/{auth-DqNTAngW.d.ts → auth-iE9sd_mq.d.ts} +1 -1
  5. package/dist/{chunk-N625BZKR.mjs → chunk-ILRVLTWY.mjs} +1 -1
  6. package/dist/{chunk-N625BZKR.mjs.map → chunk-ILRVLTWY.mjs.map} +1 -1
  7. package/dist/formFields/index.cjs +2 -0
  8. package/dist/formFields/index.cjs.map +1 -1
  9. package/dist/formFields/index.d.mts +3 -2
  10. package/dist/formFields/index.d.ts +3 -2
  11. package/dist/formFields/index.mjs +1 -0
  12. package/dist/formFields/index.mjs.map +1 -1
  13. package/dist/{global-JXYCto5-.d.ts → global-08vcDEuE.d.ts} +21 -14
  14. package/dist/{global-WNM-jttW.d.mts → global-DhZY519g.d.mts} +21 -14
  15. package/dist/graphql/index.cjs +8 -7
  16. package/dist/graphql/index.cjs.map +1 -1
  17. package/dist/graphql/index.d.mts +3 -3
  18. package/dist/graphql/index.d.ts +3 -3
  19. package/dist/graphql/index.mjs +8 -7
  20. package/dist/graphql/index.mjs.map +1 -1
  21. package/dist/hooks/index.cjs +31 -13
  22. package/dist/hooks/index.cjs.map +1 -1
  23. package/dist/hooks/index.d.mts +5 -5
  24. package/dist/hooks/index.d.ts +5 -5
  25. package/dist/hooks/index.mjs +17 -8
  26. package/dist/hooks/index.mjs.map +1 -1
  27. package/dist/index.cjs +40 -29
  28. package/dist/index.cjs.map +1 -1
  29. package/dist/index.d.mts +33 -24
  30. package/dist/index.d.ts +33 -24
  31. package/dist/index.mjs +38 -28
  32. package/dist/index.mjs.map +1 -1
  33. package/dist/{resourceActivities-DO97TmNs.d.mts → resourceActivities-DB-fx51l.d.mts} +3 -3
  34. package/dist/{resourceActivities-BkGGnxjl.d.ts → resourceActivities-Ezt7CDPH.d.ts} +3 -3
  35. package/dist/types/index.cjs.map +1 -1
  36. package/dist/types/index.d.mts +4 -4
  37. package/dist/types/index.d.ts +4 -4
  38. package/dist/types/index.mjs +1 -1
  39. package/dist/utils/index.d.mts +1 -1
  40. package/dist/utils/index.d.ts +1 -1
  41. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
- import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BkGGnxjl.js';
3
- import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserType, f as SubscriptionStatusData } from '../global-JXYCto5-.js';
2
+ import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-Ezt7CDPH.js';
3
+ import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserType, f as SubscriptionStatusData } from '../global-08vcDEuE.js';
4
4
  import { EnumResourceType } from '../enums/index.js';
5
- import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-BChCn4Ka.js';
5
+ import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-BijiW7Nn.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -1988,21 +1988,22 @@ var useGetVendorInfo = (vendorId) => {
1988
1988
  };
1989
1989
  };
1990
1990
 
1991
- // src/graphql/hooks/testers/hooksMutation.ts
1991
+ // src/graphql/hooks/tester/hooksMutation.ts
1992
1992
  import { useMutation as useMutation11 } from "@apollo/client";
1993
1993
 
1994
- // src/graphql/mutations/testers.ts
1994
+ // src/graphql/mutations/tester.ts
1995
1995
  import { gql as gql22 } from "@apollo/client";
1996
1996
 
1997
- // src/graphql/queries/testers.ts
1997
+ // src/graphql/queries/tester.ts
1998
1998
  import { gql as gql21 } from "@apollo/client";
1999
1999
  var TESTER_FIELDS_FRAGMENT = gql21`
2000
2000
  fragment TesterFields on TesterType {
2001
2001
  _id
2002
+ active
2003
+ approved
2002
2004
  categories {
2003
2005
  ...CategoryFields
2004
2006
  }
2005
- active
2006
2007
  companyName
2007
2008
  createdAt
2008
2009
  email
@@ -2032,7 +2033,7 @@ var GET_TESTER = gql21`
2032
2033
  ${TESTER_FIELDS_FRAGMENT}
2033
2034
  `;
2034
2035
 
2035
- // src/graphql/mutations/testers.ts
2036
+ // src/graphql/mutations/tester.ts
2036
2037
  var CREATE_TESTER_MUTATION = gql22`
2037
2038
  mutation createTester($input: TesterInputType!) {
2038
2039
  createTester(input: $input) {
@@ -2055,7 +2056,7 @@ var DELETE_TESTER_MUTATION = gql22`
2055
2056
  }
2056
2057
  `;
2057
2058
 
2058
- // src/graphql/hooks/testers/hooksMutation.ts
2059
+ // src/graphql/hooks/tester/hooksMutation.ts
2059
2060
  var useCreateTester = () => {
2060
2061
  const [createTester, { data, loading, error }] = useMutation11(
2061
2062
  CREATE_TESTER_MUTATION
@@ -2085,7 +2086,7 @@ var useDeleteTester = () => {
2085
2086
  return { deleteTester, error, loading };
2086
2087
  };
2087
2088
 
2088
- // src/graphql/hooks/testers/hooksQuery.ts
2089
+ // src/graphql/hooks/tester/hooksQuery.ts
2089
2090
  import { useQuery as useQuery6 } from "@apollo/client";
2090
2091
  var useGetTesters = () => {
2091
2092
  const { data, loading, error, refetch } = useQuery6(GET_TESTERS);