From e72c9681ffc03c45c279ec54b9acbc1020c6abd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:30:24 +0000 Subject: [PATCH] feat: regenerate API client from OpenAPI spec --- client/client.gen.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/client.gen.go b/client/client.gen.go index b1ece00..30a71a6 100644 --- a/client/client.gen.go +++ b/client/client.gen.go @@ -1515,7 +1515,8 @@ type ModelsCreateEvent struct { // webhook to the endpoints Data *map[string]interface{} `json:"data,omitempty"` - // EndpointId Specifies the endpoint to send this event to. + // EndpointId Specifies the endpoint to send this event to. Required unless the + // deprecated app_id is provided. EndpointId *string `json:"endpoint_id,omitempty"` // EventType Event Type is used for filtering and debugging e.g invoice.paid