gemcap-be-common 1.4.30 → 1.4.32
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.d.ts +19 -1
- package/models/Prospect.model.js +31 -1
- package/models/Prospect.model.ts +32 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -125,10 +125,22 @@ export declare enum EProspectFileGroups {
|
|
|
125
125
|
financialsBankInformation = "financialsBankInformation",
|
|
126
126
|
collateralSales = "collateralSales",
|
|
127
127
|
taxes = "taxes",
|
|
128
|
+
taxesIncome = "taxesIncome",
|
|
129
|
+
taxesProperty = "taxesProperty",
|
|
130
|
+
taxesPayroll = "taxesPayroll",
|
|
128
131
|
majorContracts = "majorContracts",
|
|
129
132
|
payrollRegister = "payrollRegister",
|
|
130
133
|
litigationSummary = "litigationSummary",
|
|
131
|
-
|
|
134
|
+
litigation = "litigation",
|
|
135
|
+
itSystems = "itSystems",
|
|
136
|
+
trademark = "trademark",
|
|
137
|
+
websites = "websites",
|
|
138
|
+
perfectionCertificate = "perfectionCertificate",
|
|
139
|
+
other = "other",
|
|
140
|
+
confidential = "confidential",
|
|
141
|
+
confidentialPersonalFinancial = "confidentialPersonalFinancial",
|
|
142
|
+
confidentialDriverLicenses = "confidentialDriverLicenses",
|
|
143
|
+
confidentialReferences = "confidentialReferences"
|
|
132
144
|
}
|
|
133
145
|
export declare const prospectFileGroups: string[];
|
|
134
146
|
export declare const prospectFileGroupsMap: {
|
|
@@ -137,10 +149,16 @@ export declare const prospectFileGroupsMap: {
|
|
|
137
149
|
financialsBankInformation: string;
|
|
138
150
|
collateralSales: string;
|
|
139
151
|
taxes: string;
|
|
152
|
+
taxesIncome: string;
|
|
153
|
+
taxesProperty: string;
|
|
154
|
+
taxesPayroll: string;
|
|
140
155
|
majorContracts: string;
|
|
141
156
|
payrollRegister: string;
|
|
142
157
|
litigationSummary: string;
|
|
143
158
|
confidential: string;
|
|
159
|
+
confidentialPersonalFinancial: string;
|
|
160
|
+
confidentialDriverLicenses: string;
|
|
161
|
+
confidentialReferences: string;
|
|
144
162
|
detailsOfCurrentDebt: string;
|
|
145
163
|
litigation: string;
|
|
146
164
|
financialInformation: string;
|
package/models/Prospect.model.js
CHANGED
|
@@ -80,10 +80,22 @@ var EProspectFileGroups;
|
|
|
80
80
|
EProspectFileGroups["financialsBankInformation"] = "financialsBankInformation";
|
|
81
81
|
EProspectFileGroups["collateralSales"] = "collateralSales";
|
|
82
82
|
EProspectFileGroups["taxes"] = "taxes";
|
|
83
|
+
EProspectFileGroups["taxesIncome"] = "taxesIncome";
|
|
84
|
+
EProspectFileGroups["taxesProperty"] = "taxesProperty";
|
|
85
|
+
EProspectFileGroups["taxesPayroll"] = "taxesPayroll";
|
|
83
86
|
EProspectFileGroups["majorContracts"] = "majorContracts";
|
|
84
87
|
EProspectFileGroups["payrollRegister"] = "payrollRegister";
|
|
85
88
|
EProspectFileGroups["litigationSummary"] = "litigationSummary";
|
|
89
|
+
EProspectFileGroups["litigation"] = "litigation";
|
|
90
|
+
EProspectFileGroups["itSystems"] = "itSystems";
|
|
91
|
+
EProspectFileGroups["trademark"] = "trademark";
|
|
92
|
+
EProspectFileGroups["websites"] = "websites";
|
|
93
|
+
EProspectFileGroups["perfectionCertificate"] = "perfectionCertificate";
|
|
94
|
+
EProspectFileGroups["other"] = "other";
|
|
86
95
|
EProspectFileGroups["confidential"] = "confidential";
|
|
96
|
+
EProspectFileGroups["confidentialPersonalFinancial"] = "confidentialPersonalFinancial";
|
|
97
|
+
EProspectFileGroups["confidentialDriverLicenses"] = "confidentialDriverLicenses";
|
|
98
|
+
EProspectFileGroups["confidentialReferences"] = "confidentialReferences";
|
|
87
99
|
})(EProspectFileGroups || (exports.EProspectFileGroups = EProspectFileGroups = {}));
|
|
88
100
|
exports.prospectFileGroups = [
|
|
89
101
|
EProspectFileGroups.borrowingBase,
|
|
@@ -91,10 +103,22 @@ exports.prospectFileGroups = [
|
|
|
91
103
|
EProspectFileGroups.financialsBankInformation,
|
|
92
104
|
EProspectFileGroups.collateralSales,
|
|
93
105
|
EProspectFileGroups.taxes,
|
|
106
|
+
EProspectFileGroups.taxesIncome,
|
|
107
|
+
EProspectFileGroups.taxesProperty,
|
|
108
|
+
EProspectFileGroups.taxesPayroll,
|
|
94
109
|
EProspectFileGroups.majorContracts,
|
|
95
110
|
EProspectFileGroups.payrollRegister,
|
|
96
111
|
EProspectFileGroups.litigationSummary,
|
|
112
|
+
EProspectFileGroups.litigation,
|
|
113
|
+
EProspectFileGroups.itSystems,
|
|
114
|
+
EProspectFileGroups.trademark,
|
|
115
|
+
EProspectFileGroups.websites,
|
|
116
|
+
EProspectFileGroups.perfectionCertificate,
|
|
117
|
+
EProspectFileGroups.other,
|
|
97
118
|
EProspectFileGroups.confidential,
|
|
119
|
+
EProspectFileGroups.confidentialPersonalFinancial,
|
|
120
|
+
EProspectFileGroups.confidentialDriverLicenses,
|
|
121
|
+
EProspectFileGroups.confidentialReferences,
|
|
98
122
|
ProspectInfoStageOne_model_1.ExternalProspectStageOneTables.detailsOfCurrentDebt,
|
|
99
123
|
ProspectInfoStageOne_model_1.ExternalProspectStageOneTables.litigation,
|
|
100
124
|
ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.financialInformation,
|
|
@@ -118,10 +142,16 @@ exports.prospectFileGroupsMap = {
|
|
|
118
142
|
[EProspectFileGroups.financialsBankInformation]: 'Financials & Bank Information',
|
|
119
143
|
[EProspectFileGroups.collateralSales]: 'Collateral & Sales',
|
|
120
144
|
[EProspectFileGroups.taxes]: 'Taxes',
|
|
145
|
+
[EProspectFileGroups.taxesIncome]: 'Upload Payroll Tax Statements & Proof of Payment',
|
|
146
|
+
[EProspectFileGroups.taxesProperty]: 'Upload Income Tax Returns',
|
|
147
|
+
[EProspectFileGroups.taxesPayroll]: 'Upload Personal Property Tax Statements & Proof of Payment',
|
|
121
148
|
[EProspectFileGroups.majorContracts]: 'Major Contracts',
|
|
122
149
|
[EProspectFileGroups.payrollRegister]: 'Payroll Register',
|
|
123
150
|
[EProspectFileGroups.litigationSummary]: 'Litigation Summary',
|
|
124
151
|
[EProspectFileGroups.confidential]: 'Confidential',
|
|
152
|
+
[EProspectFileGroups.confidentialPersonalFinancial]: 'Personal Financial Statements',
|
|
153
|
+
[EProspectFileGroups.confidentialDriverLicenses]: 'Driver Licenses',
|
|
154
|
+
[EProspectFileGroups.confidentialReferences]: 'References',
|
|
125
155
|
[ProspectInfoStageOne_model_1.ExternalProspectStageOneTables.detailsOfCurrentDebt]: 'Details Of CurrentDebt',
|
|
126
156
|
[ProspectInfoStageOne_model_1.ExternalProspectStageOneTables.litigation]: 'Summary of Litigation',
|
|
127
157
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.financialInformation]: 'Financial Information',
|
|
@@ -266,7 +296,7 @@ const externalProspectInitialInfo = () => ({
|
|
|
266
296
|
{ _id: `new_${(0, main_helper_1.getUUID)()}`, title: 'Excel Format: Old and/or obsolete / damaged inventory report' },
|
|
267
297
|
],
|
|
268
298
|
[ProspectInfoStageTwo_model_1.ExternalProspectStageTwoTables.equipment]: [
|
|
269
|
-
{ _id: `new_${(0, main_helper_1.getUUID)()}`, title: 'Current schedule of fixed
|
|
299
|
+
{ _id: `new_${(0, main_helper_1.getUUID)()}`, title: 'Current schedule of fixed assets and depreciation schedule' },
|
|
270
300
|
{
|
|
271
301
|
_id: `new_${(0, main_helper_1.getUUID)()}`,
|
|
272
302
|
title: 'Depreciation schedule for such assets, specifically for the equipment for this proposed financing',
|
package/models/Prospect.model.ts
CHANGED
|
@@ -145,11 +145,23 @@ export enum EProspectFileGroups {
|
|
|
145
145
|
financialsBankInformation = 'financialsBankInformation',
|
|
146
146
|
collateralSales = 'collateralSales',
|
|
147
147
|
taxes = 'taxes',
|
|
148
|
+
taxesIncome = 'taxesIncome',
|
|
149
|
+
taxesProperty = 'taxesProperty',
|
|
150
|
+
taxesPayroll = 'taxesPayroll',
|
|
148
151
|
majorContracts = 'majorContracts',
|
|
149
152
|
payrollRegister = 'payrollRegister',
|
|
150
153
|
litigationSummary = 'litigationSummary',
|
|
154
|
+
litigation = 'litigation',
|
|
155
|
+
itSystems = 'itSystems',
|
|
156
|
+
trademark = 'trademark',
|
|
157
|
+
websites = 'websites',
|
|
158
|
+
perfectionCertificate = 'perfectionCertificate',
|
|
159
|
+
other = 'other',
|
|
151
160
|
|
|
152
161
|
confidential = 'confidential',
|
|
162
|
+
confidentialPersonalFinancial = 'confidentialPersonalFinancial',
|
|
163
|
+
confidentialDriverLicenses = 'confidentialDriverLicenses',
|
|
164
|
+
confidentialReferences = 'confidentialReferences',
|
|
153
165
|
}
|
|
154
166
|
|
|
155
167
|
export const prospectFileGroups: string[] = [
|
|
@@ -158,11 +170,24 @@ export const prospectFileGroups: string[] = [
|
|
|
158
170
|
EProspectFileGroups.financialsBankInformation,
|
|
159
171
|
EProspectFileGroups.collateralSales,
|
|
160
172
|
EProspectFileGroups.taxes,
|
|
173
|
+
EProspectFileGroups.taxesIncome,
|
|
174
|
+
EProspectFileGroups.taxesProperty,
|
|
175
|
+
EProspectFileGroups.taxesPayroll,
|
|
161
176
|
EProspectFileGroups.majorContracts,
|
|
162
177
|
EProspectFileGroups.payrollRegister,
|
|
163
178
|
EProspectFileGroups.litigationSummary,
|
|
164
179
|
|
|
180
|
+
EProspectFileGroups.litigation,
|
|
181
|
+
EProspectFileGroups.itSystems,
|
|
182
|
+
EProspectFileGroups.trademark,
|
|
183
|
+
EProspectFileGroups.websites,
|
|
184
|
+
EProspectFileGroups.perfectionCertificate,
|
|
185
|
+
EProspectFileGroups.other,
|
|
186
|
+
|
|
165
187
|
EProspectFileGroups.confidential,
|
|
188
|
+
EProspectFileGroups.confidentialPersonalFinancial,
|
|
189
|
+
EProspectFileGroups.confidentialDriverLicenses,
|
|
190
|
+
EProspectFileGroups.confidentialReferences,
|
|
166
191
|
|
|
167
192
|
ExternalProspectStageOneTables.detailsOfCurrentDebt,
|
|
168
193
|
ExternalProspectStageOneTables.litigation,
|
|
@@ -188,11 +213,17 @@ export const prospectFileGroupsMap = {
|
|
|
188
213
|
[EProspectFileGroups.financialsBankInformation]: 'Financials & Bank Information',
|
|
189
214
|
[EProspectFileGroups.collateralSales]: 'Collateral & Sales',
|
|
190
215
|
[EProspectFileGroups.taxes]: 'Taxes',
|
|
216
|
+
[EProspectFileGroups.taxesIncome]: 'Upload Payroll Tax Statements & Proof of Payment',
|
|
217
|
+
[EProspectFileGroups.taxesProperty]: 'Upload Income Tax Returns',
|
|
218
|
+
[EProspectFileGroups.taxesPayroll]: 'Upload Personal Property Tax Statements & Proof of Payment',
|
|
191
219
|
[EProspectFileGroups.majorContracts]: 'Major Contracts',
|
|
192
220
|
[EProspectFileGroups.payrollRegister]: 'Payroll Register',
|
|
193
221
|
[EProspectFileGroups.litigationSummary]: 'Litigation Summary',
|
|
194
222
|
|
|
195
223
|
[EProspectFileGroups.confidential]: 'Confidential',
|
|
224
|
+
[EProspectFileGroups.confidentialPersonalFinancial]: 'Personal Financial Statements',
|
|
225
|
+
[EProspectFileGroups.confidentialDriverLicenses]: 'Driver Licenses',
|
|
226
|
+
[EProspectFileGroups.confidentialReferences]: 'References',
|
|
196
227
|
|
|
197
228
|
[ExternalProspectStageOneTables.detailsOfCurrentDebt]: 'Details Of CurrentDebt',
|
|
198
229
|
[ExternalProspectStageOneTables.litigation]: 'Summary of Litigation',
|
|
@@ -340,7 +371,7 @@ export const externalProspectInitialInfo = (): IProspectExternalNew => ({
|
|
|
340
371
|
{ _id: `new_${getUUID()}`, title: 'Excel Format: Old and/or obsolete / damaged inventory report' },
|
|
341
372
|
],
|
|
342
373
|
[ExternalProspectStageTwoTables.equipment]: [
|
|
343
|
-
{ _id: `new_${getUUID()}`, title: 'Current schedule of fixed
|
|
374
|
+
{ _id: `new_${getUUID()}`, title: 'Current schedule of fixed assets and depreciation schedule' },
|
|
344
375
|
{
|
|
345
376
|
_id: `new_${getUUID()}`,
|
|
346
377
|
title: 'Depreciation schedule for such assets, specifically for the equipment for this proposed financing',
|