gemcap-be-common 1.5.71 → 1.5.73

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.
@@ -40,6 +40,6 @@ export declare class FileManagerService {
40
40
  findItemByInstanceId(instanceId: any): Promise<any[]>;
41
41
  getFilesNewerThanDate(date: Date): Promise<BorrowerWithFiles[]>;
42
42
  deleteFile(complianceBorrowerId: string, fileId: string): Promise<void>;
43
- getFilesByBorrowerId(borrowerId: string): Promise<import("../models/ComplianceItem.model").IBorrowerItemDocument[]>;
43
+ getFilesByBorrowerId(borrowerId: string): Promise<import("../models/ComplianceItem.model").IBorrowerItemLean[]>;
44
44
  updateAWSID(itemId: any, instanceId: any, fileId: any, awsFileId: any): Promise<void>;
45
45
  }
@@ -163,7 +163,7 @@ export declare class LoanTransactionsService {
163
163
  getTransactionReport(transactionIds: string[], borrowerId: string, effectiveDate: Date): Promise<{
164
164
  transactionIdsToMark: string[];
165
165
  transactions: {
166
- [x: string]: (string | number | string[] | Date)[];
166
+ [x: string]: (string | number | Date | string[])[];
167
167
  }[];
168
168
  }>;
169
169
  getBorrowerIdsForFile(transactionFileId: string): Promise<{
@@ -1,5 +1,5 @@
1
- /// <reference types="mongoose/types/document" />
2
1
  /// <reference types="mongoose/types/types" />
2
+ /// <reference types="mongoose/types/document" />
3
3
  /// <reference types="mongoose/types/aggregate" />
4
4
  /// <reference types="mongoose/types/callback" />
5
5
  /// <reference types="mongoose/types/collection" />
@@ -1,3 +1,4 @@
1
+ /// <reference types="mongoose/types/types" />
1
2
  /// <reference types="mongoose/types/aggregate" />
2
3
  /// <reference types="mongoose/types/callback" />
3
4
  /// <reference types="mongoose/types/collection" />