diff --git a/src/main/java/com/getconvoy/api/EventDeliveriesApi.java b/src/main/java/com/getconvoy/api/EventDeliveriesApi.java index 3be0be5..bc65099 100644 --- a/src/main/java/com/getconvoy/api/EventDeliveriesApi.java +++ b/src/main/java/com/getconvoy/api/EventDeliveriesApi.java @@ -178,6 +178,7 @@ private File prepareDownloadFile(HttpResponse response) throws IOEx * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -185,8 +186,8 @@ private File prepareDownloadFile(HttpResponse response) throws IOEx * @return GetProjects400Response * @throws ApiException if fails to make API call */ - public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { - return batchRetryEventDelivery(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, null); + public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { + return batchRetryEventDelivery(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, null); } /** @@ -202,6 +203,7 @@ public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnul * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -210,8 +212,8 @@ public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnul * @return GetProjects400Response * @throws ApiException if fails to make API call */ - public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { - ApiResponse localVarResponse = batchRetryEventDeliveryWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, headers); + public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { + ApiResponse localVarResponse = batchRetryEventDeliveryWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, headers); return localVarResponse.getData(); } @@ -228,6 +230,7 @@ public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnul * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -235,8 +238,8 @@ public GetProjects400Response batchRetryEventDelivery(@jakarta.annotation.Nonnul * @return ApiResponse<GetProjects400Response> * @throws ApiException if fails to make API call */ - public ApiResponse batchRetryEventDeliveryWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { - return batchRetryEventDeliveryWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, null); + public ApiResponse batchRetryEventDeliveryWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { + return batchRetryEventDeliveryWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, null); } /** @@ -252,6 +255,7 @@ public ApiResponse batchRetryEventDeliveryWithHttpInfo(@ * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -260,8 +264,8 @@ public ApiResponse batchRetryEventDeliveryWithHttpInfo(@ * @return ApiResponse<GetProjects400Response> * @throws ApiException if fails to make API call */ - public ApiResponse batchRetryEventDeliveryWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { - HttpRequest.Builder localVarRequestBuilder = batchRetryEventDeliveryRequestBuilder(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, headers); + public ApiResponse batchRetryEventDeliveryWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { + HttpRequest.Builder localVarRequestBuilder = batchRetryEventDeliveryRequestBuilder(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, headers); try { HttpResponse localVarResponse = memberVarHttpClient.send( localVarRequestBuilder.build(), @@ -308,7 +312,7 @@ public ApiResponse batchRetryEventDeliveryWithHttpInfo(@ } } - private HttpRequest.Builder batchRetryEventDeliveryRequestBuilder(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { + private HttpRequest.Builder batchRetryEventDeliveryRequestBuilder(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { // verify the required parameter 'projectID' is set if (projectID == null) { throw new ApiException(400, "Missing the required parameter 'projectID' when calling batchRetryEventDelivery"); @@ -340,6 +344,8 @@ private HttpRequest.Builder batchRetryEventDeliveryRequestBuilder(@jakarta.annot localVarQueryParams.addAll(ApiClient.parameterToPairs("perPage", perPage)); localVarQueryParameterBaseName = "prev_page_cursor"; localVarQueryParams.addAll(ApiClient.parameterToPairs("prev_page_cursor", prevPageCursor)); + localVarQueryParameterBaseName = "query"; + localVarQueryParams.addAll(ApiClient.parameterToPairs("query", query)); localVarQueryParameterBaseName = "sort"; localVarQueryParams.addAll(ApiClient.parameterToPairs("sort", sort)); localVarQueryParameterBaseName = "startDate"; @@ -519,6 +525,7 @@ private HttpRequest.Builder forceResendEventDeliveriesRequestBuilder(@jakarta.an * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -526,8 +533,8 @@ private HttpRequest.Builder forceResendEventDeliveriesRequestBuilder(@jakarta.an * @return GetEventDeliveriesPaged200Response * @throws ApiException if fails to make API call */ - public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { - return getEventDeliveriesPaged(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, null); + public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { + return getEventDeliveriesPaged(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, null); } /** @@ -543,6 +550,7 @@ public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annot * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -551,8 +559,8 @@ public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annot * @return GetEventDeliveriesPaged200Response * @throws ApiException if fails to make API call */ - public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { - ApiResponse localVarResponse = getEventDeliveriesPagedWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, headers); + public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { + ApiResponse localVarResponse = getEventDeliveriesPagedWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, headers); return localVarResponse.getData(); } @@ -569,6 +577,7 @@ public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annot * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -576,8 +585,8 @@ public GetEventDeliveriesPaged200Response getEventDeliveriesPaged(@jakarta.annot * @return ApiResponse<GetEventDeliveriesPaged200Response> * @throws ApiException if fails to make API call */ - public ApiResponse getEventDeliveriesPagedWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { - return getEventDeliveriesPagedWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, null); + public ApiResponse getEventDeliveriesPagedWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId) throws ApiException { + return getEventDeliveriesPagedWithHttpInfo(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, null); } /** @@ -593,6 +602,7 @@ public ApiResponse getEventDeliveriesPagedWi * @param nextPageCursor A pagination cursor to fetch the next page of a list (optional) * @param perPage The number of items to return per page (optional) * @param prevPageCursor A pagination cursor to fetch the previous page of a list (optional) + * @param query Matches delivery id, event id, event type prefix, and endpoint name. (optional) * @param sort Sort order, values are `ASC` or `DESC`, defaults to `DESC` (optional) * @param startDate The start date (optional) * @param status A list of event delivery statuses to filter by (optional) @@ -601,8 +611,8 @@ public ApiResponse getEventDeliveriesPagedWi * @return ApiResponse<GetEventDeliveriesPaged200Response> * @throws ApiException if fails to make API call */ - public ApiResponse getEventDeliveriesPagedWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { - HttpRequest.Builder localVarRequestBuilder = getEventDeliveriesPagedRequestBuilder(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, sort, startDate, status, subscriptionId, headers); + public ApiResponse getEventDeliveriesPagedWithHttpInfo(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { + HttpRequest.Builder localVarRequestBuilder = getEventDeliveriesPagedRequestBuilder(projectID, direction, endDate, endpointId, eventId, eventType, idempotencyKey, nextPageCursor, perPage, prevPageCursor, query, sort, startDate, status, subscriptionId, headers); try { HttpResponse localVarResponse = memberVarHttpClient.send( localVarRequestBuilder.build(), @@ -649,7 +659,7 @@ public ApiResponse getEventDeliveriesPagedWi } } - private HttpRequest.Builder getEventDeliveriesPagedRequestBuilder(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { + private HttpRequest.Builder getEventDeliveriesPagedRequestBuilder(@jakarta.annotation.Nonnull String projectID, @jakarta.annotation.Nullable String direction, @jakarta.annotation.Nullable String endDate, @jakarta.annotation.Nullable List endpointId, @jakarta.annotation.Nullable String eventId, @jakarta.annotation.Nullable String eventType, @jakarta.annotation.Nullable String idempotencyKey, @jakarta.annotation.Nullable String nextPageCursor, @jakarta.annotation.Nullable Integer perPage, @jakarta.annotation.Nullable String prevPageCursor, @jakarta.annotation.Nullable String query, @jakarta.annotation.Nullable String sort, @jakarta.annotation.Nullable String startDate, @jakarta.annotation.Nullable List status, @jakarta.annotation.Nullable String subscriptionId, Map headers) throws ApiException { // verify the required parameter 'projectID' is set if (projectID == null) { throw new ApiException(400, "Missing the required parameter 'projectID' when calling getEventDeliveriesPaged"); @@ -681,6 +691,8 @@ private HttpRequest.Builder getEventDeliveriesPagedRequestBuilder(@jakarta.annot localVarQueryParams.addAll(ApiClient.parameterToPairs("perPage", perPage)); localVarQueryParameterBaseName = "prev_page_cursor"; localVarQueryParams.addAll(ApiClient.parameterToPairs("prev_page_cursor", prevPageCursor)); + localVarQueryParameterBaseName = "query"; + localVarQueryParams.addAll(ApiClient.parameterToPairs("query", query)); localVarQueryParameterBaseName = "sort"; localVarQueryParams.addAll(ApiClient.parameterToPairs("sort", sort)); localVarQueryParameterBaseName = "startDate";