@timardex/cluemart-shared 1.0.40 → 1.0.42

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.
@@ -21,12 +21,13 @@ interface CreateTestersFormData {
21
21
  }
22
22
  type TesterType = {
23
23
  _id: string;
24
+ active: boolean;
25
+ createdAt: string;
26
+ email: string;
24
27
  firstName: string;
25
28
  lastName: string;
26
- email: string;
27
29
  osType: EnumOSType;
28
30
  resourceType: EnumResourceType;
29
- createdAt: string;
30
31
  updatedAt: string;
31
32
  };
32
33
 
@@ -21,12 +21,13 @@ interface CreateTestersFormData {
21
21
  }
22
22
  type TesterType = {
23
23
  _id: string;
24
+ active: boolean;
25
+ createdAt: string;
26
+ email: string;
24
27
  firstName: string;
25
28
  lastName: string;
26
- email: string;
27
29
  osType: EnumOSType;
28
30
  resourceType: EnumResourceType;
29
- createdAt: string;
30
31
  updatedAt: string;
31
32
  };
32
33
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["export * from \"./auth\";\nexport * from \"./chat\";\nexport * from \"./global\";\nexport * from \"./market\";\nexport * from \"./poster\";\nexport * from \"./relation\";\nexport * from \"./stallholder\";\nexport * from \"./user\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["export * from \"./auth\";\nexport * from \"./chat\";\nexport * from \"./global\";\nexport * from \"./market\";\nexport * from \"./poster\";\nexport * from \"./relation\";\nexport * from \"./stallholder\";\nexport * from \"./user\";\nexport * from \"./testers\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -2,6 +2,7 @@ export { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateReque
2
2
  export { a as ChatInput, b as ChatMessageInput, c as ChatMessageType, C as ChatType } from '../chat-BUVCf9Tu.mjs';
3
3
  export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, j as CreateStallholderApplyFormFormData, h as CreateStallholderFormData, p as CreateUserFormData, D as DateTimeType, x as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, v as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, y as MarketWithConnectionDatesType, N as NotificationType, q as Nullable, O as OptionItem, P as PaymentTargetType, u as Region, A as RelationDate, z as RelationLog, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, J as SatllholderWithConnectionDatesType, S as SiteType, s as SocialMediaType, i as StallholderApplyFormFormData, f as StallholderApplyFormType, H as StallholderAttributes, g as StallholderFormData, E as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-K_y4U9DZ.mjs';
4
4
  import { EnumResourceType } from '../enums/index.mjs';
5
+ export { C as CreateTestersFormData, T as TesterType, a as TestersFormData } from '../testers-74J9OA2P.mjs';
5
6
  import 'react-hook-form';
6
7
 
7
8
  interface PosterInputType {
@@ -2,6 +2,7 @@ export { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateReque
2
2
  export { a as ChatInput, b as ChatMessageInput, c as ChatMessageType, C as ChatType } from '../chat-BUVCf9Tu.js';
3
3
  export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, j as CreateStallholderApplyFormFormData, h as CreateStallholderFormData, p as CreateUserFormData, D as DateTimeType, x as DateTimeWithPriceType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, v as MapMultiLocation, k as MarketFormData, m as MarketInfoFormData, b as MarketInfoType, M as MarketType, y as MarketWithConnectionDatesType, N as NotificationType, q as Nullable, O as OptionItem, P as PaymentTargetType, u as Region, A as RelationDate, z as RelationLog, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, J as SatllholderWithConnectionDatesType, S as SiteType, s as SocialMediaType, i as StallholderApplyFormFormData, f as StallholderApplyFormType, H as StallholderAttributes, g as StallholderFormData, E as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-CXknaniY.js';
4
4
  import { EnumResourceType } from '../enums/index.js';
5
+ export { C as CreateTestersFormData, T as TesterType, a as TestersFormData } from '../testers-CqYqJvlZ.js';
5
6
  import 'react-hook-form';
6
7
 
7
8
  interface PosterInputType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",