@ballistix.digital/types-waardering-tool-react 0.10.0 → 0.13.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 +1 -1
- package/dist/dto/annualAccount/annualAccount.dto.js.map +1 -1
- package/dist/dto/annualAccount/annualAccountEmbedded.dto.d.ts +2 -0
- package/dist/dto/annualAccount/annualAccountEmbedded.dto.js +7 -0
- package/dist/dto/annualAccount/annualAccountEmbedded.dto.js.map +1 -1
- package/dist/dto/annualAccount/view/annualAccountTotals.dto.d.ts +13 -0
- package/dist/dto/annualAccount/view/annualAccountTotals.dto.js +64 -0
- package/dist/dto/annualAccount/view/annualAccountTotals.dto.js.map +1 -0
- package/dist/dto/annualAccount/view/annualAccountTotalsPage.dto.d.ts +13 -0
- package/dist/dto/annualAccount/view/annualAccountTotalsPage.dto.js +28 -0
- package/dist/dto/annualAccount/view/annualAccountTotalsPage.dto.js.map +1 -0
- package/dist/dto/annualAccountAttachment/annualAccountAttachment.dto.d.ts +0 -2
- package/dist/dto/annualAccountAttachment/annualAccountAttachment.dto.js +0 -10
- package/dist/dto/annualAccountAttachment/annualAccountAttachment.dto.js.map +1 -1
- package/dist/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.d.ts +1 -2
- package/dist/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.js +4 -10
- package/dist/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.js.map +1 -1
- package/dist/dto/annualAccountAttachment/updateAnnualAccountAttachment.dto.d.ts +0 -2
- package/dist/dto/annualAccountAttachment/updateAnnualAccountAttachment.dto.js +0 -14
- package/dist/dto/annualAccountAttachment/updateAnnualAccountAttachment.dto.js.map +1 -1
- package/dist/dto/dcfFixedAsset/bulkUpdateDcfFixedAsset.dto.d.ts +10 -0
- package/dist/dto/dcfFixedAsset/bulkUpdateDcfFixedAsset.dto.js +9 -0
- package/dist/dto/dcfFixedAsset/bulkUpdateDcfFixedAsset.dto.js.map +1 -0
- package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.d.ts +6 -0
- package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.js +43 -0
- package/dist/dto/dcfFixedAsset/createDcfFixedAsset.dto.js.map +1 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.d.ts +12 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.js +63 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAsset.dto.js.map +1 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.d.ts +9 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.js +45 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.js.map +1 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAssetPage.dto.d.ts +13 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAssetPage.dto.js +28 -0
- package/dist/dto/dcfFixedAsset/dcfFixedAssetPage.dto.js.map +1 -0
- package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.d.ts +6 -0
- package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.js +47 -0
- package/dist/dto/dcfFixedAsset/updateDcfFixedAsset.dto.js.map +1 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/bulkUpdateDcfFixedAssetLedgerBalance.dto.d.ts +10 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/bulkUpdateDcfFixedAssetLedgerBalance.dto.js +9 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/bulkUpdateDcfFixedAssetLedgerBalance.dto.js.map +1 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/createDcfFixedAssetLedgerBalance.dto.d.ts +4 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/createDcfFixedAssetLedgerBalance.dto.js +31 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/createDcfFixedAssetLedgerBalance.dto.js.map +1 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalance.dto.d.ts +8 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalance.dto.js +35 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalance.dto.js.map +1 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalanceEmbedded.dto.d.ts +9 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalanceEmbedded.dto.js +45 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalanceEmbedded.dto.js.map +1 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalancePage.dto.d.ts +13 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalancePage.dto.js +28 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/dcfFixedAssetLedgerBalancePage.dto.js.map +1 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/updateDcfFixedAssetLedgerBalance.dto.d.ts +4 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/updateDcfFixedAssetLedgerBalance.dto.js +33 -0
- package/dist/dto/dcfFixedAssetLedgerBalance/updateDcfFixedAssetLedgerBalance.dto.js.map +1 -0
- package/dist/dto/dcfHistoricalInvestment/bulkUpdateDcfHistoricalInvestment.dto.d.ts +10 -0
- package/dist/dto/dcfHistoricalInvestment/bulkUpdateDcfHistoricalInvestment.dto.js +9 -0
- package/dist/dto/dcfHistoricalInvestment/bulkUpdateDcfHistoricalInvestment.dto.js.map +1 -0
- package/dist/dto/dcfHistoricalInvestment/createDcfHistoricalInvestment.dto.d.ts +5 -0
- package/dist/dto/dcfHistoricalInvestment/createDcfHistoricalInvestment.dto.js +37 -0
- package/dist/dto/dcfHistoricalInvestment/createDcfHistoricalInvestment.dto.js.map +1 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestment.dto.d.ts +9 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestment.dto.js +40 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestment.dto.js.map +1 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestmentEmbedded.dto.d.ts +7 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestmentEmbedded.dto.js +38 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestmentEmbedded.dto.js.map +1 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestmentPage.dto.d.ts +13 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestmentPage.dto.js +28 -0
- package/dist/dto/dcfHistoricalInvestment/dcfHistoricalInvestmentPage.dto.js.map +1 -0
- package/dist/dto/dcfHistoricalInvestment/updateDcfHistoricalInvestment.dto.d.ts +4 -0
- package/dist/dto/dcfHistoricalInvestment/updateDcfHistoricalInvestment.dto.js +33 -0
- package/dist/dto/dcfHistoricalInvestment/updateDcfHistoricalInvestment.dto.js.map +1 -0
- package/dist/dto/dcfNbkbCorrection/bulkUpdateDcfNbkbCorrection.dto.d.ts +10 -0
- package/dist/dto/dcfNbkbCorrection/bulkUpdateDcfNbkbCorrection.dto.js +9 -0
- package/dist/dto/dcfNbkbCorrection/bulkUpdateDcfNbkbCorrection.dto.js.map +1 -0
- package/dist/dto/dcfNbkbCorrection/createDcfNbkbCorrection.dto.d.ts +4 -0
- package/dist/dto/dcfNbkbCorrection/createDcfNbkbCorrection.dto.js +31 -0
- package/dist/dto/dcfNbkbCorrection/createDcfNbkbCorrection.dto.js.map +1 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrection.dto.d.ts +8 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrection.dto.js +35 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrection.dto.js.map +1 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrectionEmbedded.dto.d.ts +9 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrectionEmbedded.dto.js +45 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrectionEmbedded.dto.js.map +1 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrectionPage.dto.d.ts +13 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrectionPage.dto.js +28 -0
- package/dist/dto/dcfNbkbCorrection/dcfNbkbCorrectionPage.dto.js.map +1 -0
- package/dist/dto/dcfNbkbCorrection/updateDcfNbkbCorrection.dto.d.ts +4 -0
- package/dist/dto/dcfNbkbCorrection/updateDcfNbkbCorrection.dto.js +33 -0
- package/dist/dto/dcfNbkbCorrection/updateDcfNbkbCorrection.dto.js.map +1 -0
- package/dist/dto/dcfNonCashIncome/bulkUpdateDcfNonCashIncome.dto.d.ts +10 -0
- package/dist/dto/dcfNonCashIncome/bulkUpdateDcfNonCashIncome.dto.js +9 -0
- package/dist/dto/dcfNonCashIncome/bulkUpdateDcfNonCashIncome.dto.js.map +1 -0
- package/dist/dto/dcfNonCashIncome/createDcfNonCashIncome.dto.d.ts +5 -0
- package/dist/dto/dcfNonCashIncome/createDcfNonCashIncome.dto.js +37 -0
- package/dist/dto/dcfNonCashIncome/createDcfNonCashIncome.dto.js.map +1 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncome.dto.d.ts +9 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncome.dto.js +40 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncome.dto.js.map +1 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncomeEmbedded.dto.d.ts +7 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncomeEmbedded.dto.js +38 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncomeEmbedded.dto.js.map +1 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncomePage.dto.d.ts +13 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncomePage.dto.js +28 -0
- package/dist/dto/dcfNonCashIncome/dcfNonCashIncomePage.dto.js.map +1 -0
- package/dist/dto/dcfNonCashIncome/updateDcfNonCashIncome.dto.d.ts +4 -0
- package/dist/dto/dcfNonCashIncome/updateDcfNonCashIncome.dto.js +33 -0
- package/dist/dto/dcfNonCashIncome/updateDcfNonCashIncome.dto.js.map +1 -0
- package/dist/dto/dcfValuation/bulkUpdateDcfValuation.dto.d.ts +10 -0
- package/dist/dto/dcfValuation/bulkUpdateDcfValuation.dto.js +9 -0
- package/dist/dto/dcfValuation/bulkUpdateDcfValuation.dto.js.map +1 -0
- package/dist/dto/dcfValuation/createDcfValuation.dto.d.ts +18 -0
- package/dist/dto/dcfValuation/createDcfValuation.dto.js +124 -0
- package/dist/dto/dcfValuation/createDcfValuation.dto.js.map +1 -0
- package/dist/dto/dcfValuation/dcfValuation.dto.d.ts +22 -0
- package/dist/dto/dcfValuation/dcfValuation.dto.js +101 -0
- package/dist/dto/dcfValuation/dcfValuation.dto.js.map +1 -0
- package/dist/dto/dcfValuation/dcfValuationEmbedded.dto.d.ts +11 -0
- package/dist/dto/dcfValuation/dcfValuationEmbedded.dto.js +52 -0
- package/dist/dto/dcfValuation/dcfValuationEmbedded.dto.js.map +1 -0
- package/dist/dto/dcfValuation/dcfValuationPage.dto.d.ts +13 -0
- package/dist/dto/dcfValuation/dcfValuationPage.dto.js +28 -0
- package/dist/dto/dcfValuation/dcfValuationPage.dto.js.map +1 -0
- package/dist/dto/dcfValuation/updateDcfValuation.dto.d.ts +17 -0
- package/dist/dto/dcfValuation/updateDcfValuation.dto.js +118 -0
- package/dist/dto/dcfValuation/updateDcfValuation.dto.js.map +1 -0
- package/dist/dto/dcfValuation/view/dcfProjection.dto.d.ts +21 -0
- package/dist/dto/dcfValuation/view/dcfProjection.dto.js +104 -0
- package/dist/dto/dcfValuation/view/dcfProjection.dto.js.map +1 -0
- package/dist/dto/dcfValuation/view/dcfResult.dto.d.ts +19 -0
- package/dist/dto/dcfValuation/view/dcfResult.dto.js +94 -0
- package/dist/dto/dcfValuation/view/dcfResult.dto.js.map +1 -0
- package/dist/dto/depreciationTableAttachment/createDepreciationTableAttachment.dto.d.ts +1 -0
- package/dist/dto/depreciationTableAttachment/createDepreciationTableAttachment.dto.js +6 -0
- package/dist/dto/depreciationTableAttachment/createDepreciationTableAttachment.dto.js.map +1 -1
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachment.dto.d.ts +1 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachment.dto.js +5 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachment.dto.js.map +1 -1
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentEmbedded.dto.d.ts +2 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentEmbedded.dto.js +7 -0
- package/dist/dto/depreciationTableAttachment/depreciationTableAttachmentEmbedded.dto.js.map +1 -1
- package/dist/dto/depreciationValue/depreciationValue.dto.d.ts +10 -0
- package/dist/dto/depreciationValue/depreciationValue.dto.js +45 -0
- package/dist/dto/depreciationValue/depreciationValue.dto.js.map +1 -0
- package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.d.ts +9 -0
- package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.js +45 -0
- package/dist/dto/depreciationValue/depreciationValueEmbedded.dto.js.map +1 -0
- package/dist/dto/depreciationValue/depreciationValuePage.dto.d.ts +13 -0
- package/dist/dto/depreciationValue/depreciationValuePage.dto.js +28 -0
- package/dist/dto/depreciationValue/depreciationValuePage.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisation/createEbitdaNormalisation.dto.d.ts +0 -1
- package/dist/dto/ebitdaNormalisation/createEbitdaNormalisation.dto.js +0 -7
- package/dist/dto/ebitdaNormalisation/createEbitdaNormalisation.dto.js.map +1 -1
- package/dist/dto/ebitdaNormalisation/ebitdaNormalisationEmbedded.dto.d.ts +4 -2
- package/dist/dto/ebitdaNormalisation/ebitdaNormalisationEmbedded.dto.js +14 -4
- package/dist/dto/ebitdaNormalisation/ebitdaNormalisationEmbedded.dto.js.map +1 -1
- package/dist/dto/ebitdaNormalisation/updateEbitdaNormalisation.dto.d.ts +0 -1
- package/dist/dto/ebitdaNormalisation/updateEbitdaNormalisation.dto.js +0 -7
- package/dist/dto/ebitdaNormalisation/updateEbitdaNormalisation.dto.js.map +1 -1
- package/dist/dto/ebitdaNormalisation/view/ebitdaNormalisationResult.dto.d.ts +8 -0
- package/dist/dto/ebitdaNormalisation/view/ebitdaNormalisationResult.dto.js +39 -0
- package/dist/dto/ebitdaNormalisation/view/ebitdaNormalisationResult.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisation/view/ebitdaNormalisationResultPage.dto.d.ts +13 -0
- package/dist/dto/ebitdaNormalisation/view/ebitdaNormalisationResultPage.dto.js +28 -0
- package/dist/dto/ebitdaNormalisation/view/ebitdaNormalisationResultPage.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/bulkUpdateEbitdaNormalisationLedgerBalance.dto.d.ts +10 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/bulkUpdateEbitdaNormalisationLedgerBalance.dto.js +9 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/bulkUpdateEbitdaNormalisationLedgerBalance.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/createEbitdaNormalisationLedgerBalance.dto.d.ts +4 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/createEbitdaNormalisationLedgerBalance.dto.js +31 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/createEbitdaNormalisationLedgerBalance.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalance.dto.d.ts +8 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalance.dto.js +35 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalance.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalanceEmbedded.dto.d.ts +9 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalanceEmbedded.dto.js +45 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalanceEmbedded.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalancePage.dto.d.ts +13 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalancePage.dto.js +31 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/ebitdaNormalisationLedgerBalancePage.dto.js.map +1 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/updateEbitdaNormalisationLedgerBalance.dto.d.ts +4 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/updateEbitdaNormalisationLedgerBalance.dto.js +33 -0
- package/dist/dto/ebitdaNormalisationLedgerBalance/updateEbitdaNormalisationLedgerBalance.dto.js.map +1 -0
- package/dist/dto/multipleJustificationAttachment/createMultipleJustificationAttachment.dto.d.ts +1 -0
- package/dist/dto/multipleJustificationAttachment/createMultipleJustificationAttachment.dto.js +11 -0
- package/dist/dto/multipleJustificationAttachment/createMultipleJustificationAttachment.dto.js.map +1 -1
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachment.dto.d.ts +1 -0
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachment.dto.js +5 -0
- package/dist/dto/multipleJustificationAttachment/multipleJustificationAttachment.dto.js.map +1 -1
- package/dist/dto/stepConfirmation/bulkUpdateStepConfirmation.dto.d.ts +10 -0
- package/dist/dto/stepConfirmation/bulkUpdateStepConfirmation.dto.js +9 -0
- package/dist/dto/stepConfirmation/bulkUpdateStepConfirmation.dto.js.map +1 -0
- package/dist/dto/stepConfirmation/stepConfirmation.dto.d.ts +10 -0
- package/dist/dto/stepConfirmation/stepConfirmation.dto.js +41 -0
- package/dist/dto/stepConfirmation/stepConfirmation.dto.js.map +1 -0
- package/dist/dto/stepConfirmation/stepConfirmationEmbedded.dto.d.ts +5 -0
- package/dist/dto/stepConfirmation/stepConfirmationEmbedded.dto.js +31 -0
- package/dist/dto/stepConfirmation/stepConfirmationEmbedded.dto.js.map +1 -0
- package/dist/dto/stepConfirmation/stepConfirmationPage.dto.d.ts +13 -0
- package/dist/dto/stepConfirmation/stepConfirmationPage.dto.js +28 -0
- package/dist/dto/stepConfirmation/stepConfirmationPage.dto.js.map +1 -0
- package/dist/dto/stepConfirmation/updateStepConfirmation.dto.d.ts +3 -0
- package/dist/dto/stepConfirmation/updateStepConfirmation.dto.js +26 -0
- package/dist/dto/stepConfirmation/updateStepConfirmation.dto.js.map +1 -0
- package/dist/dto/substantialValueNormalisation/view/substantialValueNormalisationResult.dto.d.ts +10 -0
- package/dist/dto/substantialValueNormalisation/view/substantialValueNormalisationResult.dto.js +49 -0
- package/dist/dto/substantialValueNormalisation/view/substantialValueNormalisationResult.dto.js.map +1 -0
- package/dist/dto/substantialValueNormalisation/view/substantialValueNormalisationResultPage.dto.d.ts +13 -0
- package/dist/dto/substantialValueNormalisation/view/substantialValueNormalisationResultPage.dto.js +31 -0
- package/dist/dto/substantialValueNormalisation/view/substantialValueNormalisationResultPage.dto.js.map +1 -0
- package/dist/dto/valuation/createValuation.dto.d.ts +2 -1
- package/dist/dto/valuation/createValuation.dto.js +8 -2
- package/dist/dto/valuation/createValuation.dto.js.map +1 -1
- package/dist/dto/valuation/updateValuation.dto.d.ts +1 -1
- package/dist/dto/valuation/updateValuation.dto.js +7 -7
- package/dist/dto/valuation/updateValuation.dto.js.map +1 -1
- package/dist/dto/valuation/valuation.dto.d.ts +1 -0
- package/dist/dto/valuation/valuation.dto.js +5 -0
- package/dist/dto/valuation/valuation.dto.js.map +1 -1
- package/dist/dto/valuation/valuationEmbedded.dto.d.ts +6 -0
- package/dist/dto/valuation/valuationEmbedded.dto.js +21 -0
- package/dist/dto/valuation/valuationEmbedded.dto.js.map +1 -1
- package/dist/dto/valuation/view/valuationTotals.dto.d.ts +9 -0
- package/dist/dto/valuation/view/valuationTotals.dto.js +44 -0
- package/dist/dto/valuation/view/valuationTotals.dto.js.map +1 -0
- package/dist/dto/valuation/view/valuationTotalsPage.dto.d.ts +13 -0
- package/dist/dto/valuation/view/valuationTotalsPage.dto.js +28 -0
- package/dist/dto/valuation/view/valuationTotalsPage.dto.js.map +1 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscount.dto.d.ts +9 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscount.dto.js +42 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscount.dto.js.map +1 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscountEmbedded.dto.d.ts +5 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscountEmbedded.dto.js +31 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscountEmbedded.dto.js.map +1 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscountPage.dto.d.ts +13 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscountPage.dto.js +28 -0
- package/dist/dto/xebitdaDiscount/xebitdaDiscountPage.dto.js.map +1 -0
- package/dist/dto/xebitdaResult/xebitdaResult.dto.d.ts +9 -0
- package/dist/dto/xebitdaResult/xebitdaResult.dto.js +53 -0
- package/dist/dto/xebitdaResult/xebitdaResult.dto.js.map +1 -0
- package/dist/dto/xebitdaResult/xebitdaResultEmbedded.dto.d.ts +2 -0
- package/dist/dto/xebitdaResult/xebitdaResultEmbedded.dto.js +7 -0
- package/dist/dto/xebitdaResult/xebitdaResultEmbedded.dto.js.map +1 -0
- package/dist/dto/xebitdaResult/xebitdaResultPage.dto.d.ts +13 -0
- package/dist/dto/xebitdaResult/xebitdaResultPage.dto.js +28 -0
- package/dist/dto/xebitdaResult/xebitdaResultPage.dto.js.map +1 -0
- package/dist/dto/xebitdaValuation/bulkUpdateXebitdaValuation.dto.d.ts +10 -0
- package/dist/dto/xebitdaValuation/bulkUpdateXebitdaValuation.dto.js +9 -0
- package/dist/dto/xebitdaValuation/bulkUpdateXebitdaValuation.dto.js.map +1 -0
- package/dist/dto/xebitdaValuation/createXebitdaValuation.dto.d.ts +5 -0
- package/dist/dto/xebitdaValuation/createXebitdaValuation.dto.js +48 -0
- package/dist/dto/xebitdaValuation/createXebitdaValuation.dto.js.map +1 -0
- package/dist/dto/xebitdaValuation/updateXebitdaValuation.dto.d.ts +4 -0
- package/dist/dto/xebitdaValuation/updateXebitdaValuation.dto.js +39 -0
- package/dist/dto/xebitdaValuation/updateXebitdaValuation.dto.js.map +1 -0
- package/dist/dto/xebitdaValuation/xebitdaValuation.dto.d.ts +9 -0
- package/dist/dto/xebitdaValuation/xebitdaValuation.dto.js +49 -0
- package/dist/dto/xebitdaValuation/xebitdaValuation.dto.js.map +1 -0
- package/dist/dto/xebitdaValuation/xebitdaValuationEmbedded.dto.d.ts +13 -0
- package/dist/dto/xebitdaValuation/xebitdaValuationEmbedded.dto.js +62 -0
- package/dist/dto/xebitdaValuation/xebitdaValuationEmbedded.dto.js.map +1 -0
- package/dist/dto/xebitdaValuation/xebitdaValuationPage.dto.d.ts +13 -0
- package/dist/dto/xebitdaValuation/xebitdaValuationPage.dto.js +28 -0
- package/dist/dto/xebitdaValuation/xebitdaValuationPage.dto.js.map +1 -0
- package/dist/enum/dcfValuationType.enum.d.ts +4 -0
- package/dist/enum/dcfValuationType.enum.js +9 -0
- package/dist/enum/dcfValuationType.enum.js.map +1 -0
- package/dist/enum/valuationStep.enum.d.ts +10 -0
- package/dist/enum/valuationStep.enum.js +15 -0
- package/dist/enum/valuationStep.enum.js.map +1 -0
- package/dist/enum/xebitdaDiscountCode.enum.d.ts +5 -0
- package/dist/enum/xebitdaDiscountCode.enum.js +10 -0
- package/dist/enum/xebitdaDiscountCode.enum.js.map +1 -0
- package/dist/index.d.ts +76 -1
- package/dist/index.js +157 -6
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ export declare class AnnualAccountDto extends AnnualAccountDto_base {
|
|
|
6
6
|
id: string;
|
|
7
7
|
year: number;
|
|
8
8
|
source: AnnualAccountSourceEnum;
|
|
9
|
-
companyType: CompanyTypeEnum;
|
|
9
|
+
companyType: CompanyTypeEnum | null;
|
|
10
10
|
months: number;
|
|
11
11
|
correctedEbitdaWeight?: number;
|
|
12
12
|
valuationId: string;
|
|
@@ -35,7 +35,7 @@ __decorate([
|
|
|
35
35
|
__metadata("design:type", String)
|
|
36
36
|
], AnnualAccountDto.prototype, "source", void 0);
|
|
37
37
|
__decorate([
|
|
38
|
-
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: true }),
|
|
38
|
+
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: false, nullable: true }),
|
|
39
39
|
(0, class_transformer_1.Expose)(),
|
|
40
40
|
__metadata("design:type", String)
|
|
41
41
|
], AnnualAccountDto.prototype, "companyType", void 0);
|
|
@@ -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;CAgCtE;AAhCD,4CAgCC;AA7BA;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;AAQjC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACvE,IAAA,0BAAM,GAAE;;qDAC4B;AAIrC;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;AAI/B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;qDACY"}
|
|
@@ -2,8 +2,10 @@ import { UserDto } from '../user/user.dto';
|
|
|
2
2
|
import { ValuationDto } from '../valuation/valuation.dto';
|
|
3
3
|
import { GeneralLedgerBalanceDto } from '../generalLedgerBalance/generalLedgerBalance.dto';
|
|
4
4
|
import { LedgerBalanceDto } from '../ledgerBalance/ledgerBalance.dto';
|
|
5
|
+
import { AnnualAccountTotalsDto } from './view/annualAccountTotals.dto';
|
|
5
6
|
export declare class AnnualAccountEmbeddedDto {
|
|
6
7
|
valuation?: ValuationDto;
|
|
8
|
+
annualAccountTotals?: AnnualAccountTotalsDto;
|
|
7
9
|
generalLedgerBalances?: GeneralLedgerBalanceDto[];
|
|
8
10
|
ledgerBalances?: LedgerBalanceDto[];
|
|
9
11
|
createdBy?: UserDto;
|
|
@@ -16,6 +16,7 @@ const user_dto_1 = require("../user/user.dto");
|
|
|
16
16
|
const valuation_dto_1 = require("../valuation/valuation.dto");
|
|
17
17
|
const generalLedgerBalance_dto_1 = require("../generalLedgerBalance/generalLedgerBalance.dto");
|
|
18
18
|
const ledgerBalance_dto_1 = require("../ledgerBalance/ledgerBalance.dto");
|
|
19
|
+
const annualAccountTotals_dto_1 = require("./view/annualAccountTotals.dto");
|
|
19
20
|
class AnnualAccountEmbeddedDto {
|
|
20
21
|
}
|
|
21
22
|
exports.AnnualAccountEmbeddedDto = AnnualAccountEmbeddedDto;
|
|
@@ -25,6 +26,12 @@ __decorate([
|
|
|
25
26
|
(0, class_transformer_1.Expose)(),
|
|
26
27
|
__metadata("design:type", valuation_dto_1.ValuationDto)
|
|
27
28
|
], AnnualAccountEmbeddedDto.prototype, "valuation", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: () => annualAccountTotals_dto_1.AnnualAccountTotalsDto, required: false }),
|
|
31
|
+
(0, class_transformer_1.Type)(() => annualAccountTotals_dto_1.AnnualAccountTotalsDto),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", annualAccountTotals_dto_1.AnnualAccountTotalsDto)
|
|
34
|
+
], AnnualAccountEmbeddedDto.prototype, "annualAccountTotals", void 0);
|
|
28
35
|
__decorate([
|
|
29
36
|
(0, nestjs_1.ApiProperty)({ type: () => [generalLedgerBalance_dto_1.GeneralLedgerBalanceDto], required: false }),
|
|
30
37
|
(0, class_transformer_1.Type)(() => generalLedgerBalance_dto_1.GeneralLedgerBalanceDto),
|
|
@@ -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,8DAA0D;AAC1D,+FAA2F;AAC3F,0EAAsE;
|
|
1
|
+
{"version":3,"file":"annualAccountEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccount/annualAccountEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,8DAA0D;AAC1D,+FAA2F;AAC3F,0EAAsE;AACtE,4EAAwE;AAExE,MAAa,wBAAwB;CA8BpC;AA9BD,4DA8BC;AA1BA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,4BAAY,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC1D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAAY,CAAC;IACxB,IAAA,0BAAM,GAAE;8BACG,4BAAY;2DAAC;AAKzB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,gDAAsB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACpE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAClC,IAAA,0BAAM,GAAE;8BACa,gDAAsB;qEAAC;AAK7C;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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const AnnualAccountTotalsDto_base: import("../../generic/baseView.dto").BaseViewDtoType<any>;
|
|
2
|
+
export declare class AnnualAccountTotalsDto extends AnnualAccountTotalsDto_base {
|
|
3
|
+
id: string;
|
|
4
|
+
annualAccountId: string;
|
|
5
|
+
ebit: number;
|
|
6
|
+
da: number;
|
|
7
|
+
ebitda: number;
|
|
8
|
+
normalisedEbitda: number;
|
|
9
|
+
normalisedEbit: number;
|
|
10
|
+
weightSharePercent?: number;
|
|
11
|
+
equity?: number;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,64 @@
|
|
|
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.AnnualAccountTotalsDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const nestjs_1 = require("../../../nestjs");
|
|
15
|
+
const baseView_dto_1 = require("../../generic/baseView.dto");
|
|
16
|
+
class AnnualAccountTotalsDto extends (0, baseView_dto_1.BaseViewDto)() {
|
|
17
|
+
}
|
|
18
|
+
exports.AnnualAccountTotalsDto = AnnualAccountTotalsDto;
|
|
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
|
+
], AnnualAccountTotalsDto.prototype, "id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
__metadata("design:type", String)
|
|
28
|
+
], AnnualAccountTotalsDto.prototype, "annualAccountId", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
__metadata("design:type", Number)
|
|
33
|
+
], AnnualAccountTotalsDto.prototype, "ebit", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
__metadata("design:type", Number)
|
|
38
|
+
], AnnualAccountTotalsDto.prototype, "da", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], AnnualAccountTotalsDto.prototype, "ebitda", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
46
|
+
(0, class_transformer_1.Expose)(),
|
|
47
|
+
__metadata("design:type", Number)
|
|
48
|
+
], AnnualAccountTotalsDto.prototype, "normalisedEbitda", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
51
|
+
(0, class_transformer_1.Expose)(),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], AnnualAccountTotalsDto.prototype, "normalisedEbit", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
56
|
+
(0, class_transformer_1.Expose)(),
|
|
57
|
+
__metadata("design:type", Number)
|
|
58
|
+
], AnnualAccountTotalsDto.prototype, "weightSharePercent", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
61
|
+
(0, class_transformer_1.Expose)(),
|
|
62
|
+
__metadata("design:type", Number)
|
|
63
|
+
], AnnualAccountTotalsDto.prototype, "equity", void 0);
|
|
64
|
+
//# sourceMappingURL=annualAccountTotals.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annualAccountTotals.dto.js","sourceRoot":"","sources":["../../../../src/dto/annualAccount/view/annualAccountTotals.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,4CAA8C;AAC9C,6DAAyD;AAEzD,MAAa,sBAAuB,SAAQ,IAAA,0BAAW,GAAE;CAoCxD;AApCD,wDAoCC;AAjCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;+DACgB;AAIzB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;oDACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;kDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;sDACO;AAIhB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;gEACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;8DACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;kEACmB;AAI5B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;sDACO"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AnnualAccountTotalsDto } from './annualAccountTotals.dto';
|
|
2
|
+
declare class EmbeddedAnnualAccountTotals {
|
|
3
|
+
annualAccountTotals?: AnnualAccountTotalsDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const AnnualAccountTotalsPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedAnnualAccountTotals;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class AnnualAccountTotalsPageDto extends AnnualAccountTotalsPageDto_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.AnnualAccountTotalsPageDto = 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 annualAccountTotals_dto_1 = require("./annualAccountTotals.dto");
|
|
17
|
+
class EmbeddedAnnualAccountTotals {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [annualAccountTotals_dto_1.AnnualAccountTotalsDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => annualAccountTotals_dto_1.AnnualAccountTotalsDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedAnnualAccountTotals.prototype, "annualAccountTotals", void 0);
|
|
25
|
+
class AnnualAccountTotalsPageDto extends (0, page_dto_1.PageDto)(EmbeddedAnnualAccountTotals) {
|
|
26
|
+
}
|
|
27
|
+
exports.AnnualAccountTotalsPageDto = AnnualAccountTotalsPageDto;
|
|
28
|
+
//# sourceMappingURL=annualAccountTotalsPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annualAccountTotalsPage.dto.js","sourceRoot":"","sources":["../../../../src/dto/annualAccount/view/annualAccountTotalsPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,4CAA8C;AAC9C,qDAAiD;AACjD,uEAAmE;AAEnE,MAAM,2BAA2B;CAKhC;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,gDAAsB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACtE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,gDAAsB,CAAC;IAClC,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;wEACqB;AAGhD,MAAa,0BAA2B,SAAQ,IAAA,kBAAO,EACtD,2BAA2B,CAC3B;CAAG;AAFJ,gEAEI"}
|
|
@@ -13,9 +13,7 @@ export declare class AnnualAccountAttachmentDto extends AnnualAccountAttachmentD
|
|
|
13
13
|
uploadStatus: AttachmentUploadStatusEnum;
|
|
14
14
|
status: AttachmentStatusEnum;
|
|
15
15
|
storageId?: string;
|
|
16
|
-
year: number;
|
|
17
16
|
companyType?: CompanyTypeEnum;
|
|
18
|
-
valuationId: string;
|
|
19
17
|
annualAccountId?: string;
|
|
20
18
|
processingStatus: AttachmentProcessingStatusEnum;
|
|
21
19
|
processingErrorMessage?: string;
|
|
@@ -61,21 +61,11 @@ __decorate([
|
|
|
61
61
|
(0, class_transformer_1.Expose)(),
|
|
62
62
|
__metadata("design:type", String)
|
|
63
63
|
], AnnualAccountAttachmentDto.prototype, "storageId", void 0);
|
|
64
|
-
__decorate([
|
|
65
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
66
|
-
(0, class_transformer_1.Expose)(),
|
|
67
|
-
__metadata("design:type", Number)
|
|
68
|
-
], AnnualAccountAttachmentDto.prototype, "year", void 0);
|
|
69
64
|
__decorate([
|
|
70
65
|
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: false }),
|
|
71
66
|
(0, class_transformer_1.Expose)(),
|
|
72
67
|
__metadata("design:type", String)
|
|
73
68
|
], AnnualAccountAttachmentDto.prototype, "companyType", void 0);
|
|
74
|
-
__decorate([
|
|
75
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
76
|
-
(0, class_transformer_1.Expose)(),
|
|
77
|
-
__metadata("design:type", String)
|
|
78
|
-
], AnnualAccountAttachmentDto.prototype, "valuationId", void 0);
|
|
79
69
|
__decorate([
|
|
80
70
|
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
81
71
|
(0, class_transformer_1.Expose)(),
|
|
@@ -1 +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;
|
|
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;CAwDA;AA1DD,gEA0DC;AArDA;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;AAInB;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,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC9D,IAAA,0BAAM,GAAE;;mEACgB;AAIzB;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;AAQhC;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;gEACa"}
|
|
@@ -31,11 +31,11 @@ __decorate([
|
|
|
31
31
|
__metadata("design:type", String)
|
|
32
32
|
], CreateAnnualAccountAttachmentDto.prototype, "description", void 0);
|
|
33
33
|
__decorate([
|
|
34
|
-
(0, nestjs_1.ApiProperty)({ type:
|
|
35
|
-
(0, class_validator_1.
|
|
34
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
35
|
+
(0, class_validator_1.IsUUID)(),
|
|
36
36
|
(0, class_transformer_1.Expose)(),
|
|
37
|
-
__metadata("design:type",
|
|
38
|
-
], CreateAnnualAccountAttachmentDto.prototype, "
|
|
37
|
+
__metadata("design:type", String)
|
|
38
|
+
], CreateAnnualAccountAttachmentDto.prototype, "annualAccountId", void 0);
|
|
39
39
|
__decorate([
|
|
40
40
|
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: false }),
|
|
41
41
|
(0, class_validator_1.IsEnum)(companyType_enum_1.CompanyTypeEnum),
|
|
@@ -43,10 +43,4 @@ __decorate([
|
|
|
43
43
|
(0, class_transformer_1.Expose)(),
|
|
44
44
|
__metadata("design:type", String)
|
|
45
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, "valuationId", void 0);
|
|
52
46
|
//# sourceMappingURL=createAnnualAccountAttachment.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAnnualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"createAnnualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/createAnnualAccountAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAuE;AACvE,yCAA2C;AAC3C,kEAA8D;AAE9D,MAAa,gCAAgC;CAgC5C;AAhCD,4EAgCC;AA5BA;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;AAUrB;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;;yEACgB;AAUzB;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"}
|
|
@@ -48,13 +48,6 @@ __decorate([
|
|
|
48
48
|
(0, class_transformer_1.Expose)(),
|
|
49
49
|
__metadata("design:type", String)
|
|
50
50
|
], UpdateAnnualAccountAttachmentDto.prototype, "status", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, nestjs_1.ApiProperty)({ type: Number, required: false }),
|
|
53
|
-
(0, class_validator_1.IsOptional)(),
|
|
54
|
-
(0, class_validator_1.IsInt)(),
|
|
55
|
-
(0, class_transformer_1.Expose)(),
|
|
56
|
-
__metadata("design:type", Number)
|
|
57
|
-
], UpdateAnnualAccountAttachmentDto.prototype, "year", void 0);
|
|
58
51
|
__decorate([
|
|
59
52
|
(0, nestjs_1.ApiProperty)({ enum: companyType_enum_1.CompanyTypeEnum, required: false }),
|
|
60
53
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -62,11 +55,4 @@ __decorate([
|
|
|
62
55
|
(0, class_transformer_1.Expose)(),
|
|
63
56
|
__metadata("design:type", String)
|
|
64
57
|
], UpdateAnnualAccountAttachmentDto.prototype, "companyType", void 0);
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, nestjs_1.ApiProperty)({ type: String, required: false, format: 'uuid' }),
|
|
67
|
-
(0, class_validator_1.IsOptional)(),
|
|
68
|
-
(0, class_validator_1.IsUUID)(),
|
|
69
|
-
(0, class_transformer_1.Expose)(),
|
|
70
|
-
__metadata("design:type", String)
|
|
71
|
-
], UpdateAnnualAccountAttachmentDto.prototype, "valuationId", void 0);
|
|
72
58
|
//# sourceMappingURL=updateAnnualAccountAttachment.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateAnnualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/updateAnnualAccountAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"updateAnnualAccountAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/annualAccountAttachment/updateAnnualAccountAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAA2C;AAC3C,qDAA6D;AAC7D,mCAAgC;AAChC,4EAAwE;AACxE,wFAAoF;AACpF,kEAA8D;AAE9D,MAAa,gCAAgC;CA+B5C;AA/BD,4EA+BC;AA1BA;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;;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;AAMrB;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAClE,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,wDAA0B,CAAC,CAAC;IACxC,IAAA,0BAAM,GAAE;;sEACiC;AAM1C;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC5D,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,4CAAoB,CAAC,CAAC;IAClC,IAAA,0BAAM,GAAE;;gEACqB;AAM9B;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACvD,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,IAAA,eAAM,EAAC,kCAAe,CAAC,CAAC;IAC7B,IAAA,0BAAM,GAAE;;qEACqB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BulkUpdateDcfFixedAssetDto = void 0;
|
|
4
|
+
const bulk_dto_1 = require("../generic/bulk.dto");
|
|
5
|
+
const updateDcfFixedAsset_dto_1 = require("./updateDcfFixedAsset.dto");
|
|
6
|
+
class BulkUpdateDcfFixedAssetDto extends (0, bulk_dto_1.BulkDto)(updateDcfFixedAsset_dto_1.UpdateDcfFixedAssetDto) {
|
|
7
|
+
}
|
|
8
|
+
exports.BulkUpdateDcfFixedAssetDto = BulkUpdateDcfFixedAssetDto;
|
|
9
|
+
//# sourceMappingURL=bulkUpdateDcfFixedAsset.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulkUpdateDcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/bulkUpdateDcfFixedAsset.dto.ts"],"names":[],"mappings":";;;AAAA,kDAA8C;AAC9C,uEAAmE;AAEnE,MAAa,0BAA2B,SAAQ,IAAA,kBAAO,EAAC,gDAAsB,CAAC;CAAG;AAAlF,gEAAkF"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.CreateDcfFixedAssetDto = 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 CreateDcfFixedAssetDto {
|
|
17
|
+
}
|
|
18
|
+
exports.CreateDcfFixedAssetDto = CreateDcfFixedAssetDto;
|
|
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
|
+
], CreateDcfFixedAssetDto.prototype, "name", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
27
|
+
(0, class_validator_1.IsInt)(),
|
|
28
|
+
(0, class_transformer_1.Expose)(),
|
|
29
|
+
__metadata("design:type", Number)
|
|
30
|
+
], CreateDcfFixedAssetDto.prototype, "usefulLifeYears", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
33
|
+
(0, class_validator_1.IsUUID)(),
|
|
34
|
+
(0, class_transformer_1.Expose)(),
|
|
35
|
+
__metadata("design:type", String)
|
|
36
|
+
], CreateDcfFixedAssetDto.prototype, "dcfValuationId", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
39
|
+
(0, class_validator_1.IsUUID)(),
|
|
40
|
+
(0, class_transformer_1.Expose)(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], CreateDcfFixedAssetDto.prototype, "generalLedgerAccountId", void 0);
|
|
43
|
+
//# sourceMappingURL=createDcfFixedAsset.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createDcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/createDcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,qDAA0D;AAC1D,yDAA2C;AAE3C,MAAa,sBAAsB;CAoBlC;AApBD,wDAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;oDACK;AAKd;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,uBAAK,GAAE;IACP,IAAA,0BAAM,GAAE;;+DACgB;AAKzB;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;;8DACe;AAKxB;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;;sEACuB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DcfFixedAssetEmbeddedDto } from './dcfFixedAssetEmbedded.dto';
|
|
2
|
+
declare const DcfFixedAssetDto_base: import("../generic/base.dto").BaseDtoType<DcfFixedAssetEmbeddedDto>;
|
|
3
|
+
export declare class DcfFixedAssetDto extends DcfFixedAssetDto_base {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
usefulLifeYears: number;
|
|
7
|
+
value?: number;
|
|
8
|
+
annualInvestment?: number;
|
|
9
|
+
dcfValuationId: string;
|
|
10
|
+
generalLedgerAccountId: string;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,63 @@
|
|
|
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.DcfFixedAssetDto = void 0;
|
|
13
|
+
const base_dto_1 = require("../generic/base.dto");
|
|
14
|
+
const class_transformer_1 = require("class-transformer");
|
|
15
|
+
const nestjs_1 = require("../../nestjs");
|
|
16
|
+
const dcfFixedAssetEmbedded_dto_1 = require("./dcfFixedAssetEmbedded.dto");
|
|
17
|
+
class DcfFixedAssetDto extends (0, base_dto_1.BaseDto)(dcfFixedAssetEmbedded_dto_1.DcfFixedAssetEmbeddedDto) {
|
|
18
|
+
}
|
|
19
|
+
exports.DcfFixedAssetDto = DcfFixedAssetDto;
|
|
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
|
+
], DcfFixedAssetDto.prototype, "id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true }),
|
|
27
|
+
(0, class_transformer_1.Expose)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], DcfFixedAssetDto.prototype, "name", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, nestjs_1.ApiProperty)({ type: Number, required: true }),
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], DcfFixedAssetDto.prototype, "usefulLifeYears", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, nestjs_1.ApiProperty)({
|
|
37
|
+
type: Number,
|
|
38
|
+
required: false,
|
|
39
|
+
description: 'Derived: SUM of assigned ledger balances (euro cents).',
|
|
40
|
+
}),
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
__metadata("design:type", Number)
|
|
43
|
+
], DcfFixedAssetDto.prototype, "value", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, nestjs_1.ApiProperty)({
|
|
46
|
+
type: Number,
|
|
47
|
+
required: false,
|
|
48
|
+
description: 'Derived: value / usefulLifeYears (euro cents).',
|
|
49
|
+
}),
|
|
50
|
+
(0, class_transformer_1.Expose)(),
|
|
51
|
+
__metadata("design:type", Number)
|
|
52
|
+
], DcfFixedAssetDto.prototype, "annualInvestment", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
55
|
+
(0, class_transformer_1.Expose)(),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], DcfFixedAssetDto.prototype, "dcfValuationId", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
60
|
+
(0, class_transformer_1.Expose)(),
|
|
61
|
+
__metadata("design:type", String)
|
|
62
|
+
], DcfFixedAssetDto.prototype, "generalLedgerAccountId", void 0);
|
|
63
|
+
//# sourceMappingURL=dcfFixedAsset.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dcfFixedAsset.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAsset.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,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,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;yDACgB;AAQzB;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,wDAAwD;KACrE,CAAC;IACD,IAAA,0BAAM,GAAE;;+CACM;AAQf;IANC,IAAA,oBAAW,EAAC;QACZ,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC7D,CAAC;IACD,IAAA,0BAAM,GAAE;;0DACiB;AAI1B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACe;AAIxB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;gEACuB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { UserDto } from '../user/user.dto';
|
|
2
|
+
import { DcfValuationDto } from '../dcfValuation/dcfValuation.dto';
|
|
3
|
+
import { GeneralLedgerAccountDto } from '../generalLedgerAccount/generalLedgerAccount.dto';
|
|
4
|
+
export declare class DcfFixedAssetEmbeddedDto {
|
|
5
|
+
dcfValuation?: DcfValuationDto;
|
|
6
|
+
generalLedgerAccount?: GeneralLedgerAccountDto;
|
|
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.DcfFixedAssetEmbeddedDto = 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 dcfValuation_dto_1 = require("../dcfValuation/dcfValuation.dto");
|
|
17
|
+
const generalLedgerAccount_dto_1 = require("../generalLedgerAccount/generalLedgerAccount.dto");
|
|
18
|
+
class DcfFixedAssetEmbeddedDto {
|
|
19
|
+
}
|
|
20
|
+
exports.DcfFixedAssetEmbeddedDto = DcfFixedAssetEmbeddedDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, nestjs_1.ApiProperty)({ type: () => dcfValuation_dto_1.DcfValuationDto, required: false }),
|
|
23
|
+
(0, class_transformer_1.Type)(() => dcfValuation_dto_1.DcfValuationDto),
|
|
24
|
+
(0, class_transformer_1.Expose)(),
|
|
25
|
+
__metadata("design:type", dcfValuation_dto_1.DcfValuationDto)
|
|
26
|
+
], DcfFixedAssetEmbeddedDto.prototype, "dcfValuation", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, nestjs_1.ApiProperty)({ type: () => generalLedgerAccount_dto_1.GeneralLedgerAccountDto, required: false }),
|
|
29
|
+
(0, class_transformer_1.Type)(() => generalLedgerAccount_dto_1.GeneralLedgerAccountDto),
|
|
30
|
+
(0, class_transformer_1.Expose)(),
|
|
31
|
+
__metadata("design:type", generalLedgerAccount_dto_1.GeneralLedgerAccountDto)
|
|
32
|
+
], DcfFixedAssetEmbeddedDto.prototype, "generalLedgerAccount", 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
|
+
], DcfFixedAssetEmbeddedDto.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
|
+
], DcfFixedAssetEmbeddedDto.prototype, "updatedBy", void 0);
|
|
45
|
+
//# sourceMappingURL=dcfFixedAssetEmbedded.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dcfFixedAssetEmbedded.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAssetEmbedded.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAA2C;AAC3C,yDAAiD;AACjD,+CAA2C;AAC3C,uEAAmE;AACnE,+FAA2F;AAE3F,MAAa,wBAAwB;CAoBpC;AApBD,4DAoBC;AAhBA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kCAAe,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC7D,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kCAAe,CAAC;IAC3B,IAAA,0BAAM,GAAE;8BACM,kCAAe;8DAAC;AAK/B;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kDAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kDAAuB,CAAC;IACnC,IAAA,0BAAM,GAAE;8BACc,kDAAuB;sEAAC;AAK/C;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC;AAKpB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,kBAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IACrD,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,kBAAO,CAAC;IACnB,IAAA,0BAAM,GAAE;8BACG,kBAAO;2DAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DcfFixedAssetDto } from './dcfFixedAsset.dto';
|
|
2
|
+
declare class EmbeddedDcfFixedAsset {
|
|
3
|
+
dcfFixedAssets?: DcfFixedAssetDto[];
|
|
4
|
+
}
|
|
5
|
+
declare const DcfFixedAssetPageDto_base: {
|
|
6
|
+
new (): {
|
|
7
|
+
_page: import("../..").PageInfoDto;
|
|
8
|
+
_embedded: EmbeddedDcfFixedAsset;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare class DcfFixedAssetPageDto extends DcfFixedAssetPageDto_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.DcfFixedAssetPageDto = 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 dcfFixedAsset_dto_1 = require("./dcfFixedAsset.dto");
|
|
17
|
+
class EmbeddedDcfFixedAsset {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, nestjs_1.ApiProperty)({ type: () => [dcfFixedAsset_dto_1.DcfFixedAssetDto], required: false }),
|
|
21
|
+
(0, class_transformer_1.Type)(() => dcfFixedAsset_dto_1.DcfFixedAssetDto),
|
|
22
|
+
(0, class_transformer_1.Expose)({ name: 'items' }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], EmbeddedDcfFixedAsset.prototype, "dcfFixedAssets", void 0);
|
|
25
|
+
class DcfFixedAssetPageDto extends (0, page_dto_1.PageDto)(EmbeddedDcfFixedAsset) {
|
|
26
|
+
}
|
|
27
|
+
exports.DcfFixedAssetPageDto = DcfFixedAssetPageDto;
|
|
28
|
+
//# sourceMappingURL=dcfFixedAssetPage.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dcfFixedAssetPage.dto.js","sourceRoot":"","sources":["../../../src/dto/dcfFixedAsset/dcfFixedAssetPage.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,yCAA2C;AAC3C,kDAA8C;AAC9C,2DAAuD;AAEvD,MAAM,qBAAqB;CAK1B;AADA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,oCAAgB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAChE,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,oCAAgB,CAAC;IAC5B,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;6DACU;AAGrC,MAAa,oBAAqB,SAAQ,IAAA,kBAAO,EAAC,qBAAqB,CAAC;CAAG;AAA3E,oDAA2E"}
|