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