Skip to content

feat: regenerate API client from OpenAPI spec - #22

Merged
convoy-sdk-bot[bot] merged 1 commit into
mainfrom
speakeasy-sdk-regen-20260823
Aug 23, 2026
Merged

feat: regenerate API client from OpenAPI spec#22
convoy-sdk-bot[bot] merged 1 commit into
mainfrom
speakeasy-sdk-regen-20260823

Conversation

@convoy-sdk-bot

@convoy-sdk-bot convoy-sdk-bot Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Automated regeneration via OpenAPI Generator (php) from docs/v3/openapi3.yaml on frain-dev/convoy main. Hand-written SDK code (src/ outside src/Client/, incl. webhook verify) is untouched by the sync script.


Note

Medium Risk
Public generated method signatures change: Events API methods insert a new $body argument, which can break positional callers. Delivery methods only add a trailing optional $query, which is safer.

Overview
Regenerates generated Convoy PHP client APIs from the latest OpenAPI spec so list/replay/retry calls can send the new search filters.

Events (EventsApi): getEventsPaged, batchReplayEvents, and countAffectedEvents take an optional body query param (URL-encoded JSON payload match, ANDed with query). query docs now describe id/idempotency/type/source matching plus JSON containment. This inserts $body as the second positional argument, so positional callers of those methods will shift remaining args.

Deliveries (EventDeliveriesApi): getEventDeliveriesPaged and batchRetryEventDelivery gain optional query (delivery id, event id, event type prefix, endpoint name).

List endpoints also map 504 (and events list 403) to the existing error model. DatastoreProjectConfig.search_policy docs describe the optional lookback duration for payload search.

Reviewed by Cursor Bugbot for commit eb90f6b. Bugbot is set up for automated code reviews on this repo. Configure here.

@convoy-sdk-reviewer convoy-sdk-reviewer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDK reviewer app: approving a generated-paths-only diff on the regen branch. Auto-merge completes only after required status checks pass.

@convoy-sdk-bot
convoy-sdk-bot Bot enabled auto-merge (squash) August 23, 2026 20:05
@convoy-sdk-bot
convoy-sdk-bot Bot merged commit 0c6e0ba into main Aug 23, 2026
3 checks passed
@convoy-sdk-bot
convoy-sdk-bot Bot deleted the speakeasy-sdk-regen-20260823 branch August 23, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants