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/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 name(): string;
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, file: File): Observable<Object>;
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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",