@timardex/cluemart-shared 1.2.80 → 1.2.81

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.
@@ -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 UserType, g as SubscriptionStatusData } from '../global-B5H2ZG1e.mjs';
5
- import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-DqHdTra8.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 UserType, g as SubscriptionStatusData } from '../global-CLsysATK.mjs';
5
+ import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-D48NnhkT.mjs';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -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 UserType, g as SubscriptionStatusData } from '../global-DMEHvs8T.js';
5
- import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-DSmKSsTb.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 UserType, g as SubscriptionStatusData } from '../global-BYQMdxtO.js';
5
+ import { T as TesterType, A as AdType, E as EnumAdStatus, P as PartnerType } from '../ad-DO7Bc9PE.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -97,29 +97,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
97
97
  }
98
98
  going {
99
99
  events {
100
- dateStatus
101
100
  resourceId
102
- startDate
103
- startTime
101
+ dateTime {
102
+ ...EventDateTimeFields
103
+ }
104
104
  }
105
105
  }
106
106
  interested {
107
107
  events {
108
- dateStatus
109
108
  resourceId
110
- startDate
111
- startTime
109
+ dateTime {
110
+ ...EventDateTimeFields
111
+ }
112
112
  }
113
113
  }
114
114
  present {
115
115
  events {
116
- dateStatus
117
116
  resourceId
118
- startDate
119
- startTime
117
+ dateTime {
118
+ ...EventDateTimeFields
119
+ }
120
120
  }
121
121
  }
122
122
  }
123
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
123
124
  `;
124
125
  var USER_FIELDS_FRAGMENT = gql2`
125
126
  fragment UserFields on UserType {