@spottoai/types-package 1.0.2-beta.27 → 1.0.2-beta.271
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 +4 -13
- package/dist/accounts/accounts.d.ts +426 -2
- 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/azureSpSetup.d.ts +297 -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/index.d.ts +3 -0
- package/dist/accounts/index.d.ts.map +1 -1
- package/dist/accounts/index.js +3 -0
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/readPermissions.d.ts +64 -0
- package/dist/accounts/readPermissions.d.ts.map +1 -0
- package/dist/accounts/readPermissions.js +148 -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 +34 -0
- package/dist/accounts/writePermissions.d.ts.map +1 -0
- package/dist/accounts/writePermissions.js +37 -0
- package/dist/accounts/writePermissions.js.map +1 -0
- package/dist/ai/index.d.ts +994 -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/azure/activityLogs.d.ts +65 -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 +137 -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/billingPlots.d.ts +249 -0
- package/dist/azure/billingPlots.d.ts.map +1 -0
- package/dist/azure/billingPlots.js +6 -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 +586 -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 +44 -0
- 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/costEstimation.d.ts +78 -0
- package/dist/azure/costEstimation.d.ts.map +1 -0
- package/dist/azure/costEstimation.js +3 -0
- package/dist/azure/costEstimation.js.map +1 -0
- package/dist/azure/governance.d.ts +826 -0
- package/dist/azure/governance.d.ts.map +1 -0
- package/dist/azure/governance.js +14 -0
- package/dist/azure/governance.js.map +1 -0
- package/dist/azure/metrics.d.ts +81 -4
- package/dist/azure/metrics.d.ts.map +1 -1
- package/dist/azure/payloads.d.ts +292 -1
- package/dist/azure/payloads.d.ts.map +1 -1
- package/dist/azure/portalArtifacts.d.ts +6 -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 +177 -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 +113 -0
- package/dist/azure/recommendationAudit.d.ts.map +1 -0
- package/dist/azure/recommendationAudit.js +10 -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/recommendationWorkflow.d.ts +124 -0
- package/dist/azure/recommendationWorkflow.d.ts.map +1 -0
- package/dist/azure/recommendationWorkflow.js +15 -0
- package/dist/azure/recommendationWorkflow.js.map +1 -0
- package/dist/azure/recommendations.d.ts +539 -7
- package/dist/azure/recommendations.d.ts.map +1 -1
- package/dist/azure/recommendations.js.map +1 -1
- 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/reports.d.ts +279 -1
- package/dist/azure/reports.d.ts.map +1 -1
- package/dist/azure/reports.js +13 -0
- 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/resources.d.ts +80 -0
- package/dist/azure/resources.d.ts.map +1 -1
- package/dist/azure/reviewChecklist.d.ts +139 -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/security.d.ts +15 -1
- package/dist/azure/security.d.ts.map +1 -1
- package/dist/azure/serviceRetirement.d.ts +28 -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/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 +46 -15
- package/dist/azure/subscriptions.d.ts.map +1 -1
- package/dist/azure/views.d.ts +543 -6
- package/dist/azure/views.d.ts.map +1 -1
- package/dist/common/index.d.ts +1 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +1 -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 +9 -0
- package/dist/common/provider.d.ts.map +1 -0
- package/dist/common/provider.js +9 -0
- package/dist/common/provider.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 +60 -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/index.d.ts +2 -0
- package/dist/company/index.d.ts.map +1 -1
- package/dist/company/index.js +2 -0
- package/dist/company/index.js.map +1 -1
- package/dist/company/notification.d.ts +34 -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/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 +130 -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 +361 -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 +23 -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 +7 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +23 -0
- package/dist/events/index.js.map +1 -0
- package/dist/features-and-permissions/access.d.ts +137 -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 +24 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +24 -1
- package/dist/index.js.map +1 -1
- package/dist/index.vite.d.ts +44 -0
- package/dist/index.vite.d.ts.map +1 -0
- package/dist/index.vite.js +60 -0
- package/dist/index.vite.js.map +1 -0
- package/dist/integrations/autotask.d.ts +90 -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 +67 -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/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 +257 -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 +6 -0
- package/dist/users/companyUser.d.ts.map +1 -1
- package/dist/users/companyUser.js.map +1 -1
- package/dist/users/user.d.ts +16 -1
- package/dist/users/user.d.ts.map +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,43 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2024 Spotto AI (www.spotto.ai)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
5. NO REVERSE ENGINEERING: Reverse engineering, disassembly, or decompilation of
|
|
24
|
-
the Software is strictly prohibited.
|
|
25
|
-
|
|
26
|
-
6. NO COMMERCIAL USE: Commercial use of the Software by any entity other than
|
|
27
|
-
Spotto AI is strictly prohibited.
|
|
28
|
-
|
|
29
|
-
DISCLAIMER:
|
|
30
|
-
|
|
31
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
32
|
-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
33
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
34
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
35
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
36
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
37
|
-
|
|
38
|
-
VIOLATION:
|
|
39
|
-
|
|
40
|
-
Any unauthorized use, distribution, or modification of this Software constitutes
|
|
41
|
-
a violation of this license agreement and may result in legal action.
|
|
42
|
-
|
|
43
|
-
For licensing inquiries, contact: contact@spotto.ai
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
# Types Package
|
|
2
2
|
|
|
3
|
-
A shared TypeScript interfaces package
|
|
4
|
-
**⚠️ RESTRICTED USE - INTERNAL SPOTTO AI ONLY ⚠️**
|
|
5
|
-
|
|
6
|
-
This is a proprietary TypeScript interfaces package for internal use by Spotto AI (www.spotto.ai) only. This package contains common interfaces that can be reused across Spotto AI's API, frontend, and backend projects.
|
|
7
|
-
|
|
8
|
-
**IMPORTANT**: This repository is made public solely for internal sharing between Spotto AI projects. External use, distribution, or modification is strictly prohibited. See LICENSE file for full terms.
|
|
3
|
+
A shared TypeScript interfaces package. This package contains common interfaces that can be reused across your API, frontend, and backend projects.
|
|
9
4
|
|
|
10
5
|
## Features
|
|
11
6
|
|
|
12
7
|
- **Shared Interfaces**: Common TypeScript interfaces for API requests/responses, database models, frontend components, and backend services
|
|
13
|
-
- **Git Dependencies**: Designed to work with Git dependencies
|
|
8
|
+
- **Git Dependencies**: Designed to work with Git dependencies
|
|
14
9
|
- **TypeScript Declaration Files**: Built with declaration files for better IDE support
|
|
15
10
|
- **Modular Structure**: Organized by domain (API, Database, Frontend, Backend)
|
|
16
11
|
|
|
17
12
|
## Installation
|
|
18
13
|
|
|
19
|
-
|
|
20
|
-
Since this is an internal Spotto AI package, you'll need to use Git dependencies. Add this to your consuming project's `package.json`:
|
|
14
|
+
Add this to your consuming project's `package.json`:
|
|
21
15
|
|
|
22
16
|
```json
|
|
23
17
|
{
|
|
@@ -114,7 +108,4 @@ This package follows semantic versioning. When making changes:
|
|
|
114
108
|
|
|
115
109
|
## License
|
|
116
110
|
|
|
117
|
-
MIT License - see LICENSE file for details
|
|
118
|
-
**PROPRIETARY LICENSE** - This software is proprietary to Spotto AI and is made available publicly solely for internal use. External use, distribution, or modification is strictly prohibited. See LICENSE file for full terms and restrictions.
|
|
119
|
-
|
|
120
|
-
For licensing inquiries, contact: legal@spotto.ai
|
|
111
|
+
MIT License - see LICENSE file for details
|
|
@@ -1,10 +1,271 @@
|
|
|
1
1
|
import { SurveyResponse } from '../company';
|
|
2
|
+
import type { EffortEstimateProfileName } from '../azure/recommendations';
|
|
3
|
+
export type SubscriptionType = 'Production' | 'Non-Production' | 'Mixed';
|
|
4
|
+
export type CloudAccountAuthMode = 'servicePrincipal' | 'delegatedUser' | 'gdap';
|
|
5
|
+
export type CloudAccountTenantSyncSource = 'manual' | 'scheduled' | 'onboarding';
|
|
6
|
+
export type CloudAccountTenantSyncStatus = 'Idle' | 'Requested' | 'Processing' | 'Completed' | 'Error';
|
|
7
|
+
export type CloudAccountFirstSyncNotificationStatus = 'Pending' | 'Sending' | 'Sent' | 'Error';
|
|
8
|
+
export type BillingExportLocatorScopeType = 'tenant' | 'billingAccount';
|
|
9
|
+
export type AzureGdapRelationshipStatus = 'unknown' | 'created' | 'approvalPending' | 'active' | 'terminated' | 'expired';
|
|
10
|
+
export type AzureGdapAccessAssignmentStatus = 'unknown' | 'pending' | 'active' | 'deleting' | 'deleted' | 'error';
|
|
11
|
+
export type AzureGdapValidationStatus = 'notValidated' | 'ready' | 'degraded' | 'blocked' | 'expired' | 'reauthRequired';
|
|
12
|
+
export type AzureGdapCapabilityKey = 'partnerAuthorization' | 'relationship' | 'accessAssignment' | 'appConsent' | 'subscriptionDiscovery' | 'resourceInventory' | 'resourceGraph' | 'costRead' | 'billingExportSetup' | 'monitoringRead' | 'graphInventory' | 'scheduledScan';
|
|
13
|
+
export type AzureGdapCapabilityStatusValue = 'ready' | 'degraded' | 'blocked' | 'unsupported' | 'notChecked';
|
|
14
|
+
export interface AzureGdapCapabilityStatus {
|
|
15
|
+
key: AzureGdapCapabilityKey;
|
|
16
|
+
status: AzureGdapCapabilityStatusValue;
|
|
17
|
+
reason?: string;
|
|
18
|
+
checkedAt?: string;
|
|
19
|
+
requiredRoles?: string[];
|
|
20
|
+
requiredAzureRoles?: string[];
|
|
21
|
+
}
|
|
22
|
+
export interface AzureGdapRoleAssignment {
|
|
23
|
+
roleId?: string;
|
|
24
|
+
roleTemplateId?: string;
|
|
25
|
+
displayName: string;
|
|
26
|
+
}
|
|
27
|
+
export interface AzureGdapCloudAccountMetadata {
|
|
28
|
+
gdapAuthorizationCompanyId?: string;
|
|
29
|
+
gdapAuthorizationProfileId?: string;
|
|
30
|
+
gdapPartnerTenantId: string;
|
|
31
|
+
gdapCustomerTenantId: string;
|
|
32
|
+
gdapRelationshipId: string;
|
|
33
|
+
gdapRelationshipDisplayName?: string;
|
|
34
|
+
gdapRelationshipStatus?: AzureGdapRelationshipStatus;
|
|
35
|
+
gdapAccessAssignmentId?: string;
|
|
36
|
+
gdapAccessAssignmentStatus?: AzureGdapAccessAssignmentStatus;
|
|
37
|
+
gdapSecurityGroupId?: string;
|
|
38
|
+
gdapSecurityGroupDisplayName?: string;
|
|
39
|
+
gdapRoles?: AzureGdapRoleAssignment[];
|
|
40
|
+
gdapExpiresAt?: string;
|
|
41
|
+
gdapAutoExtendEnabled?: boolean;
|
|
42
|
+
gdapPartnerAuthorizationStatus?: AzureGdapValidationStatus;
|
|
43
|
+
gdapAppConsentStatus?: AzureGdapValidationStatus;
|
|
44
|
+
gdapLastValidatedAt?: string;
|
|
45
|
+
gdapLastValidationStatus?: AzureGdapValidationStatus;
|
|
46
|
+
gdapLastValidationErrorCode?: string;
|
|
47
|
+
gdapLastValidationMessage?: string;
|
|
48
|
+
gdapScheduledEligible?: boolean;
|
|
49
|
+
gdapScheduledEligibilityReason?: string;
|
|
50
|
+
gdapCapabilities?: AzureGdapCapabilityStatus[];
|
|
51
|
+
}
|
|
52
|
+
export interface AzureCloudAccountAuthContext {
|
|
53
|
+
authMode?: CloudAccountAuthMode;
|
|
54
|
+
cloudAccountId: string;
|
|
55
|
+
gdapAuthorizationCompanyId?: string;
|
|
56
|
+
gdapAuthorizationProfileId?: string;
|
|
57
|
+
customerTenantId?: string;
|
|
58
|
+
authorityTenantId?: string;
|
|
59
|
+
partnerTenantId?: string;
|
|
60
|
+
principalClientId?: string;
|
|
61
|
+
credentialReference?: string;
|
|
62
|
+
}
|
|
63
|
+
export interface AzureGdapAuthorizationProfileSummary {
|
|
64
|
+
id: string;
|
|
65
|
+
companyId: string;
|
|
66
|
+
displayName: string;
|
|
67
|
+
partnerTenantId: string;
|
|
68
|
+
authorizationStatus: AzureGdapValidationStatus;
|
|
69
|
+
hasCredential: boolean;
|
|
70
|
+
authorizedAt?: string;
|
|
71
|
+
expiresAt?: string;
|
|
72
|
+
lastValidatedAt?: string;
|
|
73
|
+
lastValidationStatus?: AzureGdapValidationStatus;
|
|
74
|
+
lastValidationErrorCode?: string;
|
|
75
|
+
lastValidationMessage?: string;
|
|
76
|
+
createdAt?: string;
|
|
77
|
+
updatedAt?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface AzureGdapAuthorizationProfileListResponse {
|
|
80
|
+
profiles: AzureGdapAuthorizationProfileSummary[];
|
|
81
|
+
}
|
|
82
|
+
export interface AzureGdapEligibleAuthorizationProfilesResponse {
|
|
83
|
+
rootCompanyId: string;
|
|
84
|
+
profiles: AzureGdapAuthorizationProfileSummary[];
|
|
85
|
+
}
|
|
86
|
+
export interface AzureGdapCreateAuthorizationProfileRequest {
|
|
87
|
+
displayName?: string;
|
|
88
|
+
partnerTenantId?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface AzureGdapStartPartnerAuthorizationRequest {
|
|
91
|
+
redirectAfter?: string;
|
|
92
|
+
}
|
|
93
|
+
export interface AzureGdapPartnerAuthorizationStartResponse {
|
|
94
|
+
profileId: string;
|
|
95
|
+
authorizationUrl: string;
|
|
96
|
+
expiresAt: string;
|
|
97
|
+
}
|
|
98
|
+
export interface AzureGdapDraftValidationRequest {
|
|
99
|
+
gdapAuthorizationCompanyId?: string;
|
|
100
|
+
gdapAuthorizationProfileId?: string;
|
|
101
|
+
gdapPartnerTenantId?: string;
|
|
102
|
+
gdapCustomerTenantId?: string;
|
|
103
|
+
tenantId?: string;
|
|
104
|
+
gdapRelationshipId?: string;
|
|
105
|
+
gdapAccessAssignmentId?: string;
|
|
106
|
+
gdapSecurityGroupId?: string;
|
|
107
|
+
}
|
|
108
|
+
export interface AzureGdapDraftValidationResponse {
|
|
109
|
+
valid: boolean;
|
|
110
|
+
status: AzureGdapValidationStatus;
|
|
111
|
+
profile?: AzureGdapAuthorizationProfileSummary;
|
|
112
|
+
capabilities: AzureGdapCapabilityStatus[];
|
|
113
|
+
message?: string;
|
|
114
|
+
}
|
|
115
|
+
export interface AzureGdapCloudAccountStatusResponse {
|
|
116
|
+
cloudAccountId: string;
|
|
117
|
+
companyId: string;
|
|
118
|
+
status: AzureGdapValidationStatus;
|
|
119
|
+
partnerAuthorizationStatus?: AzureGdapValidationStatus;
|
|
120
|
+
appConsentStatus?: AzureGdapValidationStatus;
|
|
121
|
+
lastValidatedAt?: string | Date;
|
|
122
|
+
lastValidationStatus?: AzureGdapValidationStatus;
|
|
123
|
+
lastValidationErrorCode?: string;
|
|
124
|
+
lastValidationMessage?: string;
|
|
125
|
+
scheduledEligible?: boolean;
|
|
126
|
+
scheduledEligibilityReason?: string;
|
|
127
|
+
capabilities?: AzureGdapCapabilityStatus[];
|
|
128
|
+
}
|
|
129
|
+
export interface AzureGdapCloudAccountCreateRequest {
|
|
130
|
+
companyId: string;
|
|
131
|
+
name: string;
|
|
132
|
+
provider: 'Azure';
|
|
133
|
+
authMode: 'gdap';
|
|
134
|
+
tenantId: string;
|
|
135
|
+
gdapCustomerTenantId: string;
|
|
136
|
+
gdapPartnerTenantId: string;
|
|
137
|
+
gdapRelationshipId: string;
|
|
138
|
+
gdapAccessAssignmentId?: string;
|
|
139
|
+
gdapSecurityGroupId?: string;
|
|
140
|
+
gdapAuthorizationCompanyId: string;
|
|
141
|
+
gdapAuthorizationProfileId: string;
|
|
142
|
+
}
|
|
143
|
+
export interface BillingExportLocatorEntry {
|
|
144
|
+
scopeType: BillingExportLocatorScopeType;
|
|
145
|
+
scopePath: string;
|
|
146
|
+
exportName: string;
|
|
147
|
+
storageAccountName: string;
|
|
148
|
+
container: string;
|
|
149
|
+
rootFolderPath: string;
|
|
150
|
+
}
|
|
151
|
+
export interface CloudAccountBillingExportLocator {
|
|
152
|
+
actual?: BillingExportLocatorEntry;
|
|
153
|
+
amortized?: BillingExportLocatorEntry;
|
|
154
|
+
}
|
|
155
|
+
export declare const AZURE_SYNC_FEATURE_ORDER: readonly ["activityMonitoring", "metrics", "billing", "pricing", "costEstimation", "commitments", "relationshipGraphs", "governance", "availabilityZones", "reliability", "perimeterInsights", "reportEvidencePack"];
|
|
156
|
+
export type AzureSyncFeatureId = (typeof AZURE_SYNC_FEATURE_ORDER)[number];
|
|
157
|
+
export type AzureSyncFeatureConfigurationScope = 'cloudAccount' | 'subscription';
|
|
158
|
+
export interface AzureSyncFeatureMetadata {
|
|
159
|
+
id: AzureSyncFeatureId;
|
|
160
|
+
displayName: string;
|
|
161
|
+
description: string;
|
|
162
|
+
supportedScopes: readonly AzureSyncFeatureConfigurationScope[];
|
|
163
|
+
warning?: string;
|
|
164
|
+
}
|
|
165
|
+
export declare const AZURE_SYNC_FEATURE_METADATA: readonly [{
|
|
166
|
+
readonly id: "activityMonitoring";
|
|
167
|
+
readonly displayName: "Activity monitoring";
|
|
168
|
+
readonly description: "Collects Azure activity logs and activity-derived operational events.";
|
|
169
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
170
|
+
readonly warning: "Disabling activity monitoring prevents activity log collection and related detections.";
|
|
171
|
+
}, {
|
|
172
|
+
readonly id: "metrics";
|
|
173
|
+
readonly displayName: "Metrics";
|
|
174
|
+
readonly description: "Collects subscription resource metrics used for utilization and rightsizing insights.";
|
|
175
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
176
|
+
}, {
|
|
177
|
+
readonly id: "billing";
|
|
178
|
+
readonly displayName: "Billing";
|
|
179
|
+
readonly description: "Collects billing and cost usage data.";
|
|
180
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
181
|
+
}, {
|
|
182
|
+
readonly id: "pricing";
|
|
183
|
+
readonly displayName: "Pricing";
|
|
184
|
+
readonly description: "Collects Azure price data used for cost calculations.";
|
|
185
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
186
|
+
}, {
|
|
187
|
+
readonly id: "costEstimation";
|
|
188
|
+
readonly displayName: "Cost estimation";
|
|
189
|
+
readonly description: "Builds estimated costs when billing-backed usage is unavailable or incomplete.";
|
|
190
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
191
|
+
}, {
|
|
192
|
+
readonly id: "commitments";
|
|
193
|
+
readonly displayName: "Reservations and commitments";
|
|
194
|
+
readonly description: "Collects reserved instances, savings plans, and commitment utilization data.";
|
|
195
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
196
|
+
}, {
|
|
197
|
+
readonly id: "relationshipGraphs";
|
|
198
|
+
readonly displayName: "Relationship graphs";
|
|
199
|
+
readonly description: "Builds relationship graph artifacts from scanned Azure resources.";
|
|
200
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
201
|
+
}, {
|
|
202
|
+
readonly id: "governance";
|
|
203
|
+
readonly displayName: "Governance";
|
|
204
|
+
readonly description: "Builds tenant and subscription governance reports and graph artifacts.";
|
|
205
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
206
|
+
}, {
|
|
207
|
+
readonly id: "availabilityZones";
|
|
208
|
+
readonly displayName: "Availability zones";
|
|
209
|
+
readonly description: "Collects tenant-level availability zone mappings.";
|
|
210
|
+
readonly supportedScopes: readonly ["cloudAccount"];
|
|
211
|
+
}, {
|
|
212
|
+
readonly id: "reliability";
|
|
213
|
+
readonly displayName: "Reliability";
|
|
214
|
+
readonly description: "Collects reliability signals and recommendations for subscription resources.";
|
|
215
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
216
|
+
}, {
|
|
217
|
+
readonly id: "perimeterInsights";
|
|
218
|
+
readonly displayName: "Perimeter insights";
|
|
219
|
+
readonly description: "Builds public IP and perimeter exposure insights.";
|
|
220
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
221
|
+
}, {
|
|
222
|
+
readonly id: "reportEvidencePack";
|
|
223
|
+
readonly displayName: "Report evidence pack";
|
|
224
|
+
readonly description: "Builds evidence artifacts used by reports and review workflows.";
|
|
225
|
+
readonly supportedScopes: readonly ["cloudAccount", "subscription"];
|
|
226
|
+
}];
|
|
227
|
+
type AzureSyncFeatureMetadataEntry = (typeof AZURE_SYNC_FEATURE_METADATA)[number];
|
|
228
|
+
type AzureSyncFeatureIdsForScope<Scope extends AzureSyncFeatureConfigurationScope> = AzureSyncFeatureMetadataEntry extends infer Feature ? Feature extends {
|
|
229
|
+
id: AzureSyncFeatureId;
|
|
230
|
+
supportedScopes: readonly AzureSyncFeatureConfigurationScope[];
|
|
231
|
+
} ? Scope extends Feature['supportedScopes'][number] ? Feature['id'] : never : never : never;
|
|
232
|
+
export type AzureCloudAccountSyncFeatureId = AzureSyncFeatureIdsForScope<'cloudAccount'>;
|
|
233
|
+
export type AzureSubscriptionSyncFeatureId = AzureSyncFeatureIdsForScope<'subscription'>;
|
|
234
|
+
export declare const isAzureSyncFeatureId: (value: string) => value is AzureSyncFeatureId;
|
|
235
|
+
export declare const getAzureSyncFeatureMetadata: (featureId: AzureSyncFeatureId) => AzureSyncFeatureMetadata;
|
|
236
|
+
export declare const isAzureSyncFeatureSupportedInScope: (featureId: AzureSyncFeatureId, scope: AzureSyncFeatureConfigurationScope) => boolean;
|
|
237
|
+
export declare const sortAzureSyncFeatureIds: (featureIds: readonly AzureSyncFeatureId[]) => AzureSyncFeatureId[];
|
|
238
|
+
export declare const getAzureSyncFeatureOptions: (scope: AzureSyncFeatureConfigurationScope) => AzureSyncFeatureMetadata[];
|
|
239
|
+
export declare const getAzureSyncFeatureIdsForScope: (scope: AzureSyncFeatureConfigurationScope) => AzureSyncFeatureId[];
|
|
240
|
+
export interface CloudAccountSyncFeatureOptOutsUpdateRequest {
|
|
241
|
+
syncFeatureOptOuts: AzureCloudAccountSyncFeatureId[];
|
|
242
|
+
}
|
|
243
|
+
export interface SubscriptionSyncFeatureOptOutsUpdateRequest {
|
|
244
|
+
syncFeatureOptOuts: AzureSubscriptionSyncFeatureId[];
|
|
245
|
+
}
|
|
246
|
+
export declare const SUBSCRIPTION_SYNC_STEP_ORDER: readonly ["metrics", "resourcegroups", "activities", "queries", "reliability", "billing", "costestimation", "pricing", "commitments", "views"];
|
|
247
|
+
export type SubscriptionSyncStepId = (typeof SUBSCRIPTION_SYNC_STEP_ORDER)[number];
|
|
248
|
+
export type AzureDelegatedOnboardingStatus = 'subscriptionSelectionRequired' | 'active' | 'setupExpired';
|
|
249
|
+
export type AzureDelegatedAuthErrorCode = 'invalid_grant' | 'interaction_required' | 'consent_required' | 'claims_challenge' | 'forbidden' | 'unknown';
|
|
250
|
+
export type AzureDelegatedOAuthStatePhase = 'discoverTenants' | 'tenantSelectionRequired' | 'tenantConsent' | 'completed' | 'failed';
|
|
251
|
+
export type CloudAccountScanSchedulingMode = 'every12Hours' | 'daily' | 'weekly' | 'onDemandOnly';
|
|
252
|
+
export type AzureGuestAccessScanSchedulingMode = 'onDemandOnly';
|
|
253
|
+
export type AzureGuestAccessStatus = 'created' | 'deviceCodePending' | 'tenantDiscoveryRequired' | 'tenantSelectionRequired' | 'tenantAuthorizationRequired' | 'subscriptionSelectionRequired' | 'queued' | 'scanning' | 'completed' | 'partial' | 'failed' | 'reauthRequired' | 'cancelled' | 'expired';
|
|
254
|
+
export type AzureGuestAccessStatusReason = 'device_code_expired' | 'tenant_discovery_failed' | 'tenant_selection_required' | 'tenant_authorization_required' | 'no_readable_subscriptions' | 'subscription_read_forbidden' | 'token_relay_missing' | 'setup_expired' | 'stale_message' | 'refresh_token_expired' | 'token_refresh_failed' | 'refresh_requires_interaction' | 'resource_inventory_failed' | 'resource_graph_failed' | 'billing_2m_failed' | 'scan_failed' | 'cancelled_by_user' | 'unknown';
|
|
2
255
|
export interface CloudAccount {
|
|
256
|
+
/** Partition Key */
|
|
3
257
|
companyId: string;
|
|
258
|
+
/** Row Key (Azure Client ID, AWS Access Key ID) */
|
|
4
259
|
id: string;
|
|
5
260
|
name: string;
|
|
6
261
|
companyName: string;
|
|
262
|
+
/** AWS, Azure, GCP, etc. */
|
|
7
263
|
provider: string;
|
|
264
|
+
/** Missing authMode should be treated as servicePrincipal by consumers for backward compatibility. */
|
|
265
|
+
authMode?: CloudAccountAuthMode;
|
|
266
|
+
/** Optional list of subscription group names for this cloud account */
|
|
267
|
+
groupNames?: string[];
|
|
268
|
+
/** Azure Tenant ID */
|
|
8
269
|
tenantId?: string;
|
|
9
270
|
secret?: string;
|
|
10
271
|
secretExpiresAt?: Date;
|
|
@@ -13,14 +274,152 @@ export interface CloudAccount {
|
|
|
13
274
|
createdBy: string;
|
|
14
275
|
status: string;
|
|
15
276
|
objectives?: SurveyResponse[];
|
|
277
|
+
/** Preferred recommendation effort-estimate profile for this cloud account. */
|
|
278
|
+
effortProfile?: EffortEstimateProfileName;
|
|
279
|
+
writeSecret?: string;
|
|
280
|
+
writeSecretExpiresAt?: Date;
|
|
281
|
+
writeClientId?: string;
|
|
282
|
+
writeBitmask?: number;
|
|
283
|
+
readBitmask?: number;
|
|
284
|
+
tenantSyncStatus?: CloudAccountTenantSyncStatus;
|
|
285
|
+
tenantSyncRequestedAt?: Date;
|
|
286
|
+
tenantSyncStartedAt?: Date;
|
|
287
|
+
tenantSyncCompletedAt?: Date;
|
|
288
|
+
tenantSyncError?: string;
|
|
289
|
+
tenantSyncSource?: CloudAccountTenantSyncSource;
|
|
290
|
+
firstSyncNotificationStatus?: CloudAccountFirstSyncNotificationStatus;
|
|
291
|
+
firstSyncNotificationUserId?: string;
|
|
292
|
+
/** Azure sync features disabled for this cloud account. Cloud-account opt-outs are hard denies for subscriptions. */
|
|
293
|
+
syncFeatureOptOuts?: AzureSyncFeatureId[];
|
|
294
|
+
/** Internal legacy delegated-user token cache. Do not expose this field in public API DTOs. */
|
|
295
|
+
delegatedTokenCache?: string;
|
|
296
|
+
onboardingStatus?: AzureDelegatedOnboardingStatus;
|
|
297
|
+
scanSchedulingMode?: CloudAccountScanSchedulingMode;
|
|
298
|
+
guestAccessStatus?: AzureGuestAccessStatus;
|
|
299
|
+
guestAccessStatusReason?: AzureGuestAccessStatusReason;
|
|
300
|
+
guestAccessRunId?: string;
|
|
301
|
+
guestAccessLastRunId?: string;
|
|
302
|
+
guestAccessQueuedAt?: Date | string;
|
|
303
|
+
guestAccessScanStartedAt?: Date | string;
|
|
304
|
+
guestAccessScanCompletedAt?: Date | string;
|
|
305
|
+
guestAccessLastSuccessfulScanAt?: Date | string;
|
|
306
|
+
delegatedSetupExpiresAt?: Date | string;
|
|
307
|
+
delegatedTrialStartedAt?: Date | string;
|
|
308
|
+
delegatedTrialExpiresAt?: Date | string;
|
|
309
|
+
reauthRequired?: boolean;
|
|
310
|
+
lastAuthErrorCode?: AzureDelegatedAuthErrorCode;
|
|
311
|
+
lastAuthErrorAt?: Date | string;
|
|
312
|
+
connectedUserObjectId?: string;
|
|
313
|
+
connectedUserTenantId?: string;
|
|
314
|
+
connectedUserEmail?: string;
|
|
315
|
+
connectedUserDisplayName?: string;
|
|
316
|
+
connectedAt?: Date | string;
|
|
317
|
+
lastTokenRefreshAt?: Date | string;
|
|
318
|
+
lastDelegatedTokenCacheUpdatedAt?: Date | string;
|
|
319
|
+
gdapAuthorizationCompanyId?: string;
|
|
320
|
+
gdapAuthorizationProfileId?: string;
|
|
321
|
+
gdapPartnerTenantId?: string;
|
|
322
|
+
gdapCustomerTenantId?: string;
|
|
323
|
+
gdapRelationshipId?: string;
|
|
324
|
+
gdapRelationshipDisplayName?: string;
|
|
325
|
+
gdapRelationshipStatus?: AzureGdapRelationshipStatus;
|
|
326
|
+
gdapAccessAssignmentId?: string;
|
|
327
|
+
gdapAccessAssignmentStatus?: AzureGdapAccessAssignmentStatus;
|
|
328
|
+
gdapSecurityGroupId?: string;
|
|
329
|
+
gdapSecurityGroupDisplayName?: string;
|
|
330
|
+
gdapRolesJson?: string;
|
|
331
|
+
gdapExpiresAt?: Date | string;
|
|
332
|
+
gdapAutoExtendEnabled?: boolean;
|
|
333
|
+
gdapPartnerAuthorizationStatus?: AzureGdapValidationStatus;
|
|
334
|
+
gdapAppConsentStatus?: AzureGdapValidationStatus;
|
|
335
|
+
gdapLastValidatedAt?: Date | string;
|
|
336
|
+
gdapLastValidationStatus?: AzureGdapValidationStatus;
|
|
337
|
+
gdapLastValidationErrorCode?: string;
|
|
338
|
+
/** Sanitized public-safe validation message. Do not store raw Microsoft claims or token errors here. */
|
|
339
|
+
gdapLastValidationMessage?: string;
|
|
340
|
+
gdapScheduledEligible?: boolean;
|
|
341
|
+
gdapScheduledEligibilityReason?: string;
|
|
342
|
+
gdapCapabilities?: AzureGdapCapabilityStatus[];
|
|
343
|
+
/** Internal GDAP credential locator. Do not expose this field in public API DTOs. */
|
|
344
|
+
gdapCredentialReference?: string;
|
|
345
|
+
/** Internal manual billing export locator override. Do not expose this field in public API DTOs. */
|
|
346
|
+
billingExportLocator?: string | CloudAccountBillingExportLocator;
|
|
16
347
|
}
|
|
17
|
-
export
|
|
348
|
+
export type PublicCloudAccountDto = Omit<CloudAccount, 'delegatedTokenCache' | 'secret' | 'writeSecret' | 'billingExportLocator' | 'gdapCredentialReference'> & {
|
|
349
|
+
/** Display-only masked preview of the stored read secret. Never contains the full secret value. */
|
|
350
|
+
secretPreview?: string;
|
|
351
|
+
/** Display-only masked preview of the stored write secret. Never contains the full secret value. */
|
|
352
|
+
writeSecretPreview?: string;
|
|
353
|
+
};
|
|
354
|
+
export interface SyncProgressIssue {
|
|
355
|
+
type: 'capabilityMissing' | 'billingExport';
|
|
356
|
+
scope: 'cloudAccount' | 'subscription';
|
|
357
|
+
capabilityKey?: string;
|
|
358
|
+
capabilityDisplayName?: string;
|
|
359
|
+
capabilityDescription?: string;
|
|
360
|
+
requiredRoles?: string[];
|
|
361
|
+
message: string;
|
|
362
|
+
code?: string;
|
|
363
|
+
title?: string;
|
|
364
|
+
remediation?: string;
|
|
365
|
+
sourceSelected?: 'export' | 'query';
|
|
366
|
+
fallbackUsed?: boolean;
|
|
367
|
+
degraded?: boolean;
|
|
368
|
+
}
|
|
369
|
+
export type SubscriptionSyncProgressStepStatus = 'idle' | 'pending' | 'queued' | 'inProgress' | 'completed' | 'error';
|
|
370
|
+
export type SubscriptionSyncProgressSubStepStatus = SubscriptionSyncProgressStepStatus | 'skipped';
|
|
371
|
+
export type SubscriptionSyncProgressContextValue = string | number | boolean;
|
|
372
|
+
export interface SubscriptionSyncProgressSubStep {
|
|
18
373
|
id: string;
|
|
19
|
-
|
|
374
|
+
status: SubscriptionSyncProgressSubStepStatus;
|
|
375
|
+
label?: string;
|
|
376
|
+
attempts?: number;
|
|
377
|
+
lastUpdated?: string;
|
|
378
|
+
lastError?: string;
|
|
379
|
+
durationMs?: number;
|
|
380
|
+
context?: Record<string, SubscriptionSyncProgressContextValue>;
|
|
381
|
+
}
|
|
382
|
+
export interface SubscriptionSyncProgressStep {
|
|
383
|
+
id: SubscriptionSyncStepId;
|
|
384
|
+
status: SubscriptionSyncProgressStepStatus;
|
|
385
|
+
attempts: number;
|
|
386
|
+
lastUpdated: string;
|
|
387
|
+
lastError?: string;
|
|
388
|
+
runId?: string;
|
|
389
|
+
active: boolean;
|
|
390
|
+
callCount?: number;
|
|
391
|
+
note?: string;
|
|
392
|
+
issue?: SyncProgressIssue;
|
|
393
|
+
subSteps?: SubscriptionSyncProgressSubStep[];
|
|
394
|
+
}
|
|
395
|
+
export interface SubscriptionSyncProgress {
|
|
396
|
+
runId?: string;
|
|
397
|
+
overallStatus: 'idle' | 'processing' | 'completed' | 'error';
|
|
398
|
+
progressLabel: string;
|
|
399
|
+
completedSteps: number;
|
|
400
|
+
totalSteps: number;
|
|
401
|
+
activeComponents: SubscriptionSyncStepId[];
|
|
402
|
+
currentStepId?: SubscriptionSyncStepId;
|
|
403
|
+
lastErrorComponent?: SubscriptionSyncStepId;
|
|
404
|
+
lastErrorMessage?: string;
|
|
405
|
+
initiatedAt?: string;
|
|
406
|
+
completedAt?: string;
|
|
407
|
+
lastUpdated: string;
|
|
408
|
+
steps: SubscriptionSyncProgressStep[];
|
|
409
|
+
}
|
|
410
|
+
export interface SubscriptionInfoBase {
|
|
20
411
|
name: string;
|
|
412
|
+
friendlyName?: string;
|
|
21
413
|
cloudAccountId: string;
|
|
22
414
|
cloudAccountName: string;
|
|
415
|
+
/** Optional group name for subscription-level grouping */
|
|
416
|
+
groupName?: string;
|
|
417
|
+
/** Optional emoji shortcode (Slack-style, e.g. "/face") */
|
|
418
|
+
icon?: string;
|
|
419
|
+
/** Optional subscription type (Production, Non-Production, Mixed) */
|
|
420
|
+
subscriptionType?: SubscriptionType;
|
|
23
421
|
status?: string;
|
|
422
|
+
statusLabel?: string;
|
|
24
423
|
error?: string;
|
|
25
424
|
lastUpdated?: string;
|
|
26
425
|
quotaId?: string;
|
|
@@ -30,6 +429,31 @@ export interface SubscriptionAccount {
|
|
|
30
429
|
foundCurrency?: boolean;
|
|
31
430
|
ready?: boolean;
|
|
32
431
|
secureScore?: number;
|
|
432
|
+
advisorScore?: number;
|
|
433
|
+
advisorScoreCost?: number;
|
|
434
|
+
advisorScoreSecurity?: number;
|
|
435
|
+
advisorScorePerformance?: number;
|
|
436
|
+
advisorScoreReliability?: number;
|
|
437
|
+
advisorScoreOperationalExcellence?: number;
|
|
33
438
|
showAmortizedCosts?: boolean;
|
|
439
|
+
totalCost?: number;
|
|
440
|
+
billingItems?: number;
|
|
441
|
+
activityItems?: number;
|
|
442
|
+
eventId?: string;
|
|
443
|
+
readBitmask?: number;
|
|
444
|
+
syncProgress?: SubscriptionSyncProgress | string | null;
|
|
445
|
+
/** Azure sync features disabled for this subscription in addition to cloud-account opt-outs. */
|
|
446
|
+
syncFeatureOptOuts?: AzureSyncFeatureId[];
|
|
447
|
+
/** Azure sync features disabled by the parent cloud account. Returned to administrators only. */
|
|
448
|
+
cloudAccountSyncFeatureOptOuts?: AzureSyncFeatureId[];
|
|
449
|
+
/** Effective Azure sync features disabled after applying cloud-account hard denies. Returned to administrators only. */
|
|
450
|
+
effectiveSyncFeatureOptOuts?: AzureSyncFeatureId[];
|
|
451
|
+
}
|
|
452
|
+
export interface SubscriptionAccount extends SubscriptionInfoBase {
|
|
453
|
+
/** Partition Key (Azure Subscription ID) */
|
|
454
|
+
id: string;
|
|
455
|
+
/** Row Key */
|
|
456
|
+
companyId: string;
|
|
34
457
|
}
|
|
458
|
+
export {};
|
|
35
459
|
//# sourceMappingURL=accounts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../src/accounts/accounts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,cAAc,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B"}
|
|
1
|
+
{"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../src/accounts/accounts.ts"],"names":[],"mappings":"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"}
|