Skip to content

chore: 🐝 Update SDK - Generate 1.1.11 - #47

Merged
rodnnnney merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788191052
Aug 31, 2026
Merged

chore: 🐝 Update SDK - Generate 1.1.11#47
rodnnnney merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788191052

Conversation

@rodnnnney

Copy link
Copy Markdown
Collaborator

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • textql.apps.verify_render(): Added
  • textql.chats.get_auto_attached_files(): Added
  • textql.agents.create():
    • request.paradigm_options.union(universal).universal.read_file_enabled Added
    • response.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.agents.duplicate(): response.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.agents.get_agent(): response.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.agents.list(): response.agents[].paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.agents.update():
    • request.paradigm_options.union(universal).universal.read_file_enabled Added
    • response.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.attach_agent(): response.chat.paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.chats.attach_app(): response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.attach_dashboard(): response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.attach_dataset(): response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.check_streamlit_health(): response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.create_chat():
    • request.paradigm.options.union(universal).universal.read_file_enabled Added
    • response.chat.paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.chats.duplicate_chat():
    • request.paradigm_options.union(universal).universal.read_file_enabled Added
    • response.chat.paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.chats.get(): response.chat.paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.chats.get_history(): response.cells[].union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.get_all(): response.chats[].paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.chats.get_playbook_chats(): response.chats[].paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.chats.poll_events(): response.events[].union(cell).cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.query_one_shot():
    • request.paradigm.options.union(universal).universal.read_file_enabled Added
    • response.cells[].union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.run(): response.cells[].union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.chats.update(): response.chat.paradigm.options.union(universal).universal.read_file_enabled Added
  • textql.observability.get_check_record_fix(): response.fix_patch_cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.observability.get_thread_warnings(): response.warnings_by_chat.Map<textql.rpc.public.observe.ThreadWarningList>.warnings[].fix_patch_cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.playbooks.create_playbook(): response.playbook.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.playbooks.duplicate(): response.playbook.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.playbooks.fetch(): response.playbook.paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.playbooks.get(): response.playbooks[].paradigm_options.union(universal).universal.read_file_enabled Added
  • textql.playbooks.update():
    • request.paradigm_options.union(universal).universal.read_file_enabled Added
    • response.playbook.paradigm_options.union(universal).universal.read_file_enabled Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (1408:3)
