@cosmotech/aip-client 0.4.0-dev5 → 1.0.0-dev2
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/README.md +22 -2
- package/api/budget-api.ts +1 -1
- package/api/default-api.ts +1 -1
- package/api/impact-api.ts +1 -1
- package/api/investment-api.ts +1 -1
- package/api/metric-api.ts +1 -1
- package/api/metric-costs-api.ts +1 -1
- package/api/metric-costs-per-year-api.ts +1 -1
- package/api/objective-api.ts +1 -1
- package/api/objective-weight-api.ts +1 -1
- package/api/objective-weights-api.ts +1 -1
- package/api/option-api.ts +9 -11
- package/api/portfolio-api.ts +1 -1
- package/api/portfolio-investment-api.ts +1 -1
- package/api/portfolio-kpiapi.ts +1 -1
- package/api/preferred-option-api.ts +1 -1
- package/api/prioritization-api.ts +1022 -0
- package/api/value-framework-api.ts +1 -1
- package/api/value-framework-costs-api.ts +1 -1
- package/api/value-framework-weights-api.ts +1 -1
- package/api.ts +2 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api/budget-api.d.ts +1 -1
- package/dist/api/budget-api.js +1 -1
- package/dist/api/default-api.d.ts +1 -1
- package/dist/api/default-api.js +1 -1
- package/dist/api/impact-api.d.ts +1 -1
- package/dist/api/impact-api.js +1 -1
- package/dist/api/investment-api.d.ts +1 -1
- package/dist/api/investment-api.js +1 -1
- package/dist/api/metric-api.d.ts +1 -1
- package/dist/api/metric-api.js +1 -1
- package/dist/api/metric-costs-api.d.ts +1 -1
- package/dist/api/metric-costs-api.js +1 -1
- package/dist/api/metric-costs-per-year-api.d.ts +1 -1
- package/dist/api/metric-costs-per-year-api.js +1 -1
- package/dist/api/objective-api.d.ts +1 -1
- package/dist/api/objective-api.js +1 -1
- package/dist/api/objective-weight-api.d.ts +1 -1
- package/dist/api/objective-weight-api.js +1 -1
- package/dist/api/objective-weights-api.d.ts +1 -1
- package/dist/api/objective-weights-api.js +1 -1
- package/dist/api/option-api.d.ts +9 -9
- package/dist/api/option-api.js +5 -7
- package/dist/api/portfolio-api.d.ts +1 -1
- package/dist/api/portfolio-api.js +1 -1
- package/dist/api/portfolio-investment-api.d.ts +1 -1
- package/dist/api/portfolio-investment-api.js +1 -1
- package/dist/api/portfolio-kpiapi.d.ts +1 -1
- package/dist/api/portfolio-kpiapi.js +1 -1
- package/dist/api/preferred-option-api.d.ts +1 -1
- package/dist/api/preferred-option-api.js +1 -1
- package/dist/api/prioritization-api.d.ts +467 -0
- package/dist/api/prioritization-api.js +974 -0
- package/dist/api/value-framework-api.d.ts +1 -1
- package/dist/api/value-framework-api.js +1 -1
- package/dist/api/value-framework-costs-api.d.ts +1 -1
- package/dist/api/value-framework-costs-api.js +1 -1
- package/dist/api/value-framework-weights-api.d.ts +1 -1
- package/dist/api/value-framework-weights-api.js +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api/budget-api.d.ts +1 -1
- package/dist/esm/api/budget-api.js +1 -1
- package/dist/esm/api/default-api.d.ts +1 -1
- package/dist/esm/api/default-api.js +1 -1
- package/dist/esm/api/impact-api.d.ts +1 -1
- package/dist/esm/api/impact-api.js +1 -1
- package/dist/esm/api/investment-api.d.ts +1 -1
- package/dist/esm/api/investment-api.js +1 -1
- package/dist/esm/api/metric-api.d.ts +1 -1
- package/dist/esm/api/metric-api.js +1 -1
- package/dist/esm/api/metric-costs-api.d.ts +1 -1
- package/dist/esm/api/metric-costs-api.js +1 -1
- package/dist/esm/api/metric-costs-per-year-api.d.ts +1 -1
- package/dist/esm/api/metric-costs-per-year-api.js +1 -1
- package/dist/esm/api/objective-api.d.ts +1 -1
- package/dist/esm/api/objective-api.js +1 -1
- package/dist/esm/api/objective-weight-api.d.ts +1 -1
- package/dist/esm/api/objective-weight-api.js +1 -1
- package/dist/esm/api/objective-weights-api.d.ts +1 -1
- package/dist/esm/api/objective-weights-api.js +1 -1
- package/dist/esm/api/option-api.d.ts +9 -9
- package/dist/esm/api/option-api.js +5 -7
- package/dist/esm/api/portfolio-api.d.ts +1 -1
- package/dist/esm/api/portfolio-api.js +1 -1
- package/dist/esm/api/portfolio-investment-api.d.ts +1 -1
- package/dist/esm/api/portfolio-investment-api.js +1 -1
- package/dist/esm/api/portfolio-kpiapi.d.ts +1 -1
- package/dist/esm/api/portfolio-kpiapi.js +1 -1
- package/dist/esm/api/preferred-option-api.d.ts +1 -1
- package/dist/esm/api/preferred-option-api.js +1 -1
- package/dist/esm/api/prioritization-api.d.ts +467 -0
- package/dist/esm/api/prioritization-api.js +967 -0
- package/dist/esm/api/value-framework-api.d.ts +1 -1
- package/dist/esm/api/value-framework-api.js +1 -1
- package/dist/esm/api/value-framework-costs-api.d.ts +1 -1
- package/dist/esm/api/value-framework-costs-api.js +1 -1
- package/dist/esm/api/value-framework-weights-api.d.ts +1 -1
- package/dist/esm/api/value-framework-weights-api.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/models/budget-bulk-delete-request.d.ts +1 -1
- package/dist/esm/models/budget-bulk-delete-request.js +1 -1
- package/dist/esm/models/budget-create.d.ts +1 -1
- package/dist/esm/models/budget-create.js +1 -1
- package/dist/esm/models/budget-investment-response.d.ts +1 -1
- package/dist/esm/models/budget-investment-response.js +1 -1
- package/dist/esm/models/budget-link-options-request.d.ts +1 -1
- package/dist/esm/models/budget-link-options-request.js +1 -1
- package/dist/esm/models/budget-option-response.d.ts +1 -1
- package/dist/esm/models/budget-option-response.js +1 -1
- package/dist/esm/models/budget-overview-response.d.ts +1 -1
- package/dist/esm/models/budget-overview-response.js +1 -1
- package/dist/esm/models/budget-response.d.ts +1 -1
- package/dist/esm/models/budget-response.js +1 -1
- package/dist/esm/models/budget-update.d.ts +1 -1
- package/dist/esm/models/budget-update.js +1 -1
- package/dist/esm/models/bulk-delete-request.d.ts +1 -1
- package/dist/esm/models/bulk-delete-request.js +1 -1
- package/dist/esm/models/evolution-type.d.ts +1 -1
- package/dist/esm/models/evolution-type.js +1 -1
- package/dist/esm/models/httpvalidation-error.d.ts +1 -1
- package/dist/esm/models/httpvalidation-error.js +1 -1
- package/dist/esm/models/impact-apiresponse.d.ts +1 -1
- package/dist/esm/models/impact-apiresponse.js +1 -1
- package/dist/esm/models/impact-bulk-item.d.ts +1 -1
- package/dist/esm/models/impact-bulk-item.js +1 -1
- package/dist/esm/models/impact-create.d.ts +1 -1
- package/dist/esm/models/impact-create.js +1 -1
- package/dist/esm/models/impact-update.d.ts +1 -1
- package/dist/esm/models/impact-update.js +1 -1
- package/dist/esm/models/index.d.ts +7 -0
- package/dist/esm/models/index.js +7 -0
- package/dist/esm/models/investment-create.d.ts +1 -1
- package/dist/esm/models/investment-create.js +1 -1
- package/dist/esm/models/investment-overview-response.d.ts +1 -1
- package/dist/esm/models/investment-overview-response.js +1 -1
- package/dist/esm/models/investment-response.d.ts +1 -1
- package/dist/esm/models/investment-response.js +1 -1
- package/dist/esm/models/investment-update.d.ts +1 -1
- package/dist/esm/models/investment-update.js +1 -1
- package/dist/esm/models/location-inner.d.ts +1 -1
- package/dist/esm/models/location-inner.js +1 -1
- package/dist/esm/models/measurement-type.d.ts +1 -1
- package/dist/esm/models/measurement-type.js +1 -1
- package/dist/esm/models/metric-costs-per-year-create.d.ts +1 -1
- package/dist/esm/models/metric-costs-per-year-create.js +1 -1
- package/dist/esm/models/metric-costs-per-year-response.d.ts +1 -1
- package/dist/esm/models/metric-costs-per-year-response.js +1 -1
- package/dist/esm/models/metric-costs-per-year-update.d.ts +1 -1
- package/dist/esm/models/metric-costs-per-year-update.js +1 -1
- package/dist/esm/models/metric-create.d.ts +1 -1
- package/dist/esm/models/metric-create.js +1 -1
- package/dist/esm/models/metric-performance-response.d.ts +1 -1
- package/dist/esm/models/metric-performance-response.js +1 -1
- package/dist/esm/models/metric-performance-year.d.ts +1 -1
- package/dist/esm/models/metric-performance-year.js +1 -1
- package/dist/esm/models/metric-response.d.ts +1 -1
- package/dist/esm/models/metric-response.js +1 -1
- package/dist/esm/models/metric-type.d.ts +1 -1
- package/dist/esm/models/metric-type.js +1 -1
- package/dist/esm/models/metric-update.d.ts +1 -1
- package/dist/esm/models/metric-update.js +1 -1
- package/dist/esm/models/monetized-impact-detailed-response.d.ts +1 -1
- package/dist/esm/models/monetized-impact-detailed-response.js +1 -1
- package/dist/esm/models/monetized-impact-detailed-year.d.ts +1 -1
- package/dist/esm/models/monetized-impact-detailed-year.js +1 -1
- package/dist/esm/models/monetized-impact-metric-value.d.ts +2 -1
- package/dist/esm/models/monetized-impact-metric-value.js +1 -1
- package/dist/esm/models/monetized-impact-response.d.ts +1 -1
- package/dist/esm/models/monetized-impact-response.js +1 -1
- package/dist/esm/models/monetized-impact-year.d.ts +1 -1
- package/dist/esm/models/monetized-impact-year.js +1 -1
- package/dist/esm/models/objective-create.d.ts +1 -1
- package/dist/esm/models/objective-create.js +1 -1
- package/dist/esm/models/objective-response.d.ts +1 -1
- package/dist/esm/models/objective-response.js +1 -1
- package/dist/esm/models/objective-update.d.ts +1 -1
- package/dist/esm/models/objective-update.js +1 -1
- package/dist/esm/models/objective-weight-create.d.ts +1 -1
- package/dist/esm/models/objective-weight-create.js +1 -1
- package/dist/esm/models/objective-weight-response.d.ts +1 -1
- package/dist/esm/models/objective-weight-response.js +1 -1
- package/dist/esm/models/objective-weight-update.d.ts +1 -1
- package/dist/esm/models/objective-weight-update.js +1 -1
- package/dist/esm/models/option-chart-kpi.d.ts +1 -1
- package/dist/esm/models/option-chart-kpi.js +1 -1
- package/dist/esm/models/option-chart-kpis-yearly.d.ts +1 -1
- package/dist/esm/models/option-chart-kpis-yearly.js +1 -1
- package/dist/esm/models/option-create.d.ts +1 -1
- package/dist/esm/models/option-create.js +1 -1
- package/dist/esm/models/option-overview-response.d.ts +1 -1
- package/dist/esm/models/option-overview-response.js +1 -1
- package/dist/esm/models/option-response.d.ts +1 -1
- package/dist/esm/models/option-response.js +1 -1
- package/dist/esm/models/option-update.d.ts +1 -1
- package/dist/esm/models/option-update.js +1 -1
- package/dist/esm/models/portfolio-budget-expenditure-response.d.ts +1 -1
- package/dist/esm/models/portfolio-budget-expenditure-response.js +1 -1
- package/dist/esm/models/portfolio-budget-expenditure-year.d.ts +1 -1
- package/dist/esm/models/portfolio-budget-expenditure-year.js +1 -1
- package/dist/esm/models/portfolio-budget-usage-item.d.ts +2 -1
- package/dist/esm/models/portfolio-budget-usage-item.js +1 -1
- package/dist/esm/models/portfolio-bulk-delete-request.d.ts +1 -1
- package/dist/esm/models/portfolio-bulk-delete-request.js +1 -1
- package/dist/esm/models/portfolio-create.d.ts +1 -1
- package/dist/esm/models/portfolio-create.js +1 -1
- package/dist/esm/models/portfolio-investment-bulk-add-request.d.ts +1 -1
- package/dist/esm/models/portfolio-investment-bulk-add-request.js +1 -1
- package/dist/esm/models/portfolio-investment-bulk-add-response.d.ts +1 -1
- package/dist/esm/models/portfolio-investment-bulk-add-response.js +1 -1
- package/dist/esm/models/portfolio-investment-bulk-delete-request.d.ts +1 -1
- package/dist/esm/models/portfolio-investment-bulk-delete-request.js +1 -1
- package/dist/esm/models/portfolio-investment-overview-response.d.ts +1 -1
- package/dist/esm/models/portfolio-investment-overview-response.js +1 -1
- package/dist/esm/models/portfolio-investment-response.d.ts +1 -1
- package/dist/esm/models/portfolio-investment-response.js +1 -1
- package/dist/esm/models/portfolio-kpidistribution-budget-item.d.ts +1 -1
- package/dist/esm/models/portfolio-kpidistribution-budget-item.js +1 -1
- package/dist/esm/models/portfolio-kpidistribution-response.d.ts +1 -1
- package/dist/esm/models/portfolio-kpidistribution-response.js +1 -1
- package/dist/esm/models/portfolio-kpidistribution-year-overrun.d.ts +1 -1
- package/dist/esm/models/portfolio-kpidistribution-year-overrun.js +1 -1
- package/dist/esm/models/portfolio-kpidistribution-year-value.d.ts +1 -1
- package/dist/esm/models/portfolio-kpidistribution-year-value.js +1 -1
- package/dist/esm/models/portfolio-kpioverrun-distribution-response.d.ts +1 -1
- package/dist/esm/models/portfolio-kpioverrun-distribution-response.js +1 -1
- package/dist/esm/models/portfolio-kpiresponse.d.ts +1 -1
- package/dist/esm/models/portfolio-kpiresponse.js +1 -1
- package/dist/esm/models/portfolio-overview-item-response.d.ts +1 -1
- package/dist/esm/models/portfolio-overview-item-response.js +1 -1
- package/dist/esm/models/portfolio-response.d.ts +1 -1
- package/dist/esm/models/portfolio-response.js +1 -1
- package/dist/esm/models/portfolio-update.d.ts +1 -1
- package/dist/esm/models/portfolio-update.js +1 -1
- package/dist/esm/models/preferred-option-request.d.ts +1 -1
- package/dist/esm/models/preferred-option-request.js +1 -1
- package/dist/esm/models/preferred-option-response.d.ts +1 -1
- package/dist/esm/models/preferred-option-response.js +1 -1
- package/dist/esm/models/prioritization-overview-response.d.ts +71 -0
- package/dist/esm/models/prioritization-overview-response.js +14 -0
- package/dist/esm/models/prioritization-result-response.d.ts +47 -0
- package/dist/esm/models/prioritization-result-response.js +14 -0
- package/dist/esm/models/prioritization-results-response.d.ts +19 -0
- package/dist/esm/models/prioritization-results-response.js +14 -0
- package/dist/esm/models/prioritization-scenario-response.d.ts +38 -0
- package/dist/esm/models/prioritization-scenario-response.js +14 -0
- package/dist/esm/models/prioritization-scenario-run-request.d.ts +24 -0
- package/dist/esm/models/prioritization-scenario-run-request.js +14 -0
- package/dist/esm/models/prioritization-scenario-status-response.d.ts +20 -0
- package/dist/esm/models/prioritization-scenario-status-response.js +14 -0
- package/dist/esm/models/scenario-status.d.ts +19 -0
- package/dist/esm/models/scenario-status.js +20 -0
- package/dist/esm/models/validation-error.d.ts +1 -1
- package/dist/esm/models/validation-error.js +1 -1
- package/dist/esm/models/value-framework-create.d.ts +1 -1
- package/dist/esm/models/value-framework-create.js +1 -1
- package/dist/esm/models/value-framework-response.d.ts +1 -1
- package/dist/esm/models/value-framework-response.js +1 -1
- package/dist/esm/models/value-framework-update.d.ts +1 -1
- package/dist/esm/models/value-framework-update.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/budget-bulk-delete-request.d.ts +1 -1
- package/dist/models/budget-bulk-delete-request.js +1 -1
- package/dist/models/budget-create.d.ts +1 -1
- package/dist/models/budget-create.js +1 -1
- package/dist/models/budget-investment-response.d.ts +1 -1
- package/dist/models/budget-investment-response.js +1 -1
- package/dist/models/budget-link-options-request.d.ts +1 -1
- package/dist/models/budget-link-options-request.js +1 -1
- package/dist/models/budget-option-response.d.ts +1 -1
- package/dist/models/budget-option-response.js +1 -1
- package/dist/models/budget-overview-response.d.ts +1 -1
- package/dist/models/budget-overview-response.js +1 -1
- package/dist/models/budget-response.d.ts +1 -1
- package/dist/models/budget-response.js +1 -1
- package/dist/models/budget-update.d.ts +1 -1
- package/dist/models/budget-update.js +1 -1
- package/dist/models/bulk-delete-request.d.ts +1 -1
- package/dist/models/bulk-delete-request.js +1 -1
- package/dist/models/evolution-type.d.ts +1 -1
- package/dist/models/evolution-type.js +1 -1
- package/dist/models/httpvalidation-error.d.ts +1 -1
- package/dist/models/httpvalidation-error.js +1 -1
- package/dist/models/impact-apiresponse.d.ts +1 -1
- package/dist/models/impact-apiresponse.js +1 -1
- package/dist/models/impact-bulk-item.d.ts +1 -1
- package/dist/models/impact-bulk-item.js +1 -1
- package/dist/models/impact-create.d.ts +1 -1
- package/dist/models/impact-create.js +1 -1
- package/dist/models/impact-update.d.ts +1 -1
- package/dist/models/impact-update.js +1 -1
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/investment-create.d.ts +1 -1
- package/dist/models/investment-create.js +1 -1
- package/dist/models/investment-overview-response.d.ts +1 -1
- package/dist/models/investment-overview-response.js +1 -1
- package/dist/models/investment-response.d.ts +1 -1
- package/dist/models/investment-response.js +1 -1
- package/dist/models/investment-update.d.ts +1 -1
- package/dist/models/investment-update.js +1 -1
- package/dist/models/location-inner.d.ts +1 -1
- package/dist/models/location-inner.js +1 -1
- package/dist/models/measurement-type.d.ts +1 -1
- package/dist/models/measurement-type.js +1 -1
- package/dist/models/metric-costs-per-year-create.d.ts +1 -1
- package/dist/models/metric-costs-per-year-create.js +1 -1
- package/dist/models/metric-costs-per-year-response.d.ts +1 -1
- package/dist/models/metric-costs-per-year-response.js +1 -1
- package/dist/models/metric-costs-per-year-update.d.ts +1 -1
- package/dist/models/metric-costs-per-year-update.js +1 -1
- package/dist/models/metric-create.d.ts +1 -1
- package/dist/models/metric-create.js +1 -1
- package/dist/models/metric-performance-response.d.ts +1 -1
- package/dist/models/metric-performance-response.js +1 -1
- package/dist/models/metric-performance-year.d.ts +1 -1
- package/dist/models/metric-performance-year.js +1 -1
- package/dist/models/metric-response.d.ts +1 -1
- package/dist/models/metric-response.js +1 -1
- package/dist/models/metric-type.d.ts +1 -1
- package/dist/models/metric-type.js +1 -1
- package/dist/models/metric-update.d.ts +1 -1
- package/dist/models/metric-update.js +1 -1
- package/dist/models/monetized-impact-detailed-response.d.ts +1 -1
- package/dist/models/monetized-impact-detailed-response.js +1 -1
- package/dist/models/monetized-impact-detailed-year.d.ts +1 -1
- package/dist/models/monetized-impact-detailed-year.js +1 -1
- package/dist/models/monetized-impact-metric-value.d.ts +2 -1
- package/dist/models/monetized-impact-metric-value.js +1 -1
- package/dist/models/monetized-impact-response.d.ts +1 -1
- package/dist/models/monetized-impact-response.js +1 -1
- package/dist/models/monetized-impact-year.d.ts +1 -1
- package/dist/models/monetized-impact-year.js +1 -1
- package/dist/models/objective-create.d.ts +1 -1
- package/dist/models/objective-create.js +1 -1
- package/dist/models/objective-response.d.ts +1 -1
- package/dist/models/objective-response.js +1 -1
- package/dist/models/objective-update.d.ts +1 -1
- package/dist/models/objective-update.js +1 -1
- package/dist/models/objective-weight-create.d.ts +1 -1
- package/dist/models/objective-weight-create.js +1 -1
- package/dist/models/objective-weight-response.d.ts +1 -1
- package/dist/models/objective-weight-response.js +1 -1
- package/dist/models/objective-weight-update.d.ts +1 -1
- package/dist/models/objective-weight-update.js +1 -1
- package/dist/models/option-chart-kpi.d.ts +1 -1
- package/dist/models/option-chart-kpi.js +1 -1
- package/dist/models/option-chart-kpis-yearly.d.ts +1 -1
- package/dist/models/option-chart-kpis-yearly.js +1 -1
- package/dist/models/option-create.d.ts +1 -1
- package/dist/models/option-create.js +1 -1
- package/dist/models/option-overview-response.d.ts +1 -1
- package/dist/models/option-overview-response.js +1 -1
- package/dist/models/option-response.d.ts +1 -1
- package/dist/models/option-response.js +1 -1
- package/dist/models/option-update.d.ts +1 -1
- package/dist/models/option-update.js +1 -1
- package/dist/models/portfolio-budget-expenditure-response.d.ts +1 -1
- package/dist/models/portfolio-budget-expenditure-response.js +1 -1
- package/dist/models/portfolio-budget-expenditure-year.d.ts +1 -1
- package/dist/models/portfolio-budget-expenditure-year.js +1 -1
- package/dist/models/portfolio-budget-usage-item.d.ts +2 -1
- package/dist/models/portfolio-budget-usage-item.js +1 -1
- package/dist/models/portfolio-bulk-delete-request.d.ts +1 -1
- package/dist/models/portfolio-bulk-delete-request.js +1 -1
- package/dist/models/portfolio-create.d.ts +1 -1
- package/dist/models/portfolio-create.js +1 -1
- package/dist/models/portfolio-investment-bulk-add-request.d.ts +1 -1
- package/dist/models/portfolio-investment-bulk-add-request.js +1 -1
- package/dist/models/portfolio-investment-bulk-add-response.d.ts +1 -1
- package/dist/models/portfolio-investment-bulk-add-response.js +1 -1
- package/dist/models/portfolio-investment-bulk-delete-request.d.ts +1 -1
- package/dist/models/portfolio-investment-bulk-delete-request.js +1 -1
- package/dist/models/portfolio-investment-overview-response.d.ts +1 -1
- package/dist/models/portfolio-investment-overview-response.js +1 -1
- package/dist/models/portfolio-investment-response.d.ts +1 -1
- package/dist/models/portfolio-investment-response.js +1 -1
- package/dist/models/portfolio-kpidistribution-budget-item.d.ts +1 -1
- package/dist/models/portfolio-kpidistribution-budget-item.js +1 -1
- package/dist/models/portfolio-kpidistribution-response.d.ts +1 -1
- package/dist/models/portfolio-kpidistribution-response.js +1 -1
- package/dist/models/portfolio-kpidistribution-year-overrun.d.ts +1 -1
- package/dist/models/portfolio-kpidistribution-year-overrun.js +1 -1
- package/dist/models/portfolio-kpidistribution-year-value.d.ts +1 -1
- package/dist/models/portfolio-kpidistribution-year-value.js +1 -1
- package/dist/models/portfolio-kpioverrun-distribution-response.d.ts +1 -1
- package/dist/models/portfolio-kpioverrun-distribution-response.js +1 -1
- package/dist/models/portfolio-kpiresponse.d.ts +1 -1
- package/dist/models/portfolio-kpiresponse.js +1 -1
- package/dist/models/portfolio-overview-item-response.d.ts +1 -1
- package/dist/models/portfolio-overview-item-response.js +1 -1
- package/dist/models/portfolio-response.d.ts +1 -1
- package/dist/models/portfolio-response.js +1 -1
- package/dist/models/portfolio-update.d.ts +1 -1
- package/dist/models/portfolio-update.js +1 -1
- package/dist/models/preferred-option-request.d.ts +1 -1
- package/dist/models/preferred-option-request.js +1 -1
- package/dist/models/preferred-option-response.d.ts +1 -1
- package/dist/models/preferred-option-response.js +1 -1
- package/dist/models/prioritization-overview-response.d.ts +71 -0
- package/dist/models/prioritization-overview-response.js +15 -0
- package/dist/models/prioritization-result-response.d.ts +47 -0
- package/dist/models/prioritization-result-response.js +15 -0
- package/dist/models/prioritization-results-response.d.ts +19 -0
- package/dist/models/prioritization-results-response.js +15 -0
- package/dist/models/prioritization-scenario-response.d.ts +38 -0
- package/dist/models/prioritization-scenario-response.js +15 -0
- package/dist/models/prioritization-scenario-run-request.d.ts +24 -0
- package/dist/models/prioritization-scenario-run-request.js +15 -0
- package/dist/models/prioritization-scenario-status-response.d.ts +20 -0
- package/dist/models/prioritization-scenario-status-response.js +15 -0
- package/dist/models/scenario-status.d.ts +19 -0
- package/dist/models/scenario-status.js +23 -0
- package/dist/models/validation-error.d.ts +1 -1
- package/dist/models/validation-error.js +1 -1
- package/dist/models/value-framework-create.d.ts +1 -1
- package/dist/models/value-framework-create.js +1 -1
- package/dist/models/value-framework-response.d.ts +1 -1
- package/dist/models/value-framework-response.js +1 -1
- package/dist/models/value-framework-update.d.ts +1 -1
- package/dist/models/value-framework-update.js +1 -1
- package/docs/MonetizedImpactMetricValue.md +2 -0
- package/docs/OptionApi.md +2 -2
- package/docs/PortfolioBudgetUsageItem.md +2 -0
- package/docs/PrioritizationApi.md +705 -0
- package/docs/PrioritizationOverviewResponse.md +57 -0
- package/docs/PrioritizationResultResponse.md +39 -0
- package/docs/PrioritizationResultsResponse.md +23 -0
- package/docs/PrioritizationScenarioResponse.md +43 -0
- package/docs/PrioritizationScenarioRunRequest.md +23 -0
- package/docs/PrioritizationScenarioStatusResponse.md +25 -0
- package/docs/ScenarioStatus.md +16 -0
- package/index.ts +1 -1
- package/models/budget-bulk-delete-request.ts +1 -1
- package/models/budget-create.ts +1 -1
- package/models/budget-investment-response.ts +1 -1
- package/models/budget-link-options-request.ts +1 -1
- package/models/budget-option-response.ts +1 -1
- package/models/budget-overview-response.ts +1 -1
- package/models/budget-response.ts +1 -1
- package/models/budget-update.ts +1 -1
- package/models/bulk-delete-request.ts +1 -1
- package/models/evolution-type.ts +1 -1
- package/models/httpvalidation-error.ts +1 -1
- package/models/impact-apiresponse.ts +1 -1
- package/models/impact-bulk-item.ts +1 -1
- package/models/impact-create.ts +1 -1
- package/models/impact-update.ts +1 -1
- package/models/index.ts +7 -0
- package/models/investment-create.ts +1 -1
- package/models/investment-overview-response.ts +1 -1
- package/models/investment-response.ts +1 -1
- package/models/investment-update.ts +1 -1
- package/models/location-inner.ts +1 -1
- package/models/measurement-type.ts +1 -1
- package/models/metric-costs-per-year-create.ts +1 -1
- package/models/metric-costs-per-year-response.ts +1 -1
- package/models/metric-costs-per-year-update.ts +1 -1
- package/models/metric-create.ts +1 -1
- package/models/metric-performance-response.ts +1 -1
- package/models/metric-performance-year.ts +1 -1
- package/models/metric-response.ts +1 -1
- package/models/metric-type.ts +1 -1
- package/models/metric-update.ts +1 -1
- package/models/monetized-impact-detailed-response.ts +1 -1
- package/models/monetized-impact-detailed-year.ts +1 -1
- package/models/monetized-impact-metric-value.ts +2 -1
- package/models/monetized-impact-response.ts +1 -1
- package/models/monetized-impact-year.ts +1 -1
- package/models/objective-create.ts +1 -1
- package/models/objective-response.ts +1 -1
- package/models/objective-update.ts +1 -1
- package/models/objective-weight-create.ts +1 -1
- package/models/objective-weight-response.ts +1 -1
- package/models/objective-weight-update.ts +1 -1
- package/models/option-chart-kpi.ts +1 -1
- package/models/option-chart-kpis-yearly.ts +1 -1
- package/models/option-create.ts +1 -1
- package/models/option-overview-response.ts +1 -1
- package/models/option-response.ts +1 -1
- package/models/option-update.ts +1 -1
- package/models/portfolio-budget-expenditure-response.ts +1 -1
- package/models/portfolio-budget-expenditure-year.ts +1 -1
- package/models/portfolio-budget-usage-item.ts +2 -1
- package/models/portfolio-bulk-delete-request.ts +1 -1
- package/models/portfolio-create.ts +1 -1
- package/models/portfolio-investment-bulk-add-request.ts +1 -1
- package/models/portfolio-investment-bulk-add-response.ts +1 -1
- package/models/portfolio-investment-bulk-delete-request.ts +1 -1
- package/models/portfolio-investment-overview-response.ts +1 -1
- package/models/portfolio-investment-response.ts +1 -1
- package/models/portfolio-kpidistribution-budget-item.ts +1 -1
- package/models/portfolio-kpidistribution-response.ts +1 -1
- package/models/portfolio-kpidistribution-year-overrun.ts +1 -1
- package/models/portfolio-kpidistribution-year-value.ts +1 -1
- package/models/portfolio-kpioverrun-distribution-response.ts +1 -1
- package/models/portfolio-kpiresponse.ts +1 -1
- package/models/portfolio-overview-item-response.ts +1 -1
- package/models/portfolio-response.ts +1 -1
- package/models/portfolio-update.ts +1 -1
- package/models/preferred-option-request.ts +1 -1
- package/models/preferred-option-response.ts +1 -1
- package/models/prioritization-overview-response.ts +77 -0
- package/models/prioritization-result-response.ts +53 -0
- package/models/prioritization-results-response.ts +27 -0
- package/models/prioritization-scenario-response.ts +48 -0
- package/models/prioritization-scenario-run-request.ts +30 -0
- package/models/prioritization-scenario-status-response.ts +30 -0
- package/models/scenario-status.ts +29 -0
- package/models/validation-error.ts +1 -1
- package/models/value-framework-create.ts +1 -1
- package/models/value-framework-response.ts +1 -1
- package/models/value-framework-update.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Asset Investment Planning
|
|
3
|
+
* API for Asset Investment Planning
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0-dev2
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { MonetizedImpactDetailedResponse } from '../models';
|
|
16
|
+
import type { MonetizedImpactResponse } from '../models';
|
|
17
|
+
import type { PortfolioBudgetExpenditureResponse } from '../models';
|
|
18
|
+
import type { PortfolioBudgetUsageItem } from '../models';
|
|
19
|
+
import type { PrioritizationOverviewResponse } from '../models';
|
|
20
|
+
import type { PrioritizationResultsResponse } from '../models';
|
|
21
|
+
import type { PrioritizationScenarioResponse } from '../models';
|
|
22
|
+
import type { PrioritizationScenarioRunRequest } from '../models';
|
|
23
|
+
import type { PrioritizationScenarioStatusResponse } from '../models';
|
|
24
|
+
/**
|
|
25
|
+
* PrioritizationApi - axios parameter creator
|
|
26
|
+
*/
|
|
27
|
+
export declare const PrioritizationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
28
|
+
/**
|
|
29
|
+
* Abort the currently running prioritization for this portfolio.
|
|
30
|
+
* @summary Abort a running prioritization
|
|
31
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
32
|
+
* @param {*} [options] Override http request option.
|
|
33
|
+
* @throws {RequiredError}
|
|
34
|
+
*/
|
|
35
|
+
abortScenario: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
36
|
+
/**
|
|
37
|
+
* Delete the scenario and all its results for this portfolio.
|
|
38
|
+
* @summary Delete the prioritization scenario
|
|
39
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
40
|
+
* @param {*} [options] Override http request option.
|
|
41
|
+
* @throws {RequiredError}
|
|
42
|
+
*/
|
|
43
|
+
deleteScenario: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
|
+
/**
|
|
45
|
+
* Get the current prioritization scenario for this portfolio, including config and status.
|
|
46
|
+
* @summary Get the prioritization scenario
|
|
47
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
48
|
+
* @param {*} [options] Override http request option.
|
|
49
|
+
* @throws {RequiredError}
|
|
50
|
+
*/
|
|
51
|
+
getScenario: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
+
/**
|
|
53
|
+
* Year-by-year expenditure of performed investments linked to a specific budget within this scenario.
|
|
54
|
+
* @summary Per-year expenditure for one budget (performed investments)
|
|
55
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
56
|
+
* @param {string} budgetId UUID of the budget
|
|
57
|
+
* @param {*} [options] Override http request option.
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
*/
|
|
60
|
+
getScenarioBudgetExpenditure: (portfolioId: string, budgetId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61
|
+
/**
|
|
62
|
+
* Year-by-year expenditure for every budget referenced by a performed investment in the run.
|
|
63
|
+
* @summary Per-budget expenditure for performed investments
|
|
64
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
65
|
+
* @param {*} [options] Override http request option.
|
|
66
|
+
* @throws {RequiredError}
|
|
67
|
+
*/
|
|
68
|
+
getScenarioBudgetExpenditureAll: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
|
+
/**
|
|
70
|
+
* Year-by-year expenditure of performed investments that have no budget assigned within this scenario.
|
|
71
|
+
* @summary Per-year expenditure for performed investments with no budget
|
|
72
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
73
|
+
* @param {*} [options] Override http request option.
|
|
74
|
+
* @throws {RequiredError}
|
|
75
|
+
*/
|
|
76
|
+
getScenarioBudgetExpenditureNoBudget: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
77
|
+
/**
|
|
78
|
+
* Budget usage statistics restricted to the investments performed in the scenario run. For each budget referenced by a performed investment, returns usage and overrun statistics.
|
|
79
|
+
* @summary Budget usage for performed investments
|
|
80
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
81
|
+
* @param {*} [options] Override http request option.
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
*/
|
|
84
|
+
getScenarioBudgetUsage: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
|
+
/**
|
|
86
|
+
* Aggregate KPIs comparing the prioritization run against the full portfolio (Overview tab of the scenario results).
|
|
87
|
+
* @summary Run vs portfolio comparison KPIs
|
|
88
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
getScenarioOverview: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
93
|
+
/**
|
|
94
|
+
* Get the results of the last successful prioritization run. Returns the list of investments with their rank and performed/unperformed status.
|
|
95
|
+
* @summary Get prioritization results
|
|
96
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
getScenarioResults: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
101
|
+
/**
|
|
102
|
+
* Lightweight polling endpoint to check the status of a prioritization run.
|
|
103
|
+
* @summary Get prioritization run status
|
|
104
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
105
|
+
* @param {*} [options] Override http request option.
|
|
106
|
+
* @throws {RequiredError}
|
|
107
|
+
*/
|
|
108
|
+
getScenarioStatus: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
109
|
+
/**
|
|
110
|
+
* Year-by-year monetized impact (sum of all metric monetary values) and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
111
|
+
* @summary Monetized impact filtered to performed investments
|
|
112
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
113
|
+
* @param {*} [options] Override http request option.
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
*/
|
|
116
|
+
getScenarioValueFrameworkImpact: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
|
+
/**
|
|
118
|
+
* Year-by-year monetized impact split by individual metric and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
119
|
+
* @summary Monetized impact (split by metric) filtered to performed investments
|
|
120
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
121
|
+
* @param {*} [options] Override http request option.
|
|
122
|
+
* @throws {RequiredError}
|
|
123
|
+
*/
|
|
124
|
+
getScenarioValueFrameworkImpactDetailed: (portfolioId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
125
|
+
/**
|
|
126
|
+
* Create a new prioritization scenario for this portfolio (or update the existing one) with the given value framework and metric, then immediately trigger the prioritization algorithm. Returns 202 Accepted — poll GET /status for progress.
|
|
127
|
+
* @summary Create/update and run a prioritization scenario
|
|
128
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
129
|
+
* @param {PrioritizationScenarioRunRequest} prioritizationScenarioRunRequest
|
|
130
|
+
* @param {*} [options] Override http request option.
|
|
131
|
+
* @throws {RequiredError}
|
|
132
|
+
*/
|
|
133
|
+
runScenario: (portfolioId: string, prioritizationScenarioRunRequest: PrioritizationScenarioRunRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* PrioritizationApi - functional programming interface
|
|
137
|
+
*/
|
|
138
|
+
export declare const PrioritizationApiFp: (configuration?: Configuration) => {
|
|
139
|
+
/**
|
|
140
|
+
* Abort the currently running prioritization for this portfolio.
|
|
141
|
+
* @summary Abort a running prioritization
|
|
142
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
143
|
+
* @param {*} [options] Override http request option.
|
|
144
|
+
* @throws {RequiredError}
|
|
145
|
+
*/
|
|
146
|
+
abortScenario(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PrioritizationScenarioResponse>>;
|
|
147
|
+
/**
|
|
148
|
+
* Delete the scenario and all its results for this portfolio.
|
|
149
|
+
* @summary Delete the prioritization scenario
|
|
150
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
151
|
+
* @param {*} [options] Override http request option.
|
|
152
|
+
* @throws {RequiredError}
|
|
153
|
+
*/
|
|
154
|
+
deleteScenario(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
155
|
+
/**
|
|
156
|
+
* Get the current prioritization scenario for this portfolio, including config and status.
|
|
157
|
+
* @summary Get the prioritization scenario
|
|
158
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
*/
|
|
162
|
+
getScenario(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PrioritizationScenarioResponse>>;
|
|
163
|
+
/**
|
|
164
|
+
* Year-by-year expenditure of performed investments linked to a specific budget within this scenario.
|
|
165
|
+
* @summary Per-year expenditure for one budget (performed investments)
|
|
166
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
167
|
+
* @param {string} budgetId UUID of the budget
|
|
168
|
+
* @param {*} [options] Override http request option.
|
|
169
|
+
* @throws {RequiredError}
|
|
170
|
+
*/
|
|
171
|
+
getScenarioBudgetExpenditure(portfolioId: string, budgetId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PortfolioBudgetExpenditureResponse>>;
|
|
172
|
+
/**
|
|
173
|
+
* Year-by-year expenditure for every budget referenced by a performed investment in the run.
|
|
174
|
+
* @summary Per-budget expenditure for performed investments
|
|
175
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
176
|
+
* @param {*} [options] Override http request option.
|
|
177
|
+
* @throws {RequiredError}
|
|
178
|
+
*/
|
|
179
|
+
getScenarioBudgetExpenditureAll(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PortfolioBudgetExpenditureResponse>>>;
|
|
180
|
+
/**
|
|
181
|
+
* Year-by-year expenditure of performed investments that have no budget assigned within this scenario.
|
|
182
|
+
* @summary Per-year expenditure for performed investments with no budget
|
|
183
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
184
|
+
* @param {*} [options] Override http request option.
|
|
185
|
+
* @throws {RequiredError}
|
|
186
|
+
*/
|
|
187
|
+
getScenarioBudgetExpenditureNoBudget(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PortfolioBudgetExpenditureResponse>>;
|
|
188
|
+
/**
|
|
189
|
+
* Budget usage statistics restricted to the investments performed in the scenario run. For each budget referenced by a performed investment, returns usage and overrun statistics.
|
|
190
|
+
* @summary Budget usage for performed investments
|
|
191
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
192
|
+
* @param {*} [options] Override http request option.
|
|
193
|
+
* @throws {RequiredError}
|
|
194
|
+
*/
|
|
195
|
+
getScenarioBudgetUsage(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PortfolioBudgetUsageItem>>>;
|
|
196
|
+
/**
|
|
197
|
+
* Aggregate KPIs comparing the prioritization run against the full portfolio (Overview tab of the scenario results).
|
|
198
|
+
* @summary Run vs portfolio comparison KPIs
|
|
199
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
200
|
+
* @param {*} [options] Override http request option.
|
|
201
|
+
* @throws {RequiredError}
|
|
202
|
+
*/
|
|
203
|
+
getScenarioOverview(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PrioritizationOverviewResponse>>;
|
|
204
|
+
/**
|
|
205
|
+
* Get the results of the last successful prioritization run. Returns the list of investments with their rank and performed/unperformed status.
|
|
206
|
+
* @summary Get prioritization results
|
|
207
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
208
|
+
* @param {*} [options] Override http request option.
|
|
209
|
+
* @throws {RequiredError}
|
|
210
|
+
*/
|
|
211
|
+
getScenarioResults(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PrioritizationResultsResponse>>;
|
|
212
|
+
/**
|
|
213
|
+
* Lightweight polling endpoint to check the status of a prioritization run.
|
|
214
|
+
* @summary Get prioritization run status
|
|
215
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
216
|
+
* @param {*} [options] Override http request option.
|
|
217
|
+
* @throws {RequiredError}
|
|
218
|
+
*/
|
|
219
|
+
getScenarioStatus(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PrioritizationScenarioStatusResponse>>;
|
|
220
|
+
/**
|
|
221
|
+
* Year-by-year monetized impact (sum of all metric monetary values) and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
222
|
+
* @summary Monetized impact filtered to performed investments
|
|
223
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
224
|
+
* @param {*} [options] Override http request option.
|
|
225
|
+
* @throws {RequiredError}
|
|
226
|
+
*/
|
|
227
|
+
getScenarioValueFrameworkImpact(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MonetizedImpactResponse>>;
|
|
228
|
+
/**
|
|
229
|
+
* Year-by-year monetized impact split by individual metric and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
230
|
+
* @summary Monetized impact (split by metric) filtered to performed investments
|
|
231
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
232
|
+
* @param {*} [options] Override http request option.
|
|
233
|
+
* @throws {RequiredError}
|
|
234
|
+
*/
|
|
235
|
+
getScenarioValueFrameworkImpactDetailed(portfolioId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MonetizedImpactDetailedResponse>>;
|
|
236
|
+
/**
|
|
237
|
+
* Create a new prioritization scenario for this portfolio (or update the existing one) with the given value framework and metric, then immediately trigger the prioritization algorithm. Returns 202 Accepted — poll GET /status for progress.
|
|
238
|
+
* @summary Create/update and run a prioritization scenario
|
|
239
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
240
|
+
* @param {PrioritizationScenarioRunRequest} prioritizationScenarioRunRequest
|
|
241
|
+
* @param {*} [options] Override http request option.
|
|
242
|
+
* @throws {RequiredError}
|
|
243
|
+
*/
|
|
244
|
+
runScenario(portfolioId: string, prioritizationScenarioRunRequest: PrioritizationScenarioRunRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PrioritizationScenarioResponse>>;
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* PrioritizationApi - factory interface
|
|
248
|
+
*/
|
|
249
|
+
export declare const PrioritizationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
250
|
+
/**
|
|
251
|
+
* Abort the currently running prioritization for this portfolio.
|
|
252
|
+
* @summary Abort a running prioritization
|
|
253
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
254
|
+
* @param {*} [options] Override http request option.
|
|
255
|
+
* @throws {RequiredError}
|
|
256
|
+
*/
|
|
257
|
+
abortScenario(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<PrioritizationScenarioResponse>;
|
|
258
|
+
/**
|
|
259
|
+
* Delete the scenario and all its results for this portfolio.
|
|
260
|
+
* @summary Delete the prioritization scenario
|
|
261
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
262
|
+
* @param {*} [options] Override http request option.
|
|
263
|
+
* @throws {RequiredError}
|
|
264
|
+
*/
|
|
265
|
+
deleteScenario(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
266
|
+
/**
|
|
267
|
+
* Get the current prioritization scenario for this portfolio, including config and status.
|
|
268
|
+
* @summary Get the prioritization scenario
|
|
269
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
270
|
+
* @param {*} [options] Override http request option.
|
|
271
|
+
* @throws {RequiredError}
|
|
272
|
+
*/
|
|
273
|
+
getScenario(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<PrioritizationScenarioResponse>;
|
|
274
|
+
/**
|
|
275
|
+
* Year-by-year expenditure of performed investments linked to a specific budget within this scenario.
|
|
276
|
+
* @summary Per-year expenditure for one budget (performed investments)
|
|
277
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
278
|
+
* @param {string} budgetId UUID of the budget
|
|
279
|
+
* @param {*} [options] Override http request option.
|
|
280
|
+
* @throws {RequiredError}
|
|
281
|
+
*/
|
|
282
|
+
getScenarioBudgetExpenditure(portfolioId: string, budgetId: string, options?: RawAxiosRequestConfig): AxiosPromise<PortfolioBudgetExpenditureResponse>;
|
|
283
|
+
/**
|
|
284
|
+
* Year-by-year expenditure for every budget referenced by a performed investment in the run.
|
|
285
|
+
* @summary Per-budget expenditure for performed investments
|
|
286
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
287
|
+
* @param {*} [options] Override http request option.
|
|
288
|
+
* @throws {RequiredError}
|
|
289
|
+
*/
|
|
290
|
+
getScenarioBudgetExpenditureAll(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<PortfolioBudgetExpenditureResponse>>;
|
|
291
|
+
/**
|
|
292
|
+
* Year-by-year expenditure of performed investments that have no budget assigned within this scenario.
|
|
293
|
+
* @summary Per-year expenditure for performed investments with no budget
|
|
294
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
295
|
+
* @param {*} [options] Override http request option.
|
|
296
|
+
* @throws {RequiredError}
|
|
297
|
+
*/
|
|
298
|
+
getScenarioBudgetExpenditureNoBudget(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<PortfolioBudgetExpenditureResponse>;
|
|
299
|
+
/**
|
|
300
|
+
* Budget usage statistics restricted to the investments performed in the scenario run. For each budget referenced by a performed investment, returns usage and overrun statistics.
|
|
301
|
+
* @summary Budget usage for performed investments
|
|
302
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
303
|
+
* @param {*} [options] Override http request option.
|
|
304
|
+
* @throws {RequiredError}
|
|
305
|
+
*/
|
|
306
|
+
getScenarioBudgetUsage(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<PortfolioBudgetUsageItem>>;
|
|
307
|
+
/**
|
|
308
|
+
* Aggregate KPIs comparing the prioritization run against the full portfolio (Overview tab of the scenario results).
|
|
309
|
+
* @summary Run vs portfolio comparison KPIs
|
|
310
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
311
|
+
* @param {*} [options] Override http request option.
|
|
312
|
+
* @throws {RequiredError}
|
|
313
|
+
*/
|
|
314
|
+
getScenarioOverview(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<PrioritizationOverviewResponse>;
|
|
315
|
+
/**
|
|
316
|
+
* Get the results of the last successful prioritization run. Returns the list of investments with their rank and performed/unperformed status.
|
|
317
|
+
* @summary Get prioritization results
|
|
318
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
319
|
+
* @param {*} [options] Override http request option.
|
|
320
|
+
* @throws {RequiredError}
|
|
321
|
+
*/
|
|
322
|
+
getScenarioResults(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<PrioritizationResultsResponse>;
|
|
323
|
+
/**
|
|
324
|
+
* Lightweight polling endpoint to check the status of a prioritization run.
|
|
325
|
+
* @summary Get prioritization run status
|
|
326
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
327
|
+
* @param {*} [options] Override http request option.
|
|
328
|
+
* @throws {RequiredError}
|
|
329
|
+
*/
|
|
330
|
+
getScenarioStatus(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<PrioritizationScenarioStatusResponse>;
|
|
331
|
+
/**
|
|
332
|
+
* Year-by-year monetized impact (sum of all metric monetary values) and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
333
|
+
* @summary Monetized impact filtered to performed investments
|
|
334
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
335
|
+
* @param {*} [options] Override http request option.
|
|
336
|
+
* @throws {RequiredError}
|
|
337
|
+
*/
|
|
338
|
+
getScenarioValueFrameworkImpact(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<MonetizedImpactResponse>;
|
|
339
|
+
/**
|
|
340
|
+
* Year-by-year monetized impact split by individual metric and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
341
|
+
* @summary Monetized impact (split by metric) filtered to performed investments
|
|
342
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
343
|
+
* @param {*} [options] Override http request option.
|
|
344
|
+
* @throws {RequiredError}
|
|
345
|
+
*/
|
|
346
|
+
getScenarioValueFrameworkImpactDetailed(portfolioId: string, options?: RawAxiosRequestConfig): AxiosPromise<MonetizedImpactDetailedResponse>;
|
|
347
|
+
/**
|
|
348
|
+
* Create a new prioritization scenario for this portfolio (or update the existing one) with the given value framework and metric, then immediately trigger the prioritization algorithm. Returns 202 Accepted — poll GET /status for progress.
|
|
349
|
+
* @summary Create/update and run a prioritization scenario
|
|
350
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
351
|
+
* @param {PrioritizationScenarioRunRequest} prioritizationScenarioRunRequest
|
|
352
|
+
* @param {*} [options] Override http request option.
|
|
353
|
+
* @throws {RequiredError}
|
|
354
|
+
*/
|
|
355
|
+
runScenario(portfolioId: string, prioritizationScenarioRunRequest: PrioritizationScenarioRunRequest, options?: RawAxiosRequestConfig): AxiosPromise<PrioritizationScenarioResponse>;
|
|
356
|
+
};
|
|
357
|
+
/**
|
|
358
|
+
* PrioritizationApi - object-oriented interface
|
|
359
|
+
*/
|
|
360
|
+
export declare class PrioritizationApi extends BaseAPI {
|
|
361
|
+
/**
|
|
362
|
+
* Abort the currently running prioritization for this portfolio.
|
|
363
|
+
* @summary Abort a running prioritization
|
|
364
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
365
|
+
* @param {*} [options] Override http request option.
|
|
366
|
+
* @throws {RequiredError}
|
|
367
|
+
*/
|
|
368
|
+
abortScenario(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrioritizationScenarioResponse, any, {}>>;
|
|
369
|
+
/**
|
|
370
|
+
* Delete the scenario and all its results for this portfolio.
|
|
371
|
+
* @summary Delete the prioritization scenario
|
|
372
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
373
|
+
* @param {*} [options] Override http request option.
|
|
374
|
+
* @throws {RequiredError}
|
|
375
|
+
*/
|
|
376
|
+
deleteScenario(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
377
|
+
/**
|
|
378
|
+
* Get the current prioritization scenario for this portfolio, including config and status.
|
|
379
|
+
* @summary Get the prioritization scenario
|
|
380
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
381
|
+
* @param {*} [options] Override http request option.
|
|
382
|
+
* @throws {RequiredError}
|
|
383
|
+
*/
|
|
384
|
+
getScenario(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrioritizationScenarioResponse, any, {}>>;
|
|
385
|
+
/**
|
|
386
|
+
* Year-by-year expenditure of performed investments linked to a specific budget within this scenario.
|
|
387
|
+
* @summary Per-year expenditure for one budget (performed investments)
|
|
388
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
389
|
+
* @param {string} budgetId UUID of the budget
|
|
390
|
+
* @param {*} [options] Override http request option.
|
|
391
|
+
* @throws {RequiredError}
|
|
392
|
+
*/
|
|
393
|
+
getScenarioBudgetExpenditure(portfolioId: string, budgetId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PortfolioBudgetExpenditureResponse, any, {}>>;
|
|
394
|
+
/**
|
|
395
|
+
* Year-by-year expenditure for every budget referenced by a performed investment in the run.
|
|
396
|
+
* @summary Per-budget expenditure for performed investments
|
|
397
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
398
|
+
* @param {*} [options] Override http request option.
|
|
399
|
+
* @throws {RequiredError}
|
|
400
|
+
*/
|
|
401
|
+
getScenarioBudgetExpenditureAll(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PortfolioBudgetExpenditureResponse[], any, {}>>;
|
|
402
|
+
/**
|
|
403
|
+
* Year-by-year expenditure of performed investments that have no budget assigned within this scenario.
|
|
404
|
+
* @summary Per-year expenditure for performed investments with no budget
|
|
405
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
406
|
+
* @param {*} [options] Override http request option.
|
|
407
|
+
* @throws {RequiredError}
|
|
408
|
+
*/
|
|
409
|
+
getScenarioBudgetExpenditureNoBudget(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PortfolioBudgetExpenditureResponse, any, {}>>;
|
|
410
|
+
/**
|
|
411
|
+
* Budget usage statistics restricted to the investments performed in the scenario run. For each budget referenced by a performed investment, returns usage and overrun statistics.
|
|
412
|
+
* @summary Budget usage for performed investments
|
|
413
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
414
|
+
* @param {*} [options] Override http request option.
|
|
415
|
+
* @throws {RequiredError}
|
|
416
|
+
*/
|
|
417
|
+
getScenarioBudgetUsage(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PortfolioBudgetUsageItem[], any, {}>>;
|
|
418
|
+
/**
|
|
419
|
+
* Aggregate KPIs comparing the prioritization run against the full portfolio (Overview tab of the scenario results).
|
|
420
|
+
* @summary Run vs portfolio comparison KPIs
|
|
421
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
422
|
+
* @param {*} [options] Override http request option.
|
|
423
|
+
* @throws {RequiredError}
|
|
424
|
+
*/
|
|
425
|
+
getScenarioOverview(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrioritizationOverviewResponse, any, {}>>;
|
|
426
|
+
/**
|
|
427
|
+
* Get the results of the last successful prioritization run. Returns the list of investments with their rank and performed/unperformed status.
|
|
428
|
+
* @summary Get prioritization results
|
|
429
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
430
|
+
* @param {*} [options] Override http request option.
|
|
431
|
+
* @throws {RequiredError}
|
|
432
|
+
*/
|
|
433
|
+
getScenarioResults(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrioritizationResultsResponse, any, {}>>;
|
|
434
|
+
/**
|
|
435
|
+
* Lightweight polling endpoint to check the status of a prioritization run.
|
|
436
|
+
* @summary Get prioritization run status
|
|
437
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
438
|
+
* @param {*} [options] Override http request option.
|
|
439
|
+
* @throws {RequiredError}
|
|
440
|
+
*/
|
|
441
|
+
getScenarioStatus(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrioritizationScenarioStatusResponse, any, {}>>;
|
|
442
|
+
/**
|
|
443
|
+
* Year-by-year monetized impact (sum of all metric monetary values) and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
444
|
+
* @summary Monetized impact filtered to performed investments
|
|
445
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
446
|
+
* @param {*} [options] Override http request option.
|
|
447
|
+
* @throws {RequiredError}
|
|
448
|
+
*/
|
|
449
|
+
getScenarioValueFrameworkImpact(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MonetizedImpactResponse, any, {}>>;
|
|
450
|
+
/**
|
|
451
|
+
* Year-by-year monetized impact split by individual metric and CAPEX, restricted to the investments performed in the scenario run. Uses the scenario\'s value framework.
|
|
452
|
+
* @summary Monetized impact (split by metric) filtered to performed investments
|
|
453
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
454
|
+
* @param {*} [options] Override http request option.
|
|
455
|
+
* @throws {RequiredError}
|
|
456
|
+
*/
|
|
457
|
+
getScenarioValueFrameworkImpactDetailed(portfolioId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MonetizedImpactDetailedResponse, any, {}>>;
|
|
458
|
+
/**
|
|
459
|
+
* Create a new prioritization scenario for this portfolio (or update the existing one) with the given value framework and metric, then immediately trigger the prioritization algorithm. Returns 202 Accepted — poll GET /status for progress.
|
|
460
|
+
* @summary Create/update and run a prioritization scenario
|
|
461
|
+
* @param {string} portfolioId UUID of the portfolio
|
|
462
|
+
* @param {PrioritizationScenarioRunRequest} prioritizationScenarioRunRequest
|
|
463
|
+
* @param {*} [options] Override http request option.
|
|
464
|
+
* @throws {RequiredError}
|
|
465
|
+
*/
|
|
466
|
+
runScenario(portfolioId: string, prioritizationScenarioRunRequest: PrioritizationScenarioRunRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PrioritizationScenarioResponse, any, {}>>;
|
|
467
|
+
}
|