@timardex/cluemart-shared 1.3.74 → 1.3.75
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/{auth-WBVoAjlu.d.ts → auth-CMRsaJGn.d.ts} +1 -1
- package/dist/{auth-Cjyk3-fO.d.mts → auth-kPVsfJlW.d.mts} +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/{global-6PS2eYYd.d.ts → global-BJbi-2I6.d.ts} +5 -1
- package/dist/{global-Dzrj3pLv.d.mts → global-ZW2_JxF5.d.mts} +5 -1
- package/dist/graphql/index.cjs +8 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +8 -0
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/dist/{post-Dj92f3LG.d.mts → post-BsN99WIF.d.mts} +1 -1
- package/dist/{post-vMgnmZJ-.d.ts → post-DPNd79g3.d.ts} +1 -1
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-ZW2_JxF5.mjs';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.mjs';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BJbi-2I6.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -72,9 +72,11 @@ interface EventFormData extends BaseResourceTypeFormData {
|
|
|
72
72
|
type CreateEventInfoFormData = CreateFormData<EventInfoFormData>;
|
|
73
73
|
type CreateEventFormData = CreateFormData<EventFormData>;
|
|
74
74
|
interface EventType extends BaseResourceType {
|
|
75
|
+
claimed: boolean;
|
|
75
76
|
dateTime: DateTimeType[];
|
|
76
77
|
eventInfoId: string;
|
|
77
78
|
eventType: EnumEventType;
|
|
79
|
+
googlePlaceId?: string | null;
|
|
78
80
|
location: LocationType;
|
|
79
81
|
nzbn: string;
|
|
80
82
|
provider: string | null;
|
|
@@ -93,7 +95,7 @@ interface EventListItemType {
|
|
|
93
95
|
createdAt: Date;
|
|
94
96
|
dateTime: DateTimeType[];
|
|
95
97
|
deletedAt: Date | null;
|
|
96
|
-
description
|
|
98
|
+
description: string | null;
|
|
97
99
|
eventType: EnumEventType;
|
|
98
100
|
googlePlaceId?: string | null;
|
|
99
101
|
images?: ResourceImageType[] | null;
|
|
@@ -295,6 +297,8 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
|
|
|
295
297
|
createdAt: Date;
|
|
296
298
|
deletedAt: Date | null;
|
|
297
299
|
posterUsage?: PosterUsageType | null;
|
|
300
|
+
rating?: number | null;
|
|
301
|
+
reviewCount?: number | null;
|
|
298
302
|
updatedAt: Date | null;
|
|
299
303
|
};
|
|
300
304
|
type LocationType = {
|
|
@@ -72,9 +72,11 @@ interface EventFormData extends BaseResourceTypeFormData {
|
|
|
72
72
|
type CreateEventInfoFormData = CreateFormData<EventInfoFormData>;
|
|
73
73
|
type CreateEventFormData = CreateFormData<EventFormData>;
|
|
74
74
|
interface EventType extends BaseResourceType {
|
|
75
|
+
claimed: boolean;
|
|
75
76
|
dateTime: DateTimeType[];
|
|
76
77
|
eventInfoId: string;
|
|
77
78
|
eventType: EnumEventType;
|
|
79
|
+
googlePlaceId?: string | null;
|
|
78
80
|
location: LocationType;
|
|
79
81
|
nzbn: string;
|
|
80
82
|
provider: string | null;
|
|
@@ -93,7 +95,7 @@ interface EventListItemType {
|
|
|
93
95
|
createdAt: Date;
|
|
94
96
|
dateTime: DateTimeType[];
|
|
95
97
|
deletedAt: Date | null;
|
|
96
|
-
description
|
|
98
|
+
description: string | null;
|
|
97
99
|
eventType: EnumEventType;
|
|
98
100
|
googlePlaceId?: string | null;
|
|
99
101
|
images?: ResourceImageType[] | null;
|
|
@@ -295,6 +297,8 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
|
|
|
295
297
|
createdAt: Date;
|
|
296
298
|
deletedAt: Date | null;
|
|
297
299
|
posterUsage?: PosterUsageType | null;
|
|
300
|
+
rating?: number | null;
|
|
301
|
+
reviewCount?: number | null;
|
|
298
302
|
updatedAt: Date | null;
|
|
299
303
|
};
|
|
300
304
|
type LocationType = {
|
package/dist/graphql/index.cjs
CHANGED
|
@@ -467,6 +467,7 @@ var EVENT = import_client3.gql`
|
|
|
467
467
|
cover {
|
|
468
468
|
...ResourceImageFields
|
|
469
469
|
}
|
|
470
|
+
claimed
|
|
470
471
|
createdAt
|
|
471
472
|
contactDetails {
|
|
472
473
|
...ContactDetailsFields
|
|
@@ -476,6 +477,7 @@ var EVENT = import_client3.gql`
|
|
|
476
477
|
}
|
|
477
478
|
description
|
|
478
479
|
deletedAt
|
|
480
|
+
googlePlaceId
|
|
479
481
|
images {
|
|
480
482
|
...ResourceImageFields
|
|
481
483
|
}
|
|
@@ -504,6 +506,8 @@ var EVENT = import_client3.gql`
|
|
|
504
506
|
...RelationDates
|
|
505
507
|
}
|
|
506
508
|
}
|
|
509
|
+
rating
|
|
510
|
+
reviewCount
|
|
507
511
|
socialMedia {
|
|
508
512
|
...SocialMediaFields
|
|
509
513
|
}
|
|
@@ -757,7 +761,9 @@ var VENDOR = import_client5.gql`
|
|
|
757
761
|
posterUsage {
|
|
758
762
|
...PosterUsageFields
|
|
759
763
|
}
|
|
764
|
+
rating
|
|
760
765
|
region
|
|
766
|
+
reviewCount
|
|
761
767
|
relations {
|
|
762
768
|
relationId
|
|
763
769
|
relationDates {
|
|
@@ -1381,7 +1387,9 @@ var PARTNER = import_client17.gql`
|
|
|
1381
1387
|
posterUsage {
|
|
1382
1388
|
...PosterUsageFields
|
|
1383
1389
|
}
|
|
1390
|
+
rating
|
|
1384
1391
|
region
|
|
1392
|
+
reviewCount
|
|
1385
1393
|
socialMedia {
|
|
1386
1394
|
...SocialMediaFields
|
|
1387
1395
|
}
|