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/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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.26",
3
+ "version": "2.1.28",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",