|
1 | 1 | diff --git a/packages/ai/openai/src/Generated.ts b/packages/ai/openai/src/Generated.ts |
2 | | -index bff596c3d..938a26f44 100644 |
| 2 | +index 1f2580576..a24c4f359 100644 |
3 | 3 | --- a/packages/ai/openai/src/Generated.ts |
4 | 4 | +++ b/packages/ai/openai/src/Generated.ts |
5 | | -@@ -897,7 +897,7 @@ export class CreateTranscriptionResponseVerboseJson |
| 5 | +@@ -915,9 +915,9 @@ export class CreateTranscriptionResponseVerboseJson |
6 | 6 | {} |
7 | 7 |
|
8 | | - export class CreateTranscription200 |
9 | | -- extends S.Union(CreateTranscriptionResponseJson, CreateTranscriptionResponseVerboseJson) |
10 | | -+ extends S.Union(CreateTranscriptionResponseVerboseJson, CreateTranscriptionResponseJson) |
11 | | - {} |
12 | | - |
13 | | - export class CreateTranslationRequestModelEnum extends S.Literal("whisper-1") {} |
14 | | -@@ -4844,7 +4844,8 @@ export class Includable extends S.Literal( |
15 | | - "file_search_call.results", |
16 | | - "message.input_image.image_url", |
17 | | - "message.output_text.logprobs", |
18 | | -- "reasoning.encrypted_content" |
19 | | -+ "reasoning.encrypted_content", |
20 | | -+ "web_search_call.action.sources" |
| 8 | + export class CreateTranscription200 extends S.Union( |
| 9 | +- CreateTranscriptionResponseJson, |
| 10 | ++ CreateTranscriptionResponseVerboseJson, |
| 11 | + CreateTranscriptionResponseDiarizedJson, |
| 12 | +- CreateTranscriptionResponseVerboseJson |
| 13 | ++ CreateTranscriptionResponseJson |
21 | 14 | ) {} |
22 | 15 |
|
23 | | - export class ListConversationItemsParams extends S.Struct({ |
| 16 | + export class CreateTranslationRequestModelEnum extends S.Literal("whisper-1") {} |
0 commit comments