spartaxx.businessmodels 1.0.35 → 1.0.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ export interface ProtestHistoryInfo {
9
9
  DeliveryMethodId?: number;
10
10
  ProtestStatus?: string;
11
11
  AuditStatus?: string;
12
+ IsAudit?: boolean;
12
13
  HB201Status?: string;
13
14
  ProtestLetterPath?: string;
14
15
  ProtestLetterPWImageId?: number;
@@ -28,5 +29,6 @@ export interface ProtestHistoryInfo {
28
29
  TotalRecordCount?: number;
29
30
  CalendarDuration?: string;
30
31
  AuditedBy?: string;
31
- AuditedAt?: string
32
+ AuditedAt?: string;
33
+ AuditedUserId?: number;
32
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.35",
3
+ "version": "1.0.38",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {