@azure/arm-healthcareapis 2.2.1-alpha.20230302.1 → 2.2.1-alpha.20230418.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. package/dist/index.js +144 -60
  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/dicomServicesListByWorkspaceSample.js +12 -5
  6. package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js.map +1 -1
  7. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js +12 -5
  8. package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js.map +1 -1
  9. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js +12 -5
  10. package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js.map +1 -1
  11. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js +12 -5
  12. package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js.map +1 -1
  13. package/dist-esm/samples-dev/listAllServicesInResourceGroup.js +12 -5
  14. package/dist-esm/samples-dev/listAllServicesInResourceGroup.js.map +1 -1
  15. package/dist-esm/samples-dev/listAllServicesInSubscription.js +12 -5
  16. package/dist-esm/samples-dev/listAllServicesInSubscription.js.map +1 -1
  17. package/dist-esm/samples-dev/listOperations.js +12 -5
  18. package/dist-esm/samples-dev/listOperations.js.map +1 -1
  19. package/dist-esm/samples-dev/operationsListSample.js +12 -5
  20. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/privateEndpointConnectionList.js +12 -5
  22. package/dist-esm/samples-dev/privateEndpointConnectionList.js.map +1 -1
  23. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +12 -5
  24. package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +1 -1
  25. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +12 -5
  26. package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
  27. package/dist-esm/samples-dev/servicesListSample.js +12 -5
  28. package/dist-esm/samples-dev/servicesListSample.js.map +1 -1
  29. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js +12 -5
  30. package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js.map +1 -1
  31. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js +12 -5
  32. package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js.map +1 -1
  33. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +12 -5
  34. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +1 -1
  35. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +12 -5
  36. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +1 -1
  37. package/dist-esm/src/models/index.d.ts +62 -62
  38. package/dist-esm/src/models/index.d.ts.map +1 -1
  39. package/dist-esm/src/operations/dicomServices.js +12 -5
  40. package/dist-esm/src/operations/dicomServices.js.map +1 -1
  41. package/dist-esm/src/operations/fhirDestinations.js +12 -5
  42. package/dist-esm/src/operations/fhirDestinations.js.map +1 -1
  43. package/dist-esm/src/operations/fhirServices.js +12 -5
  44. package/dist-esm/src/operations/fhirServices.js.map +1 -1
  45. package/dist-esm/src/operations/iotConnectors.js +12 -5
  46. package/dist-esm/src/operations/iotConnectors.js.map +1 -1
  47. package/dist-esm/src/operations/operations.js +12 -5
  48. package/dist-esm/src/operations/operations.js.map +1 -1
  49. package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
  50. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  51. package/dist-esm/src/operations/services.js +24 -10
  52. package/dist-esm/src/operations/services.js.map +1 -1
  53. package/dist-esm/src/operations/workspacePrivateEndpointConnections.js +12 -5
  54. package/dist-esm/src/operations/workspacePrivateEndpointConnections.js.map +1 -1
  55. package/dist-esm/src/operations/workspacePrivateLinkResources.js +12 -5
  56. package/dist-esm/src/operations/workspacePrivateLinkResources.js.map +1 -1
  57. package/dist-esm/src/operations/workspaces.js +24 -10
  58. package/dist-esm/src/operations/workspaces.js.map +1 -1
  59. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2655,17 +2655,24 @@ class ServicesImpl {
2655
2655
  }
2656
2656
  listPagingAll(options) {
2657
2657
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2658
- var e_1, _a;
2658
+ var _a, e_1, _b, _c;
2659
2659
  try {
2660
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2661
- const page = _c.value;
2662
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2660
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2661
+ _c = _f.value;
2662
+ _d = false;
2663
+ try {
2664
+ const page = _c;
2665
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2666
+ }
2667
+ finally {
2668
+ _d = true;
2669
+ }
2663
2670
  }
2664
2671
  }
2665
2672
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2666
2673
  finally {
2667
2674
  try {
2668
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2675
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2669
2676
  }
2670
2677
  finally { if (e_1) throw e_1.error; }
2671
2678
  }
@@ -2715,17 +2722,24 @@ class ServicesImpl {
2715
2722
  }
2716
2723
  listByResourceGroupPagingAll(resourceGroupName, options) {
2717
2724
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2718
- var e_2, _a;
2725
+ var _a, e_2, _b, _c;
2719
2726
  try {
2720
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2721
- const page = _c.value;
2722
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2727
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2728
+ _c = _f.value;
2729
+ _d = false;
2730
+ try {
2731
+ const page = _c;
2732
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2733
+ }
2734
+ finally {
2735
+ _d = true;
2736
+ }
2723
2737
  }
2724
2738
  }
