@timardex/cluemart-shared 1.5.812 → 1.5.814
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-D-_ZkOMn.d.ts → ad-0muFV6oH.d.ts} +3 -1
- package/dist/{ad-D3gPYInl.d.mts → ad-Dlk9SFLw.d.mts} +3 -1
- package/dist/{chunk-XBUBH7OF.mjs → chunk-4ICKZHQA.mjs} +8 -1
- package/dist/chunk-4ICKZHQA.mjs.map +1 -0
- package/dist/{chunk-UA7GCPPH.mjs → chunk-DLPDX4EH.mjs} +2 -2
- package/dist/{chunk-2PM6254K.mjs → chunk-POXARN2X.mjs} +1 -1
- package/dist/chunk-POXARN2X.mjs.map +1 -0
- package/dist/{contactUs-RKkIL-nI.d.ts → contactUs-CiXFYse5.d.ts} +1 -1
- package/dist/{contactUs-Dr-IbmG5.d.mts → contactUs-HPydW6BR.d.mts} +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 +2 -2
- package/dist/{global-BeBuHWbg.d.ts → global-B2jacmZB.d.ts} +2 -0
- package/dist/{global-C8npu_7P.d.mts → global-Dq6A7pNV.d.mts} +2 -0
- package/dist/graphql/index.cjs +7 -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 +7 -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 +3 -3
- package/dist/index.cjs +7 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +7 -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-lFB7B-Y9.d.mts → resourceActivities-BCZ6HU7U.d.mts} +1 -1
- package/dist/{resourceActivities-CJrM2qDC.d.ts → resourceActivities-DUR5JaaB.d.ts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- 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.cjs.map +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-2PM6254K.mjs.map +0 -1
- package/dist/chunk-XBUBH7OF.mjs.map +0 -1
- /package/dist/{chunk-UA7GCPPH.mjs.map → chunk-DLPDX4EH.mjs.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumNotificationResourceType, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import { av as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, ak as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, ax as SocialShareResourceType, B as BaseResourceTypeFormData, at as ResourceContactDetailsType, aw as SocialMediaType, a6 as OwnerType } from './global-
|
|
2
|
+
import { av as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, ak as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, ax as SocialShareResourceType, B as BaseResourceTypeFormData, at as ResourceContactDetailsType, aw as SocialMediaType, a6 as OwnerType } from './global-B2jacmZB.js';
|
|
3
3
|
import { PosterAssetId } from './images/index.js';
|
|
4
4
|
|
|
5
5
|
type UserFormData = {
|
|
@@ -177,6 +177,7 @@ type SchoolCampaignType = {
|
|
|
177
177
|
};
|
|
178
178
|
type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
|
|
179
179
|
_id: string;
|
|
180
|
+
approvedAt?: Date | null;
|
|
180
181
|
campaigns: SchoolCampaignType[];
|
|
181
182
|
createdAt: Date;
|
|
182
183
|
deletedAt: Date | null;
|
|
@@ -245,6 +246,7 @@ type RedeemHistoryType = {
|
|
|
245
246
|
interface AffiliateType {
|
|
246
247
|
_id: string;
|
|
247
248
|
active: boolean;
|
|
249
|
+
approvedAt?: Date | null;
|
|
248
250
|
affiliateBonusRewards?: AffiliateRewardType[] | null;
|
|
249
251
|
affiliateCode: PromoCodeType | null;
|
|
250
252
|
affiliateDetails: AffiliateDetailsType | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumNotificationResourceType, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import { av as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, ak as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, ax as SocialShareResourceType, B as BaseResourceTypeFormData, at as ResourceContactDetailsType, aw as SocialMediaType, a6 as OwnerType } from './global-
|
|
2
|
+
import { av as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, ak as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, ax as SocialShareResourceType, B as BaseResourceTypeFormData, at as ResourceContactDetailsType, aw as SocialMediaType, a6 as OwnerType } from './global-Dq6A7pNV.mjs';
|
|
3
3
|
import { PosterAssetId } from './images/index.mjs';
|
|
4
4
|
|
|
5
5
|
type UserFormData = {
|
|
@@ -177,6 +177,7 @@ type SchoolCampaignType = {
|
|
|
177
177
|
};
|
|
178
178
|
type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
|
|
179
179
|
_id: string;
|
|
180
|
+
approvedAt?: Date | null;
|
|
180
181
|
campaigns: SchoolCampaignType[];
|
|
181
182
|
createdAt: Date;
|
|
182
183
|
deletedAt: Date | null;
|
|
@@ -245,6 +246,7 @@ type RedeemHistoryType = {
|
|
|
245
246
|
interface AffiliateType {
|
|
246
247
|
_id: string;
|
|
247
248
|
active: boolean;
|
|
249
|
+
approvedAt?: Date | null;
|
|
248
250
|
affiliateBonusRewards?: AffiliateRewardType[] | null;
|
|
249
251
|
affiliateCode: PromoCodeType | null;
|
|
250
252
|
affiliateDetails: AffiliateDetailsType | null;
|
|
@@ -238,6 +238,7 @@ var EVENT_LIST_ITEM = gql`
|
|
|
238
238
|
fragment EventListItemFields on EventListItemType {
|
|
239
239
|
_id
|
|
240
240
|
active
|
|
241
|
+
approvedAt
|
|
241
242
|
claimed
|
|
242
243
|
cover {
|
|
243
244
|
...ResourceImageFields
|
|
@@ -343,6 +344,7 @@ var EVENT = gql2`
|
|
|
343
344
|
...AssociatesFields
|
|
344
345
|
}
|
|
345
346
|
adIds
|
|
347
|
+
approvedAt
|
|
346
348
|
cover {
|
|
347
349
|
...ResourceImageFields
|
|
348
350
|
}
|
|
@@ -533,6 +535,7 @@ var VENDOR = gql3`
|
|
|
533
535
|
...AssociatesFields
|
|
534
536
|
}
|
|
535
537
|
adIds
|
|
538
|
+
approvedAt
|
|
536
539
|
availability {
|
|
537
540
|
corporate
|
|
538
541
|
private
|
|
@@ -781,6 +784,7 @@ var PARTNER = gql4`
|
|
|
781
784
|
...AssociatesFields
|
|
782
785
|
}
|
|
783
786
|
adIds
|
|
787
|
+
approvedAt
|
|
784
788
|
cover {
|
|
785
789
|
...ResourceImageFields
|
|
786
790
|
}
|
|
@@ -1027,6 +1031,7 @@ var POST_FIELDS_FRAGMENT = gql7`
|
|
|
1027
1031
|
fragment PostFields on PostType {
|
|
1028
1032
|
_id
|
|
1029
1033
|
active
|
|
1034
|
+
approvedAt
|
|
1030
1035
|
caption
|
|
1031
1036
|
content {
|
|
1032
1037
|
...PostContentFields
|
|
@@ -4905,6 +4910,7 @@ var SCHOOL = gql38`
|
|
|
4905
4910
|
fragment SchoolFields on SchoolType {
|
|
4906
4911
|
_id
|
|
4907
4912
|
active
|
|
4913
|
+
approvedAt
|
|
4908
4914
|
campaigns {
|
|
4909
4915
|
...SchoolCampaignFields
|
|
4910
4916
|
}
|
|
@@ -5143,6 +5149,7 @@ var AFFILIATE_FIELDS_FRAGMENT = gql40`
|
|
|
5143
5149
|
affiliateResources {
|
|
5144
5150
|
...AffiliateResourceFields
|
|
5145
5151
|
}
|
|
5152
|
+
approvedAt
|
|
5146
5153
|
createdAt
|
|
5147
5154
|
deletedAt
|
|
5148
5155
|
redeemHistory {
|
|
@@ -5430,4 +5437,4 @@ export {
|
|
|
5430
5437
|
useDeleteAffiliate,
|
|
5431
5438
|
useRedeemAffiliateReward
|
|
5432
5439
|
};
|
|
5433
|
-
//# sourceMappingURL=chunk-
|
|
5440
|
+
//# sourceMappingURL=chunk-4ICKZHQA.mjs.map
|