taxtank-core 0.33.51 → 0.33.53

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.51",
3
+ "version": "0.33.53",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * list of child transactions included in parent amount
3
+ */
1
4
  export declare enum ChartAccountsAdjustmentIncludedListEnum {
2
5
  ALLOWANCE = 4,
3
6
  TIPS = 5,
@@ -6,11 +6,13 @@ import { BankAccountBalance } from './bank-account-balance';
6
6
  import { Loan } from '../loan/loan';
7
7
  import { SoleBusinessAllocation } from '../sole/sole-business-allocation';
8
8
  import { ObservableModel } from '../observable-model';
9
+ import { TankTypeEnum } from '../../Enums/tank-type.enum';
9
10
  export declare class BankAccount extends ObservableModel {
10
11
  static className: string;
11
12
  status?: BankAccountStatusEnum;
12
13
  accountId?: string;
13
14
  type?: BankAccountTypeEnum;
15
+ tankType?: TankTypeEnum;
14
16
  accountName?: string;
15
17
  nickname?: string;
16
18
  accountNumber?: string;
@@ -1,7 +1,6 @@
1
1
  import { BankAccount as BankAccountBase } from '../../db/Models/bank/bank-account';
2
2
  import { BankAccountTypeEnum } from '../../db/Enums';
3
3
  import { Loan } from '../loan';
4
- import { TankTypeEnum } from '../../db/Enums/tank-type.enum';
5
4
  import { BankAccountBalance } from '../../db/Models';
6
5
  import { BankAccountProperty } from './bank-account-property';
7
6
  import { BankConnection } from './bank-connection';
@@ -54,7 +53,6 @@ export declare class BankAccount extends BankAccountBase {
54
53
  * check if bank account related to sole tank
55
54
  */
56
55
  isSoleTank(): boolean;
57
- get tankType(): TankTypeEnum;
58
56
  /**
59
57
  * Get Bank account property by id
60
58
  * @param id Id of property