@azure/search-documents 12.0.0-alpha.20231011.3 → 12.0.0-alpha.20231023.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
|
@@ -3821,16 +3821,11 @@ class SearchClient {
|
|
|
3821
3821
|
try {
|
|
3822
3822
|
for (var _d = true, _e = tslib.__asyncValues(this.listSearchResultsPage(searchText, options, {
|
|
3823
3823
|
continuationToken: firstPage.continuationToken,
|
|
3824
|
-
})), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3824
|
+
})), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3825
3825
|
_c = _f.value;
|
|
3826
3826
|
_d = false;
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page.results)));
|
|
3830
|
-
}
|
|
3831
|
-
finally {
|
|
3832
|
-
_d = true;
|
|
3833
|
-
}
|
|
3827
|
+
const page = _c;
|
|
3828
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page.results)));
|
|
3834
3829
|
}
|
|
3835
3830
|
}
|
|
3836
3831
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -11868,16 +11863,11 @@ class SearchIndexClient {
|
|
|
11868
11863
|
return tslib.__asyncGenerator(this, arguments, function* listIndexesAll_1() {
|
|
11869
11864
|
var _a, e_1, _b, _c;
|
|
11870
11865
|
try {
|
|
11871
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listIndexesPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
11866
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listIndexesPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
11872
11867
|
_c = _f.value;
|
|
11873
11868
|
_d = false;
|
|
11874
|
-
|
|
11875
|
-
|
|
11876
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
11877
|
-
}
|
|
11878
|
-
finally {
|
|
11879
|
-
_d = true;
|
|
11880
|
-
}
|
|
11869
|
+
const page = _c;
|
|
11870
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
11881
11871
|
}
|
|
11882
11872
|
}
|
|
11883
11873
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -11930,16 +11920,11 @@ class SearchIndexClient {
|
|
|
11930
11920
|
return tslib.__asyncGenerator(this, arguments, function* listAliasesAll_1() {
|
|
11931
11921
|
var _a, e_2, _b, _c;
|
|
11932
11922
|
try {
|
|
11933
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listAliasesPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
11923
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listAliasesPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
11934
11924
|
_c = _f.value;
|
|
11935
11925
|
_d = false;
|
|
11936
|
-
|
|
11937
|
-
|
|
11938
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
11939
|
-
}
|
|
11940
|
-
finally {
|
|
11941
|
-
_d = true;
|
|
11942
|
-
}
|
|
11926
|
+
const page = _c;
|
|
11927
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
11943
11928
|
}
|
|
11944
11929
|
}
|
|
11945
11930
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -11993,16 +11978,11 @@ class SearchIndexClient {
|
|
|
11993
11978
|
return tslib.__asyncGenerator(this, arguments, function* listIndexesNamesAll_1() {
|
|
11994
11979
|
var _a, e_3, _b, _c;
|
|
11995
11980
|
try {
|
|
11996
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listIndexesNamesPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
11981
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listIndexesNamesPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
11997
11982
|
_c = _f.value;
|
|
11998
11983
|
_d = false;
|
|
11999
|
-
|
|
12000
|
-
|
|
12001
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
12002
|
-
}
|
|
12003
|
-
finally {
|
|
12004
|
-
_d = true;
|
|
12005
|
-
}
|
|
11984
|
+
const page = _c;
|
|
11985
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
12006
11986
|
}
|
|
12007
11987
|
}
|
|
12008
11988
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|