@seekora-ai/admin-api 1.1.37 → 1.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -10
- package/api.ts +334 -434
- package/dist/api.d.ts +329 -350
- package/dist/api.js +213 -374
- package/dist/esm/api.d.ts +329 -350
- package/dist/esm/api.js +213 -374
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.38.tgz +0 -0
- package/seekora-ai-admin-api-1.1.37.tgz +0 -0
package/dist/api.js
CHANGED
|
@@ -739,7 +739,7 @@ const AccountSettingsApiAxiosParamCreator = function (configuration) {
|
|
|
739
739
|
};
|
|
740
740
|
}),
|
|
741
741
|
/**
|
|
742
|
-
* Updates the organization details of the currently logged-in user
|
|
742
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
743
743
|
* @summary Update user\'s organization
|
|
744
744
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
745
745
|
* @param {*} [options] Override http request option.
|
|
@@ -950,7 +950,7 @@ const AccountSettingsApiFp = function (configuration) {
|
|
|
950
950
|
});
|
|
951
951
|
},
|
|
952
952
|
/**
|
|
953
|
-
* Updates the organization details of the currently logged-in user
|
|
953
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
954
954
|
* @summary Update user\'s organization
|
|
955
955
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
956
956
|
* @param {*} [options] Override http request option.
|
|
@@ -1067,7 +1067,7 @@ const AccountSettingsApiFactory = function (configuration, basePath, axios) {
|
|
|
1067
1067
|
return localVarFp.accountSettingsOrganizationLogoPut(logo, options).then((request) => request(axios, basePath));
|
|
1068
1068
|
},
|
|
1069
1069
|
/**
|
|
1070
|
-
* Updates the organization details of the currently logged-in user
|
|
1070
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
1071
1071
|
* @summary Update user\'s organization
|
|
1072
1072
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
1073
1073
|
* @param {*} [options] Override http request option.
|
|
@@ -1157,7 +1157,7 @@ class AccountSettingsApi extends base_1.BaseAPI {
|
|
|
1157
1157
|
return (0, exports.AccountSettingsApiFp)(this.configuration).accountSettingsOrganizationLogoPut(logo, options).then((request) => request(this.axios, this.basePath));
|
|
1158
1158
|
}
|
|
1159
1159
|
/**
|
|
1160
|
-
* Updates the organization details of the currently logged-in user
|
|
1160
|
+
* Updates the organization details of the currently logged-in user and logs the activity
|
|
1161
1161
|
* @summary Update user\'s organization
|
|
1162
1162
|
* @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
|
|
1163
1163
|
* @param {*} [options] Override http request option.
|
|
@@ -6830,7 +6830,7 @@ const AnalyticsRulesApiAxiosParamCreator = function (configuration) {
|
|
|
6830
6830
|
};
|
|
6831
6831
|
}),
|
|
6832
6832
|
/**
|
|
6833
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
6833
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
6834
6834
|
* @summary Create Analytics Rule
|
|
6835
6835
|
* @param {string} authorization Bearer JWT token
|
|
6836
6836
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -6867,43 +6867,6 @@ const AnalyticsRulesApiAxiosParamCreator = function (configuration) {
|
|
|
6867
6867
|
options: localVarRequestOptions,
|
|
6868
6868
|
};
|
|
6869
6869
|
}),
|
|
6870
|
-
/**
|
|
6871
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
6872
|
-
* @summary Delete Analytics Rule
|
|
6873
|
-
* @param {string} authorization Bearer JWT token
|
|
6874
|
-
* @param {string} ruleId Rule ID
|
|
6875
|
-
* @param {*} [options] Override http request option.
|
|
6876
|
-
* @throws {RequiredError}
|
|
6877
|
-
*/
|
|
6878
|
-
adminV1AnalyticsRulesRuleIdDelete: (authorization_1, ruleId_1, ...args_1) => __awaiter(this, [authorization_1, ruleId_1, ...args_1], void 0, function* (authorization, ruleId, options = {}) {
|
|
6879
|
-
// verify required parameter 'authorization' is not null or undefined
|
|
6880
|
-
(0, common_1.assertParamExists)('adminV1AnalyticsRulesRuleIdDelete', 'authorization', authorization);
|
|
6881
|
-
// verify required parameter 'ruleId' is not null or undefined
|
|
6882
|
-
(0, common_1.assertParamExists)('adminV1AnalyticsRulesRuleIdDelete', 'ruleId', ruleId);
|
|
6883
|
-
const localVarPath = `/admin/v1/analytics/rules/{ruleId}`
|
|
6884
|
-
.replace(`{${"ruleId"}}`, encodeURIComponent(String(ruleId)));
|
|
6885
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
6886
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
6887
|
-
let baseOptions;
|
|
6888
|
-
if (configuration) {
|
|
6889
|
-
baseOptions = configuration.baseOptions;
|
|
6890
|
-
}
|
|
6891
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
6892
|
-
const localVarHeaderParameter = {};
|
|
6893
|
-
const localVarQueryParameter = {};
|
|
6894
|
-
// authentication BearerAuth required
|
|
6895
|
-
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
6896
|
-
if (authorization != null) {
|
|
6897
|
-
localVarHeaderParameter['Authorization'] = String(authorization);
|
|
6898
|
-
}
|
|
6899
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6900
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6901
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
6902
|
-
return {
|
|
6903
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
6904
|
-
options: localVarRequestOptions,
|
|
6905
|
-
};
|
|
6906
|
-
}),
|
|
6907
6870
|
/**
|
|
6908
6871
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
6909
6872
|
* @summary Get Analytics Rule
|
|
@@ -6942,7 +6905,7 @@ const AnalyticsRulesApiAxiosParamCreator = function (configuration) {
|
|
|
6942
6905
|
};
|
|
6943
6906
|
}),
|
|
6944
6907
|
/**
|
|
6945
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
6908
|
+
* 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.
|
|
6946
6909
|
* @summary Update Analytics Rule
|
|
6947
6910
|
* @param {string} authorization Bearer JWT token
|
|
6948
6911
|
* @param {string} ruleId Rule ID
|
|
@@ -7182,10 +7145,10 @@ const AnalyticsRulesApiAxiosParamCreator = function (configuration) {
|
|
|
7182
7145
|
};
|
|
7183
7146
|
}),
|
|
7184
7147
|
/**
|
|
7185
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7148
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
7186
7149
|
* @summary Create Analytics Rule
|
|
7187
7150
|
* @param {string} authorization Bearer JWT token
|
|
7188
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7151
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
7189
7152
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
7190
7153
|
* @param {*} [options] Override http request option.
|
|
7191
7154
|
* @throws {RequiredError}
|
|
@@ -7223,47 +7186,6 @@ const AnalyticsRulesApiAxiosParamCreator = function (configuration) {
|
|
|
7223
7186
|
options: localVarRequestOptions,
|
|
7224
7187
|
};
|
|
7225
7188
|
}),
|
|
7226
|
-
/**
|
|
7227
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
7228
|
-
* @summary Delete Analytics Rule
|
|
7229
|
-
* @param {string} authorization Bearer JWT token
|
|
7230
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7231
|
-
* @param {string} ruleId Rule ID
|
|
7232
|
-
* @param {*} [options] Override http request option.
|
|
7233
|
-
* @throws {RequiredError}
|
|
7234
|
-
*/
|
|
7235
|
-
adminV1StoresXstoreidAnalyticsRulesRuleIdDelete: (authorization_1, xstoreid_1, ruleId_1, ...args_1) => __awaiter(this, [authorization_1, xstoreid_1, ruleId_1, ...args_1], void 0, function* (authorization, xstoreid, ruleId, options = {}) {
|
|
7236
|
-
// verify required parameter 'authorization' is not null or undefined
|
|
7237
|
-
(0, common_1.assertParamExists)('adminV1StoresXstoreidAnalyticsRulesRuleIdDelete', 'authorization', authorization);
|
|
7238
|
-
// verify required parameter 'xstoreid' is not null or undefined
|
|
7239
|
-
(0, common_1.assertParamExists)('adminV1StoresXstoreidAnalyticsRulesRuleIdDelete', 'xstoreid', xstoreid);
|
|
7240
|
-
// verify required parameter 'ruleId' is not null or undefined
|
|
7241
|
-
(0, common_1.assertParamExists)('adminV1StoresXstoreidAnalyticsRulesRuleIdDelete', 'ruleId', ruleId);
|
|
7242
|
-
const localVarPath = `/admin/v1/stores/{xstoreid}/analytics/rules/{ruleId}`
|
|
7243
|
-
.replace(`{${"xstoreid"}}`, encodeURIComponent(String(xstoreid)))
|
|
7244
|
-
.replace(`{${"ruleId"}}`, encodeURIComponent(String(ruleId)));
|
|
7245
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
7246
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7247
|
-
let baseOptions;
|
|
7248
|
-
if (configuration) {
|
|
7249
|
-
baseOptions = configuration.baseOptions;
|
|
7250
|
-
}
|
|
7251
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'DELETE' }, baseOptions), options);
|
|
7252
|
-
const localVarHeaderParameter = {};
|
|
7253
|
-
const localVarQueryParameter = {};
|
|
7254
|
-
// authentication BearerAuth required
|
|
7255
|
-
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration);
|
|
7256
|
-
if (authorization != null) {
|
|
7257
|
-
localVarHeaderParameter['Authorization'] = String(authorization);
|
|
7258
|
-
}
|
|
7259
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7260
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7261
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
7262
|
-
return {
|
|
7263
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
7264
|
-
options: localVarRequestOptions,
|
|
7265
|
-
};
|
|
7266
|
-
}),
|
|
7267
7189
|
/**
|
|
7268
7190
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
7269
7191
|
* @summary Get Analytics Rule
|
|
@@ -7306,10 +7228,10 @@ const AnalyticsRulesApiAxiosParamCreator = function (configuration) {
|
|
|
7306
7228
|
};
|
|
7307
7229
|
}),
|
|
7308
7230
|
/**
|
|
7309
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7231
|
+
* 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.
|
|
7310
7232
|
* @summary Update Analytics Rule
|
|
7311
7233
|
* @param {string} authorization Bearer JWT token
|
|
7312
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
7234
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
7313
7235
|
* @param {string} ruleId Rule ID
|
|
7314
7236
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
7315
7237
|
* @param {*} [options] Override http request option.
|
|
@@ -7430,7 +7352,7 @@ const AnalyticsRulesApiFp = function (configuration) {
|
|
|
7430
7352
|
});
|
|
7431
7353
|
},
|
|
7432
7354
|
/**
|
|
7433
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7355
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
7434
7356
|
* @summary Create Analytics Rule
|
|
7435
7357
|
* @param {string} authorization Bearer JWT token
|
|
7436
7358
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -7446,23 +7368,6 @@ const AnalyticsRulesApiFp = function (configuration) {
|
|
|
7446
7368
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7447
7369
|
});
|
|
7448
7370
|
},
|
|
7449
|
-
/**
|
|
7450
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
7451
|
-
* @summary Delete Analytics Rule
|
|
7452
|
-
* @param {string} authorization Bearer JWT token
|
|
7453
|
-
* @param {string} ruleId Rule ID
|
|
7454
|
-
* @param {*} [options] Override http request option.
|
|
7455
|
-
* @throws {RequiredError}
|
|
7456
|
-
*/
|
|
7457
|
-
adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options) {
|
|
7458
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
7459
|
-
var _a, _b, _c;
|
|
7460
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options);
|
|
7461
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7462
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AnalyticsRulesApi.adminV1AnalyticsRulesRuleIdDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7463
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7464
|
-
});
|
|
7465
|
-
},
|
|
7466
7371
|
/**
|
|
7467
7372
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
7468
7373
|
* @summary Get Analytics Rule
|
|
@@ -7481,7 +7386,7 @@ const AnalyticsRulesApiFp = function (configuration) {
|
|
|
7481
7386
|
});
|
|
7482
7387
|
},
|
|
7483
7388
|
/**
|
|
7484
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7389
|
+
* 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.
|
|
7485
7390
|
* @summary Update Analytics Rule
|
|
7486
7391
|
* @param {string} authorization Bearer JWT token
|
|
7487
7392
|
* @param {string} ruleId Rule ID
|
|
@@ -7579,10 +7484,10 @@ const AnalyticsRulesApiFp = function (configuration) {
|
|
|
7579
7484
|
});
|
|
7580
7485
|
},
|
|
7581
7486
|
/**
|
|
7582
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7487
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
7583
7488
|
* @summary Create Analytics Rule
|
|
7584
7489
|
* @param {string} authorization Bearer JWT token
|
|
7585
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7490
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
7586
7491
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
7587
7492
|
* @param {*} [options] Override http request option.
|
|
7588
7493
|
* @throws {RequiredError}
|
|
@@ -7596,24 +7501,6 @@ const AnalyticsRulesApiFp = function (configuration) {
|
|
|
7596
7501
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7597
7502
|
});
|
|
7598
7503
|
},
|
|
7599
|
-
/**
|
|
7600
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
7601
|
-
* @summary Delete Analytics Rule
|
|
7602
|
-
* @param {string} authorization Bearer JWT token
|
|
7603
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7604
|
-
* @param {string} ruleId Rule ID
|
|
7605
|
-
* @param {*} [options] Override http request option.
|
|
7606
|
-
* @throws {RequiredError}
|
|
7607
|
-
*/
|
|
7608
|
-
adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options) {
|
|
7609
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
7610
|
-
var _a, _b, _c;
|
|
7611
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options);
|
|
7612
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
7613
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AnalyticsRulesApi.adminV1StoresXstoreidAnalyticsRulesRuleIdDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
7614
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7615
|
-
});
|
|
7616
|
-
},
|
|
7617
7504
|
/**
|
|
7618
7505
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
7619
7506
|
* @summary Get Analytics Rule
|
|
@@ -7633,10 +7520,10 @@ const AnalyticsRulesApiFp = function (configuration) {
|
|
|
7633
7520
|
});
|
|
7634
7521
|
},
|
|
7635
7522
|
/**
|
|
7636
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7523
|
+
* 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.
|
|
7637
7524
|
* @summary Update Analytics Rule
|
|
7638
7525
|
* @param {string} authorization Bearer JWT token
|
|
7639
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
7526
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
7640
7527
|
* @param {string} ruleId Rule ID
|
|
7641
7528
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
7642
7529
|
* @param {*} [options] Override http request option.
|
|
@@ -7700,7 +7587,7 @@ const AnalyticsRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
7700
7587
|
return localVarFp.adminV1AnalyticsRulesGet(authorization, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(axios, basePath));
|
|
7701
7588
|
},
|
|
7702
7589
|
/**
|
|
7703
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7590
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
7704
7591
|
* @summary Create Analytics Rule
|
|
7705
7592
|
* @param {string} authorization Bearer JWT token
|
|
7706
7593
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -7710,17 +7597,6 @@ const AnalyticsRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
7710
7597
|
adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options) {
|
|
7711
7598
|
return localVarFp.adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(axios, basePath));
|
|
7712
7599
|
},
|
|
7713
|
-
/**
|
|
7714
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
7715
|
-
* @summary Delete Analytics Rule
|
|
7716
|
-
* @param {string} authorization Bearer JWT token
|
|
7717
|
-
* @param {string} ruleId Rule ID
|
|
7718
|
-
* @param {*} [options] Override http request option.
|
|
7719
|
-
* @throws {RequiredError}
|
|
7720
|
-
*/
|
|
7721
|
-
adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options) {
|
|
7722
|
-
return localVarFp.adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options).then((request) => request(axios, basePath));
|
|
7723
|
-
},
|
|
7724
7600
|
/**
|
|
7725
7601
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
7726
7602
|
* @summary Get Analytics Rule
|
|
@@ -7733,7 +7609,7 @@ const AnalyticsRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
7733
7609
|
return localVarFp.adminV1AnalyticsRulesRuleIdGet(authorization, ruleId, options).then((request) => request(axios, basePath));
|
|
7734
7610
|
},
|
|
7735
7611
|
/**
|
|
7736
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7612
|
+
* 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.
|
|
7737
7613
|
* @summary Update Analytics Rule
|
|
7738
7614
|
* @param {string} authorization Bearer JWT token
|
|
7739
7615
|
* @param {string} ruleId Rule ID
|
|
@@ -7801,10 +7677,10 @@ const AnalyticsRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
7801
7677
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesGet(authorization, xstoreid, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(axios, basePath));
|
|
7802
7678
|
},
|
|
7803
7679
|
/**
|
|
7804
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7680
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
7805
7681
|
* @summary Create Analytics Rule
|
|
7806
7682
|
* @param {string} authorization Bearer JWT token
|
|
7807
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7683
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
7808
7684
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
7809
7685
|
* @param {*} [options] Override http request option.
|
|
7810
7686
|
* @throws {RequiredError}
|
|
@@ -7812,18 +7688,6 @@ const AnalyticsRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
7812
7688
|
adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options) {
|
|
7813
7689
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(axios, basePath));
|
|
7814
7690
|
},
|
|
7815
|
-
/**
|
|
7816
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
7817
|
-
* @summary Delete Analytics Rule
|
|
7818
|
-
* @param {string} authorization Bearer JWT token
|
|
7819
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7820
|
-
* @param {string} ruleId Rule ID
|
|
7821
|
-
* @param {*} [options] Override http request option.
|
|
7822
|
-
* @throws {RequiredError}
|
|
7823
|
-
*/
|
|
7824
|
-
adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options) {
|
|
7825
|
-
return localVarFp.adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options).then((request) => request(axios, basePath));
|
|
7826
|
-
},
|
|
7827
7691
|
/**
|
|
7828
7692
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
7829
7693
|
* @summary Get Analytics Rule
|
|
@@ -7837,10 +7701,10 @@ const AnalyticsRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
7837
7701
|
return localVarFp.adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization, xstoreid, ruleId, options).then((request) => request(axios, basePath));
|
|
7838
7702
|
},
|
|
7839
7703
|
/**
|
|
7840
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7704
|
+
* 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.
|
|
7841
7705
|
* @summary Update Analytics Rule
|
|
7842
7706
|
* @param {string} authorization Bearer JWT token
|
|
7843
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
7707
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
7844
7708
|
* @param {string} ruleId Rule ID
|
|
7845
7709
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
7846
7710
|
* @param {*} [options] Override http request option.
|
|
@@ -7893,7 +7757,7 @@ class AnalyticsRulesApi extends base_1.BaseAPI {
|
|
|
7893
7757
|
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1AnalyticsRulesGet(authorization, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(this.axios, this.basePath));
|
|
7894
7758
|
}
|
|
7895
7759
|
/**
|
|
7896
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7760
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
7897
7761
|
* @summary Create Analytics Rule
|
|
7898
7762
|
* @param {string} authorization Bearer JWT token
|
|
7899
7763
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
@@ -7904,18 +7768,6 @@ class AnalyticsRulesApi extends base_1.BaseAPI {
|
|
|
7904
7768
|
adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options) {
|
|
7905
7769
|
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1AnalyticsRulesPost(authorization, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(this.axios, this.basePath));
|
|
7906
7770
|
}
|
|
7907
|
-
/**
|
|
7908
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
7909
|
-
* @summary Delete Analytics Rule
|
|
7910
|
-
* @param {string} authorization Bearer JWT token
|
|
7911
|
-
* @param {string} ruleId Rule ID
|
|
7912
|
-
* @param {*} [options] Override http request option.
|
|
7913
|
-
* @throws {RequiredError}
|
|
7914
|
-
* @memberof AnalyticsRulesApi
|
|
7915
|
-
*/
|
|
7916
|
-
adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options) {
|
|
7917
|
-
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1AnalyticsRulesRuleIdDelete(authorization, ruleId, options).then((request) => request(this.axios, this.basePath));
|
|
7918
|
-
}
|
|
7919
7771
|
/**
|
|
7920
7772
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
7921
7773
|
* @summary Get Analytics Rule
|
|
@@ -7929,7 +7781,7 @@ class AnalyticsRulesApi extends base_1.BaseAPI {
|
|
|
7929
7781
|
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1AnalyticsRulesRuleIdGet(authorization, ruleId, options).then((request) => request(this.axios, this.basePath));
|
|
7930
7782
|
}
|
|
7931
7783
|
/**
|
|
7932
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7784
|
+
* 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.
|
|
7933
7785
|
* @summary Update Analytics Rule
|
|
7934
7786
|
* @param {string} authorization Bearer JWT token
|
|
7935
7787
|
* @param {string} ruleId Rule ID
|
|
@@ -8002,10 +7854,10 @@ class AnalyticsRulesApi extends base_1.BaseAPI {
|
|
|
8002
7854
|
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1StoresXstoreidAnalyticsRulesGet(authorization, xstoreid, storeId, collectionName, isActive, page, pageSize, limit, offset, sortBy, sortOrder, searchQuery, options).then((request) => request(this.axios, this.basePath));
|
|
8003
7855
|
}
|
|
8004
7856
|
/**
|
|
8005
|
-
* Create a new analytics rule for Typesense curation. Rules
|
|
7857
|
+
* Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
|
|
8006
7858
|
* @summary Create Analytics Rule
|
|
8007
7859
|
* @param {string} authorization Bearer JWT token
|
|
8008
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
7860
|
+
* @param {string} xstoreid Store ID (only for store-specific routes)
|
|
8009
7861
|
* @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
|
|
8010
7862
|
* @param {*} [options] Override http request option.
|
|
8011
7863
|
* @throws {RequiredError}
|
|
@@ -8014,19 +7866,6 @@ class AnalyticsRulesApi extends base_1.BaseAPI {
|
|
|
8014
7866
|
adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options) {
|
|
8015
7867
|
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1StoresXstoreidAnalyticsRulesPost(authorization, xstoreid, dataTypesCreateAnalyticsRuleRequest, options).then((request) => request(this.axios, this.basePath));
|
|
8016
7868
|
}
|
|
8017
|
-
/**
|
|
8018
|
-
* Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
|
|
8019
|
-
* @summary Delete Analytics Rule
|
|
8020
|
-
* @param {string} authorization Bearer JWT token
|
|
8021
|
-
* @param {string} xstoreid Store ID (for store-specific routes)
|
|
8022
|
-
* @param {string} ruleId Rule ID
|
|
8023
|
-
* @param {*} [options] Override http request option.
|
|
8024
|
-
* @throws {RequiredError}
|
|
8025
|
-
* @memberof AnalyticsRulesApi
|
|
8026
|
-
*/
|
|
8027
|
-
adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options) {
|
|
8028
|
-
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization, xstoreid, ruleId, options).then((request) => request(this.axios, this.basePath));
|
|
8029
|
-
}
|
|
8030
7869
|
/**
|
|
8031
7870
|
* Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
|
|
8032
7871
|
* @summary Get Analytics Rule
|
|
@@ -8041,10 +7880,10 @@ class AnalyticsRulesApi extends base_1.BaseAPI {
|
|
|
8041
7880
|
return (0, exports.AnalyticsRulesApiFp)(this.configuration).adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization, xstoreid, ruleId, options).then((request) => request(this.axios, this.basePath));
|
|
8042
7881
|
}
|
|
8043
7882
|
/**
|
|
8044
|
-
* Update an existing analytics rule. Supports partial updates.
|
|
7883
|
+
* 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.
|
|
8045
7884
|
* @summary Update Analytics Rule
|
|
8046
7885
|
* @param {string} authorization Bearer JWT token
|
|
8047
|
-
* @param {string} xstoreid Store ID (for store-specific
|
|
7886
|
+
* @param {string} xstoreid Store ID (only required for store-specific route)
|
|
8048
7887
|
* @param {string} ruleId Rule ID
|
|
8049
7888
|
* @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
|
|
8050
7889
|
* @param {*} [options] Override http request option.
|
|
@@ -9015,7 +8854,7 @@ const BillingDashboardApiAxiosParamCreator = function (configuration) {
|
|
|
9015
8854
|
};
|
|
9016
8855
|
}),
|
|
9017
8856
|
/**
|
|
9018
|
-
* Updates an existing billing alert configuration
|
|
8857
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
9019
8858
|
* @summary Update billing alert
|
|
9020
8859
|
* @param {number} id Alert ID
|
|
9021
8860
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -10286,7 +10125,7 @@ const BillingDashboardApiFp = function (configuration) {
|
|
|
10286
10125
|
});
|
|
10287
10126
|
},
|
|
10288
10127
|
/**
|
|
10289
|
-
* Updates an existing billing alert configuration
|
|
10128
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
10290
10129
|
* @summary Update billing alert
|
|
10291
10130
|
* @param {number} id Alert ID
|
|
10292
10131
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -10874,7 +10713,7 @@ const BillingDashboardApiFactory = function (configuration, basePath, axios) {
|
|
|
10874
10713
|
return localVarFp.adminBillingAlertsIdDelete(id, options).then((request) => request(axios, basePath));
|
|
10875
10714
|
},
|
|
10876
10715
|
/**
|
|
10877
|
-
* Updates an existing billing alert configuration
|
|
10716
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
10878
10717
|
* @summary Update billing alert
|
|
10879
10718
|
* @param {number} id Alert ID
|
|
10880
10719
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -11284,7 +11123,7 @@ class BillingDashboardApi extends base_1.BaseAPI {
|
|
|
11284
11123
|
return (0, exports.BillingDashboardApiFp)(this.configuration).adminBillingAlertsIdDelete(id, options).then((request) => request(this.axios, this.basePath));
|
|
11285
11124
|
}
|
|
11286
11125
|
/**
|
|
11287
|
-
* Updates an existing billing alert configuration
|
|
11126
|
+
* Updates an existing billing alert configuration AND records activity logs
|
|
11288
11127
|
* @summary Update billing alert
|
|
11289
11128
|
* @param {number} id Alert ID
|
|
11290
11129
|
* @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
|
|
@@ -13985,7 +13824,7 @@ const CustomStopwordsApiAxiosParamCreator = function (configuration) {
|
|
|
13985
13824
|
};
|
|
13986
13825
|
}),
|
|
13987
13826
|
/**
|
|
13988
|
-
*
|
|
13827
|
+
*
|
|
13989
13828
|
* @summary Update custom word list
|
|
13990
13829
|
* @param {string} xStoreID X-Store ID
|
|
13991
13830
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -14232,7 +14071,7 @@ const CustomStopwordsApiFp = function (configuration) {
|
|
|
14232
14071
|
});
|
|
14233
14072
|
},
|
|
14234
14073
|
/**
|
|
14235
|
-
*
|
|
14074
|
+
*
|
|
14236
14075
|
* @summary Update custom word list
|
|
14237
14076
|
* @param {string} xStoreID X-Store ID
|
|
14238
14077
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -14355,7 +14194,7 @@ const CustomStopwordsApiFactory = function (configuration, basePath, axios) {
|
|
|
14355
14194
|
return localVarFp.adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID, customWordListID, options).then((request) => request(axios, basePath));
|
|
14356
14195
|
},
|
|
14357
14196
|
/**
|
|
14358
|
-
*
|
|
14197
|
+
*
|
|
14359
14198
|
* @summary Update custom word list
|
|
14360
14199
|
* @param {string} xStoreID X-Store ID
|
|
14361
14200
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -14450,7 +14289,7 @@ class CustomStopwordsApi extends base_1.BaseAPI {
|
|
|
14450
14289
|
return (0, exports.CustomStopwordsApiFp)(this.configuration).adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID, customWordListID, options).then((request) => request(this.axios, this.basePath));
|
|
14451
14290
|
}
|
|
14452
14291
|
/**
|
|
14453
|
-
*
|
|
14292
|
+
*
|
|
14454
14293
|
* @summary Update custom word list
|
|
14455
14294
|
* @param {string} xStoreID X-Store ID
|
|
14456
14295
|
* @param {number} customWordListID Custom Word List ID
|
|
@@ -14699,10 +14538,10 @@ exports.DefaultMenuManagementApi = DefaultMenuManagementApi;
|
|
|
14699
14538
|
const DocumentsApiAxiosParamCreator = function (configuration) {
|
|
14700
14539
|
return {
|
|
14701
14540
|
/**
|
|
14702
|
-
* Uploads
|
|
14541
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
14703
14542
|
* @summary Upload a document
|
|
14704
14543
|
* @param {string} xStoreID X-Store ID
|
|
14705
|
-
* @param {File} file Document
|
|
14544
|
+
* @param {File} file Document files (supports multiple)
|
|
14706
14545
|
* @param {*} [options] Override http request option.
|
|
14707
14546
|
* @throws {RequiredError}
|
|
14708
14547
|
*/
|
|
@@ -14749,10 +14588,10 @@ const DocumentsApiFp = function (configuration) {
|
|
|
14749
14588
|
const localVarAxiosParamCreator = (0, exports.DocumentsApiAxiosParamCreator)(configuration);
|
|
14750
14589
|
return {
|
|
14751
14590
|
/**
|
|
14752
|
-
* Uploads
|
|
14591
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
14753
14592
|
* @summary Upload a document
|
|
14754
14593
|
* @param {string} xStoreID X-Store ID
|
|
14755
|
-
* @param {File} file Document
|
|
14594
|
+
* @param {File} file Document files (supports multiple)
|
|
14756
14595
|
* @param {*} [options] Override http request option.
|
|
14757
14596
|
* @throws {RequiredError}
|
|
14758
14597
|
*/
|
|
@@ -14776,10 +14615,10 @@ const DocumentsApiFactory = function (configuration, basePath, axios) {
|
|
|
14776
14615
|
const localVarFp = (0, exports.DocumentsApiFp)(configuration);
|
|
14777
14616
|
return {
|
|
14778
14617
|
/**
|
|
14779
|
-
* Uploads
|
|
14618
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
14780
14619
|
* @summary Upload a document
|
|
14781
14620
|
* @param {string} xStoreID X-Store ID
|
|
14782
|
-
* @param {File} file Document
|
|
14621
|
+
* @param {File} file Document files (supports multiple)
|
|
14783
14622
|
* @param {*} [options] Override http request option.
|
|
14784
14623
|
* @throws {RequiredError}
|
|
14785
14624
|
*/
|
|
@@ -14797,10 +14636,10 @@ exports.DocumentsApiFactory = DocumentsApiFactory;
|
|
|
14797
14636
|
*/
|
|
14798
14637
|
class DocumentsApi extends base_1.BaseAPI {
|
|
14799
14638
|
/**
|
|
14800
|
-
* Uploads
|
|
14639
|
+
* Uploads one or more documents to the specified store and logs activity
|
|
14801
14640
|
* @summary Upload a document
|
|
14802
14641
|
* @param {string} xStoreID X-Store ID
|
|
14803
|
-
* @param {File} file Document
|
|
14642
|
+
* @param {File} file Document files (supports multiple)
|
|
14804
14643
|
* @param {*} [options] Override http request option.
|
|
14805
14644
|
* @throws {RequiredError}
|
|
14806
14645
|
* @memberof DocumentsApi
|
|
@@ -21740,8 +21579,8 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
21740
21579
|
};
|
|
21741
21580
|
}),
|
|
21742
21581
|
/**
|
|
21743
|
-
* Updates
|
|
21744
|
-
* @summary Update an existing
|
|
21582
|
+
* Updates Organization information by ID and logs the update activity.
|
|
21583
|
+
* @summary Update an existing Organization
|
|
21745
21584
|
* @param {number} id Org Id
|
|
21746
21585
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
21747
21586
|
* @param {*} [options] Override http request option.
|
|
@@ -21807,9 +21646,9 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
21807
21646
|
};
|
|
21808
21647
|
}),
|
|
21809
21648
|
/**
|
|
21810
|
-
* Adds a new
|
|
21811
|
-
* @summary Creates a new
|
|
21812
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
21649
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
21650
|
+
* @summary Creates a new Organization
|
|
21651
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
21813
21652
|
* @param {*} [options] Override http request option.
|
|
21814
21653
|
* @throws {RequiredError}
|
|
21815
21654
|
*/
|
|
@@ -21839,10 +21678,10 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
21839
21678
|
};
|
|
21840
21679
|
}),
|
|
21841
21680
|
/**
|
|
21842
|
-
*
|
|
21843
|
-
* @summary Delete
|
|
21844
|
-
* @param {number} id
|
|
21845
|
-
* @param {boolean} status status
|
|
21681
|
+
* Updates the deletion status of an Organization by ID.
|
|
21682
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
21683
|
+
* @param {number} id Organization ID
|
|
21684
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
21846
21685
|
* @param {*} [options] Override http request option.
|
|
21847
21686
|
* @throws {RequiredError}
|
|
21848
21687
|
*/
|
|
@@ -21899,8 +21738,8 @@ const OrganizationsApiFp = function (configuration) {
|
|
|
21899
21738
|
});
|
|
21900
21739
|
},
|
|
21901
21740
|
/**
|
|
21902
|
-
* Updates
|
|
21903
|
-
* @summary Update an existing
|
|
21741
|
+
* Updates Organization information by ID and logs the update activity.
|
|
21742
|
+
* @summary Update an existing Organization
|
|
21904
21743
|
* @param {number} id Org Id
|
|
21905
21744
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
21906
21745
|
* @param {*} [options] Override http request option.
|
|
@@ -21932,9 +21771,9 @@ const OrganizationsApiFp = function (configuration) {
|
|
|
21932
21771
|
});
|
|
21933
21772
|
},
|
|
21934
21773
|
/**
|
|
21935
|
-
* Adds a new
|
|
21936
|
-
* @summary Creates a new
|
|
21937
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
21774
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
21775
|
+
* @summary Creates a new Organization
|
|
21776
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
21938
21777
|
* @param {*} [options] Override http request option.
|
|
21939
21778
|
* @throws {RequiredError}
|
|
21940
21779
|
*/
|
|
@@ -21948,10 +21787,10 @@ const OrganizationsApiFp = function (configuration) {
|
|
|
21948
21787
|
});
|
|
21949
21788
|
},
|
|
21950
21789
|
/**
|
|
21951
|
-
*
|
|
21952
|
-
* @summary Delete
|
|
21953
|
-
* @param {number} id
|
|
21954
|
-
* @param {boolean} status status
|
|
21790
|
+
* Updates the deletion status of an Organization by ID.
|
|
21791
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
21792
|
+
* @param {number} id Organization ID
|
|
21793
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
21955
21794
|
* @param {*} [options] Override http request option.
|
|
21956
21795
|
* @throws {RequiredError}
|
|
21957
21796
|
*/
|
|
@@ -21984,8 +21823,8 @@ const OrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
21984
21823
|
return localVarFp.adminOrganizationsGet(options).then((request) => request(axios, basePath));
|
|
21985
21824
|
},
|
|
21986
21825
|
/**
|
|
21987
|
-
* Updates
|
|
21988
|
-
* @summary Update an existing
|
|
21826
|
+
* Updates Organization information by ID and logs the update activity.
|
|
21827
|
+
* @summary Update an existing Organization
|
|
21989
21828
|
* @param {number} id Org Id
|
|
21990
21829
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
21991
21830
|
* @param {*} [options] Override http request option.
|
|
@@ -22005,9 +21844,9 @@ const OrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
22005
21844
|
return localVarFp.adminOrganizationsOrgIdGet(orgId, options).then((request) => request(axios, basePath));
|
|
22006
21845
|
},
|
|
22007
21846
|
/**
|
|
22008
|
-
* Adds a new
|
|
22009
|
-
* @summary Creates a new
|
|
22010
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
21847
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
21848
|
+
* @summary Creates a new Organization
|
|
21849
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
22011
21850
|
* @param {*} [options] Override http request option.
|
|
22012
21851
|
* @throws {RequiredError}
|
|
22013
21852
|
*/
|
|
@@ -22015,10 +21854,10 @@ const OrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
22015
21854
|
return localVarFp.adminOrganizationsPost(dataTypesCreateOrganizationRequest, options).then((request) => request(axios, basePath));
|
|
22016
21855
|
},
|
|
22017
21856
|
/**
|
|
22018
|
-
*
|
|
22019
|
-
* @summary Delete
|
|
22020
|
-
* @param {number} id
|
|
22021
|
-
* @param {boolean} status status
|
|
21857
|
+
* Updates the deletion status of an Organization by ID.
|
|
21858
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
21859
|
+
* @param {number} id Organization ID
|
|
21860
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
22022
21861
|
* @param {*} [options] Override http request option.
|
|
22023
21862
|
* @throws {RequiredError}
|
|
22024
21863
|
*/
|
|
@@ -22046,8 +21885,8 @@ class OrganizationsApi extends base_1.BaseAPI {
|
|
|
22046
21885
|
return (0, exports.OrganizationsApiFp)(this.configuration).adminOrganizationsGet(options).then((request) => request(this.axios, this.basePath));
|
|
22047
21886
|
}
|
|
22048
21887
|
/**
|
|
22049
|
-
* Updates
|
|
22050
|
-
* @summary Update an existing
|
|
21888
|
+
* Updates Organization information by ID and logs the update activity.
|
|
21889
|
+
* @summary Update an existing Organization
|
|
22051
21890
|
* @param {number} id Org Id
|
|
22052
21891
|
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
|
|
22053
21892
|
* @param {*} [options] Override http request option.
|
|
@@ -22069,9 +21908,9 @@ class OrganizationsApi extends base_1.BaseAPI {
|
|
|
22069
21908
|
return (0, exports.OrganizationsApiFp)(this.configuration).adminOrganizationsOrgIdGet(orgId, options).then((request) => request(this.axios, this.basePath));
|
|
22070
21909
|
}
|
|
22071
21910
|
/**
|
|
22072
|
-
* Adds a new
|
|
22073
|
-
* @summary Creates a new
|
|
22074
|
-
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest
|
|
21911
|
+
* Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
|
|
21912
|
+
* @summary Creates a new Organization
|
|
21913
|
+
* @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
|
|
22075
21914
|
* @param {*} [options] Override http request option.
|
|
22076
21915
|
* @throws {RequiredError}
|
|
22077
21916
|
* @memberof OrganizationsApi
|
|
@@ -22080,10 +21919,10 @@ class OrganizationsApi extends base_1.BaseAPI {
|
|
|
22080
21919
|
return (0, exports.OrganizationsApiFp)(this.configuration).adminOrganizationsPost(dataTypesCreateOrganizationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
22081
21920
|
}
|
|
22082
21921
|
/**
|
|
22083
|
-
*
|
|
22084
|
-
* @summary Delete
|
|
22085
|
-
* @param {number} id
|
|
22086
|
-
* @param {boolean} status status
|
|
21922
|
+
* Updates the deletion status of an Organization by ID.
|
|
21923
|
+
* @summary Delete an Organization (soft delete / status update)
|
|
21924
|
+
* @param {number} id Organization ID
|
|
21925
|
+
* @param {boolean} status Delete status: true = delete, false = restore
|
|
22087
21926
|
* @param {*} [options] Override http request option.
|
|
22088
21927
|
* @throws {RequiredError}
|
|
22089
21928
|
* @memberof OrganizationsApi
|
|
@@ -24341,7 +24180,7 @@ const PluralsDeclensionsApiAxiosParamCreator = function (configuration) {
|
|
|
24341
24180
|
};
|
|
24342
24181
|
}),
|
|
24343
24182
|
/**
|
|
24344
|
-
* Bulk upload plural/declension groups from JSON array
|
|
24183
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
24345
24184
|
* @summary Bulk upload plural/declension groups
|
|
24346
24185
|
* @param {string} xStoreID X-Store ID
|
|
24347
24186
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -24467,7 +24306,7 @@ const PluralsDeclensionsApiAxiosParamCreator = function (configuration) {
|
|
|
24467
24306
|
};
|
|
24468
24307
|
}),
|
|
24469
24308
|
/**
|
|
24470
|
-
* Deletes a plural/declension group (soft delete)
|
|
24309
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
24471
24310
|
* @summary Delete plural/declension group
|
|
24472
24311
|
* @param {string} xStoreID X-Store ID
|
|
24473
24312
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -24613,7 +24452,7 @@ const PluralsDeclensionsApiAxiosParamCreator = function (configuration) {
|
|
|
24613
24452
|
};
|
|
24614
24453
|
}),
|
|
24615
24454
|
/**
|
|
24616
|
-
* Upload plural/declension groups from CSV file
|
|
24455
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
24617
24456
|
* @summary Upload plural/declension groups from CSV file
|
|
24618
24457
|
* @param {string} xStoreID X-Store ID
|
|
24619
24458
|
* @param {File} file CSV file to upload
|
|
@@ -24653,7 +24492,7 @@ const PluralsDeclensionsApiAxiosParamCreator = function (configuration) {
|
|
|
24653
24492
|
};
|
|
24654
24493
|
}),
|
|
24655
24494
|
/**
|
|
24656
|
-
* Upload plural/declension groups from JSON file
|
|
24495
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
24657
24496
|
* @summary Upload plural/declension groups from JSON file
|
|
24658
24497
|
* @param {string} xStoreID X-Store ID
|
|
24659
24498
|
* @param {File} file JSON file to upload
|
|
@@ -24754,7 +24593,7 @@ const PluralsDeclensionsApiFp = function (configuration) {
|
|
|
24754
24593
|
});
|
|
24755
24594
|
},
|
|
24756
24595
|
/**
|
|
24757
|
-
* Bulk upload plural/declension groups from JSON array
|
|
24596
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
24758
24597
|
* @summary Bulk upload plural/declension groups
|
|
24759
24598
|
* @param {string} xStoreID X-Store ID
|
|
24760
24599
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -24810,7 +24649,7 @@ const PluralsDeclensionsApiFp = function (configuration) {
|
|
|
24810
24649
|
});
|
|
24811
24650
|
},
|
|
24812
24651
|
/**
|
|
24813
|
-
* Deletes a plural/declension group (soft delete)
|
|
24652
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
24814
24653
|
* @summary Delete plural/declension group
|
|
24815
24654
|
* @param {string} xStoreID X-Store ID
|
|
24816
24655
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -24879,7 +24718,7 @@ const PluralsDeclensionsApiFp = function (configuration) {
|
|
|
24879
24718
|
});
|
|
24880
24719
|
},
|
|
24881
24720
|
/**
|
|
24882
|
-
* Upload plural/declension groups from CSV file
|
|
24721
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
24883
24722
|
* @summary Upload plural/declension groups from CSV file
|
|
24884
24723
|
* @param {string} xStoreID X-Store ID
|
|
24885
24724
|
* @param {File} file CSV file to upload
|
|
@@ -24896,7 +24735,7 @@ const PluralsDeclensionsApiFp = function (configuration) {
|
|
|
24896
24735
|
});
|
|
24897
24736
|
},
|
|
24898
24737
|
/**
|
|
24899
|
-
* Upload plural/declension groups from JSON file
|
|
24738
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
24900
24739
|
* @summary Upload plural/declension groups from JSON file
|
|
24901
24740
|
* @param {string} xStoreID X-Store ID
|
|
24902
24741
|
* @param {File} file JSON file to upload
|
|
@@ -24956,7 +24795,7 @@ const PluralsDeclensionsApiFactory = function (configuration, basePath, axios) {
|
|
|
24956
24795
|
return localVarFp.adminDefaultDeclensionsSearchGet(lang, category, search, page, limit, options).then((request) => request(axios, basePath));
|
|
24957
24796
|
},
|
|
24958
24797
|
/**
|
|
24959
|
-
* Bulk upload plural/declension groups from JSON array
|
|
24798
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
24960
24799
|
* @summary Bulk upload plural/declension groups
|
|
24961
24800
|
* @param {string} xStoreID X-Store ID
|
|
24962
24801
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -24994,7 +24833,7 @@ const PluralsDeclensionsApiFactory = function (configuration, basePath, axios) {
|
|
|
24994
24833
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsGet(xStoreID, language, type, q, page, limit, options).then((request) => request(axios, basePath));
|
|
24995
24834
|
},
|
|
24996
24835
|
/**
|
|
24997
|
-
* Deletes a plural/declension group (soft delete)
|
|
24836
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
24998
24837
|
* @summary Delete plural/declension group
|
|
24999
24838
|
* @param {string} xStoreID X-Store ID
|
|
25000
24839
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -25039,7 +24878,7 @@ const PluralsDeclensionsApiFactory = function (configuration, basePath, axios) {
|
|
|
25039
24878
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsPost(xStoreID, dataTypesCreatePluralDeclensionRequest, options).then((request) => request(axios, basePath));
|
|
25040
24879
|
},
|
|
25041
24880
|
/**
|
|
25042
|
-
* Upload plural/declension groups from CSV file
|
|
24881
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
25043
24882
|
* @summary Upload plural/declension groups from CSV file
|
|
25044
24883
|
* @param {string} xStoreID X-Store ID
|
|
25045
24884
|
* @param {File} file CSV file to upload
|
|
@@ -25050,7 +24889,7 @@ const PluralsDeclensionsApiFactory = function (configuration, basePath, axios) {
|
|
|
25050
24889
|
return localVarFp.adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID, file, options).then((request) => request(axios, basePath));
|
|
25051
24890
|
},
|
|
25052
24891
|
/**
|
|
25053
|
-
* Upload plural/declension groups from JSON file
|
|
24892
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
25054
24893
|
* @summary Upload plural/declension groups from JSON file
|
|
25055
24894
|
* @param {string} xStoreID X-Store ID
|
|
25056
24895
|
* @param {File} file JSON file to upload
|
|
@@ -25107,7 +24946,7 @@ class PluralsDeclensionsApi extends base_1.BaseAPI {
|
|
|
25107
24946
|
return (0, exports.PluralsDeclensionsApiFp)(this.configuration).adminDefaultDeclensionsSearchGet(lang, category, search, page, limit, options).then((request) => request(this.axios, this.basePath));
|
|
25108
24947
|
}
|
|
25109
24948
|
/**
|
|
25110
|
-
* Bulk upload plural/declension groups from JSON array
|
|
24949
|
+
* Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
|
|
25111
24950
|
* @summary Bulk upload plural/declension groups
|
|
25112
24951
|
* @param {string} xStoreID X-Store ID
|
|
25113
24952
|
* @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
|
|
@@ -25148,7 +24987,7 @@ class PluralsDeclensionsApi extends base_1.BaseAPI {
|
|
|
25148
24987
|
return (0, exports.PluralsDeclensionsApiFp)(this.configuration).adminStoresXStoreIDPluralsDeclensionsGet(xStoreID, language, type, q, page, limit, options).then((request) => request(this.axios, this.basePath));
|
|
25149
24988
|
}
|
|
25150
24989
|
/**
|
|
25151
|
-
* Deletes a plural/declension group (soft delete)
|
|
24990
|
+
* Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
|
|
25152
24991
|
* @summary Delete plural/declension group
|
|
25153
24992
|
* @param {string} xStoreID X-Store ID
|
|
25154
24993
|
* @param {number} pluralDeclensionID Plural Declension ID
|
|
@@ -25197,7 +25036,7 @@ class PluralsDeclensionsApi extends base_1.BaseAPI {
|
|
|
25197
25036
|
return (0, exports.PluralsDeclensionsApiFp)(this.configuration).adminStoresXStoreIDPluralsDeclensionsPost(xStoreID, dataTypesCreatePluralDeclensionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
25198
25037
|
}
|
|
25199
25038
|
/**
|
|
25200
|
-
* Upload plural/declension groups from CSV file
|
|
25039
|
+
* Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
|
|
25201
25040
|
* @summary Upload plural/declension groups from CSV file
|
|
25202
25041
|
* @param {string} xStoreID X-Store ID
|
|
25203
25042
|
* @param {File} file CSV file to upload
|
|
@@ -25209,7 +25048,7 @@ class PluralsDeclensionsApi extends base_1.BaseAPI {
|
|
|
25209
25048
|
return (0, exports.PluralsDeclensionsApiFp)(this.configuration).adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID, file, options).then((request) => request(this.axios, this.basePath));
|
|
25210
25049
|
}
|
|
25211
25050
|
/**
|
|
25212
|
-
* Upload plural/declension groups from JSON file
|
|
25051
|
+
* Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
|
|
25213
25052
|
* @summary Upload plural/declension groups from JSON file
|
|
25214
25053
|
* @param {string} xStoreID X-Store ID
|
|
25215
25054
|
* @param {File} file JSON file to upload
|
|
@@ -25555,7 +25394,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
25555
25394
|
};
|
|
25556
25395
|
}),
|
|
25557
25396
|
/**
|
|
25558
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
25397
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
25559
25398
|
* @summary Apply Suggestion Filters
|
|
25560
25399
|
* @param {string} xStoreID Store ID
|
|
25561
25400
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -25626,7 +25465,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
25626
25465
|
};
|
|
25627
25466
|
}),
|
|
25628
25467
|
/**
|
|
25629
|
-
* Update an existing banned expression
|
|
25468
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
25630
25469
|
* @summary Update Banned Expression
|
|
25631
25470
|
* @param {string} xStoreID Store ID
|
|
25632
25471
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -25697,10 +25536,10 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
25697
25536
|
};
|
|
25698
25537
|
}),
|
|
25699
25538
|
/**
|
|
25700
|
-
* Create a new banned expression with specified matching type
|
|
25539
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
25701
25540
|
* @summary Create Banned Expression
|
|
25702
25541
|
* @param {string} xStoreID Store ID
|
|
25703
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
25542
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
25704
25543
|
* @param {*} [options] Override http request option.
|
|
25705
25544
|
* @throws {RequiredError}
|
|
25706
25545
|
*/
|
|
@@ -26000,7 +25839,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26000
25839
|
};
|
|
26001
25840
|
}),
|
|
26002
25841
|
/**
|
|
26003
|
-
* Import query suggestions from JSON data
|
|
25842
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
26004
25843
|
* @summary Import Query Suggestions
|
|
26005
25844
|
* @param {string} xStoreID Store ID
|
|
26006
25845
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -26036,7 +25875,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26036
25875
|
};
|
|
26037
25876
|
}),
|
|
26038
25877
|
/**
|
|
26039
|
-
*
|
|
25878
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
26040
25879
|
* @summary Delete Manual Query Suggestions
|
|
26041
25880
|
* @param {string} xStoreID Store ID
|
|
26042
25881
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -26072,7 +25911,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26072
25911
|
};
|
|
26073
25912
|
}),
|
|
26074
25913
|
/**
|
|
26075
|
-
* Add a manually created query suggestion for a store
|
|
25914
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
26076
25915
|
* @summary Add Manual Query Suggestion
|
|
26077
25916
|
* @param {string} xStoreID Store ID
|
|
26078
25917
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -26108,7 +25947,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26108
25947
|
};
|
|
26109
25948
|
}),
|
|
26110
25949
|
/**
|
|
26111
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
25950
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
26112
25951
|
* @summary Migrate Existing Analytics Data
|
|
26113
25952
|
* @param {string} xStoreID Store ID
|
|
26114
25953
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -26147,7 +25986,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26147
25986
|
};
|
|
26148
25987
|
}),
|
|
26149
25988
|
/**
|
|
26150
|
-
*
|
|
25989
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
26151
25990
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
26152
25991
|
* @param {string} xStoreID Store ID
|
|
26153
25992
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -26182,7 +26021,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26182
26021
|
};
|
|
26183
26022
|
}),
|
|
26184
26023
|
/**
|
|
26185
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
26024
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
26186
26025
|
* @summary Promote Cached Suggestions to Management Table
|
|
26187
26026
|
* @param {string} xStoreID Store ID
|
|
26188
26027
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -26218,7 +26057,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26218
26057
|
};
|
|
26219
26058
|
}),
|
|
26220
26059
|
/**
|
|
26221
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
26060
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
26222
26061
|
* @summary Refresh Auto-Generated Suggestions
|
|
26223
26062
|
* @param {string} xStoreID Store ID
|
|
26224
26063
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -26319,7 +26158,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26319
26158
|
};
|
|
26320
26159
|
}),
|
|
26321
26160
|
/**
|
|
26322
|
-
* Delete a single query suggestion by its ID
|
|
26161
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
26323
26162
|
* @summary Delete Query Suggestion by ID
|
|
26324
26163
|
* @param {string} xStoreID Store ID
|
|
26325
26164
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -26389,11 +26228,11 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26389
26228
|
};
|
|
26390
26229
|
}),
|
|
26391
26230
|
/**
|
|
26392
|
-
*
|
|
26231
|
+
*
|
|
26393
26232
|
* @summary Update Query Suggestion by ID
|
|
26394
26233
|
* @param {string} xStoreID Store ID
|
|
26395
26234
|
* @param {string} suggestionID Suggestion ID
|
|
26396
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
26235
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
26397
26236
|
* @param {*} [options] Override http request option.
|
|
26398
26237
|
* @throws {RequiredError}
|
|
26399
26238
|
*/
|
|
@@ -26470,7 +26309,7 @@ const QuerySuggestionsManagementApiAxiosParamCreator = function (configuration)
|
|
|
26470
26309
|
};
|
|
26471
26310
|
}),
|
|
26472
26311
|
/**
|
|
26473
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
26312
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
26474
26313
|
* @summary Sync Suggestions to Typesense
|
|
26475
26314
|
* @param {string} xStoreID Store ID
|
|
26476
26315
|
* @param {*} [options] Override http request option.
|
|
@@ -26638,7 +26477,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26638
26477
|
});
|
|
26639
26478
|
},
|
|
26640
26479
|
/**
|
|
26641
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
26480
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
26642
26481
|
* @summary Apply Suggestion Filters
|
|
26643
26482
|
* @param {string} xStoreID Store ID
|
|
26644
26483
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -26672,7 +26511,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26672
26511
|
});
|
|
26673
26512
|
},
|
|
26674
26513
|
/**
|
|
26675
|
-
* Update an existing banned expression
|
|
26514
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
26676
26515
|
* @summary Update Banned Expression
|
|
26677
26516
|
* @param {string} xStoreID Store ID
|
|
26678
26517
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -26706,10 +26545,10 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26706
26545
|
});
|
|
26707
26546
|
},
|
|
26708
26547
|
/**
|
|
26709
|
-
* Create a new banned expression with specified matching type
|
|
26548
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
26710
26549
|
* @summary Create Banned Expression
|
|
26711
26550
|
* @param {string} xStoreID Store ID
|
|
26712
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
26551
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
26713
26552
|
* @param {*} [options] Override http request option.
|
|
26714
26553
|
* @throws {RequiredError}
|
|
26715
26554
|
*/
|
|
@@ -26847,7 +26686,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26847
26686
|
});
|
|
26848
26687
|
},
|
|
26849
26688
|
/**
|
|
26850
|
-
* Import query suggestions from JSON data
|
|
26689
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
26851
26690
|
* @summary Import Query Suggestions
|
|
26852
26691
|
* @param {string} xStoreID Store ID
|
|
26853
26692
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -26864,7 +26703,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26864
26703
|
});
|
|
26865
26704
|
},
|
|
26866
26705
|
/**
|
|
26867
|
-
*
|
|
26706
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
26868
26707
|
* @summary Delete Manual Query Suggestions
|
|
26869
26708
|
* @param {string} xStoreID Store ID
|
|
26870
26709
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -26881,7 +26720,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26881
26720
|
});
|
|
26882
26721
|
},
|
|
26883
26722
|
/**
|
|
26884
|
-
* Add a manually created query suggestion for a store
|
|
26723
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
26885
26724
|
* @summary Add Manual Query Suggestion
|
|
26886
26725
|
* @param {string} xStoreID Store ID
|
|
26887
26726
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -26898,7 +26737,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26898
26737
|
});
|
|
26899
26738
|
},
|
|
26900
26739
|
/**
|
|
26901
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
26740
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
26902
26741
|
* @summary Migrate Existing Analytics Data
|
|
26903
26742
|
* @param {string} xStoreID Store ID
|
|
26904
26743
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -26916,7 +26755,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26916
26755
|
});
|
|
26917
26756
|
},
|
|
26918
26757
|
/**
|
|
26919
|
-
*
|
|
26758
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
26920
26759
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
26921
26760
|
* @param {string} xStoreID Store ID
|
|
26922
26761
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -26933,7 +26772,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26933
26772
|
});
|
|
26934
26773
|
},
|
|
26935
26774
|
/**
|
|
26936
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
26775
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
26937
26776
|
* @summary Promote Cached Suggestions to Management Table
|
|
26938
26777
|
* @param {string} xStoreID Store ID
|
|
26939
26778
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -26950,7 +26789,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
26950
26789
|
});
|
|
26951
26790
|
},
|
|
26952
26791
|
/**
|
|
26953
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
26792
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
26954
26793
|
* @summary Refresh Auto-Generated Suggestions
|
|
26955
26794
|
* @param {string} xStoreID Store ID
|
|
26956
26795
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -27000,7 +26839,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
27000
26839
|
});
|
|
27001
26840
|
},
|
|
27002
26841
|
/**
|
|
27003
|
-
* Delete a single query suggestion by its ID
|
|
26842
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
27004
26843
|
* @summary Delete Query Suggestion by ID
|
|
27005
26844
|
* @param {string} xStoreID Store ID
|
|
27006
26845
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -27034,11 +26873,11 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
27034
26873
|
});
|
|
27035
26874
|
},
|
|
27036
26875
|
/**
|
|
27037
|
-
*
|
|
26876
|
+
*
|
|
27038
26877
|
* @summary Update Query Suggestion by ID
|
|
27039
26878
|
* @param {string} xStoreID Store ID
|
|
27040
26879
|
* @param {string} suggestionID Suggestion ID
|
|
27041
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
26880
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
27042
26881
|
* @param {*} [options] Override http request option.
|
|
27043
26882
|
* @throws {RequiredError}
|
|
27044
26883
|
*/
|
|
@@ -27070,7 +26909,7 @@ const QuerySuggestionsManagementApiFp = function (configuration) {
|
|
|
27070
26909
|
});
|
|
27071
26910
|
},
|
|
27072
26911
|
/**
|
|
27073
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
26912
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
27074
26913
|
* @summary Sync Suggestions to Typesense
|
|
27075
26914
|
* @param {string} xStoreID Store ID
|
|
27076
26915
|
* @param {*} [options] Override http request option.
|
|
@@ -27159,7 +26998,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27159
26998
|
return localVarFp.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
27160
26999
|
},
|
|
27161
27000
|
/**
|
|
27162
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
27001
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
27163
27002
|
* @summary Apply Suggestion Filters
|
|
27164
27003
|
* @param {string} xStoreID Store ID
|
|
27165
27004
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -27181,7 +27020,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27181
27020
|
return localVarFp.adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID, expressionID, options).then((request) => request(axios, basePath));
|
|
27182
27021
|
},
|
|
27183
27022
|
/**
|
|
27184
|
-
* Update an existing banned expression
|
|
27023
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
27185
27024
|
* @summary Update Banned Expression
|
|
27186
27025
|
* @param {string} xStoreID Store ID
|
|
27187
27026
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -27203,10 +27042,10 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27203
27042
|
return localVarFp.adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
27204
27043
|
},
|
|
27205
27044
|
/**
|
|
27206
|
-
* Create a new banned expression with specified matching type
|
|
27045
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
27207
27046
|
* @summary Create Banned Expression
|
|
27208
27047
|
* @param {string} xStoreID Store ID
|
|
27209
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
27048
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
27210
27049
|
* @param {*} [options] Override http request option.
|
|
27211
27050
|
* @throws {RequiredError}
|
|
27212
27051
|
*/
|
|
@@ -27296,7 +27135,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27296
27135
|
return localVarFp.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
|
|
27297
27136
|
},
|
|
27298
27137
|
/**
|
|
27299
|
-
* Import query suggestions from JSON data
|
|
27138
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
27300
27139
|
* @summary Import Query Suggestions
|
|
27301
27140
|
* @param {string} xStoreID Store ID
|
|
27302
27141
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -27307,7 +27146,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27307
27146
|
return localVarFp.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, querySuggestionsServiceImportQuerySuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
27308
27147
|
},
|
|
27309
27148
|
/**
|
|
27310
|
-
*
|
|
27149
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
27311
27150
|
* @summary Delete Manual Query Suggestions
|
|
27312
27151
|
* @param {string} xStoreID Store ID
|
|
27313
27152
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -27318,7 +27157,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27318
27157
|
return localVarFp.adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID, querySuggestionsServiceDeleteManualSuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
27319
27158
|
},
|
|
27320
27159
|
/**
|
|
27321
|
-
* Add a manually created query suggestion for a store
|
|
27160
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
27322
27161
|
* @summary Add Manual Query Suggestion
|
|
27323
27162
|
* @param {string} xStoreID Store ID
|
|
27324
27163
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -27329,7 +27168,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27329
27168
|
return localVarFp.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, querySuggestionsServiceManualQuerySuggestionRequest, options).then((request) => request(axios, basePath));
|
|
27330
27169
|
},
|
|
27331
27170
|
/**
|
|
27332
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
27171
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
27333
27172
|
* @summary Migrate Existing Analytics Data
|
|
27334
27173
|
* @param {string} xStoreID Store ID
|
|
27335
27174
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -27341,7 +27180,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27341
27180
|
return localVarFp.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
|
|
27342
27181
|
},
|
|
27343
27182
|
/**
|
|
27344
|
-
*
|
|
27183
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
27345
27184
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
27346
27185
|
* @param {string} xStoreID Store ID
|
|
27347
27186
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -27352,7 +27191,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27352
27191
|
return localVarFp.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
|
|
27353
27192
|
},
|
|
27354
27193
|
/**
|
|
27355
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
27194
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
27356
27195
|
* @summary Promote Cached Suggestions to Management Table
|
|
27357
27196
|
* @param {string} xStoreID Store ID
|
|
27358
27197
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -27363,7 +27202,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27363
27202
|
return localVarFp.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, querySuggestionsServicePromoteSuggestionsRequest, options).then((request) => request(axios, basePath));
|
|
27364
27203
|
},
|
|
27365
27204
|
/**
|
|
27366
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
27205
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
27367
27206
|
* @summary Refresh Auto-Generated Suggestions
|
|
27368
27207
|
* @param {string} xStoreID Store ID
|
|
27369
27208
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -27395,7 +27234,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27395
27234
|
return localVarFp.adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
27396
27235
|
},
|
|
27397
27236
|
/**
|
|
27398
|
-
* Delete a single query suggestion by its ID
|
|
27237
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
27399
27238
|
* @summary Delete Query Suggestion by ID
|
|
27400
27239
|
* @param {string} xStoreID Store ID
|
|
27401
27240
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -27417,11 +27256,11 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27417
27256
|
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID, suggestionID, options).then((request) => request(axios, basePath));
|
|
27418
27257
|
},
|
|
27419
27258
|
/**
|
|
27420
|
-
*
|
|
27259
|
+
*
|
|
27421
27260
|
* @summary Update Query Suggestion by ID
|
|
27422
27261
|
* @param {string} xStoreID Store ID
|
|
27423
27262
|
* @param {string} suggestionID Suggestion ID
|
|
27424
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
27263
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
27425
27264
|
* @param {*} [options] Override http request option.
|
|
27426
27265
|
* @throws {RequiredError}
|
|
27427
27266
|
*/
|
|
@@ -27441,7 +27280,7 @@ const QuerySuggestionsManagementApiFactory = function (configuration, basePath,
|
|
|
27441
27280
|
return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
|
|
27442
27281
|
},
|
|
27443
27282
|
/**
|
|
27444
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
27283
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
27445
27284
|
* @summary Sync Suggestions to Typesense
|
|
27446
27285
|
* @param {string} xStoreID Store ID
|
|
27447
27286
|
* @param {*} [options] Override http request option.
|
|
@@ -27507,7 +27346,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27507
27346
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
27508
27347
|
}
|
|
27509
27348
|
/**
|
|
27510
|
-
* Apply filters to remove duplicate or unhelpful suggestions based on configuration
|
|
27349
|
+
* Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
|
|
27511
27350
|
* @summary Apply Suggestion Filters
|
|
27512
27351
|
* @param {string} xStoreID Store ID
|
|
27513
27352
|
* @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
|
|
@@ -27531,7 +27370,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27531
27370
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID, expressionID, options).then((request) => request(this.axios, this.basePath));
|
|
27532
27371
|
}
|
|
27533
27372
|
/**
|
|
27534
|
-
* Update an existing banned expression
|
|
27373
|
+
* Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
|
|
27535
27374
|
* @summary Update Banned Expression
|
|
27536
27375
|
* @param {string} xStoreID Store ID
|
|
27537
27376
|
* @param {string} expressionID Banned Expression ID
|
|
@@ -27555,10 +27394,10 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27555
27394
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
27556
27395
|
}
|
|
27557
27396
|
/**
|
|
27558
|
-
* Create a new banned expression with specified matching type
|
|
27397
|
+
* Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
|
|
27559
27398
|
* @summary Create Banned Expression
|
|
27560
27399
|
* @param {string} xStoreID Store ID
|
|
27561
|
-
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
|
|
27400
|
+
* @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
|
|
27562
27401
|
* @param {*} [options] Override http request option.
|
|
27563
27402
|
* @throws {RequiredError}
|
|
27564
27403
|
* @memberof QuerySuggestionsManagementApi
|
|
@@ -27656,7 +27495,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27656
27495
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
27657
27496
|
}
|
|
27658
27497
|
/**
|
|
27659
|
-
* Import query suggestions from JSON data
|
|
27498
|
+
* Import query suggestions from JSON data (Activity Logged)
|
|
27660
27499
|
* @summary Import Query Suggestions
|
|
27661
27500
|
* @param {string} xStoreID Store ID
|
|
27662
27501
|
* @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
|
|
@@ -27668,7 +27507,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27668
27507
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, querySuggestionsServiceImportQuerySuggestionsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
27669
27508
|
}
|
|
27670
27509
|
/**
|
|
27671
|
-
*
|
|
27510
|
+
* Deletes manually added query suggestions for a store and records Activity Logs.
|
|
27672
27511
|
* @summary Delete Manual Query Suggestions
|
|
27673
27512
|
* @param {string} xStoreID Store ID
|
|
27674
27513
|
* @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
|
|
@@ -27680,7 +27519,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27680
27519
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID, querySuggestionsServiceDeleteManualSuggestionsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
27681
27520
|
}
|
|
27682
27521
|
/**
|
|
27683
|
-
* Add a manually created query suggestion for a store
|
|
27522
|
+
* Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
|
|
27684
27523
|
* @summary Add Manual Query Suggestion
|
|
27685
27524
|
* @param {string} xStoreID Store ID
|
|
27686
27525
|
* @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
|
|
@@ -27692,7 +27531,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27692
27531
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, querySuggestionsServiceManualQuerySuggestionRequest, options).then((request) => request(this.axios, this.basePath));
|
|
27693
27532
|
}
|
|
27694
27533
|
/**
|
|
27695
|
-
* Migrate existing search analytics data to the new query suggestions management system
|
|
27534
|
+
* Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
|
|
27696
27535
|
* @summary Migrate Existing Analytics Data
|
|
27697
27536
|
* @param {string} xStoreID Store ID
|
|
27698
27537
|
* @param {number} [daysBack] Number of days back to migrate data
|
|
@@ -27705,7 +27544,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27705
27544
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
27706
27545
|
}
|
|
27707
27546
|
/**
|
|
27708
|
-
*
|
|
27547
|
+
* Promote all auto-generated cached suggestions to the management table (Activity Logged)
|
|
27709
27548
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
27710
27549
|
* @param {string} xStoreID Store ID
|
|
27711
27550
|
* @param {number} [minPopularity] Minimum popularity threshold (default: 5)
|
|
@@ -27717,7 +27556,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27717
27556
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(this.axios, this.basePath));
|
|
27718
27557
|
}
|
|
27719
27558
|
/**
|
|
27720
|
-
* Move selected auto-generated suggestions from cache to the management table
|
|
27559
|
+
* Move selected auto-generated suggestions from cache to the management table (Activity Logged)
|
|
27721
27560
|
* @summary Promote Cached Suggestions to Management Table
|
|
27722
27561
|
* @param {string} xStoreID Store ID
|
|
27723
27562
|
* @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
|
|
@@ -27729,7 +27568,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27729
27568
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, querySuggestionsServicePromoteSuggestionsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
27730
27569
|
}
|
|
27731
27570
|
/**
|
|
27732
|
-
* Refresh auto-generated suggestions from search analytics data
|
|
27571
|
+
* Refresh auto-generated suggestions from search analytics data (Activity Logged)
|
|
27733
27572
|
* @summary Refresh Auto-Generated Suggestions
|
|
27734
27573
|
* @param {string} xStoreID Store ID
|
|
27735
27574
|
* @param {number} [minPopularity] Minimum popularity threshold
|
|
@@ -27764,7 +27603,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27764
27603
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
27765
27604
|
}
|
|
27766
27605
|
/**
|
|
27767
|
-
* Delete a single query suggestion by its ID
|
|
27606
|
+
* Delete a single query suggestion by its ID and record an Activity Log.
|
|
27768
27607
|
* @summary Delete Query Suggestion by ID
|
|
27769
27608
|
* @param {string} xStoreID Store ID
|
|
27770
27609
|
* @param {string} suggestionID Suggestion ID
|
|
@@ -27788,11 +27627,11 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27788
27627
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID, suggestionID, options).then((request) => request(this.axios, this.basePath));
|
|
27789
27628
|
}
|
|
27790
27629
|
/**
|
|
27791
|
-
*
|
|
27630
|
+
*
|
|
27792
27631
|
* @summary Update Query Suggestion by ID
|
|
27793
27632
|
* @param {string} xStoreID Store ID
|
|
27794
27633
|
* @param {string} suggestionID Suggestion ID
|
|
27795
|
-
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update
|
|
27634
|
+
* @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
|
|
27796
27635
|
* @param {*} [options] Override http request option.
|
|
27797
27636
|
* @throws {RequiredError}
|
|
27798
27637
|
* @memberof QuerySuggestionsManagementApi
|
|
@@ -27814,7 +27653,7 @@ class QuerySuggestionsManagementApi extends base_1.BaseAPI {
|
|
|
27814
27653
|
return (0, exports.QuerySuggestionsManagementApiFp)(this.configuration).adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(this.axios, this.basePath));
|
|
27815
27654
|
}
|
|
27816
27655
|
/**
|
|
27817
|
-
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
27656
|
+
* Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
|
|
27818
27657
|
* @summary Sync Suggestions to Typesense
|
|
27819
27658
|
* @param {string} xStoreID Store ID
|
|
27820
27659
|
* @param {*} [options] Override http request option.
|
|
@@ -31214,7 +31053,7 @@ const StopwordsApiAxiosParamCreator = function (configuration) {
|
|
|
31214
31053
|
};
|
|
31215
31054
|
}),
|
|
31216
31055
|
/**
|
|
31217
|
-
* Removes store-specific words from a language word list
|
|
31056
|
+
* 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)\" ]` ---
|
|
31218
31057
|
* @summary Remove words from language word list
|
|
31219
31058
|
* @param {string} xStoreID X-Store ID
|
|
31220
31059
|
* @param {number} wordListID Word List ID
|
|
@@ -31254,7 +31093,7 @@ const StopwordsApiAxiosParamCreator = function (configuration) {
|
|
|
31254
31093
|
};
|
|
31255
31094
|
}),
|
|
31256
31095
|
/**
|
|
31257
|
-
* Adds words
|
|
31096
|
+
* 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.
|
|
31258
31097
|
* @summary Add words to language word list
|
|
31259
31098
|
* @param {string} xStoreID X-Store ID
|
|
31260
31099
|
* @param {number} wordListID Word List ID
|
|
@@ -31380,7 +31219,7 @@ const StopwordsApiFp = function (configuration) {
|
|
|
31380
31219
|
});
|
|
31381
31220
|
},
|
|
31382
31221
|
/**
|
|
31383
|
-
* Removes store-specific words from a language word list
|
|
31222
|
+
* 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)\" ]` ---
|
|
31384
31223
|
* @summary Remove words from language word list
|
|
31385
31224
|
* @param {string} xStoreID X-Store ID
|
|
31386
31225
|
* @param {number} wordListID Word List ID
|
|
@@ -31398,7 +31237,7 @@ const StopwordsApiFp = function (configuration) {
|
|
|
31398
31237
|
});
|
|
31399
31238
|
},
|
|
31400
31239
|
/**
|
|
31401
|
-
* Adds words
|
|
31240
|
+
* 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.
|
|
31402
31241
|
* @summary Add words to language word list
|
|
31403
31242
|
* @param {string} xStoreID X-Store ID
|
|
31404
31243
|
* @param {number} wordListID Word List ID
|
|
@@ -31478,7 +31317,7 @@ const StopwordsApiFactory = function (configuration, basePath, axios) {
|
|
|
31478
31317
|
return localVarFp.adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID, lang, type, q, page, limit, options).then((request) => request(axios, basePath));
|
|
31479
31318
|
},
|
|
31480
31319
|
/**
|
|
31481
|
-
* Removes store-specific words from a language word list
|
|
31320
|
+
* 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)\" ]` ---
|
|
31482
31321
|
* @summary Remove words from language word list
|
|
31483
31322
|
* @param {string} xStoreID X-Store ID
|
|
31484
31323
|
* @param {number} wordListID Word List ID
|
|
@@ -31490,7 +31329,7 @@ const StopwordsApiFactory = function (configuration, basePath, axios) {
|
|
|
31490
31329
|
return localVarFp.adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID, wordListID, dataTypesRemoveWordsFromLanguageListRequest, options).then((request) => request(axios, basePath));
|
|
31491
31330
|
},
|
|
31492
31331
|
/**
|
|
31493
|
-
* Adds words
|
|
31332
|
+
* 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.
|
|
31494
31333
|
* @summary Add words to language word list
|
|
31495
31334
|
* @param {string} xStoreID X-Store ID
|
|
31496
31335
|
* @param {number} wordListID Word List ID
|
|
@@ -31568,7 +31407,7 @@ class StopwordsApi extends base_1.BaseAPI {
|
|
|
31568
31407
|
return (0, exports.StopwordsApiFp)(this.configuration).adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID, lang, type, q, page, limit, options).then((request) => request(this.axios, this.basePath));
|
|
31569
31408
|
}
|
|
31570
31409
|
/**
|
|
31571
|
-
* Removes store-specific words from a language word list
|
|
31410
|
+
* 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)\" ]` ---
|
|
31572
31411
|
* @summary Remove words from language word list
|
|
31573
31412
|
* @param {string} xStoreID X-Store ID
|
|
31574
31413
|
* @param {number} wordListID Word List ID
|
|
@@ -31581,7 +31420,7 @@ class StopwordsApi extends base_1.BaseAPI {
|
|
|
31581
31420
|
return (0, exports.StopwordsApiFp)(this.configuration).adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID, wordListID, dataTypesRemoveWordsFromLanguageListRequest, options).then((request) => request(this.axios, this.basePath));
|
|
31582
31421
|
}
|
|
31583
31422
|
/**
|
|
31584
|
-
* Adds words
|
|
31423
|
+
* 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.
|
|
31585
31424
|
* @summary Add words to language word list
|
|
31586
31425
|
* @param {string} xStoreID X-Store ID
|
|
31587
31426
|
* @param {number} wordListID Word List ID
|
|
@@ -32196,7 +32035,7 @@ exports.StoreCreationApi = StoreCreationApi;
|
|
|
32196
32035
|
const StoreDocumentsApiAxiosParamCreator = function (configuration) {
|
|
32197
32036
|
return {
|
|
32198
32037
|
/**
|
|
32199
|
-
*
|
|
32038
|
+
*
|
|
32200
32039
|
* @summary Bulk document operations
|
|
32201
32040
|
* @param {string} xStoreID X-Store ID
|
|
32202
32041
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -32302,7 +32141,7 @@ const StoreDocumentsApiAxiosParamCreator = function (configuration) {
|
|
|
32302
32141
|
};
|
|
32303
32142
|
}),
|
|
32304
32143
|
/**
|
|
32305
|
-
*
|
|
32144
|
+
*
|
|
32306
32145
|
* @summary Update document
|
|
32307
32146
|
* @param {string} xStoreID X-Store ID
|
|
32308
32147
|
* @param {string} documentID Document ID
|
|
@@ -32439,7 +32278,7 @@ const StoreDocumentsApiFp = function (configuration) {
|
|
|
32439
32278
|
const localVarAxiosParamCreator = (0, exports.StoreDocumentsApiAxiosParamCreator)(configuration);
|
|
32440
32279
|
return {
|
|
32441
32280
|
/**
|
|
32442
|
-
*
|
|
32281
|
+
*
|
|
32443
32282
|
* @summary Bulk document operations
|
|
32444
32283
|
* @param {string} xStoreID X-Store ID
|
|
32445
32284
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -32490,7 +32329,7 @@ const StoreDocumentsApiFp = function (configuration) {
|
|
|
32490
32329
|
});
|
|
32491
32330
|
},
|
|
32492
32331
|
/**
|
|
32493
|
-
*
|
|
32332
|
+
*
|
|
32494
32333
|
* @summary Update document
|
|
32495
32334
|
* @param {string} xStoreID X-Store ID
|
|
32496
32335
|
* @param {string} documentID Document ID
|
|
@@ -32556,7 +32395,7 @@ const StoreDocumentsApiFactory = function (configuration, basePath, axios) {
|
|
|
32556
32395
|
const localVarFp = (0, exports.StoreDocumentsApiFp)(configuration);
|
|
32557
32396
|
return {
|
|
32558
32397
|
/**
|
|
32559
|
-
*
|
|
32398
|
+
*
|
|
32560
32399
|
* @summary Bulk document operations
|
|
32561
32400
|
* @param {string} xStoreID X-Store ID
|
|
32562
32401
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -32589,7 +32428,7 @@ const StoreDocumentsApiFactory = function (configuration, basePath, axios) {
|
|
|
32589
32428
|
return localVarFp.adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID, documentID, options).then((request) => request(axios, basePath));
|
|
32590
32429
|
},
|
|
32591
32430
|
/**
|
|
32592
|
-
*
|
|
32431
|
+
*
|
|
32593
32432
|
* @summary Update document
|
|
32594
32433
|
* @param {string} xStoreID X-Store ID
|
|
32595
32434
|
* @param {string} documentID Document ID
|
|
@@ -32637,7 +32476,7 @@ exports.StoreDocumentsApiFactory = StoreDocumentsApiFactory;
|
|
|
32637
32476
|
*/
|
|
32638
32477
|
class StoreDocumentsApi extends base_1.BaseAPI {
|
|
32639
32478
|
/**
|
|
32640
|
-
*
|
|
32479
|
+
*
|
|
32641
32480
|
* @summary Bulk document operations
|
|
32642
32481
|
* @param {string} xStoreID X-Store ID
|
|
32643
32482
|
* @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
|
|
@@ -32673,7 +32512,7 @@ class StoreDocumentsApi extends base_1.BaseAPI {
|
|
|
32673
32512
|
return (0, exports.StoreDocumentsApiFp)(this.configuration).adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID, documentID, options).then((request) => request(this.axios, this.basePath));
|
|
32674
32513
|
}
|
|
32675
32514
|
/**
|
|
32676
|
-
*
|
|
32515
|
+
*
|
|
32677
32516
|
* @summary Update document
|
|
32678
32517
|
* @param {string} xStoreID X-Store ID
|
|
32679
32518
|
* @param {string} documentID Document ID
|
|
@@ -32848,10 +32687,10 @@ const StoresApiAxiosParamCreator = function (configuration) {
|
|
|
32848
32687
|
};
|
|
32849
32688
|
}),
|
|
32850
32689
|
/**
|
|
32851
|
-
* Updates
|
|
32852
|
-
* @summary Update
|
|
32690
|
+
* Updates the active/inactive status of a store by its ID.
|
|
32691
|
+
* @summary Update Store Status
|
|
32853
32692
|
* @param {number} id Store ID
|
|
32854
|
-
* @param {boolean} status
|
|
32693
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
32855
32694
|
* @param {*} [options] Override http request option.
|
|
32856
32695
|
* @throws {RequiredError}
|
|
32857
32696
|
*/
|
|
@@ -33088,10 +32927,10 @@ const StoresApiAxiosParamCreator = function (configuration) {
|
|
|
33088
32927
|
};
|
|
33089
32928
|
}),
|
|
33090
32929
|
/**
|
|
33091
|
-
*
|
|
32930
|
+
*
|
|
33092
32931
|
* @summary Update Store Config (Partial)
|
|
33093
32932
|
* @param {string} xStoreID X-Store ID
|
|
33094
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
32933
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
33095
32934
|
* @param {*} [options] Override http request option.
|
|
33096
32935
|
* @throws {RequiredError}
|
|
33097
32936
|
*/
|
|
@@ -33331,24 +33170,24 @@ const StoresApiAxiosParamCreator = function (configuration) {
|
|
|
33331
33170
|
};
|
|
33332
33171
|
}),
|
|
33333
33172
|
/**
|
|
33334
|
-
*
|
|
33173
|
+
*
|
|
33335
33174
|
* @summary Regenerate X-Store Secret
|
|
33336
|
-
* @param {string}
|
|
33175
|
+
* @param {string} xstoreid Current X-Store ID
|
|
33337
33176
|
* @param {*} [options] Override http request option.
|
|
33338
33177
|
* @throws {RequiredError}
|
|
33339
33178
|
*/
|
|
33340
|
-
|
|
33341
|
-
// verify required parameter '
|
|
33342
|
-
(0, common_1.assertParamExists)('
|
|
33343
|
-
const localVarPath = `/{
|
|
33344
|
-
.replace(`{${"
|
|
33179
|
+
xstoreidRegenerateUidPut: (xstoreid_1, ...args_1) => __awaiter(this, [xstoreid_1, ...args_1], void 0, function* (xstoreid, options = {}) {
|
|
33180
|
+
// verify required parameter 'xstoreid' is not null or undefined
|
|
33181
|
+
(0, common_1.assertParamExists)('xstoreidRegenerateUidPut', 'xstoreid', xstoreid);
|
|
33182
|
+
const localVarPath = `/{xstoreid}/regenerate-uid`
|
|
33183
|
+
.replace(`{${"xstoreid"}}`, encodeURIComponent(String(xstoreid)));
|
|
33345
33184
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
33346
33185
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
33347
33186
|
let baseOptions;
|
|
33348
33187
|
if (configuration) {
|
|
33349
33188
|
baseOptions = configuration.baseOptions;
|
|
33350
33189
|
}
|
|
33351
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
33190
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
33352
33191
|
const localVarHeaderParameter = {};
|
|
33353
33192
|
const localVarQueryParameter = {};
|
|
33354
33193
|
// authentication BearerAuth required
|
|
@@ -33436,10 +33275,10 @@ const StoresApiFp = function (configuration) {
|
|
|
33436
33275
|
});
|
|
33437
33276
|
},
|
|
33438
33277
|
/**
|
|
33439
|
-
* Updates
|
|
33440
|
-
* @summary Update
|
|
33278
|
+
* Updates the active/inactive status of a store by its ID.
|
|
33279
|
+
* @summary Update Store Status
|
|
33441
33280
|
* @param {number} id Store ID
|
|
33442
|
-
* @param {boolean} status
|
|
33281
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
33443
33282
|
* @param {*} [options] Override http request option.
|
|
33444
33283
|
* @throws {RequiredError}
|
|
33445
33284
|
*/
|
|
@@ -33545,10 +33384,10 @@ const StoresApiFp = function (configuration) {
|
|
|
33545
33384
|
});
|
|
33546
33385
|
},
|
|
33547
33386
|
/**
|
|
33548
|
-
*
|
|
33387
|
+
*
|
|
33549
33388
|
* @summary Update Store Config (Partial)
|
|
33550
33389
|
* @param {string} xStoreID X-Store ID
|
|
33551
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
33390
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
33552
33391
|
* @param {*} [options] Override http request option.
|
|
33553
33392
|
* @throws {RequiredError}
|
|
33554
33393
|
*/
|
|
@@ -33663,18 +33502,18 @@ const StoresApiFp = function (configuration) {
|
|
|
33663
33502
|
});
|
|
33664
33503
|
},
|
|
33665
33504
|
/**
|
|
33666
|
-
*
|
|
33505
|
+
*
|
|
33667
33506
|
* @summary Regenerate X-Store Secret
|
|
33668
|
-
* @param {string}
|
|
33507
|
+
* @param {string} xstoreid Current X-Store ID
|
|
33669
33508
|
* @param {*} [options] Override http request option.
|
|
33670
33509
|
* @throws {RequiredError}
|
|
33671
33510
|
*/
|
|
33672
|
-
|
|
33511
|
+
xstoreidRegenerateUidPut(xstoreid, options) {
|
|
33673
33512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
33674
33513
|
var _a, _b, _c;
|
|
33675
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
33514
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.xstoreidRegenerateUidPut(xstoreid, options);
|
|
33676
33515
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
33677
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['StoresApi.
|
|
33516
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['StoresApi.xstoreidRegenerateUidPut']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
33678
33517
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
33679
33518
|
});
|
|
33680
33519
|
},
|
|
@@ -33729,10 +33568,10 @@ const StoresApiFactory = function (configuration, basePath, axios) {
|
|
|
33729
33568
|
return localVarFp.adminStoresStoreIDPut(storeID, dataTypesStoreRequestDto, options).then((request) => request(axios, basePath));
|
|
33730
33569
|
},
|
|
33731
33570
|
/**
|
|
33732
|
-
* Updates
|
|
33733
|
-
* @summary Update
|
|
33571
|
+
* Updates the active/inactive status of a store by its ID.
|
|
33572
|
+
* @summary Update Store Status
|
|
33734
33573
|
* @param {number} id Store ID
|
|
33735
|
-
* @param {boolean} status
|
|
33574
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
33736
33575
|
* @param {*} [options] Override http request option.
|
|
33737
33576
|
* @throws {RequiredError}
|
|
33738
33577
|
*/
|
|
@@ -33802,10 +33641,10 @@ const StoresApiFactory = function (configuration, basePath, axios) {
|
|
|
33802
33641
|
return localVarFp.adminStoresXStoreIDConfigGet(xStoreID, options).then((request) => request(axios, basePath));
|
|
33803
33642
|
},
|
|
33804
33643
|
/**
|
|
33805
|
-
*
|
|
33644
|
+
*
|
|
33806
33645
|
* @summary Update Store Config (Partial)
|
|
33807
33646
|
* @param {string} xStoreID X-Store ID
|
|
33808
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
33647
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
33809
33648
|
* @param {*} [options] Override http request option.
|
|
33810
33649
|
* @throws {RequiredError}
|
|
33811
33650
|
*/
|
|
@@ -33878,14 +33717,14 @@ const StoresApiFactory = function (configuration, basePath, axios) {
|
|
|
33878
33717
|
return localVarFp.adminStoresXStoreIDStepStepPut(xStoreID, step, body, options).then((request) => request(axios, basePath));
|
|
33879
33718
|
},
|
|
33880
33719
|
/**
|
|
33881
|
-
*
|
|
33720
|
+
*
|
|
33882
33721
|
* @summary Regenerate X-Store Secret
|
|
33883
|
-
* @param {string}
|
|
33722
|
+
* @param {string} xstoreid Current X-Store ID
|
|
33884
33723
|
* @param {*} [options] Override http request option.
|
|
33885
33724
|
* @throws {RequiredError}
|
|
33886
33725
|
*/
|
|
33887
|
-
|
|
33888
|
-
return localVarFp.
|
|
33726
|
+
xstoreidRegenerateUidPut(xstoreid, options) {
|
|
33727
|
+
return localVarFp.xstoreidRegenerateUidPut(xstoreid, options).then((request) => request(axios, basePath));
|
|
33889
33728
|
},
|
|
33890
33729
|
};
|
|
33891
33730
|
};
|
|
@@ -33942,10 +33781,10 @@ class StoresApi extends base_1.BaseAPI {
|
|
|
33942
33781
|
return (0, exports.StoresApiFp)(this.configuration).adminStoresStoreIDPut(storeID, dataTypesStoreRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
33943
33782
|
}
|
|
33944
33783
|
/**
|
|
33945
|
-
* Updates
|
|
33946
|
-
* @summary Update
|
|
33784
|
+
* Updates the active/inactive status of a store by its ID.
|
|
33785
|
+
* @summary Update Store Status
|
|
33947
33786
|
* @param {number} id Store ID
|
|
33948
|
-
* @param {boolean} status
|
|
33787
|
+
* @param {boolean} status Store Status (true = active, false = inactive)
|
|
33949
33788
|
* @param {*} [options] Override http request option.
|
|
33950
33789
|
* @throws {RequiredError}
|
|
33951
33790
|
* @memberof StoresApi
|
|
@@ -34021,10 +33860,10 @@ class StoresApi extends base_1.BaseAPI {
|
|
|
34021
33860
|
return (0, exports.StoresApiFp)(this.configuration).adminStoresXStoreIDConfigGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
|
|
34022
33861
|
}
|
|
34023
33862
|
/**
|
|
34024
|
-
*
|
|
33863
|
+
*
|
|
34025
33864
|
* @summary Update Store Config (Partial)
|
|
34026
33865
|
* @param {string} xStoreID X-Store ID
|
|
34027
|
-
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
33866
|
+
* @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
|
|
34028
33867
|
* @param {*} [options] Override http request option.
|
|
34029
33868
|
* @throws {RequiredError}
|
|
34030
33869
|
* @memberof StoresApi
|
|
@@ -34104,15 +33943,15 @@ class StoresApi extends base_1.BaseAPI {
|
|
|
34104
33943
|
return (0, exports.StoresApiFp)(this.configuration).adminStoresXStoreIDStepStepPut(xStoreID, step, body, options).then((request) => request(this.axios, this.basePath));
|
|
34105
33944
|
}
|
|
34106
33945
|
/**
|
|
34107
|
-
*
|
|
33946
|
+
*
|
|
34108
33947
|
* @summary Regenerate X-Store Secret
|
|
34109
|
-
* @param {string}
|
|
33948
|
+
* @param {string} xstoreid Current X-Store ID
|
|
34110
33949
|
* @param {*} [options] Override http request option.
|
|
34111
33950
|
* @throws {RequiredError}
|
|
34112
33951
|
* @memberof StoresApi
|
|
34113
33952
|
*/
|
|
34114
|
-
|
|
34115
|
-
return (0, exports.StoresApiFp)(this.configuration).
|
|
33953
|
+
xstoreidRegenerateUidPut(xstoreid, options) {
|
|
33954
|
+
return (0, exports.StoresApiFp)(this.configuration).xstoreidRegenerateUidPut(xstoreid, options).then((request) => request(this.axios, this.basePath));
|
|
34116
33955
|
}
|
|
34117
33956
|
}
|
|
34118
33957
|
exports.StoresApi = StoresApi;
|