-
Notifications
You must be signed in to change notification settings - Fork 0
chore: 🐝 Update SDK - Generate 0.11.15 #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
413b156 to
8f4e509
Compare
71c3cf1 to
e91d57d
Compare
12b0304 to
480c29c
Compare
* `Glean.Governance.Createfindingsexport()`: **Added**
* `Glean.Governance.Listfindingsexports()`: **Added**
* `Glean.Governance.Downloadfindingsexport()`: **Added**
* `Glean.Governance.Deletefindingsexport()`: **Added**
* `Glean.Client.Announcements.Create()`:
* `request.Request.Body.StructuredList.[].Document.Metadata.Author` **Changed**
* `response.Body.StructuredList.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Announcements.Update()`:
* `request.Request.Body.StructuredList.[].Document.Metadata.Author` **Changed**
* `response.Body.StructuredList.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Answers.Create()`:
* `request.Request.Data.AddedRoles.[].Person` **Changed**
* `response.AddedRoles.[].Person` **Changed**
* `Glean.Client.Answers.Update()`:
* `request.Request.AddedRoles.[].Person` **Changed**
* `response.AddedRoles.[].Person` **Changed**
* `Glean.Client.Answers.Retrieve()`: `response.AnswerResult.Answer.AddedRoles.[].Person` **Changed**
* `Glean.Client.Answers.List()`: `response.AnswerResults.[].Answer.AddedRoles.[].Person` **Changed**
* `Glean.Client.Chat.Create()`:
* `request.ChatRequest.Messages.[].Citations.[].SourceDocument.Metadata.Author` **Changed**
* `response.Messages.[].Citations.[].SourceDocument.Metadata.Author` **Changed**
* `Glean.Client.Chat.Retrieve()`: `response.ChatResult.Chat.CreatedBy` **Changed**
* `Glean.Client.Chat.List()`: `response.ChatResults.[].Chat.CreatedBy` **Changed**
* `Glean.Client.Chat.CreateStream()`:
* `request.ChatRequest.Messages.[].Citations.[].SourceDocument.Metadata.Author` **Changed**
* `Glean.Client.Collections.AddItems()`: `response.Collection.AddedRoles.[].Person` **Changed**
* `Glean.Client.Collections.Create()`:
* `request.Request.AddedRoles.[].Person` **Changed**
* `response.[class].Collection.AddedRoles.[].Person` **Changed**
* `Glean.Client.Collections.DeleteItem()`: `response.Collection.AddedRoles.[].Person` **Changed**
* `Glean.Client.Collections.Update()`:
* `request.Request.AddedRoles.[].Person` **Changed**
* `response.AddedRoles.[].Person` **Changed**
* `Glean.Client.Collections.UpdateItem()`: `response.Collection.AddedRoles.[].Person` **Changed**
* `Glean.Client.Collections.Retrieve()`: `response.Collection.AddedRoles.[].Person` **Changed**
* `Glean.Client.Collections.List()`: `response.Collections.[].AddedRoles.[].Person` **Changed**
* `Glean.Client.Documents.Retrieve()`: `response.Documents.{}.[document].Metadata.Author` **Changed**
* `Glean.Client.Documents.RetrieveByFacets()`: `response.Documents.[].Metadata.Author` **Changed**
* `Glean.Client.Insights.Retrieve()`: `response` **Changed**
* `Glean.Client.Messages.Retrieve()`: `response.SearchResponse.Results.[].StructuredResults.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Pins.Update()`: `response.Attribution` **Changed**
* `Glean.Client.Pins.Retrieve()`: `response.Pin.Attribution` **Changed**
* `Glean.Client.Pins.List()`: `response.Pins.[].Attribution` **Changed**
* `Glean.Client.Pins.Create()`: `response.Attribution` **Changed**
* `Glean.Client.Search.QueryAsAdmin()`:
* `request.Request.SourceDocument.Metadata.Author` **Changed**
* `response.Results.[].StructuredResults.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Search.Autocomplete()`: `response.Results.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Search.RetrieveFeed()`: `response.Results.[].PrimaryEntry.CreatedBy` **Changed**
* `Glean.Client.Search.Recommendations()`:
* `request.Request.SourceDocument.Metadata.Author` **Changed**
* `response.Results.[].StructuredResults.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Search.Query()`:
* `request.Request.SourceDocument.Metadata.Author` **Changed**
* `response.Results.[].StructuredResults.[].Document.Metadata.Author` **Changed**
* `Glean.Client.Entities.List()`: `response.Results.[]` **Changed**
* `Glean.Client.Entities.ReadPeople()`: `response.Results.[]` **Changed**
* `Glean.Client.Shortcuts.Create()`:
* `request.Request.Data.AddedRoles.[].Person` **Changed**
* `response.Shortcut.AddedRoles.[].Person` **Changed**
* `Glean.Client.Shortcuts.Retrieve()`: `response.Shortcut.AddedRoles.[].Person` **Changed**
* `Glean.Client.Shortcuts.List()`: `response.Shortcuts.[].AddedRoles.[].Person` **Changed**
* `Glean.Client.Shortcuts.Update()`:
* `request.Request.AddedRoles.[].Person` **Changed**
* `response.Shortcut.AddedRoles.[].Person` **Changed**
* `Glean.Client.Verification.AddReminder()`: `response.Metadata.LastVerifier` **Changed**
* `Glean.Client.Verification.List()`: `response.Documents.[].Metadata.LastVerifier` **Changed**
* `Glean.Client.Verification.Verify()`: `response.Metadata.LastVerifier` **Changed**
* `Glean.Client.Governance.Data.Policies.Retrieve()`: `response.Report.Config.SensitiveContentOptions.CustomSensitiveExpressions` **Added**
* `Glean.Client.Governance.Data.Policies.Update()`:
* `request.UpdateDlpReportRequest.Config.SensitiveContentOptions.CustomSensitiveExpressions` **Added**
* `Glean.Client.Governance.Data.Policies.List()`: `response.Reports.[].Config.SensitiveContentOptions.CustomSensitiveExpressions` **Added**
* `Glean.Client.Governance.Data.Policies.Create()`:
* `request.Request.Config.SensitiveContentOptions.CustomSensitiveExpressions` **Added**
* `response.Report.Config.SensitiveContentOptions.CustomSensitiveExpressions` **Added**
* `Glean.Client.Governance.Data.Reports.Create()`:
* `request.Request.Config.SensitiveContentOptions.CustomSensitiveExpressions` **Added**
e403dfe to
9c6cf15
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Linting report available at: https://app.speakeasy.com/org/glean-el2/sdk/linting-report/b263cbe49df18c2128f6d51e3f6662d6
OpenAPI Change report available at: https://app.speakeasy.com/org/glean-el2/sdk/changes-report/933e38b3da9287edb7eaf7e1e3ae802c
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Go SDK Changes:
Glean.Governance.Createfindingsexport(): AddedGlean.Governance.Listfindingsexports(): AddedGlean.Governance.Downloadfindingsexport(): AddedGlean.Governance.Deletefindingsexport(): AddedGlean.Client.Announcements.Create():request.Request.Body.StructuredList.[].Document.Metadata.AuthorChangedresponse.Body.StructuredList.[].Document.Metadata.AuthorChangedGlean.Client.Announcements.Update():request.Request.Body.StructuredList.[].Document.Metadata.AuthorChangedresponse.Body.StructuredList.[].Document.Metadata.AuthorChangedGlean.Client.Answers.Create():request.Request.Data.AddedRoles.[].PersonChangedresponse.AddedRoles.[].PersonChangedGlean.Client.Answers.Update():request.Request.AddedRoles.[].PersonChangedresponse.AddedRoles.[].PersonChangedGlean.Client.Answers.Retrieve():response.AnswerResult.Answer.AddedRoles.[].PersonChangedGlean.Client.Answers.List():response.AnswerResults.[].Answer.AddedRoles.[].PersonChangedGlean.Client.Chat.Create():request.ChatRequest.Messages.[].Citations.[].SourceDocument.Metadata.AuthorChangedresponse.Messages.[].Citations.[].SourceDocument.Metadata.AuthorChangedGlean.Client.Chat.Retrieve():response.ChatResult.Chat.CreatedByChangedGlean.Client.Chat.List():response.ChatResults.[].Chat.CreatedByChangedGlean.Client.Chat.CreateStream():request.ChatRequest.Messages.[].Citations.[].SourceDocument.Metadata.AuthorChangedGlean.Client.Collections.AddItems():response.Collection.AddedRoles.[].PersonChangedGlean.Client.Collections.Create():request.Request.AddedRoles.[].PersonChangedresponse.[class].Collection.AddedRoles.[].PersonChangedGlean.Client.Collections.DeleteItem():response.Collection.AddedRoles.[].PersonChangedGlean.Client.Collections.Update():request.Request.AddedRoles.[].PersonChangedresponse.AddedRoles.[].PersonChangedGlean.Client.Collections.UpdateItem():response.Collection.AddedRoles.[].PersonChangedGlean.Client.Collections.Retrieve():response.Collection.AddedRoles.[].PersonChangedGlean.Client.Collections.List():response.Collections.[].AddedRoles.[].PersonChangedGlean.Client.Documents.Retrieve():response.Documents.{}.[document].Metadata.AuthorChangedGlean.Client.Documents.RetrieveByFacets():response.Documents.[].Metadata.AuthorChangedGlean.Client.Insights.Retrieve():responseChangedGlean.Client.Messages.Retrieve():response.SearchResponse.Results.[].StructuredResults.[].Document.Metadata.AuthorChangedGlean.Client.Pins.Update():response.AttributionChangedGlean.Client.Pins.Retrieve():response.Pin.AttributionChangedGlean.Client.Pins.List():response.Pins.[].AttributionChangedGlean.Client.Pins.Create():response.AttributionChangedGlean.Client.Search.QueryAsAdmin():request.Request.SourceDocument.Metadata.AuthorChangedresponse.Results.[].StructuredResults.[].Document.Metadata.AuthorChangedGlean.Client.Search.Autocomplete():response.Results.[].Document.Metadata.AuthorChangedGlean.Client.Search.RetrieveFeed():response.Results.[].PrimaryEntry.CreatedByChangedGlean.Client.Search.Recommendations():request.Request.SourceDocument.Metadata.AuthorChangedresponse.Results.[].StructuredResults.[].Document.Metadata.AuthorChangedGlean.Client.Search.Query():request.Request.SourceDocument.Metadata.AuthorChangedresponse.Results.[].StructuredResults.[].Document.Metadata.AuthorChangedGlean.Client.Entities.List():response.Results.[]ChangedGlean.Client.Entities.ReadPeople():response.Results.[]ChangedGlean.Client.Shortcuts.Create():request.Request.Data.AddedRoles.[].PersonChangedresponse.Shortcut.AddedRoles.[].PersonChangedGlean.Client.Shortcuts.Retrieve():response.Shortcut.AddedRoles.[].PersonChangedGlean.Client.Shortcuts.List():response.Shortcuts.[].AddedRoles.[].PersonChangedGlean.Client.Shortcuts.Update():request.Request.AddedRoles.[].PersonChangedresponse.Shortcut.AddedRoles.[].PersonChangedGlean.Client.Verification.AddReminder():response.Metadata.LastVerifierChangedGlean.Client.Verification.List():response.Documents.[].Metadata.LastVerifierChangedGlean.Client.Verification.Verify():response.Metadata.LastVerifierChangedGlean.Client.Governance.Data.Policies.Retrieve():response.Report.Config.SensitiveContentOptions.CustomSensitiveExpressionsAddedGlean.Client.Governance.Data.Policies.Update():request.UpdateDlpReportRequest.Config.SensitiveContentOptions.CustomSensitiveExpressionsAddedGlean.Client.Governance.Data.Policies.List():response.Reports.[].Config.SensitiveContentOptions.CustomSensitiveExpressionsAddedGlean.Client.Governance.Data.Policies.Create():request.Request.Config.SensitiveContentOptions.CustomSensitiveExpressionsAddedresponse.Report.Config.SensitiveContentOptions.CustomSensitiveExpressionsAddedGlean.Client.Governance.Data.Reports.Create():request.Request.Config.SensitiveContentOptions.CustomSensitiveExpressionsAddedOpenAPI Change Summary
GO CHANGELOG
core: 3.13.6 - 2025-12-02
🐛 Bug Fixes
core: 3.13.4 - 2025-11-25
🐝 New Features
core: 3.13.3 - 2025-11-24
🐝 New Features
inferUnionDiscriminators: truein gen.yaml (commit by @mfbx9da4)sdkHooks: 0.3.0 - 2025-10-15
🐝 New Features
unions: 2.87.2 - 2025-11-20
🔧 Fixes
Based on Speakeasy CLI 1.675.2