spartaxx.businessmodels 1.0.394 → 1.0.396

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,5 +21,5 @@ export interface ClientPackageParam {
21
21
  DocumentList?: ClientPackageDocument[];
22
22
  ClientInputFormSteper?: ClientInputFormSteper[];
23
23
  ItIsCCCBlastPcakge?: boolean;
24
- ClientInputForm?: ClientInputForm;
24
+ ClientInputForm?: ClientInputForm[];
25
25
  }
@@ -8,7 +8,7 @@ export interface NoticeOfProtestClientInfo {
8
8
  CCCTemplateData?: CCCTemplateData;
9
9
  ClientInputFormSteper?: ClientInputFormSteper[];
10
10
  CCCClientContactFormInfo?: CCCClientContactFormInfo;
11
- ClientInputForm?: ClientInputForm;
11
+ ClientInputForm?: ClientInputForm[];
12
12
  }
13
13
 
14
14
  export interface NoticeOfProtestSteper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.394",
3
+ "version": "1.0.396",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {