taxtank-core 0.33.43 → 0.33.45

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.43",
3
+ "version": "0.33.45",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -1,6 +1,8 @@
1
1
  export declare enum TimezoneEnum {
2
2
  PERTH = "Australia/Perth",
3
3
  EUCLA = "Australia/Eucla",
4
+ DARWIN = "Australia/Darwin",
5
+ BRISBANE = "Australia/Brisbane",
4
6
  ADELAIDE = "Australia/Adelaide",
5
7
  SYDNEY = "Australia/Sydney",
6
8
  LORD_HOWE = "Australia/Lord_Howe"
@@ -1,6 +1,5 @@
1
- import { DepreciationCollection, TransactionCollection } from '../../../../../collections';
1
+ import { DepreciationCollection, SoleBusinessLossCollection, TransactionCollection } from '../../../../../collections';
2
2
  import { SoleBusinessLoss } from '../../../../sole';
3
- import { SoleBusinessLossCollection } from '../../../../../collections';
4
3
  import { TaxSummary } from '../../../../tax-summary/tax-summary';
5
4
  /**
6
5
  * Sole business information related to expense transactions (losses)
@@ -1,4 +1,4 @@
1
- import { ExportableCollection } from "../../collections";
1
+ import { ExportableCollection } from '../../collections';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class XlsxService {
4
4
  /**