@azure/ai-text-analytics 5.1.1-alpha.20231011.1 → 5.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.
package/dist/index.js
CHANGED
|
@@ -3796,16 +3796,11 @@ class BeginAnalyzeHealthcarePollerOperation extends AnalysisPollOperation {
|
|
|
3796
3796
|
return tslib.__asyncGenerator(this, arguments, function* _listHealthcareEntities_1() {
|
|
3797
3797
|
var _a, e_1, _b, _c;
|
|
3798
3798
|
try {
|
|
3799
|
-
for (var _d = true, _e = tslib.__asyncValues(this._listHealthcareEntitiesPaged(operationId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3799
|
+
for (var _d = true, _e = tslib.__asyncValues(this._listHealthcareEntitiesPaged(operationId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3800
3800
|
_c = _f.value;
|
|
3801
3801
|
_d = false;
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3805
|
-
}
|
|
3806
|
-
finally {
|
|
3807
|
-
_d = true;
|
|
3808
|
-
}
|
|
3802
|
+
const page = _c;
|
|
3803
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3809
3804
|
}
|
|
3810
3805
|
}
|
|
3811
3806
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|