Skip to content

Commit 910f81e

Browse files
algolia-botstevenMevansshortcuts
committed
feat(specs): abtests stopped at (generated)
algolia/api-clients-automation#5275 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Steven Evans <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 29a82bc commit 910f81e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/abtesting/model/aBTest.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export type ABTest = {
2525
*/
2626
endAt: string;
2727

28+
/**
29+
* Date and time when the A/B test was stopped, in RFC 3339 format.
30+
*/
31+
stoppedAt?: string | null | undefined;
32+
2833
/**
2934
* A/B test name.
3035
*/

packages/client-abtesting/model/aBTest.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ export type ABTest = {
3535
*/
3636
endAt: string;
3737

38+
/**
39+
* Date and time when the A/B test was stopped, in RFC 3339 format.
40+
*/
41+
stoppedAt?: string | null | undefined;
42+
3843
/**
3944
* A/B test name.
4045
*/

0 commit comments

Comments
 (0)