@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.
- package/dist/{ad-CBsFDjHz.d.ts → ad-CZPQz-Bx.d.ts} +1 -1
- package/dist/{ad-Bo9PwPRD.d.mts → ad-DSADn76s.d.mts} +1 -1
- package/dist/{auth-D636FFnJ.d.mts → auth-Cea2ytrt.d.mts} +1 -1
- package/dist/{auth-D6Rg-cEc.d.ts → auth-CvLyedZM.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-dQyePynY.d.ts → global-Fgweq_ct.d.ts} +35 -31
- package/dist/{global-Czf4z7aN.d.mts → global-RAEmLq2G.d.mts} +35 -31
- package/dist/graphql/index.cjs +12 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +12 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +12 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +37 -32
- package/dist/index.d.ts +37 -32
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-BjvoQkGD.d.ts → resourceActivities-BkGGnxjl.d.ts} +3 -2
- package/dist/{resourceActivities-BUFJqkMf.d.mts → resourceActivities-DO97TmNs.d.mts} +3 -2
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/hooks/index.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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
|