spartaxx.businessmodels 1.0.234 → 1.0.235

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,6 +73,7 @@ function createDefaultAppConfigHub() {
73
73
  CPckSalesCRMESignSubject: "",
74
74
  CPckSalesCRMESignTemplateContentoftheemailHtmlContentId: "",
75
75
  CPckClientEmailESignSubject: "",
76
+ CCCPckUSMailLetterFileNameEsign: "",
76
77
  //#endregion
77
78
  //#region CCC Package Config
78
79
  CCCPckLetterGenTempPath: "",
@@ -65,7 +65,7 @@ export interface AppConfigHub {
65
65
  CPckSalesCRMESignSubject?: string;
66
66
  CPckSalesCRMESignTemplateContentoftheemailHtmlContentId?: string;
67
67
  CPckClientEmailESignSubject?: string;
68
-
68
+ CCCPckUSMailLetterFileNameEsign?: string;
69
69
  //#endregion
70
70
 
71
71
  //#region CCC Package Config
@@ -291,7 +291,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
291
291
  CPckSalesCRMESignSubject: "",
292
292
  CPckSalesCRMESignTemplateContentoftheemailHtmlContentId: "",
293
293
  CPckClientEmailESignSubject: "",
294
-
294
+ CCCPckUSMailLetterFileNameEsign: "",
295
+
295
296
  //#endregion
296
297
 
297
298
  //#region CCC Package Config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.234",
3
+ "version": "1.0.235",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {