@timardex/cluemart-shared 1.0.66 → 1.0.68
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.cjs +763 -722
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +44 -38
- package/dist/graphql/index.d.ts +44 -38
- package/dist/graphql/index.mjs +740 -698
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +763 -722
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +148 -136
- package/dist/index.d.ts +148 -136
- package/dist/index.mjs +738 -698
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +8 -2
- package/dist/types/index.d.ts +8 -2
- package/package.json +1 -1
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 \"./
|
|
1
|
+
{"version":3,"sources":["../../src/types/index.ts"],"sourcesContent":["export * from \"./admin\";\nexport * from \"./auth\";\nexport * from \"./chat\";\nexport * from \"./contactUs\";\nexport * from \"./global\";\nexport * from \"./market\";\nexport * from \"./poster\";\nexport * from \"./relation\";\nexport * from \"./stallholder\";\nexport * from \"./testers\";\nexport * from \"./user\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
|
+
import { EnumResourceType } from '../enums/index.mjs';
|
|
1
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 '../contactUs-CQ9xTjlE.mjs';
|
|
2
3
|
export { a as ChatInput, b as ChatMessageInput, c as ChatMessageType, C as ChatType } from '../chat-BUVCf9Tu.mjs';
|
|
3
4
|
export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, h as CreateStallholderFormData, j as CreateStallholderInfoFormData, 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 PaymentInfoType, u as Region, z as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, H as SatllholderWithConnectionDatesType, s as SocialMediaType, S as StallType, E as StallholderAttributes, g as StallholderFormData, i as StallholderInfoFormData, f as StallholderInfoType, A as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-CQkmy_ty.mjs';
|
|
4
|
-
import { EnumResourceType } from '../enums/index.mjs';
|
|
5
5
|
export { C as CreateTestersFormData, T as TesterType, a as TestersFormData } from '../testers-74J9OA2P.mjs';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
|
+
interface AdminUpdateResourceType {
|
|
9
|
+
active: boolean;
|
|
10
|
+
resourceId: string;
|
|
11
|
+
resourceType: EnumResourceType;
|
|
12
|
+
}
|
|
13
|
+
|
|
8
14
|
interface PosterInputType {
|
|
9
15
|
resourceId: string;
|
|
10
16
|
resourceType: EnumResourceType;
|
|
11
17
|
}
|
|
12
18
|
|
|
13
|
-
export type { PosterInputType };
|
|
19
|
+
export type { AdminUpdateResourceType, PosterInputType };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
|
+
import { EnumResourceType } from '../enums/index.js';
|
|
1
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 '../contactUs-CQ9xTjlE.js';
|
|
2
3
|
export { a as ChatInput, b as ChatMessageInput, c as ChatMessageType, C as ChatType } from '../chat-BUVCf9Tu.js';
|
|
3
4
|
export { t as BaseResourceType, B as BaseResourceTypeFormData, C as Category, l as CreateMarketFormData, n as CreateMarketInfoFormData, h as CreateStallholderFormData, j as CreateStallholderInfoFormData, 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 PaymentInfoType, u as Region, z as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, r as ResourceImageType, H as SatllholderWithConnectionDatesType, s as SocialMediaType, S as StallType, E as StallholderAttributes, g as StallholderFormData, i as StallholderInfoFormData, f as StallholderInfoType, A as StallholderLocation, e as StallholderType, w as Subcategory, o as UserFormData, U as UserType } from '../global-BGkMOKi_.js';
|
|
4
|
-
import { EnumResourceType } from '../enums/index.js';
|
|
5
5
|
export { C as CreateTestersFormData, T as TesterType, a as TestersFormData } from '../testers-CqYqJvlZ.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
|
|
8
|
+
interface AdminUpdateResourceType {
|
|
9
|
+
active: boolean;
|
|
10
|
+
resourceId: string;
|
|
11
|
+
resourceType: EnumResourceType;
|
|
12
|
+
}
|
|
13
|
+
|
|
8
14
|
interface PosterInputType {
|
|
9
15
|
resourceId: string;
|
|
10
16
|
resourceType: EnumResourceType;
|
|
11
17
|
}
|
|
12
18
|
|
|
13
|
-
export type { PosterInputType };
|
|
19
|
+
export type { AdminUpdateResourceType, PosterInputType };
|