@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.
- package/lib/apis/tenants.js +1 -1
- package/lib/apis/tenants.js.map +1 -1
- package/lib/types/crm.d.ts +1 -0
- package/lib/types/crm.d.ts.map +1 -1
- package/lib/types/crm.js.map +1 -1
- package/lib/types/opportunities.d.ts +3 -0
- package/lib/types/opportunities.d.ts.map +1 -1
- package/lib/types/opportunities.js.map +1 -1
- package/lib/types/vehicles.d.ts +1 -1
- package/lib/types/vehicles.d.ts.map +1 -1
- package/lib/types/vehicles.js.map +1 -1
- package/package.json +1 -1
- package/src/apis/tenants.ts +1 -1
- package/src/types/crm.ts +2 -0
- package/src/types/opportunities.ts +3 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -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;
|