Skip to content

chore: 🐝 Update SDK - Generate 0.12.33#89

Merged
david-hamilton-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1774493765
Mar 27, 2026
Merged

chore: 🐝 Update SDK - Generate 0.12.33#89
david-hamilton-glean merged 2 commits intomainfrom
speakeasy-sdk-regen-1774493765

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Mar 26, 2026

SDK update

Versioning

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

Java SDK Changes:

  • glean.client.chat.create():
    • request.chatRequest.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed) Added
    • response.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed) Added
  • glean.client.chat.retrieve(): response.chatResult.chat.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed) Added
  • glean.client.chat.uploadFiles(): response.files[].metadata.status.enum(partiallyProcessed) Added
  • glean.client.chat.retrieveFiles(): response.files.Map<ChatFile>.metadata.status.enum(partiallyProcessed) Added
  • glean.client.chat.createStream():
    • request.chatRequest.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed) Added
  • glean.indexing.documents.addOrUpdate():
    • request.document.nativeAppUrl Added
  • glean.indexing.documents.index():
    • request.documents[].nativeAppUrl Added
  • glean.indexing.documents.bulkIndex():
    • request.documents[].nativeAppUrl Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (25:26)
├─┬Paths
│ ├─┬/rest/api/v1/uploadchatfiles
│ │ └─┬POST
│ │   └──[🔀] summary (751:16)
│ ├─┬/rest/api/v1/deletechatfiles
│ │ └─┬POST
│ │   └──[🔀] summary (825:16)
│ └─┬/rest/api/v1/getchatfiles
│   └─┬POST
│     └──[🔀] summary (788:16)
└─┬Components
  ├─┬DocumentDefinition
  │ ├──[+] properties (11864:9)
  │ ├─┬permissions
  │ │ └──[🔀] $ref (11921:13)❌ 
  │ ├─┬viewURL
  │ │ └──[🔀] $ref (11921:13)❌ 
  │ ├─┬summary
  │ │ └──[🔀] $ref (11858:11)❌ 
  │ ├─┬objectType
  │ │ └──[🔀] description (11866:24)
  │ ├─┬updatedBy
  │ │ └──[🔀] $ref (11845:11)❌ 
  │ ├─┬owner
  │ │ └──[🔀] $ref (11818:11)❌ 
  │ ├─┬title
  │ │ ├──[+] items (11853:13)❌ 
  │ │ ├──[🔀] type (11851:17)❌ 
  │ │ └──[🔀] description (11854:24)
  │ ├─┬updatedAt
  │ │ ├──[🔀] type (11801:17)❌ 
  │ │ ├──[-] format (11845:19)❌ 
  │ │ └──[🔀] description (11802:24)
  │ ├─┬tags
  │ │ └──[🔀] $ref (11907:13)❌ 
  │ └─┬status
  │   └──[🔀] $ref (11940:13)❌ 
  └─┬ChatFileStatus
    └──[+] enum (7808:11)
Document Element Total Changes Breaking Changes
info 2 0
paths 3 0
components 16 11

View full report

Linting Report 0 errors, 16 warnings, 6 hints

View full report

JAVA CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.759.3

@github-actions github-actions bot requested a review from a team as a code owner March 26, 2026 03:01
@github-actions github-actions bot added the patch Patch version bump label Mar 26, 2026
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1774493765 branch 3 times, most recently from bfc5868 to 7113b54 Compare March 26, 2026 22:17
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed)` **Added**
  *  `response.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed)` **Added**
* `glean.client.chat.retrieve()`:  `response.chatResult.chat.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed)` **Added**
* `glean.client.chat.uploadFiles()`:  `response.files[].metadata.status.enum(partiallyProcessed)` **Added**
* `glean.client.chat.retrieveFiles()`:  `response.files.Map<ChatFile>.metadata.status.enum(partiallyProcessed)` **Added**
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[].citations[].sourceFile.metadata.status.enum(partiallyProcessed)` **Added**
* `glean.indexing.documents.addOrUpdate()`: 
  *  `request.document.nativeAppUrl` **Added**
* `glean.indexing.documents.index()`: 
  *  `request.documents[].nativeAppUrl` **Added**
* `glean.indexing.documents.bulkIndex()`: 
  *  `request.documents[].nativeAppUrl` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1774493765 branch from 9424444 to 232254a Compare March 27, 2026 03:03
@david-hamilton-glean david-hamilton-glean merged commit b545fb3 into main Mar 27, 2026
@david-hamilton-glean david-hamilton-glean deleted the speakeasy-sdk-regen-1774493765 branch March 27, 2026 16:52
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