feat: rm the hardcoded invoice types

This commit is contained in:
ghost2023
2026-07-01 15:10:04 +03:00
parent 1754c18ede
commit 7e96fa65b9
2 changed files with 47 additions and 36 deletions

View File

@@ -151,14 +151,6 @@ export enum InvoiceSource {
Demurrage = "demurrage",
}
/**
* What an invoice bills for within its source — the discriminator when one
* entity carries several invoices (e.g. a booking's up-front vs final charge).
*/
export enum InvoiceType {
Prepaid = "PREPAID",
}
export enum SchedulingStatus {
NotScheduled = "NOT_SCHEDULED",
Holding = "HOLDING",