Skip to content

Commit 1ff88f0

Browse files
algolia-api-clients-automation-bot[bot]cdhawkeclaudeFluf22
committed
feat(specs): remove migratedAbTestID from abtesting-v3 (generated)
algolia/api-clients-automation#6883 Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com> Co-authored-by: Christopher Hawke <69921547+cdhawke@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent 217d5b6 commit 1ff88f0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/abtesting/model/aBTest.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,5 @@ export type ABTest = {
4545

4646
configuration?: ABTestConfiguration | undefined;
4747

48-
/**
49-
* Unique migrated A/B test identifier.
50-
*/
51-
migratedAbTestID?: number | undefined;
52-
5348
decision?: Decision | undefined;
5449
};

packages/client-search/model/log.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
import type { LogQuery } from './logQuery';
44

55
export type Log = {
6+
/**
7+
* Correlation ID of the logged API request, also returned in that request\'s `Correlation-ID` response header.
8+
*/
9+
cid?: string | undefined;
10+
611
/**
712
* Date and time of the API request, in RFC 3339 format.
813
*/

0 commit comments

Comments
 (0)