@timardex/cluemart-shared 1.3.71 → 1.3.72

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/index.d.mts CHANGED
@@ -1046,6 +1046,7 @@ type GoogleImportedMarket = {
1046
1046
  allowsDogs?: boolean;
1047
1047
  businessStatus?: string;
1048
1048
  claimed: boolean;
1049
+ cover?: ResourceImageType | null;
1049
1050
  createdAt: Date;
1050
1051
  dateTime: DateTimeType[];
1051
1052
  deletedAt: Date | null;
@@ -1053,7 +1054,7 @@ type GoogleImportedMarket = {
1053
1054
  goodForGroups?: boolean;
1054
1055
  googleMapsUrl?: string;
1055
1056
  googlePlaceId: string;
1056
- image?: ResourceImageType;
1057
+ images?: ResourceImageType[] | null;
1057
1058
  importedAt: Date;
1058
1059
  liveMusic?: boolean;
1059
1060
  location?: LocationType;
@@ -1062,7 +1063,6 @@ type GoogleImportedMarket = {
1062
1063
  parkingOptions?: Record<string, boolean>;
1063
1064
  paymentOptions?: Record<string, boolean>;
1064
1065
  phone?: string;
1065
- photos?: ResourceImageType[] | null;
1066
1066
  rating?: number;
1067
1067
  region: string;
1068
1068
  restroom?: boolean;
package/dist/index.d.ts CHANGED
@@ -1046,6 +1046,7 @@ type GoogleImportedMarket = {
1046
1046
  allowsDogs?: boolean;
1047
1047
  businessStatus?: string;
1048
1048
  claimed: boolean;
1049
+ cover?: ResourceImageType | null;
1049
1050
  createdAt: Date;
1050
1051
  dateTime: DateTimeType[];
1051
1052
  deletedAt: Date | null;
@@ -1053,7 +1054,7 @@ type GoogleImportedMarket = {
1053
1054
  goodForGroups?: boolean;
1054
1055
  googleMapsUrl?: string;
1055
1056
  googlePlaceId: string;
1056
- image?: ResourceImageType;
1057
+ images?: ResourceImageType[] | null;
1057
1058
  importedAt: Date;
1058
1059
  liveMusic?: boolean;
1059
1060
  location?: LocationType;
@@ -1062,7 +1063,6 @@ type GoogleImportedMarket = {
1062
1063
  parkingOptions?: Record<string, boolean>;
1063
1064
  paymentOptions?: Record<string, boolean>;
1064
1065
  phone?: string;
1065
- photos?: ResourceImageType[] | null;
1066
1066
  rating?: number;
1067
1067
  region: string;
1068
1068
  restroom?: boolean;
@@ -1,7 +1,7 @@
1
1
  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-D80VFGbC.mjs';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
4
- import { D as DateTimeType, q as ResourceImageType, L as LocationType } from '../global-BAP95-Jh.mjs';
4
+ import { q as ResourceImageType, D as DateTimeType, L as LocationType } from '../global-BAP95-Jh.mjs';
5
5
  export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, H as DateTimeWithPriceType, r as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, f as EventListItemType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, M as MapMultiLocation, N as Nullable, O as OptionItem, u as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, s as ResourceContactDetailsType, t as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-BAP95-Jh.mjs';
6
6
  export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-8m11ia1u.mjs';
7
7
  import 'react-hook-form';
@@ -33,6 +33,7 @@ type GoogleImportedMarket = {
33
33
  allowsDogs?: boolean;
34
34
  businessStatus?: string;
35
35
  claimed: boolean;
36
+ cover?: ResourceImageType | null;
36
37
  createdAt: Date;
37
38
  dateTime: DateTimeType[];
38
39
  deletedAt: Date | null;
@@ -40,7 +41,7 @@ type GoogleImportedMarket = {
40
41
  goodForGroups?: boolean;
41
42
  googleMapsUrl?: string;
42
43
  googlePlaceId: string;
43
- image?: ResourceImageType;
44
+ images?: ResourceImageType[] | null;
44
45
  importedAt: Date;
45
46
  liveMusic?: boolean;
46
47
  location?: LocationType;
@@ -49,7 +50,6 @@ type GoogleImportedMarket = {
49
50
  parkingOptions?: Record<string, boolean>;
50
51
  paymentOptions?: Record<string, boolean>;
51
52
  phone?: string;
52
- photos?: ResourceImageType[] | null;
53
53
  rating?: number;
54
54
  region: string;
55
55
  restroom?: boolean;
@@ -1,7 +1,7 @@
1
1
  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-DYuoZZVF.js';
3
3
  export { b as ChatMessageInput, c as ChatMessageType, C as ChatType, e as CreateBulkNotificationInput, E as EnumActivity, a as NotificationCount, d as NotificationDataType, N as NotificationType, P as ParticipantType, f as ResourceActivityEntry, g as ResourceActivityInputType, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
4
- import { D as DateTimeType, q as ResourceImageType, L as LocationType } from '../global-CZFlP3JK.js';
4
+ import { q as ResourceImageType, D as DateTimeType, L as LocationType } from '../global-CZFlP3JK.js';
5
5
  export { A as AssociateType, v as BaseResourceType, B as BaseResourceTypeFormData, C as Category, m as CreateEventFormData, o as CreateEventInfoFormData, z as CreateFormData, Z as CreateUnregisteredVendorFormData, i as CreateVendorFormData, k as CreateVendorInfoFormData, H as DateTimeWithPriceType, r as DeviceInfo, l as EventFormData, n as EventInfoFormData, b as EventInfoType, f as EventListItemType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, M as MapMultiLocation, N as Nullable, O as OptionItem, u as OwnerType, J as PaymentInfoType, P as PosterUsageType, w as Region, K as RelationDate, c as RelationType, R as Requirement, d as ResourceConnectionsType, s as ResourceContactDetailsType, t as SocialMediaType, S as StallType, y as Subcategory, x as SubcategoryItems, T as TermsAgreement, p as UnregisteredVendorFormData, Y as UnregisteredVendorInvitationType, U as UnregisteredVendorType, g as UserLicenceType, X as VendorAttributes, h as VendorFormData, j as VendorInfoFormData, e as VendorInfoType, Q as VendorLocation, W as VendorMenuType, V as VendorType } from '../global-CZFlP3JK.js';
6
6
  export { h as AdFormData, A as AdType, m as AppSettingsFormData, c as AppSettingsType, i as CreateAdFormData, n as CreateAppSettingsFormData, j as CreatePartnerFormData, l as CreatePostFormData, g as CreateTesterFormData, C as CreateUserFormData, u as EnumAdShowOn, E as EnumAdStatus, w as EnumAdStyle, v as EnumAdType, x as EnumPostContentType, b as EnumPostType, O as OrganizedMarketCount, o as OrganizerMarketFrequency, e as PartnerFormData, P as PartnerType, z as PostContentCover, H as PostContentData, I as PostContentFormData, D as PostContentImage, G as PostContentList, B as PostContentTextarea, J as PostContentType, F as PostContentVideo, y as PostFileInput, k as PostFormData, a as PostType, s as StripeSubscription, S as SubscriptionStatusData, q as TesterEvent, f as TesterFormData, T as TesterType, p as TesterVendor, t as UserActivity, r as UserActivityEvent, d as UserFormData, U as UserType, V as VendorSellingFrequency } from '../post-U8yX-D4F.js';
7
7
  import 'react-hook-form';
@@ -33,6 +33,7 @@ type GoogleImportedMarket = {
33
33
  allowsDogs?: boolean;
34
34
  businessStatus?: string;
35
35
  claimed: boolean;
36
+ cover?: ResourceImageType | null;
36
37
  createdAt: Date;
37
38
  dateTime: DateTimeType[];
38
39
  deletedAt: Date | null;
@@ -40,7 +41,7 @@ type GoogleImportedMarket = {
40
41
  goodForGroups?: boolean;
41
42
  googleMapsUrl?: string;
42
43
  googlePlaceId: string;
43
- image?: ResourceImageType;
44
+ images?: ResourceImageType[] | null;
44
45
  importedAt: Date;
45
46
  liveMusic?: boolean;
46
47
  location?: LocationType;
@@ -49,7 +50,6 @@ type GoogleImportedMarket = {
49
50
  parkingOptions?: Record<string, boolean>;
50
51
  paymentOptions?: Record<string, boolean>;
51
52
  phone?: string;
52
- photos?: ResourceImageType[] | null;
53
53
  rating?: number;
54
54
  region: string;
55
55
  restroom?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.3.71",
3
+ "version": "1.3.72",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",