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.
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import { ProtestSchedulers } from "./ProtestSchedulers";
2
+
3
+ export interface ProtestFilters extends ProtestSchedulers {
4
+ FilterId?: number;
5
+ CriteriaName?: string;
6
+ Criteria?: string;
7
+ }
@@ -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
  };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface ProtestSchedulers {
2
+ SchedulerId?: number;
3
+ SchedulerName?: string;
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {