sdk: event-subscriptions resources + agent lifecycle surface - #39
Closed
rafael-archastro wants to merge 2 commits into
Closed
sdk: event-subscriptions resources + agent lifecycle surface#39rafael-archastro wants to merge 2 commits into
rafael-archastro wants to merge 2 commits into
Conversation
added 2 commits
August 17, 2026 14:13
Regenerated against archastro-openapi spec/event-subscriptions-public (from firstlanding PR #10337). Adds client.event_subscriptions (list/create/get/update/delete/queue/head/claim) and client.event_subscription_deliveries (acknowledge) in async and sync variants, with the full claim contract (max_events batching, request_id idempotent retries, wait_seconds long-poll), retention settings, and the queue loss indicators. Generated contract tests included; full suite green (2676 tests).
The event-subscriptions surface this PR adds is byte-identical when regenerated against main — the spec landed there via the automated refresh after firstlanding #10337 merged (the companion spec PR #82 was closed as redundant). This commit picks up the unrelated chat/threads/teams/users drift between the branch-vintage spec and main's snapshot so the PR regenerates cleanly from main. Full suite green (2676 tests).
Author
|
Re-regenerated against archastro-openapi |
Author
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
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.
Regenerated against archastro-openapi
spec/event-subscriptions-public(from firstlanding PR #10337).New surface — the customer event-subscriptions integration:
client.event_subscriptions:list,create(withretention_seconds),get,update,delete,queue(loss indicators included),head, andclaimwith the full contract —max_eventsbatching,request_ididempotent retries,wait_secondslong-poll.client.event_subscription_deliveries.acknowledgewith receipt handles.Merge order: after firstlanding #10337 and the archastro-openapi spec PR land, re-run
./scripts/regenerate_sdk.shagainstmain(should be a no-op) and merge.