@timardex/cluemart-shared 1.2.16 → 1.2.17

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-BVGs-5Vm.mjs';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceViewEntry, g as ResourceViewInputType, R as ResourceViewsType } from '../resourceViews-B-u5nH1M.mjs';
4
4
  export { s as BaseResourceType, B as BaseResourceTypeFormData, C as Category, k as CreateEventFormData, m as CreateEventInfoFormData, x as CreateFormData, g as CreateVendorFormData, i as CreateVendorInfoFormData, t as DateTimeType, y as DateTimeWithPriceType, D as DeviceInfo, j as EventFormData, l as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, q as OwnerType, P as PartnerType, z as PaymentInfoType, r as PosterUsageType, u as Region, A as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, n as ResourceContactDetailsType, o as ResourceImageType, p as SocialMediaType, S as StallType, w as Subcategory, v as SubcategoryItems, T as TermsAgreement, K as VendorAttributes, f as VendorFormData, h as VendorInfoFormData, e as VendorInfoType, H as VendorLocation, J as VendorMenuType, V as VendorType } from '../global-BEqzo5Z2.mjs';
5
- export { d as AdFormData, A as AdType, e as CreateAdFormData, c as CreateTestersFormData, C as CreateUserFormData, g as EnumAdShowOn, E as EnumAdStatus, i as EnumAdStyle, h as EnumAdType, T as TesterType, b as TestersFormData, f as UserActivity, a as UserFormData, U as UserType } from '../ad-Dj1GOSzC.mjs';
5
+ export { d as AdFormData, A as AdType, e as CreateAdFormData, c as CreateTestersFormData, C as CreateUserFormData, g as EnumAdShowOn, E as EnumAdStatus, i as EnumAdStyle, h as EnumAdType, T as TesterType, b as TestersFormData, f as UserActivity, a as UserFormData, U as UserType } from '../ad-BozU03cK.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-BhUIvvZ2.js';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceViewEntry, g as ResourceViewInputType, R as ResourceViewsType } from '../resourceViews-BZZt3kvl.js';
4
4
  export { s as BaseResourceType, B as BaseResourceTypeFormData, C as Category, k as CreateEventFormData, m as CreateEventInfoFormData, x as CreateFormData, g as CreateVendorFormData, i as CreateVendorInfoFormData, t as DateTimeType, y as DateTimeWithPriceType, D as DeviceInfo, j as EventFormData, l as EventInfoFormData, b as EventInfoType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, L as LocationType, M as MapMultiLocation, N as Nullable, O as OptionItem, q as OwnerType, P as PartnerType, z as PaymentInfoType, r as PosterUsageType, u as Region, A as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, n as ResourceContactDetailsType, o as ResourceImageType, p as SocialMediaType, S as StallType, w as Subcategory, v as SubcategoryItems, T as TermsAgreement, K as VendorAttributes, f as VendorFormData, h as VendorInfoFormData, e as VendorInfoType, H as VendorLocation, J as VendorMenuType, V as VendorType } from '../global-BA84KF8J.js';
5
- export { d as AdFormData, A as AdType, e as CreateAdFormData, c as CreateTestersFormData, C as CreateUserFormData, g as EnumAdShowOn, E as EnumAdStatus, i as EnumAdStyle, h as EnumAdType, T as TesterType, b as TestersFormData, f as UserActivity, a as UserFormData, U as UserType } from '../ad-D6-mYEzV.js';
5
+ export { d as AdFormData, A as AdType, e as CreateAdFormData, c as CreateTestersFormData, C as CreateUserFormData, g as EnumAdShowOn, E as EnumAdStatus, i as EnumAdStyle, h as EnumAdType, T as TesterType, b as TestersFormData, f as UserActivity, a as UserFormData, U as UserType } from '../ad-0fMmeab1.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  interface AdminUpdateResourceType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -40,13 +40,13 @@ type UserActivity = {
40
40
  events: string[];
41
41
  vendors: string[];
42
42
  };
43
- interests: {
43
+ going: {
44
44
  events: {
45
45
  resourceId: string;
46
46
  startDate: string;
47
47
  }[];
48
48
  };
49
- going: {
49
+ interests: {
50
50
  events: {
51
51
  resourceId: string;
52
52
  startDate: string;
@@ -60,20 +60,20 @@ interface UserType {
60
60
  createdAt: string;
61
61
  deletedAt: string | null;
62
62
  email: string;
63
- isTester: boolean;
64
- userActivity: UserActivity | null;
63
+ events: string[] | null;
65
64
  firstName: string;
65
+ isTester: boolean;
66
66
  lastName: string;
67
67
  licences: EnumUserLicence[] | null;
68
- events: string[] | null;
68
+ partners?: PartnerType[] | null;
69
69
  password: string;
70
70
  platform: EnumOSPlatform | null;
71
71
  preferredRegion: string;
72
- partners?: PartnerType[] | null;
73
72
  refreshToken: string | null;
74
73
  role: EnumUserRole;
75
74
  termsAgreement?: TermsAgreement | null;
76
75
  updatedAt: string;
76
+ userActivity: UserActivity | null;
77
77
  vendor: string | null;
78
78
  }
79
79
 
@@ -40,13 +40,13 @@ type UserActivity = {
40
40
  events: string[];
41
41
  vendors: string[];
42
42
  };
43
- interests: {
43
+ going: {
44
44
  events: {
45
45
  resourceId: string;
46
46
  startDate: string;
47
47
  }[];
48
48
  };
49
- going: {
49
+ interests: {
50
50
  events: {
51
51
  resourceId: string;
52
52
  startDate: string;
@@ -60,20 +60,20 @@ interface UserType {
60
60
  createdAt: string;
61
61
  deletedAt: string | null;
62
62
  email: string;
63
- isTester: boolean;
64
- userActivity: UserActivity | null;
63
+ events: string[] | null;
65
64
  firstName: string;
65
+ isTester: boolean;
66
66
  lastName: string;
67
67
  licences: EnumUserLicence[] | null;
68
- events: string[] | null;
68
+ partners?: PartnerType[] | null;
69
69
  password: string;
70
70
  platform: EnumOSPlatform | null;
71
71
  preferredRegion: string;
72
- partners?: PartnerType[] | null;
73
72
  refreshToken: string | null;
74
73
  role: EnumUserRole;
75
74
  termsAgreement?: TermsAgreement | null;
76
75
  updatedAt: string;
76
+ userActivity: UserActivity | null;
77
77
  vendor: string | null;
78
78
  }
79
79