@seekora-ai/admin-api 1.0.64 → 1.0.65

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/dist/esm/api.js CHANGED
@@ -1388,6 +1388,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
1388
1388
  * @param {string} [startTime] Start time in RFC3339 format
1389
1389
  * @param {string} [endTime] End time in RFC3339 format
1390
1390
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
1391
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
1391
1392
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
1392
1393
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
1393
1394
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -1411,7 +1412,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
1411
1412
  * @param {*} [options] Override http request option.
1412
1413
  * @throws {RequiredError}
1413
1414
  */
1414
- adminAnalyticsStoreXStoreIDGeoGet: (xStoreID_1, startTime_1, endTime_1, granularity_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, limit_1, offset_1, page_1, pageSize_1, sortBy_1, sortOrder_1, sort_1, ...args_1) => __awaiter(this, [xStoreID_1, startTime_1, endTime_1, granularity_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, limit_1, offset_1, page_1, pageSize_1, sortBy_1, sortOrder_1, sort_1, ...args_1], void 0, function* (xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options = {}) {
1415
+ adminAnalyticsStoreXStoreIDGeoGet: (xStoreID_1, startTime_1, endTime_1, granularity_1, search_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, limit_1, offset_1, page_1, pageSize_1, sortBy_1, sortOrder_1, sort_1, ...args_1) => __awaiter(this, [xStoreID_1, startTime_1, endTime_1, granularity_1, search_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, limit_1, offset_1, page_1, pageSize_1, sortBy_1, sortOrder_1, sort_1, ...args_1], void 0, function* (xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options = {}) {
1415
1416
  // verify required parameter 'xStoreID' is not null or undefined
1416
1417
  assertParamExists('adminAnalyticsStoreXStoreIDGeoGet', 'xStoreID', xStoreID);
1417
1418
  const localVarPath = `/admin/analytics/store/{xStoreID}/geo`
@@ -1436,6 +1437,9 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
1436
1437
  if (granularity !== undefined) {
1437
1438
  localVarQueryParameter['granularity'] = granularity;
1438
1439
  }
1440
+ if (search !== undefined) {
1441
+ localVarQueryParameter['search'] = search;
1442
+ }
1439
1443
  if (analyticsTags !== undefined) {
1440
1444
  localVarQueryParameter['analytics_tags'] = analyticsTags;
1441
1445
  }
@@ -1528,14 +1532,17 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
1528
1532
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
1529
1533
  * @param {number} [queriesPage] Page number for popular queries pagination
1530
1534
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
1535
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
1531
1536
  * @param {number} [resultsPage] Page number for top results pagination
1532
1537
  * @param {number} [resultsPageSize] Number of results per page for top results
1538
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
1533
1539
  * @param {number} [filtersPage] Page number for popular filters pagination
1534
1540
  * @param {number} [filtersPageSize] Number of filters per page
1541
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
1535
1542
  * @param {*} [options] Override http request option.
1536
1543
  * @throws {RequiredError}
1537
1544
  */
1538
- adminAnalyticsStoreXStoreIDGeoInsightsGet: (xStoreID_1, country_1, region_1, city_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, queriesPage_1, queriesPageSize_1, resultsPage_1, resultsPageSize_1, filtersPage_1, filtersPageSize_1, ...args_1) => __awaiter(this, [xStoreID_1, country_1, region_1, city_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, queriesPage_1, queriesPageSize_1, resultsPage_1, resultsPageSize_1, filtersPage_1, filtersPageSize_1, ...args_1], void 0, function* (xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options = {}) {
1545
+ adminAnalyticsStoreXStoreIDGeoInsightsGet: (xStoreID_1, country_1, region_1, city_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, queriesPage_1, queriesPageSize_1, geoQueriesSearch_1, resultsPage_1, resultsPageSize_1, geoResultsSearch_1, filtersPage_1, filtersPageSize_1, geoFiltersSearch_1, ...args_1) => __awaiter(this, [xStoreID_1, country_1, region_1, city_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, queriesPage_1, queriesPageSize_1, geoQueriesSearch_1, resultsPage_1, resultsPageSize_1, geoResultsSearch_1, filtersPage_1, filtersPageSize_1, geoFiltersSearch_1, ...args_1], void 0, function* (xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options = {}) {
1539
1546
  // verify required parameter 'xStoreID' is not null or undefined
1540
1547
  assertParamExists('adminAnalyticsStoreXStoreIDGeoInsightsGet', 'xStoreID', xStoreID);
1541
1548
  const localVarPath = `/admin/analytics/store/{xStoreID}/geo/insights`
@@ -1611,18 +1618,27 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
1611
1618
  if (queriesPageSize !== undefined) {
1612
1619
  localVarQueryParameter['queries_page_size'] = queriesPageSize;
1613
1620
  }
1621
+ if (geoQueriesSearch !== undefined) {
1622
+ localVarQueryParameter['geo_queries_search'] = geoQueriesSearch;
1623
+ }
1614
1624
  if (resultsPage !== undefined) {
1615
1625
  localVarQueryParameter['results_page'] = resultsPage;
1616
1626
  }
1617
1627
  if (resultsPageSize !== undefined) {
1618
1628
  localVarQueryParameter['results_page_size'] = resultsPageSize;
1619
1629
  }
1630
+ if (geoResultsSearch !== undefined) {
1631
+ localVarQueryParameter['geo_results_search'] = geoResultsSearch;
1632
+ }
1620
1633
  if (filtersPage !== undefined) {
1621
1634
  localVarQueryParameter['filters_page'] = filtersPage;
1622
1635
  }
1623
1636
  if (filtersPageSize !== undefined) {
1624
1637
  localVarQueryParameter['filters_page_size'] = filtersPageSize;
1625
1638
  }
1639
+ if (geoFiltersSearch !== undefined) {
1640
+ localVarQueryParameter['geo_filters_search'] = geoFiltersSearch;
1641
+ }
1626
1642
  setSearchParams(localVarUrlObj, localVarQueryParameter);
1627
1643
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1628
1644
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2188,6 +2204,12 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2188
2204
  * @param {string} query Search query to analyze
2189
2205
  * @param {string} [startTime] Start time in RFC3339 format
2190
2206
  * @param {string} [endTime] End time in RFC3339 format
2207
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
2208
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
2209
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
2210
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
2211
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
2212
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
2191
2213
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
2192
2214
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
2193
2215
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -2198,15 +2220,18 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2198
2220
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
2199
2221
  * @param {number} [resultsPage] Page number for popular results pagination
2200
2222
  * @param {number} [resultsPageSize] Number of results per page for popular results
2223
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
2201
2224
  * @param {number} [filtersPage] Page number for popular filters pagination
2202
2225
  * @param {number} [filtersPageSize] Number of filters per page
2226
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
2203
2227
  * @param {number} [geoPage] Page number for geo analytics pagination
2204
2228
  * @param {number} [geoPageSize] Number of geo locations per page
2229
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
2205
2230
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
2206
2231
  * @param {*} [options] Override http request option.
2207
2232
  * @throws {RequiredError}
2208
2233
  */
2209
- adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet: (xStoreID_1, query_1, startTime_1, endTime_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, filtersPage_1, filtersPageSize_1, geoPage_1, geoPageSize_1, includeWidget_1, ...args_1) => __awaiter(this, [xStoreID_1, query_1, startTime_1, endTime_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, filtersPage_1, filtersPageSize_1, geoPage_1, geoPageSize_1, includeWidget_1, ...args_1], void 0, function* (xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options = {}) {
2234
+ adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet: (xStoreID_1, query_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, search_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, resultsSearch_1, filtersPage_1, filtersPageSize_1, filtersSearch_1, geoPage_1, geoPageSize_1, geoSearch_1, includeWidget_1, ...args_1) => __awaiter(this, [xStoreID_1, query_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, search_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, resultsSearch_1, filtersPage_1, filtersPageSize_1, filtersSearch_1, geoPage_1, geoPageSize_1, geoSearch_1, includeWidget_1, ...args_1], void 0, function* (xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options = {}) {
2210
2235
  // verify required parameter 'xStoreID' is not null or undefined
2211
2236
  assertParamExists('adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet', 'xStoreID', xStoreID);
2212
2237
  // verify required parameter 'query' is not null or undefined
@@ -2231,6 +2256,24 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2231
2256
  if (endTime !== undefined) {
2232
2257
  localVarQueryParameter['end_time'] = endTime;
2233
2258
  }
2259
+ if (analyticsTags !== undefined) {
2260
+ localVarQueryParameter['analytics_tags'] = analyticsTags;
2261
+ }
2262
+ if (tagsMatchMode !== undefined) {
2263
+ localVarQueryParameter['tags_match_mode'] = tagsMatchMode;
2264
+ }
2265
+ if (tagsExclude !== undefined) {
2266
+ localVarQueryParameter['tags_exclude'] = tagsExclude;
2267
+ }
2268
+ if (tagKeyFilter !== undefined) {
2269
+ localVarQueryParameter['tag_key_filter'] = tagKeyFilter;
2270
+ }
2271
+ if (tagValueFilter !== undefined) {
2272
+ localVarQueryParameter['tag_value_filter'] = tagValueFilter;
2273
+ }
2274
+ if (search !== undefined) {
2275
+ localVarQueryParameter['search'] = search;
2276
+ }
2234
2277
  if (compareMode !== undefined) {
2235
2278
  localVarQueryParameter['compare_mode'] = compareMode;
2236
2279
  }
@@ -2261,18 +2304,27 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2261
2304
  if (resultsPageSize !== undefined) {
2262
2305
  localVarQueryParameter['results_page_size'] = resultsPageSize;
2263
2306
  }
2307
+ if (resultsSearch !== undefined) {
2308
+ localVarQueryParameter['results_search'] = resultsSearch;
2309
+ }
2264
2310
  if (filtersPage !== undefined) {
2265
2311
  localVarQueryParameter['filters_page'] = filtersPage;
2266
2312
  }
2267
2313
  if (filtersPageSize !== undefined) {
2268
2314
  localVarQueryParameter['filters_page_size'] = filtersPageSize;
2269
2315
  }
2316
+ if (filtersSearch !== undefined) {
2317
+ localVarQueryParameter['filters_search'] = filtersSearch;
2318
+ }
2270
2319
  if (geoPage !== undefined) {
2271
2320
  localVarQueryParameter['geo_page'] = geoPage;
2272
2321
  }
2273
2322
  if (geoPageSize !== undefined) {
2274
2323
  localVarQueryParameter['geo_page_size'] = geoPageSize;
2275
2324
  }
2325
+ if (geoSearch !== undefined) {
2326
+ localVarQueryParameter['geo_search'] = geoSearch;
2327
+ }
2276
2328
  if (includeWidget !== undefined) {
2277
2329
  localVarQueryParameter['include_widget'] = includeWidget;
2278
2330
  }
@@ -2722,6 +2774,7 @@ export const AnalyticsApiFp = function (configuration) {
2722
2774
  * @param {string} [startTime] Start time in RFC3339 format
2723
2775
  * @param {string} [endTime] End time in RFC3339 format
2724
2776
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
2777
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
2725
2778
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
2726
2779
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
2727
2780
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -2745,10 +2798,10 @@ export const AnalyticsApiFp = function (configuration) {
2745
2798
  * @param {*} [options] Override http request option.
2746
2799
  * @throws {RequiredError}
2747
2800
  */
2748
- adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options) {
2801
+ adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options) {
2749
2802
  return __awaiter(this, void 0, void 0, function* () {
2750
2803
  var _a, _b, _c;
2751
- const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options);
2804
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options);
2752
2805
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2753
2806
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDGeoGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2754
2807
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2778,17 +2831,20 @@ export const AnalyticsApiFp = function (configuration) {
2778
2831
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
2779
2832
  * @param {number} [queriesPage] Page number for popular queries pagination
2780
2833
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
2834
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
2781
2835
  * @param {number} [resultsPage] Page number for top results pagination
2782
2836
  * @param {number} [resultsPageSize] Number of results per page for top results
2837
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
2783
2838
  * @param {number} [filtersPage] Page number for popular filters pagination
2784
2839
  * @param {number} [filtersPageSize] Number of filters per page
2840
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
2785
2841
  * @param {*} [options] Override http request option.
2786
2842
  * @throws {RequiredError}
2787
2843
  */
2788
- adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options) {
2844
+ adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options) {
2789
2845
  return __awaiter(this, void 0, void 0, function* () {
2790
2846
  var _a, _b, _c;
2791
- const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options);
2847
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options);
2792
2848
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2793
2849
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDGeoInsightsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2794
2850
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2988,6 +3044,12 @@ export const AnalyticsApiFp = function (configuration) {
2988
3044
  * @param {string} query Search query to analyze
2989
3045
  * @param {string} [startTime] Start time in RFC3339 format
2990
3046
  * @param {string} [endTime] End time in RFC3339 format
3047
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3048
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3049
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
3050
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
3051
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
3052
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
2991
3053
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
2992
3054
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
2993
3055
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -2998,18 +3060,21 @@ export const AnalyticsApiFp = function (configuration) {
2998
3060
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
2999
3061
  * @param {number} [resultsPage] Page number for popular results pagination
3000
3062
  * @param {number} [resultsPageSize] Number of results per page for popular results
3063
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
3001
3064
  * @param {number} [filtersPage] Page number for popular filters pagination
3002
3065
  * @param {number} [filtersPageSize] Number of filters per page
3066
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3003
3067
  * @param {number} [geoPage] Page number for geo analytics pagination
3004
3068
  * @param {number} [geoPageSize] Number of geo locations per page
3069
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
3005
3070
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
3006
3071
  * @param {*} [options] Override http request option.
3007
3072
  * @throws {RequiredError}
3008
3073
  */
3009
- adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options) {
3074
+ adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options) {
3010
3075
  return __awaiter(this, void 0, void 0, function* () {
3011
3076
  var _a, _b, _c;
3012
- const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options);
3077
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options);
3013
3078
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3014
3079
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3015
3080
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -3232,6 +3297,7 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3232
3297
  * @param {string} [startTime] Start time in RFC3339 format
3233
3298
  * @param {string} [endTime] End time in RFC3339 format
3234
3299
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
3300
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
3235
3301
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3236
3302
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3237
3303
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -3255,8 +3321,8 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3255
3321
  * @param {*} [options] Override http request option.
3256
3322
  * @throws {RequiredError}
3257
3323
  */
3258
- adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options) {
3259
- return localVarFp.adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options).then((request) => request(axios, basePath));
3324
+ adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options) {
3325
+ return localVarFp.adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options).then((request) => request(axios, basePath));
3260
3326
  },
3261
3327
  /**
3262
3328
  * Retrieve comprehensive analytics insights for a specific geographic location including all core metrics (Total Searches, Total Clicks, CTR, Conversions, CVR, Revenue), popular queries with performance metrics, top results by region with average rankings, popular filters used per region with performance impact, and totals & rates with optional comparison mode and internal pagination for each subsection
@@ -3282,15 +3348,18 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3282
3348
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3283
3349
  * @param {number} [queriesPage] Page number for popular queries pagination
3284
3350
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
3351
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
3285
3352
  * @param {number} [resultsPage] Page number for top results pagination
3286
3353
  * @param {number} [resultsPageSize] Number of results per page for top results
3354
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
3287
3355
  * @param {number} [filtersPage] Page number for popular filters pagination
3288
3356
  * @param {number} [filtersPageSize] Number of filters per page
3357
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3289
3358
  * @param {*} [options] Override http request option.
3290
3359
  * @throws {RequiredError}
3291
3360
  */
3292
- adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options) {
3293
- return localVarFp.adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options).then((request) => request(axios, basePath));
3361
+ adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options) {
3362
+ return localVarFp.adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options).then((request) => request(axios, basePath));
3294
3363
  },
3295
3364
  /**
3296
3365
  * Check the health status of analytics service and ClickHouse connection
@@ -3450,6 +3519,12 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3450
3519
  * @param {string} query Search query to analyze
3451
3520
  * @param {string} [startTime] Start time in RFC3339 format
3452
3521
  * @param {string} [endTime] End time in RFC3339 format
3522
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3523
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3524
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
3525
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
3526
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
3527
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
3453
3528
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
3454
3529
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
3455
3530
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -3460,16 +3535,19 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3460
3535
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3461
3536
  * @param {number} [resultsPage] Page number for popular results pagination
3462
3537
  * @param {number} [resultsPageSize] Number of results per page for popular results
3538
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
3463
3539
  * @param {number} [filtersPage] Page number for popular filters pagination
3464
3540
  * @param {number} [filtersPageSize] Number of filters per page
3541
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3465
3542
  * @param {number} [geoPage] Page number for geo analytics pagination
3466
3543
  * @param {number} [geoPageSize] Number of geo locations per page
3544
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
3467
3545
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
3468
3546
  * @param {*} [options] Override http request option.
3469
3547
  * @throws {RequiredError}
3470
3548
  */
3471
- adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options) {
3472
- return localVarFp.adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options).then((request) => request(axios, basePath));
3549
+ adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options) {
3550
+ return localVarFp.adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options).then((request) => request(axios, basePath));
3473
3551
  },
3474
3552
  /**
3475
3553
  * Retrieve analytics for top performing search results with optional enrichment. By default returns widget display fields for UI presentation. Use include_documents=true for full document data (heavier response). Supports lightweight widget-only mode for dashboards with analytics tags filtering and comparison mode support.
@@ -3676,6 +3754,7 @@ export class AnalyticsApi extends BaseAPI {
3676
3754
  * @param {string} [startTime] Start time in RFC3339 format
3677
3755
  * @param {string} [endTime] End time in RFC3339 format
3678
3756
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
3757
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
3679
3758
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3680
3759
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3681
3760
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -3700,8 +3779,8 @@ export class AnalyticsApi extends BaseAPI {
3700
3779
  * @throws {RequiredError}
3701
3780
  * @memberof AnalyticsApi
3702
3781
  */
3703
- adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options) {
3704
- return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options).then((request) => request(this.axios, this.basePath));
3782
+ adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options) {
3783
+ return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDGeoGet(xStoreID, startTime, endTime, granularity, search, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, limit, offset, page, pageSize, sortBy, sortOrder, sort, options).then((request) => request(this.axios, this.basePath));
3705
3784
  }
3706
3785
  /**
3707
3786
  * Retrieve comprehensive analytics insights for a specific geographic location including all core metrics (Total Searches, Total Clicks, CTR, Conversions, CVR, Revenue), popular queries with performance metrics, top results by region with average rankings, popular filters used per region with performance impact, and totals & rates with optional comparison mode and internal pagination for each subsection
@@ -3727,16 +3806,19 @@ export class AnalyticsApi extends BaseAPI {
3727
3806
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3728
3807
  * @param {number} [queriesPage] Page number for popular queries pagination
3729
3808
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
3809
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
3730
3810
  * @param {number} [resultsPage] Page number for top results pagination
3731
3811
  * @param {number} [resultsPageSize] Number of results per page for top results
3812
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
3732
3813
  * @param {number} [filtersPage] Page number for popular filters pagination
3733
3814
  * @param {number} [filtersPageSize] Number of filters per page
3815
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3734
3816
  * @param {*} [options] Override http request option.
3735
3817
  * @throws {RequiredError}
3736
3818
  * @memberof AnalyticsApi
3737
3819
  */
3738
- adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options) {
3739
- return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, resultsPage, resultsPageSize, filtersPage, filtersPageSize, options).then((request) => request(this.axios, this.basePath));
3820
+ adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options) {
3821
+ return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDGeoInsightsGet(xStoreID, country, region, city, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, queriesPage, queriesPageSize, geoQueriesSearch, resultsPage, resultsPageSize, geoResultsSearch, filtersPage, filtersPageSize, geoFiltersSearch, options).then((request) => request(this.axios, this.basePath));
3740
3822
  }
3741
3823
  /**
3742
3824
  * Check the health status of analytics service and ClickHouse connection
@@ -3902,6 +3984,12 @@ export class AnalyticsApi extends BaseAPI {
3902
3984
  * @param {string} query Search query to analyze
3903
3985
  * @param {string} [startTime] Start time in RFC3339 format
3904
3986
  * @param {string} [endTime] End time in RFC3339 format
3987
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3988
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3989
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
3990
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
3991
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
3992
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
3905
3993
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
3906
3994
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
3907
3995
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -3912,17 +4000,20 @@ export class AnalyticsApi extends BaseAPI {
3912
4000
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3913
4001
  * @param {number} [resultsPage] Page number for popular results pagination
3914
4002
  * @param {number} [resultsPageSize] Number of results per page for popular results
4003
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
3915
4004
  * @param {number} [filtersPage] Page number for popular filters pagination
3916
4005
  * @param {number} [filtersPageSize] Number of filters per page
4006
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3917
4007
  * @param {number} [geoPage] Page number for geo analytics pagination
3918
4008
  * @param {number} [geoPageSize] Number of geo locations per page
4009
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
3919
4010
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
3920
4011
  * @param {*} [options] Override http request option.
3921
4012
  * @throws {RequiredError}
3922
4013
  * @memberof AnalyticsApi
3923
4014
  */
3924
- adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options) {
3925
- return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options).then((request) => request(this.axios, this.basePath));
4015
+ adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options) {
4016
+ return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, search, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, resultsSearch, filtersPage, filtersPageSize, filtersSearch, geoPage, geoPageSize, geoSearch, includeWidget, options).then((request) => request(this.axios, this.basePath));
3926
4017
  }
3927
4018
  /**
3928
4019
  * Retrieve analytics for top performing search results with optional enrichment. By default returns widget display fields for UI presentation. Use include_documents=true for full document data (heavier response). Supports lightweight widget-only mode for dashboards with analytics tags filtering and comparison mode support.
@@ -4278,6 +4369,13 @@ export const AdminAnalyticsStoreXStoreIDQueriesNoResultsGetSortOrderEnum = {
4278
4369
  Asc: 'asc',
4279
4370
  Desc: 'desc'
4280
4371
  };
4372
+ /**
4373
+ * @export
4374
+ */
4375
+ export const AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum = {
4376
+ Any: 'any',
4377
+ All: 'all'
4378
+ };
4281
4379
  /**
4282
4380
  * @export
4283
4381
  */
@@ -8390,6 +8488,7 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8390
8488
  * @param {string} xStoreID Store ID
8391
8489
  * @param {string} [startTime] Start time in RFC3339 format
8392
8490
  * @param {string} [endTime] End time in RFC3339 format
8491
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
8393
8492
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
8394
8493
  * @param {number} [itemLimit] Maximum number of items to return
8395
8494
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -8404,7 +8503,7 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8404
8503
  * @param {*} [options] Override http request option.
8405
8504
  * @throws {RequiredError}
8406
8505
  */
8407
- adminAnalyticsStoreXStoreIDItemsGet: (xStoreID_1, startTime_1, endTime_1, itemIds_1, itemLimit_1, minImpressions_1, maxPosition_1, sortBy_1, sortOrder_1, sort_1, limit_1, offset_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [xStoreID_1, startTime_1, endTime_1, itemIds_1, itemLimit_1, minImpressions_1, maxPosition_1, sortBy_1, sortOrder_1, sort_1, limit_1, offset_1, page_1, pageSize_1, ...args_1], void 0, function* (xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options = {}) {
8506
+ adminAnalyticsStoreXStoreIDItemsGet: (xStoreID_1, startTime_1, endTime_1, search_1, itemIds_1, itemLimit_1, minImpressions_1, maxPosition_1, sortBy_1, sortOrder_1, sort_1, limit_1, offset_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [xStoreID_1, startTime_1, endTime_1, search_1, itemIds_1, itemLimit_1, minImpressions_1, maxPosition_1, sortBy_1, sortOrder_1, sort_1, limit_1, offset_1, page_1, pageSize_1, ...args_1], void 0, function* (xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options = {}) {
8408
8507
  // verify required parameter 'xStoreID' is not null or undefined
8409
8508
  assertParamExists('adminAnalyticsStoreXStoreIDItemsGet', 'xStoreID', xStoreID);
8410
8509
  const localVarPath = `/admin/analytics/store/{xStoreID}/items`
@@ -8426,6 +8525,9 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8426
8525
  if (endTime !== undefined) {
8427
8526
  localVarQueryParameter['end_time'] = endTime;
8428
8527
  }
8528
+ if (search !== undefined) {
8529
+ localVarQueryParameter['search'] = search;
8530
+ }
8429
8531
  if (itemIds !== undefined) {
8430
8532
  localVarQueryParameter['item_ids'] = itemIds;
8431
8533
  }
@@ -8532,15 +8634,18 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8532
8634
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
8533
8635
  * @param {number} [resultsPage] Page number for popular queries pagination
8534
8636
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
8637
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
8535
8638
  * @param {number} [filtersPage] Page number for popular filters pagination
8536
8639
  * @param {number} [filtersPageSize] Number of filters per page
8640
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
8537
8641
  * @param {number} [geoPage] Page number for geo analytics pagination
8538
8642
  * @param {number} [geoPageSize] Number of geo locations per page
8643
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
8539
8644
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
8540
8645
  * @param {*} [options] Override http request option.
8541
8646
  * @throws {RequiredError}
8542
8647
  */
8543
- adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet: (xStoreID_1, itemId_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, filtersPage_1, filtersPageSize_1, geoPage_1, geoPageSize_1, groupBy_1, ...args_1) => __awaiter(this, [xStoreID_1, itemId_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, filtersPage_1, filtersPageSize_1, geoPage_1, geoPageSize_1, groupBy_1, ...args_1], void 0, function* (xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options = {}) {
8648
+ adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet: (xStoreID_1, itemId_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, itemQueriesSearch_1, filtersPage_1, filtersPageSize_1, itemFiltersSearch_1, geoPage_1, geoPageSize_1, itemGeoSearch_1, groupBy_1, ...args_1) => __awaiter(this, [xStoreID_1, itemId_1, startTime_1, endTime_1, analyticsTags_1, tagsMatchMode_1, tagsExclude_1, tagKeyFilter_1, tagValueFilter_1, compareMode_1, compareStartTime_1, compareEndTime_1, compareAnalyticsTags_1, compareTagsMatchMode_1, compareTagsExclude_1, compareTagKeyFilter_1, compareTagValueFilter_1, resultsPage_1, resultsPageSize_1, itemQueriesSearch_1, filtersPage_1, filtersPageSize_1, itemFiltersSearch_1, geoPage_1, geoPageSize_1, itemGeoSearch_1, groupBy_1, ...args_1], void 0, function* (xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options = {}) {
8544
8649
  // verify required parameter 'xStoreID' is not null or undefined
8545
8650
  assertParamExists('adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet', 'xStoreID', xStoreID);
8546
8651
  // verify required parameter 'itemId' is not null or undefined
@@ -8610,18 +8715,27 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8610
8715
  if (resultsPageSize !== undefined) {
8611
8716
  localVarQueryParameter['results_page_size'] = resultsPageSize;
8612
8717
  }
8718
+ if (itemQueriesSearch !== undefined) {
8719
+ localVarQueryParameter['item_queries_search'] = itemQueriesSearch;
8720
+ }
8613
8721
  if (filtersPage !== undefined) {
8614
8722
  localVarQueryParameter['filters_page'] = filtersPage;
8615
8723
  }
8616
8724
  if (filtersPageSize !== undefined) {
8617
8725
  localVarQueryParameter['filters_page_size'] = filtersPageSize;
8618
8726
  }
8727
+ if (itemFiltersSearch !== undefined) {
8728
+ localVarQueryParameter['item_filters_search'] = itemFiltersSearch;
8729
+ }
8619
8730
  if (geoPage !== undefined) {
8620
8731
  localVarQueryParameter['geo_page'] = geoPage;
8621
8732
  }
8622
8733
  if (geoPageSize !== undefined) {
8623
8734
  localVarQueryParameter['geo_page_size'] = geoPageSize;
8624
8735
  }
8736
+ if (itemGeoSearch !== undefined) {
8737
+ localVarQueryParameter['item_geo_search'] = itemGeoSearch;
8738
+ }
8625
8739
  if (groupBy !== undefined) {
8626
8740
  localVarQueryParameter['group_by'] = groupBy;
8627
8741
  }
@@ -8941,6 +9055,7 @@ export const ItemAnalyticsApiFp = function (configuration) {
8941
9055
  * @param {string} xStoreID Store ID
8942
9056
  * @param {string} [startTime] Start time in RFC3339 format
8943
9057
  * @param {string} [endTime] End time in RFC3339 format
9058
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
8944
9059
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
8945
9060
  * @param {number} [itemLimit] Maximum number of items to return
8946
9061
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -8955,10 +9070,10 @@ export const ItemAnalyticsApiFp = function (configuration) {
8955
9070
  * @param {*} [options] Override http request option.
8956
9071
  * @throws {RequiredError}
8957
9072
  */
8958
- adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9073
+ adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
8959
9074
  return __awaiter(this, void 0, void 0, function* () {
8960
9075
  var _a, _b, _c;
8961
- const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options);
9076
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options);
8962
9077
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
8963
9078
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemAnalyticsApi.adminAnalyticsStoreXStoreIDItemsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
8964
9079
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -9005,18 +9120,21 @@ export const ItemAnalyticsApiFp = function (configuration) {
9005
9120
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
9006
9121
  * @param {number} [resultsPage] Page number for popular queries pagination
9007
9122
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
9123
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
9008
9124
  * @param {number} [filtersPage] Page number for popular filters pagination
9009
9125
  * @param {number} [filtersPageSize] Number of filters per page
9126
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
9010
9127
  * @param {number} [geoPage] Page number for geo analytics pagination
9011
9128
  * @param {number} [geoPageSize] Number of geo locations per page
9129
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
9012
9130
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
9013
9131
  * @param {*} [options] Override http request option.
9014
9132
  * @throws {RequiredError}
9015
9133
  */
9016
- adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options) {
9134
+ adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options) {
9017
9135
  return __awaiter(this, void 0, void 0, function* () {
9018
9136
  var _a, _b, _c;
9019
- const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options);
9137
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options);
9020
9138
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
9021
9139
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemAnalyticsApi.adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
9022
9140
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -9159,6 +9277,7 @@ export const ItemAnalyticsApiFactory = function (configuration, basePath, axios)
9159
9277
  * @param {string} xStoreID Store ID
9160
9278
  * @param {string} [startTime] Start time in RFC3339 format
9161
9279
  * @param {string} [endTime] End time in RFC3339 format
9280
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
9162
9281
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
9163
9282
  * @param {number} [itemLimit] Maximum number of items to return
9164
9283
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -9173,8 +9292,8 @@ export const ItemAnalyticsApiFactory = function (configuration, basePath, axios)
9173
9292
  * @param {*} [options] Override http request option.
9174
9293
  * @throws {RequiredError}
9175
9294
  */
9176
- adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9177
- return localVarFp.adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options).then((request) => request(axios, basePath));
9295
+ adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9296
+ return localVarFp.adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options).then((request) => request(axios, basePath));
9178
9297
  },
9179
9298
  /**
9180
9299
  * Retrieve detailed analytics for a specific item including performance metrics and discovery data
@@ -9211,16 +9330,19 @@ export const ItemAnalyticsApiFactory = function (configuration, basePath, axios)
9211
9330
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
9212
9331
  * @param {number} [resultsPage] Page number for popular queries pagination
9213
9332
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
9333
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
9214
9334
  * @param {number} [filtersPage] Page number for popular filters pagination
9215
9335
  * @param {number} [filtersPageSize] Number of filters per page
9336
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
9216
9337
  * @param {number} [geoPage] Page number for geo analytics pagination
9217
9338
  * @param {number} [geoPageSize] Number of geo locations per page
9339
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
9218
9340
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
9219
9341
  * @param {*} [options] Override http request option.
9220
9342
  * @throws {RequiredError}
9221
9343
  */
9222
- adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options) {
9223
- return localVarFp.adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options).then((request) => request(axios, basePath));
9344
+ adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options) {
9345
+ return localVarFp.adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options).then((request) => request(axios, basePath));
9224
9346
  },
9225
9347
  /**
9226
9348
  * Retrieve detailed performance metrics for items including click-through rates, conversion rates, and revenue data
@@ -9343,6 +9465,7 @@ export class ItemAnalyticsApi extends BaseAPI {
9343
9465
  * @param {string} xStoreID Store ID
9344
9466
  * @param {string} [startTime] Start time in RFC3339 format
9345
9467
  * @param {string} [endTime] End time in RFC3339 format
9468
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
9346
9469
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
9347
9470
  * @param {number} [itemLimit] Maximum number of items to return
9348
9471
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -9358,8 +9481,8 @@ export class ItemAnalyticsApi extends BaseAPI {
9358
9481
  * @throws {RequiredError}
9359
9482
  * @memberof ItemAnalyticsApi
9360
9483
  */
9361
- adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9362
- return ItemAnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options).then((request) => request(this.axios, this.basePath));
9484
+ adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9485
+ return ItemAnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options).then((request) => request(this.axios, this.basePath));
9363
9486
  }
9364
9487
  /**
9365
9488
  * Retrieve detailed analytics for a specific item including performance metrics and discovery data
@@ -9397,17 +9520,20 @@ export class ItemAnalyticsApi extends BaseAPI {
9397
9520
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
9398
9521
  * @param {number} [resultsPage] Page number for popular queries pagination
9399
9522
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
9523
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
9400
9524
  * @param {number} [filtersPage] Page number for popular filters pagination
9401
9525
  * @param {number} [filtersPageSize] Number of filters per page
9526
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
9402
9527
  * @param {number} [geoPage] Page number for geo analytics pagination
9403
9528
  * @param {number} [geoPageSize] Number of geo locations per page
9529
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
9404
9530
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
9405
9531
  * @param {*} [options] Override http request option.
9406
9532
  * @throws {RequiredError}
9407
9533
  * @memberof ItemAnalyticsApi
9408
9534
  */
9409
- adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options) {
9410
- return ItemAnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, groupBy, options).then((request) => request(this.axios, this.basePath));
9535
+ adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options) {
9536
+ return ItemAnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet(xStoreID, itemId, startTime, endTime, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, itemQueriesSearch, filtersPage, filtersPageSize, itemFiltersSearch, geoPage, geoPageSize, itemGeoSearch, groupBy, options).then((request) => request(this.axios, this.basePath));
9411
9537
  }
9412
9538
  /**
9413
9539
  * Retrieve detailed performance metrics for items including click-through rates, conversion rates, and revenue data
@@ -18369,9 +18495,9 @@ export const RefundManagementApiAxiosParamCreator = function (configuration) {
18369
18495
  };
18370
18496
  }),
18371
18497
  /**
18372
- * Gets the current status and details of a refund request
18498
+ * Gets the current status and details of a refund request by refund_id (UUID)
18373
18499
  * @summary Get refund request status
18374
- * @param {number} id Refund Request ID
18500
+ * @param {string} id Refund ID (UUID)
18375
18501
  * @param {*} [options] Override http request option.
18376
18502
  * @throws {RequiredError}
18377
18503
  */
@@ -18523,9 +18649,9 @@ export const RefundManagementApiFp = function (configuration) {
18523
18649
  });
18524
18650
  },
18525
18651
  /**
18526
- * Gets the current status and details of a refund request
18652
+ * Gets the current status and details of a refund request by refund_id (UUID)
18527
18653
  * @summary Get refund request status
18528
- * @param {number} id Refund Request ID
18654
+ * @param {string} id Refund ID (UUID)
18529
18655
  * @param {*} [options] Override http request option.
18530
18656
  * @throws {RequiredError}
18531
18657
  */
@@ -18602,9 +18728,9 @@ export const RefundManagementApiFactory = function (configuration, basePath, axi
18602
18728
  return localVarFp.paymentGatewayRefundRequestPost(dataTypesCreateRefundRequestDto, options).then((request) => request(axios, basePath));
18603
18729
  },
18604
18730
  /**
18605
- * Gets the current status and details of a refund request
18731
+ * Gets the current status and details of a refund request by refund_id (UUID)
18606
18732
  * @summary Get refund request status
18607
- * @param {number} id Refund Request ID
18733
+ * @param {string} id Refund ID (UUID)
18608
18734
  * @param {*} [options] Override http request option.
18609
18735
  * @throws {RequiredError}
18610
18736
  */
@@ -18672,9 +18798,9 @@ export class RefundManagementApi extends BaseAPI {
18672
18798
  return RefundManagementApiFp(this.configuration).paymentGatewayRefundRequestPost(dataTypesCreateRefundRequestDto, options).then((request) => request(this.axios, this.basePath));
18673
18799
  }
18674
18800
  /**
18675
- * Gets the current status and details of a refund request
18801
+ * Gets the current status and details of a refund request by refund_id (UUID)
18676
18802
  * @summary Get refund request status
18677
- * @param {number} id Refund Request ID
18803
+ * @param {string} id Refund ID (UUID)
18678
18804
  * @param {*} [options] Override http request option.
18679
18805
  * @throws {RequiredError}
18680
18806
  * @memberof RefundManagementApi