up
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-26 12:40:21 +03:30
parent 277d1f0aca
commit 0526741e76
4 changed files with 19 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
export const enum ProformaInvoiceStatusEnum {
ALL = 'all',
NOT_CONFIRMED = 'not_confirmed',
PARTIALLY_CONFIRMED = 'partially_confirmed',
CONFIRMED = 'confirmed',
}