@azure/arm-costmanagement 1.0.0-alpha.20231010.1 → 1.0.0-alpha.20231024.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/index.js +133 -196
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js +3 -8
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +3 -8
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +1 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +3 -8
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +1 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +3 -8
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +1 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +3 -8
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +1 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +6 -16
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +1 -1
- package/dist-esm/samples-dev/dimensionsListSample.js +78 -208
- package/dist-esm/samples-dev/dimensionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +6 -16
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.js +6 -16
- package/dist-esm/samples-dev/scheduledActionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.js +3 -8
- package/dist-esm/samples-dev/viewsListByScopeSample.js.map +1 -1
- package/dist-esm/samples-dev/viewsListSample.js +3 -8
- package/dist-esm/samples-dev/viewsListSample.js.map +1 -1
- package/dist-esm/src/operations/benefitRecommendations.js +3 -8
- package/dist-esm/src/operations/benefitRecommendations.js.map +1 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.js +12 -32
- package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +1 -1
- package/dist-esm/src/operations/dimensions.js +6 -16
- package/dist-esm/src/operations/dimensions.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/scheduledActions.js +6 -16
- package/dist-esm/src/operations/scheduledActions.js.map +1 -1
- package/dist-esm/src/operations/views.js +6 -16
- package/dist-esm/src/operations/views.js.map +1 -1
- package/dist-esm/test/costmanagement_operations_test.spec.js +3 -8
- package/dist-esm/test/costmanagement_operations_test.spec.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
@@ -1,14 +1,11 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
4
|
-
|
5
3
|
var tslib = require('tslib');
|
6
4
|
var coreClient = require('@azure/core-client');
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
8
6
|
var coreLro = require('@azure/core-lro');
|
9
7
|
|
10
|
-
function
|
11
|
-
if (e && e.__esModule) return e;
|
8
|
+
function _interopNamespaceDefault(e) {
|
12
9
|
var n = Object.create(null);
|
13
10
|
if (e) {
|
14
11
|
Object.keys(e).forEach(function (k) {
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
21
18
|
}
|
22
19
|
});
|
23
20
|
}
|
24
|
-
n
|
21
|
+
n.default = e;
|
25
22
|
return Object.freeze(n);
|
26
23
|
}
|
27
24
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
30
27
|
|
31
28
|
/*
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
@@ -4370,114 +4367,114 @@ let discriminators = {
|
|
4370
4367
|
|
4371
4368
|
var Mappers = /*#__PURE__*/Object.freeze({
|
4372
4369
|
__proto__: null,
|
4373
|
-
|
4374
|
-
Operation: Operation,
|
4375
|
-
OperationDisplay: OperationDisplay,
|
4376
|
-
ErrorResponse: ErrorResponse,
|
4377
|
-
ErrorDetails: ErrorDetails,
|
4378
|
-
ViewListResult: ViewListResult,
|
4379
|
-
ReportConfigTimePeriod: ReportConfigTimePeriod,
|
4380
|
-
ReportConfigDataset: ReportConfigDataset,
|
4381
|
-
ReportConfigDatasetConfiguration: ReportConfigDatasetConfiguration,
|
4382
|
-
ReportConfigAggregation: ReportConfigAggregation,
|
4383
|
-
ReportConfigGrouping: ReportConfigGrouping,
|
4384
|
-
ReportConfigSorting: ReportConfigSorting,
|
4385
|
-
ReportConfigFilter: ReportConfigFilter,
|
4386
|
-
ReportConfigComparisonExpression: ReportConfigComparisonExpression,
|
4387
|
-
KpiProperties: KpiProperties,
|
4388
|
-
PivotProperties: PivotProperties,
|
4389
|
-
CostManagementProxyResource: CostManagementProxyResource,
|
4390
|
-
AlertsResult: AlertsResult,
|
4370
|
+
Alert: Alert,
|
4391
4371
|
AlertPropertiesDefinition: AlertPropertiesDefinition,
|
4392
4372
|
AlertPropertiesDetails: AlertPropertiesDetails,
|
4393
|
-
|
4394
|
-
|
4395
|
-
|
4396
|
-
|
4397
|
-
|
4398
|
-
|
4399
|
-
|
4400
|
-
|
4401
|
-
|
4373
|
+
AlertsResult: AlertsResult,
|
4374
|
+
AllSavingsBenefitDetails: AllSavingsBenefitDetails,
|
4375
|
+
AllSavingsList: AllSavingsList,
|
4376
|
+
BenefitRecommendationModel: BenefitRecommendationModel,
|
4377
|
+
BenefitRecommendationProperties: BenefitRecommendationProperties,
|
4378
|
+
BenefitRecommendationsListResult: BenefitRecommendationsListResult,
|
4379
|
+
BenefitResource: BenefitResource,
|
4380
|
+
BenefitUtilizationSummariesListResult: BenefitUtilizationSummariesListResult,
|
4381
|
+
BenefitUtilizationSummary: BenefitUtilizationSummary,
|
4382
|
+
BenefitUtilizationSummaryProperties: BenefitUtilizationSummaryProperties,
|
4383
|
+
BlobInfo: BlobInfo,
|
4384
|
+
CheckNameAvailabilityRequest: CheckNameAvailabilityRequest,
|
4385
|
+
CheckNameAvailabilityResponse: CheckNameAvailabilityResponse,
|
4386
|
+
CommonExportProperties: CommonExportProperties,
|
4387
|
+
CostDetailsOperationResults: CostDetailsOperationResults,
|
4388
|
+
CostDetailsTimePeriod: CostDetailsTimePeriod,
|
4389
|
+
CostManagementOperation: CostManagementOperation,
|
4390
|
+
CostManagementProxyResource: CostManagementProxyResource,
|
4402
4391
|
CostManagementResource: CostManagementResource,
|
4392
|
+
Dimension: Dimension,
|
4403
4393
|
DimensionsListResult: DimensionsListResult,
|
4404
|
-
|
4405
|
-
|
4406
|
-
|
4407
|
-
|
4408
|
-
|
4409
|
-
|
4410
|
-
|
4411
|
-
QueryComparisonExpression: QueryComparisonExpression,
|
4412
|
-
QueryColumn: QueryColumn,
|
4413
|
-
OperationStatus: OperationStatus,
|
4414
|
-
ExportListResult: ExportListResult,
|
4415
|
-
ExportSchedule: ExportSchedule,
|
4416
|
-
ExportRecurrencePeriod: ExportRecurrencePeriod,
|
4417
|
-
CommonExportProperties: CommonExportProperties,
|
4418
|
-
ExportDeliveryInfo: ExportDeliveryInfo,
|
4419
|
-
ExportDeliveryDestination: ExportDeliveryDestination,
|
4420
|
-
ExportDefinition: ExportDefinition,
|
4421
|
-
ExportTimePeriod: ExportTimePeriod,
|
4394
|
+
DismissAlertPayload: DismissAlertPayload,
|
4395
|
+
DownloadURL: DownloadURL,
|
4396
|
+
ErrorDetails: ErrorDetails,
|
4397
|
+
ErrorDetailsWithNestedDetails: ErrorDetailsWithNestedDetails,
|
4398
|
+
ErrorResponse: ErrorResponse,
|
4399
|
+
ErrorResponseWithNestedDetails: ErrorResponseWithNestedDetails,
|
4400
|
+
Export: Export,
|
4422
4401
|
ExportDataset: ExportDataset,
|
4423
4402
|
ExportDatasetConfiguration: ExportDatasetConfiguration,
|
4403
|
+
ExportDefinition: ExportDefinition,
|
4404
|
+
ExportDeliveryDestination: ExportDeliveryDestination,
|
4405
|
+
ExportDeliveryInfo: ExportDeliveryInfo,
|
4424
4406
|
ExportExecutionListResult: ExportExecutionListResult,
|
4425
|
-
|
4426
|
-
|
4427
|
-
|
4428
|
-
|
4407
|
+
ExportListResult: ExportListResult,
|
4408
|
+
ExportProperties: ExportProperties,
|
4409
|
+
ExportRecurrencePeriod: ExportRecurrencePeriod,
|
4410
|
+
ExportRun: ExportRun,
|
4411
|
+
ExportSchedule: ExportSchedule,
|
4412
|
+
ExportTimePeriod: ExportTimePeriod,
|
4413
|
+
FileDestination: FileDestination,
|
4414
|
+
ForecastAggregation: ForecastAggregation,
|
4415
|
+
ForecastColumn: ForecastColumn,
|
4416
|
+
ForecastComparisonExpression: ForecastComparisonExpression,
|
4417
|
+
ForecastDataset: ForecastDataset,
|
4418
|
+
ForecastDatasetConfiguration: ForecastDatasetConfiguration,
|
4419
|
+
ForecastDefinition: ForecastDefinition,
|
4420
|
+
ForecastFilter: ForecastFilter,
|
4421
|
+
ForecastResult: ForecastResult,
|
4422
|
+
ForecastTimePeriod: ForecastTimePeriod,
|
4423
|
+
GenerateCostDetailsReportCreateOperationHeaders: GenerateCostDetailsReportCreateOperationHeaders,
|
4429
4424
|
GenerateCostDetailsReportErrorResponse: GenerateCostDetailsReportErrorResponse,
|
4425
|
+
GenerateCostDetailsReportRequestDefinition: GenerateCostDetailsReportRequestDefinition,
|
4426
|
+
GenerateDetailedCostReportCreateOperationHeaders: GenerateDetailedCostReportCreateOperationHeaders,
|
4430
4427
|
GenerateDetailedCostReportDefinition: GenerateDetailedCostReportDefinition,
|
4431
|
-
GenerateDetailedCostReportTimePeriod: GenerateDetailedCostReportTimePeriod,
|
4432
|
-
GenerateDetailedCostReportOperationResult: GenerateDetailedCostReportOperationResult,
|
4433
|
-
DownloadURL: DownloadURL,
|
4434
4428
|
GenerateDetailedCostReportErrorResponse: GenerateDetailedCostReportErrorResponse,
|
4429
|
+
GenerateDetailedCostReportOperationResult: GenerateDetailedCostReportOperationResult,
|
4435
4430
|
GenerateDetailedCostReportOperationStatuses: GenerateDetailedCostReportOperationStatuses,
|
4436
|
-
|
4437
|
-
|
4438
|
-
|
4431
|
+
GenerateDetailedCostReportTimePeriod: GenerateDetailedCostReportTimePeriod,
|
4432
|
+
GenerateReservationDetailsReportByBillingAccountIdHeaders: GenerateReservationDetailsReportByBillingAccountIdHeaders,
|
4433
|
+
GenerateReservationDetailsReportByBillingProfileIdHeaders: GenerateReservationDetailsReportByBillingProfileIdHeaders,
|
4434
|
+
IncludedQuantityUtilizationSummary: IncludedQuantityUtilizationSummary,
|
4435
|
+
IncludedQuantityUtilizationSummaryProperties: IncludedQuantityUtilizationSummaryProperties,
|
4436
|
+
KpiProperties: KpiProperties,
|
4439
4437
|
NotificationProperties: NotificationProperties,
|
4440
|
-
|
4441
|
-
|
4442
|
-
|
4443
|
-
|
4444
|
-
|
4445
|
-
|
4446
|
-
|
4447
|
-
BenefitRecommendationProperties: BenefitRecommendationProperties,
|
4448
|
-
RecommendationUsageDetails: RecommendationUsageDetails,
|
4449
|
-
AllSavingsBenefitDetails: AllSavingsBenefitDetails,
|
4450
|
-
AllSavingsList: AllSavingsList,
|
4451
|
-
BenefitUtilizationSummariesListResult: BenefitUtilizationSummariesListResult,
|
4452
|
-
BenefitUtilizationSummaryProperties: BenefitUtilizationSummaryProperties,
|
4453
|
-
CostManagementOperation: CostManagementOperation,
|
4454
|
-
ErrorDetailsWithNestedDetails: ErrorDetailsWithNestedDetails,
|
4455
|
-
View: View,
|
4456
|
-
Alert: Alert,
|
4457
|
-
ExportRun: ExportRun,
|
4458
|
-
Export: Export,
|
4459
|
-
ForecastResult: ForecastResult,
|
4460
|
-
Dimension: Dimension,
|
4461
|
-
QueryResult: QueryResult,
|
4462
|
-
ExportProperties: ExportProperties,
|
4438
|
+
Operation: Operation,
|
4439
|
+
OperationDisplay: OperationDisplay,
|
4440
|
+
OperationListResult: OperationListResult,
|
4441
|
+
OperationStatus: OperationStatus,
|
4442
|
+
PivotProperties: PivotProperties,
|
4443
|
+
PriceSheetDownloadByBillingProfileHeaders: PriceSheetDownloadByBillingProfileHeaders,
|
4444
|
+
PriceSheetDownloadHeaders: PriceSheetDownloadHeaders,
|
4463
4445
|
ProxyResource: ProxyResource,
|
4464
|
-
|
4465
|
-
|
4466
|
-
|
4467
|
-
|
4468
|
-
|
4469
|
-
|
4470
|
-
|
4471
|
-
|
4472
|
-
|
4446
|
+
QueryAggregation: QueryAggregation,
|
4447
|
+
QueryColumn: QueryColumn,
|
4448
|
+
QueryComparisonExpression: QueryComparisonExpression,
|
4449
|
+
QueryDataset: QueryDataset,
|
4450
|
+
QueryDatasetConfiguration: QueryDatasetConfiguration,
|
4451
|
+
QueryDefinition: QueryDefinition,
|
4452
|
+
QueryFilter: QueryFilter,
|
4453
|
+
QueryGrouping: QueryGrouping,
|
4454
|
+
QueryResult: QueryResult,
|
4455
|
+
QueryTimePeriod: QueryTimePeriod,
|
4456
|
+
RecommendationUsageDetails: RecommendationUsageDetails,
|
4457
|
+
ReportConfigAggregation: ReportConfigAggregation,
|
4458
|
+
ReportConfigComparisonExpression: ReportConfigComparisonExpression,
|
4459
|
+
ReportConfigDataset: ReportConfigDataset,
|
4460
|
+
ReportConfigDatasetConfiguration: ReportConfigDatasetConfiguration,
|
4461
|
+
ReportConfigFilter: ReportConfigFilter,
|
4462
|
+
ReportConfigGrouping: ReportConfigGrouping,
|
4463
|
+
ReportConfigSorting: ReportConfigSorting,
|
4464
|
+
ReportConfigTimePeriod: ReportConfigTimePeriod,
|
4465
|
+
Resource: Resource,
|
4473
4466
|
SavingsPlanUtilizationSummary: SavingsPlanUtilizationSummary,
|
4467
|
+
SavingsPlanUtilizationSummaryProperties: SavingsPlanUtilizationSummaryProperties,
|
4468
|
+
ScheduleProperties: ScheduleProperties,
|
4474
4469
|
ScheduledAction: ScheduledAction,
|
4475
|
-
|
4476
|
-
|
4477
|
-
|
4478
|
-
|
4479
|
-
|
4480
|
-
|
4470
|
+
ScheduledActionListResult: ScheduledActionListResult,
|
4471
|
+
ScheduledActionProxyResource: ScheduledActionProxyResource,
|
4472
|
+
SharedScopeBenefitRecommendationProperties: SharedScopeBenefitRecommendationProperties,
|
4473
|
+
SingleScopeBenefitRecommendationProperties: SingleScopeBenefitRecommendationProperties,
|
4474
|
+
Status: Status,
|
4475
|
+
SystemData: SystemData,
|
4476
|
+
View: View,
|
4477
|
+
ViewListResult: ViewListResult,
|
4481
4478
|
discriminators: discriminators
|
4482
4479
|
});
|
4483
4480
|
|
@@ -4920,16 +4917,11 @@ class OperationsImpl {
|
|
4920
4917
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
4921
4918
|
var _a, e_1, _b, _c;
|
4922
4919
|
try {
|
4923
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
4920
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
4924
4921
|
_c = _f.value;
|
4925
4922
|
_d = false;
|
4926
|
-
|
4927
|
-
|
4928
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4929
|
-
}
|
4930
|
-
finally {
|
4931
|
-
_d = true;
|
4932
|
-
}
|
4923
|
+
const page = _c;
|
4924
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
4933
4925
|
}
|
4934
4926
|
}
|
4935
4927
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -5053,16 +5045,11 @@ class ViewsImpl {
|
|
5053
5045
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
5054
5046
|
var _a, e_1, _b, _c;
|
5055
5047
|
try {
|
5056
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5048
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5057
5049
|
_c = _f.value;
|
5058
5050
|
_d = false;
|
5059
|
-
|
5060
|
-
|
5061
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5062
|
-
}
|
5063
|
-
finally {
|
5064
|
-
_d = true;
|
5065
|
-
}
|
5051
|
+
const page = _c;
|
5052
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5066
5053
|
}
|
5067
5054
|
}
|
5068
5055
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -5136,16 +5123,11 @@ class ViewsImpl {
|
|
5136
5123
|
return tslib.__asyncGenerator(this, arguments, function* listByScopePagingAll_1() {
|
5137
5124
|
var _a, e_2, _b, _c;
|
5138
5125
|
try {
|
5139
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5126
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5140
5127
|
_c = _f.value;
|
5141
5128
|
_d = false;
|
5142
|
-
|
5143
|
-
|
5144
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5145
|
-
}
|
5146
|
-
finally {
|
5147
|
-
_d = true;
|
5148
|
-
}
|
5129
|
+
const page = _c;
|
5130
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5149
5131
|
}
|
5150
5132
|
}
|
5151
5133
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -5833,16 +5815,11 @@ class DimensionsImpl {
|
|
5833
5815
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
5834
5816
|
var _a, e_1, _b, _c;
|
5835
5817
|
try {
|
5836
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5818
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5837
5819
|
_c = _f.value;
|
5838
5820
|
_d = false;
|
5839
|
-
|
5840
|
-
|
5841
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5842
|
-
}
|
5843
|
-
finally {
|
5844
|
-
_d = true;
|
5845
|
-
}
|
5821
|
+
const page = _c;
|
5822
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5846
5823
|
}
|
5847
5824
|
}
|
5848
5825
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -5891,16 +5868,11 @@ class DimensionsImpl {
|
|
5891
5868
|
return tslib.__asyncGenerator(this, arguments, function* byExternalCloudProviderTypePagingAll_1() {
|
5892
5869
|
var _a, e_2, _b, _c;
|
5893
5870
|
try {
|
5894
|
-
for (var _d = true, _e = tslib.__asyncValues(this.byExternalCloudProviderTypePagingPage(externalCloudProviderType, externalCloudProviderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
5871
|
+
for (var _d = true, _e = tslib.__asyncValues(this.byExternalCloudProviderTypePagingPage(externalCloudProviderType, externalCloudProviderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
5895
5872
|
_c = _f.value;
|
5896
5873
|
_d = false;
|
5897
|
-
|
5898
|
-
|
5899
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5900
|
-
}
|
5901
|
-
finally {
|
5902
|
-
_d = true;
|
5903
|
-
}
|
5874
|
+
const page = _c;
|
5875
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
5904
5876
|
}
|
5905
5877
|
}
|
5906
5878
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -7331,16 +7303,11 @@ class ScheduledActionsImpl {
|
|
7331
7303
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
7332
7304
|
var _a, e_1, _b, _c;
|
7333
7305
|
try {
|
7334
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
7306
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
7335
7307
|
_c = _f.value;
|
7336
7308
|
_d = false;
|
7337
|
-
|
7338
|
-
|
7339
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7340
|
-
}
|
7341
|
-
finally {
|
7342
|
-
_d = true;
|
7343
|
-
}
|
7309
|
+
const page = _c;
|
7310
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7344
7311
|
}
|
7345
7312
|
}
|
7346
7313
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -7413,16 +7380,11 @@ class ScheduledActionsImpl {
|
|
7413
7380
|
return tslib.__asyncGenerator(this, arguments, function* listByScopePagingAll_1() {
|
7414
7381
|
var _a, e_2, _b, _c;
|
7415
7382
|
try {
|
7416
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
7383
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
7417
7384
|
_c = _f.value;
|
7418
7385
|
_d = false;
|
7419
|
-
|
7420
|
-
|
7421
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7422
|
-
}
|
7423
|
-
finally {
|
7424
|
-
_d = true;
|
7425
|
-
}
|
7386
|
+
const page = _c;
|
7387
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7426
7388
|
}
|
7427
7389
|
}
|
7428
7390
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -7968,16 +7930,11 @@ class BenefitRecommendationsImpl {
|
|
7968
7930
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
7969
7931
|
var _a, e_1, _b, _c;
|
7970
7932
|
try {
|
7971
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(billingScope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
7933
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(billingScope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
7972
7934
|
_c = _f.value;
|
7973
7935
|
_d = false;
|
7974
|
-
|
7975
|
-
|
7976
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7977
|
-
}
|
7978
|
-
finally {
|
7979
|
-
_d = true;
|
7980
|
-
}
|
7936
|
+
const page = _c;
|
7937
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
7981
7938
|
}
|
7982
7939
|
}
|
7983
7940
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -8124,16 +8081,11 @@ class BenefitUtilizationSummariesImpl {
|
|
8124
8081
|
return tslib.__asyncGenerator(this, arguments, function* listByBillingAccountIdPagingAll_1() {
|
8125
8082
|
var _a, e_1, _b, _c;
|
8126
8083
|
try {
|
8127
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByBillingAccountIdPagingPage(billingAccountId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
8084
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByBillingAccountIdPagingPage(billingAccountId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
8128
8085
|
_c = _f.value;
|
8129
8086
|
_d = false;
|
8130
|
-
|
8131
|
-
|
8132
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8133
|
-
}
|
8134
|
-
finally {
|
8135
|
-
_d = true;
|
8136
|
-
}
|
8087
|
+
const page = _c;
|
8088
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8137
8089
|
}
|
8138
8090
|
}
|
8139
8091
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -8193,16 +8145,11 @@ class BenefitUtilizationSummariesImpl {
|
|
8193
8145
|
return tslib.__asyncGenerator(this, arguments, function* listByBillingProfileIdPagingAll_1() {
|
8194
8146
|
var _a, e_2, _b, _c;
|
8195
8147
|
try {
|
8196
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
8148
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
8197
8149
|
_c = _f.value;
|
8198
8150
|
_d = false;
|
8199
|
-
|
8200
|
-
|
8201
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8202
|
-
}
|
8203
|
-
finally {
|
8204
|
-
_d = true;
|
8205
|
-
}
|
8151
|
+
const page = _c;
|
8152
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8206
8153
|
}
|
8207
8154
|
}
|
8208
8155
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -8260,16 +8207,11 @@ class BenefitUtilizationSummariesImpl {
|
|
8260
8207
|
return tslib.__asyncGenerator(this, arguments, function* listBySavingsPlanOrderPagingAll_1() {
|
8261
8208
|
var _a, e_3, _b, _c;
|
8262
8209
|
try {
|
8263
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
8210
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
8264
8211
|
_c = _f.value;
|
8265
8212
|
_d = false;
|
8266
|
-
|
8267
|
-
|
8268
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8269
|
-
}
|
8270
|
-
finally {
|
8271
|
-
_d = true;
|
8272
|
-
}
|
8213
|
+
const page = _c;
|
8214
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8273
8215
|
}
|
8274
8216
|
}
|
8275
8217
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
@@ -8328,16 +8270,11 @@ class BenefitUtilizationSummariesImpl {
|
|
8328
8270
|
return tslib.__asyncGenerator(this, arguments, function* listBySavingsPlanIdPagingAll_1() {
|
8329
8271
|
var _a, e_4, _b, _c;
|
8330
8272
|
try {
|
8331
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
8273
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
8332
8274
|
_c = _f.value;
|
8333
8275
|
_d = false;
|
8334
|
-
|
8335
|
-
|
8336
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8337
|
-
}
|
8338
|
-
finally {
|
8339
|
-
_d = true;
|
8340
|
-
}
|
8276
|
+
const page = _c;
|
8277
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
8341
8278
|
}
|
8342
8279
|
}
|
8343
8280
|
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|