@seekora-ai/admin-api 1.0.64 → 1.0.66

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
  }
@@ -2290,6 +2342,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2290
2342
  * @param {string} xStoreID Store ID
2291
2343
  * @param {string} [startTime] Start time in RFC3339 format
2292
2344
  * @param {string} [endTime] End time in RFC3339 format
2345
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs)
2293
2346
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
2294
2347
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
2295
2348
  * @param {AdminAnalyticsStoreXStoreIDResultsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
@@ -2317,7 +2370,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2317
2370
  * @param {*} [options] Override http request option.
2318
2371
  * @throws {RequiredError}
2319
2372
  */
2320
- adminAnalyticsStoreXStoreIDResultsGet: (xStoreID_1, startTime_1, endTime_1, itemIds_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, minImpressions_1, sortBy_1, sortOrder_1, sort_1, includeDocuments_1, includeWidget_1, limit_1, offset_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [xStoreID_1, startTime_1, endTime_1, itemIds_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, minImpressions_1, sortBy_1, sortOrder_1, sort_1, includeDocuments_1, includeWidget_1, limit_1, offset_1, page_1, pageSize_1, ...args_1], void 0, function* (xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options = {}) {
2373
+ adminAnalyticsStoreXStoreIDResultsGet: (xStoreID_1, startTime_1, endTime_1, search_1, itemIds_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, minImpressions_1, sortBy_1, sortOrder_1, sort_1, includeDocuments_1, includeWidget_1, limit_1, offset_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [xStoreID_1, startTime_1, endTime_1, search_1, itemIds_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, minImpressions_1, sortBy_1, sortOrder_1, sort_1, includeDocuments_1, includeWidget_1, limit_1, offset_1, page_1, pageSize_1, ...args_1], void 0, function* (xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options = {}) {
2321
2374
  // verify required parameter 'xStoreID' is not null or undefined
2322
2375
  assertParamExists('adminAnalyticsStoreXStoreIDResultsGet', 'xStoreID', xStoreID);
2323
2376
  const localVarPath = `/admin/analytics/store/{xStoreID}/results`
@@ -2339,6 +2392,9 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
2339
2392
  if (endTime !== undefined) {
2340
2393
  localVarQueryParameter['end_time'] = endTime;
2341
2394
  }
2395
+ if (search !== undefined) {
2396
+ localVarQueryParameter['search'] = search;
2397
+ }
2342
2398
  if (itemIds !== undefined) {
2343
2399
  localVarQueryParameter['item_ids'] = itemIds;
2344
2400
  }
@@ -2722,6 +2778,7 @@ export const AnalyticsApiFp = function (configuration) {
2722
2778
  * @param {string} [startTime] Start time in RFC3339 format
2723
2779
  * @param {string} [endTime] End time in RFC3339 format
2724
2780
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
2781
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
2725
2782
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
2726
2783
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
2727
2784
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -2745,10 +2802,10 @@ export const AnalyticsApiFp = function (configuration) {
2745
2802
  * @param {*} [options] Override http request option.
2746
2803
  * @throws {RequiredError}
2747
2804
  */
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) {
2805
+ 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
2806
  return __awaiter(this, void 0, void 0, function* () {
2750
2807
  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);
2808
+ 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
2809
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2753
2810
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDGeoGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2754
2811
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2778,17 +2835,20 @@ export const AnalyticsApiFp = function (configuration) {
2778
2835
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
2779
2836
  * @param {number} [queriesPage] Page number for popular queries pagination
2780
2837
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
2838
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
2781
2839
  * @param {number} [resultsPage] Page number for top results pagination
2782
2840
  * @param {number} [resultsPageSize] Number of results per page for top results
2841
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
2783
2842
  * @param {number} [filtersPage] Page number for popular filters pagination
2784
2843
  * @param {number} [filtersPageSize] Number of filters per page
2844
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
2785
2845
  * @param {*} [options] Override http request option.
2786
2846
  * @throws {RequiredError}
2787
2847
  */
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) {
2848
+ 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
2849
  return __awaiter(this, void 0, void 0, function* () {
2790
2850
  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);
2851
+ 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
2852
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2793
2853
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDGeoInsightsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2794
2854
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2988,6 +3048,12 @@ export const AnalyticsApiFp = function (configuration) {
2988
3048
  * @param {string} query Search query to analyze
2989
3049
  * @param {string} [startTime] Start time in RFC3339 format
2990
3050
  * @param {string} [endTime] End time in RFC3339 format
3051
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3052
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3053
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
3054
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
3055
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
3056
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
2991
3057
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
2992
3058
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
2993
3059
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -2998,18 +3064,21 @@ export const AnalyticsApiFp = function (configuration) {
2998
3064
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
2999
3065
  * @param {number} [resultsPage] Page number for popular results pagination
3000
3066
  * @param {number} [resultsPageSize] Number of results per page for popular results
3067
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
3001
3068
  * @param {number} [filtersPage] Page number for popular filters pagination
3002
3069
  * @param {number} [filtersPageSize] Number of filters per page
3070
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3003
3071
  * @param {number} [geoPage] Page number for geo analytics pagination
3004
3072
  * @param {number} [geoPageSize] Number of geo locations per page
3073
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
3005
3074
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
3006
3075
  * @param {*} [options] Override http request option.
3007
3076
  * @throws {RequiredError}
3008
3077
  */
3009
- adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet(xStoreID, query, startTime, endTime, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, resultsPage, resultsPageSize, filtersPage, filtersPageSize, geoPage, geoPageSize, includeWidget, options) {
3078
+ 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
3079
  return __awaiter(this, void 0, void 0, function* () {
3011
3080
  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);
3081
+ 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
3082
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3014
3083
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3015
3084
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -3021,6 +3090,7 @@ export const AnalyticsApiFp = function (configuration) {
3021
3090
  * @param {string} xStoreID Store ID
3022
3091
  * @param {string} [startTime] Start time in RFC3339 format
3023
3092
  * @param {string} [endTime] End time in RFC3339 format
3093
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs)
3024
3094
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
3025
3095
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3026
3096
  * @param {AdminAnalyticsStoreXStoreIDResultsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
@@ -3048,10 +3118,10 @@ export const AnalyticsApiFp = function (configuration) {
3048
3118
  * @param {*} [options] Override http request option.
3049
3119
  * @throws {RequiredError}
3050
3120
  */
3051
- adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options) {
3121
+ adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options) {
3052
3122
  return __awaiter(this, void 0, void 0, function* () {
3053
3123
  var _a, _b, _c;
3054
- const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options);
3124
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options);
3055
3125
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3056
3126
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AnalyticsApi.adminAnalyticsStoreXStoreIDResultsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3057
3127
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -3232,6 +3302,7 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3232
3302
  * @param {string} [startTime] Start time in RFC3339 format
3233
3303
  * @param {string} [endTime] End time in RFC3339 format
3234
3304
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
3305
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
3235
3306
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3236
3307
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3237
3308
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -3255,8 +3326,8 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3255
3326
  * @param {*} [options] Override http request option.
3256
3327
  * @throws {RequiredError}
3257
3328
  */
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));
3329
+ 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) {
3330
+ 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
3331
  },
3261
3332
  /**
3262
3333
  * 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 +3353,18 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3282
3353
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3283
3354
  * @param {number} [queriesPage] Page number for popular queries pagination
3284
3355
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
3356
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
3285
3357
  * @param {number} [resultsPage] Page number for top results pagination
3286
3358
  * @param {number} [resultsPageSize] Number of results per page for top results
3359
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
3287
3360
  * @param {number} [filtersPage] Page number for popular filters pagination
3288
3361
  * @param {number} [filtersPageSize] Number of filters per page
3362
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3289
3363
  * @param {*} [options] Override http request option.
3290
3364
  * @throws {RequiredError}
3291
3365
  */
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));
3366
+ 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) {
3367
+ 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
3368
  },
3295
3369
  /**
3296
3370
  * Check the health status of analytics service and ClickHouse connection
@@ -3450,6 +3524,12 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3450
3524
  * @param {string} query Search query to analyze
3451
3525
  * @param {string} [startTime] Start time in RFC3339 format
3452
3526
  * @param {string} [endTime] End time in RFC3339 format
3527
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3528
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3529
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
3530
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
3531
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
3532
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
3453
3533
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
3454
3534
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
3455
3535
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -3460,16 +3540,19 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3460
3540
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3461
3541
  * @param {number} [resultsPage] Page number for popular results pagination
3462
3542
  * @param {number} [resultsPageSize] Number of results per page for popular results
3543
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
3463
3544
  * @param {number} [filtersPage] Page number for popular filters pagination
3464
3545
  * @param {number} [filtersPageSize] Number of filters per page
3546
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3465
3547
  * @param {number} [geoPage] Page number for geo analytics pagination
3466
3548
  * @param {number} [geoPageSize] Number of geo locations per page
3549
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
3467
3550
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
3468
3551
  * @param {*} [options] Override http request option.
3469
3552
  * @throws {RequiredError}
3470
3553
  */
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));
3554
+ 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) {
3555
+ 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
3556
  },
3474
3557
  /**
3475
3558
  * 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.
@@ -3477,6 +3560,7 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3477
3560
  * @param {string} xStoreID Store ID
3478
3561
  * @param {string} [startTime] Start time in RFC3339 format
3479
3562
  * @param {string} [endTime] End time in RFC3339 format
3563
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs)
3480
3564
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
3481
3565
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3482
3566
  * @param {AdminAnalyticsStoreXStoreIDResultsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
@@ -3504,8 +3588,8 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
3504
3588
  * @param {*} [options] Override http request option.
3505
3589
  * @throws {RequiredError}
3506
3590
  */
3507
- adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options) {
3508
- return localVarFp.adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options).then((request) => request(axios, basePath));
3591
+ adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options) {
3592
+ return localVarFp.adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options).then((request) => request(axios, basePath));
3509
3593
  },
3510
3594
  /**
3511
3595
  * Retrieve analytics tags usage data and filtering capabilities. If no start_time/end_time is specified, returns all tags from the last 2 years.
@@ -3676,6 +3760,7 @@ export class AnalyticsApi extends BaseAPI {
3676
3760
  * @param {string} [startTime] Start time in RFC3339 format
3677
3761
  * @param {string} [endTime] End time in RFC3339 format
3678
3762
  * @param {AdminAnalyticsStoreXStoreIDGeoGetGranularityEnum} [granularity] Time granularity
3763
+ * @param {string} [search] Search term to filter geographic locations (case-insensitive partial match on country, region, city)
3679
3764
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3680
3765
  * @param {AdminAnalyticsStoreXStoreIDGeoGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3681
3766
  * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
@@ -3700,8 +3785,8 @@ export class AnalyticsApi extends BaseAPI {
3700
3785
  * @throws {RequiredError}
3701
3786
  * @memberof AnalyticsApi
3702
3787
  */
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));
3788
+ 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) {
3789
+ 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
3790
  }
3706
3791
  /**
3707
3792
  * 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 +3812,19 @@ export class AnalyticsApi extends BaseAPI {
3727
3812
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3728
3813
  * @param {number} [queriesPage] Page number for popular queries pagination
3729
3814
  * @param {number} [queriesPageSize] Number of queries per page for popular queries
3815
+ * @param {string} [geoQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
3730
3816
  * @param {number} [resultsPage] Page number for top results pagination
3731
3817
  * @param {number} [resultsPageSize] Number of results per page for top results
3818
+ * @param {string} [geoResultsSearch] Search term to filter top results (case-insensitive partial match on item IDs)
3732
3819
  * @param {number} [filtersPage] Page number for popular filters pagination
3733
3820
  * @param {number} [filtersPageSize] Number of filters per page
3821
+ * @param {string} [geoFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3734
3822
  * @param {*} [options] Override http request option.
3735
3823
  * @throws {RequiredError}
3736
3824
  * @memberof AnalyticsApi
3737
3825
  */
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));
3826
+ 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) {
3827
+ 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
3828
  }
