@timardex/cluemart-shared 1.2.80 → 1.2.82

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: () => {
@@ -89,6 +89,15 @@ var LICENCE_FIELDS_FRAGMENT = gql2`
89
89
  licenceType
90
90
  }
91
91
  `;
92
+ var EVENT_DATETIME_FIELDS_FRAGMENT = gql2`
93
+ fragment EventDateTimeFields on EventDateTimeType {
94
+ dateStatus
95
+ endDate
96
+ endTime
97
+ startDate
98
+ startTime
99
+ }
100
+ `;
92
101
  var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
93
102
  fragment UserActivityFields on UserActivityType {
94
103
  favourites {
@@ -97,29 +106,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
97
106
  }
98
107
  going {
99
108
  events {
100
- dateStatus
101
109
  resourceId
102
- startDate
103
- startTime
110
+ dateTime {
111
+ ...EventDateTimeFields
112
+ }
104
113
  }
105
114
  }
106
115
  interested {
107
116
  events {
108
- dateStatus
109
117
  resourceId
110
- startDate
111
- startTime
118
+ dateTime {
119
+ ...EventDateTimeFields
120
+ }
112
121
  }
113
122
  }
114
123
  present {
115
124
  events {
116
- dateStatus
117
125
  resourceId
118
- startDate
119
- startTime
126
+ dateTime {
127
+ ...EventDateTimeFields
128
+ }
120
129
  }
121
130
  }
122
131
  }
132
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
123
133
  `;
124
134
  var USER_FIELDS_FRAGMENT = gql2`
125
135
  fragment UserFields on UserType {
@@ -213,15 +223,6 @@ var LOCATION_FIELDS_FRAGMENT = gql2`
213
223
  `;
214
224
 
215
225
  // src/graphql/queries/event.ts
216
- var EVENT_DATETIME_FIELDS_FRAGMENT = gql3`
217
- fragment EventDateTimeFields on EventDateTimeType {
218
- dateStatus
219
- endDate
220
- endTime
221
- startDate
222
- startTime
223
- }
224
- `;
225
226
  var EVENT_INFO = gql3`
226
227
  fragment EventInfoFields on EventInfoType {
227
228
  _id