@more-life/types-more-life-nest 0.68.0 → 0.69.0

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 (673) hide show
  1. package/dist/dto/address/address.dto.d.ts +12 -12
  2. package/dist/dto/address/address.dto.js +66 -66
  3. package/dist/dto/address/createAddress.dto.d.ts +11 -11
  4. package/dist/dto/address/createAddress.dto.js +91 -91
  5. package/dist/dto/address/geolocation.dto.d.ts +4 -4
  6. package/dist/dto/address/geolocation.dto.js +31 -31
  7. package/dist/dto/address/updateAddress.dto.d.ts +11 -11
  8. package/dist/dto/address/updateAddress.dto.js +95 -95
  9. package/dist/dto/application/application.dto.d.ts +37 -37
  10. package/dist/dto/application/application.dto.js +146 -146
  11. package/dist/dto/application/applicationCalculated.dto.d.ts +4 -4
  12. package/dist/dto/application/applicationCalculated.dto.js +31 -31
  13. package/dist/dto/application/applicationEmbedded.dto.d.ts +20 -20
  14. package/dist/dto/application/applicationEmbedded.dto.js +104 -104
  15. package/dist/dto/application/applicationPage.dto.d.ts +12 -12
  16. package/dist/dto/application/applicationPage.dto.js +54 -54
  17. package/dist/dto/application/bulkUpdateApplication.dto.d.ts +9 -9
  18. package/dist/dto/application/bulkUpdateApplication.dto.js +46 -46
  19. package/dist/dto/application/createApplication.dto.d.ts +25 -25
  20. package/dist/dto/application/createApplication.dto.js +162 -162
  21. package/dist/dto/application/updateApplication.dto.d.ts +28 -28
  22. package/dist/dto/application/updateApplication.dto.js +176 -176
  23. package/dist/dto/applicationInsurance/applicationInsurance.dto.d.ts +19 -19
  24. package/dist/dto/applicationInsurance/applicationInsurance.dto.js +68 -68
  25. package/dist/dto/applicationInsurance/applicationInsuranceEmbedded.dto.d.ts +11 -11
  26. package/dist/dto/applicationInsurance/applicationInsuranceEmbedded.dto.js +63 -63
  27. package/dist/dto/applicationInsurance/applicationInsurancePage.dto.d.ts +12 -12
  28. package/dist/dto/applicationInsurance/applicationInsurancePage.dto.js +61 -61
  29. package/dist/dto/applicationInsurance/bulkUpdateApplicationInsurance.dto.d.ts +9 -9
  30. package/dist/dto/applicationInsurance/bulkUpdateApplicationInsurance.dto.js +46 -46
  31. package/dist/dto/applicationInsurance/createApplicationInsurance.dto.d.ts +11 -11
  32. package/dist/dto/applicationInsurance/createApplicationInsurance.dto.js +74 -74
  33. package/dist/dto/applicationInsurance/updateApplicationInsurance.dto.d.ts +11 -11
  34. package/dist/dto/applicationInsurance/updateApplicationInsurance.dto.js +76 -76
  35. package/dist/dto/appointmentIssue/appointmentIssue.dto.d.ts +18 -18
  36. package/dist/dto/appointmentIssue/appointmentIssue.dto.js +63 -63
  37. package/dist/dto/appointmentIssue/appointmentIssueEmbedded.dto.d.ts +10 -10
  38. package/dist/dto/appointmentIssue/appointmentIssueEmbedded.dto.js +49 -49
  39. package/dist/dto/appointmentIssue/appointmentIssuePage.dto.d.ts +12 -12
  40. package/dist/dto/appointmentIssue/appointmentIssuePage.dto.js +54 -54
  41. package/dist/dto/appointmentIssue/appointmentIssueValidate.dto.d.ts +5 -5
  42. package/dist/dto/appointmentIssue/appointmentIssueValidate.dto.js +33 -33
  43. package/dist/dto/appointmentIssue/bulkUpdateAppointmentIssue.dto.d.ts +9 -9
  44. package/dist/dto/appointmentIssue/bulkUpdateAppointmentIssue.dto.js +43 -43
  45. package/dist/dto/appointmentIssue/createAppointmentIssue.dto.d.ts +9 -9
  46. package/dist/dto/appointmentIssue/createAppointmentIssue.dto.js +57 -57
  47. package/dist/dto/appointmentIssue/updateAppointmentIssue.dto.d.ts +10 -10
  48. package/dist/dto/appointmentIssue/updateAppointmentIssue.dto.js +62 -62
  49. package/dist/dto/blackoutSchedule/blackoutSchedule.dto.d.ts +29 -29
  50. package/dist/dto/blackoutSchedule/blackoutSchedule.dto.js +114 -114
  51. package/dist/dto/blackoutSchedule/blackoutScheduleEmbedded.dto.d.ts +17 -17
  52. package/dist/dto/blackoutSchedule/blackoutScheduleEmbedded.dto.js +85 -85
  53. package/dist/dto/blackoutSchedule/blackoutSchedulePage.dto.d.ts +12 -12
  54. package/dist/dto/blackoutSchedule/blackoutSchedulePage.dto.js +61 -61
  55. package/dist/dto/blackoutSchedule/bulkUpdateBlackoutSchedule.dto.d.ts +9 -9
  56. package/dist/dto/blackoutSchedule/bulkUpdateBlackoutSchedule.dto.js +46 -46
  57. package/dist/dto/blackoutSchedule/createBlackoutSchedule.dto.d.ts +21 -21
  58. package/dist/dto/blackoutSchedule/createBlackoutSchedule.dto.js +145 -145
  59. package/dist/dto/blackoutSchedule/updateBlackoutSchedule.dto.d.ts +21 -21
  60. package/dist/dto/blackoutSchedule/updateBlackoutSchedule.dto.js +146 -146
  61. package/dist/dto/blackoutTherapist/blackoutTherapist.dto.d.ts +14 -14
  62. package/dist/dto/blackoutTherapist/blackoutTherapist.dto.js +47 -47
  63. package/dist/dto/blackoutTherapist/blackoutTherapistEmbedded.Dto.d.ts +9 -9
  64. package/dist/dto/blackoutTherapist/blackoutTherapistEmbedded.Dto.js +51 -51
  65. package/dist/dto/blackoutTherapist/blackoutTherapistPage.dto.d.ts +12 -12
  66. package/dist/dto/blackoutTherapist/blackoutTherapistPage.dto.js +57 -57
  67. package/dist/dto/blackoutTherapist/bulkUpdateBlackoutTherapist.dto.d.ts +9 -9
  68. package/dist/dto/blackoutTherapist/bulkUpdateBlackoutTherapist.dto.js +46 -46
  69. package/dist/dto/blackoutTherapist/createBlackoutTherapist.dto.d.ts +6 -6
  70. package/dist/dto/blackoutTherapist/createBlackoutTherapist.dto.js +49 -49
  71. package/dist/dto/blackoutTherapist/updateBlackoutTherapist.dto.d.ts +6 -6
  72. package/dist/dto/blackoutTherapist/updateBlackoutTherapist.dto.js +52 -52
  73. package/dist/dto/blackoutTime/blackoutTime.dto.d.ts +24 -24
  74. package/dist/dto/blackoutTime/blackoutTime.dto.js +93 -93
  75. package/dist/dto/blackoutTime/blackoutTimeEmbedded.dto.d.ts +12 -12
  76. package/dist/dto/blackoutTime/blackoutTimeEmbedded.dto.js +62 -62
  77. package/dist/dto/blackoutTime/blackoutTimePage.dto.d.ts +12 -12
  78. package/dist/dto/blackoutTime/blackoutTimePage.dto.js +61 -61
  79. package/dist/dto/block/block.dto.d.ts +44 -44
  80. package/dist/dto/block/block.dto.js +178 -178
  81. package/dist/dto/block/blockCalculated.dto.d.ts +8 -8
  82. package/dist/dto/block/blockCalculated.dto.js +59 -59
  83. package/dist/dto/block/blockEmbedded.dto.d.ts +19 -19
  84. package/dist/dto/block/blockEmbedded.dto.js +83 -83
  85. package/dist/dto/block/blockPage.dto.d.ts +12 -12
  86. package/dist/dto/block/blockPage.dto.js +54 -54
  87. package/dist/dto/block/bulkUpdateBlock.dto.d.ts +9 -9
  88. package/dist/dto/block/bulkUpdateBlock.dto.js +46 -46
  89. package/dist/dto/block/createBlock.dto.d.ts +30 -30
  90. package/dist/dto/block/createBlock.dto.js +189 -189
  91. package/dist/dto/block/updateBlock.dto.d.ts +30 -30
  92. package/dist/dto/block/updateBlock.dto.js +189 -189
  93. package/dist/dto/careFacility/bulkUpdateCareFacility.dto.d.ts +9 -9
  94. package/dist/dto/careFacility/bulkUpdateCareFacility.dto.js +46 -46
  95. package/dist/dto/careFacility/careFacility.dto.d.ts +7 -7
  96. package/dist/dto/careFacility/careFacility.dto.js +41 -41
  97. package/dist/dto/careFacility/careFacilityEmbedded.dto.d.ts +4 -4
  98. package/dist/dto/careFacility/careFacilityEmbedded.dto.js +28 -28
  99. package/dist/dto/careFacility/careFacilityPage.dto.d.ts +12 -12
  100. package/dist/dto/careFacility/careFacilityPage.dto.js +54 -54
  101. package/dist/dto/careFacility/createCareFacility.dto.d.ts +6 -6
  102. package/dist/dto/careFacility/createCareFacility.dto.js +39 -39
  103. package/dist/dto/careFacility/updateCareFacility.dto.d.ts +6 -6
  104. package/dist/dto/careFacility/updateCareFacility.dto.js +41 -41
  105. package/dist/dto/careFacilityAddress/bulkUpdateCareFacilityAddress.dto.d.ts +9 -9
  106. package/dist/dto/careFacilityAddress/bulkUpdateCareFacilityAddress.dto.js +46 -46
  107. package/dist/dto/careFacilityAddress/careFacilityAddress.dto.d.ts +13 -13
  108. package/dist/dto/careFacilityAddress/careFacilityAddress.dto.js +75 -75
  109. package/dist/dto/careFacilityAddress/careFacilityAddressEmbedded.dto.d.ts +7 -7
  110. package/dist/dto/careFacilityAddress/careFacilityAddressEmbedded.dto.js +44 -44
  111. package/dist/dto/careFacilityAddress/careFacilityAddressPage.d.ts +12 -12
  112. package/dist/dto/careFacilityAddress/careFacilityAddressPage.js +47 -47
  113. package/dist/dto/careFacilityAddress/createCareFacilityAddress.dto.d.ts +12 -12
  114. package/dist/dto/careFacilityAddress/createCareFacilityAddress.dto.js +91 -91
  115. package/dist/dto/careFacilityAddress/updateCareFacilityAddress.dto.d.ts +11 -11
  116. package/dist/dto/careFacilityAddress/updateCareFacilityAddress.dto.js +92 -92
  117. package/dist/dto/chatBot/bulkUpdateChatBot.dto.d.ts +9 -9
  118. package/dist/dto/chatBot/bulkUpdateChatBot.dto.js +46 -46
  119. package/dist/dto/chatBot/chatBot.dto.d.ts +7 -7
  120. package/dist/dto/chatBot/chatBot.dto.js +45 -45
  121. package/dist/dto/chatBot/chatBotEmbedded.dto.d.ts +6 -6
  122. package/dist/dto/chatBot/chatBotEmbedded.dto.js +42 -42
  123. package/dist/dto/chatBot/chatBotPage.dto.d.ts +12 -12
  124. package/dist/dto/chatBot/chatBotPage.dto.js +54 -54
  125. package/dist/dto/chatBot/createChatBot.dto.d.ts +5 -5
  126. package/dist/dto/chatBot/createChatBot.dto.js +35 -35
  127. package/dist/dto/chatBot/updateChatBot.dto.d.ts +6 -6
  128. package/dist/dto/chatBot/updateChatBot.dto.js +40 -40
  129. package/dist/dto/comment/bulkUpdateComment.dto.d.ts +9 -9
  130. package/dist/dto/comment/bulkUpdateComment.dto.js +46 -46
  131. package/dist/dto/comment/comment.dto.d.ts +20 -20
  132. package/dist/dto/comment/comment.dto.js +76 -76
  133. package/dist/dto/comment/commentEmbedded.dto.d.ts +6 -6
  134. package/dist/dto/comment/commentEmbedded.dto.js +47 -47
  135. package/dist/dto/comment/commentPage.dto.d.ts +12 -12
  136. package/dist/dto/comment/commentPage.dto.js +54 -54
  137. package/dist/dto/comment/createComment.dto.d.ts +11 -11
  138. package/dist/dto/comment/createComment.dto.js +77 -77
  139. package/dist/dto/comment/updateComment.dto.d.ts +11 -11
  140. package/dist/dto/comment/updateComment.dto.js +77 -77
  141. package/dist/dto/companyInsurance/bulkUpdateInsuranceCompany.dto.d.ts +9 -9
  142. package/dist/dto/companyInsurance/bulkUpdateInsuranceCompany.dto.js +46 -46
  143. package/dist/dto/companyInsurance/createInsuranceCompany.dto.d.ts +10 -10
  144. package/dist/dto/companyInsurance/createInsuranceCompany.dto.js +68 -68
  145. package/dist/dto/companyInsurance/insuranceCompany.dto.d.ts +19 -19
  146. package/dist/dto/companyInsurance/insuranceCompany.dto.js +69 -69
  147. package/dist/dto/companyInsurance/insuranceCompanyEmbedded.dto.d.ts +9 -9
  148. package/dist/dto/companyInsurance/insuranceCompanyEmbedded.dto.js +61 -61
  149. package/dist/dto/companyInsurance/insuranceCompanyPage.dto.d.ts +12 -12
  150. package/dist/dto/companyInsurance/insuranceCompanyPage.dto.js +54 -54
  151. package/dist/dto/companyInsurance/updateInsuranceCompany.dto.d.ts +10 -10
  152. package/dist/dto/companyInsurance/updateInsuranceCompany.dto.js +70 -70
  153. package/dist/dto/contactInfo/bulkUpdateContactInfo.dto.d.ts +9 -9
  154. package/dist/dto/contactInfo/bulkUpdateContactInfo.dto.js +46 -46
  155. package/dist/dto/contactInfo/contactInfo.dto.d.ts +15 -15
  156. package/dist/dto/contactInfo/contactInfo.dto.js +48 -48
  157. package/dist/dto/contactInfo/contactInfoEmbedded.dto.d.ts +8 -8
  158. package/dist/dto/contactInfo/contactInfoEmbedded.dto.js +52 -52
  159. package/dist/dto/contactInfo/contactInfoPage.dto.d.ts +14 -14
  160. package/dist/dto/contactInfo/contactInfoPage.dto.js +66 -66
  161. package/dist/dto/contactInfo/createContactInfo.dto.d.ts +6 -6
  162. package/dist/dto/contactInfo/createContactInfo.dto.js +39 -39
  163. package/dist/dto/contactInfo/updateContactInfo.dto.d.ts +6 -6
  164. package/dist/dto/contactInfo/updateContactInfo.dto.js +41 -41
  165. package/dist/dto/crew/bulkUpdateCrew.dto.d.ts +9 -9
  166. package/dist/dto/crew/bulkUpdateCrew.dto.js +46 -46
  167. package/dist/dto/crew/createCrew.dto.d.ts +7 -7
  168. package/dist/dto/crew/createCrew.dto.js +53 -53
  169. package/dist/dto/crew/crew.dto.d.ts +14 -14
  170. package/dist/dto/crew/crew.dto.js +47 -47
  171. package/dist/dto/crew/crewEmbedded.dto.d.ts +13 -13
  172. package/dist/dto/crew/crewEmbedded.dto.js +73 -73
  173. package/dist/dto/crew/crewPage.dto.d.ts +12 -12
  174. package/dist/dto/crew/crewPage.dto.js +54 -54
  175. package/dist/dto/crew/getSupplyHealth.dto.d.ts +4 -4
  176. package/dist/dto/crew/getSupplyHealth.dto.js +33 -33
  177. package/dist/dto/crew/supplyHealth.dto.d.ts +19 -19
  178. package/dist/dto/crew/supplyHealth.dto.js +26 -26
  179. package/dist/dto/crew/updateCrew.dto.d.ts +7 -7
  180. package/dist/dto/crew/updateCrew.dto.js +56 -56
  181. package/dist/dto/crewTherapistInfo/bulkUpdateCrewTherapistInfo.dto.d.ts +9 -9
  182. package/dist/dto/crewTherapistInfo/bulkUpdateCrewTherapistInfo.dto.js +46 -46
  183. package/dist/dto/crewTherapistInfo/createCrewTherapistInfo.dto.d.ts +5 -5
  184. package/dist/dto/crewTherapistInfo/createCrewTherapistInfo.dto.js +38 -38
  185. package/dist/dto/crewTherapistInfo/crewTherapistInfo.dto.d.ts +13 -13
  186. package/dist/dto/crewTherapistInfo/crewTherapistInfo.dto.js +45 -45
  187. package/dist/dto/crewTherapistInfo/crewTherapistInfoEmbedded.dto.d.ts +6 -6
  188. package/dist/dto/crewTherapistInfo/crewTherapistInfoEmbedded.dto.js +38 -38
  189. package/dist/dto/crewTherapistInfo/crewTherapistInfoPage.dto.d.ts +12 -12
  190. package/dist/dto/crewTherapistInfo/crewTherapistInfoPage.dto.js +57 -57
  191. package/dist/dto/crewTherapistInfo/updateCrewTherapistInfo.dto.d.ts +5 -5
  192. package/dist/dto/crewTherapistInfo/updateCrewTherapistInfo.dto.js +40 -40
  193. package/dist/dto/diagnosis/bulkUpdateDiagnosis.dto.d.ts +9 -9
  194. package/dist/dto/diagnosis/bulkUpdateDiagnosis.dto.js +46 -46
  195. package/dist/dto/diagnosis/createDiagnosis.dto.d.ts +6 -6
  196. package/dist/dto/diagnosis/createDiagnosis.dto.js +46 -46
  197. package/dist/dto/diagnosis/diagnosis.dto.d.ts +16 -16
  198. package/dist/dto/diagnosis/diagnosis.dto.js +68 -68
  199. package/dist/dto/diagnosis/diagnosisEmbedded.dto.d.ts +7 -7
  200. package/dist/dto/diagnosis/diagnosisEmbedded.dto.js +41 -41
  201. package/dist/dto/diagnosis/diagnosisPage.dto.d.ts +12 -12
  202. package/dist/dto/diagnosis/diagnosisPage.dto.js +57 -57
  203. package/dist/dto/diagnosis/updateDiagnosis.dto.d.ts +5 -5
  204. package/dist/dto/diagnosis/updateDiagnosis.dto.js +40 -40
  205. package/dist/dto/document/bulkUpdateDocument.dto.d.ts +9 -9
  206. package/dist/dto/document/bulkUpdateDocument.dto.js +46 -46
  207. package/dist/dto/document/createDocument.dto.d.ts +8 -8
  208. package/dist/dto/document/createDocument.dto.js +53 -53
  209. package/dist/dto/document/document.dto.d.ts +20 -20
  210. package/dist/dto/document/document.dto.js +69 -69
  211. package/dist/dto/document/documentEmbedded.dto.d.ts +7 -7
  212. package/dist/dto/document/documentEmbedded.dto.js +47 -47
  213. package/dist/dto/document/documentPage.dto.d.ts +12 -12
  214. package/dist/dto/document/documentPage.dto.js +54 -54
  215. package/dist/dto/document/updateDocument.dto.d.ts +9 -9
  216. package/dist/dto/document/updateDocument.dto.js +64 -64
  217. package/dist/dto/exception/exception.dto.d.ts +8 -8
  218. package/dist/dto/exception/exception.dto.js +55 -55
  219. package/dist/dto/extension/bulkUpdateExtension.dto.d.ts +9 -9
  220. package/dist/dto/extension/bulkUpdateExtension.dto.js +46 -46
  221. package/dist/dto/extension/createExtension.dto.d.ts +8 -8
  222. package/dist/dto/extension/createExtension.dto.js +62 -62
  223. package/dist/dto/extension/extension.dto.d.ts +19 -19
  224. package/dist/dto/extension/extension.dto.js +68 -68
  225. package/dist/dto/extension/extensionCalculated.dto.d.ts +3 -3
  226. package/dist/dto/extension/extensionCalculated.dto.js +26 -26
  227. package/dist/dto/extension/extensionEmbedded.dto.d.ts +9 -9
  228. package/dist/dto/extension/extensionEmbedded.dto.js +53 -53
  229. package/dist/dto/extension/extensionPage.dto.d.ts +12 -12
  230. package/dist/dto/extension/extensionPage.dto.js +54 -54
  231. package/dist/dto/extension/updateExtension.dto.d.ts +10 -10
  232. package/dist/dto/extension/updateExtension.dto.js +71 -71
  233. package/dist/dto/generalPractionerInfo/bulkUpdateGeneralPractitionerInfo.dto.d.ts +9 -9
  234. package/dist/dto/generalPractionerInfo/bulkUpdateGeneralPractitionerInfo.dto.js +46 -46
  235. package/dist/dto/generalPractionerInfo/createGeneralPractitionerInfo.dto.d.ts +6 -6
  236. package/dist/dto/generalPractionerInfo/createGeneralPractitionerInfo.dto.js +45 -45
  237. package/dist/dto/generalPractionerInfo/generalPractitionerInfo.dto.d.ts +15 -15
  238. package/dist/dto/generalPractionerInfo/generalPractitionerInfo.dto.js +52 -52
  239. package/dist/dto/generalPractionerInfo/generalPractitionerInfoEmbedded.dto.d.ts +8 -8
  240. package/dist/dto/generalPractionerInfo/generalPractitionerInfoEmbedded.dto.js +54 -54
  241. package/dist/dto/generalPractionerInfo/generalPractitionerInfoPage.dto.d.ts +12 -12
  242. package/dist/dto/generalPractionerInfo/generalPractitionerInfoPage.dto.js +61 -61
  243. package/dist/dto/generalPractionerInfo/updateGeneralPractitionerInfo.dto.d.ts +6 -6
  244. package/dist/dto/generalPractionerInfo/updateGeneralPractitionerInfo.dto.js +47 -47
  245. package/dist/dto/generic/base.dto.d.ts +10 -10
  246. package/dist/dto/generic/base.dto.js +52 -52
  247. package/dist/dto/generic/collectionFilter.dto.d.ts +11 -11
  248. package/dist/dto/generic/collectionFilter.dto.js +93 -93
  249. package/dist/dto/generic/embedded/embedded.dto.d.ts +8 -8
  250. package/dist/dto/generic/embedded/embedded.dto.js +37 -37
  251. package/dist/dto/generic/filter.dto.d.ts +8 -8
  252. package/dist/dto/generic/filter.dto.js +65 -65
  253. package/dist/dto/generic/page.dto.d.ts +4 -4
  254. package/dist/dto/generic/page.dto.js +30 -30
  255. package/dist/dto/generic/pageInfo.dto.d.ts +6 -6
  256. package/dist/dto/generic/pageInfo.dto.js +50 -50
  257. package/dist/dto/geridocAppointment/geridocAppointment.dto.d.ts +15 -15
  258. package/dist/dto/geridocAppointment/geridocAppointment.dto.js +50 -50
  259. package/dist/dto/geridocAppointment/geridocAppointmentEmbedded.dto.d.ts +4 -4
  260. package/dist/dto/geridocAppointment/geridocAppointmentEmbedded.dto.js +28 -28
  261. package/dist/dto/geridocAppointment/geridocAppointmentPage.dto.d.ts +12 -12
  262. package/dist/dto/geridocAppointment/geridocAppointmentPage.dto.js +61 -61
  263. package/dist/dto/insuranceContactInfo/bulkUpdateInsuranceContactInfo.dto.d.ts +9 -9
  264. package/dist/dto/insuranceContactInfo/bulkUpdateInsuranceContactInfo.dto.js +46 -46
  265. package/dist/dto/insuranceContactInfo/createInsuranceContactInfo.dto.d.ts +5 -5
  266. package/dist/dto/insuranceContactInfo/createInsuranceContactInfo.dto.js +40 -40
  267. package/dist/dto/insuranceContactInfo/insuranceContactInfo.dto.d.ts +14 -14
  268. package/dist/dto/insuranceContactInfo/insuranceContactInfo.dto.js +47 -47
  269. package/dist/dto/insuranceContactInfo/insuranceContactInfoEmbedded.dto.d.ts +10 -10
  270. package/dist/dto/insuranceContactInfo/insuranceContactInfoEmbedded.dto.js +64 -64
  271. package/dist/dto/insuranceContactInfo/insuranceContactInfoPage.dto.d.ts +12 -12
  272. package/dist/dto/insuranceContactInfo/insuranceContactInfoPage.dto.js +61 -61
  273. package/dist/dto/insuranceContactInfo/updateInsuranceContactInfo.dto.d.ts +5 -5
  274. package/dist/dto/insuranceContactInfo/updateInsuranceContactInfo.dto.js +42 -42
  275. package/dist/dto/latestApplication/latestApplication.dto.d.ts +12 -12
  276. package/dist/dto/latestApplication/latestApplication.dto.js +37 -37
  277. package/dist/dto/latestApplication/latestApplicationEmbedded.dto.d.ts +6 -6
  278. package/dist/dto/latestApplication/latestApplicationEmbedded.dto.js +38 -38
  279. package/dist/dto/nursingHome/bulkUpdateNursingHome.dto.d.ts +9 -9
  280. package/dist/dto/nursingHome/bulkUpdateNursingHome.dto.js +46 -46
  281. package/dist/dto/nursingHome/createNursingHome.dto.d.ts +4 -4
  282. package/dist/dto/nursingHome/createNursingHome.dto.js +32 -32
  283. package/dist/dto/nursingHome/nursingHome.dto.d.ts +12 -12
  284. package/dist/dto/nursingHome/nursingHome.dto.js +39 -39
  285. package/dist/dto/nursingHome/nursingHomeEmbedded.dto.d.ts +7 -7
  286. package/dist/dto/nursingHome/nursingHomeEmbedded.dto.js +45 -45
  287. package/dist/dto/nursingHome/nursingHomePage.dto.d.ts +12 -12
  288. package/dist/dto/nursingHome/nursingHomePage.dto.js +54 -54
  289. package/dist/dto/nursingHome/updateNursingHome.dto.d.ts +4 -4
  290. package/dist/dto/nursingHome/updateNursingHome.dto.js +32 -32
  291. package/dist/dto/optimization/bulkUpdateOptimization.dto.d.ts +9 -9
  292. package/dist/dto/optimization/bulkUpdateOptimization.dto.js +46 -46
  293. package/dist/dto/optimization/createOptimization.dto.d.ts +38 -38
  294. package/dist/dto/optimization/createOptimization.dto.js +289 -289
  295. package/dist/dto/optimization/optimization.dto.d.ts +56 -56
  296. package/dist/dto/optimization/optimization.dto.js +270 -270
  297. package/dist/dto/optimization/optimizationBlockView.dto.d.ts +11 -11
  298. package/dist/dto/optimization/optimizationBlockView.dto.js +42 -42
  299. package/dist/dto/optimization/optimizationBlockViewEmbedded.dto.d.ts +6 -6
  300. package/dist/dto/optimization/optimizationBlockViewEmbedded.dto.js +35 -35
  301. package/dist/dto/optimization/optimizationEmbedded.dto.d.ts +12 -12
  302. package/dist/dto/optimization/optimizationEmbedded.dto.js +68 -68
  303. package/dist/dto/optimization/optimizationPage.dto.d.ts +12 -12
  304. package/dist/dto/optimization/optimizationPage.dto.js +54 -54
  305. package/dist/dto/optimization/partialAcceptOptimization.dto.d.ts +3 -3
  306. package/dist/dto/optimization/partialAcceptOptimization.dto.js +27 -27
  307. package/dist/dto/optimization/updateOptimization.dto.d.ts +5 -5
  308. package/dist/dto/optimization/updateOptimization.dto.js +38 -38
  309. package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlock.dto.d.ts +13 -13
  310. package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlock.dto.js +42 -42
  311. package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockEmbedded.dto.d.ts +6 -6
  312. package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockEmbedded.dto.js +35 -35
  313. package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockPage.dto.d.ts +12 -12
  314. package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockPage.dto.js +54 -54
  315. package/dist/dto/optimizedBlock/optimizedBlock.dto.d.ts +33 -33
  316. package/dist/dto/optimizedBlock/optimizedBlock.dto.js +137 -137
  317. package/dist/dto/optimizedBlock/optimizedBlockEmbedded.dto.d.ts +15 -15
  318. package/dist/dto/optimizedBlock/optimizedBlockEmbedded.dto.js +78 -78
  319. package/dist/dto/optimizedBlock/optimizedBlockPage.dto.d.ts +12 -12
  320. package/dist/dto/optimizedBlock/optimizedBlockPage.dto.js +61 -61
  321. package/dist/dto/patient/bulkUpdatePatientInfo.dto.d.ts +9 -9
  322. package/dist/dto/patient/bulkUpdatePatientInfo.dto.js +46 -46
  323. package/dist/dto/patient/createPatientInfo.dto.d.ts +13 -13
  324. package/dist/dto/patient/createPatientInfo.dto.js +76 -76
  325. package/dist/dto/patient/patientInfo.dto.d.ts +32 -32
  326. package/dist/dto/patient/patientInfo.dto.js +127 -127
  327. package/dist/dto/patient/patientInfoCalculated.dto.d.ts +4 -4
  328. package/dist/dto/patient/patientInfoCalculated.dto.js +31 -31
  329. package/dist/dto/patient/patientInfoEmbedded.dto.d.ts +35 -35
  330. package/dist/dto/patient/patientInfoEmbedded.dto.js +181 -181
  331. package/dist/dto/patient/patientInfoPage.dto.d.ts +12 -12
  332. package/dist/dto/patient/patientInfoPage.dto.js +54 -54
  333. package/dist/dto/patient/patientSummaryView.dto.d.ts +4 -4
  334. package/dist/dto/patient/patientSummaryView.dto.js +30 -30
  335. package/dist/dto/patient/updatePatientInfo.dto.d.ts +13 -13
  336. package/dist/dto/patient/updatePatientInfo.dto.js +76 -76
  337. package/dist/dto/patientContact/bulkUpdatePatientContact.dto.d.ts +9 -9
  338. package/dist/dto/patientContact/bulkUpdatePatientContact.dto.js +46 -46
  339. package/dist/dto/patientContact/createPatientContact.dto.d.ts +15 -15
  340. package/dist/dto/patientContact/createPatientContact.dto.js +103 -103
  341. package/dist/dto/patientContact/patientContact.dto.d.ts +23 -23
  342. package/dist/dto/patientContact/patientContact.dto.js +88 -88
  343. package/dist/dto/patientContact/patientContactEmbedded.dto.d.ts +9 -9
  344. package/dist/dto/patientContact/patientContactEmbedded.dto.js +53 -53
  345. package/dist/dto/patientContact/patientContactPage.dto.d.ts +12 -12
  346. package/dist/dto/patientContact/patientContactPage.dto.js +61 -61
  347. package/dist/dto/patientContact/updatePatientContact.dto.d.ts +15 -15
  348. package/dist/dto/patientContact/updatePatientContact.dto.js +107 -107
  349. package/dist/dto/patientPractitioner/bulkUpdatePatientPractitioner.dto.d.ts +9 -9
  350. package/dist/dto/patientPractitioner/bulkUpdatePatientPractitioner.dto.js +46 -46
  351. package/dist/dto/patientPractitioner/createPatientPractitioner.dto.d.ts +7 -7
  352. package/dist/dto/patientPractitioner/createPatientPractitioner.dto.js +45 -45
  353. package/dist/dto/patientPractitioner/patientPractitioner.dto.d.ts +15 -15
  354. package/dist/dto/patientPractitioner/patientPractitioner.dto.js +48 -48
  355. package/dist/dto/patientPractitioner/patientPractitionerEmbedded.dto.d.ts +9 -9
  356. package/dist/dto/patientPractitioner/patientPractitionerEmbedded.dto.js +53 -53
  357. package/dist/dto/patientPractitioner/patientPractitionerPage.dto.d.ts +12 -12
  358. package/dist/dto/patientPractitioner/patientPractitionerPage.dto.js +61 -61
  359. package/dist/dto/patientPractitioner/updatePatientPractitioner.dto.d.ts +7 -7
  360. package/dist/dto/patientPractitioner/updatePatientPractitioner.dto.js +48 -48
  361. package/dist/dto/region/bulkUpdateRegion.dto.d.ts +9 -9
  362. package/dist/dto/region/bulkUpdateRegion.dto.js +46 -46
  363. package/dist/dto/region/createRegion.dto.d.ts +6 -6
  364. package/dist/dto/region/createRegion.dto.js +46 -46
  365. package/dist/dto/region/region.dto.d.ts +14 -14
  366. package/dist/dto/region/region.dto.js +47 -47
  367. package/dist/dto/region/regionEmbedded.dto.d.ts +4 -4
  368. package/dist/dto/region/regionEmbedded.dto.js +30 -30
  369. package/dist/dto/region/regionPage.dto.d.ts +12 -12
  370. package/dist/dto/region/regionPage.dto.js +54 -54
  371. package/dist/dto/region/updateRegion.dto.d.ts +6 -6
  372. package/dist/dto/region/updateRegion.dto.js +47 -47
  373. package/dist/dto/status/component.dto.d.ts +7 -7
  374. package/dist/dto/status/component.dto.js +48 -48
  375. package/dist/dto/status/componentHealth.dto.d.ts +7 -7
  376. package/dist/dto/status/componentHealth.dto.js +43 -43
  377. package/dist/dto/status/health.dto.d.ts +5 -5
  378. package/dist/dto/status/health.dto.js +33 -33
  379. package/dist/dto/subscription/bulkUpdateSubscription.dto.d.ts +9 -9
  380. package/dist/dto/subscription/bulkUpdateSubscription.dto.js +46 -46
  381. package/dist/dto/subscription/createSubscription.dto.d.ts +5 -5
  382. package/dist/dto/subscription/createSubscription.dto.js +38 -38
  383. package/dist/dto/subscription/subscription.dto.d.ts +14 -14
  384. package/dist/dto/subscription/subscription.dto.js +47 -47
  385. package/dist/dto/subscription/subscriptionCalculated.dto.d.ts +3 -3
  386. package/dist/dto/subscription/subscriptionCalculated.dto.js +26 -26
  387. package/dist/dto/subscription/subscriptionEmbedded.dto.d.ts +10 -10
  388. package/dist/dto/subscription/subscriptionEmbedded.dto.js +62 -62
  389. package/dist/dto/subscription/subscriptionPage.dto.d.ts +12 -12
  390. package/dist/dto/subscription/subscriptionPage.dto.js +54 -54
  391. package/dist/dto/subscription/updateSubscription.dto.d.ts +6 -6
  392. package/dist/dto/subscription/updateSubscription.dto.js +47 -47
  393. package/dist/dto/team/bulkUpdateTeam.dto.d.ts +9 -9
  394. package/dist/dto/team/bulkUpdateTeam.dto.js +46 -46
  395. package/dist/dto/team/createTeam.dto.d.ts +4 -4
  396. package/dist/dto/team/createTeam.dto.js +32 -32
  397. package/dist/dto/team/team.dto.d.ts +13 -13
  398. package/dist/dto/team/team.dto.js +42 -42
  399. package/dist/dto/team/teamEmbedded.dto.d.ts +13 -13
  400. package/dist/dto/team/teamEmbedded.dto.js +73 -73
  401. package/dist/dto/team/teamPage.dto.d.ts +12 -12
  402. package/dist/dto/team/teamPage.dto.js +54 -54
  403. package/dist/dto/team/updateTeam.dto.d.ts +4 -4
  404. package/dist/dto/team/updateTeam.dto.js +33 -33
  405. package/dist/dto/therapistInfo/bulkUpdateTherapistInfo.dto.d.ts +9 -9
  406. package/dist/dto/therapistInfo/bulkUpdateTherapistInfo.dto.js +46 -46
  407. package/dist/dto/therapistInfo/createTherapistInfo.dto.d.ts +11 -11
  408. package/dist/dto/therapistInfo/createTherapistInfo.dto.js +67 -67
  409. package/dist/dto/therapistInfo/therapistInfo.dto.d.ts +20 -20
  410. package/dist/dto/therapistInfo/therapistInfo.dto.js +69 -69
  411. package/dist/dto/therapistInfo/therapistInfoEmbedded.dto.d.ts +20 -20
  412. package/dist/dto/therapistInfo/therapistInfoEmbedded.dto.js +120 -120
  413. package/dist/dto/therapistInfo/therapistInfoPage.dto.d.ts +12 -12
  414. package/dist/dto/therapistInfo/therapistInfoPage.dto.js +54 -54
  415. package/dist/dto/therapistInfo/updateTherapistInfo.dto.d.ts +10 -10
  416. package/dist/dto/therapistInfo/updateTherapistInfo.dto.js +64 -64
  417. package/dist/dto/therapyPlan/bulkUpdateTherapyPlan.dto.d.ts +9 -9
  418. package/dist/dto/therapyPlan/bulkUpdateTherapyPlan.dto.js +46 -46
  419. package/dist/dto/therapyPlan/createTherapyPlan.dto.d.ts +5 -5
  420. package/dist/dto/therapyPlan/createTherapyPlan.dto.js +44 -44
  421. package/dist/dto/therapyPlan/therapyPlan.dto.d.ts +13 -13
  422. package/dist/dto/therapyPlan/therapyPlan.dto.js +42 -42
  423. package/dist/dto/therapyPlan/therapyPlanEmbedded.dto.d.ts +7 -7
  424. package/dist/dto/therapyPlan/therapyPlanEmbedded.dto.js +47 -47
  425. package/dist/dto/therapyPlan/therapyPlanPage.dto.d.ts +12 -12
  426. package/dist/dto/therapyPlan/therapyPlanPage.dto.js +54 -54
  427. package/dist/dto/therapyPlan/updateTherapyPlan.dto.d.ts +5 -5
  428. package/dist/dto/therapyPlan/updateTherapyPlan.dto.js +38 -38
  429. package/dist/dto/therapySummary/bulkUpdateTherapySummary.dto.d.ts +9 -9
  430. package/dist/dto/therapySummary/bulkUpdateTherapySummary.dto.js +46 -46
  431. package/dist/dto/therapySummary/therapySummary.dto.d.ts +16 -16
  432. package/dist/dto/therapySummary/therapySummary.dto.js +66 -66
  433. package/dist/dto/therapySummary/therapySummaryEmbedded.dto.d.ts +7 -7
  434. package/dist/dto/therapySummary/therapySummaryEmbedded.dto.js +41 -41
  435. package/dist/dto/therapySummary/therapySummaryPage.dto.d.ts +12 -12
  436. package/dist/dto/therapySummary/therapySummaryPage.dto.js +57 -57
  437. package/dist/dto/therapySummary/updateTherapySummary.dto.d.ts +4 -4
  438. package/dist/dto/therapySummary/updateTherapySummary.dto.js +32 -32
  439. package/dist/dto/thread/bulkUpdateThread.dto.d.ts +9 -9
  440. package/dist/dto/thread/bulkUpdateThread.dto.js +46 -46
  441. package/dist/dto/thread/createThread.dto.d.ts +6 -6
  442. package/dist/dto/thread/createThread.dto.js +41 -41
  443. package/dist/dto/thread/thread.dto.d.ts +13 -13
  444. package/dist/dto/thread/thread.dto.js +42 -42
  445. package/dist/dto/thread/threadEmbedded.dto.d.ts +11 -11
  446. package/dist/dto/thread/threadEmbedded.dto.js +65 -65
  447. package/dist/dto/thread/threadPage.dto.d.ts +12 -12
  448. package/dist/dto/thread/threadPage.dto.js +54 -54
  449. package/dist/dto/thread/updateThread.dto.d.ts +4 -4
  450. package/dist/dto/thread/updateThread.dto.js +32 -32
  451. package/dist/dto/user/bulkUpdateUser.dto.d.ts +9 -9
  452. package/dist/dto/user/bulkUpdateUser.dto.js +46 -46
  453. package/dist/dto/user/createUser.dto.d.ts +15 -15
  454. package/dist/dto/user/createUser.dto.js +110 -110
  455. package/dist/dto/user/updateUser.dto.d.ts +15 -15
  456. package/dist/dto/user/updateUser.dto.js +101 -101
  457. package/dist/dto/user/user.dto.d.ts +26 -26
  458. package/dist/dto/user/user.dto.js +103 -103
  459. package/dist/dto/user/userAzureJwtData.dto.d.ts +9 -9
  460. package/dist/dto/user/userAzureJwtData.dto.js +54 -54
  461. package/dist/dto/user/userEmbedded.dto.d.ts +19 -19
  462. package/dist/dto/user/userEmbedded.dto.js +100 -100
  463. package/dist/dto/user/userPage.dto.d.ts +12 -12
  464. package/dist/dto/user/userPage.dto.js +54 -54
  465. package/dist/dto/userAddress/bulkUpdateUserAddress.dto.d.ts +9 -9
  466. package/dist/dto/userAddress/bulkUpdateUserAddress.dto.js +46 -46
  467. package/dist/dto/userAddress/createUserAddress.dto.d.ts +19 -19
  468. package/dist/dto/userAddress/createUserAddress.dto.js +142 -142
  469. package/dist/dto/userAddress/updateUserAddress.dto.d.ts +18 -18
  470. package/dist/dto/userAddress/updateUserAddress.dto.js +143 -143
  471. package/dist/dto/userAddress/userAddress.dto.d.ts +27 -27
  472. package/dist/dto/userAddress/userAddress.dto.js +112 -112
  473. package/dist/dto/userAddress/userAddressEmbedded.dto.d.ts +8 -8
  474. package/dist/dto/userAddress/userAddressEmbedded.dto.js +52 -52
  475. package/dist/dto/userAddress/userAddressPage.dto.d.ts +12 -12
  476. package/dist/dto/userAddress/userAddressPage.dto.js +54 -54
  477. package/dist/dto/userAddressSchedule/bulkUpdateUserAddressSchedule.dto.d.ts +9 -9
  478. package/dist/dto/userAddressSchedule/bulkUpdateUserAddressSchedule.dto.js +46 -46
  479. package/dist/dto/userAddressSchedule/createUserAddressSchedule.dto.d.ts +12 -12
  480. package/dist/dto/userAddressSchedule/createUserAddressSchedule.dto.js +80 -80
  481. package/dist/dto/userAddressSchedule/updateUserAddressSchedule.dto.d.ts +12 -12
  482. package/dist/dto/userAddressSchedule/updateUserAddressSchedule.dto.js +80 -80
  483. package/dist/dto/userAddressSchedule/userAddressSchedule.dto.d.ts +20 -20
  484. package/dist/dto/userAddressSchedule/userAddressSchedule.dto.js +75 -75
  485. package/dist/dto/userAddressSchedule/userAddressScheduleEmbedded.dto.d.ts +9 -9
  486. package/dist/dto/userAddressSchedule/userAddressScheduleEmbedded.dto.js +59 -59
  487. package/dist/dto/userAddressSchedule/userAddressSchedulePage.dto.d.ts +12 -12
  488. package/dist/dto/userAddressSchedule/userAddressSchedulePage.dto.js +61 -61
  489. package/dist/dto/userAddressTimeView/userAddressTimeView.dto.d.ts +17 -17
  490. package/dist/dto/userAddressTimeView/userAddressTimeView.dto.js +62 -62
  491. package/dist/dto/userAddressTimeView/userAddressTimeViewEmbedded.dto.d.ts +8 -8
  492. package/dist/dto/userAddressTimeView/userAddressTimeViewEmbedded.dto.js +46 -46
  493. package/dist/dto/userAddressTimeView/userAddressTimeViewPage.dto.d.ts +12 -12
  494. package/dist/dto/userAddressTimeView/userAddressTimeViewPage.dto.js +61 -61
  495. package/dist/dto/userNoficationToken/createUserNotificationToken.dto.d.ts +5 -5
  496. package/dist/dto/userNoficationToken/createUserNotificationToken.dto.js +38 -38
  497. package/dist/dto/userNoficationToken/userNotificationToken.dto.d.ts +5 -5
  498. package/dist/dto/userNoficationToken/userNotificationToken.dto.js +38 -38
  499. package/dist/dto/userNoficationToken/userNotificationTokenEmbedded.dto.d.ts +5 -5
  500. package/dist/dto/userNoficationToken/userNotificationTokenEmbedded.dto.js +36 -36
  501. package/dist/dto/userNoficationToken/userNotificationTokenPage.dto.d.ts +12 -12
  502. package/dist/dto/userNoficationToken/userNotificationTokenPage.dto.js +54 -54
  503. package/dist/dto/videoCall/bulkUpdateVideoCall.dto.d.ts +9 -0
  504. package/dist/dto/videoCall/bulkUpdateVideoCall.dto.js +47 -0
  505. package/dist/dto/videoCall/bulkUpdateVideoCall.dto.js.map +1 -0
  506. package/dist/dto/videoCall/createVideoCall.dto.d.ts +13 -0
  507. package/dist/dto/videoCall/createVideoCall.dto.js +89 -0
  508. package/dist/dto/videoCall/createVideoCall.dto.js.map +1 -0
  509. package/dist/dto/videoCall/updateVideoCall.dto.d.ts +13 -0
  510. package/dist/dto/videoCall/updateVideoCall.dto.js +92 -0
  511. package/dist/dto/videoCall/updateVideoCall.dto.js.map +1 -0
  512. package/dist/dto/videoCall/videoCall.dto.d.ts +22 -0
  513. package/dist/dto/videoCall/videoCall.dto.js +89 -0
  514. package/dist/dto/videoCall/videoCall.dto.js.map +1 -0
  515. package/dist/dto/videoCall/videoCallEmbedded.dto.d.ts +9 -0
  516. package/dist/dto/videoCall/videoCallEmbedded.dto.js +54 -0
  517. package/dist/dto/videoCall/videoCallEmbedded.dto.js.map +1 -0
  518. package/dist/dto/videoCall/videoCallPage.dto.d.ts +12 -0
  519. package/dist/dto/videoCall/videoCallPage.dto.js +55 -0
  520. package/dist/dto/videoCall/videoCallPage.dto.js.map +1 -0
  521. package/dist/dto/ward/bulkUpdateWard.dto.d.ts +9 -9
  522. package/dist/dto/ward/bulkUpdateWard.dto.js +46 -46
  523. package/dist/dto/ward/createWard.dto.d.ts +29 -29
  524. package/dist/dto/ward/createWard.dto.js +129 -129
  525. package/dist/dto/ward/updateWard.dto.d.ts +26 -26
  526. package/dist/dto/ward/updateWard.dto.js +122 -122
  527. package/dist/dto/ward/ward.dto.d.ts +16 -16
  528. package/dist/dto/ward/ward.dto.js +60 -60
  529. package/dist/dto/ward/wardEmbedded.dto.d.ts +8 -8
  530. package/dist/dto/ward/wardEmbedded.dto.js +52 -52
  531. package/dist/dto/ward/wardPage.dto.d.ts +12 -12
  532. package/dist/dto/ward/wardPage.dto.js +54 -54
  533. package/dist/dto/workingHour/bulkUpdateWorkingHour.dto.d.ts +9 -9
  534. package/dist/dto/workingHour/bulkUpdateWorkingHour.dto.js +46 -46
  535. package/dist/dto/workingHour/createWorkingHour.dto.d.ts +10 -10
  536. package/dist/dto/workingHour/createWorkingHour.dto.js +74 -74
  537. package/dist/dto/workingHour/updateWorkingHour.dto.d.ts +10 -10
  538. package/dist/dto/workingHour/updateWorkingHour.dto.js +75 -75
  539. package/dist/dto/workingHour/workingHour.dto.d.ts +18 -18
  540. package/dist/dto/workingHour/workingHour.dto.js +70 -70
  541. package/dist/dto/workingHour/workingHourEmbedded.dto.d.ts +7 -7
  542. package/dist/dto/workingHour/workingHourEmbedded.dto.js +47 -47
  543. package/dist/dto/workingHour/workingHourPage.dto.d.ts +12 -12
  544. package/dist/dto/workingHour/workingHourPage.dto.js +54 -54
  545. package/dist/dto/workingHourOverride/bulkUpdateWorkingHourOverride.dto.d.ts +9 -9
  546. package/dist/dto/workingHourOverride/bulkUpdateWorkingHourOverride.dto.js +45 -45
  547. package/dist/dto/workingHourOverride/createWorkingHourOverride.dto.d.ts +9 -9
  548. package/dist/dto/workingHourOverride/createWorkingHourOverride.dto.js +59 -59
  549. package/dist/dto/workingHourOverride/updateWorkingHourOverride.dto.d.ts +8 -8
  550. package/dist/dto/workingHourOverride/updateWorkingHourOverride.dto.js +53 -53
  551. package/dist/dto/workingHourOverride/workingHourOverride.dto.d.ts +19 -19
  552. package/dist/dto/workingHourOverride/workingHourOverride.dto.js +73 -73
  553. package/dist/dto/workingHourOverride/workingHourOverrideEmbedded.dto.d.ts +7 -7
  554. package/dist/dto/workingHourOverride/workingHourOverrideEmbedded.dto.js +47 -47
  555. package/dist/dto/workingHourOverride/workingHourOverridePage.dto.d.ts +12 -12
  556. package/dist/dto/workingHourOverride/workingHourOverridePage.dto.js +57 -57
  557. package/dist/dto/xstate/xstateTransition.dto.d.ts +5 -5
  558. package/dist/dto/xstate/xstateTransition.dto.js +32 -32
  559. package/dist/dto/xstate/xstateTransitionMeta.dto.d.ts +3 -3
  560. package/dist/dto/xstate/xstateTransitionMeta.dto.js +26 -26
  561. package/dist/enum/InstitutionType.enum.d.ts +6 -6
  562. package/dist/enum/InstitutionType.enum.js +10 -10
  563. package/dist/enum/addressRepeatFrequency.enum.d.ts +4 -4
  564. package/dist/enum/addressRepeatFrequency.enum.js +8 -8
  565. package/dist/enum/applicationCareDegree.enum.d.ts +10 -10
  566. package/dist/enum/applicationCareDegree.enum.js +14 -14
  567. package/dist/enum/applicationStatus.enum.d.ts +7 -7
  568. package/dist/enum/applicationStatus.enum.js +11 -11
  569. package/dist/enum/appointmentIssueStatus.enum.d.ts +5 -5
  570. package/dist/enum/appointmentIssueStatus.enum.js +9 -9
  571. package/dist/enum/appointmentIssueType.enum.d.ts +6 -6
  572. package/dist/enum/appointmentIssueType.enum.js +10 -10
  573. package/dist/enum/appointmentListRecipient.enum.d.ts +5 -5
  574. package/dist/enum/appointmentListRecipient.enum.js +9 -9
  575. package/dist/enum/blackoutRepeatFrequency.enum.d.ts +4 -4
  576. package/dist/enum/blackoutRepeatFrequency.enum.js +8 -8
  577. package/dist/enum/blackoutType.enum.d.ts +4 -4
  578. package/dist/enum/blackoutType.enum.js +8 -8
  579. package/dist/enum/blockCancellationReason.d.ts +6 -6
  580. package/dist/enum/blockCancellationReason.js +10 -10
  581. package/dist/enum/blockFollowUpFlagType.enum.d.ts +6 -6
  582. package/dist/enum/blockFollowUpFlagType.enum.js +10 -10
  583. package/dist/enum/blockStatus.enum.d.ts +9 -9
  584. package/dist/enum/blockStatus.enum.js +13 -13
  585. package/dist/enum/blockType.enum.d.ts +7 -7
  586. package/dist/enum/blockType.enum.js +11 -11
  587. package/dist/enum/careFacilityType.enum.d.ts +5 -5
  588. package/dist/enum/careFacilityType.enum.js +9 -9
  589. package/dist/enum/commentStatus.enum.d.ts +5 -5
  590. package/dist/enum/commentStatus.enum.js +9 -9
  591. package/dist/enum/commentType.enum.d.ts +4 -4
  592. package/dist/enum/commentType.enum.js +8 -8
  593. package/dist/enum/communicationChannel.enum.d.ts +7 -7
  594. package/dist/enum/communicationChannel.enum.js +11 -11
  595. package/dist/enum/contactType.enum.d.ts +5 -5
  596. package/dist/enum/contactType.enum.js +9 -9
  597. package/dist/enum/discipline.enum.d.ts +11 -11
  598. package/dist/enum/discipline.enum.js +15 -15
  599. package/dist/enum/documentStatus.enum.d.ts +5 -5
  600. package/dist/enum/documentStatus.enum.js +9 -9
  601. package/dist/enum/documentType.enum.d.ts +26 -26
  602. package/dist/enum/documentType.enum.js +30 -30
  603. package/dist/enum/employmentType.enum.d.ts +4 -4
  604. package/dist/enum/employmentType.enum.js +8 -8
  605. package/dist/enum/extensionStatus.enum.d.ts +7 -7
  606. package/dist/enum/extensionStatus.enum.js +11 -11
  607. package/dist/enum/optimizationStatus.enum.d.ts +6 -6
  608. package/dist/enum/optimizationStatus.enum.js +10 -10
  609. package/dist/enum/patientOverallConditionType.enum.d.ts +4 -4
  610. package/dist/enum/patientOverallConditionType.enum.js +8 -8
  611. package/dist/enum/patientStatus.enum.d.ts +18 -18
  612. package/dist/enum/patientStatus.enum.js +22 -22
  613. package/dist/enum/practitionerType.enum.d.ts +4 -4
  614. package/dist/enum/practitionerType.enum.js +8 -8
  615. package/dist/enum/privatePatientInsuranceType.enum.d.ts +5 -5
  616. package/dist/enum/privatePatientInsuranceType.enum.js +9 -9
  617. package/dist/enum/repeatFrequency.enum.d.ts +6 -6
  618. package/dist/enum/repeatFrequency.enum.js +10 -10
  619. package/dist/enum/role.enum.d.ts +10 -10
  620. package/dist/enum/role.enum.js +14 -14
  621. package/dist/enum/solverStatus.enum.d.ts +7 -7
  622. package/dist/enum/solverStatus.enum.js +11 -11
  623. package/dist/enum/solverVersion.enum.d.ts +4 -4
  624. package/dist/enum/solverVersion.enum.js +8 -8
  625. package/dist/enum/userAddressTypeEnum.d.ts +8 -8
  626. package/dist/enum/userAddressTypeEnum.js +12 -12
  627. package/dist/enum/videoCallQuestionType.enum.d.ts +4 -0
  628. package/dist/enum/videoCallQuestionType.enum.js +9 -0
  629. package/dist/enum/videoCallQuestionType.enum.js.map +1 -0
  630. package/dist/enum/videoCallStatus.enum.d.ts +7 -0
  631. package/dist/enum/videoCallStatus.enum.js +12 -0
  632. package/dist/enum/videoCallStatus.enum.js.map +1 -0
  633. package/dist/enum/wardTypeEnum.d.ts +6 -6
  634. package/dist/enum/wardTypeEnum.js +10 -10
  635. package/dist/enum/workingHourType.enum.d.ts +4 -4
  636. package/dist/enum/workingHourType.enum.js +8 -8
  637. package/dist/exception/validationException.d.ts +5 -5
  638. package/dist/exception/validationException.js +9 -9
  639. package/dist/index.d.ts +321 -313
  640. package/dist/index.js +652 -636
  641. package/dist/index.js.map +1 -1
  642. package/dist/nestjs.d.ts +3 -3
  643. package/dist/nestjs.js +8 -8
  644. package/dist/tsconfig.build.tsbuildinfo +1 -1
  645. package/dist/util/convertAndValidate.d.ts +1 -1
  646. package/dist/util/convertAndValidate.js +45 -45
  647. package/dist/util/isBiggerThan.validator.d.ts +2 -2
  648. package/dist/util/isBiggerThan.validator.js +39 -39
  649. package/dist/util/isEmptyAttribute.validator.d.ts +2 -2
  650. package/dist/util/isEmptyAttribute.validator.js +41 -41
  651. package/dist/util/isRequiredFieldValue.validator.d.ts +2 -2
  652. package/dist/util/isRequiredFieldValue.validator.js +42 -42
  653. package/dist/util/isRequiredFields.validator.d.ts +2 -2
  654. package/dist/util/isRequiredFields.validator.js +38 -38
  655. package/dist/util/isSmallerThan.validator.d.ts +2 -2
  656. package/dist/util/isSmallerThan.validator.js +39 -39
  657. package/dist/util/isTimeString.validator.d.ts +2 -2
  658. package/dist/util/isTimeString.validator.js +35 -35
  659. package/dist/util/transformDefault.d.ts +1 -1
  660. package/dist/util/transformDefault.js +9 -9
  661. package/dist/util/transformEmbedded.d.ts +1 -1
  662. package/dist/util/transformEmbedded.js +29 -29
  663. package/dist/util/transformFloat.d.ts +1 -1
  664. package/dist/util/transformFloat.js +20 -20
  665. package/dist/util/transformInteger.d.ts +1 -1
  666. package/dist/util/transformInteger.js +20 -20
  667. package/dist/util/transformTime.d.ts +1 -1
  668. package/dist/util/transformTime.js +15 -15
  669. package/dist/util/transformTotal.d.ts +1 -1
  670. package/dist/util/transformTotal.js +15 -15
  671. package/dist/util/trimString.d.ts +1 -1
  672. package/dist/util/trimString.js +22 -22
  673. package/package.json +31 -31
@@ -1,12 +1,12 @@
1
- import { GeolocationDto } from './geolocation.dto';
2
- export declare class AddressDto extends GeolocationDto {
3
- country: string;
4
- city: string;
5
- zipCode: string;
6
- street: string;
7
- houseNumber: string;
8
- busNumber?: string;
9
- info?: string;
10
- sublocality?: string;
11
- static fromEntity(entity: any): AddressDto;
12
- }
1
+ import { GeolocationDto } from './geolocation.dto';
2
+ export declare class AddressDto extends GeolocationDto {
3
+ country: string;
4
+ city: string;
5
+ zipCode: string;
6
+ street: string;
7
+ houseNumber: string;
8
+ busNumber?: string;
9
+ info?: string;
10
+ sublocality?: string;
11
+ static fromEntity(entity: any): AddressDto;
12
+ }
@@ -1,67 +1,67 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.AddressDto = void 0;
13
- const openapi = require("@nestjs/swagger");
14
- const class_transformer_1 = require("class-transformer");
15
- const convertAndValidate_1 = require("../../util/convertAndValidate");
16
- const nestjs_1 = require("../../nestjs");
17
- const geolocation_dto_1 = require("./geolocation.dto");
18
- class AddressDto extends geolocation_dto_1.GeolocationDto {
19
- static fromEntity(entity) {
20
- return (0, convertAndValidate_1.convertAndValidate)(AddressDto, entity);
21
- }
22
- static _OPENAPI_METADATA_FACTORY() {
23
- return { country: { required: true, type: () => String }, city: { required: true, type: () => String }, zipCode: { required: true, type: () => String }, street: { required: true, type: () => String }, houseNumber: { required: true, type: () => String }, busNumber: { required: false, type: () => String }, info: { required: false, type: () => String }, sublocality: { required: false, type: () => String } };
24
- }
25
- }
26
- __decorate([
27
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
28
- (0, class_transformer_1.Expose)(),
29
- __metadata("design:type", String)
30
- ], AddressDto.prototype, "country", void 0);
31
- __decorate([
32
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
33
- (0, class_transformer_1.Expose)(),
34
- __metadata("design:type", String)
35
- ], AddressDto.prototype, "city", void 0);
36
- __decorate([
37
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
38
- (0, class_transformer_1.Expose)(),
39
- __metadata("design:type", String)
40
- ], AddressDto.prototype, "zipCode", void 0);
41
- __decorate([
42
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
43
- (0, class_transformer_1.Expose)(),
44
- __metadata("design:type", String)
45
- ], AddressDto.prototype, "street", void 0);
46
- __decorate([
47
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
48
- (0, class_transformer_1.Expose)(),
49
- __metadata("design:type", String)
50
- ], AddressDto.prototype, "houseNumber", void 0);
51
- __decorate([
52
- (0, nestjs_1.ApiProperty)({ type: String, required: false }),
53
- (0, class_transformer_1.Expose)(),
54
- __metadata("design:type", String)
55
- ], AddressDto.prototype, "busNumber", void 0);
56
- __decorate([
57
- (0, nestjs_1.ApiProperty)({ type: String, required: false }),
58
- (0, class_transformer_1.Expose)(),
59
- __metadata("design:type", String)
60
- ], AddressDto.prototype, "info", void 0);
61
- __decorate([
62
- (0, nestjs_1.ApiProperty)({ type: String, required: false }),
63
- (0, class_transformer_1.Expose)(),
64
- __metadata("design:type", String)
65
- ], AddressDto.prototype, "sublocality", void 0);
66
- exports.AddressDto = AddressDto;
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AddressDto = void 0;
13
+ const openapi = require("@nestjs/swagger");
14
+ const class_transformer_1 = require("class-transformer");
15
+ const convertAndValidate_1 = require("../../util/convertAndValidate");
16
+ const nestjs_1 = require("../../nestjs");
17
+ const geolocation_dto_1 = require("./geolocation.dto");
18
+ class AddressDto extends geolocation_dto_1.GeolocationDto {
19
+ static fromEntity(entity) {
20
+ return (0, convertAndValidate_1.convertAndValidate)(AddressDto, entity);
21
+ }
22
+ static _OPENAPI_METADATA_FACTORY() {
23
+ return { country: { required: true, type: () => String }, city: { required: true, type: () => String }, zipCode: { required: true, type: () => String }, street: { required: true, type: () => String }, houseNumber: { required: true, type: () => String }, busNumber: { required: false, type: () => String }, info: { required: false, type: () => String }, sublocality: { required: false, type: () => String } };
24
+ }
25
+ }
26
+ __decorate([
27
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
28
+ (0, class_transformer_1.Expose)(),
29
+ __metadata("design:type", String)
30
+ ], AddressDto.prototype, "country", void 0);
31
+ __decorate([
32
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
33
+ (0, class_transformer_1.Expose)(),
34
+ __metadata("design:type", String)
35
+ ], AddressDto.prototype, "city", void 0);
36
+ __decorate([
37
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
38
+ (0, class_transformer_1.Expose)(),
39
+ __metadata("design:type", String)
40
+ ], AddressDto.prototype, "zipCode", void 0);
41
+ __decorate([
42
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
43
+ (0, class_transformer_1.Expose)(),
44
+ __metadata("design:type", String)
45
+ ], AddressDto.prototype, "street", void 0);
46
+ __decorate([
47
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
48
+ (0, class_transformer_1.Expose)(),
49
+ __metadata("design:type", String)
50
+ ], AddressDto.prototype, "houseNumber", void 0);
51
+ __decorate([
52
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
53
+ (0, class_transformer_1.Expose)(),
54
+ __metadata("design:type", String)
55
+ ], AddressDto.prototype, "busNumber", void 0);
56
+ __decorate([
57
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
58
+ (0, class_transformer_1.Expose)(),
59
+ __metadata("design:type", String)
60
+ ], AddressDto.prototype, "info", void 0);
61
+ __decorate([
62
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
63
+ (0, class_transformer_1.Expose)(),
64
+ __metadata("design:type", String)
65
+ ], AddressDto.prototype, "sublocality", void 0);
66
+ exports.AddressDto = AddressDto;
67
67
  //# sourceMappingURL=address.dto.js.map
