@voyant-travel/charters 0.134.1 → 0.135.0

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.
@@ -60,7 +60,7 @@ export declare const bookingCharterDetails: import("drizzle-orm/pg-core").PgTabl
60
60
  tableName: "booking_charter_details";
61
61
  dataType: "string";
62
62
  columnType: "PgEnumColumn";
63
- data: "external" | "local";
63
+ data: "local" | "external";
64
64
  driverParam: string;
65
65
  notNull: true;
66
66
  hasDefault: true;
@@ -563,8 +563,8 @@ export declare const charterDetailUpsertSchema: z.ZodObject<{
563
563
  whole_yacht: "whole_yacht";
564
564
  }>;
565
565
  source: z.ZodDefault<z.ZodEnum<{
566
- external: "external";
567
566
  local: "local";
567
+ external: "external";
568
568
  }>>;
569
569
  sourceProvider: z.ZodNullable<z.ZodOptional<z.ZodString>>;
570
570
  sourceRef: z.ZodNullable<z.ZodOptional<z.ZodObject<{
@@ -649,7 +649,7 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
649
649
  };
650
650
  output: {
651
651
  data: {
652
- source: "external" | "local";
652
+ source: "local" | "external";
653
653
  createdAt: string;
654
654
  updatedAt: string;
655
655
  notes: string | null;
@@ -700,7 +700,7 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
700
700
  };
701
701
  output: {
702
702
  data: {
703
- source: "external" | "local";
703
+ source: "local" | "external";
704
704
  createdAt: string;
705
705
  updatedAt: string;
706
706
  notes: string | null;
@@ -786,7 +786,7 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
786
786
  };
787
787
  output: {
788
788
  data: {
789
- source: "external" | "local";
789
+ source: "local" | "external";
790
790
  createdAt: string;
791
791
  updatedAt: string;
792
792
  notes: string | null;
@@ -848,7 +848,7 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
848
848
  };
849
849
  output: {
850
850
  data: {
851
- source: "external" | "local";
851
+ source: "local" | "external";
852
852
  createdAt: string;
853
853
  updatedAt: string;
854
854
  notes: string | null;
package/dist/routes.d.ts CHANGED
@@ -1123,7 +1123,7 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
1123
1123
  bookingId: string;
1124
1124
  bookingNumber: string;
1125
1125
  charterDetails: {
1126
- source: "external" | "local";
1126
+ source: "local" | "external";
1127
1127
  createdAt: string;
1128
1128
  updatedAt: string;
1129
1129
  notes: string | null;
@@ -1270,7 +1270,7 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
1270
1270
  bookingId: string;
1271
1271
  bookingNumber: string;
1272
1272
  charterDetails: {
1273
- source: "external" | "local";
1273
+ source: "local" | "external";
1274
1274
  createdAt: string;
1275
1275
  updatedAt: string;
1276
1276
  notes: string | null;
@@ -1404,7 +1404,7 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
1404
1404
  data: {
1405
1405
  contractId: string;
1406
1406
  charterDetails: {
1407
- source: "external" | "local";
1407
+ source: "local" | "external";
1408
1408
  createdAt: string;
1409
1409
  updatedAt: string;
1410
1410
  notes: string | null;
@@ -9,8 +9,8 @@ export declare const charterStatusSchema: z.ZodEnum<{
9
9
  archived: "archived";
10
10
  }>;
11
11
  export declare const charterSourceSchema: z.ZodEnum<{
12
- external: "external";
13
12
  local: "local";
13
+ external: "external";
14
14
  }>;
15
15
  export declare const yachtClassSchema: z.ZodEnum<{
16
16
  luxury_motor: "luxury_motor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/charters",
3
- "version": "0.134.1",
3
+ "version": "0.135.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -74,13 +74,13 @@
74
74
  "drizzle-orm": "^0.45.2",
75
75
  "hono": "^4.12.10",
76
76
  "zod": "^4.3.6",
77
- "@voyant-travel/bookings": "^0.136.1",
77
+ "@voyant-travel/bookings": "^0.137.0",
78
78
  "@voyant-travel/charters-contracts": "^0.104.1",
79
79
  "@voyant-travel/core": "^0.111.0",
80
80
  "@voyant-travel/db": "^0.109.4",
81
81
  "@voyant-travel/types": "^0.106.0",
82
- "@voyant-travel/hono": "^0.116.1",
83
- "@voyant-travel/catalog": "^0.134.1"
82
+ "@voyant-travel/hono": "^0.117.0",
83
+ "@voyant-travel/catalog": "^0.135.0"
84
84
  },
85
85
  "devDependencies": {
86
86
  "drizzle-kit": "^0.31.10",