@voyant-travel/inventory 0.1.0 → 0.2.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.
Files changed (38) hide show
  1. package/dist/action-ledger.d.ts +9 -9
  2. package/dist/authoring/extension.d.ts +4 -4
  3. package/dist/authoring/spec.d.ts +16 -16
  4. package/dist/booking-extension.d.ts +1 -1
  5. package/dist/extras/routes.d.ts +27 -27
  6. package/dist/extras/schema.d.ts +2 -2
  7. package/dist/extras/service.d.ts +8 -8
  8. package/dist/extras/validation.d.ts +11 -11
  9. package/dist/extras.d.ts +31 -31
  10. package/dist/interface.d.ts +102 -102
  11. package/dist/routes-catalog.d.ts +8 -8
  12. package/dist/routes-configuration.d.ts +1 -1
  13. package/dist/routes-core.d.ts +14 -14
  14. package/dist/routes-itinerary.d.ts +24 -24
  15. package/dist/routes-media.d.ts +12 -12
  16. package/dist/routes-merchandising.d.ts +19 -19
  17. package/dist/routes-options.d.ts +7 -7
  18. package/dist/routes-public.d.ts +12 -12
  19. package/dist/routes-translations.d.ts +5 -5
  20. package/dist/routes.d.ts +90 -90
  21. package/dist/schema-core.d.ts +2 -2
  22. package/dist/schema-itinerary.d.ts +1 -1
  23. package/dist/schema-settings.d.ts +1 -1
  24. package/dist/service-catalog.d.ts +4 -4
  25. package/dist/service-configuration.d.ts +1 -1
  26. package/dist/service-core.d.ts +6 -6
  27. package/dist/service-destinations.d.ts +8 -8
  28. package/dist/service-itinerary-history.d.ts +1 -1
  29. package/dist/service-itinerary.d.ts +15 -15
  30. package/dist/service-media.d.ts +10 -10
  31. package/dist/service-merchandising.d.ts +9 -9
  32. package/dist/service-option-translations.d.ts +8 -8
  33. package/dist/service-options.d.ts +8 -8
  34. package/dist/service-public.d.ts +12 -12
  35. package/dist/service-taxonomy.d.ts +8 -8
  36. package/dist/service.d.ts +86 -86
  37. package/dist/tasks/brochures.d.ts +2 -2
  38. package/package.json +10 -10
@@ -27,7 +27,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
27
27
  shortDescription: string | null;
28
28
  seoTitle: string | null;
29
29
  seoDescription: string | null;
30
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
30
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
31
31
  capacityMode: "free_sale" | "limited" | "on_request";
32
32
  visibility: "public" | "private" | "hidden";
33
33
  sellCurrency: string;
@@ -71,7 +71,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
71
71
  }[];
72
72
  locations: {
73
73
  id: string;
74
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
74
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
75
75
  title: string;
76
76
  address: string | null;
77
77
  city: string | null;
@@ -145,7 +145,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
145
145
  shortDescription: string | null;
146
146
  seoTitle: string | null;
147
147
  seoDescription: string | null;
148
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
148
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
149
149
  capacityMode: "free_sale" | "limited" | "on_request";
150
150
  visibility: "public" | "private" | "hidden";
151
151
  sellCurrency: string;
@@ -189,7 +189,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
189
189
  }[];
190
190
  locations: {
191
191
  id: string;
192
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
192
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
193
193
  title: string;
194
194
  address: string | null;
195
195
  city: string | null;
@@ -253,7 +253,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
253
253
  shortDescription: string | null;
254
254
  seoTitle: string | null;
255
255
  seoDescription: string | null;
256
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
256
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
257
257
  capacityMode: "free_sale" | "limited" | "on_request";
258
258
  visibility: "public" | "private" | "hidden";
259
259
  sellCurrency: string;
@@ -297,7 +297,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
297
297
  }[];
298
298
  locations: {
299
299
  id: string;
300
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
300
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
301
301
  title: string;
302
302
  address: string | null;
303
303
  city: string | null;
@@ -371,7 +371,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
371
371
  shortDescription: string | null;
372
372
  seoTitle: string | null;
373
373
  seoDescription: string | null;
374
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
374
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
375
375
  capacityMode: "free_sale" | "limited" | "on_request";
376
376
  visibility: "public" | "private" | "hidden";
377
377
  sellCurrency: string;
@@ -415,7 +415,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
415
415
  }[];
416
416
  locations: {
417
417
  id: string;
418
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
418
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
419
419
  title: string;
420
420
  address: string | null;
421
421
  city: string | null;
@@ -541,7 +541,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
541
541
  shortDescription: string | null;
542
542
  seoTitle: string | null;
543
543
  seoDescription: string | null;
544
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
544
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
545
545
  capacityMode: "free_sale" | "limited" | "on_request";
546
546
  visibility: "public" | "private" | "hidden";
547
547
  sellCurrency: string;
@@ -585,7 +585,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
585
585
  }[];
586
586
  locations: {
587
587
  id: string;
588
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
588
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
589
589
  title: string;
590
590
  address: string | null;
591
591
  city: string | null;
@@ -659,7 +659,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
659
659
  shortDescription: string | null;
660
660
  seoTitle: string | null;
661
661
  seoDescription: string | null;
662
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
662
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
663
663
  capacityMode: "free_sale" | "limited" | "on_request";
664
664
  visibility: "public" | "private" | "hidden";
665
665
  sellCurrency: string;
@@ -703,7 +703,7 @@ export declare const publicProductRoutes: import("hono/hono-base").HonoBase<Env,
703
703
  }[];
704
704
  locations: {
705
705
  id: string;
706
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
706
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
707
707
  title: string;
708
708
  address: string | null;
709
709
  city: string | null;
@@ -92,18 +92,18 @@ export declare const productTranslationRoutes: import("hono/hono-base").HonoBase
92
92
  data: {
93
93
  id: string;
94
94
  name: string;
95
+ createdAt: string;
95
96
  description: string | null;
96
97
  inclusionsHtml: string | null;
97
98
  exclusionsHtml: string | null;
98
99
  termsHtml: string | null;
99
- createdAt: string;
100
100
  updatedAt: string;
101
101
  productId: string;
102
102
  languageTag: string;
103
103
  slug: string | null;
104
+ shortDescription: string | null;
104
105
  seoTitle: string | null;
105
106
  seoDescription: string | null;
106
- shortDescription: string | null;
107
107
  };
108
108
  };
109
109
  outputFormat: "json";
@@ -258,11 +258,11 @@ export declare const productTranslationRoutes: import("hono/hono-base").HonoBase
258
258
  data: {
259
259
  id: string;
260
260
  name: string;
261
- description: string | null;
262
261
  createdAt: string;
262
+ description: string | null;
263
263
  updatedAt: string;
264
- languageTag: string;
265
264
  optionId: string;
265
+ languageTag: string;
266
266
  shortDescription: string | null;
267
267
  };
268
268
  };
@@ -412,8 +412,8 @@ export declare const productTranslationRoutes: import("hono/hono-base").HonoBase
412
412
  data: {
413
413
  id: string;
414
414
  name: string;
415
- description: string | null;
416
415
  createdAt: string;
416
+ description: string | null;
417
417
  updatedAt: string;
418
418
  languageTag: string;
419
419
  shortDescription: string | null;