spartaxx.businessmodels 1.0.50 → 1.0.51
Sign up to get free protection for your applications and to get access to all the features.
- package/Protest/ProtestModels.ts +8 -3
- package/package.json +1 -1
package/Protest/ProtestModels.ts
CHANGED
@@ -1,9 +1,14 @@
|
|
1
1
|
import { ProtestDocuments } from "./ProtestDocuments";
|
2
|
+
import { ProtestHB201RequestDocument } from "./ProtestHB201RequestDocument";
|
2
3
|
import { ProtestHistoryInfo } from "./ProtestHistoryInfo";
|
3
|
-
import {
|
4
|
+
import { ProtestingAccountInfo } from "./ProtestingAccountInfo";
|
4
5
|
import { ProtestingAccounts } from "./ProtestingAccounts";
|
6
|
+
import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
|
5
7
|
import { ProtestPTFayetteDcoument } from "./ProtestPTFayetteDocument";
|
6
|
-
import { ProtestHB201RequestDocument } from "./ProtestHB201RequestDocument";
|
7
8
|
import { PTBexarExcelDocument } from "./PTBexarExcelDocument";
|
8
9
|
|
9
|
-
export {
|
10
|
+
export {
|
11
|
+
ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
|
12
|
+
ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument,
|
13
|
+
ProtestingAccountInfo
|
14
|
+
};
|