@hitsoft/e-donusum 1.0.86 → 1.0.87

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.
@@ -9154,11 +9154,10 @@ class HitInvoiceService {
9154
9154
  loadUrl: 'api/e-donusum/invoices/show-all-files',
9155
9155
  params: { invoiceUUID: invoiceUUID }
9156
9156
  });
9157
- this.sendInvoiceById = (invoiceIds) => this.restService.request({
9157
+ this.sendInvoiceById = (input) => this.restService.request({
9158
9158
  method: 'POST',
9159
9159
  url: '/api/e-donusum/invoices/send-invoice-by-id',
9160
- params: { invoiceIds: invoiceIds },
9161
- body: invoiceIds
9160
+ body: { input: input }
9162
9161
  }, { apiName: this.apiName });
9163
9162
  this.getInvoicePdfsMultiple = (invoiceIds) => this.restService.request({
9164
9163
  method: 'GET',