@@ -1,11 +1,11 @@
1
- export declare class CreateAddressDto {
2
- country: string;
3
- city: string;
4
- zipCode: string;
5
- street: string;
6
- houseNumber: string;
7
- busNumber?: string;
8
- info?: string;
9
- lat: number;
10
- lng: number;
11
- }
1
+ export declare class CreateAddressDto {
2
+ country: string;
3
+ city: string;
4
+ zipCode: string;
5
+ street: string;
6
+ houseNumber: string;
7
+ busNumber?: string;
8
+ info?: string;
9
+ lat: number;
10
+ lng: number;
11
+ }
@@ -1,92 +1,92 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.CreateAddressDto = void 0;
16
- const openapi = require("@nestjs/swagger");
17
- const nestjs_1 = require("../../nestjs");
18
- const class_transformer_1 = require("class-transformer");
19
- const class_validator_1 = require("class-validator");
20
- const trimString_1 = __importDefault(require("../../util/trimString"));
21
- class CreateAddressDto {
22
- static _OPENAPI_METADATA_FACTORY() {
23
- return { country: { required: true, type: () => String }, city: { required: true, type: () => String }, zipCode: { required: true, type: () => String }, street: { required: true, type: () => String }, houseNumber: { required: true, type: () => String }, busNumber: { required: false, type: () => String }, info: { required: false, type: () => String }, lat: { required: true, type: () => Number }, lng: { required: true, type: () => Number } };
24
- }
25
- }
26
- __decorate([
27
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
28
- (0, class_validator_1.IsString)(),
29
- (0, class_transformer_1.Expose)(),
30
- (0, trimString_1.default)(),
31
- __metadata("design:type", String)
32
- ], CreateAddressDto.prototype, "country", void 0);
33
- __decorate([
34
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
35
- (0, class_validator_1.IsString)(),
36
- (0, class_transformer_1.Expose)(),
37
- (0, trimString_1.default)(),
38
- __metadata("design:type", String)
39
- ], CreateAddressDto.prototype, "city", void 0);
40
- __decorate([
41
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
42
- (0, class_validator_1.IsString)(),
43
- (0, trimString_1.default)(),
44
- (0, class_transformer_1.Expose)(),
45
- __metadata("design:type", String)
46
- ], CreateAddressDto.prototype, "zipCode", void 0);
47
- __decorate([
48
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
49
- (0, class_validator_1.IsString)(),
50
- (0, class_transformer_1.Expose)(),
51
- (0, trimString_1.default)(),
52
- __metadata("design:type", String)
53
- ], CreateAddressDto.prototype, "street", void 0);
54
- __decorate([
55
- (0, nestjs_1.ApiProperty)({ type: String, required: true }),
56
- (0, class_validator_1.IsString)(),
57
- (0, class_transformer_1.Expose)(),
58
- (0, trimString_1.default)(),
59
- __metadata("design:type", String)
60
- ], CreateAddressDto.prototype, "houseNumber", void 0);
61
- __decorate([
62
- (0, nestjs_1.ApiProperty)({ type: String, required: false }),
63
- (0, class_validator_1.IsString)(),
64
- (0, class_validator_1.IsOptional)(),
65
- (0, class_transformer_1.Expose)(),
66
- (0, trimString_1.default)(),
67
- __metadata("design:type", String)
68
- ], CreateAddressDto.prototype, "busNumber", void 0);
69
- __decorate([
70
- (0, nestjs_1.ApiProperty)({ type: String, required: false }),
71
- (0, class_validator_1.IsString)(),
72
- (0, class_validator_1.IsOptional)(),
73
- (0, class_transformer_1.Expose)(),
74
- (0, trimString_1.default)(),
75
- __metadata("design:type", String)
76
- ], CreateAddressDto.prototype, "info", void 0);
77
- __decorate([
78
- (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
79
- (0, class_validator_1.IsNumber)(),
80
- (0, class_validator_1.IsLatitude)(),
81
- (0, class_transformer_1.Expose)(),
82
- __metadata("design:type", Number)
83
- ], CreateAddressDto.prototype, "lat", void 0);
84
- __decorate([
85
- (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
86
- (0, class_validator_1.IsNumber)(),
87
- (0, class_validator_1.IsLongitude)(),
88
- (0, class_transformer_1.Expose)(),
89
- __metadata("design:type", Number)
90
- ], CreateAddressDto.prototype, "lng", void 0);
91
- exports.CreateAddressDto = CreateAddressDto;
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ var __importDefault = (this && this.__importDefault) || function (mod) {
12
+ return (mod && mod.__esModule) ? mod : { "default": mod };
13
+ };
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.CreateAddressDto = void 0;
16
+ const openapi = require("@nestjs/swagger");
17
+ const nestjs_1 = require("../../nestjs");
18
+ const class_transformer_1 = require("class-transformer");
19
+ const class_validator_1 = require("class-validator");
20
+ const trimString_1 = __importDefault(require("../../util/trimString"));
21
+ class CreateAddressDto {
22
+ static _OPENAPI_METADATA_FACTORY() {
23
+ return { country: { required: true, type: () => String }, city: { required: true, type: () => String }, zipCode: { required: true, type: () => String }, street: { required: true, type: () => String }, houseNumber: { required: true, type: () => String }, busNumber: { required: false, type: () => String }, info: { required: false, type: () => String }, lat: { required: true, type: () => Number }, lng: { required: true, type: () => Number } };
24
+ }
25
+ }
26
+ __decorate([
27
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
28
+ (0, class_validator_1.IsString)(),
29
+ (0, class_transformer_1.Expose)(),
30
+ (0, trimString_1.default)(),
31
+ __metadata("design:type", String)
32
+ ], CreateAddressDto.prototype, "country", void 0);
33
+ __decorate([
34
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
35
+ (0, class_validator_1.IsString)(),
36
+ (0, class_transformer_1.Expose)(),
37
+ (0, trimString_1.default)(),
38
+ __metadata("design:type", String)
39
+ ], CreateAddressDto.prototype, "city", void 0);
40
+ __decorate([
41
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
42
+ (0, class_validator_1.IsString)(),
43
+ (0, trimString_1.default)(),
44
+ (0, class_transformer_1.Expose)(),
45
+ __metadata("design:type", String)
46
+ ], CreateAddressDto.prototype, "zipCode", void 0);
47
+ __decorate([
48
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
49
+ (0, class_validator_1.IsString)(),
50
+ (0, class_transformer_1.Expose)(),
51
+ (0, trimString_1.default)(),
52
+ __metadata("design:type", String)
53
+ ], CreateAddressDto.prototype, "street", void 0);
54
+ __decorate([
55
+ (0, nestjs_1.ApiProperty)({ type: String, required: true }),
56
+ (0, class_validator_1.IsString)(),
57
+ (0, class_transformer_1.Expose)(),
58
+ (0, trimString_1.default)(),
59
+ __metadata("design:type", String)
60
+ ], CreateAddressDto.prototype, "houseNumber", void 0);
61
+ __decorate([
62
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
63
+ (0, class_validator_1.IsString)(),
64
+ (0, class_validator_1.IsOptional)(),
65
+ (0, class_transformer_1.Expose)(),
66
+ (0, trimString_1.default)(),
67
+ __metadata("design:type", String)
68
+ ], CreateAddressDto.prototype, "busNumber", void 0);
69
+ __decorate([
70
+ (0, nestjs_1.ApiProperty)({ type: String, required: false }),
71
+ (0, class_validator_1.IsString)(),
72
+ (0, class_validator_1.IsOptional)(),
73
+ (0, class_transformer_1.Expose)(),
74
+ (0, trimString_1.default)(),
75
+ __metadata("design:type", String)
76
+ ], CreateAddressDto.prototype, "info", void 0);
77
+ __decorate([
78
+ (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
79
+ (0, class_validator_1.IsNumber)(),
80
+ (0, class_validator_1.IsLatitude)(),
81
+ (0, class_transformer_1.Expose)(),
82
+ __metadata("design:type", Number)
83
+ ], CreateAddressDto.prototype, "lat", void 0);
84
+ __decorate([
85
+ (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
86
+ (0, class_validator_1.IsNumber)(),
87
+ (0, class_validator_1.IsLongitude)(),
88
+ (0, class_transformer_1.Expose)(),
89
+ __metadata("design:type", Number)
90
+ ], CreateAddressDto.prototype, "lng", void 0);
91
+ exports.CreateAddressDto = CreateAddressDto;
92
92
  //# sourceMappingURL=createAddress.dto.js.map
@@ -1,4 +1,4 @@
1
- export declare class GeolocationDto {
2
- lat: number;
3
- lng: number;
4
- }
1
+ export declare class GeolocationDto {
2
+ lat: number;
3
+ lng: number;
4
+ }
@@ -1,32 +1,32 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.GeolocationDto = void 0;
13
- const openapi = require("@nestjs/swagger");
14
- const nestjs_1 = require("../../nestjs");
15
- const class_transformer_1 = require("class-transformer");
16
- class GeolocationDto {
17
- static _OPENAPI_METADATA_FACTORY() {
18
- return { lat: { required: true, type: () => Number }, lng: { required: true, type: () => Number } };
19
- }
20
- }
21
- __decorate([
22
- (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
23
- (0, class_transformer_1.Expose)(),
24
- __metadata("design:type", Number)
25
- ], GeolocationDto.prototype, "lat", void 0);
26
- __decorate([
27
- (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
28
- (0, class_transformer_1.Expose)(),
29
- __metadata("design:type", Number)
30
- ], GeolocationDto.prototype, "lng", void 0);
31
- exports.GeolocationDto = GeolocationDto;
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.GeolocationDto = void 0;
13
+ const openapi = require("@nestjs/swagger");
14
+ const nestjs_1 = require("../../nestjs");
15
+ const class_transformer_1 = require("class-transformer");
16
+ class GeolocationDto {
17
+ static _OPENAPI_METADATA_FACTORY() {
18
+ return { lat: { required: true, type: () => Number }, lng: { required: true, type: () => Number } };
19
+ }
20
+ }
21
+ __decorate([
22
+ (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
23
+ (0, class_transformer_1.Expose)(),
24
+ __metadata("design:type", Number)
25
+ ], GeolocationDto.prototype, "lat", void 0);
26
+ __decorate([
27
+ (0, nestjs_1.ApiProperty)({ type: Number, required: true }),
28
+ (0, class_transformer_1.Expose)(),
29
+ __metadata("design:type", Number)
30
+ ], GeolocationDto.prototype, "lng", void 0);
31
+ exports.GeolocationDto = GeolocationDto;
32
32
  //# sourceMappingURL=geolocation.dto.js.map
@@ -1,11 +1,11 @@
1
- export declare class UpdateAddressDto {
2
- country?: string;
3
- city?: string;
4
- zipCode?: string;
5
- street?: string;
6
- houseNumber?: string;
7
- busNumber?: string;
8
- info?: string;
9
- lat?: number;
10
- lng?: number;
11
- }
1
+ export declare class UpdateAddressDto {
2
+ country?: string;
3
+ city?: string;
4
+ zipCode?: string;
5
+ street?: string;
6
+ houseNumber?: string;
7
+ busNumber?: string;
8
+ info?: string;
9
+ lat?: number;
10
+ lng?: number;
11
+ }