@seekora-ai/admin-api 1.1.37 → 1.1.38
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 +11 -10
- package/api.ts +334 -434
- package/dist/api.d.ts +329 -350
- package/dist/api.js +213 -374
- package/dist/esm/api.d.ts +329 -350
- package/dist/esm/api.js +213 -374
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.38.tgz +0 -0
- package/seekora-ai-admin-api-1.1.37.tgz +0 -0
package/api.ts
CHANGED
|
@@ -792,49 +792,6 @@ export interface AdminPaymentGatewayVerifyInvoicePostRequest {
|
|
|
792
792
|
*/
|
|
793
793
|
'gateway_order_id'?: string;
|
|
794
794
|
}
|
|
795
|
-
/**
|
|
796
|
-
*
|
|
797
|
-
* @export
|
|
798
|
-
* @interface AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
799
|
-
*/
|
|
800
|
-
export interface AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response {
|
|
801
|
-
/**
|
|
802
|
-
* Comparison metadata when in compare mode
|
|
803
|
-
* @type {AnalyticsComparisonMeta}
|
|
804
|
-
* @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
805
|
-
*/
|
|
806
|
-
'comparison'?: AnalyticsComparisonMeta;
|
|
807
|
-
/**
|
|
808
|
-
*
|
|
809
|
-
* @type {Array<QuerySuggestionsServiceQuerySuggestionRecord>}
|
|
810
|
-
* @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
811
|
-
*/
|
|
812
|
-
'data'?: Array<QuerySuggestionsServiceQuerySuggestionRecord>;
|
|
813
|
-
/**
|
|
814
|
-
*
|
|
815
|
-
* @type {string}
|
|
816
|
-
* @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
817
|
-
*/
|
|
818
|
-
'error'?: string;
|
|
819
|
-
/**
|
|
820
|
-
*
|
|
821
|
-
* @type {string}
|
|
822
|
-
* @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
823
|
-
*/
|
|
824
|
-
'status'?: string;
|
|
825
|
-
/**
|
|
826
|
-
*
|
|
827
|
-
* @type {string}
|
|
828
|
-
* @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
829
|
-
*/
|
|
830
|
-
'timestamp'?: string;
|
|
831
|
-
/**
|
|
832
|
-
*
|
|
833
|
-
* @type {number}
|
|
834
|
-
* @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
|
|
835
|
-
*/
|
|
836
|
-
'total'?: number;
|
|
837
|
-
}
|
|
838
795
|
/**
|
|
839
796
|
*
|
|
840
797
|
* @export
|
|
@@ -1136,6 +1093,49 @@ export interface AdminV1QuerySuggestionsXStoreIDGet200Response {
|
|
|
1136
1093
|
*/
|
|
1137
1094
|
'total'?: number;
|
|
1138
1095
|
}
|
|
1096
|
+
/**
|
|
1097
|
+
*
|
|
1098
|
+
* @export
|
|
1099
|
+
* @interface AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1100
|
+
*/
|
|
1101
|
+
export interface AdminV1QuerySuggestionsXStoreIDImportPost201Response {
|
|
1102
|
+
/**
|
|
1103
|
+
* Comparison metadata when in compare mode
|
|
1104
|
+
* @type {AnalyticsComparisonMeta}
|
|
1105
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1106
|
+
*/
|
|
1107
|
+
'comparison'?: AnalyticsComparisonMeta;
|
|
1108
|
+
/**
|
|
1109
|
+
*
|
|
1110
|
+
* @type {Array<QuerySuggestionsServiceQuerySuggestionRecord>}
|
|
1111
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1112
|
+
*/
|
|
1113
|
+
'data'?: Array<QuerySuggestionsServiceQuerySuggestionRecord>;
|
|
1114
|
+
/**
|
|
1115
|
+
*
|
|
1116
|
+
* @type {string}
|
|
1117
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1118
|
+
*/
|
|
1119
|
+
'error'?: string;
|
|
1120
|
+
/**
|
|
1121
|
+
*
|
|
1122
|
+
* @type {string}
|
|
1123
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1124
|
+
*/
|
|
1125
|
+
'status'?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
*
|
|
1128
|
+
* @type {string}
|
|
1129
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1130
|
+
*/
|
|
1131
|
+
'timestamp'?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
*
|
|
1134
|
+
* @type {number}
|
|
1135
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
1136
|
+
*/
|
|
1137
|
+
'total'?: number;
|
|
1138
|
+
}
|
|
1139
1139
|
/**
|
|
1140
1140
|
*
|
|
1141
1141
|
* @export
|
|
@@ -10089,6 +10089,31 @@ export interface DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping {
|
|
|
10089
10089
|
*/
|
|
10090
10090
|
'status'?: number;
|
|
10091
10091
|
}
|
|
10092
|
+
/**
|
|
10093
|
+
*
|
|
10094
|
+
* @export
|
|
10095
|
+
* @interface DataTypesGenericResponseArrayString
|
|
10096
|
+
*/
|
|
10097
|
+
export interface DataTypesGenericResponseArrayString {
|
|
10098
|
+
/**
|
|
10099
|
+
*
|
|
10100
|
+
* @type {Array<string>}
|
|
10101
|
+
* @memberof DataTypesGenericResponseArrayString
|
|
10102
|
+
*/
|
|
10103
|
+
'data'?: Array<string>;
|
|
10104
|
+
/**
|
|
10105
|
+
*
|
|
10106
|
+
* @type {string}
|
|
10107
|
+
* @memberof DataTypesGenericResponseArrayString
|
|
10108
|
+
*/
|
|
10109
|
+
'message'?: string;
|
|
10110
|
+
/**
|
|
10111
|
+
*
|
|
10112
|
+
* @type {number}
|
|
10113
|
+
* @memberof DataTypesGenericResponseArrayString
|
|
10114
|
+
*/
|
|
10115
|
+
'status'?: number;
|
|
10116
|
+
}
|
|
10092
10117
|
/**
|
|
10093
10118
|
*
|
|
10094
10119
|
* @export
|
|
@@ -10314,6 +10339,31 @@ export interface DataTypesGenericResponseDataTypesReceipt {
|
|
|
10314
10339
|
*/
|
|
10315
10340
|
'status'?: number;
|
|
10316
10341
|
}
|
|
10342
|
+
/**
|
|
10343
|
+
*
|
|
10344
|
+
* @export
|
|
10345
|
+
* @interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10346
|
+
*/
|
|
10347
|
+
export interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse {
|
|
10348
|
+
/**
|
|
10349
|
+
*
|
|
10350
|
+
* @type {DataTypesRegenerateXStoreSecretResponse}
|
|
10351
|
+
* @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10352
|
+
*/
|
|
10353
|
+
'data'?: DataTypesRegenerateXStoreSecretResponse;
|
|
10354
|
+
/**
|
|
10355
|
+
*
|
|
10356
|
+
* @type {string}
|
|
10357
|
+
* @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10358
|
+
*/
|
|
10359
|
+
'message'?: string;
|
|
10360
|
+
/**
|
|
10361
|
+
*
|
|
10362
|
+
* @type {number}
|
|
10363
|
+
* @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10364
|
+
*/
|
|
10365
|
+
'status'?: number;
|
|
10366
|
+
}
|
|
10317
10367
|
/**
|
|
10318
10368
|
*
|
|
10319
10369
|
* @export
|
|
@@ -17229,6 +17279,25 @@ export interface DataTypesRefundStatusDto {
|
|
|
17229
17279
|
*/
|
|
17230
17280
|
'updated_at'?: string;
|
|
17231
17281
|
}
|
|
17282
|
+
/**
|
|
17283
|
+
*
|
|
17284
|
+
* @export
|
|
17285
|
+
* @interface DataTypesRegenerateXStoreSecretResponse
|
|
17286
|
+
*/
|
|
17287
|
+
export interface DataTypesRegenerateXStoreSecretResponse {
|
|
17288
|
+
/**
|
|
17289
|
+
*
|
|
17290
|
+
* @type {string}
|
|
17291
|
+
* @memberof DataTypesRegenerateXStoreSecretResponse
|
|
17292
|
+
*/
|
|
17293
|
+
'new_xstore_secret'?: string;
|
|
17294
|
+
/**
|
|
17295
|
+
*
|
|
17296
|
+
* @type {string}
|
|
17297
|
+
* @memberof DataTypesRegenerateXStoreSecretResponse
|
|
17298
|
+
*/
|
|
17299
|
+
'old_xstore_secret'?: string;
|
|
17300
|
+
}
|
|
17232
17301
|
/**
|
|
17233
17302
|
*
|
|
17234
17303
|
* @export
|
|
@@ -17719,7 +17788,7 @@ export interface DataTypesRoleRightWithMenu {
|
|
|
17719
17788
|
*/
|
|
17720
17789
|
'isEnabled'?: boolean;
|
|
17721
17790
|
/**
|
|
17722
|
-
*
|
|
17791
|
+
* Optional menu details - may be missing in request payloads
|
|
17723
17792
|
* @type {DataTypesMenu}
|
|
17724
17793
|
* @memberof DataTypesRoleRightWithMenu
|
|
17725
17794
|
*/
|
|
@@ -26013,7 +26082,7 @@ export const AccountSettingsApiAxiosParamCreator = function (configuration?: Con
|
|
|
26013
26082
|
};
|
|
26014
26083
|
},
|
|
26015
26084
|
/**
|
|
26016
|
-
* Updates the organization details of the currently logged-in user
|
|
26085
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26017
26086
|
* @summary Update user\'s organization
|
|
26018
26087
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26019
26088
|
* @param {*} [options] Override http request option.
|
|
@@ -26249,7 +26318,7 @@ export const AccountSettingsApiFp = function(configuration?: Configuration) {
|
|
|
26249
26318
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
26250
26319
|
},
|
|
26251
26320
|
/**
|
|
26252
|
-
* Updates the organization details of the currently logged-in user
|
|
26321
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26253
26322
|
* @summary Update user\'s organization
|
|
26254
26323
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26255
26324
|
* @param {*} [options] Override http request option.
|
|
@@ -26351,7 +26420,7 @@ export const AccountSettingsApiFactory = function (configuration?: Configuration
|
|
|
26351
26420
|
return localVarFp.accountSettingsOrganizationLogoPut(logo, options).then((request) => request(axios, basePath));
|
|
26352
26421
|
},
|
|
26353
26422
|
/**
|
|
26354
|
-
* Updates the organization details of the currently logged-in user
|
|
26423
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26355
26424
|
* @summary Update user\'s organization
|
|
26356
26425
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26357
26426
|
* @param {*} [options] Override http request option.
|
|
@@ -26444,7 +26513,7 @@ export class AccountSettingsApi extends BaseAPI {
|
|
|
26444
26513
|
}
|
|
26445
26514
|
|
|
26446
26515
|
/**
|
|
26447
|
-
* Updates the organization details of the currently logged-in user
|
|
26516
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26448
26517
|
* @summary Update user\'s organization
|
|
26449
26518
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26450
26519
|
* @param {*} [options] Override http request option.
|
|
@@ -32646,7 +32715,7 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
32646
32715
|
};
|
|
32647
32716
|
},
|
|
32648
32717
|
/**
|
|
32649
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
32718
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
32650
32719
|
* @summary Create Analytics Rule
|
|
32651
32720
|
* @param {string} authorization Bearer JWT token
|
|
32652
32721
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -32690,49 +32759,6 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
32690
32759
|
options: localVarRequestOptions,
|
|
32691
32760
|
};
|
|
32692
32761
|
},
|
|
32693
|
-
/**
|
|
32694
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
32695
|
-
* @summary Delete Analytics Rule
|
|
32696
|
-
* @param {string} authorization Bearer JWT token
|
|
32697
|
-
* @param {string} ruleId Rule ID
|
|
32698
|
-
* @param {*} [options] Override http request option.
|
|
32699
|
-
* @throws {RequiredError}
|
|
32700
|
-
*/
|
|
32701
|
-
adminV1AnalyticsRulesRuleIdDelete: async (authorization: string, ruleId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
32702
|
-
// verify required parameter 'authorization' is not null or undefined
|
|
32703
|
-
assertParamExists('adminV1AnalyticsRulesRuleIdDelete', 'authorization', authorization)
|
|
32704
|
-
// verify required parameter 'ruleId' is not null or undefined
|
|
32705
|
-
assertParamExists('adminV1AnalyticsRulesRuleIdDelete', 'ruleId', ruleId)
|
|
32706
|
-
const localVarPath = `/admin/v1/analytics/rules/{ruleId}`
|
|
32707
|
-
.replace(`{${"ruleId"}}`, encodeURIComponent(String(ruleId)));
|
|
32708
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
32709
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
32710
|
-
let baseOptions;
|
|
32711
|
-
if (configuration) {
|
|
32712
|
-
baseOptions = configuration.baseOptions;
|
|
32713
|
-
}
|
|
32714
|
-
|
|
32715
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
32716
|
-
const localVarHeaderParameter = {} as any;
|
|
32717
|
-
const localVarQueryParameter = {} as any;
|
|
32718
|
-
|
|
32719
|
-
// authentication BearerAuth required
|
|
32720
|
-
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
32721
|
-
|
|
32722
|
-
|
|
32723
|
-
|
|
32724
|
-
if (authorization != null) {
|
|
32725
|
-
localVarHeaderParameter['Authorization'] = String(authorization);
|
|
32726
|
-
}
|
|
32727
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
32728
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
32729
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
32730
|
-
|
|
32731
|
-
return {
|
|
32732
|
-
url: toPathString(localVarUrlObj),
|
|
32733
|
-
options: localVarRequestOptions,
|
|
32734
|
-
};
|
|
32735
|
-
},
|
|
32736
32762
|
/**
|
|
32737
32763
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
32738
32764
|
* @summary Get Analytics Rule
|
|
@@ -32777,7 +32803,7 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
32777
32803
|
};
|
|
32778
32804
|
},
|
|
32779
32805
|
/**
|
|
32780
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
32806
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
32781
32807
|
* @summary Update Analytics Rule
|
|
32782
32808
|
* @param {string} authorization Bearer JWT token
|
|
32783
32809
|
* @param {string} ruleId Rule ID
|
|
@@ -33060,10 +33086,10 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
33060
33086
|
};
|
|
33061
33087
|
},
|
|
33062
33088
|
/**
|
|
33063
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33089
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33064
33090
|
* @summary Create Analytics Rule
|
|
33065
33091
|
* @param {string} authorization Bearer JWT token
|
|
33066
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33092
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33067
33093
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33068
33094
|
* @param {*} [options] Override http request option.
|
|
33069
33095
|
* @throws {RequiredError}
|
|
@@ -33108,53 +33134,6 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
33108
33134
|
options: localVarRequestOptions,
|
|
33109
33135
|
};
|
|
33110
33136
|
},
|
|
33111
|
-
/**
|
|
33112
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33113
|
-
* @summary Delete Analytics Rule
|
|
33114
|
-
* @param {string} authorization Bearer JWT token
|
|
33115
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33116
|
-
* @param {string} ruleId Rule ID
|
|
33117
|
-
* @param {*} [options] Override http request option.
|
|
33118
|
-
* @throws {RequiredError}
|
|
33119
|
-
*/
|
|
33120
|
-
adminV1StoresXstoreidAnalyticsRulesRuleIdDelete: async (authorization: string, xstoreid: string, ruleId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
33121
|
-
// verify required parameter 'authorization' is not null or undefined
|
|
33122
|
-
assertParamExists('adminV1StoresXstoreidAnalyticsRulesRuleIdDelete', 'authorization', authorization)
|
|
33123
|
-
// verify required parameter 'xstoreid' is not null or undefined
|
|
33124
|
-
assertParamExists('adminV1StoresXstoreidAnalyticsRulesRuleIdDelete', 'xstoreid', xstoreid)
|
|
33125
|
-
// verify required parameter 'ruleId' is not null or undefined
|
|
33126
|
-
assertParamExists('adminV1StoresXstoreidAnalyticsRulesRuleIdDelete', 'ruleId', ruleId)
|
|
33127
|
-
const localVarPath = `/admin/v1/stores/{xstoreid}/analytics/rules/{ruleId}`
|
|
33128
|
-
.replace(`{${"xstoreid"}}`, encodeURIComponent(String(xstoreid)))
|
|
33129
|
-
.replace(`{${"ruleId"}}`, encodeURIComponent(String(ruleId)));
|
|
33130
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
33131
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
33132
|
-
let baseOptions;
|
|
33133
|
-
if (configuration) {
|
|
33134
|
-
baseOptions = configuration.baseOptions;
|
|
33135
|
-
}
|
|
33136
|
-
|
|
33137
|
-
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
33138
|
-
const localVarHeaderParameter = {} as any;
|
|
33139
|
-
const localVarQueryParameter = {} as any;
|
|
33140
|
-
|
|
33141
|
-
// authentication BearerAuth required
|
|
33142
|
-
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
33143
|
-
|
|
33144
|
-
|
|
33145
|
-
|
|
33146
|
-
if (authorization != null) {
|
|
33147
|
-
localVarHeaderParameter['Authorization'] = String(authorization);
|
|
33148
|
-
}
|
|
33149
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
33150
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
33151
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
33152
|
-
|
|
33153
|
-
return {
|
|
33154
|
-
url: toPathString(localVarUrlObj),
|
|
33155
|
-
options: localVarRequestOptions,
|
|
33156
|
-
};
|
|
33157
|
-
},
|
|
33158
33137
|
/**
|
|
33159
33138
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33160
33139
|
* @summary Get Analytics Rule
|
|
@@ -33203,10 +33182,10 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
33203
33182
|
};
|
|
33204
33183
|
},
|
|
33205
33184
|
/**
|
|
33206
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33185
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33207
33186
|
* @summary Update Analytics Rule
|
|
33208
33187
|
* @param {string} authorization Bearer JWT token
|
|
33209
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33188
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33210
33189
|
* @param {string} ruleId Rule ID
|
|
33211
33190
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33212
33191
|
* @param {*} [options] Override http request option.
|
|
@@ -33338,7 +33317,7 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33338
33317
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33339
33318
|
},
|
|
33340
33319
|
/**
|
|
33341
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33320
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33342
33321
|
* @summary Create Analytics Rule
|
|
33343
33322
|
* @param {string} authorization Bearer JWT token
|
|
33344
33323
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -33351,20 +33330,6 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33351
33330
|
const localVarOperationServerBasePath = operationServerMap['AnalyticsRulesApi.adminV1AnalyticsRulesPost']?.[localVarOperationServerIndex]?.url;
|
|
33352
33331
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33353
33332
|
},
|
|
33354
|
-
/**
|
|
33355
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33356
|
-
* @summary Delete Analytics Rule
|
|
33357
|
-
* @param {string} authorization Bearer JWT token
|
|
33358
|
-
* @param {string} ruleId Rule ID
|
|
33359
|
-
* @param {*} [options] Override http request option.
|
|
33360
|
-
* @throws {RequiredError}
|
|
33361
|
-
*/
|
|
33362
|
-
async adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
33363
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options);
|
|
33364
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
33365
|
-
const localVarOperationServerBasePath = operationServerMap['AnalyticsRulesApi.adminV1AnalyticsRulesRuleIdDelete']?.[localVarOperationServerIndex]?.url;
|
|
33366
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33367
|
-
},
|
|
33368
33333
|
/**
|
|
33369
33334
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33370
33335
|
* @summary Get Analytics Rule
|
|
@@ -33380,7 +33345,7 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33380
33345
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33381
33346
|
},
|
|
33382
33347
|
/**
|
|
33383
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33348
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33384
33349
|
* @summary Update Analytics Rule
|
|
33385
33350
|
* @param {string} authorization Bearer JWT token
|
|
33386
33351
|
* @param {string} ruleId Rule ID
|
|
@@ -33463,10 +33428,10 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33463
33428
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33464
33429
|
},
|
|
33465
33430
|
/**
|
|
33466
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33431
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33467
33432
|
* @summary Create Analytics Rule
|
|
33468
33433
|
* @param {string} authorization Bearer JWT token
|
|
33469
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33434
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33470
33435
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33471
33436
|
* @param {*} [options] Override http request option.
|
|
33472
33437
|
* @throws {RequiredError}
|
|
@@ -33477,21 +33442,6 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33477
33442
|
const localVarOperationServerBasePath = operationServerMap['AnalyticsRulesApi.adminV1StoresXstoreidAnalyticsRulesPost']?.[localVarOperationServerIndex]?.url;
|
|
33478
33443
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33479
33444
|
},
|
|
33480
|
-
/**
|
|
33481
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33482
|
-
* @summary Delete Analytics Rule
|
|
33483
|
-
* @param {string} authorization Bearer JWT token
|
|
33484
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33485
|
-
* @param {string} ruleId Rule ID
|
|
33486
|
-
* @param {*} [options] Override http request option.
|
|
33487
|
-
* @throws {RequiredError}
|
|
33488
|
-
*/
|
|
33489
|
-
async adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
33490
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options);
|
|
33491
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
33492
|
-
const localVarOperationServerBasePath = operationServerMap['AnalyticsRulesApi.adminV1StoresXstoreidAnalyticsRulesRuleIdDelete']?.[localVarOperationServerIndex]?.url;
|
|
33493
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33494
|
-
},
|
|
33495
33445
|
/**
|
|
33496
33446
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33497
33447
|
* @summary Get Analytics Rule
|
|
@@ -33508,10 +33458,10 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33508
33458
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33509
33459
|
},
|
|
33510
33460
|
/**
|
|
33511
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33461
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33512
33462
|
* @summary Update Analytics Rule
|
|
33513
33463
|
* @param {string} authorization Bearer JWT token
|
|
33514
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33464
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33515
33465
|
* @param {string} ruleId Rule ID
|
|
33516
33466
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33517
33467
|
* @param {*} [options] Override http request option.
|
|
@@ -33569,7 +33519,7 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33569
33519
|
return localVarFp.adminV1AnalyticsRulesGet(authorization, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(axios, basePath));
|
|
33570
33520
|
},
|
|
33571
33521
|
/**
|
|
33572
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33522
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33573
33523
|
* @summary Create Analytics Rule
|
|
33574
33524
|
* @param {string} authorization Bearer JWT token
|
|
33575
33525
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -33579,17 +33529,6 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33579
33529
|
adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse> {
|
|
33580
33530
|
return localVarFp.adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(axios, basePath));
|
|
33581
33531
|
},
|
|
33582
|
-
/**
|
|
33583
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33584
|
-
* @summary Delete Analytics Rule
|
|
33585
|
-
* @param {string} authorization Bearer JWT token
|
|
33586
|
-
* @param {string} ruleId Rule ID
|
|
33587
|
-
* @param {*} [options] Override http request option.
|
|
33588
|
-
* @throws {RequiredError}
|
|
33589
|
-
*/
|
|
33590
|
-
adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
33591
|
-
return localVarFp.adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options).then((request) => request(axios, basePath));
|
|
33592
|
-
},
|
|
33593
33532
|
/**
|
|
33594
33533
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33595
33534
|
* @summary Get Analytics Rule
|
|
@@ -33602,7 +33541,7 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33602
33541
|
return localVarFp.adminV1AnalyticsRulesRuleIdGet(authorization, ruleId, options).then((request) => request(axios, basePath));
|
|
33603
33542
|
},
|
|
33604
33543
|
/**
|
|
33605
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33544
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33606
33545
|
* @summary Update Analytics Rule
|
|
33607
33546
|
* @param {string} authorization Bearer JWT token
|
|
33608
33547
|
* @param {string} ruleId Rule ID
|
|
@@ -33670,10 +33609,10 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33670
33609
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesGet(authorization, xstoreid, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(axios, basePath));
|
|
33671
33610
|
},
|
|
33672
33611
|
/**
|
|
33673
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33612
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33674
33613
|
* @summary Create Analytics Rule
|
|
33675
33614
|
* @param {string} authorization Bearer JWT token
|
|
33676
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33615
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33677
33616
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33678
33617
|
* @param {*} [options] Override http request option.
|
|
33679
33618
|
* @throws {RequiredError}
|
|
@@ -33681,18 +33620,6 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33681
33620
|
adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse> {
|
|
33682
33621
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(axios, basePath));
|
|
33683
33622
|
},
|
|
33684
|
-
/**
|
|
33685
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33686
|
-
* @summary Delete Analytics Rule
|
|
33687
|
-
* @param {string} authorization Bearer JWT token
|
|
33688
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33689
|
-
* @param {string} ruleId Rule ID
|
|
33690
|
-
* @param {*} [options] Override http request option.
|
|
33691
|
-
* @throws {RequiredError}
|
|
33692
|
-
*/
|
|
33693
|
-
adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
33694
|
-
return localVarFp.adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options).then((request) => request(axios, basePath));
|
|
33695
|
-
},
|
|
33696
33623
|
/**
|
|
33697
33624
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33698
33625
|
* @summary Get Analytics Rule
|
|
@@ -33706,10 +33633,10 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33706
33633
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization, xstoreid, ruleId, options).then((request) => request(axios, basePath));
|
|
33707
33634
|
},
|
|
33708
33635
|
/**
|
|
33709
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33636
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33710
33637
|
* @summary Update Analytics Rule
|
|
33711
33638
|
* @param {string} authorization Bearer JWT token
|
|
33712
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33639
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33713
33640
|
* @param {string} ruleId Rule ID
|
|
33714
33641
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33715
33642
|
* @param {*} [options] Override http request option.
|
|
@@ -33763,7 +33690,7 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33763
33690
|
}
|
|
33764
33691
|
|
|
33765
33692
|
/**
|
|
33766
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33693
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33767
33694
|
* @summary Create Analytics Rule
|
|
33768
33695
|
* @param {string} authorization Bearer JWT token
|
|
33769
33696
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -33775,19 +33702,6 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33775
33702
|
return AnalyticsRulesApiFp(this.configuration).adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(this.axios, this.basePath));
|
|
33776
33703
|
}
|
|
33777
33704
|
|
|
33778
|
-
/**
|
|
33779
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33780
|
-
* @summary Delete Analytics Rule
|
|
33781
|
-
* @param {string} authorization Bearer JWT token
|
|
33782
|
-
* @param {string} ruleId Rule ID
|
|
33783
|
-
* @param {*} [options] Override http request option.
|
|
33784
|
-
* @throws {RequiredError}
|
|
33785
|
-
* @memberof AnalyticsRulesApi
|
|
33786
|
-
*/
|
|
33787
|
-
public adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig) {
|
|
33788
|
-
return AnalyticsRulesApiFp(this.configuration).adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options).then((request) => request(this.axios, this.basePath));
|
|
33789
|
-
}
|
|
33790
|
-
|
|
33791
33705
|
/**
|
|
33792
33706
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33793
33707
|
* @summary Get Analytics Rule
|
|
@@ -33802,7 +33716,7 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33802
33716
|
}
|
|
33803
33717
|
|
|
33804
33718
|
/**
|
|
33805
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33719
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33806
33720
|
* @summary Update Analytics Rule
|
|
33807
33721
|
* @param {string} authorization Bearer JWT token
|
|
33808
33722
|
* @param {string} ruleId Rule ID
|
|
@@ -33880,10 +33794,10 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33880
33794
|
}
|
|
33881
33795
|
|
|
33882
33796
|
/**
|
|
33883
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33797
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33884
33798
|
* @summary Create Analytics Rule
|
|
33885
33799
|
* @param {string} authorization Bearer JWT token
|
|
33886
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33800
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33887
33801
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33888
33802
|
* @param {*} [options] Override http request option.
|
|
33889
33803
|
* @throws {RequiredError}
|
|
@@ -33893,20 +33807,6 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33893
33807
|
return AnalyticsRulesApiFp(this.configuration).adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(this.axios, this.basePath));
|
|
33894
33808
|
}
|
|
33895
33809
|
|
|
33896
|
-
/**
|
|
33897
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
33898
|
-
* @summary Delete Analytics Rule
|
|
33899
|
-
* @param {string} authorization Bearer JWT token
|
|
33900
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33901
|
-
* @param {string} ruleId Rule ID
|
|
33902
|
-
* @param {*} [options] Override http request option.
|
|
33903
|
-
* @throws {RequiredError}
|
|
33904
|
-
* @memberof AnalyticsRulesApi
|
|
33905
|
-
*/
|
|
33906
|
-
public adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig) {
|
|
33907
|
-
return AnalyticsRulesApiFp(this.configuration).adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options).then((request) => request(this.axios, this.basePath));
|
|
33908
|
-
}
|
|
33909
|
-
|
|
33910
33810
|
/**
|
|
33911
33811
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33912
33812
|
* @summary Get Analytics Rule
|
|
@@ -33922,10 +33822,10 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33922
33822
|
}
|
|
33923
33823
|
|
|
33924
33824
|
/**
|
|
33925
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33825
|
+
* Update an existing analytics rule. Supports partial updates. - If is_active = false → rule will be removed from Typesense. - If is_active = true → rule will be synced to Typesense.
|
|
33926
33826
|
* @summary Update Analytics Rule
|
|
33927
33827
|
* @param {string} authorization Bearer JWT token
|
|
33928
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33828
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33929
33829
|
* @param {string} ruleId Rule ID
|
|
33930
33830
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33931
33831
|
* @param {*} [options] Override http request option.
|
|
@@ -34967,7 +34867,7 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
|
|
|
34967
34867
|
};
|
|
34968
34868
|
},
|
|
34969
34869
|
/**
|
|
34970
|
-
* Updates an existing billing alert configuration
|
|
34870
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
34971
34871
|
* @summary Update billing alert
|
|
34972
34872
|
* @param {number} id Alert ID
|
|
34973
34873
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -36503,7 +36403,7 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
|
|
|
36503
36403
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
36504
36404
|
},
|
|
36505
36405
|
/**
|
|
36506
|
-
* Updates an existing billing alert configuration
|
|
36406
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
36507
36407
|
* @summary Update billing alert
|
|
36508
36408
|
* @param {number} id Alert ID
|
|
36509
36409
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -37001,7 +36901,7 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
|
|
|
37001
36901
|
return localVarFp.adminBillingAlertsIdDelete(id, options).then((request) => request(axios, basePath));
|
|
37002
36902
|
},
|
|
37003
36903
|
/**
|
|
37004
|
-
* Updates an existing billing alert configuration
|
|
36904
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
37005
36905
|
* @summary Update billing alert
|
|
37006
36906
|
* @param {number} id Alert ID
|
|
37007
36907
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -37413,7 +37313,7 @@ export class BillingDashboardApi extends BaseAPI {
|
|
|
37413
37313
|
}
|
|
37414
37314
|
|
|
37415
37315
|
/**
|
|
37416
|
-
* Updates an existing billing alert configuration
|
|
37316
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
37417
37317
|
* @summary Update billing alert
|
|
37418
37318
|
* @param {number} id Alert ID
|
|
37419
37319
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -40312,7 +40212,7 @@ export const CustomStopwordsApiAxiosParamCreator = function (configuration?: Con
|
|
|
40312
40212
|
};
|
|
40313
40213
|
},
|
|
40314
40214
|
/**
|
|
40315
|
-
*
|
|
40215
|
+
*
|
|
40316
40216
|
* @summary Update custom word list
|
|
40317
40217
|
* @param {string} xStoreID X-Store ID
|
|
40318
40218
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -40591,7 +40491,7 @@ export const CustomStopwordsApiFp = function(configuration?: Configuration) {
|
|
|
40591
40491
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
40592
40492
|
},
|
|
40593
40493
|
/**
|
|
40594
|
-
*
|
|
40494
|
+
*
|
|
40595
40495
|
* @summary Update custom word list
|
|
40596
40496
|
* @param {string} xStoreID X-Store ID
|
|
40597
40497
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -40699,7 +40599,7 @@ export const CustomStopwordsApiFactory = function (configuration?: Configuration
|
|
|
40699
40599
|
return localVarFp.adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID, customWordListID, options).then((request) => request(axios, basePath));
|
|
40700
40600
|
},
|
|
40701
40601
|
/**
|
|
40702
|
-
*
|
|
40602
|
+
*
|
|
40703
40603
|
* @summary Update custom word list
|
|
40704
40604
|
* @param {string} xStoreID X-Store ID
|
|
40705
40605
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -40796,7 +40696,7 @@ export class CustomStopwordsApi extends BaseAPI {
|
|
|
40796
40696
|
}
|
|
40797
40697
|
|
|
40798
40698
|
/**
|
|
40799
|
-
*
|
|
40699
|
+
*
|
|
40800
40700
|
* @summary Update custom word list
|
|
40801
40701
|
* @param {string} xStoreID X-Store ID
|
|
40802
40702
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -41062,10 +40962,10 @@ export class DefaultMenuManagementApi extends BaseAPI {
|
|
|
41062
40962
|
export const DocumentsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
41063
40963
|
return {
|
|
41064
40964
|
/**
|
|
41065
|
-
* Uploads
|
|
40965
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41066
40966
|
* @summary Upload a document
|
|
41067
40967
|
* @param {string} xStoreID X-Store ID
|
|
41068
|
-
* @param {File} file Document
|
|
40968
|
+
* @param {File} file Document files (supports multiple)
|
|
41069
40969
|
* @param {*} [options] Override http request option.
|
|
41070
40970
|
* @throws {RequiredError}
|
|
41071
40971
|
*/
|
|
@@ -41120,14 +41020,14 @@ export const DocumentsApiFp = function(configuration?: Configuration) {
|
|
|
41120
41020
|
const localVarAxiosParamCreator = DocumentsApiAxiosParamCreator(configuration)
|
|
41121
41021
|
return {
|
|
41122
41022
|
/**
|
|
41123
|
-
* Uploads
|
|
41023
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41124
41024
|
* @summary Upload a document
|
|
41125
41025
|
* @param {string} xStoreID X-Store ID
|
|
41126
|
-
* @param {File} file Document
|
|
41026
|
+
* @param {File} file Document files (supports multiple)
|
|
41127
41027
|
* @param {*} [options] Override http request option.
|
|
41128
41028
|
* @throws {RequiredError}
|
|
41129
41029
|
*/
|
|
41130
|
-
async adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
41030
|
+
async adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayString>> {
|
|
41131
41031
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminStoresXStoreIDUploadPost(xStoreID, file, options);
|
|
41132
41032
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
41133
41033
|
const localVarOperationServerBasePath = operationServerMap['DocumentsApi.adminStoresXStoreIDUploadPost']?.[localVarOperationServerIndex]?.url;
|
|
@@ -41144,14 +41044,14 @@ export const DocumentsApiFactory = function (configuration?: Configuration, base
|
|
|
41144
41044
|
const localVarFp = DocumentsApiFp(configuration)
|
|
41145
41045
|
return {
|
|
41146
41046
|
/**
|
|
41147
|
-
* Uploads
|
|
41047
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41148
41048
|
* @summary Upload a document
|
|
41149
41049
|
* @param {string} xStoreID X-Store ID
|
|
41150
|
-
* @param {File} file Document
|
|
41050
|
+
* @param {File} file Document files (supports multiple)
|
|
41151
41051
|
* @param {*} [options] Override http request option.
|
|
41152
41052
|
* @throws {RequiredError}
|
|
41153
41053
|
*/
|
|
41154
|
-
adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
41054
|
+
adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayString> {
|
|
41155
41055
|
return localVarFp.adminStoresXStoreIDUploadPost(xStoreID, file, options).then((request) => request(axios, basePath));
|
|
41156
41056
|
},
|
|
41157
41057
|
};
|
|
@@ -41165,10 +41065,10 @@ export const DocumentsApiFactory = function (configuration?: Configuration, base
|
|
|
41165
41065
|
*/
|
|
41166
41066
|
export class DocumentsApi extends BaseAPI {
|
|
41167
41067
|
/**
|
|
41168
|
-
* Uploads
|
|
41068
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41169
41069
|
* @summary Upload a document
|
|
41170
41070
|
* @param {string} xStoreID X-Store ID
|
|
41171
|
-
* @param {File} file Document
|
|
41071
|
+
* @param {File} file Document files (supports multiple)
|
|
41172
41072
|
* @param {*} [options] Override http request option.
|
|
41173
41073
|
* @throws {RequiredError}
|
|
41174
41074
|
* @memberof DocumentsApi
|
|
@@ -48600,8 +48500,8 @@ export const OrganizationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
48600
48500
|
};
|
|
48601
48501
|
},
|
|
48602
48502
|
/**
|
|
48603
|
-
* Updates
|
|
48604
|
-
* @summary Update an existing
|
|
48503
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48504
|
+
* @summary Update an existing Organization
|
|
48605
48505
|
* @param {number} id Org Id
|
|
48606
48506
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48607
48507
|
* @param {*} [options] Override http request option.
|
|
@@ -48680,9 +48580,9 @@ export const OrganizationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
48680
48580
|
};
|
|
48681
48581
|
},
|
|
48682
48582
|
/**
|
|
48683
|
-
* Adds a new
|
|
48684
|
-
* @summary Creates a new
|
|
48685
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
48583
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
48584
|
+
* @summary Creates a new Organization
|
|
48585
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48686
48586
|
* @param {*} [options] Override http request option.
|
|
48687
48587
|
* @throws {RequiredError}
|
|
48688
48588
|
*/
|
|
@@ -48719,10 +48619,10 @@ export const OrganizationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
48719
48619
|
};
|
|
48720
48620
|
},
|
|
48721
48621
|
/**
|
|
48722
|
-
*
|
|
48723
|
-
* @summary Delete
|
|
48724
|
-
* @param {number} id
|
|
48725
|
-
* @param {boolean} status status
|
|
48622
|
+
* Updates the deletion status of an Organization by ID.
|
|
48623
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
48624
|
+
* @param {number} id Organization ID
|
|
48625
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48726
48626
|
* @param {*} [options] Override http request option.
|
|
48727
48627
|
* @throws {RequiredError}
|
|
48728
48628
|
*/
|
|
@@ -48782,8 +48682,8 @@ export const OrganizationsApiFp = function(configuration?: Configuration) {
|
|
|
48782
48682
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
48783
48683
|
},
|
|
48784
48684
|
/**
|
|
48785
|
-
* Updates
|
|
48786
|
-
* @summary Update an existing
|
|
48685
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48686
|
+
* @summary Update an existing Organization
|
|
48787
48687
|
* @param {number} id Org Id
|
|
48788
48688
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48789
48689
|
* @param {*} [options] Override http request option.
|
|
@@ -48809,9 +48709,9 @@ export const OrganizationsApiFp = function(configuration?: Configuration) {
|
|
|
48809
48709
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
48810
48710
|
},
|
|
48811
48711
|
/**
|
|
48812
|
-
* Adds a new
|
|
48813
|
-
* @summary Creates a new
|
|
48814
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
48712
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
48713
|
+
* @summary Creates a new Organization
|
|
48714
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48815
48715
|
* @param {*} [options] Override http request option.
|
|
48816
48716
|
* @throws {RequiredError}
|
|
48817
48717
|
*/
|
|
@@ -48822,10 +48722,10 @@ export const OrganizationsApiFp = function(configuration?: Configuration) {
|
|
|
48822
48722
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
48823
48723
|
},
|
|
48824
48724
|
/**
|
|
48825
|
-
*
|
|
48826
|
-
* @summary Delete
|
|
48827
|
-
* @param {number} id
|
|
48828
|
-
* @param {boolean} status status
|
|
48725
|
+
* Updates the deletion status of an Organization by ID.
|
|
48726
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
48727
|
+
* @param {number} id Organization ID
|
|
48728
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48829
48729
|
* @param {*} [options] Override http request option.
|
|
48830
48730
|
* @throws {RequiredError}
|
|
48831
48731
|
*/
|
|
@@ -48855,8 +48755,8 @@ export const OrganizationsApiFactory = function (configuration?: Configuration,
|
|
|
48855
48755
|
return localVarFp.adminOrganizationsGet(options).then((request) => request(axios, basePath));
|
|
48856
48756
|
},
|
|
48857
48757
|
/**
|
|
48858
|
-
* Updates
|
|
48859
|
-
* @summary Update an existing
|
|
48758
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48759
|
+
* @summary Update an existing Organization
|
|
48860
48760
|
* @param {number} id Org Id
|
|
48861
48761
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48862
48762
|
* @param {*} [options] Override http request option.
|
|
@@ -48876,9 +48776,9 @@ export const OrganizationsApiFactory = function (configuration?: Configuration,
|
|
|
48876
48776
|
return localVarFp.adminOrganizationsOrgIdGet(orgId, options).then((request) => request(axios, basePath));
|
|
48877
48777
|
},
|
|
48878
48778
|
/**
|
|
48879
|
-
* Adds a new
|
|
48880
|
-
* @summary Creates a new
|
|
48881
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
48779
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
48780
|
+
* @summary Creates a new Organization
|
|
48781
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48882
48782
|
* @param {*} [options] Override http request option.
|
|
48883
48783
|
* @throws {RequiredError}
|
|
48884
48784
|
*/
|
|
@@ -48886,10 +48786,10 @@ export const OrganizationsApiFactory = function (configuration?: Configuration,
|
|
|
48886
48786
|
return localVarFp.adminOrganizationsPost(dataTypesCreateOrganizationRequest, options).then((request) => request(axios, basePath));
|
|
48887
48787
|
},
|
|
48888
48788
|
/**
|
|
48889
|
-
*
|
|
48890
|
-
* @summary Delete
|
|
48891
|
-
* @param {number} id
|
|
48892
|
-
* @param {boolean} status status
|
|
48789
|
+
* Updates the deletion status of an Organization by ID.
|
|
48790
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
48791
|
+
* @param {number} id Organization ID
|
|
48792
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48893
48793
|
* @param {*} [options] Override http request option.
|
|
48894
48794
|
* @throws {RequiredError}
|
|
48895
48795
|
*/
|
|
@@ -48918,8 +48818,8 @@ export class OrganizationsApi extends BaseAPI {
|
|
|
48918
48818
|
}
|
|
48919
48819
|
|
|
48920
48820
|
/**
|
|
48921
|
-
* Updates
|
|
48922
|
-
* @summary Update an existing
|
|
48821
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48822
|
+
* @summary Update an existing Organization
|
|
48923
48823
|
* @param {number} id Org Id
|
|
48924
48824
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48925
48825
|
* @param {*} [options] Override http request option.
|
|
@@ -48943,9 +48843,9 @@ export class OrganizationsApi extends BaseAPI {
|
|
|
48943
48843
|
}
|
|
48944
48844
|
|
|
48945
48845
|
/**
|
|
48946
|
-
* Adds a new
|
|
48947
|
-
* @summary Creates a new
|
|
48948
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
48846
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
48847
|
+
* @summary Creates a new Organization
|
|
48848
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48949
48849
|
* @param {*} [options] Override http request option.
|
|
48950
48850
|
* @throws {RequiredError}
|
|
48951
48851
|
* @memberof OrganizationsApi
|
|
@@ -48955,10 +48855,10 @@ export class OrganizationsApi extends BaseAPI {
|
|
|
48955
48855
|
}
|
|
48956
48856
|
|
|
48957
48857
|
/**
|
|
48958
|
-
*
|
|
48959
|
-
* @summary Delete
|
|
48960
|
-
* @param {number} id
|
|
48961
|
-
* @param {boolean} status status
|
|
48858
|
+
* Updates the deletion status of an Organization by ID.
|
|
48859
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
48860
|
+
* @param {number} id Organization ID
|
|
48861
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48962
48862
|
* @param {*} [options] Override http request option.
|
|
48963
48863
|
* @throws {RequiredError}
|
|
48964
48864
|
* @memberof OrganizationsApi
|
|
@@ -51377,7 +51277,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51377
51277
|
};
|
|
51378
51278
|
},
|
|
51379
51279
|
/**
|
|
51380
|
-
* Bulk upload plural/declension groups from JSON array
|
|
51280
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
51381
51281
|
* @summary Bulk upload plural/declension groups
|
|
51382
51282
|
* @param {string} xStoreID X-Store ID
|
|
51383
51283
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -51529,7 +51429,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51529
51429
|
};
|
|
51530
51430
|
},
|
|
51531
51431
|
/**
|
|
51532
|
-
* Deletes a plural/declension group (soft delete)
|
|
51432
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
51533
51433
|
* @summary Delete plural/declension group
|
|
51534
51434
|
* @param {string} xStoreID X-Store ID
|
|
51535
51435
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -51701,7 +51601,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51701
51601
|
};
|
|
51702
51602
|
},
|
|
51703
51603
|
/**
|
|
51704
|
-
* Upload plural/declension groups from CSV file
|
|
51604
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
51705
51605
|
* @summary Upload plural/declension groups from CSV file
|
|
51706
51606
|
* @param {string} xStoreID X-Store ID
|
|
51707
51607
|
* @param {File} file CSV file to upload
|
|
@@ -51749,7 +51649,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51749
51649
|
};
|
|
51750
51650
|
},
|
|
51751
51651
|
/**
|
|
51752
|
-
* Upload plural/declension groups from JSON file
|
|
51652
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
51753
51653
|
* @summary Upload plural/declension groups from JSON file
|
|
51754
51654
|
* @param {string} xStoreID X-Store ID
|
|
51755
51655
|
* @param {File} file JSON file to upload
|
|
@@ -51849,7 +51749,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51849
51749
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51850
51750
|
},
|
|
51851
51751
|
/**
|
|
51852
|
-
* Bulk upload plural/declension groups from JSON array
|
|
51752
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
51853
51753
|
* @summary Bulk upload plural/declension groups
|
|
51854
51754
|
* @param {string} xStoreID X-Store ID
|
|
51855
51755
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -51896,7 +51796,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51896
51796
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51897
51797
|
},
|
|
51898
51798
|
/**
|
|
51899
|
-
* Deletes a plural/declension group (soft delete)
|
|
51799
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
51900
51800
|
* @summary Delete plural/declension group
|
|
51901
51801
|
* @param {string} xStoreID X-Store ID
|
|
51902
51802
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -51953,7 +51853,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51953
51853
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51954
51854
|
},
|
|
51955
51855
|
/**
|
|
51956
|
-
* Upload plural/declension groups from CSV file
|
|
51856
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
51957
51857
|
* @summary Upload plural/declension groups from CSV file
|
|
51958
51858
|
* @param {string} xStoreID X-Store ID
|
|
51959
51859
|
* @param {File} file CSV file to upload
|
|
@@ -51967,7 +51867,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51967
51867
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51968
51868
|
},
|
|
51969
51869
|
/**
|
|
51970
|
-
* Upload plural/declension groups from JSON file
|
|
51870
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
51971
51871
|
* @summary Upload plural/declension groups from JSON file
|
|
51972
51872
|
* @param {string} xStoreID X-Store ID
|
|
51973
51873
|
* @param {File} file JSON file to upload
|
|
@@ -52024,7 +51924,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52024
51924
|
return localVarFp.adminDefaultDeclensionsSearchGet(lang, category, search, page, limit, options).then((request) => request(axios, basePath));
|
|
52025
51925
|
},
|
|
52026
51926
|
/**
|
|
52027
|
-
* Bulk upload plural/declension groups from JSON array
|
|
51927
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
52028
51928
|
* @summary Bulk upload plural/declension groups
|
|
52029
51929
|
* @param {string} xStoreID X-Store ID
|
|
52030
51930
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -52062,7 +51962,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52062
51962
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsGet(xStoreID, language, type, q, page, limit, options).then((request) => request(axios, basePath));
|
|
52063
51963
|
},
|
|
52064
51964
|
/**
|
|
52065
|
-
* Deletes a plural/declension group (soft delete)
|
|
51965
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
52066
51966
|
* @summary Delete plural/declension group
|
|
52067
51967
|
* @param {string} xStoreID X-Store ID
|
|
52068
51968
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -52107,7 +52007,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52107
52007
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsPost(xStoreID, dataTypesCreatePluralDeclensionRequest, options).then((request) => request(axios, basePath));
|
|
52108
52008
|
},
|
|
52109
52009
|
/**
|
|
52110
|
-
* Upload plural/declension groups from CSV file
|
|
52010
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
52111
52011
|
* @summary Upload plural/declension groups from CSV file
|
|
52112
52012
|
* @param {string} xStoreID X-Store ID
|
|
52113
52013
|
* @param {File} file CSV file to upload
|
|
@@ -52118,7 +52018,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52118
52018
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID, file, options).then((request) => request(axios, basePath));
|
|
52119
52019
|
},
|
|
52120
52020
|
/**
|
|
52121
|
-
* Upload plural/declension groups from JSON file
|
|
52021
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
52122
52022
|
* @summary Upload plural/declension groups from JSON file
|
|
52123
52023
|
* @param {string} xStoreID X-Store ID
|
|
52124
52024
|
* @param {File} file JSON file to upload
|
|
@@ -52178,7 +52078,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52178
52078
|
}
|
|
52179
52079
|
|
|
52180
52080
|
/**
|
|
52181
|
-
* Bulk upload plural/declension groups from JSON array
|
|
52081
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
52182
52082
|
* @summary Bulk upload plural/declension groups
|
|
52183
52083
|
* @param {string} xStoreID X-Store ID
|
|
52184
52084
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -52222,7 +52122,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52222
52122
|
}
|
|
52223
52123
|
|
|
52224
52124
|
/**
|
|
52225
|
-
* Deletes a plural/declension group (soft delete)
|
|
52125
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
52226
52126
|
* @summary Delete plural/declension group
|
|
52227
52127
|
* @param {string} xStoreID X-Store ID
|
|
52228
52128
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -52275,7 +52175,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52275
52175
|
}
|
|
52276
52176
|
|
|
52277
52177
|
/**
|
|
52278
|
-
* Upload plural/declension groups from CSV file
|
|
52178
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
52279
52179
|
* @summary Upload plural/declension groups from CSV file
|
|
52280
52180
|
* @param {string} xStoreID X-Store ID
|
|
52281
52181
|
* @param {File} file CSV file to upload
|
|
@@ -52288,7 +52188,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52288
52188
|
}
|
|
52289
52189
|
|
|
52290
52190
|
/**
|
|
52291
|
-
* Upload plural/declension groups from JSON file
|
|
52191
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
52292
52192
|
* @summary Upload plural/declension groups from JSON file
|
|
52293
52193
|
* @param {string} xStoreID X-Store ID
|
|
52294
52194
|
* @param {File} file JSON file to upload
|
|
@@ -52665,7 +52565,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
52665
52565
|
};
|
|
52666
52566
|
},
|
|
52667
52567
|
/**
|
|
52668
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
52568
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
52669
52569
|
* @summary Apply Suggestion Filters
|
|
52670
52570
|
* @param {string} xStoreID Store ID
|
|
52671
52571
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -52749,7 +52649,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
52749
52649
|
};
|
|
52750
52650
|
},
|
|
52751
52651
|
/**
|
|
52752
|
-
* Update an existing banned expression
|
|
52652
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
52753
52653
|
* @summary Update Banned Expression
|
|
52754
52654
|
* @param {string} xStoreID Store ID
|
|
52755
52655
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -52833,10 +52733,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
52833
52733
|
};
|
|
52834
52734
|
},
|
|
52835
52735
|
/**
|
|
52836
|
-
* Create a new banned expression with specified matching type
|
|
52736
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
52837
52737
|
* @summary Create Banned Expression
|
|
52838
52738
|
* @param {string} xStoreID Store ID
|
|
52839
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
52739
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
52840
52740
|
* @param {*} [options] Override http request option.
|
|
52841
52741
|
* @throws {RequiredError}
|
|
52842
52742
|
*/
|
|
@@ -53197,7 +53097,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53197
53097
|
};
|
|
53198
53098
|
},
|
|
53199
53099
|
/**
|
|
53200
|
-
* Import query suggestions from JSON data
|
|
53100
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
53201
53101
|
* @summary Import Query Suggestions
|
|
53202
53102
|
* @param {string} xStoreID Store ID
|
|
53203
53103
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -53240,7 +53140,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53240
53140
|
};
|
|
53241
53141
|
},
|
|
53242
53142
|
/**
|
|
53243
|
-
*
|
|
53143
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
53244
53144
|
* @summary Delete Manual Query Suggestions
|
|
53245
53145
|
* @param {string} xStoreID Store ID
|
|
53246
53146
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -53283,7 +53183,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53283
53183
|
};
|
|
53284
53184
|
},
|
|
53285
53185
|
/**
|
|
53286
|
-
* Add a manually created query suggestion for a store
|
|
53186
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
53287
53187
|
* @summary Add Manual Query Suggestion
|
|
53288
53188
|
* @param {string} xStoreID Store ID
|
|
53289
53189
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -53326,7 +53226,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53326
53226
|
};
|
|
53327
53227
|
},
|
|
53328
53228
|
/**
|
|
53329
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
53229
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
53330
53230
|
* @summary Migrate Existing Analytics Data
|
|
53331
53231
|
* @param {string} xStoreID Store ID
|
|
53332
53232
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -53373,7 +53273,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53373
53273
|
};
|
|
53374
53274
|
},
|
|
53375
53275
|
/**
|
|
53376
|
-
*
|
|
53276
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
53377
53277
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
53378
53278
|
* @param {string} xStoreID Store ID
|
|
53379
53279
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -53415,7 +53315,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53415
53315
|
};
|
|
53416
53316
|
},
|
|
53417
53317
|
/**
|
|
53418
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
53318
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
53419
53319
|
* @summary Promote Cached Suggestions to Management Table
|
|
53420
53320
|
* @param {string} xStoreID Store ID
|
|
53421
53321
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -53458,7 +53358,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53458
53358
|
};
|
|
53459
53359
|
},
|
|
53460
53360
|
/**
|
|
53461
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
53361
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
53462
53362
|
* @summary Refresh Auto-Generated Suggestions
|
|
53463
53363
|
* @param {string} xStoreID Store ID
|
|
53464
53364
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -53579,7 +53479,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53579
53479
|
};
|
|
53580
53480
|
},
|
|
53581
53481
|
/**
|
|
53582
|
-
* Delete a single query suggestion by its ID
|
|
53482
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
53583
53483
|
* @summary Delete Query Suggestion by ID
|
|
53584
53484
|
* @param {string} xStoreID Store ID
|
|
53585
53485
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -53661,11 +53561,11 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53661
53561
|
};
|
|
53662
53562
|
},
|
|
53663
53563
|
/**
|
|
53664
|
-
*
|
|
53564
|
+
*
|
|
53665
53565
|
* @summary Update Query Suggestion by ID
|
|
53666
53566
|
* @param {string} xStoreID Store ID
|
|
53667
53567
|
* @param {string} suggestionID Suggestion ID
|
|
53668
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
53568
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
53669
53569
|
* @param {*} [options] Override http request option.
|
|
53670
53570
|
* @throws {RequiredError}
|
|
53671
53571
|
*/
|
|
@@ -53756,7 +53656,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53756
53656
|
};
|
|
53757
53657
|
},
|
|
53758
53658
|
/**
|
|
53759
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
53659
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
53760
53660
|
* @summary Sync Suggestions to Typesense
|
|
53761
53661
|
* @param {string} xStoreID Store ID
|
|
53762
53662
|
* @param {*} [options] Override http request option.
|
|
@@ -53949,14 +53849,14 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
53949
53849
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
53950
53850
|
},
|
|
53951
53851
|
/**
|
|
53952
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
53852
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
53953
53853
|
* @summary Apply Suggestion Filters
|
|
53954
53854
|
* @param {string} xStoreID Store ID
|
|
53955
53855
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
53956
53856
|
* @param {*} [options] Override http request option.
|
|
53957
53857
|
* @throws {RequiredError}
|
|
53958
53858
|
*/
|
|
53959
|
-
async adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
53859
|
+
async adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>> {
|
|
53960
53860
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID, querySuggestionsServiceQuerySuggestionRecord, options);
|
|
53961
53861
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
53962
53862
|
const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDApplyFiltersPost']?.[localVarOperationServerIndex]?.url;
|
|
@@ -53977,7 +53877,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
53977
53877
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
53978
53878
|
},
|
|
53979
53879
|
/**
|
|
53980
|
-
* Update an existing banned expression
|
|
53880
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
53981
53881
|
* @summary Update Banned Expression
|
|
53982
53882
|
* @param {string} xStoreID Store ID
|
|
53983
53883
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -54005,10 +53905,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54005
53905
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54006
53906
|
},
|
|
54007
53907
|
/**
|
|
54008
|
-
* Create a new banned expression with specified matching type
|
|
53908
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
54009
53909
|
* @summary Create Banned Expression
|
|
54010
53910
|
* @param {string} xStoreID Store ID
|
|
54011
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
53911
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
54012
53912
|
* @param {*} [options] Override http request option.
|
|
54013
53913
|
* @throws {RequiredError}
|
|
54014
53914
|
*/
|
|
@@ -54122,21 +54022,21 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54122
54022
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54123
54023
|
},
|
|
54124
54024
|
/**
|
|
54125
|
-
* Import query suggestions from JSON data
|
|
54025
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
54126
54026
|
* @summary Import Query Suggestions
|
|
54127
54027
|
* @param {string} xStoreID Store ID
|
|
54128
54028
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
54129
54029
|
* @param {*} [options] Override http request option.
|
|
54130
54030
|
* @throws {RequiredError}
|
|
54131
54031
|
*/
|
|
54132
|
-
async adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54032
|
+
async adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>> {
|
|
54133
54033
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, querySuggestionsServiceImportQuerySuggestionsRequest, options);
|
|
54134
54034
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
54135
54035
|
const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDImportPost']?.[localVarOperationServerIndex]?.url;
|
|
54136
54036
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54137
54037
|
},
|
|
54138
54038
|
/**
|
|
54139
|
-
*
|
|
54039
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
54140
54040
|
* @summary Delete Manual Query Suggestions
|
|
54141
54041
|
* @param {string} xStoreID Store ID
|
|
54142
54042
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -54150,7 +54050,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54150
54050
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54151
54051
|
},
|
|
54152
54052
|
/**
|
|
54153
|
-
* Add a manually created query suggestion for a store
|
|
54053
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
54154
54054
|
* @summary Add Manual Query Suggestion
|
|
54155
54055
|
* @param {string} xStoreID Store ID
|
|
54156
54056
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -54164,7 +54064,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54164
54064
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54165
54065
|
},
|
|
54166
54066
|
/**
|
|
54167
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
54067
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
54168
54068
|
* @summary Migrate Existing Analytics Data
|
|
54169
54069
|
* @param {string} xStoreID Store ID
|
|
54170
54070
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -54179,7 +54079,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54179
54079
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54180
54080
|
},
|
|
54181
54081
|
/**
|
|
54182
|
-
*
|
|
54082
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
54183
54083
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
54184
54084
|
* @param {string} xStoreID Store ID
|
|
54185
54085
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -54193,21 +54093,21 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54193
54093
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54194
54094
|
},
|
|
54195
54095
|
/**
|
|
54196
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
54096
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
54197
54097
|
* @summary Promote Cached Suggestions to Management Table
|
|
54198
54098
|
* @param {string} xStoreID Store ID
|
|
54199
54099
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
54200
54100
|
* @param {*} [options] Override http request option.
|
|
54201
54101
|
* @throws {RequiredError}
|
|
54202
54102
|
*/
|
|
54203
|
-
async adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54103
|
+
async adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>> {
|
|
54204
54104
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, querySuggestionsServicePromoteSuggestionsRequest, options);
|
|
54205
54105
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
54206
54106
|
const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromotePost']?.[localVarOperationServerIndex]?.url;
|
|
54207
54107
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54208
54108
|
},
|
|
54209
54109
|
/**
|
|
54210
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
54110
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
54211
54111
|
* @summary Refresh Auto-Generated Suggestions
|
|
54212
54112
|
* @param {string} xStoreID Store ID
|
|
54213
54113
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -54248,7 +54148,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54248
54148
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54249
54149
|
},
|
|
54250
54150
|
/**
|
|
54251
|
-
* Delete a single query suggestion by its ID
|
|
54151
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
54252
54152
|
* @summary Delete Query Suggestion by ID
|
|
54253
54153
|
* @param {string} xStoreID Store ID
|
|
54254
54154
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -54276,11 +54176,11 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54276
54176
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54277
54177
|
},
|
|
54278
54178
|
/**
|
|
54279
|
-
*
|
|
54179
|
+
*
|
|
54280
54180
|
* @summary Update Query Suggestion by ID
|
|
54281
54181
|
* @param {string} xStoreID Store ID
|
|
54282
54182
|
* @param {string} suggestionID Suggestion ID
|
|
54283
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
54183
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
54284
54184
|
* @param {*} [options] Override http request option.
|
|
54285
54185
|
* @throws {RequiredError}
|
|
54286
54186
|
*/
|
|
@@ -54306,7 +54206,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54306
54206
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54307
54207
|
},
|
|
54308
54208
|
/**
|
|
54309
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
54209
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
54310
54210
|
* @summary Sync Suggestions to Typesense
|
|
54311
54211
|
* @param {string} xStoreID Store ID
|
|
54312
54212
|
* @param {*} [options] Override http request option.
|
|
@@ -54383,14 +54283,14 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54383
54283
|
return localVarFp.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
54384
54284
|
},
|
|
54385
54285
|
/**
|
|
54386
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
54286
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
54387
54287
|
* @summary Apply Suggestion Filters
|
|
54388
54288
|
* @param {string} xStoreID Store ID
|
|
54389
54289
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
54390
54290
|
* @param {*} [options] Override http request option.
|
|
54391
54291
|
* @throws {RequiredError}
|
|
54392
54292
|
*/
|
|
54393
|
-
adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54293
|
+
adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response> {
|
|
54394
54294
|
return localVarFp.adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID, querySuggestionsServiceQuerySuggestionRecord, options).then((request) => request(axios, basePath));
|
|
54395
54295
|
},
|
|
54396
54296
|
/**
|
|
@@ -54405,7 +54305,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54405
54305
|
return localVarFp.adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID, expressionID, options).then((request) => request(axios, basePath));
|
|
54406
54306
|
},
|
|
54407
54307
|
/**
|
|
54408
|
-
* Update an existing banned expression
|
|
54308
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
54409
54309
|
* @summary Update Banned Expression
|
|
54410
54310
|
* @param {string} xStoreID Store ID
|
|
54411
54311
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -54427,10 +54327,10 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54427
54327
|
return localVarFp.adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
54428
54328
|
},
|
|
54429
54329
|
/**
|
|
54430
|
-
* Create a new banned expression with specified matching type
|
|
54330
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
54431
54331
|
* @summary Create Banned Expression
|
|
54432
54332
|
* @param {string} xStoreID Store ID
|
|
54433
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
54333
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
54434
54334
|
* @param {*} [options] Override http request option.
|
|
54435
54335
|
* @throws {RequiredError}
|
|
54436
54336
|
*/
|
|
@@ -54520,18 +54420,18 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54520
54420
|
return localVarFp.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
|
|
54521
54421
|
},
|
|
54522
54422
|
/**
|
|
54523
|
-
* Import query suggestions from JSON data
|
|
54423
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
54524
54424
|
* @summary Import Query Suggestions
|
|
54525
54425
|
* @param {string} xStoreID Store ID
|
|
54526
54426
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
54527
54427
|
* @param {*} [options] Override http request option.
|
|
54528
54428
|
* @throws {RequiredError}
|
|
54529
54429
|
*/
|
|
54530
|
-
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54430
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response> {
|
|
54531
54431
|
return localVarFp.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, querySuggestionsServiceImportQuerySuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
54532
54432
|
},
|
|
54533
54433
|
/**
|
|
54534
|
-
*
|
|
54434
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
54535
54435
|
* @summary Delete Manual Query Suggestions
|
|
54536
54436
|
* @param {string} xStoreID Store ID
|
|
54537
54437
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -54542,7 +54442,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54542
54442
|
return localVarFp.adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID, querySuggestionsServiceDeleteManualSuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
54543
54443
|
},
|
|
54544
54444
|
/**
|
|
54545
|
-
* Add a manually created query suggestion for a store
|
|
54445
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
54546
54446
|
* @summary Add Manual Query Suggestion
|
|
54547
54447
|
* @param {string} xStoreID Store ID
|
|
54548
54448
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -54553,7 +54453,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54553
54453
|
return localVarFp.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, querySuggestionsServiceManualQuerySuggestionRequest, options).then((request) => request(axios, basePath));
|
|
54554
54454
|
},
|
|
54555
54455
|
/**
|
|
54556
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
54456
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
54557
54457
|
* @summary Migrate Existing Analytics Data
|
|
54558
54458
|
* @param {string} xStoreID Store ID
|
|
54559
54459
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -54565,7 +54465,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54565
54465
|
return localVarFp.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
54566
54466
|
},
|
|
54567
54467
|
/**
|
|
54568
|
-
*
|
|
54468
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
54569
54469
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
54570
54470
|
* @param {string} xStoreID Store ID
|
|
54571
54471
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -54576,18 +54476,18 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54576
54476
|
return localVarFp.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
|
|
54577
54477
|
},
|
|
54578
54478
|
/**
|
|
54579
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
54479
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
54580
54480
|
* @summary Promote Cached Suggestions to Management Table
|
|
54581
54481
|
* @param {string} xStoreID Store ID
|
|
54582
54482
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
54583
54483
|
* @param {*} [options] Override http request option.
|
|
54584
54484
|
* @throws {RequiredError}
|
|
54585
54485
|
*/
|
|
54586
|
-
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54486
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response> {
|
|
54587
54487
|
return localVarFp.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, querySuggestionsServicePromoteSuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
54588
54488
|
},
|
|
54589
54489
|
/**
|
|
54590
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
54490
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
54591
54491
|
* @summary Refresh Auto-Generated Suggestions
|
|
54592
54492
|
* @param {string} xStoreID Store ID
|
|
54593
54493
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -54619,7 +54519,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54619
54519
|
return localVarFp.adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
54620
54520
|
},
|
|
54621
54521
|
/**
|
|
54622
|
-
* Delete a single query suggestion by its ID
|
|
54522
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
54623
54523
|
* @summary Delete Query Suggestion by ID
|
|
54624
54524
|
* @param {string} xStoreID Store ID
|
|
54625
54525
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -54641,11 +54541,11 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54641
54541
|
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID, suggestionID, options).then((request) => request(axios, basePath));
|
|
54642
54542
|
},
|
|
54643
54543
|
/**
|
|
54644
|
-
*
|
|
54544
|
+
*
|
|
54645
54545
|
* @summary Update Query Suggestion by ID
|
|
54646
54546
|
* @param {string} xStoreID Store ID
|
|
54647
54547
|
* @param {string} suggestionID Suggestion ID
|
|
54648
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
54548
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
54649
54549
|
* @param {*} [options] Override http request option.
|
|
54650
54550
|
* @throws {RequiredError}
|
|
54651
54551
|
*/
|
|
@@ -54665,7 +54565,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54665
54565
|
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
|
|
54666
54566
|
},
|
|
54667
54567
|
/**
|
|
54668
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
54568
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
54669
54569
|
* @summary Sync Suggestions to Typesense
|
|
54670
54570
|
* @param {string} xStoreID Store ID
|
|
54671
54571
|
* @param {*} [options] Override http request option.
|
|
@@ -54732,7 +54632,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54732
54632
|
}
|
|
54733
54633
|
|
|
54734
54634
|
/**
|
|
54735
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
54635
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
54736
54636
|
* @summary Apply Suggestion Filters
|
|
54737
54637
|
* @param {string} xStoreID Store ID
|
|
54738
54638
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -54758,7 +54658,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54758
54658
|
}
|
|
54759
54659
|
|
|
54760
54660
|
/**
|
|
54761
|
-
* Update an existing banned expression
|
|
54661
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
54762
54662
|
* @summary Update Banned Expression
|
|
54763
54663
|
* @param {string} xStoreID Store ID
|
|
54764
54664
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -54784,10 +54684,10 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54784
54684
|
}
|
|
54785
54685
|
|
|
54786
54686
|
/**
|
|
54787
|
-
* Create a new banned expression with specified matching type
|
|
54687
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
54788
54688
|
* @summary Create Banned Expression
|
|
54789
54689
|
* @param {string} xStoreID Store ID
|
|
54790
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
54690
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
54791
54691
|
* @param {*} [options] Override http request option.
|
|
54792
54692
|
* @throws {RequiredError}
|
|
54793
54693
|
* @memberof QuerySuggestionsManagementApi
|
|
@@ -54893,7 +54793,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54893
54793
|
}
|
|
54894
54794
|
|
|
54895
54795
|
/**
|
|
54896
|
-
* Import query suggestions from JSON data
|
|
54796
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
54897
54797
|
* @summary Import Query Suggestions
|
|
54898
54798
|
* @param {string} xStoreID Store ID
|
|
54899
54799
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -54906,7 +54806,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54906
54806
|
}
|
|
54907
54807
|
|
|
54908
54808
|
/**
|
|
54909
|
-
*
|
|
54809
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
54910
54810
|
* @summary Delete Manual Query Suggestions
|
|
54911
54811
|
* @param {string} xStoreID Store ID
|
|
54912
54812
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -54919,7 +54819,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54919
54819
|
}
|
|
54920
54820
|
|
|
54921
54821
|
/**
|
|
54922
|
-
* Add a manually created query suggestion for a store
|
|
54822
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
54923
54823
|
* @summary Add Manual Query Suggestion
|
|
54924
54824
|
* @param {string} xStoreID Store ID
|
|
54925
54825
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -54932,7 +54832,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54932
54832
|
}
|
|
54933
54833
|
|
|
54934
54834
|
/**
|
|
54935
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
54835
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
54936
54836
|
* @summary Migrate Existing Analytics Data
|
|
54937
54837
|
* @param {string} xStoreID Store ID
|
|
54938
54838
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -54946,7 +54846,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54946
54846
|
}
|
|
54947
54847
|
|
|
54948
54848
|
/**
|
|
54949
|
-
*
|
|
54849
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
54950
54850
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
54951
54851
|
* @param {string} xStoreID Store ID
|
|
54952
54852
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -54959,7 +54859,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54959
54859
|
}
|
|
54960
54860
|
|
|
54961
54861
|
/**
|
|
54962
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
54862
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
54963
54863
|
* @summary Promote Cached Suggestions to Management Table
|
|
54964
54864
|
* @param {string} xStoreID Store ID
|
|
54965
54865
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -54972,7 +54872,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54972
54872
|
}
|
|
54973
54873
|
|
|
54974
54874
|
/**
|
|
54975
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
54875
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
54976
54876
|
* @summary Refresh Auto-Generated Suggestions
|
|
54977
54877
|
* @param {string} xStoreID Store ID
|
|
54978
54878
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -55010,7 +54910,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
55010
54910
|
}
|
|
55011
54911
|
|
|
55012
54912
|
/**
|
|
55013
|
-
* Delete a single query suggestion by its ID
|
|
54913
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
55014
54914
|
* @summary Delete Query Suggestion by ID
|
|
55015
54915
|
* @param {string} xStoreID Store ID
|
|
55016
54916
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -55036,11 +54936,11 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
55036
54936
|
}
|
|
55037
54937
|
|
|
55038
54938
|
/**
|
|
55039
|
-
*
|
|
54939
|
+
*
|
|
55040
54940
|
* @summary Update Query Suggestion by ID
|
|
55041
54941
|
* @param {string} xStoreID Store ID
|
|
55042
54942
|
* @param {string} suggestionID Suggestion ID
|
|
55043
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
54943
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
55044
54944
|
* @param {*} [options] Override http request option.
|
|
55045
54945
|
* @throws {RequiredError}
|
|
55046
54946
|
* @memberof QuerySuggestionsManagementApi
|
|
@@ -55064,7 +54964,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
55064
54964
|
}
|
|
55065
54965
|
|
|
55066
54966
|
/**
|
|
55067
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
54967
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
55068
54968
|
* @summary Sync Suggestions to Typesense
|
|
55069
54969
|
* @param {string} xStoreID Store ID
|
|
55070
54970
|
* @param {*} [options] Override http request option.
|
|
@@ -58705,7 +58605,7 @@ export const StopwordsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
58705
58605
|
};
|
|
58706
58606
|
},
|
|
58707
58607
|
/**
|
|
58708
|
-
* Removes store-specific words from a language word list
|
|
58608
|
+
* Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
|
|
58709
58609
|
* @summary Remove words from language word list
|
|
58710
58610
|
* @param {string} xStoreID X-Store ID
|
|
58711
58611
|
* @param {number} wordListID Word List ID
|
|
@@ -58752,7 +58652,7 @@ export const StopwordsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
58752
58652
|
};
|
|
58753
58653
|
},
|
|
58754
58654
|
/**
|
|
58755
|
-
* Adds words
|
|
58655
|
+
* Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
|
|
58756
58656
|
* @summary Add words to language word list
|
|
58757
58657
|
* @param {string} xStoreID X-Store ID
|
|
58758
58658
|
* @param {number} wordListID Word List ID
|
|
@@ -58873,7 +58773,7 @@ export const StopwordsApiFp = function(configuration?: Configuration) {
|
|
|
58873
58773
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
58874
58774
|
},
|
|
58875
58775
|
/**
|
|
58876
|
-
* Removes store-specific words from a language word list
|
|
58776
|
+
* Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
|
|
58877
58777
|
* @summary Remove words from language word list
|
|
58878
58778
|
* @param {string} xStoreID X-Store ID
|
|
58879
58779
|
* @param {number} wordListID Word List ID
|
|
@@ -58888,7 +58788,7 @@ export const StopwordsApiFp = function(configuration?: Configuration) {
|
|
|
58888
58788
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
58889
58789
|
},
|
|
58890
58790
|
/**
|
|
58891
|
-
* Adds words
|
|
58791
|
+
* Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
|
|
58892
58792
|
* @summary Add words to language word list
|
|
58893
58793
|
* @param {string} xStoreID X-Store ID
|
|
58894
58794
|
* @param {number} wordListID Word List ID
|
|
@@ -58965,7 +58865,7 @@ export const StopwordsApiFactory = function (configuration?: Configuration, base
|
|
|
58965
58865
|
return localVarFp.adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID, lang, type, q, page, limit, options).then((request) => request(axios, basePath));
|
|
58966
58866
|
},
|
|
58967
58867
|
/**
|
|
58968
|
-
* Removes store-specific words from a language word list
|
|
58868
|
+
* Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
|
|
58969
58869
|
* @summary Remove words from language word list
|
|
58970
58870
|
* @param {string} xStoreID X-Store ID
|
|
58971
58871
|
* @param {number} wordListID Word List ID
|
|
@@ -58977,7 +58877,7 @@ export const StopwordsApiFactory = function (configuration?: Configuration, base
|
|
|
58977
58877
|
return localVarFp.adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID, wordListID, dataTypesRemoveWordsFromLanguageListRequest, options).then((request) => request(axios, basePath));
|
|
58978
58878
|
},
|
|
58979
58879
|
/**
|
|
58980
|
-
* Adds words
|
|
58880
|
+
* Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
|
|
58981
58881
|
* @summary Add words to language word list
|
|
58982
58882
|
* @param {string} xStoreID X-Store ID
|
|
58983
58883
|
* @param {number} wordListID Word List ID
|
|
@@ -59059,7 +58959,7 @@ export class StopwordsApi extends BaseAPI {
|
|
|
59059
58959
|
}
|
|
59060
58960
|
|
|
59061
58961
|
/**
|
|
59062
|
-
* Removes store-specific words from a language word list
|
|
58962
|
+
* Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
|
|
59063
58963
|
* @summary Remove words from language word list
|
|
59064
58964
|
* @param {string} xStoreID X-Store ID
|
|
59065
58965
|
* @param {number} wordListID Word List ID
|
|
@@ -59073,7 +58973,7 @@ export class StopwordsApi extends BaseAPI {
|
|
|
59073
58973
|
}
|
|
59074
58974
|
|
|
59075
58975
|
/**
|
|
59076
|
-
* Adds words
|
|
58976
|
+
* Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
|
|
59077
58977
|
* @summary Add words to language word list
|
|
59078
58978
|
* @param {string} xStoreID X-Store ID
|
|
59079
58979
|
* @param {number} wordListID Word List ID
|
|
@@ -59729,7 +59629,7 @@ export class StoreCreationApi extends BaseAPI {
|
|
|
59729
59629
|
export const StoreDocumentsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
59730
59630
|
return {
|
|
59731
59631
|
/**
|
|
59732
|
-
*
|
|
59632
|
+
*
|
|
59733
59633
|
* @summary Bulk document operations
|
|
59734
59634
|
* @param {string} xStoreID X-Store ID
|
|
59735
59635
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -59854,7 +59754,7 @@ export const StoreDocumentsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
59854
59754
|
};
|
|
59855
59755
|
},
|
|
59856
59756
|
/**
|
|
59857
|
-
*
|
|
59757
|
+
*
|
|
59858
59758
|
* @summary Update document
|
|
59859
59759
|
* @param {string} xStoreID X-Store ID
|
|
59860
59760
|
* @param {string} documentID Document ID
|
|
@@ -60016,7 +59916,7 @@ export const StoreDocumentsApiFp = function(configuration?: Configuration) {
|
|
|
60016
59916
|
const localVarAxiosParamCreator = StoreDocumentsApiAxiosParamCreator(configuration)
|
|
60017
59917
|
return {
|
|
60018
59918
|
/**
|
|
60019
|
-
*
|
|
59919
|
+
*
|
|
60020
59920
|
* @summary Bulk document operations
|
|
60021
59921
|
* @param {string} xStoreID X-Store ID
|
|
60022
59922
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -60058,7 +59958,7 @@ export const StoreDocumentsApiFp = function(configuration?: Configuration) {
|
|
|
60058
59958
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
60059
59959
|
},
|
|
60060
59960
|
/**
|
|
60061
|
-
*
|
|
59961
|
+
*
|
|
60062
59962
|
* @summary Update document
|
|
60063
59963
|
* @param {string} xStoreID X-Store ID
|
|
60064
59964
|
* @param {string} documentID Document ID
|
|
@@ -60115,7 +60015,7 @@ export const StoreDocumentsApiFactory = function (configuration?: Configuration,
|
|
|
60115
60015
|
const localVarFp = StoreDocumentsApiFp(configuration)
|
|
60116
60016
|
return {
|
|
60117
60017
|
/**
|
|
60118
|
-
*
|
|
60018
|
+
*
|
|
60119
60019
|
* @summary Bulk document operations
|
|
60120
60020
|
* @param {string} xStoreID X-Store ID
|
|
60121
60021
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -60148,7 +60048,7 @@ export const StoreDocumentsApiFactory = function (configuration?: Configuration,
|
|
|
60148
60048
|
return localVarFp.adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID, documentID, options).then((request) => request(axios, basePath));
|
|
60149
60049
|
},
|
|
60150
60050
|
/**
|
|
60151
|
-
*
|
|
60051
|
+
*
|
|
60152
60052
|
* @summary Update document
|
|
60153
60053
|
* @param {string} xStoreID X-Store ID
|
|
60154
60054
|
* @param {string} documentID Document ID
|
|
@@ -60196,7 +60096,7 @@ export const StoreDocumentsApiFactory = function (configuration?: Configuration,
|
|
|
60196
60096
|
*/
|
|
60197
60097
|
export class StoreDocumentsApi extends BaseAPI {
|
|
60198
60098
|
/**
|
|
60199
|
-
*
|
|
60099
|
+
*
|
|
60200
60100
|
* @summary Bulk document operations
|
|
60201
60101
|
* @param {string} xStoreID X-Store ID
|
|
60202
60102
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -60235,7 +60135,7 @@ export class StoreDocumentsApi extends BaseAPI {
|
|
|
60235
60135
|
}
|
|
60236
60136
|
|
|
60237
60137
|
/**
|
|
60238
|
-
*
|
|
60138
|
+
*
|
|
60239
60139
|
* @summary Update document
|
|
60240
60140
|
* @param {string} xStoreID X-Store ID
|
|
60241
60141
|
* @param {string} documentID Document ID
|
|
@@ -60440,10 +60340,10 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
60440
60340
|
};
|
|
60441
60341
|
},
|
|
60442
60342
|
/**
|
|
60443
|
-
* Updates
|
|
60444
|
-
* @summary Update
|
|
60343
|
+
* Updates the active/inactive status of a store by its ID.
|
|
60344
|
+
* @summary Update Store Status
|
|
60445
60345
|
* @param {number} id Store ID
|
|
60446
|
-
* @param {boolean} status
|
|
60346
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
60447
60347
|
* @param {*} [options] Override http request option.
|
|
60448
60348
|
* @throws {RequiredError}
|
|
60449
60349
|
*/
|
|
@@ -60727,10 +60627,10 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
60727
60627
|
};
|
|
60728
60628
|
},
|
|
60729
60629
|
/**
|
|
60730
|
-
*
|
|
60630
|
+
*
|
|
60731
60631
|
* @summary Update Store Config (Partial)
|
|
60732
60632
|
* @param {string} xStoreID X-Store ID
|
|
60733
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
60633
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
60734
60634
|
* @param {*} [options] Override http request option.
|
|
60735
60635
|
* @throws {RequiredError}
|
|
60736
60636
|
*/
|
|
@@ -61017,17 +60917,17 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
61017
60917
|
};
|
|
61018
60918
|
},
|
|
61019
60919
|
/**
|
|
61020
|
-
*
|
|
60920
|
+
*
|
|
61021
60921
|
* @summary Regenerate X-Store Secret
|
|
61022
|
-
* @param {string}
|
|
60922
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61023
60923
|
* @param {*} [options] Override http request option.
|
|
61024
60924
|
* @throws {RequiredError}
|
|
61025
60925
|
*/
|
|
61026
|
-
|
|
61027
|
-
// verify required parameter '
|
|
61028
|
-
assertParamExists('
|
|
61029
|
-
const localVarPath = `/{
|
|
61030
|
-
.replace(`{${"
|
|
60926
|
+
xstoreidRegenerateUidPut: async (xstoreid: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
60927
|
+
// verify required parameter 'xstoreid' is not null or undefined
|
|
60928
|
+
assertParamExists('xstoreidRegenerateUidPut', 'xstoreid', xstoreid)
|
|
60929
|
+
const localVarPath = `/{xstoreid}/regenerate-uid`
|
|
60930
|
+
.replace(`{${"xstoreid"}}`, encodeURIComponent(String(xstoreid)));
|
|
61031
60931
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
61032
60932
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
61033
60933
|
let baseOptions;
|
|
@@ -61035,7 +60935,7 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
61035
60935
|
baseOptions = configuration.baseOptions;
|
|
61036
60936
|
}
|
|
61037
60937
|
|
|
61038
|
-
const localVarRequestOptions = { method: '
|
|
60938
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
61039
60939
|
const localVarHeaderParameter = {} as any;
|
|
61040
60940
|
const localVarQueryParameter = {} as any;
|
|
61041
60941
|
|
|
@@ -61116,10 +61016,10 @@ export const StoresApiFp = function(configuration?: Configuration) {
|
|
|
61116
61016
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61117
61017
|
},
|
|
61118
61018
|
/**
|
|
61119
|
-
* Updates
|
|
61120
|
-
* @summary Update
|
|
61019
|
+
* Updates the active/inactive status of a store by its ID.
|
|
61020
|
+
* @summary Update Store Status
|
|
61121
61021
|
* @param {number} id Store ID
|
|
61122
|
-
* @param {boolean} status
|
|
61022
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
61123
61023
|
* @param {*} [options] Override http request option.
|
|
61124
61024
|
* @throws {RequiredError}
|
|
61125
61025
|
*/
|
|
@@ -61207,10 +61107,10 @@ export const StoresApiFp = function(configuration?: Configuration) {
|
|
|
61207
61107
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61208
61108
|
},
|
|
61209
61109
|
/**
|
|
61210
|
-
*
|
|
61110
|
+
*
|
|
61211
61111
|
* @summary Update Store Config (Partial)
|
|
61212
61112
|
* @param {string} xStoreID X-Store ID
|
|
61213
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61113
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61214
61114
|
* @param {*} [options] Override http request option.
|
|
61215
61115
|
* @throws {RequiredError}
|
|
61216
61116
|
*/
|
|
@@ -61304,16 +61204,16 @@ export const StoresApiFp = function(configuration?: Configuration) {
|
|
|
61304
61204
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61305
61205
|
},
|
|
61306
61206
|
/**
|
|
61307
|
-
*
|
|
61207
|
+
*
|
|
61308
61208
|
* @summary Regenerate X-Store Secret
|
|
61309
|
-
* @param {string}
|
|
61209
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61310
61210
|
* @param {*} [options] Override http request option.
|
|
61311
61211
|
* @throws {RequiredError}
|
|
61312
61212
|
*/
|
|
61313
|
-
async
|
|
61314
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
61213
|
+
async xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>> {
|
|
61214
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.xstoreidRegenerateUidPut(xstoreid, options);
|
|
61315
61215
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
61316
|
-
const localVarOperationServerBasePath = operationServerMap['StoresApi.
|
|
61216
|
+
const localVarOperationServerBasePath = operationServerMap['StoresApi.xstoreidRegenerateUidPut']?.[localVarOperationServerIndex]?.url;
|
|
61317
61217
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61318
61218
|
},
|
|
61319
61219
|
}
|
|
@@ -61367,10 +61267,10 @@ export const StoresApiFactory = function (configuration?: Configuration, basePat
|
|
|
61367
61267
|
return localVarFp.adminStoresStoreIDPut(storeID, dataTypesStoreRequestDto, options).then((request) => request(axios, basePath));
|
|
61368
61268
|
},
|
|
61369
61269
|
/**
|
|
61370
|
-
* Updates
|
|
61371
|
-
* @summary Update
|
|
61270
|
+
* Updates the active/inactive status of a store by its ID.
|
|
61271
|
+
* @summary Update Store Status
|
|
61372
61272
|
* @param {number} id Store ID
|
|
61373
|
-
* @param {boolean} status
|
|
61273
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
61374
61274
|
* @param {*} [options] Override http request option.
|
|
61375
61275
|
* @throws {RequiredError}
|
|
61376
61276
|
*/
|
|
@@ -61440,10 +61340,10 @@ export const StoresApiFactory = function (configuration?: Configuration, basePat
|
|
|
61440
61340
|
return localVarFp.adminStoresXStoreIDConfigGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
61441
61341
|
},
|
|
61442
61342
|
/**
|
|
61443
|
-
*
|
|
61343
|
+
*
|
|
61444
61344
|
* @summary Update Store Config (Partial)
|
|
61445
61345
|
* @param {string} xStoreID X-Store ID
|
|
61446
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61346
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61447
61347
|
* @param {*} [options] Override http request option.
|
|
61448
61348
|
* @throws {RequiredError}
|
|
61449
61349
|
*/
|
|
@@ -61516,14 +61416,14 @@ export const StoresApiFactory = function (configuration?: Configuration, basePat
|
|
|
61516
61416
|
return localVarFp.adminStoresXStoreIDStepStepPut(xStoreID, step, body, options).then((request) => request(axios, basePath));
|
|
61517
61417
|
},
|
|
61518
61418
|
/**
|
|
61519
|
-
*
|
|
61419
|
+
*
|
|
61520
61420
|
* @summary Regenerate X-Store Secret
|
|
61521
|
-
* @param {string}
|
|
61421
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61522
61422
|
* @param {*} [options] Override http request option.
|
|
61523
61423
|
* @throws {RequiredError}
|
|
61524
61424
|
*/
|
|
61525
|
-
|
|
61526
|
-
return localVarFp.
|
|
61425
|
+
xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse> {
|
|
61426
|
+
return localVarFp.xstoreidRegenerateUidPut(xstoreid, options).then((request) => request(axios, basePath));
|
|
61527
61427
|
},
|
|
61528
61428
|
};
|
|
61529
61429
|
};
|
|
@@ -61584,10 +61484,10 @@ export class StoresApi extends BaseAPI {
|
|
|
61584
61484
|
}
|
|
61585
61485
|
|
|
61586
61486
|
/**
|
|
61587
|
-
* Updates
|
|
61588
|
-
* @summary Update
|
|
61487
|
+
* Updates the active/inactive status of a store by its ID.
|
|
61488
|
+
* @summary Update Store Status
|
|
61589
61489
|
* @param {number} id Store ID
|
|
61590
|
-
* @param {boolean} status
|
|
61490
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
61591
61491
|
* @param {*} [options] Override http request option.
|
|
61592
61492
|
* @throws {RequiredError}
|
|
61593
61493
|
* @memberof StoresApi
|
|
@@ -61669,10 +61569,10 @@ export class StoresApi extends BaseAPI {
|
|
|
61669
61569
|
}
|
|
61670
61570
|
|
|
61671
61571
|
/**
|
|
61672
|
-
*
|
|
61572
|
+
*
|
|
61673
61573
|
* @summary Update Store Config (Partial)
|
|
61674
61574
|
* @param {string} xStoreID X-Store ID
|
|
61675
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61575
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61676
61576
|
* @param {*} [options] Override http request option.
|
|
61677
61577
|
* @throws {RequiredError}
|
|
61678
61578
|
* @memberof StoresApi
|
|
@@ -61759,15 +61659,15 @@ export class StoresApi extends BaseAPI {
|
|
|
61759
61659
|
}
|
|
61760
61660
|
|
|
61761
61661
|
/**
|
|
61762
|
-
*
|
|
61662
|
+
*
|
|
61763
61663
|
* @summary Regenerate X-Store Secret
|
|
61764
|
-
* @param {string}
|
|
61664
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61765
61665
|
* @param {*} [options] Override http request option.
|
|
61766
61666
|
* @throws {RequiredError}
|
|
61767
61667
|
* @memberof StoresApi
|
|
61768
61668
|
*/
|
|
61769
|
-
public
|
|
61770
|
-
return StoresApiFp(this.configuration).
|
|
61669
|
+
public xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig) {
|
|
61670
|
+
return StoresApiFp(this.configuration).xstoreidRegenerateUidPut(xstoreid, options).then((request) => request(this.axios, this.basePath));
|
|
61771
61671
|
}
|
|
61772
61672
|
}
|
|
61773
61673
|
|