@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.
@@ -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\";\nexport * from \"./testers\";\nexport * from \"./contactUs\";\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
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":[]}
@@ -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 };
@@ -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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",