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
676 changes: 338 additions & 338 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.1.9
version: 1.1.10
additionalDependencies:
dev:
types-protobuf: '>=6.31'
Expand Down
59 changes: 39 additions & 20 deletions .speakeasy/out.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17275,6 +17275,7 @@ components:
orgId:
type: string
title: org_id
description: the COMPLETE tree; files omitted here are deleted
creatorId:
type: string
title: creator_id
Expand Down Expand Up @@ -17468,18 +17469,20 @@ components:
name:
type: string
title: name
description: running | stopped | error
type:
type: string
title: type
description: import/exec failure of the author module
nullable:
type: boolean
title: nullable
primaryKey:
type: boolean
title: primary_key
description: tail of the server process log, redacted
title: AppDBColumn
additionalProperties: false
description: View analytics
textql.rpc.public.app.AppDBTable:
type: object
properties:
Expand Down Expand Up @@ -17510,7 +17513,7 @@ components:
appId:
type: string
title: app_id
description: full replacement for the calling member
description: the resolved default after the change; unset when cleared
title: AppHeartbeatRequest
additionalProperties: false
textql.rpc.public.app.AppMemberActivityRow:
Expand Down Expand Up @@ -17569,7 +17572,6 @@ components:
id:
type: string
title: id
description: normalized relative path, forward slashes, no .. or leading /
appId:
type: string
title: app_id
Expand Down Expand Up @@ -17631,7 +17633,6 @@ components:
nullable: true
title: AppVersion
additionalProperties: false
description: AppFile is one non-entry file of a multi-file app tree; code remains the entry index.html.
textql.rpc.public.app.AppViewerInfo:
type: object
properties:
Expand All @@ -17645,7 +17646,6 @@ components:
type: integer
title: view_count
format: int32
description: Prefer this git commit SHA when set; else version_number selects a legacy db-backed row.
displayName:
type: string
title: display_name
Expand All @@ -17657,6 +17657,13 @@ components:
title: recent_view_times
title: AppViewerInfo
additionalProperties: false
description: |-
AppServer declares whether the app runs an optional persistent server: a
long-lived python process in the app's dedicated worker. Its handlers serve
webhook deliveries and server-handled compute functions, and module globals
persist between requests (until the worker recycles). The server's source is
not stored here — it lives in the app's file tree under `server/`, with
`server/main.py` as the entry module (importing sibling `server/*.py` files).
textql.rpc.public.app.Capability:
type: object
properties:
Expand All @@ -17666,7 +17673,7 @@ components:
name:
type: string
title: name
description: string | number | boolean | object | array
description: whether the caller may edit this app (HasAppWriteAccess)
nullable: true
connectorId:
type: integer
Expand Down Expand Up @@ -17710,7 +17717,6 @@ components:
name:
type: string
title: name
description: False when the document predates tree publishing and has no runtime to overwrite.
type:
type: string
title: type
Expand Down Expand Up @@ -17738,13 +17744,16 @@ components:
returns:
type: string
title: returns
description: Filter by specific folder
nullable: true
code:
type: string
title: code
description: Only show apps with no folder
tqlPath:
type: string
title: tql_path
description: Only apps shared with the caller (not authored by them)
nullable: true
tql:
type: string
Expand Down Expand Up @@ -17824,6 +17833,7 @@ components:
appId:
type: string
title: app_id
description: full replacement for the calling member
title: DeleteAppRequest
additionalProperties: false
textql.rpc.public.app.DuplicateAppRequest:
Expand All @@ -17839,6 +17849,7 @@ components:
properties:
app:
title: app
description: optional; empty = current default vendor set
$ref: '#/components/schemas/textql.rpc.public.app.App'
title: DuplicateAppResponse
additionalProperties: false
Expand All @@ -17864,7 +17875,7 @@ components:
- string
title: change_log_bytes
format: int64
description: DuckDB type name, e.g. "VARCHAR", "BIGINT"
description: 'Routing observability: warm | warm_fallback | tql | sql.'
title: GetAppDBSchemaResponse
additionalProperties: false
textql.rpc.public.app.GetAppDBTablePreviewRequest:
Expand All @@ -17873,6 +17884,7 @@ components:
appId:
type: string
title: app_id
description: normalized relative path, forward slashes, no .. or leading /
tableName:
type: string
title: table_name
Expand All @@ -17882,6 +17894,7 @@ components:
format: int32
title: GetAppDBTablePreviewRequest
additionalProperties: false
description: AppFile is one non-entry file of a multi-file app tree; code remains the entry index.html.
textql.rpc.public.app.GetAppDBTablePreviewResponse:
type: object
properties:
Expand Down Expand Up @@ -17915,13 +17928,15 @@ components:
appId:
type: string
title: app_id
description: signed /asset/apptree viewer URL for the published gallery tree
title: GetAppRequest
additionalProperties: false
textql.rpc.public.app.GetAppResponse:
type: object
properties:
app:
title: app
description: '''app'' | ''dashboard'''
$ref: '#/components/schemas/textql.rpc.public.app.App'
hasWritePermission:
type: boolean
Expand All @@ -17934,6 +17949,7 @@ components:
appId:
type: string
title: app_id
description: False when the document predates tree publishing and has no runtime to overwrite.
versionNumber:
type: integer
title: version_number
Expand All @@ -17944,9 +17960,6 @@ components:
nullable: true
title: GetAppVersionRequest
additionalProperties: false
description: |-
Version history entry. Git-backed apps derive one per library commit (published_by/at
carry the commit author/time); legacy rows are pre-existing publish-era snapshots.
textql.rpc.public.app.GetAppVersionResponse:
type: object
properties:
Expand All @@ -17963,6 +17976,12 @@ components:
title: app_id
title: GetAppViewStatsRequest
additionalProperties: false
description: |-
ComputeFunction is a declared server-side function invocable from the app via the bridge.
Exactly one of code (python, runs on the app's worker), sql (plain SQL on the app's
private DB), tql (inline TQL source), or tql_path (a Context Library .tql) must be set.
TQL variants are real TQL (compiled at save time) executed against a connector; sql is
the app-state path (:name params bound server-side, reserved :_now / :_uuid).
textql.rpc.public.app.GetAppViewStatsResponse:
type: object
properties:
Expand Down Expand Up @@ -17995,7 +18014,6 @@ components:
title: members
title: GetMembersWithAppsResponse
additionalProperties: false
description: List responses omit code (heavyweight); fetch a single app for it.
textql.rpc.public.app.InvokeAppComputeFunctionRequest:
type: object
properties:
Expand All @@ -18016,7 +18034,6 @@ components:
resultJson:
type: string
title: result_json
description: running | stopped | error
title: InvokeAppComputeFunctionResponse
additionalProperties: false
textql.rpc.public.app.ListAppActivitySinceRequest:
Expand Down Expand Up @@ -18123,7 +18140,6 @@ components:
type: integer
title: total_count
format: int32
description: whether the caller may edit this app (HasAppWriteAccess)
title: ListAppsResponse
additionalProperties: false
textql.rpc.public.app.ListMyAppMemberActivityRequest:
Expand Down Expand Up @@ -18286,23 +18302,24 @@ components:
primitiveType:
type: string
title: primitive_type
description: optional; empty = current default vendor set
primitiveId:
type: string
title: primitive_id
description: 'optional; empty = default indigo #6366f1'
favorited:
type: boolean
title: favorited
description: '"" = brand/default accent'
title: SetFavoriteRequest
additionalProperties: false
description: |-
A named Data App design system: the file tree is the source of truth, the
token fields mirror theme.json ("" = brand/default). All fields server-owned.
textql.rpc.public.app.SetFavoriteResponse:
type: object
properties:
favorited:
type: boolean
title: favorited
description: signed /asset/apptree viewer URL for the published gallery tree
title: SetFavoriteResponse
additionalProperties: false
textql.rpc.public.app.StreamAppActivityRequest:
Expand Down Expand Up @@ -18413,6 +18430,7 @@ components:
properties:
app:
title: app
description: '''<kind>:<id>'', first = top of the sidebar'
$ref: '#/components/schemas/textql.rpc.public.app.App'
title: UpdateAppResponse
additionalProperties: false
Expand Down Expand Up @@ -20048,17 +20066,18 @@ components:
searchTerm:
type: string
title: search_term
description: create | edit
appId:
type: string
title: app_id
description: Set for single-app lookup
totalCount:
type: integer
title: total_count
format: int32
errorMessage:
type: string
title: error_message
description: in-product viewer route
nullable: true
apps:
type: array
Expand All @@ -20067,6 +20086,7 @@ components:
title: apps
title: ListAppsCell
additionalProperties: false
description: 'create_design_system tool: authors/edits an org Data App design system.'
textql.rpc.public.cells.ListDashboardsCell:
type: object
properties:
Expand Down Expand Up @@ -21983,15 +22003,14 @@ components:
toolSummary:
type: string
title: tool_summary
description: LLM-generated summary of what this tool call does
nullable: true
durationMs:
type:
- integer
- string
title: duration_ms
format: int64
description: cells_v5.duration_ms — wall-clock this cell took
description: LLM-generated summary of what this tool call does
nullable: true
- oneOf:
- properties:
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.796.0
sources:
TextQL API:
sourceNamespace: textql-api
sourceRevisionDigest: sha256:7652057a660885eb2818ebdc2ad87eb3a93bdefbd5dc0f0f40e7c45fc2a39538
sourceBlobDigest: sha256:4d80f7e4bdace1646f346444746a6b8a129230386ebd57ae4dd7400928530072
sourceRevisionDigest: sha256:2dae750b5d28591262c6a829500baa407603f27560e155c0265aff9a173a07d7
sourceBlobDigest: sha256:9a75f870eeaccc3608dcf72e5a93bca00eeccaee6e1fbec5028f7355b7da082b
tags:
- latest
- 1.0.0
targets:
textql:
source: TextQL API
sourceNamespace: textql-api
sourceRevisionDigest: sha256:7652057a660885eb2818ebdc2ad87eb3a93bdefbd5dc0f0f40e7c45fc2a39538
sourceBlobDigest: sha256:4d80f7e4bdace1646f346444746a6b8a129230386ebd57ae4dd7400928530072
sourceRevisionDigest: sha256:2dae750b5d28591262c6a829500baa407603f27560e155c0265aff9a173a07d7
sourceBlobDigest: sha256:9a75f870eeaccc3608dcf72e5a93bca00eeccaee6e1fbec5028f7355b7da082b
codeSamplesNamespace: textql-api-python-code-samples
codeSamplesRevisionDigest: sha256:8a378bb1010814dd4b7cd541f4e9847e70eeab1e98e9aa4fbe66a67c3e84391e
codeSamplesRevisionDigest: sha256:d882b422f1c2defd416fd274434ab06deecc96b34700f4f06da462145bc95416
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 @@ -328,4 +328,14 @@ Based on:
### Generated
- [python v1.1.9] .
### Releases
- [PyPI v1.1.9] https://pypi.org/project/textql-sdk/1.1.9 - .
- [PyPI v1.1.9] https://pypi.org/project/textql-sdk/1.1.9 - .

## 2026-08-27 15:46:06
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.796.0 (2.932.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.1.10] .
### Releases
- [PyPI v1.1.10] https://pypi.org/project/textql-sdk/1.1.10 - .
4 changes: 2 additions & 2 deletions docs/models/anscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/appcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/bashcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/compactioncell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/connectorscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/contextprompteditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/dashboardcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/documentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/emailcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedcommentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedcreatecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedengagecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedexplorercell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedpostcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/formcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/formeditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/gmailemailcontentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/gmailemailsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/googlecalendarsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/googledrivecontentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/googledrivesearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/imagecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/javascriptcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/linkedinsearchcell.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/models/listappscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/listdashboardscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/listuserscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/mcptoolcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/mdcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/metricscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/microsoft365calendarcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/microsoft365emailcontentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/microsoft365emailsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologyeditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologyopenobjectcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologyquerycell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologysearchmetricscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/patchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/playbookeditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/powerbicell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/powerbidaxcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/previewcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/pycell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/questionscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/reportcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/reporthistorycell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/sqlcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/statuscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/streamlitcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/subagentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/summarycell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/tableaucell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/tableausearchfieldscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/tableausqlcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/tabularfilecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/textcell.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/models/textqlrpcpublicappapp.md

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions docs/models/textqlrpcpublicappappdbcolumn.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# TextqlRPCPublicAppAppDBColumn

View analytics


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `name` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `type` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `nullable` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| `primary_key` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `name` | *Optional[str]* | :heavy_minus_sign: | running \| stopped \| error |
| `type` | *Optional[str]* | :heavy_minus_sign: | import/exec failure of the author module |
| `nullable` | *Optional[bool]* | :heavy_minus_sign: | N/A |
| `primary_key` | *Optional[bool]* | :heavy_minus_sign: | tail of the server process log, redacted |
6 changes: 3 additions & 3 deletions docs/models/textqlrpcpublicappappheartbeatrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

## Fields

| Field | Type | Required | Description |
| --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- |
| `app_id` | *Optional[str]* | :heavy_minus_sign: | full replacement for the calling member |
| Field | Type | Required | Description |
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
| `app_id` | *Optional[str]* | :heavy_minus_sign: | the resolved default after the change; unset when cleared |
4 changes: 1 addition & 3 deletions docs/models/textqlrpcpublicappappversion.md

Large diffs are not rendered by default.

Loading