@prutech/compliance 1.0.221 → 1.0.223

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ export declare class NoiWorkListModel {
11
11
  appointAssignName: string;
12
12
  infractionDate: string;
13
13
  infractedType: string;
14
+ infractionSite: string;
14
15
  infractedAt: string;
15
16
  failureReason: string;
16
17
  reviewed: string;
@@ -31,5 +32,6 @@ export declare class NoiWorkListModel {
31
32
  r1AssignmentId: number;
32
33
  r1OutreachId: number;
33
34
  isGoodCause: boolean;
35
+ jobCenter: string;
34
36
  constructor(data: unknown);
35
37
  }
@@ -7,6 +7,7 @@ export declare class PreNoiWorkListItemModel {
7
7
  appointmentOrAssignmentName: string;
8
8
  infractionDate: string;
9
9
  infractedType: string;
10
+ infractionSite: string;
10
11
  receivedDate: string;
11
12
  jobCenter: string;
12
13
  status: string;
@@ -16,5 +16,6 @@ export declare class SanctionLiftWorkListItemModel {
16
16
  appointmentId: number;
17
17
  assignmentId: number;
18
18
  cmsCaseId: number;
19
+ jobCenter: string;
19
20
  constructor(data: unknown);
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prutech/compliance",
3
- "version": "1.0.221",
3
+ "version": "1.0.223",
4
4
  "peerDependencies": {
5
5
  "@ag-grid-community/angular": "^27.3.0",
6
6
  "@ag-grid-enterprise/all-modules": "^27.3.0",