hububb-models 1.1.28 → 1.1.29
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.
@@ -577,6 +577,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
577
577
|
source: import("zod").ZodOptional<import("zod").ZodString>;
|
578
578
|
channexPropertyId: import("zod").ZodOptional<import("zod").ZodString>;
|
579
579
|
channexRoomTypeId: import("zod").ZodOptional<import("zod").ZodString>;
|
580
|
+
channexRatePlanId: import("zod").ZodOptional<import("zod").ZodString>;
|
580
581
|
}, "strip", import("zod").ZodTypeAny, {
|
581
582
|
address: {
|
582
583
|
full: string;
|
@@ -726,6 +727,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
726
727
|
apaleoPropertyId?: string | undefined;
|
727
728
|
channexPropertyId?: string | undefined;
|
728
729
|
channexRoomTypeId?: string | undefined;
|
730
|
+
channexRatePlanId?: string | undefined;
|
729
731
|
}, {
|
730
732
|
address: {
|
731
733
|
full: string;
|
@@ -875,6 +877,7 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
875
877
|
apaleoPropertyId?: string | undefined;
|
876
878
|
channexPropertyId?: string | undefined;
|
877
879
|
channexRoomTypeId?: string | undefined;
|
880
|
+
channexRatePlanId?: string | undefined;
|
878
881
|
}>;
|
879
882
|
export declare const CreateListingSchema: import("zod").ZodObject<{
|
880
883
|
title: import("zod").ZodString;
|
package/dist/schemas/listing.js
CHANGED
@@ -143,6 +143,7 @@ exports.ListingSchema = (0, zod_1.object)({
|
|
143
143
|
source: (0, zod_1.optional)((0, zod_1.string)()),
|
144
144
|
channexPropertyId: (0, zod_1.optional)((0, zod_1.string)()),
|
145
145
|
channexRoomTypeId: (0, zod_1.optional)((0, zod_1.string)()),
|
146
|
+
channexRatePlanId: (0, zod_1.optional)((0, zod_1.string)()),
|
146
147
|
});
|
147
148
|
exports.CreateListingSchema = (0, zod_1.object)({
|
148
149
|
title: (0, zod_1.string)(),
|