taxtank-core 0.33.80 → 0.33.82

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.33.80",
3
+ "version": "0.33.82",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -45,6 +45,7 @@ export declare enum ChartAccountsListEnum {
45
45
  FORESTRY_MANAGED_INVESTMENT_SCHEMES_DEDUCTION = 593,
46
46
  ASSESSABLE_AMOUNT_CAPPED_DEFINED_BENEFIT = 639,
47
47
  CODE_A_SUPERANNUATION_INCOME_STREAMS_DEATH = 640,
48
+ PRE_TAX_DEDUCTIONS_OTHER = 645,
48
49
  TRANSFER = 615,
49
50
  PERSONAL_EXPENSES = 628,
50
51
  PERSONAL_INCOME = 630,
@@ -4,7 +4,6 @@ import { WorkTransactionForm } from './work-transaction.form';
4
4
  export declare class WorkIncomeForm extends WorkTransactionForm implements IEventListener {
5
5
  constructor(transaction: Transaction, registeredForGst: boolean, allocations: TransactionAllocation[]);
6
6
  listenEvents(): void;
7
- private watchNetAmount;
8
7
  private watchIncomeSource;
9
8
  private updateTaxValue;
10
9
  watchChartAccounts(): void;
@@ -16,4 +15,5 @@ export declare class WorkIncomeForm extends WorkTransactionForm implements IEven
16
15
  * ie bankTransaction=1000$ with 900$ salary and 100$ tips will create 2 transactions with 900$ and 100$
17
16
  */
18
17
  getAmount(): number;
18
+ submit(data?: object): Transaction;
19
19
  }
@@ -10,6 +10,7 @@ export declare class ClientInviteService extends RestService<ClientInviteBase, C
10
10
  protected endpointUri: string;
11
11
  collectionClass: typeof ClientInviteCollection;
12
12
  modelClass: typeof ClientInvite;
13
+ useBackendError: boolean;
13
14
  constructor(environment: any);
14
15
  listenEvents(): void;
15
16
  /**