│ ├──[+] path (2487:3)
│ ├─┬/textql.rpc.public.rbac.RBACService/RemoveRoleFromMember
│ │ └─┬POST
│ │   ├──[🔀] summary (12275:16)
│ │   └──[-] description (12197:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/AssignRoleToMember
│ │ └─┬POST
│ │   ├──[🔀] summary (11417:16)
│ │   └──[+] description (11418:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/ShareObject
│ │ └─┬POST
│ │   ├──[🔀] summary (12499:16)
│ │   └──[🔀] description (12500:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/ListPermissions
│ │ └─┬POST
│ │   ├──[🔀] summary (12090:16)
│ │   └──[-] description (12008:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/CreateApiKey
│ │ └─┬POST
│ │   ├──[🔀] summary (11455:16)
│ │   └──[+] description (11456:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/GetRolePermissions
│ │ └─┬POST
│ │   ├──[🔀] summary (11941:16)
│ │   └──[+] description (11942:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/RotateApiKey
│ │ └─┬POST
│ │   ├──[🔀] summary (12424:16)
│ │   └──[+] description (12425:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/RevokeObjectAccess
│ │ └─┬POST
│ │   ├──[🔀] summary (12386:16)
│ │   └──[+] description (12387:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/SetRolePermissions
│ │ └─┬POST
│ │   ├──[🔀] summary (12462:16)
│ │   └──[-] description (12384:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/GetMemberRoles
│ │ └─┬POST
│ │   ├──[🔀] summary (11829:16)
│ │   └──[+] description (11830:20)
│ ├─┬/textql.rpc.public.app.AppService/ListAppVersions
│ │ └─┬POST
│ │   ├──[🔀] summary (990:16)
│ │   └──[🔀] description (991:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/ShareObjectWithRole
│ │ └─┬POST
│ │   ├──[🔀] summary (12537:16)
│ │   └──[🔀] description (12538:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/WhoAmI
│ │ └─┬POST
│ │   ├──[🔀] summary (12686:16)
│ │   └──[-] description (12609:20)
│ ├─┬/textql.rpc.public.rbac.RBACService/RevokeApiKey
│ │ └─┬POST
│ │   ├──[🔀] summary (12349:16)
│ │   └──[-] description (12272:20)
│ └─┬/textql.rpc.public.rbac.RBACService/RejectAccessRequest
│   └─┬POST
│     ├──[🔀] summary (12201:16)
│     └──[-] description (12120:20)
└─┬Components
  ├──[+] schemas (23297:7)
  ├──[+] schemas (18514:7)
  ├──[+] schemas (23307:7)
  ├──[+] schemas (18522:7)
  ├──[+] schemas (22050:7)
  ├─┬textql.rpc.public.rbac.GetObjectAccessRequest
  │ └──[+] description (36794:20)
  ├─┬textql.rpc.public.rbac.ListPermissionsResponse
  │ └──[-] description (36808:20)
  ├─┬textql.rpc.public.rbac.ApiKey
  │ └─┬clientId
  │   └──[+] description (36304:24)
  ├─┬textql.rpc.public.rbac.RemoveRoleFromMemberResponse
  │ └──[-] description (36991:20)
  ├─┬textql.rpc.public.rbac.HasObjectAccessRequest
  │ └─┬roleId
  │   └──[+] description (36855:24)
  ├─┬textql.rpc.public.rbac.RequestAccessResponse
  │ └─┬requestId
  │   └──[+] description (37173:24)
  ├─┬textql.rpc.public.paradigm.UniversalOptions
  │ ├──[+] properties (31515:9)
  │ ├─┬sqlEnabled
  │ │ └──[🔀] title (31502:18)
  │ ├─┬webSearchEnabled
  │ │ └──[🔀] title (31479:18)
  │ ├─┬streamlitEnabled
  │ │ └──[🔀] title (31428:18)
  │ └─┬smsMode
  │   └──[🔀] title (31517:18)
  ├─┬textql.rpc.public.rbac.ShareObjectWithRoleRequest
  │ └──[+] description (37395:20)
  ├─┬textql.rpc.public.rbac.ListAccessRequestsResponse
  │ └──[-] description (36742:20)
  ├─┬textql.rpc.public.rbac.WhoAmIResponse
  │ └──[🔀] description (37559:20)
  ├─┬textql.rpc.public.chat.Cell
  │ └─┬ALLOF
  │   └─┬durationMs
  │     └──[-] description (22013:28)
  ├─┬textql.rpc.auth.Organization
  │ ├─┬sandboxObservabilityEnabled
  │ │ └──[🔀] description (16116:24)
  │ ├─┬configObjectsPlaybooksEnabled
  │ │ └──[-] description (16058:24)
  │ ├─┬configMigrationsEnabled
  │ │ └──[-] description (16034:24)
  │ ├─┬issuesEnabled
  │ │ └──[-] description (16049:24)
  │ ├─┬scimNewGroupDefaultRoleType
  │ │ └──[-] description (15985:24)
  │ ├─┬configObjectsEnabled
  │ │ └──[+] description (16130:24)
  │ ├─┬configObjectsDashboardsEnabled
  │ │ └──[🔀] description (16140:24)
  │ ├─┬sharingDisabled
  │ │ └──[-] description (16096:24)
  │ ├─┬defaultDashboardOutput
  │ │ └──[+] description (16049:24)
  │ ├─┬dataAppsEnabled
  │ │ └──[+] description (16121:24)
  │ ├─┬subagentsEnabled
  │ │ └──[-] description (16107:24)
  │ ├─┬appWritebackAutoApproveEnabled
  │ │ └──[+] description (16177:24)
  │ ├─┬tracesEnabled
  │ │ └──[-] description (16007:24)
  │ ├─┬configAutofixEnabled
  │ │ └──[+] description (16152:24)
  │ ├─┬groupsFeatureEnabled
  │ │ └──[+] description (16066:24)
  │ ├─┬spendTransparencyEnabled
  │ │ └──[+] description (16166:24)
  │ ├─┬allowLlmDataRetention
  │ │ └──[+] description (16088:24)
  │ ├─┬defaultPlaybookPrivate
  │ │ └──[-] description (15968:24)
  │ └─┬helmChartVersion
  │   └──[-] description (16085:24)
  ├─┬textql.rpc.public.rbac.SharedObject
  │ └──[-] description (37281:20)
  ├─┬textql.rpc.public.rbac.ShareObjectWithRoleResponse
  │ └──[🔀] description (37404:20)
  ├─┬textql.rpc.public.chat.CreateRequest
  │ └─┬fastMode
  │   └──[🔀] description (22983:24)
  ├─┬textql.rpc.public.rbac.MemberRoles
  │ └──[+] description (37014:20)
  ├─┬textql.rpc.public.rbac.ShareObjectRequest
  │ └──[-] description (37210:20)
  ├─┬textql.rpc.public.chat.Chat
  │ └─┬fastMode
  │   └──[🔀] description (22705:24)
  ├─┬textql.rpc.public.rbac.CallerCredential
  │ └──[-] description (36314:20)
  ├─┬textql.rpc.public.rbac.ShareObjectResponse
  │ └──[+] description (37370:20)
  ├─┬textql.rpc.public.rbac.AssignPermissionToRoleRequest
  │ └──[+] description (36396:20)
  └─┬textql.rpc.public.rbac.RejectAccessRequestRequest
    └──[+] description (37096:20)
Document Element Total Changes Breaking Changes
paths 32 0
components 49 0

View full report

Linting Report 0 errors, 1 warnings, 3 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.796.2

Last updated by Speakeasy workflow

* `textql.apps.verify_render()`: **Added**
* `textql.chats.get_auto_attached_files()`: **Added**
* `textql.agents.create()`: 
  *  `request.paradigm_options.union(universal).universal.read_file_enabled` **Added**
  *  `response.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.agents.duplicate()`:  `response.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.agents.get_agent()`:  `response.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.agents.list()`:  `response.agents[].paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.agents.update()`: 
  *  `request.paradigm_options.union(universal).universal.read_file_enabled` **Added**
  *  `response.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.attach_agent()`:  `response.chat.paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.attach_app()`:  `response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.attach_dashboard()`:  `response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.attach_dataset()`:  `response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.check_streamlit_health()`:  `response.cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.create_chat()`: 
  *  `request.paradigm.options.union(universal).universal.read_file_enabled` **Added**
  *  `response.chat.paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.duplicate_chat()`: 
  *  `request.paradigm_options.union(universal).universal.read_file_enabled` **Added**
  *  `response.chat.paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.get()`:  `response.chat.paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.get_history()`:  `response.cells[].union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.get_all()`:  `response.chats[].paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.get_playbook_chats()`:  `response.chats[].paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.poll_events()`:  `response.events[].union(cell).cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.query_one_shot()`: 
  *  `request.paradigm.options.union(universal).universal.read_file_enabled` **Added**
  *  `response.cells[].union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.run()`:  `response.cells[].union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.chats.update()`:  `response.chat.paradigm.options.union(universal).universal.read_file_enabled` **Added**
* `textql.observability.get_check_record_fix()`:  `response.fix_patch_cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.observability.get_thread_warnings()`:  `response.warnings_by_chat.Map<textql.rpc.public.observe.ThreadWarningList>.warnings[].fix_patch_cell.union(feed_create_cell).feed_create_cell.agent.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.playbooks.create_playbook()`:  `response.playbook.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.playbooks.duplicate()`:  `response.playbook.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.playbooks.fetch()`:  `response.playbook.paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.playbooks.get()`:  `response.playbooks[].paradigm_options.union(universal).universal.read_file_enabled` **Added**
* `textql.playbooks.update()`: 
  *  `request.paradigm_options.union(universal).universal.read_file_enabled` **Added**
  *  `response.playbook.paradigm_options.union(universal).universal.read_file_enabled` **Added**
@rodnnnney rodnnnney added the patch Patch version bump label Aug 31, 2026
@rodnnnney
rodnnnney merged commit 2ef937d into main Aug 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants