@seekora-ai/admin-api 1.1.37 → 1.1.39
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 +14 -10
- package/api.ts +574 -434
- package/dist/api.d.ts +504 -350
- package/dist/api.js +347 -381
- package/dist/esm/api.d.ts +504 -350
- package/dist/esm/api.js +336 -374
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.39.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
|
|
@@ -1424,6 +1424,110 @@ export interface AnalyticsAPIUsageResponse {
|
|
|
1424
1424
|
*/
|
|
1425
1425
|
'status'?: number;
|
|
1426
1426
|
}
|
|
1427
|
+
/**
|
|
1428
|
+
*
|
|
1429
|
+
* @export
|
|
1430
|
+
* @interface AnalyticsActivityLogEvent
|
|
1431
|
+
*/
|
|
1432
|
+
export interface AnalyticsActivityLogEvent {
|
|
1433
|
+
/**
|
|
1434
|
+
*
|
|
1435
|
+
* @type {string}
|
|
1436
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1437
|
+
*/
|
|
1438
|
+
'action_type'?: string;
|
|
1439
|
+
/**
|
|
1440
|
+
*
|
|
1441
|
+
* @type {string}
|
|
1442
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1443
|
+
*/
|
|
1444
|
+
'changed_fields'?: string;
|
|
1445
|
+
/**
|
|
1446
|
+
*
|
|
1447
|
+
* @type {string}
|
|
1448
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1449
|
+
*/
|
|
1450
|
+
'description'?: string;
|
|
1451
|
+
/**
|
|
1452
|
+
*
|
|
1453
|
+
* @type {string}
|
|
1454
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1455
|
+
*/
|
|
1456
|
+
'event_id'?: string;
|
|
1457
|
+
/**
|
|
1458
|
+
*
|
|
1459
|
+
* @type {string}
|
|
1460
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1461
|
+
*/
|
|
1462
|
+
'ip_address'?: string;
|
|
1463
|
+
/**
|
|
1464
|
+
*
|
|
1465
|
+
* @type {string}
|
|
1466
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1467
|
+
*/
|
|
1468
|
+
'resource_id'?: string;
|
|
1469
|
+
/**
|
|
1470
|
+
*
|
|
1471
|
+
* @type {string}
|
|
1472
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1473
|
+
*/
|
|
1474
|
+
'resource_type'?: string;
|
|
1475
|
+
/**
|
|
1476
|
+
*
|
|
1477
|
+
* @type {string}
|
|
1478
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1479
|
+
*/
|
|
1480
|
+
'state_after'?: string;
|
|
1481
|
+
/**
|
|
1482
|
+
*
|
|
1483
|
+
* @type {string}
|
|
1484
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1485
|
+
*/
|
|
1486
|
+
'state_before'?: string;
|
|
1487
|
+
/**
|
|
1488
|
+
*
|
|
1489
|
+
* @type {string}
|
|
1490
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1491
|
+
*/
|
|
1492
|
+
'timestamp'?: string;
|
|
1493
|
+
/**
|
|
1494
|
+
*
|
|
1495
|
+
* @type {string}
|
|
1496
|
+
* @memberof AnalyticsActivityLogEvent
|
|
1497
|
+
*/
|
|
1498
|
+
'user_agent'?: string;
|
|
1499
|
+
}
|
|
1500
|
+
/**
|
|
1501
|
+
*
|
|
1502
|
+
* @export
|
|
1503
|
+
* @interface AnalyticsActivityLogResponse
|
|
1504
|
+
*/
|
|
1505
|
+
export interface AnalyticsActivityLogResponse {
|
|
1506
|
+
/**
|
|
1507
|
+
*
|
|
1508
|
+
* @type {Array<AnalyticsActivityLogEvent>}
|
|
1509
|
+
* @memberof AnalyticsActivityLogResponse
|
|
1510
|
+
*/
|
|
1511
|
+
'data'?: Array<AnalyticsActivityLogEvent>;
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
* @type {string}
|
|
1515
|
+
* @memberof AnalyticsActivityLogResponse
|
|
1516
|
+
*/
|
|
1517
|
+
'message'?: string;
|
|
1518
|
+
/**
|
|
1519
|
+
*
|
|
1520
|
+
* @type {SeekoraGoSrcRoutesAnalyticsPaginationMeta}
|
|
1521
|
+
* @memberof AnalyticsActivityLogResponse
|
|
1522
|
+
*/
|
|
1523
|
+
'meta'?: SeekoraGoSrcRoutesAnalyticsPaginationMeta;
|
|
1524
|
+
/**
|
|
1525
|
+
*
|
|
1526
|
+
* @type {number}
|
|
1527
|
+
* @memberof AnalyticsActivityLogResponse
|
|
1528
|
+
*/
|
|
1529
|
+
'status'?: number;
|
|
1530
|
+
}
|
|
1427
1531
|
/**
|
|
1428
1532
|
*
|
|
1429
1533
|
* @export
|
|
@@ -10089,6 +10193,31 @@ export interface DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping {
|
|
|
10089
10193
|
*/
|
|
10090
10194
|
'status'?: number;
|
|
10091
10195
|
}
|
|
10196
|
+
/**
|
|
10197
|
+
*
|
|
10198
|
+
* @export
|
|
10199
|
+
* @interface DataTypesGenericResponseArrayString
|
|
10200
|
+
*/
|
|
10201
|
+
export interface DataTypesGenericResponseArrayString {
|
|
10202
|
+
/**
|
|
10203
|
+
*
|
|
10204
|
+
* @type {Array<string>}
|
|
10205
|
+
* @memberof DataTypesGenericResponseArrayString
|
|
10206
|
+
*/
|
|
10207
|
+
'data'?: Array<string>;
|
|
10208
|
+
/**
|
|
10209
|
+
*
|
|
10210
|
+
* @type {string}
|
|
10211
|
+
* @memberof DataTypesGenericResponseArrayString
|
|
10212
|
+
*/
|
|
10213
|
+
'message'?: string;
|
|
10214
|
+
/**
|
|
10215
|
+
*
|
|
10216
|
+
* @type {number}
|
|
10217
|
+
* @memberof DataTypesGenericResponseArrayString
|
|
10218
|
+
*/
|
|
10219
|
+
'status'?: number;
|
|
10220
|
+
}
|
|
10092
10221
|
/**
|
|
10093
10222
|
*
|
|
10094
10223
|
* @export
|
|
@@ -10314,6 +10443,31 @@ export interface DataTypesGenericResponseDataTypesReceipt {
|
|
|
10314
10443
|
*/
|
|
10315
10444
|
'status'?: number;
|
|
10316
10445
|
}
|
|
10446
|
+
/**
|
|
10447
|
+
*
|
|
10448
|
+
* @export
|
|
10449
|
+
* @interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10450
|
+
*/
|
|
10451
|
+
export interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse {
|
|
10452
|
+
/**
|
|
10453
|
+
*
|
|
10454
|
+
* @type {DataTypesRegenerateXStoreSecretResponse}
|
|
10455
|
+
* @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10456
|
+
*/
|
|
10457
|
+
'data'?: DataTypesRegenerateXStoreSecretResponse;
|
|
10458
|
+
/**
|
|
10459
|
+
*
|
|
10460
|
+
* @type {string}
|
|
10461
|
+
* @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10462
|
+
*/
|
|
10463
|
+
'message'?: string;
|
|
10464
|
+
/**
|
|
10465
|
+
*
|
|
10466
|
+
* @type {number}
|
|
10467
|
+
* @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
|
|
10468
|
+
*/
|
|
10469
|
+
'status'?: number;
|
|
10470
|
+
}
|
|
10317
10471
|
/**
|
|
10318
10472
|
*
|
|
10319
10473
|
* @export
|
|
@@ -17229,6 +17383,25 @@ export interface DataTypesRefundStatusDto {
|
|
|
17229
17383
|
*/
|
|
17230
17384
|
'updated_at'?: string;
|
|
17231
17385
|
}
|
|
17386
|
+
/**
|
|
17387
|
+
*
|
|
17388
|
+
* @export
|
|
17389
|
+
* @interface DataTypesRegenerateXStoreSecretResponse
|
|
17390
|
+
*/
|
|
17391
|
+
export interface DataTypesRegenerateXStoreSecretResponse {
|
|
17392
|
+
/**
|
|
17393
|
+
*
|
|
17394
|
+
* @type {string}
|
|
17395
|
+
* @memberof DataTypesRegenerateXStoreSecretResponse
|
|
17396
|
+
*/
|
|
17397
|
+
'new_xstore_secret'?: string;
|
|
17398
|
+
/**
|
|
17399
|
+
*
|
|
17400
|
+
* @type {string}
|
|
17401
|
+
* @memberof DataTypesRegenerateXStoreSecretResponse
|
|
17402
|
+
*/
|
|
17403
|
+
'old_xstore_secret'?: string;
|
|
17404
|
+
}
|
|
17232
17405
|
/**
|
|
17233
17406
|
*
|
|
17234
17407
|
* @export
|
|
@@ -17719,7 +17892,7 @@ export interface DataTypesRoleRightWithMenu {
|
|
|
17719
17892
|
*/
|
|
17720
17893
|
'isEnabled'?: boolean;
|
|
17721
17894
|
/**
|
|
17722
|
-
*
|
|
17895
|
+
* Optional menu details - may be missing in request payloads
|
|
17723
17896
|
* @type {DataTypesMenu}
|
|
17724
17897
|
* @memberof DataTypesRoleRightWithMenu
|
|
17725
17898
|
*/
|
|
@@ -26013,7 +26186,7 @@ export const AccountSettingsApiAxiosParamCreator = function (configuration?: Con
|
|
|
26013
26186
|
};
|
|
26014
26187
|
},
|
|
26015
26188
|
/**
|
|
26016
|
-
* Updates the organization details of the currently logged-in user
|
|
26189
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26017
26190
|
* @summary Update user\'s organization
|
|
26018
26191
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26019
26192
|
* @param {*} [options] Override http request option.
|
|
@@ -26249,7 +26422,7 @@ export const AccountSettingsApiFp = function(configuration?: Configuration) {
|
|
|
26249
26422
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
26250
26423
|
},
|
|
26251
26424
|
/**
|
|
26252
|
-
* Updates the organization details of the currently logged-in user
|
|
26425
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26253
26426
|
* @summary Update user\'s organization
|
|
26254
26427
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26255
26428
|
* @param {*} [options] Override http request option.
|
|
@@ -26351,7 +26524,7 @@ export const AccountSettingsApiFactory = function (configuration?: Configuration
|
|
|
26351
26524
|
return localVarFp.accountSettingsOrganizationLogoPut(logo, options).then((request) => request(axios, basePath));
|
|
26352
26525
|
},
|
|
26353
26526
|
/**
|
|
26354
|
-
* Updates the organization details of the currently logged-in user
|
|
26527
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26355
26528
|
* @summary Update user\'s organization
|
|
26356
26529
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26357
26530
|
* @param {*} [options] Override http request option.
|
|
@@ -26444,7 +26617,7 @@ export class AccountSettingsApi extends BaseAPI {
|
|
|
26444
26617
|
}
|
|
26445
26618
|
|
|
26446
26619
|
/**
|
|
26447
|
-
* Updates the organization details of the currently logged-in user
|
|
26620
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
26448
26621
|
* @summary Update user\'s organization
|
|
26449
26622
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
26450
26623
|
* @param {*} [options] Override http request option.
|
|
@@ -26505,6 +26678,142 @@ export class AccountSettingsApi extends BaseAPI {
|
|
|
26505
26678
|
|
|
26506
26679
|
|
|
26507
26680
|
|
|
26681
|
+
/**
|
|
26682
|
+
* ActivityLogsApi - axios parameter creator
|
|
26683
|
+
* @export
|
|
26684
|
+
*/
|
|
26685
|
+
export const ActivityLogsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
26686
|
+
return {
|
|
26687
|
+
/**
|
|
26688
|
+
* Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
|
|
26689
|
+
* @summary Get Activity Logs
|
|
26690
|
+
* @param {string} [startDate] Start date (ISO 8601 format)
|
|
26691
|
+
* @param {string} [endDate] End date (ISO 8601 format)
|
|
26692
|
+
* @param {number} [page] Page number (default: 1)
|
|
26693
|
+
* @param {number} [perPage] Results per page (default: 50, max: 1000)
|
|
26694
|
+
* @param {*} [options] Override http request option.
|
|
26695
|
+
* @throws {RequiredError}
|
|
26696
|
+
*/
|
|
26697
|
+
analyticsActivityLogsGet: async (startDate?: string, endDate?: string, page?: number, perPage?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
26698
|
+
const localVarPath = `/analytics/activity-logs`;
|
|
26699
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
26700
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
26701
|
+
let baseOptions;
|
|
26702
|
+
if (configuration) {
|
|
26703
|
+
baseOptions = configuration.baseOptions;
|
|
26704
|
+
}
|
|
26705
|
+
|
|
26706
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
26707
|
+
const localVarHeaderParameter = {} as any;
|
|
26708
|
+
const localVarQueryParameter = {} as any;
|
|
26709
|
+
|
|
26710
|
+
// authentication BearerAuth required
|
|
26711
|
+
await setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration)
|
|
26712
|
+
|
|
26713
|
+
if (startDate !== undefined) {
|
|
26714
|
+
localVarQueryParameter['start_date'] = startDate;
|
|
26715
|
+
}
|
|
26716
|
+
|
|
26717
|
+
if (endDate !== undefined) {
|
|
26718
|
+
localVarQueryParameter['end_date'] = endDate;
|
|
26719
|
+
}
|
|
26720
|
+
|
|
26721
|
+
if (page !== undefined) {
|
|
26722
|
+
localVarQueryParameter['page'] = page;
|
|
26723
|
+
}
|
|
26724
|
+
|
|
26725
|
+
if (perPage !== undefined) {
|
|
26726
|
+
localVarQueryParameter['per_page'] = perPage;
|
|
26727
|
+
}
|
|
26728
|
+
|
|
26729
|
+
|
|
26730
|
+
|
|
26731
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
26732
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26733
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
26734
|
+
|
|
26735
|
+
return {
|
|
26736
|
+
url: toPathString(localVarUrlObj),
|
|
26737
|
+
options: localVarRequestOptions,
|
|
26738
|
+
};
|
|
26739
|
+
},
|
|
26740
|
+
}
|
|
26741
|
+
};
|
|
26742
|
+
|
|
26743
|
+
/**
|
|
26744
|
+
* ActivityLogsApi - functional programming interface
|
|
26745
|
+
* @export
|
|
26746
|
+
*/
|
|
26747
|
+
export const ActivityLogsApiFp = function(configuration?: Configuration) {
|
|
26748
|
+
const localVarAxiosParamCreator = ActivityLogsApiAxiosParamCreator(configuration)
|
|
26749
|
+
return {
|
|
26750
|
+
/**
|
|
26751
|
+
* Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
|
|
26752
|
+
* @summary Get Activity Logs
|
|
26753
|
+
* @param {string} [startDate] Start date (ISO 8601 format)
|
|
26754
|
+
* @param {string} [endDate] End date (ISO 8601 format)
|
|
26755
|
+
* @param {number} [page] Page number (default: 1)
|
|
26756
|
+
* @param {number} [perPage] Results per page (default: 50, max: 1000)
|
|
26757
|
+
* @param {*} [options] Override http request option.
|
|
26758
|
+
* @throws {RequiredError}
|
|
26759
|
+
*/
|
|
26760
|
+
async analyticsActivityLogsGet(startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsActivityLogResponse>> {
|
|
26761
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.analyticsActivityLogsGet(startDate, endDate, page, perPage, options);
|
|
26762
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
26763
|
+
const localVarOperationServerBasePath = operationServerMap['ActivityLogsApi.analyticsActivityLogsGet']?.[localVarOperationServerIndex]?.url;
|
|
26764
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
26765
|
+
},
|
|
26766
|
+
}
|
|
26767
|
+
};
|
|
26768
|
+
|
|
26769
|
+
/**
|
|
26770
|
+
* ActivityLogsApi - factory interface
|
|
26771
|
+
* @export
|
|
26772
|
+
*/
|
|
26773
|
+
export const ActivityLogsApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
26774
|
+
const localVarFp = ActivityLogsApiFp(configuration)
|
|
26775
|
+
return {
|
|
26776
|
+
/**
|
|
26777
|
+
* Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
|
|
26778
|
+
* @summary Get Activity Logs
|
|
26779
|
+
* @param {string} [startDate] Start date (ISO 8601 format)
|
|
26780
|
+
* @param {string} [endDate] End date (ISO 8601 format)
|
|
26781
|
+
* @param {number} [page] Page number (default: 1)
|
|
26782
|
+
* @param {number} [perPage] Results per page (default: 50, max: 1000)
|
|
26783
|
+
* @param {*} [options] Override http request option.
|
|
26784
|
+
* @throws {RequiredError}
|
|
26785
|
+
*/
|
|
26786
|
+
analyticsActivityLogsGet(startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsActivityLogResponse> {
|
|
26787
|
+
return localVarFp.analyticsActivityLogsGet(startDate, endDate, page, perPage, options).then((request) => request(axios, basePath));
|
|
26788
|
+
},
|
|
26789
|
+
};
|
|
26790
|
+
};
|
|
26791
|
+
|
|
26792
|
+
/**
|
|
26793
|
+
* ActivityLogsApi - object-oriented interface
|
|
26794
|
+
* @export
|
|
26795
|
+
* @class ActivityLogsApi
|
|
26796
|
+
* @extends {BaseAPI}
|
|
26797
|
+
*/
|
|
26798
|
+
export class ActivityLogsApi extends BaseAPI {
|
|
26799
|
+
/**
|
|
26800
|
+
* Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
|
|
26801
|
+
* @summary Get Activity Logs
|
|
26802
|
+
* @param {string} [startDate] Start date (ISO 8601 format)
|
|
26803
|
+
* @param {string} [endDate] End date (ISO 8601 format)
|
|
26804
|
+
* @param {number} [page] Page number (default: 1)
|
|
26805
|
+
* @param {number} [perPage] Results per page (default: 50, max: 1000)
|
|
26806
|
+
* @param {*} [options] Override http request option.
|
|
26807
|
+
* @throws {RequiredError}
|
|
26808
|
+
* @memberof ActivityLogsApi
|
|
26809
|
+
*/
|
|
26810
|
+
public analyticsActivityLogsGet(startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig) {
|
|
26811
|
+
return ActivityLogsApiFp(this.configuration).analyticsActivityLogsGet(startDate, endDate, page, perPage, options).then((request) => request(this.axios, this.basePath));
|
|
26812
|
+
}
|
|
26813
|
+
}
|
|
26814
|
+
|
|
26815
|
+
|
|
26816
|
+
|
|
26508
26817
|
/**
|
|
26509
26818
|
* AdminAnalyticsApi - axios parameter creator
|
|
26510
26819
|
* @export
|
|
@@ -32646,7 +32955,7 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
32646
32955
|
};
|
|
32647
32956
|
},
|
|
32648
32957
|
/**
|
|
32649
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
32958
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
32650
32959
|
* @summary Create Analytics Rule
|
|
32651
32960
|
* @param {string} authorization Bearer JWT token
|
|
32652
32961
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -32690,49 +32999,6 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
32690
32999
|
options: localVarRequestOptions,
|
|
32691
33000
|
};
|
|
32692
33001
|
},
|
|
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
33002
|
/**
|
|
32737
33003
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
32738
33004
|
* @summary Get Analytics Rule
|
|
@@ -32777,7 +33043,7 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
32777
33043
|
};
|
|
32778
33044
|
},
|
|
32779
33045
|
/**
|
|
32780
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33046
|
+
* 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
33047
|
* @summary Update Analytics Rule
|
|
32782
33048
|
* @param {string} authorization Bearer JWT token
|
|
32783
33049
|
* @param {string} ruleId Rule ID
|
|
@@ -33060,10 +33326,10 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
33060
33326
|
};
|
|
33061
33327
|
},
|
|
33062
33328
|
/**
|
|
33063
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33329
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33064
33330
|
* @summary Create Analytics Rule
|
|
33065
33331
|
* @param {string} authorization Bearer JWT token
|
|
33066
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33332
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33067
33333
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33068
33334
|
* @param {*} [options] Override http request option.
|
|
33069
33335
|
* @throws {RequiredError}
|
|
@@ -33108,53 +33374,6 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
33108
33374
|
options: localVarRequestOptions,
|
|
33109
33375
|
};
|
|
33110
33376
|
},
|
|
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
33377
|
/**
|
|
33159
33378
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33160
33379
|
* @summary Get Analytics Rule
|
|
@@ -33203,10 +33422,10 @@ export const AnalyticsRulesApiAxiosParamCreator = function (configuration?: Conf
|
|
|
33203
33422
|
};
|
|
33204
33423
|
},
|
|
33205
33424
|
/**
|
|
33206
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33425
|
+
* 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
33426
|
* @summary Update Analytics Rule
|
|
33208
33427
|
* @param {string} authorization Bearer JWT token
|
|
33209
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33428
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33210
33429
|
* @param {string} ruleId Rule ID
|
|
33211
33430
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33212
33431
|
* @param {*} [options] Override http request option.
|
|
@@ -33338,7 +33557,7 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33338
33557
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33339
33558
|
},
|
|
33340
33559
|
/**
|
|
33341
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33560
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33342
33561
|
* @summary Create Analytics Rule
|
|
33343
33562
|
* @param {string} authorization Bearer JWT token
|
|
33344
33563
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -33351,20 +33570,6 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33351
33570
|
const localVarOperationServerBasePath = operationServerMap['AnalyticsRulesApi.adminV1AnalyticsRulesPost']?.[localVarOperationServerIndex]?.url;
|
|
33352
33571
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33353
33572
|
},
|
|
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
33573
|
/**
|
|
33369
33574
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33370
33575
|
* @summary Get Analytics Rule
|
|
@@ -33380,7 +33585,7 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33380
33585
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33381
33586
|
},
|
|
33382
33587
|
/**
|
|
33383
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33588
|
+
* 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
33589
|
* @summary Update Analytics Rule
|
|
33385
33590
|
* @param {string} authorization Bearer JWT token
|
|
33386
33591
|
* @param {string} ruleId Rule ID
|
|
@@ -33463,10 +33668,10 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33463
33668
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33464
33669
|
},
|
|
33465
33670
|
/**
|
|
33466
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33671
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33467
33672
|
* @summary Create Analytics Rule
|
|
33468
33673
|
* @param {string} authorization Bearer JWT token
|
|
33469
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33674
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33470
33675
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33471
33676
|
* @param {*} [options] Override http request option.
|
|
33472
33677
|
* @throws {RequiredError}
|
|
@@ -33477,21 +33682,6 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33477
33682
|
const localVarOperationServerBasePath = operationServerMap['AnalyticsRulesApi.adminV1StoresXstoreidAnalyticsRulesPost']?.[localVarOperationServerIndex]?.url;
|
|
33478
33683
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33479
33684
|
},
|
|
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
33685
|
/**
|
|
33496
33686
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33497
33687
|
* @summary Get Analytics Rule
|
|
@@ -33508,10 +33698,10 @@ export const AnalyticsRulesApiFp = function(configuration?: Configuration) {
|
|
|
33508
33698
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33509
33699
|
},
|
|
33510
33700
|
/**
|
|
33511
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33701
|
+
* 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
33702
|
* @summary Update Analytics Rule
|
|
33513
33703
|
* @param {string} authorization Bearer JWT token
|
|
33514
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33704
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33515
33705
|
* @param {string} ruleId Rule ID
|
|
33516
33706
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33517
33707
|
* @param {*} [options] Override http request option.
|
|
@@ -33569,7 +33759,7 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33569
33759
|
return localVarFp.adminV1AnalyticsRulesGet(authorization, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(axios, basePath));
|
|
33570
33760
|
},
|
|
33571
33761
|
/**
|
|
33572
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33762
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33573
33763
|
* @summary Create Analytics Rule
|
|
33574
33764
|
* @param {string} authorization Bearer JWT token
|
|
33575
33765
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -33579,17 +33769,6 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33579
33769
|
adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse> {
|
|
33580
33770
|
return localVarFp.adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(axios, basePath));
|
|
33581
33771
|
},
|
|
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
33772
|
/**
|
|
33594
33773
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33595
33774
|
* @summary Get Analytics Rule
|
|
@@ -33602,7 +33781,7 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33602
33781
|
return localVarFp.adminV1AnalyticsRulesRuleIdGet(authorization, ruleId, options).then((request) => request(axios, basePath));
|
|
33603
33782
|
},
|
|
33604
33783
|
/**
|
|
33605
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33784
|
+
* 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
33785
|
* @summary Update Analytics Rule
|
|
33607
33786
|
* @param {string} authorization Bearer JWT token
|
|
33608
33787
|
* @param {string} ruleId Rule ID
|
|
@@ -33670,10 +33849,10 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33670
33849
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesGet(authorization, xstoreid, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(axios, basePath));
|
|
33671
33850
|
},
|
|
33672
33851
|
/**
|
|
33673
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33852
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33674
33853
|
* @summary Create Analytics Rule
|
|
33675
33854
|
* @param {string} authorization Bearer JWT token
|
|
33676
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
33855
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33677
33856
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33678
33857
|
* @param {*} [options] Override http request option.
|
|
33679
33858
|
* @throws {RequiredError}
|
|
@@ -33681,18 +33860,6 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33681
33860
|
adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse> {
|
|
33682
33861
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(axios, basePath));
|
|
33683
33862
|
},
|
|
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
33863
|
/**
|
|
33697
33864
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33698
33865
|
* @summary Get Analytics Rule
|
|
@@ -33706,10 +33873,10 @@ export const AnalyticsRulesApiFactory = function (configuration?: Configuration,
|
|
|
33706
33873
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization, xstoreid, ruleId, options).then((request) => request(axios, basePath));
|
|
33707
33874
|
},
|
|
33708
33875
|
/**
|
|
33709
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33876
|
+
* 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
33877
|
* @summary Update Analytics Rule
|
|
33711
33878
|
* @param {string} authorization Bearer JWT token
|
|
33712
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
33879
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33713
33880
|
* @param {string} ruleId Rule ID
|
|
33714
33881
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33715
33882
|
* @param {*} [options] Override http request option.
|
|
@@ -33763,7 +33930,7 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33763
33930
|
}
|
|
33764
33931
|
|
|
33765
33932
|
/**
|
|
33766
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
33933
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33767
33934
|
* @summary Create Analytics Rule
|
|
33768
33935
|
* @param {string} authorization Bearer JWT token
|
|
33769
33936
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -33775,19 +33942,6 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33775
33942
|
return AnalyticsRulesApiFp(this.configuration).adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(this.axios, this.basePath));
|
|
33776
33943
|
}
|
|
33777
33944
|
|
|
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
33945
|
/**
|
|
33792
33946
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33793
33947
|
* @summary Get Analytics Rule
|
|
@@ -33802,7 +33956,7 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33802
33956
|
}
|
|
33803
33957
|
|
|
33804
33958
|
/**
|
|
33805
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
33959
|
+
* 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
33960
|
* @summary Update Analytics Rule
|
|
33807
33961
|
* @param {string} authorization Bearer JWT token
|
|
33808
33962
|
* @param {string} ruleId Rule ID
|
|
@@ -33880,10 +34034,10 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33880
34034
|
}
|
|
33881
34035
|
|
|
33882
34036
|
/**
|
|
33883
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
34037
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
33884
34038
|
* @summary Create Analytics Rule
|
|
33885
34039
|
* @param {string} authorization Bearer JWT token
|
|
33886
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
34040
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
33887
34041
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
33888
34042
|
* @param {*} [options] Override http request option.
|
|
33889
34043
|
* @throws {RequiredError}
|
|
@@ -33893,20 +34047,6 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33893
34047
|
return AnalyticsRulesApiFp(this.configuration).adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(this.axios, this.basePath));
|
|
33894
34048
|
}
|
|
33895
34049
|
|
|
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
34050
|
/**
|
|
33911
34051
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
33912
34052
|
* @summary Get Analytics Rule
|
|
@@ -33922,10 +34062,10 @@ export class AnalyticsRulesApi extends BaseAPI {
|
|
|
33922
34062
|
}
|
|
33923
34063
|
|
|
33924
34064
|
/**
|
|
33925
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
34065
|
+
* 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
34066
|
* @summary Update Analytics Rule
|
|
33927
34067
|
* @param {string} authorization Bearer JWT token
|
|
33928
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
34068
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
33929
34069
|
* @param {string} ruleId Rule ID
|
|
33930
34070
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
33931
34071
|
* @param {*} [options] Override http request option.
|
|
@@ -34967,7 +35107,7 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
|
|
|
34967
35107
|
};
|
|
34968
35108
|
},
|
|
34969
35109
|
/**
|
|
34970
|
-
* Updates an existing billing alert configuration
|
|
35110
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
34971
35111
|
* @summary Update billing alert
|
|
34972
35112
|
* @param {number} id Alert ID
|
|
34973
35113
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -36503,7 +36643,7 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
|
|
|
36503
36643
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
36504
36644
|
},
|
|
36505
36645
|
/**
|
|
36506
|
-
* Updates an existing billing alert configuration
|
|
36646
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
36507
36647
|
* @summary Update billing alert
|
|
36508
36648
|
* @param {number} id Alert ID
|
|
36509
36649
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -37001,7 +37141,7 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
|
|
|
37001
37141
|
return localVarFp.adminBillingAlertsIdDelete(id, options).then((request) => request(axios, basePath));
|
|
37002
37142
|
},
|
|
37003
37143
|
/**
|
|
37004
|
-
* Updates an existing billing alert configuration
|
|
37144
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
37005
37145
|
* @summary Update billing alert
|
|
37006
37146
|
* @param {number} id Alert ID
|
|
37007
37147
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -37413,7 +37553,7 @@ export class BillingDashboardApi extends BaseAPI {
|
|
|
37413
37553
|
}
|
|
37414
37554
|
|
|
37415
37555
|
/**
|
|
37416
|
-
* Updates an existing billing alert configuration
|
|
37556
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
37417
37557
|
* @summary Update billing alert
|
|
37418
37558
|
* @param {number} id Alert ID
|
|
37419
37559
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -40312,7 +40452,7 @@ export const CustomStopwordsApiAxiosParamCreator = function (configuration?: Con
|
|
|
40312
40452
|
};
|
|
40313
40453
|
},
|
|
40314
40454
|
/**
|
|
40315
|
-
*
|
|
40455
|
+
*
|
|
40316
40456
|
* @summary Update custom word list
|
|
40317
40457
|
* @param {string} xStoreID X-Store ID
|
|
40318
40458
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -40591,7 +40731,7 @@ export const CustomStopwordsApiFp = function(configuration?: Configuration) {
|
|
|
40591
40731
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
40592
40732
|
},
|
|
40593
40733
|
/**
|
|
40594
|
-
*
|
|
40734
|
+
*
|
|
40595
40735
|
* @summary Update custom word list
|
|
40596
40736
|
* @param {string} xStoreID X-Store ID
|
|
40597
40737
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -40699,7 +40839,7 @@ export const CustomStopwordsApiFactory = function (configuration?: Configuration
|
|
|
40699
40839
|
return localVarFp.adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID, customWordListID, options).then((request) => request(axios, basePath));
|
|
40700
40840
|
},
|
|
40701
40841
|
/**
|
|
40702
|
-
*
|
|
40842
|
+
*
|
|
40703
40843
|
* @summary Update custom word list
|
|
40704
40844
|
* @param {string} xStoreID X-Store ID
|
|
40705
40845
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -40796,7 +40936,7 @@ export class CustomStopwordsApi extends BaseAPI {
|
|
|
40796
40936
|
}
|
|
40797
40937
|
|
|
40798
40938
|
/**
|
|
40799
|
-
*
|
|
40939
|
+
*
|
|
40800
40940
|
* @summary Update custom word list
|
|
40801
40941
|
* @param {string} xStoreID X-Store ID
|
|
40802
40942
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -41062,10 +41202,10 @@ export class DefaultMenuManagementApi extends BaseAPI {
|
|
|
41062
41202
|
export const DocumentsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
41063
41203
|
return {
|
|
41064
41204
|
/**
|
|
41065
|
-
* Uploads
|
|
41205
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41066
41206
|
* @summary Upload a document
|
|
41067
41207
|
* @param {string} xStoreID X-Store ID
|
|
41068
|
-
* @param {File} file Document
|
|
41208
|
+
* @param {File} file Document files (supports multiple)
|
|
41069
41209
|
* @param {*} [options] Override http request option.
|
|
41070
41210
|
* @throws {RequiredError}
|
|
41071
41211
|
*/
|
|
@@ -41120,14 +41260,14 @@ export const DocumentsApiFp = function(configuration?: Configuration) {
|
|
|
41120
41260
|
const localVarAxiosParamCreator = DocumentsApiAxiosParamCreator(configuration)
|
|
41121
41261
|
return {
|
|
41122
41262
|
/**
|
|
41123
|
-
* Uploads
|
|
41263
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41124
41264
|
* @summary Upload a document
|
|
41125
41265
|
* @param {string} xStoreID X-Store ID
|
|
41126
|
-
* @param {File} file Document
|
|
41266
|
+
* @param {File} file Document files (supports multiple)
|
|
41127
41267
|
* @param {*} [options] Override http request option.
|
|
41128
41268
|
* @throws {RequiredError}
|
|
41129
41269
|
*/
|
|
41130
|
-
async adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
41270
|
+
async adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayString>> {
|
|
41131
41271
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminStoresXStoreIDUploadPost(xStoreID, file, options);
|
|
41132
41272
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
41133
41273
|
const localVarOperationServerBasePath = operationServerMap['DocumentsApi.adminStoresXStoreIDUploadPost']?.[localVarOperationServerIndex]?.url;
|
|
@@ -41144,14 +41284,14 @@ export const DocumentsApiFactory = function (configuration?: Configuration, base
|
|
|
41144
41284
|
const localVarFp = DocumentsApiFp(configuration)
|
|
41145
41285
|
return {
|
|
41146
41286
|
/**
|
|
41147
|
-
* Uploads
|
|
41287
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41148
41288
|
* @summary Upload a document
|
|
41149
41289
|
* @param {string} xStoreID X-Store ID
|
|
41150
|
-
* @param {File} file Document
|
|
41290
|
+
* @param {File} file Document files (supports multiple)
|
|
41151
41291
|
* @param {*} [options] Override http request option.
|
|
41152
41292
|
* @throws {RequiredError}
|
|
41153
41293
|
*/
|
|
41154
|
-
adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
41294
|
+
adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayString> {
|
|
41155
41295
|
return localVarFp.adminStoresXStoreIDUploadPost(xStoreID, file, options).then((request) => request(axios, basePath));
|
|
41156
41296
|
},
|
|
41157
41297
|
};
|
|
@@ -41165,10 +41305,10 @@ export const DocumentsApiFactory = function (configuration?: Configuration, base
|
|
|
41165
41305
|
*/
|
|
41166
41306
|
export class DocumentsApi extends BaseAPI {
|
|
41167
41307
|
/**
|
|
41168
|
-
* Uploads
|
|
41308
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
41169
41309
|
* @summary Upload a document
|
|
41170
41310
|
* @param {string} xStoreID X-Store ID
|
|
41171
|
-
* @param {File} file Document
|
|
41311
|
+
* @param {File} file Document files (supports multiple)
|
|
41172
41312
|
* @param {*} [options] Override http request option.
|
|
41173
41313
|
* @throws {RequiredError}
|
|
41174
41314
|
* @memberof DocumentsApi
|
|
@@ -48600,8 +48740,8 @@ export const OrganizationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
48600
48740
|
};
|
|
48601
48741
|
},
|
|
48602
48742
|
/**
|
|
48603
|
-
* Updates
|
|
48604
|
-
* @summary Update an existing
|
|
48743
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48744
|
+
* @summary Update an existing Organization
|
|
48605
48745
|
* @param {number} id Org Id
|
|
48606
48746
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48607
48747
|
* @param {*} [options] Override http request option.
|
|
@@ -48680,9 +48820,9 @@ export const OrganizationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
48680
48820
|
};
|
|
48681
48821
|
},
|
|
48682
48822
|
/**
|
|
48683
|
-
* Adds a new
|
|
48684
|
-
* @summary Creates a new
|
|
48685
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
48823
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
48824
|
+
* @summary Creates a new Organization
|
|
48825
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48686
48826
|
* @param {*} [options] Override http request option.
|
|
48687
48827
|
* @throws {RequiredError}
|
|
48688
48828
|
*/
|
|
@@ -48719,10 +48859,10 @@ export const OrganizationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
48719
48859
|
};
|
|
48720
48860
|
},
|
|
48721
48861
|
/**
|
|
48722
|
-
*
|
|
48723
|
-
* @summary Delete
|
|
48724
|
-
* @param {number} id
|
|
48725
|
-
* @param {boolean} status status
|
|
48862
|
+
* Updates the deletion status of an Organization by ID.
|
|
48863
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
48864
|
+
* @param {number} id Organization ID
|
|
48865
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48726
48866
|
* @param {*} [options] Override http request option.
|
|
48727
48867
|
* @throws {RequiredError}
|
|
48728
48868
|
*/
|
|
@@ -48782,8 +48922,8 @@ export const OrganizationsApiFp = function(configuration?: Configuration) {
|
|
|
48782
48922
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
48783
48923
|
},
|
|
48784
48924
|
/**
|
|
48785
|
-
* Updates
|
|
48786
|
-
* @summary Update an existing
|
|
48925
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48926
|
+
* @summary Update an existing Organization
|
|
48787
48927
|
* @param {number} id Org Id
|
|
48788
48928
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48789
48929
|
* @param {*} [options] Override http request option.
|
|
@@ -48809,9 +48949,9 @@ export const OrganizationsApiFp = function(configuration?: Configuration) {
|
|
|
48809
48949
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
48810
48950
|
},
|
|
48811
48951
|
/**
|
|
48812
|
-
* Adds a new
|
|
48813
|
-
* @summary Creates a new
|
|
48814
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
48952
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
48953
|
+
* @summary Creates a new Organization
|
|
48954
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48815
48955
|
* @param {*} [options] Override http request option.
|
|
48816
48956
|
* @throws {RequiredError}
|
|
48817
48957
|
*/
|
|
@@ -48822,10 +48962,10 @@ export const OrganizationsApiFp = function(configuration?: Configuration) {
|
|
|
48822
48962
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
48823
48963
|
},
|
|
48824
48964
|
/**
|
|
48825
|
-
*
|
|
48826
|
-
* @summary Delete
|
|
48827
|
-
* @param {number} id
|
|
48828
|
-
* @param {boolean} status status
|
|
48965
|
+
* Updates the deletion status of an Organization by ID.
|
|
48966
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
48967
|
+
* @param {number} id Organization ID
|
|
48968
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48829
48969
|
* @param {*} [options] Override http request option.
|
|
48830
48970
|
* @throws {RequiredError}
|
|
48831
48971
|
*/
|
|
@@ -48855,8 +48995,8 @@ export const OrganizationsApiFactory = function (configuration?: Configuration,
|
|
|
48855
48995
|
return localVarFp.adminOrganizationsGet(options).then((request) => request(axios, basePath));
|
|
48856
48996
|
},
|
|
48857
48997
|
/**
|
|
48858
|
-
* Updates
|
|
48859
|
-
* @summary Update an existing
|
|
48998
|
+
* Updates Organization information by ID and logs the update activity.
|
|
48999
|
+
* @summary Update an existing Organization
|
|
48860
49000
|
* @param {number} id Org Id
|
|
48861
49001
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48862
49002
|
* @param {*} [options] Override http request option.
|
|
@@ -48876,9 +49016,9 @@ export const OrganizationsApiFactory = function (configuration?: Configuration,
|
|
|
48876
49016
|
return localVarFp.adminOrganizationsOrgIdGet(orgId, options).then((request) => request(axios, basePath));
|
|
48877
49017
|
},
|
|
48878
49018
|
/**
|
|
48879
|
-
* Adds a new
|
|
48880
|
-
* @summary Creates a new
|
|
48881
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
49019
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
49020
|
+
* @summary Creates a new Organization
|
|
49021
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48882
49022
|
* @param {*} [options] Override http request option.
|
|
48883
49023
|
* @throws {RequiredError}
|
|
48884
49024
|
*/
|
|
@@ -48886,10 +49026,10 @@ export const OrganizationsApiFactory = function (configuration?: Configuration,
|
|
|
48886
49026
|
return localVarFp.adminOrganizationsPost(dataTypesCreateOrganizationRequest, options).then((request) => request(axios, basePath));
|
|
48887
49027
|
},
|
|
48888
49028
|
/**
|
|
48889
|
-
*
|
|
48890
|
-
* @summary Delete
|
|
48891
|
-
* @param {number} id
|
|
48892
|
-
* @param {boolean} status status
|
|
49029
|
+
* Updates the deletion status of an Organization by ID.
|
|
49030
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
49031
|
+
* @param {number} id Organization ID
|
|
49032
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48893
49033
|
* @param {*} [options] Override http request option.
|
|
48894
49034
|
* @throws {RequiredError}
|
|
48895
49035
|
*/
|
|
@@ -48918,8 +49058,8 @@ export class OrganizationsApi extends BaseAPI {
|
|
|
48918
49058
|
}
|
|
48919
49059
|
|
|
48920
49060
|
/**
|
|
48921
|
-
* Updates
|
|
48922
|
-
* @summary Update an existing
|
|
49061
|
+
* Updates Organization information by ID and logs the update activity.
|
|
49062
|
+
* @summary Update an existing Organization
|
|
48923
49063
|
* @param {number} id Org Id
|
|
48924
49064
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
48925
49065
|
* @param {*} [options] Override http request option.
|
|
@@ -48943,9 +49083,9 @@ export class OrganizationsApi extends BaseAPI {
|
|
|
48943
49083
|
}
|
|
48944
49084
|
|
|
48945
49085
|
/**
|
|
48946
|
-
* Adds a new
|
|
48947
|
-
* @summary Creates a new
|
|
48948
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
49086
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
49087
|
+
* @summary Creates a new Organization
|
|
49088
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
48949
49089
|
* @param {*} [options] Override http request option.
|
|
48950
49090
|
* @throws {RequiredError}
|
|
48951
49091
|
* @memberof OrganizationsApi
|
|
@@ -48955,10 +49095,10 @@ export class OrganizationsApi extends BaseAPI {
|
|
|
48955
49095
|
}
|
|
48956
49096
|
|
|
48957
49097
|
/**
|
|
48958
|
-
*
|
|
48959
|
-
* @summary Delete
|
|
48960
|
-
* @param {number} id
|
|
48961
|
-
* @param {boolean} status status
|
|
49098
|
+
* Updates the deletion status of an Organization by ID.
|
|
49099
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
49100
|
+
* @param {number} id Organization ID
|
|
49101
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
48962
49102
|
* @param {*} [options] Override http request option.
|
|
48963
49103
|
* @throws {RequiredError}
|
|
48964
49104
|
* @memberof OrganizationsApi
|
|
@@ -51377,7 +51517,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51377
51517
|
};
|
|
51378
51518
|
},
|
|
51379
51519
|
/**
|
|
51380
|
-
* Bulk upload plural/declension groups from JSON array
|
|
51520
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
51381
51521
|
* @summary Bulk upload plural/declension groups
|
|
51382
51522
|
* @param {string} xStoreID X-Store ID
|
|
51383
51523
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -51529,7 +51669,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51529
51669
|
};
|
|
51530
51670
|
},
|
|
51531
51671
|
/**
|
|
51532
|
-
* Deletes a plural/declension group (soft delete)
|
|
51672
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
51533
51673
|
* @summary Delete plural/declension group
|
|
51534
51674
|
* @param {string} xStoreID X-Store ID
|
|
51535
51675
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -51701,7 +51841,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51701
51841
|
};
|
|
51702
51842
|
},
|
|
51703
51843
|
/**
|
|
51704
|
-
* Upload plural/declension groups from CSV file
|
|
51844
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
51705
51845
|
* @summary Upload plural/declension groups from CSV file
|
|
51706
51846
|
* @param {string} xStoreID X-Store ID
|
|
51707
51847
|
* @param {File} file CSV file to upload
|
|
@@ -51749,7 +51889,7 @@ export const PluralsDeclensionsApiAxiosParamCreator = function (configuration?:
|
|
|
51749
51889
|
};
|
|
51750
51890
|
},
|
|
51751
51891
|
/**
|
|
51752
|
-
* Upload plural/declension groups from JSON file
|
|
51892
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
51753
51893
|
* @summary Upload plural/declension groups from JSON file
|
|
51754
51894
|
* @param {string} xStoreID X-Store ID
|
|
51755
51895
|
* @param {File} file JSON file to upload
|
|
@@ -51849,7 +51989,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51849
51989
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51850
51990
|
},
|
|
51851
51991
|
/**
|
|
51852
|
-
* Bulk upload plural/declension groups from JSON array
|
|
51992
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
51853
51993
|
* @summary Bulk upload plural/declension groups
|
|
51854
51994
|
* @param {string} xStoreID X-Store ID
|
|
51855
51995
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -51896,7 +52036,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51896
52036
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51897
52037
|
},
|
|
51898
52038
|
/**
|
|
51899
|
-
* Deletes a plural/declension group (soft delete)
|
|
52039
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
51900
52040
|
* @summary Delete plural/declension group
|
|
51901
52041
|
* @param {string} xStoreID X-Store ID
|
|
51902
52042
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -51953,7 +52093,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51953
52093
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51954
52094
|
},
|
|
51955
52095
|
/**
|
|
51956
|
-
* Upload plural/declension groups from CSV file
|
|
52096
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
51957
52097
|
* @summary Upload plural/declension groups from CSV file
|
|
51958
52098
|
* @param {string} xStoreID X-Store ID
|
|
51959
52099
|
* @param {File} file CSV file to upload
|
|
@@ -51967,7 +52107,7 @@ export const PluralsDeclensionsApiFp = function(configuration?: Configuration) {
|
|
|
51967
52107
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
51968
52108
|
},
|
|
51969
52109
|
/**
|
|
51970
|
-
* Upload plural/declension groups from JSON file
|
|
52110
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
51971
52111
|
* @summary Upload plural/declension groups from JSON file
|
|
51972
52112
|
* @param {string} xStoreID X-Store ID
|
|
51973
52113
|
* @param {File} file JSON file to upload
|
|
@@ -52024,7 +52164,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52024
52164
|
return localVarFp.adminDefaultDeclensionsSearchGet(lang, category, search, page, limit, options).then((request) => request(axios, basePath));
|
|
52025
52165
|
},
|
|
52026
52166
|
/**
|
|
52027
|
-
* Bulk upload plural/declension groups from JSON array
|
|
52167
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
52028
52168
|
* @summary Bulk upload plural/declension groups
|
|
52029
52169
|
* @param {string} xStoreID X-Store ID
|
|
52030
52170
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -52062,7 +52202,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52062
52202
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsGet(xStoreID, language, type, q, page, limit, options).then((request) => request(axios, basePath));
|
|
52063
52203
|
},
|
|
52064
52204
|
/**
|
|
52065
|
-
* Deletes a plural/declension group (soft delete)
|
|
52205
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
52066
52206
|
* @summary Delete plural/declension group
|
|
52067
52207
|
* @param {string} xStoreID X-Store ID
|
|
52068
52208
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -52107,7 +52247,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52107
52247
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsPost(xStoreID, dataTypesCreatePluralDeclensionRequest, options).then((request) => request(axios, basePath));
|
|
52108
52248
|
},
|
|
52109
52249
|
/**
|
|
52110
|
-
* Upload plural/declension groups from CSV file
|
|
52250
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
52111
52251
|
* @summary Upload plural/declension groups from CSV file
|
|
52112
52252
|
* @param {string} xStoreID X-Store ID
|
|
52113
52253
|
* @param {File} file CSV file to upload
|
|
@@ -52118,7 +52258,7 @@ export const PluralsDeclensionsApiFactory = function (configuration?: Configurat
|
|
|
52118
52258
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID, file, options).then((request) => request(axios, basePath));
|
|
52119
52259
|
},
|
|
52120
52260
|
/**
|
|
52121
|
-
* Upload plural/declension groups from JSON file
|
|
52261
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
52122
52262
|
* @summary Upload plural/declension groups from JSON file
|
|
52123
52263
|
* @param {string} xStoreID X-Store ID
|
|
52124
52264
|
* @param {File} file JSON file to upload
|
|
@@ -52178,7 +52318,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52178
52318
|
}
|
|
52179
52319
|
|
|
52180
52320
|
/**
|
|
52181
|
-
* Bulk upload plural/declension groups from JSON array
|
|
52321
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
52182
52322
|
* @summary Bulk upload plural/declension groups
|
|
52183
52323
|
* @param {string} xStoreID X-Store ID
|
|
52184
52324
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -52222,7 +52362,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52222
52362
|
}
|
|
52223
52363
|
|
|
52224
52364
|
/**
|
|
52225
|
-
* Deletes a plural/declension group (soft delete)
|
|
52365
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
52226
52366
|
* @summary Delete plural/declension group
|
|
52227
52367
|
* @param {string} xStoreID X-Store ID
|
|
52228
52368
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -52275,7 +52415,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52275
52415
|
}
|
|
52276
52416
|
|
|
52277
52417
|
/**
|
|
52278
|
-
* Upload plural/declension groups from CSV file
|
|
52418
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
52279
52419
|
* @summary Upload plural/declension groups from CSV file
|
|
52280
52420
|
* @param {string} xStoreID X-Store ID
|
|
52281
52421
|
* @param {File} file CSV file to upload
|
|
@@ -52288,7 +52428,7 @@ export class PluralsDeclensionsApi extends BaseAPI {
|
|
|
52288
52428
|
}
|
|
52289
52429
|
|
|
52290
52430
|
/**
|
|
52291
|
-
* Upload plural/declension groups from JSON file
|
|
52431
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
52292
52432
|
* @summary Upload plural/declension groups from JSON file
|
|
52293
52433
|
* @param {string} xStoreID X-Store ID
|
|
52294
52434
|
* @param {File} file JSON file to upload
|
|
@@ -52665,7 +52805,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
52665
52805
|
};
|
|
52666
52806
|
},
|
|
52667
52807
|
/**
|
|
52668
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
52808
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
52669
52809
|
* @summary Apply Suggestion Filters
|
|
52670
52810
|
* @param {string} xStoreID Store ID
|
|
52671
52811
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -52749,7 +52889,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
52749
52889
|
};
|
|
52750
52890
|
},
|
|
52751
52891
|
/**
|
|
52752
|
-
* Update an existing banned expression
|
|
52892
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
52753
52893
|
* @summary Update Banned Expression
|
|
52754
52894
|
* @param {string} xStoreID Store ID
|
|
52755
52895
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -52833,10 +52973,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
52833
52973
|
};
|
|
52834
52974
|
},
|
|
52835
52975
|
/**
|
|
52836
|
-
* Create a new banned expression with specified matching type
|
|
52976
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
52837
52977
|
* @summary Create Banned Expression
|
|
52838
52978
|
* @param {string} xStoreID Store ID
|
|
52839
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
52979
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
52840
52980
|
* @param {*} [options] Override http request option.
|
|
52841
52981
|
* @throws {RequiredError}
|
|
52842
52982
|
*/
|
|
@@ -53197,7 +53337,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53197
53337
|
};
|
|
53198
53338
|
},
|
|
53199
53339
|
/**
|
|
53200
|
-
* Import query suggestions from JSON data
|
|
53340
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
53201
53341
|
* @summary Import Query Suggestions
|
|
53202
53342
|
* @param {string} xStoreID Store ID
|
|
53203
53343
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -53240,7 +53380,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53240
53380
|
};
|
|
53241
53381
|
},
|
|
53242
53382
|
/**
|
|
53243
|
-
*
|
|
53383
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
53244
53384
|
* @summary Delete Manual Query Suggestions
|
|
53245
53385
|
* @param {string} xStoreID Store ID
|
|
53246
53386
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -53283,7 +53423,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53283
53423
|
};
|
|
53284
53424
|
},
|
|
53285
53425
|
/**
|
|
53286
|
-
* Add a manually created query suggestion for a store
|
|
53426
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
53287
53427
|
* @summary Add Manual Query Suggestion
|
|
53288
53428
|
* @param {string} xStoreID Store ID
|
|
53289
53429
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -53326,7 +53466,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53326
53466
|
};
|
|
53327
53467
|
},
|
|
53328
53468
|
/**
|
|
53329
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
53469
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
53330
53470
|
* @summary Migrate Existing Analytics Data
|
|
53331
53471
|
* @param {string} xStoreID Store ID
|
|
53332
53472
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -53373,7 +53513,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53373
53513
|
};
|
|
53374
53514
|
},
|
|
53375
53515
|
/**
|
|
53376
|
-
*
|
|
53516
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
53377
53517
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
53378
53518
|
* @param {string} xStoreID Store ID
|
|
53379
53519
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -53415,7 +53555,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53415
53555
|
};
|
|
53416
53556
|
},
|
|
53417
53557
|
/**
|
|
53418
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
53558
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
53419
53559
|
* @summary Promote Cached Suggestions to Management Table
|
|
53420
53560
|
* @param {string} xStoreID Store ID
|
|
53421
53561
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -53458,7 +53598,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53458
53598
|
};
|
|
53459
53599
|
},
|
|
53460
53600
|
/**
|
|
53461
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
53601
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
53462
53602
|
* @summary Refresh Auto-Generated Suggestions
|
|
53463
53603
|
* @param {string} xStoreID Store ID
|
|
53464
53604
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -53579,7 +53719,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53579
53719
|
};
|
|
53580
53720
|
},
|
|
53581
53721
|
/**
|
|
53582
|
-
* Delete a single query suggestion by its ID
|
|
53722
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
53583
53723
|
* @summary Delete Query Suggestion by ID
|
|
53584
53724
|
* @param {string} xStoreID Store ID
|
|
53585
53725
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -53661,11 +53801,11 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53661
53801
|
};
|
|
53662
53802
|
},
|
|
53663
53803
|
/**
|
|
53664
|
-
*
|
|
53804
|
+
*
|
|
53665
53805
|
* @summary Update Query Suggestion by ID
|
|
53666
53806
|
* @param {string} xStoreID Store ID
|
|
53667
53807
|
* @param {string} suggestionID Suggestion ID
|
|
53668
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
53808
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
53669
53809
|
* @param {*} [options] Override http request option.
|
|
53670
53810
|
* @throws {RequiredError}
|
|
53671
53811
|
*/
|
|
@@ -53756,7 +53896,7 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
|
|
|
53756
53896
|
};
|
|
53757
53897
|
},
|
|
53758
53898
|
/**
|
|
53759
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
53899
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
53760
53900
|
* @summary Sync Suggestions to Typesense
|
|
53761
53901
|
* @param {string} xStoreID Store ID
|
|
53762
53902
|
* @param {*} [options] Override http request option.
|
|
@@ -53949,14 +54089,14 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
53949
54089
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
53950
54090
|
},
|
|
53951
54091
|
/**
|
|
53952
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
54092
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
53953
54093
|
* @summary Apply Suggestion Filters
|
|
53954
54094
|
* @param {string} xStoreID Store ID
|
|
53955
54095
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
53956
54096
|
* @param {*} [options] Override http request option.
|
|
53957
54097
|
* @throws {RequiredError}
|
|
53958
54098
|
*/
|
|
53959
|
-
async adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54099
|
+
async adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>> {
|
|
53960
54100
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID, querySuggestionsServiceQuerySuggestionRecord, options);
|
|
53961
54101
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
53962
54102
|
const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDApplyFiltersPost']?.[localVarOperationServerIndex]?.url;
|
|
@@ -53977,7 +54117,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
53977
54117
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
53978
54118
|
},
|
|
53979
54119
|
/**
|
|
53980
|
-
* Update an existing banned expression
|
|
54120
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
53981
54121
|
* @summary Update Banned Expression
|
|
53982
54122
|
* @param {string} xStoreID Store ID
|
|
53983
54123
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -54005,10 +54145,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54005
54145
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54006
54146
|
},
|
|
54007
54147
|
/**
|
|
54008
|
-
* Create a new banned expression with specified matching type
|
|
54148
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
54009
54149
|
* @summary Create Banned Expression
|
|
54010
54150
|
* @param {string} xStoreID Store ID
|
|
54011
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
54151
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
54012
54152
|
* @param {*} [options] Override http request option.
|
|
54013
54153
|
* @throws {RequiredError}
|
|
54014
54154
|
*/
|
|
@@ -54122,21 +54262,21 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54122
54262
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54123
54263
|
},
|
|
54124
54264
|
/**
|
|
54125
|
-
* Import query suggestions from JSON data
|
|
54265
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
54126
54266
|
* @summary Import Query Suggestions
|
|
54127
54267
|
* @param {string} xStoreID Store ID
|
|
54128
54268
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
54129
54269
|
* @param {*} [options] Override http request option.
|
|
54130
54270
|
* @throws {RequiredError}
|
|
54131
54271
|
*/
|
|
54132
|
-
async adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54272
|
+
async adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>> {
|
|
54133
54273
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, querySuggestionsServiceImportQuerySuggestionsRequest, options);
|
|
54134
54274
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
54135
54275
|
const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDImportPost']?.[localVarOperationServerIndex]?.url;
|
|
54136
54276
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54137
54277
|
},
|
|
54138
54278
|
/**
|
|
54139
|
-
*
|
|
54279
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
54140
54280
|
* @summary Delete Manual Query Suggestions
|
|
54141
54281
|
* @param {string} xStoreID Store ID
|
|
54142
54282
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -54150,7 +54290,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54150
54290
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54151
54291
|
},
|
|
54152
54292
|
/**
|
|
54153
|
-
* Add a manually created query suggestion for a store
|
|
54293
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
54154
54294
|
* @summary Add Manual Query Suggestion
|
|
54155
54295
|
* @param {string} xStoreID Store ID
|
|
54156
54296
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -54164,7 +54304,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54164
54304
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54165
54305
|
},
|
|
54166
54306
|
/**
|
|
54167
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
54307
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
54168
54308
|
* @summary Migrate Existing Analytics Data
|
|
54169
54309
|
* @param {string} xStoreID Store ID
|
|
54170
54310
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -54179,7 +54319,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54179
54319
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54180
54320
|
},
|
|
54181
54321
|
/**
|
|
54182
|
-
*
|
|
54322
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
54183
54323
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
54184
54324
|
* @param {string} xStoreID Store ID
|
|
54185
54325
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -54193,21 +54333,21 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54193
54333
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54194
54334
|
},
|
|
54195
54335
|
/**
|
|
54196
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
54336
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
54197
54337
|
* @summary Promote Cached Suggestions to Management Table
|
|
54198
54338
|
* @param {string} xStoreID Store ID
|
|
54199
54339
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
54200
54340
|
* @param {*} [options] Override http request option.
|
|
54201
54341
|
* @throws {RequiredError}
|
|
54202
54342
|
*/
|
|
54203
|
-
async adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
54343
|
+
async adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>> {
|
|
54204
54344
|
const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, querySuggestionsServicePromoteSuggestionsRequest, options);
|
|
54205
54345
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
54206
54346
|
const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromotePost']?.[localVarOperationServerIndex]?.url;
|
|
54207
54347
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54208
54348
|
},
|
|
54209
54349
|
/**
|
|
54210
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
54350
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
54211
54351
|
* @summary Refresh Auto-Generated Suggestions
|
|
54212
54352
|
* @param {string} xStoreID Store ID
|
|
54213
54353
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -54248,7 +54388,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54248
54388
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54249
54389
|
},
|
|
54250
54390
|
/**
|
|
54251
|
-
* Delete a single query suggestion by its ID
|
|
54391
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
54252
54392
|
* @summary Delete Query Suggestion by ID
|
|
54253
54393
|
* @param {string} xStoreID Store ID
|
|
54254
54394
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -54276,11 +54416,11 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54276
54416
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54277
54417
|
},
|
|
54278
54418
|
/**
|
|
54279
|
-
*
|
|
54419
|
+
*
|
|
54280
54420
|
* @summary Update Query Suggestion by ID
|
|
54281
54421
|
* @param {string} xStoreID Store ID
|
|
54282
54422
|
* @param {string} suggestionID Suggestion ID
|
|
54283
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
54423
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
54284
54424
|
* @param {*} [options] Override http request option.
|
|
54285
54425
|
* @throws {RequiredError}
|
|
54286
54426
|
*/
|
|
@@ -54306,7 +54446,7 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
|
|
|
54306
54446
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
54307
54447
|
},
|
|
54308
54448
|
/**
|
|
54309
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
54449
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
54310
54450
|
* @summary Sync Suggestions to Typesense
|
|
54311
54451
|
* @param {string} xStoreID Store ID
|
|
54312
54452
|
* @param {*} [options] Override http request option.
|
|
@@ -54383,14 +54523,14 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54383
54523
|
return localVarFp.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
54384
54524
|
},
|
|
54385
54525
|
/**
|
|
54386
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
54526
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
54387
54527
|
* @summary Apply Suggestion Filters
|
|
54388
54528
|
* @param {string} xStoreID Store ID
|
|
54389
54529
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
54390
54530
|
* @param {*} [options] Override http request option.
|
|
54391
54531
|
* @throws {RequiredError}
|
|
54392
54532
|
*/
|
|
54393
|
-
adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54533
|
+
adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response> {
|
|
54394
54534
|
return localVarFp.adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID, querySuggestionsServiceQuerySuggestionRecord, options).then((request) => request(axios, basePath));
|
|
54395
54535
|
},
|
|
54396
54536
|
/**
|
|
@@ -54405,7 +54545,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54405
54545
|
return localVarFp.adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID, expressionID, options).then((request) => request(axios, basePath));
|
|
54406
54546
|
},
|
|
54407
54547
|
/**
|
|
54408
|
-
* Update an existing banned expression
|
|
54548
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
54409
54549
|
* @summary Update Banned Expression
|
|
54410
54550
|
* @param {string} xStoreID Store ID
|
|
54411
54551
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -54427,10 +54567,10 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54427
54567
|
return localVarFp.adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
54428
54568
|
},
|
|
54429
54569
|
/**
|
|
54430
|
-
* Create a new banned expression with specified matching type
|
|
54570
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
54431
54571
|
* @summary Create Banned Expression
|
|
54432
54572
|
* @param {string} xStoreID Store ID
|
|
54433
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
54573
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
54434
54574
|
* @param {*} [options] Override http request option.
|
|
54435
54575
|
* @throws {RequiredError}
|
|
54436
54576
|
*/
|
|
@@ -54520,18 +54660,18 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54520
54660
|
return localVarFp.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
|
|
54521
54661
|
},
|
|
54522
54662
|
/**
|
|
54523
|
-
* Import query suggestions from JSON data
|
|
54663
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
54524
54664
|
* @summary Import Query Suggestions
|
|
54525
54665
|
* @param {string} xStoreID Store ID
|
|
54526
54666
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
54527
54667
|
* @param {*} [options] Override http request option.
|
|
54528
54668
|
* @throws {RequiredError}
|
|
54529
54669
|
*/
|
|
54530
|
-
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54670
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response> {
|
|
54531
54671
|
return localVarFp.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, querySuggestionsServiceImportQuerySuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
54532
54672
|
},
|
|
54533
54673
|
/**
|
|
54534
|
-
*
|
|
54674
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
54535
54675
|
* @summary Delete Manual Query Suggestions
|
|
54536
54676
|
* @param {string} xStoreID Store ID
|
|
54537
54677
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -54542,7 +54682,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54542
54682
|
return localVarFp.adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID, querySuggestionsServiceDeleteManualSuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
54543
54683
|
},
|
|
54544
54684
|
/**
|
|
54545
|
-
* Add a manually created query suggestion for a store
|
|
54685
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
54546
54686
|
* @summary Add Manual Query Suggestion
|
|
54547
54687
|
* @param {string} xStoreID Store ID
|
|
54548
54688
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -54553,7 +54693,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54553
54693
|
return localVarFp.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, querySuggestionsServiceManualQuerySuggestionRequest, options).then((request) => request(axios, basePath));
|
|
54554
54694
|
},
|
|
54555
54695
|
/**
|
|
54556
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
54696
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
54557
54697
|
* @summary Migrate Existing Analytics Data
|
|
54558
54698
|
* @param {string} xStoreID Store ID
|
|
54559
54699
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -54565,7 +54705,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54565
54705
|
return localVarFp.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
54566
54706
|
},
|
|
54567
54707
|
/**
|
|
54568
|
-
*
|
|
54708
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
54569
54709
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
54570
54710
|
* @param {string} xStoreID Store ID
|
|
54571
54711
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -54576,18 +54716,18 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54576
54716
|
return localVarFp.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
|
|
54577
54717
|
},
|
|
54578
54718
|
/**
|
|
54579
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
54719
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
54580
54720
|
* @summary Promote Cached Suggestions to Management Table
|
|
54581
54721
|
* @param {string} xStoreID Store ID
|
|
54582
54722
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
54583
54723
|
* @param {*} [options] Override http request option.
|
|
54584
54724
|
* @throws {RequiredError}
|
|
54585
54725
|
*/
|
|
54586
|
-
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
54726
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response> {
|
|
54587
54727
|
return localVarFp.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, querySuggestionsServicePromoteSuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
54588
54728
|
},
|
|
54589
54729
|
/**
|
|
54590
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
54730
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
54591
54731
|
* @summary Refresh Auto-Generated Suggestions
|
|
54592
54732
|
* @param {string} xStoreID Store ID
|
|
54593
54733
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -54619,7 +54759,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54619
54759
|
return localVarFp.adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
54620
54760
|
},
|
|
54621
54761
|
/**
|
|
54622
|
-
* Delete a single query suggestion by its ID
|
|
54762
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
54623
54763
|
* @summary Delete Query Suggestion by ID
|
|
54624
54764
|
* @param {string} xStoreID Store ID
|
|
54625
54765
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -54641,11 +54781,11 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54641
54781
|
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID, suggestionID, options).then((request) => request(axios, basePath));
|
|
54642
54782
|
},
|
|
54643
54783
|
/**
|
|
54644
|
-
*
|
|
54784
|
+
*
|
|
54645
54785
|
* @summary Update Query Suggestion by ID
|
|
54646
54786
|
* @param {string} xStoreID Store ID
|
|
54647
54787
|
* @param {string} suggestionID Suggestion ID
|
|
54648
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
54788
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
54649
54789
|
* @param {*} [options] Override http request option.
|
|
54650
54790
|
* @throws {RequiredError}
|
|
54651
54791
|
*/
|
|
@@ -54665,7 +54805,7 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
|
|
|
54665
54805
|
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
|
|
54666
54806
|
},
|
|
54667
54807
|
/**
|
|
54668
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
54808
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
54669
54809
|
* @summary Sync Suggestions to Typesense
|
|
54670
54810
|
* @param {string} xStoreID Store ID
|
|
54671
54811
|
* @param {*} [options] Override http request option.
|
|
@@ -54732,7 +54872,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54732
54872
|
}
|
|
54733
54873
|
|
|
54734
54874
|
/**
|
|
54735
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
54875
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
54736
54876
|
* @summary Apply Suggestion Filters
|
|
54737
54877
|
* @param {string} xStoreID Store ID
|
|
54738
54878
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -54758,7 +54898,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54758
54898
|
}
|
|
54759
54899
|
|
|
54760
54900
|
/**
|
|
54761
|
-
* Update an existing banned expression
|
|
54901
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
54762
54902
|
* @summary Update Banned Expression
|
|
54763
54903
|
* @param {string} xStoreID Store ID
|
|
54764
54904
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -54784,10 +54924,10 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54784
54924
|
}
|
|
54785
54925
|
|
|
54786
54926
|
/**
|
|
54787
|
-
* Create a new banned expression with specified matching type
|
|
54927
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
54788
54928
|
* @summary Create Banned Expression
|
|
54789
54929
|
* @param {string} xStoreID Store ID
|
|
54790
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
54930
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
54791
54931
|
* @param {*} [options] Override http request option.
|
|
54792
54932
|
* @throws {RequiredError}
|
|
54793
54933
|
* @memberof QuerySuggestionsManagementApi
|
|
@@ -54893,7 +55033,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54893
55033
|
}
|
|
54894
55034
|
|
|
54895
55035
|
/**
|
|
54896
|
-
* Import query suggestions from JSON data
|
|
55036
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
54897
55037
|
* @summary Import Query Suggestions
|
|
54898
55038
|
* @param {string} xStoreID Store ID
|
|
54899
55039
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -54906,7 +55046,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54906
55046
|
}
|
|
54907
55047
|
|
|
54908
55048
|
/**
|
|
54909
|
-
*
|
|
55049
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
54910
55050
|
* @summary Delete Manual Query Suggestions
|
|
54911
55051
|
* @param {string} xStoreID Store ID
|
|
54912
55052
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -54919,7 +55059,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54919
55059
|
}
|
|
54920
55060
|
|
|
54921
55061
|
/**
|
|
54922
|
-
* Add a manually created query suggestion for a store
|
|
55062
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
54923
55063
|
* @summary Add Manual Query Suggestion
|
|
54924
55064
|
* @param {string} xStoreID Store ID
|
|
54925
55065
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -54932,7 +55072,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54932
55072
|
}
|
|
54933
55073
|
|
|
54934
55074
|
/**
|
|
54935
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
55075
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
54936
55076
|
* @summary Migrate Existing Analytics Data
|
|
54937
55077
|
* @param {string} xStoreID Store ID
|
|
54938
55078
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -54946,7 +55086,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54946
55086
|
}
|
|
54947
55087
|
|
|
54948
55088
|
/**
|
|
54949
|
-
*
|
|
55089
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
54950
55090
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
54951
55091
|
* @param {string} xStoreID Store ID
|
|
54952
55092
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -54959,7 +55099,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54959
55099
|
}
|
|
54960
55100
|
|
|
54961
55101
|
/**
|
|
54962
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
55102
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
54963
55103
|
* @summary Promote Cached Suggestions to Management Table
|
|
54964
55104
|
* @param {string} xStoreID Store ID
|
|
54965
55105
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -54972,7 +55112,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
54972
55112
|
}
|
|
54973
55113
|
|
|
54974
55114
|
/**
|
|
54975
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
55115
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
54976
55116
|
* @summary Refresh Auto-Generated Suggestions
|
|
54977
55117
|
* @param {string} xStoreID Store ID
|
|
54978
55118
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -55010,7 +55150,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
55010
55150
|
}
|
|
55011
55151
|
|
|
55012
55152
|
/**
|
|
55013
|
-
* Delete a single query suggestion by its ID
|
|
55153
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
55014
55154
|
* @summary Delete Query Suggestion by ID
|
|
55015
55155
|
* @param {string} xStoreID Store ID
|
|
55016
55156
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -55036,11 +55176,11 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
55036
55176
|
}
|
|
55037
55177
|
|
|
55038
55178
|
/**
|
|
55039
|
-
*
|
|
55179
|
+
*
|
|
55040
55180
|
* @summary Update Query Suggestion by ID
|
|
55041
55181
|
* @param {string} xStoreID Store ID
|
|
55042
55182
|
* @param {string} suggestionID Suggestion ID
|
|
55043
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
55183
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
55044
55184
|
* @param {*} [options] Override http request option.
|
|
55045
55185
|
* @throws {RequiredError}
|
|
55046
55186
|
* @memberof QuerySuggestionsManagementApi
|
|
@@ -55064,7 +55204,7 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
55064
55204
|
}
|
|
55065
55205
|
|
|
55066
55206
|
/**
|
|
55067
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
55207
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
55068
55208
|
* @summary Sync Suggestions to Typesense
|
|
55069
55209
|
* @param {string} xStoreID Store ID
|
|
55070
55210
|
* @param {*} [options] Override http request option.
|
|
@@ -58705,7 +58845,7 @@ export const StopwordsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
58705
58845
|
};
|
|
58706
58846
|
},
|
|
58707
58847
|
/**
|
|
58708
|
-
* Removes store-specific words from a language word list
|
|
58848
|
+
* 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
58849
|
* @summary Remove words from language word list
|
|
58710
58850
|
* @param {string} xStoreID X-Store ID
|
|
58711
58851
|
* @param {number} wordListID Word List ID
|
|
@@ -58752,7 +58892,7 @@ export const StopwordsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
58752
58892
|
};
|
|
58753
58893
|
},
|
|
58754
58894
|
/**
|
|
58755
|
-
* Adds words
|
|
58895
|
+
* 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
58896
|
* @summary Add words to language word list
|
|
58757
58897
|
* @param {string} xStoreID X-Store ID
|
|
58758
58898
|
* @param {number} wordListID Word List ID
|
|
@@ -58873,7 +59013,7 @@ export const StopwordsApiFp = function(configuration?: Configuration) {
|
|
|
58873
59013
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
58874
59014
|
},
|
|
58875
59015
|
/**
|
|
58876
|
-
* Removes store-specific words from a language word list
|
|
59016
|
+
* 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
59017
|
* @summary Remove words from language word list
|
|
58878
59018
|
* @param {string} xStoreID X-Store ID
|
|
58879
59019
|
* @param {number} wordListID Word List ID
|
|
@@ -58888,7 +59028,7 @@ export const StopwordsApiFp = function(configuration?: Configuration) {
|
|
|
58888
59028
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
58889
59029
|
},
|
|
58890
59030
|
/**
|
|
58891
|
-
* Adds words
|
|
59031
|
+
* 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
59032
|
* @summary Add words to language word list
|
|
58893
59033
|
* @param {string} xStoreID X-Store ID
|
|
58894
59034
|
* @param {number} wordListID Word List ID
|
|
@@ -58965,7 +59105,7 @@ export const StopwordsApiFactory = function (configuration?: Configuration, base
|
|
|
58965
59105
|
return localVarFp.adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID, lang, type, q, page, limit, options).then((request) => request(axios, basePath));
|
|
58966
59106
|
},
|
|
58967
59107
|
/**
|
|
58968
|
-
* Removes store-specific words from a language word list
|
|
59108
|
+
* 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
59109
|
* @summary Remove words from language word list
|
|
58970
59110
|
* @param {string} xStoreID X-Store ID
|
|
58971
59111
|
* @param {number} wordListID Word List ID
|
|
@@ -58977,7 +59117,7 @@ export const StopwordsApiFactory = function (configuration?: Configuration, base
|
|
|
58977
59117
|
return localVarFp.adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID, wordListID, dataTypesRemoveWordsFromLanguageListRequest, options).then((request) => request(axios, basePath));
|
|
58978
59118
|
},
|
|
58979
59119
|
/**
|
|
58980
|
-
* Adds words
|
|
59120
|
+
* 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
59121
|
* @summary Add words to language word list
|
|
58982
59122
|
* @param {string} xStoreID X-Store ID
|
|
58983
59123
|
* @param {number} wordListID Word List ID
|
|
@@ -59059,7 +59199,7 @@ export class StopwordsApi extends BaseAPI {
|
|
|
59059
59199
|
}
|
|
59060
59200
|
|
|
59061
59201
|
/**
|
|
59062
|
-
* Removes store-specific words from a language word list
|
|
59202
|
+
* 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
59203
|
* @summary Remove words from language word list
|
|
59064
59204
|
* @param {string} xStoreID X-Store ID
|
|
59065
59205
|
* @param {number} wordListID Word List ID
|
|
@@ -59073,7 +59213,7 @@ export class StopwordsApi extends BaseAPI {
|
|
|
59073
59213
|
}
|
|
59074
59214
|
|
|
59075
59215
|
/**
|
|
59076
|
-
* Adds words
|
|
59216
|
+
* 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
59217
|
* @summary Add words to language word list
|
|
59078
59218
|
* @param {string} xStoreID X-Store ID
|
|
59079
59219
|
* @param {number} wordListID Word List ID
|
|
@@ -59729,7 +59869,7 @@ export class StoreCreationApi extends BaseAPI {
|
|
|
59729
59869
|
export const StoreDocumentsApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
59730
59870
|
return {
|
|
59731
59871
|
/**
|
|
59732
|
-
*
|
|
59872
|
+
*
|
|
59733
59873
|
* @summary Bulk document operations
|
|
59734
59874
|
* @param {string} xStoreID X-Store ID
|
|
59735
59875
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -59854,7 +59994,7 @@ export const StoreDocumentsApiAxiosParamCreator = function (configuration?: Conf
|
|
|
59854
59994
|
};
|
|
59855
59995
|
},
|
|
59856
59996
|
/**
|
|
59857
|
-
*
|
|
59997
|
+
*
|
|
59858
59998
|
* @summary Update document
|
|
59859
59999
|
* @param {string} xStoreID X-Store ID
|
|
59860
60000
|
* @param {string} documentID Document ID
|
|
@@ -60016,7 +60156,7 @@ export const StoreDocumentsApiFp = function(configuration?: Configuration) {
|
|
|
60016
60156
|
const localVarAxiosParamCreator = StoreDocumentsApiAxiosParamCreator(configuration)
|
|
60017
60157
|
return {
|
|
60018
60158
|
/**
|
|
60019
|
-
*
|
|
60159
|
+
*
|
|
60020
60160
|
* @summary Bulk document operations
|
|
60021
60161
|
* @param {string} xStoreID X-Store ID
|
|
60022
60162
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -60058,7 +60198,7 @@ export const StoreDocumentsApiFp = function(configuration?: Configuration) {
|
|
|
60058
60198
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
60059
60199
|
},
|
|
60060
60200
|
/**
|
|
60061
|
-
*
|
|
60201
|
+
*
|
|
60062
60202
|
* @summary Update document
|
|
60063
60203
|
* @param {string} xStoreID X-Store ID
|
|
60064
60204
|
* @param {string} documentID Document ID
|
|
@@ -60115,7 +60255,7 @@ export const StoreDocumentsApiFactory = function (configuration?: Configuration,
|
|
|
60115
60255
|
const localVarFp = StoreDocumentsApiFp(configuration)
|
|
60116
60256
|
return {
|
|
60117
60257
|
/**
|
|
60118
|
-
*
|
|
60258
|
+
*
|
|
60119
60259
|
* @summary Bulk document operations
|
|
60120
60260
|
* @param {string} xStoreID X-Store ID
|
|
60121
60261
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -60148,7 +60288,7 @@ export const StoreDocumentsApiFactory = function (configuration?: Configuration,
|
|
|
60148
60288
|
return localVarFp.adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID, documentID, options).then((request) => request(axios, basePath));
|
|
60149
60289
|
},
|
|
60150
60290
|
/**
|
|
60151
|
-
*
|
|
60291
|
+
*
|
|
60152
60292
|
* @summary Update document
|
|
60153
60293
|
* @param {string} xStoreID X-Store ID
|
|
60154
60294
|
* @param {string} documentID Document ID
|
|
@@ -60196,7 +60336,7 @@ export const StoreDocumentsApiFactory = function (configuration?: Configuration,
|
|
|
60196
60336
|
*/
|
|
60197
60337
|
export class StoreDocumentsApi extends BaseAPI {
|
|
60198
60338
|
/**
|
|
60199
|
-
*
|
|
60339
|
+
*
|
|
60200
60340
|
* @summary Bulk document operations
|
|
60201
60341
|
* @param {string} xStoreID X-Store ID
|
|
60202
60342
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -60235,7 +60375,7 @@ export class StoreDocumentsApi extends BaseAPI {
|
|
|
60235
60375
|
}
|
|
60236
60376
|
|
|
60237
60377
|
/**
|
|
60238
|
-
*
|
|
60378
|
+
*
|
|
60239
60379
|
* @summary Update document
|
|
60240
60380
|
* @param {string} xStoreID X-Store ID
|
|
60241
60381
|
* @param {string} documentID Document ID
|
|
@@ -60440,10 +60580,10 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
60440
60580
|
};
|
|
60441
60581
|
},
|
|
60442
60582
|
/**
|
|
60443
|
-
* Updates
|
|
60444
|
-
* @summary Update
|
|
60583
|
+
* Updates the active/inactive status of a store by its ID.
|
|
60584
|
+
* @summary Update Store Status
|
|
60445
60585
|
* @param {number} id Store ID
|
|
60446
|
-
* @param {boolean} status
|
|
60586
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
60447
60587
|
* @param {*} [options] Override http request option.
|
|
60448
60588
|
* @throws {RequiredError}
|
|
60449
60589
|
*/
|
|
@@ -60727,10 +60867,10 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
60727
60867
|
};
|
|
60728
60868
|
},
|
|
60729
60869
|
/**
|
|
60730
|
-
*
|
|
60870
|
+
*
|
|
60731
60871
|
* @summary Update Store Config (Partial)
|
|
60732
60872
|
* @param {string} xStoreID X-Store ID
|
|
60733
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
60873
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
60734
60874
|
* @param {*} [options] Override http request option.
|
|
60735
60875
|
* @throws {RequiredError}
|
|
60736
60876
|
*/
|
|
@@ -61017,17 +61157,17 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
61017
61157
|
};
|
|
61018
61158
|
},
|
|
61019
61159
|
/**
|
|
61020
|
-
*
|
|
61160
|
+
*
|
|
61021
61161
|
* @summary Regenerate X-Store Secret
|
|
61022
|
-
* @param {string}
|
|
61162
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61023
61163
|
* @param {*} [options] Override http request option.
|
|
61024
61164
|
* @throws {RequiredError}
|
|
61025
61165
|
*/
|
|
61026
|
-
|
|
61027
|
-
// verify required parameter '
|
|
61028
|
-
assertParamExists('
|
|
61029
|
-
const localVarPath = `/{
|
|
61030
|
-
.replace(`{${"
|
|
61166
|
+
xstoreidRegenerateUidPut: async (xstoreid: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
61167
|
+
// verify required parameter 'xstoreid' is not null or undefined
|
|
61168
|
+
assertParamExists('xstoreidRegenerateUidPut', 'xstoreid', xstoreid)
|
|
61169
|
+
const localVarPath = `/{xstoreid}/regenerate-uid`
|
|
61170
|
+
.replace(`{${"xstoreid"}}`, encodeURIComponent(String(xstoreid)));
|
|
61031
61171
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
61032
61172
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
61033
61173
|
let baseOptions;
|
|
@@ -61035,7 +61175,7 @@ export const StoresApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
61035
61175
|
baseOptions = configuration.baseOptions;
|
|
61036
61176
|
}
|
|
61037
61177
|
|
|
61038
|
-
const localVarRequestOptions = { method: '
|
|
61178
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
61039
61179
|
const localVarHeaderParameter = {} as any;
|
|
61040
61180
|
const localVarQueryParameter = {} as any;
|
|
61041
61181
|
|
|
@@ -61116,10 +61256,10 @@ export const StoresApiFp = function(configuration?: Configuration) {
|
|
|
61116
61256
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61117
61257
|
},
|
|
61118
61258
|
/**
|
|
61119
|
-
* Updates
|
|
61120
|
-
* @summary Update
|
|
61259
|
+
* Updates the active/inactive status of a store by its ID.
|
|
61260
|
+
* @summary Update Store Status
|
|
61121
61261
|
* @param {number} id Store ID
|
|
61122
|
-
* @param {boolean} status
|
|
61262
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
61123
61263
|
* @param {*} [options] Override http request option.
|
|
61124
61264
|
* @throws {RequiredError}
|
|
61125
61265
|
*/
|
|
@@ -61207,10 +61347,10 @@ export const StoresApiFp = function(configuration?: Configuration) {
|
|
|
61207
61347
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61208
61348
|
},
|
|
61209
61349
|
/**
|
|
61210
|
-
*
|
|
61350
|
+
*
|
|
61211
61351
|
* @summary Update Store Config (Partial)
|
|
61212
61352
|
* @param {string} xStoreID X-Store ID
|
|
61213
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61353
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61214
61354
|
* @param {*} [options] Override http request option.
|
|
61215
61355
|
* @throws {RequiredError}
|
|
61216
61356
|
*/
|
|
@@ -61304,16 +61444,16 @@ export const StoresApiFp = function(configuration?: Configuration) {
|
|
|
61304
61444
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61305
61445
|
},
|
|
61306
61446
|
/**
|
|
61307
|
-
*
|
|
61447
|
+
*
|
|
61308
61448
|
* @summary Regenerate X-Store Secret
|
|
61309
|
-
* @param {string}
|
|
61449
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61310
61450
|
* @param {*} [options] Override http request option.
|
|
61311
61451
|
* @throws {RequiredError}
|
|
61312
61452
|
*/
|
|
61313
|
-
async
|
|
61314
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
61453
|
+
async xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>> {
|
|
61454
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.xstoreidRegenerateUidPut(xstoreid, options);
|
|
61315
61455
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
61316
|
-
const localVarOperationServerBasePath = operationServerMap['StoresApi.
|
|
61456
|
+
const localVarOperationServerBasePath = operationServerMap['StoresApi.xstoreidRegenerateUidPut']?.[localVarOperationServerIndex]?.url;
|
|
61317
61457
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
61318
61458
|
},
|
|
61319
61459
|
}
|
|
@@ -61367,10 +61507,10 @@ export const StoresApiFactory = function (configuration?: Configuration, basePat
|
|
|
61367
61507
|
return localVarFp.adminStoresStoreIDPut(storeID, dataTypesStoreRequestDto, options).then((request) => request(axios, basePath));
|
|
61368
61508
|
},
|
|
61369
61509
|
/**
|
|
61370
|
-
* Updates
|
|
61371
|
-
* @summary Update
|
|
61510
|
+
* Updates the active/inactive status of a store by its ID.
|
|
61511
|
+
* @summary Update Store Status
|
|
61372
61512
|
* @param {number} id Store ID
|
|
61373
|
-
* @param {boolean} status
|
|
61513
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
61374
61514
|
* @param {*} [options] Override http request option.
|
|
61375
61515
|
* @throws {RequiredError}
|
|
61376
61516
|
*/
|
|
@@ -61440,10 +61580,10 @@ export const StoresApiFactory = function (configuration?: Configuration, basePat
|
|
|
61440
61580
|
return localVarFp.adminStoresXStoreIDConfigGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
61441
61581
|
},
|
|
61442
61582
|
/**
|
|
61443
|
-
*
|
|
61583
|
+
*
|
|
61444
61584
|
* @summary Update Store Config (Partial)
|
|
61445
61585
|
* @param {string} xStoreID X-Store ID
|
|
61446
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61586
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61447
61587
|
* @param {*} [options] Override http request option.
|
|
61448
61588
|
* @throws {RequiredError}
|
|
61449
61589
|
*/
|
|
@@ -61516,14 +61656,14 @@ export const StoresApiFactory = function (configuration?: Configuration, basePat
|
|
|
61516
61656
|
return localVarFp.adminStoresXStoreIDStepStepPut(xStoreID, step, body, options).then((request) => request(axios, basePath));
|
|
61517
61657
|
},
|
|
61518
61658
|
/**
|
|
61519
|
-
*
|
|
61659
|
+
*
|
|
61520
61660
|
* @summary Regenerate X-Store Secret
|
|
61521
|
-
* @param {string}
|
|
61661
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61522
61662
|
* @param {*} [options] Override http request option.
|
|
61523
61663
|
* @throws {RequiredError}
|
|
61524
61664
|
*/
|
|
61525
|
-
|
|
61526
|
-
return localVarFp.
|
|
61665
|
+
xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse> {
|
|
61666
|
+
return localVarFp.xstoreidRegenerateUidPut(xstoreid, options).then((request) => request(axios, basePath));
|
|
61527
61667
|
},
|
|
61528
61668
|
};
|
|
61529
61669
|
};
|
|
@@ -61584,10 +61724,10 @@ export class StoresApi extends BaseAPI {
|
|
|
61584
61724
|
}
|
|
61585
61725
|
|
|
61586
61726
|
/**
|
|
61587
|
-
* Updates
|
|
61588
|
-
* @summary Update
|
|
61727
|
+
* Updates the active/inactive status of a store by its ID.
|
|
61728
|
+
* @summary Update Store Status
|
|
61589
61729
|
* @param {number} id Store ID
|
|
61590
|
-
* @param {boolean} status
|
|
61730
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
61591
61731
|
* @param {*} [options] Override http request option.
|
|
61592
61732
|
* @throws {RequiredError}
|
|
61593
61733
|
* @memberof StoresApi
|
|
@@ -61669,10 +61809,10 @@ export class StoresApi extends BaseAPI {
|
|
|
61669
61809
|
}
|
|
61670
61810
|
|
|
61671
61811
|
/**
|
|
61672
|
-
*
|
|
61812
|
+
*
|
|
61673
61813
|
* @summary Update Store Config (Partial)
|
|
61674
61814
|
* @param {string} xStoreID X-Store ID
|
|
61675
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61815
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
61676
61816
|
* @param {*} [options] Override http request option.
|
|
61677
61817
|
* @throws {RequiredError}
|
|
61678
61818
|
* @memberof StoresApi
|
|
@@ -61759,15 +61899,15 @@ export class StoresApi extends BaseAPI {
|
|
|
61759
61899
|
}
|
|
61760
61900
|
|
|
61761
61901
|
/**
|
|
61762
|
-
*
|
|
61902
|
+
*
|
|
61763
61903
|
* @summary Regenerate X-Store Secret
|
|
61764
|
-
* @param {string}
|
|
61904
|
+
* @param {string} xstoreid Current X-Store ID
|
|
61765
61905
|
* @param {*} [options] Override http request option.
|
|
61766
61906
|
* @throws {RequiredError}
|
|
61767
61907
|
* @memberof StoresApi
|
|
61768
61908
|
*/
|
|
61769
|
-
public
|
|
61770
|
-
return StoresApiFp(this.configuration).
|
|
61909
|
+
public xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig) {
|
|
61910
|
+
return StoresApiFp(this.configuration).xstoreidRegenerateUidPut(xstoreid, options).then((request) => request(this.axios, this.basePath));
|
|
61771
61911
|
}
|
|
61772
61912
|
}
|
|
61773
61913
|
|