@seekora-ai/admin-api 1.0.54 → 1.0.55
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/README.md +23 -23
- package/api.ts +201 -201
- package/dist/api.d.ts +112 -112
- package/dist/api.js +145 -145
- package/dist/esm/api.d.ts +112 -112
- package/dist/esm/api.js +145 -145
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.55.tgz +0 -0
- package/seekora-ai-admin-api-1.0.54.tgz +0 -0
package/dist/esm/api.js
CHANGED
|
@@ -15189,8 +15189,8 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15189
15189
|
* @param {*} [options] Override http request option.
|
|
15190
15190
|
* @throws {RequiredError}
|
|
15191
15191
|
*/
|
|
15192
|
-
|
|
15193
|
-
const localVarPath = `/admin/
|
|
15192
|
+
adminV1QuerySuggestionsMigrateAllPost: (daysBack_1, minPopularity_1, ...args_1) => __awaiter(this, [daysBack_1, minPopularity_1, ...args_1], void 0, function* (daysBack, minPopularity, options = {}) {
|
|
15193
|
+
const localVarPath = `/admin/v1/query-suggestions/migrate-all`;
|
|
15194
15194
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15195
15195
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
15196
15196
|
let baseOptions;
|
|
@@ -15224,12 +15224,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15224
15224
|
* @param {*} [options] Override http request option.
|
|
15225
15225
|
* @throws {RequiredError}
|
|
15226
15226
|
*/
|
|
15227
|
-
|
|
15227
|
+
adminV1QuerySuggestionsXStoreIDBulkPost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15228
15228
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15229
|
-
assertParamExists('
|
|
15229
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDBulkPost', 'xStoreID', xStoreID);
|
|
15230
15230
|
// verify required parameter 'body' is not null or undefined
|
|
15231
|
-
assertParamExists('
|
|
15232
|
-
const localVarPath = `/admin/
|
|
15231
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDBulkPost', 'body', body);
|
|
15232
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/bulk`
|
|
15233
15233
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15234
15234
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15235
15235
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15262,10 +15262,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15262
15262
|
* @param {*} [options] Override http request option.
|
|
15263
15263
|
* @throws {RequiredError}
|
|
15264
15264
|
*/
|
|
15265
|
-
|
|
15265
|
+
adminV1QuerySuggestionsXStoreIDCachedGet: (xStoreID_1, page_1, pageSize_1, minPopularity_1, ...args_1) => __awaiter(this, [xStoreID_1, page_1, pageSize_1, minPopularity_1, ...args_1], void 0, function* (xStoreID, page, pageSize, minPopularity, options = {}) {
|
|
15266
15266
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15267
|
-
assertParamExists('
|
|
15268
|
-
const localVarPath = `/admin/
|
|
15267
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDCachedGet', 'xStoreID', xStoreID);
|
|
15268
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/cached`
|
|
15269
15269
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15270
15270
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15271
15271
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15309,10 +15309,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15309
15309
|
* @param {*} [options] Override http request option.
|
|
15310
15310
|
* @throws {RequiredError}
|
|
15311
15311
|
*/
|
|
15312
|
-
|
|
15312
|
+
adminV1QuerySuggestionsXStoreIDGet: (xStoreID_1, source_1, status_1, query_1, category_1, tag_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [xStoreID_1, source_1, status_1, query_1, category_1, tag_1, page_1, pageSize_1, ...args_1], void 0, function* (xStoreID, source, status, query, category, tag, page, pageSize, options = {}) {
|
|
15313
15313
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15314
|
-
assertParamExists('
|
|
15315
|
-
const localVarPath = `/admin/
|
|
15314
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDGet', 'xStoreID', xStoreID);
|
|
15315
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}`
|
|
15316
15316
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15317
15317
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15318
15318
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15362,12 +15362,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15362
15362
|
* @param {*} [options] Override http request option.
|
|
15363
15363
|
* @throws {RequiredError}
|
|
15364
15364
|
*/
|
|
15365
|
-
|
|
15365
|
+
adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15366
15366
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15367
|
-
assertParamExists('
|
|
15367
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDImportPost', 'xStoreID', xStoreID);
|
|
15368
15368
|
// verify required parameter 'body' is not null or undefined
|
|
15369
|
-
assertParamExists('
|
|
15370
|
-
const localVarPath = `/admin/
|
|
15369
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDImportPost', 'body', body);
|
|
15370
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/import`
|
|
15371
15371
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15372
15372
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15373
15373
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15398,12 +15398,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15398
15398
|
* @param {*} [options] Override http request option.
|
|
15399
15399
|
* @throws {RequiredError}
|
|
15400
15400
|
*/
|
|
15401
|
-
|
|
15401
|
+
adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15402
15402
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15403
|
-
assertParamExists('
|
|
15403
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDManualPost', 'xStoreID', xStoreID);
|
|
15404
15404
|
// verify required parameter 'body' is not null or undefined
|
|
15405
|
-
assertParamExists('
|
|
15406
|
-
const localVarPath = `/admin/
|
|
15405
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDManualPost', 'body', body);
|
|
15406
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/manual`
|
|
15407
15407
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15408
15408
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15409
15409
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15435,10 +15435,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15435
15435
|
* @param {*} [options] Override http request option.
|
|
15436
15436
|
* @throws {RequiredError}
|
|
15437
15437
|
*/
|
|
15438
|
-
|
|
15438
|
+
adminV1QuerySuggestionsXStoreIDMigratePost: (xStoreID_1, daysBack_1, minPopularity_1, ...args_1) => __awaiter(this, [xStoreID_1, daysBack_1, minPopularity_1, ...args_1], void 0, function* (xStoreID, daysBack, minPopularity, options = {}) {
|
|
15439
15439
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15440
|
-
assertParamExists('
|
|
15441
|
-
const localVarPath = `/admin/
|
|
15440
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDMigratePost', 'xStoreID', xStoreID);
|
|
15441
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/migrate`
|
|
15442
15442
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15443
15443
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15444
15444
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15473,10 +15473,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15473
15473
|
* @param {*} [options] Override http request option.
|
|
15474
15474
|
* @throws {RequiredError}
|
|
15475
15475
|
*/
|
|
15476
|
-
|
|
15476
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID_1, minPopularity_1, ...args_1) => __awaiter(this, [xStoreID_1, minPopularity_1, ...args_1], void 0, function* (xStoreID, minPopularity, options = {}) {
|
|
15477
15477
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15478
|
-
assertParamExists('
|
|
15479
|
-
const localVarPath = `/admin/
|
|
15478
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDPromoteAllPost', 'xStoreID', xStoreID);
|
|
15479
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote-all`
|
|
15480
15480
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15481
15481
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15482
15482
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15508,12 +15508,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15508
15508
|
* @param {*} [options] Override http request option.
|
|
15509
15509
|
* @throws {RequiredError}
|
|
15510
15510
|
*/
|
|
15511
|
-
|
|
15511
|
+
adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15512
15512
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15513
|
-
assertParamExists('
|
|
15513
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDPromotePost', 'xStoreID', xStoreID);
|
|
15514
15514
|
// verify required parameter 'body' is not null or undefined
|
|
15515
|
-
assertParamExists('
|
|
15516
|
-
const localVarPath = `/admin/
|
|
15515
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDPromotePost', 'body', body);
|
|
15516
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote`
|
|
15517
15517
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15518
15518
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15519
15519
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15545,10 +15545,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15545
15545
|
* @param {*} [options] Override http request option.
|
|
15546
15546
|
* @throws {RequiredError}
|
|
15547
15547
|
*/
|
|
15548
|
-
|
|
15548
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost: (xStoreID_1, minPopularity_1, days_1, ...args_1) => __awaiter(this, [xStoreID_1, minPopularity_1, days_1, ...args_1], void 0, function* (xStoreID, minPopularity, days, options = {}) {
|
|
15549
15549
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15550
|
-
assertParamExists('
|
|
15551
|
-
const localVarPath = `/admin/
|
|
15550
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDRefreshPost', 'xStoreID', xStoreID);
|
|
15551
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/refresh`
|
|
15552
15552
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15553
15553
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15554
15554
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15582,10 +15582,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15582
15582
|
* @param {*} [options] Override http request option.
|
|
15583
15583
|
* @throws {RequiredError}
|
|
15584
15584
|
*/
|
|
15585
|
-
|
|
15585
|
+
adminV1QuerySuggestionsXStoreIDStatsGet: (xStoreID_1, ...args_1) => __awaiter(this, [xStoreID_1, ...args_1], void 0, function* (xStoreID, options = {}) {
|
|
15586
15586
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15587
|
-
assertParamExists('
|
|
15588
|
-
const localVarPath = `/admin/
|
|
15587
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDStatsGet', 'xStoreID', xStoreID);
|
|
15588
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/stats`
|
|
15589
15589
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15590
15590
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15591
15591
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15615,14 +15615,14 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15615
15615
|
* @param {*} [options] Override http request option.
|
|
15616
15616
|
* @throws {RequiredError}
|
|
15617
15617
|
*/
|
|
15618
|
-
|
|
15618
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: (xStoreID_1, suggestionID_1, status_1, ...args_1) => __awaiter(this, [xStoreID_1, suggestionID_1, status_1, ...args_1], void 0, function* (xStoreID, suggestionID, status, options = {}) {
|
|
15619
15619
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15620
|
-
assertParamExists('
|
|
15620
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'xStoreID', xStoreID);
|
|
15621
15621
|
// verify required parameter 'suggestionID' is not null or undefined
|
|
15622
|
-
assertParamExists('
|
|
15622
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'suggestionID', suggestionID);
|
|
15623
15623
|
// verify required parameter 'status' is not null or undefined
|
|
15624
|
-
assertParamExists('
|
|
15625
|
-
const localVarPath = `/admin/
|
|
15624
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'status', status);
|
|
15625
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/{suggestionID}/status`
|
|
15626
15626
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)))
|
|
15627
15627
|
.replace(`{${"suggestionID"}}`, encodeURIComponent(String(suggestionID)));
|
|
15628
15628
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -15654,10 +15654,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15654
15654
|
* @param {*} [options] Override http request option.
|
|
15655
15655
|
* @throws {RequiredError}
|
|
15656
15656
|
*/
|
|
15657
|
-
|
|
15657
|
+
adminV1QuerySuggestionsXStoreIDSyncPost: (xStoreID_1, ...args_1) => __awaiter(this, [xStoreID_1, ...args_1], void 0, function* (xStoreID, options = {}) {
|
|
15658
15658
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15659
|
-
assertParamExists('
|
|
15660
|
-
const localVarPath = `/admin/
|
|
15659
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDSyncPost', 'xStoreID', xStoreID);
|
|
15660
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/sync`
|
|
15661
15661
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15662
15662
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15663
15663
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15688,10 +15688,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
15688
15688
|
* @param {*} [options] Override http request option.
|
|
15689
15689
|
* @throws {RequiredError}
|
|
15690
15690
|
*/
|
|
15691
|
-
|
|
15691
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet: (xStoreID_1, query_1, hitsPerPage_1, page_1, ...args_1) => __awaiter(this, [xStoreID_1, query_1, hitsPerPage_1, page_1, ...args_1], void 0, function* (xStoreID, query, hitsPerPage, page, options = {}) {
|
|
15692
15692
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15693
|
-
assertParamExists('
|
|
15694
|
-
const localVarPath = `/admin/
|
|
15693
|
+
assertParamExists('adminV1QuerySuggestionsXStoreIDTypesenseGet', 'xStoreID', xStoreID);
|
|
15694
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/typesense`
|
|
15695
15695
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15696
15696
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15697
15697
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -15738,12 +15738,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15738
15738
|
* @param {*} [options] Override http request option.
|
|
15739
15739
|
* @throws {RequiredError}
|
|
15740
15740
|
*/
|
|
15741
|
-
|
|
15741
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options) {
|
|
15742
15742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15743
15743
|
var _a, _b, _c;
|
|
15744
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15744
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options);
|
|
15745
15745
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15746
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15746
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsMigrateAllPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15747
15747
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15748
15748
|
});
|
|
15749
15749
|
},
|
|
@@ -15755,12 +15755,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15755
15755
|
* @param {*} [options] Override http request option.
|
|
15756
15756
|
* @throws {RequiredError}
|
|
15757
15757
|
*/
|
|
15758
|
-
|
|
15758
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options) {
|
|
15759
15759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15760
15760
|
var _a, _b, _c;
|
|
15761
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15761
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options);
|
|
15762
15762
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15763
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15763
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDBulkPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15764
15764
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15765
15765
|
});
|
|
15766
15766
|
},
|
|
@@ -15774,12 +15774,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15774
15774
|
* @param {*} [options] Override http request option.
|
|
15775
15775
|
* @throws {RequiredError}
|
|
15776
15776
|
*/
|
|
15777
|
-
|
|
15777
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options) {
|
|
15778
15778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15779
15779
|
var _a, _b, _c;
|
|
15780
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15780
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options);
|
|
15781
15781
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15782
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15782
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDCachedGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15783
15783
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15784
15784
|
});
|
|
15785
15785
|
},
|
|
@@ -15797,12 +15797,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15797
15797
|
* @param {*} [options] Override http request option.
|
|
15798
15798
|
* @throws {RequiredError}
|
|
15799
15799
|
*/
|
|
15800
|
-
|
|
15800
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options) {
|
|
15801
15801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15802
15802
|
var _a, _b, _c;
|
|
15803
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15803
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options);
|
|
15804
15804
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15805
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15805
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15806
15806
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15807
15807
|
});
|
|
15808
15808
|
},
|
|
@@ -15814,12 +15814,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15814
15814
|
* @param {*} [options] Override http request option.
|
|
15815
15815
|
* @throws {RequiredError}
|
|
15816
15816
|
*/
|
|
15817
|
-
|
|
15817
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options) {
|
|
15818
15818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15819
15819
|
var _a, _b, _c;
|
|
15820
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15820
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options);
|
|
15821
15821
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15822
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15822
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDImportPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15823
15823
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15824
15824
|
});
|
|
15825
15825
|
},
|
|
@@ -15831,12 +15831,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15831
15831
|
* @param {*} [options] Override http request option.
|
|
15832
15832
|
* @throws {RequiredError}
|
|
15833
15833
|
*/
|
|
15834
|
-
|
|
15834
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options) {
|
|
15835
15835
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15836
15836
|
var _a, _b, _c;
|
|
15837
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15837
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options);
|
|
15838
15838
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15839
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15839
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDManualPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15840
15840
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15841
15841
|
});
|
|
15842
15842
|
},
|
|
@@ -15849,12 +15849,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15849
15849
|
* @param {*} [options] Override http request option.
|
|
15850
15850
|
* @throws {RequiredError}
|
|
15851
15851
|
*/
|
|
15852
|
-
|
|
15852
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options) {
|
|
15853
15853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15854
15854
|
var _a, _b, _c;
|
|
15855
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15855
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options);
|
|
15856
15856
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15857
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15857
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDMigratePost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15858
15858
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15859
15859
|
});
|
|
15860
15860
|
},
|
|
@@ -15866,12 +15866,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15866
15866
|
* @param {*} [options] Override http request option.
|
|
15867
15867
|
* @throws {RequiredError}
|
|
15868
15868
|
*/
|
|
15869
|
-
|
|
15869
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options) {
|
|
15870
15870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15871
15871
|
var _a, _b, _c;
|
|
15872
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15872
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options);
|
|
15873
15873
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15874
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15874
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromoteAllPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15875
15875
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15876
15876
|
});
|
|
15877
15877
|
},
|
|
@@ -15883,12 +15883,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15883
15883
|
* @param {*} [options] Override http request option.
|
|
15884
15884
|
* @throws {RequiredError}
|
|
15885
15885
|
*/
|
|
15886
|
-
|
|
15886
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options) {
|
|
15887
15887
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15888
15888
|
var _a, _b, _c;
|
|
15889
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15889
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options);
|
|
15890
15890
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15891
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15891
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromotePost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15892
15892
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15893
15893
|
});
|
|
15894
15894
|
},
|
|
@@ -15901,12 +15901,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15901
15901
|
* @param {*} [options] Override http request option.
|
|
15902
15902
|
* @throws {RequiredError}
|
|
15903
15903
|
*/
|
|
15904
|
-
|
|
15904
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options) {
|
|
15905
15905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15906
15906
|
var _a, _b, _c;
|
|
15907
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15907
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options);
|
|
15908
15908
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15909
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15909
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDRefreshPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15910
15910
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15911
15911
|
});
|
|
15912
15912
|
},
|
|
@@ -15917,12 +15917,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15917
15917
|
* @param {*} [options] Override http request option.
|
|
15918
15918
|
* @throws {RequiredError}
|
|
15919
15919
|
*/
|
|
15920
|
-
|
|
15920
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options) {
|
|
15921
15921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15922
15922
|
var _a, _b, _c;
|
|
15923
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15923
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options);
|
|
15924
15924
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15925
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15925
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDStatsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15926
15926
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15927
15927
|
});
|
|
15928
15928
|
},
|
|
@@ -15935,12 +15935,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15935
15935
|
* @param {*} [options] Override http request option.
|
|
15936
15936
|
* @throws {RequiredError}
|
|
15937
15937
|
*/
|
|
15938
|
-
|
|
15938
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options) {
|
|
15939
15939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15940
15940
|
var _a, _b, _c;
|
|
15941
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15941
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options);
|
|
15942
15942
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15943
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15943
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15944
15944
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15945
15945
|
});
|
|
15946
15946
|
},
|
|
@@ -15951,12 +15951,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15951
15951
|
* @param {*} [options] Override http request option.
|
|
15952
15952
|
* @throws {RequiredError}
|
|
15953
15953
|
*/
|
|
15954
|
-
|
|
15954
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options) {
|
|
15955
15955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15956
15956
|
var _a, _b, _c;
|
|
15957
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15957
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options);
|
|
15958
15958
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15959
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15959
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSyncPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15960
15960
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15961
15961
|
});
|
|
15962
15962
|
},
|
|
@@ -15970,12 +15970,12 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15970
15970
|
* @param {*} [options] Override http request option.
|
|
15971
15971
|
* @throws {RequiredError}
|
|
15972
15972
|
*/
|
|
15973
|
-
|
|
15973
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options) {
|
|
15974
15974
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15975
15975
|
var _a, _b, _c;
|
|
15976
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15976
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options);
|
|
15977
15977
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15978
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.
|
|
15978
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDTypesenseGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15979
15979
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15980
15980
|
});
|
|
15981
15981
|
},
|
|
@@ -15996,8 +15996,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
15996
15996
|
* @param {*} [options] Override http request option.
|
|
15997
15997
|
* @throws {RequiredError}
|
|
15998
15998
|
*/
|
|
15999
|
-
|
|
16000
|
-
return localVarFp.
|
|
15999
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options) {
|
|
16000
|
+
return localVarFp.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
16001
16001
|
},
|
|
16002
16002
|
/**
|
|
16003
16003
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
@@ -16007,8 +16007,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16007
16007
|
* @param {*} [options] Override http request option.
|
|
16008
16008
|
* @throws {RequiredError}
|
|
16009
16009
|
*/
|
|
16010
|
-
|
|
16011
|
-
return localVarFp.
|
|
16010
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options) {
|
|
16011
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16012
16012
|
},
|
|
16013
16013
|
/**
|
|
16014
16014
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
@@ -16020,8 +16020,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16020
16020
|
* @param {*} [options] Override http request option.
|
|
16021
16021
|
* @throws {RequiredError}
|
|
16022
16022
|
*/
|
|
16023
|
-
|
|
16024
|
-
return localVarFp.
|
|
16023
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options) {
|
|
16024
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(axios, basePath));
|
|
16025
16025
|
},
|
|
16026
16026
|
/**
|
|
16027
16027
|
* Retrieve query suggestions with filtering and pagination for management
|
|
@@ -16037,8 +16037,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16037
16037
|
* @param {*} [options] Override http request option.
|
|
16038
16038
|
* @throws {RequiredError}
|
|
16039
16039
|
*/
|
|
16040
|
-
|
|
16041
|
-
return localVarFp.
|
|
16040
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options) {
|
|
16041
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
|
|
16042
16042
|
},
|
|
16043
16043
|
/**
|
|
16044
16044
|
* Import query suggestions from JSON data
|
|
@@ -16048,8 +16048,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16048
16048
|
* @param {*} [options] Override http request option.
|
|
16049
16049
|
* @throws {RequiredError}
|
|
16050
16050
|
*/
|
|
16051
|
-
|
|
16052
|
-
return localVarFp.
|
|
16051
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options) {
|
|
16052
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16053
16053
|
},
|
|
16054
16054
|
/**
|
|
16055
16055
|
* Add a manually created query suggestion for a store
|
|
@@ -16059,8 +16059,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16059
16059
|
* @param {*} [options] Override http request option.
|
|
16060
16060
|
* @throws {RequiredError}
|
|
16061
16061
|
*/
|
|
16062
|
-
|
|
16063
|
-
return localVarFp.
|
|
16062
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options) {
|
|
16063
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16064
16064
|
},
|
|
16065
16065
|
/**
|
|
16066
16066
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
@@ -16071,8 +16071,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16071
16071
|
* @param {*} [options] Override http request option.
|
|
16072
16072
|
* @throws {RequiredError}
|
|
16073
16073
|
*/
|
|
16074
|
-
|
|
16075
|
-
return localVarFp.
|
|
16074
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options) {
|
|
16075
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
16076
16076
|
},
|
|
16077
16077
|
/**
|
|
16078
16078
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
@@ -16082,8 +16082,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16082
16082
|
* @param {*} [options] Override http request option.
|
|
16083
16083
|
* @throws {RequiredError}
|
|
16084
16084
|
*/
|
|
16085
|
-
|
|
16086
|
-
return localVarFp.
|
|
16085
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options) {
|
|
16086
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
|
|
16087
16087
|
},
|
|
16088
16088
|
/**
|
|
16089
16089
|
* Move selected auto-generated suggestions from cache to the management table
|
|
@@ -16093,8 +16093,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16093
16093
|
* @param {*} [options] Override http request option.
|
|
16094
16094
|
* @throws {RequiredError}
|
|
16095
16095
|
*/
|
|
16096
|
-
|
|
16097
|
-
return localVarFp.
|
|
16096
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options) {
|
|
16097
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16098
16098
|
},
|
|
16099
16099
|
/**
|
|
16100
16100
|
* Refresh auto-generated suggestions from search analytics data
|
|
@@ -16105,8 +16105,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16105
16105
|
* @param {*} [options] Override http request option.
|
|
16106
16106
|
* @throws {RequiredError}
|
|
16107
16107
|
*/
|
|
16108
|
-
|
|
16109
|
-
return localVarFp.
|
|
16108
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options) {
|
|
16109
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(axios, basePath));
|
|
16110
16110
|
},
|
|
16111
16111
|
/**
|
|
16112
16112
|
* Get statistics about query suggestions for a store
|
|
@@ -16115,8 +16115,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16115
16115
|
* @param {*} [options] Override http request option.
|
|
16116
16116
|
* @throws {RequiredError}
|
|
16117
16117
|
*/
|
|
16118
|
-
|
|
16119
|
-
return localVarFp.
|
|
16118
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options) {
|
|
16119
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
16120
16120
|
},
|
|
16121
16121
|
/**
|
|
16122
16122
|
* Update the status (enabled/disabled) of a query suggestion
|
|
@@ -16127,8 +16127,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16127
16127
|
* @param {*} [options] Override http request option.
|
|
16128
16128
|
* @throws {RequiredError}
|
|
16129
16129
|
*/
|
|
16130
|
-
|
|
16131
|
-
return localVarFp.
|
|
16130
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options) {
|
|
16131
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
|
|
16132
16132
|
},
|
|
16133
16133
|
/**
|
|
16134
16134
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
@@ -16137,8 +16137,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16137
16137
|
* @param {*} [options] Override http request option.
|
|
16138
16138
|
* @throws {RequiredError}
|
|
16139
16139
|
*/
|
|
16140
|
-
|
|
16141
|
-
return localVarFp.
|
|
16140
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options) {
|
|
16141
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options).then((request) => request(axios, basePath));
|
|
16142
16142
|
},
|
|
16143
16143
|
/**
|
|
16144
16144
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
@@ -16150,8 +16150,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
16150
16150
|
* @param {*} [options] Override http request option.
|
|
16151
16151
|
* @throws {RequiredError}
|
|
16152
16152
|
*/
|
|
16153
|
-
|
|
16154
|
-
return localVarFp.
|
|
16153
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options) {
|
|
16154
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(axios, basePath));
|
|
16155
16155
|
},
|
|
16156
16156
|
};
|
|
16157
16157
|
};
|
|
@@ -16171,8 +16171,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16171
16171
|
* @throws {RequiredError}
|
|
16172
16172
|
* @memberof QuerySuggestionsManagementApi
|
|
16173
16173
|
*/
|
|
16174
|
-
|
|
16175
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16174
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options) {
|
|
16175
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16176
16176
|
}
|
|
16177
16177
|
/**
|
|
16178
16178
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
@@ -16183,8 +16183,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16183
16183
|
* @throws {RequiredError}
|
|
16184
16184
|
* @memberof QuerySuggestionsManagementApi
|
|
16185
16185
|
*/
|
|
16186
|
-
|
|
16187
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16186
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options) {
|
|
16187
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16188
16188
|
}
|
|
16189
16189
|
/**
|
|
16190
16190
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
@@ -16197,8 +16197,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16197
16197
|
* @throws {RequiredError}
|
|
16198
16198
|
* @memberof QuerySuggestionsManagementApi
|
|
16199
16199
|
*/
|
|
16200
|
-
|
|
16201
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16200
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options) {
|
|
16201
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16202
16202
|
}
|
|
16203
16203
|
/**
|
|
16204
16204
|
* Retrieve query suggestions with filtering and pagination for management
|
|
@@ -16215,8 +16215,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16215
16215
|
* @throws {RequiredError}
|
|
16216
16216
|
* @memberof QuerySuggestionsManagementApi
|
|
16217
16217
|
*/
|
|
16218
|
-
|
|
16219
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16218
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options) {
|
|
16219
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
16220
16220
|
}
|
|
16221
16221
|
/**
|
|
16222
16222
|
* Import query suggestions from JSON data
|
|
@@ -16227,8 +16227,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16227
16227
|
* @throws {RequiredError}
|
|
16228
16228
|
* @memberof QuerySuggestionsManagementApi
|
|
16229
16229
|
*/
|
|
16230
|
-
|
|
16231
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16230
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options) {
|
|
16231
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16232
16232
|
}
|
|
16233
16233
|
/**
|
|
16234
16234
|
* Add a manually created query suggestion for a store
|
|
@@ -16239,8 +16239,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16239
16239
|
* @throws {RequiredError}
|
|
16240
16240
|
* @memberof QuerySuggestionsManagementApi
|
|
16241
16241
|
*/
|
|
16242
|
-
|
|
16243
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16242
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options) {
|
|
16243
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16244
16244
|
}
|
|
16245
16245
|
/**
|
|
16246
16246
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
@@ -16252,8 +16252,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16252
16252
|
* @throws {RequiredError}
|
|
16253
16253
|
* @memberof QuerySuggestionsManagementApi
|
|
16254
16254
|
*/
|
|
16255
|
-
|
|
16256
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16255
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options) {
|
|
16256
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16257
16257
|
}
|
|
16258
16258
|
/**
|
|
16259
16259
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
@@ -16264,8 +16264,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16264
16264
|
* @throws {RequiredError}
|
|
16265
16265
|
* @memberof QuerySuggestionsManagementApi
|
|
16266
16266
|
*/
|
|
16267
|
-
|
|
16268
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16267
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options) {
|
|
16268
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16269
16269
|
}
|
|
16270
16270
|
/**
|
|
16271
16271
|
* Move selected auto-generated suggestions from cache to the management table
|
|
@@ -16276,8 +16276,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16276
16276
|
* @throws {RequiredError}
|
|
16277
16277
|
* @memberof QuerySuggestionsManagementApi
|
|
16278
16278
|
*/
|
|
16279
|
-
|
|
16280
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16279
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options) {
|
|
16280
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16281
16281
|
}
|
|
16282
16282
|
/**
|
|
16283
16283
|
* Refresh auto-generated suggestions from search analytics data
|
|
@@ -16289,8 +16289,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16289
16289
|
* @throws {RequiredError}
|
|
16290
16290
|
* @memberof QuerySuggestionsManagementApi
|
|
16291
16291
|
*/
|
|
16292
|
-
|
|
16293
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16292
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options) {
|
|
16293
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(this.axios, this.basePath));
|
|
16294
16294
|
}
|
|
16295
16295
|
/**
|
|
16296
16296
|
* Get statistics about query suggestions for a store
|
|
@@ -16300,8 +16300,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16300
16300
|
* @throws {RequiredError}
|
|
16301
16301
|
* @memberof QuerySuggestionsManagementApi
|
|
16302
16302
|
*/
|
|
16303
|
-
|
|
16304
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16303
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options) {
|
|
16304
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
16305
16305
|
}
|
|
16306
16306
|
/**
|
|
16307
16307
|
* Update the status (enabled/disabled) of a query suggestion
|
|
@@ -16313,8 +16313,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16313
16313
|
* @throws {RequiredError}
|
|
16314
16314
|
* @memberof QuerySuggestionsManagementApi
|
|
16315
16315
|
*/
|
|
16316
|
-
|
|
16317
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16316
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options) {
|
|
16317
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(this.axios, this.basePath));
|
|
16318
16318
|
}
|
|
16319
16319
|
/**
|
|
16320
16320
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
@@ -16324,8 +16324,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16324
16324
|
* @throws {RequiredError}
|
|
16325
16325
|
* @memberof QuerySuggestionsManagementApi
|
|
16326
16326
|
*/
|
|
16327
|
-
|
|
16328
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16327
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options) {
|
|
16328
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
16329
16329
|
}
|
|
16330
16330
|
/**
|
|
16331
16331
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
@@ -16338,8 +16338,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
16338
16338
|
* @throws {RequiredError}
|
|
16339
16339
|
* @memberof QuerySuggestionsManagementApi
|
|
16340
16340
|
*/
|
|
16341
|
-
|
|
16342
|
-
return QuerySuggestionsManagementApiFp(this.configuration).
|
|
16341
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options) {
|
|
16342
|
+
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(this.axios, this.basePath));
|
|
16343
16343
|
}
|
|
16344
16344
|
}
|
|
16345
16345
|
/**
|