Skip to content

Commit c1d18a9

Browse files
algolia-botcdhawke
andcommitted
feat(specs): abtesting winsorizedAmount (generated)
algolia/api-clients-automation#5053 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Christopher Hawke <69921547+cdhawke@users.noreply.github.com>
1 parent 4e0186f commit c1d18a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/client-abtesting/model/currency.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ export type Currency = {
2020
* Standard deviation for this currency.
2121
*/
2222
standardDeviation?: number | undefined;
23+
24+
/**
25+
* The amount of revenue for this currency that was removed after capping purchase amounts to the 95th percentile.
26+
*/
27+
winsorizedAmount?: number | undefined;
2328
};

0 commit comments

Comments
 (0)