hububb-models 1.1.7 → 1.1.8
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.
@@ -551,6 +551,8 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
551
551
|
checkInAgent?: string | undefined;
|
552
552
|
}>>;
|
553
553
|
source: import("zod").ZodOptional<import("zod").ZodString>;
|
554
|
+
channexPropertyId: import("zod").ZodOptional<import("zod").ZodString>;
|
555
|
+
channexRoomTypeId: import("zod").ZodOptional<import("zod").ZodString>;
|
554
556
|
}, "strip", import("zod").ZodTypeAny, {
|
555
557
|
address: {
|
556
558
|
full: string;
|
@@ -690,6 +692,8 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
690
692
|
landlordId?: string | undefined;
|
691
693
|
apaleoPropertyId?: string | undefined;
|
692
694
|
apaleoUnitGroupId?: string | undefined;
|
695
|
+
channexPropertyId?: string | undefined;
|
696
|
+
channexRoomTypeId?: string | undefined;
|
693
697
|
}, {
|
694
698
|
address: {
|
695
699
|
full: string;
|
@@ -829,6 +833,8 @@ export declare const ListingSchema: import("zod").ZodObject<{
|
|
829
833
|
landlordId?: string | undefined;
|
830
834
|
apaleoPropertyId?: string | undefined;
|
831
835
|
apaleoUnitGroupId?: string | undefined;
|
836
|
+
channexPropertyId?: string | undefined;
|
837
|
+
channexRoomTypeId?: string | undefined;
|
832
838
|
}>;
|
833
839
|
export declare const CreateListingSchema: import("zod").ZodObject<{
|
834
840
|
title: import("zod").ZodString;
|
package/dist/schemas/listing.js
CHANGED
@@ -133,6 +133,8 @@ exports.ListingSchema = (0, zod_1.object)({
|
|
133
133
|
checkInAgent: (0, zod_1.optional)((0, zod_1.string)()),
|
134
134
|
})),
|
135
135
|
source: (0, zod_1.optional)((0, zod_1.string)()),
|
136
|
+
channexPropertyId: (0, zod_1.optional)((0, zod_1.string)()),
|
137
|
+
channexRoomTypeId: (0, zod_1.optional)((0, zod_1.string)()),
|
136
138
|
});
|
137
139
|
exports.CreateListingSchema = (0, zod_1.object)({
|
138
140
|
title: (0, zod_1.string)(),
|