@bisondesk/core-sdk 1.0.651 → 1.0.653
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/leasing.d.ts +1 -1
- package/lib/apis/leasing.d.ts.map +1 -1
- package/lib/apis/leasing.js +3 -2
- package/lib/apis/leasing.js.map +1 -1
- package/lib/types/deliveries.d.ts +74 -0
- package/lib/types/deliveries.d.ts.map +1 -0
- package/lib/types/deliveries.js +24 -0
- package/lib/types/deliveries.js.map +1 -0
- package/lib/types/quotes.d.ts +5 -64
- package/lib/types/quotes.d.ts.map +1 -1
- package/lib/types/quotes.js +1 -18
- package/lib/types/quotes.js.map +1 -1
- package/lib/types/reports-arrivals.d.ts +67 -0
- package/lib/types/reports-arrivals.d.ts.map +1 -0
- package/lib/types/reports-arrivals.js +4 -0
- package/lib/types/reports-arrivals.js.map +1 -0
- package/lib/types/reports-sales.d.ts +7 -0
- package/lib/types/reports-sales.d.ts.map +1 -1
- package/lib/types/reports-sales.js.map +1 -1
- package/lib/types/templates.d.ts +22 -0
- package/lib/types/templates.d.ts.map +1 -1
- package/lib/types/templates.js.map +1 -1
- package/lib/types/tenants.d.ts +1 -1
- package/lib/types/tenants.d.ts.map +1 -1
- package/lib/types/tenants.js +1 -1
- package/lib/types/tenants.js.map +1 -1
- package/lib/types/transports.d.ts +15 -16
- package/lib/types/transports.d.ts.map +1 -1
- package/lib/types/transports.js +11 -5
- package/lib/types/transports.js.map +1 -1
- package/lib/types/vehicle-sales.d.ts +3 -2
- package/lib/types/vehicle-sales.d.ts.map +1 -1
- package/lib/types/vehicle-sales.js.map +1 -1
- package/lib/utils/deliveries.d.ts +3 -0
- package/lib/utils/deliveries.d.ts.map +1 -0
- package/lib/utils/deliveries.js +3 -0
- package/lib/utils/deliveries.js.map +1 -0
- package/lib/utils/deliveries.test.d.ts +2 -0
- package/lib/utils/deliveries.test.d.ts.map +1 -0
- package/lib/utils/deliveries.test.js +34 -0
- package/lib/utils/deliveries.test.js.map +1 -0
- package/lib/utils/leasing.d.ts +1 -0
- package/lib/utils/leasing.d.ts.map +1 -1
- package/lib/utils/leasing.js +7 -1
- package/lib/utils/leasing.js.map +1 -1
- package/lib/utils/leasing.test.d.ts +2 -0
- package/lib/utils/leasing.test.d.ts.map +1 -0
- package/lib/utils/leasing.test.js +69 -0
- package/lib/utils/leasing.test.js.map +1 -0
- package/lib/utils/reports-arrivals.d.ts +3 -0
- package/lib/utils/reports-arrivals.d.ts.map +1 -0
- package/lib/utils/reports-arrivals.js +15 -0
- package/lib/utils/reports-arrivals.js.map +1 -0
- package/lib/utils/transports.d.ts +1 -0
- package/lib/utils/transports.d.ts.map +1 -1
- package/lib/utils/transports.js +3 -4
- package/lib/utils/transports.js.map +1 -1
- package/lib/utils/vehicles.d.ts +3 -1
- package/lib/utils/vehicles.d.ts.map +1 -1
- package/lib/utils/vehicles.js +6 -1
- package/lib/utils/vehicles.js.map +1 -1
- package/package.json +1 -1
- package/src/apis/leasing.ts +3 -1
- package/src/types/activities.js +13 -0
- package/src/types/activities.js.map +1 -0
- package/src/types/comparables.js +2 -0
- package/src/types/comparables.js.map +1 -0
- package/src/types/crm.js +58 -0
- package/src/types/crm.js.map +1 -0
- package/src/types/dashboard.js +2 -0
- package/src/types/dashboard.js.map +1 -0
- package/src/types/definitions.js +2 -0
- package/src/types/definitions.js.map +1 -0
- package/src/types/deliveries.ts +92 -0
- package/src/types/fields.js +2 -0
- package/src/types/fields.js.map +1 -0
- package/src/types/insights.js +2 -0
- package/src/types/insights.js.map +1 -0
- package/src/types/interests.js +6 -0
- package/src/types/interests.js.map +1 -0
- package/src/types/internal-events.js +18 -0
- package/src/types/internal-events.js.map +1 -0
- package/src/types/internet-opportunities.js +2 -0
- package/src/types/internet-opportunities.js.map +1 -0
- package/src/types/internet-vehicles.js +2 -0
- package/src/types/internet-vehicles.js.map +1 -0
- package/src/types/leasing-administration.js +2 -0
- package/src/types/leasing-administration.js.map +1 -0
- package/src/types/leasing-debtors.js +2 -0
- package/src/types/leasing-debtors.js.map +1 -0
- package/src/types/leasing-search.js +2 -0
- package/src/types/leasing-search.js.map +1 -0
- package/src/types/leasing-settings.js +7 -0
- package/src/types/leasing-settings.js.map +1 -0
- package/src/types/leasing.js +38 -0
- package/src/types/leasing.js.map +1 -0
- package/src/types/marketing.js +35 -0
- package/src/types/marketing.js.map +1 -0
- package/src/types/offers.js +56 -0
- package/src/types/opportunities.js +107 -0
- package/src/types/opportunities.js.map +1 -0
- package/src/types/payments.js +7 -0
- package/src/types/picklists.js +2 -0
- package/src/types/picklists.js.map +1 -0
- package/src/types/quotes.js +42 -0
- package/src/types/quotes.ts +17 -72
- package/src/types/recently-viewed.js +2 -0
- package/src/types/recently-viewed.js.map +1 -0
- package/src/types/reports-arrivals.ts +95 -0
- package/src/types/reports-sales.ts +13 -0
- package/src/types/reservations.js +5 -0
- package/src/types/reservations.js.map +1 -0
- package/src/types/roi-ratings.js +5 -0
- package/src/types/roi-ratings.js.map +1 -0
- package/src/types/saved-filters.js +9 -0
- package/src/types/saved-filters.js.map +1 -0
- package/src/types/search.js +2 -0
- package/src/types/search.js.map +1 -0
- package/src/types/settings.js +2 -0
- package/src/types/settings.js.map +1 -0
- package/src/types/templates.js +2 -0
- package/src/types/templates.js.map +1 -0
- package/src/types/templates.ts +27 -0
- package/src/types/tenants.js +21 -0
- package/src/types/tenants.js.map +1 -0
- package/src/types/tenants.ts +1 -1
- package/src/types/transports.ts +35 -25
- package/src/types/user-performance.js +7 -0
- package/src/types/user-performance.js.map +1 -0
- package/src/types/utils.js +2 -0
- package/src/types/validation.js +2 -0
- package/src/types/validation.js.map +1 -0
- package/src/types/vehicle-sales.js +6 -0
- package/src/types/vehicle-sales.js.map +1 -0
- package/src/types/vehicle-sales.ts +3 -2
- package/src/types/vehicles.js +98 -0
- package/src/types/vehicles.js.map +1 -0
- package/src/utils/deliveries.test.ts +50 -0
- package/src/utils/deliveries.ts +13 -0
- package/src/utils/leasing.js +6 -0
- package/src/utils/leasing.js.map +1 -0
- package/src/utils/leasing.test.ts +79 -0
- package/src/utils/leasing.ts +22 -1
- package/src/utils/opportunities.js +48 -0
- package/src/utils/opportunities.js.map +1 -0
- package/src/utils/reports-arrivals.ts +19 -0
- package/src/utils/transports.ts +11 -7
- package/src/utils/vehicles.ts +10 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing-search.js","sourceRoot":"","sources":["leasing-search.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var LeasingItemsPaymentSplit;
|
|
2
|
+
(function (LeasingItemsPaymentSplit) {
|
|
3
|
+
LeasingItemsPaymentSplit["Customer"] = "customer";
|
|
4
|
+
LeasingItemsPaymentSplit["Split"] = "split";
|
|
5
|
+
LeasingItemsPaymentSplit["Company"] = "company";
|
|
6
|
+
})(LeasingItemsPaymentSplit || (LeasingItemsPaymentSplit = {}));
|
|
7
|
+
//# sourceMappingURL=leasing-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing-settings.js","sourceRoot":"","sources":["leasing-settings.ts"],"names":[],"mappings":"AAwCA,MAAM,CAAN,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,iDAAqB,CAAA;IACrB,2CAAe,CAAA;IACf,+CAAmB,CAAA;AACrB,CAAC,EAJW,wBAAwB,KAAxB,wBAAwB,QAInC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export var LeasingContractActions;
|
|
2
|
+
(function (LeasingContractActions) {
|
|
3
|
+
LeasingContractActions["CREATE_FINANCE_DOCUMENT"] = "create_finance_document";
|
|
4
|
+
LeasingContractActions["START_RETAKE_VEHICLE"] = "start_retake_vehicle";
|
|
5
|
+
LeasingContractActions["END_RETAKE_VEHICLE"] = "end_retake_vehicle";
|
|
6
|
+
LeasingContractActions["START_CONTRACT_END"] = "start_contract_end";
|
|
7
|
+
LeasingContractActions["END_CONTRACT"] = "end_contract";
|
|
8
|
+
LeasingContractActions["CANCEL_RETAKE_VEHICLE"] = "cancel_retake_vehicle";
|
|
9
|
+
})(LeasingContractActions || (LeasingContractActions = {}));
|
|
10
|
+
export var LeasingContractSource;
|
|
11
|
+
(function (LeasingContractSource) {
|
|
12
|
+
LeasingContractSource["HYPERPORTAL"] = "hyperportal";
|
|
13
|
+
LeasingContractSource["BISONDESK"] = "bisondesk";
|
|
14
|
+
})(LeasingContractSource || (LeasingContractSource = {}));
|
|
15
|
+
export var LeasingContractStatus;
|
|
16
|
+
(function (LeasingContractStatus) {
|
|
17
|
+
LeasingContractStatus["DRAFT"] = "draft";
|
|
18
|
+
LeasingContractStatus["DISCARDED"] = "discarded";
|
|
19
|
+
LeasingContractStatus["PAUSED"] = "paused";
|
|
20
|
+
LeasingContractStatus["ACTIVE"] = "active";
|
|
21
|
+
LeasingContractStatus["LEASING_RETURN"] = "leasing_return";
|
|
22
|
+
LeasingContractStatus["RECOVERED"] = "recovered";
|
|
23
|
+
LeasingContractStatus["ENDING"] = "ending";
|
|
24
|
+
LeasingContractStatus["ENDED"] = "ended";
|
|
25
|
+
})(LeasingContractStatus || (LeasingContractStatus = {}));
|
|
26
|
+
export var LeasingRemindersSortableColumns;
|
|
27
|
+
(function (LeasingRemindersSortableColumns) {
|
|
28
|
+
LeasingRemindersSortableColumns["NextActionAt"] = "next_action_at";
|
|
29
|
+
LeasingRemindersSortableColumns["OrganizationName"] = "organization_name";
|
|
30
|
+
LeasingRemindersSortableColumns["RemindersCount"] = "reminders_count";
|
|
31
|
+
LeasingRemindersSortableColumns["Status"] = "status";
|
|
32
|
+
})(LeasingRemindersSortableColumns || (LeasingRemindersSortableColumns = {}));
|
|
33
|
+
export var LEASING_EXPORT_TYPES;
|
|
34
|
+
(function (LEASING_EXPORT_TYPES) {
|
|
35
|
+
LEASING_EXPORT_TYPES["RENTAL_SOLUTIONS"] = "rental-solutions";
|
|
36
|
+
LEASING_EXPORT_TYPES["DEFAULT"] = "default";
|
|
37
|
+
})(LEASING_EXPORT_TYPES || (LEASING_EXPORT_TYPES = {}));
|
|
38
|
+
//# sourceMappingURL=leasing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leasing.js","sourceRoot":"","sources":["leasing.ts"],"names":[],"mappings":"AAKA,MAAM,CAAN,IAAY,sBAOX;AAPD,WAAY,sBAAsB;IAChC,6EAAmD,CAAA;IACnD,uEAA6C,CAAA;IAC7C,mEAAyC,CAAA;IACzC,mEAAyC,CAAA;IACzC,uDAA6B,CAAA;IAC7B,yEAA+C,CAAA;AACjD,CAAC,EAPW,sBAAsB,KAAtB,sBAAsB,QAOjC;AA8DD,MAAM,CAAN,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAC/B,oDAA2B,CAAA;IAC3B,gDAAuB,CAAA;AACzB,CAAC,EAHW,qBAAqB,KAArB,qBAAqB,QAGhC;AAED,MAAM,CAAN,IAAY,qBASX;AATD,WAAY,qBAAqB;IAC/B,wCAAe,CAAA;IACf,gDAAuB,CAAA;IACvB,0CAAiB,CAAA;IACjB,0CAAiB,CAAA;IACjB,0DAAiC,CAAA;IACjC,gDAAuB,CAAA;IACvB,0CAAiB,CAAA;IACjB,wCAAe,CAAA;AACjB,CAAC,EATW,qBAAqB,KAArB,qBAAqB,QAShC;AAuQD,MAAM,CAAN,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,KAA/B,+BAA+B,QAK1C;AAgGD,MAAM,CAAN,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,6DAAqC,CAAA;IACrC,2CAAmB,CAAA;AACrB,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export var MarketingPlatform;
|
|
2
|
+
(function (MarketingPlatform) {
|
|
3
|
+
MarketingPlatform["autoscout24"] = "autoscout24";
|
|
4
|
+
MarketingPlatform["autoline"] = "autoline";
|
|
5
|
+
MarketingPlatform["exportseller"] = "exportseller";
|
|
6
|
+
MarketingPlatform["machineryplanet"] = "machineryplanet";
|
|
7
|
+
MarketingPlatform["machinetrack"] = "machinetrack";
|
|
8
|
+
MarketingPlatform["marktnet"] = "marktnet";
|
|
9
|
+
MarketingPlatform["mobile"] = "mobile";
|
|
10
|
+
MarketingPlatform["truck1st"] = "truck1st";
|
|
11
|
+
MarketingPlatform["trucks"] = "trucks";
|
|
12
|
+
MarketingPlatform["truckscout"] = "truckscout24";
|
|
13
|
+
MarketingPlatform["tweedehandsbe"] = "2ehandsbe";
|
|
14
|
+
MarketingPlatform["viamobilis"] = "planettrucks";
|
|
15
|
+
MarketingPlatform["youtube"] = "youtube";
|
|
16
|
+
})(MarketingPlatform || (MarketingPlatform = {}));
|
|
17
|
+
export var MarketingEventStatus;
|
|
18
|
+
(function (MarketingEventStatus) {
|
|
19
|
+
MarketingEventStatus["Scheduled"] = "scheduled";
|
|
20
|
+
MarketingEventStatus["Processing"] = "processing";
|
|
21
|
+
MarketingEventStatus["Skipped"] = "skipped";
|
|
22
|
+
MarketingEventStatus["Error"] = "error";
|
|
23
|
+
MarketingEventStatus["Sent"] = "processed";
|
|
24
|
+
})(MarketingEventStatus || (MarketingEventStatus = {}));
|
|
25
|
+
export var MarketingEventType;
|
|
26
|
+
(function (MarketingEventType) {
|
|
27
|
+
MarketingEventType["PriceDrop"] = "price-drop";
|
|
28
|
+
MarketingEventType["PartnerOffer"] = "partner-offer";
|
|
29
|
+
})(MarketingEventType || (MarketingEventType = {}));
|
|
30
|
+
export var MarketingMessageChannelType;
|
|
31
|
+
(function (MarketingMessageChannelType) {
|
|
32
|
+
MarketingMessageChannelType["Whatsapp"] = "whatsapp";
|
|
33
|
+
MarketingMessageChannelType["Email"] = "email";
|
|
34
|
+
})(MarketingMessageChannelType || (MarketingMessageChannelType = {}));
|
|
35
|
+
//# sourceMappingURL=marketing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marketing.js","sourceRoot":"","sources":["marketing.ts"],"names":[],"mappings":"AAEA,MAAM,CAAN,IAAY,iBAcX;AAdD,WAAY,iBAAiB;IAC3B,gDAA2B,CAAA;IAC3B,0CAAqB,CAAA;IACrB,kDAA6B,CAAA;IAC7B,wDAAmC,CAAA;IACnC,kDAA6B,CAAA;IAC7B,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;IACjB,gDAA2B,CAAA;IAC3B,gDAA2B,CAAA;IAC3B,gDAA2B,CAAA;IAC3B,wCAAmB,CAAA;AACrB,CAAC,EAdW,iBAAiB,KAAjB,iBAAiB,QAc5B;AA8DD,MAAM,CAAN,IAAY,oBAMX;AAND,WAAY,oBAAoB;IAC9B,+CAAuB,CAAA;IACvB,iDAAyB,CAAA;IACzB,2CAAmB,CAAA;IACnB,uCAAe,CAAA;IACf,0CAAkB,CAAA;AACpB,CAAC,EANW,oBAAoB,KAApB,oBAAoB,QAM/B;AAED,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,8CAAwB,CAAA;IACxB,oDAA8B,CAAA;AAChC,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAED,MAAM,CAAN,IAAY,2BAGX;AAHD,WAAY,2BAA2B;IACrC,oDAAqB,CAAA;IACrB,8CAAe,CAAA;AACjB,CAAC,EAHW,2BAA2B,KAA3B,2BAA2B,QAGtC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export var OfferActions;
|
|
2
|
+
(function (OfferActions) {
|
|
3
|
+
OfferActions["CREATE_BID"] = "create_bid";
|
|
4
|
+
OfferActions["SET_FINAL_VALUATION"] = "set_final_valuation";
|
|
5
|
+
OfferActions["LOSE"] = "lose";
|
|
6
|
+
OfferActions["REOPEN"] = "reopen";
|
|
7
|
+
OfferActions["SET_DOCUMENTS"] = "set_documents";
|
|
8
|
+
OfferActions["SET_METADATA"] = "set_metadata";
|
|
9
|
+
OfferActions["SEE_SUPPLIER"] = "see_supplier";
|
|
10
|
+
OfferActions["SEE_INSIGHTS"] = "see_insights";
|
|
11
|
+
OfferActions["VIEW_BIDS"] = "view_bids";
|
|
12
|
+
OfferActions["DELETE_FINAL_VALUATION"] = "delete_final_valuation";
|
|
13
|
+
OfferActions["SEE_ASKING_PRICE"] = "see_asking_price";
|
|
14
|
+
OfferActions["ACCEPT_NEGOTIATION"] = "accept_negotiation";
|
|
15
|
+
OfferActions["UNDO_ACCEPT_NEGOTIATION"] = "undo_accept_negotiation";
|
|
16
|
+
OfferActions["SET_SUPPLIER_VEHICLE"] = "set_supplier_vehicle";
|
|
17
|
+
OfferActions["CAN_PURCHASE"] = "can_purchase";
|
|
18
|
+
})(OfferActions || (OfferActions = {}));
|
|
19
|
+
export var OfferBidActions;
|
|
20
|
+
(function (OfferBidActions) {
|
|
21
|
+
OfferBidActions["EDIT_BID"] = "create_bid";
|
|
22
|
+
OfferBidActions["DELETE_BID"] = "delete_bid";
|
|
23
|
+
})(OfferBidActions || (OfferBidActions = {}));
|
|
24
|
+
export var OfferStatus;
|
|
25
|
+
(function (OfferStatus) {
|
|
26
|
+
OfferStatus["PROSPECTION"] = "prospection";
|
|
27
|
+
OfferStatus["VALUATION"] = "valuation";
|
|
28
|
+
OfferStatus["NEGOTIATION"] = "negotiation";
|
|
29
|
+
})(OfferStatus || (OfferStatus = {}));
|
|
30
|
+
export var OfferLostReasonValues;
|
|
31
|
+
(function (OfferLostReasonValues) {
|
|
32
|
+
OfferLostReasonValues["Expensive"] = "expensive";
|
|
33
|
+
OfferLostReasonValues["NoMarket"] = "no_market";
|
|
34
|
+
OfferLostReasonValues["BadExperience"] = "bad_experience";
|
|
35
|
+
OfferLostReasonValues["NoAnswer"] = "supplier_mia";
|
|
36
|
+
OfferLostReasonValues["Other"] = "other";
|
|
37
|
+
OfferLostReasonValues["Automatic"] = "automatic";
|
|
38
|
+
})(OfferLostReasonValues || (OfferLostReasonValues = {}));
|
|
39
|
+
export var OfferBidType;
|
|
40
|
+
(function (OfferBidType) {
|
|
41
|
+
OfferBidType["INTERNAL"] = "internal";
|
|
42
|
+
OfferBidType["EXTERNAL"] = "external";
|
|
43
|
+
})(OfferBidType || (OfferBidType = {}));
|
|
44
|
+
export var OfferWarningsCode;
|
|
45
|
+
(function (OfferWarningsCode) {
|
|
46
|
+
OfferWarningsCode["NO_SUPPLIER"] = "no_supplier";
|
|
47
|
+
})(OfferWarningsCode || (OfferWarningsCode = {}));
|
|
48
|
+
export const OfferStatusOrder = [
|
|
49
|
+
OfferStatus.PROSPECTION,
|
|
50
|
+
OfferStatus.VALUATION,
|
|
51
|
+
OfferStatus.NEGOTIATION,
|
|
52
|
+
];
|
|
53
|
+
export const OfferWonColumnId = 'closed_won';
|
|
54
|
+
export const OfferKanbanColumns = [...OfferStatusOrder, OfferWonColumnId];
|
|
55
|
+
export const OfferKanbanEndColumns = [OfferWonColumnId];
|
|
56
|
+
//# sourceMappingURL=offers.js.map
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export var OpportunityActions;
|
|
2
|
+
(function (OpportunityActions) {
|
|
3
|
+
OpportunityActions["ADD_REMARKS"] = "add_remarks";
|
|
4
|
+
OpportunityActions["CREATE_QUOTE"] = "create_quote";
|
|
5
|
+
OpportunityActions["LOSE"] = "lose";
|
|
6
|
+
OpportunityActions["REOPEN"] = "reopen";
|
|
7
|
+
OpportunityActions["START_PREPARATION"] = "start_preparation";
|
|
8
|
+
OpportunityActions["REVERT_PREPARATION"] = "revert_preparation";
|
|
9
|
+
OpportunityActions["START_DELIVERY"] = "start_delivery";
|
|
10
|
+
OpportunityActions["REVERT_DELIVERY"] = "revert_delivery";
|
|
11
|
+
OpportunityActions["SET_CUSTOMER"] = "set_customer";
|
|
12
|
+
OpportunityActions["SET_DOCUMENTS"] = "set_documents";
|
|
13
|
+
OpportunityActions["SET_INTEREST"] = "set_interest";
|
|
14
|
+
OpportunityActions["SET_METADATA"] = "set_metadata";
|
|
15
|
+
OpportunityActions["SET_VEHICLE"] = "set_vehicle";
|
|
16
|
+
OpportunityActions["ADD_ACTIVITY"] = "add_activity";
|
|
17
|
+
OpportunityActions["ADD_PAYMENT"] = "add_payment";
|
|
18
|
+
OpportunityActions["SWITCH_VEHICLE"] = "switch_vehicle";
|
|
19
|
+
OpportunityActions["DELIVER_VEHICLE"] = "deliver_vehicle";
|
|
20
|
+
OpportunityActions["UNDO_DELIVER_VEHICLE"] = "undo_deliver_vehicle";
|
|
21
|
+
OpportunityActions["SET_DEAL_INFO"] = "update_deal_info";
|
|
22
|
+
OpportunityActions["ISSUE_INVOICE"] = "issue_invoice";
|
|
23
|
+
})(OpportunityActions || (OpportunityActions = {}));
|
|
24
|
+
export var OpportunityPaymentStatus;
|
|
25
|
+
(function (OpportunityPaymentStatus) {
|
|
26
|
+
OpportunityPaymentStatus["PARTIAL_PAYMENT"] = "partial_payment";
|
|
27
|
+
OpportunityPaymentStatus["FULL_PAYMENT"] = "full_payment";
|
|
28
|
+
OpportunityPaymentStatus["NO_PAYMENT"] = "no_payment";
|
|
29
|
+
})(OpportunityPaymentStatus || (OpportunityPaymentStatus = {}));
|
|
30
|
+
export var OpportunityStatus;
|
|
31
|
+
(function (OpportunityStatus) {
|
|
32
|
+
OpportunityStatus["PROSPECTION"] = "prospection";
|
|
33
|
+
OpportunityStatus["DISCOVERY"] = "discovery";
|
|
34
|
+
OpportunityStatus["EVALUATION"] = "evaluation";
|
|
35
|
+
OpportunityStatus["REVIEW"] = "review";
|
|
36
|
+
OpportunityStatus["PREPARATION"] = "preparation";
|
|
37
|
+
OpportunityStatus["DELIVERY"] = "delivery";
|
|
38
|
+
})(OpportunityStatus || (OpportunityStatus = {}));
|
|
39
|
+
export const OpportunityStatusOrder = [
|
|
40
|
+
OpportunityStatus.PROSPECTION,
|
|
41
|
+
OpportunityStatus.DISCOVERY,
|
|
42
|
+
OpportunityStatus.EVALUATION,
|
|
43
|
+
OpportunityStatus.REVIEW,
|
|
44
|
+
OpportunityStatus.PREPARATION,
|
|
45
|
+
OpportunityStatus.DELIVERY,
|
|
46
|
+
];
|
|
47
|
+
export var OpportunityRequirementsCode;
|
|
48
|
+
(function (OpportunityRequirementsCode) {
|
|
49
|
+
OpportunityRequirementsCode["VEHICLE_AT_ORIGIN"] = "vehicle_at_origin";
|
|
50
|
+
OpportunityRequirementsCode["LEASING_SL_ACTION"] = "sl_action";
|
|
51
|
+
OpportunityRequirementsCode["TECHNICAL_NOTES_CHANGED"] = "technical_notes_changed";
|
|
52
|
+
})(OpportunityRequirementsCode || (OpportunityRequirementsCode = {}));
|
|
53
|
+
export var OpportunityWarningsCode;
|
|
54
|
+
(function (OpportunityWarningsCode) {
|
|
55
|
+
OpportunityWarningsCode["QUOTE_PENDING_VALIDATION"] = "quote_pending_validation";
|
|
56
|
+
OpportunityWarningsCode["QUOTE_PEDING_MANAGER_APPROVAL"] = "quote_pending_manager_approval";
|
|
57
|
+
OpportunityWarningsCode["CONCURRENT_OPPORTUNITIES"] = "concurrent_opportunities";
|
|
58
|
+
OpportunityWarningsCode["VEHICLE_RESERVED"] = "vehicle_reserved";
|
|
59
|
+
OpportunityWarningsCode["OPPORTUNITY_NEEDS_SWITCH_VEHICLE"] = "opportunity_needs_switch_vehicle";
|
|
60
|
+
OpportunityWarningsCode["VEHICLE_RESERVED_DATE_INFO"] = "vehicle_reserved_date_info";
|
|
61
|
+
OpportunityWarningsCode["VEHICLE_RESERVED_INDEFINITELY"] = "vehicle_reserved_indefinitely";
|
|
62
|
+
OpportunityWarningsCode["QUOTE_MISSING_DELIVERY_DETAILS"] = "quote_missing_delivery_details";
|
|
63
|
+
OpportunityWarningsCode["VEHICLE_TECHNICAL_DETAILS_CHANGED"] = "vehicle_technical_details_changed";
|
|
64
|
+
OpportunityWarningsCode["QUOTE_MISSING_FINANCING_DETAILS"] = "quote_missing_financing_details";
|
|
65
|
+
})(OpportunityWarningsCode || (OpportunityWarningsCode = {}));
|
|
66
|
+
export const OpportunityWonColumnId = 'closed_won';
|
|
67
|
+
export const OpportunityKanbanColumns = [...OpportunityStatusOrder, OpportunityWonColumnId];
|
|
68
|
+
export const OpportunityKanbanEndColumns = [OpportunityWonColumnId];
|
|
69
|
+
export var OpportunityLostReasonValues;
|
|
70
|
+
(function (OpportunityLostReasonValues) {
|
|
71
|
+
OpportunityLostReasonValues["Expensive"] = "expensive";
|
|
72
|
+
OpportunityLostReasonValues["AlreadySold"] = "already_sold";
|
|
73
|
+
OpportunityLostReasonValues["BadExperience"] = "bad_experience";
|
|
74
|
+
OpportunityLostReasonValues["IncorrectVehicleCondition"] = "incorrect_vehicle_condition";
|
|
75
|
+
OpportunityLostReasonValues["NoStock"] = "not_enough_stock";
|
|
76
|
+
OpportunityLostReasonValues["SlowDelivery"] = "slow_delivery";
|
|
77
|
+
OpportunityLostReasonValues["HighDeposit"] = "deposit_too_high";
|
|
78
|
+
OpportunityLostReasonValues["NoAnswer"] = "client_not_answered";
|
|
79
|
+
OpportunityLostReasonValues["Automatic"] = "automatic";
|
|
80
|
+
OpportunityLostReasonValues["LeasingDeal"] = "sold-via-leasing";
|
|
81
|
+
})(OpportunityLostReasonValues || (OpportunityLostReasonValues = {}));
|
|
82
|
+
export var VehicleSaleDealStatus;
|
|
83
|
+
(function (VehicleSaleDealStatus) {
|
|
84
|
+
VehicleSaleDealStatus["SaleAgreed"] = "SALE_AGREED";
|
|
85
|
+
VehicleSaleDealStatus["FirstPaymentReceived"] = "FIRST_PAYMENT_RECEIVED";
|
|
86
|
+
VehicleSaleDealStatus["FullPaymentReceived"] = "FULL_PAYMENT_RECEIVED";
|
|
87
|
+
})(VehicleSaleDealStatus || (VehicleSaleDealStatus = {}));
|
|
88
|
+
export var VehicleSaleLogisticsStatus;
|
|
89
|
+
(function (VehicleSaleLogisticsStatus) {
|
|
90
|
+
VehicleSaleLogisticsStatus["AtOrigin"] = "AT_ORIGIN";
|
|
91
|
+
VehicleSaleLogisticsStatus["Delivered"] = "DELIVERED";
|
|
92
|
+
})(VehicleSaleLogisticsStatus || (VehicleSaleLogisticsStatus = {}));
|
|
93
|
+
export const QUOTE_NEEDS_VALIDATION_NOTIFICATION_ORIGIN = 'quote-validation';
|
|
94
|
+
export const QUOTE_NOT_CREATED_BY_ACCOUNT_MANAGER = 'quote-not-created-by-account-manager';
|
|
95
|
+
export const QUOTE_VALIDATOR_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-validation-feedback';
|
|
96
|
+
export const OPPORTUNITY_VEHICLE_AVAILABLE_NOTIFICATION_ORIGIN = 'opportunity-vehicle-available';
|
|
97
|
+
export const OPPORTUNITY_VEHICLE_DELIVERY_NOTIFICATION_ORIGIN = 'opportunity-vehicle-delivery';
|
|
98
|
+
export const OPPORTUNITY_VEHICLE_RESERVATION_ABOUT_TO_EXPIRE_NOTIFICATION_ORIGIN = 'opportunity-vehicle-reservation-to-expire';
|
|
99
|
+
export const OPPORTUNITY_VEHICLE_RESERVATION_EXPIRED_NOTIFICATION_ORIGIN = 'opportunity-vehicle-reservation-expired';
|
|
100
|
+
export const OFFER_SET_FINAL_VALUATION_ORIGIN = 'offer-set-final-valuation';
|
|
101
|
+
export const VEHICLE_PRICE_DECREASES_NOTIFICATION_ORIGIN = 'vehicle-price-decreased';
|
|
102
|
+
export const VEHICLE_ARRIVED_NOTIFICATION_ORIGIN = 'vehicle-arrived';
|
|
103
|
+
export const VEHICLE_CHECKEDIN_NOTIFICATION_ORIGIN = 'vehicle-checkedin';
|
|
104
|
+
export const VEHICLE_PURCHASED_NOTIFICATION_ORIGIN = 'vehicle-purchased';
|
|
105
|
+
export const VEHICLE_PRICE_CHANGED_NOTIFICATION_ORIGIN = 'vehicle-price-changed';
|
|
106
|
+
export const VEHICLE_SOLD_NOTIFICATION_ORIGIN = 'vehicle-sold';
|
|
107
|
+
//# sourceMappingURL=opportunities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"opportunities.js","sourceRoot":"","sources":["opportunities.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var PaymentActions;
|
|
2
|
+
(function (PaymentActions) {
|
|
3
|
+
PaymentActions["DELETE"] = "delete";
|
|
4
|
+
PaymentActions["EDIT"] = "edit";
|
|
5
|
+
})(PaymentActions || (PaymentActions = {}));
|
|
6
|
+
export const PAYMENT_NOTIFICATION_ORIGIN = 'payment-notification';
|
|
7
|
+
//# sourceMappingURL=payments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picklists.js","sourceRoot":"","sources":["picklists.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export var QuoteActions;
|
|
2
|
+
(function (QuoteActions) {
|
|
3
|
+
QuoteActions["ACCEPT"] = "accept";
|
|
4
|
+
QuoteActions["VALIDATE"] = "validate";
|
|
5
|
+
QuoteActions["DONWLOAD_PDFS"] = "download-pdfs";
|
|
6
|
+
QuoteActions["CANCEL"] = "cancel";
|
|
7
|
+
})(QuoteActions || (QuoteActions = {}));
|
|
8
|
+
export var QuoteStatus;
|
|
9
|
+
(function (QuoteStatus) {
|
|
10
|
+
QuoteStatus["CREATED"] = "created";
|
|
11
|
+
QuoteStatus["VALIDATED"] = "validated";
|
|
12
|
+
QuoteStatus["INVALIDATED"] = "invalidated";
|
|
13
|
+
QuoteStatus["ACCEPTED"] = "accepted";
|
|
14
|
+
QuoteStatus["REJECTED"] = "rejected";
|
|
15
|
+
QuoteStatus["CANCELLED"] = "cancelled";
|
|
16
|
+
QuoteStatus["MANAGER_REJECTED"] = "managerRejected";
|
|
17
|
+
QuoteStatus["MANAGER_ACCEPTED"] = "managerAccepted";
|
|
18
|
+
})(QuoteStatus || (QuoteStatus = {}));
|
|
19
|
+
export var QuoteMetricsScore;
|
|
20
|
+
(function (QuoteMetricsScore) {
|
|
21
|
+
QuoteMetricsScore["DANGER"] = "danger";
|
|
22
|
+
QuoteMetricsScore["NEUTRAL"] = "neutral";
|
|
23
|
+
QuoteMetricsScore["GOOD"] = "good";
|
|
24
|
+
})(QuoteMetricsScore || (QuoteMetricsScore = {}));
|
|
25
|
+
export var DeliveryTypes;
|
|
26
|
+
(function (DeliveryTypes) {
|
|
27
|
+
DeliveryTypes["PICK_UP"] = "pickUp";
|
|
28
|
+
DeliveryTypes["ADDRESS"] = "address";
|
|
29
|
+
DeliveryTypes["PORT"] = "port";
|
|
30
|
+
})(DeliveryTypes || (DeliveryTypes = {}));
|
|
31
|
+
export var SpoilerInfo;
|
|
32
|
+
(function (SpoilerInfo) {
|
|
33
|
+
SpoilerInfo["MOUNT"] = "mount";
|
|
34
|
+
SpoilerInfo["UNMOUNT"] = "unmount";
|
|
35
|
+
SpoilerInfo["NO_ACTION"] = "noAction";
|
|
36
|
+
})(SpoilerInfo || (SpoilerInfo = {}));
|
|
37
|
+
export var TransportationMode;
|
|
38
|
+
(function (TransportationMode) {
|
|
39
|
+
TransportationMode["BY_ROAD"] = "byRoad";
|
|
40
|
+
TransportationMode["ON_LOW_BED"] = "onLowBed";
|
|
41
|
+
})(TransportationMode || (TransportationMode = {}));
|
|
42
|
+
//# sourceMappingURL=quotes.js.map
|
package/src/types/quotes.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { AttachmentValue
|
|
1
|
+
import { AttachmentValue } from '@bisondesk/commons-sdk/types';
|
|
2
2
|
import { OpportunityType } from '../constants.js';
|
|
3
|
+
import { SalesDeliveryType } from './deliveries.js';
|
|
3
4
|
import {
|
|
4
5
|
CustomLeasingQuoteExtraInput,
|
|
5
6
|
CustomSalesQuoteExtraInput,
|
|
@@ -33,24 +34,6 @@ export enum QuoteMetricsScore {
|
|
|
33
34
|
NEUTRAL = 'neutral',
|
|
34
35
|
GOOD = 'good',
|
|
35
36
|
}
|
|
36
|
-
export enum DeliveryTypes {
|
|
37
|
-
PICK_UP = 'pickUp',
|
|
38
|
-
ADDRESS = 'address',
|
|
39
|
-
PORT = 'port',
|
|
40
|
-
PORT_AND_SHIP = 'portAndShip',
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export enum SpoilerInfo {
|
|
44
|
-
MOUNT = 'mount',
|
|
45
|
-
UNMOUNT = 'unmount',
|
|
46
|
-
NO_ACTION = 'noAction',
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export enum TransportationMode {
|
|
50
|
-
BY_ROAD = 'byRoad',
|
|
51
|
-
ON_LOW_BED = 'onLowBed',
|
|
52
|
-
}
|
|
53
|
-
|
|
54
37
|
export enum SelfFinancingType {
|
|
55
38
|
OWN_FINANCING = 'own_financing',
|
|
56
39
|
ALREADY_FINANCED = 'already_financed',
|
|
@@ -148,48 +131,6 @@ export type LeasingCalculatorInput = BaseQuoteCalculatorInput & {
|
|
|
148
131
|
customRequests: CustomLeasingQuoteExtraInput[];
|
|
149
132
|
};
|
|
150
133
|
|
|
151
|
-
type BaseDeliveryType = {
|
|
152
|
-
agreedPrice: string;
|
|
153
|
-
spoiler?: SpoilerInfo;
|
|
154
|
-
stackingVehicleNeeded?: boolean;
|
|
155
|
-
detailsStacking?: string;
|
|
156
|
-
};
|
|
157
|
-
|
|
158
|
-
export type PickUpDeliveryType = BaseDeliveryType & {
|
|
159
|
-
type: DeliveryTypes.PICK_UP;
|
|
160
|
-
urgent: boolean;
|
|
161
|
-
transportationMode?: TransportationMode;
|
|
162
|
-
detailsBorderCrossing?: string;
|
|
163
|
-
technicalControlNeeded: boolean;
|
|
164
|
-
insuranceNeeded: boolean;
|
|
165
|
-
transitPlateBelgiumNeeded: boolean;
|
|
166
|
-
transitPlateAustriaNeeded: boolean;
|
|
167
|
-
licensePlateNeeded: boolean;
|
|
168
|
-
dateOfPickUpByCustomer?: string;
|
|
169
|
-
};
|
|
170
|
-
|
|
171
|
-
export type AddressDeliveryType = BaseDeliveryType & {
|
|
172
|
-
type: DeliveryTypes.ADDRESS;
|
|
173
|
-
address: LocationValue;
|
|
174
|
-
distanceKm: string;
|
|
175
|
-
technicalControlNeeded: boolean;
|
|
176
|
-
};
|
|
177
|
-
|
|
178
|
-
export type PortDeliverytype = BaseDeliveryType & {
|
|
179
|
-
type: DeliveryTypes.PORT | DeliveryTypes.PORT_AND_SHIP;
|
|
180
|
-
portOriginId: string;
|
|
181
|
-
portDestination?: string;
|
|
182
|
-
shippingCompany?: string;
|
|
183
|
-
portToPortCostPrice: string;
|
|
184
|
-
parkToPortCostPrice?: string;
|
|
185
|
-
portToPortMargin: string;
|
|
186
|
-
ets?: string;
|
|
187
|
-
eta?: string;
|
|
188
|
-
etd?: string;
|
|
189
|
-
bookingRef?: string;
|
|
190
|
-
deliveryLocation?: string;
|
|
191
|
-
};
|
|
192
|
-
|
|
193
134
|
// Sent by the Frontend to bootstrap the calculator
|
|
194
135
|
export type SalesCalculatorDefaultInput = Omit<BaseQuoteCalculatorInput, 'vehicle'> & {
|
|
195
136
|
vehicle: Omit<BaseQuoteCalculatorInput['vehicle'], 'vatRate'>;
|
|
@@ -205,7 +146,7 @@ export type SalesCalculatorInput = BaseQuoteCalculatorInput & {
|
|
|
205
146
|
internetPrice?: string;
|
|
206
147
|
comissionCost: string;
|
|
207
148
|
};
|
|
208
|
-
delivery?:
|
|
149
|
+
delivery?: SalesDeliveryType;
|
|
209
150
|
extras: SalesQuoteExtraInput[];
|
|
210
151
|
customRequests: CustomSalesQuoteExtraInput[];
|
|
211
152
|
financing?: {
|
|
@@ -417,16 +358,6 @@ export type CalculatorSalesIO = {
|
|
|
417
358
|
};
|
|
418
359
|
export type CalculatorQuoteIO = CalculatorLeasingIO | CalculatorSalesIO;
|
|
419
360
|
|
|
420
|
-
export type DeliveryLocationValue = Omit<LocationValue, 'addressLine1' | 'city'> & {
|
|
421
|
-
addressLine1: string;
|
|
422
|
-
city: string;
|
|
423
|
-
};
|
|
424
|
-
|
|
425
|
-
export type DeliveryRoutesRequest = {
|
|
426
|
-
origin: DeliveryLocationValue;
|
|
427
|
-
destination: DeliveryLocationValue;
|
|
428
|
-
};
|
|
429
|
-
|
|
430
361
|
export type NewQuoteValidator = {
|
|
431
362
|
userId: string;
|
|
432
363
|
countryCode: string;
|
|
@@ -441,3 +372,17 @@ export type QuoteValidator = NewQuoteValidator & {
|
|
|
441
372
|
export type QuoteValidatorUpdate = {
|
|
442
373
|
canValidateOwn: boolean;
|
|
443
374
|
};
|
|
375
|
+
|
|
376
|
+
export type {
|
|
377
|
+
AddressDeliveryType,
|
|
378
|
+
DeliveryLocationValue,
|
|
379
|
+
DeliveryRoutesRequest,
|
|
380
|
+
PickUpDeliveryType,
|
|
381
|
+
PortDeliverytype,
|
|
382
|
+
} from './deliveries.js';
|
|
383
|
+
/** @deprecated Import delivery types from ./deliveries.js. */
|
|
384
|
+
export {
|
|
385
|
+
SalesDeliveryTypes as DeliveryTypes,
|
|
386
|
+
SpoilerInfo,
|
|
387
|
+
TransportationMode,
|
|
388
|
+
} from './deliveries.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"recently-viewed.js","sourceRoot":"","sources":["recently-viewed.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Expected arrivals report — the payload for the `Reports → Expected arrivals` tab: every
|
|
3
|
+
* vehicle whose supplier has been fully paid but which has not arrived on our park (or, for a
|
|
4
|
+
* direct supplier-to-client delivery, has not been delivered), with the monthly history of how
|
|
5
|
+
* long a paid vehicle takes to arrive. The per-purchaser overview and the KPIs follow the
|
|
6
|
+
* table's filters, so the client computes them from the rows it shows.
|
|
7
|
+
*
|
|
8
|
+
* The API returns raw numbers only; the client formats amounts and dates.
|
|
9
|
+
*/
|
|
10
|
+
import { LocationValue } from '@bisondesk/commons-sdk/locations';
|
|
11
|
+
import { TransportLocationSource, TransportStatus, TransportType } from './transports.js';
|
|
12
|
+
import { VehiclePurchaseDeliveryType } from './vehicles.js';
|
|
13
|
+
|
|
14
|
+
/** Months of arrivals the history chart covers. */
|
|
15
|
+
export const ARRIVALS_HISTORY_MONTHS = 24;
|
|
16
|
+
|
|
17
|
+
/** Full months of arrivals behind the "usual wait" benchmark. */
|
|
18
|
+
export const ARRIVALS_USUAL_WAIT_MONTHS = 3;
|
|
19
|
+
|
|
20
|
+
/** Days after the full payment beyond which a vehicle still not arrived is flagged. */
|
|
21
|
+
export const ARRIVALS_LATE_AFTER_DAYS = 30;
|
|
22
|
+
|
|
23
|
+
export type ExpectedArrivalTransport = {
|
|
24
|
+
id: string;
|
|
25
|
+
type: TransportType;
|
|
26
|
+
status: TransportStatus;
|
|
27
|
+
/** Planned pick-up / delivery day. */
|
|
28
|
+
date?: string;
|
|
29
|
+
transportCompany?: string;
|
|
30
|
+
driver?: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export type ExpectedArrivalRow = {
|
|
34
|
+
vehicleId: string;
|
|
35
|
+
stockNumber: string;
|
|
36
|
+
title: string;
|
|
37
|
+
/** Vehicle condition; null when it has not been recorded. */
|
|
38
|
+
used: boolean | null;
|
|
39
|
+
/** Main picture, else the first picture; the client appends the resize parameters. */
|
|
40
|
+
pictureUrl?: string;
|
|
41
|
+
/** The client reads the branch location for the maps origin. */
|
|
42
|
+
branchId: string;
|
|
43
|
+
currency: string;
|
|
44
|
+
/** User id from `purchase.purchasedBy`; the client resolves name + avatar. */
|
|
45
|
+
purchasedBy: string;
|
|
46
|
+
supplier: { id: string; name: string };
|
|
47
|
+
/** `deal.purchase`, exclusive VAT. */
|
|
48
|
+
purchasePrice: number | null;
|
|
49
|
+
/** Σ of the payment rows marked paid — what left the bank. */
|
|
50
|
+
amountPaid: number;
|
|
51
|
+
fullPaymentSentAt: string;
|
|
52
|
+
firstPaymentSentAt?: string;
|
|
53
|
+
daysSincePayment: number;
|
|
54
|
+
sold: boolean;
|
|
55
|
+
opportunityId?: string;
|
|
56
|
+
clientOrgId?: string;
|
|
57
|
+
clientName?: string;
|
|
58
|
+
/** The purchase transport's delivery address, else the supplier's legal address. */
|
|
59
|
+
pickupAddress?: { address: LocationValue; source: TransportLocationSource };
|
|
60
|
+
deliveryType?: VehiclePurchaseDeliveryType;
|
|
61
|
+
/** Direct supplier-to-client delivery: no purchase logistics, the sale delivery is the exit. */
|
|
62
|
+
readyToDeliver: boolean;
|
|
63
|
+
availableWeek?: string;
|
|
64
|
+
/** The purchase transport for a park vehicle, the sale delivery for a direct delivery. */
|
|
65
|
+
transport?: ExpectedArrivalTransport;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
/** One month of arrivals, keyed by month of arrival. Percentiles cover the paid-first rows only. */
|
|
69
|
+
export type ArrivalsMonth = {
|
|
70
|
+
/** `YYYY-MM`. */
|
|
71
|
+
month: string;
|
|
72
|
+
arrivals: number;
|
|
73
|
+
/** Fully paid before arriving — the ones with a wait to measure. */
|
|
74
|
+
paidFirst: number;
|
|
75
|
+
arrivedBeforePaid: number;
|
|
76
|
+
p50Days: number | null;
|
|
77
|
+
p80Days: number | null;
|
|
78
|
+
/** Paid-first arrivals that waited more than `ARRIVALS_LATE_AFTER_DAYS`. */
|
|
79
|
+
late: number;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
/** Days between the full payment and the arrival, over a window of arrivals. */
|
|
83
|
+
export type ArrivalsWait = { p50Days: number | null; p80Days: number | null };
|
|
84
|
+
|
|
85
|
+
export type ExpectedArrivalsReportResponse = {
|
|
86
|
+
rows: ExpectedArrivalRow[];
|
|
87
|
+
/** The last `ARRIVALS_HISTORY_MONTHS` months, oldest first, every month present. */
|
|
88
|
+
history: ArrivalsMonth[];
|
|
89
|
+
/** Over the last `ARRIVALS_USUAL_WAIT_MONTHS` full months of arrivals. */
|
|
90
|
+
usualWait: ArrivalsWait;
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
export type ExpectedArrivalsExportRequest = {
|
|
94
|
+
vehicleIds: string[];
|
|
95
|
+
};
|
|
@@ -81,6 +81,17 @@ export type SalesReportMake = {
|
|
|
81
81
|
yoyPct: number | null;
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
+
export type SalesReportCategory = {
|
|
85
|
+
/** Vehicle category; empty when missing or outside the supported categories. */
|
|
86
|
+
category: string;
|
|
87
|
+
/** Number of opportunities in the current window. */
|
|
88
|
+
units: number;
|
|
89
|
+
/** Share of all opportunities in the current window, 0–100. */
|
|
90
|
+
sharePct: number;
|
|
91
|
+
/** Fractional year-over-year change in opportunity count; 0 when both counts are zero. */
|
|
92
|
+
yoyPct: number | null;
|
|
93
|
+
};
|
|
94
|
+
|
|
84
95
|
/** A ranked organization row for the top-clients / top-suppliers cards. */
|
|
85
96
|
export type SalesReportTopOrg = {
|
|
86
97
|
/** Organization id (`org.id` for clients; `purchase.organizationId` for suppliers). */
|
|
@@ -190,6 +201,8 @@ export type SalesReportResponse = {
|
|
|
190
201
|
countries: SalesReportCountry[];
|
|
191
202
|
/** Top vehicle makes by units in the current window (the client slices to its top N). */
|
|
192
203
|
makes: SalesReportMake[];
|
|
204
|
+
/** Every vehicle category, ordered by current units; includes unassigned opportunities. */
|
|
205
|
+
categories: SalesReportCategory[];
|
|
193
206
|
/** All sales people with units in either window (capped; the client list scrolls). */
|
|
194
207
|
salespeople: SalesReportSalesperson[];
|
|
195
208
|
/** All purchasers with vehicles bought in the current window (capped; the client list scrolls). */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservations.js","sourceRoot":"","sources":["reservations.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,kBAEX;AAFD,WAAY,kBAAkB;IAC5B,kEAA4C,CAAA;AAC9C,CAAC,EAFW,kBAAkB,KAAlB,kBAAkB,QAE7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"roi-ratings.js","sourceRoot":"","sources":["roi-ratings.ts"],"names":[],"mappings":"AAIA,MAAM,CAAN,IAAY,WAEX;AAFD,WAAY,WAAW;IACrB,2CAA4B,CAAA;AAC9B,CAAC,EAFW,WAAW,KAAX,WAAW,QAEtB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var SavedFiltersActions;
|
|
2
|
+
(function (SavedFiltersActions) {
|
|
3
|
+
SavedFiltersActions["Share"] = "share";
|
|
4
|
+
SavedFiltersActions["Update"] = "update";
|
|
5
|
+
SavedFiltersActions["Delete"] = "delete";
|
|
6
|
+
SavedFiltersActions["SetPersonalDefault"] = "set_own_default";
|
|
7
|
+
SavedFiltersActions["SetGlobalDefault"] = "set_global_default";
|
|
8
|
+
})(SavedFiltersActions || (SavedFiltersActions = {}));
|
|
9
|
+
//# sourceMappingURL=saved-filters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saved-filters.js","sourceRoot":"","sources":["saved-filters.ts"],"names":[],"mappings":"AAsBA,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,sCAAe,CAAA;IACf,wCAAiB,CAAA;IACjB,wCAAiB,CAAA;IACjB,6DAAsC,CAAA;IACtC,8DAAuC,CAAA;AACzC,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["search.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings.js","sourceRoot":"","sources":["settings.ts"],"names":[],"mappings":""}
|