3741
3829
  /**
3742
3830
  * Check the health status of analytics service and ClickHouse connection
@@ -3902,6 +3990,12 @@ export class AnalyticsApi extends BaseAPI {
3902
3990
  * @param {string} query Search query to analyze
3903
3991
  * @param {string} [startTime] Start time in RFC3339 format
3904
3992
  * @param {string} [endTime] End time in RFC3339 format
3993
+ * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3994
+ * @param {AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
3995
+ * @param {string} [tagsExclude] Comma-separated analytics tags to exclude
3996
+ * @param {string} [tagKeyFilter] Filter by tag key pattern (matches tags starting with key:)
3997
+ * @param {string} [tagValueFilter] Filter by tag value pattern (matches tags ending with :value)
3998
+ * @param {string} [search] Search term to filter popular results, filters, and geo analytics (case-insensitive partial match)
3905
3999
  * @param {boolean} [compareMode] Enable comparison mode to compare with another time period/tag set
3906
4000
  * @param {string} [compareStartTime] Comparison period start time in RFC3339 format
3907
4001
  * @param {string} [compareEndTime] Comparison period end time in RFC3339 format
@@ -3912,17 +4006,20 @@ export class AnalyticsApi extends BaseAPI {
3912
4006
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
3913
4007
  * @param {number} [resultsPage] Page number for popular results pagination
3914
4008
  * @param {number} [resultsPageSize] Number of results per page for popular results
4009
+ * @param {string} [resultsSearch] Search term to filter popular results (case-insensitive partial match on item IDs)
3915
4010
  * @param {number} [filtersPage] Page number for popular filters pagination
3916
4011
  * @param {number} [filtersPageSize] Number of filters per page
4012
+ * @param {string} [filtersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
3917
4013
  * @param {number} [geoPage] Page number for geo analytics pagination
3918
4014
  * @param {number} [geoPageSize] Number of geo locations per page
4015
+ * @param {string} [geoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
3919
4016
  * @param {boolean} [includeWidget] Whether to include widget display fields for popular results
3920
4017
  * @param {*} [options] Override http request option.
3921
4018
  * @throws {RequiredError}
3922
4019
  * @memberof AnalyticsApi
3923
4020
  */
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));
4021
+ 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) {
4022
+ 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
4023
  }
3927
4024
  /**
3928
4025
  * 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.
@@ -3930,6 +4027,7 @@ export class AnalyticsApi extends BaseAPI {
3930
4027
  * @param {string} xStoreID Store ID
3931
4028
  * @param {string} [startTime] Start time in RFC3339 format
3932
4029
  * @param {string} [endTime] End time in RFC3339 format
4030
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs)
3933
4031
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
3934
4032
  * @param {string} [analyticsTags] Comma-separated analytics tags to filter (e.g., \'campaign:summer,source:email\')
3935
4033
  * @param {AdminAnalyticsStoreXStoreIDResultsGetTagsMatchModeEnum} [tagsMatchMode] How to match multiple analytics tags
@@ -3958,8 +4056,8 @@ export class AnalyticsApi extends BaseAPI {
3958
4056
  * @throws {RequiredError}
3959
4057
  * @memberof AnalyticsApi
3960
4058
  */
3961
- adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options) {
3962
- return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options).then((request) => request(this.axios, this.basePath));
4059
+ adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options) {
4060
+ return AnalyticsApiFp(this.configuration).adminAnalyticsStoreXStoreIDResultsGet(xStoreID, startTime, endTime, search, itemIds, analyticsTags, tagsMatchMode, tagsExclude, tagKeyFilter, tagValueFilter, compareMode, compareStartTime, compareEndTime, compareAnalyticsTags, compareTagsMatchMode, compareTagsExclude, compareTagKeyFilter, compareTagValueFilter, minImpressions, sortBy, sortOrder, sort, includeDocuments, includeWidget, limit, offset, page, pageSize, options).then((request) => request(this.axios, this.basePath));
3963
4061
  }
3964
4062
  /**
3965
4063
  * Retrieve analytics tags usage data and filtering capabilities. If no start_time/end_time is specified, returns all tags from the last 2 years.
@@ -4278,6 +4376,13 @@ export const AdminAnalyticsStoreXStoreIDQueriesNoResultsGetSortOrderEnum = {
4278
4376
  Asc: 'asc',
4279
4377
  Desc: 'desc'
4280
4378
  };
4379
+ /**
4380
+ * @export
4381
+ */
4382
+ export const AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGetTagsMatchModeEnum = {
4383
+ Any: 'any',
4384
+ All: 'all'
4385
+ };
4281
4386
  /**
4282
4387
  * @export
4283
4388
  */
@@ -8390,6 +8495,7 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8390
8495
  * @param {string} xStoreID Store ID
8391
8496
  * @param {string} [startTime] Start time in RFC3339 format
8392
8497
  * @param {string} [endTime] End time in RFC3339 format
8498
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
8393
8499
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
8394
8500
  * @param {number} [itemLimit] Maximum number of items to return
8395
8501
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -8404,7 +8510,7 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8404
8510
  * @param {*} [options] Override http request option.
8405
8511
  * @throws {RequiredError}
8406
8512
  */
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 = {}) {
8513
+ 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
8514
  // verify required parameter 'xStoreID' is not null or undefined
8409
8515
  assertParamExists('adminAnalyticsStoreXStoreIDItemsGet', 'xStoreID', xStoreID);
8410
8516
  const localVarPath = `/admin/analytics/store/{xStoreID}/items`
@@ -8426,6 +8532,9 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8426
8532
  if (endTime !== undefined) {
8427
8533
  localVarQueryParameter['end_time'] = endTime;
8428
8534
  }
8535
+ if (search !== undefined) {
8536
+ localVarQueryParameter['search'] = search;
8537
+ }
8429
8538
  if (itemIds !== undefined) {
8430
8539
  localVarQueryParameter['item_ids'] = itemIds;
8431
8540
  }
@@ -8532,15 +8641,18 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8532
8641
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
8533
8642
  * @param {number} [resultsPage] Page number for popular queries pagination
8534
8643
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
8644
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
8535
8645
  * @param {number} [filtersPage] Page number for popular filters pagination
8536
8646
  * @param {number} [filtersPageSize] Number of filters per page
8647
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
8537
8648
  * @param {number} [geoPage] Page number for geo analytics pagination
8538
8649
  * @param {number} [geoPageSize] Number of geo locations per page
8650
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
8539
8651
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
8540
8652
  * @param {*} [options] Override http request option.
8541
8653
  * @throws {RequiredError}
8542
8654
  */
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 = {}) {
8655
+ 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
8656
  // verify required parameter 'xStoreID' is not null or undefined
8545
8657
  assertParamExists('adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet', 'xStoreID', xStoreID);
8546
8658
  // verify required parameter 'itemId' is not null or undefined
@@ -8610,18 +8722,27 @@ export const ItemAnalyticsApiAxiosParamCreator = function (configuration) {
8610
8722
  if (resultsPageSize !== undefined) {
8611
8723
  localVarQueryParameter['results_page_size'] = resultsPageSize;
8612
8724
  }
8725
+ if (itemQueriesSearch !== undefined) {
8726
+ localVarQueryParameter['item_queries_search'] = itemQueriesSearch;
8727
+ }
8613
8728
  if (filtersPage !== undefined) {
8614
8729
  localVarQueryParameter['filters_page'] = filtersPage;
8615
8730
  }
8616
8731
  if (filtersPageSize !== undefined) {
8617
8732
  localVarQueryParameter['filters_page_size'] = filtersPageSize;
8618
8733
  }
8734
+ if (itemFiltersSearch !== undefined) {
8735
+ localVarQueryParameter['item_filters_search'] = itemFiltersSearch;
8736
+ }
8619
8737
  if (geoPage !== undefined) {
8620
8738
  localVarQueryParameter['geo_page'] = geoPage;
8621
8739
  }
8622
8740
  if (geoPageSize !== undefined) {
8623
8741
  localVarQueryParameter['geo_page_size'] = geoPageSize;
8624
8742
  }
8743
+ if (itemGeoSearch !== undefined) {
8744
+ localVarQueryParameter['item_geo_search'] = itemGeoSearch;
8745
+ }
8625
8746
  if (groupBy !== undefined) {
8626
8747
  localVarQueryParameter['group_by'] = groupBy;
8627
8748
  }
@@ -8941,6 +9062,7 @@ export const ItemAnalyticsApiFp = function (configuration) {
8941
9062
  * @param {string} xStoreID Store ID
8942
9063
  * @param {string} [startTime] Start time in RFC3339 format
8943
9064
  * @param {string} [endTime] End time in RFC3339 format
9065
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
8944
9066
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
8945
9067
  * @param {number} [itemLimit] Maximum number of items to return
8946
9068
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -8955,10 +9077,10 @@ export const ItemAnalyticsApiFp = function (configuration) {
8955
9077
  * @param {*} [options] Override http request option.
8956
9078
  * @throws {RequiredError}
8957
9079
  */
8958
- adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9080
+ adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
8959
9081
  return __awaiter(this, void 0, void 0, function* () {
8960
9082
  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);
9083
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options);
8962
9084
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
8963
9085
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemAnalyticsApi.adminAnalyticsStoreXStoreIDItemsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
8964
9086
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -9005,18 +9127,21 @@ export const ItemAnalyticsApiFp = function (configuration) {
9005
9127
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
9006
9128
  * @param {number} [resultsPage] Page number for popular queries pagination
9007
9129
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
9130
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
9008
9131
  * @param {number} [filtersPage] Page number for popular filters pagination
9009
9132
  * @param {number} [filtersPageSize] Number of filters per page
9133
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
9010
9134
  * @param {number} [geoPage] Page number for geo analytics pagination
9011
9135
  * @param {number} [geoPageSize] Number of geo locations per page
9136
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
9012
9137
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
9013
9138
  * @param {*} [options] Override http request option.
9014
9139
  * @throws {RequiredError}
9015
9140
  */
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) {
9141
+ 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
9142
  return __awaiter(this, void 0, void 0, function* () {
9018
9143
  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);
9144
+ 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
9145
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
9021
9146
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ItemAnalyticsApi.adminAnalyticsStoreXStoreIDItemsItemIdInsightsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
9022
9147
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -9159,6 +9284,7 @@ export const ItemAnalyticsApiFactory = function (configuration, basePath, axios)
9159
9284
  * @param {string} xStoreID Store ID
9160
9285
  * @param {string} [startTime] Start time in RFC3339 format
9161
9286
  * @param {string} [endTime] End time in RFC3339 format
9287
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
9162
9288
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
9163
9289
  * @param {number} [itemLimit] Maximum number of items to return
9164
9290
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -9173,8 +9299,8 @@ export const ItemAnalyticsApiFactory = function (configuration, basePath, axios)
9173
9299
  * @param {*} [options] Override http request option.
9174
9300
  * @throws {RequiredError}
9175
9301
  */
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));
9302
+ adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9303
+ 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
9304
  },
9179
9305
  /**
9180
9306
  * Retrieve detailed analytics for a specific item including performance metrics and discovery data
@@ -9211,16 +9337,19 @@ export const ItemAnalyticsApiFactory = function (configuration, basePath, axios)
9211
9337
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
9212
9338
  * @param {number} [resultsPage] Page number for popular queries pagination
9213
9339
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
9340
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
9214
9341
  * @param {number} [filtersPage] Page number for popular filters pagination
9215
9342
  * @param {number} [filtersPageSize] Number of filters per page
9343
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
9216
9344
  * @param {number} [geoPage] Page number for geo analytics pagination
9217
9345
  * @param {number} [geoPageSize] Number of geo locations per page
9346
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
9218
9347
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
9219
9348
  * @param {*} [options] Override http request option.
9220
9349
  * @throws {RequiredError}
9221
9350
  */
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));
9351
+ 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) {
9352
+ 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
9353
  },
