@timardex/cluemart-shared 1.5.514 → 1.5.516
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/{chunk-3WSV6DBG.mjs → chunk-6FBQIZD5.mjs} +7 -1
- package/dist/{chunk-3WSV6DBG.mjs.map → chunk-6FBQIZD5.mjs.map} +1 -1
- package/dist/graphql/index.cjs +6 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +11 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +6 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +13 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +13 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{post-BdZppiSg.d.ts → post-Boa6CuuS.d.ts} +4 -1
- package/dist/{post-DJUVmC92.d.mts → post-CVcBv8XI.d.mts} +4 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumUserLicence, EnumSubscriptionStatus, EnumOSPlatform, EnumUserRole, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
|
-
import { A as AssociateType, Q as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, s as CreateFormData, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, K as ResourceContactDetailsType, y as OwnerType } from './global-B0WdAD-8.js';
|
|
2
|
+
import { A as AssociateType, Q as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, s as CreateFormData, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, K as ResourceContactDetailsType, T as SocialMediaType, y as OwnerType } from './global-B0WdAD-8.js';
|
|
3
3
|
import { B as BaseGame } from './game-BkJDVMMI.js';
|
|
4
4
|
|
|
5
5
|
type UserFormData = {
|
|
@@ -148,6 +148,7 @@ interface SchoolFormData {
|
|
|
148
148
|
name: string;
|
|
149
149
|
region: string;
|
|
150
150
|
studentCount: number;
|
|
151
|
+
socialMedia: SocialMediaType[] | null;
|
|
151
152
|
termsAgreement?: TermsAgreement | null;
|
|
152
153
|
}
|
|
153
154
|
type CreateSchoolFormData = CreateFormData<SchoolFormData>;
|
|
@@ -155,7 +156,9 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
|
|
|
155
156
|
_id: string;
|
|
156
157
|
createdAt: Date;
|
|
157
158
|
deletedAt: Date | null;
|
|
159
|
+
overallPoints: number | null;
|
|
158
160
|
owner: OwnerType | null;
|
|
161
|
+
schoolCode: string;
|
|
159
162
|
updatedAt: Date | null;
|
|
160
163
|
};
|
|
161
164
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumUserLicence, EnumSubscriptionStatus, EnumOSPlatform, EnumUserRole, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
|
-
import { A as AssociateType, Q as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, s as CreateFormData, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, K as ResourceContactDetailsType, y as OwnerType } from './global-MMBYi34A.mjs';
|
|
2
|
+
import { A as AssociateType, Q as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, s as CreateFormData, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, K as ResourceContactDetailsType, T as SocialMediaType, y as OwnerType } from './global-MMBYi34A.mjs';
|
|
3
3
|
import { B as BaseGame } from './game-BunlgBR3.mjs';
|
|
4
4
|
|
|
5
5
|
type UserFormData = {
|
|
@@ -148,6 +148,7 @@ interface SchoolFormData {
|
|
|
148
148
|
name: string;
|
|
149
149
|
region: string;
|
|
150
150
|
studentCount: number;
|
|
151
|
+
socialMedia: SocialMediaType[] | null;
|
|
151
152
|
termsAgreement?: TermsAgreement | null;
|
|
152
153
|
}
|
|
153
154
|
type CreateSchoolFormData = CreateFormData<SchoolFormData>;
|
|
@@ -155,7 +156,9 @@ type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
|
|
|
155
156
|
_id: string;
|
|
156
157
|
createdAt: Date;
|
|
157
158
|
deletedAt: Date | null;
|
|
159
|
+
overallPoints: number | null;
|
|
158
160
|
owner: OwnerType | null;
|
|
161
|
+
schoolCode: string;
|
|
159
162
|
updatedAt: Date | null;
|
|
160
163
|
};
|
|
161
164
|
|
package/dist/types/index.d.mts
CHANGED
|
@@ -3,7 +3,7 @@ export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginF
|
|
|
3
3
|
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-CqrscA5x.mjs';
|
|
4
4
|
import { c as EventListItemType } from '../global-MMBYi34A.mjs';
|
|
5
5
|
export { A as AssociateType, r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, s as CreateFormData, t as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, D as DateTimeType, u as DateTimeWithPriceType, v as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, w as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, x as LocationGeoType, L as LocationType, N as Nullable, O as OptionItem, y as OwnerType, P as PaymentInfoType, z as PosterUsageType, R as RefundPolicy, H as Region, J as RelationDate, e as RelationType, b as Requirement, f as ResourceConnectionsType, K as ResourceContactDetailsType, M as ResourceDetails, Q as ResourceImageType, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, $ as VendorCalendarData, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, a0 as VendorProductList, V as VendorType } from '../global-MMBYi34A.mjs';
|
|
6
|
-
export { h as AdFormData, q as AdResource, A as AdType, m as AppSettingsFormData, d as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, p as CreateSchoolFormData, C as CreateUserFormData, r as EnumAdShowOn, E as EnumAdStatus, s as EnumAdStyle, t as EnumAdType, u as EnumPostContentType, c as EnumPostType, g as PartnerFormData, P as PartnerType, v as PostContentData, w as PostContentFormData, x as PostContentGame, y as PostContentImage, z as PostContentList, B as PostContentTextarea, D as PostContentType, F as PostContentVideo, G as PostFileInput, k as PostFormData, b as PostType, R as ResourceByUser, o as SchoolFormData, e as SchoolType, H as StripeSubscription, I as SubscriptionPlanData, S as SubscriptionPlansResponse, J as SubscriptionPricingData, a as SubscriptionStatusData, K as UserActivity, L as UserActivityEvent, f as UserFormData, U as UserType } from '../post-
|
|
6
|
+
export { h as AdFormData, q as AdResource, A as AdType, m as AppSettingsFormData, d as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, p as CreateSchoolFormData, C as CreateUserFormData, r as EnumAdShowOn, E as EnumAdStatus, s as EnumAdStyle, t as EnumAdType, u as EnumPostContentType, c as EnumPostType, g as PartnerFormData, P as PartnerType, v as PostContentData, w as PostContentFormData, x as PostContentGame, y as PostContentImage, z as PostContentList, B as PostContentTextarea, D as PostContentType, F as PostContentVideo, G as PostFileInput, k as PostFormData, b as PostType, R as ResourceByUser, o as SchoolFormData, e as SchoolType, H as StripeSubscription, I as SubscriptionPlanData, S as SubscriptionPlansResponse, J as SubscriptionPricingData, a as SubscriptionStatusData, K as UserActivity, L as UserActivityEvent, f as UserFormData, U as UserType } from '../post-CVcBv8XI.mjs';
|
|
7
7
|
export { B as BaseGame, D as DailyClueGameData, E as EnumGameStatus, b as EnumGameType, c as GameDate, G as GameDocType, d as GameHistory, a as GameLeaderboard, e as GamePlacement, f as GamePlacementClue, g as GameType, h as gameScreenIdentifierList, i as gameTypeToDisplayName } from '../game-BunlgBR3.mjs';
|
|
8
8
|
import 'react-hook-form';
|
|
9
9
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginF
|
|
|
3
3
|
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-2FaGRW-i.js';
|
|
4
4
|
import { c as EventListItemType } from '../global-B0WdAD-8.js';
|
|
5
5
|
export { A as AssociateType, r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, s as CreateFormData, t as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, D as DateTimeType, u as DateTimeWithPriceType, v as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, w as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, x as LocationGeoType, L as LocationType, N as Nullable, O as OptionItem, y as OwnerType, P as PaymentInfoType, z as PosterUsageType, R as RefundPolicy, H as Region, J as RelationDate, e as RelationType, b as Requirement, f as ResourceConnectionsType, K as ResourceContactDetailsType, M as ResourceDetails, Q as ResourceImageType, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, $ as VendorCalendarData, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, a0 as VendorProductList, V as VendorType } from '../global-B0WdAD-8.js';
|
|
6
|
-
export { h as AdFormData, q as AdResource, A as AdType, m as AppSettingsFormData, d as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, p as CreateSchoolFormData, C as CreateUserFormData, r as EnumAdShowOn, E as EnumAdStatus, s as EnumAdStyle, t as EnumAdType, u as EnumPostContentType, c as EnumPostType, g as PartnerFormData, P as PartnerType, v as PostContentData, w as PostContentFormData, x as PostContentGame, y as PostContentImage, z as PostContentList, B as PostContentTextarea, D as PostContentType, F as PostContentVideo, G as PostFileInput, k as PostFormData, b as PostType, R as ResourceByUser, o as SchoolFormData, e as SchoolType, H as StripeSubscription, I as SubscriptionPlanData, S as SubscriptionPlansResponse, J as SubscriptionPricingData, a as SubscriptionStatusData, K as UserActivity, L as UserActivityEvent, f as UserFormData, U as UserType } from '../post-
|
|
6
|
+
export { h as AdFormData, q as AdResource, A as AdType, m as AppSettingsFormData, d as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, p as CreateSchoolFormData, C as CreateUserFormData, r as EnumAdShowOn, E as EnumAdStatus, s as EnumAdStyle, t as EnumAdType, u as EnumPostContentType, c as EnumPostType, g as PartnerFormData, P as PartnerType, v as PostContentData, w as PostContentFormData, x as PostContentGame, y as PostContentImage, z as PostContentList, B as PostContentTextarea, D as PostContentType, F as PostContentVideo, G as PostFileInput, k as PostFormData, b as PostType, R as ResourceByUser, o as SchoolFormData, e as SchoolType, H as StripeSubscription, I as SubscriptionPlanData, S as SubscriptionPlansResponse, J as SubscriptionPricingData, a as SubscriptionStatusData, K as UserActivity, L as UserActivityEvent, f as UserFormData, U as UserType } from '../post-Boa6CuuS.js';
|
|
7
7
|
export { B as BaseGame, D as DailyClueGameData, E as EnumGameStatus, b as EnumGameType, c as GameDate, G as GameDocType, d as GameHistory, a as GameLeaderboard, e as GamePlacement, f as GamePlacementClue, g as GameType, h as gameScreenIdentifierList, i as gameTypeToDisplayName } from '../game-BkJDVMMI.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
9
|
|