2725
2739
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
2726
2740
  finally {
2727
2741
  try {
2728
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2742
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2729
2743
  }
2730
2744
  finally { if (e_2) throw e_2.error; }
2731
2745
  }
@@ -3193,17 +3207,24 @@ class PrivateEndpointConnectionsImpl {
3193
3207
  }
3194
3208
  listByServicePagingAll(resourceGroupName, resourceName, options) {
3195
3209
  return tslib.__asyncGenerator(this, arguments, function* listByServicePagingAll_1() {
3196
- var e_1, _a;
3210
+ var _a, e_1, _b, _c;
3197
3211
  try {
3198
- for (var _b = tslib.__asyncValues(this.listByServicePagingPage(resourceGroupName, resourceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3199
- const page = _c.value;
3200
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3212
+ for (var _d = true, _e = tslib.__asyncValues(this.listByServicePagingPage(resourceGroupName, resourceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3213
+ _c = _f.value;
3214
+ _d = false;
3215
+ try {
3216
+ const page = _c;
3217
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3218
+ }
3219
+ finally {
3220
+ _d = true;
3221
+ }
3201
3222
  }
3202
3223
  }
3203
3224
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3204
3225
  finally {
3205
3226
  try {
3206
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3227
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3207
3228
  }
3208
3229
  finally { if (e_1) throw e_1.error; }
3209
3230
  }
@@ -3602,17 +3623,24 @@ class WorkspacesImpl {
3602
3623
  }
3603
3624
  listBySubscriptionPagingAll(options) {
3604
3625
  return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
3605
- var e_1, _a;
3626
+ var _a, e_1, _b, _c;
3606
3627
  try {
3607
- for (var _b = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3608
- const page = _c.value;
3609
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3628
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3629
+ _c = _f.value;
3630
+ _d = false;
3631
+ try {
3632
+ const page = _c;
3633
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3634
+ }
3635
+ finally {
3636
+ _d = true;
3637
+ }
3610
3638
  }
3611
3639
  }
3612
3640
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3613
3641
  finally {
3614
3642
  try {
3615
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3643
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3616
3644
  }
3617
3645
  finally { if (e_1) throw e_1.error; }
3618
3646
  }
@@ -3662,17 +3690,24 @@ class WorkspacesImpl {
3662
3690
  }
3663
3691
  listByResourceGroupPagingAll(resourceGroupName, options) {
3664
3692
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
3665
- var e_2, _a;
3693
+ var _a, e_2, _b, _c;
3666
3694
  try {
3667
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3668
- const page = _c.value;
3669
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3695
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3696
+ _c = _f.value;
3697
+ _d = false;
3698
+ try {
3699
+ const page = _c;
3700
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3701
+ }
3702
+ finally {
3703
+ _d = true;
3704
+ }
3670
3705
  }
3671
3706
  }
3672
3707
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
3673
3708
  finally {
3674
3709
  try {
3675
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3710
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3676
3711
  }
3677
3712
  finally { if (e_2) throw e_2.error; }
3678
3713
  }
@@ -4126,17 +4161,24 @@ class DicomServicesImpl {
4126
4161
  }
4127
4162
  listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
4128
4163
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
4129
- var e_1, _a;
4164
+ var _a, e_1, _b, _c;
4130
4165
  try {
4131
- for (var _b = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4132
- const page = _c.value;
4133
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4166
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4167
+ _c = _f.value;
4168
+ _d = false;
4169
+ try {
4170
+ const page = _c;
4171
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4172
+ }
4173
+ finally {
4174
+ _d = true;
4175
+ }
4134
4176
  }
4135
4177
  }
4136
4178
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4137
4179
  finally {
4138
4180
  try {
4139
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4181
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4140
4182
  }
4141
4183
  finally { if (e_1) throw e_1.error; }
4142
4184
  }
@@ -4566,17 +4608,24 @@ class IotConnectorsImpl {
4566
4608
  }
4567
4609
  listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
4568
4610
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
4569
- var e_1, _a;
4611
+ var _a, e_1, _b, _c;
4570
4612
  try {
4571
- for (var _b = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
4572
- const page = _c.value;
4573
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4613
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4614
+ _c = _f.value;
4615
+ _d = false;
4616
+ try {
4617
+ const page = _c;
4618
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4619
+ }
4620
+ finally {
4621
+ _d = true;
4622
+ }
4574
4623
  }
4575
4624
  }
4576
4625
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
4577
4626
  finally {
4578
4627
  try {
4579
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
4628
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
4580
4629
  }
4581
4630
  finally { if (e_1) throw e_1.error; }
4582
4631
  }
@@ -5007,17 +5056,24 @@ class FhirDestinationsImpl {
5007
5056
  }
5008
5057
  listByIotConnectorPagingAll(resourceGroupName, workspaceName, iotConnectorName, options) {
5009
5058
  return tslib.__asyncGenerator(this, arguments, function* listByIotConnectorPagingAll_1() {
5010
- var e_1, _a;
5059
+ var _a, e_1, _b, _c;
5011
5060
  try {
5012
- for (var _b = tslib.__asyncValues(this.listByIotConnectorPagingPage(resourceGroupName, workspaceName, iotConnectorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5013
- const page = _c.value;
5014
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5061
+ for (var _d = true, _e = tslib.__asyncValues(this.listByIotConnectorPagingPage(resourceGroupName, workspaceName, iotConnectorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5062
+ _c = _f.value;
5063
+ _d = false;
5064
+ try {
5065
+ const page = _c;
5066
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5067
+ }
5068
+ finally {
5069
+ _d = true;
5070
+ }
5015
5071
  }
5016
5072
  }
5017
5073
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5018
5074
  finally {
5019
5075
  try {
5020
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5076
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5021
5077
  }
5022
5078
  finally { if (e_1) throw e_1.error; }
5023
5079
  }
@@ -5400,17 +5456,24 @@ class FhirServicesImpl {
5400
5456
  }
5401
5457
  listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
5402
5458
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
5403
- var e_1, _a;
5459
+ var _a, e_1, _b, _c;
5404
5460
  try {
5405
- for (var _b = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5406
- const page = _c.value;
5407
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5461
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5462
+ _c = _f.value;
5463
+ _d = false;
5464
+ try {
5465
+ const page = _c;
5466
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5467
+ }
5468
+ finally {
5469
+ _d = true;
5470
+ }
5408
5471
  }
5409
5472
  }
5410
5473
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5411
5474
  finally {
5412
5475
  try {
5413
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5476
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5414
5477
  }
5415
5478
  finally { if (e_1) throw e_1.error; }
5416
5479
  }
@@ -5827,17 +5890,24 @@ class WorkspacePrivateEndpointConnectionsImpl {
5827
5890
  }
5828
5891
  listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
5829
5892
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
5830
- var e_1, _a;
5893
+ var _a, e_1, _b, _c;
5831
5894
  try {
5832
- for (var _b = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
5833
- const page = _c.value;
5834
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5895
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5896
+ _c = _f.value;
5897
+ _d = false;
5898
+ try {
5899
+ const page = _c;
5900
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5901
+ }
5902
+ finally {
5903
+ _d = true;
5904
+ }
5835
5905
  }
5836
5906
  }
5837
5907
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
5838
5908
  finally {
5839
5909
  try {
5840
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
5910
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
5841
5911
  }
5842
5912
  finally { if (e_1) throw e_1.error; }
5843
5913
  }
@@ -6143,17 +6213,24 @@ class WorkspacePrivateLinkResourcesImpl {
6143
6213
  }
6144
6214
  listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
6145
6215
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
6146
- var e_1, _a;
6216
+ var _a, e_1, _b, _c;
6147
6217
  try {
6148
- for (var _b = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6149
- const page = _c.value;
6150
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6218
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6219
+ _c = _f.value;
6220
+ _d = false;
6221
+ try {
6222
+ const page = _c;
6223
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6224
+ }
6225
+ finally {
6226
+ _d = true;
6227
+ }
6151
6228
  }
6152
6229
  }
6153
6230
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6154
6231
  finally {
6155
6232
  try {
6156
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6233
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6157
6234
  }
6158
6235
  finally { if (e_1) throw e_1.error; }
6159
6236
  }
@@ -6285,17 +6362,24 @@ class OperationsImpl {
6285
6362
  }
6286
6363
  listPagingAll(options) {
6287
6364
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
6288
- var e_1, _a;
6365
+ var _a, e_1, _b, _c;
6289
6366
  try {
6290
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
6291
- const page = _c.value;
6292
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6367
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
6368
+ _c = _f.value;
6369
+ _d = false;
6370
+ try {
6371
+ const page = _c;
6372
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
6373
+ }
6374
+ finally {
6375
+ _d = true;
6376
+ }
6293
6377
  }
6294
6378
  }
6295
6379
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6296
6380
  finally {
6297
6381
  try {
6298
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
6382
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
6299
6383
  }
6300
6384
  finally { if (e_1) throw e_1.error; }
6301
6385
  }