spartaxx.businessmodels 1.0.27 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,4 +24,5 @@ export interface ProtestHistoryInfo {
24
24
  MinIndexValue?: number;
25
25
  MaxIndexValue?: number;
26
26
  TotalRecordCount?: number;
27
+ CalendarDuration?: string;
27
28
  }
@@ -1,6 +1,6 @@
1
1
  import { ProtestDocuments } from "./ProtestDocuments";
2
2
  import { ProtestHistoryInfo } from "./ProtestHistoryInfo";
3
3
  import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
4
- import { ProtestAccountsCountywise } from "./ProtestAccountsCountywise";
4
+ import { ProtestingAccounts } from "./ProtestingAccounts";
5
5
 
6
- export {ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestAccountsCountywise};
6
+ export { ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts };
@@ -1,4 +1,4 @@
1
- export interface ProtestAccountsCountywise {
1
+ export interface ProtestingAccounts {
2
2
  CountyId: number;
3
3
  CountyName: string;
4
4
  AccountId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.27",
3
+ "version": "1.0.31",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {