Skip to content
Merged
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
161 changes: 33 additions & 128 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 @@ -34,7 +34,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
python:
version: 1.0.2
version: 1.0.3
additionalDependencies:
dev: {}
main: {}
Expand Down
203 changes: 1 addition & 202 deletions .speakeasy/out.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14744,7 +14744,6 @@ components:
- 1
description: Define the version of the Connect protocol
const: 1
default: 1
connect-timeout-header:
type: number
title: Connect-Timeout-Ms
Expand Down Expand Up @@ -15996,6 +15995,7 @@ components:
usesMemberFeatures:
type: boolean
title: uses_member_features
deprecated: true
viewerGrants:
type: array
items:
Expand Down Expand Up @@ -21027,9 +21027,7 @@ components:
- CHAT_SOURCE_UNKNOWN
- CHAT_SOURCE_THREAD
- CHAT_SOURCE_PLAYBOOK
- CHAT_SOURCE_TEMPLATE
- CHAT_SOURCE_SLACK
- CHAT_SOURCE_AGENT
- CHAT_SOURCE_FEED
- CHAT_SOURCE_TEAMS
- CHAT_SOURCE_SMS
Expand Down Expand Up @@ -21976,65 +21974,24 @@ components:
- MODEL_DEFAULT
- MODEL_DEFAULT_LARGE
- MODEL_DEFAULT_REASONING
- MODEL_HAIKU_3
- MODEL_HAIKU_3_5
- MODEL_SONNET_3_5
- MODEL_SONNET_3_6
- MODEL_SONNET_3_7
- MODEL_SONNET_4
- MODEL_OPUS_4
- MODEL_SONNET_4_5
- MODEL_HAIKU_4_5
- MODEL_OPUS_4_5
- MODEL_OPUS_4_6
- MODEL_SONNET_4_6
- MODEL_OPUS_4_7
- MODEL_OPUS_4_8
- MODEL_FABLE_5
- MODEL_SONNET_5
- MODEL_GPT_4
- MODEL_GPT_4_TURBO
- MODEL_GPT_4O
- MODEL_GPT_4_1
- MODEL_GPT_4_1_MINI
- MODEL_GPT_4_1_NANO
- MODEL_O_1
- MODEL_O_1_MINI
- MODEL_O_3
- MODEL_O_3_MINI
- MODEL_O_4_MINI
- MODEL_GPT_5
- MODEL_GPT_5_MINI
- MODEL_GPT_5_NANO
- MODEL_GPT_5_2
- MODEL_GPT_5_2_PRO
- MODEL_GPT_5_5
- MODEL_GPT_5_4
- MODEL_GPT_5_4_MINI
- MODEL_GPT_5_6_SOL
- MODEL_GEMINI_3_FLASH
- MODEL_GEMINI_3_PRO
- MODEL_GEMINI_3_1_PRO
- MODEL_GEMINI_3_5_FLASH
- MODEL_GPT_5_6_TERRA
- MODEL_GPT_5_6_LUNA
- MODEL_KIMI_K2_INSTRUCT
- MODEL_QWEN3_CODER
- MODEL_QWEN3_CODER_SMALL
- MODEL_GPT_OSS
- MODEL_GPT_OSS_SMALL
- MODEL_GLM_4_5
- MODEL_GLM_4_6
- MODEL_KIMI_K2_THINKING
- MODEL_KIMI_K2_5
- MODEL_DEEPSEEK_3_2
- MODEL_GLM_5
- MODEL_VLLM
- MODEL_KIMI_K2_6
- MODEL_GLM_5_2
- MODEL_KIMI_K2_7_CODE
- MODEL_QWEN3_7_PLUS
- MODEL_CEREBRAS_GLM_4_7
- MODEL_MUSE_SPARK_1_1
textql.rpc.public.chat.LlmUsage:
type: object
Expand Down Expand Up @@ -29469,44 +29426,6 @@ components:
title: column_name
title: UnlinkedAttributeData
additionalProperties: false
textql.rpc.public.paradigm.BasicOptions:
type: object
title: BasicOptions
additionalProperties: false
description: |-
This is a placeholder for future basic options.
Currently, it does not contain any fields.
textql.rpc.public.paradigm.ExperimentalOptions:
type: object
properties:
connectorIds:
type: array
items:
type: integer
format: int32
title: connector_ids
autoApproveEnabled:
type: boolean
title: auto_approve_enabled
title: ExperimentalOptions
additionalProperties: false
textql.rpc.public.paradigm.OntologyOptions:
type: object
properties:
connectorIds:
type: array
items:
type: integer
format: int32
title: connector_ids
ontologyIds:
type: array
items:
type: integer
format: int32
title: ontology_ids
title: OntologyOptions
additionalProperties: false
textql.rpc.public.paradigm.Paradigm:
type: object
properties:
Expand All @@ -29526,62 +29445,6 @@ components:
textql.rpc.public.paradigm.ParadigmOptions:
type: object
oneOf:
- properties:
basic:
title: basic
$ref: '#/components/schemas/textql.rpc.public.paradigm.BasicOptions'
title: basic
required:
- basic
- properties:
experimental:
title: experimental
$ref: '#/components/schemas/textql.rpc.public.paradigm.ExperimentalOptions'
title: experimental
required:
- experimental
- properties:
ontology:
title: ontology
$ref: '#/components/schemas/textql.rpc.public.paradigm.OntologyOptions'
title: ontology
required:
- ontology
- properties:
publicDemo:
title: public_demo
$ref: '#/components/schemas/textql.rpc.public.paradigm.PublicDemoOptions'
title: public_demo
required:
- publicDemo
- properties:
research:
title: research
$ref: '#/components/schemas/textql.rpc.public.paradigm.ResearchOptions'
title: research
required:
- research
- properties:
sql:
title: sql
$ref: '#/components/schemas/textql.rpc.public.paradigm.SqlOptions'
title: sql
required:
- sql
- properties:
tableau:
title: tableau
$ref: '#/components/schemas/textql.rpc.public.paradigm.TableauOptions'
title: tableau
required:
- tableau
- properties:
template:
title: template
$ref: '#/components/schemas/textql.rpc.public.paradigm.TemplateOptions'
title: template
required:
- template
- properties:
universal:
title: universal
Expand All @@ -29591,69 +29454,6 @@ components:
- universal
title: ParadigmOptions
additionalProperties: false
textql.rpc.public.paradigm.PublicDemoOptions:
type: object
properties:
connectorId:
type: integer
title: connector_id
format: int32
title: PublicDemoOptions
additionalProperties: false
textql.rpc.public.paradigm.ResearchOptions:
type: object
properties:
connectorIds:
type: array
items:
type: integer
format: int32
title: connector_ids
backgroundColor:
type: string
title: background_color
nullable: true
logo:
type: string
title: logo
nullable: true
title: ResearchOptions
additionalProperties: false
textql.rpc.public.paradigm.SqlOptions:
type: object
properties:
connectorIds:
type: array
items:
type: integer
format: int32
title: connector_ids
title: SqlOptions
additionalProperties: false
textql.rpc.public.paradigm.TableauOptions:
type: object
properties:
datasetId:
type: string
title: dataset_id
description: id of dataset_version_tableau.dataset_id to use
title: TableauOptions
additionalProperties: false
textql.rpc.public.paradigm.TemplateOptions:
type: object
properties:
captureTools:
type: array
items:
type: string
title: capture_tools
description: |-
capture_tools selects which capture-cell tool ids the paradigm exposes to
the model (e.g. "generate_example_queries"). Empty means expose every
registered capture cell.
title: TemplateOptions
additionalProperties: false
description: TemplateOptions configures the one-shot TYPE_TEMPLATE paradigm.
textql.rpc.public.paradigm.UniversalOptions:
type: object
properties:
Expand Down Expand Up @@ -29727,7 +29527,6 @@ components:
compactionDisabled:
type: boolean
title: compaction_disabled
description: compaction enabled by default
gmailEnabled:
type: boolean
title: gmail_enabled
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.790.3
sources:
TextQL API:
sourceNamespace: textql-api
sourceRevisionDigest: sha256:014a6907802ed70c5bb3ee2889b1481189c9043085989340a68003592a6ccc3d
sourceBlobDigest: sha256:56e78d6b253c7c34328449454d5200767b4de5661abd9a62a8d68eafd9d860f0
sourceRevisionDigest: sha256:cbc5f0009210532631e24e1b20da594bfb88ba283a63e2572a6c6c69217636bb
sourceBlobDigest: sha256:10fa5335a3b0dec1aea810d04ba667dd4336eeff3c740010fbf4eeb7ed98d4d0
tags:
- latest
- 1.0.0
targets:
textql:
source: TextQL API
sourceNamespace: textql-api
sourceRevisionDigest: sha256:014a6907802ed70c5bb3ee2889b1481189c9043085989340a68003592a6ccc3d
sourceBlobDigest: sha256:56e78d6b253c7c34328449454d5200767b4de5661abd9a62a8d68eafd9d860f0
sourceRevisionDigest: sha256:cbc5f0009210532631e24e1b20da594bfb88ba283a63e2572a6c6c69217636bb
sourceBlobDigest: sha256:10fa5335a3b0dec1aea810d04ba667dd4336eeff3c740010fbf4eeb7ed98d4d0
codeSamplesNamespace: textql-api-python-code-samples
codeSamplesRevisionDigest: sha256:825a49428731236c222a1c65f630574d5f07b838331d112da341c759e02c0cfe
codeSamplesRevisionDigest: sha256:49148b2fa5a4a14c7570ae5de01a129491b89c733ed816b3a543f9c20abf4093
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ Based on:
### Generated
- [python v1.0.2] .
### Releases
- [PyPI v1.0.2] https://pypi.org/project/textql-sdk/1.0.2 - .
- [PyPI v1.0.2] https://pypi.org/project/textql-sdk/1.0.2 - .

## 2026-07-21 15:35:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.790.3 (2.918.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.0.3] .
### Releases
- [PyPI v1.0.3] https://pypi.org/project/textql-sdk/1.0.3 - .
8 changes: 0 additions & 8 deletions docs/models/basic.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/models/experimental.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/models/ontology.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/models/publicdemo.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/models/research.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/models/sql.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/models/template.md

This file was deleted.

Loading