Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
277 changes: 166 additions & 111 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ generation:
skipResponseBodyAssertions: false
preApplyUnionDiscriminators: true
typescript:
version: 0.12.20
version: 0.12.21
acceptHeaderEnum: false
additionalDependencies:
dependencies:
Expand Down
81 changes: 81 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5070,6 +5070,18 @@ components:
maxLength: 500
nullable: true
type: string
io_logging_api_key_ids:
description: Optional array of API key IDs to filter I/O logging
example: null
items:
type: integer
nullable: true
type: array
io_logging_sampling_rate:
description: Sampling rate for I/O logging (0.0001-1)
example: 1
format: double
type: number
is_data_discount_logging_enabled:
description: Whether data discount logging is enabled
example: true
Expand Down Expand Up @@ -5109,6 +5121,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -6044,6 +6058,10 @@ components:
example: req-1727282430-aBcDeFgHiJkLmNoPqRsT
nullable: true
type: string
response_cache_source_id:
description: If this generation was served from response cache, contains the original generation ID. Null otherwise.
nullable: true
type: string
router:
description: Router used for the request (e.g., openrouter/auto)
example: openrouter/auto
Expand Down Expand Up @@ -6178,6 +6196,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -6792,8 +6812,22 @@ components:
- $ref: '#/components/schemas/OutputWebSearchCallItem'
- $ref: '#/components/schemas/OutputFileSearchCallItem'
- $ref: '#/components/schemas/OutputImageGenerationCallItem'
- $ref: '#/components/schemas/OutputCodeInterpreterCallItem'
- $ref: '#/components/schemas/OutputComputerCallItem'
- $ref: '#/components/schemas/OutputDatetimeItem'
- $ref: '#/components/schemas/OutputWebSearchServerToolItem'
- $ref: '#/components/schemas/OutputCodeInterpreterServerToolItem'
- $ref: '#/components/schemas/OutputFileSearchServerToolItem'
- $ref: '#/components/schemas/OutputImageGenerationServerToolItem'
- $ref: '#/components/schemas/OutputBrowserUseServerToolItem'
- $ref: '#/components/schemas/OutputBashServerToolItem'
- $ref: '#/components/schemas/OutputTextEditorServerToolItem'
- $ref: '#/components/schemas/OutputApplyPatchServerToolItem'
- $ref: '#/components/schemas/OutputWebFetchServerToolItem'
- $ref: '#/components/schemas/OutputToolSearchServerToolItem'
- $ref: '#/components/schemas/OutputMemoryServerToolItem'
- $ref: '#/components/schemas/OutputMcpServerToolItem'
- $ref: '#/components/schemas/OutputSearchModelsServerToolItem'
type: array
description: Input for a response request - can be a string or array of items
example:
Expand Down Expand Up @@ -7201,6 +7235,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -13488,6 +13524,18 @@ components:
maxLength: 500
nullable: true
type: string
io_logging_api_key_ids:
description: Optional array of API key IDs to filter I/O logging
example: null
items:
type: integer
nullable: true
type: array
io_logging_sampling_rate:
description: Sampling rate for I/O logging (0.0001-1)
example: 1
format: double
type: number
is_data_discount_logging_enabled:
description: Whether data discount logging is enabled
example: true
Expand Down Expand Up @@ -13524,6 +13572,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -13629,6 +13679,13 @@ components:
- '9:21'
example: '16:9'
type: string
callback_url:
description: >-
URL to receive a webhook notification when the video generation job completes. Overrides the workspace-level
default callback URL if set. Must be HTTPS.
example: https://example.com/webhook
format: uri
type: string
duration:
description: Duration of the generated video in seconds
example: 8
Expand Down Expand Up @@ -14721,6 +14778,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -14762,6 +14821,18 @@ components:
example: 550e8400-e29b-41d4-a716-446655440000
format: uuid
type: string
io_logging_api_key_ids:
description: Optional array of API key IDs to filter I/O logging. Null means all keys are logged.
example: null
items:
type: integer
nullable: true
type: array
io_logging_sampling_rate:
description: Sampling rate for I/O logging (0.0001-1). 1 means 100% of requests are logged.
example: 1
format: double
type: number
is_data_discount_logging_enabled:
description: Whether data discount logging is enabled for this workspace
example: true
Expand Down Expand Up @@ -14798,6 +14869,8 @@ components:
- is_observability_io_logging_enabled
- is_observability_broadcast_enabled
- is_data_discount_logging_enabled
- io_logging_sampling_rate
- io_logging_api_key_ids
- created_at
- updated_at
- created_by
Expand Down Expand Up @@ -21077,6 +21150,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -21153,6 +21228,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -21311,6 +21388,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -21391,6 +21470,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down
80 changes: 80 additions & 0 deletions .speakeasy/out.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5113,6 +5113,18 @@ components:
maxLength: 500
nullable: true
type: string
io_logging_api_key_ids:
description: Optional array of API key IDs to filter I/O logging
example: null
items:
type: integer
nullable: true
type: array
io_logging_sampling_rate:
description: Sampling rate for I/O logging (0.0001-1)
example: 1
format: double
type: number
is_data_discount_logging_enabled:
description: Whether data discount logging is enabled
example: true
Expand Down Expand Up @@ -5152,6 +5164,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -6092,6 +6106,10 @@ components:
example: req-1727282430-aBcDeFgHiJkLmNoPqRsT
nullable: true
type: string
response_cache_source_id:
description: If this generation was served from response cache, contains the original generation ID. Null otherwise.
nullable: true
type: string
router:
description: Router used for the request (e.g., openrouter/auto)
example: openrouter/auto
Expand Down Expand Up @@ -6226,6 +6244,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -6849,8 +6869,22 @@ components:
- $ref: '#/components/schemas/OutputWebSearchCallItem'
- $ref: '#/components/schemas/OutputFileSearchCallItem'
- $ref: '#/components/schemas/OutputImageGenerationCallItem'
- $ref: '#/components/schemas/OutputCodeInterpreterCallItem'
- $ref: '#/components/schemas/OutputComputerCallItem'
- $ref: '#/components/schemas/OutputDatetimeItem'
- $ref: '#/components/schemas/OutputWebSearchServerToolItem'
- $ref: '#/components/schemas/OutputCodeInterpreterServerToolItem'
- $ref: '#/components/schemas/OutputFileSearchServerToolItem'
- $ref: '#/components/schemas/OutputImageGenerationServerToolItem'
- $ref: '#/components/schemas/OutputBrowserUseServerToolItem'
- $ref: '#/components/schemas/OutputBashServerToolItem'
- $ref: '#/components/schemas/OutputTextEditorServerToolItem'
- $ref: '#/components/schemas/OutputApplyPatchServerToolItem'
- $ref: '#/components/schemas/OutputWebFetchServerToolItem'
- $ref: '#/components/schemas/OutputToolSearchServerToolItem'
- $ref: '#/components/schemas/OutputMemoryServerToolItem'
- $ref: '#/components/schemas/OutputMcpServerToolItem'
- $ref: '#/components/schemas/OutputSearchModelsServerToolItem'
type: array
description: Input for a response request - can be a string or array of items
example:
Expand Down Expand Up @@ -7258,6 +7292,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -13539,6 +13575,18 @@ components:
maxLength: 500
nullable: true
type: string
io_logging_api_key_ids:
description: Optional array of API key IDs to filter I/O logging
example: null
items:
type: integer
nullable: true
type: array
io_logging_sampling_rate:
description: Sampling rate for I/O logging (0.0001-1)
example: 1
format: double
type: number
is_data_discount_logging_enabled:
description: Whether data discount logging is enabled
example: true
Expand Down Expand Up @@ -13575,6 +13623,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -13681,6 +13731,12 @@ components:
example: '16:9'
type: string
x-speakeasy-unknown-values: allow
callback_url:
description: >-
URL to receive a webhook notification when the video generation job completes. Overrides the workspace-level default callback URL if set. Must be HTTPS.
example: https://example.com/webhook
format: uri
type: string
duration:
description: Duration of the generated video in seconds
example: 8
Expand Down Expand Up @@ -14765,6 +14821,8 @@ components:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -14806,6 +14864,18 @@ components:
example: 550e8400-e29b-41d4-a716-446655440000
format: uuid
type: string
io_logging_api_key_ids:
description: Optional array of API key IDs to filter I/O logging. Null means all keys are logged.
example: null
items:
type: integer
nullable: true
type: array
io_logging_sampling_rate:
description: Sampling rate for I/O logging (0.0001-1). 1 means 100% of requests are logged.
example: 1
format: double
type: number
is_data_discount_logging_enabled:
description: Whether data discount logging is enabled for this workspace
example: true
Expand Down Expand Up @@ -14842,6 +14912,8 @@ components:
- is_observability_io_logging_enabled
- is_observability_broadcast_enabled
- is_data_discount_logging_enabled
- io_logging_sampling_rate
- io_logging_api_key_ids
- created_at
- updated_at
- created_by
Expand Down Expand Up @@ -21214,6 +21286,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -21289,6 +21363,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -21450,6 +21526,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down Expand Up @@ -21529,6 +21607,8 @@ paths:
default_text_model: openai/gpt-4o
description: Production environment workspace
id: 550e8400-e29b-41d4-a716-446655440000
io_logging_api_key_ids: null
io_logging_sampling_rate: 1
is_data_discount_logging_enabled: true
is_observability_broadcast_enabled: false
is_observability_io_logging_enabled: false
Expand Down
Loading