@timardex/cluemart-shared 1.1.7 → 1.1.8

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.
@@ -2,7 +2,7 @@ import { EnumResourceType } from '../enums/index.mjs';
2
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-D8fGJCGz.mjs';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, d as CreateBulkNotificationInput, E as EnumNotificationType, a as NotificationCount, N as NotificationType, P as ParticipantType } from '../notification-BH5_z_Wh.mjs';
4
4
  export { r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, h as CreateStallholderFormData, j as CreateStallholderInfoFormData, D as DateTimeType, w as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, t as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, x as MarketWithConnectionDatesType, N as Nullable, O as OptionItem, q as OwnerType, P as PaymentInfoType, s as Region, y as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, o as ResourceImageType, E as SatllholderWithConnectionDatesType, p as SocialMediaType, S as StallType, A as StallholderAttributes, g as StallholderFormData, i as StallholderInfoFormData, f as StallholderInfoType, z as StallholderLocation, e as StallholderType, v as Subcategory, u as SubcategoryItems } from '../global-DcpQzfP1.mjs';
5
- export { c as CreateTestersFormData, C as CreateUserFormData, T as TesterType, b as TestersFormData, a as UserFormData, U as UserType } from '../user-BfsmFPGZ.mjs';
5
+ export { c as CreateTestersFormData, C as CreateUserFormData, T as TesterType, b as TestersFormData, a as UserFormData, U as UserType } from '../user-Ux3ldB-7.mjs';
6
6
  import 'react-hook-form';
7
7
 
8
8
  interface AdminUpdateResourceType {
@@ -2,7 +2,7 @@ import { EnumResourceType } from '../enums/index.js';
2
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-D13Gd2TA.js';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, d as CreateBulkNotificationInput, E as EnumNotificationType, a as NotificationCount, N as NotificationType, P as ParticipantType } from '../notification-CqoTwwqU.js';
4
4
  export { r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, h as CreateStallholderFormData, j as CreateStallholderInfoFormData, D as DateTimeType, w as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, t as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, x as MarketWithConnectionDatesType, N as Nullable, O as OptionItem, q as OwnerType, P as PaymentInfoType, s as Region, y as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, o as ResourceImageType, E as SatllholderWithConnectionDatesType, p as SocialMediaType, S as StallType, A as StallholderAttributes, g as StallholderFormData, i as StallholderInfoFormData, f as StallholderInfoType, z as StallholderLocation, e as StallholderType, v as Subcategory, u as SubcategoryItems } from '../global-BBjHo_Lg.js';
5
- export { c as CreateTestersFormData, C as CreateUserFormData, T as TesterType, b as TestersFormData, a as UserFormData, U as UserType } from '../user-EVBTZHAn.js';
5
+ export { c as CreateTestersFormData, C as CreateUserFormData, T as TesterType, b as TestersFormData, a as UserFormData, U as UserType } from '../user-BCLfvpJk.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  interface AdminUpdateResourceType {
@@ -1,6 +1,6 @@
1
1
  import { Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
2
  import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.js';
3
- import { o as ResourceImageType } from './global-BBjHo_Lg.js';
3
+ import { C as Category, o as ResourceImageType } from './global-BBjHo_Lg.js';
4
4
 
5
5
  type TestersFormData = {
6
6
  email: string;
@@ -8,6 +8,7 @@ type TestersFormData = {
8
8
  lastName: string;
9
9
  osType: EnumOSPlatform;
10
10
  resourceType: EnumResourceType;
11
+ categories: Category[] | null;
11
12
  };
12
13
  interface CreateTestersFormData {
13
14
  control: Control<TestersFormData, any>;
@@ -23,6 +24,7 @@ interface CreateTestersFormData {
23
24
  type TesterType = {
24
25
  _id: string;
25
26
  active: boolean;
27
+ categories: Category[] | null;
26
28
  createdAt: string;
27
29
  email: string;
28
30
  firstName: string;
@@ -1,6 +1,6 @@
1
1
  import { Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
2
  import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.mjs';
3
- import { o as ResourceImageType } from './global-DcpQzfP1.mjs';
3
+ import { C as Category, o as ResourceImageType } from './global-DcpQzfP1.mjs';
4
4
 
5
5
  type TestersFormData = {
6
6
  email: string;
@@ -8,6 +8,7 @@ type TestersFormData = {
8
8
  lastName: string;
9
9
  osType: EnumOSPlatform;
10
10
  resourceType: EnumResourceType;
11
+ categories: Category[] | null;
11
12
  };
12
13
  interface CreateTestersFormData {
13
14
  control: Control<TestersFormData, any>;
@@ -23,6 +24,7 @@ interface CreateTestersFormData {
23
24
  type TesterType = {
24
25
  _id: string;
25
26
  active: boolean;
27
+ categories: Category[] | null;
26
28
  createdAt: string;
27
29
  email: string;
28
30
  firstName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.1.07",
3
+ "version": "1.1.08",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",