@bisondesk/core-sdk 1.0.280 → 1.0.282

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.
Files changed (39) hide show
  1. package/lib/cjs/constants.js +4 -2
  2. package/lib/cjs/constants.js.map +1 -1
  3. package/lib/cjs/types/insights.js.map +1 -1
  4. package/lib/cjs/types/leasing-settings.js.map +1 -1
  5. package/lib/cjs/types/opportunities.js +4 -0
  6. package/lib/cjs/types/opportunities.js.map +1 -1
  7. package/lib/cjs/types/users.js.map +1 -1
  8. package/lib/cjs/utils/tenants.js +8 -1
  9. package/lib/cjs/utils/tenants.js.map +1 -1
  10. package/lib/esm/constants.js +2 -0
  11. package/lib/esm/constants.js.map +1 -1
  12. package/lib/esm/types/insights.js.map +1 -1
  13. package/lib/esm/types/leasing-settings.js.map +1 -1
  14. package/lib/esm/types/opportunities.js +4 -0
  15. package/lib/esm/types/opportunities.js.map +1 -1
  16. package/lib/esm/types/users.js.map +1 -1
  17. package/lib/esm/utils/tenants.js +6 -0
  18. package/lib/esm/utils/tenants.js.map +1 -1
  19. package/lib/tsconfig.cjs.tsbuildinfo +1 -1
  20. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  21. package/lib/types/constants.d.ts +2 -0
  22. package/lib/types/constants.d.ts.map +1 -1
  23. package/lib/types/types/insights.d.ts +0 -3
  24. package/lib/types/types/insights.d.ts.map +1 -1
  25. package/lib/types/types/leasing-settings.d.ts +1 -4
  26. package/lib/types/types/leasing-settings.d.ts.map +1 -1
  27. package/lib/types/types/opportunities.d.ts +16 -6
  28. package/lib/types/types/opportunities.d.ts.map +1 -1
  29. package/lib/types/types/users.d.ts +9 -3
  30. package/lib/types/types/users.d.ts.map +1 -1
  31. package/lib/types/utils/tenants.d.ts +1 -0
  32. package/lib/types/utils/tenants.d.ts.map +1 -1
  33. package/package.json +1 -1
  34. package/src/constants.ts +2 -0
  35. package/src/types/insights.ts +0 -3
  36. package/src/types/leasing-settings.ts +1 -4
  37. package/src/types/opportunities.ts +14 -4
  38. package/src/types/users.ts +9 -3
  39. package/src/utils/tenants.ts +11 -0
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MAX_PRICE = exports.MAX_KM = exports.MAX_AGE = exports.FILTER_MULTIPLE_SEPARATOR = exports.FILTER_RANGE_SEPARATOR = exports.MIN_SORT_PRIORITY = exports.MAX_SORT_PRIORITY = exports.Categories = exports.DOCUMENT_TYPES_PICKLIST_ID = exports.JOB_CATEGORIES_PICKLIST_ID = exports.EXTENDED_PICKLIST_ID = exports.HEIGTHENED_PICKLIST_ID = exports.ORG_SEGMENTS_PICKLIST_ID = exports.SUSPENSIONS_PICKLIST_ID = exports.MAKE_MODEL_TYPES_PICKLIST_ID = exports.MAKE_MODELS_PICKLIST_ID = exports.MAKES_PICKLIST_ID = exports.TRANSMISSIONS_PICKLIST_ID = exports.EURONORMS_PICKLIST_ID = exports.CONFIGURATIONS_PICKLIST_ID = exports.CATEGORIES_PICKLIST_ID = exports.CABINS_PICKLIST_ID = exports.BODYWORKS_PICKLIST_ID = exports.WEBSITE_MARKETING_PLATFORM_ID = exports.SLB_PARTNERS_PICKLIST_ID = exports.SHIPPING_COMPANIES_PICKLIST_ID = exports.ENGINEERING_DOCS_PICKLIST_ID = exports.CRANE_MAKE_PICKLIST_ID = exports.VAT_PERCENTAGE_PICKLIST_ID = exports.TAILGATE_MAKE_PICKLIST_ID = exports.AXLE_MAKE_PICKLIST_ID = exports.SUPPLIER_VAT_RATE_PICKLIST_ID = exports.LOCATION_PICKLIST_ID = exports.GEARBOX_MAKE_PICKLIST_ID = exports.AXLE_TIRE_SIZE_PICKLIST_ID = exports.DEPARTMENT_PICKLIST_ID = exports.OPPORTUNITY_SOURCE_PICKLIST_ID = exports.OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = exports.OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = exports.OPPORTUNITY_STATUS_PICKLIST_ID = exports.MARKETING_PLATFORMS_PICKLIST_ID = exports.VEHICLE_ROLES_PICKLIST_ID = exports.VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = exports.VEHICLE_STATE_FILTERS_PICKLIST_ID = exports.VEHICLE_MAIN_FEATURES_PICKLIST_ID = exports.COUNTRIES_PICKLIST_ID = exports.TIMEZONES_PICKLIST_ID = exports.CLIENT_LANGUAGES_PICKLIST_ID = exports.APP_LANGUAGES_PICKLIST_ID = exports.BusinessEntityIds = void 0;
4
- exports.WarningHints = exports.VEHICLE_SHARE_TEMPLATE_ID = exports.DEBTORS_MONTHS_UNTIL_TODAY_COUNT = exports.AXLE_CONFIG = exports.UNKNOWN_MAKE = exports.OpportunityType = exports.INTERNET_VEHICLES_ANALYSIS_ALL_DATA = exports.LeasingAdminUploadErrors = exports.LeasingAdminEntities = exports.LeasingAdminUploadHandlers = exports.KM_ROUNDING = exports.PRICE_ROUNDING = void 0;
3
+ exports.MAX_KM = exports.MAX_AGE = exports.FILTER_MULTIPLE_SEPARATOR = exports.FILTER_RANGE_SEPARATOR = exports.MIN_SORT_PRIORITY = exports.MAX_SORT_PRIORITY = exports.Categories = exports.DOCUMENT_TYPES_PICKLIST_ID = exports.JOB_CATEGORIES_PICKLIST_ID = exports.EXTENDED_PICKLIST_ID = exports.HEIGTHENED_PICKLIST_ID = exports.ORG_SEGMENTS_PICKLIST_ID = exports.SUSPENSIONS_PICKLIST_ID = exports.MAKE_MODEL_TYPES_PICKLIST_ID = exports.MAKE_MODELS_PICKLIST_ID = exports.MAKES_PICKLIST_ID = exports.TRANSMISSIONS_PICKLIST_ID = exports.EURONORMS_PICKLIST_ID = exports.CONFIGURATIONS_PICKLIST_ID = exports.CATEGORIES_PICKLIST_ID = exports.CABINS_PICKLIST_ID = exports.BODYWORKS_PICKLIST_ID = exports.WEBSITE_MARKETING_PLATFORM_ID = exports.PURCHASE_LOGISTICS_STATUS_PICKLIST_ID = exports.SLB_PARTNERS_PICKLIST_ID = exports.SHIPPING_COMPANIES_PICKLIST_ID = exports.ENGINEERING_DOCS_PICKLIST_ID = exports.CRANE_MAKE_PICKLIST_ID = exports.VAT_PERCENTAGE_PICKLIST_ID = exports.TAILGATE_MAKE_PICKLIST_ID = exports.AXLE_MAKE_PICKLIST_ID = exports.SUPPLIER_VAT_RATE_PICKLIST_ID = exports.LOCATION_PICKLIST_ID = exports.GEARBOX_MAKE_PICKLIST_ID = exports.AXLE_TIRE_SIZE_PICKLIST_ID = exports.DEPARTMENT_PICKLIST_ID = exports.OPPORTUNITY_SOURCE_PICKLIST_ID = exports.OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = exports.OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = exports.OPPORTUNITY_STATUS_PICKLIST_ID = exports.MARKETING_PLATFORMS_PICKLIST_ID = exports.VEHICLE_ROLES_PICKLIST_ID = exports.VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = exports.VEHICLE_STATE_FILTERS_PICKLIST_ID = exports.VEHICLE_MAIN_FEATURES_PICKLIST_ID = exports.COUNTRIES_PICKLIST_ID = exports.TIMEZONES_PICKLIST_ID = exports.CLIENT_LANGUAGES_PICKLIST_ID = exports.APP_LANGUAGES_PICKLIST_ID = exports.BusinessEntityIds = void 0;
4
+ exports.WarningHints = exports.SIGNATURE_EMAIL_TEMPLATE_ID = exports.VEHICLE_SHARE_TEMPLATE_ID = exports.DEBTORS_MONTHS_UNTIL_TODAY_COUNT = exports.AXLE_CONFIG = exports.UNKNOWN_MAKE = exports.OpportunityType = exports.INTERNET_VEHICLES_ANALYSIS_ALL_DATA = exports.LeasingAdminUploadErrors = exports.LeasingAdminEntities = exports.LeasingAdminUploadHandlers = exports.KM_ROUNDING = exports.PRICE_ROUNDING = exports.MAX_PRICE = void 0;
5
5
  var constants_1 = require("@bisondesk/commons-sdk/constants");
6
6
  Object.defineProperty(exports, "BusinessEntityIds", { enumerable: true, get: function () { return constants_1.BusinessEntityIds; } });
7
7
  exports.APP_LANGUAGES_PICKLIST_ID = 'appLanguages';
@@ -29,6 +29,7 @@ exports.CRANE_MAKE_PICKLIST_ID = 'craneMakes';
29
29
  exports.ENGINEERING_DOCS_PICKLIST_ID = 'engineeringDocs';
30
30
  exports.SHIPPING_COMPANIES_PICKLIST_ID = 'shippingCompanies';
31
31
  exports.SLB_PARTNERS_PICKLIST_ID = 'slb_partners';
32
+ exports.PURCHASE_LOGISTICS_STATUS_PICKLIST_ID = 'purchaseLogisticsStatus';
32
33
  exports.WEBSITE_MARKETING_PLATFORM_ID = 'PUBLIC_WEBSITE';
33
34
  exports.BODYWORKS_PICKLIST_ID = 'bodywork';
34
35
  exports.CABINS_PICKLIST_ID = 'cabin';
@@ -925,6 +926,7 @@ exports.AXLE_CONFIG = {
925
926
  };
926
927
  exports.DEBTORS_MONTHS_UNTIL_TODAY_COUNT = 6;
927
928
  exports.VEHICLE_SHARE_TEMPLATE_ID = 'vehicle-share';
929
+ exports.SIGNATURE_EMAIL_TEMPLATE_ID = 'signature-email';
928
930
  var WarningHints;
