gemcap-be-common 1.5.145 → 1.5.147
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
|
@@ -322,7 +322,7 @@ const externalProspectInitialInfo = () => ({
|
|
|
322
322
|
{
|
|
323
323
|
_id: (0, main_helper_1.getUUID)(),
|
|
324
324
|
_sharepointFolder: EProspectFileGroups.financialsBankInformation_historicalFinancials,
|
|
325
|
-
title: 'Prior 2 years and YTD Income Statement & Balance Sheet in Excel Format',
|
|
325
|
+
title: 'Income Statement & Balance Sheet for current year, and prior 2 years on monthly basis in Excel format' //, 'Prior 2 years and YTD Income Statement & Balance Sheet in Excel Format',
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
_id: (0, main_helper_1.getUUID)(),
|
package/models/Prospect.model.ts
CHANGED
|
@@ -419,7 +419,7 @@ export const externalProspectInitialInfo = (): IProspectExternalNew => ({
|
|
|
419
419
|
{
|
|
420
420
|
_id: getUUID(),
|
|
421
421
|
_sharepointFolder: EProspectFileGroups.financialsBankInformation_historicalFinancials,
|
|
422
|
-
title: 'Prior 2 years and YTD Income Statement & Balance Sheet in Excel Format',
|
|
422
|
+
title: 'Income Statement & Balance Sheet for current year, and prior 2 years on monthly basis in Excel format' //, 'Prior 2 years and YTD Income Statement & Balance Sheet in Excel Format',
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
425
|
_id: getUUID(),
|