Skip to content

chore: 🐝 Update SDK - Generate 0.17.16 - #181

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1790189518
Open

github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1790189518

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

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:

  • glean.skills.create():
    • response Changed (Breaking ⚠️)
    • error.status[409] Added
  • glean.skills.list():
    • request.page_size Changed
    • response Changed (Breaking ⚠️)
  • glean.skills.import():
    • response Changed (Breaking ⚠️)
    • error.status[422] Added
  • glean.skills.preview_source():
    • request.stream Removed (Breaking ⚠️)
    • response.status[200].content[text/event-stream Removed (Breaking ⚠️)
    • error.status[422] Added
  • glean.skills.update(): response.skill Changed (Breaking ⚠️)
  • glean.skills.retrieve(): response.skill Changed (Breaking ⚠️)
  • glean.skills.sync():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • glean.skills.create_version(): response Changed (Breaking ⚠️)
  • glean.skills.list_versions():
    • request.page_size Changed
    • response Changed (Breaking ⚠️)
  • glean.client.announcements.create():
    • request.body.structured_list[].document.metadata.author.identity_only Added
    • response.body.structured_list[].document.metadata.author.identity_only Added
  • glean.client.announcements.update():
    • request.body.structured_list[].document.metadata.author.identity_only Added
    • response.body.structured_list[].document.metadata.author.identity_only Added
  • glean.client.answers.create():
    • request.data.added_roles[].person.identity_only Added
    • response.added_roles[].person.identity_only Added
  • glean.client.answers.update():
    • request.added_roles[].person.identity_only Added
    • response.added_roles[].person.identity_only Added
  • glean.client.answers.retrieve(): response.answer_result.answer.added_roles[].person.identity_only Added
  • glean.client.answers.list(): response.answer_results[].answer.added_roles[].person.identity_only Added
  • glean.client.chat.create():
    • request.messages[].citations[].source_document.metadata.author.identity_only Added
    • response.messages[].citations[].source_document.metadata.author.identity_only Added
  • glean.client.chat.retrieve():
    • response.chat_result.chat.created_by.identity_only Added
    • error.created_by.identity_only Added
  • glean.client.chat.list(): response.chat_results[].chat.created_by.identity_only Added
  • glean.client.chat.create_stream():
    • request.messages[].citations[].source_document.metadata.author.identity_only Added
  • glean.client.agents.create(): response.workflow.author.identity_only Added
  • glean.client.agents.import(): response.workflow_result.workflow.author.identity_only Added
  • glean.client.collections.add_items(): response.collection.added_roles[].person.identity_only Added
  • glean.client.collections.create():
    • request.added_roles[].person.identity_only Added
    • response.union(class (0)).collection.added_roles[].person.identity_only Added
  • glean.client.collections.delete_item(): response.collection.added_roles[].person.identity_only Added
  • glean.client.collections.update():
    • request.added_roles[].person.identity_only Added
    • response.added_roles[].person.identity_only Added
  • glean.client.collections.update_item(): response.collection.added_roles[].person.identity_only Added
  • glean.client.collections.retrieve(): response.collection.added_roles[].person.identity_only Added
  • glean.client.collections.list(): response.collections[].added_roles[].person.identity_only Added
  • glean.client.documents.retrieve(): response.documents.Map<DocumentOrError>.union(Document).metadata.author.identity_only Added
  • glean.client.documents.retrieve_by_facets(): response.documents[].metadata.author.identity_only Added
  • glean.client.insights.retrieve(): response.glean_assist.activity_insights[].user.identity_only Added
  • glean.client.messages.retrieve(): response.search_response.results[].structured_results[].document.metadata.author.identity_only Added
  • glean.client.pins.update(): response.attribution.identity_only Added
  • glean.client.pins.retrieve(): response.pin.attribution.identity_only Added
  • glean.client.pins.list(): response.pins[].attribution.identity_only Added
  • glean.client.pins.create(): response.attribution.identity_only Added
  • glean.client.search.query_as_admin():
    • request.source_document.metadata.author.identity_only Added
    • response.results[].structured_results[].document.metadata.author.identity_only Added
  • glean.client.search.autocomplete(): response.results[].document.metadata.author.identity_only Added
  • glean.client.search.retrieve_feed():
    • request.categories[].enum(onboarding_authorization) Added
    • response.results[] Changed
  • glean.client.search.recommendations():
    • request.source_document.metadata.author.identity_only Added
    • response.results[].structured_results[].document.metadata.author.identity_only Added
  • glean.client.search.query():
    • request.source_document.metadata.author.identity_only Added
    • response.results[].structured_results[].document.metadata.author.identity_only Added
  • glean.client.entities.list(): response.results[].identity_only Added
  • glean.client.entities.read_people():
    • request.fallback_to_authenticated_identity Added
    • response.results[].identity_only Added
  • glean.client.shortcuts.create():
    • request.data.added_roles[].person.identity_only Added
    • response.shortcut.added_roles[].person.identity_only Added
  • glean.client.shortcuts.retrieve(): response.shortcut.added_roles[].person.identity_only Added
  • glean.client.shortcuts.list(): response.shortcuts[].added_roles[].person.identity_only Added
  • glean.client.shortcuts.update():
    • request.added_roles[].person.identity_only Added
    • response.shortcut.added_roles[].person.identity_only Added
  • glean.client.verification.add_reminder(): response.metadata.last_verifier.identity_only Added
  • glean.client.verification.list(): response.documents[].metadata.last_verifier.identity_only Added
  • glean.client.verification.verify(): response.metadata.last_verifier.identity_only Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├──[+] path (1594:3)
│ ├──[+] path (1364:3)
│ ├──[+] path (1474:3)
│ ├──[+] path (1419:3)
│ ├──[+] path (2271:3)
│ ├──[+] path (1539:3)
│ ├─┬/api/skills/{skill_id}/sync
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[-] codes (20583:7)❌ 
│ │     └──[+] codes (997:11)
│ ├─┬/api/skills/sources/preview
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├──[+] codes (738:11)
│ │   │ └─┬200
│ │   │   └──[-] content (710:15)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[🔀] $ref (710:15)❌ 
│ ├─┬/api/skills/{skill_id}/versions
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   ├──[🔀] description (1093:24)
│ │ │   └─┬Schema
│ │ │     └──[+] default (1099:22)❌ 
│ │ └─┬POST
│ │   ├──[🔀] description (1017:20)
│ │   └─┬Responses
│ │     ├──[-] codes (1031:11)❌ 
│ │     └──[+] codes (1042:11)
│ ├─┬/api/skills/import
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[-] codes (608:11)❌ 
│ │     ├──[+] codes (611:11)
│ │     └──[+] codes (629:11)
│ ├─┬/api/skills
│ │ ├─┬GET
│ │ │ ├──[🔀] description (539:20)
│ │ │ └─┬Parameters
│ │ │   ├──[🔀] description (549:24)
│ │ │   └─┬Schema
│ │ │     └──[+] default (555:22)❌ 
│ │ └─┬POST
│ │   ├──[🔀] description (490:20)
│ │   └─┬Responses
│ │     ├──[-] codes (506:11)❌ 
│ │     ├──[+] codes (21847:7)
│ │     └──[+] codes (506:11)
│ └─┬/api/skills/{skill_id}
│   └─┬PATCH
│     └──[🔀] description (758:20)
└─┬Components
  ├──[-] schemas (8570:7)❌ 
  ├──[+] schemas (9593:7)
  ├──[+] schemas (9581:7)
  ├──[+] schemas (8956:7)
  ├──[+] schemas (10798:7)
  ├──[+] schemas (9735:7)
  ├──[+] schemas (9835:7)
  ├──[+] schemas (9502:7)
  ├──[+] schemas (9805:7)
  ├──[+] schemas (8940:7)
  ├──[+] schemas (9511:7)
  ├──[+] schemas (9545:7)
  ├──[+] schemas (9865:7)
  ├──[+] schemas (10850:7)
  ├──[+] schemas (8972:7)
  ├──[+] schemas (9446:7)
  ├──[+] schemas (9419:7)
  ├──[+] schemas (9557:7)
  ├──[+] schemas (8890:7)
  ├──[+] schemas (9761:7)
  ├──[+] schemas (10785:7)
  ├──[+] schemas (10011:7)
  ├──[+] schemas (10811:7)
  ├──[+] schemas (9569:7)
  ├──[+] schemas (9880:7)
  ├──[+] schemas (10039:7)
  ├──[+] schemas (9819:7)
  ├──[+] schemas (10837:7)
  ├──[+] schemas (8914:7)
  ├──[+] schemas (9641:7)
  ├──[+] schemas (9521:7)
  ├──[+] schemas (10824:7)
  ├──[+] schemas (8994:7)
  ├──[+] schemas (10073:7)
  ├─┬PlatformSkill
  │ ├──[+] required (8599:11)❌ 
  │ ├──[-] required (8242:11)❌ 
  │ ├──[-] properties (8253:9)❌ 
  │ └──[+] properties (8610:9)
  ├─┬FeedResult
  │ └─┬category
  │   └──[+] enum (18381:15)
  ├─┬PlatformSkillUpdateStatus
  │ └──[🔀] description (9033:20)
  ├─┬PlatformSkillStatus
  │ └──[🔀] description (8547:20)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (17802:17)
  ├─┬PeopleRequest
  │ ├──[+] properties (18594:9)
  │ ├─┬includeTypes
  │ │ ├──[🔀] description (18626:24)
  │ │ ├─┬Schema
  │ │ │ ├──[+] enum (18618:17)
  │ │ │ ├──[+] enum (18619:17)
  │ │ │ ├──[+] enum (18623:17)
  │ │ │ ├──[+] enum (18624:17)
  │ │ │ ├──[+] enum (18620:17)
  │ │ │ ├──[+] enum (18621:17)
  │ │ │ ├──[+] enum (18622:17)
  │ │ │ ├──[+] enum (18616:17)
  │ │ │ ├──[+] enum (18617:17)
  │ │ │ └──[-] enum (17393:17)❌ 
  │ │ └─┬Extensions
  │ │   ├──[-] x-enumdescriptions (17396:13)❌ 
  │ │   └──[-] x-speakeasy-enum-descriptions (17399:13)❌ 
  │ ├─┬includeFields
  │ │ ├──[-] items (17374:13)❌ 
  │ │ ├──[🔀] type (18595:17)❌ 
  │ │ ├──[🔀] description (18596:24)
  │ │ └──[+] default (18597:20)❌ 
  │ ├─┬timezoneOffset
  │ │ ├──[🔀] type (18642:17)❌ 
  │ │ └──[🔀] description (18643:24)
  │ ├─┬obfuscatedIds
  │ │ ├──[🔀] description (18634:24)
  │ │ ├─┬Schema
  │ │ │ ├──[+] enum (18632:17)
  │ │ │ └──[+] enum (18633:17)
  │ │ └─┬Extensions
  │ │   ├──[+] x-enumdescriptions (18636:13)
  │ │   └──[+] x-speakeasy-enum-descriptions (18639:13)
  │ └─┬source
  │   ├──[+] items (18604:13)❌ 
  │   ├──[🔀] type (18602:17)❌ 
  │   └──[🔀] description (18605:24)
  ├─┬ChatCitationSnippet
  │ └─┬page_number
  │   ├──[🔀] type (15868:17)❌ 
  │   └──[+] nullable (15869:21)❌ 
  ├─┬PlatformSkillVersionsListResponse
  │ ├──[+] required (9111:11)❌ 
  │ ├──[-] required (8632:11)❌ 
  │ ├──[+] properties (9116:9)
  │ └──[-] properties (8637:9)❌ 
  ├─┬PlatformSkillImportResponse
  │ └─┬skills
  │   └──[🔀] description (8714:24)
  ├─┬PlatformSkillSyncResponse
  │ ├──[+] required (9060:11)❌ 
  │ ├──[-] required (8579:11)❌ 
  │ ├──[-] required (8577:11)❌ 
  │ ├──[-] properties (8582:9)❌ 
  │ ├──[-] properties (8588:9)❌ 
  │ └──[+] properties (9067:9)
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (18280:15)
  ├─┬ChatCitationAnnotation
  │ ├─┬start_index
  │ │ ├──[🔀] type (15886:17)❌ 
  │ │ └──[+] nullable (15888:21)❌ 
  │ ├─┬snippets
  │ │ ├──[🔀] type (15894:17)❌ 
  │ │ └──[+] nullable (15897:21)❌ 
  │ └─┬end_index
  │   ├──[🔀] type (15890:17)❌ 
  │   └──[+] nullable (15892:21)❌ 
  ├─┬Person
  │ ├──[+] properties (11830:9)
  │ ├─┬name
  │ │ └──[🔀] $ref (13823:9)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (11831:11)❌ 
  │ ├─┬obfuscatedId
  │ │ └──[🔀] description (11826:24)
  │ └─┬relatedDocuments
  │   ├──[-] items (10599:13)❌ 
  │   ├──[🔀] type (11828:17)❌ 
  │   └──[🔀] description (11829:24)
  ├─┬PlatformSkillOrigin
  │ └──[+] enum (8553:11)
  └─┬PlatformSkillsListResponse
    ├──[+] required (8644:11)❌ 
    ├──[-] required (8287:11)❌ 
    ├──[+] properties (8649:9)
    └──[-] properties (8292:9)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 27 8
components 102 34

View full report

Linting Report 0 errors, 28 warnings, 7 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.799.0

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner September 23, 2026 18:55
@github-actions github-actions Bot added the patch Patch version bump label Sep 23, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1790189518 branch 6 times, most recently from 9020cb4 to d3c5380 Compare September 25, 2026 03:51
* `glean.skills.create()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[409]` **Added**
* `glean.skills.list()`: 
  *  `request.page_size` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `glean.skills.import()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.status[422]` **Added**
* `glean.skills.preview_source()`: 
  *  `request.stream` **Removed** (Breaking ⚠️)
  *  `response.status[200].content[text/event-stream` **Removed** (Breaking ⚠️)
  *  `error.status[422]` **Added**
* `glean.skills.update()`:  `response.skill` **Changed** (Breaking ⚠️)
* `glean.skills.retrieve()`:  `response.skill` **Changed** (Breaking ⚠️)
* `glean.skills.sync()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `glean.skills.create_version()`:  `response` **Changed** (Breaking ⚠️)
* `glean.skills.list_versions()`: 
  *  `request.page_size` **Changed**
  *  `response` **Changed** (Breaking ⚠️)
* `glean.client.announcements.create()`: 
  *  `request.body.structured_list[].document.metadata.author.identity_only` **Added**
  *  `response.body.structured_list[].document.metadata.author.identity_only` **Added**
* `glean.client.announcements.update()`: 
  *  `request.body.structured_list[].document.metadata.author.identity_only` **Added**
  *  `response.body.structured_list[].document.metadata.author.identity_only` **Added**
* `glean.client.answers.create()`: 
  *  `request.data.added_roles[].person.identity_only` **Added**
  *  `response.added_roles[].person.identity_only` **Added**
* `glean.client.answers.update()`: 
  *  `request.added_roles[].person.identity_only` **Added**
  *  `response.added_roles[].person.identity_only` **Added**
* `glean.client.answers.retrieve()`:  `response.answer_result.answer.added_roles[].person.identity_only` **Added**
* `glean.client.answers.list()`:  `response.answer_results[].answer.added_roles[].person.identity_only` **Added**
* `glean.client.chat.create()`: 
  *  `request.messages[].citations[].source_document.metadata.author.identity_only` **Added**
  *  `response.messages[].citations[].source_document.metadata.author.identity_only` **Added**
* `glean.client.chat.retrieve()`: 
  *  `response.chat_result.chat.created_by.identity_only` **Added**
  *  `error.created_by.identity_only` **Added**
* `glean.client.chat.list()`:  `response.chat_results[].chat.created_by.identity_only` **Added**
* `glean.client.chat.create_stream()`: 
  *  `request.messages[].citations[].source_document.metadata.author.identity_only` **Added**
* `glean.client.agents.create()`:  `response.workflow.author.identity_only` **Added**
* `glean.client.agents.import()`:  `response.workflow_result.workflow.author.identity_only` **Added**
* `glean.client.collections.add_items()`:  `response.collection.added_roles[].person.identity_only` **Added**
* `glean.client.collections.create()`: 
  *  `request.added_roles[].person.identity_only` **Added**
  *  `response.union(class (0)).collection.added_roles[].person.identity_only` **Added**
* `glean.client.collections.delete_item()`:  `response.collection.added_roles[].person.identity_only` **Added**
* `glean.client.collections.update()`: 
  *  `request.added_roles[].person.identity_only` **Added**
  *  `response.added_roles[].person.identity_only` **Added**
* `glean.client.collections.update_item()`:  `response.collection.added_roles[].person.identity_only` **Added**
* `glean.client.collections.retrieve()`:  `response.collection.added_roles[].person.identity_only` **Added**
* `glean.client.collections.list()`:  `response.collections[].added_roles[].person.identity_only` **Added**
* `glean.client.documents.retrieve()`:  `response.documents.Map<DocumentOrError>.union(Document).metadata.author.identity_only` **Added**
* `glean.client.documents.retrieve_by_facets()`:  `response.documents[].metadata.author.identity_only` **Added**
* `glean.client.insights.retrieve()`:  `response.glean_assist.activity_insights[].user.identity_only` **Added**
* `glean.client.messages.retrieve()`:  `response.search_response.results[].structured_results[].document.metadata.author.identity_only` **Added**
* `glean.client.pins.update()`:  `response.attribution.identity_only` **Added**
* `glean.client.pins.retrieve()`:  `response.pin.attribution.identity_only` **Added**
* `glean.client.pins.list()`:  `response.pins[].attribution.identity_only` **Added**
* `glean.client.pins.create()`:  `response.attribution.identity_only` **Added**
* `glean.client.search.query_as_admin()`: 
  *  `request.source_document.metadata.author.identity_only` **Added**
  *  `response.results[].structured_results[].document.metadata.author.identity_only` **Added**
* `glean.client.search.autocomplete()`:  `response.results[].document.metadata.author.identity_only` **Added**
* `glean.client.search.retrieve_feed()`: 
  *  `request.categories[].enum(onboarding_authorization)` **Added**
  *  `response.results[]` **Changed**
* `glean.client.search.recommendations()`: 
  *  `request.source_document.metadata.author.identity_only` **Added**
  *  `response.results[].structured_results[].document.metadata.author.identity_only` **Added**
* `glean.client.search.query()`: 
  *  `request.source_document.metadata.author.identity_only` **Added**
  *  `response.results[].structured_results[].document.metadata.author.identity_only` **Added**
* `glean.client.entities.list()`:  `response.results[].identity_only` **Added**
* `glean.client.entities.read_people()`: 
  *  `request.fallback_to_authenticated_identity` **Added**
  *  `response.results[].identity_only` **Added**
* `glean.client.shortcuts.create()`: 
  *  `request.data.added_roles[].person.identity_only` **Added**
  *  `response.shortcut.added_roles[].person.identity_only` **Added**
* `glean.client.shortcuts.retrieve()`:  `response.shortcut.added_roles[].person.identity_only` **Added**
* `glean.client.shortcuts.list()`:  `response.shortcuts[].added_roles[].person.identity_only` **Added**
* `glean.client.shortcuts.update()`: 
  *  `request.added_roles[].person.identity_only` **Added**
  *  `response.shortcut.added_roles[].person.identity_only` **Added**
* `glean.client.verification.add_reminder()`:  `response.metadata.last_verifier.identity_only` **Added**
* `glean.client.verification.list()`:  `response.documents[].metadata.last_verifier.identity_only` **Added**
* `glean.client.verification.verify()`:  `response.metadata.last_verifier.identity_only` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1790189518 branch from 6d9ce2a to ca311cc Compare September 26, 2026 03:57
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.

1 participant