gemcap-be-common 1.3.160 → 1.3.162

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.
@@ -83,10 +83,10 @@ export declare class BorrowerService {
83
83
  getBorrowerCodesMap(): Promise<Map<string, string>>;
84
84
  getBorrowerStatementDetails(borrowers: IBorrowerDocument[]): Promise<{
85
85
  [x: number]: {
86
- SELECTED_PERIOD?: boolean;
87
- ENTIRE_LOAN?: boolean;
88
86
  LAST_MONTH?: boolean;
89
87
  CURRENT_MONTH?: boolean;
88
+ ENTIRE_LOAN?: boolean;
89
+ SELECTED_PERIOD?: boolean;
90
90
  TERM_LOAN?: boolean;
91
91
  };
92
92
  }>;
@@ -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 | Date | string[])[];
158
+ [x: string]: (string | number | string[] | Date)[];
159
159
  }[];
160
160
  }>;
161
161
  getBorrowerIdsForFile(transactionFileId: string): Promise<{