@voyant-travel/accommodations 0.105.17 → 0.105.18

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.
@@ -279,7 +279,7 @@ export declare const stayBookingItems: import("drizzle-orm/pg-core").PgTableWith
279
279
  tableName: "stay_booking_items";
280
280
  dataType: "string";
281
281
  columnType: "PgEnumColumn";
282
- data: "cancelled" | "no_show" | "reserved";
282
+ data: "cancelled" | "reserved" | "no_show";
283
283
  driverParam: string;
284
284
  notNull: true;
285
285
  hasDefault: true;
@@ -1018,7 +1018,7 @@ export declare const ratePlans: import("drizzle-orm/pg-core").PgTableWithColumns
1018
1018
  tableName: "rate_plans";
1019
1019
  dataType: "string";
1020
1020
  columnType: "PgEnumColumn";
1021
- data: "none" | "card_hold" | "deposit" | "full_prepay" | "on_request";
1021
+ data: "none" | "on_request" | "deposit" | "card_hold" | "full_prepay";
1022
1022
  driverParam: string;
1023
1023
  notNull: true;
1024
1024
  hasDefault: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/accommodations",
3
- "version": "0.105.17",
3
+ "version": "0.105.18",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -60,10 +60,10 @@
60
60
  "hono": "^4.12.10",
61
61
  "zod": "^4.3.6",
62
62
  "@voyant-travel/accommodations-contracts": "^0.105.2",
63
- "@voyant-travel/bookings": "^0.119.3",
63
+ "@voyant-travel/bookings": "^0.120.0",
64
+ "@voyant-travel/catalog": "^0.118.0",
64
65
  "@voyant-travel/db": "^0.108.0",
65
- "@voyant-travel/catalog": "^0.117.2",
66
- "@voyant-travel/operations": "^0.0.0"
66
+ "@voyant-travel/operations": "^0.1.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "typescript": "^6.0.2",