gemcap-be-common 1.3.97 → 1.3.98
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
|
@@ -100,6 +100,7 @@ exports.prospectFileGroups = [
|
|
|
100
100
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.listOfOfficers,
|
|
101
101
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.itSystems,
|
|
102
102
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.insuranceBrokers,
|
|
103
|
+
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.insurancePolicies,
|
|
103
104
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.accountsReceivablesExtra,
|
|
104
105
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformation,
|
|
105
106
|
];
|
|
@@ -123,6 +124,7 @@ exports.prospectFileGroupsMap = {
|
|
|
123
124
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.listOfOfficers]: 'List Of Officers',
|
|
124
125
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.itSystems]: 'IT Systems',
|
|
125
126
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.insuranceBrokers]: 'Insurance Brokers',
|
|
127
|
+
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.insurancePolicies]: 'Insurance Brokers',
|
|
126
128
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.accountsReceivablesExtra]: 'Accounts Receivables Extra',
|
|
127
129
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformation]: 'Inventory Information',
|
|
128
130
|
};
|
package/models/Prospect.model.ts
CHANGED
|
@@ -164,6 +164,7 @@ export const prospectFileGroups: string[] = [
|
|
|
164
164
|
ExternalProspectStageTwoTables.listOfOfficers,
|
|
165
165
|
ExternalProspectStageTwoTables.itSystems,
|
|
166
166
|
ExternalProspectStageTwoTables.insuranceBrokers,
|
|
167
|
+
ExternalProspectStageTwoTables.insurancePolicies,
|
|
167
168
|
ExternalProspectStageTwoTables.accountsReceivablesExtra,
|
|
168
169
|
ExternalProspectStageTwoTables.inventoryInformation,
|
|
169
170
|
];
|
|
@@ -189,6 +190,7 @@ export const prospectFileGroupsMap = {
|
|
|
189
190
|
[ExternalProspectStageTwoTables.listOfOfficers]: 'List Of Officers',
|
|
190
191
|
[ExternalProspectStageTwoTables.itSystems]: 'IT Systems',
|
|
191
192
|
[ExternalProspectStageTwoTables.insuranceBrokers]: 'Insurance Brokers',
|
|
193
|
+
[ExternalProspectStageTwoTables.insurancePolicies]: 'Insurance Brokers',
|
|
192
194
|
[ExternalProspectStageTwoTables.accountsReceivablesExtra]: 'Accounts Receivables Extra',
|
|
193
195
|
[ExternalProspectStageTwoTables.inventoryInformation]: 'Inventory Information',
|
|
194
196
|
};
|