@timardex/cluemart-shared 1.3.39 → 1.3.41
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/{auth-BgQ-YkBp.d.ts → auth-BNRITQZO.d.ts} +1 -1
- package/dist/{auth-HnPJXYQL.d.mts → auth-CrGjj4Xt.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-CKJNzHod.d.mts → global-BimclztT.d.mts} +1 -0
- package/dist/{global-BSWnOFWP.d.ts → global-u-2yiS2S.d.ts} +1 -0
- package/dist/graphql/index.cjs +5 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +5 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DwixA7xS.d.ts → post-CnQYeCHI.d.ts} +1 -1
- package/dist/{post-BqoDOad4.d.mts → post-Dc17vbEp.d.mts} +1 -1
- package/dist/types/index.d.mts +3 -3
- package/dist/types/index.d.ts +3 -3
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserActivityEventType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-
|
|
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 UserActivityEventType } from '../global-BimclztT.mjs';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-Dc17vbEp.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
|
-
import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UserLicenceType, f as UserActivityEventType } from '../global-
|
|
5
|
-
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-
|
|
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 UserActivityEventType } from '../global-u-2yiS2S.js';
|
|
5
|
+
import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType } from '../post-CnQYeCHI.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
declare const useAdminUpdateResourceType: () => {
|
package/dist/graphql/index.mjs
CHANGED
|
@@ -1196,7 +1196,10 @@ var USER_ACTIVITY_EVENT_FRAGMENT = gql13`
|
|
|
1196
1196
|
cover {
|
|
1197
1197
|
...ResourceImageFields
|
|
1198
1198
|
}
|
|
1199
|
-
dateTime
|
|
1199
|
+
dateTime {
|
|
1200
|
+
...EventDateTimeFields
|
|
1201
|
+
}
|
|
1202
|
+
description
|
|
1200
1203
|
eventType
|
|
1201
1204
|
location {
|
|
1202
1205
|
...LocationFields
|
|
@@ -1214,6 +1217,7 @@ var USER_ACTIVITY_EVENT_FRAGMENT = gql13`
|
|
|
1214
1217
|
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
1215
1218
|
${LOCATION_FIELDS_FRAGMENT}
|
|
1216
1219
|
${RESOURCE_IMAGE_FIELDS_FRAGMENT}
|
|
1220
|
+
${EVENT_DATETIME_FIELDS_FRAGMENT}
|
|
1217
1221
|
`;
|
|
1218
1222
|
var GET_USERS = gql13`
|
|
1219
1223
|
query getUsers {
|