@spottoai/types-package 1.0.2-beta.36 → 1.0.2-beta.361
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +18 -40
- package/README.md +126 -18
- package/dist/accounts/accounts.d.ts +545 -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/accounts/azureSpSetup.js +3 -0
- 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 +1019 -9
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +1 -1
- 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 +116 -0
- package/dist/aws/pluginPublicArtifacts.js.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.d.ts +4 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.js +513 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.d.ts +13 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.js +5 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.js.map +1 -0
- package/dist/aws/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/benefits.d.ts +161 -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 +166 -0
- package/dist/azure/billingArtifactGeneration.d.ts.map +1 -0
- package/dist/azure/billingArtifactGeneration.js +403 -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 +296 -0
- package/dist/azure/billingPlots.d.ts.map +1 -0
- package/dist/azure/billingPlots.js +439 -0
- package/dist/azure/billingPlots.js.map +1 -0
- package/dist/azure/budgets.d.ts +4 -0
- package/dist/azure/budgets.d.ts.map +1 -1
- package/dist/azure/commitmentsPlanning.d.ts +731 -0
- package/dist/azure/commitmentsPlanning.d.ts.map +1 -0
- package/dist/azure/commitmentsPlanning.js +3 -0
- package/dist/azure/commitmentsPlanning.js.map +1 -0
- package/dist/azure/common.d.ts +48 -1
- package/dist/azure/common.d.ts.map +1 -1
- package/dist/azure/configs.d.ts +75 -2
- package/dist/azure/configs.d.ts.map +1 -1
- package/dist/azure/costComposition.d.ts +74 -0
- package/dist/azure/costComposition.d.ts.map +1 -0
- package/dist/azure/costComposition.js +3 -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/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 +386 -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 +99 -4
- package/dist/azure/metrics.d.ts.map +1 -1
- package/dist/azure/payloads.d.ts +376 -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 +250 -0
- package/dist/azure/prices.d.ts.map +1 -1
- package/dist/azure/publicIpAddresses.d.ts +171 -0
- package/dist/azure/publicIpAddresses.d.ts.map +1 -0
- package/dist/azure/publicIpAddresses.js +6 -0
- package/dist/azure/publicIpAddresses.js.map +1 -0
- package/dist/azure/recommendationAudit.d.ts +167 -0
- package/dist/azure/recommendationAudit.d.ts.map +1 -0
- package/dist/azure/recommendationAudit.js +20 -0
- package/dist/azure/recommendationAudit.js.map +1 -0
- package/dist/azure/recommendationState.d.ts +93 -4
- package/dist/azure/recommendationState.d.ts.map +1 -1
- package/dist/azure/recommendationTracks.d.ts +214 -0
- package/dist/azure/recommendationTracks.d.ts.map +1 -0
- package/dist/azure/recommendationTracks.js +44 -0
- package/dist/azure/recommendationTracks.js.map +1 -0
- package/dist/azure/recommendationWorkflow.d.ts +304 -0
- package/dist/azure/recommendationWorkflow.d.ts.map +1 -0
- package/dist/azure/recommendationWorkflow.js +17 -0
- package/dist/azure/recommendationWorkflow.js.map +1 -0
- package/dist/azure/recommendations.d.ts +582 -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 +260 -2
- package/dist/azure/reports.d.ts.map +1 -1
- package/dist/azure/reports.js +1 -1
- package/dist/azure/reports.js.map +1 -1
- package/dist/azure/resourceHealth.d.ts +264 -0
- package/dist/azure/resourceHealth.d.ts.map +1 -0
- package/dist/azure/resourceHealth.js +16 -0
- package/dist/azure/resourceHealth.js.map +1 -0
- package/dist/azure/resourceOptimization.d.ts +79 -0
- package/dist/azure/resourceOptimization.d.ts.map +1 -0
- package/dist/azure/resourceOptimization.js +3 -0
- package/dist/azure/resourceOptimization.js.map +1 -0
- package/dist/azure/resources.d.ts +80 -0
- package/dist/azure/resources.d.ts.map +1 -1
- package/dist/azure/reviewChecklist.d.ts +147 -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/secureScore.d.ts +23 -0
- package/dist/azure/secureScore.d.ts.map +1 -0
- package/dist/azure/secureScore.js +3 -0
- package/dist/azure/secureScore.js.map +1 -0
- package/dist/azure/security.d.ts +10 -0
- package/dist/azure/security.d.ts.map +1 -1
- package/dist/azure/serviceRetirement.d.ts +59 -0
- package/dist/azure/serviceRetirement.d.ts.map +1 -0
- package/dist/azure/serviceRetirement.js +3 -0
- package/dist/azure/serviceRetirement.js.map +1 -0
- package/dist/azure/serviceRetirementState.d.ts +22 -0
- package/dist/azure/serviceRetirementState.d.ts.map +1 -0
- package/dist/azure/serviceRetirementState.js +3 -0
- package/dist/azure/serviceRetirementState.js.map +1 -0
- package/dist/azure/serviceRetirementWorkManagement.d.ts +7 -0
- package/dist/azure/serviceRetirementWorkManagement.d.ts.map +1 -0
- package/dist/azure/serviceRetirementWorkManagement.js +3 -0
- package/dist/azure/serviceRetirementWorkManagement.js.map +1 -0
- package/dist/azure/storage-inventory.d.ts +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 +89 -8
- package/dist/azure/subscriptions.d.ts.map +1 -1
- package/dist/azure/views.d.ts +815 -7
- package/dist/azure/views.d.ts.map +1 -1
- package/dist/azure/views.js +197 -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 +144 -0
- package/dist/common/artifactEvidence.d.ts.map +1 -0
- package/dist/common/artifactEvidence.js +181 -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/index.d.ts +6 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +6 -0
- package/dist/common/index.js.map +1 -1
- package/dist/common/pagination.d.ts +3 -0
- package/dist/common/pagination.d.ts.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/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/billingAccount.d.ts +30 -0
- package/dist/company/billingAccount.d.ts.map +1 -0
- package/dist/company/billingAccount.js +3 -0
- package/dist/company/billingAccount.js.map +1 -0
- package/dist/company/company.d.ts +91 -1
- package/dist/company/company.d.ts.map +1 -1
- package/dist/company/companyHierarchy.d.ts +53 -0
- package/dist/company/companyHierarchy.d.ts.map +1 -0
- package/dist/company/companyHierarchy.js +3 -0
- package/dist/company/companyHierarchy.js.map +1 -0
- package/dist/company/companyNotes.d.ts +288 -0
- package/dist/company/companyNotes.d.ts.map +1 -0
- package/dist/company/companyNotes.js +42 -0
- package/dist/company/companyNotes.js.map +1 -0
- package/dist/company/customProperties.d.ts +2 -0
- package/dist/company/customProperties.d.ts.map +1 -0
- package/dist/company/customProperties.js +18 -0
- package/dist/company/customProperties.js.map +1 -0
- package/dist/company/index.d.ts +3 -0
- package/dist/company/index.d.ts.map +1 -1
- package/dist/company/index.js +3 -0
- package/dist/company/index.js.map +1 -1
- package/dist/company/notification.d.ts +35 -1
- package/dist/company/notification.d.ts.map +1 -1
- package/dist/company/notification.js +27 -12
- package/dist/company/notification.js.map +1 -1
- package/dist/company/survey.d.ts +3 -0
- package/dist/company/survey.d.ts.map +1 -1
- package/dist/customProperties/customProperties.d.ts +87 -0
- package/dist/customProperties/customProperties.d.ts.map +1 -0
- package/dist/customProperties/customProperties.js +3 -0
- package/dist/customProperties/customProperties.js.map +1 -0
- package/dist/customProperties/index.d.ts +2 -0
- package/dist/customProperties/index.d.ts.map +1 -0
- package/dist/customProperties/index.js +18 -0
- package/dist/customProperties/index.js.map +1 -0
- package/dist/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 +109 -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/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 +390 -0
- package/dist/esm/azure/billingArtifactLimits.js +18 -0
- package/dist/esm/azure/billingGeneration.js +1 -0
- package/dist/esm/azure/billingPlots.js +430 -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 +1 -0
- package/dist/esm/azure/dataProtection.js +5 -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/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 +193 -0
- package/dist/esm/azure/workManagement.js +4 -0
- package/dist/esm/common/artifactControlData.js +200 -0
- package/dist/esm/common/artifactEvidence.js +173 -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/index.js +7 -0
- package/dist/esm/common/pagination.js +1 -0
- package/dist/esm/common/provider.js +11 -0
- package/dist/esm/common/providerSyncProgress.js +1 -0
- package/dist/esm/common/relationships.js +1 -0
- package/dist/esm/common/syncProgress.js +1 -0
- package/dist/esm/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 +59 -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 +67 -0
- package/dist/events/eventStatus.d.ts.map +1 -0
- package/dist/events/eventStatus.js +3 -0
- package/dist/events/eventStatus.js.map +1 -0
- package/dist/events/index.d.ts +9 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +25 -0
- package/dist/events/index.js.map +1 -0
- package/dist/events/quickAlerts.d.ts +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/feedbacks/feedback.d.ts +9 -0
- package/dist/feedbacks/feedback.d.ts.map +1 -1
- package/dist/identity/apikey.d.ts +84 -0
- package/dist/identity/apikey.d.ts.map +1 -0
- package/dist/identity/apikey.js +3 -0
- package/dist/identity/apikey.js.map +1 -0
- package/dist/identity/index.d.ts +2 -0
- package/dist/identity/index.d.ts.map +1 -0
- package/dist/identity/index.js +18 -0
- package/dist/identity/index.js.map +1 -0
- package/dist/index.d.ts +41 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +41 -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 +70 -5
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import { isArtifactOwnershipBinding, } from './artifactEvidence.js';
|
|
2
|
+
export const CAPABILITY_PASSPORT_SCHEMA_VERSION = 1;
|
|
3
|
+
export const CAPABILITY_REASON_CODES = [
|
|
4
|
+
'not-requested',
|
|
5
|
+
'permission-denied',
|
|
6
|
+
'not-found',
|
|
7
|
+
'throttled',
|
|
8
|
+
'timeout',
|
|
9
|
+
'pagination-incomplete',
|
|
10
|
+
'source-partial',
|
|
11
|
+
'source-empty',
|
|
12
|
+
'source-unsupported',
|
|
13
|
+
'retained-last-known-good',
|
|
14
|
+
'currency-unresolved',
|
|
15
|
+
'unknown',
|
|
16
|
+
];
|
|
17
|
+
const REASON_CODES = new Set(CAPABILITY_REASON_CODES);
|
|
18
|
+
const AGREEMENT_TYPES = new Set(['EA', 'MCA', 'CSP', 'PAYG-MOSP', 'sponsored-trial', 'unknown']);
|
|
19
|
+
const AGREEMENT_SOURCES = new Set(['observed', 'configured', 'unknown']);
|
|
20
|
+
const AVAILABILITY_VALUES = new Set(['available', 'partial', 'missing', 'unavailable', 'unknown']);
|
|
21
|
+
const EMPTY_EVIDENCE_VALUES = new Set(['populated', 'complete-empty', 'not-observed', 'unknown']);
|
|
22
|
+
const PROVIDER_OUTCOMES = new Set(['accepted', 'authoritatively-unsupported', 'unknown']);
|
|
23
|
+
const ATTEMPT_OUTCOMES = new Set(['succeeded', 'failed', 'partial']);
|
|
24
|
+
const SHA256_PATTERN = /^[a-f0-9]{64}$/;
|
|
25
|
+
const isRecord = (value) => typeof value === 'object' && value !== null && !Array.isArray(value);
|
|
26
|
+
const isNonEmptyString = (value) => typeof value === 'string' && value.trim().length > 0;
|
|
27
|
+
const isNonNegativeInteger = (value) => Number.isInteger(value) && value >= 0;
|
|
28
|
+
const isPositiveInteger = (value) => Number.isInteger(value) && value > 0;
|
|
29
|
+
const isCanonicalIsoTimestamp = (value) => {
|
|
30
|
+
if (!isNonEmptyString(value))
|
|
31
|
+
return false;
|
|
32
|
+
const timestamp = Date.parse(value);
|
|
33
|
+
return Number.isFinite(timestamp) && new Date(timestamp).toISOString() === value;
|
|
34
|
+
};
|
|
35
|
+
const isLogicalArtifactRef = (value) => {
|
|
36
|
+
if (!isNonEmptyString(value) || value.startsWith('/') || value.includes('://') || value.includes('?') || value.includes('#'))
|
|
37
|
+
return false;
|
|
38
|
+
if (value.includes('\\'))
|
|
39
|
+
return false;
|
|
40
|
+
const segments = value.split('/');
|
|
41
|
+
return segments.length >= 2 && segments.every(segment => segment.length > 0 && segment !== '.' && segment !== '..');
|
|
42
|
+
};
|
|
43
|
+
const isSubscriptionBoundResourceId = (value, subscriptionId) => {
|
|
44
|
+
if (!isNonEmptyString(value))
|
|
45
|
+
return false;
|
|
46
|
+
const segments = value.split('/');
|
|
47
|
+
return (segments.length >= 4 &&
|
|
48
|
+
segments[0] === '' &&
|
|
49
|
+
segments[1]?.toLowerCase() === 'subscriptions' &&
|
|
50
|
+
segments[2]?.toLowerCase() === subscriptionId.toLowerCase());
|
|
51
|
+
};
|
|
52
|
+
const isReasonCode = (value) => typeof value === 'string' && REASON_CODES.has(value);
|
|
53
|
+
const isImmutableSourceGeneration = (value) => {
|
|
54
|
+
if (!isRecord(value))
|
|
55
|
+
return false;
|
|
56
|
+
if (!isLogicalArtifactRef(value.artifactRef) ||
|
|
57
|
+
!isNonEmptyString(value.generationId) ||
|
|
58
|
+
typeof value.sha256 !== 'string' ||
|
|
59
|
+
!SHA256_PATTERN.test(value.sha256) ||
|
|
60
|
+
!isPositiveInteger(value.schemaVersion) ||
|
|
61
|
+
!isCanonicalIsoTimestamp(value.producedAt)) {
|
|
62
|
+
return false;
|
|
63
|
+
}
|
|
64
|
+
return value.completeThrough === undefined || isCanonicalIsoTimestamp(value.completeThrough);
|
|
65
|
+
};
|
|
66
|
+
const isScopeBinding = (value, ownership) => {
|
|
67
|
+
if (!isRecord(value) || value.provider !== ownership.provider || value.tenantId !== ownership.tenantId)
|
|
68
|
+
return false;
|
|
69
|
+
if (value.kind === 'tenant')
|
|
70
|
+
return true;
|
|
71
|
+
if (value.kind === 'billing-account')
|
|
72
|
+
return isNonEmptyString(value.billingAccountId);
|
|
73
|
+
if (value.kind === 'customer')
|
|
74
|
+
return isNonEmptyString(value.customerId);
|
|
75
|
+
if (value.kind === 'subscription')
|
|
76
|
+
return value.subscriptionId === ownership.subscriptionId;
|
|
77
|
+
return (value.kind === 'resource' &&
|
|
78
|
+
value.subscriptionId === ownership.subscriptionId &&
|
|
79
|
+
isSubscriptionBoundResourceId(value.normalizedResourceId, ownership.subscriptionId));
|
|
80
|
+
};
|
|
81
|
+
const isAttempt = (value) => {
|
|
82
|
+
if (!isRecord(value))
|
|
83
|
+
return false;
|
|
84
|
+
if (value.status === 'not-attempted')
|
|
85
|
+
return isReasonCode(value.reasonCode);
|
|
86
|
+
if (value.status !== 'attempted' || !isCanonicalIsoTimestamp(value.startedAt) || !isCanonicalIsoTimestamp(value.completedAt))
|
|
87
|
+
return false;
|
|
88
|
+
if (Date.parse(value.completedAt) < Date.parse(value.startedAt) || typeof value.outcome !== 'string' || !ATTEMPT_OUTCOMES.has(value.outcome)) {
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
return Array.isArray(value.reasonCodes) && value.reasonCodes.every(isReasonCode);
|
|
92
|
+
};
|
|
93
|
+
const isFreshness = (value) => {
|
|
94
|
+
if (!isRecord(value))
|
|
95
|
+
return false;
|
|
96
|
+
if (value.status === 'unknown')
|
|
97
|
+
return true;
|
|
98
|
+
if ((value.status !== 'current' && value.status !== 'stale') || !isCanonicalIsoTimestamp(value.observedAt))
|
|
99
|
+
return false;
|
|
100
|
+
if (value.completeThrough !== undefined && !isCanonicalIsoTimestamp(value.completeThrough))
|
|
101
|
+
return false;
|
|
102
|
+
return value.status !== 'stale' || isNonEmptyString(value.maximumAge);
|
|
103
|
+
};
|
|
104
|
+
const isObservation = (value, ownership) => {
|
|
105
|
+
if (!isRecord(value))
|
|
106
|
+
return false;
|
|
107
|
+
if (!isNonEmptyString(value.observationId) || !isNonEmptyString(value.capability) || !isScopeBinding(value.scope, ownership))
|
|
108
|
+
return false;
|
|
109
|
+
if (!isAttempt(value.attempt) || typeof value.providerSurfaceOutcome !== 'string' || !PROVIDER_OUTCOMES.has(value.providerSurfaceOutcome)) {
|
|
110
|
+
return false;
|
|
111
|
+
}
|
|
112
|
+
if (typeof value.availability !== 'string' || !AVAILABILITY_VALUES.has(value.availability))
|
|
113
|
+
return false;
|
|
114
|
+
if (typeof value.emptyEvidence !== 'string' || !EMPTY_EVIDENCE_VALUES.has(value.emptyEvidence) || !isFreshness(value.freshness))
|
|
115
|
+
return false;
|
|
116
|
+
if (value.sourceGeneration !== undefined && !isImmutableSourceGeneration(value.sourceGeneration))
|
|
117
|
+
return false;
|
|
118
|
+
if (value.coverageRef !== undefined && !isLogicalArtifactRef(value.coverageRef))
|
|
119
|
+
return false;
|
|
120
|
+
if (value.emptyEvidence === 'complete-empty') {
|
|
121
|
+
if (value.availability !== 'available' || value.attempt.status !== 'attempted' || value.attempt.outcome !== 'succeeded')
|
|
122
|
+
return false;
|
|
123
|
+
}
|
|
124
|
+
if (value.limits !== undefined) {
|
|
125
|
+
if (!isRecord(value.limits))
|
|
126
|
+
return false;
|
|
127
|
+
if (value.limits.expectedPages !== undefined && !isNonNegativeInteger(value.limits.expectedPages))
|
|
128
|
+
return false;
|
|
129
|
+
if (value.limits.receivedPages !== undefined && !isNonNegativeInteger(value.limits.receivedPages))
|
|
130
|
+
return false;
|
|
131
|
+
if (value.limits.throttled !== undefined && typeof value.limits.throttled !== 'boolean')
|
|
132
|
+
return false;
|
|
133
|
+
if (value.limits.retainedLastKnownGood !== undefined && typeof value.limits.retainedLastKnownGood !== 'boolean')
|
|
134
|
+
return false;
|
|
135
|
+
}
|
|
136
|
+
return true;
|
|
137
|
+
};
|
|
138
|
+
const isOwnership = (value) => isArtifactOwnershipBinding(value) && 'subscriptionId' in value && isNonEmptyString(value.subscriptionId);
|
|
139
|
+
const isObservationSet = (value, ownership) => {
|
|
140
|
+
if (!isRecord(value) || !isNonNegativeInteger(value.totalCount))
|
|
141
|
+
return false;
|
|
142
|
+
if (value.mode === 'inline') {
|
|
143
|
+
if (!Array.isArray(value.items) || value.items.length !== value.totalCount || !value.items.every(item => isObservation(item, ownership))) {
|
|
144
|
+
return false;
|
|
145
|
+
}
|
|
146
|
+
const observationIds = value.items.map(item => item.observationId);
|
|
147
|
+
return new Set(observationIds).size === observationIds.length;
|
|
148
|
+
}
|
|
149
|
+
if (value.mode !== 'sharded' ||
|
|
150
|
+
!isNonNegativeInteger(value.shardCount) ||
|
|
151
|
+
!isLogicalArtifactRef(value.indexRef) ||
|
|
152
|
+
!Array.isArray(value.shards) ||
|
|
153
|
+
value.shards.length !== value.shardCount) {
|
|
154
|
+
return false;
|
|
155
|
+
}
|
|
156
|
+
let total = 0;
|
|
157
|
+
const refs = new Set();
|
|
158
|
+
for (const shard of value.shards) {
|
|
159
|
+
if (!isRecord(shard) ||
|
|
160
|
+
!isLogicalArtifactRef(shard.artifactRef) ||
|
|
161
|
+
typeof shard.sha256 !== 'string' ||
|
|
162
|
+
!SHA256_PATTERN.test(shard.sha256) ||
|
|
163
|
+
!isPositiveInteger(shard.itemCount) ||
|
|
164
|
+
refs.has(shard.artifactRef)) {
|
|
165
|
+
return false;
|
|
166
|
+
}
|
|
167
|
+
refs.add(shard.artifactRef);
|
|
168
|
+
total += shard.itemCount;
|
|
169
|
+
}
|
|
170
|
+
return total === value.totalCount;
|
|
171
|
+
};
|
|
172
|
+
/** Dependency-free runtime rejection boundary for Capability Passport schema v1. */
|
|
173
|
+
export const isCapabilityPassport = (value) => {
|
|
174
|
+
if (!isRecord(value) || value.schemaVersion !== CAPABILITY_PASSPORT_SCHEMA_VERSION)
|
|
175
|
+
return false;
|
|
176
|
+
if (!isNonEmptyString(value.passportId) || !isNonEmptyString(value.runId) || !isCanonicalIsoTimestamp(value.generatedAt))
|
|
177
|
+
return false;
|
|
178
|
+
if (!isOwnership(value.ownership))
|
|
179
|
+
return false;
|
|
180
|
+
if (!isRecord(value.agreementObservation))
|
|
181
|
+
return false;
|
|
182
|
+
if (typeof value.agreementObservation.type !== 'string' ||
|
|
183
|
+
!AGREEMENT_TYPES.has(value.agreementObservation.type) ||
|
|
184
|
+
typeof value.agreementObservation.source !== 'string' ||
|
|
185
|
+
!AGREEMENT_SOURCES.has(value.agreementObservation.source) ||
|
|
186
|
+
(value.agreementObservation.sourceGeneration !== undefined && !isImmutableSourceGeneration(value.agreementObservation.sourceGeneration))) {
|
|
187
|
+
return false;
|
|
188
|
+
}
|
|
189
|
+
if (!isObservationSet(value.observations, value.ownership))
|
|
190
|
+
return false;
|
|
191
|
+
if (!isRecord(value.producerVersions) || Object.keys(value.producerVersions).length === 0)
|
|
192
|
+
return false;
|
|
193
|
+
if (!Object.entries(value.producerVersions).every(([name, version]) => isNonEmptyString(name) && isNonEmptyString(version)))
|
|
194
|
+
return false;
|
|
195
|
+
if (!Array.isArray(value.issues) ||
|
|
196
|
+
!value.issues.every(issue => isRecord(issue) && isReasonCode(issue.reasonCode) && (issue.observationId === undefined || isNonEmptyString(issue.observationId)))) {
|
|
197
|
+
return false;
|
|
198
|
+
}
|
|
199
|
+
if (value.observations.mode === 'inline') {
|
|
200
|
+
const observationIds = new Set(value.observations.items.map(item => item.observationId));
|
|
201
|
+
if (!value.issues.every(issue => issue.observationId === undefined || (isNonEmptyString(issue.observationId) && observationIds.has(issue.observationId)))) {
|
|
202
|
+
return false;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
return true;
|
|
206
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './artifactGeneration.js';
|
|
2
|
+
export * from './capabilityPassport.js';
|
|
3
|
+
export * from './pagination.js';
|
|
4
|
+
export * from './provider.js';
|
|
5
|
+
export * from './providerSyncProgress.js';
|
|
6
|
+
export * from './relationships.js';
|
|
7
|
+
export * from './syncProgress.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export var ProviderName;
|
|
2
|
+
(function (ProviderName) {
|
|
3
|
+
ProviderName["Azure"] = "azure";
|
|
4
|
+
ProviderName["Aws"] = "aws";
|
|
5
|
+
})(ProviderName || (ProviderName = {}));
|
|
6
|
+
/** Provider-owned resource boundary kind used by indexed scope records. */
|
|
7
|
+
export var ProviderScopeType;
|
|
8
|
+
(function (ProviderScopeType) {
|
|
9
|
+
ProviderScopeType["Subscription"] = "subscription";
|
|
10
|
+
ProviderScopeType["Account"] = "account";
|
|
11
|
+
})(ProviderScopeType || (ProviderScopeType = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export const COMPANY_NOTE_SCHEMA_VERSION = 1;
|
|
2
|
+
export const COMPANY_NOTES_FEATURE_KEY = 'company_notes';
|
|
3
|
+
export const COMPANY_NOTES_VIEW_PERMISSION_KEY = 'company_notes.view';
|
|
4
|
+
export const COMPANY_NOTES_MANAGE_PERMISSION_KEY = 'company_notes.manage';
|
|
5
|
+
export const COMPANY_NOTES_PERMISSION_KEYS = [COMPANY_NOTES_VIEW_PERMISSION_KEY, COMPANY_NOTES_MANAGE_PERMISSION_KEY];
|
|
6
|
+
export const COMPANY_NOTE_ORDINARY_CATEGORIES = ['general', 'meeting'];
|
|
7
|
+
export const COMPANY_NOTE_CONTEXT_CATEGORIES = [
|
|
8
|
+
'company-profile',
|
|
9
|
+
'security',
|
|
10
|
+
'architecture',
|
|
11
|
+
'operations',
|
|
12
|
+
'finops',
|
|
13
|
+
'performance',
|
|
14
|
+
'reliability',
|
|
15
|
+
'roadmap',
|
|
16
|
+
];
|
|
17
|
+
export const COMPANY_NOTE_CONTEXT_CATEGORY_ORDER = COMPANY_NOTE_CONTEXT_CATEGORIES;
|
|
18
|
+
export const COMPANY_NOTE_CATEGORIES = [...COMPANY_NOTE_ORDINARY_CATEGORIES, ...COMPANY_NOTE_CONTEXT_CATEGORIES];
|
|
19
|
+
export const COMPANY_NOTE_MEETING_TEMPLATE_KEY = 'meeting-v1';
|
|
20
|
+
export const COMPANY_NOTE_CONTEXT_TEMPLATE_KEYS = [
|
|
21
|
+
'company-profile-v1',
|
|
22
|
+
'security-v1',
|
|
23
|
+
'architecture-v1',
|
|
24
|
+
'operations-v1',
|
|
25
|
+
'finops-v1',
|
|
26
|
+
'performance-v1',
|
|
27
|
+
'reliability-v1',
|
|
28
|
+
'roadmap-v1',
|
|
29
|
+
];
|
|
30
|
+
export const COMPANY_NOTE_TEMPLATE_KEYS = [COMPANY_NOTE_MEETING_TEMPLATE_KEY, ...COMPANY_NOTE_CONTEXT_TEMPLATE_KEYS];
|
|
31
|
+
export const COMPANY_NOTES_AI_MODES = [
|
|
32
|
+
'general-note',
|
|
33
|
+
'template-draft',
|
|
34
|
+
'section-draft',
|
|
35
|
+
'coach-selection',
|
|
36
|
+
'company-research',
|
|
37
|
+
];
|
|
38
|
+
export const COMPANY_NOTES_AI_SOURCE_MODES = ['spotto-only', 'public-research'];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../customProperties/index.js';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/** Bitmask constants for resources */
|
|
2
|
+
export const RECOMMENDATION_FLAGS = {
|
|
3
|
+
/** 001 */
|
|
4
|
+
PRIORITIZED: 1,
|
|
5
|
+
/** 010 */
|
|
6
|
+
DISMISSED: 2,
|
|
7
|
+
/** 100 */
|
|
8
|
+
NEW: 4,
|
|
9
|
+
/** 1000 */
|
|
10
|
+
IMPLEMENTED: 8,
|
|
11
|
+
};
|
|
12
|
+
/** Bitmask constants for users */
|
|
13
|
+
export const USER_FLAGS = {
|
|
14
|
+
/** 001 */
|
|
15
|
+
INVITE_ACCEPTED: 1,
|
|
16
|
+
};
|
|
17
|
+
/** Bitmask constants for cloud accounts */
|
|
18
|
+
export const CLOUD_ACCOUNT_FLAGS = {
|
|
19
|
+
/** 001 */
|
|
20
|
+
SYNC_COMPLETED: 1,
|
|
21
|
+
};
|
|
22
|
+
export const COST_ANOMALY_FLAGS = {
|
|
23
|
+
/** 001 */
|
|
24
|
+
DETECTED: 1,
|
|
25
|
+
};
|
|
26
|
+
export const SHARING_FLAGS = {
|
|
27
|
+
SHARE_CREATED: 1,
|
|
28
|
+
};
|
|
29
|
+
/** Helper functions for bitmask operations */
|
|
30
|
+
export const hasFlag = (value, flag) => (value & flag) !== 0;
|
|
31
|
+
export const addFlag = (value, flag) => value | flag;
|
|
32
|
+
export const removeFlag = (value, flag) => value & ~flag;
|
|
33
|
+
/** Array helper functions */
|
|
34
|
+
export const hasArrayFlag = (array, flag) => array.includes(flag);
|
|
35
|
+
export const addArrayFlag = (array, flag) => (array.includes(flag) ? array : [...array, flag]);
|
|
36
|
+
export const removeArrayFlag = (array, flag) => array.filter(f => f !== flag);
|
|
37
|
+
/** Get individual flags from resources array */
|
|
38
|
+
export const getRecommendationsFlags = (array) => ({
|
|
39
|
+
new: hasArrayFlag(array, RECOMMENDATION_FLAGS.NEW),
|
|
40
|
+
dismissed: hasArrayFlag(array, RECOMMENDATION_FLAGS.DISMISSED),
|
|
41
|
+
prioritized: hasArrayFlag(array, RECOMMENDATION_FLAGS.PRIORITIZED),
|
|
42
|
+
implemented: hasArrayFlag(array, RECOMMENDATION_FLAGS.IMPLEMENTED),
|
|
43
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './customProperties.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './eventStatus.js';
|
|
2
|
+
export * from './cost.js';
|
|
3
|
+
export * from './costViews.js';
|
|
4
|
+
export * from './costAnomalies.js';
|
|
5
|
+
export * from './baseAlert.js';
|
|
6
|
+
export * from './alertDefinitionRun.js';
|
|
7
|
+
export * from './quickAlerts.js';
|
|
8
|
+
export * from './actionGroups.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './access.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './apikey.js';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/** Main entry point - export all interfaces from this package */
|
|
2
|
+
export * from './azure/common.js';
|
|
3
|
+
export * from './azure/costComposition.js';
|
|
4
|
+
export * from './azure/activityLogs.js';
|
|
5
|
+
export * from './azure/budgets.js';
|
|
6
|
+
export * from './azure/billingGeneration.js';
|
|
7
|
+
export * from './azure/billingArtifactGeneration.js';
|
|
8
|
+
export * from './azure/billingArtifactLimits.js';
|
|
9
|
+
export * from './azure/billingArtifactCanonicalization.js';
|
|
10
|
+
export * from './azure/billingPlots.js';
|
|
11
|
+
export * from './azure/benefits.js';
|
|
12
|
+
export * from './azure/commitmentsPlanning.js';
|
|
13
|
+
export * from './azure/licensing.js';
|
|
14
|
+
export * from './azure/configs.js';
|
|
15
|
+
export * from './azure/metrics.js';
|
|
16
|
+
export * from './azure/payloads.js';
|
|
17
|
+
export * from './azure/portalArtifacts.js';
|
|
18
|
+
export * from './azure/dataProtection.js';
|
|
19
|
+
export * from './azure/prices.js';
|
|
20
|
+
export * from './azure/relationships.js';
|
|
21
|
+
export * from './azure/recommendations.js';
|
|
22
|
+
export * from './azure/recommendationTracks.js';
|
|
23
|
+
export * from './azure/recommendationAudit.js';
|
|
24
|
+
export * from './azure/recommendationWorkflow.js';
|
|
25
|
+
export * from './azure/recommendationState.js';
|
|
26
|
+
export * from './azure/regulatoryCompliance.js';
|
|
27
|
+
export * from './azure/resources.js';
|
|
28
|
+
export * from './azure/reports.js';
|
|
29
|
+
export * from './azure/reportingTemplates.js';
|
|
30
|
+
export * from './azure/reviewChecklist.js';
|
|
31
|
+
export * from './azure/advisorScore.js';
|
|
32
|
+
export * from './azure/resourceHealth.js';
|
|
33
|
+
export * from './azure/subscriptions.js';
|
|
34
|
+
export * from './azure/views.js';
|
|
35
|
+
export * from './azure/security.js';
|
|
36
|
+
export * from './azure/serviceRetirement.js';
|
|
37
|
+
export * from './azure/serviceRetirementState.js';
|
|
38
|
+
export * from './azure/serviceRetirementWorkManagement.js';
|
|
39
|
+
export * from './azure/resourceOptimization.js';
|
|
40
|
+
export * from './azure/storage-inventory.js';
|
|
41
|
+
export * from './azure/governance.js';
|
|
42
|
+
export * from './azure/publicIpAddresses.js';
|
|
43
|
+
export * from './azure/workManagement.js';
|
|
44
|
+
export * from './aws/index.js';
|
|
45
|
+
export * from './accounts/index.js';
|
|
46
|
+
export * from './assessments/index.js';
|
|
47
|
+
export * from './users/index.js';
|
|
48
|
+
export * from './common/index.js';
|
|
49
|
+
export * from './common/artifactEvidence.js';
|
|
50
|
+
export * from './company/index.js';
|
|
51
|
+
export * from './customProperties/index.js';
|
|
52
|
+
export * from './scheduler/index.js';
|
|
53
|
+
export * from './ai/index.js';
|
|
54
|
+
export * from './events/index.js';
|
|
55
|
+
export * from './integrations/index.js';
|
|
56
|
+
export * from './identity/index.js';
|
|
57
|
+
export * from './features-and-permissions/index.js';
|
|
58
|
+
export * from './tags/index.js';
|
|
59
|
+
export * from './portfolio/index.js';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */
|
|
2
|
+
export * from './azure/common.js';
|
|
3
|
+
export * from './azure/activityLogs.js';
|
|
4
|
+
export * from './azure/budgets.js';
|
|
5
|
+
export * from './azure/billingPlots.js';
|
|
6
|
+
export * from './azure/benefits.js';
|
|
7
|
+
export * from './azure/commitmentsPlanning.js';
|
|
8
|
+
export * from './azure/licensing.js';
|
|
9
|
+
export * from './azure/configs.js';
|
|
10
|
+
export * from './azure/metrics.js';
|
|
11
|
+
export * from './azure/payloads.js';
|
|
12
|
+
export * from './azure/portalArtifacts.js';
|
|
13
|
+
export * from './azure/prices.js';
|
|
14
|
+
export * from './azure/relationships.js';
|
|
15
|
+
export * from './azure/recommendations.js';
|
|
16
|
+
export * from './azure/recommendationAudit.js';
|
|
17
|
+
export * from './azure/recommendationWorkflow.js';
|
|
18
|
+
export * from './azure/recommendationState.js';
|
|
19
|
+
export * from './azure/resources.js';
|
|
20
|
+
export * from './azure/reports.js';
|
|
21
|
+
export * from './azure/reportingTemplates.js';
|
|
22
|
+
export * from './azure/reviewChecklist.js';
|
|
23
|
+
export * from './azure/advisorScore.js';
|
|
24
|
+
export * from './azure/resourceHealth.js';
|
|
25
|
+
export * from './azure/subscriptions.js';
|
|
26
|
+
export * from './azure/views.js';
|
|
27
|
+
export * from './azure/security.js';
|
|
28
|
+
export * from './azure/serviceRetirement.js';
|
|
29
|
+
export * from './azure/serviceRetirementState.js';
|
|
30
|
+
export * from './azure/resourceOptimization.js';
|
|
31
|
+
export * from './azure/storage-inventory.js';
|
|
32
|
+
export * from './azure/governance.js';
|
|
33
|
+
export * from './azure/publicIpAddresses.js';
|
|
34
|
+
export * from './azure/dataProtection.js';
|
|
35
|
+
export * from './azure/workManagement.js';
|
|
36
|
+
export * from './accounts/index.js';
|
|
37
|
+
export * from './assessments/index.js';
|
|
38
|
+
export * from './users/index.js';
|
|
39
|
+
export * from './common/provider.js';
|
|
40
|
+
export * from './common/index.js';
|
|
41
|
+
export * from './company/index.js';
|
|
42
|
+
export * from './scheduler/index.js';
|
|
43
|
+
export * from './ai/index.js';
|
|
44
|
+
export * from './events/index.js';
|
|
45
|
+
export * from './integrations/index.js';
|
|
46
|
+
export * from './identity/index.js';
|
|
47
|
+
export * from './features-and-permissions/index.js';
|
|
48
|
+
export * from './tags/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export const PORTFOLIO_PROJECTION_PREVIOUS_SCHEMA_VERSION = '2026-07-26';
|
|
2
|
+
export const PORTFOLIO_PROJECTION_SCHEMA_VERSION = '2026-08-02';
|
|
3
|
+
export const PORTFOLIO_PROJECTION_COMPATIBLE_SCHEMA_VERSIONS = [
|
|
4
|
+
PORTFOLIO_PROJECTION_PREVIOUS_SCHEMA_VERSION,
|
|
5
|
+
PORTFOLIO_PROJECTION_SCHEMA_VERSION,
|
|
6
|
+
];
|
|
7
|
+
export const PORTFOLIO_PROJECTION_DETAIL_LIMIT = 60;
|
|
8
|
+
/** Legacy fixed-shard count used to read compatible manifests published before byte-bounded packing. */
|
|
9
|
+
export const PORTFOLIO_PROJECTION_DETAIL_SHARD_COUNT = 16;
|
|
10
|
+
/** Publishers target small detail artifacts and start a new shard before either target is crossed. */
|
|
11
|
+
export const PORTFOLIO_PROJECTION_DETAIL_TARGET_COMPRESSED_BYTES = 1 * 1024 * 1024;
|
|
12
|
+
export const PORTFOLIO_PROJECTION_DETAIL_TARGET_DECODED_BYTES = 2 * 1024 * 1024;
|
|
13
|
+
/** Aggregate decoded payload budget for a single Worker projection read. */
|
|
14
|
+
export const PORTFOLIO_PROJECTION_MAX_REQUEST_DECODED_BYTES = 24 * 1024 * 1024;
|
|
15
|
+
export const PORTFOLIO_PROJECTION_MAX_COMPRESSED_BYTES = 8 * 1024 * 1024;
|
|
16
|
+
export const PORTFOLIO_PROJECTION_MAX_DECODED_BYTES = 32 * 1024 * 1024;
|
|
17
|
+
export const PORTFOLIO_CLOUD_ACCOUNT_SUMMARY_SCHEMA_VERSION = '2026-08-13';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './scheduler.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tags.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|