@hitsoft/e-donusum 1.0.101 → 1.0.102

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