gemcap-be-common 1.3.51 → 1.3.52

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.
@@ -128,7 +128,7 @@ export declare const prospectFileGroupsMap: {
128
128
  detailsOfCurrentDebt: string;
129
129
  financialInformation: string;
130
130
  accountsReceivables: string;
131
- inventoryInformation: string;
131
+ inventoryInformationFiles: string;
132
132
  equipment: string;
133
133
  };
134
134
  export declare const NO_ROW_ID = "__no_row__";
@@ -82,7 +82,7 @@ exports.prospectFileGroups = [
82
82
  ProspectInfoStageOne_model_1.ExternalProspectStageOneTables.detailsOfCurrentDebt,
83
83
  ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.financialInformation,
84
84
  ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.accountsReceivables,
85
- ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformation,
85
+ ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformationFiles,
86
86
  ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.equipment,
87
87
  ];
88
88
  exports.prospectFileGroupsMap = {
@@ -97,7 +97,7 @@ exports.prospectFileGroupsMap = {
97
97
  [ProspectInfoStageOne_model_1.ExternalProspectStageOneTables.detailsOfCurrentDebt]: 'detailsOfCurrentDebt',
98
98
  [ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.financialInformation]: 'financialInformation',
99
99
  [ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.accountsReceivables]: 'accountsReceivables',
100
- [ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformation]: 'inventoryInformation',
100
+ [ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.inventoryInformationFiles]: 'inventoryInformationFiles',
101
101
  [ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.equipment]: 'equipment',
102
102
  };
103
103
  exports.NO_ROW_ID = '__no_row__';
@@ -145,7 +145,7 @@ export const prospectFileGroups: string[] = [
145
145
  ExternalProspectStageOneTables.detailsOfCurrentDebt,
146
146
  ExternalProspectStageTwoTables.financialInformation,
147
147
  ExternalProspectStageTwoTables.accountsReceivables,
148
- ExternalProspectStageTwoTables.inventoryInformation,
148
+ ExternalProspectStageTwoTables.inventoryInformationFiles,
149
149
  ExternalProspectStageTwoTables.equipment,
150
150
  ];
151
151
 
@@ -162,7 +162,7 @@ export const prospectFileGroupsMap = {
162
162
  [ExternalProspectStageOneTables.detailsOfCurrentDebt]: 'detailsOfCurrentDebt',
163
163
  [ExternalProspectStageTwoTables.financialInformation]: 'financialInformation',
164
164
  [ExternalProspectStageTwoTables.accountsReceivables]: 'accountsReceivables',
165
- [ExternalProspectStageTwoTables.inventoryInformation]: 'inventoryInformation',
165
+ [ExternalProspectStageTwoTables.inventoryInformationFiles]: 'inventoryInformationFiles',
166
166
  [ExternalProspectStageTwoTables.equipment]: 'equipment',
167
167
  };
168
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.51",
3
+ "version": "1.3.52",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {