Skip to content

Commit 46041f0

Browse files
algolia-botcdhawke
andcommitted
feat(specs): update estimate response type [skip-bc] (generated)
algolia/api-clients-automation#4101 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Christopher Hawke <[email protected]>
1 parent df1e896 commit 46041f0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/client-abtesting/model/estimateABTestResponse.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ export type EstimateABTestResponse = {
77
durationDays?: number;
88

99
/**
10-
* Number of tracked searches needed to be able to detect the configured effect for the control variant.
10+
* Sample size estimates for each variant. The first element is the control variant. Each element is the estimated number of searches required to achieve the desired statistical significance.
1111
*/
12-
controlSampleSize?: number;
13-
14-
/**
15-
* Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
16-
*/
17-
experimentSampleSize?: number;
12+
sampleSizes?: Array<number>;
1813
};

0 commit comments

Comments
 (0)