Releases: rantalainen/maventa-api-client
Releases · rantalainen/maventa-api-client
v2.1.0
Minor changes
- Changed
postInvoice()method'sinvoicePdfargument to optional - Changed how attachments are named in the zip file so that their name won't collide with invoice image (
invoicepdf) file's name and be thus interpreted as the invoice image. See https://documentation.maventa.com/integration-guide/invoice-sending/attachments/ for more information.
v2.0.0
❗ Breaking changes
postInvoiceZip()method now supports attachments.attachmentsis now method's third argument, moving argumentoptionsto fourth, and argumentparamsto fifth place.
v1.3.2
Fixes an issue in errorHandler that causes Cannot read properties of undefined (reading 'status') errors in some cases.
v1.3.1
Update security worker setTimeout
v1.3.0
Send payslips as batch, zip files in their own subfolders.
v1.2.1
Added support for payslip version 1.1
v1.2.0
Added support for PayslipReceiverService
v1.1.0
Added support for Maventa Billing API with MaventaBillingApiClient using OpenAPI definition from https://bling.maventa.com/api/billing/v2/swagger_yml