spartaxx.businessmodels 1.0.49 → 1.0.51
Sign up to get free protection for your applications and to get access to all the features.
package/Masters/MasterModels.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
import { APIMaster } from "./APIMaster";
|
2
2
|
import { ApiMasterDatasetColumns } from "./ApiMasterDatasetColumns"
|
3
3
|
import { DataSetMaster } from "./DataSetMaster";
|
4
|
+
import { DatasetSelectOperation } from "./DatasetSelectOperation";
|
5
|
+
import { DatasetFilterOperation } from "./DatasetFilterOperation";
|
6
|
+
import { DatasetSortingOperation } from "./DatasetSortingOperation";
|
4
7
|
|
5
|
-
export { APIMaster, ApiMasterDatasetColumns, DataSetMaster };
|
8
|
+
export { APIMaster, ApiMasterDatasetColumns, DataSetMaster, DatasetSelectOperation, DatasetFilterOperation, DatasetSortingOperation };
|
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
|
+
};
|