@algolia/client-analytics 5.9.0 → 5.10.0-beta.1

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.
Files changed (78) hide show
  1. package/README.md +4 -4
  2. package/dist/browser.d.ts +33 -33
  3. package/dist/builds/browser.js +17 -17
  4. package/dist/builds/browser.js.map +1 -1
  5. package/dist/builds/browser.min.js +1 -1
  6. package/dist/builds/browser.min.js.map +1 -1
  7. package/dist/builds/browser.umd.js +1 -1
  8. package/dist/builds/fetch.js +17 -17
  9. package/dist/builds/fetch.js.map +1 -1
  10. package/dist/builds/node.cjs +17 -17
  11. package/dist/builds/node.cjs.map +1 -1
  12. package/dist/builds/node.js +17 -17
  13. package/dist/builds/node.js.map +1 -1
  14. package/dist/fetch.d.ts +33 -33
  15. package/dist/node.d.cts +33 -33
  16. package/dist/node.d.ts +33 -33
  17. package/dist/src/analyticsClient.cjs +17 -17
  18. package/dist/src/analyticsClient.cjs.map +1 -1
  19. package/dist/src/analyticsClient.js +17 -17
  20. package/dist/src/analyticsClient.js.map +1 -1
  21. package/package.json +6 -7
  22. package/model/clickPosition.ts +0 -16
  23. package/model/clientMethodProps.ts +0 -605
  24. package/model/currencyCode.ts +0 -16
  25. package/model/dailyAddToCartRates.ts +0 -23
  26. package/model/dailyAverageClicks.ts +0 -18
  27. package/model/dailyClickThroughRates.ts +0 -23
  28. package/model/dailyConversionRates.ts +0 -23
  29. package/model/dailyNoClickRates.ts +0 -23
  30. package/model/dailyNoResultsRates.ts +0 -23
  31. package/model/dailyPurchaseRates.ts +0 -23
  32. package/model/dailyRevenue.ts +0 -15
  33. package/model/dailySearches.ts +0 -13
  34. package/model/dailySearchesNoClicks.ts +0 -18
  35. package/model/dailySearchesNoResults.ts +0 -18
  36. package/model/dailyUsers.ts +0 -13
  37. package/model/direction.ts +0 -3
  38. package/model/errorBase.ts +0 -8
  39. package/model/getAddToCartRateResponse.ts +0 -25
  40. package/model/getAverageClickPositionResponse.ts +0 -20
  41. package/model/getClickPositionsResponse.ts +0 -10
  42. package/model/getClickThroughRateResponse.ts +0 -25
  43. package/model/getConversionRateResponse.ts +0 -25
  44. package/model/getNoClickRateResponse.ts +0 -25
  45. package/model/getNoResultsRateResponse.ts +0 -25
  46. package/model/getPurchaseRateResponse.ts +0 -25
  47. package/model/getRevenue.ts +0 -16
  48. package/model/getSearchesCountResponse.ts +0 -15
  49. package/model/getSearchesNoClicksResponse.ts +0 -10
  50. package/model/getSearchesNoResultsResponse.ts +0 -10
  51. package/model/getStatusResponse.ts +0 -8
  52. package/model/getTopCountriesResponse.ts +0 -10
  53. package/model/getTopFilterAttribute.ts +0 -13
  54. package/model/getTopFilterAttributesResponse.ts +0 -10
  55. package/model/getTopFilterForAttribute.ts +0 -22
  56. package/model/getTopFilterForAttributeResponse.ts +0 -10
  57. package/model/getTopFiltersNoResultsResponse.ts +0 -10
  58. package/model/getTopFiltersNoResultsValue.ts +0 -17
  59. package/model/getTopFiltersNoResultsValues.ts +0 -15
  60. package/model/getTopHitsResponse.ts +0 -7
  61. package/model/getTopSearchesResponse.ts +0 -10
  62. package/model/getUsersCountResponse.ts +0 -15
  63. package/model/index.ts +0 -58
  64. package/model/operator.ts +0 -6
  65. package/model/orderBy.ts +0 -6
  66. package/model/topCountry.ts +0 -13
  67. package/model/topHit.ts +0 -13
  68. package/model/topHitWithAnalytics.ts +0 -38
  69. package/model/topHitWithRevenueAnalytics.ts +0 -65
  70. package/model/topHitsResponse.ts +0 -10
  71. package/model/topHitsResponseWithAnalytics.ts +0 -10
  72. package/model/topHitsResponseWithRevenueAnalytics.ts +0 -10
  73. package/model/topSearch.ts +0 -18
  74. package/model/topSearchWithAnalytics.ts +0 -55
  75. package/model/topSearchWithRevenueAnalytics.ts +0 -81
  76. package/model/topSearchesResponse.ts +0 -10
  77. package/model/topSearchesResponseWithAnalytics.ts +0 -10
  78. package/model/topSearchesResponseWithRevenueAnalytics.ts +0 -10
