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.
@@ -143,6 +143,7 @@ export declare const prospectFileGroupsMap: {
143
143
  listOfOfficers: string;
144
144
  itSystems: string;
145
145
  insuranceBrokers: string;
146
+ insurancePolicies: string;
146
147
  accountsReceivablesExtra: string;
147
148
  inventoryInformation: string;
148
149
  };
@@ -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
  };
@@ -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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.97",
3
+ "version": "1.3.98",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {