Uh oh!
There was an error while loading. Please reload this page.
sdk: event-subscriptions resources + agent lifecycle surface - #39
Open
rafael-archastro wants to merge 1 commit into
Open
sdk: event-subscriptions resources + agent lifecycle surface#39rafael-archastro wants to merge 1 commit into
rafael-archastro wants to merge 1 commit into
Conversation
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).
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 freeto 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.