@spottoai/types-package 1.0.2-beta.43 → 1.0.2-beta.430
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/LICENSE +18 -40
- package/README.md +148 -18
- package/dist/accounts/accounts.d.ts +624 -3
- package/dist/accounts/accounts.d.ts.map +1 -1
- package/dist/accounts/accounts.js +123 -0
- package/dist/accounts/accounts.js.map +1 -1
- package/dist/accounts/azureManualOnboarding.d.ts +114 -0
- package/dist/accounts/azureManualOnboarding.d.ts.map +1 -0
- package/dist/accounts/azureManualOnboarding.js +12 -0
- package/dist/accounts/azureManualOnboarding.js.map +1 -0
- package/dist/accounts/azureSpSetup.d.ts +517 -0
- package/dist/accounts/azureSpSetup.d.ts.map +1 -0
- package/dist/accounts/azureSpSetup.js +18 -0
- package/dist/accounts/azureSpSetup.js.map +1 -0
- package/dist/accounts/azureSpSetupDurable.d.ts +126 -0
- package/dist/accounts/azureSpSetupDurable.d.ts.map +1 -0
- package/dist/accounts/azureSpSetupDurable.js +31 -0
- package/dist/accounts/azureSpSetupDurable.js.map +1 -0
- package/dist/accounts/index.d.ts +5 -0
- package/dist/accounts/index.d.ts.map +1 -1
- package/dist/accounts/index.js +5 -0
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/readPermissions.d.ts +76 -0
- package/dist/accounts/readPermissions.d.ts.map +1 -0
- package/dist/accounts/readPermissions.js +202 -0
- package/dist/accounts/readPermissions.js.map +1 -0
- package/dist/accounts/validation.d.ts +115 -0
- package/dist/accounts/validation.d.ts.map +1 -0
- package/dist/accounts/validation.js +3 -0
- package/dist/accounts/validation.js.map +1 -0
- package/dist/accounts/writePermissions.d.ts +40 -0
- package/dist/accounts/writePermissions.d.ts.map +1 -0
- package/dist/accounts/writePermissions.js +56 -0
- package/dist/accounts/writePermissions.js.map +1 -0
- package/dist/ai/conversationHistory.d.ts +52 -0
- package/dist/ai/conversationHistory.d.ts.map +1 -0
- package/dist/ai/conversationHistory.js +10 -0
- package/dist/ai/conversationHistory.js.map +1 -0
- package/dist/ai/grounding.d.ts +41 -0
- package/dist/ai/grounding.d.ts.map +1 -0
- package/dist/ai/grounding.js +86 -0
- package/dist/ai/grounding.js.map +1 -0
- package/dist/ai/index.d.ts +1315 -9
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +26 -1
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/workspaceArtifacts.d.ts +587 -0
- package/dist/ai/workspaceArtifacts.d.ts.map +1 -0
- package/dist/ai/workspaceArtifacts.js +162 -0
- package/dist/ai/workspaceArtifacts.js.map +1 -0
- package/dist/assessments/artifact.d.ts +84 -0
- package/dist/assessments/artifact.d.ts.map +1 -0
- package/dist/assessments/artifact.js +3 -0
- package/dist/assessments/artifact.js.map +1 -0
- package/dist/assessments/catalogue.d.ts +53 -0
- package/dist/assessments/catalogue.d.ts.map +1 -0
- package/dist/assessments/catalogue.js +16 -0
- package/dist/assessments/catalogue.js.map +1 -0
- package/dist/assessments/common.d.ts +27 -0
- package/dist/assessments/common.d.ts.map +1 -0
- package/dist/assessments/common.js +3 -0
- package/dist/assessments/common.js.map +1 -0
- package/dist/assessments/evidence.d.ts +78 -0
- package/dist/assessments/evidence.d.ts.map +1 -0
- package/dist/assessments/evidence.js +3 -0
- package/dist/assessments/evidence.js.map +1 -0
- package/dist/assessments/export.d.ts +27 -0
- package/dist/assessments/export.d.ts.map +1 -0
- package/dist/assessments/export.js +3 -0
- package/dist/assessments/export.js.map +1 -0
- package/dist/assessments/index.d.ts +11 -0
- package/dist/assessments/index.d.ts.map +1 -0
- package/dist/assessments/index.js +27 -0
- package/dist/assessments/index.js.map +1 -0
- package/dist/assessments/queue.d.ts +20 -0
- package/dist/assessments/queue.d.ts.map +1 -0
- package/dist/assessments/queue.js +6 -0
- package/dist/assessments/queue.js.map +1 -0
- package/dist/assessments/review.d.ts +36 -0
- package/dist/assessments/review.d.ts.map +1 -0
- package/dist/assessments/review.js +3 -0
- package/dist/assessments/review.js.map +1 -0
- package/dist/assessments/run.d.ts +62 -0
- package/dist/assessments/run.d.ts.map +1 -0
- package/dist/assessments/run.js +3 -0
- package/dist/assessments/run.js.map +1 -0
- package/dist/assessments/sow.d.ts +30 -0
- package/dist/assessments/sow.d.ts.map +1 -0
- package/dist/assessments/sow.js +3 -0
- package/dist/assessments/sow.js.map +1 -0
- package/dist/assessments/status.d.ts +27 -0
- package/dist/assessments/status.d.ts.map +1 -0
- package/dist/assessments/status.js +27 -0
- package/dist/assessments/status.js.map +1 -0
- package/dist/aws/commitments-planning.d.ts +8 -0
- package/dist/aws/commitments-planning.d.ts.map +1 -0
- package/dist/aws/commitments-planning.js +25 -0
- package/dist/aws/commitments-planning.js.map +1 -0
- package/dist/aws/commitmentsPlanningValidation.d.ts +7 -0
- package/dist/aws/commitmentsPlanningValidation.d.ts.map +1 -0
- package/dist/aws/commitmentsPlanningValidation.js +125 -0
- package/dist/aws/commitmentsPlanningValidation.js.map +1 -0
- package/dist/aws/estates.d.ts +153 -0
- package/dist/aws/estates.d.ts.map +1 -0
- package/dist/aws/estates.js +31 -0
- package/dist/aws/estates.js.map +1 -0
- package/dist/aws/index.d.ts +25 -0
- package/dist/aws/index.d.ts.map +1 -0
- package/dist/aws/index.js +40 -0
- package/dist/aws/index.js.map +1 -0
- package/dist/aws/onboarding.d.ts +57 -0
- package/dist/aws/onboarding.d.ts.map +1 -0
- package/dist/aws/onboarding.js +3 -0
- package/dist/aws/onboarding.js.map +1 -0
- package/dist/aws/organizationCommitments.d.ts +260 -0
- package/dist/aws/organizationCommitments.d.ts.map +1 -0
- package/dist/aws/organizationCommitments.js +53 -0
- package/dist/aws/organizationCommitments.js.map +1 -0
- package/dist/aws/organizationCommitmentsApiValidation.d.ts +21 -0
- package/dist/aws/organizationCommitmentsApiValidation.d.ts.map +1 -0
- package/dist/aws/organizationCommitmentsApiValidation.js +226 -0
- package/dist/aws/organizationCommitmentsApiValidation.js.map +1 -0
- package/dist/aws/organizationCommitmentsValidation.d.ts +12 -0
- package/dist/aws/organizationCommitmentsValidation.d.ts.map +1 -0
- package/dist/aws/organizationCommitmentsValidation.js +228 -0
- package/dist/aws/organizationCommitmentsValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.d.ts +10 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.js +225 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactEvidence.d.ts +161 -0
- package/dist/aws/pluginPublicArtifactEvidence.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactEvidence.js +3 -0
- package/dist/aws/pluginPublicArtifactEvidence.js.map +1 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.d.ts +4 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.js +259 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.d.ts +6 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.js +471 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactValidation.d.ts +3 -0
- package/dist/aws/pluginPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactValidation.js +9 -0
- package/dist/aws/pluginPublicArtifactValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.d.ts +23 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.js +240 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.js.map +1 -0
- package/dist/aws/pluginPublicArtifacts.d.ts +253 -0
- package/dist/aws/pluginPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifacts.js +116 -0
- package/dist/aws/pluginPublicArtifacts.js.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.d.ts +4 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.js +513 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.d.ts +13 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.js +5 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.js.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.d.ts +9 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.js +407 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.d.ts +17 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.js +6 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.js.map +1 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.d.ts +4 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.js +333 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.d.ts +6 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.js +301 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.d.ts +8 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.js +377 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.d.ts +178 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.js +44 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.js.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.d.ts +127 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.js +3 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.js.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.d.ts +6 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.js +405 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactValidation.d.ts +3 -0
- package/dist/aws/portalPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactValidation.js +14 -0
- package/dist/aws/portalPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactValidationCommon.d.ts +30 -0
- package/dist/aws/portalPublicArtifactValidationCommon.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactValidationCommon.js +167 -0
- package/dist/aws/portalPublicArtifactValidationCommon.js.map +1 -0
- package/dist/aws/portalPublicArtifacts.d.ts +400 -0
- package/dist/aws/portalPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifacts.js +85 -0
- package/dist/aws/portalPublicArtifacts.js.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.d.ts +4 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.js +338 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifacts.d.ts +196 -0
- package/dist/aws/portalRelationshipPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifacts.js +63 -0
- package/dist/aws/portalRelationshipPublicArtifacts.js.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.d.ts +269 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.d.ts.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.js +3 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.js.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.d.ts +2 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.d.ts.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.js +372 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.js.map +1 -0
- package/dist/aws/publicArtifacts.d.ts +76 -0
- package/dist/aws/publicArtifacts.d.ts.map +1 -0
- package/dist/aws/publicArtifacts.js +17 -0
- package/dist/aws/publicArtifacts.js.map +1 -0
- package/dist/aws/relationships.d.ts +4 -0
- package/dist/aws/relationships.d.ts.map +1 -0
- package/dist/aws/relationships.js +6 -0
- package/dist/aws/relationships.js.map +1 -0
- package/dist/aws/requests.d.ts +95 -0
- package/dist/aws/requests.d.ts.map +1 -0
- package/dist/aws/requests.js +23 -0
- package/dist/aws/requests.js.map +1 -0
- package/dist/azure/activityLogAnalysis.d.ts +320 -0
- package/dist/azure/activityLogAnalysis.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysis.js +70 -0
- package/dist/azure/activityLogAnalysis.js.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidation.d.ts +8 -0
- package/dist/azure/activityLogAnalysisPublicValidation.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidation.js +368 -0
- package/dist/azure/activityLogAnalysisPublicValidation.js.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.d.ts +33 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.js +197 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.js.map +1 -0
- package/dist/azure/activityLogAnalysisValidation.d.ts +5 -0
- package/dist/azure/activityLogAnalysisValidation.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysisValidation.js +376 -0
- package/dist/azure/activityLogAnalysisValidation.js.map +1 -0
- package/dist/azure/activityLogs.d.ts +79 -0
- package/dist/azure/activityLogs.d.ts.map +1 -0
- package/dist/azure/activityLogs.js +6 -0
- package/dist/azure/activityLogs.js.map +1 -0
- package/dist/azure/advisorScore.d.ts +39 -0
- package/dist/azure/advisorScore.d.ts.map +1 -0
- package/dist/azure/advisorScore.js +3 -0
- package/dist/azure/advisorScore.js.map +1 -0
- package/dist/azure/artifactRunReference.d.ts +11 -0
- package/dist/azure/artifactRunReference.d.ts.map +1 -0
- package/dist/azure/artifactRunReference.js +90 -0
- package/dist/azure/artifactRunReference.js.map +1 -0
- package/dist/azure/benefits.d.ts +163 -0
- package/dist/azure/benefits.d.ts.map +1 -0
- package/dist/azure/benefits.js +3 -0
- package/dist/azure/benefits.js.map +1 -0
- package/dist/azure/billingArtifactCanonicalization.d.ts +30 -0
- package/dist/azure/billingArtifactCanonicalization.d.ts.map +1 -0
- package/dist/azure/billingArtifactCanonicalization.js +371 -0
- package/dist/azure/billingArtifactCanonicalization.js.map +1 -0
- package/dist/azure/billingArtifactEvidence.d.ts +39 -0
- package/dist/azure/billingArtifactEvidence.d.ts.map +1 -0
- package/dist/azure/billingArtifactEvidence.js +29 -0
- package/dist/azure/billingArtifactEvidence.js.map +1 -0
- package/dist/azure/billingArtifactGeneration.d.ts +221 -0
- package/dist/azure/billingArtifactGeneration.d.ts.map +1 -0
- package/dist/azure/billingArtifactGeneration.js +477 -0
- package/dist/azure/billingArtifactGeneration.js.map +1 -0
- package/dist/azure/billingArtifactLimits.d.ts +19 -0
- package/dist/azure/billingArtifactLimits.d.ts.map +1 -0
- package/dist/azure/billingArtifactLimits.js +22 -0
- package/dist/azure/billingArtifactLimits.js.map +1 -0
- package/dist/azure/billingGeneration.d.ts +50 -0
- package/dist/azure/billingGeneration.d.ts.map +1 -0
- package/dist/azure/billingGeneration.js +3 -0
- package/dist/azure/billingGeneration.js.map +1 -0
- package/dist/azure/billingPlots.d.ts +321 -0
- package/dist/azure/billingPlots.d.ts.map +1 -0
- package/dist/azure/billingPlots.js +521 -0
- package/dist/azure/billingPlots.js.map +1 -0
- package/dist/azure/budgets.d.ts +4 -0
- package/dist/azure/budgets.d.ts.map +1 -1
- package/dist/azure/commitmentsPlanning.d.ts +731 -0
- package/dist/azure/commitmentsPlanning.d.ts.map +1 -0
- package/dist/azure/commitmentsPlanning.js +3 -0
- package/dist/azure/commitmentsPlanning.js.map +1 -0
- package/dist/azure/common.d.ts +69 -1
- package/dist/azure/common.d.ts.map +1 -1
- package/dist/azure/common.js +30 -0
- package/dist/azure/common.js.map +1 -1
- package/dist/azure/configs.d.ts +75 -2
- package/dist/azure/configs.d.ts.map +1 -1
- package/dist/azure/costComposition.d.ts +109 -0
- package/dist/azure/costComposition.d.ts.map +1 -0
- package/dist/azure/costComposition.js +52 -0
- package/dist/azure/costComposition.js.map +1 -0
- package/dist/azure/dataProtection.d.ts +269 -0
- package/dist/azure/dataProtection.d.ts.map +1 -0
- package/dist/azure/dataProtection.js +9 -0
- package/dist/azure/dataProtection.js.map +1 -0
- package/dist/azure/financialChargePolicy.d.ts +215 -0
- package/dist/azure/financialChargePolicy.d.ts.map +1 -0
- package/dist/azure/financialChargePolicy.js +488 -0
- package/dist/azure/financialChargePolicy.js.map +1 -0
- package/dist/azure/governance.d.ts +1092 -0
- package/dist/azure/governance.d.ts.map +1 -0
- package/dist/azure/governance.js +19 -0
- package/dist/azure/governance.js.map +1 -0
- package/dist/azure/licensing.d.ts +498 -0
- package/dist/azure/licensing.d.ts.map +1 -0
- package/dist/azure/licensing.js +3 -0
- package/dist/azure/licensing.js.map +1 -0
- package/dist/azure/metrics.d.ts +100 -30
- package/dist/azure/metrics.d.ts.map +1 -1
- package/dist/azure/payloads.d.ts +454 -1
- package/dist/azure/payloads.d.ts.map +1 -1
- package/dist/azure/payloads.js +87 -0
- package/dist/azure/payloads.js.map +1 -1
- package/dist/azure/portalArtifacts.d.ts +14 -0
- package/dist/azure/portalArtifacts.d.ts.map +1 -0
- package/dist/azure/portalArtifacts.js +5 -0
- package/dist/azure/portalArtifacts.js.map +1 -0
- package/dist/azure/prices.d.ts +250 -0
- package/dist/azure/prices.d.ts.map +1 -1
- package/dist/azure/publicIpAddresses.d.ts +171 -0
- package/dist/azure/publicIpAddresses.d.ts.map +1 -0
- package/dist/azure/publicIpAddresses.js +6 -0
- package/dist/azure/publicIpAddresses.js.map +1 -0
- package/dist/azure/recommendationAudit.d.ts +167 -0
- package/dist/azure/recommendationAudit.d.ts.map +1 -0
- package/dist/azure/recommendationAudit.js +20 -0
- package/dist/azure/recommendationAudit.js.map +1 -0
- package/dist/azure/recommendationState.d.ts +104 -4
- package/dist/azure/recommendationState.d.ts.map +1 -1
- package/dist/azure/recommendationTracks.d.ts +214 -0
- package/dist/azure/recommendationTracks.d.ts.map +1 -0
- package/dist/azure/recommendationTracks.js +44 -0
- package/dist/azure/recommendationTracks.js.map +1 -0
- package/dist/azure/recommendationWorkflow.d.ts +304 -0
- package/dist/azure/recommendationWorkflow.d.ts.map +1 -0
- package/dist/azure/recommendationWorkflow.js +17 -0
- package/dist/azure/recommendationWorkflow.js.map +1 -0
- package/dist/azure/recommendations.d.ts +686 -11
- package/dist/azure/recommendations.d.ts.map +1 -1
- package/dist/azure/recommendations.js.map +1 -1
- package/dist/azure/regulatoryCompliance.d.ts +301 -0
- package/dist/azure/regulatoryCompliance.d.ts.map +1 -0
- package/dist/azure/regulatoryCompliance.js +10 -0
- package/dist/azure/regulatoryCompliance.js.map +1 -0
- package/dist/azure/relationships.d.ts +193 -0
- package/dist/azure/relationships.d.ts.map +1 -0
- package/dist/azure/relationships.js +6 -0
- package/dist/azure/relationships.js.map +1 -0
- package/dist/azure/reportDailySpend.d.ts +48 -0
- package/dist/azure/reportDailySpend.d.ts.map +1 -0
- package/dist/azure/reportDailySpend.js +6 -0
- package/dist/azure/reportDailySpend.js.map +1 -0
- package/dist/azure/reportDailySpendValidation.d.ts +3 -0
- package/dist/azure/reportDailySpendValidation.d.ts.map +1 -0
- package/dist/azure/reportDailySpendValidation.js +72 -0
- package/dist/azure/reportDailySpendValidation.js.map +1 -0
- package/dist/azure/reportEvidence.d.ts +751 -0
- package/dist/azure/reportEvidence.d.ts.map +1 -0
- package/dist/azure/reportEvidence.js +29 -0
- package/dist/azure/reportEvidence.js.map +1 -0
- package/dist/azure/reportEvidenceCatalogueValidation.d.ts +5 -0
- package/dist/azure/reportEvidenceCatalogueValidation.d.ts.map +1 -0
- package/dist/azure/reportEvidenceCatalogueValidation.js +109 -0
- package/dist/azure/reportEvidenceCatalogueValidation.js.map +1 -0
- package/dist/azure/reportEvidenceValidation.d.ts +7 -0
- package/dist/azure/reportEvidenceValidation.d.ts.map +1 -0
- package/dist/azure/reportEvidenceValidation.js +543 -0
- package/dist/azure/reportEvidenceValidation.js.map +1 -0
- package/dist/azure/reportEvidenceValidationHelpers.d.ts +14 -0
- package/dist/azure/reportEvidenceValidationHelpers.d.ts.map +1 -0
- package/dist/azure/reportEvidenceValidationHelpers.js +122 -0
- package/dist/azure/reportEvidenceValidationHelpers.js.map +1 -0
- package/dist/azure/reportSavingsContributionValidation.d.ts +5 -0
- package/dist/azure/reportSavingsContributionValidation.d.ts.map +1 -0
- package/dist/azure/reportSavingsContributionValidation.js +37 -0
- package/dist/azure/reportSavingsContributionValidation.js.map +1 -0
- package/dist/azure/reportSpend.d.ts +87 -0
- package/dist/azure/reportSpend.d.ts.map +1 -0
- package/dist/azure/reportSpend.js +5 -0
- package/dist/azure/reportSpend.js.map +1 -0
- package/dist/azure/reportSpendValidation.d.ts +7 -0
- package/dist/azure/reportSpendValidation.d.ts.map +1 -0
- package/dist/azure/reportSpendValidation.js +197 -0
- package/dist/azure/reportSpendValidation.js.map +1 -0
- package/dist/azure/reportSpendValidationHelpers.d.ts +7 -0
- package/dist/azure/reportSpendValidationHelpers.d.ts.map +1 -0
- package/dist/azure/reportSpendValidationHelpers.js +31 -0
- package/dist/azure/reportSpendValidationHelpers.js.map +1 -0
- package/dist/azure/reportingTemplates.d.ts +70 -0
- package/dist/azure/reportingTemplates.d.ts.map +1 -0
- package/dist/azure/reportingTemplates.js +5 -0
- package/dist/azure/reportingTemplates.js.map +1 -0
- package/dist/azure/reports.d.ts +278 -2
- package/dist/azure/reports.d.ts.map +1 -1
- package/dist/azure/reports.js +1 -1
- package/dist/azure/reports.js.map +1 -1
- package/dist/azure/resilienceFacts.d.ts +100 -0
- package/dist/azure/resilienceFacts.d.ts.map +1 -0
- package/dist/azure/resilienceFacts.js +20 -0
- package/dist/azure/resilienceFacts.js.map +1 -0
- package/dist/azure/resilienceFactsValidation.d.ts +4 -0
- package/dist/azure/resilienceFactsValidation.d.ts.map +1 -0
- package/dist/azure/resilienceFactsValidation.js +70 -0
- package/dist/azure/resilienceFactsValidation.js.map +1 -0
- package/dist/azure/resourceHealth.d.ts +264 -0
- package/dist/azure/resourceHealth.d.ts.map +1 -0
- package/dist/azure/resourceHealth.js +16 -0
- package/dist/azure/resourceHealth.js.map +1 -0
- package/dist/azure/resourceOptimization.d.ts +79 -0
- package/dist/azure/resourceOptimization.d.ts.map +1 -0
- package/dist/azure/resourceOptimization.js +3 -0
- package/dist/azure/resourceOptimization.js.map +1 -0
- package/dist/azure/resources.d.ts +80 -0
- package/dist/azure/resources.d.ts.map +1 -1
- package/dist/azure/reviewChecklist.d.ts +155 -0
- package/dist/azure/reviewChecklist.d.ts.map +1 -0
- package/dist/azure/reviewChecklist.js +3 -0
- package/dist/azure/reviewChecklist.js.map +1 -0
- package/dist/azure/savings.d.ts +76 -0
- package/dist/azure/savings.d.ts.map +1 -0
- package/dist/azure/savings.js +3 -0
- package/dist/azure/savings.js.map +1 -0
- package/dist/azure/secureScore.d.ts +23 -0
- package/dist/azure/secureScore.d.ts.map +1 -0
- package/dist/azure/secureScore.js +3 -0
- package/dist/azure/secureScore.js.map +1 -0
- package/dist/azure/security.d.ts +3 -0
- package/dist/azure/security.d.ts.map +1 -1
- package/dist/azure/serviceRetirement.d.ts +90 -0
- package/dist/azure/serviceRetirement.d.ts.map +1 -0
- package/dist/azure/serviceRetirement.js +3 -0
- package/dist/azure/serviceRetirement.js.map +1 -0
- package/dist/azure/serviceRetirementState.d.ts +22 -0
- package/dist/azure/serviceRetirementState.d.ts.map +1 -0
- package/dist/azure/serviceRetirementState.js +3 -0
- package/dist/azure/serviceRetirementState.js.map +1 -0
- package/dist/azure/serviceRetirementWorkManagement.d.ts +7 -0
- package/dist/azure/serviceRetirementWorkManagement.d.ts.map +1 -0
- package/dist/azure/serviceRetirementWorkManagement.js +3 -0
- package/dist/azure/serviceRetirementWorkManagement.js.map +1 -0
- package/dist/azure/storage-inventory.d.ts +285 -0
- package/dist/azure/storage-inventory.d.ts.map +1 -0
- package/dist/azure/storage-inventory.js +3 -0
- package/dist/azure/storage-inventory.js.map +1 -0
- package/dist/azure/subscriptions.d.ts +129 -8
- package/dist/azure/subscriptions.d.ts.map +1 -1
- package/dist/azure/subscriptions.js +35 -0
- package/dist/azure/subscriptions.js.map +1 -1
- package/dist/azure/views.d.ts +959 -7
- package/dist/azure/views.d.ts.map +1 -1
- package/dist/azure/views.js +511 -0
- package/dist/azure/views.js.map +1 -1
- package/dist/azure/vmPatchManagement.d.ts +109 -0
- package/dist/azure/vmPatchManagement.d.ts.map +1 -0
- package/dist/azure/vmPatchManagement.js +7 -0
- package/dist/azure/vmPatchManagement.js.map +1 -0
- package/dist/azure/workManagement.d.ts +154 -0
- package/dist/azure/workManagement.d.ts.map +1 -0
- package/dist/azure/workManagement.js +8 -0
- package/dist/azure/workManagement.js.map +1 -0
- package/dist/common/artifactControlData.d.ts +26 -0
- package/dist/common/artifactControlData.d.ts.map +1 -0
- package/dist/common/artifactControlData.js +208 -0
- package/dist/common/artifactControlData.js.map +1 -0
- package/dist/common/artifactEvidence.d.ts +151 -0
- package/dist/common/artifactEvidence.d.ts.map +1 -0
- package/dist/common/artifactEvidence.js +207 -0
- package/dist/common/artifactEvidence.js.map +1 -0
- package/dist/common/artifactEvidenceValidation.d.ts +16 -0
- package/dist/common/artifactEvidenceValidation.d.ts.map +1 -0
- package/dist/common/artifactEvidenceValidation.js +31 -0
- package/dist/common/artifactEvidenceValidation.js.map +1 -0
- package/dist/common/artifactGeneration.d.ts +93 -0
- package/dist/common/artifactGeneration.d.ts.map +1 -0
- package/dist/common/artifactGeneration.js +5 -0
- package/dist/common/artifactGeneration.js.map +1 -0
- package/dist/common/boundedRows.d.ts +7 -0
- package/dist/common/boundedRows.d.ts.map +1 -0
- package/dist/common/boundedRows.js +3 -0
- package/dist/common/boundedRows.js.map +1 -0
- package/dist/common/capabilityPassport.d.ts +114 -0
- package/dist/common/capabilityPassport.d.ts.map +1 -0
- package/dist/common/capabilityPassport.js +211 -0
- package/dist/common/capabilityPassport.js.map +1 -0
- package/dist/common/index.d.ts +6 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +6 -0
- package/dist/common/index.js.map +1 -1
- package/dist/common/metricStats.d.ts +29 -0
- package/dist/common/metricStats.d.ts.map +1 -0
- package/dist/common/metricStats.js +3 -0
- package/dist/common/metricStats.js.map +1 -0
- package/dist/common/pagination.d.ts +3 -0
- package/dist/common/pagination.d.ts.map +1 -1
- package/dist/common/provider.d.ts +86 -0
- package/dist/common/provider.d.ts.map +1 -0
- package/dist/common/provider.js +15 -0
- package/dist/common/provider.js.map +1 -0
- package/dist/common/providerSyncProgress.d.ts +91 -0
- package/dist/common/providerSyncProgress.d.ts.map +1 -0
- package/dist/common/providerSyncProgress.js +3 -0
- package/dist/common/providerSyncProgress.js.map +1 -0
- package/dist/common/relationships.d.ts +8 -0
- package/dist/common/relationships.d.ts.map +1 -0
- package/dist/common/relationships.js +3 -0
- package/dist/common/relationships.js.map +1 -0
- package/dist/common/syncProgress.d.ts +27 -0
- package/dist/common/syncProgress.d.ts.map +1 -0
- package/dist/common/syncProgress.js +3 -0
- package/dist/common/syncProgress.js.map +1 -0
- package/dist/common/utilizationStories.d.ts +516 -0
- package/dist/common/utilizationStories.d.ts.map +1 -0
- package/dist/common/utilizationStories.js +21 -0
- package/dist/common/utilizationStories.js.map +1 -0
- package/dist/common/utilizationStoriesValidation.d.ts +48 -0
- package/dist/common/utilizationStoriesValidation.d.ts.map +1 -0
- package/dist/common/utilizationStoriesValidation.js +552 -0
- package/dist/common/utilizationStoriesValidation.js.map +1 -0
- package/dist/common/validationHelpers.d.ts +18 -0
- package/dist/common/validationHelpers.d.ts.map +1 -0
- package/dist/common/validationHelpers.js +36 -0
- package/dist/common/validationHelpers.js.map +1 -0
- package/dist/company/billingAccount.d.ts +30 -0
- package/dist/company/billingAccount.d.ts.map +1 -0
- package/dist/company/billingAccount.js +3 -0
- package/dist/company/billingAccount.js.map +1 -0
- package/dist/company/company.d.ts +92 -1
- package/dist/company/company.d.ts.map +1 -1
- package/dist/company/companyHierarchy.d.ts +53 -0
- package/dist/company/companyHierarchy.d.ts.map +1 -0
- package/dist/company/companyHierarchy.js +3 -0
- package/dist/company/companyHierarchy.js.map +1 -0
- package/dist/company/companyNotes.d.ts +288 -0
- package/dist/company/companyNotes.d.ts.map +1 -0
- package/dist/company/companyNotes.js +42 -0
- package/dist/company/companyNotes.js.map +1 -0
- package/dist/company/customProperties.d.ts +2 -0
- package/dist/company/customProperties.d.ts.map +1 -0
- package/dist/company/customProperties.js +18 -0
- package/dist/company/customProperties.js.map +1 -0
- package/dist/company/index.d.ts +3 -0
- package/dist/company/index.d.ts.map +1 -1
- package/dist/company/index.js +3 -0
- package/dist/company/index.js.map +1 -1
- package/dist/company/notification.d.ts +35 -1
- package/dist/company/notification.d.ts.map +1 -1
- package/dist/company/notification.js +27 -12
- package/dist/company/notification.js.map +1 -1
- package/dist/company/survey.d.ts +3 -0
- package/dist/company/survey.d.ts.map +1 -1
- package/dist/customProperties/customProperties.d.ts +87 -0
- package/dist/customProperties/customProperties.d.ts.map +1 -0
- package/dist/customProperties/customProperties.js +3 -0
- package/dist/customProperties/customProperties.js.map +1 -0
- package/dist/customProperties/index.d.ts +2 -0
- package/dist/customProperties/index.d.ts.map +1 -0
- package/dist/customProperties/index.js +18 -0
- package/dist/customProperties/index.js.map +1 -0
- package/dist/environment/canonicalization.d.ts +12 -0
- package/dist/environment/canonicalization.d.ts.map +1 -0
- package/dist/environment/canonicalization.js +40 -0
- package/dist/environment/canonicalization.js.map +1 -0
- package/dist/environment/contracts.d.ts +472 -0
- package/dist/environment/contracts.d.ts.map +1 -0
- package/dist/environment/contracts.js +73 -0
- package/dist/environment/contracts.js.map +1 -0
- package/dist/environment/index.d.ts +6 -0
- package/dist/environment/index.d.ts.map +1 -0
- package/dist/environment/index.js +22 -0
- package/dist/environment/index.js.map +1 -0
- package/dist/environment/internal.d.ts +21 -0
- package/dist/environment/internal.d.ts.map +1 -0
- package/dist/environment/internal.js +113 -0
- package/dist/environment/internal.js.map +1 -0
- package/dist/environment/references.d.ts +24 -0
- package/dist/environment/references.d.ts.map +1 -0
- package/dist/environment/references.js +243 -0
- package/dist/environment/references.js.map +1 -0
- package/dist/environment/tenant.d.ts +128 -0
- package/dist/environment/tenant.d.ts.map +1 -0
- package/dist/environment/tenant.js +203 -0
- package/dist/environment/tenant.js.map +1 -0
- package/dist/environment/validation.d.ts +34 -0
- package/dist/environment/validation.d.ts.map +1 -0
- package/dist/environment/validation.js +655 -0
- package/dist/environment/validation.js.map +1 -0
- package/dist/esm/accounts/accounts.js +116 -0
- package/dist/esm/accounts/azureManualOnboarding.js +8 -0
- package/dist/esm/accounts/azureSpSetup.js +14 -0
- package/dist/esm/accounts/azureSpSetupDurable.js +27 -0
- package/dist/esm/accounts/index.js +6 -0
- package/dist/esm/accounts/readPermissions.js +198 -0
- package/dist/esm/accounts/validation.js +1 -0
- package/dist/esm/accounts/writePermissions.js +52 -0
- package/dist/esm/ai/conversationHistory.js +6 -0
- package/dist/esm/ai/grounding.js +80 -0
- package/dist/esm/ai/index.js +11 -0
- package/dist/esm/ai/workspaceArtifacts.js +158 -0
- package/dist/esm/assessments/artifact.js +1 -0
- package/dist/esm/assessments/catalogue.js +12 -0
- package/dist/esm/assessments/common.js +1 -0
- package/dist/esm/assessments/evidence.js +1 -0
- package/dist/esm/assessments/export.js +1 -0
- package/dist/esm/assessments/index.js +10 -0
- package/dist/esm/assessments/queue.js +2 -0
- package/dist/esm/assessments/review.js +1 -0
- package/dist/esm/assessments/run.js +1 -0
- package/dist/esm/assessments/sow.js +1 -0
- package/dist/esm/assessments/status.js +23 -0
- package/dist/esm/aws/commitments-planning.js +6 -0
- package/dist/esm/aws/commitmentsPlanningValidation.js +121 -0
- package/dist/esm/aws/estates.js +27 -0
- package/dist/esm/aws/index.js +23 -0
- package/dist/esm/aws/onboarding.js +1 -0
- package/dist/esm/aws/organizationCommitments.js +48 -0
- package/dist/esm/aws/organizationCommitmentsApiValidation.js +220 -0
- package/dist/esm/aws/organizationCommitmentsValidation.js +224 -0
- package/dist/esm/aws/pluginPublicArtifactBodyValidation.js +217 -0
- package/dist/esm/aws/pluginPublicArtifactEvidence.js +1 -0
- package/dist/esm/aws/pluginPublicArtifactManifestValidation.js +255 -0
- package/dist/esm/aws/pluginPublicArtifactSectionValidation.js +464 -0
- package/dist/esm/aws/pluginPublicArtifactValidation.js +2 -0
- package/dist/esm/aws/pluginPublicArtifactValidationHelpers.js +216 -0
- package/dist/esm/aws/pluginPublicArtifacts.js +109 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifactValidation.js +509 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifacts.js +1 -0
- package/dist/esm/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.js +402 -0
- package/dist/esm/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.js +2 -0
- package/dist/esm/aws/portalPublicArtifactCurrentValidation.js +328 -0
- package/dist/esm/aws/portalPublicArtifactEvidenceValidation.js +294 -0
- package/dist/esm/aws/portalPublicArtifactHistoryAiValidation.js +368 -0
- package/dist/esm/aws/portalPublicArtifactHistoryTypes.js +40 -0
- package/dist/esm/aws/portalPublicArtifactNestedEvidence.js +1 -0
- package/dist/esm/aws/portalPublicArtifactNestedEvidenceValidation.js +397 -0
- package/dist/esm/aws/portalPublicArtifactValidation.js +2 -0
- package/dist/esm/aws/portalPublicArtifactValidationCommon.js +139 -0
- package/dist/esm/aws/portalPublicArtifacts.js +73 -0
- package/dist/esm/aws/portalRelationshipPublicArtifactValidation.js +334 -0
- package/dist/esm/aws/portalRelationshipPublicArtifacts.js +59 -0
- package/dist/esm/aws/portalRelationshipResourceNodeTypes.js +1 -0
- package/dist/esm/aws/portalRelationshipResourceNodeValidation.js +368 -0
- package/dist/esm/aws/publicArtifacts.js +13 -0
- package/dist/esm/aws/relationships.js +1 -0
- package/dist/esm/aws/requests.js +19 -0
- package/dist/esm/azure/activityLogAnalysis.js +64 -0
- package/dist/esm/azure/activityLogAnalysisPublicValidation.js +360 -0
- package/dist/esm/azure/activityLogAnalysisPublicValidationHelpers.js +172 -0
- package/dist/esm/azure/activityLogAnalysisValidation.js +365 -0
- package/dist/esm/azure/activityLogs.js +2 -0
- package/dist/esm/azure/advisorScore.js +1 -0
- package/dist/esm/azure/artifactRunReference.js +83 -0
- package/dist/esm/azure/benefits.js +1 -0
- package/dist/esm/azure/billingArtifactCanonicalization.js +360 -0
- package/dist/esm/azure/billingArtifactEvidence.js +23 -0
- package/dist/esm/azure/billingArtifactGeneration.js +461 -0
- package/dist/esm/azure/billingArtifactLimits.js +18 -0
- package/dist/esm/azure/billingGeneration.js +1 -0
- package/dist/esm/azure/billingPlots.js +511 -0
- package/dist/esm/azure/budgets.js +1 -0
- package/dist/esm/azure/commitmentsPlanning.js +1 -0
- package/dist/esm/azure/common.js +28 -0
- package/dist/esm/azure/configs.js +1 -0
- package/dist/esm/azure/costComposition.js +47 -0
- package/dist/esm/azure/dataProtection.js +5 -0
- package/dist/esm/azure/financialChargePolicy.js +473 -0
- package/dist/esm/azure/governance.js +15 -0
- package/dist/esm/azure/licensing.js +1 -0
- package/dist/esm/azure/metrics.js +1 -0
- package/dist/esm/azure/payloads.js +84 -0
- package/dist/esm/azure/portalArtifacts.js +1 -0
- package/dist/esm/azure/prices.js +1 -0
- package/dist/esm/azure/publicIpAddresses.js +2 -0
- package/dist/esm/azure/recommendationAudit.js +16 -0
- package/dist/esm/azure/recommendationState.js +1 -0
- package/dist/esm/azure/recommendationTracks.js +40 -0
- package/dist/esm/azure/recommendationWorkflow.js +13 -0
- package/dist/esm/azure/recommendations.js +10 -0
- package/dist/esm/azure/regulatoryCompliance.js +6 -0
- package/dist/esm/azure/relationships.js +2 -0
- package/dist/esm/azure/reportDailySpend.js +2 -0
- package/dist/esm/azure/reportDailySpendValidation.js +67 -0
- package/dist/esm/azure/reportEvidence.js +25 -0
- package/dist/esm/azure/reportEvidenceCatalogueValidation.js +103 -0
- package/dist/esm/azure/reportEvidenceValidation.js +535 -0
- package/dist/esm/azure/reportEvidenceValidationHelpers.js +94 -0
- package/dist/esm/azure/reportSavingsContributionValidation.js +30 -0
- package/dist/esm/azure/reportSpend.js +1 -0
- package/dist/esm/azure/reportSpendValidation.js +189 -0
- package/dist/esm/azure/reportSpendValidationHelpers.js +22 -0
- package/dist/esm/azure/reportingTemplates.js +1 -0
- package/dist/esm/azure/reports.js +12 -0
- package/dist/esm/azure/resilienceFacts.js +16 -0
- package/dist/esm/azure/resilienceFactsValidation.js +64 -0
- package/dist/esm/azure/resourceHealth.js +12 -0
- package/dist/esm/azure/resourceOptimization.js +1 -0
- package/dist/esm/azure/resources.js +1 -0
- package/dist/esm/azure/reviewChecklist.js +1 -0
- package/dist/esm/azure/savings.js +1 -0
- package/dist/esm/azure/secureScore.js +1 -0
- package/dist/esm/azure/security.js +1 -0
- package/dist/esm/azure/serviceRetirement.js +1 -0
- package/dist/esm/azure/serviceRetirementState.js +1 -0
- package/dist/esm/azure/serviceRetirementWorkManagement.js +1 -0
- package/dist/esm/azure/storage-inventory.js +1 -0
- package/dist/esm/azure/subscriptions.js +33 -0
- package/dist/esm/azure/views.js +505 -0
- package/dist/esm/azure/vmPatchManagement.js +3 -0
- package/dist/esm/azure/workManagement.js +4 -0
- package/dist/esm/common/artifactControlData.js +200 -0
- package/dist/esm/common/artifactEvidence.js +198 -0
- package/dist/esm/common/artifactEvidenceValidation.js +24 -0
- package/dist/esm/common/artifactGeneration.js +1 -0
- package/dist/esm/common/boundedRows.js +1 -0
- package/dist/esm/common/capabilityPassport.js +206 -0
- package/dist/esm/common/index.js +7 -0
- package/dist/esm/common/metricStats.js +1 -0
- package/dist/esm/common/pagination.js +1 -0
- package/dist/esm/common/provider.js +11 -0
- package/dist/esm/common/providerSyncProgress.js +1 -0
- package/dist/esm/common/relationships.js +1 -0
- package/dist/esm/common/syncProgress.js +1 -0
- package/dist/esm/common/utilizationStories.js +17 -0
- package/dist/esm/common/utilizationStoriesValidation.js +514 -0
- package/dist/esm/common/validationHelpers.js +18 -0
- package/dist/esm/company/billingAccount.js +1 -0
- package/dist/esm/company/company.js +1 -0
- package/dist/esm/company/companyHierarchy.js +1 -0
- package/dist/esm/company/companyNotes.js +38 -0
- package/dist/esm/company/customProperties.js +1 -0
- package/dist/esm/company/index.js +6 -0
- package/dist/esm/company/notification.js +43 -0
- package/dist/esm/company/survey.js +1 -0
- package/dist/esm/customProperties/customProperties.js +1 -0
- package/dist/esm/customProperties/index.js +1 -0
- package/dist/esm/entries/aws.js +3 -0
- package/dist/esm/entries/commitments-planning.js +3 -0
- package/dist/esm/entries/environment.js +3 -0
- package/dist/esm/entries/provider.js +3 -0
- package/dist/esm/entries/recommendations.js +3 -0
- package/dist/esm/entries/relationships.js +3 -0
- package/dist/esm/entries/root.js +3 -0
- package/dist/esm/environment/canonicalization.js +34 -0
- package/dist/esm/environment/contracts.js +69 -0
- package/dist/esm/environment/index.js +5 -0
- package/dist/esm/environment/internal.js +97 -0
- package/dist/esm/environment/references.js +230 -0
- package/dist/esm/environment/tenant.js +190 -0
- package/dist/esm/environment/validation.js +635 -0
- package/dist/esm/events/actionGroups.js +1 -0
- package/dist/esm/events/alertDefinitionRun.js +1 -0
- package/dist/esm/events/baseAlert.js +1 -0
- package/dist/esm/events/cost.js +1 -0
- package/dist/esm/events/costAnomalies.js +1 -0
- package/dist/esm/events/costViews.js +1 -0
- package/dist/esm/events/eventStatus.js +1 -0
- package/dist/esm/events/index.js +8 -0
- package/dist/esm/events/quickAlerts.js +2 -0
- package/dist/esm/features-and-permissions/access.js +1 -0
- package/dist/esm/features-and-permissions/index.js +1 -0
- package/dist/esm/feedbacks/feedback.js +1 -0
- package/dist/esm/identity/apikey.js +1 -0
- package/dist/esm/identity/index.js +2 -0
- package/dist/esm/identity/microsoftSignInAdminConsent.js +1 -0
- package/dist/esm/index.js +77 -0
- package/dist/esm/index.vite.js +54 -0
- package/dist/esm/integrations/autotask.js +1 -0
- package/dist/esm/integrations/azureDevOps.js +1 -0
- package/dist/esm/integrations/github.js +1 -0
- package/dist/esm/integrations/halo.js +1 -0
- package/dist/esm/integrations/index.js +5 -0
- package/dist/esm/integrations/integrationTickets.js +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/portfolio/index.js +2 -0
- package/dist/esm/portfolio/portfolioOperations.js +1 -0
- package/dist/esm/portfolio/portfolioProjections.js +17 -0
- package/dist/esm/scheduler/bastionSchedule.js +1 -0
- package/dist/esm/scheduler/bastionScheduleProfile.js +206 -0
- package/dist/esm/scheduler/bastionScheduleValidation.js +399 -0
- package/dist/esm/scheduler/index.js +4 -0
- package/dist/esm/scheduler/legacySchedulerContracts.js +1 -0
- package/dist/esm/scheduler/resourceStrategy.js +2 -0
- package/dist/esm/scheduler/resourceStrategyCapabilityValidation.js +225 -0
- package/dist/esm/scheduler/resourceStrategyContracts.js +20 -0
- package/dist/esm/scheduler/resourceStrategyFinancialValidation.js +145 -0
- package/dist/esm/scheduler/resourceStrategyPermissionValidation.js +190 -0
- package/dist/esm/scheduler/resourceStrategyScheduleValidation.js +503 -0
- package/dist/esm/scheduler/resourceStrategyValidation.js +4 -0
- package/dist/esm/scheduler/resourceStrategyValidationShared.js +261 -0
- package/dist/esm/scheduler/schedulerContracts.js +1 -0
- package/dist/esm/scheduler/schedulerValidation.js +363 -0
- package/dist/esm/scheduler/weeklyAvailabilityFixtures.js +140 -0
- package/dist/esm/tags/index.js +1 -0
- package/dist/esm/tags/tags.js +6 -0
- package/dist/esm/unknown/services.js +1 -0
- package/dist/esm/users/companyUser.js +2 -0
- package/dist/esm/users/index.js +2 -0
- package/dist/esm/users/user.js +1 -0
- package/dist/events/actionGroups.d.ts +85 -0
- package/dist/events/actionGroups.d.ts.map +1 -0
- package/dist/events/actionGroups.js +3 -0
- package/dist/events/actionGroups.js.map +1 -0
- package/dist/events/alertDefinitionRun.d.ts +27 -0
- package/dist/events/alertDefinitionRun.d.ts.map +1 -0
- package/dist/events/alertDefinitionRun.js +3 -0
- package/dist/events/alertDefinitionRun.js.map +1 -0
- package/dist/events/baseAlert.d.ts +141 -0
- package/dist/events/baseAlert.d.ts.map +1 -0
- package/dist/events/baseAlert.js +3 -0
- package/dist/events/baseAlert.js.map +1 -0
- package/dist/events/cost.d.ts +371 -0
- package/dist/events/cost.d.ts.map +1 -0
- package/dist/events/cost.js +3 -0
- package/dist/events/cost.js.map +1 -0
- package/dist/events/costAnomalies.d.ts +47 -0
- package/dist/events/costAnomalies.d.ts.map +1 -0
- package/dist/events/costAnomalies.js +3 -0
- package/dist/events/costAnomalies.js.map +1 -0
- package/dist/events/costViews.d.ts +25 -0
- package/dist/events/costViews.d.ts.map +1 -0
- package/dist/events/costViews.js +3 -0
- package/dist/events/costViews.js.map +1 -0
- package/dist/events/eventStatus.d.ts +67 -0
- package/dist/events/eventStatus.d.ts.map +1 -0
- package/dist/events/eventStatus.js +3 -0
- package/dist/events/eventStatus.js.map +1 -0
- package/dist/events/index.d.ts +9 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +25 -0
- package/dist/events/index.js.map +1 -0
- package/dist/events/quickAlerts.d.ts +76 -0
- package/dist/events/quickAlerts.d.ts.map +1 -0
- package/dist/events/quickAlerts.js +7 -0
- package/dist/events/quickAlerts.js.map +1 -0
- package/dist/features-and-permissions/access.d.ts +218 -0
- package/dist/features-and-permissions/access.d.ts.map +1 -0
- package/dist/features-and-permissions/access.js +3 -0
- package/dist/features-and-permissions/access.js.map +1 -0
- package/dist/features-and-permissions/index.d.ts +2 -0
- package/dist/features-and-permissions/index.d.ts.map +1 -0
- package/dist/features-and-permissions/index.js +18 -0
- package/dist/features-and-permissions/index.js.map +1 -0
- package/dist/feedbacks/feedback.d.ts +9 -0
- package/dist/feedbacks/feedback.d.ts.map +1 -1
- package/dist/identity/apikey.d.ts +84 -0
- package/dist/identity/apikey.d.ts.map +1 -0
- package/dist/identity/apikey.js +3 -0
- package/dist/identity/apikey.js.map +1 -0
- package/dist/identity/index.d.ts +3 -0
- package/dist/identity/index.d.ts.map +1 -0
- package/dist/identity/index.js +19 -0
- package/dist/identity/index.js.map +1 -0
- package/dist/identity/microsoftSignInAdminConsent.d.ts +59 -0
- package/dist/identity/microsoftSignInAdminConsent.d.ts.map +1 -0
- package/dist/identity/microsoftSignInAdminConsent.js +3 -0
- package/dist/identity/microsoftSignInAdminConsent.js.map +1 -0
- package/dist/index.d.ts +59 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +65 -1
- package/dist/index.js.map +1 -1
- package/dist/index.vite.d.ts +55 -0
- package/dist/index.vite.d.ts.map +1 -0
- package/dist/index.vite.js +75 -0
- package/dist/index.vite.js.map +1 -0
- package/dist/integrations/autotask.d.ts +108 -0
- package/dist/integrations/autotask.d.ts.map +1 -0
- package/dist/integrations/autotask.js +3 -0
- package/dist/integrations/autotask.js.map +1 -0
- package/dist/integrations/azureDevOps.d.ts +130 -0
- package/dist/integrations/azureDevOps.d.ts.map +1 -0
- package/dist/integrations/azureDevOps.js +3 -0
- package/dist/integrations/azureDevOps.js.map +1 -0
- package/dist/integrations/github.d.ts +96 -0
- package/dist/integrations/github.d.ts.map +1 -0
- package/dist/integrations/github.js +3 -0
- package/dist/integrations/github.js.map +1 -0
- package/dist/integrations/halo.d.ts +76 -0
- package/dist/integrations/halo.d.ts.map +1 -0
- package/dist/integrations/halo.js +3 -0
- package/dist/integrations/halo.js.map +1 -0
- package/dist/integrations/index.d.ts +6 -0
- package/dist/integrations/index.d.ts.map +1 -0
- package/dist/integrations/index.js +22 -0
- package/dist/integrations/index.js.map +1 -0
- package/dist/integrations/integrationTickets.d.ts +77 -0
- package/dist/integrations/integrationTickets.d.ts.map +1 -0
- package/dist/integrations/integrationTickets.js +3 -0
- package/dist/integrations/integrationTickets.js.map +1 -0
- package/dist/portfolio/index.d.ts +3 -0
- package/dist/portfolio/index.d.ts.map +1 -0
- package/dist/portfolio/index.js +19 -0
- package/dist/portfolio/index.js.map +1 -0
- package/dist/portfolio/portfolioOperations.d.ts +174 -0
- package/dist/portfolio/portfolioOperations.d.ts.map +1 -0
- package/dist/portfolio/portfolioOperations.js +3 -0
- package/dist/portfolio/portfolioOperations.js.map +1 -0
- package/dist/portfolio/portfolioProjections.d.ts +460 -0
- package/dist/portfolio/portfolioProjections.d.ts.map +1 -0
- package/dist/portfolio/portfolioProjections.js +21 -0
- package/dist/portfolio/portfolioProjections.js.map +1 -0
- package/dist/scheduler/bastionSchedule.d.ts +113 -0
- package/dist/scheduler/bastionSchedule.d.ts.map +1 -0
- package/dist/scheduler/bastionSchedule.js +3 -0
- package/dist/scheduler/bastionSchedule.js.map +1 -0
- package/dist/scheduler/bastionScheduleProfile.d.ts +24 -0
- package/dist/scheduler/bastionScheduleProfile.d.ts.map +1 -0
- package/dist/scheduler/bastionScheduleProfile.js +210 -0
- package/dist/scheduler/bastionScheduleProfile.js.map +1 -0
- package/dist/scheduler/bastionScheduleValidation.d.ts +10 -0
- package/dist/scheduler/bastionScheduleValidation.d.ts.map +1 -0
- package/dist/scheduler/bastionScheduleValidation.js +410 -0
- package/dist/scheduler/bastionScheduleValidation.js.map +1 -0
- package/dist/scheduler/index.d.ts +5 -0
- package/dist/scheduler/index.d.ts.map +1 -0
- package/dist/scheduler/index.js +21 -0
- package/dist/scheduler/index.js.map +1 -0
- package/dist/scheduler/legacySchedulerContracts.d.ts +267 -0
- package/dist/scheduler/legacySchedulerContracts.d.ts.map +1 -0
- package/dist/scheduler/legacySchedulerContracts.js +3 -0
- package/dist/scheduler/legacySchedulerContracts.js.map +1 -0
- package/dist/scheduler/resourceStrategy.d.ts +3 -0
- package/dist/scheduler/resourceStrategy.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategy.js +19 -0
- package/dist/scheduler/resourceStrategy.js.map +1 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.d.ts +4 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.js +230 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyContracts.d.ts +455 -0
- package/dist/scheduler/resourceStrategyContracts.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyContracts.js +24 -0
- package/dist/scheduler/resourceStrategyContracts.js.map +1 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.d.ts +5 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.js +151 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.d.ts +4 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.js +195 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.d.ts +14 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.js +516 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyValidation.d.ts +5 -0
- package/dist/scheduler/resourceStrategyValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyValidation.js +21 -0
- package/dist/scheduler/resourceStrategyValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyValidationShared.d.ts +19 -0
- package/dist/scheduler/resourceStrategyValidationShared.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyValidationShared.js +281 -0
- package/dist/scheduler/resourceStrategyValidationShared.js.map +1 -0
- package/dist/scheduler/schedulerContracts.d.ts +178 -0
- package/dist/scheduler/schedulerContracts.d.ts.map +1 -0
- package/dist/scheduler/schedulerContracts.js +3 -0
- package/dist/scheduler/schedulerContracts.js.map +1 -0
- package/dist/scheduler/schedulerValidation.d.ts +14 -0
- package/dist/scheduler/schedulerValidation.d.ts.map +1 -0
- package/dist/scheduler/schedulerValidation.js +378 -0
- package/dist/scheduler/schedulerValidation.js.map +1 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.d.ts +26 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.d.ts.map +1 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.js +144 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.js.map +1 -0
- package/dist/tags/index.d.ts +2 -0
- package/dist/tags/index.d.ts.map +1 -0
- package/dist/tags/index.js +18 -0
- package/dist/tags/index.js.map +1 -0
- package/dist/tags/tags.d.ts +37 -0
- package/dist/tags/tags.d.ts.map +1 -0
- package/dist/tags/tags.js +10 -0
- package/dist/tags/tags.js.map +1 -0
- package/dist/unknown/services.d.ts +12 -0
- package/dist/unknown/services.d.ts.map +1 -0
- package/dist/unknown/services.js +3 -0
- package/dist/unknown/services.js.map +1 -0
- package/dist/users/companyUser.d.ts +14 -0
- package/dist/users/companyUser.d.ts.map +1 -1
- package/dist/users/companyUser.js.map +1 -1
- package/dist/users/user.d.ts +20 -1
- package/dist/users/user.d.ts.map +1 -1
- package/package.json +96 -5
- package/dist/action/recommendationActions.d.ts +0 -16
- package/dist/action/recommendationActions.d.ts.map +0 -1
- package/dist/action/recommendationActions.js +0 -4
- package/dist/action/recommendationActions.js.map +0 -1
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
import { Comment, RecommendationHistory } from './recommendationState';
|
|
1
|
+
import type { Comment, CommentScope, RecommendationHistory } from './recommendationState';
|
|
2
|
+
import type { ProviderScope } from '../common/provider';
|
|
2
3
|
import { SecurityAssessmentStatus, SecurityImpact, SubscriptionSecurityStatus } from './security';
|
|
4
|
+
import { SubscriptionSummaryLite } from './subscriptions';
|
|
5
|
+
import type { CostSavingsAggregationPolicy, CostSavingsSpendBasis, CostSavingsSummary, CurrencySavingsGroup, SavingsPotential, VmPricePerformanceInsights } from './views';
|
|
6
|
+
import type { HaloRoutingOverrides } from '../integrations/halo';
|
|
7
|
+
import type { AutotaskShareOverrides } from '../integrations/autotask';
|
|
8
|
+
import type { AzureDevOpsShareOverrides } from '../integrations/azureDevOps';
|
|
9
|
+
import type { GitHubShareOverrides } from '../integrations/github';
|
|
10
|
+
import type { Tags } from '../tags';
|
|
11
|
+
import type { AzurePortalVersionedArtifact } from './portalArtifacts';
|
|
12
|
+
import type { RecommendationSystemTrackClassification } from './recommendationTracks';
|
|
13
|
+
import type { LicensingRecommendationRenderData } from './licensing';
|
|
14
|
+
import type { ResourceSimpleOptimizationProfile } from './resourceOptimization';
|
|
15
|
+
import type { CostComposition, EstimateLens } from './costComposition.js';
|
|
16
|
+
import type { PortfolioSavingsContributionV2, SavingsAggregateV2, ScenarioSavingsPotentialV2 } from './savings.js';
|
|
17
|
+
import type { MetricAggregationType } from './metrics.js';
|
|
3
18
|
export declare enum RecommendationCategory {
|
|
4
19
|
Cost = "Cost",
|
|
5
20
|
Performance = "Performance",
|
|
@@ -9,14 +24,242 @@ export declare enum RecommendationCategory {
|
|
|
9
24
|
OperationalExcellence = "OperationalExcellence",
|
|
10
25
|
OperationalExcellenceAlternative = "Operational Excellence"
|
|
11
26
|
}
|
|
27
|
+
export type RecommendationPriorityTier = 'must_do' | 'normal';
|
|
28
|
+
export type RecommendationCostImpactUnit = 'percent';
|
|
29
|
+
export type EffortEstimateProfileName = 'clickops' | 'devops' | 'enterprise';
|
|
30
|
+
export interface RecommendationBaseScores {
|
|
31
|
+
cost_optimization: number;
|
|
32
|
+
security: number;
|
|
33
|
+
performance: number;
|
|
34
|
+
reliability: number;
|
|
35
|
+
compliance: number;
|
|
36
|
+
operational_excellence: number;
|
|
37
|
+
}
|
|
38
|
+
export interface RecommendationEffortEstimateBreakdown {
|
|
39
|
+
discovery: number;
|
|
40
|
+
implementation: number;
|
|
41
|
+
validation: number;
|
|
42
|
+
rollbackPlanning: number;
|
|
43
|
+
coordination: number;
|
|
44
|
+
}
|
|
45
|
+
export interface RecommendationEffortEstimateProfile {
|
|
46
|
+
effortHours: number;
|
|
47
|
+
breakdown: RecommendationEffortEstimateBreakdown;
|
|
48
|
+
reason: string;
|
|
49
|
+
}
|
|
50
|
+
export interface RecommendationEffortEstimateProfiles {
|
|
51
|
+
clickops: RecommendationEffortEstimateProfile;
|
|
52
|
+
devops: RecommendationEffortEstimateProfile;
|
|
53
|
+
enterprise: RecommendationEffortEstimateProfile;
|
|
54
|
+
}
|
|
55
|
+
export interface RecommendationBulkEffortEstimateProfile {
|
|
56
|
+
setupHours: number;
|
|
57
|
+
perResourceHours: number;
|
|
58
|
+
validationHours: number;
|
|
59
|
+
}
|
|
60
|
+
export interface RecommendationBulkEffortEstimateProfiles {
|
|
61
|
+
clickops: RecommendationBulkEffortEstimateProfile;
|
|
62
|
+
devops: RecommendationBulkEffortEstimateProfile;
|
|
63
|
+
enterprise: RecommendationBulkEffortEstimateProfile;
|
|
64
|
+
}
|
|
65
|
+
export interface RecommendationBulkEffortEstimates {
|
|
66
|
+
supported: boolean;
|
|
67
|
+
threshold: number;
|
|
68
|
+
profiles: RecommendationBulkEffortEstimateProfiles;
|
|
69
|
+
}
|
|
70
|
+
export interface RecommendationEffortEstimates {
|
|
71
|
+
profiles: RecommendationEffortEstimateProfiles;
|
|
72
|
+
bulk: RecommendationBulkEffortEstimates;
|
|
73
|
+
overridden?: boolean;
|
|
74
|
+
lastUpdatedAt?: string;
|
|
75
|
+
notes?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface RecommendationActionImpactAssessment {
|
|
78
|
+
downtime: string;
|
|
79
|
+
dataLoss: string;
|
|
80
|
+
accessImpact: string;
|
|
81
|
+
dependencies: string;
|
|
82
|
+
}
|
|
83
|
+
export type RecommendationActionRiskLevel = 'low' | 'medium' | 'high';
|
|
84
|
+
export interface RecommendationActionRollback {
|
|
85
|
+
supported: boolean;
|
|
86
|
+
description: string;
|
|
87
|
+
limitations: string[];
|
|
88
|
+
}
|
|
89
|
+
export interface RecommendationActionCheck {
|
|
90
|
+
label: string;
|
|
91
|
+
description: string;
|
|
92
|
+
}
|
|
93
|
+
export interface RecommendationActionLink {
|
|
94
|
+
label: string;
|
|
95
|
+
url: string;
|
|
96
|
+
}
|
|
97
|
+
export interface RecommendationActionPostValidation {
|
|
98
|
+
label: string;
|
|
99
|
+
description: string;
|
|
100
|
+
expectedResult: string;
|
|
101
|
+
links?: RecommendationActionLink[];
|
|
102
|
+
}
|
|
103
|
+
export type RecommendationActionPermissionProvider = 'azure-rbac';
|
|
104
|
+
export type RecommendationActionPermissionScope = 'targetResource' | 'resourceGroup' | 'subscription' | 'tenant';
|
|
105
|
+
export interface RecommendationActionPermissionRequirement {
|
|
106
|
+
label: string;
|
|
107
|
+
name: string;
|
|
108
|
+
reason: string;
|
|
109
|
+
links?: RecommendationActionLink[];
|
|
110
|
+
}
|
|
111
|
+
export interface RecommendationActionLeastPrivilegeRole {
|
|
112
|
+
label: string;
|
|
113
|
+
description: string;
|
|
114
|
+
}
|
|
115
|
+
export interface RecommendationActionSuggestedRole {
|
|
116
|
+
label: string;
|
|
117
|
+
roleName: string;
|
|
118
|
+
roleDefinitionId?: string;
|
|
119
|
+
reason: string;
|
|
120
|
+
}
|
|
121
|
+
export interface RecommendationActionRequiredPermissions {
|
|
122
|
+
provider: RecommendationActionPermissionProvider;
|
|
123
|
+
scope: RecommendationActionPermissionScope;
|
|
124
|
+
actions: RecommendationActionPermissionRequirement[];
|
|
125
|
+
dataActions: RecommendationActionPermissionRequirement[];
|
|
126
|
+
leastPrivilegeRole?: RecommendationActionLeastPrivilegeRole;
|
|
127
|
+
suggestedRoles?: RecommendationActionSuggestedRole[];
|
|
128
|
+
}
|
|
129
|
+
export interface RecommendationActionDefinition {
|
|
130
|
+
verified: boolean;
|
|
131
|
+
actionDefinitionId?: string;
|
|
132
|
+
title: string;
|
|
133
|
+
description: string;
|
|
134
|
+
estimatedDuration: string;
|
|
135
|
+
riskLevel: RecommendationActionRiskLevel;
|
|
136
|
+
requiredPermissions?: RecommendationActionRequiredPermissions;
|
|
137
|
+
impactAssessment: RecommendationActionImpactAssessment;
|
|
138
|
+
rollback: RecommendationActionRollback;
|
|
139
|
+
humanPreChecks: RecommendationActionCheck[];
|
|
140
|
+
postValidation: RecommendationActionPostValidation[];
|
|
141
|
+
}
|
|
142
|
+
export type RecommendationActionMetadata = RecommendationActionDefinition;
|
|
143
|
+
export type RecommendationImplementActionImpactAssessment = RecommendationActionImpactAssessment;
|
|
144
|
+
export type RecommendationImplementAction = RecommendationActionMetadata;
|
|
12
145
|
export interface RecommendationResources {
|
|
13
146
|
recommendation: CustomAzureRecommendation;
|
|
14
147
|
resourceIds: string[];
|
|
15
148
|
}
|
|
149
|
+
export type HddSsdMigrationTargetTier = 'standardSsd' | 'premiumSsd';
|
|
150
|
+
export type HddDiskPricingRedundancy = 'LRS' | 'ZRS';
|
|
151
|
+
export interface HddOsRetirementCurrentDiskPricing {
|
|
152
|
+
storageTier: 'standardHdd';
|
|
153
|
+
skuName: string;
|
|
154
|
+
pricingRedundancy?: HddDiskPricingRedundancy;
|
|
155
|
+
sizeGiB: number;
|
|
156
|
+
monthlyActual: number;
|
|
157
|
+
monthlyRetail: number;
|
|
158
|
+
}
|
|
159
|
+
export interface HddOsRetirementTargetDiskPricing {
|
|
160
|
+
storageTier: HddSsdMigrationTargetTier;
|
|
161
|
+
skuName: string;
|
|
162
|
+
pricingRedundancy?: HddDiskPricingRedundancy;
|
|
163
|
+
sizeGiB: number;
|
|
164
|
+
monthlyRetail: number;
|
|
165
|
+
}
|
|
166
|
+
export interface HddOsRetirementDiskRenderItem {
|
|
167
|
+
resourceId: string;
|
|
168
|
+
resourceName: string;
|
|
169
|
+
resourceType: string;
|
|
170
|
+
/** Canonical location key used for pricing lookup, e.g. "westus". */
|
|
171
|
+
pricingLocation?: string;
|
|
172
|
+
current: HddOsRetirementCurrentDiskPricing;
|
|
173
|
+
standardSsd: HddOsRetirementTargetDiskPricing & {
|
|
174
|
+
storageTier: 'standardSsd';
|
|
175
|
+
};
|
|
176
|
+
premiumSsd: HddOsRetirementTargetDiskPricing & {
|
|
177
|
+
storageTier: 'premiumSsd';
|
|
178
|
+
};
|
|
179
|
+
defaultSelection?: HddSsdMigrationTargetTier;
|
|
180
|
+
}
|
|
181
|
+
export interface HddOsRetirementRenderStrategyPayload {
|
|
182
|
+
retirementDate: string;
|
|
183
|
+
retirementLink: string;
|
|
184
|
+
currencyCode?: string;
|
|
185
|
+
currencySymbol?: string;
|
|
186
|
+
defaultTargetTier?: HddSsdMigrationTargetTier;
|
|
187
|
+
impactedDiskCount: number;
|
|
188
|
+
currentMonthlyActual: number;
|
|
189
|
+
currentMonthlyRetail: number;
|
|
190
|
+
standardSsdMonthlyRetail: number;
|
|
191
|
+
premiumSsdMonthlyRetail: number;
|
|
192
|
+
standardSsdMonthlyDelta: number;
|
|
193
|
+
premiumSsdMonthlyDelta: number;
|
|
194
|
+
disks: HddOsRetirementDiskRenderItem[];
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* One reservation-purchase compatibility group within the currently loaded
|
|
198
|
+
* recommendation scope. The key includes the provider scope so independently
|
|
199
|
+
* actionable Azure subscriptions never collapse into one purchase group.
|
|
200
|
+
*/
|
|
201
|
+
export interface ReservedInstanceRecommendationCompatibilityGroup {
|
|
202
|
+
key: string;
|
|
203
|
+
providerScopeId: string;
|
|
204
|
+
sourceRecommendationIds: string[];
|
|
205
|
+
resourceIds: string[];
|
|
206
|
+
location: string;
|
|
207
|
+
skuName: string;
|
|
208
|
+
resourceType: string;
|
|
209
|
+
vmSizeFlexibilityGroup?: string;
|
|
210
|
+
platform?: 'linux' | 'windows' | 'unknown';
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Presentation-family evidence for resource-specific Reserved Instance
|
|
214
|
+
* recommendations. Source IDs remain authoritative for resource-level joins;
|
|
215
|
+
* familyId is only the stable identity of the grouped recommendation surface
|
|
216
|
+
* and must not be used for recommendation state, audit, sharing or actions.
|
|
217
|
+
*/
|
|
218
|
+
export interface ReservedInstanceRecommendationRenderData {
|
|
219
|
+
kind: 'reserved-instance-opportunity';
|
|
220
|
+
familyId: 'benefits-resource-ri';
|
|
221
|
+
sourceRecommendationIds: string[];
|
|
222
|
+
compatibilityGroups: ReservedInstanceRecommendationCompatibilityGroup[];
|
|
223
|
+
}
|
|
224
|
+
export type RecommendationKnownRenderData = HddOsRetirementRenderStrategyPayload | VmPricePerformanceInsights | LicensingRecommendationRenderData | ReservedInstanceRecommendationRenderData;
|
|
225
|
+
export type AnyRecommendationRenderData = Record<string, unknown>;
|
|
226
|
+
export type RecommendationDecisionRelationshipKind = 'review_first' | 'alternative' | 'trade_off' | 'follow_up' | 'unlocks' | 'conflicts_with';
|
|
227
|
+
export type RecommendationDecisionContextRole = 'primary' | 'alternative' | 'trade_off' | 'follow_up' | 'supporting';
|
|
228
|
+
export type RecommendationDecisionReviewPriority = 'review_first' | 'normal';
|
|
229
|
+
/**
|
|
230
|
+
* Resource-specific relationship from one recommendation to another.
|
|
231
|
+
* Used by UIs to explain alternatives and follow-ups without changing recommendation state.
|
|
232
|
+
*/
|
|
233
|
+
export interface RecommendationDecisionLink {
|
|
234
|
+
recommendationId: string;
|
|
235
|
+
kind: RecommendationDecisionRelationshipKind;
|
|
236
|
+
label?: string;
|
|
237
|
+
reason?: string;
|
|
238
|
+
condition?: string;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Resource-specific decision context for an existing recommendation.
|
|
242
|
+
* The recommendation remains independently visible and actionable by recommendationId.
|
|
243
|
+
*/
|
|
244
|
+
export interface RecommendationDecisionContext {
|
|
245
|
+
recommendationId: string;
|
|
246
|
+
role?: RecommendationDecisionContextRole;
|
|
247
|
+
reviewPriority?: RecommendationDecisionReviewPriority;
|
|
248
|
+
groupId?: string;
|
|
249
|
+
title?: string;
|
|
250
|
+
explanation?: string;
|
|
251
|
+
links: RecommendationDecisionLink[];
|
|
252
|
+
selectedLens?: EstimateLens;
|
|
253
|
+
costComposition?: CostComposition;
|
|
254
|
+
}
|
|
16
255
|
export interface Recommendation {
|
|
256
|
+
/** Business identity of a recommendation record (routing/state/sharing/dedupe). */
|
|
17
257
|
id: string;
|
|
18
258
|
name: string;
|
|
19
259
|
category: RecommendationCategory;
|
|
260
|
+
subCategory?: string;
|
|
261
|
+
aggregateDescription?: string;
|
|
262
|
+
/** custom */
|
|
20
263
|
type?: string;
|
|
21
264
|
description?: string;
|
|
22
265
|
remediation?: string;
|
|
@@ -27,33 +270,101 @@ export interface Recommendation {
|
|
|
27
270
|
url: string;
|
|
28
271
|
}[];
|
|
29
272
|
considerations?: string;
|
|
273
|
+
currency?: string;
|
|
30
274
|
potentialBenefits?: string;
|
|
275
|
+
potentialMonthlySavings?: number;
|
|
276
|
+
/** Canonical savings projection attached by completed view producers. */
|
|
277
|
+
savings?: SavingsPotential;
|
|
31
278
|
effort?: string;
|
|
32
279
|
effortReason?: string;
|
|
280
|
+
/** e.g. 10 hours */
|
|
281
|
+
effortHours?: number;
|
|
282
|
+
/** Detailed implementation estimates by delivery profile and bulk rollout mode. */
|
|
283
|
+
effortEstimates?: RecommendationEffortEstimates;
|
|
33
284
|
risk?: string;
|
|
34
285
|
riskReason?: string;
|
|
286
|
+
severity?: string;
|
|
287
|
+
/** Relative cost percentage, e.g. -40 means a 40% reduction. Never a currency amount. */
|
|
35
288
|
costImpact?: number;
|
|
289
|
+
/** Explicit discriminator for new payloads while legacy percentage-only payloads remain readable. */
|
|
290
|
+
costImpactUnit?: RecommendationCostImpactUnit;
|
|
36
291
|
costImpactReason?: string;
|
|
37
|
-
costImpactDetails
|
|
292
|
+
/*** costImpactDetails is deprecated **/
|
|
38
293
|
performanceImpact?: number;
|
|
39
294
|
performanceImpactReason?: string;
|
|
40
295
|
confidencePercentage?: number;
|
|
41
296
|
confidenceReason?: string;
|
|
297
|
+
/** array of resources that have this recommendation */
|
|
42
298
|
resources?: ResourceReference[];
|
|
299
|
+
/** Compact resource references for resource-specific detail payloads. */
|
|
300
|
+
resourceIds?: string[];
|
|
301
|
+
/** Total affected resources when resourceIds is trimmed or sampled. */
|
|
302
|
+
resourcesCount?: number;
|
|
303
|
+
/** only for security recommendations */
|
|
43
304
|
securityImpactDetails?: SecurityImpact;
|
|
305
|
+
/** whether the recommendation has been resolved or not, eg, Security Assessment is "Healthy" should be true */
|
|
44
306
|
resolved?: boolean;
|
|
45
307
|
securityAssessmentStatuses?: SecurityAssessmentStatus[];
|
|
46
|
-
|
|
308
|
+
/** Complete assessment counts retained by compact report evidence. */
|
|
309
|
+
securityAssessmentSummary?: {
|
|
310
|
+
unhealthyCount: number;
|
|
311
|
+
totalCount: number;
|
|
312
|
+
};
|
|
313
|
+
/** Reporting projection clipped editorial context; use the source finding instead of an inferred theme. */
|
|
314
|
+
reportingTextTruncated?: boolean;
|
|
315
|
+
/** Deprecated fields, kept for compatibility */
|
|
47
316
|
solution?: string;
|
|
48
317
|
source?: string;
|
|
49
318
|
service?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Stored as string to allow JSON persistence.
|
|
321
|
+
* Uses a different name to avoid conflict with RecommendationWithState.createdAt.
|
|
322
|
+
*/
|
|
50
323
|
createdTime?: string;
|
|
324
|
+
/** Avoids conflict with RecommendationWithState.updatedAt */
|
|
51
325
|
lastUpdatedTime?: string;
|
|
326
|
+
/** Business story properties */
|
|
327
|
+
title?: string;
|
|
328
|
+
headline?: string;
|
|
329
|
+
bottomLine?: string;
|
|
330
|
+
plainSummary?: string;
|
|
331
|
+
quickSteps?: string[];
|
|
332
|
+
businessOwner?: string;
|
|
333
|
+
keyConstraint?: string;
|
|
334
|
+
validationEvidence?: string;
|
|
335
|
+
read?: boolean;
|
|
336
|
+
/** Technical playbook (only for multi-step implementations) */
|
|
337
|
+
technicalPlaybook?: string;
|
|
338
|
+
/** Static recommendation scoring metadata (library-level). */
|
|
339
|
+
baseScores?: RecommendationBaseScores;
|
|
340
|
+
overallBaseScore?: number;
|
|
341
|
+
overallBaseReason?: string;
|
|
342
|
+
priorityTier?: RecommendationPriorityTier;
|
|
343
|
+
/** Runtime scoring metadata (per company/tenant). */
|
|
344
|
+
adjustedScore?: number;
|
|
345
|
+
objectiveMultiplier?: number;
|
|
346
|
+
finalScore?: number;
|
|
347
|
+
/** UI display-only normalized score (0-100). */
|
|
348
|
+
normalizedScore?: number;
|
|
349
|
+
/** Optional system-track classification emitted from the checked-in recommendation registry. */
|
|
350
|
+
systemTrackClassification?: RecommendationSystemTrackClassification;
|
|
351
|
+
/** Cross-feature linkage IDs used for deep links and related views. */
|
|
352
|
+
linkingIds?: RecommendationLinkingIds;
|
|
353
|
+
/** Optional UI render payload consumed by recommendation-specific components. */
|
|
354
|
+
renderData?: RecommendationKnownRenderData | AnyRecommendationRenderData;
|
|
355
|
+
/** Optional action definition for implement-capable recommendations. */
|
|
356
|
+
action?: RecommendationActionMetadata;
|
|
52
357
|
}
|
|
358
|
+
export interface RecommendationLinkingIds {
|
|
359
|
+
serviceRetirementIds?: string[];
|
|
360
|
+
}
|
|
361
|
+
/** Deprecated **/
|
|
53
362
|
export interface CostImpactDetails {
|
|
363
|
+
/** e.g. "Saving Plan", "Reserved Instance", "Windows migration to Linux" */
|
|
54
364
|
name: string;
|
|
55
365
|
monthlySavings?: number;
|
|
56
366
|
currentSpend?: number;
|
|
367
|
+
/** e.g. 20 for 20% */
|
|
57
368
|
savingPercentage?: number;
|
|
58
369
|
minMonthlySavings?: number;
|
|
59
370
|
maxMonthlySavings?: number;
|
|
@@ -67,19 +378,179 @@ export interface RecommendationSummary {
|
|
|
67
378
|
}
|
|
68
379
|
export interface RecommendationWithResources {
|
|
69
380
|
recommendation: Recommendation;
|
|
381
|
+
/** Total affected resources when the resources array is trimmed or sampled. */
|
|
382
|
+
resourcesCount?: number;
|
|
70
383
|
resources: RecommendationResource[];
|
|
384
|
+
/** Homogeneous-currency savings only. Omit for mixed-currency projections. */
|
|
385
|
+
savings?: SavingsPotential;
|
|
386
|
+
/** Standalone recommendation scenario. This value is not portfolio-additive. */
|
|
387
|
+
scenarioSavings?: ScenarioSavingsPotentialV2;
|
|
388
|
+
/** Canonical producer-attributed contribution. This value is portfolio-additive. */
|
|
389
|
+
portfolioContribution?: PortfolioSavingsContributionV2;
|
|
390
|
+
/** Canonical monetary values when present; `savings` must not contain mixed-currency amounts. */
|
|
391
|
+
savingsByCurrency?: CurrencySavingsGroup[];
|
|
392
|
+
/** Canonical resource ID that owns this recommendation savings amount for aggregation */
|
|
393
|
+
savingsOwnerResourceId?: string;
|
|
394
|
+
/** Resource IDs that may display this recommendation savings amount as context */
|
|
395
|
+
savingsDisplayResourceIds?: string[];
|
|
396
|
+
/** Billable component key used with the owner ID to prevent double counting */
|
|
397
|
+
billableComponentKey?: string;
|
|
398
|
+
/** Aggregation rule for this recommendation savings amount */
|
|
399
|
+
savingsAggregationPolicy?: CostSavingsAggregationPolicy;
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Contextual links from one recommendation row to other resources.
|
|
403
|
+
* Used to model "this disk belongs to that VM" style associations
|
|
404
|
+
* without changing which resource owns savings totals.
|
|
405
|
+
*/
|
|
406
|
+
export interface RecommendationResourceAssociation {
|
|
407
|
+
id: string;
|
|
408
|
+
name?: string;
|
|
409
|
+
type?: string;
|
|
410
|
+
relationship?: ResourceRelationship;
|
|
411
|
+
}
|
|
412
|
+
export type RecommendationSavingsCalculationBasis = 'actual-billing' | 'projected-monthly' | 'projected-runtime' | 'target-pricing' | 'commitment-pricing';
|
|
413
|
+
export interface ResourceRecommendationSavingsDetails {
|
|
414
|
+
headlineScenario: {
|
|
415
|
+
id: string;
|
|
416
|
+
label: string;
|
|
417
|
+
action: string;
|
|
418
|
+
monthlySavings: number;
|
|
419
|
+
targetMonthlyCost: number;
|
|
420
|
+
};
|
|
421
|
+
affectedCost: {
|
|
422
|
+
label: string;
|
|
423
|
+
currentMonthlyCost: number;
|
|
424
|
+
savingsPercentage: number;
|
|
425
|
+
};
|
|
426
|
+
resourceSpend?: {
|
|
427
|
+
last30Days: number;
|
|
428
|
+
savingsPercentage: number;
|
|
429
|
+
};
|
|
430
|
+
calculationBasis: {
|
|
431
|
+
type: RecommendationSavingsCalculationBasis;
|
|
432
|
+
windowStart?: string;
|
|
433
|
+
windowEnd?: string;
|
|
434
|
+
};
|
|
435
|
+
}
|
|
436
|
+
export type RecommendationMetricEvidencePurpose = 'eligibility' | 'sizing' | 'validation' | 'risk' | 'cost-driver';
|
|
437
|
+
export type RecommendationMetricEvidenceStatistic = 'average' | 'p95' | 'p99' | 'maximum' | 'minimum';
|
|
438
|
+
export type RecommendationMetricEvidenceThresholdRole = 'target' | 'gate' | 'limit';
|
|
439
|
+
export type RecommendationMetricEvidenceDisplayMode = 'inline-chart' | 'stat-strip';
|
|
440
|
+
export interface RecommendationMetricEvidenceWindow {
|
|
441
|
+
/** ISO-8601 timestamp when the producer requires a fixed evidence window. */
|
|
442
|
+
start?: string;
|
|
443
|
+
/** ISO-8601 timestamp when the producer requires a fixed evidence window. */
|
|
444
|
+
end?: string;
|
|
445
|
+
/** ISO-8601 duration, such as P30D, when a relative window is sufficient. */
|
|
446
|
+
duration?: string;
|
|
447
|
+
}
|
|
448
|
+
export interface RecommendationMetricEvidenceThreshold {
|
|
449
|
+
value: number;
|
|
450
|
+
unit?: string;
|
|
451
|
+
label: string;
|
|
452
|
+
role: RecommendationMetricEvidenceThresholdRole;
|
|
453
|
+
}
|
|
454
|
+
export interface RecommendationMetricEvidenceDisplay {
|
|
455
|
+
mode: RecommendationMetricEvidenceDisplayMode;
|
|
456
|
+
title?: string;
|
|
457
|
+
description?: string;
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Logical reference to metric evidence already available for one resource.
|
|
461
|
+
* It intentionally contains no time-series samples, storage URLs or authorization data.
|
|
462
|
+
*/
|
|
463
|
+
export interface RecommendationMetricEvidenceHint {
|
|
464
|
+
schemaVersion: 1;
|
|
465
|
+
kind: 'metric';
|
|
466
|
+
/** Stable identity for this hint within the recommendation. */
|
|
467
|
+
id: string;
|
|
468
|
+
/** Canonical Azure resource ID used to prevent cross-resource resolution. */
|
|
469
|
+
resourceId: string;
|
|
470
|
+
/** Preferred exact match for an existing MetricPlot.name when one is stable. */
|
|
471
|
+
plotName?: string;
|
|
472
|
+
/** Semantic metric identity used by the resolver and displayed to the user. */
|
|
473
|
+
metricName: string;
|
|
474
|
+
/** Collected metric group used to disambiguate repeated Azure metric names. */
|
|
475
|
+
sourceCollection?: string;
|
|
476
|
+
/** Azure Monitor metric namespace when available. */
|
|
477
|
+
metricNamespace?: string;
|
|
478
|
+
aggregation: MetricAggregationType;
|
|
479
|
+
purpose: RecommendationMetricEvidencePurpose;
|
|
480
|
+
preferredWindow?: RecommendationMetricEvidenceWindow;
|
|
481
|
+
statistics?: RecommendationMetricEvidenceStatistic[];
|
|
482
|
+
thresholds?: RecommendationMetricEvidenceThreshold[];
|
|
483
|
+
display?: RecommendationMetricEvidenceDisplay;
|
|
484
|
+
}
|
|
485
|
+
/** Versioned evidence-reference union; additional evidence kinds can be added without changing metric hints. */
|
|
486
|
+
export type RecommendationEvidenceHint = RecommendationMetricEvidenceHint;
|
|
487
|
+
/** A recommendation carrying a financial scenario scoped to one detailed resource artifact. */
|
|
488
|
+
export interface ResourceScopedRecommendation extends Recommendation {
|
|
489
|
+
savingsDetails?: ResourceRecommendationSavingsDetails;
|
|
490
|
+
/** Optional logical references to evidence already present in this resource's detail artifacts. */
|
|
491
|
+
evidenceHints?: RecommendationEvidenceHint[];
|
|
71
492
|
}
|
|
72
493
|
export interface RecommendationResource {
|
|
73
494
|
id: string;
|
|
74
495
|
name: string;
|
|
75
496
|
type: string;
|
|
497
|
+
resourceGroup?: string;
|
|
498
|
+
location?: string;
|
|
499
|
+
subscriptionId?: string;
|
|
500
|
+
subscriptionName?: string;
|
|
501
|
+
tags?: Record<string, string>;
|
|
502
|
+
spottoTags?: Tags;
|
|
503
|
+
createdTime?: string;
|
|
504
|
+
typeInfo?: {
|
|
505
|
+
name: string;
|
|
506
|
+
icon: string;
|
|
507
|
+
description: string;
|
|
508
|
+
product: string;
|
|
509
|
+
aliases?: string[];
|
|
510
|
+
};
|
|
76
511
|
spend: number;
|
|
77
512
|
spendAmortized: number;
|
|
513
|
+
/** Rolling 30-day source partition used to present proved Azure-native resource spend. */
|
|
514
|
+
financialChargeSpend?: import('./financialChargePolicy.js').AzureResourceFinancialChargeSpendBreakdownV1;
|
|
515
|
+
/** Spend basis used to calculate this recommendation resource's savings. */
|
|
516
|
+
savingsBasis?: CostSavingsSpendBasis;
|
|
517
|
+
optimizationProfile?: ResourceSimpleOptimizationProfile;
|
|
518
|
+
savings?: SavingsPotential;
|
|
519
|
+
/** Standalone recommendation scenario for this resource. This value is not portfolio-additive. */
|
|
520
|
+
scenarioSavings?: ScenarioSavingsPotentialV2;
|
|
521
|
+
/** Canonical producer-attributed contribution for this resource row. */
|
|
522
|
+
portfolioContribution?: PortfolioSavingsContributionV2;
|
|
523
|
+
/** Standalone saving for this recommendation on this resource. */
|
|
524
|
+
savingsDetails?: ResourceRecommendationSavingsDetails;
|
|
525
|
+
/** Canonical resource ID that owns this resource savings amount for aggregation */
|
|
526
|
+
savingsOwnerResourceId?: string;
|
|
527
|
+
/** Resource IDs that may display this resource savings amount as context */
|
|
528
|
+
savingsDisplayResourceIds?: string[];
|
|
529
|
+
/** Billable component key used with the owner ID to prevent double counting */
|
|
530
|
+
billableComponentKey?: string;
|
|
531
|
+
/** Aggregation rule for this resource savings amount */
|
|
532
|
+
savingsAggregationPolicy?: CostSavingsAggregationPolicy;
|
|
533
|
+
currency?: string;
|
|
534
|
+
currencySymbol?: string;
|
|
535
|
+
relationship?: ResourceRelationship;
|
|
536
|
+
associations?: RecommendationResourceAssociation[];
|
|
78
537
|
}
|
|
79
|
-
export interface RecommendationsView {
|
|
538
|
+
export interface RecommendationsView extends AzurePortalVersionedArtifact {
|
|
80
539
|
recommendations: RecommendationWithResources[];
|
|
81
540
|
securityImpactDetails?: SecurityImpact[];
|
|
82
541
|
subscriptionSecurityStatus?: SubscriptionSecurityStatus;
|
|
542
|
+
/** Homogeneous-currency savings only. Omit for mixed-currency projections. */
|
|
543
|
+
savings?: SavingsPotential;
|
|
544
|
+
/** Canonical monetary values when present; `savings` must not contain mixed-currency amounts. */
|
|
545
|
+
savingsByCurrency?: CurrencySavingsGroup[];
|
|
546
|
+
subscription: SubscriptionSummaryLite;
|
|
547
|
+
costSavingsSummary?: CostSavingsSummary;
|
|
548
|
+
/** Authoritative additive savings total for this complete recommendation scope. */
|
|
549
|
+
savingsAggregate?: SavingsAggregateV2;
|
|
550
|
+
/** Fixed Marketplace-excluding authority for newly generated formal financial reports. */
|
|
551
|
+
formalFinancialAuthority?: import('./financialChargePolicy.js').AzurePolicyBoundSavingsAggregateV1;
|
|
552
|
+
/** Strict billing input; unavailable rather than numeric when source coverage is partial. */
|
|
553
|
+
chargeableSavings?: import('./financialChargePolicy.js').AzureChargeableSavingsV1;
|
|
83
554
|
}
|
|
84
555
|
export interface ResourceId {
|
|
85
556
|
id: string;
|
|
@@ -87,7 +558,20 @@ export interface ResourceId {
|
|
|
87
558
|
export interface ResourceReference {
|
|
88
559
|
id: string;
|
|
89
560
|
name: string;
|
|
561
|
+
type?: string;
|
|
562
|
+
subscriptionName?: string;
|
|
563
|
+
savings?: SavingsPotential;
|
|
564
|
+
currency?: string;
|
|
565
|
+
currencySymbol?: string;
|
|
566
|
+
relationship?: ResourceRelationship;
|
|
567
|
+
associations?: RecommendationResourceAssociation[];
|
|
90
568
|
}
|
|
569
|
+
export type ResourceRelationship = {
|
|
570
|
+
role?: 'primary' | 'related';
|
|
571
|
+
type?: string;
|
|
572
|
+
allocationId?: string;
|
|
573
|
+
metadata?: Record<string, string>;
|
|
574
|
+
};
|
|
91
575
|
export interface ReliabilityRecommendation extends Recommendation {
|
|
92
576
|
referenceID: string;
|
|
93
577
|
resourceType: string;
|
|
@@ -95,7 +579,6 @@ export interface ReliabilityRecommendation extends Recommendation {
|
|
|
95
579
|
service: string;
|
|
96
580
|
}
|
|
97
581
|
export interface CustomAzureRecommendation extends Recommendation {
|
|
98
|
-
subcategory: string;
|
|
99
582
|
service: string;
|
|
100
583
|
source: string;
|
|
101
584
|
fileName: string;
|
|
@@ -105,6 +588,7 @@ export interface RecommendationCollection {
|
|
|
105
588
|
results: ResourceId[];
|
|
106
589
|
}
|
|
107
590
|
export interface AzureRecommendationLite {
|
|
591
|
+
/** e.g. Cost, Performance, Reliability, Security, Compliance, OperationalExcellence, Operational Excellence, HighAvailability */
|
|
108
592
|
category: string;
|
|
109
593
|
total: number;
|
|
110
594
|
high: number;
|
|
@@ -112,13 +596,18 @@ export interface AzureRecommendationLite {
|
|
|
112
596
|
low: number;
|
|
113
597
|
}
|
|
114
598
|
export interface RecommendationStats {
|
|
599
|
+
/** total number of recommendations in the subscription */
|
|
115
600
|
total: number;
|
|
601
|
+
/** total number of high recommendations in the subscription */
|
|
116
602
|
high: number;
|
|
603
|
+
/** total number of medium recommendations in the subscription */
|
|
117
604
|
medium: number;
|
|
605
|
+
/** total number of low recommendations in the subscription */
|
|
118
606
|
low: number;
|
|
119
607
|
}
|
|
608
|
+
/** Recommendation with state information, name "ExtendedRecommendation" in the portal at the moment */
|
|
120
609
|
export interface RecommendationWithState extends Recommendation {
|
|
121
|
-
status?: 'Active' | 'Prioritized' | 'Postponed' | 'Dismissed' | 'Completed' | 'Archived';
|
|
610
|
+
status?: 'Active' | 'Prioritized' | 'Postponed' | 'Dismissed' | 'Completed' | 'Archived' | 'Implementing' | 'Implemented' | 'Failed';
|
|
122
611
|
read?: boolean;
|
|
123
612
|
scheduledAt?: Date;
|
|
124
613
|
createdAt?: Date;
|
|
@@ -127,16 +616,202 @@ export interface RecommendationWithState extends Recommendation {
|
|
|
127
616
|
comments?: Comment[];
|
|
128
617
|
history?: RecommendationHistory[];
|
|
129
618
|
}
|
|
130
|
-
export interface RecommendationActionRequest {
|
|
619
|
+
export interface DismissRecommendationRequest extends RecommendationActionRequest {
|
|
620
|
+
dismissReason: string;
|
|
621
|
+
}
|
|
622
|
+
export interface ShareRecommendationRequest extends RecommendationActionRequest {
|
|
623
|
+
shareType: 'email' | 'slack' | 'teams' | 'jira' | 'halo' | 'connectwise' | 'autotask' | 'azuredevops' | 'github';
|
|
624
|
+
email?: string;
|
|
625
|
+
halo?: HaloRoutingOverrides;
|
|
626
|
+
connectwise?: ConnectWiseRoutingFields;
|
|
627
|
+
autotask?: AutotaskShareOverrides;
|
|
628
|
+
azuredevops?: AzureDevOpsShareOverrides;
|
|
629
|
+
github?: GitHubShareOverrides;
|
|
630
|
+
}
|
|
631
|
+
export type RecommendationActionTargetSelection = 'selectedResources' | 'allAffectedResources';
|
|
632
|
+
export interface RecommendationActionRequest extends ProviderScope {
|
|
633
|
+
/** `providerScope` maps to subscription identity for Azure providers. */
|
|
634
|
+
scope?: CommentScope;
|
|
635
|
+
/** Optional cloud-account identity enriched by trusted server-side callers before queue publish. */
|
|
636
|
+
cloudAccountId?: string;
|
|
637
|
+
/** Optional user-provided reason for queue-backed actions such as implement. */
|
|
638
|
+
reason?: string;
|
|
639
|
+
/** Optional action permission metadata passed into API preflight before queue publish. */
|
|
640
|
+
requiredPermissions?: RecommendationActionRequiredPermissions;
|
|
131
641
|
recommendationId: string;
|
|
132
|
-
|
|
642
|
+
recommendationTitle?: string;
|
|
133
643
|
resourceIds: string[];
|
|
644
|
+
/** Whether resourceIds are the exact selected targets or a sampled display subset for an all-affected action. */
|
|
645
|
+
targetSelection?: RecommendationActionTargetSelection;
|
|
646
|
+
resourceGroupName?: string;
|
|
134
647
|
companyId: string;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
dismissReason: string;
|
|
648
|
+
byUserId?: string;
|
|
649
|
+
byUserDisplayName?: string;
|
|
138
650
|
}
|
|
139
651
|
export interface RecommendationActionResponse {
|
|
140
652
|
success: boolean;
|
|
653
|
+
message?: string;
|
|
654
|
+
affectedResources?: string[];
|
|
655
|
+
eventId?: string;
|
|
656
|
+
}
|
|
657
|
+
export type RecommendationActionPermissionFailureStatus = 'missing' | 'unknown' | 'unsupported';
|
|
658
|
+
export interface RecommendationActionPermissionFailure {
|
|
659
|
+
resourceId: string;
|
|
660
|
+
azureScope: string;
|
|
661
|
+
status: RecommendationActionPermissionFailureStatus;
|
|
662
|
+
message: string;
|
|
663
|
+
missingActions: string[];
|
|
664
|
+
missingDataActions: string[];
|
|
665
|
+
}
|
|
666
|
+
export interface RecommendationActionPermissionErrorResponse {
|
|
667
|
+
error: 'AzurePermissionMissing';
|
|
668
|
+
message: string;
|
|
669
|
+
action: 'implement';
|
|
670
|
+
providerName: string;
|
|
671
|
+
providerScopeId: string;
|
|
672
|
+
failures: RecommendationActionPermissionFailure[];
|
|
673
|
+
}
|
|
674
|
+
export interface ServiceRetirementRecommendation {
|
|
675
|
+
Id: string;
|
|
676
|
+
ServiceName: string;
|
|
677
|
+
RetiringFeature: string;
|
|
678
|
+
RetirementDate: string;
|
|
679
|
+
Link: string;
|
|
680
|
+
effort: string;
|
|
681
|
+
effortHours: number;
|
|
682
|
+
effortReason: string;
|
|
683
|
+
risk: string;
|
|
684
|
+
riskReason: string;
|
|
685
|
+
considerations: string;
|
|
686
|
+
confidencePercentage: number;
|
|
687
|
+
confidenceReason: string;
|
|
688
|
+
lastProcessedAt: string;
|
|
689
|
+
/** Related recommendation IDs for cross-navigation from retirement tracker. */
|
|
690
|
+
linkedRecommendationIds?: string[];
|
|
691
|
+
}
|
|
692
|
+
export interface JiraShareDetails {
|
|
693
|
+
projectKey?: string;
|
|
694
|
+
epicKey?: string;
|
|
695
|
+
label?: string;
|
|
696
|
+
}
|
|
697
|
+
export interface JiraIntegrationRequestBase {
|
|
698
|
+
siteUrl: string;
|
|
699
|
+
email: string;
|
|
700
|
+
secret?: string;
|
|
701
|
+
useStoredSecret?: boolean;
|
|
702
|
+
}
|
|
703
|
+
export interface JiraIntegrationTestPayload extends JiraIntegrationRequestBase {
|
|
704
|
+
projectKey?: string;
|
|
705
|
+
}
|
|
706
|
+
export interface JiraIntegrationEpicsPayload extends JiraIntegrationRequestBase {
|
|
707
|
+
projectKey: string;
|
|
708
|
+
maxResults?: number;
|
|
709
|
+
}
|
|
710
|
+
export interface JiraIntegrationProjectsPayload extends JiraIntegrationRequestBase {
|
|
711
|
+
maxResults?: number;
|
|
712
|
+
}
|
|
713
|
+
export interface JiraIntegrationLabelsPayload extends JiraIntegrationRequestBase {
|
|
714
|
+
projectKey: string;
|
|
715
|
+
maxResults?: number;
|
|
716
|
+
searchQuery?: string;
|
|
717
|
+
}
|
|
718
|
+
export interface JiraEntity {
|
|
719
|
+
id: string;
|
|
720
|
+
key: string;
|
|
721
|
+
name: string;
|
|
722
|
+
}
|
|
723
|
+
export interface JiraLabel {
|
|
724
|
+
name: string;
|
|
725
|
+
}
|
|
726
|
+
export interface ConnectWiseIntegrationRequestBase {
|
|
727
|
+
siteUrl: string;
|
|
728
|
+
companyId: string;
|
|
729
|
+
publicKey: string;
|
|
730
|
+
secret?: string;
|
|
731
|
+
useStoredSecret?: boolean;
|
|
732
|
+
credentialOwnerCompanyId?: string;
|
|
733
|
+
}
|
|
734
|
+
export type ConnectWiseId = string | number;
|
|
735
|
+
export interface ConnectWiseRoutingFields {
|
|
736
|
+
boardId?: ConnectWiseId;
|
|
737
|
+
boardName?: string;
|
|
738
|
+
statusId?: ConnectWiseId;
|
|
739
|
+
statusName?: string;
|
|
740
|
+
customerId?: ConnectWiseId;
|
|
741
|
+
customerName?: string;
|
|
742
|
+
projectId?: ConnectWiseId;
|
|
743
|
+
projectName?: string;
|
|
744
|
+
typeId?: ConnectWiseId;
|
|
745
|
+
typeName?: string;
|
|
746
|
+
subTypeId?: ConnectWiseId;
|
|
747
|
+
subTypeName?: string;
|
|
748
|
+
itemId?: ConnectWiseId;
|
|
749
|
+
itemName?: string;
|
|
750
|
+
priorityId?: ConnectWiseId;
|
|
751
|
+
priorityName?: string;
|
|
752
|
+
contactId?: ConnectWiseId;
|
|
753
|
+
contactName?: string;
|
|
754
|
+
agreementId?: ConnectWiseId;
|
|
755
|
+
agreementName?: string;
|
|
756
|
+
slaId?: ConnectWiseId;
|
|
757
|
+
slaName?: string;
|
|
758
|
+
source?: string;
|
|
759
|
+
}
|
|
760
|
+
export interface ConnectWiseIntegrationTestPayload extends ConnectWiseIntegrationRequestBase, ConnectWiseRoutingFields {
|
|
761
|
+
}
|
|
762
|
+
export type ConnectWiseBoardsPayload = ConnectWiseIntegrationRequestBase;
|
|
763
|
+
export type ConnectWiseCompaniesPayload = ConnectWiseIntegrationRequestBase;
|
|
764
|
+
export type ConnectWiseProjectsPayload = ConnectWiseIntegrationRequestBase;
|
|
765
|
+
export interface ConnectWiseStatusesPayload extends ConnectWiseIntegrationRequestBase {
|
|
766
|
+
boardId?: string;
|
|
767
|
+
boardName?: string;
|
|
768
|
+
}
|
|
769
|
+
export interface ConnectWiseTypesPayload extends ConnectWiseIntegrationRequestBase {
|
|
770
|
+
boardId?: string;
|
|
771
|
+
boardName?: string;
|
|
772
|
+
}
|
|
773
|
+
export interface ConnectWiseSubTypesPayload extends ConnectWiseIntegrationRequestBase {
|
|
774
|
+
boardId?: string;
|
|
775
|
+
boardName?: string;
|
|
776
|
+
typeId?: string;
|
|
777
|
+
typeName?: string;
|
|
778
|
+
}
|
|
779
|
+
export interface ConnectWiseItemsPayload extends ConnectWiseIntegrationRequestBase {
|
|
780
|
+
boardId?: string;
|
|
781
|
+
boardName?: string;
|
|
782
|
+
typeId?: string;
|
|
783
|
+
typeName?: string;
|
|
784
|
+
subTypeId?: string;
|
|
785
|
+
subTypeName?: string;
|
|
786
|
+
}
|
|
787
|
+
export interface ConnectWiseTypeSubTypeItemAssociationsPayload extends ConnectWiseIntegrationRequestBase {
|
|
788
|
+
boardId?: string;
|
|
789
|
+
boardName?: string;
|
|
790
|
+
}
|
|
791
|
+
export interface ConnectWisePrioritiesPayload extends ConnectWiseIntegrationRequestBase {
|
|
792
|
+
boardId?: string;
|
|
793
|
+
boardName?: string;
|
|
794
|
+
}
|
|
795
|
+
export interface ConnectWiseContactsPayload extends ConnectWiseIntegrationRequestBase {
|
|
796
|
+
searchQuery?: string;
|
|
797
|
+
}
|
|
798
|
+
export type ConnectWiseSourcesPayload = ConnectWiseIntegrationRequestBase;
|
|
799
|
+
export type ConnectWiseAgreementsPayload = ConnectWiseIntegrationRequestBase;
|
|
800
|
+
export type ConnectWiseSlasPayload = ConnectWiseIntegrationRequestBase;
|
|
801
|
+
export interface ConnectWiseEntity {
|
|
802
|
+
id: string | number;
|
|
803
|
+
name: string;
|
|
804
|
+
}
|
|
805
|
+
export interface ConnectWiseTypeSubTypeItemAssociation {
|
|
806
|
+
type?: ConnectWiseEntity;
|
|
807
|
+
subType?: ConnectWiseEntity;
|
|
808
|
+
item?: ConnectWiseEntity;
|
|
809
|
+
}
|
|
810
|
+
export interface ConnectWiseContact extends ConnectWiseEntity {
|
|
811
|
+
email?: string;
|
|
812
|
+
}
|
|
813
|
+
export interface ConnectWiseTicketMetadata extends ConnectWiseRoutingFields {
|
|
814
|
+
ticketId: ConnectWiseId;
|
|
815
|
+
ticketUrl?: string;
|
|
141
816
|
}
|
|
142
817
|
//# sourceMappingURL=recommendations.d.ts.map
|