@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
@@ -71,15 +71,15 @@ export declare const productCatalogRoutes: import("hono/hono-base").HonoBase<Env
71
71
  data: {
72
72
  id: string;
73
73
  name: string;
74
- active: boolean;
75
- description: string | null;
76
74
  createdAt: string;
75
+ description: string | null;
76
+ active: boolean;
77
77
  updatedAt: string;
78
+ code: string;
79
+ sortOrder: number;
78
80
  metadata: {
79
81
  [x: string]: import("hono/utils/types").JSONValue;
80
82
  } | null;
81
- code: string;
82
- sortOrder: number;
83
83
  } | undefined;
84
84
  };
85
85
  outputFormat: "json";
@@ -226,17 +226,17 @@ export declare const productCatalogRoutes: import("hono/hono-base").HonoBase<Env
226
226
  data: {
227
227
  id: string;
228
228
  name: string;
229
- active: boolean;
229
+ createdAt: string;
230
230
  description: string | null;
231
+ active: boolean;
231
232
  customerPaymentPolicy: import("hono/utils/types").JSONValue;
232
- createdAt: string;
233
233
  updatedAt: string;
234
+ sortOrder: number;
235
+ slug: string;
234
236
  metadata: {
235
237
  [x: string]: import("hono/utils/types").JSONValue;
236
238
  } | null;
237
- sortOrder: number;
238
239
  parentId: string | null;
239
- slug: string;
240
240
  } | undefined;
241
241
  };
242
242
  outputFormat: "json";
@@ -554,9 +554,9 @@ export declare const productConfigurationRoutes: import("hono/hono-base").HonoBa
554
554
  createdAt: string;
555
555
  updatedAt: string;
556
556
  productId: string;
557
+ notes: string | null;
557
558
  capability: "on_request" | "private" | "instant_confirmation" | "pickup_available" | "dropoff_available" | "guided" | "shared" | "digital_ticket" | "voucher_required" | "external_inventory" | "multi_day" | "accommodation" | "transport";
558
559
  enabled: boolean;
559
- notes: string | null;
560
560
  };
561
561
  };
562
562
  outputFormat: "json";
