@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.
- package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +4 -4
- package/fesm2015/hitsoft-e-donusum.mjs +3 -3
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +3 -3
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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 = (
|
|
9163
|
-
method: '
|
|
9162
|
+
this.sendInvoiceById = (input) => this.restService.request({
|
|
9163
|
+
method: 'POST',
|
|
9164
9164
|
url: '/api/e-donusum/invoices/send-invoice-by-id',
|
|
9165
|
-
|
|
9165
|
+
body: input
|
|
9166
9166
|
}, { apiName: this.apiName });
|
|
9167
9167
|
this.getInvoicePdfsMultiple = (invoiceIds) => this.restService.request({
|
|
9168
9168
|
method: 'GET',
|