@ballistix.digital/types-waardering-tool-react 0.8.0 → 0.9.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/annualAccount/annualAccount.dto.d.ts +1 -1
- package/dist/dto/annualAccount/annualAccount.dto.js +3 -3
- package/dist/dto/annualAccount/annualAccount.dto.js.map +1 -1
- package/dist/dto/annualAccount/annualAccountEmbedded.dto.d.ts +4 -0
- package/dist/dto/annualAccount/annualAccountEmbedded.dto.js +14 -0
- package/dist/dto/annualAccount/annualAccountEmbedded.dto.js.map +1 -1
- package/dist/dto/annualAccount/createAnnualAccount.dto.d.ts +0 -1
- package/dist/dto/annualAccount/createAnnualAccount.dto.js +0 -7
- package/dist/dto/annualAccount/createAnnualAccount.dto.js.map +1 -1
- package/dist/dto/annualAccount/updateAnnualAccount.dto.d.ts +0 -1
- package/dist/dto/annualAccount/updateAnnualAccount.dto.js +0 -7
- package/dist/dto/annualAccount/updateAnnualAccount.dto.js.map +1 -1
- package/dist/dto/annualAccountAttachment/annualAccountAttachment.dto.d.ts +25 -0
- package/dist/dto/{responseAttachment/responseAttachment.dto.js → annualAccountAttachment/annualAccountAttachment.dto.js} +48 -31
- package/dist/dto/annualAccountAttachment/annualAccountAttachment.dto.js.map +1 -0
- package/dist/dto/annualAccountAttachment/annualAccountAttachmentEmbedded.dto.d.ts +5 -0
- package/dist/dto/{annualAccount/changelog/annualAccountChangelogEmbedded.dto.js → annualAccountAttachment/annualAccountAttachmentEmbedded.dto.js} +8 -15
- package/dist/dto/annualAccountAttachment/annualAccountAttachmentEmbedded.dto.js.map +1 -0
- package/dist/dto/annualAccountAttachment/annualAccountAttachmentPage.dto.d.ts +13 -0
- package/dist/dto/{responseAttachment/responseAttachmentPage.dto.js → annualAccountAttachment/annualAccountAttachmentPage.dto.js} +7 -7
- package/dist/dto/annualAccountAttachment/annualAccountAttachmentPage.dto.js.map +1 -0
- package/dist/dto/annualAccountAttachment/bulkUpdateAnnualAccountAttachment.dto.d.ts +10 -0
- package/dist/dto/annualAccountAttachment/bulkUpdateAnnualAccountAttachment.dto.js +9 -0
- package/dist/dto/annualAccountAttachment/bulkUpdateAnnualAccountAttachment.dto.js.map +1 -0
- package/dist/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.d.ts +8 -0
- package/dist/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.js +52 -0
- package/dist/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.js.map +1 -0
- package/dist/dto/{valuationAttachment/updateValuationAttachment.dto.d.ts → annualAccountAttachment/updateAnnualAccountAttachment.dto.d.ts} +5 -7
- package/dist/dto/{valuationAttachment/createValuationAttachment.dto.js → annualAccountAttachment/updateAnnualAccountAttachment.dto.js} +25 -36
- package/dist/dto/annualAccountAttachment/updateAnnualAccountAttachment.dto.js.map +1 -0
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachment.dto.d.ts +16 -0
- package/dist/dto/{valuationAttachment/valuationAttachment.dto.js → appraisalReportAttachment/appraisalReportAttachment.dto.js} +19 -25
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachment.dto.js.map +1 -0
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachmentEmbedded.dto.d.ts +5 -0
- package/dist/dto/{ledgerBalance/changelog/ledgerBalanceChangelogEmbedded.dto.js → appraisalReportAttachment/appraisalReportAttachmentEmbedded.dto.js} +8 -15
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachmentEmbedded.dto.js.map +1 -0
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachmentPage.dto.d.ts +13 -0
- package/dist/dto/{questionAttachment/questionAttachmentPage.dto.js → appraisalReportAttachment/appraisalReportAttachmentPage.dto.js} +7 -7
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachmentPage.dto.js.map +1 -0
- package/dist/dto/appraisalReportAttachment/bulkUpdateAppraisalReportAttachment.dto.d.ts +10 -0
- package/dist/dto/appraisalReportAttachment/bulkUpdateAppraisalReportAttachment.dto.js +9 -0
- package/dist/dto/appraisalReportAttachment/bulkUpdateAppraisalReportAttachment.dto.js.map +1 -0
- package/dist/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.d.ts +4 -0
- package/dist/dto/{responseAttachment/createResponseAttachmentDto.js → appraisalReportAttachment/createAppraisalReportAttachment.dto.js} +9 -13
- package/dist/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.js.map +1 -0
- package/dist/dto/{questionAttachment/updateQuestionAttachment.dto.d.ts → appraisalReportAttachment/updateAppraisalReportAttachment.dto.d.ts} +4 -2
- package/dist/dto/{responseAttachment/updateResponseAttachment.dto.js → appraisalReportAttachment/updateAppraisalReportAttachment.dto.js} +21 -7
- package/dist/dto/appraisalReportAttachment/updateAppraisalReportAttachment.dto.js.map +1 -0
- package/dist/dto/depreciationTableAttachment/bulkUpdateDepreciationTableAttachment.dto.d.ts +10 -0
- package/dist/dto/depreciationTableAttachment/bulkUpdateDepreciationTableAttachment.dto.js +9 -0
- package/dist/dto/depreciationTableAttachment/bulkUpdateDepreciationTableAttachment.dto.js.map +1 -0
- package/dist/dto/depreciationTableAttachment/createDepreciationTableAttachment.dto.d.ts +4 -0
- package/dist/dto/{questionAttachment/createQuestionAttachment.dto.js → depreciationTableAttachment/createDepreciationTableAttachment.dto.js} +9 -13
- package/dist/dto/depreciationTableAttachment/createDepreciationTableAttachment.dto.js.map +1 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachment.dto.d.ts +16 -0
- package/dist/dto/{questionAttachment/questionAttachment.dto.js → depreciationTableAttachment/depreciationTableAttachment.dto.js} +22 -27
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachment.dto.js.map +1 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentEmbedded.dto.d.ts +5 -0
- package/dist/dto/{valuationProject/changelog/valuationProjectChangelogEmbedded.dto.js → depreciationTableAttachment/depreciationTableAttachmentEmbedded.dto.js} +8 -15
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentEmbedded.dto.js.map +1 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentPage.dto.d.ts +13 -0
- package/dist/dto/{valuationAttachment/valuationAttachmentPage.dto.js → depreciationTableAttachment/depreciationTableAttachmentPage.dto.js} +9 -9
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentPage.dto.js.map +1 -0
- package/dist/dto/{responseAttachment/updateResponseAttachment.dto.d.ts → depreciationTableAttachment/updateDepreciationTableAttachment.dto.d.ts} +4 -2
- package/dist/dto/{questionAttachment/updateQuestionAttachment.dto.js → depreciationTableAttachment/updateDepreciationTableAttachment.dto.js} +21 -7
- package/dist/dto/depreciationTableAttachment/updateDepreciationTableAttachment.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/bulkUpdateMultipleJustificationAttachment.dto.d.ts +10 -0
- package/dist/dto/multipleJustificationAttachment/bulkUpdateMultipleJustificationAttachment.dto.js +9 -0
- package/dist/dto/multipleJustificationAttachment/bulkUpdateMultipleJustificationAttachment.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/createMultipleJustificationAttachment.dto.d.ts +4 -0
- package/dist/dto/{cycle/changelog/previousCycleChangelogView.dto.js → multipleJustificationAttachment/createMultipleJustificationAttachment.dto.js} +13 -11
- package/dist/dto/multipleJustificationAttachment/createMultipleJustificationAttachment.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachment.dto.d.ts +16 -0
- package/dist/dto/{questionChangelogSummaryView/questionChangelogSummaryView.dto.js → multipleJustificationAttachment/multipleJustificationAttachment.dto.js} +24 -28
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachment.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachmentEmbedded.dto.d.ts +5 -0
- package/dist/dto/{ebitdaNormalisation/changelog/ebitdaNormalisationChangelogEmbedded.dto.js → multipleJustificationAttachment/multipleJustificationAttachmentEmbedded.dto.js} +8 -15
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachmentEmbedded.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachmentPage.dto.d.ts +13 -0
- package/dist/dto/{questionChangelogSummaryView/questionChangelogSummaryViewPage.dto.js → multipleJustificationAttachment/multipleJustificationAttachmentPage.dto.js} +12 -9
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachmentPage.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/updateMultipleJustificationAttachment.dto.d.ts +8 -0
- package/dist/dto/multipleJustificationAttachment/updateMultipleJustificationAttachment.dto.js +50 -0
- package/dist/dto/multipleJustificationAttachment/updateMultipleJustificationAttachment.dto.js.map +1 -0
- package/dist/dto/question/questionEmbedded.dto.d.ts +0 -2
- package/dist/dto/question/questionEmbedded.dto.js +0 -7
- package/dist/dto/question/questionEmbedded.dto.js.map +1 -1
- package/dist/dto/question/view/questionCalculatedView.dto.d.ts +0 -1
- package/dist/dto/question/view/questionCalculatedView.dto.js +0 -5
- package/dist/dto/question/view/questionCalculatedView.dto.js.map +1 -1
- package/dist/dto/response/responseEmbedded.dto.d.ts +0 -2
- package/dist/dto/response/responseEmbedded.dto.js +0 -7
- package/dist/dto/response/responseEmbedded.dto.js.map +1 -1
- package/dist/dto/valuationProject/createValuationProject.dto.d.ts +0 -1
- package/dist/dto/valuationProject/createValuationProject.dto.js +0 -7
- package/dist/dto/valuationProject/createValuationProject.dto.js.map +1 -1
- package/dist/dto/valuationProject/updateValuationProject.dto.d.ts +0 -1
- package/dist/dto/valuationProject/updateValuationProject.dto.js +0 -7
- package/dist/dto/valuationProject/updateValuationProject.dto.js.map +1 -1
- package/dist/dto/valuationProject/valuationProject.dto.d.ts +0 -1
- package/dist/dto/valuationProject/valuationProject.dto.js +0 -5
- package/dist/dto/valuationProject/valuationProject.dto.js.map +1 -1
- package/dist/dto/valuationProject/valuationProjectEmbedded.dto.d.ts +2 -2
- package/dist/dto/valuationProject/valuationProjectEmbedded.dto.js +5 -5
- package/dist/dto/valuationProject/valuationProjectEmbedded.dto.js.map +1 -1
- package/dist/enum/attachmentProcessingStatus.enum.d.ts +7 -0
- package/dist/enum/attachmentProcessingStatus.enum.js +12 -0
- package/dist/enum/attachmentProcessingStatus.enum.js.map +1 -0
- package/dist/enum/attachmentUploadStatus.enum.js.map +1 -1
- package/dist/index.d.ts +26 -64
- package/dist/index.js +56 -132
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/dto/annualAccount/changelog/annualAccountChangelog.dto.d.ts +0 -16
- package/dist/dto/annualAccount/changelog/annualAccountChangelog.dto.js +0 -71
- package/dist/dto/annualAccount/changelog/annualAccountChangelog.dto.js.map +0 -1
- package/dist/dto/annualAccount/changelog/annualAccountChangelogEmbedded.dto.d.ts +0 -7
- package/dist/dto/annualAccount/changelog/annualAccountChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/annualAccount/changelog/annualAccountChangelogPage.dto.d.ts +0 -13
- package/dist/dto/annualAccount/changelog/annualAccountChangelogPage.dto.js +0 -28
- package/dist/dto/annualAccount/changelog/annualAccountChangelogPage.dto.js.map +0 -1
- package/dist/dto/comment/changelog/commentChangelog.dto.d.ts +0 -14
- package/dist/dto/comment/changelog/commentChangelog.dto.js +0 -57
- package/dist/dto/comment/changelog/commentChangelog.dto.js.map +0 -1
- package/dist/dto/comment/changelog/commentChangelogEmbedded.dto.d.ts +0 -11
- package/dist/dto/comment/changelog/commentChangelogEmbedded.dto.js +0 -52
- package/dist/dto/comment/changelog/commentChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/comment/changelog/commentChangelogPage.dto.d.ts +0 -13
- package/dist/dto/comment/changelog/commentChangelogPage.dto.js +0 -28
- package/dist/dto/comment/changelog/commentChangelogPage.dto.js.map +0 -1
- package/dist/dto/comment/changelog/previousCommentChangelogEmbedded.dto.d.ts +0 -4
- package/dist/dto/comment/changelog/previousCommentChangelogEmbedded.dto.js +0 -25
- package/dist/dto/comment/changelog/previousCommentChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/comment/changelog/previousCommentChangelogView.dto.d.ts +0 -9
- package/dist/dto/comment/changelog/previousCommentChangelogView.dto.js +0 -30
- package/dist/dto/comment/changelog/previousCommentChangelogView.dto.js.map +0 -1
- package/dist/dto/cycle/changelog/cycleChangelog.dto.d.ts +0 -15
- package/dist/dto/cycle/changelog/cycleChangelog.dto.js +0 -62
- package/dist/dto/cycle/changelog/cycleChangelog.dto.js.map +0 -1
- package/dist/dto/cycle/changelog/cycleChangelogEmbedded.dto.d.ts +0 -12
- package/dist/dto/cycle/changelog/cycleChangelogEmbedded.dto.js +0 -59
- package/dist/dto/cycle/changelog/cycleChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/cycle/changelog/cycleChangelogPage.dto.d.ts +0 -13
- package/dist/dto/cycle/changelog/cycleChangelogPage.dto.js +0 -28
- package/dist/dto/cycle/changelog/cycleChangelogPage.dto.js.map +0 -1
- package/dist/dto/cycle/changelog/previousCycleChangelogEmbedded.dto.d.ts +0 -4
- package/dist/dto/cycle/changelog/previousCycleChangelogEmbedded.dto.js +0 -25
- package/dist/dto/cycle/changelog/previousCycleChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/cycle/changelog/previousCycleChangelogView.dto.d.ts +0 -9
- package/dist/dto/cycle/changelog/previousCycleChangelogView.dto.js.map +0 -1
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelog.dto.d.ts +0 -13
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelog.dto.js +0 -56
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelog.dto.js.map +0 -1
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelogEmbedded.dto.d.ts +0 -7
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelogPage.dto.d.ts +0 -13
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelogPage.dto.js +0 -28
- package/dist/dto/ebitdaNormalisation/changelog/ebitdaNormalisationChangelogPage.dto.js.map +0 -1
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelog.dto.d.ts +0 -14
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelog.dto.js +0 -61
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelog.dto.js.map +0 -1
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelogEmbedded.dto.d.ts +0 -7
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelogPage.dto.d.ts +0 -13
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelogPage.dto.js +0 -28
- package/dist/dto/ledgerBalance/changelog/ledgerBalanceChangelogPage.dto.js.map +0 -1
- package/dist/dto/question/changelog/previousQuestionChangelogEmbedded.dto.d.ts +0 -4
- package/dist/dto/question/changelog/previousQuestionChangelogEmbedded.dto.js +0 -25
- package/dist/dto/question/changelog/previousQuestionChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/question/changelog/previousQuestionChangelogView.dto.d.ts +0 -9
- package/dist/dto/question/changelog/previousQuestionChangelogView.dto.js +0 -30
- package/dist/dto/question/changelog/previousQuestionChangelogView.dto.js.map +0 -1
- package/dist/dto/question/changelog/questionChangelog.dto.d.ts +0 -23
- package/dist/dto/question/changelog/questionChangelog.dto.js +0 -94
- package/dist/dto/question/changelog/questionChangelog.dto.js.map +0 -1
- package/dist/dto/question/changelog/questionChangelogEmbedded.dto.d.ts +0 -12
- package/dist/dto/question/changelog/questionChangelogEmbedded.dto.js +0 -58
- package/dist/dto/question/changelog/questionChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/question/changelog/questionChangelogPage.dto.d.ts +0 -13
- package/dist/dto/question/changelog/questionChangelogPage.dto.js +0 -28
- package/dist/dto/question/changelog/questionChangelogPage.dto.js.map +0 -1
- package/dist/dto/questionAttachment/bulkUpdateQuestionAttachment.dto.d.ts +0 -10
- package/dist/dto/questionAttachment/bulkUpdateQuestionAttachment.dto.js +0 -9
- package/dist/dto/questionAttachment/bulkUpdateQuestionAttachment.dto.js.map +0 -1
- package/dist/dto/questionAttachment/createQuestionAttachment.dto.d.ts +0 -4
- package/dist/dto/questionAttachment/createQuestionAttachment.dto.js.map +0 -1
- package/dist/dto/questionAttachment/questionAttachment.dto.d.ts +0 -17
- package/dist/dto/questionAttachment/questionAttachment.dto.js.map +0 -1
- package/dist/dto/questionAttachment/questionAttachmentEmbedded.dto.d.ts +0 -9
- package/dist/dto/questionAttachment/questionAttachmentEmbedded.dto.js +0 -45
- package/dist/dto/questionAttachment/questionAttachmentEmbedded.dto.js.map +0 -1
- package/dist/dto/questionAttachment/questionAttachmentPage.dto.d.ts +0 -13
- package/dist/dto/questionAttachment/questionAttachmentPage.dto.js.map +0 -1
- package/dist/dto/questionAttachment/updateQuestionAttachment.dto.js.map +0 -1
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.d.ts +0 -18
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryView.dto.js.map +0 -1
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryViewEmbedded.dto.d.ts +0 -13
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryViewEmbedded.dto.js +0 -59
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryViewEmbedded.dto.js.map +0 -1
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryViewPage.dto.d.ts +0 -13
- package/dist/dto/questionChangelogSummaryView/questionChangelogSummaryViewPage.dto.js.map +0 -1
- package/dist/dto/response/changelog/previousResponseChangelogEmbedded.dto.d.ts +0 -4
- package/dist/dto/response/changelog/previousResponseChangelogEmbedded.dto.js +0 -25
- package/dist/dto/response/changelog/previousResponseChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/response/changelog/previousResponseChangelogView.dto.d.ts +0 -9
- package/dist/dto/response/changelog/previousResponseChangelogView.dto.js +0 -30
- package/dist/dto/response/changelog/previousResponseChangelogView.dto.js.map +0 -1
- package/dist/dto/response/changelog/responseChangelog.dto.d.ts +0 -15
- package/dist/dto/response/changelog/responseChangelog.dto.js +0 -62
- package/dist/dto/response/changelog/responseChangelog.dto.js.map +0 -1
- package/dist/dto/response/changelog/responseChangelogEmbedded.dto.d.ts +0 -11
- package/dist/dto/response/changelog/responseChangelogEmbedded.dto.js +0 -52
- package/dist/dto/response/changelog/responseChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/response/changelog/responseChangelogPage.dto.d.ts +0 -13
- package/dist/dto/response/changelog/responseChangelogPage.dto.js +0 -28
- package/dist/dto/response/changelog/responseChangelogPage.dto.js.map +0 -1
- package/dist/dto/responseAttachment/bulkUpdateResponseAttachment.dto.d.ts +0 -10
- package/dist/dto/responseAttachment/bulkUpdateResponseAttachment.dto.js +0 -9
- package/dist/dto/responseAttachment/bulkUpdateResponseAttachment.dto.js.map +0 -1
- package/dist/dto/responseAttachment/createResponseAttachmentDto.d.ts +0 -4
- package/dist/dto/responseAttachment/createResponseAttachmentDto.js.map +0 -1
- package/dist/dto/responseAttachment/responseAttachment.dto.d.ts +0 -20
- package/dist/dto/responseAttachment/responseAttachment.dto.js.map +0 -1
- package/dist/dto/responseAttachment/responseAttachmentEmbedded.dto.d.ts +0 -15
- package/dist/dto/responseAttachment/responseAttachmentEmbedded.dto.js +0 -66
- package/dist/dto/responseAttachment/responseAttachmentEmbedded.dto.js.map +0 -1
- package/dist/dto/responseAttachment/responseAttachmentPage.dto.d.ts +0 -13
- package/dist/dto/responseAttachment/responseAttachmentPage.dto.js.map +0 -1
- package/dist/dto/responseAttachment/updateResponseAttachment.dto.js.map +0 -1
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelog.dto.d.ts +0 -14
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelog.dto.js +0 -61
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelog.dto.js.map +0 -1
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelogEmbedded.dto.d.ts +0 -7
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelogEmbedded.dto.js +0 -38
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelogPage.dto.d.ts +0 -13
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelogPage.dto.js +0 -31
- package/dist/dto/substantialValueNormalisation/changelog/substantialValueNormalisationChangelogPage.dto.js.map +0 -1
- package/dist/dto/survey/changelog/previousSurveyChangelogEmbedded.dto.d.ts +0 -4
- package/dist/dto/survey/changelog/previousSurveyChangelogEmbedded.dto.js +0 -25
- package/dist/dto/survey/changelog/previousSurveyChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/survey/changelog/previousSurveyChangelogView.dto.d.ts +0 -9
- package/dist/dto/survey/changelog/previousSurveyChangelogView.dto.js +0 -30
- package/dist/dto/survey/changelog/previousSurveyChangelogView.dto.js.map +0 -1
- package/dist/dto/survey/changelog/surveyChangelog.dto.d.ts +0 -19
- package/dist/dto/survey/changelog/surveyChangelog.dto.js +0 -78
- package/dist/dto/survey/changelog/surveyChangelog.dto.js.map +0 -1
- package/dist/dto/survey/changelog/surveyChangelogEmbedded.dto.d.ts +0 -12
- package/dist/dto/survey/changelog/surveyChangelogEmbedded.dto.js +0 -59
- package/dist/dto/survey/changelog/surveyChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/survey/changelog/surveyChangelogPage.dto.d.ts +0 -13
- package/dist/dto/survey/changelog/surveyChangelogPage.dto.js +0 -28
- package/dist/dto/survey/changelog/surveyChangelogPage.dto.js.map +0 -1
- package/dist/dto/valuationAttachment/bulkUpdateValuationAttachment.dto.d.ts +0 -10
- package/dist/dto/valuationAttachment/bulkUpdateValuationAttachment.dto.js +0 -9
- package/dist/dto/valuationAttachment/bulkUpdateValuationAttachment.dto.js.map +0 -1
- package/dist/dto/valuationAttachment/createValuationAttachment.dto.d.ts +0 -14
- package/dist/dto/valuationAttachment/createValuationAttachment.dto.js.map +0 -1
- package/dist/dto/valuationAttachment/updateValuationAttachment.dto.js +0 -85
- package/dist/dto/valuationAttachment/updateValuationAttachment.dto.js.map +0 -1
- package/dist/dto/valuationAttachment/valuationAttachment.dto.d.ts +0 -18
- package/dist/dto/valuationAttachment/valuationAttachment.dto.js.map +0 -1
- package/dist/dto/valuationAttachment/valuationAttachmentEmbedded.dto.d.ts +0 -9
- package/dist/dto/valuationAttachment/valuationAttachmentEmbedded.dto.js +0 -45
- package/dist/dto/valuationAttachment/valuationAttachmentEmbedded.dto.js.map +0 -1
- package/dist/dto/valuationAttachment/valuationAttachmentPage.dto.d.ts +0 -13
- package/dist/dto/valuationAttachment/valuationAttachmentPage.dto.js.map +0 -1
- package/dist/dto/valuationProject/changelog/valuationProjectChangelog.dto.d.ts +0 -16
- package/dist/dto/valuationProject/changelog/valuationProjectChangelog.dto.js +0 -71
- package/dist/dto/valuationProject/changelog/valuationProjectChangelog.dto.js.map +0 -1
- package/dist/dto/valuationProject/changelog/valuationProjectChangelogEmbedded.dto.d.ts +0 -7
- package/dist/dto/valuationProject/changelog/valuationProjectChangelogEmbedded.dto.js.map +0 -1
- package/dist/dto/valuationProject/changelog/valuationProjectChangelogPage.dto.d.ts +0 -13
- package/dist/dto/valuationProject/changelog/valuationProjectChangelogPage.dto.js +0 -28
- package/dist/dto/valuationProject/changelog/valuationProjectChangelogPage.dto.js.map +0 -1
- package/dist/enum/changelogOperationEnum.d.ts +0 -5
- package/dist/enum/changelogOperationEnum.js +0 -10
- package/dist/enum/changelogOperationEnum.js.map +0 -1
- package/dist/enum/valuationAttachmentType.enum.d.ts +0 -7
- package/dist/enum/valuationAttachmentType.enum.js +0 -12
- package/dist/enum/valuationAttachmentType.enum.js.map +0 -1
|
@@ -50,10 +50,10 @@ __decorate([
|
|
|
50
50
|
__metadata("design:type", Number)
|
|
51
51
|
], AnnualAccountDto.prototype, "correctedEbitdaWeight", void 0);
|
|
52
52
|
__decorate([
|
|
53
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
53
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
54
54
|
(0, class_transformer_1.Expose)(),
|
|
55
|
-
__metadata("design:type",
|
|
56
|
-
], AnnualAccountDto.prototype, "
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], AnnualAccountDto.prototype, "attachmentId", void 0);
|
|
57
57
|
__decorate([
|
|
58
58
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
59
59
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"annualAccount.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/annualAccount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,kFAA8E;AAC9E,kEAA8D;AAC9D,2EAAuE;AAEvE,MAAa,gBAAiB,SAAQ,IAAA,kBAAO,EAAC,oDAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"annualAccount.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/annualAccount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,kFAA8E;AAC9E,kEAA8D;AAC9D,2EAAuE;AAEvE,MAAa,gBAAiB,SAAQ,IAAA,kBAAO,EAAC,oDAAwB,CAAC;CAoCtE;AApCD,4CAoCC;AAjCA;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;;8CACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kDAAuB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;gDACwB;AAIjC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtD,IAAA,0BAAM,GAAE;;qDACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gDACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;+DACsB;AAQ/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;sDACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;4DACmB"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { UserDto } from '../user/user.dto';
|
|
2
2
|
import { ValuationProjectDto } from '../valuationProject/valuationProject.dto';
|
|
3
|
+
import { GeneralLedgerBalanceDto } from '../generalLedgerBalance/generalLedgerBalance.dto';
|
|
4
|
+
import { LedgerBalanceDto } from '../ledgerBalance/ledgerBalance.dto';
|
|
3
5
|
export declare class AnnualAccountEmbeddedDto {
|
|
4
6
|
valuationProject?: ValuationProjectDto;
|
|
7
|
+
generalLedgerBalances?: GeneralLedgerBalanceDto[];
|
|
8
|
+
ledgerBalances?: LedgerBalanceDto[];
|
|
5
9
|
createdBy?: UserDto;
|
|
6
10
|
updatedBy?: UserDto;
|
|
7
11
|
}
|
|
@@ -14,6 +14,8 @@ const nestjs_1 = require("../../nestjs");
|
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
15
|
const user_dto_1 = require("../user/user.dto");
|
|
16
16
|
const valuationProject_dto_1 = require("../valuationProject/valuationProject.dto");
|
|
17
|
+
const generalLedgerBalance_dto_1 = require("../generalLedgerBalance/generalLedgerBalance.dto");
|
|
18
|
+
const ledgerBalance_dto_1 = require("../ledgerBalance/ledgerBalance.dto");
|
|
17
19
|
class AnnualAccountEmbeddedDto {
|
|
18
20
|
}
|
|
19
21
|
exports.AnnualAccountEmbeddedDto = AnnualAccountEmbeddedDto;
|
|
@@ -23,6 +25,18 @@ __decorate([
|
|
|
23
25
|
(0, class_transformer_1.Expose)(),
|
|
24
26
|
__metadata("design:type", valuationProject_dto_1.ValuationProjectDto)
|
|
25
27
|
], AnnualAccountEmbeddedDto.prototype, "valuationProject", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, nestjs_1.ApiProperty)({ type: () => [generalLedgerBalance_dto_1.GeneralLedgerBalanceDto], required: false }),
|
|
30
|
+
(0, class_transformer_1.Type)(() => generalLedgerBalance_dto_1.GeneralLedgerBalanceDto),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", Array)
|
|
33
|
+
], AnnualAccountEmbeddedDto.prototype, "generalLedgerBalances", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: () => [ledgerBalance_dto_1.LedgerBalanceDto], required: false }),
|
|
36
|
+
(0, class_transformer_1.Type)(() => ledgerBalance_dto_1.LedgerBalanceDto),
|
|
37
|
+
(0, class_transformer_1.Expose)(),
|
|
38
|
+
__metadata("design:type", Array)
|
|
39
|
+
], AnnualAccountEmbeddedDto.prototype, "ledgerBalances", void 0);
|
|
26
40
|
__decorate([
|
|
27
41
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
42
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"annualAccountEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/annualAccountEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,mFAA+E;
|
|
1
|
+
{"version":3,"file":"annualAccountEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/annualAccountEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,mFAA+E;AAC/E,+FAA2F;AAC3F,0EAAsE;AAEtE,MAAa,wBAAwB;CAyBpC;AAzBD,4DAyBC;AArBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,0CAAmB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACjE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,0CAAmB,CAAC;IAC/B,IAAA,0BAAM,GAAE;8BACU,0CAAmB;kEAAC;AAKvC;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,kDAAuB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,0BAAM,GAAE;;uEACyC;AAKlD;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,GAAE;;gEAC2B;AAKpC;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"}
|
|
@@ -50,13 +50,6 @@ __decorate([
|
|
|
50
50
|
(0, class_transformer_1.Expose)(),
|
|
51
51
|
__metadata("design:type", Number)
|
|
52
52
|
], CreateAnnualAccountDto.prototype, "correctedEbitdaWeight", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
55
|
-
(0, class_validator_1.IsBoolean)(),
|
|
56
|
-
(0, class_validator_1.IsOptional)(),
|
|
57
|
-
(0, class_transformer_1.Expose)(),
|
|
58
|
-
__metadata("design:type", Boolean)
|
|
59
|
-
], CreateAnnualAccountDto.prototype, "isActive", void 0);
|
|
60
53
|
__decorate([
|
|
61
54
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
62
55
|
(0, class_validator_1.IsUUID)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAnnualAccount.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/createAnnualAccount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"createAnnualAccount.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/createAnnualAccount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAMyB;AACzB,yDAA2C;AAC3C,kFAA8E;AAC9E,kEAA8D;AAE9D,MAAa,sBAAsB;CAgClC;AAhCD,wDAgCC;AA5BA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;oDACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kDAAuB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC9D,IAAA,wBAAM,EAAC,kDAAuB,CAAC;IAC/B,IAAA,0BAAM,GAAE;;sDACwB;AAKjC;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtD,IAAA,wBAAM,EAAC,kCAAe,CAAC;IACvB,IAAA,0BAAM,GAAE;;2DACqB;AAM9B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;sDACO;AAMhB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACsB;AAK/B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;kEACmB"}
|
|
@@ -53,13 +53,6 @@ __decorate([
|
|
|
53
53
|
(0, class_transformer_1.Expose)(),
|
|
54
54
|
__metadata("design:type", Number)
|
|
55
55
|
], UpdateAnnualAccountDto.prototype, "correctedEbitdaWeight", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, nestjs_1.ApiProperty)({ type: Boolean, required: false }),
|
|
58
|
-
(0, class_validator_1.IsBoolean)(),
|
|
59
|
-
(0, class_validator_1.IsOptional)(),
|
|
60
|
-
(0, class_transformer_1.Expose)(),
|
|
61
|
-
__metadata("design:type", Boolean)
|
|
62
|
-
], UpdateAnnualAccountDto.prototype, "isActive", void 0);
|
|
63
56
|
__decorate([
|
|
64
57
|
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
65
58
|
(0, class_validator_1.IsUUID)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateAnnualAccount.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/updateAnnualAccount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"updateAnnualAccount.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/updateAnnualAccount.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAMyB;AACzB,yDAA2C;AAC3C,kFAA8E;AAC9E,kEAA8D;AAE9D,MAAa,sBAAsB;CAoClC;AApCD,wDAoCC;AA/BA;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;oDACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kDAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC/D,IAAA,wBAAM,EAAC,kDAAuB,CAAC;IAC/B,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;sDACwB;AAMjC;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,wBAAM,EAAC,kCAAe,CAAC;IACvB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;2DACqB;AAM9B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,uBAAK,GAAE;IACP,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;sDACO;AAMhB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACsB;AAM/B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;kEACmB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AttachmentStatusEnum } from '../../enum/attachmentStatus.enum';
|
|
2
|
+
import { AttachmentUploadStatusEnum } from '../../enum/attachmentUploadStatus.enum';
|
|
3
|
+
import { AttachmentProcessingStatusEnum } from '../../enum/attachmentProcessingStatus.enum';
|
|
4
|
+
import { CompanyTypeEnum } from '../../enum/companyType.enum';
|
|
5
|
+
import { AnnualAccountAttachmentEmbeddedDto } from './annualAccountAttachmentEmbedded.dto';
|
|
6
|
+
declare const AnnualAccountAttachmentDto_base: import("../generic/base.dto").BaseDtoType<AnnualAccountAttachmentEmbeddedDto>;
|
|
7
|
+
export declare class AnnualAccountAttachmentDto extends AnnualAccountAttachmentDto_base {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
fileSize?: number;
|
|
11
|
+
description?: string;
|
|
12
|
+
mimeType?: string;
|
|
13
|
+
uploadStatus: AttachmentUploadStatusEnum;
|
|
14
|
+
status: AttachmentStatusEnum;
|
|
15
|
+
storageId?: string;
|
|
16
|
+
presignedUrl?: string;
|
|
17
|
+
year: number;
|
|
18
|
+
companyType?: CompanyTypeEnum;
|
|
19
|
+
valuationProjectId: string;
|
|
20
|
+
processingStatus: AttachmentProcessingStatusEnum;
|
|
21
|
+
processingErrorMessage?: string;
|
|
22
|
+
retryCount: number;
|
|
23
|
+
maxRetries: number;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -9,79 +9,96 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.AnnualAccountAttachmentDto = void 0;
|
|
13
|
+
const base_dto_1 = require("../generic/base.dto");
|
|
13
14
|
const class_transformer_1 = require("class-transformer");
|
|
14
15
|
const nestjs_1 = require("../../nestjs");
|
|
15
|
-
const base_dto_1 = require("../generic/base.dto");
|
|
16
|
-
const responseAttachmentEmbedded_dto_1 = require("./responseAttachmentEmbedded.dto");
|
|
17
|
-
const attachmentUploadStatus_enum_1 = require("../../enum/attachmentUploadStatus.enum");
|
|
18
16
|
const attachmentStatus_enum_1 = require("../../enum/attachmentStatus.enum");
|
|
19
|
-
|
|
17
|
+
const attachmentUploadStatus_enum_1 = require("../../enum/attachmentUploadStatus.enum");
|
|
18
|
+
const attachmentProcessingStatus_enum_1 = require("../../enum/attachmentProcessingStatus.enum");
|
|
19
|
+
const companyType_enum_1 = require("../../enum/companyType.enum");
|
|
20
|
+
const annualAccountAttachmentEmbedded_dto_1 = require("./annualAccountAttachmentEmbedded.dto");
|
|
21
|
+
class AnnualAccountAttachmentDto extends (0, base_dto_1.BaseDto)(annualAccountAttachmentEmbedded_dto_1.AnnualAccountAttachmentEmbeddedDto) {
|
|
20
22
|
}
|
|
21
|
-
exports.
|
|
23
|
+
exports.AnnualAccountAttachmentDto = AnnualAccountAttachmentDto;
|
|
22
24
|
__decorate([
|
|
23
25
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
24
26
|
(0, class_transformer_1.Expose)(),
|
|
25
27
|
__metadata("design:type", String)
|
|
26
|
-
],
|
|
28
|
+
], AnnualAccountAttachmentDto.prototype, "id", void 0);
|
|
27
29
|
__decorate([
|
|
28
30
|
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
29
31
|
(0, class_transformer_1.Expose)(),
|
|
30
32
|
__metadata("design:type", String)
|
|
31
|
-
],
|
|
33
|
+
], AnnualAccountAttachmentDto.prototype, "name", void 0);
|
|
32
34
|
__decorate([
|
|
33
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], AnnualAccountAttachmentDto.prototype, "fileSize", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
34
41
|
(0, class_transformer_1.Expose)(),
|
|
35
42
|
__metadata("design:type", String)
|
|
36
|
-
],
|
|
43
|
+
], AnnualAccountAttachmentDto.prototype, "description", void 0);
|
|
37
44
|
__decorate([
|
|
38
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
45
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
39
46
|
(0, class_transformer_1.Expose)(),
|
|
40
|
-
__metadata("design:type",
|
|
41
|
-
],
|
|
47
|
+
__metadata("design:type", String)
|
|
48
|
+
], AnnualAccountAttachmentDto.prototype, "mimeType", void 0);
|
|
42
49
|
__decorate([
|
|
43
|
-
(0, nestjs_1.ApiProperty)({
|
|
50
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentUploadStatus_enum_1.AttachmentUploadStatusEnum, required: true }),
|
|
44
51
|
(0, class_transformer_1.Expose)(),
|
|
45
52
|
__metadata("design:type", String)
|
|
46
|
-
],
|
|
53
|
+
], AnnualAccountAttachmentDto.prototype, "uploadStatus", void 0);
|
|
47
54
|
__decorate([
|
|
48
55
|
(0, nestjs_1.ApiProperty)({ enum: attachmentStatus_enum_1.AttachmentStatusEnum, required: true }),
|
|
49
56
|
(0, class_transformer_1.Expose)(),
|
|
50
57
|
__metadata("design:type", String)
|
|
51
|
-
],
|
|
58
|
+
], AnnualAccountAttachmentDto.prototype, "status", void 0);
|
|
52
59
|
__decorate([
|
|
53
|
-
(0, nestjs_1.ApiProperty)({
|
|
60
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
54
61
|
(0, class_transformer_1.Expose)(),
|
|
55
62
|
__metadata("design:type", String)
|
|
56
|
-
],
|
|
63
|
+
], AnnualAccountAttachmentDto.prototype, "storageId", void 0);
|
|
57
64
|
__decorate([
|
|
58
|
-
(0, nestjs_1.ApiProperty)({ type: String, required:
|
|
65
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
59
66
|
(0, class_transformer_1.Expose)(),
|
|
60
67
|
__metadata("design:type", String)
|
|
61
|
-
],
|
|
68
|
+
], AnnualAccountAttachmentDto.prototype, "presignedUrl", void 0);
|
|
62
69
|
__decorate([
|
|
63
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
70
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
64
71
|
(0, class_transformer_1.Expose)(),
|
|
65
|
-
__metadata("design:type",
|
|
66
|
-
],
|
|
72
|
+
__metadata("design:type", Number)
|
|
73
|
+
], AnnualAccountAttachmentDto.prototype, "year", void 0);
|
|
67
74
|
__decorate([
|
|
68
|
-
(0, nestjs_1.ApiProperty)({
|
|
75
|
+
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: false }),
|
|
69
76
|
(0, class_transformer_1.Expose)(),
|
|
70
77
|
__metadata("design:type", String)
|
|
71
|
-
],
|
|
78
|
+
], AnnualAccountAttachmentDto.prototype, "companyType", void 0);
|
|
72
79
|
__decorate([
|
|
73
80
|
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
74
81
|
(0, class_transformer_1.Expose)(),
|
|
75
82
|
__metadata("design:type", String)
|
|
76
|
-
],
|
|
83
|
+
], AnnualAccountAttachmentDto.prototype, "valuationProjectId", void 0);
|
|
77
84
|
__decorate([
|
|
78
|
-
(0, nestjs_1.ApiProperty)({
|
|
85
|
+
(0, nestjs_1.ApiProperty)({ enum: attachmentProcessingStatus_enum_1.AttachmentProcessingStatusEnum, required: true }),
|
|
79
86
|
(0, class_transformer_1.Expose)(),
|
|
80
87
|
__metadata("design:type", String)
|
|
81
|
-
],
|
|
88
|
+
], AnnualAccountAttachmentDto.prototype, "processingStatus", void 0);
|
|
82
89
|
__decorate([
|
|
83
|
-
(0, nestjs_1.ApiProperty)({ type: String, required:
|
|
90
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
84
91
|
(0, class_transformer_1.Expose)(),
|
|
85
92
|
__metadata("design:type", String)
|
|
86
|
-
],
|
|
87
|
-
|
|
93
|
+
], AnnualAccountAttachmentDto.prototype, "processingErrorMessage", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
96
|
+
(0, class_transformer_1.Expose)(),
|
|
97
|
+
__metadata("design:type", Number)
|
|
98
|
+
], AnnualAccountAttachmentDto.prototype, "retryCount", void 0);
|
|
99
|
+
__decorate([
|
|
100
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
101
|
+
(0, class_transformer_1.Expose)(),
|
|
102
|
+
__metadata("design:type", Number)
|
|
103
|
+
], AnnualAccountAttachmentDto.prototype, "maxRetries", void 0);
|
|
104
|
+
//# sourceMappingURL=annualAccountAttachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/annualAccountAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,4EAAwE;AACxE,wFAAoF;AACpF,gGAA4F;AAC5F,kEAA8D;AAC9D,+FAA2F;AAE3F,MAAa,0BAA2B,SAAQ,IAAA,kBAAO,EACtD,wEAAkC,CAClC;CAoEA;AAtED,gEAsEC;AAjEA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;4DACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;+DACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;4DACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;gEACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;0DACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;6DACU;AAQnB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;gEACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;wDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,0BAAM,GAAE;;+DACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;sEACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,gEAA8B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACrE,IAAA,0BAAM,GAAE;;oEACyC;AAIlD;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;0EACuB;AAIhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACW;AAIpB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACW"}
|
|
@@ -9,30 +9,23 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
13
|
-
const nestjs_1 = require("
|
|
12
|
+
exports.AnnualAccountAttachmentEmbeddedDto = void 0;
|
|
13
|
+
const nestjs_1 = require("../../nestjs");
|
|
14
14
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const user_dto_1 = require("
|
|
16
|
-
|
|
17
|
-
class AnnualAccountChangelogEmbeddedDto {
|
|
15
|
+
const user_dto_1 = require("../user/user.dto");
|
|
16
|
+
class AnnualAccountAttachmentEmbeddedDto {
|
|
18
17
|
}
|
|
19
|
-
exports.
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, nestjs_1.ApiProperty)({ type: () => annualAccount_dto_1.AnnualAccountDto, required: false }),
|
|
22
|
-
(0, class_transformer_1.Type)(() => annualAccount_dto_1.AnnualAccountDto),
|
|
23
|
-
(0, class_transformer_1.Expose)(),
|
|
24
|
-
__metadata("design:type", annualAccount_dto_1.AnnualAccountDto)
|
|
25
|
-
], AnnualAccountChangelogEmbeddedDto.prototype, "annualAccount", void 0);
|
|
18
|
+
exports.AnnualAccountAttachmentEmbeddedDto = AnnualAccountAttachmentEmbeddedDto;
|
|
26
19
|
__decorate([
|
|
27
20
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
28
21
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
29
22
|
(0, class_transformer_1.Expose)(),
|
|
30
23
|
__metadata("design:type", user_dto_1.UserDto)
|
|
31
|
-
],
|
|
24
|
+
], AnnualAccountAttachmentEmbeddedDto.prototype, "createdBy", void 0);
|
|
32
25
|
__decorate([
|
|
33
26
|
(0, nestjs_1.ApiProperty)({ type: () => user_dto_1.UserDto, required: false }),
|
|
34
27
|
(0, class_transformer_1.Type)(() => user_dto_1.UserDto),
|
|
35
28
|
(0, class_transformer_1.Expose)(),
|
|
36
29
|
__metadata("design:type", user_dto_1.UserDto)
|
|
37
|
-
],
|
|
38
|
-
//# sourceMappingURL=
|
|
30
|
+
], AnnualAccountAttachmentEmbeddedDto.prototype, "updatedBy", void 0);
|
|
31
|
+
//# sourceMappingURL=annualAccountAttachmentEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annualAccountAttachmentEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/annualAccountAttachmentEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAE3C,MAAa,kCAAkC;CAU9C;AAVD,gFAUC;AANA;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;qEAAC;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;qEAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AnnualAccountAttachmentDto } from './annualAccountAttachment.dto';
|
|
2
|
+
declare class EmbeddedAttachment {
|
|
3
|
+
attachments?: AnnualAccountAttachmentDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const AnnualAccountAttachmentPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedAttachment;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class AnnualAccountAttachmentPageDto extends AnnualAccountAttachmentPageDto_base {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -9,20 +9,20 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.AnnualAccountAttachmentPageDto = void 0;
|
|
13
13
|
const class_transformer_1 = require("class-transformer");
|
|
14
14
|
const nestjs_1 = require("../../nestjs");
|
|
15
15
|
const page_dto_1 = require("../generic/page.dto");
|
|
16
|
-
const
|
|
16
|
+
const annualAccountAttachment_dto_1 = require("./annualAccountAttachment.dto");
|
|
17
17
|
class EmbeddedAttachment {
|
|
18
18
|
}
|
|
19
19
|
__decorate([
|
|
20
|
-
(0, nestjs_1.ApiProperty)({ type: () => [
|
|
21
|
-
(0, class_transformer_1.Type)(() =>
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [annualAccountAttachment_dto_1.AnnualAccountAttachmentDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => annualAccountAttachment_dto_1.AnnualAccountAttachmentDto),
|
|
22
22
|
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
23
|
__metadata("design:type", Array)
|
|
24
24
|
], EmbeddedAttachment.prototype, "attachments", void 0);
|
|
25
|
-
class
|
|
25
|
+
class AnnualAccountAttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
|
|
26
26
|
}
|
|
27
|
-
exports.
|
|
28
|
-
//# sourceMappingURL=
|
|
27
|
+
exports.AnnualAccountAttachmentPageDto = AnnualAccountAttachmentPageDto;
|
|
28
|
+
//# sourceMappingURL=annualAccountAttachmentPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annualAccountAttachmentPage.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/annualAccountAttachmentPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAE3C,kDAA8C;AAC9C,+EAA2E;AAE3E,MAAM,kBAAkB;CAKvB;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,wDAA0B,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1E,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,wDAA0B,CAAC;IACtC,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uDACiB;AAG5C,MAAa,8BAA+B,SAAQ,IAAA,kBAAO,EAC1D,kBAAkB,CAClB;CAAG;AAFJ,wEAEI"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateAnnualAccountAttachmentDto = void 0;
|
|
4
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
5
|
+
const updateAnnualAccountAttachment_dto_1 = require("./updateAnnualAccountAttachment.dto");
|
|
6
|
+
class BulkUpdateAnnualAccountAttachmentDto extends (0, bulk_dto_1.BulkDto)(updateAnnualAccountAttachment_dto_1.UpdateAnnualAccountAttachmentDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateAnnualAccountAttachmentDto = BulkUpdateAnnualAccountAttachmentDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateAnnualAccountAttachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateAnnualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/bulkUpdateAnnualAccountAttachment.dto.ts"],"names":[],"mappings":";;;AAAA,kDAA8C;AAC9C,2FAAuF;AAEvF,MAAa,oCAAqC,SAAQ,IAAA,kBAAO,EAChE,oEAAgC,CAChC;CAAG;AAFJ,oFAEI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.CreateAnnualAccountAttachmentDto = 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 companyType_enum_1 = require("../../enum/companyType.enum");
|
|
17
|
+
class CreateAnnualAccountAttachmentDto {
|
|
18
|
+
}
|
|
19
|
+
exports.CreateAnnualAccountAttachmentDto = CreateAnnualAccountAttachmentDto;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
22
|
+
(0, class_validator_1.IsString)(),
|
|
23
|
+
(0, class_transformer_1.Expose)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], CreateAnnualAccountAttachmentDto.prototype, "name", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: false }),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], CreateAnnualAccountAttachmentDto.prototype, "description", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
35
|
+
(0, class_validator_1.IsInt)(),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], CreateAnnualAccountAttachmentDto.prototype, "year", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: false }),
|
|
41
|
+
(0, class_validator_1.IsEnum)(companyType_enum_1.CompanyTypeEnum),
|
|
42
|
+
(0, class_validator_1.IsOptional)(),
|
|
43
|
+
(0, class_transformer_1.Expose)(),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CreateAnnualAccountAttachmentDto.prototype, "companyType", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
48
|
+
(0, class_validator_1.IsUUID)(),
|
|
49
|
+
(0, class_transformer_1.Expose)(),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], CreateAnnualAccountAttachmentDto.prototype, "valuationProjectId", void 0);
|
|
52
|
+
//# sourceMappingURL=createAnnualAccountAttachment.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createAnnualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA8E;AAC9E,yCAA2C;AAC3C,kEAA8D;AAE9D,MAAa,gCAAgC;CAmC5C;AAnCD,4EAmCC;AA/BA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;8DACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACY;AASrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;8DACK;AAUd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,wBAAM,EAAC,kCAAe,CAAC;IACvB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;qEACqB;AAK9B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;4EACmB"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { AttachmentStatusEnum } from '../../enum/attachmentStatus.enum';
|
|
2
2
|
import { AttachmentUploadStatusEnum } from '../../enum/attachmentUploadStatus.enum';
|
|
3
|
-
import {
|
|
4
|
-
export declare class
|
|
5
|
-
type?: ValuationAttachmentTypeEnum;
|
|
3
|
+
import { CompanyTypeEnum } from '../../enum/companyType.enum';
|
|
4
|
+
export declare class UpdateAnnualAccountAttachmentDto {
|
|
6
5
|
name?: string;
|
|
7
|
-
|
|
8
|
-
mimeType?: string;
|
|
6
|
+
description?: string;
|
|
9
7
|
uploadStatus?: AttachmentUploadStatusEnum;
|
|
10
8
|
status?: AttachmentStatusEnum;
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
year?: number;
|
|
10
|
+
companyType?: CompanyTypeEnum;
|
|
13
11
|
valuationProjectId?: string;
|
|
14
12
|
}
|