@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.
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +2 -2
- 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 +2 -2
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +31 -30
- package/dist/index.d.ts +31 -30
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{testers-ClXZAzaf.d.mts → testers-74J9OA2P.d.mts} +3 -2
- package/dist/{testers-VmDJdd6R.d.ts → testers-CqYqJvlZ.d.ts} +3 -2
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
|
package/dist/types/index.cjs.map
CHANGED
|
@@ -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":[]}
|
package/dist/types/index.d.mts
CHANGED
|
@@ -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 {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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 {
|