gemcap-be-common 1.3.55 → 1.3.56
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.
package/models/Prospect.model.js
CHANGED
|
@@ -82,6 +82,8 @@ exports.prospectFileGroups = [
|
|
|
82
82
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.accountsReceivables,
|
|
83
83
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformationFiles,
|
|
84
84
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.equipment,
|
|
85
|
+
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.addressesOfOffices,
|
|
86
|
+
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.addressesOfWarehouses,
|
|
85
87
|
];
|
|
86
88
|
exports.prospectFileGroupsMap = {
|
|
87
89
|
[EProspectFileGroups.borrowingBase]: 'Borrowing Base',
|
package/models/Prospect.model.ts
CHANGED
|
@@ -145,6 +145,8 @@ export const prospectFileGroups: string[] = [
|
|
|
145
145
|
ExternalProspectStageTwoTables.accountsReceivables,
|
|
146
146
|
ExternalProspectStageTwoTables.inventoryInformationFiles,
|
|
147
147
|
ExternalProspectStageTwoTables.equipment,
|
|
148
|
+
ExternalProspectStageTwoTables.addressesOfOffices,
|
|
149
|
+
ExternalProspectStageTwoTables.addressesOfWarehouses,
|
|
148
150
|
];
|
|
149
151
|
|
|
150
152
|
export const prospectFileGroupsMap = {
|