@spottoai/types-package 1.0.2-beta.354 → 1.0.2-beta.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/dist/aws/commitments-planning.d.ts +3 -0
- package/dist/aws/commitments-planning.d.ts.map +1 -0
- package/dist/aws/commitments-planning.js +6 -0
- package/dist/aws/commitments-planning.js.map +1 -0
- package/dist/aws/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/azure/billingArtifactCanonicalization.d.ts +28 -0
- package/dist/azure/billingArtifactCanonicalization.d.ts.map +1 -0
- package/dist/azure/billingArtifactCanonicalization.js +291 -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 +114 -0
- package/dist/azure/billingArtifactGeneration.d.ts.map +1 -0
- package/dist/azure/billingArtifactGeneration.js +238 -0
- package/dist/azure/billingArtifactGeneration.js.map +1 -0
- package/dist/azure/billingPlots.d.ts +22 -0
- package/dist/azure/billingPlots.d.ts.map +1 -1
- package/dist/azure/billingPlots.js +186 -0
- package/dist/azure/billingPlots.js.map +1 -1
- package/dist/azure/views.d.ts +62 -1
- package/dist/azure/views.d.ts.map +1 -1
- package/dist/azure/views.js +152 -1
- package/dist/azure/views.js.map +1 -1
- package/dist/common/artifactControlData.d.ts +12 -0
- package/dist/common/artifactControlData.d.ts.map +1 -0
- package/dist/common/artifactControlData.js +102 -0
- package/dist/common/artifactControlData.js.map +1 -0
- package/dist/common/artifactEvidence.d.ts +144 -0
- package/dist/common/artifactEvidence.d.ts.map +1 -0
- package/dist/common/artifactEvidence.js +181 -0
- package/dist/common/artifactEvidence.js.map +1 -0
- package/dist/common/artifactEvidenceValidation.d.ts +16 -0
- package/dist/common/artifactEvidenceValidation.d.ts.map +1 -0
- package/dist/common/artifactEvidenceValidation.js +31 -0
- package/dist/common/artifactEvidenceValidation.js.map +1 -0
- package/dist/common/artifactGeneration.d.ts +4 -2
- package/dist/common/artifactGeneration.d.ts.map +1 -1
- package/dist/common/artifactGeneration.js.map +1 -1
- package/dist/common/capabilityPassport.d.ts +6 -11
- package/dist/common/capabilityPassport.d.ts.map +1 -1
- package/dist/common/capabilityPassport.js +2 -10
- package/dist/common/capabilityPassport.js.map +1 -1
- package/dist/esm/accounts/accounts.js +115 -0
- package/dist/esm/accounts/azureSpSetup.js +1 -0
- package/dist/esm/accounts/azureSpSetupDurable.js +1 -0
- package/dist/esm/accounts/index.js +5 -0
- package/dist/esm/accounts/readPermissions.js +198 -0
- package/dist/esm/accounts/validation.js +1 -0
- package/dist/esm/accounts/writePermissions.js +43 -0
- package/dist/esm/ai/index.js +2 -0
- package/dist/esm/assessments/artifact.js +1 -0
- package/dist/esm/assessments/catalogue.js +12 -0
- package/dist/esm/assessments/common.js +1 -0
- package/dist/esm/assessments/evidence.js +1 -0
- package/dist/esm/assessments/export.js +1 -0
- package/dist/esm/assessments/index.js +10 -0
- package/dist/esm/assessments/queue.js +2 -0
- package/dist/esm/assessments/review.js +1 -0
- package/dist/esm/assessments/run.js +1 -0
- package/dist/esm/assessments/sow.js +1 -0
- package/dist/esm/assessments/status.js +23 -0
- package/dist/esm/aws/commitments-planning.js +1 -0
- package/dist/esm/aws/commitmentsPlanningValidation.js +121 -0
- package/dist/esm/aws/estates.js +21 -0
- package/dist/esm/aws/index.js +18 -0
- package/dist/esm/aws/onboarding.js +1 -0
- package/dist/esm/aws/pluginPublicArtifactBodyValidation.js +217 -0
- package/dist/esm/aws/pluginPublicArtifactEvidence.js +1 -0
- package/dist/esm/aws/pluginPublicArtifactManifestValidation.js +255 -0
- package/dist/esm/aws/pluginPublicArtifactSectionValidation.js +464 -0
- package/dist/esm/aws/pluginPublicArtifactValidation.js +2 -0
- package/dist/esm/aws/pluginPublicArtifactValidationHelpers.js +216 -0
- package/dist/esm/aws/pluginPublicArtifacts.js +109 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifactValidation.js +509 -0
- package/dist/esm/aws/portalCommitmentsPlanningPublicArtifacts.js +1 -0
- package/dist/esm/aws/portalPublicArtifactCurrentValidation.js +328 -0
- package/dist/esm/aws/portalPublicArtifactEvidenceValidation.js +294 -0
- package/dist/esm/aws/portalPublicArtifactHistoryAiValidation.js +368 -0
- package/dist/esm/aws/portalPublicArtifactHistoryTypes.js +40 -0
- package/dist/esm/aws/portalPublicArtifactNestedEvidence.js +1 -0
- package/dist/esm/aws/portalPublicArtifactNestedEvidenceValidation.js +397 -0
- package/dist/esm/aws/portalPublicArtifactValidation.js +2 -0
- package/dist/esm/aws/portalPublicArtifactValidationCommon.js +139 -0
- package/dist/esm/aws/portalPublicArtifacts.js +73 -0
- package/dist/esm/aws/portalRelationshipPublicArtifactValidation.js +334 -0
- package/dist/esm/aws/portalRelationshipPublicArtifacts.js +59 -0
- package/dist/esm/aws/portalRelationshipResourceNodeTypes.js +1 -0
- package/dist/esm/aws/portalRelationshipResourceNodeValidation.js +368 -0
- package/dist/esm/aws/publicArtifacts.js +13 -0
- package/dist/esm/aws/relationships.js +1 -0
- package/dist/esm/aws/requests.js +19 -0
- package/dist/esm/azure/activityLogs.js +2 -0
- package/dist/esm/azure/advisorScore.js +1 -0
- package/dist/esm/azure/benefits.js +1 -0
- package/dist/esm/azure/billingArtifactCanonicalization.js +281 -0
- package/dist/esm/azure/billingArtifactEvidence.js +23 -0
- package/dist/esm/azure/billingArtifactGeneration.js +229 -0
- package/dist/esm/azure/billingGeneration.js +1 -0
- package/dist/esm/azure/billingPlots.js +187 -0
- package/dist/esm/azure/budgets.js +1 -0
- package/dist/esm/azure/commitmentsPlanning.js +1 -0
- package/dist/esm/azure/common.js +1 -0
- package/dist/esm/azure/configs.js +1 -0
- package/dist/esm/azure/costComposition.js +1 -0
- package/dist/esm/azure/dataProtection.js +5 -0
- package/dist/esm/azure/governance.js +14 -0
- package/dist/esm/azure/licensing.js +1 -0
- package/dist/esm/azure/metrics.js +1 -0
- package/dist/esm/azure/payloads.js +1 -0
- package/dist/esm/azure/portalArtifacts.js +1 -0
- package/dist/esm/azure/prices.js +1 -0
- package/dist/esm/azure/publicIpAddresses.js +2 -0
- package/dist/esm/azure/recommendationAudit.js +16 -0
- package/dist/esm/azure/recommendationState.js +1 -0
- package/dist/esm/azure/recommendationTracks.js +40 -0
- package/dist/esm/azure/recommendationWorkflow.js +13 -0
- package/dist/esm/azure/recommendations.js +10 -0
- package/dist/esm/azure/regulatoryCompliance.js +6 -0
- package/dist/esm/azure/relationships.js +2 -0
- package/dist/esm/azure/reportingTemplates.js +1 -0
- package/dist/esm/azure/reports.js +12 -0
- package/dist/esm/azure/resourceHealth.js +12 -0
- package/dist/esm/azure/resourceOptimization.js +1 -0
- package/dist/esm/azure/resources.js +1 -0
- package/dist/esm/azure/reviewChecklist.js +1 -0
- package/dist/esm/azure/secureScore.js +1 -0
- package/dist/esm/azure/security.js +1 -0
- package/dist/esm/azure/serviceRetirement.js +1 -0
- package/dist/esm/azure/serviceRetirementState.js +1 -0
- package/dist/esm/azure/serviceRetirementWorkManagement.js +1 -0
- package/dist/esm/azure/storage-inventory.js +1 -0
- package/dist/esm/azure/subscriptions.js +1 -0
- package/dist/esm/azure/views.js +181 -0
- package/dist/esm/azure/workManagement.js +4 -0
- package/dist/esm/common/artifactControlData.js +95 -0
- package/dist/esm/common/artifactEvidence.js +173 -0
- package/dist/esm/common/artifactEvidenceValidation.js +24 -0
- package/dist/esm/common/artifactGeneration.js +1 -0
- package/dist/esm/common/capabilityPassport.js +206 -0
- package/dist/esm/common/index.js +7 -0
- package/dist/esm/common/pagination.js +1 -0
- package/dist/esm/common/provider.js +11 -0
- package/dist/esm/common/providerSyncProgress.js +1 -0
- package/dist/esm/common/relationships.js +1 -0
- package/dist/esm/common/syncProgress.js +1 -0
- package/dist/esm/company/billingAccount.js +1 -0
- package/dist/esm/company/company.js +1 -0
- package/dist/esm/company/companyHierarchy.js +1 -0
- package/dist/esm/company/companyNotes.js +38 -0
- package/dist/esm/company/customProperties.js +1 -0
- package/dist/esm/company/index.js +6 -0
- package/dist/esm/company/notification.js +43 -0
- package/dist/esm/company/survey.js +1 -0
- package/dist/esm/customProperties/customProperties.js +1 -0
- package/dist/esm/customProperties/index.js +1 -0
- package/dist/esm/entries/aws.js +3 -0
- package/dist/esm/entries/commitments-planning.js +3 -0
- package/dist/esm/entries/provider.js +3 -0
- package/dist/esm/entries/recommendations.js +3 -0
- package/dist/esm/entries/relationships.js +3 -0
- package/dist/esm/entries/root.js +3 -0
- package/dist/esm/events/actionGroups.js +1 -0
- package/dist/esm/events/alertDefinitionRun.js +1 -0
- package/dist/esm/events/baseAlert.js +1 -0
- package/dist/esm/events/cost.js +1 -0
- package/dist/esm/events/costAnomalies.js +1 -0
- package/dist/esm/events/costViews.js +1 -0
- package/dist/esm/events/eventStatus.js +1 -0
- package/dist/esm/events/index.js +8 -0
- package/dist/esm/events/quickAlerts.js +2 -0
- package/dist/esm/features-and-permissions/access.js +1 -0
- package/dist/esm/features-and-permissions/index.js +1 -0
- package/dist/esm/feedbacks/feedback.js +1 -0
- package/dist/esm/identity/apikey.js +1 -0
- package/dist/esm/identity/index.js +1 -0
- package/dist/esm/index.js +57 -0
- package/dist/esm/index.vite.js +48 -0
- package/dist/esm/integrations/autotask.js +1 -0
- package/dist/esm/integrations/azureDevOps.js +1 -0
- package/dist/esm/integrations/github.js +1 -0
- package/dist/esm/integrations/halo.js +1 -0
- package/dist/esm/integrations/index.js +5 -0
- package/dist/esm/integrations/integrationTickets.js +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/scheduler/index.js +1 -0
- package/dist/esm/scheduler/scheduler.js +1 -0
- package/dist/esm/tags/index.js +1 -0
- package/dist/esm/tags/tags.js +6 -0
- package/dist/esm/unknown/services.js +1 -0
- package/dist/esm/users/companyUser.js +2 -0
- package/dist/esm/users/index.js +2 -0
- package/dist/esm/users/user.js +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +25 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './eventStatus.js';
|
|
2
|
+
export * from './cost.js';
|
|
3
|
+
export * from './costViews.js';
|
|
4
|
+
export * from './costAnomalies.js';
|
|
5
|
+
export * from './baseAlert.js';
|
|
6
|
+
export * from './alertDefinitionRun.js';
|
|
7
|
+
export * from './quickAlerts.js';
|
|
8
|
+
export * from './actionGroups.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './access.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './apikey.js';
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/** Main entry point - export all interfaces from this package */
|
|
2
|
+
export * from './azure/common.js';
|
|
3
|
+
export * from './azure/costComposition.js';
|
|
4
|
+
export * from './azure/activityLogs.js';
|
|
5
|
+
export * from './azure/budgets.js';
|
|
6
|
+
export * from './azure/billingGeneration.js';
|
|
7
|
+
export * from './azure/billingArtifactGeneration.js';
|
|
8
|
+
export * from './azure/billingArtifactCanonicalization.js';
|
|
9
|
+
export * from './azure/billingPlots.js';
|
|
10
|
+
export * from './azure/benefits.js';
|
|
11
|
+
export * from './azure/commitmentsPlanning.js';
|
|
12
|
+
export * from './azure/licensing.js';
|
|
13
|
+
export * from './azure/configs.js';
|
|
14
|
+
export * from './azure/metrics.js';
|
|
15
|
+
export * from './azure/payloads.js';
|
|
16
|
+
export * from './azure/portalArtifacts.js';
|
|
17
|
+
export * from './azure/dataProtection.js';
|
|
18
|
+
export * from './azure/prices.js';
|
|
19
|
+
export * from './azure/relationships.js';
|
|
20
|
+
export * from './azure/recommendations.js';
|
|
21
|
+
export * from './azure/recommendationTracks.js';
|
|
22
|
+
export * from './azure/recommendationAudit.js';
|
|
23
|
+
export * from './azure/recommendationWorkflow.js';
|
|
24
|
+
export * from './azure/recommendationState.js';
|
|
25
|
+
export * from './azure/regulatoryCompliance.js';
|
|
26
|
+
export * from './azure/resources.js';
|
|
27
|
+
export * from './azure/reports.js';
|
|
28
|
+
export * from './azure/reportingTemplates.js';
|
|
29
|
+
export * from './azure/reviewChecklist.js';
|
|
30
|
+
export * from './azure/advisorScore.js';
|
|
31
|
+
export * from './azure/resourceHealth.js';
|
|
32
|
+
export * from './azure/subscriptions.js';
|
|
33
|
+
export * from './azure/views.js';
|
|
34
|
+
export * from './azure/security.js';
|
|
35
|
+
export * from './azure/serviceRetirement.js';
|
|
36
|
+
export * from './azure/serviceRetirementState.js';
|
|
37
|
+
export * from './azure/serviceRetirementWorkManagement.js';
|
|
38
|
+
export * from './azure/resourceOptimization.js';
|
|
39
|
+
export * from './azure/storage-inventory.js';
|
|
40
|
+
export * from './azure/governance.js';
|
|
41
|
+
export * from './azure/publicIpAddresses.js';
|
|
42
|
+
export * from './azure/workManagement.js';
|
|
43
|
+
export * from './aws/index.js';
|
|
44
|
+
export * from './accounts/index.js';
|
|
45
|
+
export * from './assessments/index.js';
|
|
46
|
+
export * from './users/index.js';
|
|
47
|
+
export * from './common/index.js';
|
|
48
|
+
export * from './common/artifactEvidence.js';
|
|
49
|
+
export * from './company/index.js';
|
|
50
|
+
export * from './customProperties/index.js';
|
|
51
|
+
export * from './scheduler/index.js';
|
|
52
|
+
export * from './ai/index.js';
|
|
53
|
+
export * from './events/index.js';
|
|
54
|
+
export * from './integrations/index.js';
|
|
55
|
+
export * from './identity/index.js';
|
|
56
|
+
export * from './features-and-permissions/index.js';
|
|
57
|
+
export * from './tags/index.js';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */
|
|
2
|
+
export * from './azure/common.js';
|
|
3
|
+
export * from './azure/activityLogs.js';
|
|
4
|
+
export * from './azure/budgets.js';
|
|
5
|
+
export * from './azure/billingPlots.js';
|
|
6
|
+
export * from './azure/benefits.js';
|
|
7
|
+
export * from './azure/commitmentsPlanning.js';
|
|
8
|
+
export * from './azure/licensing.js';
|
|
9
|
+
export * from './azure/configs.js';
|
|
10
|
+
export * from './azure/metrics.js';
|
|
11
|
+
export * from './azure/payloads.js';
|
|
12
|
+
export * from './azure/portalArtifacts.js';
|
|
13
|
+
export * from './azure/prices.js';
|
|
14
|
+
export * from './azure/relationships.js';
|
|
15
|
+
export * from './azure/recommendations.js';
|
|
16
|
+
export * from './azure/recommendationAudit.js';
|
|
17
|
+
export * from './azure/recommendationWorkflow.js';
|
|
18
|
+
export * from './azure/recommendationState.js';
|
|
19
|
+
export * from './azure/resources.js';
|
|
20
|
+
export * from './azure/reports.js';
|
|
21
|
+
export * from './azure/reportingTemplates.js';
|
|
22
|
+
export * from './azure/reviewChecklist.js';
|
|
23
|
+
export * from './azure/advisorScore.js';
|
|
24
|
+
export * from './azure/resourceHealth.js';
|
|
25
|
+
export * from './azure/subscriptions.js';
|
|
26
|
+
export * from './azure/views.js';
|
|
27
|
+
export * from './azure/security.js';
|
|
28
|
+
export * from './azure/serviceRetirement.js';
|
|
29
|
+
export * from './azure/serviceRetirementState.js';
|
|
30
|
+
export * from './azure/resourceOptimization.js';
|
|
31
|
+
export * from './azure/storage-inventory.js';
|
|
32
|
+
export * from './azure/governance.js';
|
|
33
|
+
export * from './azure/publicIpAddresses.js';
|
|
34
|
+
export * from './azure/dataProtection.js';
|
|
35
|
+
export * from './azure/workManagement.js';
|
|
36
|
+
export * from './accounts/index.js';
|
|
37
|
+
export * from './assessments/index.js';
|
|
38
|
+
export * from './users/index.js';
|
|
39
|
+
export * from './common/provider.js';
|
|
40
|
+
export * from './common/index.js';
|
|
41
|
+
export * from './company/index.js';
|
|
42
|
+
export * from './scheduler/index.js';
|
|
43
|
+
export * from './ai/index.js';
|
|
44
|
+
export * from './events/index.js';
|
|
45
|
+
export * from './integrations/index.js';
|
|
46
|
+
export * from './identity/index.js';
|
|
47
|
+
export * from './features-and-permissions/index.js';
|
|
48
|
+
export * from './tags/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './scheduler.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './tags.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export * from './azure/costComposition';
|
|
|
4
4
|
export * from './azure/activityLogs';
|
|
5
5
|
export * from './azure/budgets';
|
|
6
6
|
export * from './azure/billingGeneration';
|
|
7
|
+
export * from './azure/billingArtifactGeneration';
|
|
8
|
+
export * from './azure/billingArtifactCanonicalization';
|
|
7
9
|
export * from './azure/billingPlots';
|
|
8
10
|
export * from './azure/benefits';
|
|
9
11
|
export * from './azure/commitmentsPlanning';
|
|
@@ -43,6 +45,7 @@ export * from './accounts';
|
|
|
43
45
|
export * from './assessments';
|
|
44
46
|
export * from './users';
|
|
45
47
|
export * from './common';
|
|
48
|
+
export * from './common/artifactEvidence';
|
|
46
49
|
export * from './company';
|
|
47
50
|
export * from './customProperties';
|
|
48
51
|
export * from './scheduler';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,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,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,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,MAAM,CAAC;AACrB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC"}
|
|
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,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,yCAAyC,CAAC;AACxD,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,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,yCAAyC,CAAC;AACxD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,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,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -20,6 +20,8 @@ __exportStar(require("./azure/costComposition"), exports);
|
|
|
20
20
|
__exportStar(require("./azure/activityLogs"), exports);
|
|
21
21
|
__exportStar(require("./azure/budgets"), exports);
|
|
22
22
|
__exportStar(require("./azure/billingGeneration"), exports);
|
|
23
|
+
__exportStar(require("./azure/billingArtifactGeneration"), exports);
|
|
24
|
+
__exportStar(require("./azure/billingArtifactCanonicalization"), exports);
|
|
23
25
|
__exportStar(require("./azure/billingPlots"), exports);
|
|
24
26
|
__exportStar(require("./azure/benefits"), exports);
|
|
25
27
|
__exportStar(require("./azure/commitmentsPlanning"), exports);
|
|
@@ -59,6 +61,7 @@ __exportStar(require("./accounts"), exports);
|
|
|
59
61
|
__exportStar(require("./assessments"), exports);
|
|
60
62
|
__exportStar(require("./users"), exports);
|
|
61
63
|
__exportStar(require("./common"), exports);
|
|
64
|
+
__exportStar(require("./common/artifactEvidence"), exports);
|
|
62
65
|
__exportStar(require("./company"), exports);
|
|
63
66
|
__exportStar(require("./customProperties"), exports);
|
|
64
67
|
__exportStar(require("./scheduler"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAAiE;AACjE,iDAA+B;AAC/B,0DAAwC;AACxC,uDAAqC;AACrC,kDAAgC;AAChC,4DAA0C;AAC1C,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,6DAA2C;AAC3C,0DAAwC;AACxC,uDAAqC;AACrC,yDAAuC;AACvC,wDAAsC;AACtC,gDAA8B;AAC9B,mDAAiC;AACjC,4DAA0C;AAC1C,iEAA+C;AAC/C,0EAAwD;AACxD,+DAA6C;AAC7C,4DAA0C;AAC1C,qDAAmC;AACnC,4DAA0C;AAC1C,yDAAuC;AACvC,wCAAsB;AACtB,6CAA2B;AAC3B,gDAA8B;AAC9B,0CAAwB;AACxB,2CAAyB;AACzB,4CAA0B;AAC1B,qDAAmC;AACnC,8CAA4B;AAC5B,uCAAqB;AACrB,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,6DAA2C;AAC3C,yCAAuB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAAiE;AACjE,iDAA+B;AAC/B,0DAAwC;AACxC,uDAAqC;AACrC,kDAAgC;AAChC,4DAA0C;AAC1C,oEAAkD;AAClD,0EAAwD;AACxD,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,6DAA2C;AAC3C,0DAAwC;AACxC,uDAAqC;AACrC,yDAAuC;AACvC,wDAAsC;AACtC,gDAA8B;AAC9B,mDAAiC;AACjC,4DAA0C;AAC1C,iEAA+C;AAC/C,0EAAwD;AACxD,+DAA6C;AAC7C,4DAA0C;AAC1C,qDAAmC;AACnC,4DAA0C;AAC1C,yDAAuC;AACvC,wCAAsB;AACtB,6CAA2B;AAC3B,gDAA8B;AAC9B,0CAAwB;AACxB,2CAAyB;AACzB,4DAA0C;AAC1C,4CAA0B;AAC1B,qDAAmC;AACnC,8CAA4B;AAC5B,uCAAqB;AACrB,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,6DAA2C;AAC3C,yCAAuB"}
|
package/package.json
CHANGED
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spottoai/types-package",
|
|
3
|
-
"version": "1.0.2-beta.
|
|
3
|
+
"version": "1.0.2-beta.357",
|
|
4
4
|
"description": "Shared TypeScript interfaces for SpottoAI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
+
"sideEffects": false,
|
|
7
8
|
"typesVersions": {
|
|
8
9
|
"*": {
|
|
9
10
|
"aws": [
|
|
10
11
|
"dist/aws/index.d.ts"
|
|
11
12
|
],
|
|
13
|
+
"aws/relationships": [
|
|
14
|
+
"dist/aws/relationships.d.ts"
|
|
15
|
+
],
|
|
16
|
+
"aws/commitments-planning": [
|
|
17
|
+
"dist/aws/commitments-planning.d.ts"
|
|
18
|
+
],
|
|
12
19
|
"azure/recommendations": [
|
|
13
20
|
"dist/azure/recommendations.d.ts"
|
|
14
21
|
],
|
|
@@ -20,22 +27,32 @@
|
|
|
20
27
|
"exports": {
|
|
21
28
|
".": {
|
|
22
29
|
"types": "./dist/index.d.ts",
|
|
23
|
-
"import": "./dist/
|
|
30
|
+
"import": "./dist/esm/entries/root.js",
|
|
24
31
|
"require": "./dist/index.js"
|
|
25
32
|
},
|
|
26
33
|
"./aws": {
|
|
27
34
|
"types": "./dist/aws/index.d.ts",
|
|
28
|
-
"import": "./dist/aws
|
|
35
|
+
"import": "./dist/esm/entries/aws.js",
|
|
29
36
|
"require": "./dist/aws/index.js"
|
|
30
37
|
},
|
|
38
|
+
"./aws/relationships": {
|
|
39
|
+
"types": "./dist/aws/relationships.d.ts",
|
|
40
|
+
"import": "./dist/esm/entries/relationships.js",
|
|
41
|
+
"require": "./dist/aws/portalRelationshipPublicArtifactValidation.js"
|
|
42
|
+
},
|
|
43
|
+
"./aws/commitments-planning": {
|
|
44
|
+
"types": "./dist/aws/commitments-planning.d.ts",
|
|
45
|
+
"import": "./dist/esm/entries/commitments-planning.js",
|
|
46
|
+
"require": "./dist/aws/commitmentsPlanningValidation.js"
|
|
47
|
+
},
|
|
31
48
|
"./azure/recommendations": {
|
|
32
49
|
"types": "./dist/azure/recommendations.d.ts",
|
|
33
|
-
"import": "./dist/
|
|
50
|
+
"import": "./dist/esm/entries/recommendations.js",
|
|
34
51
|
"require": "./dist/azure/recommendations.js"
|
|
35
52
|
},
|
|
36
53
|
"./common/provider": {
|
|
37
54
|
"types": "./dist/common/provider.d.ts",
|
|
38
|
-
"import": "./dist/
|
|
55
|
+
"import": "./dist/esm/entries/provider.js",
|
|
39
56
|
"require": "./dist/common/provider.js"
|
|
40
57
|
}
|
|
41
58
|
},
|
|
@@ -43,10 +60,11 @@
|
|
|
43
60
|
"dist"
|
|
44
61
|
],
|
|
45
62
|
"scripts": {
|
|
46
|
-
"build": "tsc && npm run typecheck:contracts",
|
|
63
|
+
"build": "tsc && tsc --project tsconfig.esm.json && node scripts/finalize-esm-build.mjs && npm run typecheck:contracts",
|
|
47
64
|
"typecheck:contracts": "tsc --noEmit --project tsconfig.contracts.json",
|
|
48
65
|
"dev": "tsc --watch",
|
|
49
66
|
"clean": "rimraf dist",
|
|
67
|
+
"check:artifact-evidence-contracts": "node scripts/check-artifact-evidence-contracts.mjs",
|
|
50
68
|
"check:packed-exports": "node scripts/check-packed-aws-exports.mjs",
|
|
51
69
|
"check:aws-examples": "node scripts/check-aws-example-identifiers.mjs",
|
|
52
70
|
"check:plugin-public-artifacts": "node scripts/check-plugin-public-artifacts.mjs",
|
|
@@ -56,7 +74,7 @@
|
|
|
56
74
|
"check:capability-passport-contracts": "node scripts/check-capability-passport-contracts.mjs",
|
|
57
75
|
"check:commitments-planning": "node scripts/check-commitments-planning.mjs",
|
|
58
76
|
"prepublishOnly": "npm run clean && npm run build && npm test",
|
|
59
|
-
"test": "npm run build && npm run check:aws-examples && npm run check:plugin-public-artifacts && npm run check:portal-public-artifacts && npm run check:relationship-public-artifacts && npm run check:azure-view-set-contracts && npm run check:capability-passport-contracts && npm run check:commitments-planning && npm run check:packed-exports",
|
|
77
|
+
"test": "npm run build && npm run check:artifact-evidence-contracts && npm run check:aws-examples && npm run check:plugin-public-artifacts && npm run check:portal-public-artifacts && npm run check:relationship-public-artifacts && npm run check:azure-view-set-contracts && npm run check:capability-passport-contracts && npm run check:commitments-planning && npm run check:packed-exports",
|
|
60
78
|
"lint": "eslint src --ext .ts",
|
|
61
79
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
62
80
|
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
|