9225
9354
  /**
9226
9355
  * Retrieve detailed performance metrics for items including click-through rates, conversion rates, and revenue data
@@ -9343,6 +9472,7 @@ export class ItemAnalyticsApi extends BaseAPI {
9343
9472
  * @param {string} xStoreID Store ID
9344
9473
  * @param {string} [startTime] Start time in RFC3339 format
9345
9474
  * @param {string} [endTime] End time in RFC3339 format
9475
+ * @param {string} [search] Search term to filter items (case-insensitive partial match on item IDs and related data)
9346
9476
  * @param {string} [itemIds] Comma-separated list of item IDs to filter
9347
9477
  * @param {number} [itemLimit] Maximum number of items to return
9348
9478
  * @param {number} [minImpressions] Minimum number of impressions required
@@ -9358,8 +9488,8 @@ export class ItemAnalyticsApi extends BaseAPI {
9358
9488
  * @throws {RequiredError}
9359
9489
  * @memberof ItemAnalyticsApi
9360
9490
  */
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));
9491
+ adminAnalyticsStoreXStoreIDItemsGet(xStoreID, startTime, endTime, search, itemIds, itemLimit, minImpressions, maxPosition, sortBy, sortOrder, sort, limit, offset, page, pageSize, options) {
9492
+ 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
9493
  }
