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.
@@ -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 };
@@ -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.49",
3
+ "version": "1.0.51",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {