@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.
- package/dist/dto/address/address.dto.d.ts +12 -12
- package/dist/dto/address/address.dto.js +66 -66
- package/dist/dto/address/createAddress.dto.d.ts +11 -11
- package/dist/dto/address/createAddress.dto.js +91 -91
- package/dist/dto/address/geolocation.dto.d.ts +4 -4
- package/dist/dto/address/geolocation.dto.js +31 -31
- package/dist/dto/address/updateAddress.dto.d.ts +11 -11
- package/dist/dto/address/updateAddress.dto.js +95 -95
- package/dist/dto/application/application.dto.d.ts +37 -37
- package/dist/dto/application/application.dto.js +146 -146
- package/dist/dto/application/applicationCalculated.dto.d.ts +4 -4
- package/dist/dto/application/applicationCalculated.dto.js +31 -31
- package/dist/dto/application/applicationEmbedded.dto.d.ts +20 -20
- package/dist/dto/application/applicationEmbedded.dto.js +104 -104
- package/dist/dto/application/applicationPage.dto.d.ts +12 -12
- package/dist/dto/application/applicationPage.dto.js +54 -54
- package/dist/dto/application/bulkUpdateApplication.dto.d.ts +9 -9
- package/dist/dto/application/bulkUpdateApplication.dto.js +46 -46
- package/dist/dto/application/createApplication.dto.d.ts +25 -25
- package/dist/dto/application/createApplication.dto.js +162 -162
- package/dist/dto/application/updateApplication.dto.d.ts +28 -28
- package/dist/dto/application/updateApplication.dto.js +176 -176
- package/dist/dto/applicationInsurance/applicationInsurance.dto.d.ts +19 -19
- package/dist/dto/applicationInsurance/applicationInsurance.dto.js +68 -68
- package/dist/dto/applicationInsurance/applicationInsuranceEmbedded.dto.d.ts +11 -11
- package/dist/dto/applicationInsurance/applicationInsuranceEmbedded.dto.js +63 -63
- package/dist/dto/applicationInsurance/applicationInsurancePage.dto.d.ts +12 -12
- package/dist/dto/applicationInsurance/applicationInsurancePage.dto.js +61 -61
- package/dist/dto/applicationInsurance/bulkUpdateApplicationInsurance.dto.d.ts +9 -9
- package/dist/dto/applicationInsurance/bulkUpdateApplicationInsurance.dto.js +46 -46
- package/dist/dto/applicationInsurance/createApplicationInsurance.dto.d.ts +11 -11
- package/dist/dto/applicationInsurance/createApplicationInsurance.dto.js +74 -74
- package/dist/dto/applicationInsurance/updateApplicationInsurance.dto.d.ts +11 -11
- package/dist/dto/applicationInsurance/updateApplicationInsurance.dto.js +76 -76
- package/dist/dto/appointmentIssue/appointmentIssue.dto.d.ts +18 -18
- package/dist/dto/appointmentIssue/appointmentIssue.dto.js +63 -63
- package/dist/dto/appointmentIssue/appointmentIssueEmbedded.dto.d.ts +10 -10
- package/dist/dto/appointmentIssue/appointmentIssueEmbedded.dto.js +49 -49
- package/dist/dto/appointmentIssue/appointmentIssuePage.dto.d.ts +12 -12
- package/dist/dto/appointmentIssue/appointmentIssuePage.dto.js +54 -54
- package/dist/dto/appointmentIssue/appointmentIssueValidate.dto.d.ts +5 -5
- package/dist/dto/appointmentIssue/appointmentIssueValidate.dto.js +33 -33
- package/dist/dto/appointmentIssue/bulkUpdateAppointmentIssue.dto.d.ts +9 -9
- package/dist/dto/appointmentIssue/bulkUpdateAppointmentIssue.dto.js +43 -43
- package/dist/dto/appointmentIssue/createAppointmentIssue.dto.d.ts +9 -9
- package/dist/dto/appointmentIssue/createAppointmentIssue.dto.js +57 -57
- package/dist/dto/appointmentIssue/updateAppointmentIssue.dto.d.ts +10 -10
- package/dist/dto/appointmentIssue/updateAppointmentIssue.dto.js +62 -62
- package/dist/dto/blackoutSchedule/blackoutSchedule.dto.d.ts +29 -29
- package/dist/dto/blackoutSchedule/blackoutSchedule.dto.js +114 -114
- package/dist/dto/blackoutSchedule/blackoutScheduleEmbedded.dto.d.ts +17 -17
- package/dist/dto/blackoutSchedule/blackoutScheduleEmbedded.dto.js +85 -85
- package/dist/dto/blackoutSchedule/blackoutSchedulePage.dto.d.ts +12 -12
- package/dist/dto/blackoutSchedule/blackoutSchedulePage.dto.js +61 -61
- package/dist/dto/blackoutSchedule/bulkUpdateBlackoutSchedule.dto.d.ts +9 -9
- package/dist/dto/blackoutSchedule/bulkUpdateBlackoutSchedule.dto.js +46 -46
- package/dist/dto/blackoutSchedule/createBlackoutSchedule.dto.d.ts +21 -21
- package/dist/dto/blackoutSchedule/createBlackoutSchedule.dto.js +145 -145
- package/dist/dto/blackoutSchedule/updateBlackoutSchedule.dto.d.ts +21 -21
- package/dist/dto/blackoutSchedule/updateBlackoutSchedule.dto.js +146 -146
- package/dist/dto/blackoutTherapist/blackoutTherapist.dto.d.ts +14 -14
- package/dist/dto/blackoutTherapist/blackoutTherapist.dto.js +47 -47
- package/dist/dto/blackoutTherapist/blackoutTherapistEmbedded.Dto.d.ts +9 -9
- package/dist/dto/blackoutTherapist/blackoutTherapistEmbedded.Dto.js +51 -51
- package/dist/dto/blackoutTherapist/blackoutTherapistPage.dto.d.ts +12 -12
- package/dist/dto/blackoutTherapist/blackoutTherapistPage.dto.js +57 -57
- package/dist/dto/blackoutTherapist/bulkUpdateBlackoutTherapist.dto.d.ts +9 -9
- package/dist/dto/blackoutTherapist/bulkUpdateBlackoutTherapist.dto.js +46 -46
- package/dist/dto/blackoutTherapist/createBlackoutTherapist.dto.d.ts +6 -6
- package/dist/dto/blackoutTherapist/createBlackoutTherapist.dto.js +49 -49
- package/dist/dto/blackoutTherapist/updateBlackoutTherapist.dto.d.ts +6 -6
- package/dist/dto/blackoutTherapist/updateBlackoutTherapist.dto.js +52 -52
- package/dist/dto/blackoutTime/blackoutTime.dto.d.ts +24 -24
- package/dist/dto/blackoutTime/blackoutTime.dto.js +93 -93
- package/dist/dto/blackoutTime/blackoutTimeEmbedded.dto.d.ts +12 -12
- package/dist/dto/blackoutTime/blackoutTimeEmbedded.dto.js +62 -62
- package/dist/dto/blackoutTime/blackoutTimePage.dto.d.ts +12 -12
- package/dist/dto/blackoutTime/blackoutTimePage.dto.js +61 -61
- package/dist/dto/block/block.dto.d.ts +44 -44
- package/dist/dto/block/block.dto.js +178 -178
- package/dist/dto/block/blockCalculated.dto.d.ts +8 -8
- package/dist/dto/block/blockCalculated.dto.js +59 -59
- package/dist/dto/block/blockEmbedded.dto.d.ts +19 -19
- package/dist/dto/block/blockEmbedded.dto.js +83 -83
- package/dist/dto/block/blockPage.dto.d.ts +12 -12
- package/dist/dto/block/blockPage.dto.js +54 -54
- package/dist/dto/block/bulkUpdateBlock.dto.d.ts +9 -9
- package/dist/dto/block/bulkUpdateBlock.dto.js +46 -46
- package/dist/dto/block/createBlock.dto.d.ts +30 -30
- package/dist/dto/block/createBlock.dto.js +189 -189
- package/dist/dto/block/updateBlock.dto.d.ts +30 -30
- package/dist/dto/block/updateBlock.dto.js +189 -189
- package/dist/dto/careFacility/bulkUpdateCareFacility.dto.d.ts +9 -9
- package/dist/dto/careFacility/bulkUpdateCareFacility.dto.js +46 -46
- package/dist/dto/careFacility/careFacility.dto.d.ts +7 -7
- package/dist/dto/careFacility/careFacility.dto.js +41 -41
- package/dist/dto/careFacility/careFacilityEmbedded.dto.d.ts +4 -4
- package/dist/dto/careFacility/careFacilityEmbedded.dto.js +28 -28
- package/dist/dto/careFacility/careFacilityPage.dto.d.ts +12 -12
- package/dist/dto/careFacility/careFacilityPage.dto.js +54 -54
- package/dist/dto/careFacility/createCareFacility.dto.d.ts +6 -6
- package/dist/dto/careFacility/createCareFacility.dto.js +39 -39
- package/dist/dto/careFacility/updateCareFacility.dto.d.ts +6 -6
- package/dist/dto/careFacility/updateCareFacility.dto.js +41 -41
- package/dist/dto/careFacilityAddress/bulkUpdateCareFacilityAddress.dto.d.ts +9 -9
- package/dist/dto/careFacilityAddress/bulkUpdateCareFacilityAddress.dto.js +46 -46
- package/dist/dto/careFacilityAddress/careFacilityAddress.dto.d.ts +13 -13
- package/dist/dto/careFacilityAddress/careFacilityAddress.dto.js +75 -75
- package/dist/dto/careFacilityAddress/careFacilityAddressEmbedded.dto.d.ts +7 -7
- package/dist/dto/careFacilityAddress/careFacilityAddressEmbedded.dto.js +44 -44
- package/dist/dto/careFacilityAddress/careFacilityAddressPage.d.ts +12 -12
- package/dist/dto/careFacilityAddress/careFacilityAddressPage.js +47 -47
- package/dist/dto/careFacilityAddress/createCareFacilityAddress.dto.d.ts +12 -12
- package/dist/dto/careFacilityAddress/createCareFacilityAddress.dto.js +91 -91
- package/dist/dto/careFacilityAddress/updateCareFacilityAddress.dto.d.ts +11 -11
- package/dist/dto/careFacilityAddress/updateCareFacilityAddress.dto.js +92 -92
- package/dist/dto/chatBot/bulkUpdateChatBot.dto.d.ts +9 -9
- package/dist/dto/chatBot/bulkUpdateChatBot.dto.js +46 -46
- package/dist/dto/chatBot/chatBot.dto.d.ts +7 -7
- package/dist/dto/chatBot/chatBot.dto.js +45 -45
- package/dist/dto/chatBot/chatBotEmbedded.dto.d.ts +6 -6
- package/dist/dto/chatBot/chatBotEmbedded.dto.js +42 -42
- package/dist/dto/chatBot/chatBotPage.dto.d.ts +12 -12
- package/dist/dto/chatBot/chatBotPage.dto.js +54 -54
- package/dist/dto/chatBot/createChatBot.dto.d.ts +5 -5
- package/dist/dto/chatBot/createChatBot.dto.js +35 -35
- package/dist/dto/chatBot/updateChatBot.dto.d.ts +6 -6
- package/dist/dto/chatBot/updateChatBot.dto.js +40 -40
- package/dist/dto/comment/bulkUpdateComment.dto.d.ts +9 -9
- package/dist/dto/comment/bulkUpdateComment.dto.js +46 -46
- package/dist/dto/comment/comment.dto.d.ts +20 -20
- package/dist/dto/comment/comment.dto.js +76 -76
- package/dist/dto/comment/commentEmbedded.dto.d.ts +6 -6
- package/dist/dto/comment/commentEmbedded.dto.js +47 -47
- package/dist/dto/comment/commentPage.dto.d.ts +12 -12
- package/dist/dto/comment/commentPage.dto.js +54 -54
- package/dist/dto/comment/createComment.dto.d.ts +11 -11
- package/dist/dto/comment/createComment.dto.js +77 -77
- package/dist/dto/comment/updateComment.dto.d.ts +11 -11
- package/dist/dto/comment/updateComment.dto.js +77 -77
- package/dist/dto/companyInsurance/bulkUpdateInsuranceCompany.dto.d.ts +9 -9
- package/dist/dto/companyInsurance/bulkUpdateInsuranceCompany.dto.js +46 -46
- package/dist/dto/companyInsurance/createInsuranceCompany.dto.d.ts +10 -10
- package/dist/dto/companyInsurance/createInsuranceCompany.dto.js +68 -68
- package/dist/dto/companyInsurance/insuranceCompany.dto.d.ts +19 -19
- package/dist/dto/companyInsurance/insuranceCompany.dto.js +69 -69
- package/dist/dto/companyInsurance/insuranceCompanyEmbedded.dto.d.ts +9 -9
- package/dist/dto/companyInsurance/insuranceCompanyEmbedded.dto.js +61 -61
- package/dist/dto/companyInsurance/insuranceCompanyPage.dto.d.ts +12 -12
- package/dist/dto/companyInsurance/insuranceCompanyPage.dto.js +54 -54
- package/dist/dto/companyInsurance/updateInsuranceCompany.dto.d.ts +10 -10
- package/dist/dto/companyInsurance/updateInsuranceCompany.dto.js +70 -70
- package/dist/dto/contactInfo/bulkUpdateContactInfo.dto.d.ts +9 -9
- package/dist/dto/contactInfo/bulkUpdateContactInfo.dto.js +46 -46
- package/dist/dto/contactInfo/contactInfo.dto.d.ts +15 -15
- package/dist/dto/contactInfo/contactInfo.dto.js +48 -48
- package/dist/dto/contactInfo/contactInfoEmbedded.dto.d.ts +8 -8
- package/dist/dto/contactInfo/contactInfoEmbedded.dto.js +52 -52
- package/dist/dto/contactInfo/contactInfoPage.dto.d.ts +14 -14
- package/dist/dto/contactInfo/contactInfoPage.dto.js +66 -66
- package/dist/dto/contactInfo/createContactInfo.dto.d.ts +6 -6
- package/dist/dto/contactInfo/createContactInfo.dto.js +39 -39
- package/dist/dto/contactInfo/updateContactInfo.dto.d.ts +6 -6
- package/dist/dto/contactInfo/updateContactInfo.dto.js +41 -41
- package/dist/dto/crew/bulkUpdateCrew.dto.d.ts +9 -9
- package/dist/dto/crew/bulkUpdateCrew.dto.js +46 -46
- package/dist/dto/crew/createCrew.dto.d.ts +7 -7
- package/dist/dto/crew/createCrew.dto.js +53 -53
- package/dist/dto/crew/crew.dto.d.ts +14 -14
- package/dist/dto/crew/crew.dto.js +47 -47
- package/dist/dto/crew/crewEmbedded.dto.d.ts +13 -13
- package/dist/dto/crew/crewEmbedded.dto.js +73 -73
- package/dist/dto/crew/crewPage.dto.d.ts +12 -12
- package/dist/dto/crew/crewPage.dto.js +54 -54
- package/dist/dto/crew/getSupplyHealth.dto.d.ts +4 -4
- package/dist/dto/crew/getSupplyHealth.dto.js +33 -33
- package/dist/dto/crew/supplyHealth.dto.d.ts +19 -19
- package/dist/dto/crew/supplyHealth.dto.js +26 -26
- package/dist/dto/crew/updateCrew.dto.d.ts +7 -7
- package/dist/dto/crew/updateCrew.dto.js +56 -56
- package/dist/dto/crewTherapistInfo/bulkUpdateCrewTherapistInfo.dto.d.ts +9 -9
- package/dist/dto/crewTherapistInfo/bulkUpdateCrewTherapistInfo.dto.js +46 -46
- package/dist/dto/crewTherapistInfo/createCrewTherapistInfo.dto.d.ts +5 -5
- package/dist/dto/crewTherapistInfo/createCrewTherapistInfo.dto.js +38 -38
- package/dist/dto/crewTherapistInfo/crewTherapistInfo.dto.d.ts +13 -13
- package/dist/dto/crewTherapistInfo/crewTherapistInfo.dto.js +45 -45
- package/dist/dto/crewTherapistInfo/crewTherapistInfoEmbedded.dto.d.ts +6 -6
- package/dist/dto/crewTherapistInfo/crewTherapistInfoEmbedded.dto.js +38 -38
- package/dist/dto/crewTherapistInfo/crewTherapistInfoPage.dto.d.ts +12 -12
- package/dist/dto/crewTherapistInfo/crewTherapistInfoPage.dto.js +57 -57
- package/dist/dto/crewTherapistInfo/updateCrewTherapistInfo.dto.d.ts +5 -5
- package/dist/dto/crewTherapistInfo/updateCrewTherapistInfo.dto.js +40 -40
- package/dist/dto/diagnosis/bulkUpdateDiagnosis.dto.d.ts +9 -9
- package/dist/dto/diagnosis/bulkUpdateDiagnosis.dto.js +46 -46
- package/dist/dto/diagnosis/createDiagnosis.dto.d.ts +6 -6
- package/dist/dto/diagnosis/createDiagnosis.dto.js +46 -46
- package/dist/dto/diagnosis/diagnosis.dto.d.ts +16 -16
- package/dist/dto/diagnosis/diagnosis.dto.js +68 -68
- package/dist/dto/diagnosis/diagnosisEmbedded.dto.d.ts +7 -7
- package/dist/dto/diagnosis/diagnosisEmbedded.dto.js +41 -41
- package/dist/dto/diagnosis/diagnosisPage.dto.d.ts +12 -12
- package/dist/dto/diagnosis/diagnosisPage.dto.js +57 -57
- package/dist/dto/diagnosis/updateDiagnosis.dto.d.ts +5 -5
- package/dist/dto/diagnosis/updateDiagnosis.dto.js +40 -40
- package/dist/dto/document/bulkUpdateDocument.dto.d.ts +9 -9
- package/dist/dto/document/bulkUpdateDocument.dto.js +46 -46
- package/dist/dto/document/createDocument.dto.d.ts +8 -8
- package/dist/dto/document/createDocument.dto.js +53 -53
- package/dist/dto/document/document.dto.d.ts +20 -20
- package/dist/dto/document/document.dto.js +69 -69
- package/dist/dto/document/documentEmbedded.dto.d.ts +7 -7
- package/dist/dto/document/documentEmbedded.dto.js +47 -47
- package/dist/dto/document/documentPage.dto.d.ts +12 -12
- package/dist/dto/document/documentPage.dto.js +54 -54
- package/dist/dto/document/updateDocument.dto.d.ts +9 -9
- package/dist/dto/document/updateDocument.dto.js +64 -64
- package/dist/dto/exception/exception.dto.d.ts +8 -8
- package/dist/dto/exception/exception.dto.js +55 -55
- package/dist/dto/extension/bulkUpdateExtension.dto.d.ts +9 -9
- package/dist/dto/extension/bulkUpdateExtension.dto.js +46 -46
- package/dist/dto/extension/createExtension.dto.d.ts +8 -8
- package/dist/dto/extension/createExtension.dto.js +62 -62
- package/dist/dto/extension/extension.dto.d.ts +19 -19
- package/dist/dto/extension/extension.dto.js +68 -68
- package/dist/dto/extension/extensionCalculated.dto.d.ts +3 -3
- package/dist/dto/extension/extensionCalculated.dto.js +26 -26
- package/dist/dto/extension/extensionEmbedded.dto.d.ts +9 -9
- package/dist/dto/extension/extensionEmbedded.dto.js +53 -53
- package/dist/dto/extension/extensionPage.dto.d.ts +12 -12
- package/dist/dto/extension/extensionPage.dto.js +54 -54
- package/dist/dto/extension/updateExtension.dto.d.ts +10 -10
- package/dist/dto/extension/updateExtension.dto.js +71 -71
- package/dist/dto/generalPractionerInfo/bulkUpdateGeneralPractitionerInfo.dto.d.ts +9 -9
- package/dist/dto/generalPractionerInfo/bulkUpdateGeneralPractitionerInfo.dto.js +46 -46
- package/dist/dto/generalPractionerInfo/createGeneralPractitionerInfo.dto.d.ts +6 -6
- package/dist/dto/generalPractionerInfo/createGeneralPractitionerInfo.dto.js +45 -45
- package/dist/dto/generalPractionerInfo/generalPractitionerInfo.dto.d.ts +15 -15
- package/dist/dto/generalPractionerInfo/generalPractitionerInfo.dto.js +52 -52
- package/dist/dto/generalPractionerInfo/generalPractitionerInfoEmbedded.dto.d.ts +8 -8
- package/dist/dto/generalPractionerInfo/generalPractitionerInfoEmbedded.dto.js +54 -54
- package/dist/dto/generalPractionerInfo/generalPractitionerInfoPage.dto.d.ts +12 -12
- package/dist/dto/generalPractionerInfo/generalPractitionerInfoPage.dto.js +61 -61
- package/dist/dto/generalPractionerInfo/updateGeneralPractitionerInfo.dto.d.ts +6 -6
- package/dist/dto/generalPractionerInfo/updateGeneralPractitionerInfo.dto.js +47 -47
- package/dist/dto/generic/base.dto.d.ts +10 -10
- package/dist/dto/generic/base.dto.js +52 -52
- package/dist/dto/generic/collectionFilter.dto.d.ts +11 -11
- package/dist/dto/generic/collectionFilter.dto.js +93 -93
- package/dist/dto/generic/embedded/embedded.dto.d.ts +8 -8
- package/dist/dto/generic/embedded/embedded.dto.js +37 -37
- package/dist/dto/generic/filter.dto.d.ts +8 -8
- package/dist/dto/generic/filter.dto.js +65 -65
- package/dist/dto/generic/page.dto.d.ts +4 -4
- package/dist/dto/generic/page.dto.js +30 -30
- package/dist/dto/generic/pageInfo.dto.d.ts +6 -6
- package/dist/dto/generic/pageInfo.dto.js +50 -50
- package/dist/dto/geridocAppointment/geridocAppointment.dto.d.ts +15 -15
- package/dist/dto/geridocAppointment/geridocAppointment.dto.js +50 -50
- package/dist/dto/geridocAppointment/geridocAppointmentEmbedded.dto.d.ts +4 -4
- package/dist/dto/geridocAppointment/geridocAppointmentEmbedded.dto.js +28 -28
- package/dist/dto/geridocAppointment/geridocAppointmentPage.dto.d.ts +12 -12
- package/dist/dto/geridocAppointment/geridocAppointmentPage.dto.js +61 -61
- package/dist/dto/insuranceContactInfo/bulkUpdateInsuranceContactInfo.dto.d.ts +9 -9
- package/dist/dto/insuranceContactInfo/bulkUpdateInsuranceContactInfo.dto.js +46 -46
- package/dist/dto/insuranceContactInfo/createInsuranceContactInfo.dto.d.ts +5 -5
- package/dist/dto/insuranceContactInfo/createInsuranceContactInfo.dto.js +40 -40
- package/dist/dto/insuranceContactInfo/insuranceContactInfo.dto.d.ts +14 -14
- package/dist/dto/insuranceContactInfo/insuranceContactInfo.dto.js +47 -47
- package/dist/dto/insuranceContactInfo/insuranceContactInfoEmbedded.dto.d.ts +10 -10
- package/dist/dto/insuranceContactInfo/insuranceContactInfoEmbedded.dto.js +64 -64
- package/dist/dto/insuranceContactInfo/insuranceContactInfoPage.dto.d.ts +12 -12
- package/dist/dto/insuranceContactInfo/insuranceContactInfoPage.dto.js +61 -61
- package/dist/dto/insuranceContactInfo/updateInsuranceContactInfo.dto.d.ts +5 -5
- package/dist/dto/insuranceContactInfo/updateInsuranceContactInfo.dto.js +42 -42
- package/dist/dto/latestApplication/latestApplication.dto.d.ts +12 -12
- package/dist/dto/latestApplication/latestApplication.dto.js +37 -37
- package/dist/dto/latestApplication/latestApplicationEmbedded.dto.d.ts +6 -6
- package/dist/dto/latestApplication/latestApplicationEmbedded.dto.js +38 -38
- package/dist/dto/nursingHome/bulkUpdateNursingHome.dto.d.ts +9 -9
- package/dist/dto/nursingHome/bulkUpdateNursingHome.dto.js +46 -46
- package/dist/dto/nursingHome/createNursingHome.dto.d.ts +4 -4
- package/dist/dto/nursingHome/createNursingHome.dto.js +32 -32
- package/dist/dto/nursingHome/nursingHome.dto.d.ts +12 -12
- package/dist/dto/nursingHome/nursingHome.dto.js +39 -39
- package/dist/dto/nursingHome/nursingHomeEmbedded.dto.d.ts +7 -7
- package/dist/dto/nursingHome/nursingHomeEmbedded.dto.js +45 -45
- package/dist/dto/nursingHome/nursingHomePage.dto.d.ts +12 -12
- package/dist/dto/nursingHome/nursingHomePage.dto.js +54 -54
- package/dist/dto/nursingHome/updateNursingHome.dto.d.ts +4 -4
- package/dist/dto/nursingHome/updateNursingHome.dto.js +32 -32
- package/dist/dto/optimization/bulkUpdateOptimization.dto.d.ts +9 -9
- package/dist/dto/optimization/bulkUpdateOptimization.dto.js +46 -46
- package/dist/dto/optimization/createOptimization.dto.d.ts +38 -38
- package/dist/dto/optimization/createOptimization.dto.js +289 -289
- package/dist/dto/optimization/optimization.dto.d.ts +56 -56
- package/dist/dto/optimization/optimization.dto.js +270 -270
- package/dist/dto/optimization/optimizationBlockView.dto.d.ts +11 -11
- package/dist/dto/optimization/optimizationBlockView.dto.js +42 -42
- package/dist/dto/optimization/optimizationBlockViewEmbedded.dto.d.ts +6 -6
- package/dist/dto/optimization/optimizationBlockViewEmbedded.dto.js +35 -35
- package/dist/dto/optimization/optimizationEmbedded.dto.d.ts +12 -12
- package/dist/dto/optimization/optimizationEmbedded.dto.js +68 -68
- package/dist/dto/optimization/optimizationPage.dto.d.ts +12 -12
- package/dist/dto/optimization/optimizationPage.dto.js +54 -54
- package/dist/dto/optimization/partialAcceptOptimization.dto.d.ts +3 -3
- package/dist/dto/optimization/partialAcceptOptimization.dto.js +27 -27
- package/dist/dto/optimization/updateOptimization.dto.d.ts +5 -5
- package/dist/dto/optimization/updateOptimization.dto.js +38 -38
- package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlock.dto.d.ts +13 -13
- package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlock.dto.js +42 -42
- package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockEmbedded.dto.d.ts +6 -6
- package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockEmbedded.dto.js +35 -35
- package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockPage.dto.d.ts +12 -12
- package/dist/dto/optimizationUnsolvedBlock/optimizationUnsolvedBlockPage.dto.js +54 -54
- package/dist/dto/optimizedBlock/optimizedBlock.dto.d.ts +33 -33
- package/dist/dto/optimizedBlock/optimizedBlock.dto.js +137 -137
- package/dist/dto/optimizedBlock/optimizedBlockEmbedded.dto.d.ts +15 -15
- package/dist/dto/optimizedBlock/optimizedBlockEmbedded.dto.js +78 -78
- package/dist/dto/optimizedBlock/optimizedBlockPage.dto.d.ts +12 -12
- package/dist/dto/optimizedBlock/optimizedBlockPage.dto.js +61 -61
- package/dist/dto/patient/bulkUpdatePatientInfo.dto.d.ts +9 -9
- package/dist/dto/patient/bulkUpdatePatientInfo.dto.js +46 -46
- package/dist/dto/patient/createPatientInfo.dto.d.ts +13 -13
- package/dist/dto/patient/createPatientInfo.dto.js +76 -76
- package/dist/dto/patient/patientInfo.dto.d.ts +32 -32
- package/dist/dto/patient/patientInfo.dto.js +127 -127
- package/dist/dto/patient/patientInfoCalculated.dto.d.ts +4 -4
- package/dist/dto/patient/patientInfoCalculated.dto.js +31 -31
- package/dist/dto/patient/patientInfoEmbedded.dto.d.ts +35 -35
- package/dist/dto/patient/patientInfoEmbedded.dto.js +181 -181
- package/dist/dto/patient/patientInfoPage.dto.d.ts +12 -12
- package/dist/dto/patient/patientInfoPage.dto.js +54 -54
- package/dist/dto/patient/patientSummaryView.dto.d.ts +4 -4
- package/dist/dto/patient/patientSummaryView.dto.js +30 -30
- package/dist/dto/patient/updatePatientInfo.dto.d.ts +13 -13
- package/dist/dto/patient/updatePatientInfo.dto.js +76 -76
- package/dist/dto/patientContact/bulkUpdatePatientContact.dto.d.ts +9 -9
- package/dist/dto/patientContact/bulkUpdatePatientContact.dto.js +46 -46
- package/dist/dto/patientContact/createPatientContact.dto.d.ts +15 -15
- package/dist/dto/patientContact/createPatientContact.dto.js +103 -103
- package/dist/dto/patientContact/patientContact.dto.d.ts +23 -23
- package/dist/dto/patientContact/patientContact.dto.js +88 -88
- package/dist/dto/patientContact/patientContactEmbedded.dto.d.ts +9 -9
- package/dist/dto/patientContact/patientContactEmbedded.dto.js +53 -53
- package/dist/dto/patientContact/patientContactPage.dto.d.ts +12 -12
- package/dist/dto/patientContact/patientContactPage.dto.js +61 -61
- package/dist/dto/patientContact/updatePatientContact.dto.d.ts +15 -15
- package/dist/dto/patientContact/updatePatientContact.dto.js +107 -107
- package/dist/dto/patientPractitioner/bulkUpdatePatientPractitioner.dto.d.ts +9 -9
- package/dist/dto/patientPractitioner/bulkUpdatePatientPractitioner.dto.js +46 -46
- package/dist/dto/patientPractitioner/createPatientPractitioner.dto.d.ts +7 -7
- package/dist/dto/patientPractitioner/createPatientPractitioner.dto.js +45 -45
- package/dist/dto/patientPractitioner/patientPractitioner.dto.d.ts +15 -15
- package/dist/dto/patientPractitioner/patientPractitioner.dto.js +48 -48
- package/dist/dto/patientPractitioner/patientPractitionerEmbedded.dto.d.ts +9 -9
- package/dist/dto/patientPractitioner/patientPractitionerEmbedded.dto.js +53 -53
- package/dist/dto/patientPractitioner/patientPractitionerPage.dto.d.ts +12 -12
- package/dist/dto/patientPractitioner/patientPractitionerPage.dto.js +61 -61
- package/dist/dto/patientPractitioner/updatePatientPractitioner.dto.d.ts +7 -7
- package/dist/dto/patientPractitioner/updatePatientPractitioner.dto.js +48 -48
- package/dist/dto/region/bulkUpdateRegion.dto.d.ts +9 -9
- package/dist/dto/region/bulkUpdateRegion.dto.js +46 -46
- package/dist/dto/region/createRegion.dto.d.ts +6 -6
- package/dist/dto/region/createRegion.dto.js +46 -46
- package/dist/dto/region/region.dto.d.ts +14 -14
- package/dist/dto/region/region.dto.js +47 -47
- package/dist/dto/region/regionEmbedded.dto.d.ts +4 -4
- package/dist/dto/region/regionEmbedded.dto.js +30 -30
- package/dist/dto/region/regionPage.dto.d.ts +12 -12
- package/dist/dto/region/regionPage.dto.js +54 -54
- package/dist/dto/region/updateRegion.dto.d.ts +6 -6
- package/dist/dto/region/updateRegion.dto.js +47 -47
- package/dist/dto/status/component.dto.d.ts +7 -7
- package/dist/dto/status/component.dto.js +48 -48
- package/dist/dto/status/componentHealth.dto.d.ts +7 -7
- package/dist/dto/status/componentHealth.dto.js +43 -43
- package/dist/dto/status/health.dto.d.ts +5 -5
- package/dist/dto/status/health.dto.js +33 -33
- package/dist/dto/subscription/bulkUpdateSubscription.dto.d.ts +9 -9
- package/dist/dto/subscription/bulkUpdateSubscription.dto.js +46 -46
- package/dist/dto/subscription/createSubscription.dto.d.ts +5 -5
- package/dist/dto/subscription/createSubscription.dto.js +38 -38
- package/dist/dto/subscription/subscription.dto.d.ts +14 -14
- package/dist/dto/subscription/subscription.dto.js +47 -47
- package/dist/dto/subscription/subscriptionCalculated.dto.d.ts +3 -3
- package/dist/dto/subscription/subscriptionCalculated.dto.js +26 -26
- package/dist/dto/subscription/subscriptionEmbedded.dto.d.ts +10 -10
- package/dist/dto/subscription/subscriptionEmbedded.dto.js +62 -62
- package/dist/dto/subscription/subscriptionPage.dto.d.ts +12 -12
- package/dist/dto/subscription/subscriptionPage.dto.js +54 -54
- package/dist/dto/subscription/updateSubscription.dto.d.ts +6 -6
- package/dist/dto/subscription/updateSubscription.dto.js +47 -47
- package/dist/dto/team/bulkUpdateTeam.dto.d.ts +9 -9
- package/dist/dto/team/bulkUpdateTeam.dto.js +46 -46
- package/dist/dto/team/createTeam.dto.d.ts +4 -4
- package/dist/dto/team/createTeam.dto.js +32 -32
- package/dist/dto/team/team.dto.d.ts +13 -13
- package/dist/dto/team/team.dto.js +42 -42
- package/dist/dto/team/teamEmbedded.dto.d.ts +13 -13
- package/dist/dto/team/teamEmbedded.dto.js +73 -73
- package/dist/dto/team/teamPage.dto.d.ts +12 -12
- package/dist/dto/team/teamPage.dto.js +54 -54
- package/dist/dto/team/updateTeam.dto.d.ts +4 -4
- package/dist/dto/team/updateTeam.dto.js +33 -33
- package/dist/dto/therapistInfo/bulkUpdateTherapistInfo.dto.d.ts +9 -9
- package/dist/dto/therapistInfo/bulkUpdateTherapistInfo.dto.js +46 -46
- package/dist/dto/therapistInfo/createTherapistInfo.dto.d.ts +11 -11
- package/dist/dto/therapistInfo/createTherapistInfo.dto.js +67 -67
- package/dist/dto/therapistInfo/therapistInfo.dto.d.ts +20 -20
- package/dist/dto/therapistInfo/therapistInfo.dto.js +69 -69
- package/dist/dto/therapistInfo/therapistInfoEmbedded.dto.d.ts +20 -20
- package/dist/dto/therapistInfo/therapistInfoEmbedded.dto.js +120 -120
- package/dist/dto/therapistInfo/therapistInfoPage.dto.d.ts +12 -12
- package/dist/dto/therapistInfo/therapistInfoPage.dto.js +54 -54
- package/dist/dto/therapistInfo/updateTherapistInfo.dto.d.ts +10 -10
- package/dist/dto/therapistInfo/updateTherapistInfo.dto.js +64 -64
- package/dist/dto/therapyPlan/bulkUpdateTherapyPlan.dto.d.ts +9 -9
- package/dist/dto/therapyPlan/bulkUpdateTherapyPlan.dto.js +46 -46
- package/dist/dto/therapyPlan/createTherapyPlan.dto.d.ts +5 -5
- package/dist/dto/therapyPlan/createTherapyPlan.dto.js +44 -44
- package/dist/dto/therapyPlan/therapyPlan.dto.d.ts +13 -13
- package/dist/dto/therapyPlan/therapyPlan.dto.js +42 -42
- package/dist/dto/therapyPlan/therapyPlanEmbedded.dto.d.ts +7 -7
- package/dist/dto/therapyPlan/therapyPlanEmbedded.dto.js +47 -47
- package/dist/dto/therapyPlan/therapyPlanPage.dto.d.ts +12 -12
- package/dist/dto/therapyPlan/therapyPlanPage.dto.js +54 -54
- package/dist/dto/therapyPlan/updateTherapyPlan.dto.d.ts +5 -5
- package/dist/dto/therapyPlan/updateTherapyPlan.dto.js +38 -38
- package/dist/dto/therapySummary/bulkUpdateTherapySummary.dto.d.ts +9 -9
- package/dist/dto/therapySummary/bulkUpdateTherapySummary.dto.js +46 -46
- package/dist/dto/therapySummary/therapySummary.dto.d.ts +16 -16
- package/dist/dto/therapySummary/therapySummary.dto.js +66 -66
- package/dist/dto/therapySummary/therapySummaryEmbedded.dto.d.ts +7 -7
- package/dist/dto/therapySummary/therapySummaryEmbedded.dto.js +41 -41
- package/dist/dto/therapySummary/therapySummaryPage.dto.d.ts +12 -12
- package/dist/dto/therapySummary/therapySummaryPage.dto.js +57 -57
- package/dist/dto/therapySummary/updateTherapySummary.dto.d.ts +4 -4
- package/dist/dto/therapySummary/updateTherapySummary.dto.js +32 -32
- package/dist/dto/thread/bulkUpdateThread.dto.d.ts +9 -9
- package/dist/dto/thread/bulkUpdateThread.dto.js +46 -46
- package/dist/dto/thread/createThread.dto.d.ts +6 -6
- package/dist/dto/thread/createThread.dto.js +41 -41
- package/dist/dto/thread/thread.dto.d.ts +13 -13
- package/dist/dto/thread/thread.dto.js +42 -42
- package/dist/dto/thread/threadEmbedded.dto.d.ts +11 -11
- package/dist/dto/thread/threadEmbedded.dto.js +65 -65
- package/dist/dto/thread/threadPage.dto.d.ts +12 -12
- package/dist/dto/thread/threadPage.dto.js +54 -54
- package/dist/dto/thread/updateThread.dto.d.ts +4 -4
- package/dist/dto/thread/updateThread.dto.js +32 -32
- package/dist/dto/user/bulkUpdateUser.dto.d.ts +9 -9
- package/dist/dto/user/bulkUpdateUser.dto.js +46 -46
- package/dist/dto/user/createUser.dto.d.ts +15 -15
- package/dist/dto/user/createUser.dto.js +110 -110
- package/dist/dto/user/updateUser.dto.d.ts +15 -15
- package/dist/dto/user/updateUser.dto.js +101 -101
- package/dist/dto/user/user.dto.d.ts +26 -26
- package/dist/dto/user/user.dto.js +103 -103
- package/dist/dto/user/userAzureJwtData.dto.d.ts +9 -9
- package/dist/dto/user/userAzureJwtData.dto.js +54 -54
- package/dist/dto/user/userEmbedded.dto.d.ts +19 -19
- package/dist/dto/user/userEmbedded.dto.js +100 -100
- package/dist/dto/user/userPage.dto.d.ts +12 -12
- package/dist/dto/user/userPage.dto.js +54 -54
- package/dist/dto/userAddress/bulkUpdateUserAddress.dto.d.ts +9 -9
- package/dist/dto/userAddress/bulkUpdateUserAddress.dto.js +46 -46
- package/dist/dto/userAddress/createUserAddress.dto.d.ts +19 -19
- package/dist/dto/userAddress/createUserAddress.dto.js +142 -142
- package/dist/dto/userAddress/updateUserAddress.dto.d.ts +18 -18
- package/dist/dto/userAddress/updateUserAddress.dto.js +143 -143
- package/dist/dto/userAddress/userAddress.dto.d.ts +27 -27
- package/dist/dto/userAddress/userAddress.dto.js +112 -112
- package/dist/dto/userAddress/userAddressEmbedded.dto.d.ts +8 -8
- package/dist/dto/userAddress/userAddressEmbedded.dto.js +52 -52
- package/dist/dto/userAddress/userAddressPage.dto.d.ts +12 -12
- package/dist/dto/userAddress/userAddressPage.dto.js +54 -54
- package/dist/dto/userAddressSchedule/bulkUpdateUserAddressSchedule.dto.d.ts +9 -9
- package/dist/dto/userAddressSchedule/bulkUpdateUserAddressSchedule.dto.js +46 -46
- package/dist/dto/userAddressSchedule/createUserAddressSchedule.dto.d.ts +12 -12
- package/dist/dto/userAddressSchedule/createUserAddressSchedule.dto.js +80 -80
- package/dist/dto/userAddressSchedule/updateUserAddressSchedule.dto.d.ts +12 -12
- package/dist/dto/userAddressSchedule/updateUserAddressSchedule.dto.js +80 -80
- package/dist/dto/userAddressSchedule/userAddressSchedule.dto.d.ts +20 -20
- package/dist/dto/userAddressSchedule/userAddressSchedule.dto.js +75 -75
- package/dist/dto/userAddressSchedule/userAddressScheduleEmbedded.dto.d.ts +9 -9
- package/dist/dto/userAddressSchedule/userAddressScheduleEmbedded.dto.js +59 -59
- package/dist/dto/userAddressSchedule/userAddressSchedulePage.dto.d.ts +12 -12
- package/dist/dto/userAddressSchedule/userAddressSchedulePage.dto.js +61 -61
- package/dist/dto/userAddressTimeView/userAddressTimeView.dto.d.ts +17 -17
- package/dist/dto/userAddressTimeView/userAddressTimeView.dto.js +62 -62
- package/dist/dto/userAddressTimeView/userAddressTimeViewEmbedded.dto.d.ts +8 -8
- package/dist/dto/userAddressTimeView/userAddressTimeViewEmbedded.dto.js +46 -46
- package/dist/dto/userAddressTimeView/userAddressTimeViewPage.dto.d.ts +12 -12
- package/dist/dto/userAddressTimeView/userAddressTimeViewPage.dto.js +61 -61
- package/dist/dto/userNoficationToken/createUserNotificationToken.dto.d.ts +5 -5
- package/dist/dto/userNoficationToken/createUserNotificationToken.dto.js +38 -38
- package/dist/dto/userNoficationToken/userNotificationToken.dto.d.ts +5 -5
- package/dist/dto/userNoficationToken/userNotificationToken.dto.js +38 -38
- package/dist/dto/userNoficationToken/userNotificationTokenEmbedded.dto.d.ts +5 -5
- package/dist/dto/userNoficationToken/userNotificationTokenEmbedded.dto.js +36 -36
- package/dist/dto/userNoficationToken/userNotificationTokenPage.dto.d.ts +12 -12
- package/dist/dto/userNoficationToken/userNotificationTokenPage.dto.js +54 -54
- package/dist/dto/videoCall/bulkUpdateVideoCall.dto.d.ts +9 -0
- package/dist/dto/videoCall/bulkUpdateVideoCall.dto.js +47 -0
- package/dist/dto/videoCall/bulkUpdateVideoCall.dto.js.map +1 -0
- package/dist/dto/videoCall/createVideoCall.dto.d.ts +13 -0
- package/dist/dto/videoCall/createVideoCall.dto.js +89 -0
- package/dist/dto/videoCall/createVideoCall.dto.js.map +1 -0
- package/dist/dto/videoCall/updateVideoCall.dto.d.ts +13 -0
- package/dist/dto/videoCall/updateVideoCall.dto.js +92 -0
- package/dist/dto/videoCall/updateVideoCall.dto.js.map +1 -0
- package/dist/dto/videoCall/videoCall.dto.d.ts +22 -0
- package/dist/dto/videoCall/videoCall.dto.js +89 -0
- package/dist/dto/videoCall/videoCall.dto.js.map +1 -0
- package/dist/dto/videoCall/videoCallEmbedded.dto.d.ts +9 -0
- package/dist/dto/videoCall/videoCallEmbedded.dto.js +54 -0
- package/dist/dto/videoCall/videoCallEmbedded.dto.js.map +1 -0
- package/dist/dto/videoCall/videoCallPage.dto.d.ts +12 -0
- package/dist/dto/videoCall/videoCallPage.dto.js +55 -0
- package/dist/dto/videoCall/videoCallPage.dto.js.map +1 -0
- package/dist/dto/ward/bulkUpdateWard.dto.d.ts +9 -9
- package/dist/dto/ward/bulkUpdateWard.dto.js +46 -46
- package/dist/dto/ward/createWard.dto.d.ts +29 -29
- package/dist/dto/ward/createWard.dto.js +129 -129
- package/dist/dto/ward/updateWard.dto.d.ts +26 -26
- package/dist/dto/ward/updateWard.dto.js +122 -122
- package/dist/dto/ward/ward.dto.d.ts +16 -16
- package/dist/dto/ward/ward.dto.js +60 -60
- package/dist/dto/ward/wardEmbedded.dto.d.ts +8 -8
- package/dist/dto/ward/wardEmbedded.dto.js +52 -52
- package/dist/dto/ward/wardPage.dto.d.ts +12 -12
- package/dist/dto/ward/wardPage.dto.js +54 -54
- package/dist/dto/workingHour/bulkUpdateWorkingHour.dto.d.ts +9 -9
- package/dist/dto/workingHour/bulkUpdateWorkingHour.dto.js +46 -46
- package/dist/dto/workingHour/createWorkingHour.dto.d.ts +10 -10
- package/dist/dto/workingHour/createWorkingHour.dto.js +74 -74
- package/dist/dto/workingHour/updateWorkingHour.dto.d.ts +10 -10
- package/dist/dto/workingHour/updateWorkingHour.dto.js +75 -75
- package/dist/dto/workingHour/workingHour.dto.d.ts +18 -18
- package/dist/dto/workingHour/workingHour.dto.js +70 -70
- package/dist/dto/workingHour/workingHourEmbedded.dto.d.ts +7 -7
- package/dist/dto/workingHour/workingHourEmbedded.dto.js +47 -47
- package/dist/dto/workingHour/workingHourPage.dto.d.ts +12 -12
- package/dist/dto/workingHour/workingHourPage.dto.js +54 -54
- package/dist/dto/workingHourOverride/bulkUpdateWorkingHourOverride.dto.d.ts +9 -9
- package/dist/dto/workingHourOverride/bulkUpdateWorkingHourOverride.dto.js +45 -45
- package/dist/dto/workingHourOverride/createWorkingHourOverride.dto.d.ts +9 -9
- package/dist/dto/workingHourOverride/createWorkingHourOverride.dto.js +59 -59
- package/dist/dto/workingHourOverride/updateWorkingHourOverride.dto.d.ts +8 -8
- package/dist/dto/workingHourOverride/updateWorkingHourOverride.dto.js +53 -53
- package/dist/dto/workingHourOverride/workingHourOverride.dto.d.ts +19 -19
- package/dist/dto/workingHourOverride/workingHourOverride.dto.js +73 -73
- package/dist/dto/workingHourOverride/workingHourOverrideEmbedded.dto.d.ts +7 -7
- package/dist/dto/workingHourOverride/workingHourOverrideEmbedded.dto.js +47 -47
- package/dist/dto/workingHourOverride/workingHourOverridePage.dto.d.ts +12 -12
- package/dist/dto/workingHourOverride/workingHourOverridePage.dto.js +57 -57
- package/dist/dto/xstate/xstateTransition.dto.d.ts +5 -5
- package/dist/dto/xstate/xstateTransition.dto.js +32 -32
- package/dist/dto/xstate/xstateTransitionMeta.dto.d.ts +3 -3
- package/dist/dto/xstate/xstateTransitionMeta.dto.js +26 -26
- package/dist/enum/InstitutionType.enum.d.ts +6 -6
- package/dist/enum/InstitutionType.enum.js +10 -10
- package/dist/enum/addressRepeatFrequency.enum.d.ts +4 -4
- package/dist/enum/addressRepeatFrequency.enum.js +8 -8
- package/dist/enum/applicationCareDegree.enum.d.ts +10 -10
- package/dist/enum/applicationCareDegree.enum.js +14 -14
- package/dist/enum/applicationStatus.enum.d.ts +7 -7
- package/dist/enum/applicationStatus.enum.js +11 -11
- package/dist/enum/appointmentIssueStatus.enum.d.ts +5 -5
- package/dist/enum/appointmentIssueStatus.enum.js +9 -9
- package/dist/enum/appointmentIssueType.enum.d.ts +6 -6
- package/dist/enum/appointmentIssueType.enum.js +10 -10
- package/dist/enum/appointmentListRecipient.enum.d.ts +5 -5
- package/dist/enum/appointmentListRecipient.enum.js +9 -9
- package/dist/enum/blackoutRepeatFrequency.enum.d.ts +4 -4
- package/dist/enum/blackoutRepeatFrequency.enum.js +8 -8
- package/dist/enum/blackoutType.enum.d.ts +4 -4
- package/dist/enum/blackoutType.enum.js +8 -8
- package/dist/enum/blockCancellationReason.d.ts +6 -6
- package/dist/enum/blockCancellationReason.js +10 -10
- package/dist/enum/blockFollowUpFlagType.enum.d.ts +6 -6
- package/dist/enum/blockFollowUpFlagType.enum.js +10 -10
- package/dist/enum/blockStatus.enum.d.ts +9 -9
- package/dist/enum/blockStatus.enum.js +13 -13
- package/dist/enum/blockType.enum.d.ts +7 -7
- package/dist/enum/blockType.enum.js +11 -11
- package/dist/enum/careFacilityType.enum.d.ts +5 -5
- package/dist/enum/careFacilityType.enum.js +9 -9
- package/dist/enum/commentStatus.enum.d.ts +5 -5
- package/dist/enum/commentStatus.enum.js +9 -9
- package/dist/enum/commentType.enum.d.ts +4 -4
- package/dist/enum/commentType.enum.js +8 -8
- package/dist/enum/communicationChannel.enum.d.ts +7 -7
- package/dist/enum/communicationChannel.enum.js +11 -11
- package/dist/enum/contactType.enum.d.ts +5 -5
- package/dist/enum/contactType.enum.js +9 -9
- package/dist/enum/discipline.enum.d.ts +11 -11
- package/dist/enum/discipline.enum.js +15 -15
- package/dist/enum/documentStatus.enum.d.ts +5 -5
- package/dist/enum/documentStatus.enum.js +9 -9
- package/dist/enum/documentType.enum.d.ts +26 -26
- package/dist/enum/documentType.enum.js +30 -30
- package/dist/enum/employmentType.enum.d.ts +4 -4
- package/dist/enum/employmentType.enum.js +8 -8
- package/dist/enum/extensionStatus.enum.d.ts +7 -7
- package/dist/enum/extensionStatus.enum.js +11 -11
- package/dist/enum/optimizationStatus.enum.d.ts +6 -6
- package/dist/enum/optimizationStatus.enum.js +10 -10
- package/dist/enum/patientOverallConditionType.enum.d.ts +4 -4
- package/dist/enum/patientOverallConditionType.enum.js +8 -8
- package/dist/enum/patientStatus.enum.d.ts +18 -18
- package/dist/enum/patientStatus.enum.js +22 -22
- package/dist/enum/practitionerType.enum.d.ts +4 -4
- package/dist/enum/practitionerType.enum.js +8 -8
- package/dist/enum/privatePatientInsuranceType.enum.d.ts +5 -5
- package/dist/enum/privatePatientInsuranceType.enum.js +9 -9
- package/dist/enum/repeatFrequency.enum.d.ts +6 -6
- package/dist/enum/repeatFrequency.enum.js +10 -10
- package/dist/enum/role.enum.d.ts +10 -10
- package/dist/enum/role.enum.js +14 -14
- package/dist/enum/solverStatus.enum.d.ts +7 -7
- package/dist/enum/solverStatus.enum.js +11 -11
- package/dist/enum/solverVersion.enum.d.ts +4 -4
- package/dist/enum/solverVersion.enum.js +8 -8
- package/dist/enum/userAddressTypeEnum.d.ts +8 -8
- package/dist/enum/userAddressTypeEnum.js +12 -12
- package/dist/enum/videoCallQuestionType.enum.d.ts +4 -0
- package/dist/enum/videoCallQuestionType.enum.js +9 -0
- package/dist/enum/videoCallQuestionType.enum.js.map +1 -0
- package/dist/enum/videoCallStatus.enum.d.ts +7 -0
- package/dist/enum/videoCallStatus.enum.js +12 -0
- package/dist/enum/videoCallStatus.enum.js.map +1 -0
- package/dist/enum/wardTypeEnum.d.ts +6 -6
- package/dist/enum/wardTypeEnum.js +10 -10
- package/dist/enum/workingHourType.enum.d.ts +4 -4
- package/dist/enum/workingHourType.enum.js +8 -8
- package/dist/exception/validationException.d.ts +5 -5
- package/dist/exception/validationException.js +9 -9
- package/dist/index.d.ts +321 -313
- package/dist/index.js +652 -636
- package/dist/index.js.map +1 -1
- package/dist/nestjs.d.ts +3 -3
- package/dist/nestjs.js +8 -8
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/util/convertAndValidate.d.ts +1 -1
- package/dist/util/convertAndValidate.js +45 -45
- package/dist/util/isBiggerThan.validator.d.ts +2 -2
- package/dist/util/isBiggerThan.validator.js +39 -39
- package/dist/util/isEmptyAttribute.validator.d.ts +2 -2
- package/dist/util/isEmptyAttribute.validator.js +41 -41
- package/dist/util/isRequiredFieldValue.validator.d.ts +2 -2
- package/dist/util/isRequiredFieldValue.validator.js +42 -42
- package/dist/util/isRequiredFields.validator.d.ts +2 -2
- package/dist/util/isRequiredFields.validator.js +38 -38
- package/dist/util/isSmallerThan.validator.d.ts +2 -2
- package/dist/util/isSmallerThan.validator.js +39 -39
- package/dist/util/isTimeString.validator.d.ts +2 -2
- package/dist/util/isTimeString.validator.js +35 -35
- package/dist/util/transformDefault.d.ts +1 -1
- package/dist/util/transformDefault.js +9 -9
- package/dist/util/transformEmbedded.d.ts +1 -1
- package/dist/util/transformEmbedded.js +29 -29
- package/dist/util/transformFloat.d.ts +1 -1
- package/dist/util/transformFloat.js +20 -20
- package/dist/util/transformInteger.d.ts +1 -1
- package/dist/util/transformInteger.js +20 -20
- package/dist/util/transformTime.d.ts +1 -1
- package/dist/util/transformTime.js +15 -15
- package/dist/util/transformTotal.d.ts +1 -1
- package/dist/util/transformTotal.js +15 -15
- package/dist/util/trimString.d.ts +1 -1
- package/dist/util/trimString.js +22 -22
- 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
|
+
}
|