Skip to content

Commit c1c3837

Browse files
bilby91claude
andcommitted
fix: update snapshot for SSE endpoint additionalProperties test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 51ff11a commit c1c3837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-additional-properties/client

packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-additional-properties/client/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ type SseFn = <
152152
ThrowOnError extends boolean = false,
153153
TResponseStyle extends ResponseStyle = 'fields',
154154
>(
155-
options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>,
155+
options: Omit<RequestOptions<never, TResponseStyle, ThrowOnError>, 'method'>,
156156
) => Promise<ServerSentEventsResult<TData, TError>>;
157157

158158
type RequestFn = <

0 commit comments

Comments
 (0)