@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.
@@ -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 PostContentList as B, type CreateUserFormData as C, type PostContentData as D, EnumAdStatus as E, type PostContentFormData as F, type PostContentType as G, 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 UserFormData as c, type PartnerFormData as d, type TesterFormData as e, type CreateTesterFormData as f, type AdFormData as g, type CreateAdFormData as h, type CreatePartnerFormData as i, type PostFormData as j, type CreatePostFormData as k, OrganizerMarketFrequency as l, type TesterVendor as m, type TesterEvent as n, type UserActivityEvent as o, type StripeSubscription as p, type UserActivity as q, EnumAdShowOn as r, EnumAdType as s, EnumAdStyle as t, EnumPostContentType as u, type PostFileInput as v, type PostContentCover as w, type PostContentTextarea as x, type PostContentImage as y, type PostContentVideo as z };
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 PostContentList as B, type CreateUserFormData as C, type PostContentData as D, EnumAdStatus as E, type PostContentFormData as F, type PostContentType as G, 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 UserFormData as c, type PartnerFormData as d, type TesterFormData as e, type CreateTesterFormData as f, type AdFormData as g, type CreateAdFormData as h, type CreatePartnerFormData as i, type PostFormData as j, type CreatePostFormData as k, OrganizerMarketFrequency as l, type TesterVendor as m, type TesterEvent as n, type UserActivityEvent as o, type StripeSubscription as p, type UserActivity as q, EnumAdShowOn as r, EnumAdType as s, EnumAdStyle as t, EnumPostContentType as u, type PostFileInput as v, type PostContentCover as w, type PostContentTextarea as x, type PostContentImage as y, type PostContentVideo as z };
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 };
@@ -1,8 +1,8 @@
1
1
  import { EnumResourceType } from '../enums/index.mjs';
2
- export { A as AppSettingsFormData, j as AppSettingsType, e as ContactUsFormData, g as CreateAppSettingsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, h as RequestPasswordResetFormData, i as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-D2Xc44z-.mjs';
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 { g as AdFormData, A as AdType, h as CreateAdFormData, i as CreatePartnerFormData, k as CreatePostFormData, f as CreateTesterFormData, C as CreateUserFormData, r as EnumAdShowOn, E as EnumAdStatus, t as EnumAdStyle, s as EnumAdType, u as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, l as OrganizerMarketFrequency, d as PartnerFormData, P as PartnerType, w as PostContentCover, D as PostContentData, F as PostContentFormData, y as PostContentImage, B as PostContentList, x as PostContentTextarea, G as PostContentType, z as PostContentVideo, v as PostFileInput, j as PostFormData, a as PostType, p as StripeSubscription, S as SubscriptionStatusData, n as TesterEvent, e as TesterFormData, T as TesterType, m as TesterVendor, q as UserActivity, o as UserActivityEvent, c as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-CLTR6oRS.mjs';
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 {
@@ -1,8 +1,8 @@
1
1
  import { EnumResourceType } from '../enums/index.js';
2
- export { A as AppSettingsFormData, j as AppSettingsType, e as ContactUsFormData, g as CreateAppSettingsFormData, f as CreateContactUsFormData, C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, d as CreateResetPasswordFormData, c as CreateValidateVerificationTokenFormData, L as LoginFormData, R as RegisterFormData, h as RequestPasswordResetFormData, i as ResetPasswordFormData, V as ValidateVerificationTokenFormData } from '../auth-DRTR-N6y.js';
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 { g as AdFormData, A as AdType, h as CreateAdFormData, i as CreatePartnerFormData, k as CreatePostFormData, f as CreateTesterFormData, C as CreateUserFormData, r as EnumAdShowOn, E as EnumAdStatus, t as EnumAdStyle, s as EnumAdType, u as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, l as OrganizerMarketFrequency, d as PartnerFormData, P as PartnerType, w as PostContentCover, D as PostContentData, F as PostContentFormData, y as PostContentImage, B as PostContentList, x as PostContentTextarea, G as PostContentType, z as PostContentVideo, v as PostFileInput, j as PostFormData, a as PostType, p as StripeSubscription, S as SubscriptionStatusData, n as TesterEvent, e as TesterFormData, T as TesterType, m as TesterVendor, q as UserActivity, o as UserActivityEvent, c as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-D83V8snF.js';
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.3.53",
3
+ "version": "1.3.54",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",