gemcap-be-common 1.4.47 → 1.4.49

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.
@@ -19,7 +19,8 @@ export declare const EventMap: {
19
19
  readonly CALCULATE_YIELD_CALCULATION: "crm#CALCULATE_YIELD_CALCULATION";
20
20
  readonly AUDITOR_PASSWORD_RESET: "crm#AUDITOR_PASSWORD_RESET";
21
21
  readonly EXTERNAL_PASSWORD_RESET: "crm#EXTERNAL_PASSWORD_RESET";
22
- readonly FORM_REMINDER: "crm#FORM_REMINDER";
22
+ readonly FORM_REMINDER_CONTACT: "crm#FORM_REMINDER_CONTACT";
23
+ readonly FORM_REMINDER_PROSPECT: "crm#FORM_REMINDER_PROSPECT";
23
24
  };
24
25
  readonly report: {
25
26
  readonly DETAILED_PORTFOLIO: "report#DETAILED_PORTFOLIO";
@@ -22,7 +22,8 @@ exports.EventMap = {
22
22
  CALCULATE_YIELD_CALCULATION: 'crm#CALCULATE_YIELD_CALCULATION',
23
23
  AUDITOR_PASSWORD_RESET: 'crm#AUDITOR_PASSWORD_RESET',
24
24
  EXTERNAL_PASSWORD_RESET: 'crm#EXTERNAL_PASSWORD_RESET',
25
- FORM_REMINDER: 'crm#FORM_REMINDER',
25
+ FORM_REMINDER_CONTACT: 'crm#FORM_REMINDER_CONTACT',
26
+ FORM_REMINDER_PROSPECT: 'crm#FORM_REMINDER_PROSPECT',
26
27
  },
27
28
  report: {
28
29
  DETAILED_PORTFOLIO: 'report#DETAILED_PORTFOLIO',
@@ -19,7 +19,8 @@ export const EventMap = {
19
19
  CALCULATE_YIELD_CALCULATION: 'crm#CALCULATE_YIELD_CALCULATION',
20
20
  AUDITOR_PASSWORD_RESET: 'crm#AUDITOR_PASSWORD_RESET',
21
21
  EXTERNAL_PASSWORD_RESET: 'crm#EXTERNAL_PASSWORD_RESET',
22
- FORM_REMINDER: 'crm#FORM_REMINDER',
22
+ FORM_REMINDER_CONTACT: 'crm#FORM_REMINDER_CONTACT',
23
+ FORM_REMINDER_PROSPECT: 'crm#FORM_REMINDER_PROSPECT',
23
24
  },
24
25
  report: {
25
26
  DETAILED_PORTFOLIO: 'report#DETAILED_PORTFOLIO',
@@ -197,6 +197,9 @@ export declare enum EProspectFileGroups {
197
197
  ownershipStructure = "ownershipStructure",
198
198
  organizationStructure = "organizationStructure",
199
199
  financialsBankInformation = "financialsBankInformation",
200
+ financialsBankInformation_historicalFinancials = "financialsBankInformation_historicalFinancials",
201
+ financialsBankInformation_projections = "financialsBankInformation_projections",
202
+ financialsBankInformation_bankStatements = "financialsBankInformation_bankStatements",
200
203
  historicalFinancials = "historicalFinancials",
201
204
  projections = "projections",
202
205
  accountsPayables = "accountsPayables",
@@ -171,6 +171,9 @@ var EProspectFileGroups;
171
171
  EProspectFileGroups["ownershipStructure"] = "ownershipStructure";
172
172
  EProspectFileGroups["organizationStructure"] = "organizationStructure";
173
173
  EProspectFileGroups["financialsBankInformation"] = "financialsBankInformation";
174
+ EProspectFileGroups["financialsBankInformation_historicalFinancials"] = "financialsBankInformation_historicalFinancials";
175
+ EProspectFileGroups["financialsBankInformation_projections"] = "financialsBankInformation_projections";
176
+ EProspectFileGroups["financialsBankInformation_bankStatements"] = "financialsBankInformation_bankStatements";
174
177
  EProspectFileGroups["historicalFinancials"] = "historicalFinancials";
175
178
  EProspectFileGroups["projections"] = "projections";
176
179
  EProspectFileGroups["accountsPayables"] = "accountsPayables";
@@ -199,6 +202,9 @@ exports.prospectFileGroups = [
199
202
  EProspectFileGroups.borrowingBase,
200
203
  EProspectFileGroups.corporateDocuments,
201
204
  EProspectFileGroups.financialsBankInformation,
205
+ EProspectFileGroups.financialsBankInformation_historicalFinancials,
206
+ EProspectFileGroups.financialsBankInformation_bankStatements,
207
+ EProspectFileGroups.financialsBankInformation_projections,
202
208
  EProspectFileGroups.collateralSales,
203
209
  EProspectFileGroups.taxes,
204
210
  EProspectFileGroups.taxesIncome,
@@ -258,6 +258,9 @@ export enum EProspectFileGroups {
258
258
  ownershipStructure = 'ownershipStructure',
259
259
  organizationStructure = 'organizationStructure',
260
260
  financialsBankInformation = 'financialsBankInformation',
261
+ financialsBankInformation_historicalFinancials = 'financialsBankInformation_historicalFinancials',
262
+ financialsBankInformation_projections = 'financialsBankInformation_projections',
263
+ financialsBankInformation_bankStatements = 'financialsBankInformation_bankStatements',
261
264
  historicalFinancials = 'historicalFinancials',
262
265
  projections = 'projections',
263
266
  accountsPayables = 'accountsPayables',
@@ -288,6 +291,9 @@ export const prospectFileGroups: string[] = [
288
291
  EProspectFileGroups.borrowingBase,
289
292
  EProspectFileGroups.corporateDocuments,
290
293
  EProspectFileGroups.financialsBankInformation,
294
+ EProspectFileGroups.financialsBankInformation_historicalFinancials,
295
+ EProspectFileGroups.financialsBankInformation_bankStatements,
296
+ EProspectFileGroups.financialsBankInformation_projections,
291
297
  EProspectFileGroups.collateralSales,
292
298
  EProspectFileGroups.taxes,
293
299
  EProspectFileGroups.taxesIncome,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.4.47",
3
+ "version": "1.4.49",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {