@timardex/cluemart-shared 1.3.76 → 1.3.77

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
@@ -1054,10 +1054,12 @@ type GoogleImportedMarket = {
1054
1054
  allowsDogs?: boolean;
1055
1055
  businessStatus?: string;
1056
1056
  claimed: boolean;
1057
- cover?: ResourceImageType | null;
1057
+ cover: ResourceImageType | null;
1058
1058
  createdAt: Date;
1059
1059
  dateTime: DateTimeType[];
1060
1060
  deletedAt: Date | null;
1061
+ description: string;
1062
+ eventType: EnumEventType;
1061
1063
  goodForChildren?: boolean;
1062
1064
  goodForGroups?: boolean;
1063
1065
  googleMapsUrl?: string;
@@ -1065,12 +1067,14 @@ type GoogleImportedMarket = {
1065
1067
  images?: ResourceImageType[] | null;
1066
1068
  importedAt: Date;
1067
1069
  liveMusic?: boolean;
1068
- location?: LocationType;
1070
+ location: LocationType;
1071
+ logo?: ResourceImageType | null;
1069
1072
  name: string;
1070
1073
  openingHours?: string[];
1071
1074
  parkingOptions?: Record<string, boolean>;
1072
1075
  paymentOptions?: Record<string, boolean>;
1073
1076
  phone?: string;
1077
+ rainOrShine: boolean;
1074
1078
  rating?: number;
1075
1079
  region: string;
1076
1080
  restroom?: boolean;
package/dist/index.d.ts CHANGED
@@ -1054,10 +1054,12 @@ type GoogleImportedMarket = {
1054
1054
  allowsDogs?: boolean;
1055
1055
  businessStatus?: string;
1056
1056
  claimed: boolean;
1057
- cover?: ResourceImageType | null;
1057
+ cover: ResourceImageType | null;
1058
1058
  createdAt: Date;
1059
1059
  dateTime: DateTimeType[];
1060
1060
  deletedAt: Date | null;
1061
+ description: string;
1062
+ eventType: EnumEventType;
1061
1063
  goodForChildren?: boolean;
1062
1064
  goodForGroups?: boolean;
1063
1065
  googleMapsUrl?: string;
@@ -1065,12 +1067,14 @@ type GoogleImportedMarket = {
1065
1067
  images?: ResourceImageType[] | null;
1066
1068
  importedAt: Date;
1067
1069
  liveMusic?: boolean;
1068
- location?: LocationType;
1070
+ location: LocationType;
1071
+ logo?: ResourceImageType | null;
1069
1072
  name: string;
1070
1073
  openingHours?: string[];
1071
1074
  parkingOptions?: Record<string, boolean>;
1072
1075
  paymentOptions?: Record<string, boolean>;
1073
1076
  phone?: string;
1077
+ rainOrShine: boolean;
1074
1078
  rating?: number;
1075
1079
  region: string;
1076
1080
  restroom?: boolean;
@@ -1,4 +1,4 @@
1
- import { EnumResourceType } from '../enums/index.mjs';
1
+ import { EnumResourceType, EnumEventType } 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-kPVsfJlW.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
4
  import { q as ResourceImageType, D as DateTimeType, L as LocationType } from '../global-ZW2_JxF5.mjs';
@@ -33,10 +33,12 @@ type GoogleImportedMarket = {
33
33
  allowsDogs?: boolean;
34
34
  businessStatus?: string;
35
35
  claimed: boolean;
36
- cover?: ResourceImageType | null;
36
+ cover: ResourceImageType | null;
37
37
  createdAt: Date;
38
38
  dateTime: DateTimeType[];
39
39
  deletedAt: Date | null;
40
+ description: string;
41
+ eventType: EnumEventType;
40
42
  goodForChildren?: boolean;
41
43
  goodForGroups?: boolean;
42
44
  googleMapsUrl?: string;
@@ -44,12 +46,14 @@ type GoogleImportedMarket = {
44
46
  images?: ResourceImageType[] | null;
45
47
  importedAt: Date;
46
48
  liveMusic?: boolean;
47
- location?: LocationType;
49
+ location: LocationType;
50
+ logo?: ResourceImageType | null;
48
51
  name: string;
49
52
  openingHours?: string[];
50
53
  parkingOptions?: Record<string, boolean>;
51
54
  paymentOptions?: Record<string, boolean>;
52
55
  phone?: string;
56
+ rainOrShine: boolean;
53
57
  rating?: number;
54
58
  region: string;
55
59
  restroom?: boolean;
@@ -1,4 +1,4 @@
1
- import { EnumResourceType } from '../enums/index.js';
1
+ import { EnumResourceType, EnumEventType } 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-CMRsaJGn.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
4
  import { q as ResourceImageType, D as DateTimeType, L as LocationType } from '../global-BJbi-2I6.js';
@@ -33,10 +33,12 @@ type GoogleImportedMarket = {
33
33
  allowsDogs?: boolean;
34
34
  businessStatus?: string;
35
35
  claimed: boolean;
36
- cover?: ResourceImageType | null;
36
+ cover: ResourceImageType | null;
37
37
  createdAt: Date;
38
38
  dateTime: DateTimeType[];
39
39
  deletedAt: Date | null;
40
+ description: string;
41
+ eventType: EnumEventType;
40
42
  goodForChildren?: boolean;
41
43
  goodForGroups?: boolean;
42
44
  googleMapsUrl?: string;
@@ -44,12 +46,14 @@ type GoogleImportedMarket = {
44
46
  images?: ResourceImageType[] | null;
45
47
  importedAt: Date;
46
48
  liveMusic?: boolean;
47
- location?: LocationType;
49
+ location: LocationType;
50
+ logo?: ResourceImageType | null;
48
51
  name: string;
49
52
  openingHours?: string[];
50
53
  parkingOptions?: Record<string, boolean>;
51
54
  paymentOptions?: Record<string, boolean>;
52
55
  phone?: string;
56
+ rainOrShine: boolean;
53
57
  rating?: number;
54
58
  region: string;
55
59
  restroom?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timardex/cluemart-shared",
3
- "version": "1.3.76",
3
+ "version": "1.3.77",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",