@dynamatix/gb-schemas 2.3.246 → 2.3.248

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.
@@ -40,7 +40,6 @@ declare const WelcomeCallModel: mongoose.Model<{
40
40
  firstCallAttemptDate: string;
41
41
  callCompletedDate: string;
42
42
  failedCallReason: string;
43
- customerFullNameStatusLid: mongoose.Types.ObjectId;
44
43
  customerDOBStatusLid: mongoose.Types.ObjectId;
45
44
  residentialAddressStatusLid: mongoose.Types.ObjectId;
46
45
  contactNumberStatusLid: mongoose.Types.ObjectId;
@@ -63,11 +62,11 @@ declare const WelcomeCallModel: mongoose.Model<{
63
62
  vulnerabilityImpact: string;
64
63
  vulnerabilityIndicatorsStatusLid: mongoose.Types.ObjectId;
65
64
  vulnerabilityResponseStatusLid: mongoose.Types.ObjectId;
66
- vulnerableCustomerLid: mongoose.Types.ObjectId;
67
- informCustomerStatusLid: mongoose.Types.ObjectId;
65
+ isVulnerableCustomer: boolean;
66
+ isInformCustomerStatus: boolean;
68
67
  financeSummaryStatusLid: mongoose.Types.ObjectId;
69
68
  ShahriahFinanceSummaryStatusLid: mongoose.Types.ObjectId;
70
- nextStepsStatusLid: mongoose.Types.ObjectId;
69
+ isNextStepsStatus: boolean;
71
70
  customerEnglishabilityStatusLid: mongoose.Types.ObjectId;
72
71
  brokerNameStatusLid: mongoose.Types.ObjectId;
73
72
  accountHolderNameStatusLid: mongoose.Types.ObjectId;
@@ -79,6 +78,7 @@ declare const WelcomeCallModel: mongoose.Model<{
79
78
  customerQuestions: string;
80
79
  underwriterName: string;
81
80
  failedCallDate: string;
81
+ customerFullNameStatusLid?: unknown;
82
82
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
83
83
  createdAt: NativeDate;
84
84
  updatedAt: NativeDate;
@@ -92,7 +92,6 @@ declare const WelcomeCallModel: mongoose.Model<{
92
92
  firstCallAttemptDate: string;
93
93
  callCompletedDate: string;
94
94
  failedCallReason: string;
95
- customerFullNameStatusLid: mongoose.Types.ObjectId;
96
95
  customerDOBStatusLid: mongoose.Types.ObjectId;
97
96
  residentialAddressStatusLid: mongoose.Types.ObjectId;
98
97
  contactNumberStatusLid: mongoose.Types.ObjectId;
@@ -115,11 +114,11 @@ declare const WelcomeCallModel: mongoose.Model<{
115
114
  vulnerabilityImpact: string;
116
115
  vulnerabilityIndicatorsStatusLid: mongoose.Types.ObjectId;
117
116
  vulnerabilityResponseStatusLid: mongoose.Types.ObjectId;
118
- vulnerableCustomerLid: mongoose.Types.ObjectId;
119
- informCustomerStatusLid: mongoose.Types.ObjectId;
117
+ isVulnerableCustomer: boolean;
118
+ isInformCustomerStatus: boolean;
120
119
  financeSummaryStatusLid: mongoose.Types.ObjectId;
121
120
  ShahriahFinanceSummaryStatusLid: mongoose.Types.ObjectId;
122
- nextStepsStatusLid: mongoose.Types.ObjectId;
121
+ isNextStepsStatus: boolean;
123
122
  customerEnglishabilityStatusLid: mongoose.Types.ObjectId;
124
123
  brokerNameStatusLid: mongoose.Types.ObjectId;
125
124
  accountHolderNameStatusLid: mongoose.Types.ObjectId;
@@ -131,6 +130,7 @@ declare const WelcomeCallModel: mongoose.Model<{
131
130
  customerQuestions: string;
132
131
  underwriterName: string;
133
132
  failedCallDate: string;
133
+ customerFullNameStatusLid?: unknown;
134
134
  }, {}> & {
135
135
  createdAt: NativeDate;
136
136
  updatedAt: NativeDate;
@@ -144,7 +144,6 @@ declare const WelcomeCallModel: mongoose.Model<{
144
144
  firstCallAttemptDate: string;
145
145
  callCompletedDate: string;
146
146
  failedCallReason: string;
147
- customerFullNameStatusLid: mongoose.Types.ObjectId;
148
147
  customerDOBStatusLid: mongoose.Types.ObjectId;
149
148
  residentialAddressStatusLid: mongoose.Types.ObjectId;
150
149
  contactNumberStatusLid: mongoose.Types.ObjectId;
@@ -167,11 +166,11 @@ declare const WelcomeCallModel: mongoose.Model<{
167
166
  vulnerabilityImpact: string;
168
167
  vulnerabilityIndicatorsStatusLid: mongoose.Types.ObjectId;
169
168
  vulnerabilityResponseStatusLid: mongoose.Types.ObjectId;
170
- vulnerableCustomerLid: mongoose.Types.ObjectId;
171
- informCustomerStatusLid: mongoose.Types.ObjectId;
169
+ isVulnerableCustomer: boolean;
170
+ isInformCustomerStatus: boolean;
172
171
  financeSummaryStatusLid: mongoose.Types.ObjectId;
173
172
  ShahriahFinanceSummaryStatusLid: mongoose.Types.ObjectId;
174
- nextStepsStatusLid: mongoose.Types.ObjectId;
173
+ isNextStepsStatus: boolean;
175
174
  customerEnglishabilityStatusLid: mongoose.Types.ObjectId;
176
175
  brokerNameStatusLid: mongoose.Types.ObjectId;
177
176
  accountHolderNameStatusLid: mongoose.Types.ObjectId;
@@ -183,6 +182,7 @@ declare const WelcomeCallModel: mongoose.Model<{
183
182
  customerQuestions: string;
184
183
  underwriterName: string;
185
184
  failedCallDate: string;
185
+ customerFullNameStatusLid?: unknown;
186
186
  } & {
187
187
  _id: mongoose.Types.ObjectId;
188
188
  } & {
@@ -208,7 +208,6 @@ declare const WelcomeCallModel: mongoose.Model<{
208
208
  firstCallAttemptDate: string;
209
209
  callCompletedDate: string;
210
210
  failedCallReason: string;
211
- customerFullNameStatusLid: mongoose.Types.ObjectId;
212
211
  customerDOBStatusLid: mongoose.Types.ObjectId;
213
212
  residentialAddressStatusLid: mongoose.Types.ObjectId;
214
213
  contactNumberStatusLid: mongoose.Types.ObjectId;
@@ -231,11 +230,11 @@ declare const WelcomeCallModel: mongoose.Model<{
231
230
  vulnerabilityImpact: string;
232
231
  vulnerabilityIndicatorsStatusLid: mongoose.Types.ObjectId;
233
232
  vulnerabilityResponseStatusLid: mongoose.Types.ObjectId;
234
- vulnerableCustomerLid: mongoose.Types.ObjectId;
235
- informCustomerStatusLid: mongoose.Types.ObjectId;
233
+ isVulnerableCustomer: boolean;
234
+ isInformCustomerStatus: boolean;
236
235
  financeSummaryStatusLid: mongoose.Types.ObjectId;
237
236
  ShahriahFinanceSummaryStatusLid: mongoose.Types.ObjectId;
238
- nextStepsStatusLid: mongoose.Types.ObjectId;
237
+ isNextStepsStatus: boolean;
239
238
  customerEnglishabilityStatusLid: mongoose.Types.ObjectId;
240
239
  brokerNameStatusLid: mongoose.Types.ObjectId;
241
240
  accountHolderNameStatusLid: mongoose.Types.ObjectId;
@@ -247,6 +246,7 @@ declare const WelcomeCallModel: mongoose.Model<{
247
246
  customerQuestions: string;
248
247
  underwriterName: string;
249
248
  failedCallDate: string;
249
+ customerFullNameStatusLid?: unknown;
250
250
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
251
251
  createdAt: NativeDate;
252
252
  updatedAt: NativeDate;
@@ -260,7 +260,6 @@ declare const WelcomeCallModel: mongoose.Model<{
260
260
  firstCallAttemptDate: string;
261
261
  callCompletedDate: string;
262
262
  failedCallReason: string;
263
- customerFullNameStatusLid: mongoose.Types.ObjectId;
264
263
  customerDOBStatusLid: mongoose.Types.ObjectId;
265
264
  residentialAddressStatusLid: mongoose.Types.ObjectId;
266
265
  contactNumberStatusLid: mongoose.Types.ObjectId;
@@ -283,11 +282,11 @@ declare const WelcomeCallModel: mongoose.Model<{
283
282
  vulnerabilityImpact: string;
284
283
  vulnerabilityIndicatorsStatusLid: mongoose.Types.ObjectId;
285
284
  vulnerabilityResponseStatusLid: mongoose.Types.ObjectId;
286
- vulnerableCustomerLid: mongoose.Types.ObjectId;
287
- informCustomerStatusLid: mongoose.Types.ObjectId;
285
+ isVulnerableCustomer: boolean;
286
+ isInformCustomerStatus: boolean;
288
287
  financeSummaryStatusLid: mongoose.Types.ObjectId;
289
288
  ShahriahFinanceSummaryStatusLid: mongoose.Types.ObjectId;
290
- nextStepsStatusLid: mongoose.Types.ObjectId;
289
+ isNextStepsStatus: boolean;
291
290
  customerEnglishabilityStatusLid: mongoose.Types.ObjectId;
292
291
  brokerNameStatusLid: mongoose.Types.ObjectId;
293
292
  accountHolderNameStatusLid: mongoose.Types.ObjectId;
@@ -299,6 +298,7 @@ declare const WelcomeCallModel: mongoose.Model<{
299
298
  customerQuestions: string;
300
299
  underwriterName: string;
301
300
  failedCallDate: string;
301
+ customerFullNameStatusLid?: unknown;
302
302
  }>, {}> & mongoose.FlatRecord<{
303
303
  createdAt: NativeDate;
304
304
  updatedAt: NativeDate;
@@ -312,7 +312,6 @@ declare const WelcomeCallModel: mongoose.Model<{
312
312
  firstCallAttemptDate: string;
313
313
  callCompletedDate: string;
314
314
  failedCallReason: string;
315
- customerFullNameStatusLid: mongoose.Types.ObjectId;
316
315
  customerDOBStatusLid: mongoose.Types.ObjectId;
317
316
  residentialAddressStatusLid: mongoose.Types.ObjectId;
318
317
  contactNumberStatusLid: mongoose.Types.ObjectId;
@@ -335,11 +334,11 @@ declare const WelcomeCallModel: mongoose.Model<{
335
334
  vulnerabilityImpact: string;
336
335
  vulnerabilityIndicatorsStatusLid: mongoose.Types.ObjectId;
337
336
  vulnerabilityResponseStatusLid: mongoose.Types.ObjectId;
338
- vulnerableCustomerLid: mongoose.Types.ObjectId;
339
- informCustomerStatusLid: mongoose.Types.ObjectId;
337
+ isVulnerableCustomer: boolean;
338
+ isInformCustomerStatus: boolean;
340
339
  financeSummaryStatusLid: mongoose.Types.ObjectId;
341
340
  ShahriahFinanceSummaryStatusLid: mongoose.Types.ObjectId;
342
- nextStepsStatusLid: mongoose.Types.ObjectId;
341
+ isNextStepsStatus: boolean;
343
342
  customerEnglishabilityStatusLid: mongoose.Types.ObjectId;
344
343
  brokerNameStatusLid: mongoose.Types.ObjectId;
345
344
  accountHolderNameStatusLid: mongoose.Types.ObjectId;
@@ -351,6 +350,7 @@ declare const WelcomeCallModel: mongoose.Model<{
351
350
  customerQuestions: string;
352
351
  underwriterName: string;
353
352
  failedCallDate: string;
353
+ customerFullNameStatusLid?: unknown;
354
354
  }> & {
355
355
  _id: mongoose.Types.ObjectId;
356
356
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"applicant-welcome-call.model.d.ts","sourceRoot":"","sources":["../../applicants/applicant-welcome-call.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAuYhC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA4D,CAAC;AAEnF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"applicant-welcome-call.model.d.ts","sourceRoot":"","sources":["../../applicants/applicant-welcome-call.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAqYhC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA4D,CAAC;AAEnF,eAAe,gBAAgB,CAAC"}
@@ -29,10 +29,7 @@ const welcomeCallSchema = new mongoose.Schema({
29
29
  description: "Failed Call Reason",
30
30
  default: null,
31
31
  },
32
- customerFullNameStatusLid: {
33
- type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null,
34
- description: "Ask the applicant to confirm the account holder and name of bank"
35
- },
32
+ customerFullNameStatusLid: { type: mongoose.Schema.Types.ObjectId, ref: "Lookup" },
36
33
  customerDOBStatusLid: {
37
34
  type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null
38
35
  },
@@ -111,12 +108,13 @@ const welcomeCallSchema = new mongoose.Schema({
111
108
  type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null,
112
109
  description: "vulnerability response to previous question"
113
110
  },
114
- vulnerableCustomerLid: {
115
- type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null,
111
+ isVulnerableCustomer: {
112
+ type: Boolean,
113
+ default: false,
116
114
  description: "vulnerable customer SOP/TEXAS model"
117
115
  },
118
- informCustomerStatusLid: {
119
- type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null,
116
+ isInformCustomerStatus: {
117
+ type: Boolean, default: false,
120
118
  description: "inform customer if changes at any point in the future"
121
119
  },
122
120
  financeSummaryStatusLid: {
@@ -127,8 +125,8 @@ const welcomeCallSchema = new mongoose.Schema({
127
125
  type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null,
128
126
  description: "customer to summarize the understanding of shahriah finance details and how differ from mortgage"
129
127
  },
130
- nextStepsStatusLid: {
131
- type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null,
128
+ isNextStepsStatus: {
129
+ type: Boolean, default: false,
132
130
  description: "explain next step in application journey"
133
131
  },
134
132
  purchaseTypeLid: {
@@ -303,14 +301,14 @@ welcomeCallSchema.virtual('accountHolderAndBank').get(function () {
303
301
  const application = this.applicantId.applicationId;
304
302
  let accountHolderName = '';
305
303
  let institutionName = '';
306
- // Get solicitor information
307
- if (application && application.solicitorId && typeof application.solicitorId === 'object') {
308
- const solicitor = application.solicitorId;
309
- if (solicitor.nameOfAccountHolder) {
310
- accountHolderName = solicitor.nameOfAccountHolder;
304
+ // Get direct debit information
305
+ if (application && application.directDebitId && typeof application.directDebitId === 'object') {
306
+ const directDebit = application.directDebitId;
307
+ if (directDebit.nameOfAccountHolder) {
308
+ accountHolderName = directDebit.nameOfAccountHolder;
311
309
  }
312
- if (solicitor.institution) {
313
- institutionName = solicitor.institution;
310
+ if (directDebit.institution) {
311
+ institutionName = directDebit.institution;
314
312
  }
315
313
  }
316
314
  // Combine in format "account holder / institution"
@@ -93,6 +93,7 @@ declare const ApplicationModel: mongoose.Model<{
93
93
  mortgageId?: mongoose.Types.ObjectId | null | undefined;
94
94
  companyId?: mongoose.Types.ObjectId | null | undefined;
95
95
  valuationId?: mongoose.Types.ObjectId | null | undefined;
96
+ valuationReportId?: mongoose.Types.ObjectId | null | undefined;
96
97
  }, {}, {}, {}, mongoose.Document<unknown, {}, {
97
98
  createdAt: NativeDate;
98
99
  updatedAt: NativeDate;
@@ -159,6 +160,7 @@ declare const ApplicationModel: mongoose.Model<{
159
160
  mortgageId?: mongoose.Types.ObjectId | null | undefined;
160
161
  companyId?: mongoose.Types.ObjectId | null | undefined;
161
162
  valuationId?: mongoose.Types.ObjectId | null | undefined;
163
+ valuationReportId?: mongoose.Types.ObjectId | null | undefined;
162
164
  }, {}> & {
163
165
  createdAt: NativeDate;
164
166
  updatedAt: NativeDate;
@@ -225,6 +227,7 @@ declare const ApplicationModel: mongoose.Model<{
225
227
  mortgageId?: mongoose.Types.ObjectId | null | undefined;
226
228
  companyId?: mongoose.Types.ObjectId | null | undefined;
227
229
  valuationId?: mongoose.Types.ObjectId | null | undefined;
230
+ valuationReportId?: mongoose.Types.ObjectId | null | undefined;
228
231
  } & {
229
232
  _id: mongoose.Types.ObjectId;
230
233
  } & {
@@ -303,6 +306,7 @@ declare const ApplicationModel: mongoose.Model<{
303
306
  mortgageId?: mongoose.Types.ObjectId | null | undefined;
304
307
  companyId?: mongoose.Types.ObjectId | null | undefined;
305
308
  valuationId?: mongoose.Types.ObjectId | null | undefined;
309
+ valuationReportId?: mongoose.Types.ObjectId | null | undefined;
306
310
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
307
311
  createdAt: NativeDate;
308
312
  updatedAt: NativeDate;
@@ -369,6 +373,7 @@ declare const ApplicationModel: mongoose.Model<{
369
373
  mortgageId?: mongoose.Types.ObjectId | null | undefined;
370
374
  companyId?: mongoose.Types.ObjectId | null | undefined;
371
375
  valuationId?: mongoose.Types.ObjectId | null | undefined;
376
+ valuationReportId?: mongoose.Types.ObjectId | null | undefined;
372
377
  }>, {}> & mongoose.FlatRecord<{
373
378
  createdAt: NativeDate;
374
379
  updatedAt: NativeDate;
@@ -435,6 +440,7 @@ declare const ApplicationModel: mongoose.Model<{
435
440
  mortgageId?: mongoose.Types.ObjectId | null | undefined;
436
441
  companyId?: mongoose.Types.ObjectId | null | undefined;
437
442
  valuationId?: mongoose.Types.ObjectId | null | undefined;
443
+ valuationReportId?: mongoose.Types.ObjectId | null | undefined;
438
444
  }> & {
439
445
  _id: mongoose.Types.ObjectId;
440
446
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"application.model.d.ts","sourceRoot":"","sources":["../../applications/application.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAgOhC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmD,CAAC;AAC1E,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"application.model.d.ts","sourceRoot":"","sources":["../../applications/application.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAiOhC,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAmD,CAAC;AAC1E,eAAe,gBAAgB,CAAC"}
@@ -55,6 +55,7 @@ const applicationSchema = new mongoose.Schema({
55
55
  currentApprivoAuditId: Number,
56
56
  propertyIds: [{ type: mongoose.Schema.Types.ObjectId, ref: "Property" }],
57
57
  valuationId: { type: mongoose.Schema.Types.ObjectId, ref: "ApplicationValuation" },
58
+ valuationReportId: { type: mongoose.Schema.Types.ObjectId, ref: "ApplicationValuationReport" },
58
59
  brokerTaskCount: {
59
60
  type: Number,
60
61
  default: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/gb-schemas",
3
- "version": "2.3.246",
3
+ "version": "2.3.248",
4
4
  "description": "All the schemas for gatehouse bank back-end",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",