spartaxx.businessmodels 1.0.370 → 1.0.372

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { CCCTemplateData } from "./CCCTemplateData";
2
- import { ClientInputFormSteper } from "./ClientInputForm";
2
+ import { ClientInputFormSteper, ClientInputForm } from "./ClientInputForm";
3
3
  import { CCCClientContactFormInfo } from "./CCCClientContactFormInfo";
4
4
 
5
5
  export interface NoticeOfProtestClientInfo {
@@ -8,6 +8,7 @@ export interface NoticeOfProtestClientInfo {
8
8
  CCCTemplateData?: CCCTemplateData;
9
9
  ClientInputFormSteper?: ClientInputFormSteper[];
10
10
  CCCClientContactFormInfo?: CCCClientContactFormInfo;
11
+ ClientInputForm?: ClientInputForm;
11
12
  }
12
13
 
13
14
  export interface NoticeOfProtestSteper {
@@ -177,4 +177,5 @@ export interface OnlineClientSetupInfo {
177
177
  ReferralEmployeeId?: number;
178
178
  TxrollLegalDescription?: string;
179
179
  SocketToken?: string;
180
+ IPAddress?: string;
180
181
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.370",
3
+ "version": "1.0.372",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {