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.
@@ -1,9 +1,14 @@
1
1
  import { ProtestDocuments } from "./ProtestDocuments";
2
+ import { ProtestHB201RequestDocument } from "./ProtestHB201RequestDocument";
2
3
  import { ProtestHistoryInfo } from "./ProtestHistoryInfo";
3
- import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
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 { ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts, ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument };
10
+ export {
11
+ ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
12
+ ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument,
13
+ ProtestingAccountInfo
14
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {