@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
|
@@ -47,11 +47,11 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
47
47
|
bookingItemId: string;
|
|
48
48
|
channelId: string | null;
|
|
49
49
|
recipientType: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent";
|
|
50
|
-
commissionModel: "
|
|
50
|
+
commissionModel: "fixed" | "percentage" | "markup" | "net";
|
|
51
51
|
currency: string | null;
|
|
52
52
|
amountCents: number | null;
|
|
53
53
|
rateBasisPoints: number | null;
|
|
54
|
-
status: "
|
|
54
|
+
status: "void" | "paid" | "pending" | "accrued" | "payable";
|
|
55
55
|
payableAt: string | null;
|
|
56
56
|
paidAt: string | null;
|
|
57
57
|
notes: string | null;
|
|
@@ -74,11 +74,11 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
74
74
|
json: {
|
|
75
75
|
recipientType: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent";
|
|
76
76
|
channelId?: string | null | undefined;
|
|
77
|
-
commissionModel?: "
|
|
77
|
+
commissionModel?: "fixed" | "percentage" | "markup" | "net" | undefined;
|
|
78
78
|
currency?: string | null | undefined;
|
|
79
79
|
amountCents?: number | null | undefined;
|
|
80
80
|
rateBasisPoints?: number | null | undefined;
|
|
81
|
-
status?: "
|
|
81
|
+
status?: "void" | "paid" | "pending" | "accrued" | "payable" | undefined;
|
|
82
82
|
payableAt?: string | null | undefined;
|
|
83
83
|
paidAt?: string | null | undefined;
|
|
84
84
|
notes?: string | null | undefined;
|
|
@@ -86,9 +86,13 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
86
86
|
};
|
|
87
87
|
output: {
|
|
88
88
|
error: string;
|
|
89
|
+
code: string;
|
|
90
|
+
details?: {
|
|
91
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
92
|
+
} | undefined;
|
|
89
93
|
};
|
|
90
94
|
outputFormat: "json";
|
|
91
|
-
status:
|
|
95
|
+
status: 400;
|
|
92
96
|
} | {
|
|
93
97
|
input: {
|
|
94
98
|
param: {
|
|
@@ -98,11 +102,11 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
98
102
|
json: {
|
|
99
103
|
recipientType: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent";
|
|
100
104
|
channelId?: string | null | undefined;
|
|
101
|
-
commissionModel?: "
|
|
105
|
+
commissionModel?: "fixed" | "percentage" | "markup" | "net" | undefined;
|
|
102
106
|
currency?: string | null | undefined;
|
|
103
107
|
amountCents?: number | null | undefined;
|
|
104
108
|
rateBasisPoints?: number | null | undefined;
|
|
105
|
-
status?: "
|
|
109
|
+
status?: "void" | "paid" | "pending" | "accrued" | "payable" | undefined;
|
|
106
110
|
payableAt?: string | null | undefined;
|
|
107
111
|
paidAt?: string | null | undefined;
|
|
108
112
|
notes?: string | null | undefined;
|
|
@@ -110,13 +114,9 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
110
114
|
};
|
|
111
115
|
output: {
|
|
112
116
|
error: string;
|
|
113
|
-
code: string;
|
|
114
|
-
details?: {
|
|
115
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
116
|
-
} | undefined;
|
|
117
117
|
};
|
|
118
118
|
outputFormat: "json";
|
|
119
|
-
status:
|
|
119
|
+
status: 404;
|
|
120
120
|
} | {
|
|
121
121
|
input: {
|
|
122
122
|
param: {
|
|
@@ -126,11 +126,11 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
126
126
|
json: {
|
|
127
127
|
recipientType: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent";
|
|
128
128
|
channelId?: string | null | undefined;
|
|
129
|
-
commissionModel?: "
|
|
129
|
+
commissionModel?: "fixed" | "percentage" | "markup" | "net" | undefined;
|
|
130
130
|
currency?: string | null | undefined;
|
|
131
131
|
amountCents?: number | null | undefined;
|
|
132
132
|
rateBasisPoints?: number | null | undefined;
|
|
133
|
-
status?: "
|
|
133
|
+
status?: "void" | "paid" | "pending" | "accrued" | "payable" | undefined;
|
|
134
134
|
payableAt?: string | null | undefined;
|
|
135
135
|
paidAt?: string | null | undefined;
|
|
136
136
|
notes?: string | null | undefined;
|
|
@@ -142,11 +142,11 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
142
142
|
bookingItemId: string;
|
|
143
143
|
channelId: string | null;
|
|
144
144
|
recipientType: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent";
|
|
145
|
-
commissionModel: "
|
|
145
|
+
commissionModel: "fixed" | "percentage" | "markup" | "net";
|
|
146
146
|
currency: string | null;
|
|
147
147
|
amountCents: number | null;
|
|
148
148
|
rateBasisPoints: number | null;
|
|
149
|
-
status: "
|
|
149
|
+
status: "void" | "paid" | "pending" | "accrued" | "payable";
|
|
150
150
|
payableAt: string | null;
|
|
151
151
|
paidAt: string | null;
|
|
152
152
|
notes: string | null;
|
|
@@ -168,8 +168,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
168
168
|
};
|
|
169
169
|
} & {
|
|
170
170
|
json: {
|
|
171
|
-
commissionModel?: "
|
|
172
|
-
status?: "
|
|
171
|
+
commissionModel?: "fixed" | "percentage" | "markup" | "net" | undefined;
|
|
172
|
+
status?: "void" | "paid" | "pending" | "accrued" | "payable" | undefined;
|
|
173
173
|
channelId?: string | null | undefined;
|
|
174
174
|
recipientType?: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent" | undefined;
|
|
175
175
|
currency?: string | null | undefined;
|
|
@@ -182,9 +182,13 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
182
182
|
};
|
|
183
183
|
output: {
|
|
184
184
|
error: string;
|
|
185
|
+
code: string;
|
|
186
|
+
details?: {
|
|
187
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
188
|
+
} | undefined;
|
|
185
189
|
};
|
|
186
190
|
outputFormat: "json";
|
|
187
|
-
status:
|
|
191
|
+
status: 400;
|
|
188
192
|
} | {
|
|
189
193
|
input: {
|
|
190
194
|
param: {
|
|
@@ -193,8 +197,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
193
197
|
};
|
|
194
198
|
} & {
|
|
195
199
|
json: {
|
|
196
|
-
commissionModel?: "
|
|
197
|
-
status?: "
|
|
200
|
+
commissionModel?: "fixed" | "percentage" | "markup" | "net" | undefined;
|
|
201
|
+
status?: "void" | "paid" | "pending" | "accrued" | "payable" | undefined;
|
|
198
202
|
channelId?: string | null | undefined;
|
|
199
203
|
recipientType?: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent" | undefined;
|
|
200
204
|
currency?: string | null | undefined;
|
|
@@ -207,13 +211,9 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
207
211
|
};
|
|
208
212
|
output: {
|
|
209
213
|
error: string;
|
|
210
|
-
code: string;
|
|
211
|
-
details?: {
|
|
212
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
213
|
-
} | undefined;
|
|
214
214
|
};
|
|
215
215
|
outputFormat: "json";
|
|
216
|
-
status:
|
|
216
|
+
status: 404;
|
|
217
217
|
} | {
|
|
218
218
|
input: {
|
|
219
219
|
param: {
|
|
@@ -222,8 +222,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
222
222
|
};
|
|
223
223
|
} & {
|
|
224
224
|
json: {
|
|
225
|
-
commissionModel?: "
|
|
226
|
-
status?: "
|
|
225
|
+
commissionModel?: "fixed" | "percentage" | "markup" | "net" | undefined;
|
|
226
|
+
status?: "void" | "paid" | "pending" | "accrued" | "payable" | undefined;
|
|
227
227
|
channelId?: string | null | undefined;
|
|
228
228
|
recipientType?: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent" | undefined;
|
|
229
229
|
currency?: string | null | undefined;
|
|
@@ -240,11 +240,11 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
240
240
|
bookingItemId: string;
|
|
241
241
|
channelId: string | null;
|
|
242
242
|
recipientType: "other" | "supplier" | "channel" | "agency" | "internal" | "affiliate" | "agent";
|
|
243
|
-
commissionModel: "
|
|
243
|
+
commissionModel: "fixed" | "percentage" | "markup" | "net";
|
|
244
244
|
currency: string | null;
|
|
245
245
|
amountCents: number | null;
|
|
246
246
|
rateBasisPoints: number | null;
|
|
247
|
-
status: "
|
|
247
|
+
status: "void" | "paid" | "pending" | "accrued" | "payable";
|
|
248
248
|
payableAt: string | null;
|
|
249
249
|
paidAt: string | null;
|
|
250
250
|
notes: string | null;
|
|
@@ -541,8 +541,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
541
541
|
bookingId: string;
|
|
542
542
|
bookingPaymentScheduleId: string | null;
|
|
543
543
|
bookingItemId: string | null;
|
|
544
|
-
guaranteeType: "
|
|
545
|
-
status: "
|
|
544
|
+
guaranteeType: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter";
|
|
545
|
+
status: "expired" | "active" | "pending" | "failed" | "cancelled" | "released";
|
|
546
546
|
paymentInstrumentId: string | null;
|
|
547
547
|
paymentAuthorizationId: string | null;
|
|
548
548
|
currency: string | null;
|
|
@@ -570,10 +570,10 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
570
570
|
};
|
|
571
571
|
} & {
|
|
572
572
|
json: {
|
|
573
|
-
guaranteeType: "
|
|
573
|
+
guaranteeType: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter";
|
|
574
574
|
bookingPaymentScheduleId?: string | null | undefined;
|
|
575
575
|
bookingItemId?: string | null | undefined;
|
|
576
|
-
status?: "
|
|
576
|
+
status?: "expired" | "active" | "pending" | "failed" | "cancelled" | "released" | undefined;
|
|
577
577
|
paymentInstrumentId?: string | null | undefined;
|
|
578
578
|
paymentAuthorizationId?: string | null | undefined;
|
|
579
579
|
currency?: string | null | undefined;
|
|
@@ -598,10 +598,10 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
598
598
|
};
|
|
599
599
|
} & {
|
|
600
600
|
json: {
|
|
601
|
-
guaranteeType: "
|
|
601
|
+
guaranteeType: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter";
|
|
602
602
|
bookingPaymentScheduleId?: string | null | undefined;
|
|
603
603
|
bookingItemId?: string | null | undefined;
|
|
604
|
-
status?: "
|
|
604
|
+
status?: "expired" | "active" | "pending" | "failed" | "cancelled" | "released" | undefined;
|
|
605
605
|
paymentInstrumentId?: string | null | undefined;
|
|
606
606
|
paymentAuthorizationId?: string | null | undefined;
|
|
607
607
|
currency?: string | null | undefined;
|
|
@@ -626,10 +626,10 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
626
626
|
};
|
|
627
627
|
} & {
|
|
628
628
|
json: {
|
|
629
|
-
guaranteeType: "
|
|
629
|
+
guaranteeType: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter";
|
|
630
630
|
bookingPaymentScheduleId?: string | null | undefined;
|
|
631
631
|
bookingItemId?: string | null | undefined;
|
|
632
|
-
status?: "
|
|
632
|
+
status?: "expired" | "active" | "pending" | "failed" | "cancelled" | "released" | undefined;
|
|
633
633
|
paymentInstrumentId?: string | null | undefined;
|
|
634
634
|
paymentAuthorizationId?: string | null | undefined;
|
|
635
635
|
currency?: string | null | undefined;
|
|
@@ -648,8 +648,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
648
648
|
bookingId: string;
|
|
649
649
|
bookingPaymentScheduleId: string | null;
|
|
650
650
|
bookingItemId: string | null;
|
|
651
|
-
guaranteeType: "
|
|
652
|
-
status: "
|
|
651
|
+
guaranteeType: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter";
|
|
652
|
+
status: "expired" | "active" | "pending" | "failed" | "cancelled" | "released";
|
|
653
653
|
paymentInstrumentId: string | null;
|
|
654
654
|
paymentAuthorizationId: string | null;
|
|
655
655
|
currency: string | null;
|
|
@@ -717,7 +717,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
717
717
|
idempotencyKey?: string | null | undefined;
|
|
718
718
|
} | undefined;
|
|
719
719
|
provider?: string | null | undefined;
|
|
720
|
-
paymentMethod?: "
|
|
720
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
721
721
|
payerPersonId?: string | null | undefined;
|
|
722
722
|
payerOrganizationId?: string | null | undefined;
|
|
723
723
|
payerEmail?: string | null | undefined;
|
|
@@ -786,7 +786,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
786
786
|
idempotencyKey?: string | null | undefined;
|
|
787
787
|
} | undefined;
|
|
788
788
|
provider?: string | null | undefined;
|
|
789
|
-
paymentMethod?: "
|
|
789
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
790
790
|
payerPersonId?: string | null | undefined;
|
|
791
791
|
payerOrganizationId?: string | null | undefined;
|
|
792
792
|
payerEmail?: string | null | undefined;
|
|
@@ -855,7 +855,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
855
855
|
idempotencyKey?: string | null | undefined;
|
|
856
856
|
} | undefined;
|
|
857
857
|
provider?: string | null | undefined;
|
|
858
|
-
paymentMethod?: "
|
|
858
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
859
859
|
payerPersonId?: string | null | undefined;
|
|
860
860
|
payerOrganizationId?: string | null | undefined;
|
|
861
861
|
payerEmail?: string | null | undefined;
|
|
@@ -924,7 +924,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
924
924
|
idempotencyKey?: string | null | undefined;
|
|
925
925
|
} | undefined;
|
|
926
926
|
provider?: string | null | undefined;
|
|
927
|
-
paymentMethod?: "
|
|
927
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
928
928
|
payerPersonId?: string | null | undefined;
|
|
929
929
|
payerOrganizationId?: string | null | undefined;
|
|
930
930
|
payerEmail?: string | null | undefined;
|
|
@@ -944,7 +944,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
944
944
|
output: {
|
|
945
945
|
data: {
|
|
946
946
|
id: string;
|
|
947
|
-
targetType: "
|
|
947
|
+
targetType: "invoice" | "other" | "booking" | "order" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
|
|
948
948
|
targetId: string | null;
|
|
949
949
|
bookingId: string | null;
|
|
950
950
|
orderId: string | null;
|
|
@@ -955,7 +955,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
955
955
|
paymentAuthorizationId: string | null;
|
|
956
956
|
paymentCaptureId: string | null;
|
|
957
957
|
paymentId: string | null;
|
|
958
|
-
status: "paid" | "pending" | "failed" | "requires_redirect" | "processing" | "authorized" | "cancelled"
|
|
958
|
+
status: "paid" | "expired" | "pending" | "failed" | "requires_redirect" | "processing" | "authorized" | "cancelled";
|
|
959
959
|
provider: string | null;
|
|
960
960
|
providerSessionId: string | null;
|
|
961
961
|
providerPaymentId: string | null;
|
|
@@ -964,7 +964,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
964
964
|
clientReference: string | null;
|
|
965
965
|
currency: string;
|
|
966
966
|
amountCents: number;
|
|
967
|
-
paymentMethod: "
|
|
967
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null;
|
|
968
968
|
payerPersonId: string | null;
|
|
969
969
|
payerOrganizationId: string | null;
|
|
970
970
|
payerEmail: string | null;
|
|
@@ -1007,8 +1007,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1007
1007
|
json: {
|
|
1008
1008
|
bookingPaymentScheduleId?: string | null | undefined;
|
|
1009
1009
|
bookingItemId?: string | null | undefined;
|
|
1010
|
-
guaranteeType?: "
|
|
1011
|
-
status?: "
|
|
1010
|
+
guaranteeType?: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter" | undefined;
|
|
1011
|
+
status?: "expired" | "active" | "pending" | "failed" | "cancelled" | "released" | undefined;
|
|
1012
1012
|
paymentInstrumentId?: string | null | undefined;
|
|
1013
1013
|
paymentAuthorizationId?: string | null | undefined;
|
|
1014
1014
|
currency?: string | null | undefined;
|
|
@@ -1036,8 +1036,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1036
1036
|
json: {
|
|
1037
1037
|
bookingPaymentScheduleId?: string | null | undefined;
|
|
1038
1038
|
bookingItemId?: string | null | undefined;
|
|
1039
|
-
guaranteeType?: "
|
|
1040
|
-
status?: "
|
|
1039
|
+
guaranteeType?: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter" | undefined;
|
|
1040
|
+
status?: "expired" | "active" | "pending" | "failed" | "cancelled" | "released" | undefined;
|
|
1041
1041
|
paymentInstrumentId?: string | null | undefined;
|
|
1042
1042
|
paymentAuthorizationId?: string | null | undefined;
|
|
1043
1043
|
currency?: string | null | undefined;
|
|
@@ -1065,8 +1065,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1065
1065
|
json: {
|
|
1066
1066
|
bookingPaymentScheduleId?: string | null | undefined;
|
|
1067
1067
|
bookingItemId?: string | null | undefined;
|
|
1068
|
-
guaranteeType?: "
|
|
1069
|
-
status?: "
|
|
1068
|
+
guaranteeType?: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter" | undefined;
|
|
1069
|
+
status?: "expired" | "active" | "pending" | "failed" | "cancelled" | "released" | undefined;
|
|
1070
1070
|
paymentInstrumentId?: string | null | undefined;
|
|
1071
1071
|
paymentAuthorizationId?: string | null | undefined;
|
|
1072
1072
|
currency?: string | null | undefined;
|
|
@@ -1085,8 +1085,8 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1085
1085
|
bookingId: string;
|
|
1086
1086
|
bookingPaymentScheduleId: string | null;
|
|
1087
1087
|
bookingItemId: string | null;
|
|
1088
|
-
guaranteeType: "
|
|
1089
|
-
status: "
|
|
1088
|
+
guaranteeType: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter";
|
|
1089
|
+
status: "expired" | "active" | "pending" | "failed" | "cancelled" | "released";
|
|
1090
1090
|
paymentInstrumentId: string | null;
|
|
1091
1091
|
paymentAuthorizationId: string | null;
|
|
1092
1092
|
currency: string | null;
|
|
@@ -1116,9 +1116,13 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1116
1116
|
};
|
|
1117
1117
|
output: {
|
|
1118
1118
|
error: string;
|
|
1119
|
+
code: string;
|
|
1120
|
+
details?: {
|
|
1121
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
1122
|
+
} | undefined;
|
|
1119
1123
|
};
|
|
1120
1124
|
outputFormat: "json";
|
|
1121
|
-
status:
|
|
1125
|
+
status: 400;
|
|
1122
1126
|
} | {
|
|
1123
1127
|
input: {
|
|
1124
1128
|
param: {
|
|
@@ -1128,13 +1132,9 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1128
1132
|
};
|
|
1129
1133
|
output: {
|
|
1130
1134
|
error: string;
|
|
1131
|
-
code: string;
|
|
1132
|
-
details?: {
|
|
1133
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
1134
|
-
} | undefined;
|
|
1135
1135
|
};
|
|
1136
1136
|
outputFormat: "json";
|
|
1137
|
-
status:
|
|
1137
|
+
status: 404;
|
|
1138
1138
|
} | {
|
|
1139
1139
|
input: {
|
|
1140
1140
|
param: {
|
|
@@ -1163,7 +1163,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1163
1163
|
bookingId: string;
|
|
1164
1164
|
bookingItemId: string | null;
|
|
1165
1165
|
scheduleType: "other" | "deposit" | "installment" | "balance" | "hold";
|
|
1166
|
-
status: "paid" | "
|
|
1166
|
+
status: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived";
|
|
1167
1167
|
dueDate: string;
|
|
1168
1168
|
currency: string;
|
|
1169
1169
|
amountCents: number;
|
|
@@ -1190,7 +1190,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1190
1190
|
amountCents: number;
|
|
1191
1191
|
bookingItemId?: string | null | undefined;
|
|
1192
1192
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1193
|
-
status?: "paid" | "
|
|
1193
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1194
1194
|
notes?: string | null | undefined;
|
|
1195
1195
|
};
|
|
1196
1196
|
};
|
|
@@ -1200,7 +1200,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1200
1200
|
bookingId: string;
|
|
1201
1201
|
bookingItemId: string | null;
|
|
1202
1202
|
scheduleType: "other" | "deposit" | "installment" | "balance" | "hold";
|
|
1203
|
-
status: "paid" | "
|
|
1203
|
+
status: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived";
|
|
1204
1204
|
dueDate: string;
|
|
1205
1205
|
currency: string;
|
|
1206
1206
|
amountCents: number;
|
|
@@ -1223,15 +1223,19 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1223
1223
|
amountCents: number;
|
|
1224
1224
|
bookingItemId?: string | null | undefined;
|
|
1225
1225
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1226
|
-
status?: "paid" | "
|
|
1226
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1227
1227
|
notes?: string | null | undefined;
|
|
1228
1228
|
};
|
|
1229
1229
|
};
|
|
1230
1230
|
output: {
|
|
1231
1231
|
error: string;
|
|
1232
|
+
code: string;
|
|
1233
|
+
details?: {
|
|
1234
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
1235
|
+
} | undefined;
|
|
1232
1236
|
};
|
|
1233
1237
|
outputFormat: "json";
|
|
1234
|
-
status:
|
|
1238
|
+
status: 400;
|
|
1235
1239
|
} | {
|
|
1236
1240
|
input: {
|
|
1237
1241
|
param: {
|
|
@@ -1244,19 +1248,15 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1244
1248
|
amountCents: number;
|
|
1245
1249
|
bookingItemId?: string | null | undefined;
|
|
1246
1250
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1247
|
-
status?: "paid" | "
|
|
1251
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1248
1252
|
notes?: string | null | undefined;
|
|
1249
1253
|
};
|
|
1250
1254
|
};
|
|
1251
1255
|
output: {
|
|
1252
1256
|
error: string;
|
|
1253
|
-
code: string;
|
|
1254
|
-
details?: {
|
|
1255
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
1256
|
-
} | undefined;
|
|
1257
1257
|
};
|
|
1258
1258
|
outputFormat: "json";
|
|
1259
|
-
status:
|
|
1259
|
+
status: 404;
|
|
1260
1260
|
} | {
|
|
1261
1261
|
input: {
|
|
1262
1262
|
param: {
|
|
@@ -1269,7 +1269,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1269
1269
|
amountCents: number;
|
|
1270
1270
|
bookingItemId?: string | null | undefined;
|
|
1271
1271
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1272
|
-
status?: "paid" | "
|
|
1272
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1273
1273
|
notes?: string | null | undefined;
|
|
1274
1274
|
};
|
|
1275
1275
|
};
|
|
@@ -1300,7 +1300,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1300
1300
|
balanceDueDaysBeforeStart?: number | undefined;
|
|
1301
1301
|
clearExistingPending?: boolean | undefined;
|
|
1302
1302
|
createGuarantee?: boolean | undefined;
|
|
1303
|
-
guaranteeType?: "
|
|
1303
|
+
guaranteeType?: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter" | undefined;
|
|
1304
1304
|
notes?: string | null | undefined;
|
|
1305
1305
|
};
|
|
1306
1306
|
};
|
|
@@ -1322,7 +1322,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1322
1322
|
balanceDueDaysBeforeStart?: number | undefined;
|
|
1323
1323
|
clearExistingPending?: boolean | undefined;
|
|
1324
1324
|
createGuarantee?: boolean | undefined;
|
|
1325
|
-
guaranteeType?: "
|
|
1325
|
+
guaranteeType?: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter" | undefined;
|
|
1326
1326
|
notes?: string | null | undefined;
|
|
1327
1327
|
};
|
|
1328
1328
|
};
|
|
@@ -1332,7 +1332,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1332
1332
|
bookingId: string;
|
|
1333
1333
|
bookingItemId: string | null;
|
|
1334
1334
|
scheduleType: "other" | "deposit" | "installment" | "balance" | "hold";
|
|
1335
|
-
status: "paid" | "
|
|
1335
|
+
status: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived";
|
|
1336
1336
|
dueDate: string;
|
|
1337
1337
|
currency: string;
|
|
1338
1338
|
amountCents: number;
|
|
@@ -1356,7 +1356,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1356
1356
|
balanceDueDaysBeforeStart?: number | undefined;
|
|
1357
1357
|
clearExistingPending?: boolean | undefined;
|
|
1358
1358
|
createGuarantee?: boolean | undefined;
|
|
1359
|
-
guaranteeType?: "
|
|
1359
|
+
guaranteeType?: "other" | "credit_card" | "bank_transfer" | "deposit" | "preauth" | "card_on_file" | "voucher" | "agency_letter" | undefined;
|
|
1360
1360
|
notes?: string | null | undefined;
|
|
1361
1361
|
};
|
|
1362
1362
|
};
|
|
@@ -1379,7 +1379,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1379
1379
|
json: {
|
|
1380
1380
|
bookingItemId?: string | null | undefined;
|
|
1381
1381
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1382
|
-
status?: "paid" | "
|
|
1382
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1383
1383
|
dueDate?: string | undefined;
|
|
1384
1384
|
currency?: string | undefined;
|
|
1385
1385
|
amountCents?: number | undefined;
|
|
@@ -1388,9 +1388,13 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1388
1388
|
};
|
|
1389
1389
|
output: {
|
|
1390
1390
|
error: string;
|
|
1391
|
+
code: string;
|
|
1392
|
+
details?: {
|
|
1393
|
+
[x: string]: import("hono/utils/types").JSONValue;
|
|
1394
|
+
} | undefined;
|
|
1391
1395
|
};
|
|
1392
1396
|
outputFormat: "json";
|
|
1393
|
-
status:
|
|
1397
|
+
status: 400;
|
|
1394
1398
|
} | {
|
|
1395
1399
|
input: {
|
|
1396
1400
|
param: {
|
|
@@ -1401,7 +1405,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1401
1405
|
json: {
|
|
1402
1406
|
bookingItemId?: string | null | undefined;
|
|
1403
1407
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1404
|
-
status?: "paid" | "
|
|
1408
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1405
1409
|
dueDate?: string | undefined;
|
|
1406
1410
|
currency?: string | undefined;
|
|
1407
1411
|
amountCents?: number | undefined;
|
|
@@ -1410,13 +1414,9 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1410
1414
|
};
|
|
1411
1415
|
output: {
|
|
1412
1416
|
error: string;
|
|
1413
|
-
code: string;
|
|
1414
|
-
details?: {
|
|
1415
|
-
[x: string]: import("hono/utils/types").JSONValue;
|
|
1416
|
-
} | undefined;
|
|
1417
1417
|
};
|
|
1418
1418
|
outputFormat: "json";
|
|
1419
|
-
status:
|
|
1419
|
+
status: 404;
|
|
1420
1420
|
} | {
|
|
1421
1421
|
input: {
|
|
1422
1422
|
param: {
|
|
@@ -1427,7 +1427,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1427
1427
|
json: {
|
|
1428
1428
|
bookingItemId?: string | null | undefined;
|
|
1429
1429
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1430
|
-
status?: "paid" | "
|
|
1430
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1431
1431
|
dueDate?: string | undefined;
|
|
1432
1432
|
currency?: string | undefined;
|
|
1433
1433
|
amountCents?: number | undefined;
|
|
@@ -1454,7 +1454,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1454
1454
|
json: {
|
|
1455
1455
|
bookingItemId?: string | null | undefined;
|
|
1456
1456
|
scheduleType?: "other" | "deposit" | "installment" | "balance" | "hold" | undefined;
|
|
1457
|
-
status?: "paid" | "
|
|
1457
|
+
status?: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived" | undefined;
|
|
1458
1458
|
dueDate?: string | undefined;
|
|
1459
1459
|
currency?: string | undefined;
|
|
1460
1460
|
amountCents?: number | undefined;
|
|
@@ -1467,7 +1467,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1467
1467
|
bookingId: string;
|
|
1468
1468
|
bookingItemId: string | null;
|
|
1469
1469
|
scheduleType: "other" | "deposit" | "installment" | "balance" | "hold";
|
|
1470
|
-
status: "paid" | "
|
|
1470
|
+
status: "paid" | "expired" | "pending" | "cancelled" | "due" | "waived";
|
|
1471
1471
|
dueDate: string;
|
|
1472
1472
|
currency: string;
|
|
1473
1473
|
amountCents: number;
|
|
@@ -1529,7 +1529,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1529
1529
|
idempotencyKey?: string | null | undefined;
|
|
1530
1530
|
} | undefined;
|
|
1531
1531
|
provider?: string | null | undefined;
|
|
1532
|
-
paymentMethod?: "
|
|
1532
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
1533
1533
|
payerPersonId?: string | null | undefined;
|
|
1534
1534
|
payerOrganizationId?: string | null | undefined;
|
|
1535
1535
|
payerEmail?: string | null | undefined;
|
|
@@ -1598,7 +1598,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1598
1598
|
idempotencyKey?: string | null | undefined;
|
|
1599
1599
|
} | undefined;
|
|
1600
1600
|
provider?: string | null | undefined;
|
|
1601
|
-
paymentMethod?: "
|
|
1601
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
1602
1602
|
payerPersonId?: string | null | undefined;
|
|
1603
1603
|
payerOrganizationId?: string | null | undefined;
|
|
1604
1604
|
payerEmail?: string | null | undefined;
|
|
@@ -1667,7 +1667,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1667
1667
|
idempotencyKey?: string | null | undefined;
|
|
1668
1668
|
} | undefined;
|
|
1669
1669
|
provider?: string | null | undefined;
|
|
1670
|
-
paymentMethod?: "
|
|
1670
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
1671
1671
|
payerPersonId?: string | null | undefined;
|
|
1672
1672
|
payerOrganizationId?: string | null | undefined;
|
|
1673
1673
|
payerEmail?: string | null | undefined;
|
|
@@ -1687,7 +1687,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1687
1687
|
output: {
|
|
1688
1688
|
data: {
|
|
1689
1689
|
id: string;
|
|
1690
|
-
targetType: "
|
|
1690
|
+
targetType: "invoice" | "other" | "booking" | "order" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
|
|
1691
1691
|
targetId: string | null;
|
|
1692
1692
|
bookingId: string | null;
|
|
1693
1693
|
orderId: string | null;
|
|
@@ -1698,7 +1698,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1698
1698
|
paymentAuthorizationId: string | null;
|
|
1699
1699
|
paymentCaptureId: string | null;
|
|
1700
1700
|
paymentId: string | null;
|
|
1701
|
-
status: "paid" | "pending" | "failed" | "requires_redirect" | "processing" | "authorized" | "cancelled"
|
|
1701
|
+
status: "paid" | "expired" | "pending" | "failed" | "requires_redirect" | "processing" | "authorized" | "cancelled";
|
|
1702
1702
|
provider: string | null;
|
|
1703
1703
|
providerSessionId: string | null;
|
|
1704
1704
|
providerPaymentId: string | null;
|
|
@@ -1707,7 +1707,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1707
1707
|
clientReference: string | null;
|
|
1708
1708
|
currency: string;
|
|
1709
1709
|
amountCents: number;
|
|
1710
|
-
paymentMethod: "
|
|
1710
|
+
paymentMethod: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null;
|
|
1711
1711
|
payerPersonId: string | null;
|
|
1712
1712
|
payerOrganizationId: string | null;
|
|
1713
1713
|
payerEmail: string | null;
|
|
@@ -1783,7 +1783,7 @@ export declare const financeBookingBillingRoutes: OpenAPIHono<Env, import("hono/
|
|
|
1783
1783
|
idempotencyKey?: string | null | undefined;
|
|
1784
1784
|
} | undefined;
|
|
1785
1785
|
provider?: string | null | undefined;
|
|
1786
|
-
paymentMethod?: "
|
|
1786
|
+
paymentMethod?: "other" | "credit_card" | "debit_card" | "cash" | "wallet" | "direct_bill" | "travel_credit" | "bank_transfer" | "cheque" | null | undefined;
|
|
1787
1787
|
payerPersonId?: string | null | undefined;
|
|
1788
1788
|
payerOrganizationId?: string | null | undefined;
|
|
1789
1789
|
payerEmail?: string | null | undefined;
|