taxtank-core 0.33.41 → 0.33.43

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.41",
3
+ "version": "0.33.43",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.0.0",
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable, ReplaySubject } from 'rxjs';
3
- import { CorelogicSuggestion } from '../../../models/property/corelogic-suggestion';
3
+ import { CorelogicSuggestion } from '../../../models';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CorelogicService {
6
6
  private http;