@@ -36,7 +36,7 @@ export declare const productCoreRoutes: import("hono/hono-base").HonoBase<Env, {
36
36
  exclusionsHtml: string | null;
37
37
  termsHtml: string | null;
38
38
  termsShowOnContract: boolean;
39
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
39
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
40
40
  capacityMode: "free_sale" | "limited" | "on_request";
41
41
  timezone: string | null;
42
42
  defaultLanguageTag: string | null;
@@ -77,12 +77,13 @@ export declare const productCoreRoutes: import("hono/hono-base").HonoBase<Env, {
77
77
  id: string;
78
78
  name: string;
79
79
  status: "draft" | "active" | "archived";
80
+ createdAt: string;
80
81
  description: string | null;
81
82
  inclusionsHtml: string | null;
82
83
  exclusionsHtml: string | null;
83
84
  termsHtml: string | null;
84
85
  termsShowOnContract: boolean;
85
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
86
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
86
87
  capacityMode: "free_sale" | "limited" | "on_request";
87
88
  timezone: string | null;
88
89
  defaultLanguageTag: string | null;
@@ -103,7 +104,6 @@ export declare const productCoreRoutes: import("hono/hono-base").HonoBase<Env, {
103
104
  taxClassId: string | null;
104
105
  customerPaymentPolicy: import("hono/utils/types").JSONValue;
105
106
  tags: string[] | null;
106
- createdAt: string;
107
107
  updatedAt: string;
108
108
  };
109
109
  };
@@ -145,7 +145,7 @@ export declare const productCoreRoutes: import("hono/hono-base").HonoBase<Env, {
145
145
  exclusionsHtml: string | null;
146
146
  termsHtml: string | null;
147
147
  termsShowOnContract: boolean;
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
  timezone: string | null;
151
151
  defaultLanguageTag: string | null;
@@ -195,27 +195,27 @@ export declare const productCoreRoutes: import("hono/hono-base").HonoBase<Env, {
195
195
  };
196
196
  output: {
197
197
  data: {
198
- principalSubtype: string | null;
199
- sessionId: string | null;
200
- apiTokenId: string | null;
201
- callerType: string | null;
202
- organizationId: string | null;
203
- workflowRunId: string | null;
204
- workflowStepId: string | null;
205
198
  id: string;
206
- status: "requested" | "awaiting_approval" | "approved" | "denied" | "succeeded" | "failed" | "reversed" | "compensated" | "expired" | "cancelled" | "superseded";
207
199
  actionName: string;
208
200
  actionVersion: string;
209
- actionKind: "create" | "update" | "delete" | "duplicate" | "read" | "execute" | "approve" | "reject" | "reverse" | "compensate";
201
+ actionKind: "read" | "create" | "update" | "delete" | "execute" | "approve" | "reject" | "reverse" | "compensate" | "duplicate";
202
+ status: "requested" | "awaiting_approval" | "approved" | "denied" | "succeeded" | "failed" | "reversed" | "compensated" | "expired" | "cancelled" | "superseded";
210
203
  evaluatedRisk: "low" | "medium" | "high" | "critical";
211
204
  actorType: string | null;
212
205
  principalType: "user" | "api_key" | "agent" | "workflow" | "system";
213
206
  principalId: string;
207
+ principalSubtype: string | null;
208
+ sessionId: string | null;
209
+ apiTokenId: string | null;
214
210
  internalRequest: boolean;
215
211
  delegatedByPrincipalType: "user" | "api_key" | "agent" | "workflow" | "system" | null;
216
212
  delegatedByPrincipalId: string | null;
217
213
  delegationId: string | null;
214
+ callerType: string | null;
215
+ organizationId: string | null;
218
216
  routeOrToolName: string | null;
217
+ workflowRunId: string | null;
218
+ workflowStepId: string | null;
219
219
  correlationId: string | null;
220
220
  causationActionId: string | null;
221
221
  idempotencyScope: string | null;
@@ -272,7 +272,7 @@ export declare const productCoreRoutes: import("hono/hono-base").HonoBase<Env, {
272
272
  exclusionsHtml: string | null;
273
273
  termsHtml: string | null;
274
274
  termsShowOnContract: boolean;
275
- bookingMode: "date" | "date_time" | "open" | "stay" | "transfer" | "itinerary" | "other";
275
+ bookingMode: "date" | "other" | "date_time" | "open" | "stay" | "transfer" | "itinerary";
276
276
  capacityMode: "free_sale" | "limited" | "on_request";
277
277
  timezone: string | null;
278
278
  defaultLanguageTag: string | null;
@@ -202,13 +202,13 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
202
202
  output: {
203
203
  data: {
204
204
  id: string;
205
- description: string | null;
206
205
  createdAt: string;
206
+ description: string | null;
207
207
  updatedAt: string;
208
+ itineraryId: string;
209
+ dayNumber: number;
208
210
  title: string | null;
209
211
  location: string | null;
210
- dayNumber: number;
211
- itineraryId: string;
212
212
  };
213
213
  };
214
214
  outputFormat: "json";
@@ -261,13 +261,13 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
261
261
  output: {
262
262
  data: {
263
263
  id: string;
264
- description: string | null;
265
264
  createdAt: string;
265
+ description: string | null;
266
266
  updatedAt: string;
267
+ itineraryId: string;
268
+ dayNumber: number;
267
269
  title: string | null;
268
270
  location: string | null;
269
- dayNumber: number;
270
- itineraryId: string;
271
271
  };
272
272
  };
273
273
  outputFormat: "json";
@@ -358,7 +358,7 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
358
358
  id: string;
359
359
  dayId: string;
360
360
  supplierServiceId: string | null;
361
- serviceType: "transfer" | "other" | "accommodation" | "experience" | "guide" | "meal";
361
+ serviceType: "other" | "transfer" | "accommodation" | "experience" | "guide" | "meal";
362
362
  name: string;
363
363
  description: string | null;
364
364
  countryCode: string | null;
@@ -401,17 +401,17 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
401
401
  data: {
402
402
  id: string;
403
403
  name: string;
404
+ createdAt: string;
404
405
  description: string | null;
405
406
  costAmountCents: number;
406
- createdAt: string;
407
- notes: string | null;
408
407
  sortOrder: number | null;
409
- countryCode: string | null;
410
408
  dayId: string;
411
- serviceType: "transfer" | "other" | "accommodation" | "experience" | "guide" | "meal";
412
409
  supplierServiceId: string | null;
410
+ serviceType: "other" | "transfer" | "accommodation" | "experience" | "guide" | "meal";
411
+ countryCode: string | null;
413
412
  costCurrency: string;
414
413
  quantity: number;
414
+ notes: string | null;
415
415
  };
416
416
  };
417
417
  outputFormat: "json";
@@ -450,7 +450,7 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
450
450
  id: string;
451
451
  dayId: string;
452
452
  supplierServiceId: string | null;
453
- serviceType: "transfer" | "other" | "accommodation" | "experience" | "guide" | "meal";
453
+ serviceType: "other" | "transfer" | "accommodation" | "experience" | "guide" | "meal";
454
454
  name: string;
455
455
  description: string | null;
456
456
  countryCode: string | null;
@@ -555,13 +555,13 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
555
555
  output: {
556
556
  data: {
557
557
  id: string;
558
- description: string | null;
559
558
  createdAt: string;
559
+ description: string | null;
560
560
  updatedAt: string;
561
561
  title: string | null;
562
- languageTag: string;
563
- dayId: string;
564
562
  location: string | null;
563
+ dayId: string;
564
+ languageTag: string;
565
565
  };
566
566
  };
567
567
  outputFormat: "json";
@@ -574,10 +574,10 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
574
574
  input: {
575
575
  param: {
576
576
  id: string;
577
- } & {
578
- translationId: string;
579
577
  } & {
580
578
  dayId: string;
579
+ } & {
580
+ translationId: string;
581
581
  };
582
582
  };
583
583
  output: {
@@ -589,10 +589,10 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
589
589
  input: {
590
590
  param: {
591
591
  id: string;
592
- } & {
593
- translationId: string;
594
592
  } & {
595
593
  dayId: string;
594
+ } & {
595
+ translationId: string;
596
596
  };
597
597
  };
598
598
  output: {
@@ -617,10 +617,10 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
617
617
  input: {
618
618
  param: {
619
619
  id: string;
620
- } & {
621
- translationId: string;
622
620
  } & {
623
621
  dayId: string;
622
+ } & {
623
+ translationId: string;
624
624
  };
625
625
  };
626
626
  output: {
@@ -632,10 +632,10 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
632
632
  input: {
633
633
  param: {
634
634
  id: string;
635
- } & {
636
- translationId: string;
637
635
  } & {
638
636
  dayId: string;
637
+ } & {
638
+ translationId: string;
639
639
  };
640
640
  };
641
641
  output: {
@@ -747,8 +747,8 @@ export declare const productItineraryRoutes: import("hono/hono-base").HonoBase<E
747
747
  id: string;
748
748
  createdAt: string;
749
749
  productId: string;
750
- content: string;
751
750
  authorId: string;
751
+ content: string;
752
752
  };
753
753
  };
754
754
  outputFormat: "json";
@@ -171,14 +171,14 @@ export declare const productMediaRoutes: import("hono/hono-base").HonoBase<Env,
171
171
  sortOrder: number;
172
172
  dayId: string | null;
173
173
  mediaType: "image" | "video" | "document";
174
- isBrochure: boolean;
175
- isBrochureCurrent: boolean;
176
174
  url: string;
177
175
  storageKey: string | null;
178
176
  mimeType: string | null;
179
177
  fileSize: number | null;
180
178
  altText: string | null;
181
179
  isCover: boolean;
180
+ isBrochure: boolean;
181
+ isBrochureCurrent: boolean;
182
182
  brochureVersion: number | null;
183
183
  };
184
184
  };
@@ -292,14 +292,14 @@ export declare const productMediaRoutes: import("hono/hono-base").HonoBase<Env,
292
292
  sortOrder: number;
293
293
  dayId: string | null;
294
294
  mediaType: "image" | "video" | "document";
295
- isBrochure: boolean;
296
- isBrochureCurrent: boolean;
297
295
  url: string;
298
296
  storageKey: string | null;
299
297
  mimeType: string | null;
300
298
  fileSize: number | null;
301
299
  altText: string | null;
302
300
  isCover: boolean;
301
+ isBrochure: boolean;
302
+ isBrochureCurrent: boolean;
303
303
  brochureVersion: number | null;
304
304
  };
305
305
  };
@@ -336,14 +336,14 @@ export declare const productMediaRoutes: import("hono/hono-base").HonoBase<Env,
336
336
  sortOrder: number;
337
337
  dayId: string | null;
338
338
  mediaType: "image" | "video" | "document";
339
- isBrochure: boolean;
340
- isBrochureCurrent: boolean;
341
339
  url: string;
342
340
  storageKey: string | null;
343
341
  mimeType: string | null;
344
342
  fileSize: number | null;
345
343
  altText: string | null;
346
344
  isCover: boolean;
345
+ isBrochure: boolean;
346
+ isBrochureCurrent: boolean;
347
347
  brochureVersion: number | null;
348
348
  };
349
349
  };
