@seekora-ai/admin-api 1.0.60 → 1.0.61
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 +2 -2
- package/api.ts +22 -4
- package/dist/api.d.ts +22 -4
- package/dist/api.js +4 -4
- package/dist/esm/api.d.ts +22 -4
- package/dist/esm/api.js +4 -4
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.61.tgz +0 -0
- package/seekora-ai-admin-api-1.0.60.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
1
|
+
## @seekora-ai/admin-api@1.0.61
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @seekora-ai/admin-api@1.0.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.61 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -5389,6 +5389,12 @@ export interface AnalyticsQuerySuggestionConfig {
|
|
|
5389
5389
|
* @memberof AnalyticsQuerySuggestionConfig
|
|
5390
5390
|
*/
|
|
5391
5391
|
'enable_category_suggestions'?: boolean;
|
|
5392
|
+
/**
|
|
5393
|
+
* Whether to include facet-based suggestions
|
|
5394
|
+
* @type {boolean}
|
|
5395
|
+
* @memberof AnalyticsQuerySuggestionConfig
|
|
5396
|
+
*/
|
|
5397
|
+
'enable_facet_suggestions'?: boolean;
|
|
5392
5398
|
/**
|
|
5393
5399
|
* Whether query suggestions are enabled for the store
|
|
5394
5400
|
* @type {boolean}
|
|
@@ -5992,6 +5998,12 @@ export interface AnalyticsTimeSeriesPoint {
|
|
|
5992
5998
|
* @interface AnalyticsUpdateSuggestionConfigRequest
|
|
5993
5999
|
*/
|
|
5994
6000
|
export interface AnalyticsUpdateSuggestionConfigRequest {
|
|
6001
|
+
/**
|
|
6002
|
+
* Enable/disable facet-based suggestions
|
|
6003
|
+
* @type {boolean}
|
|
6004
|
+
* @memberof AnalyticsUpdateSuggestionConfigRequest
|
|
6005
|
+
*/
|
|
6006
|
+
'enable_facet_suggestions'?: boolean;
|
|
5995
6007
|
/**
|
|
5996
6008
|
* Enable/disable auto-generated suggestions
|
|
5997
6009
|
* @type {boolean}
|
|
@@ -13404,6 +13416,12 @@ export interface DataTypesQuerySuggestionsConfig {
|
|
|
13404
13416
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
13405
13417
|
*/
|
|
13406
13418
|
'enable_category_suggestions'?: boolean;
|
|
13419
|
+
/**
|
|
13420
|
+
* Whether to include facet-based suggestions
|
|
13421
|
+
* @type {boolean}
|
|
13422
|
+
* @memberof DataTypesQuerySuggestionsConfig
|
|
13423
|
+
*/
|
|
13424
|
+
'enable_facet_suggestions'?: boolean;
|
|
13407
13425
|
/**
|
|
13408
13426
|
* Whether query suggestions are enabled for the store
|
|
13409
13427
|
* @type {boolean}
|
|
@@ -34115,7 +34133,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
34115
34133
|
};
|
|
34116
34134
|
},
|
|
34117
34135
|
/**
|
|
34118
|
-
* Enable or disable auto-generated and
|
|
34136
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
34119
34137
|
* @summary Update Query Suggestions Configuration
|
|
34120
34138
|
* @param {string} xStoreID Store ID
|
|
34121
34139
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -34908,7 +34926,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
34908
34926
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
34909
34927
|
},
|
|
34910
34928
|
/**
|
|
34911
|
-
* Enable or disable auto-generated and
|
|
34929
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
34912
34930
|
* @summary Update Query Suggestions Configuration
|
|
34913
34931
|
* @param {string} xStoreID Store ID
|
|
34914
34932
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -35197,7 +35215,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
35197
35215
|
return localVarFp.adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
35198
35216
|
},
|
|
35199
35217
|
/**
|
|
35200
|
-
* Enable or disable auto-generated and
|
|
35218
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
35201
35219
|
* @summary Update Query Suggestions Configuration
|
|
35202
35220
|
* @param {string} xStoreID Store ID
|
|
35203
35221
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -35446,7 +35464,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
35446
35464
|
}
|
|
35447
35465
|
|
|
35448
35466
|
/**
|
|
35449
|
-
* Enable or disable auto-generated and
|
|
35467
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
35450
35468
|
* @summary Update Query Suggestions Configuration
|
|
35451
35469
|
* @param {string} xStoreID Store ID
|
|
35452
35470
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
package/dist/api.d.ts
CHANGED
|
@@ -5391,6 +5391,12 @@ export interface AnalyticsQuerySuggestionConfig {
|
|
|
5391
5391
|
* @memberof AnalyticsQuerySuggestionConfig
|
|
5392
5392
|
*/
|
|
5393
5393
|
'enable_category_suggestions'?: boolean;
|
|
5394
|
+
/**
|
|
5395
|
+
* Whether to include facet-based suggestions
|
|
5396
|
+
* @type {boolean}
|
|
5397
|
+
* @memberof AnalyticsQuerySuggestionConfig
|
|
5398
|
+
*/
|
|
5399
|
+
'enable_facet_suggestions'?: boolean;
|
|
5394
5400
|
/**
|
|
5395
5401
|
* Whether query suggestions are enabled for the store
|
|
5396
5402
|
* @type {boolean}
|
|
@@ -5992,6 +5998,12 @@ export interface AnalyticsTimeSeriesPoint {
|
|
|
5992
5998
|
* @interface AnalyticsUpdateSuggestionConfigRequest
|
|
5993
5999
|
*/
|
|
5994
6000
|
export interface AnalyticsUpdateSuggestionConfigRequest {
|
|
6001
|
+
/**
|
|
6002
|
+
* Enable/disable facet-based suggestions
|
|
6003
|
+
* @type {boolean}
|
|
6004
|
+
* @memberof AnalyticsUpdateSuggestionConfigRequest
|
|
6005
|
+
*/
|
|
6006
|
+
'enable_facet_suggestions'?: boolean;
|
|
5995
6007
|
/**
|
|
5996
6008
|
* Enable/disable auto-generated suggestions
|
|
5997
6009
|
* @type {boolean}
|
|
@@ -13434,6 +13446,12 @@ export interface DataTypesQuerySuggestionsConfig {
|
|
|
13434
13446
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
13435
13447
|
*/
|
|
13436
13448
|
'enable_category_suggestions'?: boolean;
|
|
13449
|
+
/**
|
|
13450
|
+
* Whether to include facet-based suggestions
|
|
13451
|
+
* @type {boolean}
|
|
13452
|
+
* @memberof DataTypesQuerySuggestionsConfig
|
|
13453
|
+
*/
|
|
13454
|
+
'enable_facet_suggestions'?: boolean;
|
|
13437
13455
|
/**
|
|
13438
13456
|
* Whether query suggestions are enabled for the store
|
|
13439
13457
|
* @type {boolean}
|
|
@@ -25319,7 +25337,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
25319
25337
|
*/
|
|
25320
25338
|
adminV1QuerySuggestionsXStoreIDConfigGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25321
25339
|
/**
|
|
25322
|
-
* Enable or disable auto-generated and
|
|
25340
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25323
25341
|
* @summary Update Query Suggestions Configuration
|
|
25324
25342
|
* @param {string} xStoreID Store ID
|
|
25325
25343
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -25516,7 +25534,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
25516
25534
|
*/
|
|
25517
25535
|
adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDConfigGet200Response>>;
|
|
25518
25536
|
/**
|
|
25519
|
-
* Enable or disable auto-generated and
|
|
25537
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25520
25538
|
* @summary Update Query Suggestions Configuration
|
|
25521
25539
|
* @param {string} xStoreID Store ID
|
|
25522
25540
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -25713,7 +25731,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
25713
25731
|
*/
|
|
25714
25732
|
adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDConfigGet200Response>;
|
|
25715
25733
|
/**
|
|
25716
|
-
* Enable or disable auto-generated and
|
|
25734
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25717
25735
|
* @summary Update Query Suggestions Configuration
|
|
25718
25736
|
* @param {string} xStoreID Store ID
|
|
25719
25737
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -25916,7 +25934,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
25916
25934
|
*/
|
|
25917
25935
|
adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDConfigGet200Response, any, {}>>;
|
|
25918
25936
|
/**
|
|
25919
|
-
* Enable or disable auto-generated and
|
|
25937
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25920
25938
|
* @summary Update Query Suggestions Configuration
|
|
25921
25939
|
* @param {string} xStoreID Store ID
|
|
25922
25940
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
package/dist/api.js
CHANGED
|
@@ -16229,7 +16229,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
16229
16229
|
};
|
|
16230
16230
|
}),
|
|
16231
16231
|
/**
|
|
16232
|
-
* Enable or disable auto-generated and
|
|
16232
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
16233
16233
|
* @summary Update Query Suggestions Configuration
|
|
16234
16234
|
* @param {string} xStoreID Store ID
|
|
16235
16235
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -16916,7 +16916,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16916
16916
|
});
|
|
16917
16917
|
},
|
|
16918
16918
|
/**
|
|
16919
|
-
* Enable or disable auto-generated and
|
|
16919
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
16920
16920
|
* @summary Update Query Suggestions Configuration
|
|
16921
16921
|
* @param {string} xStoreID Store ID
|
|
16922
16922
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -17253,7 +17253,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
17253
17253
|
return localVarFp.adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
17254
17254
|
},
|
|
17255
17255
|
/**
|
|
17256
|
-
* Enable or disable auto-generated and
|
|
17256
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
17257
17257
|
* @summary Update Query Suggestions Configuration
|
|
17258
17258
|
* @param {string} xStoreID Store ID
|
|
17259
17259
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -17498,7 +17498,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
17498
17498
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
17499
17499
|
}
|
|
17500
17500
|
/**
|
|
17501
|
-
* Enable or disable auto-generated and
|
|
17501
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
17502
17502
|
* @summary Update Query Suggestions Configuration
|
|
17503
17503
|
* @param {string} xStoreID Store ID
|
|
17504
17504
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -5391,6 +5391,12 @@ export interface AnalyticsQuerySuggestionConfig {
|
|
|
5391
5391
|
* @memberof AnalyticsQuerySuggestionConfig
|
|
5392
5392
|
*/
|
|
5393
5393
|
'enable_category_suggestions'?: boolean;
|
|
5394
|
+
/**
|
|
5395
|
+
* Whether to include facet-based suggestions
|
|
5396
|
+
* @type {boolean}
|
|
5397
|
+
* @memberof AnalyticsQuerySuggestionConfig
|
|
5398
|
+
*/
|
|
5399
|
+
'enable_facet_suggestions'?: boolean;
|
|
5394
5400
|
/**
|
|
5395
5401
|
* Whether query suggestions are enabled for the store
|
|
5396
5402
|
* @type {boolean}
|
|
@@ -5992,6 +5998,12 @@ export interface AnalyticsTimeSeriesPoint {
|
|
|
5992
5998
|
* @interface AnalyticsUpdateSuggestionConfigRequest
|
|
5993
5999
|
*/
|
|
5994
6000
|
export interface AnalyticsUpdateSuggestionConfigRequest {
|
|
6001
|
+
/**
|
|
6002
|
+
* Enable/disable facet-based suggestions
|
|
6003
|
+
* @type {boolean}
|
|
6004
|
+
* @memberof AnalyticsUpdateSuggestionConfigRequest
|
|
6005
|
+
*/
|
|
6006
|
+
'enable_facet_suggestions'?: boolean;
|
|
5995
6007
|
/**
|
|
5996
6008
|
* Enable/disable auto-generated suggestions
|
|
5997
6009
|
* @type {boolean}
|
|
@@ -13434,6 +13446,12 @@ export interface DataTypesQuerySuggestionsConfig {
|
|
|
13434
13446
|
* @memberof DataTypesQuerySuggestionsConfig
|
|
13435
13447
|
*/
|
|
13436
13448
|
'enable_category_suggestions'?: boolean;
|
|
13449
|
+
/**
|
|
13450
|
+
* Whether to include facet-based suggestions
|
|
13451
|
+
* @type {boolean}
|
|
13452
|
+
* @memberof DataTypesQuerySuggestionsConfig
|
|
13453
|
+
*/
|
|
13454
|
+
'enable_facet_suggestions'?: boolean;
|
|
13437
13455
|
/**
|
|
13438
13456
|
* Whether query suggestions are enabled for the store
|
|
13439
13457
|
* @type {boolean}
|
|
@@ -25319,7 +25337,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
25319
25337
|
*/
|
|
25320
25338
|
adminV1QuerySuggestionsXStoreIDConfigGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25321
25339
|
/**
|
|
25322
|
-
* Enable or disable auto-generated and
|
|
25340
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25323
25341
|
* @summary Update Query Suggestions Configuration
|
|
25324
25342
|
* @param {string} xStoreID Store ID
|
|
25325
25343
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -25516,7 +25534,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
25516
25534
|
*/
|
|
25517
25535
|
adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDConfigGet200Response>>;
|
|
25518
25536
|
/**
|
|
25519
|
-
* Enable or disable auto-generated and
|
|
25537
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25520
25538
|
* @summary Update Query Suggestions Configuration
|
|
25521
25539
|
* @param {string} xStoreID Store ID
|
|
25522
25540
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -25713,7 +25731,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
25713
25731
|
*/
|
|
25714
25732
|
adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDConfigGet200Response>;
|
|
25715
25733
|
/**
|
|
25716
|
-
* Enable or disable auto-generated and
|
|
25734
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25717
25735
|
* @summary Update Query Suggestions Configuration
|
|
25718
25736
|
* @param {string} xStoreID Store ID
|
|
25719
25737
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -25916,7 +25934,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
25916
25934
|
*/
|
|
25917
25935
|
adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDConfigGet200Response, any, {}>>;
|
|
25918
25936
|
/**
|
|
25919
|
-
* Enable or disable auto-generated and
|
|
25937
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
25920
25938
|
* @summary Update Query Suggestions Configuration
|
|
25921
25939
|
* @param {string} xStoreID Store ID
|
|
25922
25940
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
package/dist/esm/api.js
CHANGED
|
@@ -16122,7 +16122,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
16122
16122
|
};
|
|
16123
16123
|
}),
|
|
16124
16124
|
/**
|
|
16125
|
-
* Enable or disable auto-generated and
|
|
16125
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
16126
16126
|
* @summary Update Query Suggestions Configuration
|
|
16127
16127
|
* @param {string} xStoreID Store ID
|
|
16128
16128
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -16808,7 +16808,7 @@ export const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
16808
16808
|
});
|
|
16809
16809
|
},
|
|
16810
16810
|
/**
|
|
16811
|
-
* Enable or disable auto-generated and
|
|
16811
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
16812
16812
|
* @summary Update Query Suggestions Configuration
|
|
16813
16813
|
* @param {string} xStoreID Store ID
|
|
16814
16814
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -17144,7 +17144,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration, bas
|
|
|
17144
17144
|
return localVarFp.adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
17145
17145
|
},
|
|
17146
17146
|
/**
|
|
17147
|
-
* Enable or disable auto-generated and
|
|
17147
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
17148
17148
|
* @summary Update Query Suggestions Configuration
|
|
17149
17149
|
* @param {string} xStoreID Store ID
|
|
17150
17150
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
|
@@ -17388,7 +17388,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
17388
17388
|
return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDConfigGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
17389
17389
|
}
|
|
17390
17390
|
/**
|
|
17391
|
-
* Enable or disable auto-generated and
|
|
17391
|
+
* Enable or disable auto-generated, manual, imported, and facet-based query suggestions for a store
|
|
17392
17392
|
* @summary Update Query Suggestions Configuration
|
|
17393
17393
|
* @param {string} xStoreID Store ID
|
|
17394
17394
|
* @param {AnalyticsUpdateSuggestionConfigRequest} analyticsUpdateSuggestionConfigRequest Configuration update request
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|