@timardex/cluemart-shared 1.2.94 → 1.2.96
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-B_E4DMtS.d.mts → ad-CIgrG2xI.d.mts} +15 -18
- package/dist/{ad-BAdLwWe8.d.ts → ad-eMd9XpSs.d.ts} +15 -18
- package/dist/{chunk-BK3ZTKW7.mjs → chunk-3ZDDQGW4.mjs} +1 -1
- package/dist/chunk-3ZDDQGW4.mjs.map +1 -0
- package/dist/graphql/index.cjs +15 -9
- 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 +15 -9
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +11 -5
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +12 -6
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +26 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +15 -18
- package/dist/index.d.ts +15 -18
- package/dist/index.mjs +26 -14
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-BK3ZTKW7.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
4
|
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-CLsysATK.mjs';
|
|
5
|
-
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-CIgrG2xI.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
4
|
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserType, g as SubscriptionStatusData } from '../global-BYQMdxtO.js';
|
|
5
|
-
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-
|
|
5
|
+
import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-eMd9XpSs.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -66,13 +66,23 @@ var CATEGORY_FIELDS_FRAGMENT = gql2`
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
`;
|
|
69
|
+
var LICENCE_FIELDS_FRAGMENT = gql2`
|
|
70
|
+
fragment LicenceFields on UserLicenceType {
|
|
71
|
+
expiryDate
|
|
72
|
+
issuedDate
|
|
73
|
+
licenceType
|
|
74
|
+
}
|
|
75
|
+
`;
|
|
69
76
|
var ASSOCIATES_FIELDS_FRAGMENT = gql2`
|
|
70
77
|
fragment AssociatesFields on AssociateType {
|
|
71
78
|
email
|
|
72
79
|
resourceId
|
|
73
80
|
resourceType
|
|
74
|
-
licence
|
|
81
|
+
licence {
|
|
82
|
+
...LicenceFields
|
|
83
|
+
}
|
|
75
84
|
}
|
|
85
|
+
${LICENCE_FIELDS_FRAGMENT}
|
|
76
86
|
`;
|
|
77
87
|
var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql2`
|
|
78
88
|
fragment TermsAgreementFields on TermsAgreementType {
|
|
@@ -90,13 +100,6 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql2`
|
|
|
90
100
|
timestamp
|
|
91
101
|
}
|
|
92
102
|
`;
|
|
93
|
-
var LICENCE_FIELDS_FRAGMENT = gql2`
|
|
94
|
-
fragment LicenceFields on UserLicenceType {
|
|
95
|
-
expiryDate
|
|
96
|
-
issuedDate
|
|
97
|
-
licenceType
|
|
98
|
-
}
|
|
99
|
-
`;
|
|
100
103
|
var EVENT_DATETIME_FIELDS_FRAGMENT = gql2`
|
|
101
104
|
fragment EventDateTimeFields on EventDateTimeType {
|
|
102
105
|
dateStatus
|
|
@@ -437,13 +440,16 @@ var TESTER_FIELDS_FRAGMENT = gql4`
|
|
|
437
440
|
active
|
|
438
441
|
approved
|
|
439
442
|
businessName
|
|
443
|
+
consents {
|
|
444
|
+
betaTestConsent
|
|
445
|
+
privacyConsent
|
|
446
|
+
}
|
|
440
447
|
createdAt
|
|
441
448
|
email
|
|
442
449
|
firstName
|
|
443
450
|
lastName
|
|
444
451
|
mobilePhone
|
|
445
452
|
osType
|
|
446
|
-
privacyConsent
|
|
447
453
|
region
|
|
448
454
|
resourceType
|
|
449
455
|
updatedAt
|