Skip to content

chore: 🐝 Update SDK - Generate 0.18.1 - #139

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

chore: 🐝 Update SDK - Generate 0.18.1#139
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1785961939

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

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.

Typescript SDK Changes:

  • glean.search.query():
    • request.datasourceInstances Removed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed
  • glean.indexing.documents.debug(): response.status[200] Changed (Breaking ⚠️)
  • glean.indexing.documents.debugMany(): response.status[200] Changed (Breaking ⚠️)
  • glean.indexing.documents.debugEvents(): response.status[200] Changed (Breaking ⚠️)
  • glean.indexing.datasource.status(): response.status[200] Changed (Breaking ⚠️)
  • glean.indexing.people.debug(): response.status[200] Changed (Breaking ⚠️)
  • glean.client.chat.createStream():
    • request.chatRequest.messages[] Changed
  • glean.client.collections.create():
    • request.createCollectionRequest.addedRoles[].person.metadata.jobFunction Added
    • response.union(class (0)).collection.addedRoles[].person.metadata.jobFunction Added
  • glean.search.listFilters(): Added
  • glean.client.agents.import(): Added
  • glean.client.tools.getToolServerTools(): Added
  • glean.agents.search(): error.code.enum(toolsUnauthorized) Added
  • glean.agents.get(): error.code.enum(toolsUnauthorized) Added
  • glean.agents.getSchemas(): error.code.enum(toolsUnauthorized) Added
  • glean.agents.createRun(): error Changed
  • glean.skills.create(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.list(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.validate(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.retrieve(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.retrieveContent(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.createVersion(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.listVersions(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.retrieveVersion(): error.code.enum(toolsUnauthorized) Added
  • glean.skills.retrieveVersionContent(): error.code.enum(toolsUnauthorized) Added
  • glean.client.activity.feedback():
    • request.feedback1.manualFeedbackInfo.issues[] Changed
  • glean.client.announcements.create():
    • request.createAnnouncementRequest.body.structuredList[].document.metadata.author.metadata.jobFunction Added
    • response.body.structuredList[].document.metadata.author.metadata.jobFunction Added
  • glean.client.announcements.update():
    • request.updateAnnouncementRequest.body.structuredList[].document.metadata.author.metadata.jobFunction Added
    • response.body.structuredList[].document.metadata.author.metadata.jobFunction Added
  • glean.client.answers.create():
    • request.createAnswerRequest.data.addedRoles[].person.metadata.jobFunction Added
    • response.addedRoles[].person.metadata.jobFunction Added
  • glean.client.answers.update():
    • request.editAnswerRequest.addedRoles[].person.metadata.jobFunction Added
    • response.addedRoles[].person.metadata.jobFunction Added
  • glean.client.answers.retrieve(): response.answerResult.answer.addedRoles[].person.metadata.jobFunction Added
  • glean.client.answers.list(): response.answerResults[].answer.addedRoles[].person.metadata.jobFunction Added
  • glean.client.chat.create():
    • request.chatRequest.messages[] Changed
    • response.messages[] Changed
  • glean.client.chat.retrieve():
    • response.chatResult.chat Changed
    • error.status[403] Added
  • glean.client.chat.list(): response.chatResults[].chat.createdBy.metadata.jobFunction Added
  • glean.skills.previewSource(): Added
  • glean.client.agents.create(): response.workflow.author.metadata.jobFunction Added
  • glean.skills.update(): Added
  • glean.client.agents.runStream(): error Changed
  • glean.client.documents.retrieveByFacets(): response.documents[].metadata.author.metadata.jobFunction Added
  • glean.client.agents.run(): error.status[422] Added
  • glean.client.collections.deleteItem(): response.collection.addedRoles[].person.metadata.jobFunction Added
  • glean.client.collections.update():
    • request.editCollectionRequest.addedRoles[].person.metadata.jobFunction Added
    • response.addedRoles[].person.metadata.jobFunction Added
  • glean.client.collections.updateItem(): response.collection.addedRoles[].person.metadata.jobFunction Added
  • glean.client.collections.retrieve(): response.collection.addedRoles[].person.metadata.jobFunction Added
  • glean.client.collections.list(): response.collections[].addedRoles[].person.metadata.jobFunction Added
  • glean.client.documents.retrieve(): response.documents.Map<DocumentOrError>.union(Document).metadata.author.metadata.jobFunction Added
  • glean.client.collections.addItems(): response.collection.addedRoles[].person.metadata.jobFunction Added
  • glean.client.insights.retrieve(): response.gleanAssist.activityInsights[].user.metadata.jobFunction Added
  • glean.client.messages.retrieve(): response.searchResponse.results[].structuredResults[].document.metadata.author.metadata.jobFunction Added
  • glean.client.pins.update(): response.attribution.metadata.jobFunction Added
  • glean.client.pins.retrieve(): response.pin.attribution.metadata.jobFunction Added
  • glean.client.pins.list(): response.pins[].attribution.metadata.jobFunction Added
  • glean.client.pins.create(): response.attribution.metadata.jobFunction Added
  • glean.client.search.queryAsAdmin():
    • request.searchRequest.sourceDocument.metadata.author.metadata.jobFunction Added
    • response.results[].structuredResults[].document.metadata.author.metadata.jobFunction Added
  • glean.client.search.autocomplete(): response.results[].document.metadata.author.metadata.jobFunction Added
  • glean.client.search.retrieveFeed():
    • request.feedRequest.categories[].enum(meetingPrepAutomation) Added
    • response.results[] Changed
  • glean.client.search.recommendations():
    • request.recommendationsRequest.sourceDocument.metadata.author.metadata.jobFunction Added
    • response.results[].structuredResults[].document.metadata.author.metadata.jobFunction Added
  • glean.client.search.query():
    • request.searchRequest.sourceDocument.metadata.author.metadata.jobFunction Added
    • response.results[].structuredResults[].document.metadata.author.metadata.jobFunction Added
  • glean.client.entities.list(): response.results[].metadata.jobFunction Added
  • glean.client.entities.readPeople(): response.results[].metadata.jobFunction Added
  • glean.client.shortcuts.create():
    • request.createShortcutRequest.data.addedRoles[].person.metadata.jobFunction Added
    • response.shortcut.addedRoles[].person.metadata.jobFunction Added
  • glean.client.shortcuts.retrieve(): response.shortcut.addedRoles[].person.metadata.jobFunction Added
  • glean.client.shortcuts.list(): response.shortcuts[].addedRoles[].person.metadata.jobFunction Added
  • glean.chat.create(): Added
  • glean.client.shortcuts.update():
    • request.updateShortcutRequest.addedRoles[].person.metadata.jobFunction Added
    • response.shortcut.addedRoles[].person.metadata.jobFunction Added
  • glean.client.verification.addReminder(): response.metadata.lastVerifier.metadata.jobFunction Added
  • glean.client.verification.list(): response.documents[].metadata.lastVerifier.metadata.jobFunction Added
  • glean.client.verification.verify(): response.metadata.lastVerifier.metadata.jobFunction Added
  • glean.indexing.datasources.add(): request Changed
  • glean.indexing.datasources.retrieveConfig(): response Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (6:26)
├─┬Paths
│ ├──[+] path (3855:3)
│ ├──[+] path (468:3)
│ ├──[+] path (972:3)
│ ├──[+] path (247:3)
│ ├──[+] path (2097:3)
│ ├─┬/api/agents/{agent_id}
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[-] x-glean-experimental (92:9)❌ 
│ ├─┬/api/agents/{agent_id}/runs
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └──[+] codes (232:11)
│ │   └─┬Extensions
│ │     └──[-] x-glean-experimental (193:9)❌ 
│ ├─┬/api/index/v1/debug/{datasource}/documents
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       ├──[+] content (4456:15)
│ │       └──[-] content (4084:15)❌ 
│ ├─┬/api/search
│ │ └─┬POST
│ │   ├──[🔀] description (926:20)
│ │   └─┬Responses
│ │     ├──[+] codes (18126:7)
│ │     └─┬200
│ │       └──[🔀] description (943:24)
│ ├─┬/api/agents/{agent_id}/schemas
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[-] x-glean-experimental (139:9)❌ 
│ ├─┬/api/skills/{skill_id}
│ │ └──[+] patch (533:7)
│ ├─┬/rest/api/v1/agents/runs/stream
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬422
│ │       ├──[🔀] description (2246:24)
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (12300:13)❌ 
│ ├─┬/api/agents/search
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[-] x-glean-experimental (44:9)❌ 
│ ├─┬/rest/api/v1/agents/runs/wait
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬422
│ │       ├──[+] content (2290:15)
│ │       └──[🔀] description (2287:24)
│ ├─┬/api/index/v1/debug/{datasource}/status
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       ├──[+] content (4376:15)
│ │       └──[-] content (4004:15)❌ 
│ ├─┬/rest/api/v1/getchat
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬403
│ │       └──[+] content (1702:15)
│ ├─┬/api/index/v1/debug/{datasource}/user
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       ├──[+] content (4496:15)
│ │       └──[-] content (4124:15)❌ 
│ ├─┬/api/index/v1/debug/{datasource}/document
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       ├──[+] content (4416:15)
│ │       └──[-] content (4044:15)❌ 
│ └─┬/api/index/v1/debug/{datasource}/document/events
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         ├──[+] content (5024:15)
│         └──[-] content (4652:15)❌ 
└─┬Components
  ├──[+] responses (18126:7)
  ├──[-] schemas (6209:7)❌ 
  ├──[+] schemas (6993:7)
  ├──[+] schemas (6640:7)
  ├──[+] schemas (11885:7)
  ├──[+] schemas (7376:7)
  ├──[+] schemas (6016:7)
  ├──[+] schemas (6563:7)
  ├──[+] schemas (12300:7)
  ├──[+] schemas (6585:7)
  ├──[+] schemas (7040:7)
  ├──[+] schemas (6423:7)
  ├──[+] schemas (7395:7)
  ├──[+] schemas (7046:7)
  ├──[+] schemas (6448:7)
  ├──[+] schemas (12218:7)
  ├──[+] schemas (6939:7)
  ├──[+] schemas (6494:7)
  ├──[+] schemas (12186:7)
  ├──[+] schemas (7343:7)
  ├──[+] schemas (6987:7)
  ├──[+] schemas (15407:7)
  ├──[+] schemas (7008:7)
  ├──[+] schemas (6657:7)
  ├──[+] schemas (6599:7)
  ├──[+] schemas (12193:7)
  ├──[+] schemas (6435:7)
  ├──[+] schemas (15383:7)
  ├──[+] schemas (6500:7)
  ├──[+] schemas (6951:7)
  ├──[+] schemas (7054:7)
  ├──[+] schemas (6924:7)
  ├──[+] schemas (6543:7)
  ├──[+] schemas (6463:7)
  ├──[+] schemas (12225:7)
  ├──[+] schemas (6679:7)
  ├──[+] schemas (6611:7)
  ├──[+] schemas (15344:7)
  ├──[+] schemas (6525:7)
  ├─┬SharedDatasourceConfigNoInstance
  │ └─┬datasourceCategory
  │   ├──[+] enum (16993:15)
  │   └──[+] enum (16994:15)
  ├─┬PersonMetadata
  │ ├──[+] properties (10391:9)
  │ ├─┬loggingId
  │ │ └──[🔀] description (10412:24)
  │ ├─┬permissions
  │ │ └──[🔀] $ref (10490:11)❌ 
  │ ├─┬teams
  │ │ └──[🔀] $ref (10121:13)❌ 
  │ ├─┬uneditedPhotoUrl
  │ │ ├──[+] enum (10361:15)
  │ │ ├──[+] enum (10362:15)
  │ │ ├──[+] enum (10363:15)
  │ │ ├──[+] enum (10364:15)
  │ │ ├──[-] format (9546:19)❌ 
  │ │ ├──[-] description (9547:24)
  │ │ ├──[+] example (10365:20)
  │ │ └─┬Extensions
  │ │   ├──[+] x-enumdescriptions (10367:13)
  │ │   └──[+] x-speakeasy-enum-descriptions (10372:13)
  │ ├─┬startDatePercentile
  │ │ ├──[🔀] type (10455:17)❌ 
  │ │ ├──[🔀] format (10456:19)❌ 
  │ │ └──[🔀] description (10457:24)
  │ ├─┬structuredLocation
  │ │ └──[🔀] $ref (10514:11)❌ 
  │ ├─┬photoUrl
  │ │ ├──[-] format (9542:19)❌ 
  │ │ └──[🔀] description (10427:24)
  │ ├─┬managementChain
  │ │ ├──[-] items (9525:13)❌ 
  │ │ ├──[🔀] type (10511:17)❌ 
  │ │ └──[🔀] description (10512:24)
  │ ├─┬profileBoolSettings
  │ │ ├──[-] additionalProperties (9627:13)❌ 
  │ │ ├──[🔀] type (10475:17)❌ 
  │ │ └──[🔀] description (10476:24)
  │ ├─┬phone
  │ │ └──[🔀] $ref (10284:9)❌ 
  │ ├─┬manager
  │ │ └──[🔀] $ref (10421:11)❌ 
  │ ├─┬orgSizeCount
  │ │ └──[🔀] $ref (8366:9)❌ 
  │ ├─┬timezone
  │ │ ├──[+] items (10397:13)❌ 
  │ │ ├──[🔀] type (10395:17)❌ 
  │ │ └──[🔀] description (10398:24)
  │ ├─┬timezoneIANA
  │ │ └──[🔀] description (10430:24)
  │ ├─┬querySuggestions
  │ │ └──[🔀] $ref (10466:11)❌ 
  │ ├─┬peopleDistance
  │ │ ├──[-] items (9594:13)❌ 
  │ │ ├──[🔀] type (10469:17)❌ 
  │ │ └──[🔀] description (10470:24)
  │ ├─┬type
  │ │ ├──[-] enum (9468:15)❌ 
  │ │ ├──[-] enum (9469:15)❌ 
  │ │ ├──[-] enum (9466:15)❌ 
  │ │ ├──[-] enum (9467:15)❌ 
  │ │ ├──[+] description (10384:24)
  │ │ ├──[-] example (9470:20)
  │ │ └─┬Extensions
  │ │   ├──[-] x-enumdescriptions (9472:13)❌ 
  │ │   └──[-] x-speakeasy-enum-descriptions (9477:13)❌ 
  │ ├─┬title
  │ │ ├──[🔀] type (10432:17)❌ 
  │ │ ├──[+] format (10433:19)❌ 
  │ │ └──[🔀] description (10434:24)
  │ ├─┬lastExtensionUse
  │ │ ├──[-] format (9603:19)❌ 
  │ │ └──[🔀] description (10393:24)
  │ ├─┬reports
  │ │ └──[🔀] $ref (9720:9)❌ 
  │ ├─┬timezoneOffset
  │ │ ├──[🔀] type (10436:17)❌ 
  │ │ ├──[-] format (9535:19)❌ 
  │ │ └──[🔀] description (10437:24)
  │ ├─┬pronoun
  │ │ ├──[+] additionalProperties (10525:13)❌ 
  │ │ ├──[🔀] type (10523:17)❌ 
  │ │ └──[🔀] description (10526:24)
  │ ├─┬location
  │ │ └──[🔀] description (10381:24)
  │ ├─┬lastName
  │ │ ├──[+] format (10501:19)❌ 
  │ │ └──[🔀] description (10502:24)
  │ ├─┬socialNetwork
  │ │ ├──[-] description (9583:24)
  │ │ └─┬Schema
  │ │   └──[🔀] $ref (8366:9)❌ 
  │ ├─┬preferredName
  │ │ ├──[+] format (10440:19)❌ 
  │ │ └──[🔀] description (10441:24)
  │ └─┬startDate
  │   ├──[+] items (10480:13)❌ 
  │   ├──[🔀] type (10478:17)❌ 
  │   ├──[-] format (9558:19)❌ 
  │   └──[🔀] description (10481:24)
  ├─┬PlatformFilter
  │ ├──[+] additionalProperties (7166:29)❌ 
  │ ├──[🔀] description (7170:20)
  │ ├─┬operator
  │ │ └──[🔀] description (7193:24)
  │ ├─┬values
  │ │ ├──[🔀] description (7185:24)
  │ │ └─┬Schema
  │ │   └──[+] minLength (7184:24)❌ 
  │ └─┬field
  │   ├──[+] minLength (7175:22)❌ 
  │   └──[🔀] description (7176:24)
  ├─┬PlatformProblemDetailCode
  │ ├──[+] enum (6110:11)
  │ └─┬Extensions
  │   └──[🔀] x-glean-problem-detail-codes (6115:9)
  ├─┬ObjectDefinition
  │ └─┬docCategory
  │   ├──[+] enum (16938:15)
  │   └──[+] enum (16939:15)
  ├─┬PlatformSearchRequest
  │ ├──[-] properties (6430:9)❌ 
  │ ├─┬query
  │ │ └──[+] minLength (7226:22)❌ 
  │ ├─┬filters
  │ │ ├──[+] minItems (7250:21)❌ 
  │ │ └──[🔀] description (7253:24)
  │ └─┬datasources
  │   ├──[+] minItems (7242:21)❌ 
  │   ├──[🔀] description (7246:24)
  │   └─┬Schema
  │     └──[+] minLength (7245:24)❌ 
  ├─┬FeedResult
  │ └─┬category
  │   └──[+] enum (14650:15)
  ├─┬FeedRequest
  │ └─┬categories
  │   └─┬Schema
  │     └──[+] enum (14114:17)
  ├─┬PlatformSearchResponse
  │ ├──[+] additionalProperties (7311:29)❌ 
  │ ├──[+] required (7317:11)❌ 
  │ ├──[+] properties (7336:9)
  │ ├─┬results
  │ │ └──[🔀] description (7323:24)
  │ └─┬request_id
  │   └──[+] minLength (7334:22)❌ 
  ├─┬PlatformSkillValidationResponse
  │ └─┬warnings
  │   └─┬Schema
  │     └──[🔀] $ref (6016:13)❌ 
  ├─┬FeedEntry
  │ └─┬justificationType
  │   └──[+] enum (14558:15)
  ├─┬PlatformResult
  │ ├──[+] additionalProperties (7259:29)❌ 
  │ ├──[-] properties (6471:9)❌ 
  │ ├─┬snippets
  │ │ └─┬Schema
  │ │   └──[+] minLength (7280:24)❌ 
  │ ├─┬document_type
  │ │ └──[+] minLength (7292:22)❌ 
  │ ├─┬title
  │ │ └──[+] minLength (7273:22)❌ 
  │ ├─┬url
  │ │ └──[+] minLength (7268:22)❌ 
  │ └─┬datasource
  │   └──[+] minLength (7286:22)❌ 
  ├─┬PlatformTimeRange
  │ └──[+] additionalProperties (7197:29)❌ 
  ├─┬AuthConfig
  │ ├──[+] properties (11343:9)
  │ ├─┬lastAuthorizedAt
  │ │ ├──[🔀] type (11270:17)❌ 
  │ │ ├──[-] format (10436:19)❌ 
  │ │ └──[🔀] description (11271:24)
  │ ├─┬grantType
  │ │ ├──[-] enum (10395:15)❌ 
  │ │ ├──[-] enum (10396:15)❌ 
  │ │ ├──[+] format (11305:19)❌ 
  │ │ └──[🔀] description (11306:24)
  │ ├─┬scopes
  │ │ ├──[-] items (10412:13)❌ 
  │ │ ├──[🔀] type (11322:17)❌ 
  │ │ ├──[+] format (11323:19)❌ 
  │ │ └──[🔀] description (11324:24)
  │ ├─┬type
  │ │ ├──[+] enum (11328:15)
  │ │ ├──[+] enum (11329:15)
  │ │ ├──[+] enum (11330:15)
  │ │ ├──[+] enum (11331:15)
  │ │ ├──[-] enum (10385:15)❌ 
  │ │ ├──[-] enum (10380:15)❌ 
  │ │ ├──[-] enum (10381:15)❌ 
  │ │ ├──[-] enum (10382:15)❌ 
  │ │ ├──[-] enum (10383:15)❌ 
  │ │ ├──[-] enum (10384:15)❌ 
  │ │ ├──[🔀] description (11332:24)
  │ │ └─┬Extensions
  │ │   ├──[+] x-enumdescriptions (11334:13)
  │ │   └──[+] x-speakeasy-enum-descriptions (11339:13)
  │ ├─┬status
  │ │ ├──[-] enum (10401:15)❌ 
  │ │ ├──[-] enum (10402:15)❌ 
  │ │ ├──[-] enum (10403:15)❌ 
  │ │ ├──[+] items (11310:13)❌ 
  │ │ ├──[🔀] type (11308:17)❌ 
  │ │ └──[🔀] description (11311:24)
  │ ├─┬token_endpoint_auth_method
  │ │ ├──[+] enum (11331:15)
  │ │ ├──[🔀] description (11332:24)
  │ │ └─┬Extensions
  │ │   ├──[+] x-enumdescriptions (11334:13)
  │ │   └──[+] x-speakeasy-enum-descriptions (11339:13)
  │ ├─┬client_url
  │ │ └──[🔀] description (11320:24)
  │ ├─┬authorization_url
  │ │ ├──[+] enum (11347:15)
  │ │ ├──[+] enum (11348:15)
  │ │ ├──[+] enum (11349:15)
  │ │ ├──[+] enum (11346:15)
  │ │ ├──[-] format (10421:19)❌ 
  │ │ ├──[🔀] description (11350:24)
  │ │ └─┬Extensions
  │ │   ├──[+] x-enumdescriptions (11352:13)
  │ │   └──[+] x-speakeasy-enum-descriptions (11357:13)
  │ ├─┬resource
  │ │ ├──[🔀] format (11363:19)❌ 
  │ │ └──[🔀] description (11364:24)
  │ ├─┬isOnPrem
  │ │ ├──[+] enum (11294:15)
  │ │ ├──[+] enum (11293:15)
  │ │ ├──[🔀] type (11291:17)❌ 
  │ │ └──[🔀] description (11295:24)
  │ └─┬usesCentralAuth
  │   ├──[+] enum (11281:15)
  │   ├──[+] enum (11282:15)
  │   ├──[+] enum (11283:15)
  │   ├──[+] enum (11278:15)
  │   ├──[+] enum (11279:15)
  │   ├──[+] enum (11280:15)
  │   ├──[🔀] type (11276:17)❌ 
  │   └──[🔀] description (11284:24)
  └─┬ManualFeedbackInfo
    └─┬issues
      └─┬Schema
        ├──[+] enum (7615:17)
        └──[+] enum (7616:17)
Document Element Total Changes Breaking Changes
paths 29 6
components 203 81
info 2 0

View full report

Linting Report 0 errors, 26 warnings, 6 hints

View full report

TYPESCRIPT CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.791.4

Last updated by Speakeasy workflow

@github-actions
github-actions Bot requested a review from a team as a code owner August 5, 2026 20:39
@github-actions github-actions Bot added the patch Patch version bump label Aug 5, 2026
* `glean.search.query()`: 
  *  `request.datasourceInstances` **Removed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `glean.indexing.documents.debug()`:  `response.status[200]` **Changed** (Breaking ⚠️)
* `glean.indexing.documents.debugMany()`:  `response.status[200]` **Changed** (Breaking ⚠️)
* `glean.indexing.documents.debugEvents()`:  `response.status[200]` **Changed** (Breaking ⚠️)
* `glean.indexing.datasource.status()`:  `response.status[200]` **Changed** (Breaking ⚠️)
* `glean.indexing.people.debug()`:  `response.status[200]` **Changed** (Breaking ⚠️)
* `glean.client.chat.createStream()`: 
  *  `request.chatRequest.messages[]` **Changed**
* `glean.client.collections.create()`: 
  *  `request.createCollectionRequest.addedRoles[].person.metadata.jobFunction` **Added**
  *  `response.union(class (0)).collection.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.search.listFilters()`: **Added**
* `glean.client.agents.import()`: **Added**
* `glean.client.tools.getToolServerTools()`: **Added**
* `glean.agents.search()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.agents.get()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.agents.getSchemas()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.agents.createRun()`:  `error` **Changed**
* `glean.skills.create()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.list()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.validate()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.retrieve()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.retrieveContent()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.createVersion()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.listVersions()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.retrieveVersion()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.skills.retrieveVersionContent()`:  `error.code.enum(toolsUnauthorized)` **Added**
* `glean.client.activity.feedback()`: 
  *  `request.feedback1.manualFeedbackInfo.issues[]` **Changed**
* `glean.client.announcements.create()`: 
  *  `request.createAnnouncementRequest.body.structuredList[].document.metadata.author.metadata.jobFunction` **Added**
  *  `response.body.structuredList[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.announcements.update()`: 
  *  `request.updateAnnouncementRequest.body.structuredList[].document.metadata.author.metadata.jobFunction` **Added**
  *  `response.body.structuredList[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.answers.create()`: 
  *  `request.createAnswerRequest.data.addedRoles[].person.metadata.jobFunction` **Added**
  *  `response.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.answers.update()`: 
  *  `request.editAnswerRequest.addedRoles[].person.metadata.jobFunction` **Added**
  *  `response.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.answers.retrieve()`:  `response.answerResult.answer.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.answers.list()`:  `response.answerResults[].answer.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.chat.create()`: 
  *  `request.chatRequest.messages[]` **Changed**
  *  `response.messages[]` **Changed**
* `glean.client.chat.retrieve()`: 
  *  `response.chatResult.chat` **Changed**
  *  `error.status[403]` **Added**
* `glean.client.chat.list()`:  `response.chatResults[].chat.createdBy.metadata.jobFunction` **Added**
* `glean.skills.previewSource()`: **Added**
* `glean.client.agents.create()`:  `response.workflow.author.metadata.jobFunction` **Added**
* `glean.skills.update()`: **Added**
* `glean.client.agents.runStream()`:  `error` **Changed**
* `glean.client.documents.retrieveByFacets()`:  `response.documents[].metadata.author.metadata.jobFunction` **Added**
* `glean.client.agents.run()`:  `error.status[422]` **Added**
* `glean.client.collections.deleteItem()`:  `response.collection.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.collections.update()`: 
  *  `request.editCollectionRequest.addedRoles[].person.metadata.jobFunction` **Added**
  *  `response.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.collections.updateItem()`:  `response.collection.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.collections.retrieve()`:  `response.collection.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.collections.list()`:  `response.collections[].addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.documents.retrieve()`:  `response.documents.Map<DocumentOrError>.union(Document).metadata.author.metadata.jobFunction` **Added**
* `glean.client.collections.addItems()`:  `response.collection.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.insights.retrieve()`:  `response.gleanAssist.activityInsights[].user.metadata.jobFunction` **Added**
* `glean.client.messages.retrieve()`:  `response.searchResponse.results[].structuredResults[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.pins.update()`:  `response.attribution.metadata.jobFunction` **Added**
* `glean.client.pins.retrieve()`:  `response.pin.attribution.metadata.jobFunction` **Added**
* `glean.client.pins.list()`:  `response.pins[].attribution.metadata.jobFunction` **Added**
* `glean.client.pins.create()`:  `response.attribution.metadata.jobFunction` **Added**
* `glean.client.search.queryAsAdmin()`: 
  *  `request.searchRequest.sourceDocument.metadata.author.metadata.jobFunction` **Added**
  *  `response.results[].structuredResults[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.search.autocomplete()`:  `response.results[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.search.retrieveFeed()`: 
  *  `request.feedRequest.categories[].enum(meetingPrepAutomation)` **Added**
  *  `response.results[]` **Changed**
* `glean.client.search.recommendations()`: 
  *  `request.recommendationsRequest.sourceDocument.metadata.author.metadata.jobFunction` **Added**
  *  `response.results[].structuredResults[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.search.query()`: 
  *  `request.searchRequest.sourceDocument.metadata.author.metadata.jobFunction` **Added**
  *  `response.results[].structuredResults[].document.metadata.author.metadata.jobFunction` **Added**
* `glean.client.entities.list()`:  `response.results[].metadata.jobFunction` **Added**
* `glean.client.entities.readPeople()`:  `response.results[].metadata.jobFunction` **Added**
* `glean.client.shortcuts.create()`: 
  *  `request.createShortcutRequest.data.addedRoles[].person.metadata.jobFunction` **Added**
  *  `response.shortcut.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.shortcuts.retrieve()`:  `response.shortcut.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.shortcuts.list()`:  `response.shortcuts[].addedRoles[].person.metadata.jobFunction` **Added**
* `glean.chat.create()`: **Added**
* `glean.client.shortcuts.update()`: 
  *  `request.updateShortcutRequest.addedRoles[].person.metadata.jobFunction` **Added**
  *  `response.shortcut.addedRoles[].person.metadata.jobFunction` **Added**
* `glean.client.verification.addReminder()`:  `response.metadata.lastVerifier.metadata.jobFunction` **Added**
* `glean.client.verification.list()`:  `response.documents[].metadata.lastVerifier.metadata.jobFunction` **Added**
* `glean.client.verification.verify()`:  `response.metadata.lastVerifier.metadata.jobFunction` **Added**
* `glean.indexing.datasources.add()`:  `request` **Changed**
* `glean.indexing.datasources.retrieveConfig()`:  `response` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1785961939 branch from 0a68989 to f27366d Compare August 6, 2026 02:17
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