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.
@@ -15,7 +15,6 @@ import { AgentTypeInfo } from "./AgentTypeInfo";
15
15
  import { AgentNameInfo } from "./AgentNameInfo";
16
16
  import { ParishNameInfo } from "./ParishNameInfo";
17
17
 
18
-
19
18
  export interface ClientSetupModels{
20
19
  State: StateInfo,
21
20
  City: CityInfo,
@@ -4,4 +4,5 @@ export interface RabbitMQQueueInfo {
4
4
  Password: string;
5
5
  Host: string;
6
6
  Port: String;
7
+ Message: string;
7
8
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import { ProtestHistoryInfo } from "./ProtestHistoryInfo";
2
+ import { InitiateProtestParam } from "./InitiateProtestParam";
3
+
4
+ export interface ProtestInitiateServiceParam {
5
+ protestHistoryInfo: ProtestHistoryInfo;
6
+ initiateProtestParam: InitiateProtestParam;
7
+ }
@@ -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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.76",
3
+ "version": "1.0.78",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {