hububb-models 1.1.20 → 1.1.21
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.
@@ -541,7 +541,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
541
541
|
rubbishCollection: import("zod").ZodOptional<import("zod").ZodString>;
|
542
542
|
noSmokingFee: import("zod").ZodOptional<import("zod").ZodNumber>;
|
543
543
|
noPartyingFee: import("zod").ZodOptional<import("zod").ZodNumber>;
|
544
|
-
|
544
|
+
noUnannouncedGuestsFee: import("zod").ZodOptional<import("zod").ZodNumber>;
|
545
545
|
houseManual: import("zod").ZodOptional<import("zod").ZodString>;
|
546
546
|
communalCleanSchedule: import("zod").ZodOptional<import("zod").ZodString>;
|
547
547
|
parkingSpace: import("zod").ZodOptional<import("zod").ZodString>;
|
@@ -555,7 +555,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
555
555
|
rubbishCollection?: string | undefined;
|
556
556
|
noSmokingFee?: number | undefined;
|
557
557
|
noPartyingFee?: number | undefined;
|
558
|
-
|
558
|
+
noUnannouncedGuestsFee?: number | undefined;
|
559
559
|
houseManual?: string | undefined;
|
560
560
|
communalCleanSchedule?: string | undefined;
|
561
561
|
parkingSpace?: string | undefined;
|
@@ -569,7 +569,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
569
569
|
rubbishCollection?: string | undefined;
|
570
570
|
noSmokingFee?: number | undefined;
|
571
571
|
noPartyingFee?: number | undefined;
|
572
|
-
|
572
|
+
noUnannouncedGuestsFee?: number | undefined;
|
573
573
|
houseManual?: string | undefined;
|
574
574
|
communalCleanSchedule?: string | undefined;
|
575
575
|
parkingSpace?: string | undefined;
|
@@ -650,7 +650,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
650
650
|
rubbishCollection?: string | undefined;
|
651
651
|
noSmokingFee?: number | undefined;
|
652
652
|
noPartyingFee?: number | undefined;
|
653
|
-
|
653
|
+
noUnannouncedGuestsFee?: number | undefined;
|
654
654
|
houseManual?: string | undefined;
|
655
655
|
communalCleanSchedule?: string | undefined;
|
656
656
|
parkingSpace?: string | undefined;
|
@@ -799,7 +799,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
799
799
|
rubbishCollection?: string | undefined;
|
800
800
|
noSmokingFee?: number | undefined;
|
801
801
|
noPartyingFee?: number | undefined;
|
802
|
-
|
802
|
+
noUnannouncedGuestsFee?: number | undefined;
|
803
803
|
houseManual?: string | undefined;
|
804
804
|
communalCleanSchedule?: string | undefined;
|
805
805
|
parkingSpace?: string | undefined;
|
package/dist/schemas/listing.js
CHANGED
@@ -135,7 +135,7 @@ exports.ListingSchema = (0, zod_1.object)({
|
|
135
135
|
rubbishCollection: (0, zod_1.optional)((0, zod_1.string)()),
|
136
136
|
noSmokingFee: (0, zod_1.optional)((0, zod_1.number)()),
|
137
137
|
noPartyingFee: (0, zod_1.optional)((0, zod_1.number)()),
|
138
|
-
|
138
|
+
noUnannouncedGuestsFee: (0, zod_1.optional)((0, zod_1.number)()),
|
139
139
|
houseManual: (0, zod_1.optional)((0, zod_1.string)()),
|
140
140
|
communalCleanSchedule: (0, zod_1.optional)((0, zod_1.string)()),
|
141
141
|
parkingSpace: (0, zod_1.optional)((0, zod_1.string)()),
|