spartaxx.businessmodels 1.0.76 → 1.0.78
Sign up to get free protection for your applications and to get access to all the features.
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
|
};
|