@@ -432,14 +432,14 @@ export declare const productMediaRoutes: import("hono/hono-base").HonoBase<Env,
432
432
  sortOrder: number;
433
433
  dayId: string | null;
434
434
  mediaType: "image" | "video" | "document";
435
- isBrochure: boolean;
436
- isBrochureCurrent: boolean;
437
435
  url: string;
438
436
  storageKey: string | null;
439
437
  mimeType: string | null;
440
438
  fileSize: number | null;
441
439
  altText: string | null;
442
440
  isCover: boolean;
441
+ isBrochure: boolean;
442
+ isBrochureCurrent: boolean;
443
443
  brochureVersion: number | null;
444
444
  };
445
445
  };
@@ -512,14 +512,14 @@ export declare const productMediaRoutes: import("hono/hono-base").HonoBase<Env,
512
512
  sortOrder: number;
513
513
  dayId: string | null;
514
514
  mediaType: "image" | "video" | "document";
515
- isBrochure: boolean;
516
- isBrochureCurrent: boolean;
517
515
  url: string;
518
516
  storageKey: string | null;
519
517
  mimeType: string | null;
520
518
  fileSize: number | null;
521
519
  altText: string | null;
522
520
  isCover: boolean;
521
+ isBrochure: boolean;
522
+ isBrochureCurrent: boolean;
523
523
  brochureVersion: number | null;
