@timardex/cluemart-shared 1.2.65 → 1.2.68
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/ad--4RgHfBN.d.ts +83 -0
- package/dist/ad-ByXz9Km3.d.mts +83 -0
- package/dist/{auth-BwtjPUgO.d.ts → auth-ChIm_Rn9.d.ts} +1 -1
- package/dist/{auth-DaiySFU6.d.mts → auth-gyDaskvq.d.mts} +1 -1
- package/dist/{chunk-N625BZKR.mjs → chunk-ILRVLTWY.mjs} +1 -1
- package/dist/{chunk-N625BZKR.mjs.map → chunk-ILRVLTWY.mjs.map} +1 -1
- package/dist/formFields/index.cjs +2 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +3 -2
- package/dist/formFields/index.d.ts +3 -2
- package/dist/formFields/index.mjs +1 -0
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-CKf55A-q.d.mts → global-Q8FB4ZfD.d.mts} +97 -7
- package/dist/{global-BY8seqWN.d.ts → global-X7Gs8dR2.d.ts} +97 -7
- package/dist/graphql/index.cjs +8 -7
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +8 -7
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +15 -10
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +15 -10
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +25 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +108 -100
- package/dist/index.d.ts +108 -100
- package/dist/index.mjs +23 -16
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-DO97TmNs.d.mts → resourceActivities-DB-fx51l.d.mts} +3 -3
- package/dist/{resourceActivities-BkGGnxjl.d.ts → resourceActivities-Ezt7CDPH.d.ts} +3 -3
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/ad-CogBHjto.d.ts +0 -166
- package/dist/ad-VhDIYwfz.d.mts +0 -166
package/dist/graphql/index.d.ts
CHANGED
|
@@ -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-
|
|
3
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-
|
|
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-X7Gs8dR2.js';
|
|
4
4
|
import { EnumResourceType } from '../enums/index.js';
|
|
5
|
-
import { T as TesterType,
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad--4RgHfBN.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -1988,21 +1988,22 @@ var useGetVendorInfo = (vendorId) => {
|
|
|
1988
1988
|
};
|
|
1989
1989
|
};
|
|
1990
1990
|
|
|
1991
|
-
// src/graphql/hooks/
|
|
1991
|
+
// src/graphql/hooks/tester/hooksMutation.ts
|
|
1992
1992
|
import { useMutation as useMutation11 } from "@apollo/client";
|
|
1993
1993
|
|
|
1994
|
-
// src/graphql/mutations/
|
|
1994
|
+
// src/graphql/mutations/tester.ts
|
|
1995
1995
|
import { gql as gql22 } from "@apollo/client";
|
|
1996
1996
|
|
|
1997
|
-
// src/graphql/queries/
|
|
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/
|
|
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/
|
|
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/
|
|
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);
|