@csmart/ngc-smart-victim 1.13.2 → 1.13.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -88,6 +88,7 @@ export declare class SmartVictimDetailComponent implements OnInit, OnChanges {
88
88
  private initForm;
89
89
  private _getVictim;
90
90
  ngOnChanges(): void;
91
+ showAddress(value: any): void;
91
92
  onAddressChange(addressId: any): void;
92
93
  onGuardianAddressChange(MyGuardianAddressId: any): void;
93
94
  onAdvocateAddressChange(MyAdvocateAddressId: any): void;
@@ -11,6 +11,7 @@ export declare class NgcSmartVictimService {
11
11
  private apollo;
12
12
  private serviceApiUrl;
13
13
  constructor(http: HttpClient, smartOffenderServiceUrl: string, smartLookupServiceUrl: string, smartVictimServiceUrl: string, apollo: Apollo);
14
+ getCurrentHousing(offenderId: number): Observable<Object>;
14
15
  private handleError;
15
16
  getDrugsTypes(): Observable<Object>;
16
17
  getDocketList(offenderId: number): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-victim",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.5",
6
6
  "@angular/core": "^13.2.5",