@prutech/compliance 1.0.230 → 1.0.231

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,5 +17,7 @@ export declare class IsarWorkListItemModel {
17
17
  isUpdateLegacy: boolean;
18
18
  appointmentId: number;
19
19
  wlIsarId: number;
20
+ infractionDate: Date;
21
+ updateLegacyDate: Date;
20
22
  constructor(data: unknown);
21
23
  }
@@ -11,5 +11,7 @@ export declare class NonComplianceOutreachListItem {
11
11
  caseId: number;
12
12
  wlNonComplianceOutreachId: number;
13
13
  infractionType: string;
14
+ ncoEntryDate: Date;
15
+ remainingDays: number;
14
16
  constructor(data: unknown);
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prutech/compliance",
3
- "version": "1.0.230",
3
+ "version": "1.0.231",
4
4
  "peerDependencies": {
5
5
  "@ag-grid-community/angular": "^27.3.0",
6
6
  "@ag-grid-enterprise/all-modules": "^27.3.0",