taxtank-core 0.33.101 → 0.33.103

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.101",
3
+ "version": "0.33.103",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -5,6 +5,7 @@ export declare class SharesightDetails extends AbstractModel implements Sharesig
5
5
  clientDetails: ClientDetails;
6
6
  code: string;
7
7
  redirectUri: string;
8
+ connectUri: string;
8
9
  sharesightAccessToken?: string;
9
10
  sharesightRefreshToken?: string;
10
11
  importEnabled: boolean;
@@ -1,4 +1,4 @@
1
- import { Depreciation } from '../../depreciation/depreciation';
1
+ import { Depreciation } from '../../depreciation';
2
2
  /**
3
3
  * Class for depreciation report item
4
4
  */
@@ -1,7 +1,7 @@
1
1
  import { PropertyReportItem } from './property-report-item';
2
- import { Property } from '../../property/property';
3
- import { ChartAccounts } from '../../chart-accounts/chart-accounts';
4
- import { DepreciationCollection } from '../../../collections/depreciation.collection';
2
+ import { Property } from '../../property';
3
+ import { ChartAccounts } from '../../chart-accounts';
4
+ import { DepreciationCollection } from '../../../collections';
5
5
  /**
6
6
  * Class with depreciation-based property transactions report entities
7
7
  */