@voyant-travel/finance 0.167.0 → 0.168.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.
- package/README.md +23 -9
- package/dist/action-ledger-drift.d.ts.map +1 -0
- package/dist/booking-lifecycle.d.ts.map +1 -0
- package/dist/booking-schedule/subscriber-runtime.d.ts.map +1 -0
- package/dist/booking-tax.d.ts +31 -19
- package/dist/booking-tax.d.ts.map +1 -0
- package/dist/booking-tax.js +48 -15
- package/dist/card-payment.d.ts.map +1 -0
- package/dist/checkout-routes.d.ts +294 -294
- package/dist/checkout-routes.d.ts.map +1 -0
- package/dist/checkout-service-plan.d.ts +2 -2
- package/dist/checkout-service-plan.d.ts.map +1 -0
- package/dist/checkout-service.d.ts.map +1 -0
- package/dist/checkout-validation.d.ts.map +1 -0
- package/dist/document-download.d.ts.map +1 -0
- package/dist/fx-money.d.ts.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -3
- package/dist/invoice-fx.d.ts.map +1 -0
- package/dist/invoice-number-errors.d.ts.map +1 -0
- package/dist/linkables.d.ts.map +1 -0
- package/dist/markets-ref.d.ts.map +1 -0
- package/dist/mcp-runtime.d.ts.map +1 -0
- package/dist/order-payment-sessions.d.ts.map +1 -0
- package/dist/payment-adapter-events.d.ts +3 -3
- package/dist/payment-link.d.ts.map +1 -0
- package/dist/payment-policy-cascade.d.ts.map +1 -0
- package/dist/payment-policy.d.ts.map +1 -0
- package/dist/payment-schedule/routes.d.ts +2 -2
- package/dist/payment-schedule/routes.d.ts.map +1 -0
- package/dist/route-runtime.d.ts.map +1 -0
- package/dist/routes-action-ledger.d.ts +25 -25
- package/dist/routes-action-ledger.d.ts.map +1 -0
- package/dist/routes-booking-billing.d.ts +95 -95
- package/dist/routes-booking-billing.d.ts.map +1 -0
- package/dist/routes-booking-create.d.ts.map +1 -0
- package/dist/routes-booking-reads.d.ts +13 -13
- package/dist/routes-booking-reads.d.ts.map +1 -0
- package/dist/routes-documents.d.ts +11 -11
- package/dist/routes-documents.d.ts.map +1 -0
- package/dist/routes-invoice-core.d.ts +87 -87
- package/dist/routes-invoice-core.d.ts.map +1 -0
- package/dist/routes-invoice-documents.d.ts +16 -16
- package/dist/routes-invoice-documents.d.ts.map +1 -0
- package/dist/routes-invoice-issue.d.ts.map +1 -0
- package/dist/routes-invoice-schemas.d.ts +20 -20
- package/dist/routes-invoice-schemas.d.ts.map +1 -0
- package/dist/routes-payment-processing.d.ts +152 -152
- package/dist/routes-payment-processing.d.ts.map +1 -0
- package/dist/routes-payment-schemas.d.ts +17 -17
- package/dist/routes-payment-schemas.d.ts.map +1 -0
- package/dist/routes-payments.d.ts +64 -64
- package/dist/routes-payments.d.ts.map +1 -0
- package/dist/routes-public-accountant.d.ts +19 -19
- package/dist/routes-public.d.ts +102 -102
- package/dist/routes-public.d.ts.map +1 -0
- package/dist/routes-reference-data.d.ts +33 -33
- package/dist/routes-reference-data.d.ts.map +1 -0
- package/dist/routes-reports.d.ts +11 -11
- package/dist/routes-reports.d.ts.map +1 -0
- package/dist/routes-runtime.d.ts +1 -1
- package/dist/routes-runtime.d.ts.map +1 -0
- package/dist/routes-settlement.d.ts +12 -12
- package/dist/routes-settlement.d.ts.map +1 -0
- package/dist/routes-shared.d.ts.map +1 -0
- package/dist/routes-supplier-invoices.d.ts +75 -75
- package/dist/routes-supplier-invoices.d.ts.map +1 -0
- package/dist/routes-travel-credits.d.ts +4 -4
- package/dist/routes-vouchers.d.ts +401 -0
- package/dist/routes-vouchers.d.ts.map +1 -0
- package/dist/routes-vouchers.js +176 -0
- package/dist/routes.d.ts +477 -477
- package/dist/routes.d.ts.map +1 -0
- package/dist/runtime-contributor.d.ts.map +1 -0
- package/dist/runtime-port.d.ts +20 -24
- package/dist/runtime-port.d.ts.map +1 -0
- package/dist/runtime-port.js +10 -11
- package/dist/runtime.d.ts.map +1 -0
- package/dist/schema/booking-billing.d.ts +5 -5
- package/dist/schema/booking-billing.d.ts.map +1 -0
- package/dist/schema/enums.d.ts.map +1 -0
- package/dist/schema/invoice-documents.d.ts +1 -1
- package/dist/schema/invoice-documents.d.ts.map +1 -0
- package/dist/schema/payment-instruments.d.ts +1 -1
- package/dist/schema/payment-instruments.d.ts.map +1 -0
- package/dist/schema/payment-processing.d.ts +3 -3
- package/dist/schema/payment-processing.d.ts.map +1 -0
- package/dist/schema/payment-sessions.d.ts +3 -3
- package/dist/schema/payment-sessions.d.ts.map +1 -0
- package/dist/schema/receivables.d.ts +3 -3
- package/dist/schema/receivables.d.ts.map +1 -0
- package/dist/schema/relations.d.ts.map +1 -0
- package/dist/schema/supplier-invoices.d.ts +5 -5
- package/dist/schema/supplier-invoices.d.ts.map +1 -0
- package/dist/schema/tax.d.ts +1 -1
- package/dist/schema/tax.d.ts.map +1 -0
- package/dist/schema/vouchers.d.ts +444 -0
- package/dist/schema/vouchers.d.ts.map +1 -0
- package/dist/schema/vouchers.js +64 -0
- package/dist/schema.d.ts.map +1 -0
- package/dist/service-accountant-shares.d.ts.map +1 -0
- package/dist/service-action-ledger-accounting.d.ts.map +1 -0
- package/dist/service-action-ledger-booking-payments.d.ts.map +1 -0
- package/dist/service-action-ledger-bookings.d.ts.map +1 -0
- package/dist/service-action-ledger-payment-authorizations.d.ts.map +1 -0
- package/dist/service-action-ledger-payment-sessions.d.ts.map +1 -0
- package/dist/service-action-ledger-supplier-invoices.d.ts.map +1 -0
- package/dist/service-action-ledger-supplier-payments.d.ts.map +1 -0
- package/dist/service-action-ledger.d.ts.map +1 -0
- package/dist/service-aggregates.d.ts.map +1 -0
- package/dist/service-booking-billing.d.ts +111 -111
- package/dist/service-booking-billing.d.ts.map +1 -0
- package/dist/service-booking-create.d.ts +11 -11
- package/dist/service-booking-create.d.ts.map +1 -0
- package/dist/service-booking-guarantees.d.ts +34 -34
- package/dist/service-booking-guarantees.d.ts.map +1 -0
- package/dist/service-booking-item-billing.d.ts +21 -21
- package/dist/service-booking-item-billing.d.ts.map +1 -0
- package/dist/service-booking-payment-schedules.d.ts +56 -56
- package/dist/service-booking-payment-schedules.d.ts.map +1 -0
- package/dist/service-bookings-dual-create.d.ts +22 -22
- package/dist/service-bookings-dual-create.d.ts.map +1 -0
- package/dist/service-boundary-sql.d.ts.map +1 -0
- package/dist/service-cost-categories.d.ts.map +1 -0
- package/dist/service-documents.d.ts.map +1 -0
- package/dist/service-invoice-artifacts.d.ts +24 -24
- package/dist/service-invoice-artifacts.d.ts.map +1 -0
- package/dist/service-invoice-core.d.ts +28 -28
- package/dist/service-invoice-core.d.ts.map +1 -0
- package/dist/service-invoice-credit-notes.d.ts +10 -10
- package/dist/service-invoice-credit-notes.d.ts.map +1 -0
- package/dist/service-invoice-from-booking.d.ts +19 -19
- package/dist/service-invoice-from-booking.d.ts.map +1 -0
- package/dist/service-invoice-line-items.d.ts +10 -10
- package/dist/service-invoice-line-items.d.ts.map +1 -0
- package/dist/service-invoice-numbering.d.ts +28 -28
- package/dist/service-invoice-numbering.d.ts.map +1 -0
- package/dist/service-invoice-payments.d.ts +20 -20
- package/dist/service-invoice-payments.d.ts.map +1 -0
- package/dist/service-invoices.d.ts +87 -87
- package/dist/service-invoices.d.ts.map +1 -0
- package/dist/service-issue.d.ts +38 -38
- package/dist/service-issue.d.ts.map +1 -0
- package/dist/service-payment-authorizations.d.ts +26 -26
- package/dist/service-payment-authorizations.d.ts.map +1 -0
- package/dist/service-payment-instruments.d.ts +10 -10
- package/dist/service-payment-instruments.d.ts.map +1 -0
- package/dist/service-payment-processing.d.ts +77 -77
- package/dist/service-payment-processing.d.ts.map +1 -0
- package/dist/service-payment-session-completion.d.ts +3 -3
- package/dist/service-payment-session-completion.d.ts.map +1 -0
- package/dist/service-payment-sessions.d.ts +38 -38
- package/dist/service-payment-sessions.d.ts.map +1 -0
- package/dist/service-profitability.d.ts.map +1 -0
- package/dist/service-public.d.ts +16 -16
- package/dist/service-public.d.ts.map +1 -0
- package/dist/service-reference-data.d.ts +23 -23
- package/dist/service-reference-data.d.ts.map +1 -0
- package/dist/service-rendition-wait.d.ts +1 -1
- package/dist/service-rendition-wait.d.ts.map +1 -0
- package/dist/service-reports.d.ts.map +1 -0
- package/dist/service-settlement.d.ts.map +1 -0
- package/dist/service-shared.d.ts +4 -4
- package/dist/service-shared.d.ts.map +1 -0
- package/dist/service-supplier-invoices.d.ts +20 -20
- package/dist/service-supplier-invoices.d.ts.map +1 -0
- package/dist/service-supplier-payments.d.ts +16 -16
- package/dist/service-supplier-payments.d.ts.map +1 -0
- package/dist/service-travel-credits.d.ts +10 -10
- package/dist/service-vouchers-migration.d.ts +51 -0
- package/dist/service-vouchers-migration.d.ts.map +1 -0
- package/dist/service-vouchers-migration.js +154 -0
- package/dist/service-vouchers.d.ts +157 -0
- package/dist/service-vouchers.d.ts.map +1 -0
- package/dist/service-vouchers.js +191 -0
- package/dist/service.d.ts +376 -376
- package/dist/service.d.ts.map +1 -0
- package/dist/stale-booking-holds-runtime.d.ts.map +1 -0
- package/dist/tools.d.ts +21 -21
- package/dist/tools.d.ts.map +1 -0
- package/dist/validation-billing.d.ts.map +1 -0
- package/dist/validation-payments.d.ts.map +1 -0
- package/dist/validation-public.d.ts.map +1 -0
- package/dist/validation-shared.d.ts.map +1 -0
- package/dist/validation-vouchers.d.ts +2 -0
- package/dist/validation-vouchers.d.ts.map +1 -0
- package/dist/validation-vouchers.js +1 -0
- package/dist/validation.d.ts.map +1 -0
- package/dist/voyant.d.ts +2 -1
- package/dist/voyant.d.ts.map +1 -0
- package/dist/voyant.js +43 -7
- package/openapi/admin/booking-tax-preview.json +33 -0
- package/openapi/admin/{booking-tax.json → booking-tax-settings.json} +7 -32
- package/package.json +205 -170
- package/LICENSE +0 -201
|
@@ -207,12 +207,12 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
207
207
|
bookingId?: string | undefined;
|
|
208
208
|
supplierInvoiceId?: string | undefined;
|
|
209
209
|
supplierId?: string | undefined;
|
|
210
|
-
status?: "pending" | "
|
|
211
|
-
paymentMethod?: "
|
|
210
|
+
status?: "pending" | "failed" | "completed" | "refunded" | undefined;
|
|
211
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | undefined;
|
|
212
212
|
currency?: string | undefined;
|
|
213
213
|
paymentDateFrom?: string | undefined;
|
|
214
214
|
paymentDateTo?: string | undefined;
|
|
215
|
-
sortBy?: "status" | "
|
|
215
|
+
sortBy?: "status" | "amountCents" | "paymentDate" | "createdAt" | undefined;
|
|
216
216
|
sortDir?: "asc" | "desc" | undefined;
|
|
217
217
|
limit?: unknown;
|
|
218
218
|
offset?: unknown;
|
|
@@ -230,9 +230,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
230
230
|
baseCurrency: string | null;
|
|
231
231
|
baseAmountCents: number | null;
|
|
232
232
|
fxRateSetId: string | null;
|
|
233
|
-
paymentMethod: "
|
|
233
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque";
|
|
234
234
|
paymentInstrumentId: string | null;
|
|
235
|
-
status: "pending" | "
|
|
235
|
+
status: "pending" | "failed" | "completed" | "refunded";
|
|
236
236
|
referenceNumber: string | null;
|
|
237
237
|
paymentDate: string;
|
|
238
238
|
notes: string | null;
|
|
@@ -258,9 +258,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
258
258
|
json: {
|
|
259
259
|
currency: string;
|
|
260
260
|
amountCents: number;
|
|
261
|
-
paymentMethod: "
|
|
261
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque";
|
|
262
262
|
paymentDate: string;
|
|
263
|
-
status?: "pending" | "
|
|
263
|
+
status?: "pending" | "failed" | "completed" | "refunded" | undefined;
|
|
264
264
|
notes?: string | null | undefined;
|
|
265
265
|
bookingId?: string | null | undefined;
|
|
266
266
|
baseCurrency?: string | null | undefined;
|
|
@@ -286,9 +286,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
286
286
|
json: {
|
|
287
287
|
currency: string;
|
|
288
288
|
amountCents: number;
|
|
289
|
-
paymentMethod: "
|
|
289
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque";
|
|
290
290
|
paymentDate: string;
|
|
291
|
-
status?: "pending" | "
|
|
291
|
+
status?: "pending" | "failed" | "completed" | "refunded" | undefined;
|
|
292
292
|
notes?: string | null | undefined;
|
|
293
293
|
bookingId?: string | null | undefined;
|
|
294
294
|
baseCurrency?: string | null | undefined;
|
|
@@ -315,9 +315,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
315
315
|
json: {
|
|
316
316
|
currency: string;
|
|
317
317
|
amountCents: number;
|
|
318
|
-
paymentMethod: "
|
|
318
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque";
|
|
319
319
|
paymentDate: string;
|
|
320
|
-
status?: "pending" | "
|
|
320
|
+
status?: "pending" | "failed" | "completed" | "refunded" | undefined;
|
|
321
321
|
notes?: string | null | undefined;
|
|
322
322
|
bookingId?: string | null | undefined;
|
|
323
323
|
baseCurrency?: string | null | undefined;
|
|
@@ -341,9 +341,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
341
341
|
baseCurrency: string | null;
|
|
342
342
|
baseAmountCents: number | null;
|
|
343
343
|
fxRateSetId: string | null;
|
|
344
|
-
paymentMethod: "
|
|
344
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque";
|
|
345
345
|
paymentInstrumentId: string | null;
|
|
346
|
-
status: "pending" | "
|
|
346
|
+
status: "pending" | "failed" | "completed" | "refunded";
|
|
347
347
|
referenceNumber: string | null;
|
|
348
348
|
paymentDate: string;
|
|
349
349
|
notes: string | null;
|
|
@@ -361,7 +361,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
361
361
|
input: {
|
|
362
362
|
query: {
|
|
363
363
|
supplierId?: string | undefined;
|
|
364
|
-
status?: "
|
|
364
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
365
365
|
currency?: string | undefined;
|
|
366
366
|
dueDateFrom?: string | undefined;
|
|
367
367
|
dueDateTo?: string | undefined;
|
|
@@ -369,7 +369,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
369
369
|
productId?: string | undefined;
|
|
370
370
|
bookingId?: string | undefined;
|
|
371
371
|
search?: string | undefined;
|
|
372
|
-
sortBy?: "status" | "
|
|
372
|
+
sortBy?: "status" | "dueDate" | "createdAt" | "totalCents" | "balanceDueCents" | "issueDate" | undefined;
|
|
373
373
|
sortDir?: "asc" | "desc" | undefined;
|
|
374
374
|
limit?: unknown;
|
|
375
375
|
offset?: unknown;
|
|
@@ -381,7 +381,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
381
381
|
supplierId: string;
|
|
382
382
|
supplierInvoiceNo: string;
|
|
383
383
|
internalRef: string | null;
|
|
384
|
-
status: "
|
|
384
|
+
status: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed";
|
|
385
385
|
currency: string;
|
|
386
386
|
baseCurrency: string | null;
|
|
387
387
|
fxRateSetId: string | null;
|
|
@@ -426,7 +426,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
426
426
|
currency: string;
|
|
427
427
|
issueDate: string;
|
|
428
428
|
internalRef?: string | null | undefined;
|
|
429
|
-
status?: "
|
|
429
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
430
430
|
baseCurrency?: string | null | undefined;
|
|
431
431
|
fxRateSetId?: string | null | undefined;
|
|
432
432
|
subtotalCents?: number | undefined;
|
|
@@ -441,7 +441,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
441
441
|
description: string;
|
|
442
442
|
unitAmountCents: number;
|
|
443
443
|
totalAmountCents: number;
|
|
444
|
-
serviceType?: "other" | "
|
|
444
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
445
445
|
costCategoryId?: string | null | undefined;
|
|
446
446
|
supplierServiceId?: string | null | undefined;
|
|
447
447
|
quantity?: number | undefined;
|
|
@@ -450,7 +450,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
450
450
|
sortOrder?: number | undefined;
|
|
451
451
|
}[] | undefined;
|
|
452
452
|
allocations?: {
|
|
453
|
-
targetType: "booking" | "
|
|
453
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
454
454
|
amountCents: number;
|
|
455
455
|
supplierInvoiceLineId?: string | null | undefined;
|
|
456
456
|
departureId?: string | null | undefined;
|
|
@@ -469,7 +469,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
469
469
|
supplierId: string;
|
|
470
470
|
supplierInvoiceNo: string;
|
|
471
471
|
internalRef: string | null;
|
|
472
|
-
status: "
|
|
472
|
+
status: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed";
|
|
473
473
|
currency: string;
|
|
474
474
|
baseCurrency: string | null;
|
|
475
475
|
fxRateSetId: string | null;
|
|
@@ -499,7 +499,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
499
499
|
id: string;
|
|
500
500
|
supplierInvoiceId: string;
|
|
501
501
|
description: string;
|
|
502
|
-
serviceType: "other" | "
|
|
502
|
+
serviceType: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance";
|
|
503
503
|
costCategoryId: string | null;
|
|
504
504
|
supplierServiceId: string | null;
|
|
505
505
|
quantity: number;
|
|
@@ -515,7 +515,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
515
515
|
id: string;
|
|
516
516
|
supplierInvoiceId: string;
|
|
517
517
|
supplierInvoiceLineId: string | null;
|
|
518
|
-
targetType: "booking" | "
|
|
518
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
519
519
|
departureId: string | null;
|
|
520
520
|
productId: string | null;
|
|
521
521
|
bookingId: string | null;
|
|
@@ -540,7 +540,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
540
540
|
currency: string;
|
|
541
541
|
issueDate: string;
|
|
542
542
|
internalRef?: string | null | undefined;
|
|
543
|
-
status?: "
|
|
543
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
544
544
|
baseCurrency?: string | null | undefined;
|
|
545
545
|
fxRateSetId?: string | null | undefined;
|
|
546
546
|
subtotalCents?: number | undefined;
|
|
@@ -555,7 +555,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
555
555
|
description: string;
|
|
556
556
|
unitAmountCents: number;
|
|
557
557
|
totalAmountCents: number;
|
|
558
|
-
serviceType?: "other" | "
|
|
558
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
559
559
|
costCategoryId?: string | null | undefined;
|
|
560
560
|
supplierServiceId?: string | null | undefined;
|
|
561
561
|
quantity?: number | undefined;
|
|
@@ -564,7 +564,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
564
564
|
sortOrder?: number | undefined;
|
|
565
565
|
}[] | undefined;
|
|
566
566
|
allocations?: {
|
|
567
|
-
targetType: "booking" | "
|
|
567
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
568
568
|
amountCents: number;
|
|
569
569
|
supplierInvoiceLineId?: string | null | undefined;
|
|
570
570
|
departureId?: string | null | undefined;
|
|
@@ -579,10 +579,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
579
579
|
};
|
|
580
580
|
output: {
|
|
581
581
|
error: string;
|
|
582
|
-
code?: string | undefined;
|
|
583
582
|
};
|
|
584
583
|
outputFormat: "json";
|
|
585
|
-
status:
|
|
584
|
+
status: 400;
|
|
586
585
|
} | {
|
|
587
586
|
input: {
|
|
588
587
|
json: {
|
|
@@ -591,7 +590,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
591
590
|
currency: string;
|
|
592
591
|
issueDate: string;
|
|
593
592
|
internalRef?: string | null | undefined;
|
|
594
|
-
status?: "
|
|
593
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
595
594
|
baseCurrency?: string | null | undefined;
|
|
596
595
|
fxRateSetId?: string | null | undefined;
|
|
597
596
|
subtotalCents?: number | undefined;
|
|
@@ -606,7 +605,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
606
605
|
description: string;
|
|
607
606
|
unitAmountCents: number;
|
|
608
607
|
totalAmountCents: number;
|
|
609
|
-
serviceType?: "other" | "
|
|
608
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
610
609
|
costCategoryId?: string | null | undefined;
|
|
611
610
|
supplierServiceId?: string | null | undefined;
|
|
612
611
|
quantity?: number | undefined;
|
|
@@ -615,7 +614,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
615
614
|
sortOrder?: number | undefined;
|
|
616
615
|
}[] | undefined;
|
|
617
616
|
allocations?: {
|
|
618
|
-
targetType: "booking" | "
|
|
617
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
619
618
|
amountCents: number;
|
|
620
619
|
supplierInvoiceLineId?: string | null | undefined;
|
|
621
620
|
departureId?: string | null | undefined;
|
|
@@ -630,9 +629,10 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
630
629
|
};
|
|
631
630
|
output: {
|
|
632
631
|
error: string;
|
|
632
|
+
code?: string | undefined;
|
|
633
633
|
};
|
|
634
634
|
outputFormat: "json";
|
|
635
|
-
status:
|
|
635
|
+
status: 404;
|
|
636
636
|
} | {
|
|
637
637
|
input: {
|
|
638
638
|
json: {
|
|
@@ -641,7 +641,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
641
641
|
currency: string;
|
|
642
642
|
issueDate: string;
|
|
643
643
|
internalRef?: string | null | undefined;
|
|
644
|
-
status?: "
|
|
644
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
645
645
|
baseCurrency?: string | null | undefined;
|
|
646
646
|
fxRateSetId?: string | null | undefined;
|
|
647
647
|
subtotalCents?: number | undefined;
|
|
@@ -656,7 +656,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
656
656
|
description: string;
|
|
657
657
|
unitAmountCents: number;
|
|
658
658
|
totalAmountCents: number;
|
|
659
|
-
serviceType?: "other" | "
|
|
659
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
660
660
|
costCategoryId?: string | null | undefined;
|
|
661
661
|
supplierServiceId?: string | null | undefined;
|
|
662
662
|
quantity?: number | undefined;
|
|
@@ -665,7 +665,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
665
665
|
sortOrder?: number | undefined;
|
|
666
666
|
}[] | undefined;
|
|
667
667
|
allocations?: {
|
|
668
|
-
targetType: "booking" | "
|
|
668
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
669
669
|
amountCents: number;
|
|
670
670
|
supplierInvoiceLineId?: string | null | undefined;
|
|
671
671
|
departureId?: string | null | undefined;
|
|
@@ -700,17 +700,6 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
700
700
|
};
|
|
701
701
|
outputFormat: "json";
|
|
702
702
|
status: 422;
|
|
703
|
-
} | {
|
|
704
|
-
input: {
|
|
705
|
-
param: {
|
|
706
|
-
id: string;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
output: {
|
|
710
|
-
error: string;
|
|
711
|
-
};
|
|
712
|
-
outputFormat: "json";
|
|
713
|
-
status: 404;
|
|
714
703
|
} | {
|
|
715
704
|
input: {
|
|
716
705
|
param: {
|
|
@@ -723,7 +712,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
723
712
|
supplierId: string;
|
|
724
713
|
supplierInvoiceNo: string;
|
|
725
714
|
internalRef: string | null;
|
|
726
|
-
status: "
|
|
715
|
+
status: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed";
|
|
727
716
|
currency: string;
|
|
728
717
|
baseCurrency: string | null;
|
|
729
718
|
fxRateSetId: string | null;
|
|
@@ -753,7 +742,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
753
742
|
id: string;
|
|
754
743
|
supplierInvoiceId: string;
|
|
755
744
|
description: string;
|
|
756
|
-
serviceType: "other" | "
|
|
745
|
+
serviceType: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance";
|
|
757
746
|
costCategoryId: string | null;
|
|
758
747
|
supplierServiceId: string | null;
|
|
759
748
|
quantity: number;
|
|
@@ -769,7 +758,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
769
758
|
id: string;
|
|
770
759
|
supplierInvoiceId: string;
|
|
771
760
|
supplierInvoiceLineId: string | null;
|
|
772
|
-
targetType: "booking" | "
|
|
761
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
773
762
|
departureId: string | null;
|
|
774
763
|
productId: string | null;
|
|
775
764
|
bookingId: string | null;
|
|
@@ -786,6 +775,17 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
786
775
|
};
|
|
787
776
|
outputFormat: "json";
|
|
788
777
|
status: 200;
|
|
778
|
+
} | {
|
|
779
|
+
input: {
|
|
780
|
+
param: {
|
|
781
|
+
id: string;
|
|
782
|
+
};
|
|
783
|
+
};
|
|
784
|
+
output: {
|
|
785
|
+
error: string;
|
|
786
|
+
};
|
|
787
|
+
outputFormat: "json";
|
|
788
|
+
status: 404;
|
|
789
789
|
};
|
|
790
790
|
};
|
|
791
791
|
} & {
|
|
@@ -800,7 +800,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
800
800
|
supplierId?: string | undefined;
|
|
801
801
|
supplierInvoiceNo?: string | undefined;
|
|
802
802
|
internalRef?: string | null | undefined;
|
|
803
|
-
status?: "
|
|
803
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
804
804
|
currency?: string | undefined;
|
|
805
805
|
baseCurrency?: string | null | undefined;
|
|
806
806
|
fxRateSetId?: string | null | undefined;
|
|
@@ -830,7 +830,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
830
830
|
supplierId?: string | undefined;
|
|
831
831
|
supplierInvoiceNo?: string | undefined;
|
|
832
832
|
internalRef?: string | null | undefined;
|
|
833
|
-
status?: "
|
|
833
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
834
834
|
currency?: string | undefined;
|
|
835
835
|
baseCurrency?: string | null | undefined;
|
|
836
836
|
fxRateSetId?: string | null | undefined;
|
|
@@ -861,7 +861,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
861
861
|
supplierId?: string | undefined;
|
|
862
862
|
supplierInvoiceNo?: string | undefined;
|
|
863
863
|
internalRef?: string | null | undefined;
|
|
864
|
-
status?: "
|
|
864
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
865
865
|
currency?: string | undefined;
|
|
866
866
|
baseCurrency?: string | null | undefined;
|
|
867
867
|
fxRateSetId?: string | null | undefined;
|
|
@@ -891,7 +891,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
891
891
|
supplierId?: string | undefined;
|
|
892
892
|
supplierInvoiceNo?: string | undefined;
|
|
893
893
|
internalRef?: string | null | undefined;
|
|
894
|
-
status?: "
|
|
894
|
+
status?: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed" | undefined;
|
|
895
895
|
currency?: string | undefined;
|
|
896
896
|
baseCurrency?: string | null | undefined;
|
|
897
897
|
fxRateSetId?: string | null | undefined;
|
|
@@ -912,7 +912,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
912
912
|
supplierId: string;
|
|
913
913
|
supplierInvoiceNo: string;
|
|
914
914
|
internalRef: string | null;
|
|
915
|
-
status: "
|
|
915
|
+
status: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed";
|
|
916
916
|
currency: string;
|
|
917
917
|
baseCurrency: string | null;
|
|
918
918
|
fxRateSetId: string | null;
|
|
@@ -942,7 +942,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
942
942
|
id: string;
|
|
943
943
|
supplierInvoiceId: string;
|
|
944
944
|
description: string;
|
|
945
|
-
serviceType: "other" | "
|
|
945
|
+
serviceType: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance";
|
|
946
946
|
costCategoryId: string | null;
|
|
947
947
|
supplierServiceId: string | null;
|
|
948
948
|
quantity: number;
|
|
@@ -958,7 +958,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
958
958
|
id: string;
|
|
959
959
|
supplierInvoiceId: string;
|
|
960
960
|
supplierInvoiceLineId: string | null;
|
|
961
|
-
targetType: "booking" | "
|
|
961
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
962
962
|
departureId: string | null;
|
|
963
963
|
productId: string | null;
|
|
964
964
|
bookingId: string | null;
|
|
@@ -1018,7 +1018,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1018
1018
|
description: string;
|
|
1019
1019
|
unitAmountCents: number;
|
|
1020
1020
|
totalAmountCents: number;
|
|
1021
|
-
serviceType?: "other" | "
|
|
1021
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
1022
1022
|
costCategoryId?: string | null | undefined;
|
|
1023
1023
|
supplierServiceId?: string | null | undefined;
|
|
1024
1024
|
quantity?: number | undefined;
|
|
@@ -1030,10 +1030,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1030
1030
|
};
|
|
1031
1031
|
output: {
|
|
1032
1032
|
error: string;
|
|
1033
|
-
code?: string | undefined;
|
|
1034
1033
|
};
|
|
1035
1034
|
outputFormat: "json";
|
|
1036
|
-
status:
|
|
1035
|
+
status: 400;
|
|
1037
1036
|
} | {
|
|
1038
1037
|
input: {
|
|
1039
1038
|
param: {
|
|
@@ -1045,7 +1044,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1045
1044
|
description: string;
|
|
1046
1045
|
unitAmountCents: number;
|
|
1047
1046
|
totalAmountCents: number;
|
|
1048
|
-
serviceType?: "other" | "
|
|
1047
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
1049
1048
|
costCategoryId?: string | null | undefined;
|
|
1050
1049
|
supplierServiceId?: string | null | undefined;
|
|
1051
1050
|
quantity?: number | undefined;
|
|
@@ -1057,9 +1056,10 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1057
1056
|
};
|
|
1058
1057
|
output: {
|
|
1059
1058
|
error: string;
|
|
1059
|
+
code?: string | undefined;
|
|
1060
1060
|
};
|
|
1061
1061
|
outputFormat: "json";
|
|
1062
|
-
status:
|
|
1062
|
+
status: 404;
|
|
1063
1063
|
} | {
|
|
1064
1064
|
input: {
|
|
1065
1065
|
param: {
|
|
@@ -1071,7 +1071,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1071
1071
|
description: string;
|
|
1072
1072
|
unitAmountCents: number;
|
|
1073
1073
|
totalAmountCents: number;
|
|
1074
|
-
serviceType?: "other" | "
|
|
1074
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
1075
1075
|
costCategoryId?: string | null | undefined;
|
|
1076
1076
|
supplierServiceId?: string | null | undefined;
|
|
1077
1077
|
quantity?: number | undefined;
|
|
@@ -1098,7 +1098,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1098
1098
|
description: string;
|
|
1099
1099
|
unitAmountCents: number;
|
|
1100
1100
|
totalAmountCents: number;
|
|
1101
|
-
serviceType?: "other" | "
|
|
1101
|
+
serviceType?: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance" | undefined;
|
|
1102
1102
|
costCategoryId?: string | null | undefined;
|
|
1103
1103
|
supplierServiceId?: string | null | undefined;
|
|
1104
1104
|
quantity?: number | undefined;
|
|
@@ -1114,7 +1114,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1114
1114
|
supplierId: string;
|
|
1115
1115
|
supplierInvoiceNo: string;
|
|
1116
1116
|
internalRef: string | null;
|
|
1117
|
-
status: "
|
|
1117
|
+
status: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed";
|
|
1118
1118
|
currency: string;
|
|
1119
1119
|
baseCurrency: string | null;
|
|
1120
1120
|
fxRateSetId: string | null;
|
|
@@ -1144,7 +1144,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1144
1144
|
id: string;
|
|
1145
1145
|
supplierInvoiceId: string;
|
|
1146
1146
|
description: string;
|
|
1147
|
-
serviceType: "other" | "
|
|
1147
|
+
serviceType: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance";
|
|
1148
1148
|
costCategoryId: string | null;
|
|
1149
1149
|
supplierServiceId: string | null;
|
|
1150
1150
|
quantity: number;
|
|
@@ -1160,7 +1160,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1160
1160
|
id: string;
|
|
1161
1161
|
supplierInvoiceId: string;
|
|
1162
1162
|
supplierInvoiceLineId: string | null;
|
|
1163
|
-
targetType: "booking" | "
|
|
1163
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
1164
1164
|
departureId: string | null;
|
|
1165
1165
|
productId: string | null;
|
|
1166
1166
|
bookingId: string | null;
|
|
@@ -1189,7 +1189,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1189
1189
|
} & {
|
|
1190
1190
|
json: {
|
|
1191
1191
|
allocations: {
|
|
1192
|
-
targetType: "booking" | "
|
|
1192
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
1193
1193
|
amountCents: number;
|
|
1194
1194
|
supplierInvoiceLineId?: string | null | undefined;
|
|
1195
1195
|
departureId?: string | null | undefined;
|
|
@@ -1204,10 +1204,9 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1204
1204
|
};
|
|
1205
1205
|
output: {
|
|
1206
1206
|
error: string;
|
|
1207
|
-
code?: string | undefined;
|
|
1208
1207
|
};
|
|
1209
1208
|
outputFormat: "json";
|
|
1210
|
-
status:
|
|
1209
|
+
status: 400;
|
|
1211
1210
|
} | {
|
|
1212
1211
|
input: {
|
|
1213
1212
|
param: {
|
|
@@ -1216,7 +1215,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1216
1215
|
} & {
|
|
1217
1216
|
json: {
|
|
1218
1217
|
allocations: {
|
|
1219
|
-
targetType: "booking" | "
|
|
1218
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
1220
1219
|
amountCents: number;
|
|
1221
1220
|
supplierInvoiceLineId?: string | null | undefined;
|
|
1222
1221
|
departureId?: string | null | undefined;
|
|
@@ -1231,9 +1230,10 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1231
1230
|
};
|
|
1232
1231
|
output: {
|
|
1233
1232
|
error: string;
|
|
1233
|
+
code?: string | undefined;
|
|
1234
1234
|
};
|
|
1235
1235
|
outputFormat: "json";
|
|
1236
|
-
status:
|
|
1236
|
+
status: 404;
|
|
1237
1237
|
} | {
|
|
1238
1238
|
input: {
|
|
1239
1239
|
param: {
|
|
@@ -1242,7 +1242,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1242
1242
|
} & {
|
|
1243
1243
|
json: {
|
|
1244
1244
|
allocations: {
|
|
1245
|
-
targetType: "booking" | "
|
|
1245
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
1246
1246
|
amountCents: number;
|
|
1247
1247
|
supplierInvoiceLineId?: string | null | undefined;
|
|
1248
1248
|
departureId?: string | null | undefined;
|
|
@@ -1269,7 +1269,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1269
1269
|
} & {
|
|
1270
1270
|
json: {
|
|
1271
1271
|
allocations: {
|
|
1272
|
-
targetType: "booking" | "
|
|
1272
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
1273
1273
|
amountCents: number;
|
|
1274
1274
|
supplierInvoiceLineId?: string | null | undefined;
|
|
1275
1275
|
departureId?: string | null | undefined;
|
|
@@ -1288,7 +1288,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1288
1288
|
supplierId: string;
|
|
1289
1289
|
supplierInvoiceNo: string;
|
|
1290
1290
|
internalRef: string | null;
|
|
1291
|
-
status: "
|
|
1291
|
+
status: "void" | "draft" | "partially_paid" | "paid" | "received" | "approved" | "disputed";
|
|
1292
1292
|
currency: string;
|
|
1293
1293
|
baseCurrency: string | null;
|
|
1294
1294
|
fxRateSetId: string | null;
|
|
@@ -1318,7 +1318,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1318
1318
|
id: string;
|
|
1319
1319
|
supplierInvoiceId: string;
|
|
1320
1320
|
description: string;
|
|
1321
|
-
serviceType: "other" | "
|
|
1321
|
+
serviceType: "other" | "accommodation" | "transport" | "flight" | "guide" | "meal" | "experience" | "insurance";
|
|
1322
1322
|
costCategoryId: string | null;
|
|
1323
1323
|
supplierServiceId: string | null;
|
|
1324
1324
|
quantity: number;
|
|
@@ -1334,7 +1334,7 @@ export declare const supplierInvoiceRoutes: OpenAPIHono<Env, import("hono/types"
|
|
|
1334
1334
|
id: string;
|
|
1335
1335
|
supplierInvoiceId: string;
|
|
1336
1336
|
supplierInvoiceLineId: string | null;
|
|
1337
|
-
targetType: "booking" | "
|
|
1337
|
+
targetType: "booking" | "unattributed" | "departure" | "product" | "traveler";
|
|
1338
1338
|
departureId: string | null;
|
|
1339
1339
|
productId: string | null;
|
|
1340
1340
|
bookingId: string | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes-supplier-invoices.d.ts","sourceRoot":"","sources":["../src/routes-supplier-invoices.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAEH,OAAO,EAAe,WAAW,EAAK,MAAM,mBAAmB,CAAA;AAM/D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAA;AAkuB7C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAGY,CAAA;AAE9C,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAA"}
|
|
@@ -224,7 +224,7 @@ export declare const financeTravelCreditRoutes: OpenAPIHono<Env, import("hono/ty
|
|
|
224
224
|
error: string;
|
|
225
225
|
};
|
|
226
226
|
outputFormat: "json";
|
|
227
|
-
status:
|
|
227
|
+
status: 400;
|
|
228
228
|
} | {
|
|
229
229
|
input: {
|
|
230
230
|
param: {
|
|
@@ -245,7 +245,7 @@ export declare const financeTravelCreditRoutes: OpenAPIHono<Env, import("hono/ty
|
|
|
245
245
|
error: string;
|
|
246
246
|
};
|
|
247
247
|
outputFormat: "json";
|
|
248
|
-
status:
|
|
248
|
+
status: 404;
|
|
249
249
|
} | {
|
|
250
250
|
input: {
|
|
251
251
|
param: {
|
|
@@ -307,7 +307,7 @@ export declare const financeTravelCreditRoutes: OpenAPIHono<Env, import("hono/ty
|
|
|
307
307
|
error: string;
|
|
308
308
|
};
|
|
309
309
|
outputFormat: "json";
|
|
310
|
-
status:
|
|
310
|
+
status: 400;
|
|
311
311
|
} | {
|
|
312
312
|
input: {
|
|
313
313
|
param: {
|
|
@@ -325,7 +325,7 @@ export declare const financeTravelCreditRoutes: OpenAPIHono<Env, import("hono/ty
|
|
|
325
325
|
error: string;
|
|
326
326
|
};
|
|
327
327
|
outputFormat: "json";
|
|
328
|
-
status:
|
|
328
|
+
status: 404;
|
|
329
329
|
} | {
|
|
330
330
|
input: {
|
|
331
331
|
param: {
|