algoliasearch 5.0.0-alpha.110 → 5.0.0-alpha.112
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/algoliasearch/builds/browser.d.ts +1 -1
- package/dist/algoliasearch/builds/node.d.ts +1 -1
- package/dist/algoliasearch.cjs +62 -62
- package/dist/algoliasearch.esm.browser.js +64 -67
- package/dist/algoliasearch.esm.node.js +62 -62
- package/dist/algoliasearch.umd.js +2 -2
- package/dist/client-abtesting/model/aBTest.d.ts +9 -24
- package/dist/client-abtesting/model/aBTest.d.ts.map +1 -1
- package/dist/client-abtesting/model/aBTestConfiguration.d.ts +12 -0
- package/dist/client-abtesting/model/aBTestConfiguration.d.ts.map +1 -0
- package/dist/client-abtesting/model/aBTestResponse.d.ts +2 -2
- package/dist/client-abtesting/model/abTestsVariant.d.ts +3 -3
- package/dist/client-abtesting/model/addABTestsRequest.d.ts +1 -1
- package/dist/client-abtesting/model/clientMethodProps.d.ts +5 -5
- package/dist/client-abtesting/model/customSearchParams.d.ts +1 -1
- package/dist/client-abtesting/model/effect.d.ts +5 -0
- package/dist/client-abtesting/model/effect.d.ts.map +1 -0
- package/dist/client-abtesting/model/emptySearch.d.ts +10 -0
- package/dist/client-abtesting/model/emptySearch.d.ts.map +1 -0
- package/dist/client-abtesting/model/index.d.ts +6 -0
- package/dist/client-abtesting/model/index.d.ts.map +1 -1
- package/dist/client-abtesting/model/listABTestsResponse.d.ts +1 -1
- package/dist/client-abtesting/model/minimumDetectableEffect.d.ts +12 -0
- package/dist/client-abtesting/model/minimumDetectableEffect.d.ts.map +1 -0
- package/dist/client-abtesting/model/outliers.d.ts +10 -0
- package/dist/client-abtesting/model/outliers.d.ts.map +1 -0
- package/dist/client-abtesting/model/status.d.ts +5 -0
- package/dist/client-abtesting/model/status.d.ts.map +1 -0
- package/dist/client-abtesting/model/variant.d.ts +13 -13
- package/dist/client-abtesting/src/abtestingClient.d.ts +11 -11
- package/dist/client-analytics/model/clientMethodProps.d.ts +38 -38
- package/dist/client-analytics/model/getStatusResponse.d.ts +1 -1
- package/dist/client-analytics/src/analyticsClient.d.ts +39 -39
- package/dist/client-personalization/model/clientMethodProps.d.ts +2 -2
- package/dist/client-personalization/model/deleteUserProfileResponse.d.ts +2 -2
- package/dist/client-personalization/model/eventScoring.d.ts +4 -6
- package/dist/client-personalization/model/eventScoring.d.ts.map +1 -1
- package/dist/client-personalization/model/eventType.d.ts +5 -0
- package/dist/client-personalization/model/eventType.d.ts.map +1 -0
- package/dist/client-personalization/model/facetScoring.d.ts +2 -2
- package/dist/client-personalization/model/getUserTokenResponse.d.ts +3 -3
- package/dist/client-personalization/model/index.d.ts +1 -0
- package/dist/client-personalization/model/index.d.ts.map +1 -1
- package/dist/client-personalization/model/personalizationStrategyParams.d.ts +3 -3
- package/dist/client-personalization/src/personalizationClient.d.ts +7 -7
- package/dist/client-search/model/addApiKeyResponse.d.ts +1 -1
- package/dist/client-search/model/baseGetApiKeyResponse.d.ts +1 -1
- package/dist/client-search/model/baseIndexSettings.d.ts +10 -10
- package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts +5 -4
- package/dist/client-search/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
- package/dist/client-search/model/clientMethodProps.d.ts +4 -4
- package/dist/client-search/model/createdAtResponse.d.ts +1 -1
- package/dist/client-search/model/deleteApiKeyResponse.d.ts +1 -1
- package/dist/client-search/model/deleteByParams.d.ts +2 -2
- package/dist/client-search/model/deleteSourceResponse.d.ts +1 -1
- package/dist/client-search/model/deletedAtResponse.d.ts +1 -1
- package/dist/client-search/model/exactOnSingleWordQuery.d.ts +1 -1
- package/dist/client-search/model/fetchedIndex.d.ts +1 -1
- package/dist/client-search/model/indexSettingsAsSearchParams.d.ts +10 -10
- package/dist/client-search/model/log.d.ts +1 -1
- package/dist/client-search/model/multipleBatchRequest.d.ts +1 -1
- package/dist/client-search/model/operationIndexParams.d.ts +1 -1
- package/dist/client-search/model/reRankingApplyFilter.d.ts +1 -1
- package/dist/client-search/model/removeUserIdResponse.d.ts +1 -1
- package/dist/client-search/model/removeWordsIfNoResults.d.ts +1 -1
- package/dist/client-search/model/replaceSourceResponse.d.ts +1 -1
- package/dist/client-search/model/saveObjectResponse.d.ts +1 -1
- package/dist/client-search/model/saveSynonymResponse.d.ts +1 -1
- package/dist/client-search/model/searchForFacetsOptions.d.ts +1 -1
- package/dist/client-search/model/searchForHitsOptions.d.ts +1 -1
- package/dist/client-search/model/searchParamsObject.d.ts +3 -0
- package/dist/client-search/model/searchParamsObject.d.ts.map +1 -1
- package/dist/client-search/model/searchUserIdsResponse.d.ts +1 -1
- package/dist/client-search/model/securedAPIKeyRestrictions.d.ts +1 -1
- package/dist/client-search/model/sortRemainingBy.d.ts +1 -1
- package/dist/client-search/model/updateApiKeyResponse.d.ts +1 -1
- package/dist/client-search/model/updatedAtResponse.d.ts +1 -1
- package/dist/client-search/model/updatedAtWithObjectIdResponse.d.ts +1 -1
- package/dist/client-search/model/updatedRuleResponse.d.ts +1 -1
- package/dist/client-search/model/userHit.d.ts +1 -1
- package/dist/client-search/model/userId.d.ts +1 -1
- package/dist/client-search/src/searchClient.d.ts +5 -5
- package/dist/lite/lite.cjs +1 -1
- package/dist/lite/lite.esm.browser.js +3 -6
- package/dist/lite/lite.esm.node.js +1 -1
- package/dist/lite/lite.umd.js +2 -2
- package/dist/lite/model/addApiKeyResponse.d.ts +1 -1
- package/dist/lite/model/baseGetApiKeyResponse.d.ts +1 -1
- package/dist/lite/model/baseIndexSettings.d.ts +10 -10
- package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts +5 -4
- package/dist/lite/model/baseSearchParamsWithoutQuery.d.ts.map +1 -1
- package/dist/lite/model/deleteByParams.d.ts +2 -2
- package/dist/lite/model/exactOnSingleWordQuery.d.ts +1 -1
- package/dist/lite/model/fetchedIndex.d.ts +1 -1
- package/dist/lite/model/indexSettingsAsSearchParams.d.ts +10 -10
- package/dist/lite/model/reRankingApplyFilter.d.ts +1 -1
- package/dist/lite/model/removeWordsIfNoResults.d.ts +1 -1
- package/dist/lite/model/searchForFacetsOptions.d.ts +1 -1
- package/dist/lite/model/searchForHitsOptions.d.ts +1 -1
- package/dist/lite/model/searchParamsObject.d.ts +3 -0
- package/dist/lite/model/searchParamsObject.d.ts.map +1 -1
- package/dist/lite/model/securedAPIKeyRestrictions.d.ts +1 -1
- package/dist/lite/model/sortRemainingBy.d.ts +1 -1
- package/dist/lite/model/updatedRuleResponse.d.ts +1 -1
- package/dist/lite/model/userId.d.ts +1 -1
- package/dist/lite/src/liteClient.d.ts +1 -1
- package/lite/model/addApiKeyResponse.ts +1 -1
- package/lite/model/baseGetApiKeyResponse.ts +1 -1
- package/lite/model/baseIndexSettings.ts +10 -10
- package/lite/model/baseSearchParamsWithoutQuery.ts +5 -4
- package/lite/model/deleteByParams.ts +2 -2
- package/lite/model/exactOnSingleWordQuery.ts +1 -1
- package/lite/model/fetchedIndex.ts +1 -1
- package/lite/model/indexSettingsAsSearchParams.ts +10 -10
- package/lite/model/reRankingApplyFilter.ts +1 -1
- package/lite/model/removeWordsIfNoResults.ts +1 -1
- package/lite/model/searchForFacetsOptions.ts +1 -1
- package/lite/model/searchForHitsOptions.ts +1 -1
- package/lite/model/searchParamsObject.ts +3 -0
- package/lite/model/securedAPIKeyRestrictions.ts +1 -1
- package/lite/model/sortRemainingBy.ts +1 -1
- package/lite/model/updatedRuleResponse.ts +1 -1
- package/lite/model/userId.ts +1 -1
- package/lite/src/liteClient.ts +1 -1
- package/package.json +12 -12
|
@@ -6,11 +6,11 @@ export type Variant = {
|
|
|
6
6
|
*/
|
|
7
7
|
addToCartCount: number;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* [Add-to-cart rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#add-to-cart-rate) for this variant.
|
|
10
10
|
*/
|
|
11
11
|
addToCartRate: number | null;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* [Average click position](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-position) for this variant.
|
|
14
14
|
*/
|
|
15
15
|
averageClickPosition: number | null;
|
|
16
16
|
/**
|
|
@@ -18,7 +18,7 @@ export type Variant = {
|
|
|
18
18
|
*/
|
|
19
19
|
clickCount: number;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* [Click-through rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate) for this variant.
|
|
22
22
|
*/
|
|
23
23
|
clickThroughRate: number | null;
|
|
24
24
|
/**
|
|
@@ -26,7 +26,7 @@ export type Variant = {
|
|
|
26
26
|
*/
|
|
27
27
|
conversionCount: number;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* [Conversion rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#conversion-rate) for this variant.
|
|
30
30
|
*/
|
|
31
31
|
conversionRate: number | null;
|
|
32
32
|
/**
|
|
@@ -34,20 +34,20 @@ export type Variant = {
|
|
|
34
34
|
*/
|
|
35
35
|
currencies?: Record<string, Currency>;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Description for this variant.
|
|
38
38
|
*/
|
|
39
39
|
description: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Estimated number of searches required to achieve the desired statistical significance. The A/B test configuration must include a `mininmumDetectableEffect` setting for this number to be included in the response.
|
|
42
42
|
*/
|
|
43
43
|
estimatedSampleSize?: number;
|
|
44
44
|
filterEffects?: FilterEffects;
|
|
45
45
|
/**
|
|
46
|
-
* A/B test
|
|
46
|
+
* Index name of the A/B test variant (case-sensitive).
|
|
47
47
|
*/
|
|
48
48
|
index: string;
|
|
49
49
|
/**
|
|
50
|
-
* Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for
|
|
50
|
+
* Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for this variant.
|
|
51
51
|
*/
|
|
52
52
|
noResultCount: number | null;
|
|
53
53
|
/**
|
|
@@ -55,11 +55,11 @@ export type Variant = {
|
|
|
55
55
|
*/
|
|
56
56
|
purchaseCount: number;
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* [Purchase rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#purchase-rate) for this variant.
|
|
59
59
|
*/
|
|
60
60
|
purchaseRate: number | null;
|
|
61
61
|
/**
|
|
62
|
-
* Number of searches
|
|
62
|
+
* Number of searches for this variant.
|
|
63
63
|
*/
|
|
64
64
|
searchCount: number | null;
|
|
65
65
|
/**
|
|
@@ -67,15 +67,15 @@ export type Variant = {
|
|
|
67
67
|
*/
|
|
68
68
|
trackedSearchCount?: number;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
70
|
+
* Percentage of search requests each variant receives.
|
|
71
71
|
*/
|
|
72
72
|
trafficPercentage: number;
|
|
73
73
|
/**
|
|
74
|
-
* Number of users
|
|
74
|
+
* Number of users that made searches to this variant.
|
|
75
75
|
*/
|
|
76
76
|
userCount: number | null;
|
|
77
77
|
/**
|
|
78
|
-
* Number of users that
|
|
78
|
+
* Number of users that made tracked searches to this variant.
|
|
79
79
|
*/
|
|
80
80
|
trackedUserCount: number | null;
|
|
81
81
|
};
|
|
@@ -4,7 +4,7 @@ import type { ABTestResponse } from '../model/aBTestResponse';
|
|
|
4
4
|
import type { AddABTestsRequest } from '../model/addABTestsRequest';
|
|
5
5
|
import type { CustomDeleteProps, CustomGetProps, CustomPostProps, CustomPutProps, DeleteABTestProps, GetABTestProps, ListABTestsProps, StopABTestProps } from '../model/clientMethodProps';
|
|
6
6
|
import type { ListABTestsResponse } from '../model/listABTestsResponse';
|
|
7
|
-
export declare const apiClientVersion = "5.0.0-alpha.
|
|
7
|
+
export declare const apiClientVersion = "5.0.0-alpha.112";
|
|
8
8
|
export declare const REGIONS: readonly ["de", "us"];
|
|
9
9
|
export type Region = (typeof REGIONS)[number];
|
|
10
10
|
export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, region: regionOption, ...options }: CreateClientOptions & {
|
|
@@ -31,7 +31,7 @@ export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiK
|
|
|
31
31
|
*/
|
|
32
32
|
addAlgoliaAgent(segment: string, version?: string): void;
|
|
33
33
|
/**
|
|
34
|
-
* Creates
|
|
34
|
+
* Creates a new A/B test.
|
|
35
35
|
*
|
|
36
36
|
* Required API Key ACLs:
|
|
37
37
|
* - editSettings.
|
|
@@ -79,29 +79,29 @@ export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiK
|
|
|
79
79
|
*/
|
|
80
80
|
customPut({ path, parameters, body }: CustomPutProps, requestOptions?: RequestOptions): Promise<Record<string, any>>;
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* Deletes an A/B test by its ID.
|
|
83
83
|
*
|
|
84
84
|
* Required API Key ACLs:
|
|
85
85
|
* - editSettings.
|
|
86
86
|
*
|
|
87
87
|
* @param deleteABTest - The deleteABTest object.
|
|
88
|
-
* @param deleteABTest.id - Unique A/B test
|
|
88
|
+
* @param deleteABTest.id - Unique A/B test identifier.
|
|
89
89
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
90
90
|
*/
|
|
91
91
|
deleteABTest({ id }: DeleteABTestProps, requestOptions?: RequestOptions): Promise<ABTestResponse>;
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* Retrieves the details for an A/B test by its ID.
|
|
94
94
|
*
|
|
95
95
|
* Required API Key ACLs:
|
|
96
96
|
* - analytics.
|
|
97
97
|
*
|
|
98
98
|
* @param getABTest - The getABTest object.
|
|
99
|
-
* @param getABTest.id - Unique A/B test
|
|
99
|
+
* @param getABTest.id - Unique A/B test identifier.
|
|
100
100
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
101
101
|
*/
|
|
102
102
|
getABTest({ id }: GetABTestProps, requestOptions?: RequestOptions): Promise<ABTest>;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Lists all A/B tests you configured for this application.
|
|
105
105
|
*
|
|
106
106
|
* Required API Key ACLs:
|
|
107
107
|
* - analytics.
|
|
@@ -109,19 +109,19 @@ export declare function createAbtestingClient({ appId: appIdOption, apiKey: apiK
|
|
|
109
109
|
* @param listABTests - The listABTests object.
|
|
110
110
|
* @param listABTests.offset - Position of the first item to return.
|
|
111
111
|
* @param listABTests.limit - Number of items to return.
|
|
112
|
-
* @param listABTests.indexPrefix - Only
|
|
113
|
-
* @param listABTests.indexSuffix - Only
|
|
112
|
+
* @param listABTests.indexPrefix - Index name prefix. Only A/B tests for indices starting with this string are included in the response.
|
|
113
|
+
* @param listABTests.indexSuffix - Index name suffix. Only A/B tests for indices ending with this string are included in the response.
|
|
114
114
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
115
115
|
*/
|
|
116
116
|
listABTests({ offset, limit, indexPrefix, indexSuffix }?: ListABTestsProps, requestOptions?: RequestOptions | undefined): Promise<ListABTestsResponse>;
|
|
117
117
|
/**
|
|
118
|
-
*
|
|
118
|
+
* Stops an A/B test by its ID. You can\'t restart stopped A/B tests.
|
|
119
119
|
*
|
|
120
120
|
* Required API Key ACLs:
|
|
121
121
|
* - editSettings.
|
|
122
122
|
*
|
|
123
123
|
* @param stopABTest - The stopABTest object.
|
|
124
|
-
* @param stopABTest.id - Unique A/B test
|
|
124
|
+
* @param stopABTest.id - Unique A/B test identifier.
|
|
125
125
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
126
126
|
*/
|
|
127
127
|
stopABTest({ id }: StopABTestProps, requestOptions?: RequestOptions): Promise<ABTestResponse>;
|
|
@@ -69,11 +69,11 @@ export type GetAddToCartRateProps = {
|
|
|
69
69
|
*/
|
|
70
70
|
index: string;
|
|
71
71
|
/**
|
|
72
|
-
* Start date
|
|
72
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
73
73
|
*/
|
|
74
74
|
startDate?: string;
|
|
75
75
|
/**
|
|
76
|
-
* End date
|
|
76
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
77
77
|
*/
|
|
78
78
|
endDate?: string;
|
|
79
79
|
/**
|
|
@@ -90,11 +90,11 @@ export type GetAverageClickPositionProps = {
|
|
|
90
90
|
*/
|
|
91
91
|
index: string;
|
|
92
92
|
/**
|
|
93
|
-
* Start date
|
|
93
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
94
94
|
*/
|
|
95
95
|
startDate?: string;
|
|
96
96
|
/**
|
|
97
|
-
* End date
|
|
97
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
98
98
|
*/
|
|
99
99
|
endDate?: string;
|
|
100
100
|
/**
|
|
@@ -111,11 +111,11 @@ export type GetClickPositionsProps = {
|
|
|
111
111
|
*/
|
|
112
112
|
index: string;
|
|
113
113
|
/**
|
|
114
|
-
* Start date
|
|
114
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
115
115
|
*/
|
|
116
116
|
startDate?: string;
|
|
117
117
|
/**
|
|
118
|
-
* End date
|
|
118
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
119
119
|
*/
|
|
120
120
|
endDate?: string;
|
|
121
121
|
/**
|
|
@@ -132,11 +132,11 @@ export type GetClickThroughRateProps = {
|
|
|
132
132
|
*/
|
|
133
133
|
index: string;
|
|
134
134
|
/**
|
|
135
|
-
* Start date
|
|
135
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
136
136
|
*/
|
|
137
137
|
startDate?: string;
|
|
138
138
|
/**
|
|
139
|
-
* End date
|
|
139
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
140
140
|
*/
|
|
141
141
|
endDate?: string;
|
|
142
142
|
/**
|
|
@@ -153,11 +153,11 @@ export type GetConversionRateProps = {
|
|
|
153
153
|
*/
|
|
154
154
|
index: string;
|
|
155
155
|
/**
|
|
156
|
-
* Start date
|
|
156
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
157
157
|
*/
|
|
158
158
|
startDate?: string;
|
|
159
159
|
/**
|
|
160
|
-
* End date
|
|
160
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
161
161
|
*/
|
|
162
162
|
endDate?: string;
|
|
163
163
|
/**
|
|
@@ -174,11 +174,11 @@ export type GetNoClickRateProps = {
|
|
|
174
174
|
*/
|
|
175
175
|
index: string;
|
|
176
176
|
/**
|
|
177
|
-
* Start date
|
|
177
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
178
178
|
*/
|
|
179
179
|
startDate?: string;
|
|
180
180
|
/**
|
|
181
|
-
* End date
|
|
181
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
182
182
|
*/
|
|
183
183
|
endDate?: string;
|
|
184
184
|
/**
|
|
@@ -195,11 +195,11 @@ export type GetNoResultsRateProps = {
|
|
|
195
195
|
*/
|
|
196
196
|
index: string;
|
|
197
197
|
/**
|
|
198
|
-
* Start date
|
|
198
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
199
199
|
*/
|
|
200
200
|
startDate?: string;
|
|
201
201
|
/**
|
|
202
|
-
* End date
|
|
202
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
203
203
|
*/
|
|
204
204
|
endDate?: string;
|
|
205
205
|
/**
|
|
@@ -216,11 +216,11 @@ export type GetPurchaseRateProps = {
|
|
|
216
216
|
*/
|
|
217
217
|
index: string;
|
|
218
218
|
/**
|
|
219
|
-
* Start date
|
|
219
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
220
220
|
*/
|
|
221
221
|
startDate?: string;
|
|
222
222
|
/**
|
|
223
|
-
* End date
|
|
223
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
224
224
|
*/
|
|
225
225
|
endDate?: string;
|
|
226
226
|
/**
|
|
@@ -237,11 +237,11 @@ export type GetRevenueProps = {
|
|
|
237
237
|
*/
|
|
238
238
|
index: string;
|
|
239
239
|
/**
|
|
240
|
-
* Start date
|
|
240
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
241
241
|
*/
|
|
242
242
|
startDate?: string;
|
|
243
243
|
/**
|
|
244
|
-
* End date
|
|
244
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
245
245
|
*/
|
|
246
246
|
endDate?: string;
|
|
247
247
|
/**
|
|
@@ -258,11 +258,11 @@ export type GetSearchesCountProps = {
|
|
|
258
258
|
*/
|
|
259
259
|
index: string;
|
|
260
260
|
/**
|
|
261
|
-
* Start date
|
|
261
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
262
262
|
*/
|
|
263
263
|
startDate?: string;
|
|
264
264
|
/**
|
|
265
|
-
* End date
|
|
265
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
266
266
|
*/
|
|
267
267
|
endDate?: string;
|
|
268
268
|
/**
|
|
@@ -279,11 +279,11 @@ export type GetSearchesNoClicksProps = {
|
|
|
279
279
|
*/
|
|
280
280
|
index: string;
|
|
281
281
|
/**
|
|
282
|
-
* Start date
|
|
282
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
283
283
|
*/
|
|
284
284
|
startDate?: string;
|
|
285
285
|
/**
|
|
286
|
-
* End date
|
|
286
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
287
287
|
*/
|
|
288
288
|
endDate?: string;
|
|
289
289
|
/**
|
|
@@ -308,11 +308,11 @@ export type GetSearchesNoResultsProps = {
|
|
|
308
308
|
*/
|
|
309
309
|
index: string;
|
|
310
310
|
/**
|
|
311
|
-
* Start date
|
|
311
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
312
312
|
*/
|
|
313
313
|
startDate?: string;
|
|
314
314
|
/**
|
|
315
|
-
* End date
|
|
315
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
316
316
|
*/
|
|
317
317
|
endDate?: string;
|
|
318
318
|
/**
|
|
@@ -346,11 +346,11 @@ export type GetTopCountriesProps = {
|
|
|
346
346
|
*/
|
|
347
347
|
index: string;
|
|
348
348
|
/**
|
|
349
|
-
* Start date
|
|
349
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
350
350
|
*/
|
|
351
351
|
startDate?: string;
|
|
352
352
|
/**
|
|
353
|
-
* End date
|
|
353
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
354
354
|
*/
|
|
355
355
|
endDate?: string;
|
|
356
356
|
/**
|
|
@@ -379,11 +379,11 @@ export type GetTopFilterAttributesProps = {
|
|
|
379
379
|
*/
|
|
380
380
|
search?: string;
|
|
381
381
|
/**
|
|
382
|
-
* Start date
|
|
382
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
383
383
|
*/
|
|
384
384
|
startDate?: string;
|
|
385
385
|
/**
|
|
386
|
-
* End date
|
|
386
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
387
387
|
*/
|
|
388
388
|
endDate?: string;
|
|
389
389
|
/**
|
|
@@ -416,11 +416,11 @@ export type GetTopFilterForAttributeProps = {
|
|
|
416
416
|
*/
|
|
417
417
|
search?: string;
|
|
418
418
|
/**
|
|
419
|
-
* Start date
|
|
419
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
420
420
|
*/
|
|
421
421
|
startDate?: string;
|
|
422
422
|
/**
|
|
423
|
-
* End date
|
|
423
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
424
424
|
*/
|
|
425
425
|
endDate?: string;
|
|
426
426
|
/**
|
|
@@ -449,11 +449,11 @@ export type GetTopFiltersNoResultsProps = {
|
|
|
449
449
|
*/
|
|
450
450
|
search?: string;
|
|
451
451
|
/**
|
|
452
|
-
* Start date
|
|
452
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
453
453
|
*/
|
|
454
454
|
startDate?: string;
|
|
455
455
|
/**
|
|
456
|
-
* End date
|
|
456
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
457
457
|
*/
|
|
458
458
|
endDate?: string;
|
|
459
459
|
/**
|
|
@@ -490,11 +490,11 @@ export type GetTopHitsProps = {
|
|
|
490
490
|
*/
|
|
491
491
|
revenueAnalytics?: boolean;
|
|
492
492
|
/**
|
|
493
|
-
* Start date
|
|
493
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
494
494
|
*/
|
|
495
495
|
startDate?: string;
|
|
496
496
|
/**
|
|
497
|
-
* End date
|
|
497
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
498
498
|
*/
|
|
499
499
|
endDate?: string;
|
|
500
500
|
/**
|
|
@@ -527,11 +527,11 @@ export type GetTopSearchesProps = {
|
|
|
527
527
|
*/
|
|
528
528
|
revenueAnalytics?: boolean;
|
|
529
529
|
/**
|
|
530
|
-
* Start date
|
|
530
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
531
531
|
*/
|
|
532
532
|
startDate?: string;
|
|
533
533
|
/**
|
|
534
|
-
* End date
|
|
534
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
535
535
|
*/
|
|
536
536
|
endDate?: string;
|
|
537
537
|
/**
|
|
@@ -564,11 +564,11 @@ export type GetUsersCountProps = {
|
|
|
564
564
|
*/
|
|
565
565
|
index: string;
|
|
566
566
|
/**
|
|
567
|
-
* Start date
|
|
567
|
+
* Start date of the period to analyze, in `YYYY-MM-DD` format.
|
|
568
568
|
*/
|
|
569
569
|
startDate?: string;
|
|
570
570
|
/**
|
|
571
|
-
* End date
|
|
571
|
+
* End date of the period to analyze, in `YYYY-MM-DD` format.
|
|
572
572
|
*/
|
|
573
573
|
endDate?: string;
|
|
574
574
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type GetStatusResponse = {
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Date and time when the object was updated, in RFC 3339 format.
|
|
4
4
|
*/
|
|
5
5
|
updatedAt: string | null;
|
|
6
6
|
};
|