From ecaf07092cbd3eac55bbb7c9c83a38d877478d11 Mon Sep 17 00:00:00 2001 From: "convoy-sdk-bot[bot]" <307218117+convoy-sdk-bot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:20:42 +0000 Subject: [PATCH] feat: regenerate API client from OpenAPI spec --- client/client.gen.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/client.gen.go b/client/client.gen.go index 30a71a6..9cf98e5 100644 --- a/client/client.gen.go +++ b/client/client.gen.go @@ -3430,7 +3430,7 @@ type ClientInterface interface { // BulkOnboardWithBody Bulk onboard endpoints with subscriptions // - // This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. + // This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes any type of body and a specified content type. // @@ -3439,7 +3439,7 @@ type ClientInterface interface { // BulkOnboard Bulk onboard endpoints with subscriptions // - // This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. + // This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes a body of the `application/json` content type. // @@ -4739,7 +4739,7 @@ func (c *Client) ResendMetaEvent(ctx context.Context, projectID string, metaEven // BulkOnboardWithBody Bulk onboard endpoints with subscriptions // -// This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. +// This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes any type of body and a specified content type. // @@ -4758,7 +4758,7 @@ func (c *Client) BulkOnboardWithBody(ctx context.Context, projectID string, para // BulkOnboard Bulk onboard endpoints with subscriptions // -// This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. +// This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes a body of the `application/json` content type. // @@ -10331,7 +10331,7 @@ type ClientWithResponsesInterface interface { // BulkOnboardWithBodyWithResponse Bulk onboard endpoints with subscriptions // - // This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. + // This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes any type of body and a specified content type, and returns a wrapper object for the known response body format(s). // @@ -10340,7 +10340,7 @@ type ClientWithResponsesInterface interface { // BulkOnboardWithResponse Bulk onboard endpoints with subscriptions // - // This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. + // This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes a body of the `application/json` content type, and returns a wrapper object for the known response body format(s). // @@ -17923,7 +17923,7 @@ func (c *ClientWithResponses) ResendMetaEventWithResponse(ctx context.Context, p // BulkOnboardWithBodyWithResponse Bulk onboard endpoints with subscriptions // -// This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. +// This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes any type of body and a specified content type, and returns a wrapper object for the known response body format(s). // @@ -17938,7 +17938,7 @@ func (c *ClientWithResponses) BulkOnboardWithBodyWithResponse(ctx context.Contex // BulkOnboardWithResponse Bulk onboard endpoints with subscriptions // -// This endpoint accepts a CSV file or JSON body to bulk-create endpoints with subscriptions. +// This endpoint bulk-creates endpoints with subscriptions from a JSON body. A CSV file upload is also accepted over raw HTTP as multipart/form-data with a "file" field; generated SDK clients only expose the JSON body. // // Takes a body of the `application/json` content type, and returns a wrapper object for the known response body format(s). //