524
524
  };
525
525
  };
@@ -615,14 +615,14 @@ export declare const productMediaRoutes: import("hono/hono-base").HonoBase<Env,
615
615
  sortOrder: number;
616
616
  dayId: string | null;
617
617
  mediaType: "image" | "video" | "document";
618
- isBrochure: boolean;
619
- isBrochureCurrent: boolean;
620
618
  url: string;
621
619
  storageKey: string | null;
622
620
  mimeType: string | null;
623
621
  fileSize: number | null;
624
622
  altText: string | null;
625
623
  isCover: boolean;
624
+ isBrochure: boolean;
625
+ isBrochureCurrent: boolean;
626
626
  brochureVersion: number | null;
627
627
  };
628
628
  };
@@ -79,13 +79,13 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
79
79
  output: {
80
80
  data: {
81
81
  id: string;
82
- description: string | null;
83
82
  createdAt: string;
83
+ description: string | null;
84
84
  updatedAt: string;
85
- title: string;
86
85
  productId: string;
87
- featureType: "other" | "inclusion" | "exclusion" | "highlight" | "important_information";
88
86
  sortOrder: number;
87
+ title: string;
88
+ featureType: "other" | "inclusion" | "exclusion" | "highlight" | "important_information";
89
89
  };
90
90
  };
91
91
  outputFormat: "json";