@@ -1,23 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailyNoClickRates = {
4
- /**
5
- * No click rate, calculated as number of tracked searches without any click divided by the number of tracked searches.
6
- */
7
- rate: number;
8
-
9
- /**
10
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
11
- */
12
- count: number;
13
-
14
- /**
15
- * Number of times this search was returned as a result without any click.
16
- */
17
- noClickCount: number;
18
-
19
- /**
20
- * Date in the format YYYY-MM-DD.
21
- */
22
- date: string;
23
- };
@@ -1,23 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailyNoResultsRates = {
4
- /**
5
- * Date in the format YYYY-MM-DD.
6
- */
7
- date: string;
8
-
9
- /**
10
- * Number of searches without any results.
11
- */
12
- noResultCount: number;
13
-
14
- /**
15
- * Number of searches.
16
- */
17
- count: number;
18
-
19
- /**
20
- * No results rate, calculated as number of searches with zero results divided by the total number of searches.
21
- */
22
- rate: number;
23
- };
@@ -1,23 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailyPurchaseRates = {
4
- /**
5
- * Purchase rate, calculated as number of tracked searches with at least one purchase event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
6
- */
7
- rate: number | null;
8
-
9
- /**
10
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
11
- */
12
- trackedSearchCount: number;
13
-
14
- /**
15
- * Number of purchase events from this search.
16
- */
17
- purchaseCount: number;
18
-
19
- /**
20
- * Date in the format YYYY-MM-DD.
21
- */
22
- date: string;
23
- };
@@ -1,15 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { CurrencyCode } from './currencyCode';
4
-
5
- export type DailyRevenue = {
6
- /**
7
- * Revenue associated with this search, broken-down by currencies.
8
- */
9
- currencies: { [key: string]: CurrencyCode };
10
-
11
- /**
12
- * Date in the format YYYY-MM-DD.
13
- */
14
- date: string;
15
- };
@@ -1,13 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailySearches = {
4
- /**
5
- * Date in the format YYYY-MM-DD.
6
- */
7
- date: string;
8
-
9
- /**
10
- * Number of occurrences.
11
- */
12
- count: number;
13
- };
@@ -1,18 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailySearchesNoClicks = {
4
- /**
5
- * Search query.
6
- */
7
- search: string;
8
-
9
- /**
10
- * Number of tracked searches.
11
- */
12
- count: number;
13
-
14
- /**
15
- * Number of results (hits).
16
- */
17
- nbHits: number;
18
- };
@@ -1,18 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailySearchesNoResults = {
4
- /**
5
- * Search query.
6
- */
7
- search: string;
8
-
9
- /**
10
- * Number of occurrences.
11
- */
12
- count: number;
13
-
14
- /**
15
- * Number of searches for this term with applied filters.
16
- */
17
- withFilterCount: number;
18
- };
@@ -1,13 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type DailyUsers = {
4
- /**
5
- * Date in the format YYYY-MM-DD.
6
- */
7
- date: string;
8
-
9
- /**
10
- * Number of unique users.
11
- */
12
- count: number;
13
- };
@@ -1,3 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type Direction = 'asc' | 'desc';
@@ -1,8 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- /**
4
- * Error.
5
- */
6
- export type ErrorBase = Record<string, any> & {
7
- message?: string;
8
- };
@@ -1,25 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyAddToCartRates } from './dailyAddToCartRates';
4
-
5
- export type GetAddToCartRateResponse = {
6
- /**
7
- * Add-to-cart rate, calculated as number of tracked searches with at least one add-to-cart event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
8
- */
9
- rate: number | null;
10
-
11
- /**
12
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
13
- */
14
- trackedSearchCount: number;
15
-
16
- /**
17
- * Number of add-to-cart events from this search.
18
- */
19
- addToCartCount: number;
20
-
21
- /**
22
- * Daily add-to-cart rates.
23
- */
24
- dates: Array<DailyAddToCartRates>;
25
- };
@@ -1,20 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyAverageClicks } from './dailyAverageClicks';
4
-
5
- export type GetAverageClickPositionResponse = {
6
- /**
7
- * Average position of a clicked search result in the list of search results. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
8
- */
9
- average: number | null;
10
-
11
- /**
12
- * Number of clicks associated with this search.
13
- */
14
- clickCount: number;
15
-
16
- /**
17
- * Daily average click positions.
18
- */
19
- dates: Array<DailyAverageClicks>;
20
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { ClickPosition } from './clickPosition';
4
-
5
- export type GetClickPositionsResponse = {
6
- /**
7
- * List of positions in the search results and clicks associated with this search.
8
- */
9
- positions: Array<ClickPosition>;
10
- };
@@ -1,25 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyClickThroughRates } from './dailyClickThroughRates';
4
-
5
- export type GetClickThroughRateResponse = {
6
- /**
7
- * Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
8
- */
9
- rate: number | null;
10
-
11
- /**
12
- * Number of clicks associated with this search.
13
- */
14
- clickCount: number;
15
-
16
- /**
17
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
18
- */
19
- trackedSearchCount: number;
20
-
21
- /**
22
- * Daily click-through rates.
23
- */
24
- dates: Array<DailyClickThroughRates>;
25
- };
@@ -1,25 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyConversionRates } from './dailyConversionRates';
4
-
5
- export type GetConversionRateResponse = {
6
- /**
7
- * Conversion rate, calculated as number of tracked searches with at least one conversion event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
8
- */
9
- rate: number | null;
10
-
11
- /**
12
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
13
- */
14
- trackedSearchCount: number;
15
-
16
- /**
17
- * Number of conversions from this search.
18
- */
19
- conversionCount: number;
20
-
21
- /**
22
- * Daily conversion rates.
23
- */
24
- dates: Array<DailyConversionRates>;
25
- };
@@ -1,25 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyNoClickRates } from './dailyNoClickRates';
4
-
5
- export type GetNoClickRateResponse = {
6
- /**
7
- * No click rate, calculated as number of tracked searches without any click divided by the number of tracked searches.
8
- */
9
- rate: number;
10
-
11
- /**
12
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
13
- */
14
- count: number;
15
-
16
- /**
17
- * Number of times this search was returned as a result without any click.
18
- */
19
- noClickCount: number;
20
-
21
- /**
22
- * Daily no click rates.
23
- */
24
- dates: Array<DailyNoClickRates>;
25
- };
@@ -1,25 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyNoResultsRates } from './dailyNoResultsRates';
4
-
5
- export type GetNoResultsRateResponse = {
6
- /**
7
- * No results rate, calculated as number of searches with zero results divided by the total number of searches.
8
- */
9
- rate: number;
10
-
11
- /**
12
- * Number of searches.
13
- */
14
- count: number;
15
-
16
- /**
17
- * Number of searches without any results.
18
- */
19
- noResultCount: number;
20
-
21
- /**
22
- * Daily no results rates.
23
- */
24
- dates: Array<DailyNoResultsRates>;
25
- };
@@ -1,25 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyPurchaseRates } from './dailyPurchaseRates';
4
-
5
- export type GetPurchaseRateResponse = {
6
- /**
7
- * Purchase rate, calculated as number of tracked searches with at least one purchase event divided by the number of tracked searches. If null, Algolia didn\'t receive any search requests with `clickAnalytics` set to true.
8
- */
9
- rate: number | null;
10
-
11
- /**
12
- * Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
13
- */
14
- trackedSearchCount: number;
15
-
16
- /**
17
- * Number of purchase events from this search.
18
- */
19
- purchaseCount: number;
20
-
21
- /**
22
- * Daily purchase rates.
23
- */
24
- dates: Array<DailyPurchaseRates>;
25
- };
@@ -1,16 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { CurrencyCode } from './currencyCode';
4
- import type { DailyRevenue } from './dailyRevenue';
5
-
6
- export type GetRevenue = {
7
- /**
8
- * Revenue associated with this search, broken-down by currencies.
9
- */
10
- currencies: { [key: string]: CurrencyCode };
11
-
12
- /**
13
- * Daily revenue.
14
- */
15
- dates: Array<DailyRevenue>;
16
- };
@@ -1,15 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailySearches } from './dailySearches';
4
-
5
- export type GetSearchesCountResponse = {
6
- /**
7
- * Number of occurrences.
8
- */
9
- count: number;
10
-
11
- /**
12
- * Daily number of searches.
13
- */
14
- dates: Array<DailySearches>;
15
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailySearchesNoClicks } from './dailySearchesNoClicks';
4
-
5
- export type GetSearchesNoClicksResponse = {
6
- /**
7
- * Searches without any clicks.
8
- */
9
- searches: Array<DailySearchesNoClicks>;
10
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailySearchesNoResults } from './dailySearchesNoResults';
4
-
5
- export type GetSearchesNoResultsResponse = {
6
- /**
7
- * Searches without results.
8
- */
9
- searches: Array<DailySearchesNoResults>;
10
- };
@@ -1,8 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type GetStatusResponse = {
4
- /**
5
- * Date and time when the object was updated, in RFC 3339 format.
6
- */
7
- updatedAt: string | null;
8
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { TopCountry } from './topCountry';
4
-
5
- export type GetTopCountriesResponse = {
6
- /**
7
- * Countries and number of searches.
8
- */
9
- countries: Array<TopCountry>;
10
- };
@@ -1,13 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export type GetTopFilterAttribute = {
4
- /**
5
- * Attribute name.
6
- */
7
- attribute: string;
8
-
9
- /**
10
- * Number of occurrences.
11
- */
12
- count: number;
13
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { GetTopFilterAttribute } from './getTopFilterAttribute';
4
-
5
- export type GetTopFilterAttributesResponse = {
6
- /**
7
- * Most frequent filters.
8
- */
9
- attributes: Array<GetTopFilterAttribute>;
10
- };
@@ -1,22 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { Operator } from './operator';
4
-
5
- export type GetTopFilterForAttribute = {
6
- /**
7
- * Attribute name.
8
- */
9
- attribute: string;
10
-
11
- operator: Operator;
12
-
13
- /**
14
- * Attribute value.
15
- */
16
- value: string;
17
-
18
- /**
19
- * Number of occurrences.
20
- */
21
- count: number;
22
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { GetTopFilterForAttribute } from './getTopFilterForAttribute';
4
-
5
- export type GetTopFilterForAttributeResponse = {
6
- /**
7
- * Filter values for an attribute.
8
- */
9
- values: Array<GetTopFilterForAttribute>;
10
- };
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { GetTopFiltersNoResultsValues } from './getTopFiltersNoResultsValues';
4
-
5
- export type GetTopFiltersNoResultsResponse = {
6
- /**
7
- * Filters for searches without any results. If null, the search term specified with the `search` parameter is not a search without results, or the `search` parameter is absent from the request.
8
- */
9
- values: Array<GetTopFiltersNoResultsValues> | null;
10
- };
@@ -1,17 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { Operator } from './operator';
4
-
5
- export type GetTopFiltersNoResultsValue = {
6
- /**
7
- * Attribute name.
8
- */
9
- attribute: string;
10
-
11
- operator: Operator;
12
-
13
- /**
14
- * Attribute value.
15
- */
16
- value: string;
17
- };
@@ -1,15 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { GetTopFiltersNoResultsValue } from './getTopFiltersNoResultsValue';
4
-
5
- export type GetTopFiltersNoResultsValues = {
6
- /**
7
- * Number of occurrences.
8
- */
9
- count: number;
10
-
11
- /**
12
- * Filters with no results.
13
- */
14
- values: Array<GetTopFiltersNoResultsValue>;
15
- };
@@ -1,7 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { TopHitsResponse } from './topHitsResponse';
4
- import type { TopHitsResponseWithAnalytics } from './topHitsResponseWithAnalytics';
5
- import type { TopHitsResponseWithRevenueAnalytics } from './topHitsResponseWithRevenueAnalytics';
6
-
7
- export type GetTopHitsResponse = TopHitsResponse | TopHitsResponseWithAnalytics | TopHitsResponseWithRevenueAnalytics;
@@ -1,10 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { TopSearchesResponse } from './topSearchesResponse';
4
- import type { TopSearchesResponseWithAnalytics } from './topSearchesResponseWithAnalytics';
5
- import type { TopSearchesResponseWithRevenueAnalytics } from './topSearchesResponseWithRevenueAnalytics';
6
-
7
- export type GetTopSearchesResponse =
8
- | TopSearchesResponse
9
- | TopSearchesResponseWithAnalytics
10
- | TopSearchesResponseWithRevenueAnalytics;
@@ -1,15 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- import type { DailyUsers } from './dailyUsers';
4
-
5
- export type GetUsersCountResponse = {
6
- /**
7
- * Number of unique users.
8
- */
9
- count: number;
10
-
11
- /**
12
- * Daily number of unique users.
13
- */
14
- dates: Array<DailyUsers>;
15
- };
package/model/index.ts DELETED
@@ -1,58 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- export * from './clickPosition';
4
- export * from './clientMethodProps';
5
- export * from './currencyCode';
6
- export * from './dailyAddToCartRates';
7
- export * from './dailyAverageClicks';
8
- export * from './dailyClickThroughRates';
9
- export * from './dailyConversionRates';
10
- export * from './dailyNoClickRates';
11
- export * from './dailyNoResultsRates';
12
- export * from './dailyPurchaseRates';
13
- export * from './dailyRevenue';
14
- export * from './dailySearches';
15
- export * from './dailySearchesNoClicks';
16
- export * from './dailySearchesNoResults';
17
- export * from './dailyUsers';
18
- export * from './direction';
19
- export * from './errorBase';
20
- export * from './getAddToCartRateResponse';
21
- export * from './getAverageClickPositionResponse';
22
- export * from './getClickPositionsResponse';
23
- export * from './getClickThroughRateResponse';
24
- export * from './getConversionRateResponse';
25
- export * from './getNoClickRateResponse';
26
- export * from './getNoResultsRateResponse';
27
- export * from './getPurchaseRateResponse';
28
- export * from './getRevenue';
29
- export * from './getSearchesCountResponse';
30
- export * from './getSearchesNoClicksResponse';
31
- export * from './getSearchesNoResultsResponse';
32
- export * from './getStatusResponse';
33
- export * from './getTopCountriesResponse';
34
- export * from './getTopFilterAttribute';
35
- export * from './getTopFilterAttributesResponse';
36
- export * from './getTopFilterForAttribute';
37
- export * from './getTopFilterForAttributeResponse';
38
- export * from './getTopFiltersNoResultsResponse';
39
- export * from './getTopFiltersNoResultsValue';
40
- export * from './getTopFiltersNoResultsValues';
41
- export * from './getTopHitsResponse';
42
- export * from './getTopSearchesResponse';
43
- export * from './getUsersCountResponse';
44
- export * from './operator';
45
- export * from './orderBy';
46
- export * from './topCountry';
47
- export * from './topHit';
48
- export * from './topHitsResponse';
49
- export * from './topHitsResponseWithAnalytics';
50
- export * from './topHitsResponseWithRevenueAnalytics';
51
- export * from './topHitWithAnalytics';
52
- export * from './topHitWithRevenueAnalytics';
53
- export * from './topSearch';
54
- export * from './topSearchesResponse';
55
- export * from './topSearchesResponseWithAnalytics';
56
- export * from './topSearchesResponseWithRevenueAnalytics';
57
- export * from './topSearchWithAnalytics';
58
- export * from './topSearchWithRevenueAnalytics';
package/model/operator.ts DELETED
@@ -1,6 +0,0 @@
1
- // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
-
3
- /**
4
- * Character that characterizes how the filter is applied. For example, for a facet filter `facet:value`, `:` is the operator. For a numeric filter `count>50`, `>` is the operator.
5
- */
6
- export type Operator = ':' | '<' | '<=' | '=' | '!=' | '>' | '>=';