taxtank-core 2.1.64 → 2.1.65

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.
@@ -11253,6 +11253,9 @@ class BankAccount extends BankAccount$1 {
11253
11253
  get convertedBalance() {
11254
11254
  return this.currentBalance / this.exchangeRate;
11255
11255
  }
11256
+ get convertedCloseBalance() {
11257
+ return this.closeBalance / this.exchangeRate;
11258
+ }
11256
11259
  }
11257
11260
  __decorate([
11258
11261
  Type(() => BankAccountProperty)
@@ -21186,10 +21189,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
21186
21189
  }], ctorParameters: () => [] });
21187
21190
 
21188
21191
  var Currencies = [
21189
- {
21190
- code: "AUD",
21191
- name: "Australian Dollar"
21192
- },
21193
21192
  {
21194
21193
  code: "USD",
21195
21194
  name: "US Dollar"