@ballistix.digital/types-truyens-react 0.3.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/attachment/attachment.dto.d.ts +22 -0
- package/dist/dto/attachment/attachment.dto.js +93 -0
- package/dist/dto/attachment/attachment.dto.js.map +1 -0
- package/dist/dto/attachment/attachmentEmbedded.dto.d.ts +9 -0
- package/dist/dto/attachment/attachmentEmbedded.dto.js +45 -0
- package/dist/dto/attachment/attachmentEmbedded.dto.js.map +1 -0
- package/dist/dto/attachment/attachmentPage.dto.d.ts +13 -0
- package/dist/dto/attachment/attachmentPage.dto.js +28 -0
- package/dist/dto/attachment/attachmentPage.dto.js.map +1 -0
- package/dist/dto/attachment/bulkUpdateAttachment.dto.d.ts +10 -0
- package/dist/dto/attachment/bulkUpdateAttachment.dto.js +9 -0
- package/dist/dto/attachment/bulkUpdateAttachment.dto.js.map +1 -0
- package/dist/dto/attachment/createAttachment.dto.d.ts +9 -0
- package/dist/dto/attachment/createAttachment.dto.js +61 -0
- package/dist/dto/attachment/createAttachment.dto.js.map +1 -0
- package/dist/dto/attachment/updateAttachment.dto.d.ts +9 -0
- package/dist/dto/attachment/updateAttachment.dto.js +57 -0
- package/dist/dto/attachment/updateAttachment.dto.js.map +1 -0
- package/dist/dto/attachmentTag/attachmentTag.dto.d.ts +7 -0
- package/dist/dto/attachmentTag/attachmentTag.dto.js +30 -0
- package/dist/dto/attachmentTag/attachmentTag.dto.js.map +1 -0
- package/dist/dto/attachmentTag/attachmentTagEmbedded.dto.d.ts +7 -0
- package/dist/dto/attachmentTag/attachmentTagEmbedded.dto.js +38 -0
- package/dist/dto/attachmentTag/attachmentTagEmbedded.dto.js.map +1 -0
- package/dist/dto/attachmentTag/attachmentTagPage.dto.d.ts +13 -0
- package/dist/dto/attachmentTag/attachmentTagPage.dto.js +28 -0
- package/dist/dto/attachmentTag/attachmentTagPage.dto.js.map +1 -0
- package/dist/dto/attachmentTag/bulkUpdateAttachmentTag.dto.d.ts +10 -0
- package/dist/dto/attachmentTag/bulkUpdateAttachmentTag.dto.js +9 -0
- package/dist/dto/attachmentTag/bulkUpdateAttachmentTag.dto.js.map +1 -0
- package/dist/dto/attachmentTag/createAttachmentTag.dto.d.ts +3 -0
- package/dist/dto/attachmentTag/createAttachmentTag.dto.js +25 -0
- package/dist/dto/attachmentTag/createAttachmentTag.dto.js.map +1 -0
- package/dist/dto/attachmentTag/updateAttachmentTag.dto.d.ts +3 -0
- package/dist/dto/attachmentTag/updateAttachmentTag.dto.js +25 -0
- package/dist/dto/attachmentTag/updateAttachmentTag.dto.js.map +1 -0
- package/dist/dto/attachmentTagLink/attachmentTagLink.dto.d.ts +8 -0
- package/dist/dto/attachmentTagLink/attachmentTagLink.dto.js +35 -0
- package/dist/dto/attachmentTagLink/attachmentTagLink.dto.js.map +1 -0
- package/dist/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.d.ts +9 -0
- package/dist/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.js +45 -0
- package/dist/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.js.map +1 -0
- package/dist/dto/attachmentTagLink/attachmentTagLinkPage.dto.d.ts +13 -0
- package/dist/dto/attachmentTagLink/attachmentTagLinkPage.dto.js +28 -0
- package/dist/dto/attachmentTagLink/attachmentTagLinkPage.dto.js.map +1 -0
- package/dist/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.d.ts +10 -0
- package/dist/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.js +9 -0
- package/dist/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.js.map +1 -0
- package/dist/dto/attachmentTagLink/createAttachmentTagLink.dto.d.ts +4 -0
- package/dist/dto/attachmentTagLink/createAttachmentTagLink.dto.js +31 -0
- package/dist/dto/attachmentTagLink/createAttachmentTagLink.dto.js.map +1 -0
- package/dist/dto/attachmentTagLink/updateAttachmentTagLink.dto.d.ts +4 -0
- package/dist/dto/attachmentTagLink/updateAttachmentTagLink.dto.js +33 -0
- package/dist/dto/attachmentTagLink/updateAttachmentTagLink.dto.js.map +1 -0
- package/dist/dto/cronJob/cronJob.dto.d.ts +6 -0
- package/dist/dto/cronJob/cronJob.dto.js +34 -0
- package/dist/dto/cronJob/cronJob.dto.js.map +1 -0
- package/dist/dto/cronJob/cronJobOptions.dto.d.ts +4 -0
- package/dist/dto/cronJob/cronJobOptions.dto.js +28 -0
- package/dist/dto/cronJob/cronJobOptions.dto.js.map +1 -0
- package/dist/dto/cronJob/cronJobPage.dto.d.ts +13 -0
- package/dist/dto/cronJob/cronJobPage.dto.js +28 -0
- package/dist/dto/cronJob/cronJobPage.dto.js.map +1 -0
- package/dist/dto/exception/exception.dto.d.ts +7 -0
- package/dist/dto/exception/exception.dto.js +54 -0
- package/dist/dto/exception/exception.dto.js.map +1 -0
- package/dist/dto/generic/base.dto.d.ts +15 -0
- package/dist/dto/generic/base.dto.js +47 -0
- package/dist/dto/generic/base.dto.js.map +1 -0
- package/dist/dto/generic/baseView.dto.d.ts +7 -0
- package/dist/dto/generic/baseView.dto.js +11 -0
- package/dist/dto/generic/baseView.dto.js.map +1 -0
- package/dist/dto/generic/bulk.dto.d.ts +8 -0
- package/dist/dto/generic/bulk.dto.js +34 -0
- package/dist/dto/generic/bulk.dto.js.map +1 -0
- package/dist/dto/generic/collectionFilter.dto.d.ts +9 -0
- package/dist/dto/generic/collectionFilter.dto.js +72 -0
- package/dist/dto/generic/collectionFilter.dto.js.map +1 -0
- package/dist/dto/generic/embedded/embedded.dto.d.ts +8 -0
- package/dist/dto/generic/embedded/embedded.dto.js +36 -0
- package/dist/dto/generic/embedded/embedded.dto.js.map +1 -0
- package/dist/dto/generic/filter.dto.d.ts +7 -0
- package/dist/dto/generic/filter.dto.js +50 -0
- package/dist/dto/generic/filter.dto.js.map +1 -0
- package/dist/dto/generic/page.dto.d.ts +8 -0
- package/dist/dto/generic/page.dto.js +41 -0
- package/dist/dto/generic/page.dto.js.map +1 -0
- package/dist/dto/generic/pageInfo.dto.d.ts +6 -0
- package/dist/dto/generic/pageInfo.dto.js +47 -0
- package/dist/dto/generic/pageInfo.dto.js.map +1 -0
- package/dist/dto/incomeYear/bulkUpdateIncomeYear.dto.d.ts +10 -0
- package/dist/dto/incomeYear/bulkUpdateIncomeYear.dto.js +9 -0
- package/dist/dto/incomeYear/bulkUpdateIncomeYear.dto.js.map +1 -0
- package/dist/dto/incomeYear/createIncomeYear.dto.d.ts +5 -0
- package/dist/dto/incomeYear/createIncomeYear.dto.js +40 -0
- package/dist/dto/incomeYear/createIncomeYear.dto.js.map +1 -0
- package/dist/dto/incomeYear/incomeYear.dto.d.ts +9 -0
- package/dist/dto/incomeYear/incomeYear.dto.js +40 -0
- package/dist/dto/incomeYear/incomeYear.dto.js.map +1 -0
- package/dist/dto/incomeYear/incomeYearEmbedded.dto.d.ts +7 -0
- package/dist/dto/incomeYear/incomeYearEmbedded.dto.js +38 -0
- package/dist/dto/incomeYear/incomeYearEmbedded.dto.js.map +1 -0
- package/dist/dto/incomeYear/incomeYearPage.dto.d.ts +13 -0
- package/dist/dto/incomeYear/incomeYearPage.dto.js +28 -0
- package/dist/dto/incomeYear/incomeYearPage.dto.js.map +1 -0
- package/dist/dto/incomeYear/updateIncomeYear.dto.d.ts +5 -0
- package/dist/dto/incomeYear/updateIncomeYear.dto.js +41 -0
- package/dist/dto/incomeYear/updateIncomeYear.dto.js.map +1 -0
- package/dist/dto/latestNotificationTaskView/latestNotificationTaskView.dto.d.ts +8 -0
- package/dist/dto/latestNotificationTaskView/latestNotificationTaskView.dto.js +34 -0
- package/dist/dto/latestNotificationTaskView/latestNotificationTaskView.dto.js.map +1 -0
- package/dist/dto/latestNotificationTaskView/latestNotificationTaskViewEmbedded.dto.d.ts +6 -0
- package/dist/dto/latestNotificationTaskView/latestNotificationTaskViewEmbedded.dto.js +32 -0
- package/dist/dto/latestNotificationTaskView/latestNotificationTaskViewEmbedded.dto.js.map +1 -0
- package/dist/dto/note/bulkUpdateNote.dto.d.ts +10 -0
- package/dist/dto/note/bulkUpdateNote.dto.js +9 -0
- package/dist/dto/note/bulkUpdateNote.dto.js.map +1 -0
- package/dist/dto/note/createNote.dto.d.ts +6 -0
- package/dist/dto/note/createNote.dto.js +41 -0
- package/dist/dto/note/createNote.dto.js.map +1 -0
- package/dist/dto/note/note.dto.d.ts +10 -0
- package/dist/dto/note/note.dto.js +41 -0
- package/dist/dto/note/note.dto.js.map +1 -0
- package/dist/dto/note/noteEmbedded.dto.d.ts +9 -0
- package/dist/dto/note/noteEmbedded.dto.js +45 -0
- package/dist/dto/note/noteEmbedded.dto.js.map +1 -0
- package/dist/dto/note/notePage.dto.d.ts +13 -0
- package/dist/dto/note/notePage.dto.js +28 -0
- package/dist/dto/note/notePage.dto.js.map +1 -0
- package/dist/dto/note/updateNote.dto.d.ts +6 -0
- package/dist/dto/note/updateNote.dto.js +42 -0
- package/dist/dto/note/updateNote.dto.js.map +1 -0
- package/dist/dto/noteTag/bulkUpdateNoteTag.dto.d.ts +10 -0
- package/dist/dto/noteTag/bulkUpdateNoteTag.dto.js +9 -0
- package/dist/dto/noteTag/bulkUpdateNoteTag.dto.js.map +1 -0
- package/dist/dto/noteTag/createNoteTag.dto.d.ts +3 -0
- package/dist/dto/noteTag/createNoteTag.dto.js +25 -0
- package/dist/dto/noteTag/createNoteTag.dto.js.map +1 -0
- package/dist/dto/noteTag/noteTag.dto.d.ts +7 -0
- package/dist/dto/noteTag/noteTag.dto.js +30 -0
- package/dist/dto/noteTag/noteTag.dto.js.map +1 -0
- package/dist/dto/noteTag/noteTagEmbedded.dto.d.ts +7 -0
- package/dist/dto/noteTag/noteTagEmbedded.dto.js +38 -0
- package/dist/dto/noteTag/noteTagEmbedded.dto.js.map +1 -0
- package/dist/dto/noteTag/noteTagPage.dto.d.ts +13 -0
- package/dist/dto/noteTag/noteTagPage.dto.js +28 -0
- package/dist/dto/noteTag/noteTagPage.dto.js.map +1 -0
- package/dist/dto/noteTag/updateNoteTag.dto.d.ts +3 -0
- package/dist/dto/noteTag/updateNoteTag.dto.js +25 -0
- package/dist/dto/noteTag/updateNoteTag.dto.js.map +1 -0
- package/dist/dto/noteTagLink/bulkUpdateNoteTagLink.dto.d.ts +10 -0
- package/dist/dto/noteTagLink/bulkUpdateNoteTagLink.dto.js +9 -0
- package/dist/dto/noteTagLink/bulkUpdateNoteTagLink.dto.js.map +1 -0
- package/dist/dto/noteTagLink/createNoteTagLink.dto.d.ts +4 -0
- package/dist/dto/noteTagLink/createNoteTagLink.dto.js +31 -0
- package/dist/dto/noteTagLink/createNoteTagLink.dto.js.map +1 -0
- package/dist/dto/noteTagLink/noteTagLink.dto.d.ts +8 -0
- package/dist/dto/noteTagLink/noteTagLink.dto.js +35 -0
- package/dist/dto/noteTagLink/noteTagLink.dto.js.map +1 -0
- package/dist/dto/noteTagLink/noteTagLinkEmbedded.dto.d.ts +9 -0
- package/dist/dto/noteTagLink/noteTagLinkEmbedded.dto.js +45 -0
- package/dist/dto/noteTagLink/noteTagLinkEmbedded.dto.js.map +1 -0
- package/dist/dto/noteTagLink/noteTagLinkPage.dto.d.ts +13 -0
- package/dist/dto/noteTagLink/noteTagLinkPage.dto.js +28 -0
- package/dist/dto/noteTagLink/noteTagLinkPage.dto.js.map +1 -0
- package/dist/dto/noteTagLink/updateNoteTagLink.dto.d.ts +4 -0
- package/dist/dto/noteTagLink/updateNoteTagLink.dto.js +33 -0
- package/dist/dto/noteTagLink/updateNoteTagLink.dto.js.map +1 -0
- package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.d.ts +10 -0
- package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.js +9 -0
- package/dist/dto/notificationTask/bulkUpdateNotificationTaskDto.js.map +1 -0
- package/dist/dto/notificationTask/createNotificationTaskDto.d.ts +8 -0
- package/dist/dto/notificationTask/createNotificationTaskDto.js +53 -0
- package/dist/dto/notificationTask/createNotificationTaskDto.js.map +1 -0
- package/dist/dto/notificationTask/notificationTaskDto.d.ts +14 -0
- package/dist/dto/notificationTask/notificationTaskDto.js +57 -0
- package/dist/dto/notificationTask/notificationTaskDto.js.map +1 -0
- package/dist/dto/notificationTask/notificationTaskEmbeddedDto.d.ts +7 -0
- package/dist/dto/notificationTask/notificationTaskEmbeddedDto.js +38 -0
- package/dist/dto/notificationTask/notificationTaskEmbeddedDto.js.map +1 -0
- package/dist/dto/notificationTask/notificationTaskPageDto.d.ts +13 -0
- package/dist/dto/notificationTask/notificationTaskPageDto.js +28 -0
- package/dist/dto/notificationTask/notificationTaskPageDto.js.map +1 -0
- package/dist/dto/notificationTask/updateNotificationTaskDto.d.ts +10 -0
- package/dist/dto/notificationTask/updateNotificationTaskDto.js +64 -0
- package/dist/dto/notificationTask/updateNotificationTaskDto.js.map +1 -0
- package/dist/dto/pensionSavingSimulation/pensionSavingSimulation.dto.d.ts +16 -0
- package/dist/dto/pensionSavingSimulation/pensionSavingSimulation.dto.js +85 -0
- package/dist/dto/pensionSavingSimulation/pensionSavingSimulation.dto.js.map +1 -0
- package/dist/dto/pensionSavingSimulation/pensionSavingSimulationScenario.dto.d.ts +5 -0
- package/dist/dto/pensionSavingSimulation/pensionSavingSimulationScenario.dto.js +33 -0
- package/dist/dto/pensionSavingSimulation/pensionSavingSimulationScenario.dto.js.map +1 -0
- package/dist/dto/response/bulkUpdateResponse.dto.d.ts +10 -0
- package/dist/dto/response/bulkUpdateResponse.dto.js +9 -0
- package/dist/dto/response/bulkUpdateResponse.dto.js.map +1 -0
- package/dist/dto/response/createResponse.dto.d.ts +4 -0
- package/dist/dto/response/createResponse.dto.js +31 -0
- package/dist/dto/response/createResponse.dto.js.map +1 -0
- package/dist/dto/response/response.dto.d.ts +14 -0
- package/dist/dto/response/response.dto.js +62 -0
- package/dist/dto/response/response.dto.js.map +1 -0
- package/dist/dto/response/responseEmbedded.dto.d.ts +11 -0
- package/dist/dto/response/responseEmbedded.dto.js +52 -0
- package/dist/dto/response/responseEmbedded.dto.js.map +1 -0
- package/dist/dto/response/responsePage.dto.d.ts +13 -0
- package/dist/dto/response/responsePage.dto.js +28 -0
- package/dist/dto/response/responsePage.dto.js.map +1 -0
- package/dist/dto/response/surveyValidationError.dto.d.ts +5 -0
- package/dist/dto/response/surveyValidationError.dto.js +33 -0
- package/dist/dto/response/surveyValidationError.dto.js.map +1 -0
- package/dist/dto/response/updateResponse.dto.d.ts +8 -0
- package/dist/dto/response/updateResponse.dto.js +55 -0
- package/dist/dto/response/updateResponse.dto.js.map +1 -0
- package/dist/dto/status/component.dto.d.ts +5 -0
- package/dist/dto/status/component.dto.js +38 -0
- package/dist/dto/status/component.dto.js.map +1 -0
- package/dist/dto/status/componentHealth.dto.d.ts +5 -0
- package/dist/dto/status/componentHealth.dto.js +33 -0
- package/dist/dto/status/componentHealth.dto.js.map +1 -0
- package/dist/dto/status/health.dto.d.ts +3 -0
- package/dist/dto/status/health.dto.js +23 -0
- package/dist/dto/status/health.dto.js.map +1 -0
- package/dist/dto/survey/bulkUpdateSurvey.dto.d.ts +10 -0
- package/dist/dto/survey/bulkUpdateSurvey.dto.js +9 -0
- package/dist/dto/survey/bulkUpdateSurvey.dto.js.map +1 -0
- package/dist/dto/survey/createSurvey.dto.d.ts +4 -0
- package/dist/dto/survey/createSurvey.dto.js +31 -0
- package/dist/dto/survey/createSurvey.dto.js.map +1 -0
- package/dist/dto/survey/survey.dto.d.ts +8 -0
- package/dist/dto/survey/survey.dto.js +35 -0
- package/dist/dto/survey/survey.dto.js.map +1 -0
- package/dist/dto/survey/surveyEmbedded.dto.d.ts +9 -0
- package/dist/dto/survey/surveyEmbedded.dto.js +45 -0
- package/dist/dto/survey/surveyEmbedded.dto.js.map +1 -0
- package/dist/dto/survey/surveyPage.dto.d.ts +13 -0
- package/dist/dto/survey/surveyPage.dto.js +28 -0
- package/dist/dto/survey/surveyPage.dto.js.map +1 -0
- package/dist/dto/survey/updateSurvey.dto.d.ts +4 -0
- package/dist/dto/survey/updateSurvey.dto.js +33 -0
- package/dist/dto/survey/updateSurvey.dto.js.map +1 -0
- package/dist/dto/taxReturn/bulkUpdateTaxReturn.dto.d.ts +10 -0
- package/dist/dto/taxReturn/bulkUpdateTaxReturn.dto.js +9 -0
- package/dist/dto/taxReturn/bulkUpdateTaxReturn.dto.js.map +1 -0
- package/dist/dto/taxReturn/taxReturn.dto.d.ts +57 -0
- package/dist/dto/taxReturn/taxReturn.dto.js +264 -0
- package/dist/dto/taxReturn/taxReturn.dto.js.map +1 -0
- package/dist/dto/taxReturn/taxReturnEmbedded.dto.d.ts +19 -0
- package/dist/dto/taxReturn/taxReturnEmbedded.dto.js +80 -0
- package/dist/dto/taxReturn/taxReturnEmbedded.dto.js.map +1 -0
- package/dist/dto/taxReturn/taxReturnPage.dto.d.ts +13 -0
- package/dist/dto/taxReturn/taxReturnPage.dto.js +28 -0
- package/dist/dto/taxReturn/taxReturnPage.dto.js.map +1 -0
- package/dist/dto/taxReturn/updateTaxReturn.dto.d.ts +9 -0
- package/dist/dto/taxReturn/updateTaxReturn.dto.js +56 -0
- package/dist/dto/taxReturn/updateTaxReturn.dto.js.map +1 -0
- package/dist/dto/taxReturnAccessRight/createManyTaxReturnAccessRight.dto.d.ts +4 -0
- package/dist/dto/taxReturnAccessRight/createManyTaxReturnAccessRight.dto.js +32 -0
- package/dist/dto/taxReturnAccessRight/createManyTaxReturnAccessRight.dto.js.map +1 -0
- package/dist/dto/taxReturnAccessRight/createTaxReturnAccessRight.dto.d.ts +5 -0
- package/dist/dto/taxReturnAccessRight/createTaxReturnAccessRight.dto.js +38 -0
- package/dist/dto/taxReturnAccessRight/createTaxReturnAccessRight.dto.js.map +1 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRight.dto.d.ts +9 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRight.dto.js +40 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRight.dto.js.map +1 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRightEmbedded.dto.d.ts +8 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRightEmbedded.dto.js +44 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRightEmbedded.dto.js.map +1 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRightPage.dto.d.ts +13 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRightPage.dto.js +28 -0
- package/dist/dto/taxReturnAccessRight/taxReturnAccessRightPage.dto.js.map +1 -0
- package/dist/dto/taxReturnCalculated/taxReturnCalculatedView.dto.d.ts +15 -0
- package/dist/dto/taxReturnCalculated/taxReturnCalculatedView.dto.js +70 -0
- package/dist/dto/taxReturnCalculated/taxReturnCalculatedView.dto.js.map +1 -0
- package/dist/dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto.d.ts +4 -0
- package/dist/dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto.js +25 -0
- package/dist/dto/taxReturnCalculated/taxReturnCalculatedViewEmbedded.dto.js.map +1 -0
- package/dist/dto/team/bulkUpdateTeam.dto.d.ts +10 -0
- package/dist/dto/team/bulkUpdateTeam.dto.js +9 -0
- package/dist/dto/team/bulkUpdateTeam.dto.js.map +1 -0
- package/dist/dto/team/createTeam.dto.d.ts +4 -0
- package/dist/dto/team/createTeam.dto.js +31 -0
- package/dist/dto/team/createTeam.dto.js.map +1 -0
- package/dist/dto/team/team.dto.d.ts +7 -0
- package/dist/dto/team/team.dto.js +30 -0
- package/dist/dto/team/team.dto.js.map +1 -0
- package/dist/dto/team/teamEmbedded.dto.d.ts +7 -0
- package/dist/dto/team/teamEmbedded.dto.js +38 -0
- package/dist/dto/team/teamEmbedded.dto.js.map +1 -0
- package/dist/dto/team/teamPage.dto.d.ts +13 -0
- package/dist/dto/team/teamPage.dto.js +28 -0
- package/dist/dto/team/teamPage.dto.js.map +1 -0
- package/dist/dto/team/updateTeam.dto.d.ts +4 -0
- package/dist/dto/team/updateTeam.dto.js +33 -0
- package/dist/dto/team/updateTeam.dto.js.map +1 -0
- package/dist/dto/user/bulkUpdateUser.dto.d.ts +10 -0
- package/dist/dto/user/bulkUpdateUser.dto.js +9 -0
- package/dist/dto/user/bulkUpdateUser.dto.js.map +1 -0
- package/dist/dto/user/createUser.dto.d.ts +2 -0
- package/dist/dto/user/createUser.dto.js +7 -0
- package/dist/dto/user/createUser.dto.js.map +1 -0
- package/dist/dto/user/updateUser.dto.d.ts +2 -0
- package/dist/dto/user/updateUser.dto.js +7 -0
- package/dist/dto/user/updateUser.dto.js.map +1 -0
- package/dist/dto/user/user.dto.d.ts +9 -0
- package/dist/dto/user/user.dto.js +36 -0
- package/dist/dto/user/user.dto.js.map +1 -0
- package/dist/dto/user/userEmbedded.dto.d.ts +7 -0
- package/dist/dto/user/userEmbedded.dto.js +38 -0
- package/dist/dto/user/userEmbedded.dto.js.map +1 -0
- package/dist/dto/user/userPage.dto.d.ts +13 -0
- package/dist/dto/user/userPage.dto.js +28 -0
- package/dist/dto/user/userPage.dto.js.map +1 -0
- package/dist/enum/attachmentStatus.enum.d.ts +6 -0
- package/dist/enum/attachmentStatus.enum.js +11 -0
- package/dist/enum/attachmentStatus.enum.js.map +1 -0
- package/dist/enum/attachmentType.enum.d.ts +8 -0
- package/dist/enum/attachmentType.enum.js +13 -0
- package/dist/enum/attachmentType.enum.js.map +1 -0
- package/dist/enum/attachmentUploadStatus.enum.d.ts +5 -0
- package/dist/enum/attachmentUploadStatus.enum.js +10 -0
- package/dist/enum/attachmentUploadStatus.enum.js.map +1 -0
- package/dist/enum/language.enum.d.ts +7 -0
- package/dist/enum/language.enum.js +12 -0
- package/dist/enum/language.enum.js.map +1 -0
- package/dist/enum/noteStatus.enum.d.ts +5 -0
- package/dist/enum/noteStatus.enum.js +10 -0
- package/dist/enum/noteStatus.enum.js.map +1 -0
- package/dist/enum/notificationTaskStatus.enum.d.ts +7 -0
- package/dist/enum/notificationTaskStatus.enum.js +12 -0
- package/dist/enum/notificationTaskStatus.enum.js.map +1 -0
- package/dist/enum/notificationTaskType.enum.d.ts +16 -0
- package/dist/enum/notificationTaskType.enum.js +21 -0
- package/dist/enum/notificationTaskType.enum.js.map +1 -0
- package/dist/enum/role.enum.d.ts +6 -0
- package/dist/enum/role.enum.js +11 -0
- package/dist/enum/role.enum.js.map +1 -0
- package/dist/enum/taxReturnErrorStatus.enum.d.ts +10 -0
- package/dist/enum/taxReturnErrorStatus.enum.js +15 -0
- package/dist/enum/taxReturnErrorStatus.enum.js.map +1 -0
- package/dist/enum/taxReturnStatus.enum.d.ts +14 -0
- package/dist/enum/taxReturnStatus.enum.js +19 -0
- package/dist/enum/taxReturnStatus.enum.js.map +1 -0
- package/dist/enum/taxReturnTowStatus.enum.d.ts +9 -0
- package/dist/enum/taxReturnTowStatus.enum.js +14 -0
- package/dist/enum/taxReturnTowStatus.enum.js.map +1 -0
- package/dist/exception/validationException.d.ts +5 -0
- package/dist/exception/validationException.js +10 -0
- package/dist/exception/validationException.js.map +1 -0
- package/dist/index.d.ts +129 -0
- package/dist/index.js +263 -0
- package/dist/index.js.map +1 -0
- package/dist/nestjs.d.ts +11 -0
- package/dist/nestjs.js +18 -0
- package/dist/nestjs.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/util/convertAndValidate.d.ts +1 -0
- package/dist/util/convertAndValidate.js +47 -0
- package/dist/util/convertAndValidate.js.map +1 -0
- package/dist/util/isBiggerThan.validator.d.ts +2 -0
- package/dist/util/isBiggerThan.validator.js +40 -0
- package/dist/util/isBiggerThan.validator.js.map +1 -0
- package/dist/util/isEmptyAttribute.validator.d.ts +2 -0
- package/dist/util/isEmptyAttribute.validator.js +42 -0
- package/dist/util/isEmptyAttribute.validator.js.map +1 -0
- package/dist/util/isRequiredFieldValue.validator.d.ts +2 -0
- package/dist/util/isRequiredFieldValue.validator.js +43 -0
- package/dist/util/isRequiredFieldValue.validator.js.map +1 -0
- package/dist/util/isRequiredFields.validator.d.ts +2 -0
- package/dist/util/isRequiredFields.validator.js +39 -0
- package/dist/util/isRequiredFields.validator.js.map +1 -0
- package/dist/util/isSmallerThan.validator.d.ts +2 -0
- package/dist/util/isSmallerThan.validator.js +40 -0
- package/dist/util/isSmallerThan.validator.js.map +1 -0
- package/dist/util/isTimeString.validator.d.ts +2 -0
- package/dist/util/isTimeString.validator.js +36 -0
- package/dist/util/isTimeString.validator.js.map +1 -0
- package/dist/util/transformDefault.d.ts +1 -0
- package/dist/util/transformDefault.js +10 -0
- package/dist/util/transformDefault.js.map +1 -0
- package/dist/util/transformEmbedded.d.ts +1 -0
- package/dist/util/transformEmbedded.js +31 -0
- package/dist/util/transformEmbedded.js.map +1 -0
- package/dist/util/transformFloat.d.ts +1 -0
- package/dist/util/transformFloat.js +21 -0
- package/dist/util/transformFloat.js.map +1 -0
- package/dist/util/transformInteger.d.ts +1 -0
- package/dist/util/transformInteger.js +21 -0
- package/dist/util/transformInteger.js.map +1 -0
- package/dist/util/transformTime.d.ts +1 -0
- package/dist/util/transformTime.js +13 -0
- package/dist/util/transformTime.js.map +1 -0
- package/dist/util/transformTotal.d.ts +1 -0
- package/dist/util/transformTotal.js +16 -0
- package/dist/util/transformTotal.js.map +1 -0
- package/dist/util/transformTrimString.d.ts +1 -0
- package/dist/util/transformTrimString.js +23 -0
- package/dist/util/transformTrimString.js.map +1 -0
- package/package.json +28 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AttachmentEmbeddedDto } from './attachmentEmbedded.dto';
|
|
2
|
+
import { AttachmentUploadStatusEnum } from '../../enum/attachmentUploadStatus.enum';
|
|
3
|
+
import { AttachmentTypeEnum } from '../../enum/attachmentType.enum';
|
|
4
|
+
import { AttachmentStatusEnum } from '../../enum/attachmentStatus.enum';
|
|
5
|
+
declare const AttachmentDto_base: import("../generic/base.dto").BaseDtoType<AttachmentEmbeddedDto>;
|
|
6
|
+
export declare class AttachmentDto extends AttachmentDto_base {
|
|
7
|
+
id: string;
|
|
8
|
+
name: string;
|
|
9
|
+
questionIdentifier: string;
|
|
10
|
+
indexNumber: number;
|
|
11
|
+
presignedUrl: string;
|
|
12
|
+
fileSize: number;
|
|
13
|
+
mimeType: string;
|
|
14
|
+
description: string;
|
|
15
|
+
isVisible: boolean;
|
|
16
|
+
type: AttachmentTypeEnum;
|
|
17
|
+
status: AttachmentStatusEnum;
|
|
18
|
+
uploadStatus: AttachmentUploadStatusEnum;
|
|
19
|
+
storageId: string;
|
|
20
|
+
taxReturnId: string;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,93 @@
|
|
|
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.AttachmentDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const base_dto_1 = require("../generic/base.dto");
|
|
16
|
+
const attachmentEmbedded_dto_1 = require("./attachmentEmbedded.dto");
|
|
17
|
+
const attachmentUploadStatus_enum_1 = require("../../enum/attachmentUploadStatus.enum");
|
|
18
|
+
const attachmentType_enum_1 = require("../../enum/attachmentType.enum");
|
|
19
|
+
const attachmentStatus_enum_1 = require("../../enum/attachmentStatus.enum");
|
|
20
|
+
class AttachmentDto extends (0, base_dto_1.BaseDto)(attachmentEmbedded_dto_1.AttachmentEmbeddedDto) {
|
|
21
|
+
}
|
|
22
|
+
exports.AttachmentDto = AttachmentDto;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
25
|
+
(0, class_transformer_1.Expose)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], AttachmentDto.prototype, "id", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], AttachmentDto.prototype, "name", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], AttachmentDto.prototype, "questionIdentifier", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
40
|
+
(0, class_transformer_1.Expose)(),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], AttachmentDto.prototype, "indexNumber", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
45
|
+
(0, class_transformer_1.Expose)(),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], AttachmentDto.prototype, "presignedUrl", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
50
|
+
(0, class_transformer_1.Expose)(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], AttachmentDto.prototype, "fileSize", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
55
|
+
(0, class_transformer_1.Expose)(),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], AttachmentDto.prototype, "mimeType", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
60
|
+
(0, class_transformer_1.Expose)(),
|
|
61
|
+
__metadata("design:type", String)
|
|
62
|
+
], AttachmentDto.prototype, "description", void 0);
|
|
63
|
+
__decorate([
|
|
64
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: true }),
|
|
65
|
+
(0, class_transformer_1.Expose)(),
|
|
66
|
+
__metadata("design:type", Boolean)
|
|
67
|
+
], AttachmentDto.prototype, "isVisible", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: true }),
|
|
70
|
+
(0, class_transformer_1.Expose)(),
|
|
71
|
+
__metadata("design:type", String)
|
|
72
|
+
], AttachmentDto.prototype, "type", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentStatus_enum_1.AttachmentStatusEnum, required: true }),
|
|
75
|
+
(0, class_transformer_1.Expose)(),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], AttachmentDto.prototype, "status", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: true }),
|
|
80
|
+
(0, class_transformer_1.Expose)(),
|
|
81
|
+
__metadata("design:type", String)
|
|
82
|
+
], AttachmentDto.prototype, "uploadStatus", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
85
|
+
(0, class_transformer_1.Expose)(),
|
|
86
|
+
__metadata("design:type", String)
|
|
87
|
+
], AttachmentDto.prototype, "storageId", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
90
|
+
(0, class_transformer_1.Expose)(),
|
|
91
|
+
__metadata("design:type", String)
|
|
92
|
+
], AttachmentDto.prototype, "taxReturnId", void 0);
|
|
93
|
+
//# sourceMappingURL=attachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAE9C,qEAAiE;AACjE,wFAAoF;AACpF,wEAAoE;AACpE,4EAAwE;AAExE,MAAa,aAAc,SAAQ,IAAA,kBAAO,EAAC,8CAAqB,CAAC;CAwDhE;AAxDD,sCAwDC;AArDA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;yCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;2CACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;mDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;gDACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;2CACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;6CACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;mDACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gDACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACW"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TaxReturnDto } from '../taxReturn/taxReturn.dto';
|
|
2
|
+
import { UserDto } from '../user/user.dto';
|
|
3
|
+
import { AttachmentTagLinkDto } from '../attachmentTagLink/attachmentTagLink.dto';
|
|
4
|
+
export declare class AttachmentEmbeddedDto {
|
|
5
|
+
taxReturn?: TaxReturnDto;
|
|
6
|
+
attachmentTagLinks?: AttachmentTagLinkDto[];
|
|
7
|
+
createdBy?: UserDto;
|
|
8
|
+
updatedBy?: UserDto;
|
|
9
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.AttachmentEmbeddedDto = void 0;
|
|
13
|
+
const taxReturn_dto_1 = require("../taxReturn/taxReturn.dto");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
const user_dto_1 = require("../user/user.dto");
|
|
17
|
+
const attachmentTagLink_dto_1 = require("../attachmentTagLink/attachmentTagLink.dto");
|
|
18
|
+
class AttachmentEmbeddedDto {
|
|
19
|
+
}
|
|
20
|
+
exports.AttachmentEmbeddedDto = AttachmentEmbeddedDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: () => taxReturn_dto_1.TaxReturnDto, required: true }),
|
|
23
|
+
(0, class_transformer_1.Type)(() => taxReturn_dto_1.TaxReturnDto),
|
|
24
|
+
(0, class_transformer_1.Expose)(),
|
|
25
|
+
__metadata("design:type", taxReturn_dto_1.TaxReturnDto)
|
|
26
|
+
], AttachmentEmbeddedDto.prototype, "taxReturn", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => [attachmentTagLink_dto_1.AttachmentTagLinkDto], required: true }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => attachmentTagLink_dto_1.AttachmentTagLinkDto),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", Array)
|
|
32
|
+
], AttachmentEmbeddedDto.prototype, "attachmentTagLinks", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
35
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
38
|
+
], AttachmentEmbeddedDto.prototype, "createdBy", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
41
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
42
|
+
(0, class_transformer_1.Expose)(),
|
|
43
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
44
|
+
], AttachmentEmbeddedDto.prototype, "updatedBy", void 0);
|
|
45
|
+
//# sourceMappingURL=attachmentEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,sFAAkF;AAElF,MAAa,qBAAqB;CAoBjC;AApBD,sDAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACG,4BAAY;wDAAC;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,4CAAoB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACnE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAoB,CAAC;IAChC,IAAA,0BAAM,GAAE;;iEACmC;AAK5C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;wDAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;wDAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AttachmentDto } from './attachment.dto';
|
|
2
|
+
declare class EmbeddedAttachment {
|
|
3
|
+
attachments?: AttachmentDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const AttachmentPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedAttachment;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class AttachmentPageDto extends AttachmentPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
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.AttachmentPageDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
+
const attachment_dto_1 = require("./attachment.dto");
|
|
17
|
+
class EmbeddedAttachment {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [attachment_dto_1.AttachmentDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => attachment_dto_1.AttachmentDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedAttachment.prototype, "attachments", void 0);
|
|
25
|
+
class AttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
|
|
26
|
+
}
|
|
27
|
+
exports.AttachmentPageDto = AttachmentPageDto;
|
|
28
|
+
//# sourceMappingURL=attachmentPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentPage.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/attachmentPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,kDAA8C;AAC9C,qDAAiD;AAEjD,MAAM,kBAAkB;CAKvB;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,8BAAa,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IACzB,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uDACI;AAG/B,MAAa,iBAAkB,SAAQ,IAAA,kBAAO,EAAC,kBAAkB,CAAC;CAAG;AAArE,8CAAqE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateAttachmentDto = void 0;
|
|
4
|
+
const updateAttachment_dto_1 = require("./updateAttachment.dto");
|
|
5
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
6
|
+
class BulkUpdateAttachmentDto extends (0, bulk_dto_1.BulkDto)(updateAttachment_dto_1.UpdateAttachmentDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateAttachmentDto = BulkUpdateAttachmentDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateAttachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/bulkUpdateAttachment.dto.ts"],"names":[],"mappings":";;;AAAA,iEAA6D;AAC7D,kDAA8C;AAE9C,MAAa,uBAAwB,SAAQ,IAAA,kBAAO,EAAC,0CAAmB,CAAC;CAAG;AAA5E,0DAA4E"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.CreateAttachmentDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const nestjs_1 = require("../../nestjs");
|
|
16
|
+
const lodash_1 = require("lodash");
|
|
17
|
+
const attachmentType_enum_1 = require("../../enum/attachmentType.enum");
|
|
18
|
+
class CreateAttachmentDto {
|
|
19
|
+
}
|
|
20
|
+
exports.CreateAttachmentDto = CreateAttachmentDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
23
|
+
(0, class_validator_1.IsString)(),
|
|
24
|
+
(0, class_validator_1.Matches)(/.*\.(pdf|png|jpeg|jpg)$/i, {
|
|
25
|
+
message: 'Supported filetypes are PDF, PNG, JPEG, or JPG',
|
|
26
|
+
}),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], CreateAttachmentDto.prototype, "name", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
(0, class_validator_1.IsBoolean)(),
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
__metadata("design:type", Boolean)
|
|
36
|
+
], CreateAttachmentDto.prototype, "isVisible", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
39
|
+
(0, class_transformer_1.Expose)(),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], CreateAttachmentDto.prototype, "questionIdentifier", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
44
|
+
(0, class_validator_1.IsOptional)(),
|
|
45
|
+
(0, class_validator_1.IsString)(),
|
|
46
|
+
(0, class_transformer_1.Expose)(),
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], CreateAttachmentDto.prototype, "description", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentType_enum_1.AttachmentTypeEnum, required: true }),
|
|
51
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(attachmentType_enum_1.AttachmentTypeEnum)),
|
|
52
|
+
(0, class_transformer_1.Expose)(),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], CreateAttachmentDto.prototype, "type", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
57
|
+
(0, class_validator_1.IsUUID)(4),
|
|
58
|
+
(0, class_transformer_1.Expose)(),
|
|
59
|
+
__metadata("design:type", String)
|
|
60
|
+
], CreateAttachmentDto.prototype, "taxReturnId", void 0);
|
|
61
|
+
//# sourceMappingURL=createAttachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/createAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAyF;AACzF,yCAA2C;AAE3C,mCAAgC;AAChC,wEAAoE;AAEpE,MAAa,mBAAmB;CAiC/B;AAjCD,kDAiCC;AA1BA;IANC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,yBAAO,EAAC,0BAA0B,EAAE;QACpC,OAAO,EAAE,gDAAgD;KACzD,CAAC;IACD,IAAA,0BAAM,GAAE;;iDACI;AAMb;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACO;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;+DACmB;AAM5B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;wDACY;AAIrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wCAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzD,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,wCAAkB,CAAC,CAAC;IAChC,IAAA,0BAAM,GAAE;;iDACgB;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;wDACW"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AttachmentUploadStatusEnum } from '../../enum/attachmentUploadStatus.enum';
|
|
2
|
+
import { AttachmentStatusEnum } from '../../enum/attachmentStatus.enum';
|
|
3
|
+
export declare class UpdateAttachmentDto {
|
|
4
|
+
name?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
isVisible?: boolean;
|
|
7
|
+
uploadStatus?: AttachmentUploadStatusEnum;
|
|
8
|
+
status?: AttachmentStatusEnum;
|
|
9
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.UpdateAttachmentDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const lodash_1 = require("lodash");
|
|
17
|
+
const attachmentUploadStatus_enum_1 = require("../../enum/attachmentUploadStatus.enum");
|
|
18
|
+
const attachmentStatus_enum_1 = require("../../enum/attachmentStatus.enum");
|
|
19
|
+
class UpdateAttachmentDto {
|
|
20
|
+
}
|
|
21
|
+
exports.UpdateAttachmentDto = UpdateAttachmentDto;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
(0, class_validator_1.IsString)(),
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], UpdateAttachmentDto.prototype, "name", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
31
|
+
(0, class_validator_1.IsOptional)(),
|
|
32
|
+
(0, class_validator_1.IsString)(),
|
|
33
|
+
(0, class_transformer_1.Expose)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], UpdateAttachmentDto.prototype, "description", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
38
|
+
(0, class_transformer_1.Expose)(),
|
|
39
|
+
(0, class_validator_1.IsBoolean)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
__metadata("design:type", Boolean)
|
|
42
|
+
], UpdateAttachmentDto.prototype, "isVisible", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: false }),
|
|
45
|
+
(0, class_validator_1.IsOptional)(),
|
|
46
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum)),
|
|
47
|
+
(0, class_transformer_1.Expose)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], UpdateAttachmentDto.prototype, "uploadStatus", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentStatus_enum_1.AttachmentStatusEnum, required: false }),
|
|
52
|
+
(0, class_validator_1.IsOptional)(),
|
|
53
|
+
(0, class_validator_1.IsIn)((0, lodash_1.values)(attachmentStatus_enum_1.AttachmentStatusEnum)),
|
|
54
|
+
(0, class_transformer_1.Expose)(),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], UpdateAttachmentDto.prototype, "status", void 0);
|
|
57
|
+
//# sourceMappingURL=updateAttachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/attachment/updateAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,qDAAwE;AACxE,mCAAgC;AAChC,wFAAoF;AACpF,4EAAwE;AAExE,MAAa,mBAAmB;CA8B/B;AA9BD,kDA8BC;AAzBA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;iDACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;wDACY;AAMrB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/C,IAAA,0BAAM,GAAE;IACR,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;sDACO;AAMpB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAClE,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,wDAA0B,CAAC,CAAC;IACxC,IAAA,0BAAM,GAAE;;yDACiC;AAM1C;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,4CAAoB,CAAC,CAAC;IAClC,IAAA,0BAAM,GAAE;;mDACqB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AttachmentTagEmbeddedDto } from './attachmentTagEmbedded.dto';
|
|
2
|
+
declare const AttachmentTagDto_base: import("../generic/base.dto").BaseDtoType<AttachmentTagEmbeddedDto>;
|
|
3
|
+
export declare class AttachmentTagDto extends AttachmentTagDto_base {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
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.AttachmentTagDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const base_dto_1 = require("../generic/base.dto");
|
|
16
|
+
const attachmentTagEmbedded_dto_1 = require("./attachmentTagEmbedded.dto");
|
|
17
|
+
class AttachmentTagDto extends (0, base_dto_1.BaseDto)(attachmentTagEmbedded_dto_1.AttachmentTagEmbeddedDto) {
|
|
18
|
+
}
|
|
19
|
+
exports.AttachmentTagDto = AttachmentTagDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], AttachmentTagDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], AttachmentTagDto.prototype, "label", void 0);
|
|
30
|
+
//# sourceMappingURL=attachmentTag.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/attachmentTag.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,kDAA8C;AAC9C,2EAAuE;AAEvE,MAAa,gBAAiB,SAAQ,IAAA,kBAAO,EAAC,oDAAwB,CAAC;CAQtE;AARD,4CAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4CACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;+CACM"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { UserDto } from '../user/user.dto';
|
|
2
|
+
import { AttachmentTagLinkDto } from '../attachmentTagLink/attachmentTagLink.dto';
|
|
3
|
+
export declare class AttachmentTagEmbeddedDto {
|
|
4
|
+
attachmentTagLinks?: AttachmentTagLinkDto[];
|
|
5
|
+
createdBy?: UserDto;
|
|
6
|
+
updatedBy?: UserDto;
|
|
7
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.AttachmentTagEmbeddedDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const user_dto_1 = require("../user/user.dto");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
const attachmentTagLink_dto_1 = require("../attachmentTagLink/attachmentTagLink.dto");
|
|
17
|
+
class AttachmentTagEmbeddedDto {
|
|
18
|
+
}
|
|
19
|
+
exports.AttachmentTagEmbeddedDto = AttachmentTagEmbeddedDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: () => [attachmentTagLink_dto_1.AttachmentTagLinkDto], required: false }),
|
|
22
|
+
(0, class_transformer_1.Type)(() => attachmentTagLink_dto_1.AttachmentTagLinkDto),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", Array)
|
|
25
|
+
], AttachmentTagEmbeddedDto.prototype, "attachmentTagLinks", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
29
|
+
(0, class_transformer_1.Expose)(),
|
|
30
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
31
|
+
], AttachmentTagEmbeddedDto.prototype, "createdBy", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
|
+
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
+
], AttachmentTagEmbeddedDto.prototype, "updatedBy", void 0);
|
|
38
|
+
//# sourceMappingURL=attachmentTagEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentTagEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/attachmentTagEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,+CAA2C;AAC3C,yDAAiD;AACjD,sFAAkF;AAElF,MAAa,wBAAwB;CAepC;AAfD,4DAeC;AAXA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,4CAAoB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACpE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAoB,CAAC;IAChC,IAAA,0BAAM,GAAE;;oEACmC;AAK5C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AttachmentTagDto } from './attachmentTag.dto';
|
|
2
|
+
declare class EmbeddedAttachmentTag {
|
|
3
|
+
attachmentTags?: AttachmentTagDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const AttachmentTagPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedAttachmentTag;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class AttachmentTagPageDto extends AttachmentTagPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
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.AttachmentTagPageDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
+
const attachmentTag_dto_1 = require("./attachmentTag.dto");
|
|
17
|
+
class EmbeddedAttachmentTag {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [attachmentTag_dto_1.AttachmentTagDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => attachmentTag_dto_1.AttachmentTagDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedAttachmentTag.prototype, "attachmentTags", void 0);
|
|
25
|
+
class AttachmentTagPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachmentTag) {
|
|
26
|
+
}
|
|
27
|
+
exports.AttachmentTagPageDto = AttachmentTagPageDto;
|
|
28
|
+
//# sourceMappingURL=attachmentTagPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentTagPage.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/attachmentTagPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,kDAA8C;AAC9C,2DAAuD;AAEvD,MAAM,qBAAqB;CAK1B;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,oCAAgB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IAC5B,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;6DACU;AAGrC,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,qBAAqB,CAAC;CAAG;AAA3E,oDAA2E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateAttachmentTagDto = void 0;
|
|
4
|
+
const updateAttachmentTag_dto_1 = require("./updateAttachmentTag.dto");
|
|
5
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
6
|
+
class BulkUpdateAttachmentTagDto extends (0, bulk_dto_1.BulkDto)(updateAttachmentTag_dto_1.UpdateAttachmentTagDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateAttachmentTagDto = BulkUpdateAttachmentTagDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateAttachmentTag.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateAttachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/bulkUpdateAttachmentTag.dto.ts"],"names":[],"mappings":";;;AAAA,uEAAmE;AACnE,kDAA8C;AAE9C,MAAa,0BAA2B,SAAQ,IAAA,kBAAO,EACtD,gDAAsB,CACtB;CAAG;AAFJ,gEAEI"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.CreateAttachmentTagDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
class CreateAttachmentTagDto {
|
|
17
|
+
}
|
|
18
|
+
exports.CreateAttachmentTagDto = CreateAttachmentTagDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], CreateAttachmentTagDto.prototype, "label", void 0);
|
|
25
|
+
//# sourceMappingURL=createAttachmentTag.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createAttachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/createAttachmentTag.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA2C;AAC3C,yDAA2C;AAE3C,MAAa,sBAAsB;CAKlC;AALD,wDAKC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;qDACM"}
|