spartaxx.businessmodels 1.0.101 → 1.0.102
Sign up to get free protection for your applications and to get access to all the features.
package/Protest/ProtestModels.ts
CHANGED
@@ -16,6 +16,8 @@ import { ProtestDocumentTypes } from "./ProtestDocumentTypes";
|
|
16
16
|
import { LiquidJSProtestingAccountInfo } from "./LiquidJSProtestingAccountInfo";
|
17
17
|
import { LiquidJSProtestLetterDataParser } from "./LiquidJSProtestLetterDataParser";
|
18
18
|
import { ProtestLetterTemplateParams } from "./ProtestLetterTemplateParams";
|
19
|
+
import { ProtestFilters } from "./ProtestFilters";
|
20
|
+
import { ProtestSchedulers } from "./ProtestSchedulers";
|
19
21
|
|
20
22
|
export {
|
21
23
|
ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
|
@@ -23,5 +25,5 @@ export {
|
|
23
25
|
ProtestingAccountInfo, ProtestAccountParam, ProtestHistory, ProtestHistoryParam,
|
24
26
|
InitiateProtestParam, ProtestModeModifiedInfo, ProtestInitiateServiceParam,
|
25
27
|
ProtestDocumentTypes, LiquidJSProtestingAccountInfo, LiquidJSProtestLetterDataParser,
|
26
|
-
ProtestLetterTemplateParams
|
28
|
+
ProtestLetterTemplateParams, ProtestFilters, ProtestSchedulers
|
27
29
|
};
|