@timardex/cluemart-shared 1.2.55 → 1.2.57

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
- import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BjvoQkGD.js';
3
- import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-dQyePynY.js';
2
+ import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-BkGGnxjl.js';
3
+ import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType } from '../global-Fgweq_ct.js';
4
4
  import { EnumResourceType } from '../enums/index.js';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-CBsFDjHz.js';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType } from '../ad-CZPQz-Bx.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -258,6 +258,7 @@ var EVENT = gql3`
258
258
  contactDetails {
259
259
  ...ContactDetailsFields
260
260
  }
261
+ chatIds
261
262
  dateTime {
262
263
  ...EventDateTimeFields
263
264
  }
@@ -415,6 +416,7 @@ var VENDOR = gql4`
415
416
  cover {
416
417
  ...ResourceImageFields
417
418
  }
419
+ chatIds
418
420
  createdAt
419
421
  description
420
422
  deletedAt
@@ -740,6 +742,7 @@ var CHAT_FIELDS_FRAGMENT = gql6`
740
742
  }
741
743
  resourceInfo {
742
744
  eventId
745
+ partnerId
743
746
  vendorId
744
747
  }
745
748
  updatedAt
@@ -983,6 +986,7 @@ var PARTNER = gql11`
983
986
  contactDetails {
984
987
  ...ContactDetailsFields
985
988
  }
989
+ chatIds
986
990
  description
987
991
  deletedAt
988
992
  images {
@@ -1000,6 +1004,9 @@ var PARTNER = gql11`
1000
1004
  ...OwnerFields
1001
1005
  }
1002
1006
  partnerType
1007
+ posterUsage {
1008
+ ...PosterUsageFields
1009
+ }
1003
1010
  region
1004
1011
  socialMedia {
1005
1012
  ...SocialMediaFields
@@ -1011,6 +1018,11 @@ var PARTNER = gql11`
1011
1018
  }
1012
1019
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
1013
1020
  ${LOCATION_FIELDS_FRAGMENT}
1021
+ ${OWNER_FIELDS_FRAGMENT}
1022
+ ${ASSOCIATES_FIELDS_FRAGMENT}
1023
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
1024
+ ${POSTER_USAGE_FIELDS_FRAGMENT}
1025
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
1014
1026
  `;
1015
1027
  var GET_PARTNERS = gql11`
1016
1028
  query getPartners {
@@ -1534,7 +1546,6 @@ var RELATION_FIELDS_FRAGMENT = gql18`
1534
1546
  _id
1535
1547
  active
1536
1548
  apiMessage
1537
- chatId
1538
1549
  createdAt
1539
1550
  lastUpdateBy
1540
1551
  eventId