@timardex/cluemart-shared 1.4.13 → 1.4.14

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
- import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-D2pZ8AdX.mjs';
4
- import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-DhBPsOLv.mjs';
5
- import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-C-0GvAvh.mjs';
3
+ import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CtfWc2rd.mjs';
4
+ import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-D5dNxa5e.mjs';
5
+ import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-BnXA5t_U.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
- import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BaEic0VS.js';
4
- import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-DdNUoIKL.js';
5
- import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-BdonvD0s.js';
3
+ import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-C9XUSb9n.js';
4
+ import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-x5DE08tD.js';
5
+ import { T as TesterType, U as UserType, P as PartnerType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-DDDWdbHZ.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -156,44 +156,35 @@ var USER_FIELDS_FRAGMENT = gql2`
156
156
  fragment UserFields on UserType {
157
157
  _id
158
158
  active
159
- appMetadata {
160
- appVersion
161
- platform
162
- buildNumber
163
- }
164
159
  associates {
165
160
  ...AssociatesFields
166
161
  }
162
+ avatar {
163
+ ...ResourceImageFields
164
+ }
167
165
  createdAt
168
166
  deletedAt
167
+ email
168
+ events
169
+ firstName
169
170
  isTester
171
+ lastName
170
172
  licences {
171
173
  ...LicenceFields
172
174
  }
175
+ partner
176
+ platform
177
+ preferredRegion
173
178
  refreshToken
179
+ role
174
180
  termsAgreement {
175
181
  ...TermsAgreementFields
176
182
  }
177
- updatedAt
178
183
  userActivity {
179
184
  ...UserActivityFields
180
185
  }
181
- userDetails {
182
- avatar {
183
- ...ResourceImageFields
184
- }
185
- email
186
- firstName
187
- lastName
188
- password
189
- preferredRegion
190
- role
191
- }
192
- userResources {
193
- events
194
- partner
195
- vendor
196
- }
186
+ vendor
187
+ updatedAt
197
188
  }
198
189
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
199
190
  ${ASSOCIATES_FIELDS_FRAGMENT}