@csmart/ngc-smart-victim 1.14.35 → 1.14.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ export declare class NgcSmartVictimService {
45
45
  postVictimWeaponUse(id: any, val: any): Observable<Object>;
46
46
  putVictimSupport(id: any, val: any): Observable<Object>;
47
47
  postVictimSupport(id: any, val: any): Observable<Object>;
48
- deleteVictims(val: any): Observable<Object>;
48
+ deleteVictims(val: any, staffId: number): Observable<Object>;
49
49
  getVictims(offenderId: number): Observable<Victim[]>;
50
50
  getVictimsByFilter(filter: VictimListFilter): Observable<Victim[]>;
51
51
  getVictimListByFilter(filter: VictimListFilter): Observable<Object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@csmart/ngc-smart-victim",
3
- "version": "1.14.35",
3
+ "version": "1.14.37",
4
4
  "peerDependencies": {},
5
5
  "module": "fesm2015/csmart-ngc-smart-victim.mjs",
6
6
  "es2020": "fesm2020/csmart-ngc-smart-victim.mjs",