-
Notifications
You must be signed in to change notification settings - Fork 4
chore: 🐝 Update SDK - Generate 0.11.1 #74
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
0c2dfb6 to
22bb4fd
Compare
* `glean.client.announcements.create()`:
* `request.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.announcements.update()`:
* `request.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.answers.create()`:
* `request.data.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.answers.update()`:
* `request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.answers.retrieve()`: `response.answer_result.answer.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.answers.list()`: `response.answer_results.[].answer.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.chat.create()`:
* `request.messages.[].citations.[].source_document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.messages.[].citations.[].source_document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.chat.retrieve()`: `response.chat_result.chat.created_by.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.chat.list()`: `response.chat_results.[].chat.created_by.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.chat.create_stream()`:
* `request.messages.[].citations.[].source_document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.add_items()`: `response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.create()`:
* `request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.[class].collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.delete_item()`: `response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.update()`:
* `request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.update_item()`: `response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.retrieve()`: `response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.collections.list()`: `response.collections.[].added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.documents.retrieve()`: `response.documents.{}` **Changed**
* `glean.client.documents.retrieve_by_facets()`: `response.documents.[].metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.insights.retrieve()`: `response.users.activity_insights.[].user.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.messages.retrieve()`: `response.search_response.results.[].structured_results.[].chat` **Added**
* `glean.client.pins.update()`: `response.attribution.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.pins.retrieve()`: `response.pin.attribution.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.pins.list()`: `response.pins.[].attribution.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.pins.create()`: `response.attribution.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.search.query_as_admin()`:
* `request.source_document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.results.[].structured_results.[].chat` **Added**
* `glean.client.search.autocomplete()`: `response.results.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.search.retrieve_feed()`: `response.results.[].primary_entry.created_by.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.search.recommendations()`:
* `request.source_document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.results.[].structured_results.[].chat` **Added**
* `glean.client.search.query()`:
* `request.source_document.metadata.author.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.results.[].structured_results.[].chat` **Added**
* `glean.client.entities.list()`: `response.results.[].related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.entities.read_people()`: `response.results.[].related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.shortcuts.create()`:
* `request.data.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.shortcut.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.shortcuts.retrieve()`: `response.shortcut.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.shortcuts.list()`: `response.shortcuts.[].added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.shortcuts.update()`:
* `request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `response.shortcut.added_roles.[].person.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.verification.add_reminder()`: `response.metadata.last_verifier.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.verification.list()`: `response.documents.[].metadata.last_verifier.related_documents.[].results.[].structured_results.[].chat` **Added**
* `glean.client.verification.verify()`: `response.metadata.last_verifier.related_documents.[].results.[].structured_results.[].chat` **Added**
278bbcd to
5964b93
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/8e3a38468bf7d8e2a0161c0468aa3e51
OpenAPI Change report available at: https://app.speakeasy.com/org/glean-el2/sdk/changes-report/70755c403cc653b8830fd5256184d779
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes Detected:
glean.client.announcements.create():request.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedresponse.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedglean.client.announcements.update():request.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedresponse.body.structured_list.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedglean.client.answers.create():request.data.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedresponse.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.answers.update():request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedresponse.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.answers.retrieve():response.answer_result.answer.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.answers.list():response.answer_results.[].answer.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.chat.create():request.messages.[].citations.[].source_document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedresponse.messages.[].citations.[].source_document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedglean.client.chat.retrieve():response.chat_result.chat.created_by.related_documents.[].results.[].structured_results.[].chatAddedglean.client.chat.list():response.chat_results.[].chat.created_by.related_documents.[].results.[].structured_results.[].chatAddedglean.client.chat.create_stream():request.messages.[].citations.[].source_document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.add_items():response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.create():request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedresponse.[class].collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.delete_item():response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.update():request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedresponse.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.update_item():response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.retrieve():response.collection.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.collections.list():response.collections.[].added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.documents.retrieve():response.documents.{}Changedglean.client.documents.retrieve_by_facets():response.documents.[].metadata.author.related_documents.[].results.[].structured_results.[].chatAddedglean.client.insights.retrieve():response.users.activity_insights.[].user.related_documents.[].results.[].structured_results.[].chatAddedglean.client.messages.retrieve():response.search_response.results.[].structured_results.[].chatAddedglean.client.pins.update():response.attribution.related_documents.[].results.[].structured_results.[].chatAddedglean.client.pins.retrieve():response.pin.attribution.related_documents.[].results.[].structured_results.[].chatAddedglean.client.pins.list():response.pins.[].attribution.related_documents.[].results.[].structured_results.[].chatAddedglean.client.pins.create():response.attribution.related_documents.[].results.[].structured_results.[].chatAddedglean.client.search.query_as_admin():request.source_document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedresponse.results.[].structured_results.[].chatAddedglean.client.search.autocomplete():response.results.[].document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedglean.client.search.retrieve_feed():response.results.[].primary_entry.created_by.related_documents.[].results.[].structured_results.[].chatAddedglean.client.search.recommendations():request.source_document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedresponse.results.[].structured_results.[].chatAddedglean.client.search.query():request.source_document.metadata.author.related_documents.[].results.[].structured_results.[].chatAddedresponse.results.[].structured_results.[].chatAddedglean.client.entities.list():response.results.[].related_documents.[].results.[].structured_results.[].chatAddedglean.client.entities.read_people():response.results.[].related_documents.[].results.[].structured_results.[].chatAddedglean.client.shortcuts.create():request.data.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedresponse.shortcut.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.shortcuts.retrieve():response.shortcut.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.shortcuts.list():response.shortcuts.[].added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.shortcuts.update():request.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedresponse.shortcut.added_roles.[].person.related_documents.[].results.[].structured_results.[].chatAddedglean.client.verification.add_reminder():response.metadata.last_verifier.related_documents.[].results.[].structured_results.[].chatAddedglean.client.verification.list():response.documents.[].metadata.last_verifier.related_documents.[].results.[].structured_results.[].chatAddedglean.client.verification.verify():response.metadata.last_verifier.related_documents.[].results.[].structured_results.[].chatAddedOpenAPI Change Summary
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.640.0