gemcap-be-common 1.3.45 → 1.3.47

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.
@@ -8,6 +8,7 @@ export declare const NUMBER_FORMATS: {
8
8
  thousands: string;
9
9
  percent: string;
10
10
  percent1DP: string;
11
+ percent0DP: string;
11
12
  currencyFull$: string;
12
13
  currencyShort$: string;
13
14
  };
@@ -38,6 +38,7 @@ exports.NUMBER_FORMATS = {
38
38
  thousands: '0.0,',
39
39
  percent: '0.00%',
40
40
  percent1DP: '0.0%',
41
+ percent0DP: '0%',
41
42
  currencyFull$: '$#,##0.00',
42
43
  currencyShort$: '$#,##0',
43
44
  };
@@ -10,6 +10,7 @@ export const NUMBER_FORMATS = {
10
10
  thousands: '0.0,',
11
11
  percent: '0.00%',
12
12
  percent1DP: '0.0%',
13
+ percent0DP: '0%',
13
14
  currencyFull$: '$#,##0.00',
14
15
  currencyShort$: '$#,##0',
15
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.45",
3
+ "version": "1.3.47",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,6 +14,13 @@
14
14
 
15
15
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being processed.</p>
16
16
 
17
+ <p>
18
+ When logging in, you will be requested to enter a one-time-password below.
19
+ </p>
20
+ <p>
21
+ Your password is ${PASSWORD}.
22
+ </p>
23
+
17
24
  ${signature}
18
25
 
19
26
  </body>
@@ -12,6 +12,13 @@
12
12
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being
13
13
  processed.</p>
14
14
 
15
+ <p>
16
+ When logging in, you will be requested to enter a one-time-password below.
17
+ </p>
18
+ <p>
19
+ Your password is ${PASSWORD}.
20
+ </p>
21
+
15
22
  ${signature}
16
23
 
17
24
  </body>
@@ -13,6 +13,13 @@
13
13
 
14
14
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being processed.</p>
15
15
 
16
+ <p>
17
+ When logging in, you will be requested to enter a one-time-password below.
18
+ </p>
19
+ <p>
20
+ Your password is ${PASSWORD}.
21
+ </p>
22
+
16
23
  ${signature}
17
24
 
18
25
  </body>
@@ -11,6 +11,13 @@
11
11
  <p>We look forward to receiving your due diligence information and working with you. Failure to provide due diligence on
12
12
  a timely basis will result in delays to your loan application being processed.</p>
13
13
 
14
+ <p>
15
+ When logging in, you will be requested to enter a one-time-password below.
16
+ </p>
17
+ <p>
18
+ Your password is ${PASSWORD}.
19
+ </p>
20
+
14
21
  ${signature}
15
22
 
16
23
  </body>
@@ -12,6 +12,13 @@
12
12
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being
13
13
  processed.</p>
14
14
 
15
+ <p>
16
+ When logging in, you will be requested to enter a one-time-password below.
17
+ </p>
18
+ <p>
19
+ Your password is ${PASSWORD}.
20
+ </p>
21
+
15
22
  ${signature}
16
23
 
17
24
  </body>
@@ -11,6 +11,13 @@
11
11
  <p>We look forward to receiving your due diligence information and working with you. Failure to provide due diligence on
12
12
  a timely basis will result in delays to your loan application being processed.</p>
13
13
 
14
+ <p>
15
+ When logging in, you will be requested to enter a one-time-password below.
16
+ </p>
17
+ <p>
18
+ Your password is ${PASSWORD}.
19
+ </p>
20
+
14
21
  ${signature}
15
22
 
16
23
  </body>
@@ -14,6 +14,13 @@
14
14
 
15
15
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being processed.</p>
16
16
 
17
+ <p>
18
+ When logging in, you will be requested to enter a one-time-password below.
19
+ </p>
20
+ <p>
21
+ Your password is ${PASSWORD}.
22
+ </p>
23
+
17
24
  ${signature}
18
25
 
19
26
  </body>
@@ -12,6 +12,13 @@
12
12
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being
13
13
  processed.</p>
14
14
 
15
+ <p>
16
+ When logging in, you will be requested to enter a one-time-password below.
17
+ </p>
18
+ <p>
19
+ Your password is ${PASSWORD}.
20
+ </p>
21
+
15
22
  ${signature}
16
23
 
17
24
  </body>
@@ -13,6 +13,13 @@
13
13
 
14
14
  <p>Failure to provide due diligence on a timely basis will result in delays to your loan application being processed.</p>
15
15
 
16
+ <p>
17
+ When logging in, you will be requested to enter a one-time-password below.
18
+ </p>
19
+ <p>
20
+ Your password is ${PASSWORD}.
21
+ </p>
22
+
16
23
  ${signature}
17
24
 
18
25
  </body>
@@ -95,6 +95,7 @@ export declare class NodemailerService {
95
95
  hasEmptyFields: boolean;
96
96
  requiredGroups: string[];
97
97
  prospectName: string;
98
+ password: string;
98
99
  }): Promise<void>;
99
100
  sendAuditorResetPasswordEmail(replacements: {
100
101
  email: string;
@@ -678,6 +678,7 @@ class NodemailerService {
678
678
  .replaceAll('${LINK}', replacements.link)
679
679
  .replaceAll('${CONTACT_NAME}', replacements.contactName)
680
680
  .replace('${HAS_EMPTY_FIELDS}', replacements.hasEmptyFields ? ' and complete all sections of the form' : '')
681
+ .replace('${PASSWORD}', replacements.password)
681
682
  .replace('${FILE_INFO}', fileInfo)
682
683
  .replace('${signature}', signature);
683
684
  try {
@@ -760,6 +760,7 @@ export class NodemailerService {
760
760
  hasEmptyFields: boolean,
761
761
  requiredGroups: string[],
762
762
  prospectName: string,
763
+ password: string,
763
764
  }) {
764
765
  const textPath = path.resolve(__dirname, '../public/emails', 'prospect-form-reminder.html');
765
766
  const text = await fs.promises.readFile(textPath, 'utf8');
@@ -771,6 +772,7 @@ export class NodemailerService {
771
772
  .replaceAll('${LINK}', replacements.link)
772
773
  .replaceAll('${CONTACT_NAME}', replacements.contactName)
773
774
  .replace('${HAS_EMPTY_FIELDS}', replacements.hasEmptyFields ? ' and complete all sections of the form' : '')
775
+ .replace('${PASSWORD}', replacements.password)
774
776
  .replace('${FILE_INFO}', fileInfo)
775
777
  .replace('${signature}', signature);
776
778
  try {