929
931
  (function (WarningHints) {
930
932
  WarningHints["INFO"] = "info";
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"/","sources":["constants.ts"],"names":[],"mappings":"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","sourcesContent":["import { VehicleAxle } from './types/vehicles';\n\nexport { BusinessEntityIds } from '@bisondesk/commons-sdk/constants';\n\n//\n// STATIC PICKLIST IDS\n//\nexport const APP_LANGUAGES_PICKLIST_ID = 'appLanguages';\nexport const CLIENT_LANGUAGES_PICKLIST_ID = 'clientLanguages';\nexport const TIMEZONES_PICKLIST_ID = 'timezones';\nexport const COUNTRIES_PICKLIST_ID = 'countries';\nexport const VEHICLE_MAIN_FEATURES_PICKLIST_ID = 'vehicleMainFeatures';\nexport const VEHICLE_STATE_FILTERS_PICKLIST_ID = 'vehicleStateFilters';\nexport const VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = 'vehicleSaleDealStatus';\nexport const VEHICLE_ROLES_PICKLIST_ID = 'vehicleRoles';\nexport const MARKETING_PLATFORMS_PICKLIST_ID = 'marketingPlatforms';\nexport const OPPORTUNITY_STATUS_PICKLIST_ID = 'opportunityStatus';\nexport const OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = 'opportunityDealStatus';\nexport const OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = 'opportunityLogisticStatus';\nexport const OPPORTUNITY_SOURCE_PICKLIST_ID = 'opportunity_source';\nexport const DEPARTMENT_PICKLIST_ID = 'department';\nexport const AXLE_TIRE_SIZE_PICKLIST_ID = 'axleTireSize';\nexport const GEARBOX_MAKE_PICKLIST_ID = 'gearboxMake';\nexport const LOCATION_PICKLIST_ID = 'location';\nexport const SUPPLIER_VAT_RATE_PICKLIST_ID = 'supplierVATRate';\nexport const AXLE_MAKE_PICKLIST_ID = 'axleMake';\nexport const TAILGATE_MAKE_PICKLIST_ID = 'tailgateMakes';\nexport const VAT_PERCENTAGE_PICKLIST_ID = 'vatPercentages';\nexport const CRANE_MAKE_PICKLIST_ID = 'craneMakes';\nexport const ENGINEERING_DOCS_PICKLIST_ID = 'engineeringDocs';\nexport const SHIPPING_COMPANIES_PICKLIST_ID = 'shippingCompanies';\nexport const SLB_PARTNERS_PICKLIST_ID = 'slb_partners';\n\n//\n// STATIC PICKLIST ID VALUES\nexport const WEBSITE_MARKETING_PLATFORM_ID = 'PUBLIC_WEBSITE';\n\n//\n// STATIC PICKLIST IDS FROM HyperDMS\n//\nexport const BODYWORKS_PICKLIST_ID = 'bodywork';\nexport const CABINS_PICKLIST_ID = 'cabin';\nexport const CATEGORIES_PICKLIST_ID = 'category';\nexport const CONFIGURATIONS_PICKLIST_ID = 'configuration';\nexport const EURONORMS_PICKLIST_ID = 'euronorm';\nexport const TRANSMISSIONS_PICKLIST_ID = 'gearbox';\nexport const MAKES_PICKLIST_ID = 'make';\nexport const MAKE_MODELS_PICKLIST_ID = 'make_model';\nexport const MAKE_MODEL_TYPES_PICKLIST_ID = 'make_model_type';\nexport const SUSPENSIONS_PICKLIST_ID = 'suspension';\nexport const ORG_SEGMENTS_PICKLIST_ID = 'segment';\nexport const HEIGTHENED_PICKLIST_ID = 'extended_height_dimension';\nexport const EXTENDED_PICKLIST_ID = 'extended_length_dimension';\nexport const JOB_CATEGORIES_PICKLIST_ID = 'job_category';\nexport const DOCUMENT_TYPES_PICKLIST_ID = 'document_types';\n\n//\n// STATIC VALUES FOR VEHICLE CATEGORIES\n//\nexport enum Categories {\n TractorHead = 'Tractor Head',\n Truck = 'Truck',\n Trailer = 'Trailer',\n SemiTrailer = 'Semi-Trailer',\n Van = 'Van',\n Machine = 'Machine',\n Car = 'Car',\n Superstructure = 'Superstructure',\n}\n\n//\n// PICKLIST CONSTANTS\n//\nexport const MAX_SORT_PRIORITY = 10_000;\nexport const MIN_SORT_PRIORITY = 1;\n\n//\n// SEARCH\n//\nexport const FILTER_RANGE_SEPARATOR = '__';\nexport const FILTER_MULTIPLE_SEPARATOR = '__';\n\n//\n// Lead interests\n//\nexport const MAX_AGE = 15;\nexport const MAX_KM = 1_000_000;\nexport const MAX_PRICE = 100_000;\nexport const PRICE_ROUNDING = 1000;\nexport const KM_ROUNDING = 100_000;\n\n//\n// Leasing administration\n//\nexport enum LeasingAdminUploadHandlers {\n DhondtMonthly = 'dhondt-monthly-invoice',\n DhondtProrata = 'dhondt-prorata-invoice',\n Belfius = 'belfius-monthly-invoice',\n ING = 'ing-monthly-invoice',\n}\n\nexport enum LeasingAdminEntities {\n Dhondt = 'dhondt',\n Becris = 'becris',\n ING = 'ing',\n}\n\nexport enum LeasingAdminUploadErrors {\n DuplicatedFile = 'leasing-administration.file-already-exists',\n FetchCurrentFile = 'leasing-administration.diff.fetch-current-file-failed',\n InvalidAttachment = 'leasing-administration.invalid-attachment',\n InvalidBelfiusXlsx = 'leasing-administration.belfius.invalid-xlsx',\n InvalidHandlerId = 'leasing-administration.invalid-handler',\n InvalidInvoiceFormat = 'leasing-administration.upload.invalid-invoice',\n NegativeAmount = 'leasing-administration.negative-amount',\n OngoingUpload = 'leasing-administration.ongoing-upload',\n Publish = 'leasing-administration.upload.publish-failed',\n UnknownVehicle = 'leasing-administration.belfius.unknown-vehicle',\n MissingVehicle = 'leasing-administration.belfius.missing-vehicle',\n Validation = 'leasing-administration.upload.invalid-request',\n}\n\n//\n// Lead interests\n//\nexport const INTERNET_VEHICLES_ANALYSIS_ALL_DATA = 'all';\n\n//\n// Opportunities\n//\nexport enum OpportunityType {\n LEASING = 'leasing',\n SALES = 'sales',\n}\n\n//\n// VEHICLES\n//\nexport const UNKNOWN_MAKE = 'other';\n\nexport const AXLE_CONFIG: { [config: string]: VehicleAxle[] } = {\n '4x2': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '4x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '6x2': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: true,\n },\n ],\n '6x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '6x6': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '8x2': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: true,\n },\n ],\n '8x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '8x6': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '8x8': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x6': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x8': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x10': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '1 axle': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '3 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '4 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '5 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '6 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 6,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '7 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 6,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 7,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '8 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 6,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 7,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 8,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 front, 1 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 front, 2 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 front, 3 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 front, 2 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 front, 3 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 middle': [\n {\n nr: 1,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 middle': [\n {\n nr: 1,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '3 middle': [\n {\n nr: 1,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n};\n\nexport const DEBTORS_MONTHS_UNTIL_TODAY_COUNT = 6;\n\n// Email Template IDs\nexport const VEHICLE_SHARE_TEMPLATE_ID = 'vehicle-share';\n\nexport enum WarningHints {\n INFO = 'info',\n WARNING = 'warning',\n ERROR = 'error',\n}\n"]}
1
+ {"version":3,"file":"constants.js","sourceRoot":"/","sources":["constants.ts"],"names":[],"mappings":"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","sourcesContent":["import { VehicleAxle } from './types/vehicles';\n\nexport { BusinessEntityIds } from '@bisondesk/commons-sdk/constants';\n\n//\n// STATIC PICKLIST IDS\n//\nexport const APP_LANGUAGES_PICKLIST_ID = 'appLanguages';\nexport const CLIENT_LANGUAGES_PICKLIST_ID = 'clientLanguages';\nexport const TIMEZONES_PICKLIST_ID = 'timezones';\nexport const COUNTRIES_PICKLIST_ID = 'countries';\nexport const VEHICLE_MAIN_FEATURES_PICKLIST_ID = 'vehicleMainFeatures';\nexport const VEHICLE_STATE_FILTERS_PICKLIST_ID = 'vehicleStateFilters';\nexport const VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = 'vehicleSaleDealStatus';\nexport const VEHICLE_ROLES_PICKLIST_ID = 'vehicleRoles';\nexport const MARKETING_PLATFORMS_PICKLIST_ID = 'marketingPlatforms';\nexport const OPPORTUNITY_STATUS_PICKLIST_ID = 'opportunityStatus';\nexport const OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = 'opportunityDealStatus';\nexport const OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = 'opportunityLogisticStatus';\nexport const OPPORTUNITY_SOURCE_PICKLIST_ID = 'opportunity_source';\nexport const DEPARTMENT_PICKLIST_ID = 'department';\nexport const AXLE_TIRE_SIZE_PICKLIST_ID = 'axleTireSize';\nexport const GEARBOX_MAKE_PICKLIST_ID = 'gearboxMake';\nexport const LOCATION_PICKLIST_ID = 'location';\nexport const SUPPLIER_VAT_RATE_PICKLIST_ID = 'supplierVATRate';\nexport const AXLE_MAKE_PICKLIST_ID = 'axleMake';\nexport const TAILGATE_MAKE_PICKLIST_ID = 'tailgateMakes';\nexport const VAT_PERCENTAGE_PICKLIST_ID = 'vatPercentages';\nexport const CRANE_MAKE_PICKLIST_ID = 'craneMakes';\nexport const ENGINEERING_DOCS_PICKLIST_ID = 'engineeringDocs';\nexport const SHIPPING_COMPANIES_PICKLIST_ID = 'shippingCompanies';\nexport const SLB_PARTNERS_PICKLIST_ID = 'slb_partners';\nexport const PURCHASE_LOGISTICS_STATUS_PICKLIST_ID = 'purchaseLogisticsStatus';\n\n//\n// STATIC PICKLIST ID VALUES\nexport const WEBSITE_MARKETING_PLATFORM_ID = 'PUBLIC_WEBSITE';\n\n//\n// STATIC PICKLIST IDS FROM HyperDMS\n//\nexport const BODYWORKS_PICKLIST_ID = 'bodywork';\nexport const CABINS_PICKLIST_ID = 'cabin';\nexport const CATEGORIES_PICKLIST_ID = 'category';\nexport const CONFIGURATIONS_PICKLIST_ID = 'configuration';\nexport const EURONORMS_PICKLIST_ID = 'euronorm';\nexport const TRANSMISSIONS_PICKLIST_ID = 'gearbox';\nexport const MAKES_PICKLIST_ID = 'make';\nexport const MAKE_MODELS_PICKLIST_ID = 'make_model';\nexport const MAKE_MODEL_TYPES_PICKLIST_ID = 'make_model_type';\nexport const SUSPENSIONS_PICKLIST_ID = 'suspension';\nexport const ORG_SEGMENTS_PICKLIST_ID = 'segment';\nexport const HEIGTHENED_PICKLIST_ID = 'extended_height_dimension';\nexport const EXTENDED_PICKLIST_ID = 'extended_length_dimension';\nexport const JOB_CATEGORIES_PICKLIST_ID = 'job_category';\nexport const DOCUMENT_TYPES_PICKLIST_ID = 'document_types';\n\n//\n// STATIC VALUES FOR VEHICLE CATEGORIES\n//\nexport enum Categories {\n TractorHead = 'Tractor Head',\n Truck = 'Truck',\n Trailer = 'Trailer',\n SemiTrailer = 'Semi-Trailer',\n Van = 'Van',\n Machine = 'Machine',\n Car = 'Car',\n Superstructure = 'Superstructure',\n}\n\n//\n// PICKLIST CONSTANTS\n//\nexport const MAX_SORT_PRIORITY = 10_000;\nexport const MIN_SORT_PRIORITY = 1;\n\n//\n// SEARCH\n//\nexport const FILTER_RANGE_SEPARATOR = '__';\nexport const FILTER_MULTIPLE_SEPARATOR = '__';\n\n//\n// Lead interests\n//\nexport const MAX_AGE = 15;\nexport const MAX_KM = 1_000_000;\nexport const MAX_PRICE = 100_000;\nexport const PRICE_ROUNDING = 1000;\nexport const KM_ROUNDING = 100_000;\n\n//\n// Leasing administration\n//\nexport enum LeasingAdminUploadHandlers {\n DhondtMonthly = 'dhondt-monthly-invoice',\n DhondtProrata = 'dhondt-prorata-invoice',\n Belfius = 'belfius-monthly-invoice',\n ING = 'ing-monthly-invoice',\n}\n\nexport enum LeasingAdminEntities {\n Dhondt = 'dhondt',\n Becris = 'becris',\n ING = 'ing',\n}\n\nexport enum LeasingAdminUploadErrors {\n DuplicatedFile = 'leasing-administration.file-already-exists',\n FetchCurrentFile = 'leasing-administration.diff.fetch-current-file-failed',\n InvalidAttachment = 'leasing-administration.invalid-attachment',\n InvalidBelfiusXlsx = 'leasing-administration.belfius.invalid-xlsx',\n InvalidHandlerId = 'leasing-administration.invalid-handler',\n InvalidInvoiceFormat = 'leasing-administration.upload.invalid-invoice',\n NegativeAmount = 'leasing-administration.negative-amount',\n OngoingUpload = 'leasing-administration.ongoing-upload',\n Publish = 'leasing-administration.upload.publish-failed',\n UnknownVehicle = 'leasing-administration.belfius.unknown-vehicle',\n MissingVehicle = 'leasing-administration.belfius.missing-vehicle',\n Validation = 'leasing-administration.upload.invalid-request',\n}\n\n//\n// Lead interests\n//\nexport const INTERNET_VEHICLES_ANALYSIS_ALL_DATA = 'all';\n\n//\n// Opportunities\n//\nexport enum OpportunityType {\n LEASING = 'leasing',\n SALES = 'sales',\n}\n\n//\n// VEHICLES\n//\nexport const UNKNOWN_MAKE = 'other';\n\nexport const AXLE_CONFIG: { [config: string]: VehicleAxle[] } = {\n '4x2': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '4x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '6x2': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: true,\n },\n ],\n '6x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '6x6': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '8x2': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: true,\n },\n ],\n '8x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '8x6': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '8x8': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x4': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x6': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x8': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Front',\n steering: true,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '10x10': [\n {\n nr: 1,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Front',\n steering: true,\n powered: true,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: true,\n twinWheels: true,\n },\n ],\n '1 axle': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '3 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '4 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '5 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '6 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 6,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '7 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 6,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 7,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '8 axles': [\n {\n nr: 1,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 6,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 7,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 8,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 front, 1 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 front, 2 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 front, 3 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 front, 2 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 front, 3 rear': [\n {\n nr: 1,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Front',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 4,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 5,\n position: 'Back',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '1 middle': [\n {\n nr: 1,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '2 middle': [\n {\n nr: 1,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n '3 middle': [\n {\n nr: 1,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 2,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n {\n nr: 3,\n position: 'Middle',\n steering: false,\n powered: false,\n twinWheels: false,\n },\n ],\n};\n\nexport const DEBTORS_MONTHS_UNTIL_TODAY_COUNT = 6;\n\n// Email Template IDs\nexport const VEHICLE_SHARE_TEMPLATE_ID = 'vehicle-share';\nexport const SIGNATURE_EMAIL_TEMPLATE_ID = 'signature-email';\n\nexport enum WarningHints {\n INFO = 'info',\n WARNING = 'warning',\n ERROR = 'error',\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"insights.js","sourceRoot":"/","sources":["types/insights.ts"],"names":[],"mappings":"","sourcesContent":["export type ComparableVehiclesRequest = {\n offset: number;\n limit: number;\n};\n\nexport type InsightsResponse = {\n insights: Insights;\n comparables: InsightsComparableSpecs;\n};\n\nexport type InsightsSearchRequest = {\n specs: InsightsComparableSpecs;\n offset: number;\n limit: number;\n};\n\nexport type InsightsComparableSpecs = {\n adr?: boolean;\n axleConfigurations?: string[];\n bodystyle?: string;\n category: string;\n crane?: boolean;\n damaged?: boolean;\n euronorms?: string[];\n horsepowerMax?: number;\n horsepowerMin?: number;\n kilometersMax?: number;\n kilometersMin?: number;\n make?: string;\n model?: string;\n priceMax?: number;\n priceMin?: number;\n retarderIntarder?: boolean;\n tailgate?: boolean;\n transmissions?: string[];\n used?: boolean;\n yearMax?: number;\n yearMin?: number;\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"]}
1
+ {"version":3,"file":"insights.js","sourceRoot":"/","sources":["types/insights.ts"],"names":[],"mappings":"","sourcesContent":["export type ComparableVehiclesRequest = {\n offset: number;\n limit: number;\n};\n\nexport type InsightsResponse = {\n insights: Insights;\n comparables: InsightsComparableSpecs;\n};\n\nexport type InsightsSearchRequest = {\n specs: InsightsComparableSpecs;\n offset: number;\n limit: number;\n};\n\nexport type InsightsComparableSpecs = {\n axleConfigurations?: string[];\n bodystyle?: string;\n category: string;\n damaged?: boolean;\n euronorms?: string[];\n horsepowerMax?: number;\n horsepowerMin?: number;\n kilometersMax?: number;\n kilometersMin?: number;\n make?: string;\n model?: string;\n priceMax?: number;\n priceMin?: number;\n retarderIntarder?: boolean;\n transmissions?: string[];\n used?: boolean;\n yearMax?: number;\n yearMin?: number;\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"]}
@@ -1 +1 @@
1
- {"version":3,"file":"leasing-settings.js","sourceRoot":"/","sources":["types/leasing-settings.ts"],"names":[],"mappings":";;;AAsFA,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\nexport type LeasingQuoteParams = { id: string; name: string; modifiedAt: string } & {\n countryCode: 'be';\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 };\n leasing: {\n leasingInterestRate: string;\n leasingDuration: number;\n leasingStartupFeePercentage: string;\n leasingDepositPercentage: string;\n leasingResidualValuePercentage: string;\n };\n taxes: {\n oneTimeRoadTax: string;\n yearlyRoadTax: string;\n oneTimeRoadCheckedForLocalClients: boolean;\n yearlyRoadCheckedForLocalClients: boolean;\n margin: string;\n };\n costs: {\n bankDepositPercentage: string;\n bankInterestRate: string;\n bankResidualValuePercentage: string;\n trackAndTrace24Cost: string;\n trackAndTrace36Cost: string;\n trackAndTrace48Cost: string;\n trackAndTraceMaxCost: string;\n };\n};\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 vatPercentage: string;\n};\n\nexport type CustomSalesQuoteExtraInput = BaseQuoteExtraInput & {\n vatPercentage: string;\n};\n"]}
1
+ {"version":3,"file":"leasing-settings.js","sourceRoot":"/","sources":["types/leasing-settings.ts"],"names":[],"mappings":";;;AAsFA,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\nexport type LeasingQuoteParams = { id: string; name: string; modifiedAt: string } & {\n countryCode: 'be';\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 };\n leasing: {\n leasingInterestRate: string;\n leasingDuration: number;\n leasingStartupFeePercentage: string;\n leasingDepositPercentage: string;\n leasingResidualValuePercentage: string;\n };\n taxes: {\n oneTimeRoadTax: string;\n yearlyRoadTax: string;\n oneTimeRoadCheckedForLocalClients: boolean;\n yearlyRoadCheckedForLocalClients: boolean;\n margin: string;\n };\n costs: {\n bankDepositPercentage: string;\n bankInterestRate: string;\n bankResidualValuePercentage: string;\n trackAndTrace24Cost: string;\n trackAndTrace36Cost: string;\n trackAndTrace48Cost: string;\n trackAndTraceMaxCost: string;\n };\n};\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"]}
@@ -21,6 +21,7 @@ var OpportunityActions;
21
21
  OpportunityActions["DELIVER_VEHICLE"] = "deliver_vehicle";
22
22
  OpportunityActions["UNDO_DELIVER_VEHICLE"] = "undo_deliver_vehicle";
23
23
  OpportunityActions["SET_DEAL_INFO"] = "update_deal_info";
24
+ OpportunityActions["SET_REVIEW_EXPIRATION"] = "update_review_expired_at";
24
25
  })(OpportunityActions = exports.OpportunityActions || (exports.OpportunityActions = {}));
25
26
  var OpportunityDealStatus;
26
27
  (function (OpportunityDealStatus) {
@@ -61,6 +62,9 @@ var OpportunityWarningsCode;
61
62
  OpportunityWarningsCode["CONCURRENT_OPPORTUNITIES"] = "concurrent_opportunities";
62
63
  OpportunityWarningsCode["VEHICLE_RESERVED"] = "vehicle_reserved";
63
64
  OpportunityWarningsCode["OPPORTUNITY_NEEDS_SWITCH_VEHICLE"] = "opportunity_needs_switch_vehicle";
65
+ OpportunityWarningsCode["VEHICLE_RESERVED_DATE_INFO"] = "vehicle_reserved_date_info";
66
+ OpportunityWarningsCode["VEHICLE_RESERVED_INDEFINITELY"] = "vehicle_reserved_indefinitely";
67
+ OpportunityWarningsCode["QUOTE_MISSING_DELIVERY_DETAILS"] = "quote_missing_delivery_details";
64
68
  })(OpportunityWarningsCode = exports.OpportunityWarningsCode || (exports.OpportunityWarningsCode = {}));
65
69
  exports.OpportunityWonColumnId = 'closed_won';
66
70
  exports.OpportunityKanbanColumns = [...exports.OpportunityStatusOrder, exports.OpportunityWonColumnId];
@@ -1 +1 @@
1
- {"version":3,"file":"opportunities.js","sourceRoot":"/","sources":["types/opportunities.ts"],"names":[],"mappings":";;;AASA,IAAY,kBAmBX;AAnBD,WAAY,kBAAkB;IAC5B,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,EAnBW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAmB7B;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,2BAEX;AAFD,WAAY,2BAA2B;IACrC,sEAAuC,CAAA;AACzC,CAAC,EAFW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAEtC;AAED,IAAY,uBAMX;AAND,WAAY,uBAAuB;IACjC,gFAAqD,CAAA;IACrD,2FAAgE,CAAA;IAChE,gFAAqD,CAAA;IACrD,gEAAqC,CAAA;IACrC,gGAAqE,CAAA;AACvE,CAAC,EANW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAMlC;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,2BASX;AATD,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;AAClC,CAAC,EATW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAStC;AAkMY,QAAA,iCAAiC,GAAG,eAAe,CAAC;AACpD,QAAA,4CAA4C,GAAG,0BAA0B,CAAC;AAC1E,QAAA,2CAA2C,GAAG,yBAAyB,CAAC;AACxE,QAAA,sCAAsC,GAAG,oBAAoB,CAAC;AAC9D,QAAA,iDAAiD,GAAG,+BAA+B,CAAC","sourcesContent":["import { Document } from '@bisondesk/commons-sdk/types';\nimport { BusinessEntityIds, OpportunityType, WarningHints } from '../constants';\nimport { Contact, Organization } from './crm';\nimport { Interest } from './leads';\nimport { Payment } from './payments';\nimport { Quote, QuoteStatus } from './quotes';\nimport { DataRecord, ReferenceData } from './utils';\nimport { Vehicle } from './vehicles';\n\nexport enum OpportunityActions {\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}\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}\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}\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 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 reviewExpiredAt?: string;\n preparedAt?: string;\n preparedBy?: 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 interest?: Interest;\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 interest?: Interest | 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 reviewExpiredAt?: string | null; // null gives the possibility to delete this field if all activities are deleted\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\nexport type OpportunityWarning = {\n code: OpportunityWarningsCode;\n title: string;\n description: string;\n level: WarningHints;\n businessEntityId?: BusinessEntityIds;\n recordId?: string;\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 bids: DataRecord<Bid>[];\n quotes: DataRecord<Quote>[];\n activeQuote?: DataRecord<Quote>;\n payments: PaymentSummary | undefined;\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 unassigned: boolean;\n assignees: string[];\n };\n};\n\nexport const QUOTE_CREATED_NOTIFICATION_ORIGIN = 'quote-created';\nexport const QUOTE_VALIDATOR_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-validator-feedback';\nexport const QUOTE_CUSTOMER_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-customer-feedback';\nexport const OPPORTUNITY_CLOSED_NOTIFICATION_ORIGIN = 'opportunity-closed';\nexport const OPPORTUNITY_VEHICLE_AVAILABLE_NOTIFICATION_ORIGIN = 'opportunity-vehicle-available';\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 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 HpIsaProcessRequest = {\n tenantId: string;\n initiatedBy: 'bisondesk';\n processMetaId: string;\n processRunData: {\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 detailsOfStacking?: string | null;\n directDelivery?: boolean | null;\n directDeliveryReason?: string | null;\n agreedPrice?: string;\n\n //PickUP Delivery\n urgentDelivery?: boolean | null;\n dateOfPickUpByCustomer?: number | null;\n modeOfTransportPickUpByCustomer?: string | null; //entity Id\n detailsOfBorderCrossing?: string | null;\n technicalControlNeeded: boolean | null;\n insuranceNeeded: boolean | null;\n transitPlateNeeded: boolean | null;\n licensePlateNeeded: boolean | null;\n\n //Address Delivery\n addressOfDelivery?: 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 //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"]}
1
+ {"version":3,"file":"opportunities.js","sourceRoot":"/","sources":["types/opportunities.ts"],"names":[],"mappings":";;;AASA,IAAY,kBAoBX;AApBD,WAAY,kBAAkB;IAC5B,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;IAClC,wEAAkD,CAAA;AACpD,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,2BAEX;AAFD,WAAY,2BAA2B;IACrC,sEAAuC,CAAA;AACzC,CAAC,EAFW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAEtC;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,2BASX;AATD,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;AAClC,CAAC,EATW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAStC;AAwMY,QAAA,iCAAiC,GAAG,eAAe,CAAC;AACpD,QAAA,4CAA4C,GAAG,0BAA0B,CAAC;AAC1E,QAAA,2CAA2C,GAAG,yBAAyB,CAAC;AACxE,QAAA,sCAAsC,GAAG,oBAAoB,CAAC;AAC9D,QAAA,iDAAiD,GAAG,+BAA+B,CAAC","sourcesContent":["import { Document } from '@bisondesk/commons-sdk/types';\nimport { BusinessEntityIds, OpportunityType, WarningHints } from '../constants';\nimport { Contact, Organization } from './crm';\nimport { Interest } from './leads';\nimport { Payment } from './payments';\nimport { Quote, QuoteStatus } from './quotes';\nimport { DataRecord, ReferenceData } from './utils';\nimport { Vehicle } from './vehicles';\n\nexport enum OpportunityActions {\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 SET_REVIEW_EXPIRATION = 'update_review_expired_at',\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}\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}\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 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 reviewExpiredAt?: string;\n preparedAt?: string;\n preparedBy?: 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 interest?: Interest;\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 interest?: Interest | 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 reviewExpiredAt?: string | null; // null gives the possibility to delete this field if all activities are deleted\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 bids: DataRecord<Bid>[];\n quotes: DataRecord<Quote>[];\n activeQuote?: DataRecord<Quote>;\n payments: PaymentSummary | undefined;\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 unassigned: boolean;\n assignees: string[];\n };\n};\n\nexport const QUOTE_CREATED_NOTIFICATION_ORIGIN = 'quote-created';\nexport const QUOTE_VALIDATOR_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-validator-feedback';\nexport const QUOTE_CUSTOMER_FEEDBACK_NOTIFICATION_ORIGIN = 'quote-customer-feedback';\nexport const OPPORTUNITY_CLOSED_NOTIFICATION_ORIGIN = 'opportunity-closed';\nexport const OPPORTUNITY_VEHICLE_AVAILABLE_NOTIFICATION_ORIGIN = 'opportunity-vehicle-available';\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 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 HpIsaProcessRequest = {\n tenantId: string;\n initiatedBy: 'bisondesk';\n processMetaId: string;\n processRunData: {\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 detailsOfStacking?: string | null;\n directDelivery?: boolean | null;\n directDeliveryReason?: string | null;\n agreedPrice?: string;\n\n //PickUP Delivery\n urgentDelivery?: boolean | null;\n dateOfPickUpByCustomer?: number | null;\n modeOfTransportPickUpByCustomer?: string | null; //entity Id\n detailsOfBorderCrossing?: string | null;\n technicalControlNeeded: boolean | null;\n insuranceNeeded: boolean | null;\n transitPlateNeeded: boolean | null;\n licensePlateNeeded: boolean | null;\n\n //Address Delivery\n addressOfDelivery?: 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 //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"]}
@@ -1 +1 @@
1
- {"version":3,"file":"users.js","sourceRoot":"/","sources":["types/users.ts"],"names":[],"mappings":"","sourcesContent":["import { AppRoles, TopLevelActions } from '@bisondesk/commons-sdk/constants';\nimport {\n AttachmentValue,\n PhoneNumberRawValue,\n PhoneNumberValue,\n} from '@bisondesk/commons-sdk/types';\n\nexport type NewUserRequest = {\n email: string;\n firstName: string;\n language: string;\n lastName: string;\n phone: PhoneNumberRawValue;\n picture?: AttachmentValue;\n roles: AppRoles[];\n};\n\nexport type ValidNewUserRequest = Omit<NewUserRequest, 'phone'> & {\n phone: PhoneNumberValue;\n};\n\nexport type UpdateUserRequest = Omit<User, 'phone'> & {\n phone: PhoneNumberRawValue | PhoneNumberValue;\n};\n\nexport type User = {\n active: boolean;\n createdAt: string;\n email: string;\n firstName: string;\n id: string;\n language: string;\n lastName: string;\n phone: PhoneNumberValue;\n picture?: AttachmentValue;\n roles: AppRoles[];\n roleActions: TopLevelActions[];\n updatedAt: string;\n};\n\n// Short version of the User entity, with only the properties\n// that should be available to any app user.\nexport type UserSummary = {\n firstName: string;\n id: string;\n lastName: string;\n picture?: AttachmentValue;\n};\n"]}
1
+ {"version":3,"file":"users.js","sourceRoot":"/","sources":["types/users.ts"],"names":[],"mappings":"","sourcesContent":["import { AppRoles, TopLevelActions } from '@bisondesk/commons-sdk/constants';\nimport {\n AttachmentValue,\n PhoneNumberRawValue,\n PhoneNumberValue,\n} from '@bisondesk/commons-sdk/types';\n\nexport type NewUserRequest = {\n email: string;\n firstName: string;\n jobTitle?: string;\n landline?: PhoneNumberRawValue; // landline phone number\n language: string;\n lastName: string;\n phone: PhoneNumberRawValue;\n picture?: AttachmentValue;\n roles: AppRoles[];\n};\n\nexport type ValidNewUserRequest = Omit<NewUserRequest, 'phone' | 'landline'> & {\n phone: PhoneNumberValue;\n landline?: PhoneNumberValue;\n};\n\nexport type UpdateUserRequest = Omit<User, 'phone' | 'landline'> & {\n phone: PhoneNumberRawValue | PhoneNumberValue;\n landline?: PhoneNumberRawValue | PhoneNumberValue;\n};\n\nexport type User = {\n active: boolean;\n createdAt: string;\n email: string;\n firstName: string;\n id: string;\n jobTitle?: string;\n landline?: PhoneNumberValue; // landline phone number\n language: string;\n lastName: string;\n phone: PhoneNumberValue;\n picture?: AttachmentValue;\n roleActions: TopLevelActions[];\n roles: AppRoles[];\n updatedAt: string;\n};\n\n// Short version of the User entity, with only the properties\n// that should be available to any app user.\nexport type UserSummary = {\n firstName: string;\n id: string;\n lastName: string;\n picture?: AttachmentValue;\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getBranchStandardVatRate = exports.getDefaultBranch = exports.getBranch = void 0;
3
+ exports.getBranchCustomerStandardVatRate = exports.getBranchStandardVatRate = exports.getDefaultBranch = exports.getBranch = void 0;
4
4
  const errors_1 = require("@bisondesk/commons-sdk/errors");
5
5
  const lodash_1 = require("lodash");
6
6
  const getBranch = (tenant, branchId) => {
@@ -18,4 +18,11 @@ const getBranchStandardVatRate = (tenant, branchId) => {
18
18
  return branch.vatRates.standard;
19
19
  };
20
20
  exports.getBranchStandardVatRate = getBranchStandardVatRate;
21
+ const getBranchCustomerStandardVatRate = (tenant, branchId, customerCountry) => {
22
+ const branch = (0, exports.getBranch)(tenant, branchId);
23
+ const standardVatRate = (0, exports.getBranchStandardVatRate)(tenant, branchId);
24
+ const NO_VAT = '0';
25
+ return branch.country === customerCountry ? standardVatRate : NO_VAT;
26
+ };
27
+ exports.getBranchCustomerStandardVatRate = getBranchCustomerStandardVatRate;
21
28
  //# sourceMappingURL=tenants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tenants.js","sourceRoot":"/","sources":["utils/tenants.ts"],"names":[],"mappings":";;;AAAA,0DAAuD;AACvD,mCAA+B;AAGxB,MAAM,SAAS,GAAG,CAAC,MAAc,EAAE,QAAgB,EAAU,EAAE;IACpE,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,MAAc,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,KAAK,QAAQ,CAAC,CAAC;IAChF,IAAI,MAAM,IAAI,IAAI,EAAE;QAClB,MAAM,IAAI,eAAM,CAAC,0BAA0B,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC,CAAC;KACjF;IAED,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAPW,QAAA,SAAS,aAOpB;AAEK,MAAM,gBAAgB,GAAG,CAAC,MAAc,EAAU,EAAE,CAAC,IAAA,cAAK,EAAC,MAAM,CAAC,QAAQ,CAAE,CAAC;AAAvE,QAAA,gBAAgB,oBAAuD;AAE7E,MAAM,wBAAwB,GAAG,CAAC,MAAc,EAAE,QAAgB,EAAU,EAAE;IACnF,MAAM,MAAM,GAAW,IAAA,iBAAS,EAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IACnD,OAAO,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC;AAClC,CAAC,CAAC;AAHW,QAAA,wBAAwB,4BAGnC","sourcesContent":["import { XError } from '@bisondesk/commons-sdk/errors';\nimport { first } from 'lodash';\nimport { Branch, Tenant } from '../types/tenants';\n\nexport const getBranch = (tenant: Tenant, branchId: string): Branch => {\n const branch = tenant.branches.find((branch: Branch) => branch.id === branchId);\n if (branch == null) {\n throw new XError('tenants.branch-not-found', { tenantId: tenant.id, branchId });\n }\n\n return branch;\n};\n\nexport const getDefaultBranch = (tenant: Tenant): Branch => first(tenant.branches)!;\n\nexport const getBranchStandardVatRate = (tenant: Tenant, branchId: string): string => {\n const branch: Branch = getBranch(tenant, branchId);\n return branch.vatRates.standard;\n};\n"]}
1
+ {"version":3,"file":"tenants.js","sourceRoot":"/","sources":["utils/tenants.ts"],"names":[],"mappings":";;;AAAA,0DAAuD;AACvD,mCAA+B;AAGxB,MAAM,SAAS,GAAG,CAAC,MAAc,EAAE,QAAgB,EAAU,EAAE;IACpE,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,MAAc,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,KAAK,QAAQ,CAAC,CAAC;IAChF,IAAI,MAAM,IAAI,IAAI,EAAE;QAClB,MAAM,IAAI,eAAM,CAAC,0BAA0B,EAAE,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC,CAAC;KACjF;IAED,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAPW,QAAA,SAAS,aAOpB;AAEK,MAAM,gBAAgB,GAAG,CAAC,MAAc,EAAU,EAAE,CAAC,IAAA,cAAK,EAAC,MAAM,CAAC,QAAQ,CAAE,CAAC;AAAvE,QAAA,gBAAgB,oBAAuD;AAE7E,MAAM,wBAAwB,GAAG,CAAC,MAAc,EAAE,QAAgB,EAAU,EAAE;IACnF,MAAM,MAAM,GAAW,IAAA,iBAAS,EAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IACnD,OAAO,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC;AAClC,CAAC,CAAC;AAHW,QAAA,wBAAwB,4BAGnC;AAEK,MAAM,gCAAgC,GAAG,CAC9C,MAAc,EACd,QAAgB,EAChB,eAAuB,EACf,EAAE;IACV,MAAM,MAAM,GAAG,IAAA,iBAAS,EAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAC3C,MAAM,eAAe,GAAG,IAAA,gCAAwB,EAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IACnE,MAAM,MAAM,GAAG,GAAG,CAAC;IACnB,OAAO,MAAM,CAAC,OAAO,KAAK,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC;AACvE,CAAC,CAAC;AATW,QAAA,gCAAgC,oCAS3C","sourcesContent":["import { XError } from '@bisondesk/commons-sdk/errors';\nimport { first } from 'lodash';\nimport { Branch, Tenant } from '../types/tenants';\n\nexport const getBranch = (tenant: Tenant, branchId: string): Branch => {\n const branch = tenant.branches.find((branch: Branch) => branch.id === branchId);\n if (branch == null) {\n throw new XError('tenants.branch-not-found', { tenantId: tenant.id, branchId });\n }\n\n return branch;\n};\n\nexport const getDefaultBranch = (tenant: Tenant): Branch => first(tenant.branches)!;\n\nexport const getBranchStandardVatRate = (tenant: Tenant, branchId: string): string => {\n const branch: Branch = getBranch(tenant, branchId);\n return branch.vatRates.standard;\n};\n\nexport const getBranchCustomerStandardVatRate = (\n tenant: Tenant,\n branchId: string,\n customerCountry: string\n): string => {\n const branch = getBranch(tenant, branchId);\n const standardVatRate = getBranchStandardVatRate(tenant, branchId);\n const NO_VAT = '0';\n return branch.country === customerCountry ? standardVatRate : NO_VAT;\n};\n"]}
@@ -24,6 +24,7 @@ export const CRANE_MAKE_PICKLIST_ID = 'craneMakes';
24
24
  export const ENGINEERING_DOCS_PICKLIST_ID = 'engineeringDocs';
25
25
  export const SHIPPING_COMPANIES_PICKLIST_ID = 'shippingCompanies';
26
26
  export const SLB_PARTNERS_PICKLIST_ID = 'slb_partners';
27
+ export const PURCHASE_LOGISTICS_STATUS_PICKLIST_ID = 'purchaseLogisticsStatus';
27
28
  export const WEBSITE_MARKETING_PLATFORM_ID = 'PUBLIC_WEBSITE';
28
29
  export const BODYWORKS_PICKLIST_ID = 'bodywork';
29
30
  export const CABINS_PICKLIST_ID = 'cabin';
@@ -920,6 +921,7 @@ export const AXLE_CONFIG = {
920
921
  };
921
922
  export const DEBTORS_MONTHS_UNTIL_TODAY_COUNT = 6;
922
923
  export const VEHICLE_SHARE_TEMPLATE_ID = 'vehicle-share';
924
+ export const SIGNATURE_EMAIL_TEMPLATE_ID = 'signature-email';
923
925
  export var WarningHints;
924
926
  (function (WarningHints) {
925
927
  WarningHints["INFO"] = "info";