@timardex/cluemart-shared 1.3.53 → 1.3.54
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/{auth-DRTR-N6y.d.ts → auth-BD8pG4QE.d.ts} +1 -11
- package/dist/{auth-D2Xc44z-.d.mts → auth-Cp-vzzpW.d.mts} +1 -11
- package/dist/graphql/index.cjs +45 -13
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +13 -4
- package/dist/graphql/index.d.ts +13 -4
- package/dist/graphql/index.mjs +42 -11
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/index.cjs +45 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +13 -3
- package/dist/index.d.ts +13 -3
- package/dist/index.mjs +42 -11
- package/dist/index.mjs.map +1 -1
- package/dist/{post-D83V8snF.d.ts → post-Ccnm8wXU.d.ts} +12 -1
- package/dist/{post-CLTR6oRS.d.mts → post-DMNuE0Ba.d.mts} +12 -1
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -177,6 +177,17 @@ interface PartnerType extends BaseResourceType {
|
|
|
177
177
|
partnerType: EnumPartnerType;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
interface AppSettingsFormData {
|
|
181
|
+
appVersion: string;
|
|
182
|
+
}
|
|
183
|
+
type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
|
|
184
|
+
type AppSettingsType = AppSettingsFormData & {
|
|
185
|
+
_id: string;
|
|
186
|
+
createdAt: Date;
|
|
187
|
+
key: string;
|
|
188
|
+
updatedAt: Date | null;
|
|
189
|
+
};
|
|
190
|
+
|
|
180
191
|
declare enum EnumAdShowOn {
|
|
181
192
|
EVENTS_PAGE = "Events_page",
|
|
182
193
|
FRONT_PAGE = "Front_page",
|
|
@@ -295,4 +306,4 @@ type PostType = Omit<PostFormData, "content"> & {
|
|
|
295
306
|
updatedAt: Date | null;
|
|
296
307
|
};
|
|
297
308
|
|
|
298
|
-
export { type AdType as A, type
|
|
309
|
+
export { type AdType as A, type PostContentTextarea as B, type CreateUserFormData as C, type PostContentImage as D, EnumAdStatus as E, type PostContentVideo as F, type PostContentList as G, type PostContentData as H, type PostContentFormData as I, type PostContentType as J, OrganizedMarketCount as O, type PartnerType as P, type SubscriptionStatusData as S, type TesterType as T, type UserType as U, VendorSellingFrequency as V, type PostType as a, EnumPostType as b, type AppSettingsType as c, type UserFormData as d, type PartnerFormData as e, type TesterFormData as f, type CreateTesterFormData as g, type AdFormData as h, type CreateAdFormData as i, type CreatePartnerFormData as j, type PostFormData as k, type CreatePostFormData as l, type AppSettingsFormData as m, type CreateAppSettingsFormData as n, OrganizerMarketFrequency as o, type TesterVendor as p, type TesterEvent as q, type UserActivityEvent as r, type StripeSubscription as s, type UserActivity as t, EnumAdShowOn as u, EnumAdType as v, EnumAdStyle as w, EnumPostContentType as x, type PostFileInput as y, type PostContentCover as z };
|
|
@@ -177,6 +177,17 @@ interface PartnerType extends BaseResourceType {
|
|
|
177
177
|
partnerType: EnumPartnerType;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
interface AppSettingsFormData {
|
|
181
|
+
appVersion: string;
|
|
182
|
+
}
|
|
183
|
+
type CreateAppSettingsFormData = CreateFormData<AppSettingsFormData>;
|
|
184
|
+
type AppSettingsType = AppSettingsFormData & {
|
|
185
|
+
_id: string;
|
|
186
|
+
createdAt: Date;
|
|
187
|
+
key: string;
|
|
188
|
+
updatedAt: Date | null;
|
|
189
|
+
};
|
|
190
|
+
|
|
180
191
|
declare enum EnumAdShowOn {
|
|
181
192
|
EVENTS_PAGE = "Events_page",
|
|
182
193
|
FRONT_PAGE = "Front_page",
|
|
@@ -295,4 +306,4 @@ type PostType = Omit<PostFormData, "content"> & {
|
|
|
295
306
|
updatedAt: Date | null;
|
|
296
307
|
};
|
|
297
308
|
|
|
298
|
-
export { type AdType as A, type
|
|
309
|
+
export { type AdType as A, type PostContentTextarea as B, type CreateUserFormData as C, type PostContentImage as D, EnumAdStatus as E, type PostContentVideo as F, type PostContentList as G, type PostContentData as H, type PostContentFormData as I, type PostContentType as J, OrganizedMarketCount as O, type PartnerType as P, type SubscriptionStatusData as S, type TesterType as T, type UserType as U, VendorSellingFrequency as V, type PostType as a, EnumPostType as b, type AppSettingsType as c, type UserFormData as d, type PartnerFormData as e, type TesterFormData as f, type CreateTesterFormData as g, type AdFormData as h, type CreateAdFormData as i, type CreatePartnerFormData as j, type PostFormData as k, type CreatePostFormData as l, type AppSettingsFormData as m, type CreateAppSettingsFormData as n, OrganizerMarketFrequency as o, type TesterVendor as p, type TesterEvent as q, type UserActivityEvent as r, type StripeSubscription as s, type UserActivity as t, EnumAdShowOn as u, EnumAdType as v, EnumAdStyle as w, EnumPostContentType as x, type PostFileInput as y, type PostContentCover as z };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
2
|
-
export {
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-Cp-vzzpW.mjs';
|
|
3
3
|
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
|
|
4
4
|
export { A as AssociateType, u as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, v as DateTimeType, H as DateTimeWithPriceType, D as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, t as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, q as ResourceContactDetailsType, r as ResourceImageType, s as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-DjZooB3t.mjs';
|
|
5
|
-
export {
|
|
5
|
+
export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-DMNuE0Ba.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EnumResourceType } from '../enums/index.js';
|
|
2
|
-
export {
|
|
2
|
+
export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, g as RequestPasswordResetFormData, h as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-BD8pG4QE.js';
|
|
3
3
|
export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
|
|
4
4
|
export { A as AssociateType, u as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, v as DateTimeType, H as DateTimeWithPriceType, D as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, t as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, q as ResourceContactDetailsType, r as ResourceImageType, s as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-BKEcBQxZ.js';
|
|
5
|
-
export {
|
|
5
|
+
export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-Ccnm8wXU.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
8
|
interface AdminUpdateResourceType {
|