@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,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.UpdateAttachmentTagDto = 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 UpdateAttachmentTagDto {
|
|
17
|
+
}
|
|
18
|
+
exports.UpdateAttachmentTagDto = UpdateAttachmentTagDto;
|
|
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
|
+
], UpdateAttachmentTagDto.prototype, "label", void 0);
|
|
25
|
+
//# sourceMappingURL=updateAttachmentTag.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAttachmentTag.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTag/updateAttachmentTag.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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AttachmentTagLinkEmbeddedDto } from './attachmentTagLinkEmbedded.dto';
|
|
2
|
+
declare const AttachmentTagLinkDto_base: import("../generic/base.dto").BaseDtoType<AttachmentTagLinkEmbeddedDto>;
|
|
3
|
+
export declare class AttachmentTagLinkDto extends AttachmentTagLinkDto_base {
|
|
4
|
+
id: string;
|
|
5
|
+
tagId: string;
|
|
6
|
+
attachmentId: string;
|
|
7
|
+
}
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
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.AttachmentTagLinkDto = void 0;
|
|
13
|
+
const base_dto_1 = require("../generic/base.dto");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
const attachmentTagLinkEmbedded_dto_1 = require("./attachmentTagLinkEmbedded.dto");
|
|
17
|
+
class AttachmentTagLinkDto extends (0, base_dto_1.BaseDto)(attachmentTagLinkEmbedded_dto_1.AttachmentTagLinkEmbeddedDto) {
|
|
18
|
+
}
|
|
19
|
+
exports.AttachmentTagLinkDto = AttachmentTagLinkDto;
|
|
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
|
+
], AttachmentTagLinkDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], AttachmentTagLinkDto.prototype, "tagId", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], AttachmentTagLinkDto.prototype, "attachmentId", void 0);
|
|
35
|
+
//# sourceMappingURL=attachmentTagLink.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentTagLink.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTagLink/attachmentTagLink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yCAA2C;AAC3C,yDAA2C;AAC3C,mFAA+E;AAE/E,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAChD,4DAA4B,CAC5B;CAYA;AAdD,oDAcC;AATA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;mDACM;AAIf;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;0DACa"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UserDto } from '../user/user.dto';
|
|
2
|
+
import { AttachmentTagDto } from '../attachmentTag/attachmentTag.dto';
|
|
3
|
+
import { AttachmentDto } from '../attachment/attachment.dto';
|
|
4
|
+
export declare class AttachmentTagLinkEmbeddedDto {
|
|
5
|
+
tag?: AttachmentTagDto;
|
|
6
|
+
attachment: AttachmentDto;
|
|
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.AttachmentTagLinkEmbeddedDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const user_dto_1 = require("../user/user.dto");
|
|
16
|
+
const attachmentTag_dto_1 = require("../attachmentTag/attachmentTag.dto");
|
|
17
|
+
const attachment_dto_1 = require("../attachment/attachment.dto");
|
|
18
|
+
class AttachmentTagLinkEmbeddedDto {
|
|
19
|
+
}
|
|
20
|
+
exports.AttachmentTagLinkEmbeddedDto = AttachmentTagLinkEmbeddedDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: () => attachmentTag_dto_1.AttachmentTagDto, required: false }),
|
|
23
|
+
(0, class_transformer_1.Type)(() => attachmentTag_dto_1.AttachmentTagDto),
|
|
24
|
+
(0, class_transformer_1.Expose)(),
|
|
25
|
+
__metadata("design:type", attachmentTag_dto_1.AttachmentTagDto)
|
|
26
|
+
], AttachmentTagLinkEmbeddedDto.prototype, "tag", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => attachment_dto_1.AttachmentDto, required: false }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => attachment_dto_1.AttachmentDto),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", attachment_dto_1.AttachmentDto)
|
|
32
|
+
], AttachmentTagLinkEmbeddedDto.prototype, "attachment", 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
|
+
], AttachmentTagLinkEmbeddedDto.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
|
+
], AttachmentTagLinkEmbeddedDto.prototype, "updatedBy", void 0);
|
|
45
|
+
//# sourceMappingURL=attachmentTagLinkEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentTagLinkEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTagLink/attachmentTagLinkEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AAEjD,+CAA2C;AAC3C,0EAAsE;AACtE,iEAA6D;AAE7D,MAAa,4BAA4B;CAoBxC;AApBD,oEAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,oCAAgB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IAC5B,IAAA,0BAAM,GAAE;8BACH,oCAAgB;yDAAC;AAKvB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,8BAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC3D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAAa,CAAC;IACzB,IAAA,0BAAM,GAAE;8BACG,8BAAa;gEAAC;AAK1B;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;+DAAC;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;+DAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AttachmentTagLinkDto } from './attachmentTagLink.dto';
|
|
2
|
+
declare class EmbeddedAttachmentTagLink {
|
|
3
|
+
attachmentTagLinks?: AttachmentTagLinkDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const AttachmentTagLinkPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedAttachmentTagLink;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class AttachmentTagLinkPageDto extends AttachmentTagLinkPageDto_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.AttachmentTagLinkPageDto = 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 attachmentTagLink_dto_1 = require("./attachmentTagLink.dto");
|
|
17
|
+
class EmbeddedAttachmentTagLink {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [attachmentTagLink_dto_1.AttachmentTagLinkDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => attachmentTagLink_dto_1.AttachmentTagLinkDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedAttachmentTagLink.prototype, "attachmentTagLinks", void 0);
|
|
25
|
+
class AttachmentTagLinkPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachmentTagLink) {
|
|
26
|
+
}
|
|
27
|
+
exports.AttachmentTagLinkPageDto = AttachmentTagLinkPageDto;
|
|
28
|
+
//# sourceMappingURL=attachmentTagLinkPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attachmentTagLinkPage.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTagLink/attachmentTagLinkPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,kDAA8C;AAC9C,mEAA+D;AAE/D,MAAM,yBAAyB;CAK9B;AADA;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,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;qEACkB;AAG7C,MAAa,wBAAyB,SAAQ,IAAA,kBAAO,EACpD,yBAAyB,CACzB;CAAG;AAFJ,4DAEI"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateAttachmentTagLinkDto = void 0;
|
|
4
|
+
const updateAttachmentTagLink_dto_1 = require("./updateAttachmentTagLink.dto");
|
|
5
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
6
|
+
class BulkUpdateAttachmentTagLinkDto extends (0, bulk_dto_1.BulkDto)(updateAttachmentTagLink_dto_1.UpdateAttachmentTagLinkDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateAttachmentTagLinkDto = BulkUpdateAttachmentTagLinkDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateAttachmentTagLink.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateAttachmentTagLink.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTagLink/bulkUpdateAttachmentTagLink.dto.ts"],"names":[],"mappings":";;;AAAA,+EAA2E;AAC3E,kDAA8C;AAE9C,MAAa,8BAA+B,SAAQ,IAAA,kBAAO,EAC1D,wDAA0B,CAC1B;CAAG;AAFJ,wEAEI"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.CreateAttachmentTagLinkDto = 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
|
+
class CreateAttachmentTagLinkDto {
|
|
17
|
+
}
|
|
18
|
+
exports.CreateAttachmentTagLinkDto = CreateAttachmentTagLinkDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
21
|
+
(0, class_validator_1.IsUUID)(4),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], CreateAttachmentTagLinkDto.prototype, "tagId", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
27
|
+
(0, class_validator_1.IsUUID)(4),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], CreateAttachmentTagLinkDto.prototype, "attachmentId", void 0);
|
|
31
|
+
//# sourceMappingURL=createAttachmentTagLink.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createAttachmentTagLink.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTagLink/createAttachmentTagLink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,qDAAyC;AAEzC,MAAa,0BAA0B;CAUtC;AAVD,gEAUC;AANA;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;;yDACM;AAKf;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;;gEACa"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.UpdateAttachmentTagLinkDto = 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
|
+
class UpdateAttachmentTagLinkDto {
|
|
17
|
+
}
|
|
18
|
+
exports.UpdateAttachmentTagLinkDto = UpdateAttachmentTagLinkDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
21
|
+
(0, class_validator_1.IsOptional)(),
|
|
22
|
+
(0, class_validator_1.IsUUID)(4),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], UpdateAttachmentTagLinkDto.prototype, "tagId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
(0, class_validator_1.IsUUID)(4),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], UpdateAttachmentTagLinkDto.prototype, "attachmentId", void 0);
|
|
33
|
+
//# sourceMappingURL=updateAttachmentTagLink.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateAttachmentTagLink.dto.js","sourceRoot":"","sources":["../../../src/dto/attachmentTagLink/updateAttachmentTagLink.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,qDAAqD;AAErD,MAAa,0BAA0B;CAYtC;AAZD,gEAYC;AAPA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;yDACM;AAMf;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,CAAC,CAAC;IACT,IAAA,0BAAM,GAAE;;gEACa"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.CronJobDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const cronJobOptions_dto_1 = require("./cronJobOptions.dto");
|
|
16
|
+
class CronJobDto {
|
|
17
|
+
}
|
|
18
|
+
exports.CronJobDto = CronJobDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
21
|
+
(0, class_transformer_1.Expose)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], CronJobDto.prototype, "id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], CronJobDto.prototype, "cron", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: cronJobOptions_dto_1.CronJobOptionsDto, required: true }),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", cronJobOptions_dto_1.CronJobOptionsDto)
|
|
33
|
+
], CronJobDto.prototype, "options", void 0);
|
|
34
|
+
//# sourceMappingURL=cronJob.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cronJob.dto.js","sourceRoot":"","sources":["../../../src/dto/cronJob/cronJob.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAC3C,6DAAyD;AAEzD,MAAa,UAAU;CAYtB;AAZD,gCAYC;AATA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sCACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wCACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,sCAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACxD,IAAA,0BAAM,GAAE;8BACC,sCAAiB;2CAAC"}
|
|
@@ -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.CronJobOptionsDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
class CronJobOptionsDto {
|
|
16
|
+
}
|
|
17
|
+
exports.CronJobOptionsDto = CronJobOptionsDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
20
|
+
(0, class_transformer_1.Expose)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], CronJobOptionsDto.prototype, "singletonKey", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
25
|
+
(0, class_transformer_1.Expose)(),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], CronJobOptionsDto.prototype, "expireInSeconds", void 0);
|
|
28
|
+
//# sourceMappingURL=cronJobOptions.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cronJobOptions.dto.js","sourceRoot":"","sources":["../../../src/dto/cronJob/cronJobOptions.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,yCAA2C;AAE3C,MAAa,iBAAiB;CAQ7B;AARD,8CAQC;AALA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;uDACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;0DACgB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CronJobDto } from "./cronJob.dto";
|
|
2
|
+
declare class EmbeddedCronJob {
|
|
3
|
+
cronJobs?: CronJobDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const CronJobPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedCronJob;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class CronJobPageDto extends CronJobPageDto_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.CronJobPageDto = 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 cronJob_dto_1 = require("./cronJob.dto");
|
|
17
|
+
class EmbeddedCronJob {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [cronJob_dto_1.CronJobDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => cronJob_dto_1.CronJobDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedCronJob.prototype, "cronJobs", void 0);
|
|
25
|
+
class CronJobPageDto extends (0, page_dto_1.PageDto)(EmbeddedCronJob) {
|
|
26
|
+
}
|
|
27
|
+
exports.CronJobPageDto = CronJobPageDto;
|
|
28
|
+
//# sourceMappingURL=cronJobPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cronJobPage.dto.js","sourceRoot":"","sources":["../../../src/dto/cronJob/cronJobPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,kDAA8C;AAC9C,+CAAyC;AAEzC,MAAM,eAAe;CAKpB;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wBAAU,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IACtB,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;iDACF;AAGzB,MAAa,cAAe,SAAQ,IAAA,kBAAO,EAAC,eAAe,CAAC;CAAG;AAA/D,wCAA+D"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.ExceptionDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const nestjs_1 = require("../../nestjs");
|
|
15
|
+
const class_transformer_1 = require("class-transformer");
|
|
16
|
+
class ExceptionDto {
|
|
17
|
+
}
|
|
18
|
+
exports.ExceptionDto = ExceptionDto;
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, class_validator_1.IsOptional)(),
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_transformer_1.Expose)(),
|
|
23
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], ExceptionDto.prototype, "type", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_transformer_1.Expose)(),
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], ExceptionDto.prototype, "title", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsNumber)(),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
38
|
+
__metadata("design:type", Number)
|
|
39
|
+
], ExceptionDto.prototype, "status", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_validator_1.IsOptional)(),
|
|
42
|
+
(0, class_validator_1.IsString)(),
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
(0, nestjs_1.ApiProperty)({ type: String, format: 'uuid', required: false }),
|
|
45
|
+
__metadata("design:type", String)
|
|
46
|
+
], ExceptionDto.prototype, "identifier", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
(0, class_validator_1.IsOptional)(),
|
|
49
|
+
(0, class_validator_1.IsNumber)(),
|
|
50
|
+
(0, class_transformer_1.Expose)(),
|
|
51
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], ExceptionDto.prototype, "code", void 0);
|
|
54
|
+
//# sourceMappingURL=exception.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exception.dto.js","sourceRoot":"","sources":["../../../src/dto/exception/exception.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiE;AACjE,yCAA2C;AAC3C,yDAA2C;AAE3C,MAAa,YAAY;CA8BxB;AA9BD,oCA8BC;AAzBA;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;IACR,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;0CACjC;AAMd;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;IACR,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;2CAChC;AAMf;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;IACR,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;4CAC/B;AAMhB;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;IACR,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;gDAC3C;AAMpB;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;IACR,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;0CACjC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Type as ClassType } from '../../nestjs';
|
|
2
|
+
export type DtoType<T, U> = T extends (infer T)[] ? U[] : U;
|
|
3
|
+
export type BaseDtoType<T> = {
|
|
4
|
+
new (): {
|
|
5
|
+
createdAt: string;
|
|
6
|
+
updatedAt: string;
|
|
7
|
+
_embedded?: T;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export type BaseViewDtoType<T> = {
|
|
11
|
+
new (): {
|
|
12
|
+
_embedded?: T;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export declare function BaseDto<T = any>(ClassType?: ClassType<T>): BaseDtoType<T>;
|
|
@@ -0,0 +1,47 @@
|
|
|
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.BaseDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const embedded_dto_1 = require("./embedded/embedded.dto");
|
|
15
|
+
const nestjs_1 = require("../../nestjs");
|
|
16
|
+
function BaseDto(ClassType) {
|
|
17
|
+
class Base extends (0, embedded_dto_1.EmbeddedDto)(ClassType) {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
21
|
+
(0, class_transformer_1.Expose)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], Base.prototype, "id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], Base.prototype, "createdAt", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], Base.prototype, "updatedAt", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], Base.prototype, "createdById", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], Base.prototype, "updatedById", void 0);
|
|
44
|
+
return Base;
|
|
45
|
+
}
|
|
46
|
+
exports.BaseDto = BaseDto;
|
|
47
|
+
//# sourceMappingURL=base.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.dto.js","sourceRoot":"","sources":["../../../src/dto/generic/base.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,0DAAsD;AACtD,yCAA8D;AAsB9D,SAAgB,OAAO,CAAU,SAAwB;IACxD,MAAM,IAAK,SAAQ,IAAA,0BAAW,EAAC,SAAS,CAAC;KAoBxC;IAjBA;QAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;QAC7D,IAAA,0BAAM,GAAE;;oCACG;IAIZ;QAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;QAC7C,IAAA,0BAAM,GAAE;;2CACU;IAInB;QAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;QAC7C,IAAA,0BAAM,GAAE;;2CACU;IAInB;QAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;QAC7C,IAAA,0BAAM,GAAE;;6CACY;IAIrB;QAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;QAC7C,IAAA,0BAAM,GAAE;;6CACY;IAGtB,OAAO,IAAI,CAAC;AACb,CAAC;AAxBD,0BAwBC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseViewDto = void 0;
|
|
4
|
+
const embedded_dto_1 = require("./embedded/embedded.dto");
|
|
5
|
+
function BaseViewDto(ClassType) {
|
|
6
|
+
class Base extends (0, embedded_dto_1.EmbeddedDto)(ClassType) {
|
|
7
|
+
}
|
|
8
|
+
return Base;
|
|
9
|
+
}
|
|
10
|
+
exports.BaseViewDto = BaseViewDto;
|
|
11
|
+
//# sourceMappingURL=baseView.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"baseView.dto.js","sourceRoot":"","sources":["../../../src/dto/generic/baseView.dto.ts"],"names":[],"mappings":";;;AAAA,0DAAsD;AAStD,SAAgB,WAAW,CAC1B,SAAwB;IAExB,MAAM,IAAK,SAAQ,IAAA,0BAAW,EAAC,SAAS,CAAC;KAAG;IAE5C,OAAO,IAAI,CAAC;AACb,CAAC;AAND,kCAMC"}
|