@spottoai/types-package 1.0.2-beta.99 → 1.0.2-dev1138.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +139 -7
- package/dist/accounts/accounts.d.ts +532 -3
- package/dist/accounts/accounts.d.ts.map +1 -1
- package/dist/accounts/accounts.js +122 -0
- package/dist/accounts/accounts.js.map +1 -1
- package/dist/accounts/azureSpSetup.d.ts +401 -0
- package/dist/accounts/azureSpSetup.d.ts.map +1 -0
- package/dist/{azure/costEstimation.js → accounts/azureSpSetup.js} +1 -1
- package/dist/accounts/azureSpSetup.js.map +1 -0
- package/dist/accounts/azureSpSetupDurable.d.ts +118 -0
- package/dist/accounts/azureSpSetupDurable.d.ts.map +1 -0
- package/dist/accounts/azureSpSetupDurable.js +3 -0
- package/dist/accounts/azureSpSetupDurable.js.map +1 -0
- package/dist/accounts/index.d.ts +4 -0
- package/dist/accounts/index.d.ts.map +1 -1
- package/dist/accounts/index.js +4 -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 +91 -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 +36 -0
- package/dist/accounts/writePermissions.d.ts.map +1 -0
- package/dist/accounts/writePermissions.js +47 -0
- package/dist/accounts/writePermissions.js.map +1 -0
- package/dist/ai/index.d.ts +1018 -13
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +1 -0
- package/dist/ai/index.js.map +1 -1
- 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 +3 -0
- package/dist/aws/commitments-planning.d.ts.map +1 -0
- package/dist/aws/commitments-planning.js +6 -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 +25 -0
- package/dist/aws/estates.js.map +1 -0
- package/dist/aws/index.d.ts +20 -0
- package/dist/aws/index.d.ts.map +1 -0
- package/dist/aws/index.js +35 -0
- package/dist/aws/index.js.map +1 -0
- package/dist/aws/onboarding.d.ts +54 -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/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 +51 -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/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 +84 -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/activityLogs.d.ts +71 -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 +220 -13
- package/dist/azure/billingPlots.d.ts.map +1 -1
- package/dist/azure/billingPlots.js +475 -1
- package/dist/azure/billingPlots.js.map +1 -1
- 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 +16 -3
- package/dist/azure/common.d.ts.map +1 -1
- package/dist/azure/configs.d.ts +66 -2
- package/dist/azure/configs.d.ts.map +1 -1
- package/dist/azure/costComposition.d.ts +124 -0
- package/dist/azure/costComposition.d.ts.map +1 -0
- package/dist/azure/costComposition.js +66 -0
- package/dist/azure/costComposition.js.map +1 -0
- package/dist/azure/dataProtection.d.ts +229 -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/financialAnalytics.d.ts +117 -0
- package/dist/azure/financialAnalytics.d.ts.map +1 -0
- package/dist/azure/financialAnalytics.js +6 -0
- package/dist/azure/financialAnalytics.js.map +1 -0
- package/dist/azure/financialAnalyticsDelivery.d.ts +34 -0
- package/dist/azure/financialAnalyticsDelivery.d.ts.map +1 -0
- package/dist/azure/financialAnalyticsDelivery.js +8 -0
- package/dist/azure/financialAnalyticsDelivery.js.map +1 -0
- package/dist/azure/financialAnalyticsDeliveryValidation.d.ts +12 -0
- package/dist/azure/financialAnalyticsDeliveryValidation.d.ts.map +1 -0
- package/dist/azure/financialAnalyticsDeliveryValidation.js +116 -0
- package/dist/azure/financialAnalyticsDeliveryValidation.js.map +1 -0
- package/dist/azure/financialAnalyticsValidation.d.ts +12 -0
- package/dist/azure/financialAnalyticsValidation.d.ts.map +1 -0
- package/dist/azure/financialAnalyticsValidation.js +420 -0
- package/dist/azure/financialAnalyticsValidation.js.map +1 -0
- package/dist/azure/financialAuthorityView.d.ts +88 -0
- package/dist/azure/financialAuthorityView.d.ts.map +1 -0
- package/dist/azure/financialAuthorityView.js +7 -0
- package/dist/azure/financialAuthorityView.js.map +1 -0
- package/dist/azure/financialAuthorityViewValidation.d.ts +9 -0
- package/dist/azure/financialAuthorityViewValidation.d.ts.map +1 -0
- package/dist/azure/financialAuthorityViewValidation.js +507 -0
- package/dist/azure/financialAuthorityViewValidation.js.map +1 -0
- package/dist/azure/financialDataflow.d.ts +87 -0
- package/dist/azure/financialDataflow.d.ts.map +1 -0
- package/dist/azure/financialDataflow.js +6 -0
- package/dist/azure/financialDataflow.js.map +1 -0
- package/dist/azure/financialDataflowValidation.d.ts +36 -0
- package/dist/azure/financialDataflowValidation.d.ts.map +1 -0
- package/dist/azure/financialDataflowValidation.js +548 -0
- package/dist/azure/financialDataflowValidation.js.map +1 -0
- package/dist/azure/financialDisplayRollup.d.ts +35 -0
- package/dist/azure/financialDisplayRollup.d.ts.map +1 -0
- package/dist/azure/financialDisplayRollup.js +3 -0
- package/dist/azure/financialDisplayRollup.js.map +1 -0
- package/dist/azure/financialDisplayRollupValidation.d.ts +5 -0
- package/dist/azure/financialDisplayRollupValidation.d.ts.map +1 -0
- package/dist/azure/financialDisplayRollupValidation.js +82 -0
- package/dist/azure/financialDisplayRollupValidation.js.map +1 -0
- package/dist/azure/financialEligibilityAssessmentValidation.d.ts +15 -0
- package/dist/azure/financialEligibilityAssessmentValidation.d.ts.map +1 -0
- package/dist/azure/financialEligibilityAssessmentValidation.js +184 -0
- package/dist/azure/financialEligibilityAssessmentValidation.js.map +1 -0
- package/dist/azure/financialEvidenceAssessmentValidation.d.ts +4 -0
- package/dist/azure/financialEvidenceAssessmentValidation.d.ts.map +1 -0
- package/dist/azure/financialEvidenceAssessmentValidation.js +159 -0
- package/dist/azure/financialEvidenceAssessmentValidation.js.map +1 -0
- package/dist/azure/financialPolicy.d.ts +91 -0
- package/dist/azure/financialPolicy.d.ts.map +1 -0
- package/dist/azure/financialPolicy.js +6 -0
- package/dist/azure/financialPolicy.js.map +1 -0
- package/dist/azure/financialPolicyDelivery.d.ts +38 -0
- package/dist/azure/financialPolicyDelivery.d.ts.map +1 -0
- package/dist/azure/financialPolicyDelivery.js +6 -0
- package/dist/azure/financialPolicyDelivery.js.map +1 -0
- package/dist/azure/financialPolicyDeliveryValidation.d.ts +8 -0
- package/dist/azure/financialPolicyDeliveryValidation.d.ts.map +1 -0
- package/dist/azure/financialPolicyDeliveryValidation.js +147 -0
- package/dist/azure/financialPolicyDeliveryValidation.js.map +1 -0
- package/dist/azure/financialPolicyValidation.d.ts +12 -0
- package/dist/azure/financialPolicyValidation.d.ts.map +1 -0
- package/dist/azure/financialPolicyValidation.js +472 -0
- package/dist/azure/financialPolicyValidation.js.map +1 -0
- package/dist/azure/financialProjection.d.ts +171 -0
- package/dist/azure/financialProjection.d.ts.map +1 -0
- package/dist/azure/financialProjection.js +18 -0
- package/dist/azure/financialProjection.js.map +1 -0
- package/dist/azure/financialProjectionValidation.d.ts +4 -0
- package/dist/azure/financialProjectionValidation.d.ts.map +1 -0
- package/dist/azure/financialProjectionValidation.js +452 -0
- package/dist/azure/financialProjectionValidation.js.map +1 -0
- package/dist/azure/financialSavingsAuthority.d.ts +152 -0
- package/dist/azure/financialSavingsAuthority.d.ts.map +1 -0
- package/dist/azure/financialSavingsAuthority.js +8 -0
- package/dist/azure/financialSavingsAuthority.js.map +1 -0
- package/dist/azure/financialSavingsAuthorityValidation.d.ts +8 -0
- package/dist/azure/financialSavingsAuthorityValidation.d.ts.map +1 -0
- package/dist/azure/financialSavingsAuthorityValidation.js +129 -0
- package/dist/azure/financialSavingsAuthorityValidation.js.map +1 -0
- package/dist/azure/financialSavingsAuthorityValidationPrimitives.d.ts +11 -0
- package/dist/azure/financialSavingsAuthorityValidationPrimitives.d.ts.map +1 -0
- package/dist/azure/financialSavingsAuthorityValidationPrimitives.js +44 -0
- package/dist/azure/financialSavingsAuthorityValidationPrimitives.js.map +1 -0
- package/dist/azure/financialSavingsCoordinateValidation.d.ts +11 -0
- package/dist/azure/financialSavingsCoordinateValidation.d.ts.map +1 -0
- package/dist/azure/financialSavingsCoordinateValidation.js +340 -0
- package/dist/azure/financialSavingsCoordinateValidation.js.map +1 -0
- package/dist/azure/financialSavingsSurfaceProjection.d.ts +67 -0
- package/dist/azure/financialSavingsSurfaceProjection.d.ts.map +1 -0
- package/dist/azure/financialSavingsSurfaceProjection.js +6 -0
- package/dist/azure/financialSavingsSurfaceProjection.js.map +1 -0
- package/dist/azure/financialSavingsSurfaceProjectionValidation.d.ts +5 -0
- package/dist/azure/financialSavingsSurfaceProjectionValidation.d.ts.map +1 -0
- package/dist/azure/financialSavingsSurfaceProjectionValidation.js +178 -0
- package/dist/azure/financialSavingsSurfaceProjectionValidation.js.map +1 -0
- package/dist/azure/financialScope.d.ts +26 -0
- package/dist/azure/financialScope.d.ts.map +1 -0
- package/dist/azure/financialScope.js +42 -0
- package/dist/azure/financialScope.js.map +1 -0
- package/dist/azure/financialScopeBaseline.d.ts +147 -0
- package/dist/azure/financialScopeBaseline.d.ts.map +1 -0
- package/dist/azure/financialScopeBaseline.js +23 -0
- package/dist/azure/financialScopeBaseline.js.map +1 -0
- package/dist/azure/financialScopeBaselineIdentity.d.ts +9 -0
- package/dist/azure/financialScopeBaselineIdentity.d.ts.map +1 -0
- package/dist/azure/financialScopeBaselineIdentity.js +136 -0
- package/dist/azure/financialScopeBaselineIdentity.js.map +1 -0
- package/dist/azure/financialScopeBaselineValidation.d.ts +9 -0
- package/dist/azure/financialScopeBaselineValidation.d.ts.map +1 -0
- package/dist/azure/financialScopeBaselineValidation.js +449 -0
- package/dist/azure/financialScopeBaselineValidation.js.map +1 -0
- package/dist/azure/financialScopeEvidence.d.ts +72 -0
- package/dist/azure/financialScopeEvidence.d.ts.map +1 -0
- package/dist/azure/financialScopeEvidence.js +6 -0
- package/dist/azure/financialScopeEvidence.js.map +1 -0
- package/dist/azure/financialValidationPrimitives.d.ts +7 -0
- package/dist/azure/financialValidationPrimitives.d.ts.map +1 -0
- package/dist/azure/financialValidationPrimitives.js +20 -0
- package/dist/azure/financialValidationPrimitives.js.map +1 -0
- package/dist/azure/governance.d.ts +942 -0
- package/dist/azure/governance.d.ts.map +1 -0
- package/dist/azure/governance.js +18 -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 +73 -4
- package/dist/azure/metrics.d.ts.map +1 -1
- package/dist/azure/payloads.d.ts +368 -1
- package/dist/azure/payloads.d.ts.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 +138 -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 +92 -6
- 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 +533 -12
- 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/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 +193 -2
- package/dist/azure/reports.d.ts.map +1 -1
- package/dist/azure/reports.js.map +1 -1
- 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/{costEstimation.d.ts → resourceOptimization.d.ts} +24 -23
- 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 +72 -6
- 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 +93 -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/serviceRetirement.d.ts +35 -0
- package/dist/azure/serviceRetirement.d.ts.map +1 -1
- 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 +241 -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 +91 -4
- package/dist/azure/subscriptions.d.ts.map +1 -1
- package/dist/azure/views.d.ts +919 -11
- 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/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/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/exactDecimal.d.ts +11 -0
- package/dist/common/exactDecimal.d.ts.map +1 -0
- package/dist/common/exactDecimal.js +59 -0
- package/dist/common/exactDecimal.js.map +1 -0
- package/dist/common/index.d.ts +8 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +8 -0
- package/dist/common/index.js.map +1 -1
- package/dist/common/provider.d.ts +33 -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/sha256.d.ts +3 -0
- package/dist/common/sha256.d.ts.map +1 -0
- package/dist/common/sha256.js +93 -0
- package/dist/common/sha256.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/company/company.d.ts +75 -2
- 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 +2 -0
- package/dist/company/index.d.ts.map +1 -1
- package/dist/company/index.js +2 -0
- package/dist/company/index.js.map +1 -1
- package/dist/company/notification.d.ts +15 -1
- package/dist/company/notification.d.ts.map +1 -1
- package/dist/company/notification.js +8 -1
- package/dist/company/notification.js.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/esm/accounts/accounts.js +115 -0
- package/dist/esm/accounts/azureSpSetup.js +1 -0
- package/dist/esm/accounts/azureSpSetupDurable.js +1 -0
- package/dist/esm/accounts/index.js +5 -0
- package/dist/esm/accounts/readPermissions.js +198 -0
- package/dist/esm/accounts/validation.js +1 -0
- package/dist/esm/accounts/writePermissions.js +43 -0
- package/dist/esm/ai/index.js +2 -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 +1 -0
- package/dist/esm/aws/commitmentsPlanningValidation.js +121 -0
- package/dist/esm/aws/estates.js +21 -0
- package/dist/esm/aws/index.js +18 -0
- package/dist/esm/aws/onboarding.js +1 -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 +44 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifactValidation.js +509 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifacts.js +1 -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/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 +470 -0
- package/dist/esm/azure/budgets.js +1 -0
- package/dist/esm/azure/commitmentsPlanning.js +1 -0
- package/dist/esm/azure/common.js +1 -0
- package/dist/esm/azure/configs.js +1 -0
- package/dist/esm/azure/costComposition.js +59 -0
- package/dist/esm/azure/dataProtection.js +5 -0
- package/dist/esm/azure/financialAnalytics.js +2 -0
- package/dist/esm/azure/financialAnalyticsDelivery.js +4 -0
- package/dist/esm/azure/financialAnalyticsDeliveryValidation.js +104 -0
- package/dist/esm/azure/financialAnalyticsValidation.js +408 -0
- package/dist/esm/azure/financialAuthorityView.js +3 -0
- package/dist/esm/azure/financialAuthorityViewValidation.js +497 -0
- package/dist/esm/azure/financialDataflow.js +2 -0
- package/dist/esm/azure/financialDataflowValidation.js +523 -0
- package/dist/esm/azure/financialDisplayRollup.js +1 -0
- package/dist/esm/azure/financialDisplayRollupValidation.js +75 -0
- package/dist/esm/azure/financialEligibilityAssessmentValidation.js +176 -0
- package/dist/esm/azure/financialEvidenceAssessmentValidation.js +153 -0
- package/dist/esm/azure/financialPolicy.js +2 -0
- package/dist/esm/azure/financialPolicyDelivery.js +2 -0
- package/dist/esm/azure/financialPolicyDeliveryValidation.js +137 -0
- package/dist/esm/azure/financialPolicyValidation.js +459 -0
- package/dist/esm/azure/financialProjection.js +14 -0
- package/dist/esm/azure/financialProjectionValidation.js +446 -0
- package/dist/esm/azure/financialSavingsAuthority.js +4 -0
- package/dist/esm/azure/financialSavingsAuthorityValidation.js +114 -0
- package/dist/esm/azure/financialSavingsAuthorityValidationPrimitives.js +31 -0
- package/dist/esm/azure/financialSavingsCoordinateValidation.js +329 -0
- package/dist/esm/azure/financialSavingsSurfaceProjection.js +2 -0
- package/dist/esm/azure/financialSavingsSurfaceProjectionValidation.js +171 -0
- package/dist/esm/azure/financialScope.js +25 -0
- package/dist/esm/azure/financialScopeBaseline.js +19 -0
- package/dist/esm/azure/financialScopeBaselineIdentity.js +129 -0
- package/dist/esm/azure/financialScopeBaselineValidation.js +439 -0
- package/dist/esm/azure/financialScopeEvidence.js +2 -0
- package/dist/esm/azure/financialValidationPrimitives.js +15 -0
- package/dist/esm/azure/governance.js +14 -0
- package/dist/esm/azure/licensing.js +1 -0
- package/dist/esm/azure/metrics.js +1 -0
- package/dist/esm/azure/payloads.js +1 -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/reportingTemplates.js +1 -0
- package/dist/esm/azure/reports.js +12 -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 +1 -0
- package/dist/esm/azure/views.js +505 -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/capabilityPassport.js +206 -0
- package/dist/esm/common/exactDecimal.js +49 -0
- package/dist/esm/common/index.js +9 -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/sha256.js +89 -0
- package/dist/esm/common/syncProgress.js +1 -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/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/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 +1 -0
- package/dist/esm/index.js +62 -0
- package/dist/esm/index.vite.js +48 -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/index.js +1 -0
- package/dist/esm/scheduler/scheduler.js +1 -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 +23 -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 +140 -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 +8 -0
- package/dist/events/eventStatus.d.ts.map +1 -1
- package/dist/events/index.d.ts +7 -0
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js +7 -0
- package/dist/events/index.js.map +1 -1
- package/dist/events/quickAlerts.d.ts +67 -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 +139 -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/identity/apikey.d.ts +20 -3
- package/dist/identity/apikey.d.ts.map +1 -1
- package/dist/index.d.ts +39 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +39 -1
- package/dist/index.js.map +1 -1
- package/dist/index.vite.d.ts +49 -0
- package/dist/index.vite.d.ts.map +1 -0
- package/dist/index.vite.js +65 -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/index.d.ts +2 -0
- package/dist/scheduler/index.d.ts.map +1 -0
- package/dist/scheduler/index.js +18 -0
- package/dist/scheduler/index.js.map +1 -0
- package/dist/scheduler/scheduler.d.ts +263 -0
- package/dist/scheduler/scheduler.d.ts.map +1 -0
- package/dist/scheduler/scheduler.js +3 -0
- package/dist/scheduler/scheduler.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 +82 -4
- package/dist/azure/costEstimation.d.ts.map +0 -1
- package/dist/azure/costEstimation.js.map +0 -1
package/dist/ai/index.d.ts
CHANGED
|
@@ -1,42 +1,1047 @@
|
|
|
1
1
|
/** Common AI interfaces shared between frontend and backend */
|
|
2
|
-
export type AIResponseStatus = 'complete' | '
|
|
2
|
+
export type AIResponseStatus = 'complete' | 'needsClarification' | 'needsMoreMetrics';
|
|
3
3
|
export type RecommendationPillar = 'Cost Optimization' | 'Performance Efficiency' | 'Security' | 'Reliability' | 'Operational Excellence';
|
|
4
|
-
export type RecommendationType = 'advisor' | 'custom' | '
|
|
4
|
+
export type RecommendationType = 'advisor' | 'custom' | 'aiGenerated';
|
|
5
5
|
export interface RecommendationAction {
|
|
6
6
|
action: 'fix';
|
|
7
|
-
|
|
7
|
+
recommendationId: string;
|
|
8
8
|
}
|
|
9
9
|
export interface AIRecommendation {
|
|
10
|
-
|
|
10
|
+
priorityRank: number;
|
|
11
11
|
pillar: RecommendationPillar;
|
|
12
12
|
description: string;
|
|
13
13
|
type: RecommendationType;
|
|
14
|
-
|
|
14
|
+
referenceIds: string[];
|
|
15
15
|
actions: RecommendationAction[];
|
|
16
16
|
}
|
|
17
17
|
export interface StructuredAIResponse {
|
|
18
18
|
status: AIResponseStatus;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
clarificationRequest: string | null;
|
|
20
|
+
metricsRequest: string[];
|
|
21
|
+
friendlyMessage: string;
|
|
22
22
|
recommendations: AIRecommendation[];
|
|
23
23
|
}
|
|
24
|
-
/** Common PageContext interface - unified version */
|
|
25
24
|
export interface PageContext {
|
|
26
25
|
pageType: 'resource-detail' | 'recommendation-detail' | 'dashboard' | string;
|
|
26
|
+
pageId?: string;
|
|
27
|
+
tabName?: string;
|
|
28
|
+
companyId: string;
|
|
29
|
+
subscriptionIds?: string[];
|
|
30
|
+
cloudAccountId?: string;
|
|
31
|
+
resourceIds?: string[];
|
|
27
32
|
resourceId?: string;
|
|
28
33
|
recommendationId?: string;
|
|
29
|
-
subscriptionId?: string;
|
|
30
34
|
pageUrl?: string;
|
|
35
|
+
uiState?: Record<string, unknown>;
|
|
36
|
+
contextHash?: string;
|
|
31
37
|
}
|
|
32
|
-
/** Common message interface for AI conversations */
|
|
33
38
|
export interface AIMessage {
|
|
34
39
|
role: 'user' | 'assistant';
|
|
35
40
|
content: string;
|
|
36
|
-
/** Date for backend, string for frontend */
|
|
37
41
|
timestamp: Date | string;
|
|
38
42
|
structuredResponse?: StructuredAIResponse;
|
|
39
|
-
/** Response ID for continuity */
|
|
40
43
|
responseId?: string;
|
|
41
44
|
}
|
|
45
|
+
export type AIChatMode = 'page' | 'workspace';
|
|
46
|
+
export type AIChatResponseMode = 'fast' | 'thinking';
|
|
47
|
+
export type AIChatResolvedResponseMode = AIChatResponseMode | 'adaptive';
|
|
48
|
+
export type AIChatOutputContract = 'customerDecisionBrief';
|
|
49
|
+
export interface AICustomerDecisionBriefOutput {
|
|
50
|
+
headline: string;
|
|
51
|
+
businessOutcomes: [string, string];
|
|
52
|
+
costOfDelay: [string, string];
|
|
53
|
+
decisionRequired: string;
|
|
54
|
+
}
|
|
55
|
+
export interface AICustomerDecisionBriefContractOutput {
|
|
56
|
+
contract: 'customerDecisionBrief';
|
|
57
|
+
value: AICustomerDecisionBriefOutput;
|
|
58
|
+
}
|
|
59
|
+
export type AIChatContractOutput = AICustomerDecisionBriefContractOutput;
|
|
60
|
+
type AIWorkspaceScopePolicyOutcome = 'accepted' | 'intersected' | 'rejected';
|
|
61
|
+
interface AIWorkspaceScopeAllAuthorizedRequest {
|
|
62
|
+
mode: 'allAuthorized';
|
|
63
|
+
companyIds?: never;
|
|
64
|
+
subscriptionIds?: never;
|
|
65
|
+
resourceIds?: never;
|
|
66
|
+
includeChildCompanies?: boolean;
|
|
67
|
+
}
|
|
68
|
+
type AIWorkspaceScopeExplicitIdentifiers = {
|
|
69
|
+
companyIds: string[];
|
|
70
|
+
subscriptionIds?: string[];
|
|
71
|
+
resourceIds?: string[];
|
|
72
|
+
} | {
|
|
73
|
+
companyIds?: string[];
|
|
74
|
+
subscriptionIds: string[];
|
|
75
|
+
resourceIds?: string[];
|
|
76
|
+
} | {
|
|
77
|
+
companyIds?: string[];
|
|
78
|
+
subscriptionIds?: string[];
|
|
79
|
+
resourceIds: string[];
|
|
80
|
+
};
|
|
81
|
+
type AIWorkspaceScopeExplicitRequest = {
|
|
82
|
+
mode: 'explicit';
|
|
83
|
+
includeChildCompanies?: boolean;
|
|
84
|
+
} & AIWorkspaceScopeExplicitIdentifiers;
|
|
85
|
+
export type AIWorkspaceScopeRequest = AIWorkspaceScopeAllAuthorizedRequest | AIWorkspaceScopeExplicitRequest;
|
|
86
|
+
export interface AIResolvedWorkspaceScope {
|
|
87
|
+
companyIds: string[];
|
|
88
|
+
subscriptionIds: string[];
|
|
89
|
+
resourceIds: string[];
|
|
90
|
+
policyOutcome: AIWorkspaceScopePolicyOutcome;
|
|
91
|
+
rejectedCompanyIds?: string[];
|
|
92
|
+
rejectedSubscriptionIds?: string[];
|
|
93
|
+
rejectedResourceIds?: string[];
|
|
94
|
+
}
|
|
95
|
+
export type AIChatSkillId = string;
|
|
96
|
+
export type AIChatDomain = 'cost' | 'performance' | 'security' | 'reliability' | 'governance' | 'operations' | 'general';
|
|
97
|
+
export type AIChatIntentLabel = 'askSummary' | 'investigateCost' | 'investigateSecurity' | 'investigateReliability' | 'investigateGovernance' | 'executeAction' | 'explainRecommendation' | 'unknown';
|
|
98
|
+
export type AIChatComplexity = 'simple' | 'standard' | 'complex';
|
|
99
|
+
export interface AIChatClassificationIntent {
|
|
100
|
+
label: AIChatIntentLabel;
|
|
101
|
+
confidence: number;
|
|
102
|
+
}
|
|
103
|
+
export interface AIChatClassificationResult {
|
|
104
|
+
version: string;
|
|
105
|
+
intents: AIChatClassificationIntent[];
|
|
106
|
+
complexity: AIChatComplexity;
|
|
107
|
+
requiresTools: boolean;
|
|
108
|
+
suggestedSkillPackIds: AIChatSkillId[];
|
|
109
|
+
}
|
|
110
|
+
type AIChatRoutingReasonCode = 'AI_SKILL_CLASSIFIER_SELECTED' | 'AI_SKILL_CLASSIFIER_LOW_CONFIDENCE' | 'AI_SKILL_FALLBACK_DEFAULT';
|
|
111
|
+
type AIChatScopeReasonCode = 'AI_SCOPE_EMPTY_REQUEST' | 'AI_SCOPE_EMPTY_EFFECTIVE' | 'AI_SCOPE_REDUCED_UNAUTHORIZED_MEMBERS' | 'AI_SCOPE_INVALID';
|
|
112
|
+
type AIChatApprovalReasonCode = 'AI_MUTATION_CONFIRMATION_REQUIRED' | 'AI_MUTATION_CONFIRMATION_EXPIRED' | 'AI_MUTATION_CONFIRMATION_REJECTED';
|
|
113
|
+
type AIChatDegradedReasonCode = 'AI_MCP_PROVIDER_UNAVAILABLE' | 'AI_MCP_PROVIDER_TIMEOUT' | 'AI_MCP_PARTIAL_FAILURE' | 'AI_TOOL_TIMEOUT' | 'AI_TOOL_PARTIAL_FAILURE' | 'AI_DEGRADED_NO_PATH';
|
|
114
|
+
type AIChatOrchestrationReasonCode = 'AI_ROUTE_GENERIC' | 'AI_ROUTE_ANALYSIS' | 'AI_ROUTE_GENERIC_FALLBACK_MEDIUM_CONFIDENCE' | 'AI_ROUTE_CLARIFY_LOW_CONFIDENCE' | 'AI_PLAN_CREATED' | 'AI_PLAN_NO_ELIGIBLE_SPECIALISTS' | 'AI_SPECIALIST_STARTED' | 'AI_SPECIALIST_COMPLETED' | 'AI_SPECIALIST_FAILED' | 'AI_SYNTHESIS_COMPLETED' | 'AI_SYNTHESIS_CONFLICT_DETECTED' | 'AI_CRITIC_SKIPPED' | 'AI_CRITIC_PASS' | 'AI_CRITIC_REVISE' | 'AI_REVISION_LOOP_LIMIT_REACHED';
|
|
115
|
+
export type AIChatReasonCode = AIChatRoutingReasonCode | AIChatScopeReasonCode | AIChatApprovalReasonCode | AIChatDegradedReasonCode | AIChatOrchestrationReasonCode;
|
|
116
|
+
export type AIRouteReasonCode = 'route.low_confidence' | 'route.page_context_sufficient' | 'route.cross_domain_analysis_required' | 'route.retrieval_required' | 'route.missing_required_inputs' | `route.${string}`;
|
|
117
|
+
export type AIToolReasonCode = 'tool.not_authorized' | 'tool.out_of_scope' | 'tool.missing_required_arguments' | 'tool.requires_confirmation' | 'tool.not_applicable_to_page' | `tool.${string}`;
|
|
118
|
+
export type AIFreshnessReasonCode = 'freshness.current' | 'freshness.stale_source' | 'freshness.partial_data' | 'freshness.refresh_in_progress' | `freshness.${string}`;
|
|
119
|
+
export type AISchemaReasonCode = 'schema.parse_failed' | 'schema.validation_failed' | 'schema.missing_required_field' | 'schema.invalid_enum_value' | `schema.${string}`;
|
|
120
|
+
export type AIReasonCode = AIRouteReasonCode | AIToolReasonCode | AIFreshnessReasonCode | AISchemaReasonCode;
|
|
121
|
+
export interface AISchemaIssue {
|
|
122
|
+
reasonCode: AISchemaReasonCode;
|
|
123
|
+
fieldPath?: string;
|
|
124
|
+
detail?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface AIChatSkillClassificationCandidate {
|
|
127
|
+
skillId: AIChatSkillId;
|
|
128
|
+
score: number;
|
|
129
|
+
reasonCodes: AIChatReasonCode[];
|
|
130
|
+
}
|
|
131
|
+
export interface AIChatSkillClassificationResult {
|
|
132
|
+
classifierVersion: string;
|
|
133
|
+
selectedSkillPackId?: AIChatSkillId;
|
|
134
|
+
candidates: AIChatSkillClassificationCandidate[];
|
|
135
|
+
reasonCodes?: AIChatReasonCode[];
|
|
136
|
+
}
|
|
137
|
+
export type AIChatRoutingStrategy = 'singleAgent' | 'fanout';
|
|
138
|
+
export interface AIChatRoutingSubtaskPlan {
|
|
139
|
+
subtaskId: string;
|
|
140
|
+
domain: AIChatDomain;
|
|
141
|
+
title: string;
|
|
142
|
+
skillPackId?: AIChatSkillId;
|
|
143
|
+
}
|
|
144
|
+
export interface AIChatRoutingDecision {
|
|
145
|
+
strategy: AIChatRoutingStrategy;
|
|
146
|
+
selectedMode: AIChatMode;
|
|
147
|
+
selectedSkillPackIds: AIChatSkillId[];
|
|
148
|
+
reasonCodes: AIChatReasonCode[];
|
|
149
|
+
subtasks?: AIChatRoutingSubtaskPlan[];
|
|
150
|
+
}
|
|
151
|
+
export type AIChatSkillRouteSource = 'auto' | 'default';
|
|
152
|
+
export type AIChatSkillRoutePolicyOutcome = 'accepted' | 'fallback' | 'rejected';
|
|
153
|
+
export interface AIChatSkillRouteTarget {
|
|
154
|
+
skillPackId: AIChatSkillId;
|
|
155
|
+
skillPackVersion: string;
|
|
156
|
+
routeSource: AIChatSkillRouteSource;
|
|
157
|
+
policyOutcome: AIChatSkillRoutePolicyOutcome;
|
|
158
|
+
}
|
|
159
|
+
export interface AIChatSkillRoutingFallback {
|
|
160
|
+
fromSkillPackId?: AIChatSkillId;
|
|
161
|
+
toRoute: AIChatSkillRouteTarget;
|
|
162
|
+
reasonCode: AIChatReasonCode;
|
|
163
|
+
}
|
|
164
|
+
export interface AIChatSkillRoutingDecision {
|
|
165
|
+
selectedSkillPackId?: AIChatSkillId;
|
|
166
|
+
route: AIChatSkillRouteTarget;
|
|
167
|
+
reasonCodes: AIChatReasonCode[];
|
|
168
|
+
fallback?: AIChatSkillRoutingFallback;
|
|
169
|
+
}
|
|
170
|
+
export type AIChatClassificationMetadata = AIChatClassificationResult | AIChatSkillClassificationResult;
|
|
171
|
+
export type AIChatRoutingMetadata = AIChatRoutingDecision | AIChatSkillRoutingDecision;
|
|
172
|
+
export type AIEntityType = 'company' | 'subscription' | 'resource' | 'recommendation' | string;
|
|
173
|
+
export interface AIEntityRef {
|
|
174
|
+
id: string;
|
|
175
|
+
label?: string;
|
|
176
|
+
type: AIEntityType;
|
|
177
|
+
}
|
|
178
|
+
export type AIPageIntentHint = 'thisPage' | 'theseRows' | 'thisResource' | 'crossPage';
|
|
179
|
+
export interface AIPageFreshness {
|
|
180
|
+
capturedAt: string;
|
|
181
|
+
dataAsOf?: string;
|
|
182
|
+
isStale?: boolean;
|
|
183
|
+
stalenessReason?: string;
|
|
184
|
+
reasonCode?: AIFreshnessReasonCode;
|
|
185
|
+
}
|
|
186
|
+
export interface AIChatPageSnapshot {
|
|
187
|
+
pageType: string;
|
|
188
|
+
pageId?: string;
|
|
189
|
+
pageUrl?: string;
|
|
190
|
+
companyId?: string;
|
|
191
|
+
title?: string;
|
|
192
|
+
summary?: string;
|
|
193
|
+
routePath?: string;
|
|
194
|
+
tab?: string;
|
|
195
|
+
view?: string;
|
|
196
|
+
selectedEntities: AIEntityRef[];
|
|
197
|
+
scopeLabels: {
|
|
198
|
+
company?: string;
|
|
199
|
+
subscriptions?: string[];
|
|
200
|
+
resources?: string[];
|
|
201
|
+
};
|
|
202
|
+
uiState?: Record<string, unknown>;
|
|
203
|
+
loadedDataHints?: string[];
|
|
204
|
+
intentHints?: AIPageIntentHint[];
|
|
205
|
+
freshness?: AIPageFreshness;
|
|
206
|
+
}
|
|
207
|
+
export type AIChatMutationMode = 'read' | 'writeRequiresApproval' | 'writeBlocked';
|
|
208
|
+
export interface AIChatToolAffordanceEntry {
|
|
209
|
+
toolName: string;
|
|
210
|
+
title?: string;
|
|
211
|
+
reasonCode?: AIReasonCode;
|
|
212
|
+
reason?: string;
|
|
213
|
+
missingArgs?: string[];
|
|
214
|
+
requiresApproval?: boolean;
|
|
215
|
+
}
|
|
216
|
+
export interface AIChatBlockedToolAffordanceEntry extends AIChatToolAffordanceEntry {
|
|
217
|
+
blockReasonCode?: AIReasonCode;
|
|
218
|
+
blockReason?: string;
|
|
219
|
+
}
|
|
220
|
+
export interface AIChatToolAffordanceSnapshot {
|
|
221
|
+
availableTools: AIChatToolAffordanceEntry[];
|
|
222
|
+
applicableTools: AIChatToolAffordanceEntry[];
|
|
223
|
+
deferredTools: AIChatToolAffordanceEntry[];
|
|
224
|
+
writeTools: AIChatToolAffordanceEntry[];
|
|
225
|
+
blockedTools: AIChatBlockedToolAffordanceEntry[];
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* Canonical route taxonomy shared by UI, API, and persisted artifacts.
|
|
229
|
+
* These lowerCamelCase values are the only target-state route names.
|
|
230
|
+
*/
|
|
231
|
+
export type AIOrchestrationPath = 'clarify' | 'pageAnswer' | 'genericToolLoop' | 'analysisWithRetrieval';
|
|
232
|
+
export interface AIRouterDomainScore {
|
|
233
|
+
name: 'cost' | 'performance' | 'reliability' | 'security' | 'operations' | string;
|
|
234
|
+
confidence: number;
|
|
235
|
+
}
|
|
236
|
+
export interface AIRouterOutput {
|
|
237
|
+
path: AIOrchestrationPath;
|
|
238
|
+
confidence: number;
|
|
239
|
+
entitiesInFocus: string[];
|
|
240
|
+
domains: AIRouterDomainScore[];
|
|
241
|
+
needsRetrieval: boolean;
|
|
242
|
+
missingInputs: string[];
|
|
243
|
+
reasonCode?: AIRouteReasonCode;
|
|
244
|
+
whyThisPath?: string;
|
|
245
|
+
complexity?: AIChatComplexity;
|
|
246
|
+
}
|
|
247
|
+
export type AIPlannerPriority = 'P1' | 'P2' | 'P3';
|
|
248
|
+
export interface AIPlannerWorkItem {
|
|
249
|
+
workItemId: string;
|
|
250
|
+
domain: string;
|
|
251
|
+
task: string;
|
|
252
|
+
priority: AIPlannerPriority;
|
|
253
|
+
}
|
|
254
|
+
export interface AIPlannerRetrievalStep {
|
|
255
|
+
retrievalId: string;
|
|
256
|
+
toolName: string;
|
|
257
|
+
purpose: string;
|
|
258
|
+
arguments: Record<string, unknown>;
|
|
259
|
+
required: boolean;
|
|
260
|
+
}
|
|
261
|
+
export interface AIPlannerOutput {
|
|
262
|
+
investigationGoal: string;
|
|
263
|
+
decisionToSupport: string;
|
|
264
|
+
workItems: AIPlannerWorkItem[];
|
|
265
|
+
retrievalPlan: AIPlannerRetrievalStep[];
|
|
266
|
+
successCriteria: string[];
|
|
267
|
+
}
|
|
268
|
+
export type AICitationSourceType = 'toolResult' | 'pageData' | 'document' | 'metric' | 'log' | string;
|
|
269
|
+
export interface AIEvidencePayloadMeta {
|
|
270
|
+
payloadShape?: 'summary' | 'compact' | 'full';
|
|
271
|
+
truncated?: boolean;
|
|
272
|
+
truncationReasonCode?: AIReasonCode;
|
|
273
|
+
estimatedItemCount?: number;
|
|
274
|
+
}
|
|
275
|
+
export interface AIChatCitation {
|
|
276
|
+
citationId: string;
|
|
277
|
+
sourceType: AICitationSourceType;
|
|
278
|
+
title: string;
|
|
279
|
+
locator: string;
|
|
280
|
+
snippet?: string;
|
|
281
|
+
toolName?: string;
|
|
282
|
+
retrievedAt: string;
|
|
283
|
+
}
|
|
284
|
+
export interface AIChatAssistantProfileSummary {
|
|
285
|
+
profileId: string;
|
|
286
|
+
title: string;
|
|
287
|
+
description?: string;
|
|
288
|
+
mode?: AIChatMode;
|
|
289
|
+
selectedSkillPackId?: AIChatSkillId;
|
|
290
|
+
capabilityLabels: string[];
|
|
291
|
+
allowsMutations: boolean;
|
|
292
|
+
allowLearnMcp?: boolean;
|
|
293
|
+
}
|
|
294
|
+
export interface AIChatToolPolicySummary {
|
|
295
|
+
mode: 'readOnly' | 'approvalRequired' | 'mixed';
|
|
296
|
+
availableToolCount?: number;
|
|
297
|
+
mutationToolCount?: number;
|
|
298
|
+
approvalRequired: boolean;
|
|
299
|
+
summary: string;
|
|
300
|
+
}
|
|
301
|
+
export type AIChatRetrievalSourceType = 'operational' | 'memory' | 'knowledge' | 'external';
|
|
302
|
+
export interface AIChatSourcePolicySummary {
|
|
303
|
+
sourceTypes: AIChatRetrievalSourceType[];
|
|
304
|
+
externalSourceEnabled: boolean;
|
|
305
|
+
summary: string;
|
|
306
|
+
}
|
|
307
|
+
export type AIChatQueueId = string;
|
|
308
|
+
export interface AIChatQueuedPromptState {
|
|
309
|
+
queueId: AIChatQueueId;
|
|
310
|
+
text: string;
|
|
311
|
+
status: 'queued' | 'sending' | 'cancelled' | 'completed' | 'failed';
|
|
312
|
+
queuedAt: string;
|
|
313
|
+
replacedPromptId?: AIChatQueueId;
|
|
314
|
+
}
|
|
315
|
+
export interface AIChatMemorySourceSummary {
|
|
316
|
+
conversationId: string;
|
|
317
|
+
title?: string;
|
|
318
|
+
matchedAt?: string;
|
|
319
|
+
}
|
|
320
|
+
export interface AIChatMemoryMatch {
|
|
321
|
+
memoryId: string;
|
|
322
|
+
source: AIChatMemorySourceSummary;
|
|
323
|
+
score: number;
|
|
324
|
+
summary: string;
|
|
325
|
+
citationIds?: string[];
|
|
326
|
+
}
|
|
327
|
+
export interface AIChatEvidenceGroup {
|
|
328
|
+
groupId: string;
|
|
329
|
+
title: string;
|
|
330
|
+
sourceType: AIChatRetrievalSourceType;
|
|
331
|
+
citationIds: string[];
|
|
332
|
+
itemCount?: number;
|
|
333
|
+
}
|
|
334
|
+
export type AIChatNoCitationReasonCode = 'citation.not_required' | 'citation.insufficient_evidence' | 'citation.source_unavailable' | `citation.${string}`;
|
|
335
|
+
export interface AIChatCitationCoverage {
|
|
336
|
+
required: boolean;
|
|
337
|
+
satisfied: boolean;
|
|
338
|
+
citationCount: number;
|
|
339
|
+
noCitationReasonCode?: AIChatNoCitationReasonCode;
|
|
340
|
+
}
|
|
341
|
+
export interface AIChatEvidenceCoverage {
|
|
342
|
+
sourceTypes: AIChatRetrievalSourceType[];
|
|
343
|
+
evidenceGroups: AIChatEvidenceGroup[];
|
|
344
|
+
citationCoverage: AIChatCitationCoverage;
|
|
345
|
+
memoryMatches?: AIChatMemoryMatch[];
|
|
346
|
+
}
|
|
347
|
+
export interface AIChatRuntimeEvalSignals {
|
|
348
|
+
observedLeadSpecialist?: string;
|
|
349
|
+
observedSkillIds: string[];
|
|
350
|
+
observedSpecialistDomains: string[];
|
|
351
|
+
observedToolNames: string[];
|
|
352
|
+
observedEvidenceKinds: string[];
|
|
353
|
+
observedWorkflowOutcomes: string[];
|
|
354
|
+
retrievalExecuted: boolean;
|
|
355
|
+
followupPassExecuted: boolean;
|
|
356
|
+
evidenceEntryCount: number;
|
|
357
|
+
evidenceGapCount: number;
|
|
358
|
+
sourceTypes: AIChatRetrievalSourceType[];
|
|
359
|
+
memoryMatchCount: number;
|
|
360
|
+
recommendationDetected: boolean;
|
|
361
|
+
tradeoffDiscussionDetected: boolean;
|
|
362
|
+
uncertaintyLanguageDetected: boolean;
|
|
363
|
+
clarificationObserved: boolean;
|
|
364
|
+
contextSufficientForAnswering: boolean;
|
|
365
|
+
}
|
|
366
|
+
export interface AIChatReconnectState {
|
|
367
|
+
status: 'connected' | 'reconnecting' | 'resumed' | 'restarted' | 'degraded';
|
|
368
|
+
message?: string;
|
|
369
|
+
resumedRunId?: string;
|
|
370
|
+
resumedTurnId?: string;
|
|
371
|
+
updatedAt: string;
|
|
372
|
+
}
|
|
373
|
+
export interface AIChatDegradedState {
|
|
374
|
+
degraded: boolean;
|
|
375
|
+
reasonCodes?: AIChatReasonCode[];
|
|
376
|
+
summary?: string;
|
|
377
|
+
}
|
|
378
|
+
export type AIChatCollaborationStatus = 'spawned' | 'running' | 'completed' | 'cancelled' | 'degraded' | 'failed';
|
|
379
|
+
export type AIChatCollaborationRole = 'planner' | 'retrieval' | 'specialist' | 'critic' | 'subAgent' | 'synthesis';
|
|
380
|
+
export interface AIChatCollaborationItem {
|
|
381
|
+
collaborationId: string;
|
|
382
|
+
parentCollaborationId?: string;
|
|
383
|
+
title: string;
|
|
384
|
+
role: AIChatCollaborationRole;
|
|
385
|
+
status: AIChatCollaborationStatus;
|
|
386
|
+
startedAt?: string;
|
|
387
|
+
updatedAt: string;
|
|
388
|
+
endedAt?: string;
|
|
389
|
+
summary?: string;
|
|
390
|
+
citationIds?: string[];
|
|
391
|
+
reasonCode?: AIReasonCode;
|
|
392
|
+
}
|
|
393
|
+
export interface AIChatCollaborationRun {
|
|
394
|
+
runId: string;
|
|
395
|
+
status: AIChatCollaborationStatus;
|
|
396
|
+
items: AIChatCollaborationItem[];
|
|
397
|
+
startedAt: string;
|
|
398
|
+
updatedAt: string;
|
|
399
|
+
endedAt?: string;
|
|
400
|
+
summary?: string;
|
|
401
|
+
}
|
|
402
|
+
export interface AIChatToolExecutionError {
|
|
403
|
+
message: string;
|
|
404
|
+
reasonCode?: AIReasonCode;
|
|
405
|
+
retryable?: boolean;
|
|
406
|
+
details?: unknown;
|
|
407
|
+
}
|
|
408
|
+
export interface AIChatToolExecutionResult {
|
|
409
|
+
ok: boolean;
|
|
410
|
+
data?: unknown;
|
|
411
|
+
error?: AIChatToolExecutionError;
|
|
412
|
+
truncated?: boolean;
|
|
413
|
+
}
|
|
414
|
+
export interface AIToolError extends AIChatToolExecutionError {
|
|
415
|
+
code: string;
|
|
416
|
+
}
|
|
417
|
+
export interface AIToolResult extends AIChatToolExecutionResult {
|
|
418
|
+
toolName: string;
|
|
419
|
+
error?: AIToolError;
|
|
420
|
+
payloadMeta?: AIEvidencePayloadMeta;
|
|
421
|
+
}
|
|
422
|
+
export interface AIToolCall {
|
|
423
|
+
callId: string;
|
|
424
|
+
toolName: string;
|
|
425
|
+
arguments: Record<string, unknown>;
|
|
426
|
+
}
|
|
427
|
+
export interface AIRetrievalExecutionStep {
|
|
428
|
+
retrievalId: string;
|
|
429
|
+
toolName: string;
|
|
430
|
+
argsHash: string;
|
|
431
|
+
startedAt: string;
|
|
432
|
+
endedAt?: string;
|
|
433
|
+
status: 'ok' | 'error' | 'skipped';
|
|
434
|
+
summary?: string;
|
|
435
|
+
callId?: string;
|
|
436
|
+
error?: AIToolError;
|
|
437
|
+
citationIds: string[];
|
|
438
|
+
}
|
|
439
|
+
export interface AIEvidenceEntry {
|
|
440
|
+
evidenceId: string;
|
|
441
|
+
sourceTool: string;
|
|
442
|
+
argsHash: string;
|
|
443
|
+
timestamp: string;
|
|
444
|
+
status: 'ok' | 'error' | 'partial';
|
|
445
|
+
summary: string;
|
|
446
|
+
citationIds: string[];
|
|
447
|
+
domains?: string[];
|
|
448
|
+
payloadMeta?: AIEvidencePayloadMeta;
|
|
449
|
+
}
|
|
450
|
+
export interface AIEvidenceGap {
|
|
451
|
+
gapId: string;
|
|
452
|
+
description: string;
|
|
453
|
+
blocking: boolean;
|
|
454
|
+
suggestedFollowup?: string;
|
|
455
|
+
}
|
|
456
|
+
export interface AIEvidenceLabelMap {
|
|
457
|
+
companies?: Record<string, string>;
|
|
458
|
+
subscriptions?: Record<string, string>;
|
|
459
|
+
resources?: Record<string, string>;
|
|
460
|
+
recommendations?: Record<string, string>;
|
|
461
|
+
}
|
|
462
|
+
export interface AIEvidenceBundle {
|
|
463
|
+
bundleId: string;
|
|
464
|
+
entries: AIEvidenceEntry[];
|
|
465
|
+
citations: AIChatCitation[];
|
|
466
|
+
labelMap: AIEvidenceLabelMap;
|
|
467
|
+
gaps: AIEvidenceGap[];
|
|
468
|
+
createdAt: string;
|
|
469
|
+
}
|
|
470
|
+
export interface AIRetrievalExecution {
|
|
471
|
+
retrievalPlan: AIPlannerRetrievalStep[];
|
|
472
|
+
executionSteps: AIRetrievalExecutionStep[];
|
|
473
|
+
followupPassExecuted: boolean;
|
|
474
|
+
evidenceBundle: AIEvidenceBundle;
|
|
475
|
+
}
|
|
476
|
+
export interface AISpecialistAction {
|
|
477
|
+
title: string;
|
|
478
|
+
risk: 'low' | 'medium' | 'high';
|
|
479
|
+
effort: 'low' | 'medium' | 'high';
|
|
480
|
+
}
|
|
481
|
+
export interface AISpecialistTradeoff {
|
|
482
|
+
withDomain: string;
|
|
483
|
+
summary: string;
|
|
484
|
+
}
|
|
485
|
+
export interface AISpecialistOutput {
|
|
486
|
+
specialistId: string;
|
|
487
|
+
domain: string;
|
|
488
|
+
topFindings: string[];
|
|
489
|
+
evidence: string[];
|
|
490
|
+
actions: AISpecialistAction[];
|
|
491
|
+
tradeoffs: AISpecialistTradeoff[];
|
|
492
|
+
assumptions: string[];
|
|
493
|
+
dataGaps: string[];
|
|
494
|
+
followupRetrieval: AIPlannerRetrievalStep[];
|
|
495
|
+
confidence: number;
|
|
496
|
+
}
|
|
497
|
+
export interface AISynthesisOutput {
|
|
498
|
+
recommendedPlan: string;
|
|
499
|
+
alternatives: string[];
|
|
500
|
+
keyActions: string[];
|
|
501
|
+
risks: string[];
|
|
502
|
+
evidenceTrace: string[];
|
|
503
|
+
unresolvedGaps: string[];
|
|
504
|
+
confidence: number;
|
|
505
|
+
disagreement: boolean;
|
|
506
|
+
customerDecisionBrief?: AICustomerDecisionBriefOutput;
|
|
507
|
+
}
|
|
508
|
+
export interface AICriticOutput {
|
|
509
|
+
verdict: 'PASS' | 'REVISE';
|
|
510
|
+
confidence: number;
|
|
511
|
+
reason: string;
|
|
512
|
+
issues: string[];
|
|
513
|
+
rerunAgents: string[];
|
|
514
|
+
}
|
|
515
|
+
export type AIHtmlLitePolicy = 'htmlLite';
|
|
516
|
+
export interface AIFormatterOutput {
|
|
517
|
+
policy: AIHtmlLitePolicy;
|
|
518
|
+
answerHtml: string;
|
|
519
|
+
answerText: string;
|
|
520
|
+
citations: AIChatCitation[];
|
|
521
|
+
labelFirstApplied: boolean;
|
|
522
|
+
normalizationHash: string;
|
|
523
|
+
}
|
|
524
|
+
export type AIChatTurnPhase = 'intake' | 'contextResolved' | 'skillResolved' | 'planning' | 'executing' | 'awaitingApproval' | 'formatting' | 'finalizing' | 'completed' | 'errored' | 'cancelled';
|
|
525
|
+
export type AIChatTurnStatus = 'running' | 'waiting' | 'completed' | 'errored' | 'cancelled';
|
|
526
|
+
export type AIChatRunStatus = 'queued' | 'running' | 'paused' | 'resuming' | 'completed' | 'failed' | 'cancelled';
|
|
527
|
+
export type AIChatRunPauseReason = 'approvalRequired' | 'toolInputRequired' | 'stalled' | 'reconnectRequired' | 'policyIntervention' | `pause.${string}`;
|
|
528
|
+
export type AIChatRunResumeReason = 'approvalDecision' | 'reconnect' | 'manual' | 'retry' | `resume.${string}`;
|
|
529
|
+
export interface AIChatRunState {
|
|
530
|
+
runId: string;
|
|
531
|
+
status: AIChatRunStatus;
|
|
532
|
+
updatedAt: string;
|
|
533
|
+
startedAt?: string;
|
|
534
|
+
pausedAt?: string;
|
|
535
|
+
resumedAt?: string;
|
|
536
|
+
completedAt?: string;
|
|
537
|
+
pauseReason?: AIChatRunPauseReason;
|
|
538
|
+
resumeReason?: AIChatRunResumeReason;
|
|
539
|
+
terminalReasonCode?: AIReasonCode;
|
|
540
|
+
terminalMessage?: string;
|
|
541
|
+
}
|
|
542
|
+
export interface AIChatPausedRunInfo {
|
|
543
|
+
runId: string;
|
|
544
|
+
pauseReason: AIChatRunPauseReason;
|
|
545
|
+
pausedAt: string;
|
|
546
|
+
approvalChallengeId?: string;
|
|
547
|
+
pendingApprovals?: AIChatApprovalRecord[];
|
|
548
|
+
}
|
|
549
|
+
export interface AIChatTurnState {
|
|
550
|
+
runId: string;
|
|
551
|
+
turnId: string;
|
|
552
|
+
phase: AIChatTurnPhase;
|
|
553
|
+
status: AIChatTurnStatus;
|
|
554
|
+
updatedAt: string;
|
|
555
|
+
responseMode?: AIChatResolvedResponseMode;
|
|
556
|
+
path?: AIOrchestrationPath;
|
|
557
|
+
analysisConfidence?: number;
|
|
558
|
+
selectedSkillPackId?: AIChatSkillId;
|
|
559
|
+
}
|
|
560
|
+
export type AIChatCommentaryKind = 'preamble' | 'progress' | 'finding' | 'handoff';
|
|
561
|
+
export interface AIChatCommentaryEntry {
|
|
562
|
+
commentaryId: string;
|
|
563
|
+
kind: AIChatCommentaryKind;
|
|
564
|
+
text: string;
|
|
565
|
+
timestamp: string;
|
|
566
|
+
phase?: AIChatTurnPhase;
|
|
567
|
+
progressId?: string;
|
|
568
|
+
}
|
|
569
|
+
export type AIChatPlanStepStatus = 'pending' | 'running' | 'completed' | 'blocked';
|
|
570
|
+
export interface AIChatPlanStep {
|
|
571
|
+
stepId: string;
|
|
572
|
+
label: string;
|
|
573
|
+
status: AIChatPlanStepStatus;
|
|
574
|
+
summary?: string;
|
|
575
|
+
domain?: AIChatDomain;
|
|
576
|
+
}
|
|
577
|
+
export interface AIChatPlanSnapshot {
|
|
578
|
+
planId: string;
|
|
579
|
+
goal?: string;
|
|
580
|
+
updatedAt: string;
|
|
581
|
+
steps: AIChatPlanStep[];
|
|
582
|
+
}
|
|
583
|
+
export type AIChatProgressCategory = 'context' | 'routing' | 'planning' | 'retrieval' | 'toolExecution' | 'subtask' | 'approval' | 'formatting' | 'finalization';
|
|
584
|
+
export type AIChatProgressStatus = 'pending' | 'running' | 'completed' | 'blocked' | 'failed' | 'skipped';
|
|
585
|
+
export interface AIChatProgressEntry {
|
|
586
|
+
progressId: string;
|
|
587
|
+
category: AIChatProgressCategory;
|
|
588
|
+
status: AIChatProgressStatus;
|
|
589
|
+
title: string;
|
|
590
|
+
detail?: string;
|
|
591
|
+
timestamp: string;
|
|
592
|
+
phase?: AIChatTurnPhase;
|
|
593
|
+
stepId?: string;
|
|
594
|
+
callId?: string;
|
|
595
|
+
subtaskId?: string;
|
|
596
|
+
collaborationId?: string;
|
|
597
|
+
reasonCode?: AIReasonCode;
|
|
598
|
+
}
|
|
599
|
+
export type AIChatApprovalState = 'pending' | 'approved' | 'rejected' | 'consumed' | 'expired' | 'completed' | 'failed';
|
|
600
|
+
export interface AIChatApprovalRecord {
|
|
601
|
+
runId: string;
|
|
602
|
+
challengeId: string;
|
|
603
|
+
state: AIChatApprovalState;
|
|
604
|
+
actionSummary: string;
|
|
605
|
+
actionType?: string;
|
|
606
|
+
requiredRole: string;
|
|
607
|
+
riskLevel: 'low' | 'medium' | 'high';
|
|
608
|
+
idempotencyKey: string;
|
|
609
|
+
createdAt: string;
|
|
610
|
+
decidedAt?: string;
|
|
611
|
+
expiresAt?: string;
|
|
612
|
+
updatedAt?: string;
|
|
613
|
+
detail?: string;
|
|
614
|
+
}
|
|
615
|
+
export interface AIChatSkillPackDescriptor {
|
|
616
|
+
skillId: AIChatSkillId;
|
|
617
|
+
version: string;
|
|
618
|
+
title: string;
|
|
619
|
+
description?: string;
|
|
620
|
+
domains: AIChatDomain[];
|
|
621
|
+
supportedModes: AIChatMode[];
|
|
622
|
+
intentSignals: string[];
|
|
623
|
+
toolPolicy: {
|
|
624
|
+
allowedToolNames?: string[];
|
|
625
|
+
blockedToolNames?: string[];
|
|
626
|
+
allowMcpProviders?: boolean;
|
|
627
|
+
allowedMcpCapabilities?: string[];
|
|
628
|
+
blockedMcpCapabilities?: string[];
|
|
629
|
+
allowMutations: boolean;
|
|
630
|
+
};
|
|
631
|
+
approvalPolicy: {
|
|
632
|
+
required: boolean;
|
|
633
|
+
requiredRole?: string;
|
|
634
|
+
defaultRiskLevel?: 'low' | 'medium' | 'high';
|
|
635
|
+
};
|
|
636
|
+
uxHints?: {
|
|
637
|
+
commentaryStyle?: 'compact' | 'standard';
|
|
638
|
+
showPlanByDefault?: boolean;
|
|
639
|
+
preferredProgressCategories?: AIChatProgressCategory[];
|
|
640
|
+
};
|
|
641
|
+
fallbackPath?: AIOrchestrationPath;
|
|
642
|
+
enabled: boolean;
|
|
643
|
+
}
|
|
644
|
+
export interface AIChatToolDescriptor {
|
|
645
|
+
toolName: string;
|
|
646
|
+
source: 'internal' | 'mcp' | `mcp:${string}` | string;
|
|
647
|
+
providerId?: string;
|
|
648
|
+
providerTitle?: string;
|
|
649
|
+
providerCapabilities?: string[];
|
|
650
|
+
title: string;
|
|
651
|
+
description: string;
|
|
652
|
+
domains?: AIChatDomain[];
|
|
653
|
+
mutationMode: AIChatMutationMode;
|
|
654
|
+
approvalRequirement?: {
|
|
655
|
+
required: boolean;
|
|
656
|
+
requiredRole?: string;
|
|
657
|
+
riskLevel?: 'low' | 'medium' | 'high';
|
|
658
|
+
};
|
|
659
|
+
scopeHints?: {
|
|
660
|
+
chatModes?: AIChatMode[];
|
|
661
|
+
requiresWorkspaceScope?: boolean;
|
|
662
|
+
pageTypes?: string[];
|
|
663
|
+
};
|
|
664
|
+
evidenceKinds?: string[];
|
|
665
|
+
resultShape?: string;
|
|
666
|
+
usageHints?: string[];
|
|
667
|
+
avoidWhen?: string[];
|
|
668
|
+
}
|
|
669
|
+
export interface AIChatTurnSnapshot {
|
|
670
|
+
run: AIChatRunState;
|
|
671
|
+
turn: AIChatTurnState;
|
|
672
|
+
selectedSkillPack?: AIChatSkillPackDescriptor;
|
|
673
|
+
assistantProfileSummary?: AIChatAssistantProfileSummary;
|
|
674
|
+
toolPolicySummary?: AIChatToolPolicySummary;
|
|
675
|
+
sourcePolicySummary?: AIChatSourcePolicySummary;
|
|
676
|
+
queuedPrompt?: AIChatQueuedPromptState;
|
|
677
|
+
plan?: AIChatPlanSnapshot;
|
|
678
|
+
commentaryEntries?: AIChatCommentaryEntry[];
|
|
679
|
+
progressEntries?: AIChatProgressEntry[];
|
|
680
|
+
approvalRecords?: AIChatApprovalRecord[];
|
|
681
|
+
toolDescriptors?: AIChatToolDescriptor[];
|
|
682
|
+
evidenceCoverage?: AIChatEvidenceCoverage;
|
|
683
|
+
reconnectState?: AIChatReconnectState;
|
|
684
|
+
degradedState?: AIChatDegradedState;
|
|
685
|
+
collaborationRun?: AIChatCollaborationRun;
|
|
686
|
+
}
|
|
687
|
+
export interface AIChatFinalSnapshot {
|
|
688
|
+
/**
|
|
689
|
+
* Authoritative final turn state. Additional stage outputs are additive sidecars.
|
|
690
|
+
*/
|
|
691
|
+
run: AIChatRunState;
|
|
692
|
+
turnSnapshot: AIChatTurnSnapshot;
|
|
693
|
+
pageSnapshot?: AIChatPageSnapshot;
|
|
694
|
+
toolAffordanceSnapshot?: AIChatToolAffordanceSnapshot;
|
|
695
|
+
router?: AIRouterOutput;
|
|
696
|
+
planner?: AIPlannerOutput;
|
|
697
|
+
retrieval?: AIRetrievalExecution;
|
|
698
|
+
specialistOutputs?: AISpecialistOutput[];
|
|
699
|
+
synthesis?: AISynthesisOutput;
|
|
700
|
+
critic?: AICriticOutput;
|
|
701
|
+
formatter?: AIFormatterOutput;
|
|
702
|
+
assistantProfileSummary?: AIChatAssistantProfileSummary;
|
|
703
|
+
toolPolicySummary?: AIChatToolPolicySummary;
|
|
704
|
+
sourcePolicySummary?: AIChatSourcePolicySummary;
|
|
705
|
+
queuedPrompt?: AIChatQueuedPromptState;
|
|
706
|
+
evidenceCoverage?: AIChatEvidenceCoverage;
|
|
707
|
+
reconnectState?: AIChatReconnectState;
|
|
708
|
+
degradedState?: AIChatDegradedState;
|
|
709
|
+
collaborationRun?: AIChatCollaborationRun;
|
|
710
|
+
runtimeEvalSignals?: AIChatRuntimeEvalSignals;
|
|
711
|
+
}
|
|
712
|
+
export interface AIChatAuditArtifact {
|
|
713
|
+
conversationId: string;
|
|
714
|
+
runId: string;
|
|
715
|
+
turnId: string;
|
|
716
|
+
createdAt: string;
|
|
717
|
+
turnSnapshot: AIChatTurnSnapshot;
|
|
718
|
+
snapshots?: {
|
|
719
|
+
pageSnapshot?: AIChatPageSnapshot;
|
|
720
|
+
toolAffordanceSnapshot?: AIChatToolAffordanceSnapshot;
|
|
721
|
+
};
|
|
722
|
+
router?: AIRouterOutput;
|
|
723
|
+
planner?: AIPlannerOutput;
|
|
724
|
+
retrieval?: AIRetrievalExecution;
|
|
725
|
+
specialists?: AISpecialistOutput[];
|
|
726
|
+
synthesis?: AISynthesisOutput;
|
|
727
|
+
critic?: AICriticOutput;
|
|
728
|
+
formatter?: AIFormatterOutput;
|
|
729
|
+
assistantProfileSummary?: AIChatAssistantProfileSummary;
|
|
730
|
+
toolPolicySummary?: AIChatToolPolicySummary;
|
|
731
|
+
sourcePolicySummary?: AIChatSourcePolicySummary;
|
|
732
|
+
queuedPrompt?: AIChatQueuedPromptState;
|
|
733
|
+
evidenceCoverage?: AIChatEvidenceCoverage;
|
|
734
|
+
reconnectState?: AIChatReconnectState;
|
|
735
|
+
degradedState?: AIChatDegradedState;
|
|
736
|
+
collaborationRun?: AIChatCollaborationRun;
|
|
737
|
+
analysisConfidence?: number;
|
|
738
|
+
runtimeEvalSignals?: AIChatRuntimeEvalSignals;
|
|
739
|
+
}
|
|
740
|
+
export interface AIChatApprovalDecision {
|
|
741
|
+
challengeId: string;
|
|
742
|
+
decision: 'approve' | 'reject';
|
|
743
|
+
idempotencyKey: string;
|
|
744
|
+
submittedAt?: string;
|
|
745
|
+
}
|
|
746
|
+
export interface AIChatRunResumeDirective {
|
|
747
|
+
reason: AIChatRunResumeReason;
|
|
748
|
+
note?: string;
|
|
749
|
+
}
|
|
750
|
+
export interface AIChatApprovalSubmissionRequest {
|
|
751
|
+
conversationId: string;
|
|
752
|
+
runId: string;
|
|
753
|
+
decision: AIChatApprovalDecision;
|
|
754
|
+
resume?: AIChatRunResumeDirective & {
|
|
755
|
+
mode?: 'immediate' | 'manual';
|
|
756
|
+
};
|
|
757
|
+
}
|
|
758
|
+
interface AIChatRequestBase {
|
|
759
|
+
conversationId?: string;
|
|
760
|
+
runId?: string;
|
|
761
|
+
contextHash?: string;
|
|
762
|
+
responseMode?: AIChatResponseMode;
|
|
763
|
+
queuedPrompt?: AIChatQueuedPromptState;
|
|
764
|
+
/**
|
|
765
|
+
* Live chat transport is streaming-only. Non-streaming requests are not part
|
|
766
|
+
* of the target shared contract.
|
|
767
|
+
*/
|
|
768
|
+
stream: true;
|
|
769
|
+
}
|
|
770
|
+
interface AIChatRunStartRequestPage extends AIChatRequestBase {
|
|
771
|
+
action: 'start';
|
|
772
|
+
chatMode: 'page';
|
|
773
|
+
input: string;
|
|
774
|
+
pageContext: PageContext;
|
|
775
|
+
outputContract?: AIChatOutputContract;
|
|
776
|
+
workspaceScope?: never;
|
|
777
|
+
runId?: never;
|
|
778
|
+
}
|
|
779
|
+
interface AIChatRunStartRequestWorkspace extends AIChatRequestBase {
|
|
780
|
+
action: 'start';
|
|
781
|
+
chatMode: 'workspace';
|
|
782
|
+
input: string;
|
|
783
|
+
/**
|
|
784
|
+
* Workspace turns may still include page context when launched from a page,
|
|
785
|
+
* but pure workspace turns rely on workspaceScope alone.
|
|
786
|
+
*/
|
|
787
|
+
pageContext?: PageContext;
|
|
788
|
+
outputContract?: never;
|
|
789
|
+
workspaceScope: AIWorkspaceScopeRequest;
|
|
790
|
+
}
|
|
791
|
+
export type AIChatRunStartRequest = AIChatRunStartRequestPage | AIChatRunStartRequestWorkspace;
|
|
792
|
+
export interface AIChatRunResumeRequest extends AIChatRequestBase {
|
|
793
|
+
action: 'resume';
|
|
794
|
+
conversationId: string;
|
|
795
|
+
runId: string;
|
|
796
|
+
chatMode?: AIChatMode;
|
|
797
|
+
pageContext?: PageContext;
|
|
798
|
+
workspaceScope?: AIWorkspaceScopeRequest;
|
|
799
|
+
outputContract?: never;
|
|
800
|
+
input?: string;
|
|
801
|
+
approvalDecision?: AIChatApprovalDecision;
|
|
802
|
+
resume: AIChatRunResumeDirective;
|
|
803
|
+
}
|
|
804
|
+
export type AIChatRunRequest = AIChatRunStartRequest | AIChatRunResumeRequest;
|
|
805
|
+
export type AIChatRequest = AIChatRunRequest;
|
|
806
|
+
export interface AIConversationScopeMetadata {
|
|
807
|
+
chatMode?: AIChatMode;
|
|
808
|
+
resolvedWorkspaceScope?: AIResolvedWorkspaceScope;
|
|
809
|
+
selectedSkillPackIds?: AIChatSkillId[];
|
|
810
|
+
}
|
|
811
|
+
export interface AIConversationRoutingMetadata extends AIConversationScopeMetadata {
|
|
812
|
+
classification?: AIChatClassificationMetadata;
|
|
813
|
+
routing?: AIChatRoutingMetadata;
|
|
814
|
+
}
|
|
815
|
+
export interface AIConversationListItem extends AIConversationRoutingMetadata {
|
|
816
|
+
id: string;
|
|
817
|
+
summary?: string;
|
|
818
|
+
messageCount: number;
|
|
819
|
+
lastResponseTime?: Date | string;
|
|
820
|
+
pageUrl?: string;
|
|
821
|
+
pageType?: string;
|
|
822
|
+
}
|
|
823
|
+
export type AIChatConversationFeedback = 'ThumbsUp' | 'ThumbsDown';
|
|
824
|
+
export interface AIChatConversationFeedbackUpdateRequest {
|
|
825
|
+
feedback: AIChatConversationFeedback | null;
|
|
826
|
+
}
|
|
827
|
+
export interface AIChatConversationFeedbackUpdateResponse {
|
|
828
|
+
conversationId: string;
|
|
829
|
+
feedback: AIChatConversationFeedback | null;
|
|
830
|
+
updatedAt: string;
|
|
831
|
+
}
|
|
832
|
+
export interface AIChatUsage {
|
|
833
|
+
promptTokens: number;
|
|
834
|
+
completionTokens: number;
|
|
835
|
+
totalTokens: number;
|
|
836
|
+
}
|
|
837
|
+
export interface AIChatTerminalSnapshot {
|
|
838
|
+
conversationId: string;
|
|
839
|
+
runId: string;
|
|
840
|
+
run: AIChatRunState;
|
|
841
|
+
turnSnapshot: AIChatTurnSnapshot;
|
|
842
|
+
finalSnapshot?: AIChatFinalSnapshot;
|
|
843
|
+
auditArtifact?: AIChatAuditArtifact;
|
|
844
|
+
runtimeEvalSignals?: AIChatRuntimeEvalSignals;
|
|
845
|
+
resolvedResponseMode?: AIChatResolvedResponseMode;
|
|
846
|
+
chatMode?: AIChatMode;
|
|
847
|
+
resolvedScope?: AIResolvedWorkspaceScope;
|
|
848
|
+
classification?: AIChatClassificationMetadata;
|
|
849
|
+
routing?: AIChatRoutingMetadata;
|
|
850
|
+
structuredResponse?: StructuredAIResponse;
|
|
851
|
+
contractOutput?: AIChatContractOutput;
|
|
852
|
+
usage?: AIChatUsage;
|
|
853
|
+
answer?: string;
|
|
854
|
+
completionReason?: string;
|
|
855
|
+
citations?: AIChatCitation[];
|
|
856
|
+
assistantProfileSummary?: AIChatAssistantProfileSummary;
|
|
857
|
+
toolPolicySummary?: AIChatToolPolicySummary;
|
|
858
|
+
sourcePolicySummary?: AIChatSourcePolicySummary;
|
|
859
|
+
queuedPrompt?: AIChatQueuedPromptState;
|
|
860
|
+
evidenceCoverage?: AIChatEvidenceCoverage;
|
|
861
|
+
reconnectState?: AIChatReconnectState;
|
|
862
|
+
degradedState?: AIChatDegradedState;
|
|
863
|
+
collaborationRun?: AIChatCollaborationRun;
|
|
864
|
+
}
|
|
865
|
+
/**
|
|
866
|
+
* Canonical lowerCamelCase SSE event vocabulary for the target chat runtime.
|
|
867
|
+
*/
|
|
868
|
+
export type AIChatCanonicalStreamEventName = 'runStarted' | 'runStatus' | 'runPaused' | 'runResumed' | 'runCompleted' | 'scopeResolved' | 'pageSnapshotBuilt' | 'toolAffordanceBuilt' | 'routingStarted' | 'routingCompleted' | 'planCreated' | 'planUpdated' | 'commentary' | 'progressUpdate' | 'toolCall' | 'toolResult' | 'toolError' | 'approvalRequired' | 'approvalStateChanged' | 'formatterStarted' | 'formatterCompleted' | 'message' | 'citation' | 'error' | 'ping';
|
|
869
|
+
/**
|
|
870
|
+
* Legacy terminal event accepted only during the runCompleted migration.
|
|
871
|
+
* New producers and protocol assertions must use AIChatCanonicalStreamEventName.
|
|
872
|
+
*/
|
|
873
|
+
export type AIChatCompatibilityStreamEventName = 'done';
|
|
874
|
+
export type AIChatStreamEventName = AIChatCanonicalStreamEventName | AIChatCompatibilityStreamEventName;
|
|
875
|
+
export interface AIChatStreamEventBase {
|
|
876
|
+
event: AIChatStreamEventName;
|
|
877
|
+
sequence: number;
|
|
878
|
+
conversationId: string;
|
|
879
|
+
runId: string;
|
|
880
|
+
turnId: string;
|
|
881
|
+
timestamp: string;
|
|
882
|
+
}
|
|
883
|
+
export interface AIChatRunStartedEvent extends AIChatStreamEventBase {
|
|
884
|
+
event: 'runStarted';
|
|
885
|
+
run: AIChatRunState;
|
|
886
|
+
chatMode: AIChatMode;
|
|
887
|
+
requestedScope?: AIWorkspaceScopeRequest;
|
|
888
|
+
}
|
|
889
|
+
export interface AIChatRunStatusEvent extends AIChatStreamEventBase {
|
|
890
|
+
event: 'runStatus';
|
|
891
|
+
run: AIChatRunState;
|
|
892
|
+
phase?: AIChatTurnPhase;
|
|
893
|
+
}
|
|
894
|
+
export interface AIChatRunPausedEvent extends AIChatStreamEventBase {
|
|
895
|
+
event: 'runPaused';
|
|
896
|
+
run: AIChatRunState;
|
|
897
|
+
pauseReason: AIChatRunPauseReason;
|
|
898
|
+
approval?: AIChatApprovalRecord;
|
|
899
|
+
pendingApprovals?: AIChatApprovalRecord[];
|
|
900
|
+
reconnectState?: AIChatReconnectState;
|
|
901
|
+
}
|
|
902
|
+
export interface AIChatRunResumedEvent extends AIChatStreamEventBase {
|
|
903
|
+
event: 'runResumed';
|
|
904
|
+
run: AIChatRunState;
|
|
905
|
+
resumeReason: AIChatRunResumeReason;
|
|
906
|
+
}
|
|
907
|
+
export interface AIChatScopeResolvedEvent extends AIChatStreamEventBase {
|
|
908
|
+
event: 'scopeResolved';
|
|
909
|
+
chatMode: AIChatMode;
|
|
910
|
+
requestedScope?: AIWorkspaceScopeRequest;
|
|
911
|
+
resolvedScope: AIResolvedWorkspaceScope;
|
|
912
|
+
}
|
|
913
|
+
export interface AIChatPageSnapshotBuiltEvent extends AIChatStreamEventBase {
|
|
914
|
+
event: 'pageSnapshotBuilt';
|
|
915
|
+
snapshot: AIChatPageSnapshot;
|
|
916
|
+
}
|
|
917
|
+
export interface AIChatToolAffordanceBuiltEvent extends AIChatStreamEventBase {
|
|
918
|
+
event: 'toolAffordanceBuilt';
|
|
919
|
+
toolAffordanceSnapshot: AIChatToolAffordanceSnapshot;
|
|
920
|
+
}
|
|
921
|
+
export interface AIChatRoutingStartedEvent extends AIChatStreamEventBase {
|
|
922
|
+
event: 'routingStarted';
|
|
923
|
+
requestedMode?: AIChatMode;
|
|
924
|
+
}
|
|
925
|
+
export interface AIChatRoutingCompletedEvent extends AIChatStreamEventBase {
|
|
926
|
+
event: 'routingCompleted';
|
|
927
|
+
path: AIOrchestrationPath;
|
|
928
|
+
confidence: number;
|
|
929
|
+
domains?: AIRouterDomainScore[];
|
|
930
|
+
missingInputs: string[];
|
|
931
|
+
reasonCode?: AIReasonCode;
|
|
932
|
+
whyThisPath?: string;
|
|
933
|
+
analysisConfidence?: number;
|
|
934
|
+
needsRetrieval?: boolean;
|
|
935
|
+
selectedSkillPackIds?: AIChatSkillId[];
|
|
936
|
+
complexity?: AIChatComplexity;
|
|
937
|
+
}
|
|
938
|
+
export interface AIChatPlanCreatedEvent extends AIChatStreamEventBase {
|
|
939
|
+
event: 'planCreated';
|
|
940
|
+
plan: AIChatPlanSnapshot;
|
|
941
|
+
}
|
|
942
|
+
export interface AIChatPlanUpdatedEvent extends AIChatStreamEventBase {
|
|
943
|
+
event: 'planUpdated';
|
|
944
|
+
plan: AIChatPlanSnapshot;
|
|
945
|
+
}
|
|
946
|
+
export interface AIChatCommentaryEvent extends AIChatStreamEventBase {
|
|
947
|
+
event: 'commentary';
|
|
948
|
+
entry: AIChatCommentaryEntry;
|
|
949
|
+
}
|
|
950
|
+
export interface AIChatProgressUpdateEvent extends AIChatStreamEventBase {
|
|
951
|
+
event: 'progressUpdate';
|
|
952
|
+
progress: AIChatProgressEntry;
|
|
953
|
+
}
|
|
954
|
+
export interface AIChatToolCallEvent extends AIChatStreamEventBase {
|
|
955
|
+
event: 'toolCall';
|
|
956
|
+
callId: string;
|
|
957
|
+
toolName: string;
|
|
958
|
+
arguments: Record<string, unknown>;
|
|
959
|
+
}
|
|
960
|
+
export interface AIChatToolResultEvent extends AIChatStreamEventBase {
|
|
961
|
+
event: 'toolResult';
|
|
962
|
+
callId: string;
|
|
963
|
+
toolName: string;
|
|
964
|
+
result: AIChatToolExecutionResult;
|
|
965
|
+
}
|
|
966
|
+
export interface AIChatToolErrorEvent extends AIChatStreamEventBase {
|
|
967
|
+
event: 'toolError';
|
|
968
|
+
callId: string;
|
|
969
|
+
toolName: string;
|
|
970
|
+
error: AIChatToolExecutionError;
|
|
971
|
+
}
|
|
972
|
+
export interface AIChatApprovalRequiredEvent extends AIChatStreamEventBase {
|
|
973
|
+
event: 'approvalRequired';
|
|
974
|
+
run: AIChatRunState;
|
|
975
|
+
approval: AIChatApprovalRecord;
|
|
976
|
+
}
|
|
977
|
+
export interface AIChatApprovalStateChangedEvent extends AIChatStreamEventBase {
|
|
978
|
+
event: 'approvalStateChanged';
|
|
979
|
+
run: AIChatRunState;
|
|
980
|
+
approval: AIChatApprovalRecord;
|
|
981
|
+
}
|
|
982
|
+
export interface AIChatFormatterStartedEvent extends AIChatStreamEventBase {
|
|
983
|
+
event: 'formatterStarted';
|
|
984
|
+
policy?: AIHtmlLitePolicy;
|
|
985
|
+
}
|
|
986
|
+
export interface AIChatFormatterCompletedEvent extends AIChatStreamEventBase {
|
|
987
|
+
event: 'formatterCompleted';
|
|
988
|
+
formatter?: AIFormatterOutput;
|
|
989
|
+
}
|
|
990
|
+
export interface AIChatMessageEvent extends AIChatStreamEventBase {
|
|
991
|
+
event: 'message';
|
|
992
|
+
delta: string;
|
|
993
|
+
}
|
|
994
|
+
export interface AIChatCitationEvent extends AIChatStreamEventBase {
|
|
995
|
+
event: 'citation';
|
|
996
|
+
citation: AIChatCitation;
|
|
997
|
+
}
|
|
998
|
+
export interface AIChatRunCompletedEvent extends AIChatStreamEventBase {
|
|
999
|
+
event: 'runCompleted';
|
|
1000
|
+
run: AIChatRunState;
|
|
1001
|
+
terminalSnapshot: AIChatTerminalSnapshot;
|
|
1002
|
+
}
|
|
1003
|
+
/**
|
|
1004
|
+
* @deprecated Compatibility-only parser shape. New producers must emit
|
|
1005
|
+
* AIChatRunCompletedEvent with its required terminalSnapshot.
|
|
1006
|
+
*/
|
|
1007
|
+
export interface AIChatDoneEvent extends AIChatStreamEventBase {
|
|
1008
|
+
event: 'done';
|
|
1009
|
+
run: AIChatRunState;
|
|
1010
|
+
terminalSnapshot: AIChatTerminalSnapshot;
|
|
1011
|
+
responseId?: string;
|
|
1012
|
+
answer?: string;
|
|
1013
|
+
turnSnapshot?: AIChatTurnSnapshot;
|
|
1014
|
+
finalSnapshot?: AIChatFinalSnapshot | null;
|
|
1015
|
+
completionReason?: string;
|
|
1016
|
+
structuredResponse?: StructuredAIResponse;
|
|
1017
|
+
citations?: AIChatCitation[];
|
|
1018
|
+
routing?: AIChatRoutingMetadata;
|
|
1019
|
+
chatMode?: AIChatMode;
|
|
1020
|
+
resolvedScope?: AIResolvedWorkspaceScope;
|
|
1021
|
+
assistantProfileSummary?: AIChatAssistantProfileSummary;
|
|
1022
|
+
toolPolicySummary?: AIChatToolPolicySummary;
|
|
1023
|
+
sourcePolicySummary?: AIChatSourcePolicySummary;
|
|
1024
|
+
queuedPrompt?: AIChatQueuedPromptState;
|
|
1025
|
+
evidenceCoverage?: AIChatEvidenceCoverage;
|
|
1026
|
+
reconnectState?: AIChatReconnectState;
|
|
1027
|
+
degradedState?: AIChatDegradedState;
|
|
1028
|
+
collaborationRun?: AIChatCollaborationRun;
|
|
1029
|
+
}
|
|
1030
|
+
export interface AIChatErrorEvent extends AIChatStreamEventBase {
|
|
1031
|
+
event: 'error';
|
|
1032
|
+
run: AIChatRunState;
|
|
1033
|
+
code: string;
|
|
1034
|
+
message: string;
|
|
1035
|
+
retryable: boolean;
|
|
1036
|
+
}
|
|
1037
|
+
export interface AIChatPingEvent extends AIChatStreamEventBase {
|
|
1038
|
+
event: 'ping';
|
|
1039
|
+
}
|
|
1040
|
+
export type AIChatCanonicalStreamEvent = AIChatRunStartedEvent | AIChatRunStatusEvent | AIChatRunPausedEvent | AIChatRunResumedEvent | AIChatRunCompletedEvent | AIChatScopeResolvedEvent | AIChatPageSnapshotBuiltEvent | AIChatToolAffordanceBuiltEvent | AIChatRoutingStartedEvent | AIChatRoutingCompletedEvent | AIChatPlanCreatedEvent | AIChatPlanUpdatedEvent | AIChatCommentaryEvent | AIChatProgressUpdateEvent | AIChatToolCallEvent | AIChatToolResultEvent | AIChatToolErrorEvent | AIChatApprovalRequiredEvent | AIChatApprovalStateChangedEvent | AIChatFormatterStartedEvent | AIChatFormatterCompletedEvent | AIChatMessageEvent | AIChatCitationEvent | AIChatErrorEvent | AIChatPingEvent;
|
|
1041
|
+
/**
|
|
1042
|
+
* Includes the deprecated done event so clients can parse streams during the
|
|
1043
|
+
* migration. Use AIChatCanonicalStreamEvent for producers and contract gates.
|
|
1044
|
+
*/
|
|
1045
|
+
export type AIChatStreamEvent = AIChatCanonicalStreamEvent | AIChatDoneEvent;
|
|
1046
|
+
export {};
|
|
42
1047
|
//# sourceMappingURL=index.d.ts.map
|