@doctocar/tooling 0.3.1-15 → 0.3.1-17

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 (525) hide show
  1. package/dist/emails/types/company/CompanyVatRejectedEmailData.type.d.ts +5 -0
  2. package/dist/emails/types/company/CompanyVatRejectedEmailData.type.js +2 -0
  3. package/dist/emails/types/company/CompanyVatVerifiedEmailData.type.d.ts +3 -0
  4. package/dist/emails/types/company/CompanyVatVerifiedEmailData.type.js +2 -0
  5. package/dist/emails/types/company/index.d.ts +2 -0
  6. package/dist/emails/types/company/index.js +18 -0
  7. package/dist/emails/types/customer/CustomerEntityCreatedEmailData.type.d.ts +1 -0
  8. package/dist/emails/types/customer/CustomerEntityCreatedEmailData.type.js +2 -0
  9. package/dist/emails/types/customer/CustomerWelcomeEmailData.type.d.ts +1 -0
  10. package/dist/emails/types/customer/CustomerWelcomeEmailData.type.js +2 -0
  11. package/dist/emails/types/entity/EntityCreatedEmailData.type.d.ts +1 -0
  12. package/dist/emails/types/entity/EntityCreatedEmailData.type.js +2 -0
  13. package/dist/emails/types/professional/ProfessionalOnboardingCompletedEmailData.type.d.ts +1 -0
  14. package/dist/emails/types/professional/ProfessionalOnboardingCompletedEmailData.type.js +2 -0
  15. package/dist/errors/enums/cloudFunctions/customers/CreateCustomerVehicleErrorCodes.enum.d.ts +14 -0
  16. package/dist/errors/enums/cloudFunctions/customers/CreateCustomerVehicleErrorCodes.enum.js +18 -0
  17. package/dist/errors/enums/cloudFunctions/customers/DeleteCustomerVehicleErrorCodes.enum.d.ts +7 -0
  18. package/dist/errors/enums/cloudFunctions/customers/DeleteCustomerVehicleErrorCodes.enum.js +11 -0
  19. package/dist/errors/enums/cloudFunctions/customers/ProcessCustomerUserOnboardingErrorCodes.enum.d.ts +22 -0
  20. package/dist/errors/enums/cloudFunctions/customers/ProcessCustomerUserOnboardingErrorCodes.enum.js +26 -0
  21. package/dist/errors/enums/cloudFunctions/customers/UpdateCustomerVehicleErrorCodes.enum.d.ts +14 -0
  22. package/dist/errors/enums/cloudFunctions/customers/UpdateCustomerVehicleErrorCodes.enum.js +18 -0
  23. package/dist/errors/enums/cloudFunctions/customers/index.d.ts +1 -0
  24. package/dist/errors/enums/cloudFunctions/customers/index.js +17 -0
  25. package/dist/errors/enums/cloudFunctions/entities/AcceptEntityMemberInviteErrorCodes.enum.d.ts +15 -0
  26. package/dist/errors/enums/cloudFunctions/entities/AcceptEntityMemberInviteErrorCodes.enum.js +19 -0
  27. package/dist/errors/enums/cloudFunctions/orders/ProfessionalUserDeleteOrderServicePhotosErrorCodes.enum.d.ts +9 -0
  28. package/dist/errors/enums/cloudFunctions/orders/ProfessionalUserDeleteOrderServicePhotosErrorCodes.enum.js +13 -0
  29. package/dist/errors/enums/cloudFunctions/orders/ProfessionalUserUploadOrderServicePhotosErrorCodes.enum.d.ts +13 -0
  30. package/dist/errors/enums/cloudFunctions/orders/ProfessionalUserUploadOrderServicePhotosErrorCodes.enum.js +17 -0
  31. package/dist/errors/enums/cloudFunctions/professionals/CreateProfessionalUserSlotDocumentErrorCodes.enum.d.ts +4 -0
  32. package/dist/errors/enums/cloudFunctions/professionals/CreateProfessionalUserSlotDocumentErrorCodes.enum.js +8 -0
  33. package/dist/errors/enums/cloudFunctions/professionals/ProcessProfessionalUserOnboardingBaseCompanyInfosErrorCodes.enum.d.ts +20 -0
  34. package/dist/errors/enums/cloudFunctions/professionals/ProcessProfessionalUserOnboardingBaseCompanyInfosErrorCodes.enum.js +24 -0
  35. package/dist/errors/enums/cloudFunctions/professionals/UpdateProfessionalUserLiabilityInsuranceErrorCodes.enum.d.ts +8 -0
  36. package/dist/errors/enums/cloudFunctions/professionals/UpdateProfessionalUserLiabilityInsuranceErrorCodes.enum.js +12 -0
  37. package/dist/errors/enums/cloudFunctions/professionals/UpdateProfessionalUserServicesLocationErrorCodes.enum.d.ts +8 -0
  38. package/dist/errors/enums/cloudFunctions/professionals/UpdateProfessionalUserServicesLocationErrorCodes.enum.js +12 -0
  39. package/dist/errors/enums/cloudFunctions/professionals/UpdateProfessionalUserSlotDocumentErrorCodes.enum.d.ts +4 -0
  40. package/dist/errors/enums/cloudFunctions/professionals/UpdateProfessionalUserSlotDocumentErrorCodes.enum.js +8 -0
  41. package/dist/errors/enums/cloudFunctions/professionals/index.d.ts +4 -0
  42. package/dist/errors/enums/cloudFunctions/professionals/index.js +20 -0
  43. package/dist/errors/enums/cloudFunctions/serviceProviderUsers/ProcessServiceProviderUserOnboardingBaseCompanyInfosErrorCodes.enum.d.ts +20 -0
  44. package/dist/errors/enums/cloudFunctions/serviceProviderUsers/ProcessServiceProviderUserOnboardingBaseCompanyInfosErrorCodes.enum.js +24 -0
  45. package/dist/errors/enums/cloudFunctions/users/UpdateUserNotificationPreferencesErrorCodes.enum.d.ts +3 -1
  46. package/dist/errors/enums/cloudFunctions/users/UpdateUserNotificationPreferencesErrorCodes.enum.js +2 -0
  47. package/dist/firebase/cloudFunctions/types/entities/AcceptEntityMemberInviteRequestData.type.d.ts +4 -0
  48. package/dist/firebase/cloudFunctions/types/entities/AcceptEntityMemberInviteRequestData.type.js +2 -0
  49. package/dist/firebase/cloudFunctions/types/entities/AcceptEntityMemberInviteResponseData.type.d.ts +1 -0
  50. package/dist/firebase/cloudFunctions/types/entities/AcceptEntityMemberInviteResponseData.type.js +2 -0
  51. package/dist/firebase/cloudFunctions/types/entities/CreateEntityMemberInvitePayload.type.d.ts +8 -0
  52. package/dist/firebase/cloudFunctions/types/entities/CreateEntityMemberInvitePayload.type.js +2 -0
  53. package/dist/firebase/cloudFunctions/types/googlePlace/autocomplete/GooglePlaceAutocompleteSuggestion.type.d.ts +11 -0
  54. package/dist/firebase/cloudFunctions/types/googlePlace/autocomplete/GooglePlaceAutocompleteSuggestion.type.js +2 -0
  55. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserDeleteOrderServicePhotosRequestData.type.d.ts +8 -0
  56. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserDeleteOrderServicePhotosRequestData.type.js +2 -0
  57. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserDeleteOrderServicePhotosResponseData.type.d.ts +1 -0
  58. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserDeleteOrderServicePhotosResponseData.type.js +2 -0
  59. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserUploadOrderServicePhotosRequestData.type.d.ts +8 -0
  60. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserUploadOrderServicePhotosRequestData.type.js +2 -0
  61. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserUploadOrderServicePhotosResponseData.type.d.ts +1 -0
  62. package/dist/firebase/cloudFunctions/types/orders/ProfessionalUserUploadOrderServicePhotosResponseData.type.js +2 -0
  63. package/dist/firebase/cloudFunctions/types/stripe/CreateStripeUserAccountLinkRequestData.type.d.ts +5 -0
  64. package/dist/firebase/cloudFunctions/types/stripe/CreateStripeUserAccountLinkRequestData.type.js +2 -0
  65. package/dist/firebase/cloudFunctions/types/stripe/CreateStripeUserAccountLinkResponseData.type.d.ts +8 -0
  66. package/dist/firebase/cloudFunctions/types/stripe/CreateStripeUserAccountLinkResponseData.type.js +2 -0
  67. package/dist/firebase/cloudFunctions/types/users/AcceptEntityInviteRequestData.type.d.ts +4 -0
  68. package/dist/firebase/cloudFunctions/types/users/AcceptEntityInviteRequestData.type.js +2 -0
  69. package/dist/firebase/cloudFunctions/types/users/AcceptEntityInviteResponseData.type.d.ts +1 -0
  70. package/dist/firebase/cloudFunctions/types/users/AcceptEntityInviteResponseData.type.js +2 -0
  71. package/dist/firebase/cloudFunctions/types/users/customers/CreateCustomerVehicleRequestData.type.d.ts +11 -0
  72. package/dist/firebase/cloudFunctions/types/users/customers/CreateCustomerVehicleRequestData.type.js +2 -0
  73. package/dist/firebase/cloudFunctions/types/users/customers/CreateCustomerVehicleResponseData.type.d.ts +3 -0
  74. package/dist/firebase/cloudFunctions/types/users/customers/CreateCustomerVehicleResponseData.type.js +2 -0
  75. package/dist/firebase/cloudFunctions/types/users/customers/DeleteCustomerVehicleRequestData.type.d.ts +4 -0
  76. package/dist/firebase/cloudFunctions/types/users/customers/DeleteCustomerVehicleRequestData.type.js +2 -0
  77. package/dist/firebase/cloudFunctions/types/users/customers/DeleteCustomerVehicleResponseData.type.d.ts +1 -0
  78. package/dist/firebase/cloudFunctions/types/users/customers/DeleteCustomerVehicleResponseData.type.js +2 -0
  79. package/dist/firebase/cloudFunctions/types/users/customers/ProcessCustomerUserOnboardingRequestData.type.d.ts +15 -0
  80. package/dist/firebase/cloudFunctions/types/users/customers/ProcessCustomerUserOnboardingRequestData.type.js +2 -0
  81. package/dist/firebase/cloudFunctions/types/users/customers/ProcessCustomerUserOnboardingResponseData.type.d.ts +1 -0
  82. package/dist/firebase/cloudFunctions/types/users/customers/ProcessCustomerUserOnboardingResponseData.type.js +2 -0
  83. package/dist/firebase/cloudFunctions/types/users/customers/UpdateCustomerVehicleRequestData.type.d.ts +12 -0
  84. package/dist/firebase/cloudFunctions/types/users/customers/UpdateCustomerVehicleRequestData.type.js +2 -0
  85. package/dist/firebase/cloudFunctions/types/users/customers/UpdateCustomerVehicleResponseData.type.d.ts +3 -0
  86. package/dist/firebase/cloudFunctions/types/users/customers/UpdateCustomerVehicleResponseData.type.js +2 -0
  87. package/dist/firebase/cloudFunctions/types/users/customers/index.d.ts +6 -0
  88. package/dist/firebase/cloudFunctions/types/users/customers/index.js +22 -0
  89. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/ProcessCustomerUserOnboardingPayload.type.d.ts +14 -0
  90. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/ProcessCustomerUserOnboardingPayload.type.js +2 -0
  91. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/ProcessCustomerUserOnboardingRequestData.type.d.ts +3 -0
  92. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/ProcessCustomerUserOnboardingRequestData.type.js +2 -0
  93. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/ProcessCustomerUserOnboardingResponseData.type.d.ts +1 -0
  94. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/ProcessCustomerUserOnboardingResponseData.type.js +2 -0
  95. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/index.d.ts +3 -0
  96. package/dist/firebase/cloudFunctions/types/users/customers/processCustomerUserOnboarding/index.js +19 -0
  97. package/dist/firebase/cloudFunctions/types/users/professionals/CreateProfessionalUserPublicDocumentRequestData.type.d.ts +2 -0
  98. package/dist/firebase/cloudFunctions/types/users/professionals/CreateProfessionalUserPublicDocumentRequestData.type.js +2 -0
  99. package/dist/firebase/cloudFunctions/types/users/professionals/CreateProfessionalUserPublicDocumentResponseData.type.d.ts +1 -0
  100. package/dist/firebase/cloudFunctions/types/users/professionals/CreateProfessionalUserPublicDocumentResponseData.type.js +2 -0
  101. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserServiceRequestData.type.d.ts +5 -0
  102. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserServiceRequestData.type.js +2 -0
  103. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserServiceResponseData.type.d.ts +1 -0
  104. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserServiceResponseData.type.js +2 -0
  105. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserSlotDocumentRequestData.type.d.ts +4 -0
  106. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserSlotDocumentRequestData.type.js +2 -0
  107. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserSlotDocumentResponseData.type.d.ts +1 -0
  108. package/dist/firebase/cloudFunctions/types/users/professionals/DeleteProfessionalUserSlotDocumentResponseData.type.js +2 -0
  109. package/dist/firebase/cloudFunctions/types/users/professionals/ProcessProfessionalUserOnboardingBaseCompanyInfosRequestData.type.d.ts +14 -0
  110. package/dist/firebase/cloudFunctions/types/users/professionals/ProcessProfessionalUserOnboardingBaseCompanyInfosRequestData.type.js +2 -0
  111. package/dist/firebase/cloudFunctions/types/users/professionals/ProcessProfessionalUserOnboardingBaseCompanyInfosResponseData.type.d.ts +1 -0
  112. package/dist/firebase/cloudFunctions/types/users/professionals/ProcessProfessionalUserOnboardingBaseCompanyInfosResponseData.type.js +2 -0
  113. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserLiabilityInsuranceRequestData.type.d.ts +4 -0
  114. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserLiabilityInsuranceRequestData.type.js +2 -0
  115. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserLiabilityInsuranceResponseData.type.d.ts +1 -0
  116. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserLiabilityInsuranceResponseData.type.js +2 -0
  117. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServiceRequestData.type.d.ts +5 -0
  118. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServiceRequestData.type.js +2 -0
  119. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServiceResponseData.type.d.ts +1 -0
  120. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServiceResponseData.type.js +2 -0
  121. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServicesLocationRequestData.type.d.ts +5 -0
  122. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServicesLocationRequestData.type.js +2 -0
  123. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServicesLocationResponseData.type.d.ts +1 -0
  124. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserServicesLocationResponseData.type.js +2 -0
  125. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserTermsAcceptanceRequestData.type.d.ts +15 -0
  126. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserTermsAcceptanceRequestData.type.js +2 -0
  127. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserTermsAcceptanceResponseData.type.d.ts +1 -0
  128. package/dist/firebase/cloudFunctions/types/users/professionals/UpdateProfessionalUserTermsAcceptanceResponseData.type.js +2 -0
  129. package/dist/firebase/cloudFunctions/types/users/professionals/index.d.ts +11 -0
  130. package/dist/firebase/cloudFunctions/types/users/professionals/index.js +27 -0
  131. package/dist/firebase/cloudFunctions/types/users/professionals/slots/CreateProfessionalUserSlotDocumentRequestData.type.d.ts +5 -0
  132. package/dist/firebase/cloudFunctions/types/users/professionals/slots/CreateProfessionalUserSlotDocumentRequestData.type.js +2 -0
  133. package/dist/firebase/cloudFunctions/types/users/professionals/slots/CreateProfessionalUserSlotDocumentResponseData.type.d.ts +3 -0
  134. package/dist/firebase/cloudFunctions/types/users/professionals/slots/CreateProfessionalUserSlotDocumentResponseData.type.js +2 -0
  135. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestOneTimeSlot.type.d.ts +8 -0
  136. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestOneTimeSlot.type.js +2 -0
  137. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestRecurringSlot.type.d.ts +6 -0
  138. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestRecurringSlot.type.js +2 -0
  139. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestSlotDocument.type.d.ts +4 -0
  140. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestSlotDocument.type.js +2 -0
  141. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestTimeOffSlot.type.d.ts +8 -0
  142. package/dist/firebase/cloudFunctions/types/users/professionals/slots/RequestTimeOffSlot.type.js +2 -0
  143. package/dist/firebase/cloudFunctions/types/users/professionals/slots/UpdateProfessionalUserSlotDocumentRequestData.type.d.ts +6 -0
  144. package/dist/firebase/cloudFunctions/types/users/professionals/slots/UpdateProfessionalUserSlotDocumentRequestData.type.js +2 -0
  145. package/dist/firebase/cloudFunctions/types/users/professionals/slots/UpdateProfessionalUserSlotDocumentResponseData.type.d.ts +1 -0
  146. package/dist/firebase/cloudFunctions/types/users/professionals/slots/UpdateProfessionalUserSlotDocumentResponseData.type.js +2 -0
  147. package/dist/firebase/cloudFunctions/types/users/professionals/slots/index.d.ts +5 -0
  148. package/dist/firebase/cloudFunctions/types/users/professionals/slots/index.js +21 -0
  149. package/dist/firebase/firestore/constants/maximumCustomerVehicles.constant.d.ts +1 -0
  150. package/dist/firebase/firestore/constants/maximumCustomerVehicles.constant.js +4 -0
  151. package/dist/firebase/firestore/constants/minimumCustomerVehicles.constant.d.ts +1 -0
  152. package/dist/firebase/firestore/constants/minimumCustomerVehicles.constant.js +4 -0
  153. package/dist/firebase/firestore/constants/orders/index.d.ts +2 -0
  154. package/dist/firebase/firestore/constants/orders/index.js +18 -0
  155. package/dist/firebase/firestore/constants/orders/orderIdPrefix.constant.d.ts +1 -0
  156. package/dist/firebase/firestore/constants/orders/orderIdPrefix.constant.js +4 -0
  157. package/dist/firebase/firestore/constants/orders/productionOrderIdPrefix.constant.d.ts +1 -0
  158. package/dist/firebase/firestore/constants/orders/productionOrderIdPrefix.constant.js +4 -0
  159. package/dist/firebase/firestore/constants/orders/sandboxOrderIdPrefix.constant.d.ts +1 -0
  160. package/dist/firebase/firestore/constants/orders/sandboxOrderIdPrefix.constant.js +4 -0
  161. package/dist/firebase/firestore/enums/documents/DocumentValidationStatus.enum.d.ts +5 -0
  162. package/dist/firebase/firestore/enums/documents/DocumentValidationStatus.enum.js +9 -0
  163. package/dist/firebase/firestore/enums/documents/index.d.ts +1 -0
  164. package/dist/firebase/firestore/enums/documents/index.js +17 -0
  165. package/dist/firebase/firestore/enums/entities/EntityServiceProviderComplianceStatus.enum.d.ts +4 -0
  166. package/dist/firebase/firestore/enums/entities/EntityServiceProviderComplianceStatus.enum.js +8 -0
  167. package/dist/firebase/firestore/enums/entities/EntityServiceProviderNonBookableReason.enum.d.ts +16 -0
  168. package/dist/firebase/firestore/enums/entities/EntityServiceProviderNonBookableReason.enum.js +20 -0
  169. package/dist/firebase/firestore/enums/orders/OrderProfessionalServiceDetailsPhotoMoment.enum.d.ts +4 -0
  170. package/dist/firebase/firestore/enums/orders/OrderProfessionalServiceDetailsPhotoMoment.enum.js +8 -0
  171. package/dist/firebase/firestore/enums/orders/OrderServiceDetailsPhotoContext.enum.d.ts +4 -0
  172. package/dist/firebase/firestore/enums/orders/OrderServiceDetailsPhotoContext.enum.js +8 -0
  173. package/dist/firebase/firestore/enums/orders/OrderServiceProviderCancellationReason.enum.d.ts +9 -0
  174. package/dist/firebase/firestore/enums/orders/OrderServiceProviderCancellationReason.enum.js +13 -0
  175. package/dist/firebase/firestore/enums/professionalUser/ProfessionalNonBookableReason.enum.d.ts +13 -0
  176. package/dist/firebase/firestore/enums/professionalUser/ProfessionalNonBookableReason.enum.js +17 -0
  177. package/dist/firebase/firestore/enums/professionalUser/index.d.ts +1 -0
  178. package/dist/firebase/firestore/enums/professionalUser/index.js +17 -0
  179. package/dist/firebase/firestore/enums/serviceProviderUsers/ServiceProviderUserComplianceStatus.enum.d.ts +4 -0
  180. package/dist/firebase/firestore/enums/serviceProviderUsers/ServiceProviderUserComplianceStatus.enum.js +8 -0
  181. package/dist/firebase/firestore/enums/serviceProviderUsers/ServiceProviderUserNonBookableReason.enum.d.ts +6 -0
  182. package/dist/firebase/firestore/enums/serviceProviderUsers/ServiceProviderUserNonBookableReason.enum.js +10 -0
  183. package/dist/firebase/firestore/enums/services/ProfessionalServicesCategoryTypes.enum.d.ts +3 -0
  184. package/dist/firebase/firestore/enums/services/ProfessionalServicesCategoryTypes.enum.js +7 -0
  185. package/dist/firebase/firestore/enums/services/ProfessionalServicesTypes.enum.d.ts +10 -0
  186. package/dist/firebase/firestore/enums/services/ProfessionalServicesTypes.enum.js +16 -0
  187. package/dist/firebase/firestore/enums/users/customers/CustomerAccountTypes.enum.d.ts +4 -0
  188. package/dist/firebase/firestore/enums/users/customers/CustomerAccountTypes.enum.js +8 -0
  189. package/dist/firebase/firestore/enums/users/customers/index.d.ts +1 -0
  190. package/dist/firebase/firestore/enums/users/customers/index.js +17 -0
  191. package/dist/firebase/firestore/enums/users/professionals/ProfessionalOnboardingStepNames.enum.d.ts +6 -0
  192. package/dist/firebase/firestore/enums/users/professionals/ProfessionalOnboardingStepNames.enum.js +10 -0
  193. package/dist/firebase/firestore/enums/users/professionals/ProfessionalOnboardingStepStatus.enum.d.ts +5 -0
  194. package/dist/firebase/firestore/enums/users/professionals/ProfessionalOnboardingStepStatus.enum.js +9 -0
  195. package/dist/firebase/firestore/types/company/CompanyLegalRepresentative.type.d.ts +6 -0
  196. package/dist/firebase/firestore/types/company/CompanyLegalRepresentative.type.js +2 -0
  197. package/dist/firebase/firestore/types/company/CompanyRegistrationPerCountry.type.d.ts +5 -0
  198. package/dist/firebase/firestore/types/company/CompanyRegistrationPerCountry.type.js +2 -0
  199. package/dist/firebase/firestore/types/company/CompanyVATDetails.type.d.ts +15 -0
  200. package/dist/firebase/firestore/types/company/CompanyVATDetails.type.js +2 -0
  201. package/dist/firebase/firestore/types/company/CustomerCompanyDetails.type.d.ts +7 -0
  202. package/dist/firebase/firestore/types/company/CustomerCompanyDetails.type.js +2 -0
  203. package/dist/firebase/firestore/types/company/ProfessionalCompanyDetails.type.d.ts +11 -0
  204. package/dist/firebase/firestore/types/company/ProfessionalCompanyDetails.type.js +2 -0
  205. package/dist/firebase/firestore/types/companyUnique/FirestoreCompanyUniqueDocument.type.d.ts +6 -0
  206. package/dist/firebase/firestore/types/companyUnique/FirestoreCompanyUniqueDocument.type.js +2 -0
  207. package/dist/firebase/firestore/types/companyUnique/index.d.ts +1 -0
  208. package/dist/firebase/firestore/types/companyUnique/index.js +17 -0
  209. package/dist/firebase/firestore/types/entities/EntityRegistration.enum.d.ts +6 -0
  210. package/dist/firebase/firestore/types/entities/EntityRegistration.enum.js +2 -0
  211. package/dist/firebase/firestore/types/order/FirestoreOrderProfessionalServiceDetails.type.d.ts +10 -0
  212. package/dist/firebase/firestore/types/order/FirestoreOrderProfessionalServiceDetails.type.js +2 -0
  213. package/dist/firebase/firestore/types/order/publicAssets/FirestoreOrderClientProfessionalServicesDetailsPublicImagesUrls.type.d.ts +5 -0
  214. package/dist/firebase/firestore/types/order/publicAssets/FirestoreOrderClientProfessionalServicesDetailsPublicImagesUrls.type.js +2 -0
  215. package/dist/firebase/firestore/types/order/publicAssets/FirestoreOrderClientPublicImagesUrlsProfessionalServiceDetailPhotos.type.d.ts +3 -0
  216. package/dist/firebase/firestore/types/order/publicAssets/FirestoreOrderClientPublicImagesUrlsProfessionalServiceDetailPhotos.type.js +2 -0
  217. package/dist/firebase/firestore/types/order/snapshots/EntitySnapshotForOrder.type.d.ts +26 -0
  218. package/dist/firebase/firestore/types/order/snapshots/EntitySnapshotForOrder.type.js +2 -0
  219. package/dist/firebase/firestore/types/serviceProviderPublicDocument/FirestoreServiceProviderPublicDocument.type.d.ts +46 -0
  220. package/dist/firebase/firestore/types/serviceProviderPublicDocument/FirestoreServiceProviderPublicDocument.type.js +2 -0
  221. package/dist/firebase/firestore/types/serviceProviderPublicDocument/FirestoreServiceProviderPublicDocumentReviewAggregates.type.d.ts +4 -0
  222. package/dist/firebase/firestore/types/serviceProviderPublicDocument/FirestoreServiceProviderPublicDocumentReviewAggregates.type.js +2 -0
  223. package/dist/firebase/firestore/types/serviceProviderPublicDocument/FirestoreServiceProviderPublicDocumentServicesLocation.type.d.ts +4 -0
  224. package/dist/firebase/firestore/types/serviceProviderPublicDocument/FirestoreServiceProviderPublicDocumentServicesLocation.type.js +2 -0
  225. package/dist/firebase/firestore/types/serviceProviderPublicDocument/index.d.ts +3 -0
  226. package/dist/firebase/firestore/types/serviceProviderPublicDocument/index.js +19 -0
  227. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/FirestoreServiceProviderUserPublicDocument.type.d.ts +46 -0
  228. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/FirestoreServiceProviderUserPublicDocument.type.js +2 -0
  229. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/FirestoreServiceProviderUserPublicDocumentReviewAggregates.type.d.ts +4 -0
  230. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/FirestoreServiceProviderUserPublicDocumentReviewAggregates.type.js +2 -0
  231. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/FirestoreServiceProviderUserPublicDocumentServicesLocation.type.d.ts +4 -0
  232. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/FirestoreServiceProviderUserPublicDocumentServicesLocation.type.js +2 -0
  233. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/index.d.ts +3 -0
  234. package/dist/firebase/firestore/types/serviceProviderUsersPublicDocument/index.js +19 -0
  235. package/dist/firebase/firestore/types/services/ServiceProviderServiceDetails.type.d.ts +8 -0
  236. package/dist/firebase/firestore/types/services/ServiceProviderServiceDetails.type.js +2 -0
  237. package/dist/firebase/firestore/types/userDocument/FirestoreUserDocumentCustomerInfos.type.d.ts +44 -0
  238. package/dist/firebase/firestore/types/userDocument/FirestoreUserDocumentCustomerInfos.type.js +2 -0
  239. package/dist/firebase/firestore/types/userDocument/FirestoreUserDocumentProfessionalInfos.type.d.ts +78 -0
  240. package/dist/firebase/firestore/types/userDocument/FirestoreUserDocumentProfessionalInfos.type.js +3 -0
  241. package/dist/firebase/firestore/types/userPublicDocument/FirestoreServiceProviderPublicDocument.type.d.ts +46 -0
  242. package/dist/firebase/firestore/types/userPublicDocument/FirestoreServiceProviderPublicDocument.type.js +2 -0
  243. package/dist/firebase/firestore/types/userPublicDocument/FirestoreServiceProviderPublicDocumentReviewAggregates.type.d.ts +4 -0
  244. package/dist/firebase/firestore/types/userPublicDocument/FirestoreServiceProviderPublicDocumentReviewAggregates.type.js +2 -0
  245. package/dist/firebase/firestore/types/userPublicDocument/FirestoreServiceProviderPublicDocumentServicesLocation.type.d.ts +4 -0
  246. package/dist/firebase/firestore/types/userPublicDocument/FirestoreServiceProviderPublicDocumentServicesLocation.type.js +2 -0
  247. package/dist/firebase/firestore/utils/company/__tests__/entityDocumentSupportsOrganizationMembers.util.test.d.ts +1 -0
  248. package/dist/firebase/firestore/utils/company/__tests__/entityDocumentSupportsOrganizationMembers.util.test.js +56 -0
  249. package/dist/firebase/firestore/utils/company/__tests__/isIndividualCompany.util.test.d.ts +1 -0
  250. package/dist/firebase/firestore/utils/company/__tests__/isIndividualCompany.util.test.js +52 -0
  251. package/dist/firebase/firestore/utils/company/entityDocumentSupportsOrganizationMembers.util.d.ts +6 -0
  252. package/dist/firebase/firestore/utils/company/entityDocumentSupportsOrganizationMembers.util.js +20 -0
  253. package/dist/firebase/firestore/utils/company/index.d.ts +1 -0
  254. package/dist/firebase/firestore/utils/company/index.js +17 -0
  255. package/dist/firebase/firestore/utils/company/isIndividualCompany.util.d.ts +2 -0
  256. package/dist/firebase/firestore/utils/company/isIndividualCompany.util.js +19 -0
  257. package/dist/firebase/firestore/utils/dataValidators/company/__tests__/isCompanyVatValid.util.test.d.ts +1 -0
  258. package/dist/firebase/firestore/utils/dataValidators/company/__tests__/isCompanyVatValid.util.test.js +30 -0
  259. package/dist/firebase/firestore/utils/dataValidators/company/__tests__/isLegalAddressValid.util.test.d.ts +1 -0
  260. package/dist/firebase/firestore/utils/dataValidators/company/__tests__/isLegalAddressValid.util.test.js +24 -0
  261. package/dist/firebase/firestore/utils/dataValidators/company/isCompanyVatValid.util.d.ts +2 -0
  262. package/dist/firebase/firestore/utils/dataValidators/company/isCompanyVatValid.util.js +10 -0
  263. package/dist/firebase/firestore/utils/dataValidators/company/isLegalAddressValid.util.d.ts +2 -0
  264. package/dist/firebase/firestore/utils/dataValidators/company/isLegalAddressValid.util.js +7 -0
  265. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidProfessionalService.test.d.ts +1 -0
  266. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidProfessionalService.test.js +177 -0
  267. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidProfessionalServicePricingAndDurationForVehicle.test.d.ts +1 -0
  268. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidProfessionalServicePricingAndDurationForVehicle.test.js +129 -0
  269. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidProfessionalServiceType.test.d.ts +1 -0
  270. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidProfessionalServiceType.test.js +15 -0
  271. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidServicePricingAndDurationForVehicle.test.d.ts +1 -0
  272. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidServicePricingAndDurationForVehicle.test.js +136 -0
  273. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidVehicleForProfessionalService.test.d.ts +1 -0
  274. package/dist/firebase/firestore/utils/dataValidators/professionalService/__tests__/isValidVehicleForProfessionalService.test.js +32 -0
  275. package/dist/firebase/firestore/utils/dataValidators/professionalService/index.d.ts +3 -0
  276. package/dist/firebase/firestore/utils/dataValidators/professionalService/index.js +19 -0
  277. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidProfessionalService.d.ts +2 -0
  278. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidProfessionalService.js +44 -0
  279. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidProfessionalServicePricingAndDurationForVehicle.d.ts +2 -0
  280. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidProfessionalServicePricingAndDurationForVehicle.js +25 -0
  281. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidProfessionalServiceType.d.ts +2 -0
  282. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidProfessionalServiceType.js +7 -0
  283. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidServicePricingAndDurationForVehicle.d.ts +2 -0
  284. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidServicePricingAndDurationForVehicle.js +29 -0
  285. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidVehicleForProfessionalService.d.ts +2 -0
  286. package/dist/firebase/firestore/utils/dataValidators/professionalService/isValidVehicleForProfessionalService.js +11 -0
  287. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidProfessionalServiceParams.type.d.ts +6 -0
  288. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidProfessionalServiceParams.type.js +2 -0
  289. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidProfessionalServicePricingAndDurationForVehicleParams.type.d.ts +5 -0
  290. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidProfessionalServicePricingAndDurationForVehicleParams.type.js +2 -0
  291. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidServicePricingAndDurationForVehicleParams.type.d.ts +5 -0
  292. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidServicePricingAndDurationForVehicleParams.type.js +2 -0
  293. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidVehicleForProfessionalServiceParams.type.d.ts +6 -0
  294. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/IsValidVehicleForProfessionalServiceParams.type.js +2 -0
  295. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/index.d.ts +3 -0
  296. package/dist/firebase/firestore/utils/dataValidators/professionalService/types/index.js +19 -0
  297. package/dist/firebase/firestore/utils/dataValidators/services/types/IsValidVehicleForProfessionalServiceParams.type.d.ts +6 -0
  298. package/dist/firebase/firestore/utils/dataValidators/services/types/IsValidVehicleForProfessionalServiceParams.type.js +2 -0
  299. package/dist/firebase/firestore/utils/entities/__tests__/entityDocumentSupportsOrganizationMembers.test.d.ts +1 -0
  300. package/dist/firebase/firestore/utils/entities/__tests__/entityDocumentSupportsOrganizationMembers.test.js +56 -0
  301. package/dist/firebase/firestore/utils/entities/__tests__/entityDocumentSupportsOrganizationMembers.util.test.d.ts +1 -0
  302. package/dist/firebase/firestore/utils/entities/__tests__/entityDocumentSupportsOrganizationMembers.util.test.js +56 -0
  303. package/dist/firebase/firestore/utils/entities/entityDocumentSupportsOrganizationMembers.d.ts +6 -0
  304. package/dist/firebase/firestore/utils/entities/entityDocumentSupportsOrganizationMembers.js +20 -0
  305. package/dist/firebase/firestore/utils/entities/entityDocumentSupportsOrganizationMembers.util.d.ts +6 -0
  306. package/dist/firebase/firestore/utils/entities/entityDocumentSupportsOrganizationMembers.util.js +20 -0
  307. package/dist/firebase/firestore/utils/order/__tests__/buildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetails.service.test.d.ts +1 -0
  308. package/dist/firebase/firestore/utils/order/__tests__/buildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetails.service.test.js +261 -0
  309. package/dist/firebase/firestore/utils/order/__tests__/buildOrderServicePreTaxLinesAndProfessionalServicesDetails.test.d.ts +1 -0
  310. package/dist/firebase/firestore/utils/order/__tests__/buildOrderServicePreTaxLinesAndProfessionalServicesDetails.test.js +259 -0
  311. package/dist/firebase/firestore/utils/order/__tests__/getOrderCustomerAndProfessionalIds.test.d.ts +1 -0
  312. package/dist/firebase/firestore/utils/order/__tests__/getOrderCustomerAndProfessionalIds.test.js +27 -0
  313. package/dist/firebase/firestore/utils/order/buildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetails.utils.d.ts +2 -0
  314. package/dist/firebase/firestore/utils/order/buildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetails.utils.js +49 -0
  315. package/dist/firebase/firestore/utils/order/buildOrderServicePreTaxLinesAndProfessionalServicesDetails.d.ts +2 -0
  316. package/dist/firebase/firestore/utils/order/buildOrderServicePreTaxLinesAndProfessionalServicesDetails.js +48 -0
  317. package/dist/firebase/firestore/utils/order/getOrderCustomerAndProfessionalIds.d.ts +2 -0
  318. package/dist/firebase/firestore/utils/order/getOrderCustomerAndProfessionalIds.js +9 -0
  319. package/dist/firebase/firestore/utils/order/types/BuildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetailsProps.type.d.ts +8 -0
  320. package/dist/firebase/firestore/utils/order/types/BuildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetailsProps.type.js +2 -0
  321. package/dist/firebase/firestore/utils/order/types/BuildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetailsReturn.type.d.ts +6 -0
  322. package/dist/firebase/firestore/utils/order/types/BuildOrderProfessionalServicePreTaxLinesAndProfessionalServicesDetailsReturn.type.js +2 -0
  323. package/dist/firebase/firestore/utils/order/types/GetOrderCustomerAndProfessionalIdsParams.type.d.ts +4 -0
  324. package/dist/firebase/firestore/utils/order/types/GetOrderCustomerAndProfessionalIdsParams.type.js +2 -0
  325. package/dist/firebase/firestore/utils/order/types/GetOrderCustomerAndProfessionalIdsResult.type.d.ts +4 -0
  326. package/dist/firebase/firestore/utils/order/types/GetOrderCustomerAndProfessionalIdsResult.type.js +2 -0
  327. package/dist/firebase/firestore/utils/services/__tests__/areAllRequestedProfessionalUserServicesActiveForVehicleType.test.d.ts +1 -0
  328. package/dist/firebase/firestore/utils/services/__tests__/areAllRequestedProfessionalUserServicesActiveForVehicleType.test.js +145 -0
  329. package/dist/firebase/firestore/utils/services/__tests__/createProfessionalServiceVehicleComboKey.test.d.ts +1 -0
  330. package/dist/firebase/firestore/utils/services/__tests__/createProfessionalServiceVehicleComboKey.test.js +12 -0
  331. package/dist/firebase/firestore/utils/services/__tests__/createProfessionalServiceVehicleComboKey.util.test.d.ts +1 -0
  332. package/dist/firebase/firestore/utils/services/__tests__/createProfessionalServiceVehicleComboKey.util.test.js +12 -0
  333. package/dist/firebase/firestore/utils/services/__tests__/getActiveProfessionalServicePricingAndDurationForVehicleOrThrow.util.test.d.ts +1 -0
  334. package/dist/firebase/firestore/utils/services/__tests__/getActiveProfessionalServicePricingAndDurationForVehicleOrThrow.util.test.js +225 -0
  335. package/dist/firebase/firestore/utils/services/__tests__/getActiveServicePricingAndDurationForVehicleOrThrow.test.d.ts +1 -0
  336. package/dist/firebase/firestore/utils/services/__tests__/getActiveServicePricingAndDurationForVehicleOrThrow.test.js +225 -0
  337. package/dist/firebase/firestore/utils/services/__tests__/getActiveServiceProviderServicePricingAndDurationForVehicleOrThrow.test.d.ts +1 -0
  338. package/dist/firebase/firestore/utils/services/__tests__/getActiveServiceProviderServicePricingAndDurationForVehicleOrThrow.test.js +225 -0
  339. package/dist/firebase/firestore/utils/services/__tests__/getAvailableServiceProviderServicesForVehicleType.test.d.ts +1 -0
  340. package/dist/firebase/firestore/utils/services/__tests__/getAvailableServiceProviderServicesForVehicleType.test.js +295 -0
  341. package/dist/firebase/firestore/utils/services/areAllRequestedProfessionalUserServicesActiveForVehicleType.d.ts +2 -0
  342. package/dist/firebase/firestore/utils/services/areAllRequestedProfessionalUserServicesActiveForVehicleType.js +14 -0
  343. package/dist/firebase/firestore/utils/services/areAllRequestedProfessionalUserServicesActiveForVehicleType.util.d.ts +2 -0
  344. package/dist/firebase/firestore/utils/services/areAllRequestedProfessionalUserServicesActiveForVehicleType.util.js +14 -0
  345. package/dist/firebase/firestore/utils/services/computeTotalProfessionalServiceDurationInMinutesForVehicleType.util.d.ts +2 -0
  346. package/dist/firebase/firestore/utils/services/computeTotalProfessionalServiceDurationInMinutesForVehicleType.util.js +16 -0
  347. package/dist/firebase/firestore/utils/services/createProfessionalServiceVehicleComboKey.d.ts +2 -0
  348. package/dist/firebase/firestore/utils/services/createProfessionalServiceVehicleComboKey.js +6 -0
  349. package/dist/firebase/firestore/utils/services/createProfessionalServiceVehicleComboKey.util.d.ts +2 -0
  350. package/dist/firebase/firestore/utils/services/createProfessionalServiceVehicleComboKey.util.js +6 -0
  351. package/dist/firebase/firestore/utils/services/getActiveProfessionalServicePricingAndDurationForVehicleOrThrow.d.ts +3 -0
  352. package/dist/firebase/firestore/utils/services/getActiveProfessionalServicePricingAndDurationForVehicleOrThrow.js +19 -0
  353. package/dist/firebase/firestore/utils/services/getActiveServicePricingAndDurationForVehicleOrThrow.d.ts +3 -0
  354. package/dist/firebase/firestore/utils/services/getActiveServicePricingAndDurationForVehicleOrThrow.js +19 -0
  355. package/dist/firebase/firestore/utils/services/getActiveServiceProviderServicePricingAndDurationForVehicleOrThrow.d.ts +3 -0
  356. package/dist/firebase/firestore/utils/services/getActiveServiceProviderServicePricingAndDurationForVehicleOrThrow.js +19 -0
  357. package/dist/firebase/firestore/utils/services/getAvailableServiceProviderServicesForVehicleType.d.ts +6 -0
  358. package/dist/firebase/firestore/utils/services/getAvailableServiceProviderServicesForVehicleType.js +29 -0
  359. package/dist/firebase/firestore/utils/services/getAvailableServiceProviderServicesTypesForVehicleType.d.ts +6 -0
  360. package/dist/firebase/firestore/utils/services/getAvailableServiceProviderServicesTypesForVehicleType.js +31 -0
  361. package/dist/firebase/firestore/utils/services/types/AreAllRequestedProfessionalUserServicesActiveForVehicleTypeArgs.type..d.ts +7 -0
  362. package/dist/firebase/firestore/utils/services/types/AreAllRequestedProfessionalUserServicesActiveForVehicleTypeArgs.type..js +2 -0
  363. package/dist/firebase/firestore/utils/services/types/GetActiveProfessionalServicePricingAndDurationForVehicleOrThrowParams.type.d.ts +7 -0
  364. package/dist/firebase/firestore/utils/services/types/GetActiveProfessionalServicePricingAndDurationForVehicleOrThrowParams.type.js +2 -0
  365. package/dist/firebase/firestore/utils/services/types/GetActiveServicePricingAndDurationForVehicleOrThrowParams.type.d.ts +7 -0
  366. package/dist/firebase/firestore/utils/services/types/GetActiveServicePricingAndDurationForVehicleOrThrowParams.type.js +2 -0
  367. package/dist/firebase/firestore/utils/services/types/GetActiveServiceProviderServicePricingAndDurationForVehicleOrThrowParams.type.d.ts +7 -0
  368. package/dist/firebase/firestore/utils/services/types/GetActiveServiceProviderServicePricingAndDurationForVehicleOrThrowParams.type.js +2 -0
  369. package/dist/firebase/firestore/utils/services/types/GetAvailableServiceProviderServicesForVehicleTypeParams.type.d.ts +7 -0
  370. package/dist/firebase/firestore/utils/services/types/GetAvailableServiceProviderServicesForVehicleTypeParams.type.js +2 -0
  371. package/dist/firebase/firestore/utils/services/types/GetAvailableServiceProviderServicesTypesForVehicleTypeParams.type.d.ts +7 -0
  372. package/dist/firebase/firestore/utils/services/types/GetAvailableServiceProviderServicesTypesForVehicleTypeParams.type.js +2 -0
  373. package/dist/firebase/firestore/utils/stubs/company/customerCompanyDetailsStub.d.ts +2 -0
  374. package/dist/firebase/firestore/utils/stubs/company/customerCompanyDetailsStub.js +21 -0
  375. package/dist/firebase/firestore/utils/stubs/company/professionalCompanyDetailsStub.d.ts +2 -0
  376. package/dist/firebase/firestore/utils/stubs/company/professionalCompanyDetailsStub.js +32 -0
  377. package/dist/firebase/firestore/utils/stubs/order/firestoreOrderClientProfessionalServicesDetailsPublicImagesUrlsStub.d.ts +2 -0
  378. package/dist/firebase/firestore/utils/stubs/order/firestoreOrderClientProfessionalServicesDetailsPublicImagesUrlsStub.js +25 -0
  379. package/dist/firebase/firestore/utils/stubs/order/firestoreOrderProfessionalServiceDetailsStub.d.ts +2 -0
  380. package/dist/firebase/firestore/utils/stubs/order/firestoreOrderProfessionalServiceDetailsStub.js +18 -0
  381. package/dist/firebase/firestore/utils/stubs/serviceProviderPublicDocument/firestoreServiceProviderPublicDocumentStub.d.ts +2 -0
  382. package/dist/firebase/firestore/utils/stubs/serviceProviderPublicDocument/firestoreServiceProviderPublicDocumentStub.js +36 -0
  383. package/dist/firebase/firestore/utils/stubs/serviceProviderPublicDocument/index.d.ts +1 -0
  384. package/dist/firebase/firestore/utils/stubs/serviceProviderPublicDocument/index.js +17 -0
  385. package/dist/firebase/firestore/utils/stubs/serviceProviderUsersPublicDocument/firestoreServiceProviderUserPublicDocumentStub.d.ts +2 -0
  386. package/dist/firebase/firestore/utils/stubs/serviceProviderUsersPublicDocument/firestoreServiceProviderUserPublicDocumentStub.js +36 -0
  387. package/dist/firebase/firestore/utils/stubs/serviceProviderUsersPublicDocument/index.d.ts +1 -0
  388. package/dist/firebase/firestore/utils/stubs/serviceProviderUsersPublicDocument/index.js +17 -0
  389. package/dist/firebase/firestore/utils/stubs/services/serviceProviderServiceDetailsStub.d.ts +5 -0
  390. package/dist/firebase/firestore/utils/stubs/services/serviceProviderServiceDetailsStub.js +21 -0
  391. package/dist/firebase/firestore/utils/stubs/userDocument/firestoreUserDocumentCustomerInfosStub.d.ts +2 -0
  392. package/dist/firebase/firestore/utils/stubs/userDocument/firestoreUserDocumentCustomerInfosStub.js +54 -0
  393. package/dist/firebase/firestore/utils/stubs/userDocument/firestoreUserDocumentProfessionalInfosStub.d.ts +2 -0
  394. package/dist/firebase/firestore/utils/stubs/userDocument/firestoreUserDocumentProfessionalInfosStub.js +60 -0
  395. package/dist/firebase/firestore/utils/users/__tests__/assertCustomerUserCanBookServices.test.d.ts +1 -0
  396. package/dist/firebase/firestore/utils/users/__tests__/assertCustomerUserCanBookServices.test.js +257 -0
  397. package/dist/firebase/firestore/utils/users/__tests__/assertProfessionalUserIsBookable.util.test.d.ts +1 -0
  398. package/dist/firebase/firestore/utils/users/__tests__/assertProfessionalUserIsBookable.util.test.js +400 -0
  399. package/dist/firebase/firestore/utils/users/assertCustomerUserCanBookServices.d.ts +3 -0
  400. package/dist/firebase/firestore/utils/users/assertCustomerUserCanBookServices.js +58 -0
  401. package/dist/firebase/firestore/utils/users/assertProfessionalUserIsBookable.util.d.ts +3 -0
  402. package/dist/firebase/firestore/utils/users/assertProfessionalUserIsBookable.util.js +115 -0
  403. package/dist/firebase/firestore/utils/users/errors/enums/AssertCustomerUserCanBookServicesErrorCodes.enum.d.ts +7 -0
  404. package/dist/firebase/firestore/utils/users/errors/enums/AssertCustomerUserCanBookServicesErrorCodes.enum.js +11 -0
  405. package/dist/firebase/firestore/utils/users/errors/enums/index.d.ts +1 -0
  406. package/dist/firebase/firestore/utils/users/errors/enums/index.js +17 -0
  407. package/dist/firebase/firestore/utils/users/errors/index.d.ts +1 -0
  408. package/dist/firebase/firestore/utils/users/errors/index.js +17 -0
  409. package/dist/firebase/firestore/utils/users/index.d.ts +3 -0
  410. package/dist/firebase/firestore/utils/users/index.js +19 -0
  411. package/dist/firebase/firestore/utils/users/types/BookableProfessionalUserDocument.type.d.ts +35 -0
  412. package/dist/firebase/firestore/utils/users/types/BookableProfessionalUserDocument.type.js +2 -0
  413. package/dist/firebase/firestore/utils/users/types/BookingReadyCustomerUserDocument.type.d.ts +13 -0
  414. package/dist/firebase/firestore/utils/users/types/BookingReadyCustomerUserDocument.type.js +2 -0
  415. package/dist/firebase/firestore/utils/users/types/index.d.ts +2 -0
  416. package/dist/firebase/firestore/utils/users/types/index.js +18 -0
  417. package/dist/firebase/storage/enums/FirebaseStorageProfessionalUsersPublicSubPaths.enum.d.ts +3 -0
  418. package/dist/firebase/storage/enums/FirebaseStorageProfessionalUsersPublicSubPaths.enum.js +7 -0
  419. package/dist/gcp/cloudTask/types/OnTaskRecomputeProfessionalBookabilityEnvelope.type.d.ts +4 -0
  420. package/dist/gcp/cloudTask/types/OnTaskRecomputeProfessionalBookabilityEnvelope.type.js +2 -0
  421. package/dist/gcp/cloudTask/types/OnTaskRecomputeServiceProviderAvailabilityEnvelope.type.d.ts +4 -0
  422. package/dist/gcp/cloudTask/types/OnTaskRecomputeServiceProviderAvailabilityEnvelope.type.js +2 -0
  423. package/dist/gcp/cloudTask/utils/stubs/onTaskRecomputeProfessionalBookabilityEnvelopeStub.d.ts +2 -0
  424. package/dist/gcp/cloudTask/utils/stubs/onTaskRecomputeProfessionalBookabilityEnvelopeStub.js +19 -0
  425. package/dist/gcp/cloudTask/utils/stubs/onTaskRecomputeServiceProviderAvailabilityEnvelopeStub.d.ts +2 -0
  426. package/dist/gcp/cloudTask/utils/stubs/onTaskRecomputeServiceProviderAvailabilityEnvelopeStub.js +19 -0
  427. package/dist/gcp/enums/GoogleAddressComponentType.enum.d.ts +11 -0
  428. package/dist/gcp/enums/GoogleAddressComponentType.enum.js +15 -0
  429. package/dist/gcp/enums/index.d.ts +1 -0
  430. package/dist/gcp/enums/index.js +17 -0
  431. package/dist/gcp/geocode/utils/__tests__/getCountryISOCodeFromGoogleGeocodeAddressComponents.util.test.d.ts +1 -0
  432. package/dist/gcp/geocode/utils/__tests__/getCountryISOCodeFromGoogleGeocodeAddressComponents.util.test.js +34 -0
  433. package/dist/gcp/geocode/utils/getCountryISOCodeFromGoogleGeocodeAddressComponents.util.d.ts +2 -0
  434. package/dist/gcp/geocode/utils/getCountryISOCodeFromGoogleGeocodeAddressComponents.util.js +12 -0
  435. package/dist/gcp/place/enums/PlaceDetailsAddressType.enum.d.ts +11 -0
  436. package/dist/gcp/place/enums/PlaceDetailsAddressType.enum.js +15 -0
  437. package/dist/gcp/place/enums/index.d.ts +1 -0
  438. package/dist/gcp/place/enums/index.js +17 -0
  439. package/dist/gcp/place/types/PlaceDetailsAddressComponent.type.d.ts +6 -0
  440. package/dist/gcp/place/types/PlaceDetailsAddressComponent.type.js +2 -0
  441. package/dist/gcp/place/utils/__tests__/getComponentFromGooglePlaceDetailsAddressComponents.util.test.d.ts +1 -0
  442. package/dist/gcp/place/utils/__tests__/getComponentFromGooglePlaceDetailsAddressComponents.util.test.js +78 -0
  443. package/dist/gcp/place/utils/getComponentFromGooglePlaceDetailsAddressComponents.util.d.ts +3 -0
  444. package/dist/gcp/place/utils/getComponentFromGooglePlaceDetailsAddressComponents.util.js +7 -0
  445. package/dist/gcp/place/utils/index.d.ts +2 -0
  446. package/dist/gcp/place/utils/index.js +18 -0
  447. package/dist/gcp/place/utils/types/GetComponentFromGooglePlaceDetailsAddressComponentsParams.type.d.ts +6 -0
  448. package/dist/gcp/place/utils/types/GetComponentFromGooglePlaceDetailsAddressComponentsParams.type.js +2 -0
  449. package/dist/gcp/place/utils/types/index.d.ts +1 -0
  450. package/dist/gcp/place/utils/types/index.js +17 -0
  451. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderEntityBookableChangedMessage.type.d.ts +3 -0
  452. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderEntityBookableChangedMessage.type.js +2 -0
  453. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderEntityIsNotCompliantAnymoreMessage.type.d.ts +3 -0
  454. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderEntityIsNotCompliantAnymoreMessage.type.js +2 -0
  455. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderEntityIsNowCompliantMessage.type.d.ts +3 -0
  456. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderEntityIsNowCompliantMessage.type.js +2 -0
  457. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderUserComplianceRecomputeRequestedMessage.type.d.ts +4 -0
  458. package/dist/gcp/pubsub/types/entities/PubSubServiceProviderUserComplianceRecomputeRequestedMessage.type.js +2 -0
  459. package/dist/gcp/pubsub/types/serviceProvider/PubSubServiceProviderPublicProfileRecomputeRequestedMessage.type.d.ts +3 -0
  460. package/dist/gcp/pubsub/types/serviceProvider/PubSubServiceProviderPublicProfileRecomputeRequestedMessage.type.js +2 -0
  461. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderEntityBookableChangedMessageStub.d.ts +2 -0
  462. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderEntityBookableChangedMessageStub.js +9 -0
  463. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderEntityIsNotCompliantAnymoreMessageStub.d.ts +2 -0
  464. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderEntityIsNotCompliantAnymoreMessageStub.js +9 -0
  465. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderEntityIsNowCompliantMessageStub.d.ts +2 -0
  466. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderEntityIsNowCompliantMessageStub.js +9 -0
  467. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderUserComplianceRecomputeRequestedMessageStub.d.ts +2 -0
  468. package/dist/gcp/pubsub/utils/stubs/entities/pubSubServiceProviderUserComplianceRecomputeRequestedMessageStub.js +10 -0
  469. package/dist/gcp/pubsub/utils/stubs/serviceProvider/pubSubServiceProviderPublicProfileRecomputeRequestedMessageStub.d.ts +2 -0
  470. package/dist/gcp/pubsub/utils/stubs/serviceProvider/pubSubServiceProviderPublicProfileRecomputeRequestedMessageStub.js +9 -0
  471. package/dist/gcp/types/GoogleAddressComponent.type.d.ts +6 -0
  472. package/dist/gcp/types/GoogleAddressComponent.type.js +2 -0
  473. package/dist/gcp/types/index.d.ts +1 -0
  474. package/dist/gcp/types/index.js +17 -0
  475. package/dist/gcp/utils/__tests__/getGoogleAddressComponentFromAddressComponentsList.test.d.ts +1 -0
  476. package/dist/gcp/utils/__tests__/getGoogleAddressComponentFromAddressComponentsList.test.js +78 -0
  477. package/dist/gcp/utils/getGoogleAddressComponentFromAddressComponentsList.d.ts +3 -0
  478. package/dist/gcp/utils/getGoogleAddressComponentFromAddressComponentsList.js +6 -0
  479. package/dist/gcp/utils/index.d.ts +2 -0
  480. package/dist/gcp/utils/index.js +18 -0
  481. package/dist/gcp/utils/types/GetGoogleAddressComponentFromAddressComponentsListParams.type.d.ts +6 -0
  482. package/dist/gcp/utils/types/GetGoogleAddressComponentFromAddressComponentsListParams.type.js +2 -0
  483. package/dist/gcp/utils/types/index.d.ts +1 -0
  484. package/dist/gcp/utils/types/index.js +17 -0
  485. package/dist/notifications/enums/CompanyNotificationEventType.d.ts +4 -0
  486. package/dist/notifications/enums/CompanyNotificationEventType.js +8 -0
  487. package/dist/notifications/enums/NotificationChannels.enum.d.ts +5 -0
  488. package/dist/notifications/enums/NotificationChannels.enum.js +9 -0
  489. package/dist/notifications/pushNotifications/enums/CompanyPushNotificationType.d.ts +4 -0
  490. package/dist/notifications/pushNotifications/enums/CompanyPushNotificationType.js +8 -0
  491. package/dist/notifications/pushNotifications/maps/CompanyPushNotificationDataMap.d.ts +1 -0
  492. package/dist/notifications/pushNotifications/maps/CompanyPushNotificationDataMap.js +2 -0
  493. package/dist/notifications/pushNotifications/types/company/CompanyVatVerificationFailedPushNotificationData.type.d.ts +4 -0
  494. package/dist/notifications/pushNotifications/types/company/CompanyVatVerificationFailedPushNotificationData.type.js +2 -0
  495. package/dist/notifications/pushNotifications/types/company/CompanyVatVerificationSucceededPushNotificationData.type.d.ts +4 -0
  496. package/dist/notifications/pushNotifications/types/company/CompanyVatVerificationSucceededPushNotificationData.type.js +2 -0
  497. package/dist/notifications/pushNotifications/types/company/index.d.ts +2 -0
  498. package/dist/notifications/pushNotifications/types/company/index.js +18 -0
  499. package/dist/notifications/pushNotifications/types/customer/CustomerEntityVatVerificationFailedPushNotificationData.type.d.ts +4 -0
  500. package/dist/notifications/pushNotifications/types/customer/CustomerEntityVatVerificationFailedPushNotificationData.type.js +2 -0
  501. package/dist/notifications/pushNotifications/types/customer/CustomerEntityVatVerificationSucceededPushNotificationData.type.d.ts +4 -0
  502. package/dist/notifications/pushNotifications/types/customer/CustomerEntityVatVerificationSucceededPushNotificationData.type.js +2 -0
  503. package/dist/notifications/pushNotifications/types/professional/ProfessionalEntityVatVerificationFailedPushNotificationData.type.d.ts +4 -0
  504. package/dist/notifications/pushNotifications/types/professional/ProfessionalEntityVatVerificationFailedPushNotificationData.type.js +2 -0
  505. package/dist/notifications/pushNotifications/types/professional/ProfessionalEntityVatVerificationSucceededPushNotificationData.type.d.ts +4 -0
  506. package/dist/notifications/pushNotifications/types/professional/ProfessionalEntityVatVerificationSucceededPushNotificationData.type.js +2 -0
  507. package/dist/utils/format/__tests__/escapeHtml.util.test.d.ts +1 -0
  508. package/dist/utils/format/__tests__/escapeHtml.util.test.js +32 -0
  509. package/dist/utils/format/__tests__/formatPriceInCents.util.test.d.ts +1 -0
  510. package/dist/utils/format/__tests__/formatPriceInCents.util.test.js +34 -0
  511. package/dist/utils/format/escapeHtml.util.d.ts +1 -0
  512. package/dist/utils/format/escapeHtml.util.js +11 -0
  513. package/dist/utils/format/formatPriceInCents.util.d.ts +2 -0
  514. package/dist/utils/format/formatPriceInCents.util.js +28 -0
  515. package/dist/utils/vat/__tests__/extractVATNumber.util.test.d.ts +1 -0
  516. package/dist/utils/vat/__tests__/extractVATNumber.util.test.js +39 -0
  517. package/dist/utils/vat/__tests__/validateVATFormat.util.test.d.ts +1 -0
  518. package/dist/utils/vat/__tests__/validateVATFormat.util.test.js +329 -0
  519. package/dist/utils/vat/extractVATNumber.util.d.ts +4 -0
  520. package/dist/utils/vat/extractVATNumber.util.js +10 -0
  521. package/dist/utils/vat/types/ValidateVATFormatArgs.type.d.ts +4 -0
  522. package/dist/utils/vat/types/ValidateVATFormatArgs.type.js +2 -0
  523. package/dist/utils/vat/validateVATFormat.util.d.ts +2 -0
  524. package/dist/utils/vat/validateVATFormat.util.js +24 -0
  525. package/package.json +1 -1
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.entityDocumentSupportsOrganizationMembers = entityDocumentSupportsOrganizationMembers;
4
+ const enums_1 = require("../../../../enums");
5
+ const enums_2 = require("../../enums");
6
+ /**
7
+ * Organization / multi-member account UI applies to company entities whose
8
+ * French legal form is not a solo structure (micro-entrepreneur, EI).
9
+ */
10
+ function entityDocumentSupportsOrganizationMembers(entityDocument) {
11
+ if (!entityDocument || entityDocument.legalType !== enums_2.EntityLegalType.COMPANY) {
12
+ return false;
13
+ }
14
+ const legalForm = entityDocument.legalDetails?.registration?.data?.legalForm;
15
+ if (legalForm === enums_1.SupportedFrenchCompanyLegalForms.MICRO_ENTREPRENEUR ||
16
+ legalForm === enums_1.SupportedFrenchCompanyLegalForms.ENTREPRISE_INDIVIDUELLE) {
17
+ return false;
18
+ }
19
+ return true;
20
+ }
@@ -0,0 +1 @@
1
+ export * from "./isIndividualCompany.util";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./isIndividualCompany.util"), exports);
@@ -0,0 +1,2 @@
1
+ import type { ProfessionalCompanyDetails } from "../../types";
2
+ export declare function isIndividualCompany(companyDetails: ProfessionalCompanyDetails): boolean;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isIndividualCompany = isIndividualCompany;
4
+ const enums_1 = require("../../../../enums");
5
+ function isIndividualCompany(companyDetails) {
6
+ switch (companyDetails.registrationCountry) {
7
+ case enums_1.SupportedCountryIsoCodes.FRANCE: {
8
+ const registration = companyDetails.registration[enums_1.SupportedCountryIsoCodes.FRANCE];
9
+ if (!registration)
10
+ return false;
11
+ return (registration.legalForm ===
12
+ enums_1.SupportedFrenchCompanyLegalForms.ENTREPRISE_INDIVIDUELLE ||
13
+ registration.legalForm ===
14
+ enums_1.SupportedFrenchCompanyLegalForms.MICRO_ENTREPRENEUR);
15
+ }
16
+ default:
17
+ return false;
18
+ }
19
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const enums_1 = require("../../../../enums");
4
+ const isCompanyVatValid_util_1 = require("../isCompanyVatValid.util");
5
+ describe("isCompanyVatValid", () => {
6
+ let companyVatDetails;
7
+ it("should return true for valid VAT details", () => {
8
+ companyVatDetails = {
9
+ isVATExempt: false,
10
+ vatNumber: "123456789",
11
+ vatNumberVerificationStatus: enums_1.VatVerificationStatus.VERIFIED,
12
+ };
13
+ expect((0, isCompanyVatValid_util_1.isCompanyVatValid)(companyVatDetails)).toBe(true);
14
+ });
15
+ it("should return false for invalid VAT details", () => {
16
+ companyVatDetails = {
17
+ isVATExempt: false,
18
+ vatNumber: "",
19
+ vatNumberVerificationStatus: enums_1.VatVerificationStatus.PENDING,
20
+ };
21
+ expect((0, isCompanyVatValid_util_1.isCompanyVatValid)(companyVatDetails)).toBe(false);
22
+ });
23
+ it("should return true for VAT exempt companies", () => {
24
+ companyVatDetails = {
25
+ isVATExempt: true,
26
+ vatNumber: "",
27
+ };
28
+ expect((0, isCompanyVatValid_util_1.isCompanyVatValid)(companyVatDetails)).toBe(true);
29
+ });
30
+ });
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const enums_1 = require("../../../../../../enums");
4
+ const isLegalAddressValid_util_1 = require("../isLegalAddressValid.util");
5
+ describe("isLegalAddressValid", () => {
6
+ it("should return true for a valid legal address", () => {
7
+ const legalAddress = {
8
+ line1: "123 Main St",
9
+ postalCode: "12345",
10
+ city: "Test City",
11
+ country: enums_1.SupportedCountryIsoCodes.FRANCE,
12
+ };
13
+ expect((0, isLegalAddressValid_util_1.isLegalAddressValid)(legalAddress)).toBe(true);
14
+ });
15
+ it("should return false for an invalid country code", () => {
16
+ const legalAddress = {
17
+ line1: "123 Main St",
18
+ postalCode: "12345",
19
+ city: "Test City",
20
+ country: "XX",
21
+ };
22
+ expect((0, isLegalAddressValid_util_1.isLegalAddressValid)(legalAddress)).toBe(false);
23
+ });
24
+ });
@@ -0,0 +1,2 @@
1
+ import type { CompanyVATDetails } from "../../../types";
2
+ export declare function isCompanyVatValid(companyVatDetails: CompanyVATDetails): boolean;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isCompanyVatValid = isCompanyVatValid;
4
+ const enums_1 = require("../../../enums");
5
+ function isCompanyVatValid(companyVatDetails) {
6
+ return (companyVatDetails.isVATExempt ||
7
+ (Boolean(companyVatDetails.vatNumber) &&
8
+ companyVatDetails.vatNumberVerificationStatus ===
9
+ enums_1.VatVerificationStatus.VERIFIED));
10
+ }
@@ -0,0 +1,2 @@
1
+ import type { LegalAddress } from "../../../types";
2
+ export declare function isLegalAddressValid(legalAddress: LegalAddress): boolean;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isLegalAddressValid = isLegalAddressValid;
4
+ const enums_1 = require("../../../../../enums");
5
+ function isLegalAddressValid(legalAddress) {
6
+ return Object.values(enums_1.SupportedCountryIsoCodes).includes(legalAddress.country);
7
+ }
@@ -0,0 +1,177 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* eslint-disable @typescript-eslint/no-explicit-any */
4
+ const enums_1 = require("../../../../../../enums");
5
+ const errors_1 = require("../../../../../../errors");
6
+ const enums_2 = require("../../../../enums");
7
+ const stubs_1 = require("../../../stubs");
8
+ const isValidProfessionalService_1 = require("../isValidProfessionalService");
9
+ const isValidServicePricingAndDurationForVehicle_1 = require("../isValidServicePricingAndDurationForVehicle");
10
+ jest.mock("../isValidVehicleForProfessionalService");
11
+ jest.mock("../isValidServicePricingAndDurationForVehicle");
12
+ describe("isValidProfessionalService", () => {
13
+ let defaultProps;
14
+ let isValidServicePricingAndDurationForVehicleMock;
15
+ let isValidServicePricingAndDurationForVehicleReturnValue;
16
+ beforeEach(() => {
17
+ defaultProps = {
18
+ professionalService: {
19
+ isActive: true,
20
+ type: enums_2.ServicesTypes.EXTERIOR_CLEANING,
21
+ pricingAndDurationByVehicleType: {
22
+ [enums_2.VehicleTypes.SEDAN]: {
23
+ isActive: true,
24
+ type: enums_2.VehicleTypes.SEDAN,
25
+ pricePreTaxInCents: 2000,
26
+ currency: enums_1.SupportedIsoCurrency.EUR,
27
+ durationInMinutes: 30,
28
+ },
29
+ },
30
+ },
31
+ countryProfessionalServicePublicConfig: (0, stubs_1.countryServicesPublicConfigStub)({
32
+ [enums_2.ServicesTypes.EXTERIOR_CLEANING]: (0, stubs_1.firestoreServicesPublicConfigStub)({}),
33
+ }),
34
+ };
35
+ isValidServicePricingAndDurationForVehicleMock =
36
+ isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle;
37
+ isValidServicePricingAndDurationForVehicleReturnValue = true;
38
+ isValidServicePricingAndDurationForVehicleMock.mockImplementation(() => {
39
+ return isValidServicePricingAndDurationForVehicleReturnValue;
40
+ });
41
+ });
42
+ afterEach(() => {
43
+ jest.clearAllMocks();
44
+ });
45
+ it("should not throw if is a valid service with empty pricing and empty subservice", async () => {
46
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).resolves.not.toThrow();
47
+ });
48
+ describe("Active", () => {
49
+ it("should throw if the active field is not a boolean", async () => {
50
+ defaultProps.professionalService.isActive = "yes";
51
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow(new errors_1.DoctoCarError("Professional service is active is required and must be a boolean", errors_1.DoctoCarValidationErrorCodes.INVALID_SERVICE_IS_ACTIVE));
52
+ expect(isValidServicePricingAndDurationForVehicleMock).not.toHaveBeenCalled();
53
+ });
54
+ it("should throw if the active field is not provided", async () => {
55
+ defaultProps.professionalService.isActive = undefined;
56
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow(new errors_1.DoctoCarError("Professional service is active is required and must be a boolean", errors_1.DoctoCarValidationErrorCodes.INVALID_SERVICE_IS_ACTIVE));
57
+ expect(isValidServicePricingAndDurationForVehicleMock).not.toHaveBeenCalled();
58
+ });
59
+ });
60
+ describe("Service type", () => {
61
+ it("should throw if the service type is not a valid ServicesTypes", async () => {
62
+ defaultProps.professionalService.type = "INVALID_TYPE";
63
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow();
64
+ expect(isValidServicePricingAndDurationForVehicleMock).not.toHaveBeenCalled();
65
+ });
66
+ it("should throw if the type is not provided", async () => {
67
+ defaultProps.professionalService.type = undefined;
68
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow();
69
+ expect(isValidServicePricingAndDurationForVehicleMock).not.toHaveBeenCalled();
70
+ });
71
+ });
72
+ describe("Professional service public config", () => {
73
+ it("should throw if the professional service public config is not defined for the professional service type", async () => {
74
+ defaultProps.countryProfessionalServicePublicConfig = {};
75
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow(new errors_1.DoctoCarError("Professional service public config is not defined for the professional service type", errors_1.DoctoCarValidationErrorCodes.INVALID_SERVICE_TYPE));
76
+ expect(isValidServicePricingAndDurationForVehicleMock).not.toHaveBeenCalled();
77
+ });
78
+ });
79
+ describe("Price and duration", () => {
80
+ it("should not throw if isValidServicePricingAndDurationForVehicle return true", async () => {
81
+ isValidServicePricingAndDurationForVehicleReturnValue = true;
82
+ isValidServicePricingAndDurationForVehicleMock.mockReturnValue(isValidServicePricingAndDurationForVehicleReturnValue);
83
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).resolves.not.toThrow();
84
+ expect(isValidServicePricingAndDurationForVehicleMock).toHaveBeenCalledTimes(1);
85
+ expect(isValidServicePricingAndDurationForVehicleMock).toHaveBeenCalledWith({
86
+ professionalServicePublicConfig: defaultProps.countryProfessionalServicePublicConfig[defaultProps.professionalService.type],
87
+ servicePricingAndDuration: defaultProps.professionalService.pricingAndDurationByVehicleType[enums_2.VehicleTypes.SEDAN],
88
+ });
89
+ });
90
+ it("Should throw if isValidServicePricingAndDurationForVehicle return false", async () => {
91
+ isValidServicePricingAndDurationForVehicleReturnValue = false;
92
+ isValidServicePricingAndDurationForVehicleMock.mockReturnValue(isValidServicePricingAndDurationForVehicleReturnValue);
93
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow();
94
+ });
95
+ });
96
+ describe("parentsServices", () => {
97
+ it("Should throw if a service does not have the parents services indicated in the config", async () => {
98
+ defaultProps.professionalService = {
99
+ isActive: true,
100
+ type: enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT,
101
+ parentsServices: [],
102
+ pricingAndDurationByVehicleType: {},
103
+ };
104
+ defaultProps.countryProfessionalServicePublicConfig =
105
+ (0, stubs_1.countryServicesPublicConfigStub)({
106
+ [enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT]: (0, stubs_1.firestoreServicesPublicConfigStub)({
107
+ parentsServices: [
108
+ enums_2.ServicesTypes.INTERIOR_CLEANING,
109
+ enums_2.ServicesTypes.INTERIOR_AND_EXTERIOR_CLEANING,
110
+ ],
111
+ }),
112
+ });
113
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow();
114
+ });
115
+ it("Should not throw if a valid service have the parents services indicated in the config", async () => {
116
+ defaultProps.professionalService = {
117
+ isActive: true,
118
+ type: enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT,
119
+ parentsServices: [
120
+ enums_2.ServicesTypes.INTERIOR_CLEANING,
121
+ enums_2.ServicesTypes.INTERIOR_AND_EXTERIOR_CLEANING,
122
+ ],
123
+ pricingAndDurationByVehicleType: {},
124
+ };
125
+ defaultProps.countryProfessionalServicePublicConfig =
126
+ (0, stubs_1.countryServicesPublicConfigStub)({
127
+ [enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT]: (0, stubs_1.firestoreServicesPublicConfigStub)({
128
+ parentsServices: [
129
+ enums_2.ServicesTypes.INTERIOR_CLEANING,
130
+ enums_2.ServicesTypes.INTERIOR_AND_EXTERIOR_CLEANING,
131
+ ],
132
+ }),
133
+ });
134
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).resolves.not.toThrow();
135
+ });
136
+ it("Should throw if a valid service have the parents services indicated in the config but miss one", async () => {
137
+ defaultProps.professionalService = {
138
+ isActive: true,
139
+ type: enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT,
140
+ parentsServices: [enums_2.ServicesTypes.INTERIOR_CLEANING],
141
+ pricingAndDurationByVehicleType: {},
142
+ };
143
+ defaultProps.countryProfessionalServicePublicConfig =
144
+ (0, stubs_1.countryServicesPublicConfigStub)({
145
+ [enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT]: (0, stubs_1.firestoreServicesPublicConfigStub)({
146
+ parentsServices: [
147
+ enums_2.ServicesTypes.INTERIOR_CLEANING,
148
+ enums_2.ServicesTypes.INTERIOR_AND_EXTERIOR_CLEANING,
149
+ ],
150
+ }),
151
+ });
152
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow();
153
+ });
154
+ it("Should throw if a valid service have the parents services indicated in the config but have one more", async () => {
155
+ defaultProps.professionalService = {
156
+ isActive: true,
157
+ type: enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT,
158
+ parentsServices: [
159
+ enums_2.ServicesTypes.INTERIOR_CLEANING,
160
+ enums_2.ServicesTypes.INTERIOR_AND_EXTERIOR_CLEANING,
161
+ enums_2.ServicesTypes.EXTERIOR_CLEANING,
162
+ ],
163
+ pricingAndDurationByVehicleType: {},
164
+ };
165
+ defaultProps.countryProfessionalServicePublicConfig =
166
+ (0, stubs_1.countryServicesPublicConfigStub)({
167
+ [enums_2.ServicesTypes.ANIMAL_HAIR_TREATMENT]: (0, stubs_1.firestoreServicesPublicConfigStub)({
168
+ parentsServices: [
169
+ enums_2.ServicesTypes.INTERIOR_CLEANING,
170
+ enums_2.ServicesTypes.INTERIOR_AND_EXTERIOR_CLEANING,
171
+ ],
172
+ }),
173
+ });
174
+ await expect((0, isValidProfessionalService_1.isValidProfessionalService)(defaultProps)).rejects.toThrow();
175
+ });
176
+ });
177
+ });
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* eslint-disable @typescript-eslint/no-explicit-any */
4
+ const enums_1 = require("../../../../../../enums");
5
+ const constants_1 = require("../../../../constants");
6
+ const enums_2 = require("../../../../enums");
7
+ const stubs_1 = require("../../../stubs");
8
+ const isValidProfessionalServicePricingAndDurationForVehicle_1 = require("../isValidProfessionalServicePricingAndDurationForVehicle");
9
+ describe("isValidProfessionalServicePricingAndDurationForVehicle", () => {
10
+ let defaultProps;
11
+ let minimumPriceInCents;
12
+ let maximumPriceInCents;
13
+ let durationInMinutes;
14
+ beforeEach(() => {
15
+ minimumPriceInCents = constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS;
16
+ maximumPriceInCents =
17
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS * 10;
18
+ durationInMinutes =
19
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_DURATION_INCREMENT_IN_MINUTES;
20
+ defaultProps = {
21
+ professionalServicePublicConfig: (0, stubs_1.firestoreServicesPublicConfigStub)({
22
+ byVehicleType: {
23
+ [enums_2.VehicleTypes.CITY_CAR]: {
24
+ durationInMinutes: durationInMinutes,
25
+ minimumPriceInCents: minimumPriceInCents,
26
+ maximumPriceInCents: maximumPriceInCents,
27
+ recommendedPriceInCents: maximumPriceInCents,
28
+ },
29
+ [enums_2.VehicleTypes.SUV]: {
30
+ durationInMinutes: durationInMinutes,
31
+ minimumPriceInCents: minimumPriceInCents,
32
+ maximumPriceInCents: maximumPriceInCents,
33
+ recommendedPriceInCents: maximumPriceInCents,
34
+ },
35
+ [enums_2.VehicleTypes.MOTORCYCLE]: {
36
+ durationInMinutes: durationInMinutes,
37
+ minimumPriceInCents: minimumPriceInCents,
38
+ maximumPriceInCents: maximumPriceInCents,
39
+ recommendedPriceInCents: maximumPriceInCents,
40
+ },
41
+ [enums_2.VehicleTypes.SEDAN]: {
42
+ durationInMinutes: durationInMinutes,
43
+ minimumPriceInCents: minimumPriceInCents,
44
+ maximumPriceInCents: maximumPriceInCents,
45
+ recommendedPriceInCents: maximumPriceInCents,
46
+ },
47
+ [enums_2.VehicleTypes.PICKUP_TRUCK]: {
48
+ durationInMinutes: durationInMinutes,
49
+ minimumPriceInCents: minimumPriceInCents,
50
+ maximumPriceInCents: maximumPriceInCents,
51
+ recommendedPriceInCents: maximumPriceInCents,
52
+ },
53
+ [enums_2.VehicleTypes.VAN]: {
54
+ durationInMinutes: durationInMinutes,
55
+ minimumPriceInCents: minimumPriceInCents,
56
+ maximumPriceInCents: maximumPriceInCents,
57
+ recommendedPriceInCents: maximumPriceInCents,
58
+ },
59
+ },
60
+ allowedVehicles: [enums_2.VehicleTypes.CITY_CAR],
61
+ }),
62
+ servicePricingAndDuration: {
63
+ isActive: true,
64
+ type: enums_2.VehicleTypes.CITY_CAR,
65
+ pricePreTaxInCents: minimumPriceInCents,
66
+ currency: enums_1.SupportedIsoCurrency.EUR,
67
+ durationInMinutes: durationInMinutes,
68
+ },
69
+ };
70
+ });
71
+ afterEach(() => {
72
+ jest.clearAllMocks();
73
+ });
74
+ it("should return true if pricing is valid for service", () => {
75
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(true);
76
+ });
77
+ it("Should return false if active is not a boolean", () => {
78
+ defaultProps.servicePricingAndDuration.isActive = "Not a boolean";
79
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
80
+ });
81
+ it("Should return false if pricePreTaxInCents is not a number", () => {
82
+ defaultProps.servicePricingAndDuration.pricePreTaxInCents =
83
+ "Not a number";
84
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
85
+ });
86
+ it("Should return false if pricePreTaxInCents is less than the service minimum", () => {
87
+ defaultProps.servicePricingAndDuration.pricePreTaxInCents =
88
+ minimumPriceInCents -
89
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS;
90
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
91
+ });
92
+ it("Should return false if pricePreTaxInCents is more than PROFESSIONAL_SERVICE_MAXIMUM_PRICE_IN_CENTS", () => {
93
+ defaultProps.servicePricingAndDuration.pricePreTaxInCents =
94
+ maximumPriceInCents +
95
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS;
96
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
97
+ });
98
+ it("Should return false if pricePreTaxInCents is not a multiple of PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS", () => {
99
+ defaultProps.servicePricingAndDuration.pricePreTaxInCents =
100
+ maximumPriceInCents - 1;
101
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
102
+ });
103
+ it("Should return false if SupportedIsoCurrency is not a valid currency", () => {
104
+ defaultProps.servicePricingAndDuration.currency =
105
+ "Not a valid currency";
106
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
107
+ });
108
+ it("Should return false if durationInMinutes is not a number", () => {
109
+ defaultProps.servicePricingAndDuration.durationInMinutes =
110
+ "Not a number";
111
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
112
+ });
113
+ it("Should return false if durationInMinutes is less than the duration for the service", () => {
114
+ defaultProps.servicePricingAndDuration.durationInMinutes =
115
+ durationInMinutes -
116
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_DURATION_INCREMENT_IN_MINUTES;
117
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
118
+ });
119
+ it("Should return false if durationInMinutes is more than the duration for the service", () => {
120
+ defaultProps.servicePricingAndDuration.durationInMinutes =
121
+ durationInMinutes +
122
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_DURATION_INCREMENT_IN_MINUTES;
123
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
124
+ });
125
+ it("Should return false if the type is not a valid vehicle type", () => {
126
+ defaultProps.servicePricingAndDuration.type = "Not a vehicle type";
127
+ expect((0, isValidProfessionalServicePricingAndDurationForVehicle_1.isValidProfessionalServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
128
+ });
129
+ });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* eslint-disable @typescript-eslint/no-explicit-any */
4
+ const enums_1 = require("../../../../enums");
5
+ const isValidProfessionalServiceType_1 = require("../isValidProfessionalServiceType");
6
+ describe("isValidProfessionalServiceType", () => {
7
+ describe.each(Object.values(enums_1.ServicesTypes))("when the service type is %p", (serviceType) => {
8
+ it("should return true", () => {
9
+ expect((0, isValidProfessionalServiceType_1.isValidProfessionalServiceType)(serviceType)).toBe(true);
10
+ });
11
+ });
12
+ it("should return false when the service type is unknown", () => {
13
+ expect((0, isValidProfessionalServiceType_1.isValidProfessionalServiceType)("UNKNOWN_SERVICE_TYPE")).toBe(false);
14
+ });
15
+ });
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* eslint-disable @typescript-eslint/no-explicit-any */
4
+ const enums_1 = require("../../../../../../enums");
5
+ const constants_1 = require("../../../../constants");
6
+ const enums_2 = require("../../../../enums");
7
+ const stubs_1 = require("../../../stubs");
8
+ const isValidServicePricingAndDurationForVehicle_1 = require("../isValidServicePricingAndDurationForVehicle");
9
+ describe("isValidServicePricingAndDurationForVehicle", () => {
10
+ let defaultProps;
11
+ let minimumPriceInCents;
12
+ let maximumPriceInCents;
13
+ let durationInMinutes;
14
+ beforeEach(() => {
15
+ minimumPriceInCents = constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS;
16
+ maximumPriceInCents =
17
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS * 10;
18
+ durationInMinutes =
19
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_DURATION_INCREMENT_IN_MINUTES;
20
+ defaultProps = {
21
+ servicePublicConfig: (0, stubs_1.firestoreServicesPublicConfigStub)({
22
+ byVehicleType: {
23
+ [enums_2.VehicleTypes.CITY_CAR]: {
24
+ durationInMinutes: durationInMinutes,
25
+ minimumPriceInCents: minimumPriceInCents,
26
+ maximumPriceInCents: maximumPriceInCents,
27
+ recommendedPriceInCents: maximumPriceInCents,
28
+ },
29
+ [enums_2.VehicleTypes.SUV]: {
30
+ durationInMinutes: durationInMinutes,
31
+ minimumPriceInCents: minimumPriceInCents,
32
+ maximumPriceInCents: maximumPriceInCents,
33
+ recommendedPriceInCents: maximumPriceInCents,
34
+ },
35
+ [enums_2.VehicleTypes.MOTORCYCLE]: {
36
+ durationInMinutes: durationInMinutes,
37
+ minimumPriceInCents: minimumPriceInCents,
38
+ maximumPriceInCents: maximumPriceInCents,
39
+ recommendedPriceInCents: maximumPriceInCents,
40
+ },
41
+ [enums_2.VehicleTypes.SEDAN]: {
42
+ durationInMinutes: durationInMinutes,
43
+ minimumPriceInCents: minimumPriceInCents,
44
+ maximumPriceInCents: maximumPriceInCents,
45
+ recommendedPriceInCents: maximumPriceInCents,
46
+ },
47
+ [enums_2.VehicleTypes.PICKUP_TRUCK]: {
48
+ durationInMinutes: durationInMinutes,
49
+ minimumPriceInCents: minimumPriceInCents,
50
+ maximumPriceInCents: maximumPriceInCents,
51
+ recommendedPriceInCents: maximumPriceInCents,
52
+ },
53
+ [enums_2.VehicleTypes.VAN]: {
54
+ durationInMinutes: durationInMinutes,
55
+ minimumPriceInCents: minimumPriceInCents,
56
+ maximumPriceInCents: maximumPriceInCents,
57
+ recommendedPriceInCents: maximumPriceInCents,
58
+ },
59
+ },
60
+ }),
61
+ servicePricingAndDurationForVehicle: {
62
+ isActive: true,
63
+ type: enums_2.VehicleTypes.CITY_CAR,
64
+ pricePreTaxInCents: minimumPriceInCents,
65
+ currency: enums_1.SupportedIsoCurrency.EUR,
66
+ durationInMinutes: durationInMinutes,
67
+ },
68
+ };
69
+ });
70
+ afterEach(() => {
71
+ jest.clearAllMocks();
72
+ });
73
+ it("should return true if pricing is valid for service", () => {
74
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(true);
75
+ });
76
+ it("Should return false if active is not a boolean", () => {
77
+ defaultProps.servicePricingAndDurationForVehicle.isActive =
78
+ "Not a boolean";
79
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
80
+ });
81
+ it("Should return false if service public config is not defined for the vehicle type", () => {
82
+ defaultProps.servicePublicConfig.byVehicleType = {
83
+ [enums_2.VehicleTypes.CITY_CAR]: undefined,
84
+ };
85
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
86
+ });
87
+ it("Should return false if pricePreTaxInCents is not a number", () => {
88
+ defaultProps.servicePricingAndDurationForVehicle.pricePreTaxInCents =
89
+ "Not a number";
90
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
91
+ });
92
+ it("Should return false if pricePreTaxInCents is less than the service minimum", () => {
93
+ defaultProps.servicePricingAndDurationForVehicle.pricePreTaxInCents =
94
+ minimumPriceInCents -
95
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS;
96
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
97
+ });
98
+ it("Should return false if pricePreTaxInCents is more than PROFESSIONAL_SERVICE_MAXIMUM_PRICE_IN_CENTS", () => {
99
+ defaultProps.servicePricingAndDurationForVehicle.pricePreTaxInCents =
100
+ maximumPriceInCents +
101
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS;
102
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
103
+ });
104
+ it("Should return false if pricePreTaxInCents is not a multiple of PROFESSIONAL_SERVICE_MINIMUM_PRICE_INCREMENT_IN_CENTS", () => {
105
+ defaultProps.servicePricingAndDurationForVehicle.pricePreTaxInCents =
106
+ maximumPriceInCents - 1;
107
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
108
+ });
109
+ it("Should return false if SupportedIsoCurrency is not a valid currency", () => {
110
+ defaultProps.servicePricingAndDurationForVehicle.currency =
111
+ "Not a valid currency";
112
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
113
+ });
114
+ it("Should return false if durationInMinutes is not a number", () => {
115
+ defaultProps.servicePricingAndDurationForVehicle.durationInMinutes =
116
+ "Not a number";
117
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
118
+ });
119
+ it("Should return false if durationInMinutes is less than the duration for the service", () => {
120
+ defaultProps.servicePricingAndDurationForVehicle.durationInMinutes =
121
+ durationInMinutes -
122
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_DURATION_INCREMENT_IN_MINUTES;
123
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
124
+ });
125
+ it("Should return false if durationInMinutes is more than the duration for the service", () => {
126
+ defaultProps.servicePricingAndDurationForVehicle.durationInMinutes =
127
+ durationInMinutes +
128
+ constants_1.PROFESSIONAL_SERVICE_MINIMUM_DURATION_INCREMENT_IN_MINUTES;
129
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
130
+ });
131
+ it("Should return false if the type is not a valid vehicle type", () => {
132
+ defaultProps.servicePricingAndDurationForVehicle.type =
133
+ "Not a vehicle type";
134
+ expect((0, isValidServicePricingAndDurationForVehicle_1.isValidServicePricingAndDurationForVehicle)(defaultProps)).toBe(false);
135
+ });
136
+ });