@azure/arm-costmanagement 1.0.0-alpha.20250110.1 → 1.0.0-alpha.20250114.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/costManagementClient.d.ts +33 -0
- package/dist/browser/costManagementClient.d.ts.map +1 -0
- package/dist/browser/costManagementClient.js +106 -0
- package/dist/browser/costManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +378 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/alerts.d.ts +86 -0
- package/dist/browser/operations/alerts.d.ts.map +1 -0
- package/dist/browser/operations/alerts.js +174 -0
- package/dist/browser/operations/alerts.js.map +1 -0
- package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
- package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operations/benefitRecommendations.js +160 -0
- package/dist/browser/operations/benefitRecommendations.js.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operations/dimensions.d.ts +78 -0
- package/dist/browser/operations/dimensions.d.ts.map +1 -0
- package/dist/browser/operations/dimensions.js +224 -0
- package/dist/browser/operations/dimensions.js.map +1 -0
- package/dist/browser/operations/exports.d.ts +141 -0
- package/dist/browser/operations/exports.d.ts.map +1 -0
- package/dist/browser/operations/exports.js +260 -0
- package/dist/browser/operations/exports.js.map +1 -0
- package/dist/browser/operations/forecast.d.ts +45 -0
- package/dist/browser/operations/forecast.d.ts.map +1 -0
- package/dist/browser/operations/forecast.js +105 -0
- package/dist/browser/operations/forecast.js.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.js +209 -0
- package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.js +114 -0
- package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.js +209 -0
- package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operations/index.d.ts +17 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +24 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/priceSheet.d.ts +54 -0
- package/dist/browser/operations/priceSheet.d.ts.map +1 -0
- package/dist/browser/operations/priceSheet.js +200 -0
- package/dist/browser/operations/priceSheet.js.map +1 -0
- package/dist/browser/operations/query.d.ts +45 -0
- package/dist/browser/operations/query.d.ts.map +1 -0
- package/dist/browser/operations/query.js +105 -0
- package/dist/browser/operations/query.js.map +1 -0
- package/dist/browser/operations/scheduledActions.d.ts +240 -0
- package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operations/scheduledActions.js +626 -0
- package/dist/browser/operations/scheduledActions.js.map +1 -0
- package/dist/browser/operations/views.d.ts +194 -0
- package/dist/browser/operations/views.d.ts.map +1 -0
- package/dist/browser/operations/views.js +500 -0
- package/dist/browser/operations/views.js.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
- package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exports.js.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +17 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +24 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/browser/operationsInterfaces/query.d.ts +37 -0
- package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/query.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/browser/operationsInterfaces/views.d.ts +126 -0
- package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/views.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/costManagementClient.d.ts +33 -0
- package/dist/commonjs/costManagementClient.d.ts.map +1 -0
- package/dist/commonjs/costManagementClient.js +111 -0
- package/dist/commonjs/costManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2991 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +610 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +118 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3707 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +43 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +381 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/alerts.d.ts +86 -0
- package/dist/commonjs/operations/alerts.d.ts.map +1 -0
- package/dist/commonjs/operations/alerts.js +179 -0
- package/dist/commonjs/operations/alerts.js.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.js +164 -0
- package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js +522 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operations/dimensions.d.ts +78 -0
- package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operations/dimensions.js +228 -0
- package/dist/commonjs/operations/dimensions.js.map +1 -0
- package/dist/commonjs/operations/exports.d.ts +141 -0
- package/dist/commonjs/operations/exports.d.ts.map +1 -0
- package/dist/commonjs/operations/exports.js +265 -0
- package/dist/commonjs/operations/exports.js.map +1 -0
- package/dist/commonjs/operations/forecast.d.ts +45 -0
- package/dist/commonjs/operations/forecast.d.ts.map +1 -0
- package/dist/commonjs/operations/forecast.js +110 -0
- package/dist/commonjs/operations/forecast.js.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js +119 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +110 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +55 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +17 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/priceSheet.d.ts +54 -0
- package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operations/priceSheet.js +205 -0
- package/dist/commonjs/operations/priceSheet.js.map +1 -0
- package/dist/commonjs/operations/query.d.ts +45 -0
- package/dist/commonjs/operations/query.d.ts.map +1 -0
- package/dist/commonjs/operations/query.js +110 -0
- package/dist/commonjs/operations/query.js.map +1 -0
- package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
- package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduledActions.js +630 -0
- package/dist/commonjs/operations/scheduledActions.js.map +1 -0
- package/dist/commonjs/operations/views.d.ts +194 -0
- package/dist/commonjs/operations/views.d.ts.map +1 -0
- package/dist/commonjs/operations/views.js +504 -0
- package/dist/commonjs/operations/views.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.js +10 -0
- package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
- package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.js +10 -0
- package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.js +10 -0
- package/dist/commonjs/operationsInterfaces/views.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/costManagementClient.d.ts +33 -0
- package/dist/esm/costManagementClient.d.ts.map +1 -0
- package/dist/esm/costManagementClient.js +106 -0
- package/dist/esm/costManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2991 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +606 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +118 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3702 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +43 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +378 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/alerts.d.ts +86 -0
- package/dist/esm/operations/alerts.d.ts.map +1 -0
- package/dist/esm/operations/alerts.js +174 -0
- package/dist/esm/operations/alerts.js.map +1 -0
- package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
- package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operations/benefitRecommendations.js +160 -0
- package/dist/esm/operations/benefitRecommendations.js.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operations/dimensions.d.ts +78 -0
- package/dist/esm/operations/dimensions.d.ts.map +1 -0
- package/dist/esm/operations/dimensions.js +224 -0
- package/dist/esm/operations/dimensions.js.map +1 -0
- package/dist/esm/operations/exports.d.ts +141 -0
- package/dist/esm/operations/exports.d.ts.map +1 -0
- package/dist/esm/operations/exports.js +260 -0
- package/dist/esm/operations/exports.js.map +1 -0
- package/dist/esm/operations/forecast.d.ts +45 -0
- package/dist/esm/operations/forecast.d.ts.map +1 -0
- package/dist/esm/operations/forecast.js +105 -0
- package/dist/esm/operations/forecast.js.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.js +209 -0
- package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.js +114 -0
- package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.js +209 -0
- package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operations/index.d.ts +17 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +24 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/priceSheet.d.ts +54 -0
- package/dist/esm/operations/priceSheet.d.ts.map +1 -0
- package/dist/esm/operations/priceSheet.js +200 -0
- package/dist/esm/operations/priceSheet.js.map +1 -0
- package/dist/esm/operations/query.d.ts +45 -0
- package/dist/esm/operations/query.d.ts.map +1 -0
- package/dist/esm/operations/query.js +105 -0
- package/dist/esm/operations/query.js.map +1 -0
- package/dist/esm/operations/scheduledActions.d.ts +240 -0
- package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operations/scheduledActions.js +626 -0
- package/dist/esm/operations/scheduledActions.js.map +1 -0
- package/dist/esm/operations/views.d.ts +194 -0
- package/dist/esm/operations/views.d.ts.map +1 -0
- package/dist/esm/operations/views.js +500 -0
- package/dist/esm/operations/views.js.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.js +9 -0
- package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.js +9 -0
- package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
- package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exports.js +9 -0
- package/dist/esm/operationsInterfaces/exports.js.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.js +9 -0
- package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +17 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +24 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
- package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/esm/operationsInterfaces/query.d.ts +37 -0
- package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/query.js +9 -0
- package/dist/esm/operationsInterfaces/query.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/esm/operationsInterfaces/views.d.ts +126 -0
- package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/views.js +9 -0
- package/dist/esm/operationsInterfaces/views.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/costManagementClient.d.ts +33 -0
- package/dist/react-native/costManagementClient.d.ts.map +1 -0
- package/dist/react-native/costManagementClient.js +106 -0
- package/dist/react-native/costManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2991 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +606 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +118 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3702 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +43 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +378 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/alerts.d.ts +86 -0
- package/dist/react-native/operations/alerts.d.ts.map +1 -0
- package/dist/react-native/operations/alerts.js +174 -0
- package/dist/react-native/operations/alerts.js.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.js +160 -0
- package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operations/dimensions.d.ts +78 -0
- package/dist/react-native/operations/dimensions.d.ts.map +1 -0
- package/dist/react-native/operations/dimensions.js +224 -0
- package/dist/react-native/operations/dimensions.js.map +1 -0
- package/dist/react-native/operations/exports.d.ts +141 -0
- package/dist/react-native/operations/exports.d.ts.map +1 -0
- package/dist/react-native/operations/exports.js +260 -0
- package/dist/react-native/operations/exports.js.map +1 -0
- package/dist/react-native/operations/forecast.d.ts +45 -0
- package/dist/react-native/operations/forecast.d.ts.map +1 -0
- package/dist/react-native/operations/forecast.js +105 -0
- package/dist/react-native/operations/forecast.js.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.js +209 -0
- package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.js +114 -0
- package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js +209 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +17 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +24 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/priceSheet.d.ts +54 -0
- package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operations/priceSheet.js +200 -0
- package/dist/react-native/operations/priceSheet.js.map +1 -0
- package/dist/react-native/operations/query.d.ts +45 -0
- package/dist/react-native/operations/query.d.ts.map +1 -0
- package/dist/react-native/operations/query.js +105 -0
- package/dist/react-native/operations/query.js.map +1 -0
- package/dist/react-native/operations/scheduledActions.d.ts +240 -0
- package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operations/scheduledActions.js +626 -0
- package/dist/react-native/operations/scheduledActions.js.map +1 -0
- package/dist/react-native/operations/views.d.ts +194 -0
- package/dist/react-native/operations/views.d.ts.map +1 -0
- package/dist/react-native/operations/views.js +500 -0
- package/dist/react-native/operations/views.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.js +9 -0
- package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
- package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.js +9 -0
- package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.js +9 -0
- package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +24 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/query.js +9 -0
- package/dist/react-native/operationsInterfaces/query.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
- package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/views.js +9 -0
- package/dist/react-native/operationsInterfaces/views.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -8642
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
- package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.js +0 -54
- package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
- package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.js +0 -132
- package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -55
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -56
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -57
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -53
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -52
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -86
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.js +0 -914
- package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
- package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
- package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.js +0 -122
- package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.js +0 -116
- package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
- package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
- package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.js +0 -790
- package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -86
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -84
- package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.js +0 -36
- package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -52
- package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.js +0 -51
- package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
- package/dist-esm/src/costManagementClient.d.ts +0 -33
- package/dist-esm/src/costManagementClient.d.ts.map +0 -1
- package/dist-esm/src/costManagementClient.js +0 -109
- package/dist-esm/src/costManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -378
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/alerts.d.ts +0 -86
- package/dist-esm/src/operations/alerts.d.ts.map +0 -1
- package/dist-esm/src/operations/alerts.js +0 -174
- package/dist-esm/src/operations/alerts.js.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
- package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.js +0 -160
- package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -518
- package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operations/dimensions.d.ts +0 -78
- package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operations/dimensions.js +0 -224
- package/dist-esm/src/operations/dimensions.js.map +0 -1
- package/dist-esm/src/operations/exports.d.ts +0 -141
- package/dist-esm/src/operations/exports.d.ts.map +0 -1
- package/dist-esm/src/operations/exports.js +0 -260
- package/dist-esm/src/operations/exports.js.map +0 -1
- package/dist-esm/src/operations/forecast.d.ts +0 -45
- package/dist-esm/src/operations/forecast.d.ts.map +0 -1
- package/dist-esm/src/operations/forecast.js +0 -105
- package/dist-esm/src/operations/forecast.js.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
- package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -17
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -24
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/priceSheet.d.ts +0 -54
- package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operations/priceSheet.js +0 -209
- package/dist-esm/src/operations/priceSheet.js.map +0 -1
- package/dist-esm/src/operations/query.d.ts +0 -45
- package/dist-esm/src/operations/query.d.ts.map +0 -1
- package/dist-esm/src/operations/query.js +0 -105
- package/dist-esm/src/operations/query.js.map +0 -1
- package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
- package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduledActions.js +0 -626
- package/dist-esm/src/operations/scheduledActions.js.map +0 -1
- package/dist-esm/src/operations/views.d.ts +0 -194
- package/dist-esm/src/operations/views.d.ts.map +0 -1
- package/dist-esm/src/operations/views.js +0 -500
- package/dist-esm/src/operations/views.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
- package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -24
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
- package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.js +0 -77
- package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
- package/src/costManagementClient.ts +0 -204
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3354
- package/src/models/mappers.ts +0 -3957
- package/src/models/parameters.ts +0 -436
- package/src/operations/alerts.ts +0 -225
- package/src/operations/benefitRecommendations.ts +0 -185
- package/src/operations/benefitUtilizationSummaries.ts +0 -674
- package/src/operations/dimensions.ts +0 -266
- package/src/operations/exports.ts +0 -328
- package/src/operations/forecast.ts +0 -137
- package/src/operations/generateCostDetailsReport.ts +0 -302
- package/src/operations/generateDetailedCostReport.ts +0 -166
- package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
- package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
- package/src/operations/generateReservationDetailsReport.ts +0 -319
- package/src/operations/index.ts +0 -24
- package/src/operations/operations.ts +0 -149
- package/src/operations/priceSheet.ts +0 -299
- package/src/operations/query.ts +0 -137
- package/src/operations/scheduledActions.ts +0 -752
- package/src/operations/views.ts +0 -583
- package/src/operationsInterfaces/alerts.ts +0 -113
- package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
- package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
- package/src/operationsInterfaces/dimensions.ts +0 -57
- package/src/operationsInterfaces/exports.ts +0 -177
- package/src/operationsInterfaces/forecast.ts +0 -61
- package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
- package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
- package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
- package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
- package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
- package/src/operationsInterfaces/index.ts +0 -24
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/priceSheet.ts +0 -87
- package/src/operationsInterfaces/query.ts +0 -61
- package/src/operationsInterfaces/scheduledActions.ts +0 -243
- package/src/operationsInterfaces/views.ts +0 -172
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-costmanagement.d.ts +0 -4255
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,433 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
|
-
import { CostManagementClient } from "@azure/arm-costmanagement";
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
13
|
-
import * as dotenv from "dotenv";
|
14
|
-
dotenv.config();
|
15
|
-
/**
|
16
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
17
|
-
*
|
18
|
-
* @summary Lists the forecast charges for scope defined.
|
19
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/BillingAccountForecast.json
|
20
|
-
*/
|
21
|
-
function billingAccountForecast() {
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
23
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789";
|
24
|
-
const parameters = {
|
25
|
-
type: "Usage",
|
26
|
-
dataset: {
|
27
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
28
|
-
filter: {
|
29
|
-
and: [
|
30
|
-
{
|
31
|
-
or: [
|
32
|
-
{
|
33
|
-
dimensions: {
|
34
|
-
name: "ResourceLocation",
|
35
|
-
operator: "In",
|
36
|
-
values: ["East US", "West Europe"]
|
37
|
-
}
|
38
|
-
},
|
39
|
-
{
|
40
|
-
tags: {
|
41
|
-
name: "Environment",
|
42
|
-
operator: "In",
|
43
|
-
values: ["UAT", "Prod"]
|
44
|
-
}
|
45
|
-
}
|
46
|
-
]
|
47
|
-
},
|
48
|
-
{
|
49
|
-
dimensions: {
|
50
|
-
name: "ResourceGroup",
|
51
|
-
operator: "In",
|
52
|
-
values: ["API"]
|
53
|
-
}
|
54
|
-
}
|
55
|
-
]
|
56
|
-
},
|
57
|
-
granularity: "Daily"
|
58
|
-
},
|
59
|
-
includeActualCost: false,
|
60
|
-
includeFreshPartialCost: false,
|
61
|
-
timePeriod: {
|
62
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
63
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
64
|
-
},
|
65
|
-
timeframe: "Custom"
|
66
|
-
};
|
67
|
-
const credential = new DefaultAzureCredential();
|
68
|
-
const client = new CostManagementClient(credential);
|
69
|
-
const result = yield client.forecast.usage(scope, parameters);
|
70
|
-
console.log(result);
|
71
|
-
});
|
72
|
-
}
|
73
|
-
/**
|
74
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
75
|
-
*
|
76
|
-
* @summary Lists the forecast charges for scope defined.
|
77
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/BillingProfileForecast.json
|
78
|
-
*/
|
79
|
-
function billingProfileForecast() {
|
80
|
-
return __awaiter(this, void 0, void 0, function* () {
|
81
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/billingProfiles/13579";
|
82
|
-
const parameters = {
|
83
|
-
type: "Usage",
|
84
|
-
dataset: {
|
85
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
86
|
-
filter: {
|
87
|
-
and: [
|
88
|
-
{
|
89
|
-
or: [
|
90
|
-
{
|
91
|
-
dimensions: {
|
92
|
-
name: "ResourceLocation",
|
93
|
-
operator: "In",
|
94
|
-
values: ["East US", "West Europe"]
|
95
|
-
}
|
96
|
-
},
|
97
|
-
{
|
98
|
-
tags: {
|
99
|
-
name: "Environment",
|
100
|
-
operator: "In",
|
101
|
-
values: ["UAT", "Prod"]
|
102
|
-
}
|
103
|
-
}
|
104
|
-
]
|
105
|
-
},
|
106
|
-
{
|
107
|
-
dimensions: {
|
108
|
-
name: "ResourceGroup",
|
109
|
-
operator: "In",
|
110
|
-
values: ["API"]
|
111
|
-
}
|
112
|
-
}
|
113
|
-
]
|
114
|
-
},
|
115
|
-
granularity: "Daily"
|
116
|
-
},
|
117
|
-
includeActualCost: false,
|
118
|
-
includeFreshPartialCost: false,
|
119
|
-
timePeriod: {
|
120
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
121
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
122
|
-
},
|
123
|
-
timeframe: "Custom"
|
124
|
-
};
|
125
|
-
const credential = new DefaultAzureCredential();
|
126
|
-
const client = new CostManagementClient(credential);
|
127
|
-
const result = yield client.forecast.usage(scope, parameters);
|
128
|
-
console.log(result);
|
129
|
-
});
|
130
|
-
}
|
131
|
-
/**
|
132
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
133
|
-
*
|
134
|
-
* @summary Lists the forecast charges for scope defined.
|
135
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/DepartmentForecast.json
|
136
|
-
*/
|
137
|
-
function departmentForecast() {
|
138
|
-
return __awaiter(this, void 0, void 0, function* () {
|
139
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/departments/123";
|
140
|
-
const parameters = {
|
141
|
-
type: "Usage",
|
142
|
-
dataset: {
|
143
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
144
|
-
filter: {
|
145
|
-
and: [
|
146
|
-
{
|
147
|
-
or: [
|
148
|
-
{
|
149
|
-
dimensions: {
|
150
|
-
name: "ResourceLocation",
|
151
|
-
operator: "In",
|
152
|
-
values: ["East US", "West Europe"]
|
153
|
-
}
|
154
|
-
},
|
155
|
-
{
|
156
|
-
tags: {
|
157
|
-
name: "Environment",
|
158
|
-
operator: "In",
|
159
|
-
values: ["UAT", "Prod"]
|
160
|
-
}
|
161
|
-
}
|
162
|
-
]
|
163
|
-
},
|
164
|
-
{
|
165
|
-
dimensions: {
|
166
|
-
name: "ResourceGroup",
|
167
|
-
operator: "In",
|
168
|
-
values: ["API"]
|
169
|
-
}
|
170
|
-
}
|
171
|
-
]
|
172
|
-
},
|
173
|
-
granularity: "Daily"
|
174
|
-
},
|
175
|
-
includeActualCost: false,
|
176
|
-
includeFreshPartialCost: false,
|
177
|
-
timePeriod: {
|
178
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
179
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
180
|
-
},
|
181
|
-
timeframe: "Custom"
|
182
|
-
};
|
183
|
-
const credential = new DefaultAzureCredential();
|
184
|
-
const client = new CostManagementClient(credential);
|
185
|
-
const result = yield client.forecast.usage(scope, parameters);
|
186
|
-
console.log(result);
|
187
|
-
});
|
188
|
-
}
|
189
|
-
/**
|
190
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
191
|
-
*
|
192
|
-
* @summary Lists the forecast charges for scope defined.
|
193
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/EnrollmentAccountForecast.json
|
194
|
-
*/
|
195
|
-
function enrollmentAccountForecast() {
|
196
|
-
return __awaiter(this, void 0, void 0, function* () {
|
197
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/enrollmentAccounts/456";
|
198
|
-
const parameters = {
|
199
|
-
type: "Usage",
|
200
|
-
dataset: {
|
201
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
202
|
-
filter: {
|
203
|
-
and: [
|
204
|
-
{
|
205
|
-
or: [
|
206
|
-
{
|
207
|
-
dimensions: {
|
208
|
-
name: "ResourceLocation",
|
209
|
-
operator: "In",
|
210
|
-
values: ["East US", "West Europe"]
|
211
|
-
}
|
212
|
-
},
|
213
|
-
{
|
214
|
-
tags: {
|
215
|
-
name: "Environment",
|
216
|
-
operator: "In",
|
217
|
-
values: ["UAT", "Prod"]
|
218
|
-
}
|
219
|
-
}
|
220
|
-
]
|
221
|
-
},
|
222
|
-
{
|
223
|
-
dimensions: {
|
224
|
-
name: "ResourceGroup",
|
225
|
-
operator: "In",
|
226
|
-
values: ["API"]
|
227
|
-
}
|
228
|
-
}
|
229
|
-
]
|
230
|
-
},
|
231
|
-
granularity: "Daily"
|
232
|
-
},
|
233
|
-
includeActualCost: false,
|
234
|
-
includeFreshPartialCost: false,
|
235
|
-
timePeriod: {
|
236
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
237
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
238
|
-
},
|
239
|
-
timeframe: "Custom"
|
240
|
-
};
|
241
|
-
const credential = new DefaultAzureCredential();
|
242
|
-
const client = new CostManagementClient(credential);
|
243
|
-
const result = yield client.forecast.usage(scope, parameters);
|
244
|
-
console.log(result);
|
245
|
-
});
|
246
|
-
}
|
247
|
-
/**
|
248
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
249
|
-
*
|
250
|
-
* @summary Lists the forecast charges for scope defined.
|
251
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/InvoiceSectionForecast.json
|
252
|
-
*/
|
253
|
-
function invoiceSectionForecast() {
|
254
|
-
return __awaiter(this, void 0, void 0, function* () {
|
255
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/billingProfiles/13579/invoiceSections/9876";
|
256
|
-
const parameters = {
|
257
|
-
type: "Usage",
|
258
|
-
dataset: {
|
259
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
260
|
-
filter: {
|
261
|
-
and: [
|
262
|
-
{
|
263
|
-
or: [
|
264
|
-
{
|
265
|
-
dimensions: {
|
266
|
-
name: "ResourceLocation",
|
267
|
-
operator: "In",
|
268
|
-
values: ["East US", "West Europe"]
|
269
|
-
}
|
270
|
-
},
|
271
|
-
{
|
272
|
-
tags: {
|
273
|
-
name: "Environment",
|
274
|
-
operator: "In",
|
275
|
-
values: ["UAT", "Prod"]
|
276
|
-
}
|
277
|
-
}
|
278
|
-
]
|
279
|
-
},
|
280
|
-
{
|
281
|
-
dimensions: {
|
282
|
-
name: "ResourceGroup",
|
283
|
-
operator: "In",
|
284
|
-
values: ["API"]
|
285
|
-
}
|
286
|
-
}
|
287
|
-
]
|
288
|
-
},
|
289
|
-
granularity: "Daily"
|
290
|
-
},
|
291
|
-
includeActualCost: false,
|
292
|
-
includeFreshPartialCost: false,
|
293
|
-
timePeriod: {
|
294
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
295
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
296
|
-
},
|
297
|
-
timeframe: "Custom"
|
298
|
-
};
|
299
|
-
const credential = new DefaultAzureCredential();
|
300
|
-
const client = new CostManagementClient(credential);
|
301
|
-
const result = yield client.forecast.usage(scope, parameters);
|
302
|
-
console.log(result);
|
303
|
-
});
|
304
|
-
}
|
305
|
-
/**
|
306
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
307
|
-
*
|
308
|
-
* @summary Lists the forecast charges for scope defined.
|
309
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/ResourceGroupForecast.json
|
310
|
-
*/
|
311
|
-
function resourceGroupForecast() {
|
312
|
-
return __awaiter(this, void 0, void 0, function* () {
|
313
|
-
const scope = "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ScreenSharingTest-peer";
|
314
|
-
const parameters = {
|
315
|
-
type: "Usage",
|
316
|
-
dataset: {
|
317
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
318
|
-
filter: {
|
319
|
-
and: [
|
320
|
-
{
|
321
|
-
or: [
|
322
|
-
{
|
323
|
-
dimensions: {
|
324
|
-
name: "ResourceLocation",
|
325
|
-
operator: "In",
|
326
|
-
values: ["East US", "West Europe"]
|
327
|
-
}
|
328
|
-
},
|
329
|
-
{
|
330
|
-
tags: {
|
331
|
-
name: "Environment",
|
332
|
-
operator: "In",
|
333
|
-
values: ["UAT", "Prod"]
|
334
|
-
}
|
335
|
-
}
|
336
|
-
]
|
337
|
-
},
|
338
|
-
{
|
339
|
-
dimensions: {
|
340
|
-
name: "ResourceGroup",
|
341
|
-
operator: "In",
|
342
|
-
values: ["API"]
|
343
|
-
}
|
344
|
-
}
|
345
|
-
]
|
346
|
-
},
|
347
|
-
granularity: "Daily"
|
348
|
-
},
|
349
|
-
includeActualCost: false,
|
350
|
-
includeFreshPartialCost: false,
|
351
|
-
timePeriod: {
|
352
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
353
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
354
|
-
},
|
355
|
-
timeframe: "Custom"
|
356
|
-
};
|
357
|
-
const credential = new DefaultAzureCredential();
|
358
|
-
const client = new CostManagementClient(credential);
|
359
|
-
const result = yield client.forecast.usage(scope, parameters);
|
360
|
-
console.log(result);
|
361
|
-
});
|
362
|
-
}
|
363
|
-
/**
|
364
|
-
* This sample demonstrates how to Lists the forecast charges for scope defined.
|
365
|
-
*
|
366
|
-
* @summary Lists the forecast charges for scope defined.
|
367
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/SubscriptionForecast.json
|
368
|
-
*/
|
369
|
-
function subscriptionForecast() {
|
370
|
-
return __awaiter(this, void 0, void 0, function* () {
|
371
|
-
const scope = "subscriptions/00000000-0000-0000-0000-000000000000";
|
372
|
-
const parameters = {
|
373
|
-
type: "Usage",
|
374
|
-
dataset: {
|
375
|
-
aggregation: { totalCost: { name: "Cost", function: "Sum" } },
|
376
|
-
filter: {
|
377
|
-
and: [
|
378
|
-
{
|
379
|
-
or: [
|
380
|
-
{
|
381
|
-
dimensions: {
|
382
|
-
name: "ResourceLocation",
|
383
|
-
operator: "In",
|
384
|
-
values: ["East US", "West Europe"]
|
385
|
-
}
|
386
|
-
},
|
387
|
-
{
|
388
|
-
tags: {
|
389
|
-
name: "Environment",
|
390
|
-
operator: "In",
|
391
|
-
values: ["UAT", "Prod"]
|
392
|
-
}
|
393
|
-
}
|
394
|
-
]
|
395
|
-
},
|
396
|
-
{
|
397
|
-
dimensions: {
|
398
|
-
name: "ResourceGroup",
|
399
|
-
operator: "In",
|
400
|
-
values: ["API"]
|
401
|
-
}
|
402
|
-
}
|
403
|
-
]
|
404
|
-
},
|
405
|
-
granularity: "Daily"
|
406
|
-
},
|
407
|
-
includeActualCost: false,
|
408
|
-
includeFreshPartialCost: false,
|
409
|
-
timePeriod: {
|
410
|
-
from: new Date("2022-08-01T00:00:00+00:00"),
|
411
|
-
to: new Date("2022-08-31T23:59:59+00:00")
|
412
|
-
},
|
413
|
-
timeframe: "Custom"
|
414
|
-
};
|
415
|
-
const credential = new DefaultAzureCredential();
|
416
|
-
const client = new CostManagementClient(credential);
|
417
|
-
const result = yield client.forecast.usage(scope, parameters);
|
418
|
-
console.log(result);
|
419
|
-
});
|
420
|
-
}
|
421
|
-
function main() {
|
422
|
-
return __awaiter(this, void 0, void 0, function* () {
|
423
|
-
billingAccountForecast();
|
424
|
-
billingProfileForecast();
|
425
|
-
departmentForecast();
|
426
|
-
enrollmentAccountForecast();
|
427
|
-
invoiceSectionForecast();
|
428
|
-
resourceGroupForecast();
|
429
|
-
subscriptionForecast();
|
430
|
-
});
|
431
|
-
}
|
432
|
-
main().catch(console.error);
|
433
|
-
//# sourceMappingURL=forecastUsageSample.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"forecastUsageSample.js","sourceRoot":"","sources":["../../samples-dev/forecastUsageSample.ts"],"names":[],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"generateCostDetailsReportCreateOperationSample.d.ts","sourceRoot":"","sources":["../../samples-dev/generateCostDetailsReportCreateOperationSample.ts"],"names":[],"mappings":""}
|
@@ -1,160 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
import { __awaiter } from "tslib";
|
9
|
-
// Copyright (c) Microsoft Corporation.
|
10
|
-
// Licensed under the MIT License.
|
11
|
-
import { CostManagementClient } from "@azure/arm-costmanagement";
|
12
|
-
import { DefaultAzureCredential } from "@azure/identity";
|
13
|
-
import * as dotenv from "dotenv";
|
14
|
-
dotenv.config();
|
15
|
-
/**
|
16
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
17
|
-
*
|
18
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
19
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportByBillingAccountEnterpriseAgreementCustomerAndBillingPeriod.json
|
20
|
-
*/
|
21
|
-
function generateCostDetailsReportByBillingAccountEnterpriseAgreementCustomerAndBillingPeriod() {
|
22
|
-
return __awaiter(this, void 0, void 0, function* () {
|
23
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345";
|
24
|
-
const parameters = {
|
25
|
-
billingPeriod: "202205",
|
26
|
-
metric: "ActualCost"
|
27
|
-
};
|
28
|
-
const credential = new DefaultAzureCredential();
|
29
|
-
const client = new CostManagementClient(credential);
|
30
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
31
|
-
console.log(result);
|
32
|
-
});
|
33
|
-
}
|
34
|
-
/**
|
35
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
36
|
-
*
|
37
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
38
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportByBillingProfileAndInvoiceId.json
|
39
|
-
*/
|
40
|
-
function generateCostDetailsReportByBillingProfileAndInvoiceId() {
|
41
|
-
return __awaiter(this, void 0, void 0, function* () {
|
42
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/billingProfiles/13579";
|
43
|
-
const parameters = {
|
44
|
-
invoiceId: "M1234567",
|
45
|
-
metric: "ActualCost"
|
46
|
-
};
|
47
|
-
const credential = new DefaultAzureCredential();
|
48
|
-
const client = new CostManagementClient(credential);
|
49
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
50
|
-
console.log(result);
|
51
|
-
});
|
52
|
-
}
|
53
|
-
/**
|
54
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
55
|
-
*
|
56
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
57
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportByBillingProfileAndInvoiceIdAndCustomerId.json
|
58
|
-
*/
|
59
|
-
function generateCostDetailsReportByBillingProfileAndInvoiceIdAndCustomerId() {
|
60
|
-
return __awaiter(this, void 0, void 0, function* () {
|
61
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/customers/13579";
|
62
|
-
const parameters = {
|
63
|
-
invoiceId: "M1234567",
|
64
|
-
metric: "ActualCost"
|
65
|
-
};
|
66
|
-
const credential = new DefaultAzureCredential();
|
67
|
-
const client = new CostManagementClient(credential);
|
68
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
69
|
-
console.log(result);
|
70
|
-
});
|
71
|
-
}
|
72
|
-
/**
|
73
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
74
|
-
*
|
75
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
76
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportByCustomerAndTimePeriod.json
|
77
|
-
*/
|
78
|
-
function generateCostDetailsReportByCustomerAndTimePeriod() {
|
79
|
-
return __awaiter(this, void 0, void 0, function* () {
|
80
|
-
const scope = "providers/Microsoft.Billing/billingAccounts/12345:6789/customers/13579";
|
81
|
-
const parameters = {
|
82
|
-
metric: "ActualCost",
|
83
|
-
timePeriod: { end: "2020-03-15", start: "2020-03-01" }
|
84
|
-
};
|
85
|
-
const credential = new DefaultAzureCredential();
|
86
|
-
const client = new CostManagementClient(credential);
|
87
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
88
|
-
console.log(result);
|
89
|
-
});
|
90
|
-
}
|
91
|
-
/**
|
92
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
93
|
-
*
|
94
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
95
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportByDepartmentsAndTimePeriod.json
|
96
|
-
*/
|
97
|
-
function generateCostDetailsReportByDepartmentsAndTimePeriod() {
|
98
|
-
return __awaiter(this, void 0, void 0, function* () {
|
99
|
-
const scope = "providers/Microsoft.Billing/departments/12345";
|
100
|
-
const parameters = {
|
101
|
-
metric: "ActualCost",
|
102
|
-
timePeriod: { end: "2020-03-15", start: "2020-03-01" }
|
103
|
-
};
|
104
|
-
const credential = new DefaultAzureCredential();
|
105
|
-
const client = new CostManagementClient(credential);
|
106
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
107
|
-
console.log(result);
|
108
|
-
});
|
109
|
-
}
|
110
|
-
/**
|
111
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
112
|
-
*
|
113
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
114
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportByEnrollmentAccountsAndTimePeriod.json
|
115
|
-
*/
|
116
|
-
function generateCostDetailsReportByEnrollmentAccountsAndTimePeriod() {
|
117
|
-
return __awaiter(this, void 0, void 0, function* () {
|
118
|
-
const scope = "providers/Microsoft.Billing/enrollmentAccounts/1234";
|
119
|
-
const parameters = {
|
120
|
-
metric: "ActualCost",
|
121
|
-
timePeriod: { end: "2020-03-15", start: "2020-03-01" }
|
122
|
-
};
|
123
|
-
const credential = new DefaultAzureCredential();
|
124
|
-
const client = new CostManagementClient(credential);
|
125
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
126
|
-
console.log(result);
|
127
|
-
});
|
128
|
-
}
|
129
|
-
/**
|
130
|
-
* This sample demonstrates how to This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
131
|
-
*
|
132
|
-
* @summary This API is the replacement for all previously release Usage Details APIs. Request to generate a cost details report for the provided date range, billing period (Only enterprise customers) or Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202 with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll to get the result of the report generation. The 'Retry-After' provides the duration to wait before polling for the generated report. A call to poll the report operation will provide a 202 response with a 'Location' header if the operation is still in progress. Once the report generation operation completes, the polling endpoint will provide a 200 response along with details on the report blob(s) that are available for download. The details on the file(s) available for download will be available in the polling response body. To Understand cost details (formerly known as usage details) fields found in files ,see https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
133
|
-
* x-ms-original-file: specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2022-10-01/examples/GenerateCostDetailsReportBySubscriptionAndTimePeriod.json
|
134
|
-
*/
|
135
|
-
function generateCostDetailsReportBySubscriptionAndTimePeriod() {
|
136
|
-
return __awaiter(this, void 0, void 0, function* () {
|
137
|
-
const scope = "subscriptions/00000000-0000-0000-0000-000000000000";
|
138
|
-
const parameters = {
|
139
|
-
metric: "ActualCost",
|
140
|
-
timePeriod: { end: "2020-03-15", start: "2020-03-01" }
|
141
|
-
};
|
142
|
-
const credential = new DefaultAzureCredential();
|
143
|
-
const client = new CostManagementClient(credential);
|
144
|
-
const result = yield client.generateCostDetailsReport.beginCreateOperationAndWait(scope, parameters);
|
145
|
-
console.log(result);
|
146
|
-
});
|
147
|
-
}
|
148
|
-
function main() {
|
149
|
-
return __awaiter(this, void 0, void 0, function* () {
|
150
|
-
generateCostDetailsReportByBillingAccountEnterpriseAgreementCustomerAndBillingPeriod();
|
151
|
-
generateCostDetailsReportByBillingProfileAndInvoiceId();
|
152
|
-
generateCostDetailsReportByBillingProfileAndInvoiceIdAndCustomerId();
|
153
|
-
generateCostDetailsReportByCustomerAndTimePeriod();
|
154
|
-
generateCostDetailsReportByDepartmentsAndTimePeriod();
|
155
|
-
generateCostDetailsReportByEnrollmentAccountsAndTimePeriod();
|
156
|
-
generateCostDetailsReportBySubscriptionAndTimePeriod();
|
157
|
-
});
|
158
|
-
}
|
159
|
-
main().catch(console.error);
|
160
|
-
//# sourceMappingURL=generateCostDetailsReportCreateOperationSample.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"generateCostDetailsReportCreateOperationSample.js","sourceRoot":"","sources":["../../samples-dev/generateCostDetailsReportCreateOperationSample.ts"],"names":[],"mappings":"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"}
|