@timardex/cluemart-shared 1.5.742 → 1.5.744
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-DTOtubs3.d.ts → ad-BbJKtcEe.d.ts} +1 -1
- package/dist/{ad-DpwV6VZX.d.mts → ad-EwNq3K-u.d.mts} +1 -1
- package/dist/{chunk-KXQLOILF.mjs → chunk-4CQKDYFV.mjs} +2 -2
- package/dist/{chunk-TIXEG66V.mjs → chunk-4RUNDZNT.mjs} +30 -1
- package/dist/chunk-4RUNDZNT.mjs.map +1 -0
- package/dist/{chunk-K5OWNJY5.mjs → chunk-GU6LBXF3.mjs} +2 -2
- package/dist/{chunk-64ZADXXH.mjs → chunk-LAXYY2JB.mjs} +2 -2
- package/dist/{chunk-LNIT5OS3.mjs → chunk-QCGHYPUR.mjs} +1 -1
- package/dist/chunk-QCGHYPUR.mjs.map +1 -0
- package/dist/{contactUs-CRypzI-A.d.mts → contactUs-DirInbd-.d.mts} +1 -1
- package/dist/{contactUs-BK5MKYPx.d.ts → contactUs-oyL6YWZt.d.ts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/{global-q9JjONd1.d.mts → global-DEuOHyMT.d.mts} +17 -5
- package/dist/{global-vWzQNI8w.d.ts → global-DHf9HCcy.d.ts} +17 -5
- package/dist/graphql/index.cjs +29 -0
- 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 +1 -1
- package/dist/hooks/index.cjs +29 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +29 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +17 -5
- package/dist/index.d.ts +17 -5
- package/dist/index.mjs +29 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{resourceActivities-DtxRUlrT.d.ts → resourceActivities-9kZvcc61.d.ts} +1 -1
- package/dist/{resourceActivities-CpjJeH23.d.mts → resourceActivities-BHbt1-Jz.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/sharing/index.mjs +3 -3
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-LNIT5OS3.mjs.map +0 -1
- package/dist/chunk-TIXEG66V.mjs.map +0 -1
- /package/dist/{chunk-KXQLOILF.mjs.map → chunk-4CQKDYFV.mjs.map} +0 -0
- /package/dist/{chunk-K5OWNJY5.mjs.map → chunk-GU6LBXF3.mjs.map} +0 -0
- /package/dist/{chunk-64ZADXXH.mjs.map → chunk-LAXYY2JB.mjs.map} +0 -0
package/dist/graphql/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType, EnumEventDateStatus } from '../enums/index.mjs';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType } from '../ad-
|
|
4
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
5
|
-
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType } from '../ad-EwNq3K-u.mjs';
|
|
4
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-BHbt1-Jz.mjs';
|
|
5
|
+
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-DEuOHyMT.mjs';
|
|
6
6
|
import '../images/index.mjs';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _apollo_client from '@apollo/client';
|
|
2
2
|
import { EnumResourceType, EnumEventDateStatus } from '../enums/index.js';
|
|
3
|
-
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType } from '../ad-
|
|
4
|
-
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-
|
|
5
|
-
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-
|
|
3
|
+
import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType } from '../ad-BbJKtcEe.js';
|
|
4
|
+
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-9kZvcc61.js';
|
|
5
|
+
import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-DHf9HCcy.js';
|
|
6
6
|
import '../images/index.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -2644,6 +2644,23 @@ var RELATED_POST_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2644
2644
|
postType
|
|
2645
2645
|
}
|
|
2646
2646
|
`;
|
|
2647
|
+
var SOCIAL_IMAGE_URL_FIELDS_FRAGMENT = import_client2.gql`
|
|
2648
|
+
fragment SocialImageUrlFields on SocialImageUrlType {
|
|
2649
|
+
url
|
|
2650
|
+
qrCode
|
|
2651
|
+
}
|
|
2652
|
+
`;
|
|
2653
|
+
var SOCIAL_IMAGE_FIELDS_FRAGMENT = import_client2.gql`
|
|
2654
|
+
fragment SocialImageFields on SocialImageType {
|
|
2655
|
+
public {
|
|
2656
|
+
...SocialImageUrlFields
|
|
2657
|
+
}
|
|
2658
|
+
relation {
|
|
2659
|
+
...SocialImageUrlFields
|
|
2660
|
+
}
|
|
2661
|
+
}
|
|
2662
|
+
${SOCIAL_IMAGE_URL_FIELDS_FRAGMENT}
|
|
2663
|
+
`;
|
|
2647
2664
|
|
|
2648
2665
|
// src/graphql/queries/event.ts
|
|
2649
2666
|
var EVENT_INFO = import_client3.gql`
|
|
@@ -2741,6 +2758,9 @@ var EVENT = import_client3.gql`
|
|
|
2741
2758
|
socialMedia {
|
|
2742
2759
|
...SocialMediaFields
|
|
2743
2760
|
}
|
|
2761
|
+
socialImage {
|
|
2762
|
+
...SocialImageFields
|
|
2763
|
+
}
|
|
2744
2764
|
tags
|
|
2745
2765
|
termsAgreement {
|
|
2746
2766
|
...TermsAgreementFields
|
|
@@ -2758,6 +2778,7 @@ var EVENT = import_client3.gql`
|
|
|
2758
2778
|
${TERMS_AGREEMENT_FIELDS_FRAGMENT}
|
|
2759
2779
|
${RELATION_DATES_FRAGMENT}
|
|
2760
2780
|
${RELATED_POST_FIELDS_FRAGMENT}
|
|
2781
|
+
${SOCIAL_IMAGE_FIELDS_FRAGMENT}
|
|
2761
2782
|
`;
|
|
2762
2783
|
var GET_EVENTS = import_client3.gql`
|
|
2763
2784
|
query getEvents($dateStatus: EventDateStatusEnumType) {
|
|
@@ -2939,6 +2960,9 @@ var VENDOR = import_client4.gql`
|
|
|
2939
2960
|
socialMedia {
|
|
2940
2961
|
...SocialMediaFields
|
|
2941
2962
|
}
|
|
2963
|
+
socialImage {
|
|
2964
|
+
...SocialImageFields
|
|
2965
|
+
}
|
|
2942
2966
|
termsAgreement {
|
|
2943
2967
|
...TermsAgreementFields
|
|
2944
2968
|
}
|
|
@@ -2959,6 +2983,7 @@ var VENDOR = import_client4.gql`
|
|
|
2959
2983
|
${TERMS_AGREEMENT_FIELDS_FRAGMENT}
|
|
2960
2984
|
${RELATION_DATES_FRAGMENT}
|
|
2961
2985
|
${RELATED_POST_FIELDS_FRAGMENT}
|
|
2986
|
+
${SOCIAL_IMAGE_FIELDS_FRAGMENT}
|
|
2962
2987
|
`;
|
|
2963
2988
|
var VENDOR_ATTRIBUTES_FRAGMENT = import_client4.gql`
|
|
2964
2989
|
fragment VendorAttributesFields on VendorAttributesType {
|
|
@@ -3464,6 +3489,9 @@ var PARTNER = import_client16.gql`
|
|
|
3464
3489
|
socialMedia {
|
|
3465
3490
|
...SocialMediaFields
|
|
3466
3491
|
}
|
|
3492
|
+
socialImage {
|
|
3493
|
+
...SocialImageFields
|
|
3494
|
+
}
|
|
3467
3495
|
termsAgreement {
|
|
3468
3496
|
...TermsAgreementFields
|
|
3469
3497
|
}
|
|
@@ -3478,6 +3506,7 @@ var PARTNER = import_client16.gql`
|
|
|
3478
3506
|
${SOCIAL_MEDIA_FIELDS_FRAGMENT}
|
|
3479
3507
|
${CONTACT_DETAILS_FIELDS_FRAGMENT}
|
|
3480
3508
|
${RELATED_POST_FIELDS_FRAGMENT}
|
|
3509
|
+
${SOCIAL_IMAGE_FIELDS_FRAGMENT}
|
|
3481
3510
|
`;
|
|
3482
3511
|
var GET_PARTNERS = import_client16.gql`
|
|
3483
3512
|
query getPartners {
|