spartaxx.businessmodels 1.0.392 → 1.0.393

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,9 @@ exports.createDefaultAppConfigHub = createDefaultAppConfigHub;
13
13
  function createDefaultAppConfigHub() {
14
14
  return __awaiter(this, void 0, void 0, function* () {
15
15
  return {
16
+ //#region Except Table
17
+ UserId: 0,
18
+ //#endregion
16
19
  CPckLetterGenTempPath: "",
17
20
  CPckLetterGenPath: "",
18
21
  CPckFilenamePrefixResicentialCoverLetter: "",
@@ -57,7 +60,6 @@ function createDefaultAppConfigHub() {
57
60
  CCCPckEmailSubject: "",
58
61
  CCCPckBlastEMailCount: "",
59
62
  CCCPckBlastUSMailCount: "",
60
- UserId: 0,
61
63
  CCCPckFilenamePrefixReason: "",
62
64
  CCCPckResidentialCoverLetterTemplateBodyHtmlContentId: "",
63
65
  CCCPckResidentialCoverLetterTemplateFooterHtmlContentId: "",
@@ -315,7 +317,8 @@ function createDefaultAppConfigHub() {
315
317
  CPckOOTGAPOAFormBodyHtmlContentId: "",
316
318
  CPckFileNamePrefixOOTGAPOAForm: "",
317
319
  cpckOOTGAPOAForm: "",
318
- RMQConfigESignLinkService: ""
320
+ RMQConfigESignLinkService: "",
321
+ GACompanyPhone: ""
319
322
  };
320
323
  });
321
324
  }
@@ -1,4 +1,8 @@
1
1
  export interface AppConfigHub {
2
+ //#region Except Table
3
+ UserId: number;
4
+ //#endregion
5
+
2
6
  CPckLetterGenTempPath: string;
3
7
  CPckLetterGenPath: string;
4
8
  CPckFilenamePrefixResicentialCoverLetter: string;
@@ -43,7 +47,6 @@ export interface AppConfigHub {
43
47
  CCCPckEmailSubject: string;
44
48
  CCCPckBlastEMailCount: string;
45
49
  CCCPckBlastUSMailCount: string;
46
- UserId: number;
47
50
  CCCPckFilenamePrefixReason: string;
48
51
  CCCPckResidentialCoverLetterTemplateBodyHtmlContentId: string;
49
52
  CCCPckResidentialCoverLetterTemplateFooterHtmlContentId: string;
@@ -302,10 +305,15 @@ export interface AppConfigHub {
302
305
  CPckFileNamePrefixOOTGAPOAForm: string;
303
306
  cpckOOTGAPOAForm: string;
304
307
  RMQConfigESignLinkService: string;
308
+ GACompanyPhone: string;
305
309
  }
306
310
 
307
311
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
308
312
  return {
313
+ //#region Except Table
314
+ UserId: 0,
315
+ //#endregion
316
+
309
317
  CPckLetterGenTempPath: "",
310
318
  CPckLetterGenPath: "",
311
319
  CPckFilenamePrefixResicentialCoverLetter: "",
@@ -350,7 +358,6 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
350
358
  CCCPckEmailSubject: "",
351
359
  CCCPckBlastEMailCount: "",
352
360
  CCCPckBlastUSMailCount: "",
353
- UserId: 0,
354
361
  CCCPckFilenamePrefixReason: "",
355
362
  CCCPckResidentialCoverLetterTemplateBodyHtmlContentId: "",
356
363
  CCCPckResidentialCoverLetterTemplateFooterHtmlContentId: "",
@@ -608,7 +615,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
608
615
  CPckOOTGAPOAFormBodyHtmlContentId: "",
609
616
  CPckFileNamePrefixOOTGAPOAForm: "",
610
617
  cpckOOTGAPOAForm: "",
611
- RMQConfigESignLinkService: ""
618
+ RMQConfigESignLinkService: "",
619
+ GACompanyPhone: ""
612
620
  }
613
621
  }
614
622
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.392",
3
+ "version": "1.0.393",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes