spartaxx.businessmodels 1.0.77 → 1.0.79
Sign up to get free protection for your applications and to get access to all the features.
- package/ClientSetup/ClientSetupModels.ts +0 -1
- package/Protest/InitiateProtestParam.ts +1 -0
- package/Protest/ProtestInitiateServiceParam.js +2 -0
- package/Protest/ProtestInitiateServiceParam.ts +7 -0
- package/Protest/ProtestModels.ts +2 -1
- package/Protest/ProtestingAccounts.ts +2 -0
- package/package.json +1 -1
package/Protest/ProtestModels.ts
CHANGED
@@ -11,10 +11,11 @@ import { ProtestHistory } from "./ProtestHistory";
|
|
11
11
|
import { ProtestHistoryParam } from "./ProtestHistoryParam";
|
12
12
|
import { InitiateProtestParam } from "./InitiateProtestParam";
|
13
13
|
import { ProtestModeModifiedInfo } from "./ProtestModeModifiedInfo";
|
14
|
+
import { ProtestInitiateServiceParam } from "./ProtestInitiateServiceParam";
|
14
15
|
|
15
16
|
export {
|
16
17
|
ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
|
17
18
|
ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument,
|
18
19
|
ProtestingAccountInfo, ProtestAccountParam, ProtestHistory, ProtestHistoryParam,
|
19
|
-
InitiateProtestParam, ProtestModeModifiedInfo
|
20
|
+
InitiateProtestParam, ProtestModeModifiedInfo, ProtestInitiateServiceParam
|
20
21
|
};
|
@@ -5,6 +5,8 @@ import { ProtestingAccountInfo } from "./ProtestingAccountInfo";
|
|
5
5
|
|
6
6
|
export interface ProtestingAccounts {
|
7
7
|
TotalRecords?: number;
|
8
|
+
TotalAccountsCount?: number;
|
9
|
+
TotalCountiesCount?: number;
|
8
10
|
ProtestingAccountInfo?: ProtestingAccountInfo[];
|
9
11
|
DatasetSelectOperation?: DatasetSelectOperation[];
|
10
12
|
DatasetFilterOperation?: DatasetFilterOperation[];
|