@bisondesk/core-sdk 1.0.308 → 1.0.310
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/crm.js +198 -0
- package/lib/apis/crm.js.map +1 -0
- package/lib/apis/documents.js +54 -0
- package/lib/apis/documents.js.map +1 -0
- package/lib/apis/internet-vehicles.js +24 -0
- package/lib/apis/internet-vehicles.js.map +1 -0
- package/lib/apis/leasing-administration.js +46 -0
- package/lib/apis/leasing-administration.js.map +1 -0
- package/lib/apis/leasing.js +166 -0
- package/lib/apis/leasing.js.map +1 -0
- package/lib/apis/opportunities.js +66 -0
- package/lib/apis/opportunities.js.map +1 -0
- package/lib/apis/picklists.js +41 -0
- package/lib/apis/picklists.js.map +1 -0
- package/lib/apis/tenants.js +77 -0
- package/lib/apis/tenants.js.map +1 -0
- package/lib/apis/users.js +23 -0
- package/lib/apis/users.js.map +1 -0
- package/lib/apis/vehicles.js +182 -0
- package/lib/apis/vehicles.js.map +1 -0
- package/lib/cjs/apis/opportunities.js.map +1 -1
- package/lib/cjs/types/leasing-settings.js.map +1 -1
- package/lib/cjs/types/opportunities.js.map +1 -1
- package/lib/cjs/types/payments.js +2 -1
- package/lib/cjs/types/payments.js.map +1 -1
- package/lib/cjs/types/quote-settings.js +3 -0
- package/lib/cjs/types/quote-settings.js.map +1 -0
- package/lib/cjs/types/quotes.js.map +1 -1
- package/lib/cjs/types/vehicles.js.map +1 -1
- package/lib/constants.js +937 -0
- package/lib/constants.js.map +1 -0
- package/lib/ddb-entities.js +5 -0
- package/lib/ddb-entities.js.map +1 -0
- package/lib/esm/apis/opportunities.js.map +1 -1
- package/lib/esm/types/leasing-settings.js.map +1 -1
- package/lib/esm/types/opportunities.js.map +1 -1
- package/lib/esm/types/payments.js +1 -0
- package/lib/esm/types/payments.js.map +1 -1
- package/lib/esm/types/quote-settings.js +2 -0
- package/lib/esm/types/quote-settings.js.map +1 -0
- package/lib/esm/types/quotes.js.map +1 -1
- package/lib/esm/types/vehicles.js.map +1 -1
- package/lib/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/types/activities.js +16 -0
- package/lib/types/activities.js.map +1 -0
- package/lib/types/apis/opportunities.d.ts +1 -1
- package/lib/types/apis/opportunities.d.ts.map +1 -1
- package/lib/types/comparables.js +3 -0
- package/lib/types/comparables.js.map +1 -0
- package/lib/types/crm.js +19 -0
- package/lib/types/crm.js.map +1 -0
- package/lib/types/definitions.js +3 -0
- package/lib/types/definitions.js.map +1 -0
- package/lib/types/delivery-settings.js +9 -0
- package/lib/types/delivery-settings.js.map +1 -0
- package/lib/types/documents.js +9 -0
- package/lib/types/documents.js.map +1 -0
- package/lib/types/events.js +10 -0
- package/lib/types/events.js.map +1 -0
- package/lib/types/fields.js +29 -0
- package/lib/types/fields.js.map +1 -0
- package/lib/types/insights.js +3 -0
- package/lib/types/insights.js.map +1 -0
- package/lib/types/interests.js +10 -0
- package/lib/types/interests.js.map +1 -0
- package/lib/types/internet-vehicles.js +3 -0
- package/lib/types/internet-vehicles.js.map +1 -0
- package/lib/types/leasing-administration.js +3 -0
- package/lib/types/leasing-administration.js.map +1 -0
- package/lib/types/leasing-debtors.js +3 -0
- package/lib/types/leasing-debtors.js.map +1 -0
- package/lib/types/leasing-search.js +3 -0
- package/lib/types/leasing-search.js.map +1 -0
- package/lib/types/leasing-settings.js +10 -0
- package/lib/types/leasing-settings.js.map +1 -0
- package/lib/types/leasing.js +33 -0
- package/lib/types/leasing.js.map +1 -0
- package/lib/types/machines.js +3 -0
- package/lib/types/machines.js.map +1 -0
- package/lib/types/opportunities.js +89 -0
- package/lib/types/opportunities.js.map +1 -0
- package/lib/types/payments.js +10 -0
- package/lib/types/payments.js.map +1 -0
- package/lib/types/picklists.js +3 -0
- package/lib/types/picklists.js.map +1 -0
- package/lib/types/quote-settings.js +3 -0
- package/lib/types/quote-settings.js.map +1 -0
- package/lib/types/quotes.js +45 -0
- package/lib/types/quotes.js.map +1 -0
- package/lib/types/recently-viewed.js +3 -0
- package/lib/types/recently-viewed.js.map +1 -0
- package/lib/types/reservations.js +8 -0
- package/lib/types/reservations.js.map +1 -0
- package/lib/types/roi-ratings.js +8 -0
- package/lib/types/roi-ratings.js.map +1 -0
- package/lib/types/saved-filters.js +12 -0
- package/lib/types/saved-filters.js.map +1 -0
- package/lib/types/search.js +36 -0
- package/lib/types/search.js.map +1 -0
- package/lib/types/settings.js +3 -0
- package/lib/types/settings.js.map +1 -0
- package/lib/types/storage.js +4 -0
- package/lib/types/storage.js.map +1 -0
- package/lib/types/templates.js +3 -0
- package/lib/types/templates.js.map +1 -0
- package/lib/types/tenants.js +19 -0
- package/lib/types/tenants.js.map +1 -0
- package/lib/types/types/leasing-settings.d.ts +0 -71
- package/lib/types/types/leasing-settings.d.ts.map +1 -1
- package/lib/types/types/opportunities.d.ts +2 -0
- package/lib/types/types/opportunities.d.ts.map +1 -1
- package/lib/types/types/payments.d.ts +1 -0
- package/lib/types/types/payments.d.ts.map +1 -1
- package/lib/types/types/quote-settings.d.ts +89 -0
- package/lib/types/types/quote-settings.d.ts.map +1 -0
- package/lib/types/types/quotes.d.ts +8 -14
- package/lib/types/types/quotes.d.ts.map +1 -1
- package/lib/types/types/vehicles.d.ts +18 -0
- package/lib/types/types/vehicles.d.ts.map +1 -1
- package/lib/types/users.js +3 -0
- package/lib/types/users.js.map +1 -0
- package/lib/types/utils.js +9 -0
- package/lib/types/utils.js.map +1 -0
- package/lib/types/vehicles.js +63 -0
- package/lib/types/vehicles.js.map +1 -0
- package/lib/types/website.js +3 -0
- package/lib/types/website.js.map +1 -0
- package/lib/utils/forms.js +30 -0
- package/lib/utils/forms.js.map +1 -0
- package/lib/utils/leasing.js +8 -0
- package/lib/utils/leasing.js.map +1 -0
- package/lib/utils/opportunities.js +60 -0
- package/lib/utils/opportunities.js.map +1 -0
- package/lib/utils/slug.js +20 -0
- package/lib/utils/slug.js.map +1 -0
- package/lib/utils/tenants.js +21 -0
- package/lib/utils/tenants.js.map +1 -0
- package/lib/utils/vehicles.js +60 -0
- package/lib/utils/vehicles.js.map +1 -0
- package/package.json +1 -1
- package/src/apis/opportunities.ts +1 -1
- package/src/types/leasing-settings.ts +0 -76
- package/src/types/opportunities.ts +2 -0
- package/src/types/payments.ts +2 -0
- package/src/types/quote-settings.ts +93 -0
- package/src/types/quotes.ts +7 -16
- package/src/types/vehicles.ts +22 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransitPlateCountries = void 0;
|
|
4
|
+
var TransitPlateCountries;
|
|
5
|
+
(function (TransitPlateCountries) {
|
|
6
|
+
TransitPlateCountries["BE"] = "be";
|
|
7
|
+
TransitPlateCountries["AT"] = "at";
|
|
8
|
+
})(TransitPlateCountries = exports.TransitPlateCountries || (exports.TransitPlateCountries = {}));
|
|
9
|
+
//# sourceMappingURL=delivery-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delivery-settings.js","sourceRoot":"/","sources":["types/delivery-settings.ts"],"names":[],"mappings":";;;AAGA,IAAkB,qBAGjB;AAHD,WAAkB,qBAAqB;IACrC,kCAAS,CAAA;IACT,kCAAS,CAAA;AACX,CAAC,EAHiB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGtC","sourcesContent":["import { LocationValue } from '@bisondesk/commons-sdk/types';\nimport { Categories } from '../constants';\n\nexport const enum TransitPlateCountries {\n BE = 'be',\n AT = 'at',\n}\n\ntype BaseDeliveryPort = {\n name: string;\n address: LocationValue;\n};\n\nexport type NewDeliveryPort = BaseDeliveryPort & {\n id: undefined;\n};\n\nexport type DeliveryPort = BaseDeliveryPort & {\n id: string;\n};\n\ntype BaseTransportationToPort = {\n portId: string;\n branchId: string;\n retailPrice: string;\n costPrice: string;\n};\n\nexport type NewTransportationToPort = BaseTransportationToPort & {\n id?: undefined;\n};\n\nexport type TransportationToPort = BaseTransportationToPort & {\n id: string;\n};\n\nexport type CurrencyInput = {\n currency: string;\n conversionRate: string;\n};\n\nexport type DeliveryParams = {\n id: string;\n modifiedAt: string;\n port: {\n supplementDestinationPortCosts: string;\n cleaningCosts: string;\n looseTrailerCosts: string;\n portToPortMargin: string;\n };\n address: {\n priceKmCost: string;\n priceKmRetail: string;\n };\n services: {\n spoilerMountCost: string;\n spoilerMountRetailPrice: string;\n spoilerUnmountCost: string;\n spoilerUnmountRetailPrice: string;\n stackingVehicleCost: string;\n stackingVehicleRetailPrice: string;\n technicalControl: {\n [vehicleCategory in Categories]?: { cost: string; retailPrice: string };\n };\n transitPlate: {\n [country in TransitPlateCountries]?: { cost: string; retailPrice: string };\n };\n };\n};\n\nexport type QuotePortDelivery = {\n transportationToPort: TransportationToPort;\n originPort: DeliveryPort;\n destinationPort?: DeliveryPort;\n};\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FinanceDocumentActions = void 0;
|
|
4
|
+
var FinanceDocumentActions;
|
|
5
|
+
(function (FinanceDocumentActions) {
|
|
6
|
+
FinanceDocumentActions["PAY_FINANCE_DOCUMENT"] = "pay_finance_document";
|
|
7
|
+
FinanceDocumentActions["DELETE_FINANCE_DOCUMENT"] = "delete_finance_document";
|
|
8
|
+
})(FinanceDocumentActions = exports.FinanceDocumentActions || (exports.FinanceDocumentActions = {}));
|
|
9
|
+
//# sourceMappingURL=documents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"documents.js","sourceRoot":"/","sources":["types/documents.ts"],"names":[],"mappings":";;;AAIA,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,uEAA6C,CAAA;IAC7C,6EAAmD,CAAA;AACrD,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC","sourcesContent":["import { AttachmentValue, SearchPermissions } from '@bisondesk/commons-sdk/types';\nimport { Organization } from './crm';\nimport { PublicSearchDefinition } from './definitions';\n\nexport enum FinanceDocumentActions {\n PAY_FINANCE_DOCUMENT = 'pay_finance_document',\n DELETE_FINANCE_DOCUMENT = 'delete_finance_document',\n}\n\nexport type FinanceLine = {\n associations: {\n others: { vehicleId: string; label: string }[];\n sales: { id: string; vehicleId: string; label: string }[];\n purchases: { id: string; vehicleId: string; label: string }[];\n };\n description: string;\n id: string;\n lineCode: string;\n quantity: string;\n unitPriceExclusive: string;\n vatCode: string;\n vatCoefficient: string;\n};\n\nexport type NewExistingLeasingFinanceDocument = {\n id?: undefined;\n type: 'Sale Finance';\n subtype: 'Invoice' | 'Credit Note';\n issueDate: string;\n contractId: string;\n amount: string;\n paidAt?: string;\n dueDate?: string;\n attachment: AttachmentValue;\n invoiceNumber: string;\n vatPercentage: string;\n period: string;\n description: string;\n};\n\nexport type FinanceDocument = {\n id: string;\n branchId: string;\n\n type: 'Sale Finance' | 'Purchase Finance';\n subtype: 'Invoice' | 'Credit Note' | 'Proforma' | 'Purchase Order';\n reference: string;\n\n attachment: AttachmentValue;\n lines: FinanceLine[];\n notes?: string;\n\n createdAt: string;\n createdBy: string;\n issueDate: string;\n paidAt?: string;\n paymentNotes?: string;\n amount?: string;\n dueDate?: string;\n\n organizationSummary?: {\n id: string;\n code: string;\n name: string;\n country: string;\n vatNumber?: string;\n\n addressLine1?: string;\n addressLine2?: string;\n addressLine3?: string;\n postcode?: string;\n city?: string;\n\n email?: string;\n phone?: string;\n fax?: string;\n };\n};\n\nexport type FinanceDocumentEvent = {\n id: string;\n actionAt: string;\n action: 'upsert' | 'delete';\n userId: string;\n tenantId: string;\n type: 'Sale Finance' | 'Purchase Finance';\n subtype: string; // Invoice, Credit Note, etc.\n};\n\nexport type FinanceBookingEvent = {\n id: string;\n branchId: string;\n actionAt: string;\n userId: string;\n tenantId: string;\n type: 'Sale Finance' | 'Purchase Finance';\n};\n\nexport type FinanceBooking = {\n branchId: string; // same tenantId can have different companies\n bookingNumber: string; // same booking number can and will exist across different \"branches\", unique => BranchId / Journal / Booking Number\n documentId: string;\n\n booked: true;\n journal?: string;\n amount?: string;\n reportingPeriod?: number;\n reportingYear?: number;\n paid: boolean;\n\n createdAt: string;\n createdBy: string;\n modifiedAt: string;\n modifiedBy: string;\n};\n\nexport type SearchDocumentVehicleRef = {\n id: string;\n stockNumber: string;\n administrativeNumber?: string;\n};\n\nexport type SearchFinanceDocument = {\n org?: Organization;\n doc: FinanceDocument;\n booking?: FinanceBooking;\n vehicle?: SearchDocumentVehicleRef[];\n};\n\nexport type InputSearchFinanceDocument = SearchFinanceDocument & {\n permissions: SearchPermissions;\n};\n\nexport type DocsSearchDefinitions = {\n searchFinanceDoc: PublicSearchDefinition;\n};\n\nexport type FinanceDocumentPayment = { documentId: string } & (\n | { paid: true; paidAt: string; comment?: string }\n | { paid: false; paidAt?: undefined; comment?: undefined }\n);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RecordAction = void 0;
|
|
4
|
+
var RecordAction;
|
|
5
|
+
(function (RecordAction) {
|
|
6
|
+
RecordAction["Create"] = "content.records.create";
|
|
7
|
+
RecordAction["Update"] = "content.records.update";
|
|
8
|
+
RecordAction["Delete"] = "content.records.delete";
|
|
9
|
+
})(RecordAction = exports.RecordAction || (exports.RecordAction = {}));
|
|
10
|
+
//# sourceMappingURL=events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.js","sourceRoot":"/","sources":["types/events.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAKX;AALD,WAAY,YAAY;IAEtB,iDAAiC,CAAA;IACjC,iDAAiC,CAAA;IACjC,iDAAiC,CAAA;AACnC,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB","sourcesContent":["export enum RecordAction {\n // if you rename this, you also need to adjust the SNS subscription filters\n Create = 'content.records.create',\n Update = 'content.records.update',\n Delete = 'content.records.delete',\n}\n\nexport type ActionMessage = {\n id: string;\n action: RecordAction;\n actionAt: string;\n userId: string;\n tenantId: string;\n businessEntityId: string;\n recordId: string;\n fieldIds?: string[];\n};\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DateGranularity = exports.FieldTypes = void 0;
|
|
4
|
+
var FieldTypes;
|
|
5
|
+
(function (FieldTypes) {
|
|
6
|
+
FieldTypes["attachment"] = "attachment";
|
|
7
|
+
FieldTypes["checkbox"] = "checkbox";
|
|
8
|
+
FieldTypes["collaborator"] = "collaborator";
|
|
9
|
+
FieldTypes["date"] = "date";
|
|
10
|
+
FieldTypes["email"] = "email";
|
|
11
|
+
FieldTypes["image"] = "image";
|
|
12
|
+
FieldTypes["link"] = "link";
|
|
13
|
+
FieldTypes["location"] = "location";
|
|
14
|
+
FieldTypes["multilang"] = "multilang";
|
|
15
|
+
FieldTypes["multiline"] = "multiline";
|
|
16
|
+
FieldTypes["number"] = "number";
|
|
17
|
+
FieldTypes["phoneNumber"] = "phoneNumber";
|
|
18
|
+
FieldTypes["picklist"] = "picklist";
|
|
19
|
+
FieldTypes["rating"] = "rating";
|
|
20
|
+
FieldTypes["text"] = "text";
|
|
21
|
+
})(FieldTypes = exports.FieldTypes || (exports.FieldTypes = {}));
|
|
22
|
+
var DateGranularity;
|
|
23
|
+
(function (DateGranularity) {
|
|
24
|
+
DateGranularity["year"] = "year";
|
|
25
|
+
DateGranularity["yearMonth"] = "yearMonth";
|
|
26
|
+
DateGranularity["yearMonthDay"] = "yearMonthDay";
|
|
27
|
+
DateGranularity["yearMonthDayTime"] = "yearMonthDayTime";
|
|
28
|
+
})(DateGranularity = exports.DateGranularity || (exports.DateGranularity = {}));
|
|
29
|
+
//# sourceMappingURL=fields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"/","sources":["types/fields.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAgBX;AAhBD,WAAY,UAAU;IACpB,uCAAyB,CAAA;IACzB,mCAAqB,CAAA;IACrB,2CAA6B,CAAA;IAC7B,2BAAa,CAAA;IACb,6BAAe,CAAA;IACf,6BAAe,CAAA;IACf,2BAAa,CAAA;IACb,mCAAqB,CAAA;IACrB,qCAAuB,CAAA;IACvB,qCAAuB,CAAA;IACvB,+BAAiB,CAAA;IACjB,yCAA2B,CAAA;IAC3B,mCAAqB,CAAA;IACrB,+BAAiB,CAAA;IACjB,2BAAa,CAAA;AACf,CAAC,EAhBW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAgBrB;AAKD,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,0CAAuB,CAAA;IACvB,gDAA6B,CAAA;IAC7B,wDAAqC,CAAA;AACvC,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B","sourcesContent":["export enum FieldTypes {\n attachment = 'attachment',\n checkbox = 'checkbox',\n collaborator = 'collaborator',\n date = 'date',\n email = 'email',\n image = 'image',\n link = 'link',\n location = 'location',\n multilang = 'multilang',\n multiline = 'multiline',\n number = 'number',\n phoneNumber = 'phoneNumber',\n picklist = 'picklist',\n rating = 'rating',\n text = 'text',\n}\n\n//\n// Field values\n//\nexport enum DateGranularity {\n year = 'year',\n yearMonth = 'yearMonth',\n yearMonthDay = 'yearMonthDay',\n yearMonthDayTime = 'yearMonthDayTime',\n}\n\n//\n// Field metas\n//\ntype BaseMeta = {};\n\ntype NumberUnit =\n | 'acre'\n | 'bit'\n | 'byte'\n | 'celsius'\n | 'centimeter'\n | 'day'\n | 'degree'\n | 'fahrenheit'\n | 'fluid-ounce'\n | 'foot'\n | 'gallon'\n | 'gigabit'\n | 'gigabyte'\n | 'gram'\n | 'hectare'\n | 'hour'\n | 'inch'\n | 'kilobit'\n | 'kilobyte'\n | 'kilogram'\n | 'kilometer'\n | 'liter'\n | 'megabit'\n | 'megabyte'\n | 'meter'\n | 'mile'\n | 'mile-scandinavian'\n | 'milliliter'\n | 'millimeter'\n | 'millisecond'\n | 'minute'\n | 'month'\n | 'ounce'\n | 'percent'\n | 'petabyte'\n | 'pound'\n | 'second'\n | 'stone'\n | 'terabit'\n | 'terabyte'\n | 'week'\n | 'yard'\n | 'year';\n\ntype BaseNumberMeta = {\n minimumFractionDigits?: number;\n maximumFractionDigits?: number;\n useGrouping?: boolean;\n} & (\n | {\n style: 'unit';\n unit: NumberUnit;\n }\n | {\n style?: 'currency' | 'decimal' | 'percent';\n unit?: NumberUnit;\n }\n);\n\nexport type NumberMeta = BaseMeta & BaseNumberMeta;\n\nexport type DateMeta = BaseMeta & {\n granularity: DateGranularity;\n};\n\nexport type RatingMeta = BaseMeta & {\n max: number;\n};\n\nexport type PicklistMeta = BaseMeta & {\n picklistId: string;\n};\n\nexport type FieldTypeInfo =\n | { type: FieldTypes.attachment }\n | { type: FieldTypes.checkbox }\n | { type: FieldTypes.date; meta: DateMeta }\n | { type: FieldTypes.email }\n | { type: FieldTypes.image }\n | { type: FieldTypes.link }\n | { type: FieldTypes.location }\n | { type: FieldTypes.multilang }\n | { type: FieldTypes.multiline }\n | { type: FieldTypes.number; meta: NumberMeta }\n | { type: FieldTypes.phoneNumber }\n | { type: FieldTypes.picklist; meta: PicklistMeta }\n | { type: FieldTypes.rating; meta: RatingMeta }\n | { type: FieldTypes.text }\n | { type: FieldTypes.collaborator };\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insights.js","sourceRoot":"/","sources":["types/insights.ts"],"names":[],"mappings":"","sourcesContent":["import { ComparableSpecs } from './comparables';\nimport { ReferenceData } from './utils';\n\nexport type SimilarVehiclesRequest = {\n offset: number;\n limit: number;\n};\n\nexport type InsightsSimilarRequest = {\n comparable: InsightsComparableSpecs;\n limit: number;\n nextToken?: string;\n};\n\nexport type InsightsResponse = {\n insights: Insights;\n comparable: InsightsComparableSpecs;\n};\n\nexport type InsightsVehicleComparableResponse = {\n comparable: InsightsComparableSpecs;\n meta: ReferenceData;\n};\n\n// here we are considering only specs that we can use to filter Market vehicles\nexport interface InsightsComparableSpecs extends ComparableSpecs {\n vehicleId: string;\n}\n\nexport type InsightsOptions = {\n months?: number;\n};\n\nexport type InsightsOnlineTrends = {\n date: string;\n count: number;\n avgDays: number | null;\n avgPrice: number | null;\n};\n\nexport type Percentiles = {\n [key: string]: number | null;\n};\n\nexport type InsightsPriceHistogram = {\n from: number | undefined;\n to: number | undefined;\n count: number;\n}[];\n\nexport type Insights = {\n trends: InsightsOnlineTrends[];\n online: {\n count: number;\n histogramPrices: InsightsPriceHistogram;\n avgPrice: number | null;\n percentilesDays: Percentiles;\n avgDays: number | null;\n percentilesPrices: Percentiles;\n minPrice: number;\n };\n sold: {\n count: number;\n avgPrice: number | null;\n percentilesPrices: Percentiles;\n percentilesDays: Percentiles;\n avgDays: number | null;\n histogramPrices: InsightsPriceHistogram;\n minPrice: number;\n };\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.isOpportunityInterest = exports.InterestActions = void 0;
|
|
4
|
+
var InterestActions;
|
|
5
|
+
(function (InterestActions) {
|
|
6
|
+
InterestActions["SET_INTEREST"] = "set_interest";
|
|
7
|
+
})(InterestActions = exports.InterestActions || (exports.InterestActions = {}));
|
|
8
|
+
const isOpportunityInterest = (interest) => 'opportunityId' in interest;
|
|
9
|
+
exports.isOpportunityInterest = isOpportunityInterest;
|
|
10
|
+
//# sourceMappingURL=interests.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interests.js","sourceRoot":"/","sources":["types/interests.ts"],"names":[],"mappings":";;;AAGA,IAAY,eAEX;AAFD,WAAY,eAAe;IACzB,gDAA6B,CAAA;AAC/B,CAAC,EAFW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAE1B;AAwBM,MAAM,qBAAqB,GAAG,CAAC,QAAkB,EAAmC,EAAE,CAC3F,eAAe,IAAI,QAAQ,CAAC;AADjB,QAAA,qBAAqB,yBACJ","sourcesContent":["import { ComparableSpecs } from './comparables';\nimport { ReferenceData } from './utils';\n\nexport enum InterestActions {\n SET_INTEREST = 'set_interest',\n}\n\nexport type InterestBffMeta = ReferenceData;\n\n// here we are considering specs that we can use to filter Stock vehicles\n// Interest is a simplified spec representation specific to a client/opportunity interest\nexport interface Interest\n extends Omit<ComparableSpecs, 'horsepower' | 'kilometers' | 'price' | 'year'> {\n age?: number; // year the interest was generated minus spec max year\n price?: number; // in a spec this would be the max price\n horsepower?: number; // in a spec this would be the min horsepower\n kilometers?: number; // in a spec this would be the max kilometers\n}\n\nexport interface OpportunityInterest extends Interest {\n opportunityId: string;\n contactId: string;\n organizationId?: string;\n}\n\nexport interface HdmsInterest extends Interest {\n hdmsSaleId: string;\n}\n\nexport const isOpportunityInterest = (interest: Interest): interest is OpportunityInterest =>\n 'opportunityId' in interest;\n\nexport type LeadUpdate =\n | {\n dismissed: true;\n }\n | {\n contacted: true;\n };\n\nexport type InterestLead = {\n createdAt?: string;\n\n contactId: string;\n vehicleId: string;\n interestId: string;\n opportunityId?: string;\n organizationId?: string;\n\n score: number;\n scoreDetails: { name: string; value: number }[];\n\n accountManagers: string[];\n\n vehicleData: {\n title: string;\n mainPictureUrl?: string;\n stockNumber?: string;\n\n advertisingYear?: number;\n km?: number;\n emissionsClass?: string;\n configuration?: string;\n suspension?: string;\n };\n\n customerData: {\n name: string;\n countryCode: string;\n\n lastInteractionAt?: string;\n numPastSales?: number; // TODO\n };\n\n dismissedAt?: string;\n contactedAt?: string;\n updatedBy?: string;\n};\n\nexport type InterestSearchRequest = { interest: Interest; limit: number; nextToken?: string };\n\nexport type VehicleInterestAutocompleteRequest = { vehicleId: string };\n\nexport type VehicleInterestResponse = {\n interest: Interest;\n meta: ReferenceData;\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internet-vehicles.js","sourceRoot":"/","sources":["types/internet-vehicles.ts"],"names":[],"mappings":"","sourcesContent":["import { LocationValue, PhoneNumberValue } from '@bisondesk/commons-sdk/types';\nimport { PublicSearchDefinition } from './definitions';\nimport { AggregationRequest } from './search';\nimport { Vehicle } from './vehicles';\n\nexport type InternetVehicleInternalInfo = {\n createdAt: string;\n updatedAt: string;\n description: {\n title: string;\n remarks?: string;\n };\n};\n\nexport type InternetVehiclePublicSearchDefinitions = {\n searchInternetVehicle: PublicSearchDefinition;\n};\n\nexport type InternetVehicleSellerType = 'Dealer' | 'Private';\n\nexport type PriceChange = {\n price: string | undefined;\n priceAt: string;\n};\n\nexport type InternetVehiclePortal = {\n name: string;\n originalUrl: string;\n pingedAt: string;\n available: boolean;\n};\n\nexport type InternetVehicleSeller = {\n id: string;\n name?: string;\n address: LocationValue;\n type?: InternetVehicleSellerType;\n gps?: {\n lat: number;\n lon: number;\n };\n phones: PhoneNumberValue[];\n};\n\nexport type InternetVehicle = Vehicle<InternetVehicleInternalInfo>;\n\nexport type SearchInternetVehicle = {\n vehicle: InternetVehicle;\n seller: InternetVehicleSeller;\n alternativeIds: string[];\n priceEvolution: PriceChange[];\n portal: InternetVehiclePortal;\n custom: {\n features: string[];\n };\n};\n\nexport type AnalysisResponse = {\n [sellerId: string]: { x: string; y: number }[];\n all: { x: string; y: number }[];\n};\n\nexport type AnalysisRequest = AggregationRequest & {\n sellerIds: string[];\n range: '1M' | '3M' | '6M' | '1y';\n granularity: '1w' | '1M';\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing-administration.js","sourceRoot":"/","sources":["types/leasing-administration.ts"],"names":[],"mappings":"","sourcesContent":["import { AttachmentValue } from '@bisondesk/commons-sdk/types';\nimport { LeasingAdminUploadHandlers } from '../constants';\n\nexport type LeasingAdminUploadStatus = 'success' | 'processing' | 'error';\n\nexport type LeasingAdminUploadMetadata = { [key in string]?: unknown };\nexport type LeasingAdminUploadAttachments = { [key in string]?: AttachmentValue };\n\nexport type LeasingAdminUploadEvent<\n M extends LeasingAdminUploadMetadata = {},\n A extends LeasingAdminUploadAttachments = {}\n> = LeasingAdminUpload<M, A> & { tenantId: string };\n\nexport type LeasingAdminUpload<\n M extends LeasingAdminUploadMetadata = {},\n A extends LeasingAdminUploadAttachments = {}\n> = {\n id: string;\n updatedAt: string;\n createdAt: string;\n createdBy: string;\n\n status: LeasingAdminUploadStatus;\n attachments: A;\n metadata: M;\n handlerId: LeasingAdminUploadHandlers;\n};\n\nexport type NewLeasingAdminUploadRequest<\n M extends LeasingAdminUploadMetadata = {},\n A extends LeasingAdminUploadAttachments = {}\n> = {\n attachments: A;\n metadata: M;\n handlerId: LeasingAdminUploadHandlers;\n};\n\nexport type DhondtAttachments = {\n json: AttachmentValue;\n};\n\nexport type BelfiusAttachments = {\n xlsx: AttachmentValue;\n json?: AttachmentValue; // json version of the xlsx file\n};\n\nexport type BelfiusMetadata = {\n totalLines: number;\n totalIncludingVat: string;\n};\n\nexport type DhondtMetadata = {\n invoiceNumber: string;\n invoiceDate: string;\n};\n\nexport type DhondtInvoiceLine = {\n BrutoPremie: number;\n Chassisnummer: string;\n Datum: string;\n NettoPremie: number;\n Plaatnummer: string;\n Taksen: number;\n VoertuigVlootNummer: string | undefined;\n};\n\nexport type INGMetadata = {\n capital: string;\n emailId?: string;\n interest: string;\n invoiceDate: string;\n invoiceNumber: string;\n pdfUrl: string;\n stockNumber: string;\n yearlyFee?: string;\n};\n\nexport type INGAttachments = {\n email?: AttachmentValue; // like the emailId, can be missing if the invoices are uploaded manually\n};\n\nexport type DiffableDhondtInvoiceLine = DhondtInvoiceLine;\n\nexport type BelfiusRawInvoiceLine = {\n 'Additional info': string;\n Amortization: number;\n 'Amount including tax': number;\n Avenant: number;\n Contract: number;\n Currency: string;\n Customer: string;\n Description: string;\n 'Due date': Date;\n 'Interest Amount': number;\n 'Invoice Date': Date;\n 'Invoice Number': number;\n 'Rent amount': number;\n 'VAT amount': number;\n 'VAT number': string;\n 'VAT rate': number;\n};\n\nexport type BelfiusInvoiceLine = {\n capital: string;\n contractNr: string;\n interest: string;\n invoiceNr: string;\n invoiceDate: string;\n rentExcl: string;\n rentIncl: string;\n vatAmount: string;\n vehicleId: string;\n stockNumber: string;\n};\n\nexport type DiffableBelfiusInvoiceLine = Omit<\n BelfiusInvoiceLine,\n 'invoiceNr' | 'invoiceDate' | 'capital' | 'interest'\n>;\n\nexport type LineDiff<T> = {\n [Property in keyof T]: {\n value: T[Property];\n before: T[Property];\n };\n};\n\nexport type Diff<T> = {\n added: T[];\n removed: T[];\n changed: LineDiff<T>[];\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing-debtors.js","sourceRoot":"/","sources":["types/leasing-debtors.ts"],"names":[],"mappings":"","sourcesContent":["import { Organization } from './crm';\n\nexport type MonthData = {\n activeContractIds: string[];\n date: string; // YYYY-MM\n overdueAmount: string;\n unpaidAmount: string;\n overdueContractIds: string[];\n overdueInvoiceIds: string[];\n riskLevel: number;\n monthlyInvoicedAmount: string;\n};\n\nexport type DebtorInfo = {\n clientId: string;\n months: MonthData[];\n\n // properties related to the current month\n activeContracts: number;\n overdueAmount: string;\n unpaidAmount: string;\n overdueContracts: number;\n riskLevel: number;\n monthlyInvoicedAmount: string;\n};\n\nexport type SearchDebtorInfo = {\n org: Organization;\n debtor: DebtorInfo;\n custom: {\n riskLevelLabel: string;\n };\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing-search.js","sourceRoot":"/","sources":["types/leasing-search.ts"],"names":[],"mappings":"","sourcesContent":["import { InsuranceEntry } from '@bisondesk/commons-sdk/insurance';\nimport { SearchPermissions } from '@bisondesk/commons-sdk/types';\nimport { Contact, Organization } from './crm';\nimport { PublicSearchDefinition } from './definitions';\nimport { LeasingContract } from './leasing';\nimport { Vehicle } from './vehicles';\n\nexport type LeasingPublicSearchDefinitions = {\n searchLeasingContract: PublicSearchDefinition;\n};\n\nexport type LeasingDebtorsSearchDefinitions = {\n debtors: PublicSearchDefinition;\n};\n\nexport type SearchLeasingContract = {\n contract: LeasingContract;\n org: Organization;\n contact?: Contact;\n debt: LeasingContractDebtInfo;\n vehicle: Vehicle;\n custom: {\n active: boolean;\n insurance?: InsuranceEntry;\n };\n};\n\nexport type LeasingContractDebtInfo = {\n overdueSince?: string;\n overdueInvoices: number;\n overdueAmount: string;\n unpaidInvoices: number;\n unpaidAmount: string;\n};\n\nexport type InputSearchLeasingContract = SearchLeasingContract & {\n permissions: SearchPermissions;\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LeasingItemsPaymentSplit = void 0;
|
|
4
|
+
var LeasingItemsPaymentSplit;
|
|
5
|
+
(function (LeasingItemsPaymentSplit) {
|
|
6
|
+
LeasingItemsPaymentSplit["Customer"] = "customer";
|
|
7
|
+
LeasingItemsPaymentSplit["Split"] = "split";
|
|
8
|
+
LeasingItemsPaymentSplit["Company"] = "company";
|
|
9
|
+
})(LeasingItemsPaymentSplit = exports.LeasingItemsPaymentSplit || (exports.LeasingItemsPaymentSplit = {}));
|
|
10
|
+
//# sourceMappingURL=leasing-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing-settings.js","sourceRoot":"/","sources":["types/leasing-settings.ts"],"names":[],"mappings":";;;AAwCA,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,iDAAqB,CAAA;IACrB,2CAAe,CAAA;IACf,+CAAmB,CAAA;AACrB,CAAC,EAJW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAInC","sourcesContent":["import { MultiLangValue } from '@bisondesk/commons-sdk/types';\nimport { Categories, OpportunityType } from '../constants';\nimport { SortFilter } from './search';\n\ntype BaseQuoteExtraSettings = {\n referenceCode: string;\n active: boolean;\n costPrice: string;\n countryCode: string;\n deliveryPackage: boolean;\n displayByDefault: boolean;\n hint?: MultiLangValue;\n name: MultiLangValue;\n salesPrice: string;\n vehicleCategoryRestrictions: Categories[];\n departments: string[];\n departmentTitles?: { [department: string]: string };\n opportunityTypeRestrictions: OpportunityType[];\n};\n\nexport type BaseQuoteExtraInput = {\n agreedPrice: string;\n costPrice: string;\n hint?: MultiLangValue;\n name: MultiLangValue;\n referenceCode: string;\n quantity: number;\n id: string;\n departments: string[];\n departmentTitles?: { [department: string]: string };\n};\n\nexport type NewQuoteExtraSettings = BaseQuoteExtraSettings & {\n id?: undefined;\n};\n\nexport type QuoteExtraSettings = BaseQuoteExtraSettings & {\n id: string;\n};\n\nexport enum LeasingItemsPaymentSplit {\n Customer = 'customer',\n Split = 'split',\n Company = 'company',\n}\n\nexport type LeasingDeliveryPackageInput = BaseQuoteExtraInput & { salesPrice: string };\n\nexport type CustomLeasingQuoteExtraInput = BaseQuoteExtraInput & {\n paymentSplit: LeasingItemsPaymentSplit;\n leasingPercentage: string;\n};\n\nexport type LeasingQuoteExtraInput = BaseQuoteExtraInput & {\n salesPrice: string;\n paymentSplit: LeasingItemsPaymentSplit;\n leasingPercentage: string;\n};\n\nexport type QuoteExtrasRequest = {\n deliveryPackage?: boolean;\n displayByDefault?: boolean;\n vehicleCategory?: Categories;\n country: string;\n name?: string;\n active?: boolean;\n offset?: number;\n limit?: number;\n sortBy?: SortFilter;\n opportunityType?: OpportunityType;\n};\n\nexport type SalesQuoteExtraInput = BaseQuoteExtraInput & {\n salesPrice: string;\n};\n\nexport type CustomSalesQuoteExtraInput = BaseQuoteExtraInput & {};\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LEASING_EXPORT_TYPES = exports.LeasingRemindersSortableColumns = exports.LeasingContractStatus = exports.LeasingContractSource = exports.LeasingContractActions = void 0;
|
|
4
|
+
var LeasingContractActions;
|
|
5
|
+
(function (LeasingContractActions) {
|
|
6
|
+
LeasingContractActions["CREATE_FINANCE_DOCUMENT"] = "create_finance_document";
|
|
7
|
+
})(LeasingContractActions = exports.LeasingContractActions || (exports.LeasingContractActions = {}));
|
|
8
|
+
var LeasingContractSource;
|
|
9
|
+
(function (LeasingContractSource) {
|
|
10
|
+
LeasingContractSource["HYPERPORTAL"] = "hyperportal";
|
|
11
|
+
LeasingContractSource["BISONDESK"] = "bisondesk";
|
|
12
|
+
})(LeasingContractSource = exports.LeasingContractSource || (exports.LeasingContractSource = {}));
|
|
13
|
+
var LeasingContractStatus;
|
|
14
|
+
(function (LeasingContractStatus) {
|
|
15
|
+
LeasingContractStatus["DRAFT"] = "draft";
|
|
16
|
+
LeasingContractStatus["DISCARDED"] = "discarded";
|
|
17
|
+
LeasingContractStatus["PAUSED"] = "paused";
|
|
18
|
+
LeasingContractStatus["ACTIVE"] = "active";
|
|
19
|
+
LeasingContractStatus["ENDED"] = "ended";
|
|
20
|
+
})(LeasingContractStatus = exports.LeasingContractStatus || (exports.LeasingContractStatus = {}));
|
|
21
|
+
var LeasingRemindersSortableColumns;
|
|
22
|
+
(function (LeasingRemindersSortableColumns) {
|
|
23
|
+
LeasingRemindersSortableColumns["NextActionAt"] = "next_action_at";
|
|
24
|
+
LeasingRemindersSortableColumns["OrganizationName"] = "organization_name";
|
|
25
|
+
LeasingRemindersSortableColumns["RemindersCount"] = "reminders_count";
|
|
26
|
+
LeasingRemindersSortableColumns["Status"] = "status";
|
|
27
|
+
})(LeasingRemindersSortableColumns = exports.LeasingRemindersSortableColumns || (exports.LeasingRemindersSortableColumns = {}));
|
|
28
|
+
var LEASING_EXPORT_TYPES;
|
|
29
|
+
(function (LEASING_EXPORT_TYPES) {
|
|
30
|
+
LEASING_EXPORT_TYPES["RENTAL_SOLUTIONS"] = "rental-solutions";
|
|
31
|
+
LEASING_EXPORT_TYPES["DEFAULT"] = "default";
|
|
32
|
+
})(LEASING_EXPORT_TYPES = exports.LEASING_EXPORT_TYPES || (exports.LEASING_EXPORT_TYPES = {}));
|
|
33
|
+
//# sourceMappingURL=leasing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing.js","sourceRoot":"/","sources":["types/leasing.ts"],"names":[],"mappings":";;;AAKA,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAChC,6EAAmD,CAAA;AACrD,CAAC,EAFW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAEjC;AAsDD,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,oDAA2B,CAAA;IAC3B,gDAAuB,CAAA;AACzB,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC;AAED,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC/B,wCAAe,CAAA;IACf,gDAAuB,CAAA;IACvB,0CAAiB,CAAA;IACjB,0CAAiB,CAAA;IACjB,wCAAe,CAAA;AACjB,CAAC,EANW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAMhC;AAkPD,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACzC,kEAA+B,CAAA;IAC/B,yEAAsC,CAAA;IACtC,qEAAkC,CAAA;IAClC,oDAAiB,CAAA;AACnB,CAAC,EALW,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAK1C;AAuED,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,6DAAqC,CAAA;IACrC,2CAAmB,CAAA;AACrB,CAAC,EAHW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAG/B","sourcesContent":["import { EmailMessage } from '@bisondesk/commons-sdk/messages';\nimport { AttachmentValue, Document, LinkValue, PaginatedList } from '@bisondesk/commons-sdk/types';\nimport { SortFilter } from './search';\nimport { ReferenceData } from './utils';\n\nexport enum LeasingContractActions {\n CREATE_FINANCE_DOCUMENT = 'create_finance_document',\n}\n\nexport type LeasingContractEvent = {\n id: string;\n action: 'create' | 'update' | 'delete';\n actionAt: string;\n userId: string;\n tenantId: string;\n contract: LeasingContract;\n};\n\nexport type LeasingContractImportEvent = {\n tenantId: string;\n};\n\nexport type LeasingConditionEvent = {\n id: string;\n action: 'create';\n actionAt: string;\n userId: string;\n tenantId: string;\n};\n\nexport type OverdueDossier = {\n id: string;\n organizationId: string;\n organizationName: string;\n status: 'ONGOING' | 'ERROR' | 'SUCCESS' | 'EXPIRED';\n emails: EmailMessage[];\n createdAt: string;\n modifiedAt: string;\n completedAt?: string;\n nextActionAt: string;\n riskLevel: number;\n};\n\nexport type LeasingContractClient = {\n organizationId: string;\n contactIds: string[];\n email?: string;\n since: string;\n takeoverId?: string;\n country: string;\n beEntityType?: 'Legal Person' | 'Natural Person';\n beForeignEntity?: boolean;\n\n /**\n * Used to overwrite the startDate in the context of a Becris declaration. This might be necessary\n * when due to some data-quality issue we do not report the contract at the right period and it is no\n * longer possible to resend the declaration for the corresponding month.\n */\n becrisStartDate?: string;\n};\n\nexport enum LeasingContractSource {\n HYPERPORTAL = 'hyperportal',\n BISONDESK = 'bisondesk',\n}\n\nexport enum LeasingContractStatus {\n DRAFT = 'draft',\n DISCARDED = 'discarded',\n PAUSED = 'paused',\n ACTIVE = 'active',\n ENDED = 'ended',\n}\n\nexport type LeasingContractHyperportal = {\n source: LeasingContractSource.HYPERPORTAL;\n /** oldest first **/\n conditions: ConditionsRef[];\n opportunities?: undefined;\n};\n\nexport type LeasingContractBisondesk = {\n source: LeasingContractSource.BISONDESK;\n conditions?: undefined;\n /** oldest first **/\n opportunities: OpportunityRef[];\n externalId?: string;\n};\n\ntype BaseLeasingContract<T = LeasingContractHyperportal | LeasingContractBisondesk> = {\n id: string;\n createdAt: string;\n updatedAt: string;\n contractNumber?: string;\n startDate: string;\n deliveryDate?: string;\n endDate?: string;\n slbPartner?: string;\n links?: LinkValue[];\n accountManager?: string;\n clients: LeasingContractClient[];\n hasSlbPartnerAmortisationTable?: boolean;\n slbContractNumber?: string;\n vehicle: {\n id: string;\n stockNumber: string;\n administrativeNumber?: string;\n };\n status: LeasingContractStatus;\n documents: Document[];\n} & T;\n\nexport type LeasingContract<T = LeasingContractHyperportal | LeasingContractBisondesk> =\n BaseLeasingContract<T> & {\n readonly expectedEndDate: string;\n };\n\nexport type NewLeasingContract<T = LeasingContractHyperportal | LeasingContractBisondesk> =\n BaseLeasingContract<T> & {\n readonly expectedEndDate?: undefined;\n };\n\nexport type NextLeasingRentRowRequest = {\n vehicleId: string;\n organizationId: string;\n issueDate: string;\n};\n\nexport type NextLeasingRentRowResponse = {\n capital: string;\n contract: string;\n insurance?: string;\n interest: string;\n other?: string; // insurance + taxes + others\n period: number;\n taxes?: string;\n total: string;\n};\n\ntype BaseRef = {\n id: string;\n depositAmount: string;\n durationInMonths: number;\n taxesAmount?: string;\n insuranceAmount?: string;\n saleAmount: string; // includes the extras\n interestRate: string; //TODO: In LC from BD value is percentage, in LC from HP value is decimal\n residualAmount: string;\n leasingMonthlyAmount: string; // excluding VAT\n otherMonthlyAmounts: string; // insurance + taxes + others (excluding VAT)\n totalMonthlyAmount: string; // excluding VAT\n};\n\nexport type ConditionsRef = BaseRef & {\n validSince: string;\n};\n\nexport type OpportunityRef = BaseRef & {\n createdAt: string;\n quoteId: string;\n //Since VAT is client specific and contracts can be transferred between clients, we always handle values without VAT\n};\n\nexport type ListOverdueRemindersResponse = PaginatedList<OverdueDossier, ReferenceData>;\nexport type ListOverdueRemindersRequest = {\n offset: number;\n limit: number;\n sortBy: SortFilter;\n};\n\nexport type NewLeasingConditions = {\n parameters: {\n yearlyRoadTax: string;\n civilLiability: string;\n oneTimeRoadTax: string;\n specialInsurance: string;\n allRisksPercentage: string;\n allRisksTaxPercentage: string;\n };\n\n inputs: {\n deposit: string;\n salesPrice: string;\n bankDeposit: string;\n purchasePrice: string;\n residualValue: string;\n insuranceAmount: string;\n durationInMonths: number;\n includesAllRisks: boolean;\n marginPercentage: string;\n bankResidualValue: string;\n bankDurationInMonths: number;\n startupFeePercentage: string;\n includesYearlyRoadTax: boolean;\n includesCivilLiability: boolean;\n includesOneTimeRoadTax: boolean;\n interestRatePercentage: string;\n includesSpecialInsurance: boolean;\n monthlyAdministrationFee: string;\n bankInterestRatePercentage: string;\n };\n\n outputs: {\n ROI: string;\n ROITarget: string;\n ROIPerYear: string;\n cashDeficit: string;\n totalProfit: string;\n ROIDifference: string;\n leasingAmount: string;\n leasingProfit: string;\n vehicleProfit: string;\n oneTimeTaxCost: string;\n financingAmount: string;\n bankContractValue: string;\n bankLeasingAmount: string;\n totalMonthlyPayment: string;\n leasingContractValue: string;\n monthlyTaxRetailPrice: string;\n allRisksInsuranceAmount: string;\n };\n\n cashIn: Array<{\n time: string;\n cashIn: string;\n deposit: string;\n startupFee: string;\n taxPayment: string;\n residualValue: string;\n cumulativeCash: string;\n insurancePayment: string;\n monthlyAdministrationFee: string;\n leasingAmountWithoutAdminFee: string;\n }>;\n\n cashOut: Array<{\n time: string;\n cashOut: string;\n deposit: string;\n taxPayment: string;\n leasingAmount: string;\n residualValue: string;\n cumulativeCash: string;\n insurancePayment: string;\n }>;\n};\n\nexport type LeasingConditions = NewLeasingConditions & {\n id: string;\n createdAt: string;\n createdBy: string;\n amortization: AmortizationTable;\n};\n\nexport type AmortizationRow = {\n period: number;\n /* An estimate of the date in which the period will happen\n based on the contract start date. Empty for period zero. */\n expectedPeriodDate?: string;\n buyOff: string;\n payment: string;\n capital: string;\n interest: string;\n totalInterest: string;\n balance: string;\n};\n\nexport type AmortizationTable = {\n annualInterestRate?: string;\n monthlyInterestRate?: string;\n rows: AmortizationRow[];\n};\n\nexport type AmortizationDocsEvent = {\n contractId: string;\n changedDocumentIds: string[];\n actionAt: string;\n userId: string;\n tenantId: string;\n};\n\nexport type AmortizationDocs = {\n contractId: string;\n period: number;\n documents: AmortizationDoc[];\n};\n\nexport type AmortizationDoc = {\n amount: string;\n bookingNumber: string;\n branchId: string;\n documentId: string;\n issueDate: string;\n subtype: 'Invoice' | 'Credit Note';\n clientExternalId: number;\n};\n\nexport type BecrisDeclaration = {\n createdAt: string;\n endDate: string;\n endingInstruments: number;\n existingInstruments: number;\n file: AttachmentValue;\n id: string;\n newInstruments: number;\n startDate: string;\n};\n\nexport type LeasingReportingSettings = {\n active: boolean;\n branchId: string;\n tenantId: string;\n};\n\nexport enum LeasingRemindersSortableColumns {\n NextActionAt = 'next_action_at',\n OrganizationName = 'organization_name',\n RemindersCount = 'reminders_count',\n Status = 'status',\n}\n\nexport type AmortizationTableRequest = {\n leasingAmount: string; // monthly amount\n deposit: string;\n salesPrice: string;\n duration: number; // in months\n residual: string;\n monthlyInterestRate: string; // the annual interest rate divided by 12\n startDate?: string; // should be filled in if you want an amortization table with expected period dates\n};\n\nexport type AmortizationTableTemplateData = {\n opportunity: {\n id: string;\n };\n v: {\n make: string;\n model: string;\n category: string;\n type?: string;\n vin: string;\n year?: string | number;\n stockNumber: string;\n };\n c: {\n clientNumber: number;\n company: string;\n fullName: string;\n vatNumber?: string;\n email?: string;\n phone?: string;\n address?: string;\n };\n leasing: {\n salesPrice: string;\n salesPriceVat: string;\n salesPriceExclVat: string;\n deposit: string;\n depositExclVat: string;\n depositVat: string;\n installment: string;\n installmentVat: string;\n installmentExclVat: string;\n duration: number;\n monthlyInsurance: string;\n monthlyTax: string;\n monthlyTaxesInsurance: string;\n residual: string;\n residualVat: string;\n residualExclVat: string;\n offerNumber: string;\n contractNumber: string;\n vatPercentage: string;\n };\n amortization: {\n period: number;\n periodStartDate: string;\n periodEndDate: string;\n deposit: string;\n startUpFee: string;\n monthlyAmount: string;\n capital: string;\n balance: string;\n interest: string;\n insurance: string;\n expirationDate: string;\n total: string;\n }[];\n};\n\nexport enum LEASING_EXPORT_TYPES {\n RENTAL_SOLUTIONS = 'rental-solutions',\n DEFAULT = 'default',\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machines.js","sourceRoot":"/","sources":["types/machines.ts"],"names":[],"mappings":"","sourcesContent":["export type Machine = {\n axlesConfiguration?: string;\n bodywork?: string;\n category: string;\n vin?: string;\n cocPvg?: string;\n emptyWeightKg?: number;\n euronorm?: string;\n firstRegistration?: string;\n gearbox?: string;\n kilometers?: number;\n make?: string;\n makeModel?: string;\n makeModelText?: string;\n makeModelType?: string;\n makeModelTypeText?: string;\n powerHp?: number;\n productionYear?: number;\n suspension?: string;\n totalWeightKg?: number;\n wheelbaseCm?: number;\n\n references: MachineReference[];\n id: string;\n};\n\nexport type MachineReference = {\n administrativeNumber?: string;\n metaId: string;\n stockNumber: string;\n tenantId: string;\n vehicleId: string;\n};\n\nexport type MachineEvent = {\n machine: Machine;\n action: 'upsert' | 'delete';\n actionAt: string;\n namespace: string;\n};\n"]}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OPPORTUNITY_VEHICLE_DELIVERY_NOTIFICATION_ORIGIN = exports.OPPORTUNITY_VEHICLE_AVAILABLE_NOTIFICATION_ORIGIN = exports.QUOTE_VALIDATOR_FEEDBACK_NOTIFICATION_ORIGIN = exports.QUOTE_NEEDS_VALIDATION_NOTIFICATION_ORIGIN = exports.OpportunityLostReasonValues = exports.OpportunityKanbanEndColumns = exports.OpportunityKanbanColumns = exports.OpportunityWonColumnId = exports.OpportunityWarningsCode = exports.OpportunityRequirementsCode = exports.OpportunityLogisticStatus = exports.OpportunityStatusOrder = exports.OpportunityStatus = exports.OpportunityDealStatus = exports.OpportunityActions = void 0;
|
|
4
|
+
var OpportunityActions;
|
|
5
|
+
(function (OpportunityActions) {
|
|
6
|
+
OpportunityActions["ADD_COMMISSION"] = "add_commission";
|
|
7
|
+
OpportunityActions["CREATE_QUOTE"] = "create_quote";
|
|
8
|
+
OpportunityActions["LOSE"] = "lose";
|
|
9
|
+
OpportunityActions["REOPEN"] = "reopen";
|
|
10
|
+
OpportunityActions["START_PREPARATION"] = "start_preparation";
|
|
11
|
+
OpportunityActions["REVERT_PREPARATION"] = "revert_preparation";
|
|
12
|
+
OpportunityActions["START_DELIVERY"] = "start_delivery";
|
|
13
|
+
OpportunityActions["REVERT_DELIVERY"] = "revert_delivery";
|
|
14
|
+
OpportunityActions["SET_CUSTOMER"] = "set_customer";
|
|
15
|
+
OpportunityActions["SET_DOCUMENTS"] = "set_documents";
|
|
16
|
+
OpportunityActions["SET_INTEREST"] = "set_interest";
|
|
17
|
+
OpportunityActions["SET_METADATA"] = "set_metadata";
|
|
18
|
+
OpportunityActions["SET_VEHICLE"] = "set_vehicle";
|
|
19
|
+
OpportunityActions["ADD_ACTIVITY"] = "add_activity";
|
|
20
|
+
OpportunityActions["ADD_PAYMENT"] = "add_payment";
|
|
21
|
+
OpportunityActions["SWITCH_VEHICLE"] = "switch_vehicle";
|
|
22
|
+
OpportunityActions["DELIVER_VEHICLE"] = "deliver_vehicle";
|
|
23
|
+
OpportunityActions["UNDO_DELIVER_VEHICLE"] = "undo_deliver_vehicle";
|
|
24
|
+
OpportunityActions["SET_DEAL_INFO"] = "update_deal_info";
|
|
25
|
+
})(OpportunityActions = exports.OpportunityActions || (exports.OpportunityActions = {}));
|
|
26
|
+
var OpportunityDealStatus;
|
|
27
|
+
(function (OpportunityDealStatus) {
|
|
28
|
+
OpportunityDealStatus["SALES_AGREED"] = "sales_agreed";
|
|
29
|
+
OpportunityDealStatus["FIRST_PAYMENT"] = "first_payment";
|
|
30
|
+
OpportunityDealStatus["FULL_PAYMENT"] = "full_payment";
|
|
31
|
+
})(OpportunityDealStatus = exports.OpportunityDealStatus || (exports.OpportunityDealStatus = {}));
|
|
32
|
+
var OpportunityStatus;
|
|
33
|
+
(function (OpportunityStatus) {
|
|
34
|
+
OpportunityStatus["PROSPECTION"] = "prospection";
|
|
35
|
+
OpportunityStatus["DISCOVERY"] = "discovery";
|
|
36
|
+
OpportunityStatus["EVALUATION"] = "evaluation";
|
|
37
|
+
OpportunityStatus["REVIEW"] = "review";
|
|
38
|
+
OpportunityStatus["PREPARATION"] = "preparation";
|
|
39
|
+
OpportunityStatus["DELIVERY"] = "delivery";
|
|
40
|
+
})(OpportunityStatus = exports.OpportunityStatus || (exports.OpportunityStatus = {}));
|
|
41
|
+
exports.OpportunityStatusOrder = [
|
|
42
|
+
OpportunityStatus.PROSPECTION,
|
|
43
|
+
OpportunityStatus.DISCOVERY,
|
|
44
|
+
OpportunityStatus.EVALUATION,
|
|
45
|
+
OpportunityStatus.REVIEW,
|
|
46
|
+
OpportunityStatus.PREPARATION,
|
|
47
|
+
OpportunityStatus.DELIVERY,
|
|
48
|
+
];
|
|
49
|
+
var OpportunityLogisticStatus;
|
|
50
|
+
(function (OpportunityLogisticStatus) {
|
|
51
|
+
OpportunityLogisticStatus["AT_ORIGIN"] = "at_origin";
|
|
52
|
+
OpportunityLogisticStatus["DELIVERED"] = "delivered";
|
|
53
|
+
})(OpportunityLogisticStatus = exports.OpportunityLogisticStatus || (exports.OpportunityLogisticStatus = {}));
|
|
54
|
+
var OpportunityRequirementsCode;
|
|
55
|
+
(function (OpportunityRequirementsCode) {
|
|
56
|
+
OpportunityRequirementsCode["VEHICLE_AT_ORIGIN"] = "vehicle_at_origin";
|
|
57
|
+
OpportunityRequirementsCode["LEASING_SL_ACTION"] = "sl_action";
|
|
58
|
+
})(OpportunityRequirementsCode = exports.OpportunityRequirementsCode || (exports.OpportunityRequirementsCode = {}));
|
|
59
|
+
var OpportunityWarningsCode;
|
|
60
|
+
(function (OpportunityWarningsCode) {
|
|
61
|
+
OpportunityWarningsCode["QUOTE_PENDING_VALIDATION"] = "quote_pending_validation";
|
|
62
|
+
OpportunityWarningsCode["QUOTE_PEDING_MANAGER_APPROVAL"] = "quote_pending_manager_approval";
|
|
63
|
+
OpportunityWarningsCode["CONCURRENT_OPPORTUNITIES"] = "concurrent_opportunities";
|
|
64
|
+
OpportunityWarningsCode["VEHICLE_RESERVED"] = "vehicle_reserved";
|
|
65
|
+
OpportunityWarningsCode["OPPORTUNITY_NEEDS_SWITCH_VEHICLE"] = "opportunity_needs_switch_vehicle";
|
|
66
|
+
OpportunityWarningsCode["VEHICLE_RESERVED_DATE_INFO"] = "vehicle_reserved_date_info";
|
|
67
|
+
OpportunityWarningsCode["VEHICLE_RESERVED_INDEFINITELY"] = "vehicle_reserved_indefinitely";
|
|
68
|
+
OpportunityWarningsCode["QUOTE_MISSING_DELIVERY_DETAILS"] = "quote_missing_delivery_details";
|
|
69
|
+
})(OpportunityWarningsCode = exports.OpportunityWarningsCode || (exports.OpportunityWarningsCode = {}));
|
|
70
|
+
exports.OpportunityWonColumnId = 'closed_won';
|
|
71
|
+
exports.OpportunityKanbanColumns = [...exports.OpportunityStatusOrder, exports.OpportunityWonColumnId];
|
|
72
|
+
exports.OpportunityKanbanEndColumns = [exports.OpportunityWonColumnId];
|
|
73
|
+
var OpportunityLostReasonValues;
|
|
74
|
+
(function (OpportunityLostReasonValues) {
|
|
75
|
+
OpportunityLostReasonValues["Expensive"] = "expensive";
|
|
76
|
+
OpportunityLostReasonValues["AlreadySold"] = "already_sold";
|
|
77
|
+
OpportunityLostReasonValues["BadExperience"] = "bad_experience";
|
|
78
|
+
OpportunityLostReasonValues["IncorrectVehicleCondition"] = "incorrect_vehicle_condition";
|
|
79
|
+
OpportunityLostReasonValues["NoStock"] = "not_enough_stock";
|
|
80
|
+
OpportunityLostReasonValues["SlowDelivery"] = "slow_delivery";
|
|
81
|
+
OpportunityLostReasonValues["HighDeposit"] = "deposit_too_high";
|
|
82
|
+
OpportunityLostReasonValues["NoAnswer"] = "client_not_answered";
|
|
83
|
+
OpportunityLostReasonValues["Automatic"] = "automatic";
|
|
84
|
+
})(OpportunityLostReasonValues = exports.OpportunityLostReasonValues || (exports.OpportunityLostReasonValues = {}));
|
|
85
|
+
exports.QUOTE_NEEDS_VALIDATION_NOTIFICATION_ORIGIN = 'quote-validation';
|
|
86
|
+
exports.QUOTE_VALIDATOR_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-validation-feedback';
|
|
87
|
+
exports.OPPORTUNITY_VEHICLE_AVAILABLE_NOTIFICATION_ORIGIN = 'opportunity-vehicle-available';
|
|
88
|
+
exports.OPPORTUNITY_VEHICLE_DELIVERY_NOTIFICATION_ORIGIN = 'opportunity-vehicle-delivery';
|
|
89
|
+
//# sourceMappingURL=opportunities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"opportunities.js","sourceRoot":"/","sources":["types/opportunities.ts"],"names":[],"mappings":";;;AAWA,IAAY,kBAoBX;AApBD,WAAY,kBAAkB;IAC5B,uDAAiC,CAAA;IACjC,mDAA6B,CAAA;IAC7B,mCAAa,CAAA;IACb,uCAAiB,CAAA;IACjB,6DAAuC,CAAA;IACvC,+DAAyC,CAAA;IACzC,uDAAiC,CAAA;IACjC,yDAAmC,CAAA;IACnC,mDAA6B,CAAA;IAC7B,qDAA+B,CAAA;IAC/B,mDAA6B,CAAA;IAC7B,mDAA6B,CAAA;IAC7B,iDAA2B,CAAA;IAC3B,mDAA6B,CAAA;IAC7B,iDAA2B,CAAA;IAC3B,uDAAiC,CAAA;IACjC,yDAAmC,CAAA;IACnC,mEAA6C,CAAA;IAC7C,wDAAkC,CAAA;AACpC,CAAC,EApBW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAoB7B;AAED,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,sDAA6B,CAAA;IAC7B,wDAA+B,CAAA;IAC/B,sDAA6B,CAAA;AAC/B,CAAC,EAJW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAIhC;AAED,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,gDAA2B,CAAA;IAC3B,4CAAuB,CAAA;IACvB,8CAAyB,CAAA;IACzB,sCAAiB,CAAA;IACjB,gDAA2B,CAAA;IAC3B,0CAAqB,CAAA;AACvB,CAAC,EAPW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAO5B;AAEY,QAAA,sBAAsB,GAAwB;IACzD,iBAAiB,CAAC,WAAW;IAC7B,iBAAiB,CAAC,SAAS;IAC3B,iBAAiB,CAAC,UAAU;IAC5B,iBAAiB,CAAC,MAAM;IACxB,iBAAiB,CAAC,WAAW;IAC7B,iBAAiB,CAAC,QAAQ;CAC3B,CAAC;AAEF,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,oDAAuB,CAAA;IACvB,oDAAuB,CAAA;AACzB,CAAC,EAHW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAGpC;AAED,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,sEAAuC,CAAA;IACvC,8DAA+B,CAAA;AACjC,CAAC,EAHW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAGtC;AAED,IAAY,uBASX;AATD,WAAY,uBAAuB;IACjC,gFAAqD,CAAA;IACrD,2FAAgE,CAAA;IAChE,gFAAqD,CAAA;IACrD,gEAAqC,CAAA;IACrC,gGAAqE,CAAA;IACrE,oFAAyD,CAAA;IACzD,0FAA+D,CAAA;IAC/D,4FAAiE,CAAA;AACnE,CAAC,EATW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QASlC;AAEY,QAAA,sBAAsB,GAAG,YAAY,CAAC;AAEtC,QAAA,wBAAwB,GAAG,CAAC,GAAG,8BAAsB,EAAE,8BAAsB,CAAC,CAAC;AAE/E,QAAA,2BAA2B,GAAa,CAAC,8BAAsB,CAAC,CAAC;AAE9E,IAAY,2BAUX;AAVD,WAAY,2BAA2B;IACrC,sDAAuB,CAAA;IACvB,2DAA4B,CAAA;IAC5B,+DAAgC,CAAA;IAChC,wFAAyD,CAAA;IACzD,2DAA4B,CAAA;IAC5B,6DAA8B,CAAA;IAC9B,+DAAgC,CAAA;IAChC,+DAAgC,CAAA;IAChC,sDAAuB,CAAA;AACzB,CAAC,EAVW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAUtC;AA6MY,QAAA,0CAA0C,GAAG,kBAAkB,CAAC;AAChE,QAAA,4CAA4C,GAAG,2BAA2B,CAAC;AAC3E,QAAA,iDAAiD,GAAG,+BAA+B,CAAC;AACpF,QAAA,gDAAgD,GAAG,8BAA8B,CAAC","sourcesContent":["import { Document, NextList } from '@bisondesk/commons-sdk/types';\nimport { BusinessEntityIds, OpportunityType, WarningHints } from '../constants';\nimport { Contact, Organization } from './crm';\nimport type { InterestBffMeta, OpportunityInterest } from './interests';\nimport { Payment } from './payments';\nimport { Quote, QuoteStatus } from './quotes';\nimport { OpportunityReservation } from './reservations';\nimport { BaseSearchRequest } from './search';\nimport { DataRecord, ReferenceData } from './utils';\nimport { Vehicle } from './vehicles';\n\nexport enum OpportunityActions {\n ADD_COMMISSION = 'add_commission',\n CREATE_QUOTE = 'create_quote',\n LOSE = 'lose',\n REOPEN = 'reopen',\n START_PREPARATION = 'start_preparation',\n REVERT_PREPARATION = 'revert_preparation',\n START_DELIVERY = 'start_delivery',\n REVERT_DELIVERY = 'revert_delivery',\n SET_CUSTOMER = 'set_customer',\n SET_DOCUMENTS = 'set_documents',\n SET_INTEREST = 'set_interest',\n SET_METADATA = 'set_metadata',\n SET_VEHICLE = 'set_vehicle',\n ADD_ACTIVITY = 'add_activity',\n ADD_PAYMENT = 'add_payment',\n SWITCH_VEHICLE = 'switch_vehicle',\n DELIVER_VEHICLE = 'deliver_vehicle',\n UNDO_DELIVER_VEHICLE = 'undo_deliver_vehicle',\n SET_DEAL_INFO = 'update_deal_info',\n}\n\nexport enum OpportunityDealStatus {\n SALES_AGREED = 'sales_agreed',\n FIRST_PAYMENT = 'first_payment',\n FULL_PAYMENT = 'full_payment',\n}\n\nexport enum OpportunityStatus {\n PROSPECTION = 'prospection',\n DISCOVERY = 'discovery',\n EVALUATION = 'evaluation',\n REVIEW = 'review',\n PREPARATION = 'preparation',\n DELIVERY = 'delivery',\n}\n\nexport const OpportunityStatusOrder: OpportunityStatus[] = [\n OpportunityStatus.PROSPECTION,\n OpportunityStatus.DISCOVERY,\n OpportunityStatus.EVALUATION,\n OpportunityStatus.REVIEW,\n OpportunityStatus.PREPARATION,\n OpportunityStatus.DELIVERY,\n];\n\nexport enum OpportunityLogisticStatus {\n AT_ORIGIN = 'at_origin',\n DELIVERED = 'delivered',\n}\n\nexport enum OpportunityRequirementsCode {\n VEHICLE_AT_ORIGIN = 'vehicle_at_origin',\n LEASING_SL_ACTION = 'sl_action',\n}\n\nexport enum OpportunityWarningsCode {\n QUOTE_PENDING_VALIDATION = 'quote_pending_validation',\n QUOTE_PEDING_MANAGER_APPROVAL = 'quote_pending_manager_approval',\n CONCURRENT_OPPORTUNITIES = 'concurrent_opportunities',\n VEHICLE_RESERVED = 'vehicle_reserved',\n OPPORTUNITY_NEEDS_SWITCH_VEHICLE = 'opportunity_needs_switch_vehicle',\n VEHICLE_RESERVED_DATE_INFO = 'vehicle_reserved_date_info',\n VEHICLE_RESERVED_INDEFINITELY = 'vehicle_reserved_indefinitely',\n QUOTE_MISSING_DELIVERY_DETAILS = 'quote_missing_delivery_details',\n}\n\nexport const OpportunityWonColumnId = 'closed_won';\n\nexport const OpportunityKanbanColumns = [...OpportunityStatusOrder, OpportunityWonColumnId];\n\nexport const OpportunityKanbanEndColumns: string[] = [OpportunityWonColumnId];\n\nexport enum OpportunityLostReasonValues {\n Expensive = 'expensive',\n AlreadySold = 'already_sold',\n BadExperience = 'bad_experience',\n IncorrectVehicleCondition = 'incorrect_vehicle_condition',\n NoStock = 'not_enough_stock',\n SlowDelivery = 'slow_delivery',\n HighDeposit = 'deposit_too_high',\n NoAnswer = 'client_not_answered',\n Automatic = 'automatic',\n}\n\ntype BaseBid = {\n vehicleId: string;\n opportunityId?: string;\n contactId: string;\n amount: string;\n};\n\nexport type NewBid = BaseBid & {};\n\nexport type Bid = BaseBid & {\n id: string;\n createdAt: string;\n createdBy: string;\n};\n\ntype BaseOpportunity = {\n accountManager?: string;\n administrativePerson?: string;\n type: OpportunityType;\n organizationId?: string;\n contactId?: string;\n vehicleId?: string;\n source?: string; // e.g. website, autoscout, mobile...\n branch: string;\n inquiry?: string;\n branchCountry: string;\n};\n\nexport type NewOpportunity = BaseOpportunity & {\n id?: undefined;\n createdAt?: undefined;\n createdBy?: undefined;\n modifiedAt?: undefined;\n modifiedBy?: undefined;\n};\n\nexport type Opportunity = BaseOpportunity & {\n id: string;\n createdAt: string;\n createdBy: string;\n modifiedAt: string;\n modifiedBy: string;\n engagedAt?: string;\n engagedBy?: string;\n validatedAt?: string;\n validatedBy?: string;\n acceptedAt?: string;\n acceptedBy?: string;\n lastActivityAt?: string; // last time we reached out to the customer, regardless of medium\n reviewedAt?: string;\n reviewedBy?: string;\n preparedAt?: string;\n preparedBy?: string;\n lastBidAt?: string;\n lostAt?: string;\n lostBy?: string;\n wonAt?: string;\n lostReason?: OpportunityLostReasonValues;\n deliveredAt?: string;\n deliveredBy?: string;\n status: OpportunityStatus;\n dealStatus?: OpportunityDealStatus;\n logisticStatus?: OpportunityLogisticStatus;\n activeQuoteId?: string;\n amount?: string;\n documents?: Document[];\n leasingContractId?: string;\n requirementsOverride?: {\n [code: string]: { override: true; reason?: string; actionAt: string; actionBy: string };\n };\n};\n\nexport type OpportunityUpdate = {\n vehicleId?: string | null;\n accountManager?: string | null;\n administrativePerson?: string | null;\n contactId?: string | null;\n activeQuoteId?: string | null;\n reviewed?: boolean;\n prepared?: boolean;\n lost?: boolean;\n delivered?: boolean;\n lostReason?: OpportunityLostReasonValues;\n documents?: Document[];\n branch?: string;\n branchCountry?: string;\n type?: OpportunityType;\n lastActivityAt?: string | null; // null gives the possibility to delete this field if all activities are deleted\n lastBidAt?: string;\n source?: string | null;\n requirementsOverride?: {\n [code: string]: { override: true; reason?: string; actionAt: string; actionBy: string };\n };\n};\n\nexport type PaymentSummary = {\n total: string;\n paid: string;\n entries: DataRecord<Payment>[];\n};\n\nexport type VehicleBffMetadata = {\n openOpportunities: number;\n otherRelatedVehicleIds: string[];\n};\n\nexport type OpportunityStatusRequirement = { code: OpportunityRequirementsCode; title?: string };\n\ntype OportunityWarningActionLink = {\n businessEntityId: BusinessEntityIds;\n recordId: string;\n};\n\ntype OportunityWarningActionData = { [key: string]: string | number };\n\nexport type OpportunityWarning = {\n code: OpportunityWarningsCode;\n level: WarningHints;\n link?: OportunityWarningActionLink;\n data?: OportunityWarningActionData;\n showAction?: boolean;\n};\n\nexport type OpportunityBffMeta = ReferenceData & {\n requirements: OpportunityStatusRequirement[];\n warnings: OpportunityWarning[];\n};\n\nexport type OpportunityBFF = {\n opportunity: DataRecord<Opportunity, OpportunityBffMeta>;\n vehicle?: DataRecord<Vehicle, VehicleBffMetadata>;\n interest?: DataRecord<OpportunityInterest, InterestBffMeta>;\n bids: DataRecord<Bid>[];\n quotes: DataRecord<Quote>[];\n activeQuote?: DataRecord<Quote>;\n payments: PaymentSummary | undefined;\n reservation?: DataRecord<OpportunityReservation>;\n customer?: {\n contact: DataRecord<Contact>;\n org?: DataRecord<Organization>;\n };\n};\n\ntype BaseOpportunityEvent = {\n actionAt: string;\n userId: string;\n tenantId: string;\n};\n\nexport type OpportunityCreateEvent = BaseOpportunityEvent & {\n opportunity: Opportunity;\n previousOpportunity?: undefined;\n action: 'create';\n};\n\nexport type OpportunityUpdateEvent = BaseOpportunityEvent & {\n opportunity: Opportunity;\n previousOpportunity: Opportunity;\n action: 'update';\n};\n\nexport type OpportunityDeleteEvent = BaseOpportunityEvent & {\n opportunity?: undefined;\n previousOpportunity: Opportunity;\n action: 'delete';\n};\n\nexport type OpportunityEvent =\n | OpportunityCreateEvent\n | OpportunityUpdateEvent\n | OpportunityDeleteEvent;\n\nexport type QuoteEvent = {\n quote: Quote;\n opportunity: Opportunity;\n action: 'create' | 'update' | 'delete';\n actionAt: string;\n userId: string;\n tenantId: string;\n};\n\n/* Quote summary with information that should be common to different types of quotes */\nexport type QuoteInfo = {\n status: QuoteStatus;\n roi: string;\n id: string;\n};\n\nexport type SearchOpportunity = {\n contact?: Contact;\n opportunity: Opportunity;\n org?: Organization;\n vehicle?: Vehicle;\n quote?: QuoteInfo;\n custom: {\n anyPaymentCollected: boolean;\n unassigned: boolean;\n lost: boolean;\n assignees: string[];\n vehicleCheckedIn: boolean;\n };\n};\n\nexport const QUOTE_NEEDS_VALIDATION_NOTIFICATION_ORIGIN = 'quote-validation';\nexport const QUOTE_VALIDATOR_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-validation-feedback';\nexport const OPPORTUNITY_VEHICLE_AVAILABLE_NOTIFICATION_ORIGIN = 'opportunity-vehicle-available';\nexport const OPPORTUNITY_VEHICLE_DELIVERY_NOTIFICATION_ORIGIN = 'opportunity-vehicle-delivery';\n\nexport type OpportunityNotificationData = {\n quoteVersion?: number;\n snippet?: string;\n};\n\nexport type LeasingQuoteTemplateData = {\n opportunity: {\n id: string;\n };\n currentDate: string;\n vehicle: {\n make: string;\n model: string;\n type?: string;\n km: string | number;\n vin: string;\n mainImage: string;\n localLicensePlate: boolean;\n description: string;\n year?: string | number;\n stockNumber?: string;\n };\n accountManager: {\n fullName: string;\n email: string;\n phone: string;\n };\n customer: {\n company: string;\n fullName: string;\n vatNumber?: string;\n address?: string;\n };\n settingId: string;\n leasing: {\n deposit: string;\n startupFee: string;\n totalExtras: string;\n totalBeforeDeliveryExclVat: string;\n totalBeforeDelivery: string;\n installment: string;\n duration: number;\n monthlyInsurance: string;\n monthlyTax: string;\n monthlyTaxesInsurance: string;\n residual: string;\n offerNumber: string;\n extras: { name: string }[];\n };\n};\n\nexport type LineItemPdfTemplate = {\n description: string;\n vat: string;\n quantity: number;\n unitPriceExclVat: string;\n amount: string;\n amountExclVat: string;\n};\n\nexport type LeasingProformaTemplateData = {\n opportunity: {\n id: string;\n offerNumber: string;\n };\n currentDate: string;\n accountManager: {\n fullName: string;\n email: string;\n phone: string;\n };\n vehicle: {\n line1: string;\n line2: string;\n stockNumber: string;\n };\n c: {\n organizationId?: string;\n clientId: string;\n company: string;\n fullName: string;\n vatNumber?: string;\n email?: string;\n phone?: string;\n address?: string;\n };\n i: LineItemPdfTemplate[];\n t: {\n totalExclVat: string;\n vatAmount: string;\n displayVatMessage: boolean;\n total: string;\n monthly: string;\n monthlyExclVat: string;\n residual: string;\n residualExclVat: string;\n duration: number;\n };\n};\n\nexport type SalesProformaTemplateData = {\n opportunity: {\n id: string;\n offerNumber: string;\n };\n currentDate: string;\n expirationDate: string;\n accountManager: {\n fullName: string;\n email: string;\n phone: string;\n };\n vehicle: {\n line1: string;\n line2: string;\n stockNumber: string;\n };\n c: {\n organizationId?: string;\n clientId: string;\n company: string;\n fullName: string;\n vatNumber?: string;\n email?: string;\n phone?: string;\n address?: string;\n };\n i: LineItemPdfTemplate[];\n t: {\n totalExclVat: string;\n vatAmount: string;\n total: string;\n };\n};\n\nexport type SalesAgreementTemplateData = {\n opportunity: {\n id: string;\n offerNumber: string;\n };\n currentDate: string;\n accountManager: {\n fullName: string;\n email: string;\n phone: string;\n };\n vehicle: {\n line1: string;\n line2: string;\n stockNumber: string;\n };\n c: {\n organizationId?: string;\n clientId: string;\n company: string;\n fullName: string;\n vatNumber?: string;\n email?: string;\n phone?: string;\n address?: string;\n };\n i: LineItemPdfTemplate[];\n t: {\n totalExclVat: string;\n vatAmount: string;\n total: string;\n };\n};\n\nexport type OpportunitiesKanbanColumn = {\n status: string;\n results: SearchOpportunity[];\n totalCount: number;\n totalValue: string;\n};\n\nexport type MSearchOpportunitiesKanbanColumn = {\n column: OpportunitiesKanbanColumn;\n nextToken?: string;\n};\n\nexport type HpLeasingDealRequest = {\n tenantId: string;\n initiatedBy: 'bisondesk';\n processMetaId: string;\n processRunData: {\n entityOwner: string;\n leasingContractOwner: string;\n foreseenDeliveryDate?: string;\n deliveryAddressLeasing?: string;\n nameSalesPerson: string;\n durationLeasingInMonths: number;\n vanCourier: boolean;\n newVehicle?: boolean;\n newTrailer?: boolean;\n registrationOnTtcoBe?: string;\n yearOfConstruction?: number;\n chassisnumber?: string;\n vehicleModel?: string;\n vehicleCategory2?: string;\n licencePlate?: string;\n vatPercentage?: number;\n\n opportunityContractId: string;\n opportunityId: string;\n\n company?: string;\n customerNumber?: number; //bisondesk external id\n //MrLease fields\n vehicle?: string;\n salesPriceEur: string;\n depositFullAmountExclVat: string;\n depositToBePrepaidExclVat: string;\n vehicleMake3?: string;\n\n //TTC fields\n vehicleOriginalReference?: string;\n salesPrice: string;\n depositFullAmount: string;\n depositAmountToBePrepaid: string;\n make?: string;\n\n //Extras\n garageExtrasCodes: string[];\n allExtrasDescriptions: string[];\n administrationExtrasCodes: string[];\n logisticExtrasCodes: string[];\n customRequestDescriptions: string[];\n };\n};\n\nexport type HpLeasingDealResponse = {\n entityId: string;\n id: string;\n status: string;\n leasingContractNumber?: string;\n};\n\nexport type HpLeasingContractRequest = {\n tenantId: string;\n initiatedBy: 'bisondesk';\n processMetaId: string;\n processRunData: {\n entityOwner: string;\n company?: string;\n vehicle?: string;\n ldNumber: number;\n vanCourier: boolean;\n startDate: number;\n opportunityContractId: string;\n data: {\n leasingParameter: {\n allRisksPercentage: number;\n allRisksTaxPercentage: number;\n civilLiability: number;\n entityId: string;\n oneTimeRoadTax: number;\n specialInsurance: number;\n yearlyRoadTax: number;\n countries: string[];\n vehicleCategory: string;\n };\n\n calculatorRequest: {\n bankDeposit: number;\n bankDurationInMonths: number;\n bankInterestRatePercentage: number;\n bankResidualValue: number;\n deposit: number;\n durationInMonths: number;\n includesAllRisks: boolean;\n includesCivilLiability: boolean;\n includesOneTimeRoadTax: boolean;\n includesSpecialInsurance: boolean;\n includesYearlyRoadTax: boolean;\n insuranceAmount: number;\n interestRatePercentage: number;\n marginPercentage: number;\n monthlyAdministrationFee: 0;\n purchasePrice: number;\n residualValue: number;\n salesPrice: number;\n startupFeePercentage: number;\n };\n\n calculatorResponse: {\n ROI: number;\n ROIDifference: number;\n ROIPerYear: number;\n ROITarget: number;\n allRisksInsuranceAmount: number;\n bankContractValue: number;\n bankLeasingAmount: number;\n cashDeficit: number;\n financingAmount: number;\n leasingAmount: number;\n leasingContractValue: number;\n leasingProfit: number;\n monthlyTaxRetailPrice: number;\n oneTimeTaxCost: number;\n totalMonthlyPayment: number;\n totalProfit: number;\n vehicleProfit: number;\n };\n\n cashInValues: CashInRow[];\n\n cashOutValues: CashOutRow[];\n };\n };\n};\n\nexport type HpLeasingContractResponse = {\n entityId: string;\n id: string;\n status: string;\n createdAt: string;\n updatedAt: string;\n dateOfFinalSettlement: string;\n startDate: string;\n email: string;\n contractNumber: string;\n};\n\nexport type CashInRow = {\n time: number;\n deposit: number;\n monthlyAdministrationFee: 0; //Legacy field - Should always be 0\n residualValue: number;\n startupFee: number;\n leasingAmountWithoutAdminFee: number;\n insurancePayment: number;\n taxPayment: number;\n cashIn: number;\n cumulativeCash: number;\n};\n\nexport type CashOutRow = {\n time: number;\n deposit: number;\n residualValue: number;\n leasingAmount: number;\n insurancePayment: number;\n taxPayment: number;\n cashOut: number;\n cumulativeCash: number;\n};\n\nexport type HpDeliveryFields = {\n detailsOfStacking?: string | null;\n technicalControlNeeded: boolean | null;\n\n //PickUP Delivery\n urgentDelivery?: boolean | null;\n dateOfPickUpByCustomer?: number | null;\n modeOfTransportPickUpByCustomer?: string | null; //entity Id\n detailsOfBorderCrossing?: string | null;\n insuranceNeeded: boolean | null;\n transitPlateNeeded: boolean | null;\n licensePlateNeeded: boolean | null;\n\n //Address Delivery\n address?: string | null;\n kmToAddressOfDelivery?: number | null;\n\n //To Port Delivery\n originPortText?: string | null; //entity Id\n shippingCompany?: string | null; //string Id\n destinationPort?: string | null;\n cleaningDegassingNeeded: boolean | null;\n};\n\nexport type HpIsaProcessRequest = {\n tenantId: string;\n initiatedBy: 'bisondesk';\n processMetaId: string;\n processRunData: HpDeliveryFields & {\n entityOwner: string;\n nameSalesPerson: string;\n\n company?: string; //entityId\n proofOfSaleCustomerAgreement?: string; //entityId\n\n vehicle?: string; //entityId\n bodywork?: string; //entityId\n vehicleCategory: string; //entityId\n\n amountOfCommissionPaid: number;\n dealValidated: boolean;\n dealCancelled: boolean;\n opportunityId: string;\n deliveryType: string; //entity Id\n directDelivery?: boolean | null;\n directDeliveryReason?: string | null;\n agreedPrice?: string;\n\n //Extras\n garageExtrasCodes: string[];\n logisticsExtrasCodes: string[];\n administrationExtrasCodes: string[];\n allExtrasDescriptions: string[];\n customRequestDescriptions: string[];\n infoSpoiler: string; // entity Id\n };\n};\n\nexport type HpIsaProcessResponse = {\n entityId: string;\n id: string;\n status: string;\n};\n\nexport type SwitchOpportunityVehicleRequest = {\n opportunityId: string;\n newVehicleId: string;\n};\n\nexport type KanbanOpportunitiesSearchRequest = BaseSearchRequest & {\n nextTokens?: Record<string, string | undefined>;\n};\n\nexport type KanbanOpportunitiesNextList = Omit<\n NextList<OpportunitiesKanbanColumn, ReferenceData>,\n 'nextToken'\n> & {\n nextTokens?: Record<string, string | undefined>;\n};\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PAYMENT_NOTIFICATION_ORIGIN = exports.PaymentActions = void 0;
|
|
4
|
+
var PaymentActions;
|
|
5
|
+
(function (PaymentActions) {
|
|
6
|
+
PaymentActions["DELETE"] = "delete";
|
|
7
|
+
PaymentActions["EDIT"] = "edit";
|
|
8
|
+
})(PaymentActions = exports.PaymentActions || (exports.PaymentActions = {}));
|
|
9
|
+
exports.PAYMENT_NOTIFICATION_ORIGIN = 'payment-notification';
|
|
10
|
+
//# sourceMappingURL=payments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payments.js","sourceRoot":"/","sources":["types/payments.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,mCAAiB,CAAA;IACjB,+BAAa,CAAA;AACf,CAAC,EAHW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAGzB;AAEY,QAAA,2BAA2B,GAAG,sBAAsB,CAAC","sourcesContent":["export enum PaymentActions {\n DELETE = 'delete',\n EDIT = 'edit',\n}\n\nexport const PAYMENT_NOTIFICATION_ORIGIN = 'payment-notification';\n\ntype BasePayment = {\n opportunityId: string;\n amount: string;\n description?: string;\n vehicleId: string;\n organizationId: string;\n};\n\nexport type NewPayment = BasePayment & {\n id?: undefined;\n createdAt?: undefined;\n createdBy?: undefined;\n modifiedAt?: undefined;\n modifiedBy?: undefined;\n deletedAt?: undefined;\n deletedBy?: undefined;\n paidAt: string;\n};\n\nexport type Payment = BasePayment & {\n id: string;\n createdAt: string;\n createdBy: string;\n modifiedAt: string;\n modifiedBy: string;\n deletedAt?: string;\n deletedBy?: string;\n paidAt?: string;\n};\n\nexport type PaymentUpdate = {\n description?: string;\n amount?: string;\n paidAt?: string;\n};\n\nexport type PaymentCreateEvent = {\n payment: Payment;\n previousPayment?: undefined;\n action: 'create';\n actionAt: string;\n userId: string;\n tenantId: string;\n branchId: string;\n};\n\nexport type PaymentUpdateEvent = {\n payment: Payment;\n previousPayment: Payment;\n action: 'update';\n actionAt: string;\n userId: string;\n tenantId: string;\n branchId: string;\n};\n\nexport type PaymentDeleteEvent = {\n payment?: undefined;\n previousPayment: Payment;\n action: 'delete';\n actionAt: string;\n userId: string;\n tenantId: string;\n branchId: string;\n};\n\nexport type PaymentEvent = PaymentCreateEvent | PaymentUpdateEvent | PaymentDeleteEvent;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picklists.js","sourceRoot":"/","sources":["types/picklists.ts"],"names":[],"mappings":"","sourcesContent":["import { MultiLangValue } from '@bisondesk/commons-sdk/types';\n\nexport type PicklistValueUpdateRequest = {\n picklistId: string;\n value: PicklistValue | NewPicklistValue;\n};\n\nexport type NewPicklistValue<T = Record<string, string>> = {\n color?: string;\n sortPriority?: number;\n titles: MultiLangValue;\n dependency?: PicklistValueDependency;\n meta?: T;\n};\n\nexport type PicklistValue<T = any> = NewPicklistValue<T> & {\n id: string;\n system?: boolean;\n};\n\nexport type PicklistValueListRequest = {\n picklistId: string;\n limit: number;\n offset: number;\n dependencies?: PicklistValueDependency[];\n};\n\nexport type PicklistValueRequest = {\n picklistId: string;\n valueId: string;\n};\n\nexport type AdHocPicklistValues<T = any> = {\n [picklistId: string]: {\n [valueId: string]: PicklistValue<T>;\n };\n};\n\nexport type AdHocPicklistRequest = {\n requests: PicklistValueRequest[];\n preferredLang: string;\n tenantLang: string;\n};\n\nexport type AdHocPicklistValueDisplay = {\n [picklistId: string]: {\n [valueId: string]: {\n color?: string;\n title: string;\n };\n };\n};\n\nexport type PicklistOptionsRequest = {\n picklistId: string;\n dependencies?: PicklistValueDependency[];\n lang: string;\n};\n\nexport type QuickAddPicklistValue = {\n sortPriority?: number;\n titles: MultiLangValue;\n};\n\nexport type NewPicklist = {\n id?: undefined;\n titles: MultiLangValue;\n values: QuickAddPicklistValue[];\n customSort?: boolean;\n};\n\nexport type BasePicklist = {\n customSort?: boolean;\n id: string;\n system?: boolean;\n titles: MultiLangValue;\n};\n\nexport type PicklistInfo = BasePicklist & {\n count: number;\n modifiedAt: string;\n};\nexport type PicklistValueDependency = {\n picklistId: string;\n values: string[];\n};\n\nexport type PicklistCollection = (BasePicklist & { data: PicklistValue[] })[];\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quote-settings.js","sourceRoot":"/","sources":["types/quote-settings.ts"],"names":[],"mappings":"","sourcesContent":["import { DeliveryParams } from './delivery-settings';\n\nexport type UsedVehiclesSalesParams = BaseQuoteSettings & {\n modifiedBy: string;\n countryCode: 'be';\n profitabilityDealGap: string;\n exaDocumentCosts: string;\n delivery?: DeliveryParams;\n};\n\nexport type BeSpecificQuoteParams = {\n countryCode: 'be';\n other: BaseQuoteSettings['other'] & {\n leasingStartupFeePercentage: string;\n };\n insurance: {\n allRisksCost: string;\n allRisksTax: string;\n allRisksFees: string;\n allRisksMinimumCost: string;\n specialTechnicalInsuranceCost: string;\n specialTechnicalInsuranceTax: string;\n specialTechnicalInsuranceFees: string;\n civilLiabilitiesCost: string;\n civilLiabilitiesTax: string;\n civilLiabilitiesFees: string;\n roadAssistanceMonthlySalesPrice: string; // monthly Price\n roadAssistanceMonthlyCostPrice: string; // monthly Price\n margin: string;\n allRisksCheckedForLocalClients: boolean;\n specialTechnicalInsuranceCheckedForLocalClients: boolean;\n civilLiabilitiesCheckedForLocalClients: boolean;\n roadAssistanceCheckedForLocalClients: boolean;\n initialFractionPercentage: '0';\n };\n track: {\n trackAndTrace24Cost: string;\n trackAndTrace36Cost: string;\n trackAndTrace48Cost: string;\n trackAndTraceMaxCost: string;\n };\n taxes: {\n oneTimeRoadTax: string;\n yearlyRoadTax: string;\n oneTimeRoadCheckedForLocalClients: boolean;\n yearlyRoadCheckedForLocalClients: boolean;\n margin: string;\n };\n};\n\nexport type BoSpecificQuoteParams = {\n countryCode: 'bo';\n insurance: {\n allRisksCost: string;\n margin: string;\n initialFractionPercentage: string;\n };\n other: BaseQuoteSettings['other'] & {\n administrativeFee: string;\n };\n track: {\n installationCost: string;\n monthlyCost: string;\n monthlyFee: string;\n deviceCost: string;\n };\n};\n\nexport type CountrySpecificQuoteParams = BeSpecificQuoteParams | BoSpecificQuoteParams;\n\ntype BaseQuoteSettings = {\n id: string;\n modifiedAt: string;\n name: string;\n other: { minimumDepositAdjudicationPercentage: string };\n};\n\nexport type LeasingQuoteParams<P extends CountrySpecificQuoteParams = CountrySpecificQuoteParams> =\n BaseQuoteSettings & {\n leasing: {\n leasingInterestRate: string;\n leasingDuration: number;\n leasingDepositPercentage: string;\n leasingResidualValuePercentage: string;\n };\n costs: {\n bankDepositPercentage: string;\n bankInterestRate: string;\n bankResidualValuePercentage: string;\n };\n } & P;\n\nexport type QuoteSettings = LeasingQuoteParams | UsedVehiclesSalesParams;\n"]}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransportationMode = exports.SpoilerInfo = exports.DeliveryTypes = exports.QuoteMetricsScore = exports.QuoteStatus = exports.QuoteActions = void 0;
|
|
4
|
+
var QuoteActions;
|
|
5
|
+
(function (QuoteActions) {
|
|
6
|
+
QuoteActions["ACCEPT"] = "accept";
|
|
7
|
+
QuoteActions["VALIDATE"] = "validate";
|
|
8
|
+
QuoteActions["DONWLOAD_PDFS"] = "download-pdfs";
|
|
9
|
+
QuoteActions["CANCEL"] = "cancel";
|
|
10
|
+
})(QuoteActions = exports.QuoteActions || (exports.QuoteActions = {}));
|
|
11
|
+
var QuoteStatus;
|
|
12
|
+
(function (QuoteStatus) {
|
|
13
|
+
QuoteStatus["CREATED"] = "created";
|
|
14
|
+
QuoteStatus["VALIDATED"] = "validated";
|
|
15
|
+
QuoteStatus["INVALIDATED"] = "invalidated";
|
|
16
|
+
QuoteStatus["ACCEPTED"] = "accepted";
|
|
17
|
+
QuoteStatus["REJECTED"] = "rejected";
|
|
18
|
+
QuoteStatus["CANCELLED"] = "cancelled";
|
|
19
|
+
QuoteStatus["MANAGER_REJECTED"] = "managerRejected";
|
|
20
|
+
QuoteStatus["MANAGER_ACCEPTED"] = "managerAccepted";
|
|
21
|
+
})(QuoteStatus = exports.QuoteStatus || (exports.QuoteStatus = {}));
|
|
22
|
+
var QuoteMetricsScore;
|
|
23
|
+
(function (QuoteMetricsScore) {
|
|
24
|
+
QuoteMetricsScore["DANGER"] = "danger";
|
|
25
|
+
QuoteMetricsScore["NEUTRAL"] = "neutral";
|
|
26
|
+
QuoteMetricsScore["GOOD"] = "good";
|
|
27
|
+
})(QuoteMetricsScore = exports.QuoteMetricsScore || (exports.QuoteMetricsScore = {}));
|
|
28
|
+
var DeliveryTypes;
|
|
29
|
+
(function (DeliveryTypes) {
|
|
30
|
+
DeliveryTypes["PICK_UP"] = "pickUp";
|
|
31
|
+
DeliveryTypes["ADDRESS"] = "address";
|
|
32
|
+
DeliveryTypes["PORT"] = "port";
|
|
33
|
+
})(DeliveryTypes = exports.DeliveryTypes || (exports.DeliveryTypes = {}));
|
|
34
|
+
var SpoilerInfo;
|
|
35
|
+
(function (SpoilerInfo) {
|
|
36
|
+
SpoilerInfo["MOUNT"] = "mount";
|
|
37
|
+
SpoilerInfo["UNMOUNT"] = "unmount";
|
|
38
|
+
SpoilerInfo["NO_ACTION"] = "noAction";
|
|
39
|
+
})(SpoilerInfo = exports.SpoilerInfo || (exports.SpoilerInfo = {}));
|
|
40
|
+
var TransportationMode;
|
|
41
|
+
(function (TransportationMode) {
|
|
42
|
+
TransportationMode["BY_ROAD"] = "byRoad";
|
|
43
|
+
TransportationMode["ON_LOW_BED"] = "onLowBed";
|
|
44
|
+
})(TransportationMode = exports.TransportationMode || (exports.TransportationMode = {}));
|
|
45
|
+
//# sourceMappingURL=quotes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quotes.js","sourceRoot":"/","sources":["types/quotes.ts"],"names":[],"mappings":";;;AAYA,IAAY,YAKX;AALD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,+CAA+B,CAAA;IAC/B,iCAAiB,CAAA;AACnB,CAAC,EALW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAKvB;AAED,IAAY,WASX;AATD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,sCAAuB,CAAA;IACvB,0CAA2B,CAAA;IAC3B,oCAAqB,CAAA;IACrB,oCAAqB,CAAA;IACrB,sCAAuB,CAAA;IACvB,mDAAoC,CAAA;IACpC,mDAAoC,CAAA;AACtC,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,kCAAa,CAAA;AACf,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AACD,IAAY,aAIX;AAJD,WAAY,aAAa;IACvB,mCAAkB,CAAA;IAClB,oCAAmB,CAAA;IACnB,8BAAa,CAAA;AACf,CAAC,EAJW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAIxB;AAED,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,8BAAe,CAAA;IACf,kCAAmB,CAAA;IACnB,qCAAsB,CAAA;AACxB,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AAED,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,wCAAkB,CAAA;IAClB,6CAAuB,CAAA;AACzB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B","sourcesContent":["import { AttachmentValue, LocationValue } from '@bisondesk/commons-sdk/types';\nimport { OpportunityType } from '../constants';\nimport {\n CustomLeasingQuoteExtraInput,\n CustomSalesQuoteExtraInput,\n LeasingDeliveryPackageInput,\n LeasingQuoteExtraInput,\n SalesQuoteExtraInput,\n} from './leasing-settings';\nimport { MatchingRuleValue } from './roi-ratings';\nimport { PricePercentageMode } from './utils';\n\nexport enum QuoteActions {\n ACCEPT = 'accept',\n VALIDATE = 'validate',\n DONWLOAD_PDFS = 'download-pdfs',\n CANCEL = 'cancel',\n}\n\nexport enum QuoteStatus {\n CREATED = 'created',\n VALIDATED = 'validated',\n INVALIDATED = 'invalidated',\n ACCEPTED = 'accepted',\n REJECTED = 'rejected',\n CANCELLED = 'cancelled',\n MANAGER_REJECTED = 'managerRejected',\n MANAGER_ACCEPTED = 'managerAccepted',\n}\n\nexport enum QuoteMetricsScore {\n DANGER = 'danger',\n NEUTRAL = 'neutral',\n GOOD = 'good',\n}\nexport enum DeliveryTypes {\n PICK_UP = 'pickUp',\n ADDRESS = 'address',\n PORT = 'port',\n}\n\nexport enum SpoilerInfo {\n MOUNT = 'mount',\n UNMOUNT = 'unmount',\n NO_ACTION = 'noAction',\n}\n\nexport enum TransportationMode {\n BY_ROAD = 'byRoad',\n ON_LOW_BED = 'onLowBed',\n}\n\ntype BaseQuoteCalculatorInput = {\n branchId: string;\n branchCountry: string;\n customerCountry: string;\n customerVatNumber?: string;\n currency: string;\n vehicle: {\n id: string;\n category: string;\n bodywork?: string;\n agreedPriceExclVat: string;\n };\n};\n\n// Sent by the Frontend to bootstrap the calculator\nexport type LeasingCalculatorDefaultInput = BaseQuoteCalculatorInput & {\n deliveryPackage?: LeasingQuoteExtraInput;\n};\n\nexport type LeasingCalculatorInput = BaseQuoteCalculatorInput & {\n localLicensePlate: boolean;\n vanCourier: boolean;\n vehicle: BaseQuoteCalculatorInput['vehicle'] & {\n purchasePriceExclVat: string;\n agreedPrice: string;\n purchasePrice: string;\n };\n leasing: {\n deposit: string;\n depositMode: PricePercentageMode;\n depositPercentage: string;\n residual: string;\n residualMode: PricePercentageMode;\n residualPercentage: string;\n startupFee: string;\n startupFeeMode: PricePercentageMode;\n startupFeePercentage: string;\n interestRate: string;\n duration: number;\n contractStartDate: string;\n };\n bank: {\n interestRate: string;\n deposit: string;\n depositMode: PricePercentageMode;\n depositPercentage: string;\n residual: string;\n residualMode: PricePercentageMode;\n residualPercentage: string;\n duration: number;\n salesPrice: string;\n };\n taxes: {\n yearlyRoadTax: boolean;\n oneTimeRoadTax: boolean;\n margin: string; //Non Editable, copies the value insurance > margin\n };\n insurance: {\n margin: string;\n civilLiabilities: boolean;\n allRisks: boolean;\n specialTechnicalInsurance: boolean;\n roadAssistance: boolean;\n initialFractionPercentage: string;\n };\n deliveryPackage?: LeasingDeliveryPackageInput;\n extras: LeasingQuoteExtraInput[];\n customRequests: CustomLeasingQuoteExtraInput[];\n};\n\ntype BaseDeliveryType = {\n agreedPrice: string;\n spoiler?: SpoilerInfo;\n stackingVehicleNeeded?: boolean;\n detailsStacking?: string;\n};\n\nexport type PickUpDeliveryType = BaseDeliveryType & {\n type: DeliveryTypes.PICK_UP;\n urgent: boolean;\n transportationMode?: TransportationMode;\n detailsBorderCrossing?: string;\n technicalControlNeeded: boolean;\n insuranceNeeded: boolean;\n transitPlateBelgiumNeeded: boolean;\n transitPlateAustriaNeeded: boolean;\n licensePlateNeeded: boolean;\n dateOfPickUpByCustomer?: string;\n};\n\nexport type AddressDeliveryType = BaseDeliveryType & {\n type: DeliveryTypes.ADDRESS;\n address: LocationValue;\n distanceKm: string;\n technicalControlNeeded: boolean;\n};\n\nexport type PortDeliverytype = BaseDeliveryType & {\n type: DeliveryTypes.PORT;\n portOriginId: string;\n portDestination?: string;\n shippingCompany?: string;\n portToPortCostPrice: string;\n portToPortMargin: string;\n};\n\n// Sent by the Frontend to bootstrap the calculator\nexport type SalesCalculatorDefaultInput = BaseQuoteCalculatorInput & {\n extras: SalesQuoteExtraInput[];\n customRequests: CustomSalesQuoteExtraInput[];\n};\n\nexport type SalesCalculatorInput = BaseQuoteCalculatorInput & {\n vehicle: BaseQuoteCalculatorInput['vehicle'] & {\n purchasePrice: string;\n purchasePriceExclVat: string;\n agreedPrice: string;\n premiumPrice?: string;\n vatRate: string;\n minimumPrice: string;\n internetPrice?: string;\n comissionCost: string;\n };\n delivery?: PickUpDeliveryType | AddressDeliveryType | PortDeliverytype;\n extras: SalesQuoteExtraInput[];\n customRequests: CustomSalesQuoteExtraInput[];\n};\n\nexport type SalesQuoteRuleInput = {\n minimumPrice: number;\n internetPrice: number;\n agreedPrice: number;\n premiumPrice: number;\n stockAge: number;\n};\n\nexport type LeasingCalculatorOutput = {\n vatApplicable: boolean;\n installment: string;\n installmentPrintable: string;\n totalMonthlyAmount: string;\n monthlyTaxesInsurance: string;\n beforeDeliveryExclVat: string;\n beforeDelivery: string;\n financingAmount: string;\n settingId: string;\n totalRetailAmount: string;\n finalSalesPrice: string;\n roi: {\n value: string;\n target: string;\n perYear: string;\n difference: string;\n score?: QuoteMetricsScore;\n };\n cashflow: {\n deficit: string;\n balanced: boolean;\n score: QuoteMetricsScore;\n };\n profitability: {\n leasing: string;\n vehicle: string;\n total: string;\n score: QuoteMetricsScore;\n };\n taxes: {\n yearlyRetailPrice: string;\n monthlyRetailPrice: string;\n yearlyRoadTax: string;\n oneTimeRoadTax: string;\n profit: string;\n };\n insurance: {\n beforeDelivery: string;\n yearlyRetailPrice: string;\n monthlyRetailPrice: string;\n civilLiabilities: string;\n allRisks: string;\n specialTechnicalInsurance: string;\n roadAssistance: string;\n profit: string;\n };\n trackAndTrace: {\n beforeDelivery: string;\n monthlyCost: string;\n installationCost: string; // currently this cost is being included as part of monthlyCost. In future, this will be a separate cost\n deviceCost: string; // same as above\n profit: string;\n };\n costs: {\n financingAmount: string;\n finalCostPrice: string;\n monhtly: string;\n };\n};\n\nexport type SalesCalculatorOutput = {\n totalRetailAmount: string;\n totalRetailAmountExclVat: string;\n retailAmounts: {\n vehicle: string;\n delivery: string;\n extras: string;\n };\n roi: { value: string; score?: QuoteMetricsScore };\n profit: {\n value: string;\n score: QuoteMetricsScore;\n };\n profitOverMin: {\n value: string;\n percentage: string;\n score: QuoteMetricsScore;\n };\n delivery: {\n retailPrice?: string;\n costPrice?: string;\n cleaningNeeded: boolean;\n cleaningNeededRetailPrice: string;\n transportationToPortRetailPrice?: string;\n };\n costs: {\n finalCostPrice: string;\n extras: string;\n delivery: string;\n };\n};\n\ntype BaseQuote = {\n opportunityId: string;\n preferredLanguage: string;\n clientNotes?: string;\n publicNotes?: string;\n} & (\n | {\n type: OpportunityType.LEASING;\n calculatorInput: LeasingCalculatorInput;\n calculatorOutput: LeasingCalculatorOutput;\n rating?: MatchingRuleValue;\n }\n | {\n type: OpportunityType.SALES;\n calculatorInput: SalesCalculatorInput;\n calculatorOutput: SalesCalculatorOutput;\n rating?: MatchingRuleValue;\n }\n);\n\nexport type NewQuote = BaseQuote & {\n id?: undefined;\n createdAt?: undefined;\n createdBy?: undefined;\n modifiedAt?: undefined;\n modifiedBy?: undefined;\n active: true;\n};\n\nexport type Quote = BaseQuote & {\n id: string;\n createdAt: string;\n createdBy: string;\n modifiedAt: string;\n modifiedBy: string;\n validationBy?: string;\n validationAt?: string;\n cancelledBy?: string;\n cancelledAt?: string;\n customerFeedbackAt?: string;\n customerFeedbackBy?: string;\n managerFeedbackAt?: string;\n managerFeedbackBy?: string;\n version: number;\n status: QuoteStatus;\n proformaPdf?: AttachmentValue;\n quotePdf?: AttachmentValue;\n salesAgreementPdf?: AttachmentValue;\n active: boolean;\n contactId: string;\n vehicleId: string;\n organizationId: string;\n};\n\nexport type QuoteUpdate = {\n status?: QuoteStatus;\n active?: boolean;\n};\n\nexport type CalculatorLeasingIO = {\n output: LeasingCalculatorOutput;\n input: LeasingCalculatorInput;\n rating?: MatchingRuleValue;\n};\nexport type CalculatorSalesIO = {\n output: SalesCalculatorOutput;\n input: SalesCalculatorInput;\n rating?: MatchingRuleValue;\n};\nexport type CalculatorQuoteIO = CalculatorLeasingIO | CalculatorSalesIO;\n\nexport type DeliveryLocationValue = Omit<LocationValue, 'addressLine1' | 'city'> & {\n addressLine1: string;\n city: string;\n};\n\nexport type DeliveryRoutesRequest = {\n origin: DeliveryLocationValue;\n destination: DeliveryLocationValue;\n};\n\ntype BaseCommission = {\n opportunityId: string;\n\n estimatedAmount: string;\n estimatedPaidAt: string;\n paidAmount?: string;\n paidAt?: string;\n\n notes?: string;\n};\n\nexport type NewCommission = BaseCommission & {};\n\nexport type Commission = BaseCommission & {\n stockNumber: string;\n vehicleId: string;\n\n branchId: string;\n currency: string;\n\n modifiedAt: string;\n modifiedBy: string;\n};\n\nexport type NewQuoteValidator = {\n userId: string;\n countryCode: string;\n type: OpportunityType;\n canValidateOwn?: boolean;\n};\n\nexport type QuoteValidator = NewQuoteValidator & {\n createdAt: string;\n};\n\nexport type QuoteValidatorUpdate = {\n canValidateOwn: boolean;\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recently-viewed.js","sourceRoot":"/","sources":["types/recently-viewed.ts"],"names":[],"mappings":"","sourcesContent":["import { AttachmentValue, Requester } from '@bisondesk/commons-sdk/types';\nimport { BusinessEntityIds } from '../constants';\n\nexport type ViewedItemsRequest = {\n businessEntity?: string;\n id?: string;\n};\n\nexport type NewViewedItem = {\n businessEntity: BusinessEntityIds;\n id: string;\n viewedAt: string;\n};\n\nexport type ViewedItemMeta = {\n title: string;\n subtitle: string;\n thumbnail?: AttachmentValue | null; // null signals that it can have a thumbnail, it is just not available\n};\n\nexport type ViewedItem = ViewedItemMeta & {\n viewedAt: string;\n id: string;\n actions: string[];\n};\n\nexport type RawViewedItem = {\n id: string;\n viewedAt: string;\n};\n\nexport type ViewedItemHandler = (\n requester: Requester,\n req: ViewedItemsRequest,\n itemsBusinessEntity: BusinessEntityIds,\n items: RawViewedItem[]\n) => Promise<ViewedItem[]>;\n\nexport type ViewedItemsContextHandlers = {\n [entity in BusinessEntityIds]?: ViewedItemHandler;\n};\n\nexport type ViewedItemsHandlersCollection = {\n [entity in BusinessEntityIds]?: ViewedItemsContextHandlers;\n};\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReservationActions = void 0;
|
|
4
|
+
var ReservationActions;
|
|
5
|
+
(function (ReservationActions) {
|
|
6
|
+
ReservationActions["SET_RESERVATION_EXPIRE"] = "update_expires_at";
|
|
7
|
+
})(ReservationActions = exports.ReservationActions || (exports.ReservationActions = {}));
|
|
8
|
+
//# sourceMappingURL=reservations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservations.js","sourceRoot":"/","sources":["types/reservations.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAEX;AAFD,WAAY,kBAAkB;IAC5B,kEAA4C,CAAA;AAC9C,CAAC,EAFW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAE7B","sourcesContent":["export enum ReservationActions {\n SET_RESERVATION_EXPIRE = 'update_expires_at',\n}\n\nexport type OpportunityReservation = {\n id: string;\n\n vehicleId: string;\n opportunityId: string;\n expireStartedAt: string;\n expiresAt?: string;\n expiresBy: string;\n\n createdAt: string;\n createdBy: string;\n modifiedAt: string;\n modifiedBy: string;\n\n deletedAt?: string;\n};\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisplayType = void 0;
|
|
4
|
+
var DisplayType;
|
|
5
|
+
(function (DisplayType) {
|
|
6
|
+
DisplayType["StarsRating"] = "stars-rating";
|
|
7
|
+
})(DisplayType = exports.DisplayType || (exports.DisplayType = {}));
|
|
8
|
+
//# sourceMappingURL=roi-ratings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roi-ratings.js","sourceRoot":"/","sources":["types/roi-ratings.ts"],"names":[],"mappings":";;;AAIA,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAEtB","sourcesContent":["import { AdditionalOperation, RulesLogic } from 'json-logic-js';\nimport { OpportunityType } from '../constants';\nimport { FieldTypeInfo } from './fields';\n\nexport enum DisplayType {\n StarsRating = 'stars-rating',\n}\n\nexport type ROIRule = {\n conditions: RulesLogic<AdditionalOperation>;\n value: number;\n};\n\nexport type MatchingRuleValue = {\n value: number;\n createdAt: string;\n type: DisplayType;\n ruleIdx: number;\n opportunityType: OpportunityType;\n};\n\ntype BaseROIRatings = {\n type: DisplayType;\n opportunityType: OpportunityType;\n rules: ROIRule[];\n};\n\nexport type ROIRatings = BaseROIRatings & {\n readonly createdAt: string;\n readonly createdBy: string;\n readonly fields: DataFields;\n};\n\nexport type NewROIRatings = BaseROIRatings & {\n readonly createdAt?: undefined;\n readonly createdBy?: undefined;\n readonly fields?: DataFields;\n};\n\nexport type Field = {\n titles: { [lang: string]: string };\n} & FieldTypeInfo;\n\nexport type DataFields = {\n [key: string]: Field;\n};\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SavedFiltersActions = void 0;
|
|
4
|
+
var SavedFiltersActions;
|
|
5
|
+
(function (SavedFiltersActions) {
|
|
6
|
+
SavedFiltersActions["Share"] = "share";
|
|
7
|
+
SavedFiltersActions["Update"] = "update";
|
|
8
|
+
SavedFiltersActions["Delete"] = "delete";
|
|
9
|
+
SavedFiltersActions["SetPersonalDefault"] = "set_own_default";
|
|
10
|
+
SavedFiltersActions["SetGlobalDefault"] = "set_global_default";
|
|
11
|
+
})(SavedFiltersActions = exports.SavedFiltersActions || (exports.SavedFiltersActions = {}));
|
|
12
|
+
//# sourceMappingURL=saved-filters.js.map
|