@voyantjs/charters 0.56.0 → 0.58.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.
@@ -230,9 +230,9 @@ export declare const chartersPublicRoutes: import("hono/hono-base").HonoBase<Env
230
230
  externalRefs: {
231
231
  [x: string]: string;
232
232
  } | null;
233
+ productId: string;
233
234
  nights: number;
234
235
  departureDate: string;
235
- productId: string;
236
236
  voyageCode: string;
237
237
  embarkPortFacilityId: string | null;
238
238
  embarkPortName: string | null;
@@ -478,9 +478,9 @@ export declare const chartersPublicRoutes: import("hono/hono-base").HonoBase<Env
478
478
  externalRefs: {
479
479
  [x: string]: string;
480
480
  } | null;
481
+ productId: string;
481
482
  nights: number;
482
483
  departureDate: string;
483
- productId: string;
484
484
  voyageCode: string;
485
485
  embarkPortFacilityId: string | null;
486
486
  embarkPortName: string | null;
package/dist/routes.d.ts CHANGED
@@ -201,9 +201,9 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
201
201
  externalRefs: {
202
202
  [x: string]: string;
203
203
  } | null;
204
+ productId: string;
204
205
  nights: number;
205
206
  departureDate: string;
206
- productId: string;
207
207
  voyageCode: string;
208
208
  embarkPortFacilityId: string | null;
209
209
  embarkPortName: string | null;
@@ -662,9 +662,9 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
662
662
  externalRefs: {
663
663
  [x: string]: string;
664
664
  } | null;
665
+ productId: string;
665
666
  nights: number;
666
667
  departureDate: string;
667
- productId: string;
668
668
  voyageCode: string;
669
669
  embarkPortFacilityId: string | null;
670
670
  embarkPortName: string | null;
@@ -754,9 +754,9 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
754
754
  externalRefs: {
755
755
  [x: string]: string;
756
756
  } | null;
757
+ productId: string;
757
758
  nights: number;
758
759
  departureDate: string;
759
- productId: string;
760
760
  voyageCode: string;
761
761
  embarkPortFacilityId: string | null;
762
762
  embarkPortName: string | null;
@@ -879,9 +879,9 @@ export declare const chartersAdminRoutes: import("hono/hono-base").HonoBase<Env,
879
879
  externalRefs: {
880
880
  [x: string]: string;
881
881
  } | null;
882
+ productId: string;
882
883
  nights: number;
883
884
  departureDate: string;
884
- productId: string;
885
885
  voyageCode: string;
886
886
  embarkPortFacilityId: string | null;
887
887
  embarkPortName: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/charters",
3
- "version": "0.56.0",
3
+ "version": "0.58.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -74,11 +74,11 @@
74
74
  "drizzle-orm": "^0.45.2",
75
75
  "hono": "^4.12.10",
76
76
  "zod": "^4.3.6",
77
- "@voyantjs/bookings": "0.56.0",
78
- "@voyantjs/core": "0.56.0",
79
- "@voyantjs/db": "0.56.0",
80
- "@voyantjs/hono": "0.56.0",
81
- "@voyantjs/catalog": "0.56.0"
77
+ "@voyantjs/bookings": "0.58.0",
78
+ "@voyantjs/core": "0.58.0",
79
+ "@voyantjs/db": "0.58.0",
80
+ "@voyantjs/hono": "0.58.0",
81
+ "@voyantjs/catalog": "0.58.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "typescript": "^6.0.2",