taxtank-core 2.1.37 → 2.1.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/index.d.ts CHANGED
@@ -4665,6 +4665,7 @@ declare class SoleInvoice extends SoleInvoice$1 {
4665
4665
  * Get items array as collection
4666
4666
  */
4667
4667
  get itemsCollection(): SoleInvoiceItemCollection;
4668
+ get totalPrice(): number;
4668
4669
  /**
4669
4670
  * total without GST
4670
4671
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.1.37",
3
+ "version": "2.1.39",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",