spartaxx.businessmodels 1.0.407 → 1.0.408

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,4 +28,6 @@ export interface CCCTemplateData {
28
28
  OutputBase64Format?: string;
29
29
  DocumentsTempPath?: string[];
30
30
  CCCItIsUSMailVersion?: boolean;
31
+
32
+ ItIsSubmitRequest?: boolean;
31
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.407",
3
+ "version": "1.0.408",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes