spartaxx.businessmodels 1.0.35 → 1.0.36

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {