@spottoai/types-package 1.0.2-beta.42 → 1.0.2-beta.421
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +18 -40
- package/README.md +148 -18
- package/dist/accounts/accounts.d.ts +624 -3
- package/dist/accounts/accounts.d.ts.map +1 -1
- package/dist/accounts/accounts.js +123 -0
- package/dist/accounts/accounts.js.map +1 -1
- package/dist/accounts/azureManualOnboarding.d.ts +114 -0
- package/dist/accounts/azureManualOnboarding.d.ts.map +1 -0
- package/dist/accounts/azureManualOnboarding.js +12 -0
- package/dist/accounts/azureManualOnboarding.js.map +1 -0
- package/dist/accounts/azureSpSetup.d.ts +517 -0
- package/dist/accounts/azureSpSetup.d.ts.map +1 -0
- package/dist/accounts/azureSpSetup.js +18 -0
- package/dist/accounts/azureSpSetup.js.map +1 -0
- package/dist/accounts/azureSpSetupDurable.d.ts +126 -0
- package/dist/accounts/azureSpSetupDurable.d.ts.map +1 -0
- package/dist/accounts/azureSpSetupDurable.js +31 -0
- package/dist/accounts/azureSpSetupDurable.js.map +1 -0
- package/dist/accounts/index.d.ts +5 -0
- package/dist/accounts/index.d.ts.map +1 -1
- package/dist/accounts/index.js +5 -0
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/readPermissions.d.ts +76 -0
- package/dist/accounts/readPermissions.d.ts.map +1 -0
- package/dist/accounts/readPermissions.js +202 -0
- package/dist/accounts/readPermissions.js.map +1 -0
- package/dist/accounts/validation.d.ts +115 -0
- package/dist/accounts/validation.d.ts.map +1 -0
- package/dist/accounts/validation.js +3 -0
- package/dist/accounts/validation.js.map +1 -0
- package/dist/accounts/writePermissions.d.ts +40 -0
- package/dist/accounts/writePermissions.d.ts.map +1 -0
- package/dist/accounts/writePermissions.js +56 -0
- package/dist/accounts/writePermissions.js.map +1 -0
- package/dist/ai/conversationHistory.d.ts +52 -0
- package/dist/ai/conversationHistory.d.ts.map +1 -0
- package/dist/ai/conversationHistory.js +10 -0
- package/dist/ai/conversationHistory.js.map +1 -0
- package/dist/ai/grounding.d.ts +41 -0
- package/dist/ai/grounding.d.ts.map +1 -0
- package/dist/ai/grounding.js +86 -0
- package/dist/ai/grounding.js.map +1 -0
- package/dist/ai/index.d.ts +1315 -9
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +26 -1
- package/dist/ai/index.js.map +1 -1
- package/dist/ai/workspaceArtifacts.d.ts +587 -0
- package/dist/ai/workspaceArtifacts.d.ts.map +1 -0
- package/dist/ai/workspaceArtifacts.js +162 -0
- package/dist/ai/workspaceArtifacts.js.map +1 -0
- package/dist/assessments/artifact.d.ts +84 -0
- package/dist/assessments/artifact.d.ts.map +1 -0
- package/dist/assessments/artifact.js +3 -0
- package/dist/assessments/artifact.js.map +1 -0
- package/dist/assessments/catalogue.d.ts +53 -0
- package/dist/assessments/catalogue.d.ts.map +1 -0
- package/dist/assessments/catalogue.js +16 -0
- package/dist/assessments/catalogue.js.map +1 -0
- package/dist/assessments/common.d.ts +27 -0
- package/dist/assessments/common.d.ts.map +1 -0
- package/dist/assessments/common.js +3 -0
- package/dist/assessments/common.js.map +1 -0
- package/dist/assessments/evidence.d.ts +78 -0
- package/dist/assessments/evidence.d.ts.map +1 -0
- package/dist/assessments/evidence.js +3 -0
- package/dist/assessments/evidence.js.map +1 -0
- package/dist/assessments/export.d.ts +27 -0
- package/dist/assessments/export.d.ts.map +1 -0
- package/dist/assessments/export.js +3 -0
- package/dist/assessments/export.js.map +1 -0
- package/dist/assessments/index.d.ts +11 -0
- package/dist/assessments/index.d.ts.map +1 -0
- package/dist/assessments/index.js +27 -0
- package/dist/assessments/index.js.map +1 -0
- package/dist/assessments/queue.d.ts +20 -0
- package/dist/assessments/queue.d.ts.map +1 -0
- package/dist/assessments/queue.js +6 -0
- package/dist/assessments/queue.js.map +1 -0
- package/dist/assessments/review.d.ts +36 -0
- package/dist/assessments/review.d.ts.map +1 -0
- package/dist/assessments/review.js +3 -0
- package/dist/assessments/review.js.map +1 -0
- package/dist/assessments/run.d.ts +62 -0
- package/dist/assessments/run.d.ts.map +1 -0
- package/dist/assessments/run.js +3 -0
- package/dist/assessments/run.js.map +1 -0
- package/dist/assessments/sow.d.ts +30 -0
- package/dist/assessments/sow.d.ts.map +1 -0
- package/dist/assessments/sow.js +3 -0
- package/dist/assessments/sow.js.map +1 -0
- package/dist/assessments/status.d.ts +27 -0
- package/dist/assessments/status.d.ts.map +1 -0
- package/dist/assessments/status.js +27 -0
- package/dist/assessments/status.js.map +1 -0
- package/dist/aws/commitments-planning.d.ts +8 -0
- package/dist/aws/commitments-planning.d.ts.map +1 -0
- package/dist/aws/commitments-planning.js +25 -0
- package/dist/aws/commitments-planning.js.map +1 -0
- package/dist/aws/commitmentsPlanningValidation.d.ts +7 -0
- package/dist/aws/commitmentsPlanningValidation.d.ts.map +1 -0
- package/dist/aws/commitmentsPlanningValidation.js +125 -0
- package/dist/aws/commitmentsPlanningValidation.js.map +1 -0
- package/dist/aws/estates.d.ts +153 -0
- package/dist/aws/estates.d.ts.map +1 -0
- package/dist/aws/estates.js +31 -0
- package/dist/aws/estates.js.map +1 -0
- package/dist/aws/index.d.ts +25 -0
- package/dist/aws/index.d.ts.map +1 -0
- package/dist/aws/index.js +40 -0
- package/dist/aws/index.js.map +1 -0
- package/dist/aws/onboarding.d.ts +57 -0
- package/dist/aws/onboarding.d.ts.map +1 -0
- package/dist/aws/onboarding.js +3 -0
- package/dist/aws/onboarding.js.map +1 -0
- package/dist/aws/organizationCommitments.d.ts +260 -0
- package/dist/aws/organizationCommitments.d.ts.map +1 -0
- package/dist/aws/organizationCommitments.js +53 -0
- package/dist/aws/organizationCommitments.js.map +1 -0
- package/dist/aws/organizationCommitmentsApiValidation.d.ts +21 -0
- package/dist/aws/organizationCommitmentsApiValidation.d.ts.map +1 -0
- package/dist/aws/organizationCommitmentsApiValidation.js +226 -0
- package/dist/aws/organizationCommitmentsApiValidation.js.map +1 -0
- package/dist/aws/organizationCommitmentsValidation.d.ts +12 -0
- package/dist/aws/organizationCommitmentsValidation.d.ts.map +1 -0
- package/dist/aws/organizationCommitmentsValidation.js +228 -0
- package/dist/aws/organizationCommitmentsValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.d.ts +10 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.js +225 -0
- package/dist/aws/pluginPublicArtifactBodyValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactEvidence.d.ts +161 -0
- package/dist/aws/pluginPublicArtifactEvidence.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactEvidence.js +3 -0
- package/dist/aws/pluginPublicArtifactEvidence.js.map +1 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.d.ts +4 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.js +259 -0
- package/dist/aws/pluginPublicArtifactManifestValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.d.ts +6 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.js +471 -0
- package/dist/aws/pluginPublicArtifactSectionValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactValidation.d.ts +3 -0
- package/dist/aws/pluginPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactValidation.js +9 -0
- package/dist/aws/pluginPublicArtifactValidation.js.map +1 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.d.ts +23 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.js +240 -0
- package/dist/aws/pluginPublicArtifactValidationHelpers.js.map +1 -0
- package/dist/aws/pluginPublicArtifacts.d.ts +253 -0
- package/dist/aws/pluginPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/pluginPublicArtifacts.js +116 -0
- package/dist/aws/pluginPublicArtifacts.js.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.d.ts +4 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.js +513 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.d.ts +13 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.js +5 -0
- package/dist/aws/portalCommitmentsPlanningPublicArtifacts.js.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.d.ts +9 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.js +407 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.d.ts +17 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.js +6 -0
- package/dist/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.js.map +1 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.d.ts +4 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.js +333 -0
- package/dist/aws/portalPublicArtifactCurrentValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.d.ts +6 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.js +301 -0
- package/dist/aws/portalPublicArtifactEvidenceValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.d.ts +8 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.js +377 -0
- package/dist/aws/portalPublicArtifactHistoryAiValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.d.ts +178 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.js +44 -0
- package/dist/aws/portalPublicArtifactHistoryTypes.js.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.d.ts +127 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.js +3 -0
- package/dist/aws/portalPublicArtifactNestedEvidence.js.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.d.ts +6 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.js +405 -0
- package/dist/aws/portalPublicArtifactNestedEvidenceValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactValidation.d.ts +3 -0
- package/dist/aws/portalPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactValidation.js +14 -0
- package/dist/aws/portalPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalPublicArtifactValidationCommon.d.ts +30 -0
- package/dist/aws/portalPublicArtifactValidationCommon.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifactValidationCommon.js +167 -0
- package/dist/aws/portalPublicArtifactValidationCommon.js.map +1 -0
- package/dist/aws/portalPublicArtifacts.d.ts +400 -0
- package/dist/aws/portalPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalPublicArtifacts.js +85 -0
- package/dist/aws/portalPublicArtifacts.js.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.d.ts +4 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.d.ts.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.js +338 -0
- package/dist/aws/portalRelationshipPublicArtifactValidation.js.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifacts.d.ts +196 -0
- package/dist/aws/portalRelationshipPublicArtifacts.d.ts.map +1 -0
- package/dist/aws/portalRelationshipPublicArtifacts.js +63 -0
- package/dist/aws/portalRelationshipPublicArtifacts.js.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.d.ts +269 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.d.ts.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.js +3 -0
- package/dist/aws/portalRelationshipResourceNodeTypes.js.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.d.ts +2 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.d.ts.map +1 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.js +372 -0
- package/dist/aws/portalRelationshipResourceNodeValidation.js.map +1 -0
- package/dist/aws/publicArtifacts.d.ts +76 -0
- package/dist/aws/publicArtifacts.d.ts.map +1 -0
- package/dist/aws/publicArtifacts.js +17 -0
- package/dist/aws/publicArtifacts.js.map +1 -0
- package/dist/aws/relationships.d.ts +4 -0
- package/dist/aws/relationships.d.ts.map +1 -0
- package/dist/aws/relationships.js +6 -0
- package/dist/aws/relationships.js.map +1 -0
- package/dist/aws/requests.d.ts +95 -0
- package/dist/aws/requests.d.ts.map +1 -0
- package/dist/aws/requests.js +23 -0
- package/dist/aws/requests.js.map +1 -0
- package/dist/azure/activityLogAnalysis.d.ts +320 -0
- package/dist/azure/activityLogAnalysis.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysis.js +70 -0
- package/dist/azure/activityLogAnalysis.js.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidation.d.ts +8 -0
- package/dist/azure/activityLogAnalysisPublicValidation.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidation.js +368 -0
- package/dist/azure/activityLogAnalysisPublicValidation.js.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.d.ts +33 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.js +197 -0
- package/dist/azure/activityLogAnalysisPublicValidationHelpers.js.map +1 -0
- package/dist/azure/activityLogAnalysisValidation.d.ts +5 -0
- package/dist/azure/activityLogAnalysisValidation.d.ts.map +1 -0
- package/dist/azure/activityLogAnalysisValidation.js +376 -0
- package/dist/azure/activityLogAnalysisValidation.js.map +1 -0
- package/dist/azure/activityLogs.d.ts +79 -0
- package/dist/azure/activityLogs.d.ts.map +1 -0
- package/dist/azure/activityLogs.js +6 -0
- package/dist/azure/activityLogs.js.map +1 -0
- package/dist/azure/advisorScore.d.ts +39 -0
- package/dist/azure/advisorScore.d.ts.map +1 -0
- package/dist/azure/advisorScore.js +3 -0
- package/dist/azure/advisorScore.js.map +1 -0
- package/dist/azure/artifactRunReference.d.ts +11 -0
- package/dist/azure/artifactRunReference.d.ts.map +1 -0
- package/dist/azure/artifactRunReference.js +90 -0
- package/dist/azure/artifactRunReference.js.map +1 -0
- package/dist/azure/benefits.d.ts +163 -0
- package/dist/azure/benefits.d.ts.map +1 -0
- package/dist/azure/benefits.js +3 -0
- package/dist/azure/benefits.js.map +1 -0
- package/dist/azure/billingArtifactCanonicalization.d.ts +30 -0
- package/dist/azure/billingArtifactCanonicalization.d.ts.map +1 -0
- package/dist/azure/billingArtifactCanonicalization.js +371 -0
- package/dist/azure/billingArtifactCanonicalization.js.map +1 -0
- package/dist/azure/billingArtifactEvidence.d.ts +39 -0
- package/dist/azure/billingArtifactEvidence.d.ts.map +1 -0
- package/dist/azure/billingArtifactEvidence.js +29 -0
- package/dist/azure/billingArtifactEvidence.js.map +1 -0
- package/dist/azure/billingArtifactGeneration.d.ts +221 -0
- package/dist/azure/billingArtifactGeneration.d.ts.map +1 -0
- package/dist/azure/billingArtifactGeneration.js +477 -0
- package/dist/azure/billingArtifactGeneration.js.map +1 -0
- package/dist/azure/billingArtifactLimits.d.ts +19 -0
- package/dist/azure/billingArtifactLimits.d.ts.map +1 -0
- package/dist/azure/billingArtifactLimits.js +22 -0
- package/dist/azure/billingArtifactLimits.js.map +1 -0
- package/dist/azure/billingGeneration.d.ts +50 -0
- package/dist/azure/billingGeneration.d.ts.map +1 -0
- package/dist/azure/billingGeneration.js +3 -0
- package/dist/azure/billingGeneration.js.map +1 -0
- package/dist/azure/billingPlots.d.ts +321 -0
- package/dist/azure/billingPlots.d.ts.map +1 -0
- package/dist/azure/billingPlots.js +521 -0
- package/dist/azure/billingPlots.js.map +1 -0
- package/dist/azure/budgets.d.ts +4 -0
- package/dist/azure/budgets.d.ts.map +1 -1
- package/dist/azure/commitmentsPlanning.d.ts +731 -0
- package/dist/azure/commitmentsPlanning.d.ts.map +1 -0
- package/dist/azure/commitmentsPlanning.js +3 -0
- package/dist/azure/commitmentsPlanning.js.map +1 -0
- package/dist/azure/common.d.ts +69 -1
- package/dist/azure/common.d.ts.map +1 -1
- package/dist/azure/common.js +30 -0
- package/dist/azure/common.js.map +1 -1
- package/dist/azure/configs.d.ts +75 -2
- package/dist/azure/configs.d.ts.map +1 -1
- package/dist/azure/costComposition.d.ts +109 -0
- package/dist/azure/costComposition.d.ts.map +1 -0
- package/dist/azure/costComposition.js +52 -0
- package/dist/azure/costComposition.js.map +1 -0
- package/dist/azure/dataProtection.d.ts +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/financialChargePolicy.d.ts +215 -0
- package/dist/azure/financialChargePolicy.d.ts.map +1 -0
- package/dist/azure/financialChargePolicy.js +488 -0
- package/dist/azure/financialChargePolicy.js.map +1 -0
- package/dist/azure/governance.d.ts +1087 -0
- package/dist/azure/governance.d.ts.map +1 -0
- package/dist/azure/governance.js +19 -0
- package/dist/azure/governance.js.map +1 -0
- package/dist/azure/licensing.d.ts +498 -0
- package/dist/azure/licensing.d.ts.map +1 -0
- package/dist/azure/licensing.js +3 -0
- package/dist/azure/licensing.js.map +1 -0
- package/dist/azure/metrics.d.ts +99 -4
- package/dist/azure/metrics.d.ts.map +1 -1
- package/dist/azure/payloads.d.ts +430 -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 +104 -4
- package/dist/azure/recommendationState.d.ts.map +1 -1
- package/dist/azure/recommendationTracks.d.ts +214 -0
- package/dist/azure/recommendationTracks.d.ts.map +1 -0
- package/dist/azure/recommendationTracks.js +44 -0
- package/dist/azure/recommendationTracks.js.map +1 -0
- package/dist/azure/recommendationWorkflow.d.ts +304 -0
- package/dist/azure/recommendationWorkflow.d.ts.map +1 -0
- package/dist/azure/recommendationWorkflow.js +17 -0
- package/dist/azure/recommendationWorkflow.js.map +1 -0
- package/dist/azure/recommendations.d.ts +686 -11
- package/dist/azure/recommendations.d.ts.map +1 -1
- package/dist/azure/recommendations.js.map +1 -1
- package/dist/azure/regulatoryCompliance.d.ts +301 -0
- package/dist/azure/regulatoryCompliance.d.ts.map +1 -0
- package/dist/azure/regulatoryCompliance.js +10 -0
- package/dist/azure/regulatoryCompliance.js.map +1 -0
- package/dist/azure/relationships.d.ts +193 -0
- package/dist/azure/relationships.d.ts.map +1 -0
- package/dist/azure/relationships.js +6 -0
- package/dist/azure/relationships.js.map +1 -0
- package/dist/azure/reportDailySpend.d.ts +48 -0
- package/dist/azure/reportDailySpend.d.ts.map +1 -0
- package/dist/azure/reportDailySpend.js +6 -0
- package/dist/azure/reportDailySpend.js.map +1 -0
- package/dist/azure/reportDailySpendValidation.d.ts +3 -0
- package/dist/azure/reportDailySpendValidation.d.ts.map +1 -0
- package/dist/azure/reportDailySpendValidation.js +72 -0
- package/dist/azure/reportDailySpendValidation.js.map +1 -0
- package/dist/azure/reportEvidence.d.ts +615 -0
- package/dist/azure/reportEvidence.d.ts.map +1 -0
- package/dist/azure/reportEvidence.js +25 -0
- package/dist/azure/reportEvidence.js.map +1 -0
- package/dist/azure/reportEvidenceCatalogueValidation.d.ts +5 -0
- package/dist/azure/reportEvidenceCatalogueValidation.d.ts.map +1 -0
- package/dist/azure/reportEvidenceCatalogueValidation.js +109 -0
- package/dist/azure/reportEvidenceCatalogueValidation.js.map +1 -0
- package/dist/azure/reportEvidenceValidation.d.ts +7 -0
- package/dist/azure/reportEvidenceValidation.d.ts.map +1 -0
- package/dist/azure/reportEvidenceValidation.js +421 -0
- package/dist/azure/reportEvidenceValidation.js.map +1 -0
- package/dist/azure/reportEvidenceValidationHelpers.d.ts +27 -0
- package/dist/azure/reportEvidenceValidationHelpers.d.ts.map +1 -0
- package/dist/azure/reportEvidenceValidationHelpers.js +134 -0
- package/dist/azure/reportEvidenceValidationHelpers.js.map +1 -0
- package/dist/azure/reportSavingsContributionValidation.d.ts +5 -0
- package/dist/azure/reportSavingsContributionValidation.d.ts.map +1 -0
- package/dist/azure/reportSavingsContributionValidation.js +37 -0
- package/dist/azure/reportSavingsContributionValidation.js.map +1 -0
- package/dist/azure/reportSpend.d.ts +87 -0
- package/dist/azure/reportSpend.d.ts.map +1 -0
- package/dist/azure/reportSpend.js +5 -0
- package/dist/azure/reportSpend.js.map +1 -0
- package/dist/azure/reportSpendValidation.d.ts +7 -0
- package/dist/azure/reportSpendValidation.d.ts.map +1 -0
- package/dist/azure/reportSpendValidation.js +197 -0
- package/dist/azure/reportSpendValidation.js.map +1 -0
- package/dist/azure/reportSpendValidationHelpers.d.ts +7 -0
- package/dist/azure/reportSpendValidationHelpers.d.ts.map +1 -0
- package/dist/azure/reportSpendValidationHelpers.js +31 -0
- package/dist/azure/reportSpendValidationHelpers.js.map +1 -0
- package/dist/azure/reportingTemplates.d.ts +70 -0
- package/dist/azure/reportingTemplates.d.ts.map +1 -0
- package/dist/azure/reportingTemplates.js +5 -0
- package/dist/azure/reportingTemplates.js.map +1 -0
- package/dist/azure/reports.d.ts +278 -2
- package/dist/azure/reports.d.ts.map +1 -1
- package/dist/azure/reports.js +1 -1
- package/dist/azure/reports.js.map +1 -1
- package/dist/azure/resourceHealth.d.ts +264 -0
- package/dist/azure/resourceHealth.d.ts.map +1 -0
- package/dist/azure/resourceHealth.js +16 -0
- package/dist/azure/resourceHealth.js.map +1 -0
- package/dist/azure/resourceOptimization.d.ts +79 -0
- package/dist/azure/resourceOptimization.d.ts.map +1 -0
- package/dist/azure/resourceOptimization.js +3 -0
- package/dist/azure/resourceOptimization.js.map +1 -0
- package/dist/azure/resources.d.ts +80 -0
- package/dist/azure/resources.d.ts.map +1 -1
- package/dist/azure/reviewChecklist.d.ts +155 -0
- package/dist/azure/reviewChecklist.d.ts.map +1 -0
- package/dist/azure/reviewChecklist.js +3 -0
- package/dist/azure/reviewChecklist.js.map +1 -0
- package/dist/azure/savings.d.ts +76 -0
- package/dist/azure/savings.d.ts.map +1 -0
- package/dist/azure/savings.js +3 -0
- package/dist/azure/savings.js.map +1 -0
- package/dist/azure/secureScore.d.ts +23 -0
- package/dist/azure/secureScore.d.ts.map +1 -0
- package/dist/azure/secureScore.js +3 -0
- package/dist/azure/secureScore.js.map +1 -0
- package/dist/azure/security.d.ts +3 -0
- package/dist/azure/security.d.ts.map +1 -1
- package/dist/azure/serviceRetirement.d.ts +90 -0
- package/dist/azure/serviceRetirement.d.ts.map +1 -0
- package/dist/azure/serviceRetirement.js +3 -0
- package/dist/azure/serviceRetirement.js.map +1 -0
- package/dist/azure/serviceRetirementState.d.ts +22 -0
- package/dist/azure/serviceRetirementState.d.ts.map +1 -0
- package/dist/azure/serviceRetirementState.js +3 -0
- package/dist/azure/serviceRetirementState.js.map +1 -0
- package/dist/azure/serviceRetirementWorkManagement.d.ts +7 -0
- package/dist/azure/serviceRetirementWorkManagement.d.ts.map +1 -0
- package/dist/azure/serviceRetirementWorkManagement.js +3 -0
- package/dist/azure/serviceRetirementWorkManagement.js.map +1 -0
- package/dist/azure/storage-inventory.d.ts +285 -0
- package/dist/azure/storage-inventory.d.ts.map +1 -0
- package/dist/azure/storage-inventory.js +3 -0
- package/dist/azure/storage-inventory.js.map +1 -0
- package/dist/azure/subscriptions.d.ts +129 -8
- package/dist/azure/subscriptions.d.ts.map +1 -1
- package/dist/azure/subscriptions.js +35 -0
- package/dist/azure/subscriptions.js.map +1 -1
- package/dist/azure/views.d.ts +952 -7
- package/dist/azure/views.d.ts.map +1 -1
- package/dist/azure/views.js +511 -0
- package/dist/azure/views.js.map +1 -1
- package/dist/azure/vmPatchManagement.d.ts +109 -0
- package/dist/azure/vmPatchManagement.d.ts.map +1 -0
- package/dist/azure/vmPatchManagement.js +7 -0
- package/dist/azure/vmPatchManagement.js.map +1 -0
- package/dist/azure/workManagement.d.ts +154 -0
- package/dist/azure/workManagement.d.ts.map +1 -0
- package/dist/azure/workManagement.js +8 -0
- package/dist/azure/workManagement.js.map +1 -0
- package/dist/common/artifactControlData.d.ts +26 -0
- package/dist/common/artifactControlData.d.ts.map +1 -0
- package/dist/common/artifactControlData.js +208 -0
- package/dist/common/artifactControlData.js.map +1 -0
- package/dist/common/artifactEvidence.d.ts +151 -0
- package/dist/common/artifactEvidence.d.ts.map +1 -0
- package/dist/common/artifactEvidence.js +207 -0
- package/dist/common/artifactEvidence.js.map +1 -0
- package/dist/common/artifactEvidenceValidation.d.ts +16 -0
- package/dist/common/artifactEvidenceValidation.d.ts.map +1 -0
- package/dist/common/artifactEvidenceValidation.js +31 -0
- package/dist/common/artifactEvidenceValidation.js.map +1 -0
- package/dist/common/artifactGeneration.d.ts +93 -0
- package/dist/common/artifactGeneration.d.ts.map +1 -0
- package/dist/common/artifactGeneration.js +5 -0
- package/dist/common/artifactGeneration.js.map +1 -0
- package/dist/common/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 +86 -0
- package/dist/common/provider.d.ts.map +1 -0
- package/dist/common/provider.js +15 -0
- package/dist/common/provider.js.map +1 -0
- package/dist/common/providerSyncProgress.d.ts +91 -0
- package/dist/common/providerSyncProgress.d.ts.map +1 -0
- package/dist/common/providerSyncProgress.js +3 -0
- package/dist/common/providerSyncProgress.js.map +1 -0
- package/dist/common/relationships.d.ts +8 -0
- package/dist/common/relationships.d.ts.map +1 -0
- package/dist/common/relationships.js +3 -0
- package/dist/common/relationships.js.map +1 -0
- package/dist/common/syncProgress.d.ts +27 -0
- package/dist/common/syncProgress.d.ts.map +1 -0
- package/dist/common/syncProgress.js +3 -0
- package/dist/common/syncProgress.js.map +1 -0
- package/dist/company/billingAccount.d.ts +30 -0
- package/dist/company/billingAccount.d.ts.map +1 -0
- package/dist/company/billingAccount.js +3 -0
- package/dist/company/billingAccount.js.map +1 -0
- package/dist/company/company.d.ts +92 -1
- package/dist/company/company.d.ts.map +1 -1
- package/dist/company/companyHierarchy.d.ts +53 -0
- package/dist/company/companyHierarchy.d.ts.map +1 -0
- package/dist/company/companyHierarchy.js +3 -0
- package/dist/company/companyHierarchy.js.map +1 -0
- package/dist/company/companyNotes.d.ts +288 -0
- package/dist/company/companyNotes.d.ts.map +1 -0
- package/dist/company/companyNotes.js +42 -0
- package/dist/company/companyNotes.js.map +1 -0
- package/dist/company/customProperties.d.ts +2 -0
- package/dist/company/customProperties.d.ts.map +1 -0
- package/dist/company/customProperties.js +18 -0
- package/dist/company/customProperties.js.map +1 -0
- package/dist/company/index.d.ts +3 -0
- package/dist/company/index.d.ts.map +1 -1
- package/dist/company/index.js +3 -0
- package/dist/company/index.js.map +1 -1
- package/dist/company/notification.d.ts +35 -1
- package/dist/company/notification.d.ts.map +1 -1
- package/dist/company/notification.js +27 -12
- package/dist/company/notification.js.map +1 -1
- package/dist/company/survey.d.ts +3 -0
- package/dist/company/survey.d.ts.map +1 -1
- package/dist/customProperties/customProperties.d.ts +87 -0
- package/dist/customProperties/customProperties.d.ts.map +1 -0
- package/dist/customProperties/customProperties.js +3 -0
- package/dist/customProperties/customProperties.js.map +1 -0
- package/dist/customProperties/index.d.ts +2 -0
- package/dist/customProperties/index.d.ts.map +1 -0
- package/dist/customProperties/index.js +18 -0
- package/dist/customProperties/index.js.map +1 -0
- package/dist/environment/canonicalization.d.ts +12 -0
- package/dist/environment/canonicalization.d.ts.map +1 -0
- package/dist/environment/canonicalization.js +40 -0
- package/dist/environment/canonicalization.js.map +1 -0
- package/dist/environment/contracts.d.ts +472 -0
- package/dist/environment/contracts.d.ts.map +1 -0
- package/dist/environment/contracts.js +73 -0
- package/dist/environment/contracts.js.map +1 -0
- package/dist/environment/index.d.ts +6 -0
- package/dist/environment/index.d.ts.map +1 -0
- package/dist/environment/index.js +22 -0
- package/dist/environment/index.js.map +1 -0
- package/dist/environment/internal.d.ts +21 -0
- package/dist/environment/internal.d.ts.map +1 -0
- package/dist/environment/internal.js +113 -0
- package/dist/environment/internal.js.map +1 -0
- package/dist/environment/references.d.ts +24 -0
- package/dist/environment/references.d.ts.map +1 -0
- package/dist/environment/references.js +243 -0
- package/dist/environment/references.js.map +1 -0
- package/dist/environment/tenant.d.ts +128 -0
- package/dist/environment/tenant.d.ts.map +1 -0
- package/dist/environment/tenant.js +203 -0
- package/dist/environment/tenant.js.map +1 -0
- package/dist/environment/validation.d.ts +34 -0
- package/dist/environment/validation.d.ts.map +1 -0
- package/dist/environment/validation.js +655 -0
- package/dist/environment/validation.js.map +1 -0
- package/dist/esm/accounts/accounts.js +116 -0
- package/dist/esm/accounts/azureManualOnboarding.js +8 -0
- package/dist/esm/accounts/azureSpSetup.js +14 -0
- package/dist/esm/accounts/azureSpSetupDurable.js +27 -0
- package/dist/esm/accounts/index.js +6 -0
- package/dist/esm/accounts/readPermissions.js +198 -0
- package/dist/esm/accounts/validation.js +1 -0
- package/dist/esm/accounts/writePermissions.js +52 -0
- package/dist/esm/ai/conversationHistory.js +6 -0
- package/dist/esm/ai/grounding.js +80 -0
- package/dist/esm/ai/index.js +11 -0
- package/dist/esm/ai/workspaceArtifacts.js +158 -0
- package/dist/esm/assessments/artifact.js +1 -0
- package/dist/esm/assessments/catalogue.js +12 -0
- package/dist/esm/assessments/common.js +1 -0
- package/dist/esm/assessments/evidence.js +1 -0
- package/dist/esm/assessments/export.js +1 -0
- package/dist/esm/assessments/index.js +10 -0
- package/dist/esm/assessments/queue.js +2 -0
- package/dist/esm/assessments/review.js +1 -0
- package/dist/esm/assessments/run.js +1 -0
- package/dist/esm/assessments/sow.js +1 -0
- package/dist/esm/assessments/status.js +23 -0
- package/dist/esm/aws/commitments-planning.js +6 -0
- package/dist/esm/aws/commitmentsPlanningValidation.js +121 -0
- package/dist/esm/aws/estates.js +27 -0
- package/dist/esm/aws/index.js +23 -0
- package/dist/esm/aws/onboarding.js +1 -0
- package/dist/esm/aws/organizationCommitments.js +48 -0
- package/dist/esm/aws/organizationCommitmentsApiValidation.js +220 -0
- package/dist/esm/aws/organizationCommitmentsValidation.js +224 -0
- package/dist/esm/aws/pluginPublicArtifactBodyValidation.js +217 -0
- package/dist/esm/aws/pluginPublicArtifactEvidence.js +1 -0
- package/dist/esm/aws/pluginPublicArtifactManifestValidation.js +255 -0
- package/dist/esm/aws/pluginPublicArtifactSectionValidation.js +464 -0
- package/dist/esm/aws/pluginPublicArtifactValidation.js +2 -0
- package/dist/esm/aws/pluginPublicArtifactValidationHelpers.js +216 -0
- package/dist/esm/aws/pluginPublicArtifacts.js +109 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifactValidation.js +509 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifacts.js +1 -0
- package/dist/esm/aws/portalOrganizationCommitmentsPlanningPublicArtifactValidation.js +402 -0
- package/dist/esm/aws/portalOrganizationCommitmentsPlanningPublicArtifacts.js +2 -0
- package/dist/esm/aws/portalPublicArtifactCurrentValidation.js +328 -0
- package/dist/esm/aws/portalPublicArtifactEvidenceValidation.js +294 -0
- package/dist/esm/aws/portalPublicArtifactHistoryAiValidation.js +368 -0
- package/dist/esm/aws/portalPublicArtifactHistoryTypes.js +40 -0
- package/dist/esm/aws/portalPublicArtifactNestedEvidence.js +1 -0
- package/dist/esm/aws/portalPublicArtifactNestedEvidenceValidation.js +397 -0
- package/dist/esm/aws/portalPublicArtifactValidation.js +2 -0
- package/dist/esm/aws/portalPublicArtifactValidationCommon.js +139 -0
- package/dist/esm/aws/portalPublicArtifacts.js +73 -0
- package/dist/esm/aws/portalRelationshipPublicArtifactValidation.js +334 -0
- package/dist/esm/aws/portalRelationshipPublicArtifacts.js +59 -0
- package/dist/esm/aws/portalRelationshipResourceNodeTypes.js +1 -0
- package/dist/esm/aws/portalRelationshipResourceNodeValidation.js +368 -0
- package/dist/esm/aws/publicArtifacts.js +13 -0
- package/dist/esm/aws/relationships.js +1 -0
- package/dist/esm/aws/requests.js +19 -0
- package/dist/esm/azure/activityLogAnalysis.js +64 -0
- package/dist/esm/azure/activityLogAnalysisPublicValidation.js +360 -0
- package/dist/esm/azure/activityLogAnalysisPublicValidationHelpers.js +172 -0
- package/dist/esm/azure/activityLogAnalysisValidation.js +365 -0
- package/dist/esm/azure/activityLogs.js +2 -0
- package/dist/esm/azure/advisorScore.js +1 -0
- package/dist/esm/azure/artifactRunReference.js +83 -0
- package/dist/esm/azure/benefits.js +1 -0
- package/dist/esm/azure/billingArtifactCanonicalization.js +360 -0
- package/dist/esm/azure/billingArtifactEvidence.js +23 -0
- package/dist/esm/azure/billingArtifactGeneration.js +461 -0
- package/dist/esm/azure/billingArtifactLimits.js +18 -0
- package/dist/esm/azure/billingGeneration.js +1 -0
- package/dist/esm/azure/billingPlots.js +511 -0
- package/dist/esm/azure/budgets.js +1 -0
- package/dist/esm/azure/commitmentsPlanning.js +1 -0
- package/dist/esm/azure/common.js +28 -0
- package/dist/esm/azure/configs.js +1 -0
- package/dist/esm/azure/costComposition.js +47 -0
- package/dist/esm/azure/dataProtection.js +5 -0
- package/dist/esm/azure/financialChargePolicy.js +473 -0
- package/dist/esm/azure/governance.js +15 -0
- package/dist/esm/azure/licensing.js +1 -0
- package/dist/esm/azure/metrics.js +1 -0
- package/dist/esm/azure/payloads.js +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/reportDailySpend.js +2 -0
- package/dist/esm/azure/reportDailySpendValidation.js +67 -0
- package/dist/esm/azure/reportEvidence.js +21 -0
- package/dist/esm/azure/reportEvidenceCatalogueValidation.js +103 -0
- package/dist/esm/azure/reportEvidenceValidation.js +413 -0
- package/dist/esm/azure/reportEvidenceValidationHelpers.js +106 -0
- package/dist/esm/azure/reportSavingsContributionValidation.js +30 -0
- package/dist/esm/azure/reportSpend.js +1 -0
- package/dist/esm/azure/reportSpendValidation.js +189 -0
- package/dist/esm/azure/reportSpendValidationHelpers.js +22 -0
- package/dist/esm/azure/reportingTemplates.js +1 -0
- package/dist/esm/azure/reports.js +12 -0
- package/dist/esm/azure/resourceHealth.js +12 -0
- package/dist/esm/azure/resourceOptimization.js +1 -0
- package/dist/esm/azure/resources.js +1 -0
- package/dist/esm/azure/reviewChecklist.js +1 -0
- package/dist/esm/azure/savings.js +1 -0
- package/dist/esm/azure/secureScore.js +1 -0
- package/dist/esm/azure/security.js +1 -0
- package/dist/esm/azure/serviceRetirement.js +1 -0
- package/dist/esm/azure/serviceRetirementState.js +1 -0
- package/dist/esm/azure/serviceRetirementWorkManagement.js +1 -0
- package/dist/esm/azure/storage-inventory.js +1 -0
- package/dist/esm/azure/subscriptions.js +33 -0
- package/dist/esm/azure/views.js +505 -0
- package/dist/esm/azure/vmPatchManagement.js +3 -0
- package/dist/esm/azure/workManagement.js +4 -0
- package/dist/esm/common/artifactControlData.js +200 -0
- package/dist/esm/common/artifactEvidence.js +198 -0
- package/dist/esm/common/artifactEvidenceValidation.js +24 -0
- package/dist/esm/common/artifactGeneration.js +1 -0
- package/dist/esm/common/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/environment.js +3 -0
- package/dist/esm/entries/provider.js +3 -0
- package/dist/esm/entries/recommendations.js +3 -0
- package/dist/esm/entries/relationships.js +3 -0
- package/dist/esm/entries/root.js +3 -0
- package/dist/esm/environment/canonicalization.js +34 -0
- package/dist/esm/environment/contracts.js +69 -0
- package/dist/esm/environment/index.js +5 -0
- package/dist/esm/environment/internal.js +97 -0
- package/dist/esm/environment/references.js +230 -0
- package/dist/esm/environment/tenant.js +190 -0
- package/dist/esm/environment/validation.js +635 -0
- package/dist/esm/events/actionGroups.js +1 -0
- package/dist/esm/events/alertDefinitionRun.js +1 -0
- package/dist/esm/events/baseAlert.js +1 -0
- package/dist/esm/events/cost.js +1 -0
- package/dist/esm/events/costAnomalies.js +1 -0
- package/dist/esm/events/costViews.js +1 -0
- package/dist/esm/events/eventStatus.js +1 -0
- package/dist/esm/events/index.js +8 -0
- package/dist/esm/events/quickAlerts.js +2 -0
- package/dist/esm/features-and-permissions/access.js +1 -0
- package/dist/esm/features-and-permissions/index.js +1 -0
- package/dist/esm/feedbacks/feedback.js +1 -0
- package/dist/esm/identity/apikey.js +1 -0
- package/dist/esm/identity/index.js +2 -0
- package/dist/esm/identity/microsoftSignInAdminConsent.js +1 -0
- package/dist/esm/index.js +73 -0
- package/dist/esm/index.vite.js +54 -0
- package/dist/esm/integrations/autotask.js +1 -0
- package/dist/esm/integrations/azureDevOps.js +1 -0
- package/dist/esm/integrations/github.js +1 -0
- package/dist/esm/integrations/halo.js +1 -0
- package/dist/esm/integrations/index.js +5 -0
- package/dist/esm/integrations/integrationTickets.js +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/portfolio/index.js +2 -0
- package/dist/esm/portfolio/portfolioOperations.js +1 -0
- package/dist/esm/portfolio/portfolioProjections.js +17 -0
- package/dist/esm/scheduler/index.js +3 -0
- package/dist/esm/scheduler/resourceStrategy.js +2 -0
- package/dist/esm/scheduler/resourceStrategyCapabilityValidation.js +241 -0
- package/dist/esm/scheduler/resourceStrategyContracts.js +14 -0
- package/dist/esm/scheduler/resourceStrategyFinancialValidation.js +145 -0
- package/dist/esm/scheduler/resourceStrategyPermissionValidation.js +190 -0
- package/dist/esm/scheduler/resourceStrategyScheduleValidation.js +332 -0
- package/dist/esm/scheduler/resourceStrategyValidation.js +4 -0
- package/dist/esm/scheduler/resourceStrategyValidationShared.js +261 -0
- package/dist/esm/scheduler/scheduler.js +1 -0
- package/dist/esm/scheduler/weeklyAvailabilityFixtures.js +140 -0
- package/dist/esm/tags/index.js +1 -0
- package/dist/esm/tags/tags.js +6 -0
- package/dist/esm/unknown/services.js +1 -0
- package/dist/esm/users/companyUser.js +2 -0
- package/dist/esm/users/index.js +2 -0
- package/dist/esm/users/user.js +1 -0
- package/dist/events/actionGroups.d.ts +85 -0
- package/dist/events/actionGroups.d.ts.map +1 -0
- package/dist/events/actionGroups.js +3 -0
- package/dist/events/actionGroups.js.map +1 -0
- package/dist/events/alertDefinitionRun.d.ts +27 -0
- package/dist/events/alertDefinitionRun.d.ts.map +1 -0
- package/dist/events/alertDefinitionRun.js +3 -0
- package/dist/events/alertDefinitionRun.js.map +1 -0
- package/dist/events/baseAlert.d.ts +141 -0
- package/dist/events/baseAlert.d.ts.map +1 -0
- package/dist/events/baseAlert.js +3 -0
- package/dist/events/baseAlert.js.map +1 -0
- package/dist/events/cost.d.ts +371 -0
- package/dist/events/cost.d.ts.map +1 -0
- package/dist/events/cost.js +3 -0
- package/dist/events/cost.js.map +1 -0
- package/dist/events/costAnomalies.d.ts +47 -0
- package/dist/events/costAnomalies.d.ts.map +1 -0
- package/dist/events/costAnomalies.js +3 -0
- package/dist/events/costAnomalies.js.map +1 -0
- package/dist/events/costViews.d.ts +25 -0
- package/dist/events/costViews.d.ts.map +1 -0
- package/dist/events/costViews.js +3 -0
- package/dist/events/costViews.js.map +1 -0
- package/dist/events/eventStatus.d.ts +67 -0
- package/dist/events/eventStatus.d.ts.map +1 -0
- package/dist/events/eventStatus.js +3 -0
- package/dist/events/eventStatus.js.map +1 -0
- package/dist/events/index.d.ts +9 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +25 -0
- package/dist/events/index.js.map +1 -0
- package/dist/events/quickAlerts.d.ts +76 -0
- package/dist/events/quickAlerts.d.ts.map +1 -0
- package/dist/events/quickAlerts.js +7 -0
- package/dist/events/quickAlerts.js.map +1 -0
- package/dist/features-and-permissions/access.d.ts +218 -0
- package/dist/features-and-permissions/access.d.ts.map +1 -0
- package/dist/features-and-permissions/access.js +3 -0
- package/dist/features-and-permissions/access.js.map +1 -0
- package/dist/features-and-permissions/index.d.ts +2 -0
- package/dist/features-and-permissions/index.d.ts.map +1 -0
- package/dist/features-and-permissions/index.js +18 -0
- package/dist/features-and-permissions/index.js.map +1 -0
- package/dist/feedbacks/feedback.d.ts +9 -0
- package/dist/feedbacks/feedback.d.ts.map +1 -1
- package/dist/identity/apikey.d.ts +84 -0
- package/dist/identity/apikey.d.ts.map +1 -0
- package/dist/identity/apikey.js +3 -0
- package/dist/identity/apikey.js.map +1 -0
- package/dist/identity/index.d.ts +3 -0
- package/dist/identity/index.d.ts.map +1 -0
- package/dist/identity/index.js +19 -0
- package/dist/identity/index.js.map +1 -0
- package/dist/identity/microsoftSignInAdminConsent.d.ts +59 -0
- package/dist/identity/microsoftSignInAdminConsent.d.ts.map +1 -0
- package/dist/identity/microsoftSignInAdminConsent.js +3 -0
- package/dist/identity/microsoftSignInAdminConsent.js.map +1 -0
- package/dist/index.d.ts +55 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +61 -1
- package/dist/index.js.map +1 -1
- package/dist/index.vite.d.ts +55 -0
- package/dist/index.vite.d.ts.map +1 -0
- package/dist/index.vite.js +75 -0
- package/dist/index.vite.js.map +1 -0
- package/dist/integrations/autotask.d.ts +108 -0
- package/dist/integrations/autotask.d.ts.map +1 -0
- package/dist/integrations/autotask.js +3 -0
- package/dist/integrations/autotask.js.map +1 -0
- package/dist/integrations/azureDevOps.d.ts +130 -0
- package/dist/integrations/azureDevOps.d.ts.map +1 -0
- package/dist/integrations/azureDevOps.js +3 -0
- package/dist/integrations/azureDevOps.js.map +1 -0
- package/dist/integrations/github.d.ts +96 -0
- package/dist/integrations/github.d.ts.map +1 -0
- package/dist/integrations/github.js +3 -0
- package/dist/integrations/github.js.map +1 -0
- package/dist/integrations/halo.d.ts +76 -0
- package/dist/integrations/halo.d.ts.map +1 -0
- package/dist/integrations/halo.js +3 -0
- package/dist/integrations/halo.js.map +1 -0
- package/dist/integrations/index.d.ts +6 -0
- package/dist/integrations/index.d.ts.map +1 -0
- package/dist/integrations/index.js +22 -0
- package/dist/integrations/index.js.map +1 -0
- package/dist/integrations/integrationTickets.d.ts +77 -0
- package/dist/integrations/integrationTickets.d.ts.map +1 -0
- package/dist/integrations/integrationTickets.js +3 -0
- package/dist/integrations/integrationTickets.js.map +1 -0
- package/dist/portfolio/index.d.ts +3 -0
- package/dist/portfolio/index.d.ts.map +1 -0
- package/dist/portfolio/index.js +19 -0
- package/dist/portfolio/index.js.map +1 -0
- package/dist/portfolio/portfolioOperations.d.ts +174 -0
- package/dist/portfolio/portfolioOperations.d.ts.map +1 -0
- package/dist/portfolio/portfolioOperations.js +3 -0
- package/dist/portfolio/portfolioOperations.js.map +1 -0
- package/dist/portfolio/portfolioProjections.d.ts +460 -0
- package/dist/portfolio/portfolioProjections.d.ts.map +1 -0
- package/dist/portfolio/portfolioProjections.js +21 -0
- package/dist/portfolio/portfolioProjections.js.map +1 -0
- package/dist/scheduler/index.d.ts +4 -0
- package/dist/scheduler/index.d.ts.map +1 -0
- package/dist/scheduler/index.js +20 -0
- package/dist/scheduler/index.js.map +1 -0
- package/dist/scheduler/resourceStrategy.d.ts +3 -0
- package/dist/scheduler/resourceStrategy.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategy.js +19 -0
- package/dist/scheduler/resourceStrategy.js.map +1 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.d.ts +4 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.js +246 -0
- package/dist/scheduler/resourceStrategyCapabilityValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyContracts.d.ts +412 -0
- package/dist/scheduler/resourceStrategyContracts.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyContracts.js +18 -0
- package/dist/scheduler/resourceStrategyContracts.js.map +1 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.d.ts +5 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.js +151 -0
- package/dist/scheduler/resourceStrategyFinancialValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.d.ts +4 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.js +195 -0
- package/dist/scheduler/resourceStrategyPermissionValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.d.ts +10 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.js +343 -0
- package/dist/scheduler/resourceStrategyScheduleValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyValidation.d.ts +5 -0
- package/dist/scheduler/resourceStrategyValidation.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyValidation.js +21 -0
- package/dist/scheduler/resourceStrategyValidation.js.map +1 -0
- package/dist/scheduler/resourceStrategyValidationShared.d.ts +19 -0
- package/dist/scheduler/resourceStrategyValidationShared.d.ts.map +1 -0
- package/dist/scheduler/resourceStrategyValidationShared.js +281 -0
- package/dist/scheduler/resourceStrategyValidationShared.js.map +1 -0
- package/dist/scheduler/scheduler.d.ts +114 -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/scheduler/weeklyAvailabilityFixtures.d.ts +26 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.d.ts.map +1 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.js +144 -0
- package/dist/scheduler/weeklyAvailabilityFixtures.js.map +1 -0
- package/dist/tags/index.d.ts +2 -0
- package/dist/tags/index.d.ts.map +1 -0
- package/dist/tags/index.js +18 -0
- package/dist/tags/index.js.map +1 -0
- package/dist/tags/tags.d.ts +37 -0
- package/dist/tags/tags.d.ts.map +1 -0
- package/dist/tags/tags.js +10 -0
- package/dist/tags/tags.js.map +1 -0
- package/dist/unknown/services.d.ts +12 -0
- package/dist/unknown/services.d.ts.map +1 -0
- package/dist/unknown/services.js +3 -0
- package/dist/unknown/services.js.map +1 -0
- package/dist/users/companyUser.d.ts +14 -0
- package/dist/users/companyUser.d.ts.map +1 -1
- package/dist/users/companyUser.js.map +1 -1
- package/dist/users/user.d.ts +20 -1
- package/dist/users/user.d.ts.map +1 -1
- package/package.json +92 -5
- package/dist/action/recommendationActions.d.ts +0 -16
- package/dist/action/recommendationActions.d.ts.map +0 -1
- package/dist/action/recommendationActions.js +0 -4
- package/dist/action/recommendationActions.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/identity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,gEAA8C"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/** The server-owned Microsoft admin-consent workflow this contract may start. */
|
|
2
|
+
export type MicrosoftSignInAdminConsentPurpose = 'entraSignIn';
|
|
3
|
+
/** Lifecycle of a tenant-bound Microsoft sign-in admin-consent handoff link. */
|
|
4
|
+
export type MicrosoftSignInAdminConsentStatus = 'pending' | 'processing' | 'verificationRequired' | 'granted' | 'denied' | 'failed' | 'expired';
|
|
5
|
+
/** Creates a handoff link for an administrator to approve Microsoft sign-in. */
|
|
6
|
+
export interface CreateMicrosoftSignInAdminConsentLinkRequest {
|
|
7
|
+
purpose: MicrosoftSignInAdminConsentPurpose;
|
|
8
|
+
/** Microsoft Entra tenant ID the administrator must approve. */
|
|
9
|
+
tenantId: string;
|
|
10
|
+
/** Requested validity period. The API owns and enforces the allowed range. */
|
|
11
|
+
expiresInHours?: number;
|
|
12
|
+
/** Display-only name shown to the administrator. */
|
|
13
|
+
requestedByName?: string;
|
|
14
|
+
}
|
|
15
|
+
/** One delegated permission displayed before the administrator leaves Spotto. */
|
|
16
|
+
export interface MicrosoftSignInAdminConsentPermission {
|
|
17
|
+
scope: string;
|
|
18
|
+
title: string;
|
|
19
|
+
description: string;
|
|
20
|
+
resource: string;
|
|
21
|
+
}
|
|
22
|
+
/** One-time creation response for a Microsoft sign-in admin-consent handoff. */
|
|
23
|
+
export interface MicrosoftSignInAdminConsentLinkResponse {
|
|
24
|
+
purpose: MicrosoftSignInAdminConsentPurpose;
|
|
25
|
+
status: 'pending';
|
|
26
|
+
linkId: string;
|
|
27
|
+
companyId: string;
|
|
28
|
+
tenantId: string;
|
|
29
|
+
/** Spotto-hosted handoff URL containing the one-time public token. Clients must not log or persist it. */
|
|
30
|
+
url: string;
|
|
31
|
+
expiresAt: string;
|
|
32
|
+
createdAt: string;
|
|
33
|
+
createdByUserId?: string;
|
|
34
|
+
}
|
|
35
|
+
/** Public, non-consuming context shown to the Microsoft tenant administrator. */
|
|
36
|
+
export interface MicrosoftSignInAdminConsentContextResponse {
|
|
37
|
+
purpose: MicrosoftSignInAdminConsentPurpose;
|
|
38
|
+
status: MicrosoftSignInAdminConsentStatus;
|
|
39
|
+
/** True only while this particular handoff link can still be started. */
|
|
40
|
+
usable: boolean;
|
|
41
|
+
applicationName: string;
|
|
42
|
+
tenantId: string;
|
|
43
|
+
permissions: MicrosoftSignInAdminConsentPermission[];
|
|
44
|
+
requestedByName?: string;
|
|
45
|
+
requestedByCompanyName?: string;
|
|
46
|
+
expiresAt: string;
|
|
47
|
+
completedAt?: string;
|
|
48
|
+
errorCode?: string;
|
|
49
|
+
/** Display-safe failure message. It must not contain credentials, tokens, or internal exception details. */
|
|
50
|
+
errorMessage?: string;
|
|
51
|
+
}
|
|
52
|
+
/** Result of consuming the handoff link immediately before redirecting to Microsoft. */
|
|
53
|
+
export interface MicrosoftSignInAdminConsentStartResponse {
|
|
54
|
+
/** Microsoft admin-consent URL. It must not be an OAuth authorization-code URL and clients must not log it. */
|
|
55
|
+
redirectUrl: string;
|
|
56
|
+
tenantId: string;
|
|
57
|
+
expiresAt: string;
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=microsoftSignInAdminConsent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoftSignInAdminConsent.d.ts","sourceRoot":"","sources":["../../src/identity/microsoftSignInAdminConsent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,MAAM,MAAM,kCAAkC,GAAG,aAAa,CAAC;AAE/D,gFAAgF;AAChF,MAAM,MAAM,iCAAiC,GAAG,SAAS,GAAG,YAAY,GAAG,sBAAsB,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;AAEhJ,gFAAgF;AAChF,MAAM,WAAW,4CAA4C;IAC3D,OAAO,EAAE,kCAAkC,CAAC;IAC5C,gEAAgE;IAChE,QAAQ,EAAE,MAAM,CAAC;IACjB,8EAA8E;IAC9E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oDAAoD;IACpD,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,iFAAiF;AACjF,MAAM,WAAW,qCAAqC;IACpD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,gFAAgF;AAChF,MAAM,WAAW,uCAAuC;IACtD,OAAO,EAAE,kCAAkC,CAAC;IAC5C,MAAM,EAAE,SAAS,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,0GAA0G;IAC1G,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,iFAAiF;AACjF,MAAM,WAAW,0CAA0C;IACzD,OAAO,EAAE,kCAAkC,CAAC;IAC5C,MAAM,EAAE,iCAAiC,CAAC;IAC1C,yEAAyE;IACzE,MAAM,EAAE,OAAO,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,qCAAqC,EAAE,CAAC;IACrD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4GAA4G;IAC5G,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wFAAwF;AACxF,MAAM,WAAW,wCAAwC;IACvD,+GAA+G;IAC/G,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microsoftSignInAdminConsent.js","sourceRoot":"","sources":["../../src/identity/microsoftSignInAdminConsent.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,74 @@
|
|
|
1
|
+
/** Main entry point - export all interfaces from this package */
|
|
1
2
|
export * from './azure/common';
|
|
3
|
+
export * from './azure/costComposition';
|
|
4
|
+
export * from './azure/financialChargePolicy';
|
|
5
|
+
export * from './azure/activityLogs';
|
|
6
|
+
export * from './azure/activityLogAnalysis';
|
|
7
|
+
export * from './azure/activityLogAnalysisValidation';
|
|
2
8
|
export * from './azure/budgets';
|
|
9
|
+
export * from './azure/billingGeneration';
|
|
10
|
+
export * from './azure/billingArtifactGeneration';
|
|
11
|
+
export * from './azure/billingArtifactLimits';
|
|
12
|
+
export * from './azure/billingArtifactCanonicalization';
|
|
13
|
+
export * from './azure/artifactRunReference';
|
|
14
|
+
export * from './azure/billingPlots';
|
|
15
|
+
export * from './azure/benefits';
|
|
16
|
+
export * from './azure/commitmentsPlanning';
|
|
17
|
+
export * from './azure/licensing';
|
|
3
18
|
export * from './azure/configs';
|
|
4
19
|
export * from './azure/metrics';
|
|
5
20
|
export * from './azure/payloads';
|
|
21
|
+
export * from './azure/portalArtifacts';
|
|
22
|
+
export * from './azure/dataProtection';
|
|
6
23
|
export * from './azure/prices';
|
|
24
|
+
export * from './azure/relationships';
|
|
7
25
|
export * from './azure/recommendations';
|
|
26
|
+
export * from './azure/recommendationTracks';
|
|
27
|
+
export * from './azure/recommendationAudit';
|
|
28
|
+
export * from './azure/recommendationWorkflow';
|
|
8
29
|
export * from './azure/recommendationState';
|
|
30
|
+
export * from './azure/regulatoryCompliance';
|
|
9
31
|
export * from './azure/resources';
|
|
10
32
|
export * from './azure/reports';
|
|
33
|
+
export * from './azure/reportEvidence';
|
|
34
|
+
export * from './azure/reportEvidenceValidation';
|
|
35
|
+
export * from './azure/reportDailySpend';
|
|
36
|
+
export * from './azure/reportDailySpendValidation';
|
|
37
|
+
export * from './azure/reportSpend';
|
|
38
|
+
export { isReportSpendAmounts, isReportSpendProjection, isReportSavingsBasis } from './azure/reportSpendValidation';
|
|
39
|
+
export * from './azure/reportingTemplates';
|
|
40
|
+
export * from './azure/reviewChecklist';
|
|
41
|
+
export * from './azure/advisorScore';
|
|
42
|
+
export * from './azure/resourceHealth';
|
|
11
43
|
export * from './azure/subscriptions';
|
|
12
44
|
export * from './azure/views';
|
|
13
45
|
export * from './azure/security';
|
|
46
|
+
export * from './azure/savings';
|
|
47
|
+
export { isReportPortfolioSavingsContribution, isReportScenarioSavings } from './azure/reportSavingsContributionValidation';
|
|
48
|
+
export * from './azure/serviceRetirement';
|
|
49
|
+
export * from './azure/serviceRetirementState';
|
|
50
|
+
export * from './azure/serviceRetirementWorkManagement';
|
|
51
|
+
export * from './azure/resourceOptimization';
|
|
52
|
+
export * from './azure/storage-inventory';
|
|
53
|
+
export * from './azure/governance';
|
|
54
|
+
export * from './azure/publicIpAddresses';
|
|
55
|
+
export * from './azure/workManagement';
|
|
56
|
+
export * from './azure/vmPatchManagement';
|
|
57
|
+
export * from './aws';
|
|
14
58
|
export * from './accounts';
|
|
59
|
+
export * from './assessments';
|
|
15
60
|
export * from './users';
|
|
16
61
|
export * from './common';
|
|
62
|
+
export * from './common/artifactEvidence';
|
|
17
63
|
export * from './company';
|
|
64
|
+
export * from './customProperties';
|
|
65
|
+
export * from './scheduler';
|
|
18
66
|
export * from './ai';
|
|
67
|
+
export * from './environment';
|
|
68
|
+
export * from './events';
|
|
69
|
+
export * from './integrations';
|
|
70
|
+
export * from './identity';
|
|
71
|
+
export * from './features-and-permissions';
|
|
72
|
+
export * from './tags';
|
|
73
|
+
export * from './portfolio';
|
|
19
74
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACpH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,oCAAoC,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AAC5H,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,MAAM,CAAC;AACrB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -14,23 +14,83 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
|
|
17
|
+
exports.isReportScenarioSavings = exports.isReportPortfolioSavingsContribution = exports.isReportSavingsBasis = exports.isReportSpendProjection = exports.isReportSpendAmounts = void 0;
|
|
18
|
+
/** Main entry point - export all interfaces from this package */
|
|
18
19
|
__exportStar(require("./azure/common"), exports);
|
|
20
|
+
__exportStar(require("./azure/costComposition"), exports);
|
|
21
|
+
__exportStar(require("./azure/financialChargePolicy"), exports);
|
|
22
|
+
__exportStar(require("./azure/activityLogs"), exports);
|
|
23
|
+
__exportStar(require("./azure/activityLogAnalysis"), exports);
|
|
24
|
+
__exportStar(require("./azure/activityLogAnalysisValidation"), exports);
|
|
19
25
|
__exportStar(require("./azure/budgets"), exports);
|
|
26
|
+
__exportStar(require("./azure/billingGeneration"), exports);
|
|
27
|
+
__exportStar(require("./azure/billingArtifactGeneration"), exports);
|
|
28
|
+
__exportStar(require("./azure/billingArtifactLimits"), exports);
|
|
29
|
+
__exportStar(require("./azure/billingArtifactCanonicalization"), exports);
|
|
30
|
+
__exportStar(require("./azure/artifactRunReference"), exports);
|
|
31
|
+
__exportStar(require("./azure/billingPlots"), exports);
|
|
32
|
+
__exportStar(require("./azure/benefits"), exports);
|
|
33
|
+
__exportStar(require("./azure/commitmentsPlanning"), exports);
|
|
34
|
+
__exportStar(require("./azure/licensing"), exports);
|
|
20
35
|
__exportStar(require("./azure/configs"), exports);
|
|
21
36
|
__exportStar(require("./azure/metrics"), exports);
|
|
22
37
|
__exportStar(require("./azure/payloads"), exports);
|
|
38
|
+
__exportStar(require("./azure/portalArtifacts"), exports);
|
|
39
|
+
__exportStar(require("./azure/dataProtection"), exports);
|
|
23
40
|
__exportStar(require("./azure/prices"), exports);
|
|
41
|
+
__exportStar(require("./azure/relationships"), exports);
|
|
24
42
|
__exportStar(require("./azure/recommendations"), exports);
|
|
43
|
+
__exportStar(require("./azure/recommendationTracks"), exports);
|
|
44
|
+
__exportStar(require("./azure/recommendationAudit"), exports);
|
|
45
|
+
__exportStar(require("./azure/recommendationWorkflow"), exports);
|
|
25
46
|
__exportStar(require("./azure/recommendationState"), exports);
|
|
47
|
+
__exportStar(require("./azure/regulatoryCompliance"), exports);
|
|
26
48
|
__exportStar(require("./azure/resources"), exports);
|
|
27
49
|
__exportStar(require("./azure/reports"), exports);
|
|
50
|
+
__exportStar(require("./azure/reportEvidence"), exports);
|
|
51
|
+
__exportStar(require("./azure/reportEvidenceValidation"), exports);
|
|
52
|
+
__exportStar(require("./azure/reportDailySpend"), exports);
|
|
53
|
+
__exportStar(require("./azure/reportDailySpendValidation"), exports);
|
|
54
|
+
__exportStar(require("./azure/reportSpend"), exports);
|
|
55
|
+
var reportSpendValidation_1 = require("./azure/reportSpendValidation");
|
|
56
|
+
Object.defineProperty(exports, "isReportSpendAmounts", { enumerable: true, get: function () { return reportSpendValidation_1.isReportSpendAmounts; } });
|
|
57
|
+
Object.defineProperty(exports, "isReportSpendProjection", { enumerable: true, get: function () { return reportSpendValidation_1.isReportSpendProjection; } });
|
|
58
|
+
Object.defineProperty(exports, "isReportSavingsBasis", { enumerable: true, get: function () { return reportSpendValidation_1.isReportSavingsBasis; } });
|
|
59
|
+
__exportStar(require("./azure/reportingTemplates"), exports);
|
|
60
|
+
__exportStar(require("./azure/reviewChecklist"), exports);
|
|
61
|
+
__exportStar(require("./azure/advisorScore"), exports);
|
|
62
|
+
__exportStar(require("./azure/resourceHealth"), exports);
|
|
28
63
|
__exportStar(require("./azure/subscriptions"), exports);
|
|
29
64
|
__exportStar(require("./azure/views"), exports);
|
|
30
65
|
__exportStar(require("./azure/security"), exports);
|
|
66
|
+
__exportStar(require("./azure/savings"), exports);
|
|
67
|
+
var reportSavingsContributionValidation_1 = require("./azure/reportSavingsContributionValidation");
|
|
68
|
+
Object.defineProperty(exports, "isReportPortfolioSavingsContribution", { enumerable: true, get: function () { return reportSavingsContributionValidation_1.isReportPortfolioSavingsContribution; } });
|
|
69
|
+
Object.defineProperty(exports, "isReportScenarioSavings", { enumerable: true, get: function () { return reportSavingsContributionValidation_1.isReportScenarioSavings; } });
|
|
70
|
+
__exportStar(require("./azure/serviceRetirement"), exports);
|
|
71
|
+
__exportStar(require("./azure/serviceRetirementState"), exports);
|
|
72
|
+
__exportStar(require("./azure/serviceRetirementWorkManagement"), exports);
|
|
73
|
+
__exportStar(require("./azure/resourceOptimization"), exports);
|
|
74
|
+
__exportStar(require("./azure/storage-inventory"), exports);
|
|
75
|
+
__exportStar(require("./azure/governance"), exports);
|
|
76
|
+
__exportStar(require("./azure/publicIpAddresses"), exports);
|
|
77
|
+
__exportStar(require("./azure/workManagement"), exports);
|
|
78
|
+
__exportStar(require("./azure/vmPatchManagement"), exports);
|
|
79
|
+
__exportStar(require("./aws"), exports);
|
|
31
80
|
__exportStar(require("./accounts"), exports);
|
|
81
|
+
__exportStar(require("./assessments"), exports);
|
|
32
82
|
__exportStar(require("./users"), exports);
|
|
33
83
|
__exportStar(require("./common"), exports);
|
|
84
|
+
__exportStar(require("./common/artifactEvidence"), exports);
|
|
34
85
|
__exportStar(require("./company"), exports);
|
|
86
|
+
__exportStar(require("./customProperties"), exports);
|
|
87
|
+
__exportStar(require("./scheduler"), exports);
|
|
35
88
|
__exportStar(require("./ai"), exports);
|
|
89
|
+
__exportStar(require("./environment"), exports);
|
|
90
|
+
__exportStar(require("./events"), exports);
|
|
91
|
+
__exportStar(require("./integrations"), exports);
|
|
92
|
+
__exportStar(require("./identity"), exports);
|
|
93
|
+
__exportStar(require("./features-and-permissions"), exports);
|
|
94
|
+
__exportStar(require("./tags"), exports);
|
|
95
|
+
__exportStar(require("./portfolio"), exports);
|
|
36
96
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,iEAAiE;AACjE,iDAA+B;AAC/B,0DAAwC;AACxC,gEAA8C;AAC9C,uDAAqC;AACrC,8DAA4C;AAC5C,wEAAsD;AACtD,kDAAgC;AAChC,4DAA0C;AAC1C,oEAAkD;AAClD,gEAA8C;AAC9C,0EAAwD;AACxD,+DAA6C;AAC7C,uDAAqC;AACrC,mDAAiC;AACjC,8DAA4C;AAC5C,oDAAkC;AAClC,kDAAgC;AAChC,kDAAgC;AAChC,mDAAiC;AACjC,0DAAwC;AACxC,yDAAuC;AACvC,iDAA+B;AAC/B,wDAAsC;AACtC,0DAAwC;AACxC,+DAA6C;AAC7C,8DAA4C;AAC5C,iEAA+C;AAC/C,8DAA4C;AAC5C,+DAA6C;AAC7C,oDAAkC;AAClC,kDAAgC;AAChC,yDAAuC;AACvC,mEAAiD;AACjD,2DAAyC;AACzC,qEAAmD;AACnD,sDAAoC;AACpC,uEAAoH;AAA3G,6HAAA,oBAAoB,OAAA;AAAE,gIAAA,uBAAuB,OAAA;AAAE,6HAAA,oBAAoB,OAAA;AAC5E,6DAA2C;AAC3C,0DAAwC;AACxC,uDAAqC;AACrC,yDAAuC;AACvC,wDAAsC;AACtC,gDAA8B;AAC9B,mDAAiC;AACjC,kDAAgC;AAChC,mGAA4H;AAAnH,2JAAA,oCAAoC,OAAA;AAAE,8IAAA,uBAAuB,OAAA;AACtE,4DAA0C;AAC1C,iEAA+C;AAC/C,0EAAwD;AACxD,+DAA6C;AAC7C,4DAA0C;AAC1C,qDAAmC;AACnC,4DAA0C;AAC1C,yDAAuC;AACvC,4DAA0C;AAC1C,wCAAsB;AACtB,6CAA2B;AAC3B,gDAA8B;AAC9B,0CAAwB;AACxB,2CAAyB;AACzB,4DAA0C;AAC1C,4CAA0B;AAC1B,qDAAmC;AACnC,8CAA4B;AAC5B,uCAAqB;AACrB,gDAA8B;AAC9B,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,6DAA2C;AAC3C,yCAAuB;AACvB,8CAA4B"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */
|
|
2
|
+
export * from './azure/common';
|
|
3
|
+
export * from './azure/activityLogs';
|
|
4
|
+
export * from './azure/budgets';
|
|
5
|
+
export * from './azure/billingPlots';
|
|
6
|
+
export * from './azure/benefits';
|
|
7
|
+
export * from './azure/commitmentsPlanning';
|
|
8
|
+
export * from './azure/licensing';
|
|
9
|
+
export * from './azure/configs';
|
|
10
|
+
export * from './azure/metrics';
|
|
11
|
+
export * from './azure/payloads';
|
|
12
|
+
export * from './azure/portalArtifacts';
|
|
13
|
+
export * from './azure/prices';
|
|
14
|
+
export * from './azure/relationships';
|
|
15
|
+
export * from './azure/recommendations';
|
|
16
|
+
export * from './azure/recommendationAudit';
|
|
17
|
+
export * from './azure/recommendationWorkflow';
|
|
18
|
+
export * from './azure/recommendationState';
|
|
19
|
+
export * from './azure/resources';
|
|
20
|
+
export * from './azure/reports';
|
|
21
|
+
export * from './azure/reportEvidence';
|
|
22
|
+
export * from './azure/reportEvidenceValidation';
|
|
23
|
+
export * from './azure/reportDailySpend';
|
|
24
|
+
export * from './azure/reportDailySpendValidation';
|
|
25
|
+
export * from './azure/reportSpend';
|
|
26
|
+
export { isReportSpendAmounts, isReportSpendProjection, isReportSavingsBasis } from './azure/reportSpendValidation';
|
|
27
|
+
export * from './azure/reportingTemplates';
|
|
28
|
+
export * from './azure/reviewChecklist';
|
|
29
|
+
export * from './azure/advisorScore';
|
|
30
|
+
export * from './azure/resourceHealth';
|
|
31
|
+
export * from './azure/subscriptions';
|
|
32
|
+
export * from './azure/views';
|
|
33
|
+
export * from './azure/security';
|
|
34
|
+
export * from './azure/serviceRetirement';
|
|
35
|
+
export * from './azure/serviceRetirementState';
|
|
36
|
+
export * from './azure/resourceOptimization';
|
|
37
|
+
export * from './azure/storage-inventory';
|
|
38
|
+
export * from './azure/governance';
|
|
39
|
+
export * from './azure/publicIpAddresses';
|
|
40
|
+
export * from './azure/dataProtection';
|
|
41
|
+
export * from './azure/workManagement';
|
|
42
|
+
export * from './accounts/index';
|
|
43
|
+
export * from './assessments/index';
|
|
44
|
+
export * from './users/index';
|
|
45
|
+
export * from './common/provider';
|
|
46
|
+
export * from './common/index';
|
|
47
|
+
export * from './company/index';
|
|
48
|
+
export * from './scheduler';
|
|
49
|
+
export * from './ai/index';
|
|
50
|
+
export * from './events/index';
|
|
51
|
+
export * from './integrations/index';
|
|
52
|
+
export * from './identity/index';
|
|
53
|
+
export * from './features-and-permissions';
|
|
54
|
+
export * from './tags/index';
|
|
55
|
+
//# sourceMappingURL=index.vite.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vite.d.ts","sourceRoot":"","sources":["../src/index.vite.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACpH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.isReportSavingsBasis = exports.isReportSpendProjection = exports.isReportSpendAmounts = void 0;
|
|
18
|
+
/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */
|
|
19
|
+
__exportStar(require("./azure/common"), exports);
|
|
20
|
+
__exportStar(require("./azure/activityLogs"), exports);
|
|
21
|
+
__exportStar(require("./azure/budgets"), exports);
|
|
22
|
+
__exportStar(require("./azure/billingPlots"), exports);
|
|
23
|
+
__exportStar(require("./azure/benefits"), exports);
|
|
24
|
+
__exportStar(require("./azure/commitmentsPlanning"), exports);
|
|
25
|
+
__exportStar(require("./azure/licensing"), exports);
|
|
26
|
+
__exportStar(require("./azure/configs"), exports);
|
|
27
|
+
__exportStar(require("./azure/metrics"), exports);
|
|
28
|
+
__exportStar(require("./azure/payloads"), exports);
|
|
29
|
+
__exportStar(require("./azure/portalArtifacts"), exports);
|
|
30
|
+
__exportStar(require("./azure/prices"), exports);
|
|
31
|
+
__exportStar(require("./azure/relationships"), exports);
|
|
32
|
+
__exportStar(require("./azure/recommendations"), exports);
|
|
33
|
+
__exportStar(require("./azure/recommendationAudit"), exports);
|
|
34
|
+
__exportStar(require("./azure/recommendationWorkflow"), exports);
|
|
35
|
+
__exportStar(require("./azure/recommendationState"), exports);
|
|
36
|
+
__exportStar(require("./azure/resources"), exports);
|
|
37
|
+
__exportStar(require("./azure/reports"), exports);
|
|
38
|
+
__exportStar(require("./azure/reportEvidence"), exports);
|
|
39
|
+
__exportStar(require("./azure/reportEvidenceValidation"), exports);
|
|
40
|
+
__exportStar(require("./azure/reportDailySpend"), exports);
|
|
41
|
+
__exportStar(require("./azure/reportDailySpendValidation"), exports);
|
|
42
|
+
__exportStar(require("./azure/reportSpend"), exports);
|
|
43
|
+
var reportSpendValidation_1 = require("./azure/reportSpendValidation");
|
|
44
|
+
Object.defineProperty(exports, "isReportSpendAmounts", { enumerable: true, get: function () { return reportSpendValidation_1.isReportSpendAmounts; } });
|
|
45
|
+
Object.defineProperty(exports, "isReportSpendProjection", { enumerable: true, get: function () { return reportSpendValidation_1.isReportSpendProjection; } });
|
|
46
|
+
Object.defineProperty(exports, "isReportSavingsBasis", { enumerable: true, get: function () { return reportSpendValidation_1.isReportSavingsBasis; } });
|
|
47
|
+
__exportStar(require("./azure/reportingTemplates"), exports);
|
|
48
|
+
__exportStar(require("./azure/reviewChecklist"), exports);
|
|
49
|
+
__exportStar(require("./azure/advisorScore"), exports);
|
|
50
|
+
__exportStar(require("./azure/resourceHealth"), exports);
|
|
51
|
+
__exportStar(require("./azure/subscriptions"), exports);
|
|
52
|
+
__exportStar(require("./azure/views"), exports);
|
|
53
|
+
__exportStar(require("./azure/security"), exports);
|
|
54
|
+
__exportStar(require("./azure/serviceRetirement"), exports);
|
|
55
|
+
__exportStar(require("./azure/serviceRetirementState"), exports);
|
|
56
|
+
__exportStar(require("./azure/resourceOptimization"), exports);
|
|
57
|
+
__exportStar(require("./azure/storage-inventory"), exports);
|
|
58
|
+
__exportStar(require("./azure/governance"), exports);
|
|
59
|
+
__exportStar(require("./azure/publicIpAddresses"), exports);
|
|
60
|
+
__exportStar(require("./azure/dataProtection"), exports);
|
|
61
|
+
__exportStar(require("./azure/workManagement"), exports);
|
|
62
|
+
__exportStar(require("./accounts/index"), exports);
|
|
63
|
+
__exportStar(require("./assessments/index"), exports);
|
|
64
|
+
__exportStar(require("./users/index"), exports);
|
|
65
|
+
__exportStar(require("./common/provider"), exports);
|
|
66
|
+
__exportStar(require("./common/index"), exports);
|
|
67
|
+
__exportStar(require("./company/index"), exports);
|
|
68
|
+
__exportStar(require("./scheduler"), exports);
|
|
69
|
+
__exportStar(require("./ai/index"), exports);
|
|
70
|
+
__exportStar(require("./events/index"), exports);
|
|
71
|
+
__exportStar(require("./integrations/index"), exports);
|
|
72
|
+
__exportStar(require("./identity/index"), exports);
|
|
73
|
+
__exportStar(require("./features-and-permissions"), exports);
|
|
74
|
+
__exportStar(require("./tags/index"), exports);
|
|
75
|
+
//# sourceMappingURL=index.vite.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vite.js","sourceRoot":"","sources":["../src/index.vite.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+EAA+E;AAC/E,iDAA+B;AAC/B,uDAAqC;AACrC,kDAAgC;AAChC,uDAAqC;AACrC,mDAAiC;AACjC,8DAA4C;AAC5C,oDAAkC;AAClC,kDAAgC;AAChC,kDAAgC;AAChC,mDAAiC;AACjC,0DAAwC;AACxC,iDAA+B;AAC/B,wDAAsC;AACtC,0DAAwC;AACxC,8DAA4C;AAC5C,iEAA+C;AAC/C,8DAA4C;AAC5C,oDAAkC;AAClC,kDAAgC;AAChC,yDAAuC;AACvC,mEAAiD;AACjD,2DAAyC;AACzC,qEAAmD;AACnD,sDAAoC;AACpC,uEAAoH;AAA3G,6HAAA,oBAAoB,OAAA;AAAE,gIAAA,uBAAuB,OAAA;AAAE,6HAAA,oBAAoB,OAAA;AAC5E,6DAA2C;AAC3C,0DAAwC;AACxC,uDAAqC;AACrC,yDAAuC;AACvC,wDAAsC;AACtC,gDAA8B;AAC9B,mDAAiC;AACjC,4DAA0C;AAC1C,iEAA+C;AAC/C,+DAA6C;AAC7C,4DAA0C;AAC1C,qDAAmC;AACnC,4DAA0C;AAC1C,yDAAuC;AACvC,yDAAuC;AACvC,mDAAiC;AACjC,sDAAoC;AACpC,gDAA8B;AAC9B,oDAAkC;AAClC,iDAA+B;AAC/B,kDAAgC;AAChC,8CAA4B;AAC5B,6CAA2B;AAC3B,iDAA+B;AAC/B,uDAAqC;AACrC,mDAAiC;AACjC,6DAA2C;AAC3C,+CAA6B"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
export type AutotaskId = string | number;
|
|
2
|
+
export type AutotaskTicketFieldName = 'queueID' | 'status' | 'priority' | 'ticketCategory' | 'ticketType' | 'source' | 'issueType' | 'subIssueType' | 'serviceLevelAgreementID';
|
|
3
|
+
export interface AutotaskRoutingFields {
|
|
4
|
+
companyId?: AutotaskId;
|
|
5
|
+
companyName?: string;
|
|
6
|
+
projectId?: AutotaskId;
|
|
7
|
+
projectName?: string;
|
|
8
|
+
queueId?: AutotaskId;
|
|
9
|
+
queueName?: string;
|
|
10
|
+
statusId?: AutotaskId;
|
|
11
|
+
statusName?: string;
|
|
12
|
+
priorityId?: AutotaskId;
|
|
13
|
+
priorityName?: string;
|
|
14
|
+
ticketCategoryId?: AutotaskId;
|
|
15
|
+
ticketCategoryName?: string;
|
|
16
|
+
ticketTypeId?: AutotaskId;
|
|
17
|
+
ticketTypeName?: string;
|
|
18
|
+
sourceId?: AutotaskId;
|
|
19
|
+
sourceName?: string;
|
|
20
|
+
issueTypeId?: AutotaskId;
|
|
21
|
+
issueTypeName?: string;
|
|
22
|
+
subIssueTypeId?: AutotaskId;
|
|
23
|
+
subIssueTypeName?: string;
|
|
24
|
+
contactId?: AutotaskId;
|
|
25
|
+
contactName?: string;
|
|
26
|
+
resourceId?: AutotaskId;
|
|
27
|
+
resourceName?: string;
|
|
28
|
+
serviceLevelAgreementId?: AutotaskId;
|
|
29
|
+
serviceLevelAgreementName?: string;
|
|
30
|
+
}
|
|
31
|
+
export type AutotaskShareOverrides = AutotaskRoutingFields;
|
|
32
|
+
export interface AutotaskCredentialFields {
|
|
33
|
+
baseUrl?: string;
|
|
34
|
+
zoneBaseUrl?: string;
|
|
35
|
+
username?: string;
|
|
36
|
+
apiIntegrationCode?: string;
|
|
37
|
+
useParentCredentials?: boolean;
|
|
38
|
+
credentialOwnerCompanyId?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface AutotaskTenancyContractSelection {
|
|
41
|
+
contractId?: AutotaskId;
|
|
42
|
+
contractName?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface AutotaskIntegrationConfig extends AutotaskCredentialFields, AutotaskRoutingFields, AutotaskTenancyContractSelection {
|
|
45
|
+
enabled?: boolean;
|
|
46
|
+
secret?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface AutotaskIntegrationSanitizedConfig extends Omit<AutotaskIntegrationConfig, 'secret'> {
|
|
49
|
+
hasStoredSecret?: boolean;
|
|
50
|
+
}
|
|
51
|
+
export interface AutotaskIntegrationRequestBase {
|
|
52
|
+
baseUrl?: string;
|
|
53
|
+
zoneBaseUrl?: string;
|
|
54
|
+
username: string;
|
|
55
|
+
secret?: string;
|
|
56
|
+
apiIntegrationCode: string;
|
|
57
|
+
useStoredSecret?: boolean;
|
|
58
|
+
credentialOwnerCompanyId?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface AutotaskIntegrationMetadataPayload extends AutotaskIntegrationRequestBase {
|
|
61
|
+
searchQuery?: string;
|
|
62
|
+
maxResults?: number;
|
|
63
|
+
}
|
|
64
|
+
export interface AutotaskIntegrationTestPayload extends AutotaskIntegrationRequestBase, AutotaskRoutingFields, AutotaskTenancyContractSelection {
|
|
65
|
+
}
|
|
66
|
+
export type AutotaskZonePayload = AutotaskIntegrationRequestBase;
|
|
67
|
+
export type AutotaskCompaniesPayload = AutotaskIntegrationMetadataPayload;
|
|
68
|
+
export type AutotaskProjectsPayload = AutotaskIntegrationMetadataPayload;
|
|
69
|
+
export type AutotaskContactsPayload = AutotaskIntegrationMetadataPayload;
|
|
70
|
+
export type AutotaskResourcesPayload = AutotaskIntegrationMetadataPayload;
|
|
71
|
+
export interface AutotaskContractsPayload extends AutotaskIntegrationMetadataPayload {
|
|
72
|
+
autotaskCompanyId: AutotaskId;
|
|
73
|
+
selectedContractId?: AutotaskId;
|
|
74
|
+
}
|
|
75
|
+
export interface AutotaskTicketFieldOptionsPayload extends AutotaskIntegrationMetadataPayload {
|
|
76
|
+
field: AutotaskTicketFieldName;
|
|
77
|
+
}
|
|
78
|
+
export interface AutotaskZoneInformation {
|
|
79
|
+
zoneName?: string;
|
|
80
|
+
url: string;
|
|
81
|
+
webUrl?: string;
|
|
82
|
+
ci?: number;
|
|
83
|
+
}
|
|
84
|
+
export interface AutotaskEntity {
|
|
85
|
+
id: AutotaskId;
|
|
86
|
+
name: string;
|
|
87
|
+
raw?: Record<string, unknown>;
|
|
88
|
+
}
|
|
89
|
+
export interface AutotaskTicketFieldOption extends AutotaskEntity {
|
|
90
|
+
field: AutotaskTicketFieldName;
|
|
91
|
+
isActive?: boolean;
|
|
92
|
+
}
|
|
93
|
+
export interface AutotaskContractOption extends AutotaskEntity {
|
|
94
|
+
companyId: AutotaskId;
|
|
95
|
+
contractNumber?: string;
|
|
96
|
+
status?: AutotaskId;
|
|
97
|
+
statusLabel?: string;
|
|
98
|
+
startDate?: string;
|
|
99
|
+
endDate?: string;
|
|
100
|
+
isDefaultContract?: boolean;
|
|
101
|
+
isAvailable: boolean;
|
|
102
|
+
}
|
|
103
|
+
export interface AutotaskTicketMetadata extends AutotaskRoutingFields, AutotaskTenancyContractSelection {
|
|
104
|
+
ticketId?: AutotaskId;
|
|
105
|
+
ticketUrl?: string;
|
|
106
|
+
integrationCompanyId?: string;
|
|
107
|
+
}
|
|
108
|
+
//# sourceMappingURL=autotask.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autotask.d.ts","sourceRoot":"","sources":["../../src/integrations/autotask.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;AAEzC,MAAM,MAAM,uBAAuB,GAC/B,SAAS,GACT,QAAQ,GACR,UAAU,GACV,gBAAgB,GAChB,YAAY,GACZ,QAAQ,GACR,WAAW,GACX,cAAc,GACd,yBAAyB,CAAC;AAE9B,MAAM,WAAW,qBAAqB;IACpC,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,UAAU,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uBAAuB,CAAC,EAAE,UAAU,CAAC;IACrC,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC;AAE3D,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,MAAM,WAAW,gCAAgC;IAC/C,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,yBAA0B,SAAQ,wBAAwB,EAAE,qBAAqB,EAAE,gCAAgC;IAClI,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,kCAAmC,SAAQ,IAAI,CAAC,yBAAyB,EAAE,QAAQ,CAAC;IACnG,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,8BAA8B;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,MAAM,WAAW,kCAAmC,SAAQ,8BAA8B;IACxF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,8BAA+B,SAAQ,8BAA8B,EAAE,qBAAqB,EAAE,gCAAgC;CAAG;AAElJ,MAAM,MAAM,mBAAmB,GAAG,8BAA8B,CAAC;AACjE,MAAM,MAAM,wBAAwB,GAAG,kCAAkC,CAAC;AAC1E,MAAM,MAAM,uBAAuB,GAAG,kCAAkC,CAAC;AACzE,MAAM,MAAM,uBAAuB,GAAG,kCAAkC,CAAC;AACzE,MAAM,MAAM,wBAAwB,GAAG,kCAAkC,CAAC;AAE1E,MAAM,WAAW,wBAAyB,SAAQ,kCAAkC;IAClF,iBAAiB,EAAE,UAAU,CAAC;IAC9B,kBAAkB,CAAC,EAAE,UAAU,CAAC;CACjC;AAED,MAAM,WAAW,iCAAkC,SAAQ,kCAAkC;IAC3F,KAAK,EAAE,uBAAuB,CAAC;CAChC;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,UAAU,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,yBAA0B,SAAQ,cAAc;IAC/D,KAAK,EAAE,uBAAuB,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,sBAAuB,SAAQ,cAAc;IAC5D,SAAS,EAAE,UAAU,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,sBAAuB,SAAQ,qBAAqB,EAAE,gCAAgC;IACrG,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autotask.js","sourceRoot":"","sources":["../../src/integrations/autotask.ts"],"names":[],"mappings":""}
|