spartaxx.businessmodels 1.0.410 → 1.0.411

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,4 @@ export interface CCCTemplateData {
28
28
  OutputBase64Format?: string;
29
29
  DocumentsTempPath?: string[];
30
30
  CCCItIsUSMailVersion?: boolean;
31
-
32
- ItIsSubmitRequest?: boolean;
33
31
  }
package/CCC/ClientInfo.ts CHANGED
@@ -57,7 +57,8 @@ export interface ClientInfo {
57
57
  AccountInfo?: AccountInfo[];
58
58
  IPAddress?: string;
59
59
  UserName?: string;
60
- Password?: string;
60
+ Password?: string;
61
+ ItIsSubmitRequest?: boolean;
61
62
  }
62
63
 
63
64
  export async function createDefaultClientInfo(): Promise<ClientInfo> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.410",
3
+ "version": "1.0.411",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {