hububb-models 1.1.7 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
@@ -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)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hububb-models",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Models for Hububb application",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",