taxtank-core 2.1.4 → 2.1.6
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/fesm2022/taxtank-core.mjs +7 -6
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4650,7 +4650,7 @@ declare class SoleInvoice extends SoleInvoice$1 {
|
|
|
4650
4650
|
*/
|
|
4651
4651
|
isTaxInclusive(): boolean;
|
|
4652
4652
|
getNumber(): string;
|
|
4653
|
-
get
|
|
4653
|
+
get filename(): string;
|
|
4654
4654
|
/**
|
|
4655
4655
|
* allocate invoice to bankTransaction = create transactions/allocations for specific amount or full
|
|
4656
4656
|
*/
|
|
@@ -7568,7 +7568,8 @@ declare class SoleInvoiceService extends RestService$1<SoleInvoice$1, SoleInvoic
|
|
|
7568
7568
|
roles: UserRolesEnum$1[];
|
|
7569
7569
|
constructor(environment: any);
|
|
7570
7570
|
updateStatus(invoice: SoleInvoice, status: SoleInvoiceStatusesEnum): Observable<SoleInvoice>;
|
|
7571
|
-
send(invoice: SoleInvoice
|
|
7571
|
+
send(invoice: SoleInvoice): Observable<SoleInvoice>;
|
|
7572
|
+
download(invoice: SoleInvoice): Observable<Blob>;
|
|
7572
7573
|
/**
|
|
7573
7574
|
* Return the next number from the last invoice
|
|
7574
7575
|
*/
|