gemcap-be-common 1.3.165 → 1.3.166

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.
@@ -19,6 +19,7 @@ export declare const EventMap: {
19
19
  readonly CALCULATE_YIELD_CALCULATION: "crm#CALCULATE_YIELD_CALCULATION";
20
20
  readonly AUDITOR_PASSWORD_RESET: "crm#AUDITOR_PASSWORD_RESET";
21
21
  readonly EXTERNAL_PASSWORD_RESET: "crm#EXTERNAL_PASSWORD_RESET";
22
+ readonly FORM_REMINDER: "crm#FORM_REMINDER";
22
23
  };
23
24
  readonly report: {
24
25
  readonly DETAILED_PORTFOLIO: "report#DETAILED_PORTFOLIO";
@@ -22,6 +22,7 @@ exports.EventMap = {
22
22
  CALCULATE_YIELD_CALCULATION: 'crm#CALCULATE_YIELD_CALCULATION',
23
23
  AUDITOR_PASSWORD_RESET: 'crm#AUDITOR_PASSWORD_RESET',
24
24
  EXTERNAL_PASSWORD_RESET: 'crm#EXTERNAL_PASSWORD_RESET',
25
+ FORM_REMINDER: 'crm#FORM_REMINDER',
25
26
  },
26
27
  report: {
27
28
  DETAILED_PORTFOLIO: 'report#DETAILED_PORTFOLIO',
@@ -19,6 +19,7 @@ export const EventMap = {
19
19
  CALCULATE_YIELD_CALCULATION: 'crm#CALCULATE_YIELD_CALCULATION',
20
20
  AUDITOR_PASSWORD_RESET: 'crm#AUDITOR_PASSWORD_RESET',
21
21
  EXTERNAL_PASSWORD_RESET: 'crm#EXTERNAL_PASSWORD_RESET',
22
+ FORM_REMINDER: 'crm#FORM_REMINDER',
22
23
  },
23
24
  report: {
24
25
  DETAILED_PORTFOLIO: 'report#DETAILED_PORTFOLIO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.165",
3
+ "version": "1.3.166",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -155,7 +155,7 @@ export declare class LoanTransactionsService {
155
155
  getTransactionReport(transactionIds: string[], borrowerId: string, effectiveDate: Date): Promise<{
156
156
  transactionIdsToMark: any[];
157
157
  transactions: {
158
- [x: string]: (string | number | string[] | Date)[];
158
+ [x: string]: (string | number | Date | string[])[];
159
159
  }[];
160
160
  }>;
161
161
  getBorrowerIdsForFile(transactionFileId: string): Promise<{