RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.35 → 1.0.36
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.
Files changed (2)
hide
show
package/Protest/ProtestHistoryInfo.ts
+1
-0
package/package.json
+1
-1
package/Protest/ProtestHistoryInfo.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {