@kanda-libs/ks-schema 1.0.812 → 1.0.813

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 (122) hide show
  1. package/dist/components/schemas/Company.d.ts +2 -2
  2. package/dist/components/schemas/CompanyInfo.d.ts +1 -1
  3. package/dist/components/schemas/Credit.d.ts +1 -1
  4. package/dist/components/schemas/CustomerOptions.d.ts +1 -1
  5. package/dist/components/schemas/Enquiry.d.ts +1 -1
  6. package/dist/components/schemas/EnquiryBody.d.ts +1 -1
  7. package/dist/components/schemas/EnquiryInfo.d.ts +1 -1
  8. package/dist/components/schemas/FinanceRate.d.ts +1 -1
  9. package/dist/components/schemas/InfoCheckoutRedirect.d.ts +1 -1
  10. package/dist/components/schemas/InfoEnquiry.d.ts +4 -4
  11. package/dist/components/schemas/InfoEntity.d.ts +6 -6
  12. package/dist/components/schemas/InfoLegacyRedirect.d.ts +1 -1
  13. package/dist/components/schemas/InfoSearch.d.ts +7 -7
  14. package/dist/components/schemas/InfoWorkType.d.ts +2 -2
  15. package/dist/components/schemas/Job.d.ts +3 -3
  16. package/dist/components/schemas/JobInfo.d.ts +1 -1
  17. package/dist/components/schemas/JobOverride.d.ts +1 -1
  18. package/dist/components/schemas/KagentChat.d.ts +2 -2
  19. package/dist/components/schemas/KagentVisitorInfo.d.ts +1 -1
  20. package/dist/components/schemas/Lead.d.ts +3 -3
  21. package/dist/components/schemas/LeadQuote.d.ts +2 -2
  22. package/dist/components/schemas/Rate.d.ts +1 -1
  23. package/dist/components/schemas/SearchHits.d.ts +7 -7
  24. package/dist/components/schemas/TradeFilter.d.ts +1 -1
  25. package/dist/components/schemas/TradeSummary.d.ts +1 -1
  26. package/dist/components/schemas/WorkType.d.ts +2 -2
  27. package/dist/components/schemas/WorkType.d.ts.map +1 -1
  28. package/dist/components/schemas/WorkType.js +1 -0
  29. package/dist/operations/applyCredit.d.ts +1 -1
  30. package/dist/operations/applyInviteLead.d.ts +3 -3
  31. package/dist/operations/applyJob.d.ts +3 -3
  32. package/dist/operations/approveCompany.d.ts +2 -2
  33. package/dist/operations/approveJobSatNote.d.ts +3 -3
  34. package/dist/operations/archiveJob.d.ts +3 -3
  35. package/dist/operations/budgetLead.d.ts +3 -3
  36. package/dist/operations/checkCredit.d.ts +1 -1
  37. package/dist/operations/completeJob.d.ts +3 -3
  38. package/dist/operations/connectTradesLead.d.ts +1 -1
  39. package/dist/operations/consentMigrateCredit.d.ts +1 -1
  40. package/dist/operations/declineCompany.d.ts +2 -2
  41. package/dist/operations/delayJobSatNote.d.ts +3 -3
  42. package/dist/operations/deleteCompany.d.ts +2 -2
  43. package/dist/operations/deleteCredit.d.ts +1 -1
  44. package/dist/operations/deleteEnquiry.d.ts +1 -1
  45. package/dist/operations/deleteJob.d.ts +3 -3
  46. package/dist/operations/deleteLead.d.ts +3 -3
  47. package/dist/operations/deleteRate.d.ts +1 -1
  48. package/dist/operations/directorCompany.d.ts +2 -2
  49. package/dist/operations/getCompanies.d.ts +2 -2
  50. package/dist/operations/getCompany.d.ts +2 -2
  51. package/dist/operations/getCredit.d.ts +1 -1
  52. package/dist/operations/getCredits.d.ts +1 -1
  53. package/dist/operations/getEnquiries.d.ts +1 -1
  54. package/dist/operations/getEnquiry.d.ts +1 -1
  55. package/dist/operations/getInfoEnquiry.d.ts +4 -4
  56. package/dist/operations/getInfoEntity.d.ts +6 -6
  57. package/dist/operations/getJob.d.ts +3 -3
  58. package/dist/operations/getJobs.d.ts +3 -3
  59. package/dist/operations/getLead.d.ts +3 -3
  60. package/dist/operations/getLeads.d.ts +3 -3
  61. package/dist/operations/getRate.d.ts +1 -1
  62. package/dist/operations/getRates.d.ts +1 -1
  63. package/dist/operations/infoCheckoutRedirect.d.ts +1 -1
  64. package/dist/operations/infoCredit.d.ts +1 -1
  65. package/dist/operations/infoExampleJob.d.ts +3 -3
  66. package/dist/operations/infoKagent.d.ts +2 -2
  67. package/dist/operations/infoLegacyRedirect.d.ts +1 -1
  68. package/dist/operations/infoRate.d.ts +1 -1
  69. package/dist/operations/infoSearch.d.ts +7 -7
  70. package/dist/operations/infoTradeSummary.d.ts +1 -1
  71. package/dist/operations/infoWorkType.d.ts +2 -2
  72. package/dist/operations/jobSwitchDeposit.d.ts +3 -3
  73. package/dist/operations/lenderReviewJobSatNote.d.ts +3 -3
  74. package/dist/operations/matchTradesLead.d.ts +1 -1
  75. package/dist/operations/migrateCredit.d.ts +1 -1
  76. package/dist/operations/overrideJob.d.ts +3 -3
  77. package/dist/operations/payJob.d.ts +3 -3
  78. package/dist/operations/payoutJob.d.ts +3 -3
  79. package/dist/operations/postCompany.d.ts +2 -2
  80. package/dist/operations/postCompanyBillingSuccess.d.ts +2 -2
  81. package/dist/operations/postCredit.d.ts +1 -1
  82. package/dist/operations/postEnquiry.d.ts +1 -1
  83. package/dist/operations/postEnquiryArchive.d.ts +1 -1
  84. package/dist/operations/postEnquiryBudget.d.ts +1 -1
  85. package/dist/operations/postEnquiryConsumer.d.ts +1 -1
  86. package/dist/operations/postEnquiryConsumerPreferences.d.ts +1 -1
  87. package/dist/operations/postEnquiryConsumerSignature.d.ts +1 -1
  88. package/dist/operations/postEnquiryConvertJob.d.ts +1 -1
  89. package/dist/operations/postEnquiryInterestInCredit.d.ts +1 -1
  90. package/dist/operations/postEnquiryJobInfo.d.ts +1 -1
  91. package/dist/operations/postEnquiryQuote.d.ts +1 -1
  92. package/dist/operations/postEnquiryState.d.ts +1 -1
  93. package/dist/operations/postEnquirySubmit.d.ts +1 -1
  94. package/dist/operations/postEnquiryUnarchive.d.ts +1 -1
  95. package/dist/operations/postJob.d.ts +3 -3
  96. package/dist/operations/postLead.d.ts +3 -3
  97. package/dist/operations/postRate.d.ts +1 -1
  98. package/dist/operations/putCompany.d.ts +2 -2
  99. package/dist/operations/putCredit.d.ts +1 -1
  100. package/dist/operations/putEnquiry.d.ts +1 -1
  101. package/dist/operations/putJob.d.ts +3 -3
  102. package/dist/operations/putLead.d.ts +3 -3
  103. package/dist/operations/putRate.d.ts +1 -1
  104. package/dist/operations/quoteCredit.d.ts +1 -1
  105. package/dist/operations/quoteJob.d.ts +3 -3
  106. package/dist/operations/quoteLead.d.ts +3 -3
  107. package/dist/operations/reapplyJob.d.ts +3 -3
  108. package/dist/operations/referLead.d.ts +3 -3
  109. package/dist/operations/sendJob.d.ts +3 -3
  110. package/dist/operations/sendLeadJob.d.ts +3 -3
  111. package/dist/operations/signCredit.d.ts +1 -1
  112. package/dist/operations/signJobSatNote.d.ts +3 -3
  113. package/dist/operations/tradeLead.d.ts +3 -3
  114. package/dist/operations/tradeQuoteApprovalLead.d.ts +3 -3
  115. package/dist/operations/unarchiveJob.d.ts +3 -3
  116. package/dist/operations/viewJobSatNote.d.ts +3 -3
  117. package/dist/schema.json +1 -1
  118. package/dist/widget/index.d.ts +15006 -15006
  119. package/dist/widget/index.d.ts.map +1 -1
  120. package/dist/widget/index.js +36021 -35987
  121. package/package.json +1 -1
  122. package/schema.yaml +1 -0
@@ -39,7 +39,7 @@ export declare const JobInfo: t.TypeC<{
39
39
  }>]>;
40
40
  style: t.UnionC<[t.LiteralC<"kanda">, t.LiteralC<"custom">]>;
41
41
  }>]>>;
42
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
42
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
43
43
  }>;
44
44
  export interface JobInfo {
45
45
  job_items: Array<JobItem>;
@@ -25,7 +25,7 @@ export declare const JobOverride: t.IntersectionC<[t.TypeC<{
25
25
  max_deposit_value: t.NumberC;
26
26
  min_job_value: t.NumberC;
27
27
  max_job_value: t.NumberC;
28
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
28
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
29
29
  }>]>;
30
30
  }>, t.PartialC<{
31
31
  deposit_value: t.IntersectionC<[t.TypeC<{
@@ -65,7 +65,7 @@ export declare const KagentChat: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
65
65
  updated_at: import("io-ts-types").DateFromISOStringC;
66
66
  }>;
67
67
  }>]>;
68
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
68
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
69
69
  lat_lng: t.TypeC<{
70
70
  lat: t.NumberC;
71
71
  lng: t.NumberC;
@@ -76,7 +76,7 @@ export declare const KagentChat: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
76
76
  visitor_info: t.TypeC<{
77
77
  summary: t.StringC;
78
78
  postcode: t.StringC;
79
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
79
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
80
80
  contact_name: t.StringC;
81
81
  }>;
82
82
  }>]>]>;
@@ -3,7 +3,7 @@ import { WorkType } from "./WorkType";
3
3
  export declare const KagentVisitorInfo: t.TypeC<{
4
4
  summary: t.StringC;
5
5
  postcode: t.StringC;
6
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
6
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
7
7
  contact_name: t.StringC;
8
8
  }>;
9
9
  export interface KagentVisitorInfo {
@@ -479,7 +479,7 @@ export declare const Lead: t.IntersectionC<[t.TypeC<{
479
479
  }>]>>;
480
480
  }>]>;
481
481
  lead_quote: t.IntersectionC<[t.TypeC<{
482
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
482
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
483
483
  work_finished_by: t.UnionC<[t.LiteralC<"as soon as possible">, t.LiteralC<"within 1 month">, t.LiteralC<"within 3 months">, t.LiteralC<"within 6 months">, t.LiteralC<"over 6 months">]>;
484
484
  description: t.StringC;
485
485
  }>, t.PartialC<{
@@ -503,7 +503,7 @@ export declare const Lead: t.IntersectionC<[t.TypeC<{
503
503
  max_deposit_value: t.NumberC;
504
504
  min_job_value: t.NumberC;
505
505
  max_job_value: t.NumberC;
506
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
506
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
507
507
  }>]>;
508
508
  job_items: t.ArrayC<t.IntersectionC<[t.TypeC<{
509
509
  title: t.StringC;
@@ -604,7 +604,7 @@ export declare const Lead: t.IntersectionC<[t.TypeC<{
604
604
  max_deposit_value: t.NumberC;
605
605
  min_job_value: t.NumberC;
606
606
  max_job_value: t.NumberC;
607
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
607
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
608
608
  }>]>>;
609
609
  budget: t.IntersectionC<[t.TypeC<{
610
610
  amount: t.NumberC;
@@ -5,7 +5,7 @@ import { Money } from "./Money";
5
5
  import { MoneyTotal } from "./MoneyTotal";
6
6
  import { WorkType } from "./WorkType";
7
7
  export declare const LeadQuote: t.IntersectionC<[t.TypeC<{
8
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
8
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
9
9
  work_finished_by: t.UnionC<[t.LiteralC<"as soon as possible">, t.LiteralC<"within 1 month">, t.LiteralC<"within 3 months">, t.LiteralC<"within 6 months">, t.LiteralC<"over 6 months">]>;
10
10
  description: t.StringC;
11
11
  }>, t.PartialC<{
@@ -29,7 +29,7 @@ export declare const LeadQuote: t.IntersectionC<[t.TypeC<{
29
29
  max_deposit_value: t.NumberC;
30
30
  min_job_value: t.NumberC;
31
31
  max_job_value: t.NumberC;
32
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
32
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
33
33
  }>]>;
34
34
  job_items: t.ArrayC<t.IntersectionC<[t.TypeC<{
35
35
  title: t.StringC;
@@ -22,7 +22,7 @@ export declare const Rate: t.IntersectionC<[t.TypeC<{
22
22
  max_deposit_value: t.NumberC;
23
23
  min_job_value: t.NumberC;
24
24
  max_job_value: t.NumberC;
25
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
25
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
26
26
  }>]>>;
27
27
  }>, t.PartialC<{
28
28
  id: t.StringC;
@@ -152,7 +152,7 @@ export declare const SearchHits: t.TypeC<{
152
152
  print_name: t.StringC;
153
153
  signed_at: import("io-ts-types").DateFromISOStringC;
154
154
  }>;
155
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
155
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
156
156
  }>]>;
157
157
  solar_company_info: t.IntersectionC<[t.TypeC<{
158
158
  epvs_registration_number: t.StringC;
@@ -230,7 +230,7 @@ export declare const SearchHits: t.TypeC<{
230
230
  max_deposit_value: t.NumberC;
231
231
  min_job_value: t.NumberC;
232
232
  max_job_value: t.NumberC;
233
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
233
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
234
234
  }>]>>;
235
235
  quote_preference: t.UnionC<[t.LiteralC<"no_preference">, t.LiteralC<"kanda">, t.LiteralC<"custom">]>;
236
236
  skip_deposit: t.UnionC<[t.LiteralC<"Yes">, t.LiteralC<"No">]>;
@@ -350,7 +350,7 @@ export declare const SearchHits: t.TypeC<{
350
350
  max_deposit_value: t.NumberC;
351
351
  min_job_value: t.NumberC;
352
352
  max_job_value: t.NumberC;
353
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
353
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
354
354
  }>]>;
355
355
  bank_account: t.IntersectionC<[t.TypeC<{
356
356
  account_name: t.StringC;
@@ -948,7 +948,7 @@ export declare const SearchHits: t.TypeC<{
948
948
  }>]>;
949
949
  style: t.UnionC<[t.LiteralC<"kanda">, t.LiteralC<"custom">]>;
950
950
  }>]>>;
951
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
951
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
952
952
  }>;
953
953
  interest_in_credit: t.UnionC<[t.LiteralC<"yes">, t.LiteralC<"no">]>;
954
954
  budget: t.IntersectionC<[t.TypeC<{
@@ -1568,7 +1568,7 @@ export declare const SearchHits: t.TypeC<{
1568
1568
  archived: t.UnionC<[t.LiteralC<"no">, t.LiteralC<"yes">]>;
1569
1569
  status: t.UnionC<[t.LiteralC<"draft">, t.LiteralC<"sent">, t.LiteralC<"accepted">, t.LiteralC<"declined">, t.LiteralC<"finished">]>;
1570
1570
  finance_status: t.UnionC<[t.LiteralC<"not_applied">, t.LiteralC<"under_review">, t.LiteralC<"applied_for_finance">, t.LiteralC<"finance_not_approved">, t.LiteralC<"financed">, t.LiteralC<"sat_note_sent">, t.LiteralC<"sat_note_viewed">, t.LiteralC<"sat_note_signed">, t.LiteralC<"sat_note_delayed">, t.LiteralC<"sat_note_lender_review">, t.LiteralC<"payout_pending">, t.LiteralC<"paid">, t.LiteralC<"finance_cancelled">]>;
1571
- work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
1571
+ work_type: t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>;
1572
1572
  checkout_options: t.ArrayC<t.UnionC<[t.LiteralC<"apply_for_finance">, t.LiteralC<"pay_on_card">, t.LiteralC<"pay_by_bank">, t.LiteralC<"decline_job">, t.LiteralC<"pay_on_completion">]>>;
1573
1573
  finance_options: t.ArrayC<t.IntersectionC<[t.TypeC<{
1574
1574
  name: t.StringC;
@@ -1590,7 +1590,7 @@ export declare const SearchHits: t.TypeC<{
1590
1590
  max_deposit_value: t.NumberC;
1591
1591
  min_job_value: t.NumberC;
1592
1592
  max_job_value: t.NumberC;
1593
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
1593
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
1594
1594
  }>]>>;
1595
1595
  customer_options: t.IntersectionC<[t.TypeC<{
1596
1596
  checkout_option: t.UnionC<[t.LiteralC<"apply_for_finance">, t.LiteralC<"pay_on_card">, t.LiteralC<"pay_by_bank">, t.LiteralC<"decline_job">, t.LiteralC<"pay_on_completion">]>;
@@ -1614,7 +1614,7 @@ export declare const SearchHits: t.TypeC<{
1614
1614
  max_deposit_value: t.NumberC;
1615
1615
  min_job_value: t.NumberC;
1616
1616
  max_job_value: t.NumberC;
1617
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
1617
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
1618
1618
  }>]>;
1619
1619
  }>, t.PartialC<{
1620
1620
  deposit_value: t.IntersectionC<[t.TypeC<{
@@ -3,7 +3,7 @@ import { WorkType } from "./WorkType";
3
3
  export declare const TradeFilter: t.IntersectionC<[t.TypeC<{
4
4
  distance: t.NumberC;
5
5
  }>, t.PartialC<{
6
- work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
6
+ work_types: t.ArrayC<t.UnionC<[t.LiteralC<"air_conditioning">, t.LiteralC<"air_source_heat_pumps">, t.LiteralC<"alarm_systems">, t.LiteralC<"artificial_grass">, t.LiteralC<"bathrooms_supply_and_fitted">, t.LiteralC<"bathrooms_supply_only">, t.LiteralC<"battery_storage">, t.LiteralC<"bedrooms_furnitue_custom">, t.LiteralC<"blinds_awnings_shutters">, t.LiteralC<"boiler_swap">, t.LiteralC<"carpentry">, t.LiteralC<"carpets">, t.LiteralC<"cctv">, t.LiteralC<"central_heating_system">, t.LiteralC<"conservatory">, t.LiteralC<"conservatory_roof">, t.LiteralC<"damp_proofing">, t.LiteralC<"decking">, t.LiteralC<"door_canopy">, t.LiteralC<"door_internal">, t.LiteralC<"doors">, t.LiteralC<"driveways">, t.LiteralC<"electrical_installation">, t.LiteralC<"ev_charger">, t.LiteralC<"fencing">, t.LiteralC<"fireplaces">, t.LiteralC<"fitted_furniture">, t.LiteralC<"flooring_excluding_carpets">, t.LiteralC<"foundations">, t.LiteralC<"garage_doors">, t.LiteralC<"garden_buildings">, t.LiteralC<"gates">, t.LiteralC<"glass_splash_backs">, t.LiteralC<"granite_worktops">, t.LiteralC<"ground_source_heat_pumps">, t.LiteralC<"home_lifts">, t.LiteralC<"home_study">, t.LiteralC<"hot_tubs_and_spas">, t.LiteralC<"insulation_roof_foil_wrap_only">, t.LiteralC<"kitchens_fitted">, t.LiteralC<"kitchens_supply_only">, t.LiteralC<"landscaping">, t.LiteralC<"loft_boarding">, t.LiteralC<"loft_conversion">, t.LiteralC<"media_walls">, t.LiteralC<"other">, t.LiteralC<"painting_and_decorating">, t.LiteralC<"patios">, t.LiteralC<"plastering">, t.LiteralC<"porch">, t.LiteralC<"rendering">, t.LiteralC<"resin_driveways">, t.LiteralC<"roofing">, t.LiteralC<"roofing_excl_flat_roofs">, t.LiteralC<"roofline">, t.LiteralC<"security_lighting">, t.LiteralC<"solar_pv_panels">, t.LiteralC<"spray_foam_removal">, t.LiteralC<"stair_lifts">, t.LiteralC<"staircases">, t.LiteralC<"tiling">, t.LiteralC<"under_stair_storage">, t.LiteralC<"underfloor_heating">, t.LiteralC<"upvc_doors">, t.LiteralC<"verandas">, t.LiteralC<"wall_insulation_and_cladding">, t.LiteralC<"wardrobes">, t.LiteralC<"water_softeners">, t.LiteralC<"windows">, t.LiteralC<"windows_and_doors">, t.LiteralC<"aesthetics">, t.LiteralC<"appliances">, t.LiteralC<"car_body_shop">, t.LiteralC<"car_detailing_and_alloys">, t.LiteralC<"catering">, t.LiteralC<"computer_builder">, t.LiteralC<"dental">, t.LiteralC<"electronics">, t.LiteralC<"entertainers">, t.LiteralC<"events">, t.LiteralC<"experiences">, t.LiteralC<"flowers">, t.LiteralC<"full_events_package">, t.LiteralC<"furniture">, t.LiteralC<"graphic_designer">, t.LiteralC<"high_end_clothing">, t.LiteralC<"home_removals">, t.LiteralC<"jewllery">, t.LiteralC<"medical_assessments">, t.LiteralC<"memberships">, t.LiteralC<"mobillity_and_mobility_scooters">, t.LiteralC<"network_engineer">, t.LiteralC<"number_plates">, t.LiteralC<"personal_security">, t.LiteralC<"photography">, t.LiteralC<"planners">, t.LiteralC<"sports equipment">, t.LiteralC<"technology_repair">, t.LiteralC<"tool sales">, t.LiteralC<"tyres">, t.LiteralC<"vehicle_wrapping">, t.LiteralC<"venues">, t.LiteralC<"website_builder">]>>;
7
7
  keyword: t.StringC;
8
8
  }>]>;
9
9
  export interface TradeFilter {