Skip to content

feat: regenerate API client from OpenAPI spec#4

Closed
mekilis wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-20260720
Closed

feat: regenerate API client from OpenAPI spec#4
mekilis wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-20260720

Conversation

@mekilis

@mekilis mekilis commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Automated regeneration via OpenAPI Generator (java/native) from docs/v3/openapi3.yaml on frain-dev/convoy main. Hand-written webhook verify (src/main/java/com/getconvoy/webhook/) is untouched by the sync script.


Note

Low Risk
Documentation-only change on a generated model; no logic or API surface changes in the diff.

Overview
Regenerates the Java API client from the updated OpenAPI spec. In this sync, the only visible model change is Javadoc on ModelsCreateEvent.endpointId: it now states that endpoint_id is required unless the deprecated app_id is provided, matching the spec’s create-event contract.

No fields, serializers, or validation annotations change in the diff—behavior for callers is unchanged aside from clearer generated API docs.

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

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c3bafb7. Configure here.

Comment thread src/main/java/com/getconvoy/models/DatastoreDeliveryAttempt.java Outdated

try {
byte[] localVarPostBody = memberVarObjectMapper.writeValueAsBytes(body);
byte[] localVarPostBody = memberVarObjectMapper.writeValueAsBytes(modelsBulkOnboardRequest);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CSV onboard support removed

Medium Severity

bulkOnboard no longer accepts a File body and always sends application/json via ModelsBulkOnboardRequest, while the method docs still say the endpoint accepts CSV or JSON. Callers that relied on CSV upload can no longer use this client for that path.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c3bafb7. Configure here.

@mekilis
mekilis force-pushed the speakeasy-sdk-regen-20260720 branch from c3bafb7 to 7fbf337 Compare July 20, 2026 16:29
@mekilis

mekilis commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by the app-authored regen PR (#6), which merged with the same generated content.

@mekilis mekilis closed this Jul 20, 2026
@mekilis
mekilis deleted the speakeasy-sdk-regen-20260720 branch July 20, 2026 19:09
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.

1 participant