spartaxx.businessmodels 1.0.100 → 1.0.101

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,5 +11,6 @@ export interface ProtestDocuments {
11
11
  ProtestFilingIds?: number[];
12
12
  ProtestFilingId?: number;
13
13
  StatusType?: number;
14
- ProcessingStatusId?: number
14
+ ProcessingStatusId?: number;
15
+ ProtestDocumentType?: number;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {