@bisondesk/core-sdk 1.0.441 → 1.0.442

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.
@@ -295,6 +295,7 @@ export type SearchOpportunity = {
295
295
  vehicle?: Vehicle;
296
296
  quote?: QuoteInfo;
297
297
  custom: {
298
+ web2Lead: boolean;
298
299
  payment: { status: OpportunityPaymentStatus; percentagePaid: string };
299
300
  unassigned: boolean;
300
301
  lost: boolean;
@@ -360,6 +361,8 @@ export type LeasingQuoteTemplateData = {
360
361
  settingId: string;
361
362
  leasing: {
362
363
  deposit: string;
364
+ totalMonthlyAmount: string;
365
+ totalMonthlyAmountExclVat: string;
363
366
  depositExclVat: string;
364
367
  startupFee: string;
365
368
  startupFeeExclVat: string;