@timardex/cluemart-shared 1.5.840 → 1.5.842
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-hB5a-T-H.d.ts → ad-OyMRZ4ZE.d.ts} +3 -3
- package/dist/{ad-Cm6SjNKx.d.mts → ad-bXnDHikm.d.mts} +3 -3
- package/dist/{affiliate-Cr1nCw37.d.ts → affiliate-B28f_U7r.d.ts} +2 -2
- package/dist/{affiliate-BjaLPhW6.d.mts → affiliate-C56okox0.d.mts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{chunk-2V7QKRQE.mjs → chunk-4VN5M5JO.mjs} +1 -1
- package/dist/chunk-4VN5M5JO.mjs.map +1 -0
- package/dist/{chunk-NU7IZZQY.mjs → chunk-AYO3E4DM.mjs} +2 -2
- package/dist/{chunk-LN5LS2GJ.mjs → chunk-BIJ5NDXW.mjs} +2 -2
- package/dist/{chunk-SWWVD4J5.mjs → chunk-SD42WIMV.mjs} +2 -2
- package/dist/{chunk-SWWVD4J5.mjs.map → chunk-SD42WIMV.mjs.map} +1 -1
- package/dist/{chunk-THXLJFLL.mjs → chunk-TX3TVIQO.mjs} +3 -3
- package/dist/{contactUs-09e9ThN0.d.mts → contactUs-BH5uubk6.d.mts} +1 -1
- package/dist/{contactUs-DI70VJ9T.d.ts → contactUs-DKhr1NAC.d.ts} +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +4 -4
- package/dist/{global--iSLy2cE.d.ts → global-B8kHBTPv.d.ts} +1 -1
- package/dist/{global-BHwZPjT8.d.mts → global-JPj82Tvl.d.mts} +1 -1
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/hooks/index.cjs +0 -7
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +5 -12
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +1 -1
- 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-BDIjVrI4.d.mts → resourceActivities-CZw8My9Z.d.mts} +1 -1
- package/dist/{resourceActivities-JNcJxpTh.d.ts → resourceActivities-DV23pl5i.d.ts} +1 -1
- package/dist/sharing/index.cjs +1 -1
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.d.mts +2 -2
- package/dist/sharing/index.d.ts +2 -2
- package/dist/sharing/index.mjs +2 -2
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.mjs +1 -1
- package/dist/{user-R0mu_xsK.d.mts → user-B8Y1_VmG.d.mts} +1 -1
- package/dist/{user-D3GDkvx8.d.ts → user-c_sh7aZ_.d.ts} +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.mjs +3 -3
- package/package.json +1 -1
- package/dist/chunk-2V7QKRQE.mjs.map +0 -1
- /package/dist/{chunk-NU7IZZQY.mjs.map → chunk-AYO3E4DM.mjs.map} +0 -0
- /package/dist/{chunk-LN5LS2GJ.mjs.map → chunk-BIJ5NDXW.mjs.map} +0 -0
- /package/dist/{chunk-THXLJFLL.mjs.map → chunk-TX3TVIQO.mjs.map} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -783,7 +783,6 @@ interface BaseResourceTypeFormData {
|
|
|
783
783
|
logo?: ResourceImageType | null;
|
|
784
784
|
logoUpload?: ResourceImageType | null;
|
|
785
785
|
name: string;
|
|
786
|
-
owner?: OwnerType | null;
|
|
787
786
|
promoCodes?: PromoCodeType[] | null;
|
|
788
787
|
region: string;
|
|
789
788
|
socialMedia: SocialMediaType[] | null;
|
|
@@ -809,6 +808,7 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
|
|
|
809
808
|
approvedAt?: Date | null;
|
|
810
809
|
createdAt: Date;
|
|
811
810
|
deletedAt: Date | null;
|
|
811
|
+
owner: OwnerType;
|
|
812
812
|
posterUsage?: PosterUsageType | null;
|
|
813
813
|
rating?: number | null;
|
|
814
814
|
relatedPost?: RelatedPostType | null;
|
|
@@ -1489,7 +1489,7 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
|
|
|
1489
1489
|
createdAt: Date;
|
|
1490
1490
|
deletedAt: Date | null;
|
|
1491
1491
|
overallPoints: number | null;
|
|
1492
|
-
owner: OwnerType
|
|
1492
|
+
owner: OwnerType;
|
|
1493
1493
|
ranking: number | null;
|
|
1494
1494
|
schoolCode: PromoCodeType;
|
|
1495
1495
|
updatedAt: Date | null;
|
|
@@ -2902,7 +2902,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
|
|
|
2902
2902
|
* invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
|
|
2903
2903
|
* this value forces crawlers to fetch a fresh image after server deploy.
|
|
2904
2904
|
*/
|
|
2905
|
-
declare const RELATION_OVERLAY_LAYOUT_VERSION =
|
|
2905
|
+
declare const RELATION_OVERLAY_LAYOUT_VERSION = 43;
|
|
2906
2906
|
declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
|
|
2907
2907
|
type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
|
|
2908
2908
|
declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
|
package/dist/index.d.ts
CHANGED
|
@@ -783,7 +783,6 @@ interface BaseResourceTypeFormData {
|
|
|
783
783
|
logo?: ResourceImageType | null;
|
|
784
784
|
logoUpload?: ResourceImageType | null;
|
|
785
785
|
name: string;
|
|
786
|
-
owner?: OwnerType | null;
|
|
787
786
|
promoCodes?: PromoCodeType[] | null;
|
|
788
787
|
region: string;
|
|
789
788
|
socialMedia: SocialMediaType[] | null;
|
|
@@ -809,6 +808,7 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
|
|
|
809
808
|
approvedAt?: Date | null;
|
|
810
809
|
createdAt: Date;
|
|
811
810
|
deletedAt: Date | null;
|
|
811
|
+
owner: OwnerType;
|
|
812
812
|
posterUsage?: PosterUsageType | null;
|
|
813
813
|
rating?: number | null;
|
|
814
814
|
relatedPost?: RelatedPostType | null;
|
|
@@ -1489,7 +1489,7 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
|
|
|
1489
1489
|
createdAt: Date;
|
|
1490
1490
|
deletedAt: Date | null;
|
|
1491
1491
|
overallPoints: number | null;
|
|
1492
|
-
owner: OwnerType
|
|
1492
|
+
owner: OwnerType;
|
|
1493
1493
|
ranking: number | null;
|
|
1494
1494
|
schoolCode: PromoCodeType;
|
|
1495
1495
|
updatedAt: Date | null;
|
|
@@ -2902,7 +2902,7 @@ declare const RELATION_SHARE_APPLICATION: "application";
|
|
|
2902
2902
|
* invalidate after deploy. Facebook caches preview JPEGs by exact URL — changing
|
|
2903
2903
|
* this value forces crawlers to fetch a fresh image after server deploy.
|
|
2904
2904
|
*/
|
|
2905
|
-
declare const RELATION_OVERLAY_LAYOUT_VERSION =
|
|
2905
|
+
declare const RELATION_OVERLAY_LAYOUT_VERSION = 43;
|
|
2906
2906
|
declare const RELATION_SHARE_RESOURCE_TYPES: readonly ["invitation", "application"];
|
|
2907
2907
|
type RelationShareResourceType = (typeof RELATION_SHARE_RESOURCE_TYPES)[number];
|
|
2908
2908
|
declare function isRelationShareResourceType(resourceType: string): resourceType is RelationShareResourceType;
|
package/dist/index.mjs
CHANGED
|
@@ -721,7 +721,7 @@ function computeDailyClueState(dailyClue) {
|
|
|
721
721
|
// src/sharing/relationShareTypes.ts
|
|
722
722
|
var RELATION_SHARE_INVITATION = "invitation";
|
|
723
723
|
var RELATION_SHARE_APPLICATION = "application";
|
|
724
|
-
var RELATION_OVERLAY_LAYOUT_VERSION =
|
|
724
|
+
var RELATION_OVERLAY_LAYOUT_VERSION = 43;
|
|
725
725
|
var RELATION_SHARE_RESOURCE_TYPES = [
|
|
726
726
|
RELATION_SHARE_INVITATION,
|
|
727
727
|
RELATION_SHARE_APPLICATION
|