Skip to content

Commit

Permalink
[240207] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Feb 7, 2024
1 parent 668793c commit 3400c5b
Show file tree
Hide file tree
Showing 1,581 changed files with 298,775 additions and 48,624 deletions.
8 changes: 4 additions & 4 deletions sdks/marketingsolutions_2023-01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ More information: [https://developers.criteo.com/](https://developers.criteo.com

Criteo API

- Package version: 2023.01.0.240118
- Package version: 2023.01.0.240207


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -44,7 +44,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.criteo</groupId>
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
<version>2023.01.0.240118</version>
<version>2023.01.0.240207</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -54,7 +54,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.01.0.240118"
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.01.0.240207"
```

### Others
Expand All @@ -67,7 +67,7 @@ mvn clean package

Then manually install the following JARs:

* `target/criteo-api-marketingsolutions-sdk-2023.01.0.240118.jar`
* `target/criteo-api-marketingsolutions-sdk-2023.01.0.240207.jar`
* `target/lib/*.jar`

## Example
Expand Down
60 changes: 45 additions & 15 deletions sdks/marketingsolutions_2023-01/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1173,15 +1173,27 @@ paths:
content:
text/plain:
schema:
format: byte
format: binary
type: string
application/json:
schema:
format: byte
format: binary
type: string
text/json:
schema:
format: byte
format: binary
type: string
text/csv:
schema:
format: binary
type: string
text/xml:
schema:
format: binary
type: string
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
format: binary
type: string
description: Success
"400":
Expand All @@ -1203,6 +1215,15 @@ paths:
text/json:
schema:
$ref: '#/components/schemas/ProblemsDetails'
text/csv:
schema:
$ref: '#/components/schemas/ProblemsDetails'
text/xml:
schema:
$ref: '#/components/schemas/ProblemsDetails'
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: '#/components/schemas/ProblemsDetails'
description: Bad Request
"403":
content:
Expand All @@ -1224,6 +1245,15 @@ paths:
text/json:
schema:
$ref: '#/components/schemas/ProblemsDetails'
text/csv:
schema:
$ref: '#/components/schemas/ProblemsDetails'
text/xml:
schema:
$ref: '#/components/schemas/ProblemsDetails'
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: '#/components/schemas/ProblemsDetails'
description: Forbidden
tags:
- Analytics
Expand Down Expand Up @@ -1255,27 +1285,27 @@ paths:
content:
text/plain:
schema:
format: byte
format: binary
type: string
application/json:
schema:
format: byte
format: binary
type: string
text/json:
schema:
format: byte
format: binary
type: string
text/csv:
schema:
format: byte
format: binary
type: string
text/xml:
schema:
format: byte
format: binary
type: string
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
format: byte
format: binary
type: string
description: Success
"400":
Expand Down Expand Up @@ -1365,27 +1395,27 @@ paths:
content:
text/plain:
schema:
format: byte
format: binary
type: string
application/json:
schema:
format: byte
format: binary
type: string
text/json:
schema:
format: byte
format: binary
type: string
text/csv:
schema:
format: byte
format: binary
type: string
text/xml:
schema:
format: byte
format: binary
type: string
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
format: byte
format: binary
type: string
description: Success
"400":
Expand Down
4 changes: 2 additions & 2 deletions sdks/marketingsolutions_2023-01/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
}

group = 'com.criteo'
version = '2023.01.0.240118'
version = '2023.01.0.240207'

repositories {
jcenter()
Expand Down Expand Up @@ -75,7 +75,7 @@ publishing {
mavenJava(MavenPublication) {
groupId 'com.criteo'
artifactId 'criteo-api-marketingsolutions-sdk'
version '2023.01.0.240118'
version '2023.01.0.240207'
from components.java
artifact sourcesJar
artifact javadocJar
Expand Down
20 changes: 10 additions & 10 deletions sdks/marketingsolutions_2023-01/docs/AnalyticsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All URIs are relative to *https://api.criteo.com*

## getAdsetReport

> byte[] getAdsetReport(statisticsReportQueryMessage)
> File getAdsetReport(statisticsReportQueryMessage)


Expand Down Expand Up @@ -60,7 +60,7 @@ public class Example {
AnalyticsApi apiInstance = new AnalyticsApi(defaultClient);
StatisticsReportQueryMessage statisticsReportQueryMessage = new StatisticsReportQueryMessage(); // StatisticsReportQueryMessage |
try {
byte[] result = apiInstance.getAdsetReport(statisticsReportQueryMessage);
File result = apiInstance.getAdsetReport(statisticsReportQueryMessage);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnalyticsApi#getAdsetReport");
Expand All @@ -82,7 +82,7 @@ public class Example {

### Return type

**byte[]**
[**File**](File.md)

### Authorization

Expand All @@ -104,7 +104,7 @@ public class Example {

## getPlacementsReport

> byte[] getPlacementsReport(placementsReportQueryDataMessage)
> File getPlacementsReport(placementsReportQueryDataMessage)


Expand Down Expand Up @@ -151,7 +151,7 @@ public class Example {
AnalyticsApi apiInstance = new AnalyticsApi(defaultClient);
PlacementsReportQueryDataMessage placementsReportQueryDataMessage = new PlacementsReportQueryDataMessage(); // PlacementsReportQueryDataMessage |
try {
byte[] result = apiInstance.getPlacementsReport(placementsReportQueryDataMessage);
File result = apiInstance.getPlacementsReport(placementsReportQueryDataMessage);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnalyticsApi#getPlacementsReport");
Expand All @@ -173,7 +173,7 @@ public class Example {

### Return type

**byte[]**
[**File**](File.md)

### Authorization

Expand All @@ -182,7 +182,7 @@ public class Example {
### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: text/plain, application/json, text/json
- **Accept**: text/plain, application/json, text/json, text/csv, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


### HTTP response details
Expand All @@ -195,7 +195,7 @@ public class Example {

## getTransactionsReport

> byte[] getTransactionsReport(transactionsReportQueryDataMessage)
> File getTransactionsReport(transactionsReportQueryDataMessage)


Expand Down Expand Up @@ -242,7 +242,7 @@ public class Example {
AnalyticsApi apiInstance = new AnalyticsApi(defaultClient);
TransactionsReportQueryDataMessage transactionsReportQueryDataMessage = new TransactionsReportQueryDataMessage(); // TransactionsReportQueryDataMessage |
try {
byte[] result = apiInstance.getTransactionsReport(transactionsReportQueryDataMessage);
File result = apiInstance.getTransactionsReport(transactionsReportQueryDataMessage);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnalyticsApi#getTransactionsReport");
Expand All @@ -264,7 +264,7 @@ public class Example {

### Return type

**byte[]**
[**File**](File.md)

### Authorization

Expand Down
2 changes: 1 addition & 1 deletion sdks/marketingsolutions_2023-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
<packaging>jar</packaging>
<name>criteo-api-marketingsolutions-sdk</name>
<version>2023.01.0.240118</version>
<version>2023.01.0.240207</version>
<url>https://github.com/criteo/criteo-api-java-sdk</url>
<description>JAVA SDK for Criteo API marketingsolutions for 2023_01 version</description>
<scm>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2023.01.0.240118/java");
setUserAgent("OpenAPI-Generator/2023.01.0.240207/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
Loading

0 comments on commit 3400c5b

Please sign in to comment.