@@ -311,7 +311,7 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
311
311
  data: {
312
312
  id: string;
313
313
  productId: string;
314
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
314
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
315
315
  title: string;
316
316
  address: string | null;
317
317
  city: string | null;
@@ -356,7 +356,7 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
356
356
  data: {
357
357
  id: string;
358
358
  productId: string;
359
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
359
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
360
360
  title: string;
361
361
  address: string | null;
362
362
  city: string | null;
@@ -399,13 +399,13 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
399
399
  id: string;
400
400
  createdAt: string;
401
401
  updatedAt: string;
402
- title: string;
403
402
  productId: string;
404
403
  sortOrder: number;
405
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
404
+ title: string;
405
+ countryCode: string | null;
406
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
406
407
  address: string | null;
407
408
  city: string | null;
408
- countryCode: string | null;
409
409
  latitude: number | null;
410
410
  longitude: number | null;
411
411
  googlePlaceId: string | null;
@@ -440,7 +440,7 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
440
440
  data: {
441
441
  id: string;
442
442
  productId: string;
443
- locationType: "other" | "start" | "end" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
443
+ locationType: "end" | "other" | "start" | "meeting_point" | "pickup" | "dropoff" | "point_of_interest";
444
444
  title: string;
445
445
  address: string | null;
446
446
  city: string | null;
@@ -586,20 +586,20 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
586
586
  output: {
587
587
  data: {
588
588
  id: string;
589
- active: boolean;
590
589
  createdAt: string;
590
+ active: boolean;
591
591
  updatedAt: string;
592
- metadata: {
593
- [x: string]: import("hono/utils/types").JSONValue;
594
- } | null;
595
592
  code: string | null;
596
593
  sortOrder: number;
597
594
  latitude: number | null;
598
595
  longitude: number | null;
596
+ slug: string;
597
+ metadata: {
598
+ [x: string]: import("hono/utils/types").JSONValue;
599
+ } | null;
599
600
  parentId: string | null;
600
- destinationType: string;
601
601
  canonicalPlaceId: string | null;
602
- slug: string;
602
+ destinationType: string;
603
603
  } | null;
604
604
  };
605
605
  outputFormat: "json";
@@ -721,13 +721,13 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
721
721
  data: {
722
722
  id: string;
723
723
  name: string;
724
- description: string | null;
725
724
  createdAt: string;
725
+ description: string | null;
726
726
  updatedAt: string;
727
727
  languageTag: string;
728
- destinationId: string;
729
728
  seoTitle: string | null;
730
729
  seoDescription: string | null;
730
+ destinationId: string;
731
731
  };
732
732
  };
733
733
  outputFormat: "json";
@@ -843,13 +843,13 @@ export declare const productMerchandisingRoutes: import("hono/hono-base").HonoBa
843
843
  data: {
844
844
  id: string;
845
845
  name: string;
846
- description: string | null;
847
846
  createdAt: string;
847
+ description: string | null;
848
848
  updatedAt: string;
849
- categoryId: string;
850
849
  languageTag: string;
851
850
  seoTitle: string | null;
852
851
  seoDescription: string | null;
852
+ categoryId: string;
853
853
  };
854
854
  };
855
855
  outputFormat: "json";
@@ -89,11 +89,11 @@ export declare const productOptionRoutes: import("hono/hono-base").HonoBase<Env,
89
89
  id: string;
90
90
  name: string;
91
91
  status: "draft" | "active" | "archived";
92
- description: string | null;
93
92
  createdAt: string;
93
+ description: string | null;
94
94
  updatedAt: string;
95
- code: string | null;
96
95
  productId: string;
96
+ code: string | null;
97
97
  isDefault: boolean;
98
98
  sortOrder: number;
99
99
  availableFrom: string | null;
@@ -180,7 +180,7 @@ export declare const productOptionRoutes: import("hono/hono-base").HonoBase<Env,
180
180
  name: string;
181
181
  code: string | null;
182
182
  description: string | null;
183
- unitType: "other" | "person" | "group" | "room" | "vehicle" | "service";
183
+ unitType: "person" | "group" | "room" | "vehicle" | "service" | "other";
184
184
  minQuantity: number | null;
185
185
  maxQuantity: number | null;
186
186
  minAge: number | null;
@@ -227,7 +227,7 @@ export declare const productOptionRoutes: import("hono/hono-base").HonoBase<Env,
227
227
  name: string;
228
228
  code: string | null;
229
229
  description: string | null;
230
- unitType: "other" | "person" | "group" | "room" | "vehicle" | "service";
230
+ unitType: "person" | "group" | "room" | "vehicle" | "service" | "other";
231
231
  minQuantity: number | null;
232
232
  maxQuantity: number | null;
233
233
  minAge: number | null;
@@ -268,13 +268,13 @@ export declare const productOptionRoutes: import("hono/hono-base").HonoBase<Env,
268
268
  data: {
269
269
  id: string;
270
270
  name: string;
271
- description: string | null;
272
271
  createdAt: string;
272
+ description: string | null;
273
273
  updatedAt: string;
274
274
  code: string | null;
275
275
  sortOrder: number;
276
276
  optionId: string;
277
- unitType: "other" | "person" | "group" | "room" | "vehicle" | "service";
277
+ unitType: "person" | "group" | "room" | "vehicle" | "service" | "other";
278
278
  minQuantity: number | null;
279
279
  maxQuantity: number | null;
280
280
  minAge: number | null;
@@ -315,7 +315,7 @@ export declare const productOptionRoutes: import("hono/hono-base").HonoBase<Env,
315
315
  name: string;
316
316
  code: string | null;
317
317
  description: string | null;
318
- unitType: "other" | "person" | "group" | "room" | "vehicle" | "service";
318
+ unitType: "person" | "group" | "room" | "vehicle" | "service" | "other";
319
319
  minQuantity: number | null;
320
320
  maxQuantity: number | null;
321
321
  minAge: number | null;