@azure/arm-labservices 3.1.1-alpha.20231010.1 → 3.1.1-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.
Files changed (46) hide show
  1. package/dist/index.js +89 -147
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/imagesListByLabPlanSample.js +3 -8
  6. package/dist-esm/samples-dev/imagesListByLabPlanSample.js.map +1 -1
  7. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +3 -8
  8. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js.map +1 -1
  9. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +3 -8
  10. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js.map +1 -1
  11. package/dist-esm/samples-dev/labsListByResourceGroupSample.js +3 -8
  12. package/dist-esm/samples-dev/labsListByResourceGroupSample.js.map +1 -1
  13. package/dist-esm/samples-dev/labsListBySubscriptionSample.js +3 -8
  14. package/dist-esm/samples-dev/labsListBySubscriptionSample.js.map +1 -1
  15. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  16. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  17. package/dist-esm/samples-dev/schedulesListByLabSample.js +3 -8
  18. package/dist-esm/samples-dev/schedulesListByLabSample.js.map +1 -1
  19. package/dist-esm/samples-dev/skusListSample.js +3 -8
  20. package/dist-esm/samples-dev/skusListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/usagesListByLocationSample.js +3 -8
  22. package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
  23. package/dist-esm/samples-dev/usersListByLabSample.js +3 -8
  24. package/dist-esm/samples-dev/usersListByLabSample.js.map +1 -1
  25. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +3 -8
  26. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js.map +1 -1
  27. package/dist-esm/src/operations/images.js +3 -8
  28. package/dist-esm/src/operations/images.js.map +1 -1
  29. package/dist-esm/src/operations/labPlans.js +6 -16
  30. package/dist-esm/src/operations/labPlans.js.map +1 -1
  31. package/dist-esm/src/operations/labs.js +6 -16
  32. package/dist-esm/src/operations/labs.js.map +1 -1
  33. package/dist-esm/src/operations/operations.js +3 -8
  34. package/dist-esm/src/operations/operations.js.map +1 -1
  35. package/dist-esm/src/operations/schedules.js +3 -8
  36. package/dist-esm/src/operations/schedules.js.map +1 -1
  37. package/dist-esm/src/operations/skus.js +3 -8
  38. package/dist-esm/src/operations/skus.js.map +1 -1
  39. package/dist-esm/src/operations/usages.js +3 -8
  40. package/dist-esm/src/operations/usages.js.map +1 -1
  41. package/dist-esm/src/operations/users.js +3 -8
  42. package/dist-esm/src/operations/users.js.map +1 -1
  43. package/dist-esm/src/operations/virtualMachines.js +3 -8
  44. package/dist-esm/src/operations/virtualMachines.js.map +1 -1
  45. package/package.json +3 -10
  46. 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 _interopNamespace(e) {
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["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -2863,72 +2860,72 @@ const Lab = {
2863
2860
 
2864
2861
  var Mappers = /*#__PURE__*/Object.freeze({
2865
2862
  __proto__: null,
2866
- PagedImages: PagedImages,
2867
- SystemData: SystemData,
2868
- ImageUpdateProperties: ImageUpdateProperties,
2869
- Resource: Resource,
2870
- ErrorResponse: ErrorResponse,
2871
- ErrorDetail: ErrorDetail,
2872
- ErrorAdditionalInfo: ErrorAdditionalInfo,
2873
- ImageUpdate: ImageUpdate,
2874
- PagedLabPlans: PagedLabPlans,
2875
- LabPlanUpdateProperties: LabPlanUpdateProperties,
2876
- ConnectionProfile: ConnectionProfile,
2877
2863
  AutoShutdownProfile: AutoShutdownProfile,
2878
- LabPlanNetworkProfile: LabPlanNetworkProfile,
2879
- SupportInfo: SupportInfo,
2864
+ ConnectionProfile: ConnectionProfile,
2865
+ Credentials: Credentials,
2866
+ ErrorAdditionalInfo: ErrorAdditionalInfo,
2867
+ ErrorDetail: ErrorDetail,
2868
+ ErrorResponse: ErrorResponse,
2880
2869
  Identity: Identity,
2881
- TrackedResourceUpdate: TrackedResourceUpdate,
2882
- SaveImageBody: SaveImageBody,
2883
- OperationListResult: OperationListResult,
2884
- Operation: Operation,
2885
- OperationDisplay: OperationDisplay,
2886
- PagedLabs: PagedLabs,
2887
- LabNetworkProfile: LabNetworkProfile,
2888
- LabUpdateProperties: LabUpdateProperties,
2889
- VirtualMachineProfile: VirtualMachineProfile,
2870
+ Image: Image,
2871
+ ImageProperties: ImageProperties,
2890
2872
  ImageReference: ImageReference,
2891
- Sku: Sku,
2892
- VirtualMachineAdditionalCapabilities: VirtualMachineAdditionalCapabilities,
2893
- Credentials: Credentials,
2894
- SecurityProfile: SecurityProfile,
2895
- RosterProfile: RosterProfile,
2896
- OperationResult: OperationResult,
2897
- PagedSchedules: PagedSchedules,
2898
- ScheduleUpdateProperties: ScheduleUpdateProperties,
2899
- RecurrencePattern: RecurrencePattern,
2900
- ScheduleUpdate: ScheduleUpdate,
2901
- PagedLabServicesSkus: PagedLabServicesSkus,
2873
+ ImageUpdate: ImageUpdate,
2874
+ ImageUpdateProperties: ImageUpdateProperties,
2875
+ InviteBody: InviteBody,
2876
+ Lab: Lab,
2877
+ LabNetworkProfile: LabNetworkProfile,
2878
+ LabPlan: LabPlan,
2879
+ LabPlanNetworkProfile: LabPlanNetworkProfile,
2880
+ LabPlanProperties: LabPlanProperties,
2881
+ LabPlanUpdate: LabPlanUpdate,
2882
+ LabPlanUpdateProperties: LabPlanUpdateProperties,
2883
+ LabProperties: LabProperties,
2902
2884
  LabServicesSku: LabServicesSku,
2903
- LabServicesSkuCapacity: LabServicesSkuCapacity,
2904
2885
  LabServicesSkuCapabilities: LabServicesSkuCapabilities,
2886
+ LabServicesSkuCapacity: LabServicesSkuCapacity,
2905
2887
  LabServicesSkuCost: LabServicesSkuCost,
2906
2888
  LabServicesSkuRestrictions: LabServicesSkuRestrictions,
2889
+ LabUpdate: LabUpdate,
2890
+ LabUpdateProperties: LabUpdateProperties,
2907
2891
  ListUsagesResult: ListUsagesResult,
2908
- Usage: Usage,
2909
- UsageName: UsageName,
2892
+ Operation: Operation,
2893
+ OperationDisplay: OperationDisplay,
2894
+ OperationListResult: OperationListResult,
2895
+ OperationResult: OperationResult,
2896
+ PagedImages: PagedImages,
2897
+ PagedLabPlans: PagedLabPlans,
2898
+ PagedLabServicesSkus: PagedLabServicesSkus,
2899
+ PagedLabs: PagedLabs,
2900
+ PagedSchedules: PagedSchedules,
2910
2901
  PagedUsers: PagedUsers,
2911
- UserUpdateProperties: UserUpdateProperties,
2912
- UserUpdate: UserUpdate,
2913
- InviteBody: InviteBody,
2914
2902
  PagedVirtualMachines: PagedVirtualMachines,
2915
- VirtualMachineConnectionProfile: VirtualMachineConnectionProfile,
2916
- ResetPasswordBody: ResetPasswordBody,
2917
- ImageProperties: ImageProperties,
2918
2903
  ProxyResource: ProxyResource,
2919
- TrackedResource: TrackedResource,
2920
- LabPlanProperties: LabPlanProperties,
2921
- LabPlanUpdate: LabPlanUpdate,
2922
- LabUpdate: LabUpdate,
2923
- LabProperties: LabProperties,
2924
- ScheduleProperties: ScheduleProperties,
2925
- UserProperties: UserProperties,
2926
- Image: Image,
2904
+ RecurrencePattern: RecurrencePattern,
2905
+ ResetPasswordBody: ResetPasswordBody,
2906
+ Resource: Resource,
2907
+ RosterProfile: RosterProfile,
2908
+ SaveImageBody: SaveImageBody,
2927
2909
  Schedule: Schedule,
2910
+ ScheduleProperties: ScheduleProperties,
2911
+ ScheduleUpdate: ScheduleUpdate,
2912
+ ScheduleUpdateProperties: ScheduleUpdateProperties,
2913
+ SecurityProfile: SecurityProfile,
2914
+ Sku: Sku,
2915
+ SupportInfo: SupportInfo,
2916
+ SystemData: SystemData,
2917
+ TrackedResource: TrackedResource,
2918
+ TrackedResourceUpdate: TrackedResourceUpdate,
2919
+ Usage: Usage,
2920
+ UsageName: UsageName,
2928
2921
  User: User,
2922
+ UserProperties: UserProperties,
2923
+ UserUpdate: UserUpdate,
2924
+ UserUpdateProperties: UserUpdateProperties,
2929
2925
  VirtualMachine: VirtualMachine,
2930
- LabPlan: LabPlan,
2931
- Lab: Lab
2926
+ VirtualMachineAdditionalCapabilities: VirtualMachineAdditionalCapabilities,
2927
+ VirtualMachineConnectionProfile: VirtualMachineConnectionProfile,
2928
+ VirtualMachineProfile: VirtualMachineProfile
2932
2929
  });
2933
2930
 
2934
2931
  /*
@@ -3265,16 +3262,11 @@ class ImagesImpl {
3265
3262
  return tslib.__asyncGenerator(this, arguments, function* listByLabPlanPagingAll_1() {
3266
3263
  var _a, e_1, _b, _c;
3267
3264
  try {
3268
- for (var _d = true, _e = tslib.__asyncValues(this.listByLabPlanPagingPage(resourceGroupName, labPlanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3265
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLabPlanPagingPage(resourceGroupName, labPlanName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3269
3266
  _c = _f.value;
3270
3267
  _d = false;
3271
- try {
3272
- const page = _c;
3273
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3274
- }
3275
- finally {
3276
- _d = true;
3277
- }
3268
+ const page = _c;
3269
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3278
3270
  }
3279
3271
  }
3280
3272
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3548,16 +3540,11 @@ class LabPlansImpl {
3548
3540
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3549
3541
  var _a, e_1, _b, _c;
3550
3542
  try {
3551
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3543
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3552
3544
  _c = _f.value;
3553
3545
  _d = false;
3554
- try {
3555
- const page = _c;
3556
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3557
- }
3558
- finally {
3559
- _d = true;
3560
- }
3546
+ const page = _c;
3547
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3561
3548
  }
3562
3549
  }
3563
3550
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -3615,16 +3602,11 @@ class LabPlansImpl {
3615
3602
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3616
3603
  var _a, e_2, _b, _c;
3617
3604
  try {
3618
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3605
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
3619
3606
  _c = _f.value;
3620
3607
  _d = false;
3621
- try {
3622
- const page = _c;
3623
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3624
- }
3625
- finally {
3626
- _d = true;
3627
- }
3608
+ const page = _c;
3609
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3628
3610
  }
3629
3611
  }
3630
3612
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -4174,16 +4156,11 @@ class OperationsImpl {
4174
4156
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4175
4157
  var _a, e_1, _b, _c;
4176
4158
  try {
4177
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4159
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4178
4160
  _c = _f.value;
4179
4161
  _d = false;
4180
- try {
4181
- const page = _c;
4182
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4183
- }
4184
- finally {
4185
- _d = true;
4186
- }
4162
+ const page = _c;
4163
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4187
4164
  }
4188
4165
  }
4189
4166
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4307,16 +4284,11 @@ class LabsImpl {
4307
4284
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
4308
4285
  var _a, e_1, _b, _c;
4309
4286
  try {
4310
- for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4287
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4311
4288
  _c = _f.value;
4312
4289
  _d = false;
4313
- try {
4314
- const page = _c;
4315
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4316
- }
4317
- finally {
4318
- _d = true;
4319
- }
4290
+ const page = _c;
4291
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4320
4292
  }
4321
4293
  }
4322
4294
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -4374,16 +4346,11 @@ class LabsImpl {
4374
4346
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
4375
4347
  var _a, e_2, _b, _c;
4376
4348
  try {
4377
- for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4349
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4378
4350
  _c = _f.value;
4379
4351
  _d = false;
4380
- try {
4381
- const page = _c;
4382
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4383
- }
4384
- finally {
4385
- _d = true;
4386
- }
4352
+ const page = _c;
4353
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4387
4354
  }
4388
4355
  }
4389
4356
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -5055,16 +5022,11 @@ class SchedulesImpl {
5055
5022
  return tslib.__asyncGenerator(this, arguments, function* listByLabPagingAll_1() {
5056
5023
  var _a, e_1, _b, _c;
5057
5024
  try {
5058
- for (var _d = true, _e = tslib.__asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5025
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5059
5026
  _c = _f.value;
5060
5027
  _d = false;
5061
- try {
5062
- const page = _c;
5063
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5064
- }
5065
- finally {
5066
- _d = true;
5067
- }
5028
+ const page = _c;
5029
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5068
5030
  }
5069
5031
  }
5070
5032
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5397,16 +5359,11 @@ class SkusImpl {
5397
5359
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5398
5360
  var _a, e_1, _b, _c;
5399
5361
  try {
5400
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5362
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5401
5363
  _c = _f.value;
5402
5364
  _d = false;
5403
- try {
5404
- const page = _c;
5405
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5406
- }
5407
- finally {
5408
- _d = true;
5409
- }
5365
+ const page = _c;
5366
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5410
5367
  }
5411
5368
  }
5412
5369
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5535,16 +5492,11 @@ class UsagesImpl {
5535
5492
  return tslib.__asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
5536
5493
  var _a, e_1, _b, _c;
5537
5494
  try {
5538
- for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5495
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5539
5496
  _c = _f.value;
5540
5497
  _d = false;
5541
- try {
5542
- const page = _c;
5543
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5544
- }
5545
- finally {
5546
- _d = true;
5547
- }
5498
+ const page = _c;
5499
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5548
5500
  }
5549
5501
  }
5550
5502
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5682,16 +5634,11 @@ class UsersImpl {
5682
5634
  return tslib.__asyncGenerator(this, arguments, function* listByLabPagingAll_1() {
5683
5635
  var _a, e_1, _b, _c;
5684
5636
  try {
5685
- for (var _d = true, _e = tslib.__asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5637
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5686
5638
  _c = _f.value;
5687
5639
  _d = false;
5688
- try {
5689
- const page = _c;
5690
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5691
- }
5692
- finally {
5693
- _d = true;
5694
- }
5640
+ const page = _c;
5641
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5695
5642
  }
5696
5643
  }
5697
5644
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -6221,16 +6168,11 @@ class VirtualMachinesImpl {
6221
6168
  return tslib.__asyncGenerator(this, arguments, function* listByLabPagingAll_1() {
6222
6169
  var _a, e_1, _b, _c;
6223
6170
  try {
6224
- for (var _d = true, _e = tslib.__asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6171
+ for (var _d = true, _e = tslib.__asyncValues(this.listByLabPagingPage(resourceGroupName, labName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
6225
6172
  _c = _f.value;
6226
6173
  _d = false;
6227
- try {
6228
- const page = _c;
6229
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6230
- }
6231
- finally {
6232
- _d = true;
6233
- }
6174
+ const page = _c;
6175
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6234
6176
  }
6235
6177
  }
6236
6178
  catch (e_1_1) { e_1 = { error: e_1_1 }; }