@timardex/cluemart-shared 1.5.760 → 1.5.762
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-BG0lQxCY.d.ts → ad-CJagQnlM.d.ts} +2 -1
- package/dist/{ad-C9XeExJG.d.mts → ad-DvMxLm4X.d.mts} +2 -1
- package/dist/{chunk-SR7UIBOW.mjs → chunk-4LVHHYB3.mjs} +4 -1
- package/dist/chunk-4LVHHYB3.mjs.map +1 -0
- package/dist/{chunk-YQQO66DR.mjs → chunk-MBU3ZY6J.mjs} +2 -2
- package/dist/{chunk-5RXTRSY2.mjs → chunk-MVRRQ7CN.mjs} +2 -2
- package/dist/{chunk-J4ENZPQE.mjs → chunk-RGE5GVDJ.mjs} +1 -1
- package/dist/chunk-RGE5GVDJ.mjs.map +1 -0
- package/dist/{chunk-B2D5OLQT.mjs → chunk-V6XMJOAO.mjs} +2 -2
- package/dist/{contactUs-DA-wkW8U.d.ts → contactUs-4VZQ638B.d.ts} +1 -1
- package/dist/{contactUs-Bgn0Ixmz.d.mts → contactUs-D7tniSAx.d.mts} +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-Bqkcya3A.d.mts → global-BpBsWczS.d.mts} +13 -7
- package/dist/{global-D7RVPZoz.d.ts → global-BqDLgGwU.d.ts} +13 -7
- package/dist/graphql/index.cjs +3 -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 +6 -1
- 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 +8 -6
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +14 -7
- package/dist/index.d.ts +14 -7
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-DPD0AnWh.d.mts → resourceActivities-C_0LA9YJ.d.mts} +1 -1
- package/dist/{resourceActivities-DdlPNlJF.d.ts → resourceActivities-D0w8LT8f.d.ts} +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-J4ENZPQE.mjs.map +0 -1
- package/dist/chunk-SR7UIBOW.mjs.map +0 -1
- /package/dist/{chunk-YQQO66DR.mjs.map → chunk-MBU3ZY6J.mjs.map} +0 -0
- /package/dist/{chunk-5RXTRSY2.mjs.map → chunk-MVRRQ7CN.mjs.map} +0 -0
- /package/dist/{chunk-B2D5OLQT.mjs.map → chunk-V6XMJOAO.mjs.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import {
|
|
2
|
+
import { aw as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, al as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, B as BaseResourceTypeFormData, au as ResourceContactDetailsType, ax as SocialMediaType, a6 as OwnerType } from './global-BqDLgGwU.js';
|
|
3
3
|
import { PosterAssetId } from './images/index.js';
|
|
4
4
|
|
|
5
5
|
type UserFormData = {
|
|
@@ -268,6 +268,7 @@ type AdResource = {
|
|
|
268
268
|
resourceName: string;
|
|
269
269
|
resourceRegion: string;
|
|
270
270
|
resourceType: EnumResourceType;
|
|
271
|
+
resourceSlug: string;
|
|
271
272
|
};
|
|
272
273
|
interface AdFormData {
|
|
273
274
|
active: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import {
|
|
2
|
+
import { aw as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, al as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, B as BaseResourceTypeFormData, au as ResourceContactDetailsType, ax as SocialMediaType, a6 as OwnerType } from './global-BpBsWczS.mjs';
|
|
3
3
|
import { PosterAssetId } from './images/index.mjs';
|
|
4
4
|
|
|
5
5
|
type UserFormData = {
|
|
@@ -268,6 +268,7 @@ type AdResource = {
|
|
|
268
268
|
resourceName: string;
|
|
269
269
|
resourceRegion: string;
|
|
270
270
|
resourceType: EnumResourceType;
|
|
271
|
+
resourceSlug: string;
|
|
271
272
|
};
|
|
272
273
|
interface AdFormData {
|
|
273
274
|
active: boolean;
|
|
@@ -280,6 +280,7 @@ var EVENT_LIST_ITEM = gql`
|
|
|
280
280
|
var RELATED_POST_FIELDS_FRAGMENT = gql`
|
|
281
281
|
fragment RelatedPostFields on RelatedPostType {
|
|
282
282
|
postId
|
|
283
|
+
postSlug
|
|
283
284
|
postType
|
|
284
285
|
}
|
|
285
286
|
`;
|
|
@@ -999,6 +1000,7 @@ var POST_FIELDS_FRAGMENT = gql7`
|
|
|
999
1000
|
postType
|
|
1000
1001
|
resource {
|
|
1001
1002
|
resourceId
|
|
1003
|
+
resourceSlug
|
|
1002
1004
|
resourceRegion
|
|
1003
1005
|
resourceType
|
|
1004
1006
|
}
|
|
@@ -3901,6 +3903,7 @@ var AD_FIELDS_FRAGMENT = gql25`
|
|
|
3901
3903
|
adTitle
|
|
3902
3904
|
adType
|
|
3903
3905
|
resourceId
|
|
3906
|
+
resourceSlug
|
|
3904
3907
|
resourceName
|
|
3905
3908
|
resourceRegion
|
|
3906
3909
|
resourceType
|
|
@@ -5142,4 +5145,4 @@ export {
|
|
|
5142
5145
|
useGetSchools,
|
|
5143
5146
|
useGetSchool
|
|
5144
5147
|
};
|
|
5145
|
-
//# sourceMappingURL=chunk-
|
|
5148
|
+
//# sourceMappingURL=chunk-4LVHHYB3.mjs.map
|