taxtank-core 2.1.26 → 2.1.28
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 +12 -2
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7655,6 +7655,8 @@ declare class SoleInvoiceService extends RestService$1<SoleInvoice$1, SoleInvoic
|
|
|
7655
7655
|
* Return the next number from the last invoice
|
|
7656
7656
|
*/
|
|
7657
7657
|
getNewInvoiceNumber(type?: SoleInvoiceTypeEnum): number;
|
|
7658
|
+
getQuotes(): Observable<SoleInvoiceCollection>;
|
|
7659
|
+
getInvoices(): Observable<SoleInvoiceCollection>;
|
|
7658
7660
|
static ɵfac: i0.ɵɵFactoryDeclaration<SoleInvoiceService, never>;
|
|
7659
7661
|
static ɵprov: i0.ɵɵInjectableDeclaration<SoleInvoiceService>;
|
|
7660
7662
|
}
|