@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,6 +1,6 @@
1
- import { L as LocationType, f as VendorFormData, g as CreateVendorFormData, h as VendorInfoFormData, i as CreateVendorInfoFormData, j as EventFormData, k as CreateEventFormData, l as EventInfoFormData, m as CreateEventInfoFormData, B as BaseResourceTypeFormData } from '../global-dQyePynY.js';
2
- import { a as UserFormData, C as CreateUserFormData, b as PartnerFormData, c as TestersFormData, d as CreateTestersFormData, e as AdFormData, f as CreateAdFormData, g as CreatePartnerFormData } from '../ad-CBsFDjHz.js';
3
- import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-D6Rg-cEc.js';
1
+ import { L as LocationType, f as VendorFormData, g as CreateVendorFormData, h as VendorInfoFormData, i as CreateVendorInfoFormData, j as EventFormData, k as CreateEventFormData, l as EventInfoFormData, m as CreateEventInfoFormData, B as BaseResourceTypeFormData } from '../global-Fgweq_ct.js';
2
+ import { a as UserFormData, C as CreateUserFormData, b as PartnerFormData, c as TestersFormData, d as CreateTestersFormData, e as AdFormData, f as CreateAdFormData, g as CreatePartnerFormData } from '../ad-CZPQz-Bx.js';
3
+ import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-CvLyedZM.js';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.js';
6
6
 
package/dist/index.cjs CHANGED
@@ -2521,6 +2521,7 @@ var EVENT = import_client3.gql`
2521
2521
  contactDetails {
2522
2522
  ...ContactDetailsFields
2523
2523
  }
2524
+ chatIds
2524
2525
  dateTime {
2525
2526
  ...EventDateTimeFields
2526
2527
  }
@@ -2678,6 +2679,7 @@ var VENDOR = import_client4.gql`
2678
2679
  cover {
2679
2680
  ...ResourceImageFields
2680
2681
  }
2682
+ chatIds
2681
2683
  createdAt
2682
2684
  description
2683
2685
  deletedAt
@@ -3003,6 +3005,7 @@ var CHAT_FIELDS_FRAGMENT = import_client8.gql`
3003
3005
  }
3004
3006
  resourceInfo {
3005
3007
  eventId
3008
+ partnerId
3006
3009
  vendorId
3007
3010
  }
3008
3011
  updatedAt
@@ -3246,6 +3249,7 @@ var PARTNER = import_client16.gql`
3246
3249
  contactDetails {
3247
3250
  ...ContactDetailsFields
3248
3251
  }
3252
+ chatIds
3249
3253
  description
3250
3254
  deletedAt
3251
3255
  images {
@@ -3263,6 +3267,9 @@ var PARTNER = import_client16.gql`
3263
3267
  ...OwnerFields
3264
3268
  }
3265
3269
  partnerType
3270
+ posterUsage {
3271
+ ...PosterUsageFields
3272
+ }
3266
3273
  region
3267
3274
  socialMedia {
3268
3275
  ...SocialMediaFields
@@ -3274,6 +3281,11 @@ var PARTNER = import_client16.gql`
3274
3281
  }
3275
3282
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
3276
3283
  ${LOCATION_FIELDS_FRAGMENT}
3284
+ ${OWNER_FIELDS_FRAGMENT}
3285
+ ${ASSOCIATES_FIELDS_FRAGMENT}
3286
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3287
+ ${POSTER_USAGE_FIELDS_FRAGMENT}
3288
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3277
3289
  `;
3278
3290
  var GET_PARTNERS = import_client16.gql`
3279
3291
  query getPartners {
@@ -3797,7 +3809,6 @@ var RELATION_FIELDS_FRAGMENT = import_client30.gql`
3797
3809
  _id
3798
3810
  active
3799
3811
  apiMessage
3800
- chatId
3801
3812
  createdAt
3802
3813
  lastUpdateBy
3803
3814
  eventId