taxtank-core 0.33.37 → 0.33.39
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/esm2022/src/lib/collections/sole/sole-invoice.collection.mjs +3 -2
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-state.enum.mjs +3 -2
- package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +4 -1
- package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +2 -2
- package/fesm2022/taxtank-core.mjs +8 -3
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/db/Enums/sole/sole-invoice-state.enum.d.ts +2 -1
- package/src/lib/services/http/transaction/transaction.service.d.ts +1 -0
package/package.json
CHANGED
|
@@ -47,6 +47,7 @@ export declare class TransactionService extends RestService<TransactionBase, Tra
|
|
|
47
47
|
* Get list of property holding costs (transactions related to vacant land property)
|
|
48
48
|
*/
|
|
49
49
|
getPropertyHoldingCosts(propertyId: number): Observable<Transaction[]>;
|
|
50
|
+
getWithoutTaxFreeProperty(): Observable<Transaction[]>;
|
|
50
51
|
/**
|
|
51
52
|
* get list of taxable transactions with tank type 'Work'
|
|
52
53
|
*/
|