@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/api.js
CHANGED
|
@@ -15292,8 +15292,8 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15292
15292
|
* @param {*} [options] Override http request option.
|
|
15293
15293
|
* @throws {RequiredError}
|
|
15294
15294
|
*/
|
|
15295
|
-
|
|
15296
|
-
const localVarPath = `/admin/
|
|
15295
|
+
adminV1QuerySuggestionsMigrateAllPost: (daysBack_1, minPopularity_1, ...args_1) => __awaiter(this, [daysBack_1, minPopularity_1, ...args_1], void 0, function* (daysBack, minPopularity, options = {}) {
|
|
15296
|
+
const localVarPath = `/admin/v1/query-suggestions/migrate-all`;
|
|
15297
15297
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15298
15298
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
15299
15299
|
let baseOptions;
|
|
@@ -15327,12 +15327,12 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15327
15327
|
* @param {*} [options] Override http request option.
|
|
15328
15328
|
* @throws {RequiredError}
|
|
15329
15329
|
*/
|
|
15330
|
-
|
|
15330
|
+
adminV1QuerySuggestionsXStoreIDBulkPost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15331
15331
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15332
|
-
(0, common_1.assertParamExists)('
|
|
15332
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDBulkPost', 'xStoreID', xStoreID);
|
|
15333
15333
|
// verify required parameter 'body' is not null or undefined
|
|
15334
|
-
(0, common_1.assertParamExists)('
|
|
15335
|
-
const localVarPath = `/admin/
|
|
15334
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDBulkPost', 'body', body);
|
|
15335
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/bulk`
|
|
15336
15336
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15337
15337
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15338
15338
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15365,10 +15365,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15365
15365
|
* @param {*} [options] Override http request option.
|
|
15366
15366
|
* @throws {RequiredError}
|
|
15367
15367
|
*/
|
|
15368
|
-
|
|
15368
|
+
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 = {}) {
|
|
15369
15369
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15370
|
-
(0, common_1.assertParamExists)('
|
|
15371
|
-
const localVarPath = `/admin/
|
|
15370
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDCachedGet', 'xStoreID', xStoreID);
|
|
15371
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/cached`
|
|
15372
15372
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15373
15373
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15374
15374
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15412,10 +15412,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15412
15412
|
* @param {*} [options] Override http request option.
|
|
15413
15413
|
* @throws {RequiredError}
|
|
15414
15414
|
*/
|
|
15415
|
-
|
|
15415
|
+
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 = {}) {
|
|
15416
15416
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15417
|
-
(0, common_1.assertParamExists)('
|
|
15418
|
-
const localVarPath = `/admin/
|
|
15417
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDGet', 'xStoreID', xStoreID);
|
|
15418
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}`
|
|
15419
15419
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15420
15420
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15421
15421
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15465,12 +15465,12 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15465
15465
|
* @param {*} [options] Override http request option.
|
|
15466
15466
|
* @throws {RequiredError}
|
|
15467
15467
|
*/
|
|
15468
|
-
|
|
15468
|
+
adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15469
15469
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15470
|
-
(0, common_1.assertParamExists)('
|
|
15470
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDImportPost', 'xStoreID', xStoreID);
|
|
15471
15471
|
// verify required parameter 'body' is not null or undefined
|
|
15472
|
-
(0, common_1.assertParamExists)('
|
|
15473
|
-
const localVarPath = `/admin/
|
|
15472
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDImportPost', 'body', body);
|
|
15473
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/import`
|
|
15474
15474
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15475
15475
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15476
15476
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15501,12 +15501,12 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15501
15501
|
* @param {*} [options] Override http request option.
|
|
15502
15502
|
* @throws {RequiredError}
|
|
15503
15503
|
*/
|
|
15504
|
-
|
|
15504
|
+
adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15505
15505
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15506
|
-
(0, common_1.assertParamExists)('
|
|
15506
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDManualPost', 'xStoreID', xStoreID);
|
|
15507
15507
|
// verify required parameter 'body' is not null or undefined
|
|
15508
|
-
(0, common_1.assertParamExists)('
|
|
15509
|
-
const localVarPath = `/admin/
|
|
15508
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDManualPost', 'body', body);
|
|
15509
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/manual`
|
|
15510
15510
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15511
15511
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15512
15512
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15538,10 +15538,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15538
15538
|
* @param {*} [options] Override http request option.
|
|
15539
15539
|
* @throws {RequiredError}
|
|
15540
15540
|
*/
|
|
15541
|
-
|
|
15541
|
+
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 = {}) {
|
|
15542
15542
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15543
|
-
(0, common_1.assertParamExists)('
|
|
15544
|
-
const localVarPath = `/admin/
|
|
15543
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDMigratePost', 'xStoreID', xStoreID);
|
|
15544
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/migrate`
|
|
15545
15545
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15546
15546
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15547
15547
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15576,10 +15576,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15576
15576
|
* @param {*} [options] Override http request option.
|
|
15577
15577
|
* @throws {RequiredError}
|
|
15578
15578
|
*/
|
|
15579
|
-
|
|
15579
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID_1, minPopularity_1, ...args_1) => __awaiter(this, [xStoreID_1, minPopularity_1, ...args_1], void 0, function* (xStoreID, minPopularity, options = {}) {
|
|
15580
15580
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15581
|
-
(0, common_1.assertParamExists)('
|
|
15582
|
-
const localVarPath = `/admin/
|
|
15581
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDPromoteAllPost', 'xStoreID', xStoreID);
|
|
15582
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote-all`
|
|
15583
15583
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15584
15584
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15585
15585
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15611,12 +15611,12 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15611
15611
|
* @param {*} [options] Override http request option.
|
|
15612
15612
|
* @throws {RequiredError}
|
|
15613
15613
|
*/
|
|
15614
|
-
|
|
15614
|
+
adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID_1, body_1, ...args_1) => __awaiter(this, [xStoreID_1, body_1, ...args_1], void 0, function* (xStoreID, body, options = {}) {
|
|
15615
15615
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15616
|
-
(0, common_1.assertParamExists)('
|
|
15616
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDPromotePost', 'xStoreID', xStoreID);
|
|
15617
15617
|
// verify required parameter 'body' is not null or undefined
|
|
15618
|
-
(0, common_1.assertParamExists)('
|
|
15619
|
-
const localVarPath = `/admin/
|
|
15618
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDPromotePost', 'body', body);
|
|
15619
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote`
|
|
15620
15620
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15621
15621
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15622
15622
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15648,10 +15648,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15648
15648
|
* @param {*} [options] Override http request option.
|
|
15649
15649
|
* @throws {RequiredError}
|
|
15650
15650
|
*/
|
|
15651
|
-
|
|
15651
|
+
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 = {}) {
|
|
15652
15652
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15653
|
-
(0, common_1.assertParamExists)('
|
|
15654
|
-
const localVarPath = `/admin/
|
|
15653
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDRefreshPost', 'xStoreID', xStoreID);
|
|
15654
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/refresh`
|
|
15655
15655
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15656
15656
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15657
15657
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15685,10 +15685,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15685
15685
|
* @param {*} [options] Override http request option.
|
|
15686
15686
|
* @throws {RequiredError}
|
|
15687
15687
|
*/
|
|
15688
|
-
|
|
15688
|
+
adminV1QuerySuggestionsXStoreIDStatsGet: (xStoreID_1, ...args_1) => __awaiter(this, [xStoreID_1, ...args_1], void 0, function* (xStoreID, options = {}) {
|
|
15689
15689
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15690
|
-
(0, common_1.assertParamExists)('
|
|
15691
|
-
const localVarPath = `/admin/
|
|
15690
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDStatsGet', 'xStoreID', xStoreID);
|
|
15691
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/stats`
|
|
15692
15692
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15693
15693
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15694
15694
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15718,14 +15718,14 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15718
15718
|
* @param {*} [options] Override http request option.
|
|
15719
15719
|
* @throws {RequiredError}
|
|
15720
15720
|
*/
|
|
15721
|
-
|
|
15721
|
+
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 = {}) {
|
|
15722
15722
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15723
|
-
(0, common_1.assertParamExists)('
|
|
15723
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'xStoreID', xStoreID);
|
|
15724
15724
|
// verify required parameter 'suggestionID' is not null or undefined
|
|
15725
|
-
(0, common_1.assertParamExists)('
|
|
15725
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'suggestionID', suggestionID);
|
|
15726
15726
|
// verify required parameter 'status' is not null or undefined
|
|
15727
|
-
(0, common_1.assertParamExists)('
|
|
15728
|
-
const localVarPath = `/admin/
|
|
15727
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'status', status);
|
|
15728
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/{suggestionID}/status`
|
|
15729
15729
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)))
|
|
15730
15730
|
.replace(`{${"suggestionID"}}`, encodeURIComponent(String(suggestionID)));
|
|
15731
15731
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -15757,10 +15757,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15757
15757
|
* @param {*} [options] Override http request option.
|
|
15758
15758
|
* @throws {RequiredError}
|
|
15759
15759
|
*/
|
|
15760
|
-
|
|
15760
|
+
adminV1QuerySuggestionsXStoreIDSyncPost: (xStoreID_1, ...args_1) => __awaiter(this, [xStoreID_1, ...args_1], void 0, function* (xStoreID, options = {}) {
|
|
15761
15761
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15762
|
-
(0, common_1.assertParamExists)('
|
|
15763
|
-
const localVarPath = `/admin/
|
|
15762
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDSyncPost', 'xStoreID', xStoreID);
|
|
15763
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/sync`
|
|
15764
15764
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15765
15765
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15766
15766
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15791,10 +15791,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
15791
15791
|
* @param {*} [options] Override http request option.
|
|
15792
15792
|
* @throws {RequiredError}
|
|
15793
15793
|
*/
|
|
15794
|
-
|
|
15794
|
+
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 = {}) {
|
|
15795
15795
|
// verify required parameter 'xStoreID' is not null or undefined
|
|
15796
|
-
(0, common_1.assertParamExists)('
|
|
15797
|
-
const localVarPath = `/admin/
|
|
15796
|
+
(0, common_1.assertParamExists)('adminV1QuerySuggestionsXStoreIDTypesenseGet', 'xStoreID', xStoreID);
|
|
15797
|
+
const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/typesense`
|
|
15798
15798
|
.replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
|
|
15799
15799
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
15800
15800
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -15842,12 +15842,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15842
15842
|
* @param {*} [options] Override http request option.
|
|
15843
15843
|
* @throws {RequiredError}
|
|
15844
15844
|
*/
|
|
15845
|
-
|
|
15845
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options) {
|
|
15846
15846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15847
15847
|
var _a, _b, _c;
|
|
15848
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15848
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options);
|
|
15849
15849
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15850
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15850
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsMigrateAllPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15851
15851
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15852
15852
|
});
|
|
15853
15853
|
},
|
|
@@ -15859,12 +15859,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15859
15859
|
* @param {*} [options] Override http request option.
|
|
15860
15860
|
* @throws {RequiredError}
|
|
15861
15861
|
*/
|
|
15862
|
-
|
|
15862
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options) {
|
|
15863
15863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15864
15864
|
var _a, _b, _c;
|
|
15865
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15865
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options);
|
|
15866
15866
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15867
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15867
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDBulkPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15868
15868
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15869
15869
|
});
|
|
15870
15870
|
},
|
|
@@ -15878,12 +15878,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15878
15878
|
* @param {*} [options] Override http request option.
|
|
15879
15879
|
* @throws {RequiredError}
|
|
15880
15880
|
*/
|
|
15881
|
-
|
|
15881
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options) {
|
|
15882
15882
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15883
15883
|
var _a, _b, _c;
|
|
15884
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15884
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options);
|
|
15885
15885
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15886
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15886
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDCachedGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15887
15887
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15888
15888
|
});
|
|
15889
15889
|
},
|
|
@@ -15901,12 +15901,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15901
15901
|
* @param {*} [options] Override http request option.
|
|
15902
15902
|
* @throws {RequiredError}
|
|
15903
15903
|
*/
|
|
15904
|
-
|
|
15904
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, 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.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, 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 = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15909
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15910
15910
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15911
15911
|
});
|
|
15912
15912
|
},
|
|
@@ -15918,12 +15918,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15918
15918
|
* @param {*} [options] Override http request option.
|
|
15919
15919
|
* @throws {RequiredError}
|
|
15920
15920
|
*/
|
|
15921
|
-
|
|
15921
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options) {
|
|
15922
15922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15923
15923
|
var _a, _b, _c;
|
|
15924
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15924
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options);
|
|
15925
15925
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15926
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15926
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDImportPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15927
15927
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15928
15928
|
});
|
|
15929
15929
|
},
|
|
@@ -15935,12 +15935,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15935
15935
|
* @param {*} [options] Override http request option.
|
|
15936
15936
|
* @throws {RequiredError}
|
|
15937
15937
|
*/
|
|
15938
|
-
|
|
15938
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, 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.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, 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 = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15943
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDManualPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15944
15944
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15945
15945
|
});
|
|
15946
15946
|
},
|
|
@@ -15953,12 +15953,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15953
15953
|
* @param {*} [options] Override http request option.
|
|
15954
15954
|
* @throws {RequiredError}
|
|
15955
15955
|
*/
|
|
15956
|
-
|
|
15956
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options) {
|
|
15957
15957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15958
15958
|
var _a, _b, _c;
|
|
15959
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15959
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options);
|
|
15960
15960
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15961
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15961
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDMigratePost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15962
15962
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15963
15963
|
});
|
|
15964
15964
|
},
|
|
@@ -15970,12 +15970,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15970
15970
|
* @param {*} [options] Override http request option.
|
|
15971
15971
|
* @throws {RequiredError}
|
|
15972
15972
|
*/
|
|
15973
|
-
|
|
15973
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, 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.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, 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 = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15978
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromoteAllPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15979
15979
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15980
15980
|
});
|
|
15981
15981
|
},
|
|
@@ -15987,12 +15987,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
15987
15987
|
* @param {*} [options] Override http request option.
|
|
15988
15988
|
* @throws {RequiredError}
|
|
15989
15989
|
*/
|
|
15990
|
-
|
|
15990
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options) {
|
|
15991
15991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
15992
15992
|
var _a, _b, _c;
|
|
15993
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
15993
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options);
|
|
15994
15994
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
15995
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
15995
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromotePost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
15996
15996
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
15997
15997
|
});
|
|
15998
15998
|
},
|
|
@@ -16005,12 +16005,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16005
16005
|
* @param {*} [options] Override http request option.
|
|
16006
16006
|
* @throws {RequiredError}
|
|
16007
16007
|
*/
|
|
16008
|
-
|
|
16008
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options) {
|
|
16009
16009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
16010
16010
|
var _a, _b, _c;
|
|
16011
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
16011
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options);
|
|
16012
16012
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
16013
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
16013
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDRefreshPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
16014
16014
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
16015
16015
|
});
|
|
16016
16016
|
},
|
|
@@ -16021,12 +16021,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16021
16021
|
* @param {*} [options] Override http request option.
|
|
16022
16022
|
* @throws {RequiredError}
|
|
16023
16023
|
*/
|
|
16024
|
-
|
|
16024
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options) {
|
|
16025
16025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
16026
16026
|
var _a, _b, _c;
|
|
16027
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
16027
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options);
|
|
16028
16028
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
16029
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
16029
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDStatsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
16030
16030
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
16031
16031
|
});
|
|
16032
16032
|
},
|
|
@@ -16039,12 +16039,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16039
16039
|
* @param {*} [options] Override http request option.
|
|
16040
16040
|
* @throws {RequiredError}
|
|
16041
16041
|
*/
|
|
16042
|
-
|
|
16042
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options) {
|
|
16043
16043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
16044
16044
|
var _a, _b, _c;
|
|
16045
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
16045
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options);
|
|
16046
16046
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
16047
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
16047
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
16048
16048
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
16049
16049
|
});
|
|
16050
16050
|
},
|
|
@@ -16055,12 +16055,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16055
16055
|
* @param {*} [options] Override http request option.
|
|
16056
16056
|
* @throws {RequiredError}
|
|
16057
16057
|
*/
|
|
16058
|
-
|
|
16058
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options) {
|
|
16059
16059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
16060
16060
|
var _a, _b, _c;
|
|
16061
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
16061
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options);
|
|
16062
16062
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
16063
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
16063
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSyncPost']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
16064
16064
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
16065
16065
|
});
|
|
16066
16066
|
},
|
|
@@ -16074,12 +16074,12 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16074
16074
|
* @param {*} [options] Override http request option.
|
|
16075
16075
|
* @throws {RequiredError}
|
|
16076
16076
|
*/
|
|
16077
|
-
|
|
16077
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options) {
|
|
16078
16078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
16079
16079
|
var _a, _b, _c;
|
|
16080
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
16080
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options);
|
|
16081
16081
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
16082
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.
|
|
16082
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDTypesenseGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
16083
16083
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
16084
16084
|
});
|
|
16085
16085
|
},
|
|
@@ -16101,8 +16101,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16101
16101
|
* @param {*} [options] Override http request option.
|
|
16102
16102
|
* @throws {RequiredError}
|
|
16103
16103
|
*/
|
|
16104
|
-
|
|
16105
|
-
return localVarFp.
|
|
16104
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options) {
|
|
16105
|
+
return localVarFp.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
16106
16106
|
},
|
|
16107
16107
|
/**
|
|
16108
16108
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
@@ -16112,8 +16112,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16112
16112
|
* @param {*} [options] Override http request option.
|
|
16113
16113
|
* @throws {RequiredError}
|
|
16114
16114
|
*/
|
|
16115
|
-
|
|
16116
|
-
return localVarFp.
|
|
16115
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options) {
|
|
16116
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16117
16117
|
},
|
|
16118
16118
|
/**
|
|
16119
16119
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
@@ -16125,8 +16125,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16125
16125
|
* @param {*} [options] Override http request option.
|
|
16126
16126
|
* @throws {RequiredError}
|
|
16127
16127
|
*/
|
|
16128
|
-
|
|
16129
|
-
return localVarFp.
|
|
16128
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options) {
|
|
16129
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(axios, basePath));
|
|
16130
16130
|
},
|
|
16131
16131
|
/**
|
|
16132
16132
|
* Retrieve query suggestions with filtering and pagination for management
|
|
@@ -16142,8 +16142,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16142
16142
|
* @param {*} [options] Override http request option.
|
|
16143
16143
|
* @throws {RequiredError}
|
|
16144
16144
|
*/
|
|
16145
|
-
|
|
16146
|
-
return localVarFp.
|
|
16145
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options) {
|
|
16146
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
|
|
16147
16147
|
},
|
|
16148
16148
|
/**
|
|
16149
16149
|
* Import query suggestions from JSON data
|
|
@@ -16153,8 +16153,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16153
16153
|
* @param {*} [options] Override http request option.
|
|
16154
16154
|
* @throws {RequiredError}
|
|
16155
16155
|
*/
|
|
16156
|
-
|
|
16157
|
-
return localVarFp.
|
|
16156
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options) {
|
|
16157
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16158
16158
|
},
|
|
16159
16159
|
/**
|
|
16160
16160
|
* Add a manually created query suggestion for a store
|
|
@@ -16164,8 +16164,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16164
16164
|
* @param {*} [options] Override http request option.
|
|
16165
16165
|
* @throws {RequiredError}
|
|
16166
16166
|
*/
|
|
16167
|
-
|
|
16168
|
-
return localVarFp.
|
|
16167
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options) {
|
|
16168
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16169
16169
|
},
|
|
16170
16170
|
/**
|
|
16171
16171
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
@@ -16176,8 +16176,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16176
16176
|
* @param {*} [options] Override http request option.
|
|
16177
16177
|
* @throws {RequiredError}
|
|
16178
16178
|
*/
|
|
16179
|
-
|
|
16180
|
-
return localVarFp.
|
|
16179
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options) {
|
|
16180
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
16181
16181
|
},
|
|
16182
16182
|
/**
|
|
16183
16183
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
@@ -16187,8 +16187,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16187
16187
|
* @param {*} [options] Override http request option.
|
|
16188
16188
|
* @throws {RequiredError}
|
|
16189
16189
|
*/
|
|
16190
|
-
|
|
16191
|
-
return localVarFp.
|
|
16190
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options) {
|
|
16191
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
|
|
16192
16192
|
},
|
|
16193
16193
|
/**
|
|
16194
16194
|
* Move selected auto-generated suggestions from cache to the management table
|
|
@@ -16198,8 +16198,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16198
16198
|
* @param {*} [options] Override http request option.
|
|
16199
16199
|
* @throws {RequiredError}
|
|
16200
16200
|
*/
|
|
16201
|
-
|
|
16202
|
-
return localVarFp.
|
|
16201
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options) {
|
|
16202
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options).then((request) => request(axios, basePath));
|
|
16203
16203
|
},
|
|
16204
16204
|
/**
|
|
16205
16205
|
* Refresh auto-generated suggestions from search analytics data
|
|
@@ -16210,8 +16210,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16210
16210
|
* @param {*} [options] Override http request option.
|
|
16211
16211
|
* @throws {RequiredError}
|
|
16212
16212
|
*/
|
|
16213
|
-
|
|
16214
|
-
return localVarFp.
|
|
16213
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options) {
|
|
16214
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(axios, basePath));
|
|
16215
16215
|
},
|
|
16216
16216
|
/**
|
|
16217
16217
|
* Get statistics about query suggestions for a store
|
|
@@ -16220,8 +16220,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16220
16220
|
* @param {*} [options] Override http request option.
|
|
16221
16221
|
* @throws {RequiredError}
|
|
16222
16222
|
*/
|
|
16223
|
-
|
|
16224
|
-
return localVarFp.
|
|
16223
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options) {
|
|
16224
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
16225
16225
|
},
|
|
16226
16226
|
/**
|
|
16227
16227
|
* Update the status (enabled/disabled) of a query suggestion
|
|
@@ -16232,8 +16232,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16232
16232
|
* @param {*} [options] Override http request option.
|
|
16233
16233
|
* @throws {RequiredError}
|
|
16234
16234
|
*/
|
|
16235
|
-
|
|
16236
|
-
return localVarFp.
|
|
16235
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options) {
|
|
16236
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
|
|
16237
16237
|
},
|
|
16238
16238
|
/**
|
|
16239
16239
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
@@ -16242,8 +16242,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16242
16242
|
* @param {*} [options] Override http request option.
|
|
16243
16243
|
* @throws {RequiredError}
|
|
16244
16244
|
*/
|
|
16245
|
-
|
|
16246
|
-
return localVarFp.
|
|
16245
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options) {
|
|
16246
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options).then((request) => request(axios, basePath));
|
|
16247
16247
|
},
|
|
16248
16248
|
/**
|
|
16249
16249
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
@@ -16255,8 +16255,8 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
16255
16255
|
* @param {*} [options] Override http request option.
|
|
16256
16256
|
* @throws {RequiredError}
|
|
16257
16257
|
*/
|
|
16258
|
-
|
|
16259
|
-
return localVarFp.
|
|
16258
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options) {
|
|
16259
|
+
return localVarFp.adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(axios, basePath));
|
|
16260
16260
|
},
|
|
16261
16261
|
};
|
|
16262
16262
|
};
|
|
@@ -16277,8 +16277,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16277
16277
|
* @throws {RequiredError}
|
|
16278
16278
|
* @memberof QuerySuggestionsManagementApi
|
|
16279
16279
|
*/
|
|
16280
|
-
|
|
16281
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16280
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options) {
|
|
16281
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16282
16282
|
}
|
|
16283
16283
|
/**
|
|
16284
16284
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
@@ -16289,8 +16289,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16289
16289
|
* @throws {RequiredError}
|
|
16290
16290
|
* @memberof QuerySuggestionsManagementApi
|
|
16291
16291
|
*/
|
|
16292
|
-
|
|
16293
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16292
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options) {
|
|
16293
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16294
16294
|
}
|
|
16295
16295
|
/**
|
|
16296
16296
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
@@ -16303,8 +16303,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16303
16303
|
* @throws {RequiredError}
|
|
16304
16304
|
* @memberof QuerySuggestionsManagementApi
|
|
16305
16305
|
*/
|
|
16306
|
-
|
|
16307
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16306
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options) {
|
|
16307
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16308
16308
|
}
|
|
16309
16309
|
/**
|
|
16310
16310
|
* Retrieve query suggestions with filtering and pagination for management
|
|
@@ -16321,8 +16321,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16321
16321
|
* @throws {RequiredError}
|
|
16322
16322
|
* @memberof QuerySuggestionsManagementApi
|
|
16323
16323
|
*/
|
|
16324
|
-
|
|
16325
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16324
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options) {
|
|
16325
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
16326
16326
|
}
|
|
16327
16327
|
/**
|
|
16328
16328
|
* Import query suggestions from JSON data
|
|
@@ -16333,8 +16333,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16333
16333
|
* @throws {RequiredError}
|
|
16334
16334
|
* @memberof QuerySuggestionsManagementApi
|
|
16335
16335
|
*/
|
|
16336
|
-
|
|
16337
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16336
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options) {
|
|
16337
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16338
16338
|
}
|
|
16339
16339
|
/**
|
|
16340
16340
|
* Add a manually created query suggestion for a store
|
|
@@ -16345,8 +16345,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16345
16345
|
* @throws {RequiredError}
|
|
16346
16346
|
* @memberof QuerySuggestionsManagementApi
|
|
16347
16347
|
*/
|
|
16348
|
-
|
|
16349
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16348
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options) {
|
|
16349
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16350
16350
|
}
|
|
16351
16351
|
/**
|
|
16352
16352
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
@@ -16358,8 +16358,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16358
16358
|
* @throws {RequiredError}
|
|
16359
16359
|
* @memberof QuerySuggestionsManagementApi
|
|
16360
16360
|
*/
|
|
16361
|
-
|
|
16362
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16361
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options) {
|
|
16362
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16363
16363
|
}
|
|
16364
16364
|
/**
|
|
16365
16365
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
@@ -16370,8 +16370,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16370
16370
|
* @throws {RequiredError}
|
|
16371
16371
|
* @memberof QuerySuggestionsManagementApi
|
|
16372
16372
|
*/
|
|
16373
|
-
|
|
16374
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16373
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options) {
|
|
16374
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
16375
16375
|
}
|
|
16376
16376
|
/**
|
|
16377
16377
|
* Move selected auto-generated suggestions from cache to the management table
|
|
@@ -16382,8 +16382,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16382
16382
|
* @throws {RequiredError}
|
|
16383
16383
|
* @memberof QuerySuggestionsManagementApi
|
|
16384
16384
|
*/
|
|
16385
|
-
|
|
16386
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16385
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options) {
|
|
16386
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
|
|
16387
16387
|
}
|
|
16388
16388
|
/**
|
|
16389
16389
|
* Refresh auto-generated suggestions from search analytics data
|
|
@@ -16395,8 +16395,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16395
16395
|
* @throws {RequiredError}
|
|
16396
16396
|
* @memberof QuerySuggestionsManagementApi
|
|
16397
16397
|
*/
|
|
16398
|
-
|
|
16399
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16398
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options) {
|
|
16399
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(this.axios, this.basePath));
|
|
16400
16400
|
}
|
|
16401
16401
|
/**
|
|
16402
16402
|
* Get statistics about query suggestions for a store
|
|
@@ -16406,8 +16406,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16406
16406
|
* @throws {RequiredError}
|
|
16407
16407
|
* @memberof QuerySuggestionsManagementApi
|
|
16408
16408
|
*/
|
|
16409
|
-
|
|
16410
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16409
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options) {
|
|
16410
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
16411
16411
|
}
|
|
16412
16412
|
/**
|
|
16413
16413
|
* Update the status (enabled/disabled) of a query suggestion
|
|
@@ -16419,8 +16419,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16419
16419
|
* @throws {RequiredError}
|
|
16420
16420
|
* @memberof QuerySuggestionsManagementApi
|
|
16421
16421
|
*/
|
|
16422
|
-
|
|
16423
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16422
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options) {
|
|
16423
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(this.axios, this.basePath));
|
|
16424
16424
|
}
|
|
16425
16425
|
/**
|
|
16426
16426
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
@@ -16430,8 +16430,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16430
16430
|
* @throws {RequiredError}
|
|
16431
16431
|
* @memberof QuerySuggestionsManagementApi
|
|
16432
16432
|
*/
|
|
16433
|
-
|
|
16434
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16433
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options) {
|
|
16434
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
16435
16435
|
}
|
|
16436
16436
|
/**
|
|
16437
16437
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
@@ -16444,8 +16444,8 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
16444
16444
|
* @throws {RequiredError}
|
|
16445
16445
|
* @memberof QuerySuggestionsManagementApi
|
|
16446
16446
|
*/
|
|
16447
|
-
|
|
16448
|
-
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).
|
|
16447
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options) {
|
|
16448
|
+
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(this.axios, this.basePath));
|
|
16449
16449
|
}
|
|
16450
16450
|
}
|
|
16451
16451
|
exports.QuerySuggestionsManagementApi = QuerySuggestionsManagementApi;
|