feat: implement tax switch functionality with Nama adapter

- Add DTOs for tax switch operations including payloads and results.
- Create SalesInvoiceFiscalSwitchService to handle sending and retrieving tax data.
- Implement SalesInvoiceFiscalService for managing invoice tax submissions and results persistence.
- Develop NamaTaxSwitchAdapter for interfacing with the external tax service.
- Introduce NamaTaxRequestDto and related classes for structured tax requests.
This commit is contained in:
2026-04-30 16:27:46 +03:30
parent 58a7c359d8
commit a68a7f594d
38 changed files with 2678 additions and 287 deletions
+1
View File
@@ -50,6 +50,7 @@ export type * from './models/SalesInvoiceItem.js'
export type * from './models/SaleInvoiceFiscals.js'
export type * from './models/SaleInvoiceFiscalAttempts.js'
export type * from './models/SalesInvoicePayment.js'
export type * from './models/SalesInvoicePaymentTerminalInfo.js'
export type * from './models/Service.js'
export type * from './models/ServiceCategory.js'
export type * from './commonInputTypes.js'