Skip to content

Commit

Permalink
[240618] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttembou committed Jun 18, 2024
1 parent d4ac4a6 commit 163c9a0
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 95 deletions.
5 changes: 1 addition & 4 deletions sdks/retailmedia_2023-04/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,7 @@ paths:
responses:
"200":
content:
application/x-json-stream:
schema:
format: binary
type: string
application/x-json-stream: {}
application/json: {}
description: Catalog download initiated.
"400":
Expand Down
7 changes: 3 additions & 4 deletions sdks/retailmedia_2023-04/docs/CampaignApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ public class Example {

## getApiV1ExternalCatalogOutputByCatalogId

> File getApiV1ExternalCatalogOutputByCatalogId(catalogId)
> getApiV1ExternalCatalogOutputByCatalogId(catalogId)


Expand Down Expand Up @@ -2502,8 +2502,7 @@ public class Example {
CampaignApi apiInstance = new CampaignApi(defaultClient);
String catalogId = "catalogId_example"; // String | A catalog ID returned from an account catalog request.
try {
File result = apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
System.out.println(result);
apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
} catch (ApiException e) {
System.err.println("Exception when calling CampaignApi#getApiV1ExternalCatalogOutputByCatalogId");
System.err.println("Status code: " + e.getCode());
Expand All @@ -2524,7 +2523,7 @@ public class Example {

### Return type

[**File**](File.md)
null (empty response body)

### Authorization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3684,7 +3684,6 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3693,16 +3692,15 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
ApiResponse<File> localVarResp = getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
return localVarResp.getData();
public void getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
}

/**
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return ApiResponse&lt;File&gt;
* @return ApiResponse&lt;Void&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3711,10 +3709,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
public ApiResponse<Void> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, null);
Type localVarReturnType = new TypeToken<File>(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
return localVarApiClient.execute(localVarCall);
}

/**
Expand All @@ -3731,11 +3728,10 @@ public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(St
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<File> _callback) throws ApiException {
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<Void> _callback) throws ApiException {

okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, _callback);
Type localVarReturnType = new TypeToken<File>(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
localVarApiClient.executeAsync(localVarCall, _callback);
return localVarCall;
}
/**
Expand Down
5 changes: 1 addition & 4 deletions sdks/retailmedia_2023-07/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,7 @@ paths:
responses:
"200":
content:
application/x-json-stream:
schema:
format: binary
type: string
application/x-json-stream: {}
application/json: {}
description: Catalog download initiated.
"400":
Expand Down
7 changes: 3 additions & 4 deletions sdks/retailmedia_2023-07/docs/CampaignApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ public class Example {

## getApiV1ExternalCatalogOutputByCatalogId

> File getApiV1ExternalCatalogOutputByCatalogId(catalogId)
> getApiV1ExternalCatalogOutputByCatalogId(catalogId)


Expand Down Expand Up @@ -2502,8 +2502,7 @@ public class Example {
CampaignApi apiInstance = new CampaignApi(defaultClient);
String catalogId = "catalogId_example"; // String | A catalog ID returned from an account catalog request.
try {
File result = apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
System.out.println(result);
apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
} catch (ApiException e) {
System.err.println("Exception when calling CampaignApi#getApiV1ExternalCatalogOutputByCatalogId");
System.err.println("Status code: " + e.getCode());
Expand All @@ -2524,7 +2523,7 @@ public class Example {

### Return type

[**File**](File.md)
null (empty response body)

### Authorization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3684,7 +3684,6 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3693,16 +3692,15 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
ApiResponse<File> localVarResp = getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
return localVarResp.getData();
public void getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
}

/**
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return ApiResponse&lt;File&gt;
* @return ApiResponse&lt;Void&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3711,10 +3709,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
public ApiResponse<Void> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, null);
Type localVarReturnType = new TypeToken<File>(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
return localVarApiClient.execute(localVarCall);
}

/**
Expand All @@ -3731,11 +3728,10 @@ public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(St
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<File> _callback) throws ApiException {
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<Void> _callback) throws ApiException {

okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, _callback);
Type localVarReturnType = new TypeToken<File>(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
localVarApiClient.executeAsync(localVarCall, _callback);
return localVarCall;
}
/**
Expand Down
5 changes: 1 addition & 4 deletions sdks/retailmedia_2023-10/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,7 @@ paths:
responses:
"200":
content:
application/x-json-stream:
schema:
format: binary
type: string
application/x-json-stream: {}
application/json: {}
description: Catalog download initiated.
"400":
Expand Down
7 changes: 3 additions & 4 deletions sdks/retailmedia_2023-10/docs/CampaignApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,7 @@ public class Example {

## getApiV1ExternalCatalogOutputByCatalogId

> File getApiV1ExternalCatalogOutputByCatalogId(catalogId)
> getApiV1ExternalCatalogOutputByCatalogId(catalogId)


Expand Down Expand Up @@ -2598,8 +2598,7 @@ public class Example {
CampaignApi apiInstance = new CampaignApi(defaultClient);
String catalogId = "catalogId_example"; // String | A catalog ID returned from an account catalog request.
try {
File result = apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
System.out.println(result);
apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
} catch (ApiException e) {
System.err.println("Exception when calling CampaignApi#getApiV1ExternalCatalogOutputByCatalogId");
System.err.println("Status code: " + e.getCode());
Expand All @@ -2620,7 +2619,7 @@ public class Example {

### Return type

[**File**](File.md)
null (empty response body)

### Authorization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3822,7 +3822,6 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3831,16 +3830,15 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
ApiResponse<File> localVarResp = getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
return localVarResp.getData();
public void getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
}

/**
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return ApiResponse&lt;File&gt;
* @return ApiResponse&lt;Void&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3849,10 +3847,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
public ApiResponse<Void> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, null);
Type localVarReturnType = new TypeToken<File>(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
return localVarApiClient.execute(localVarCall);
}

/**
Expand All @@ -3869,11 +3866,10 @@ public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(St
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<File> _callback) throws ApiException {
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<Void> _callback) throws ApiException {

okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, _callback);
Type localVarReturnType = new TypeToken<File>(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
localVarApiClient.executeAsync(localVarCall, _callback);
return localVarCall;
}
/**
Expand Down
5 changes: 1 addition & 4 deletions sdks/retailmedia_2024-01/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,10 +915,7 @@ paths:
responses:
"200":
content:
application/x-json-stream:
schema:
format: binary
type: string
application/x-json-stream: {}
application/json: {}
description: Catalog download initiated.
"400":
Expand Down
7 changes: 3 additions & 4 deletions sdks/retailmedia_2024-01/docs/CampaignApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ public class Example {

## getApiV1ExternalCatalogOutputByCatalogId

> File getApiV1ExternalCatalogOutputByCatalogId(catalogId)
> getApiV1ExternalCatalogOutputByCatalogId(catalogId)



Expand Down Expand Up @@ -2602,8 +2602,7 @@ public class Example {
CampaignApi apiInstance = new CampaignApi(defaultClient);
String catalogId = "catalogId_example"; // String | A catalog ID returned from an account catalog request.
try {
File result = apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
System.out.println(result);
apiInstance.getApiV1ExternalCatalogOutputByCatalogId(catalogId);
} catch (ApiException e) {
System.err.println("Exception when calling CampaignApi#getApiV1ExternalCatalogOutputByCatalogId");
System.err.println("Status code: " + e.getCode());
Expand All @@ -2624,7 +2623,7 @@ public class Example {

### Return type

[**File**](File.md)
null (empty response body)

### Authorization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3826,7 +3826,6 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return File
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3835,16 +3834,15 @@ private okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
ApiResponse<File> localVarResp = getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
return localVarResp.getData();
public void getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws ApiException {
getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(catalogId);
}

/**
*
* Output the indicated catalog. Catalogs are only available for retrieval when their associated status request is at a Success status. Produces application/x-json-stream of v2021_07 CatalogProduct json objects.
* @param catalogId A catalog ID returned from an account catalog request. (required)
* @return ApiResponse&lt;File&gt;
* @return ApiResponse&lt;Void&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
<table summary="Response Details" border="1">
Expand All @@ -3853,10 +3851,9 @@ public File getApiV1ExternalCatalogOutputByCatalogId(String catalogId) throws Ap
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
public ApiResponse<Void> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(String catalogId) throws ApiException {
okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, null);
Type localVarReturnType = new TypeToken<File>(){}.getType();
return localVarApiClient.execute(localVarCall, localVarReturnType);
return localVarApiClient.execute(localVarCall);
}

/**
Expand All @@ -3873,11 +3870,10 @@ public ApiResponse<File> getApiV1ExternalCatalogOutputByCatalogIdWithHttpInfo(St
<tr><td> 400 </td><td> The indicated catalog is not available for retrieval, wait for a success status. </td><td> - </td></tr>
</table>
*/
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<File> _callback) throws ApiException {
public okhttp3.Call getApiV1ExternalCatalogOutputByCatalogIdAsync(String catalogId, final ApiCallback<Void> _callback) throws ApiException {

okhttp3.Call localVarCall = getApiV1ExternalCatalogOutputByCatalogIdValidateBeforeCall(catalogId, _callback);
Type localVarReturnType = new TypeToken<File>(){}.getType();
localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback);
localVarApiClient.executeAsync(localVarCall, _callback);
return localVarCall;
}
/**
Expand Down
Loading

0 comments on commit 163c9a0

Please sign in to comment.