9364
9494
  /**
9365
9495
  * Retrieve detailed analytics for a specific item including performance metrics and discovery data
@@ -9397,17 +9527,20 @@ export class ItemAnalyticsApi extends BaseAPI {
9397
9527
  * @param {string} [compareTagValueFilter] Tag value filter for comparison period
9398
9528
  * @param {number} [resultsPage] Page number for popular queries pagination
9399
9529
  * @param {number} [resultsPageSize] Number of queries per page for popular queries
9530
+ * @param {string} [itemQueriesSearch] Search term to filter popular queries (case-insensitive partial match on query text)
9400
9531
  * @param {number} [filtersPage] Page number for popular filters pagination
9401
9532
  * @param {number} [filtersPageSize] Number of filters per page
9533
+ * @param {string} [itemFiltersSearch] Search term to filter popular filters (case-insensitive partial match on filter keys/values)
9402
9534
  * @param {number} [geoPage] Page number for geo analytics pagination
9403
9535
  * @param {number} [geoPageSize] Number of geo locations per page
9536
+ * @param {string} [itemGeoSearch] Search term to filter geo analytics (case-insensitive partial match on country/region/city)
9404
9537
  * @param {AdminAnalyticsStoreXStoreIDItemsItemIdInsightsGetGroupByEnum} [groupBy] Include performance trends by date
9405
9538
  * @param {*} [options] Override http request option.
9406
9539
  * @throws {RequiredError}
9407
9540
  * @memberof ItemAnalyticsApi
9408
9541
  */
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));
9542
+ 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) {
9543
+ 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
9544
  }
9412
9545
  /**
9413
9546
  * Retrieve detailed performance metrics for items including click-through rates, conversion rates, and revenue data
@@ -18369,9 +18502,9 @@ export const RefundManagementApiAxiosParamCreator = function (configuration) {
18369
18502
  };
18370
18503
  }),
18371
18504
  /**
18372
- * Gets the current status and details of a refund request
18505
+ * Gets the current status and details of a refund request by refund_id (UUID)
18373
18506
  * @summary Get refund request status
18374
- * @param {number} id Refund Request ID
18507
+ * @param {string} id Refund ID (UUID)
18375
18508
  * @param {*} [options] Override http request option.
18376
18509
  * @throws {RequiredError}
18377
18510
  */
@@ -18523,9 +18656,9 @@ export const RefundManagementApiFp = function (configuration) {
18523
18656
  });
18524
18657
  },
18525
18658
  /**
18526
- * Gets the current status and details of a refund request
18659
+ * Gets the current status and details of a refund request by refund_id (UUID)
18527
18660
  * @summary Get refund request status
18528
- * @param {number} id Refund Request ID
18661
+ * @param {string} id Refund ID (UUID)
18529
18662
  * @param {*} [options] Override http request option.
18530
18663
  * @throws {RequiredError}
18531
18664
  */
@@ -18602,9 +18735,9 @@ export const RefundManagementApiFactory = function (configuration, basePath, axi
18602
18735
  return localVarFp.paymentGatewayRefundRequestPost(dataTypesCreateRefundRequestDto, options).then((request) => request(axios, basePath));
18603
18736
  },
18604
18737
  /**
18605
- * Gets the current status and details of a refund request
18738
+ * Gets the current status and details of a refund request by refund_id (UUID)
18606
18739
  * @summary Get refund request status
18607
- * @param {number} id Refund Request ID
18740
+ * @param {string} id Refund ID (UUID)
18608
18741
  * @param {*} [options] Override http request option.
18609
18742
  * @throws {RequiredError}
18610
18743
  */
@@ -18672,9 +18805,9 @@ export class RefundManagementApi extends BaseAPI {
18672
18805
  return RefundManagementApiFp(this.configuration).paymentGatewayRefundRequestPost(dataTypesCreateRefundRequestDto, options).then((request) => request(this.axios, this.basePath));
18673
18806
  }
18674
18807
  /**
18675
- * Gets the current status and details of a refund request
18808
+ * Gets the current status and details of a refund request by refund_id (UUID)
18676
18809
  * @summary Get refund request status
18677
- * @param {number} id Refund Request ID
18810
+ * @param {string} id Refund ID (UUID)
18678
18811
  * @param {*} [options] Override http request option.
18679
18812
  * @throws {RequiredError}
18680
18813
  * @memberof RefundManagementApi