Skip to content

Commit 98a5d41

Browse files
author
gricher-crto
committed
[250320] Automatic update of SDK.
1 parent 0397451 commit 98a5d41

File tree

64 files changed

+2687
-810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2687
-810
lines changed

sdks/marketingsolutions_2024-01/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

99
Criteo API
1010

11-
- Package version: 2024.01.0.250317
11+
- Package version: 2024.01.0.250320
1212

1313

1414
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.criteo</groupId>
4040
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
41-
<version>2024.01.0.250317</version>
41+
<version>2024.01.0.250320</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.01.0.250317"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.01.0.250320"
5252
```
5353

5454
### Others
@@ -61,7 +61,7 @@ At first generate the JAR by executing:
6161

6262
Then manually install the following JARs:
6363

64-
* `build/libs/criteo-api-marketingsolutions-sdk-2024.01.0.250317.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2024.01.0.250320.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2024-01/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
2323
}
2424

2525
group = 'com.criteo'
26-
version = '2024.01.0.250317'
26+
version = '2024.01.0.250320'
2727

2828
repositories {
2929
jcenter()
@@ -74,7 +74,7 @@ publishing {
7474
mavenJava(MavenPublication) {
7575
groupId 'com.criteo'
7676
artifactId 'criteo-api-marketingsolutions-sdk'
77-
version '2024.01.0.250317'
77+
version '2024.01.0.250320'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_2024-01/src/main/java/com/criteo/api/marketingsolutions/v2024_01/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private void init() {
213213
json = new JSON();
214214

215215
// Set default User-Agent.
216-
setUserAgent("OpenAPI-Generator/2024.01.0.250317/java");
216+
setUserAgent("OpenAPI-Generator/2024.01.0.250320/java");
217217

218218
authentications = new HashMap<String, Authentication>();
219219
}

sdks/marketingsolutions_2024-04/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

99
Criteo API
1010

11-
- Package version: 2024.04.0.250317
11+
- Package version: 2024.04.0.250320
1212

1313

1414
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.criteo</groupId>
4040
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
41-
<version>2024.04.0.250317</version>
41+
<version>2024.04.0.250320</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.04.0.250317"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.04.0.250320"
5252
```
5353

5454
### Others
@@ -61,7 +61,7 @@ At first generate the JAR by executing:
6161

6262
Then manually install the following JARs:
6363

64-
* `build/libs/criteo-api-marketingsolutions-sdk-2024.04.0.250317.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2024.04.0.250320.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2024-04/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
2323
}
2424

2525
group = 'com.criteo'
26-
version = '2024.04.0.250317'
26+
version = '2024.04.0.250320'
2727

2828
repositories {
2929
jcenter()
@@ -74,7 +74,7 @@ publishing {
7474
mavenJava(MavenPublication) {
7575
groupId 'com.criteo'
7676
artifactId 'criteo-api-marketingsolutions-sdk'
77-
version '2024.04.0.250317'
77+
version '2024.04.0.250320'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_2024-04/src/main/java/com/criteo/api/marketingsolutions/v2024_04/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private void init() {
213213
json = new JSON();
214214

215215
// Set default User-Agent.
216-
setUserAgent("OpenAPI-Generator/2024.04.0.250317/java");
216+
setUserAgent("OpenAPI-Generator/2024.04.0.250320/java");
217217

218218
authentications = new HashMap<String, Authentication>();
219219
}

sdks/marketingsolutions_2024-07/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

99
Criteo API
1010

11-
- Package version: 2024.07.0.250317
11+
- Package version: 2024.07.0.250320
1212

1313

1414
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.criteo</groupId>
4040
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
41-
<version>2024.07.0.250317</version>
41+
<version>2024.07.0.250320</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.07.0.250317"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.07.0.250320"
5252
```
5353

5454
### Others
@@ -61,7 +61,7 @@ At first generate the JAR by executing:
6161

6262
Then manually install the following JARs:
6363

64-
* `build/libs/criteo-api-marketingsolutions-sdk-2024.07.0.250317.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2024.07.0.250320.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2024-07/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
2323
}
2424

2525
group = 'com.criteo'
26-
version = '2024.07.0.250317'
26+
version = '2024.07.0.250320'
2727

2828
repositories {
2929
jcenter()
@@ -74,7 +74,7 @@ publishing {
7474
mavenJava(MavenPublication) {
7575
groupId 'com.criteo'
7676
artifactId 'criteo-api-marketingsolutions-sdk'
77-
version '2024.07.0.250317'
77+
version '2024.07.0.250320'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_2024-07/src/main/java/com/criteo/api/marketingsolutions/v2024_07/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private void init() {
213213
json = new JSON();
214214

215215
// Set default User-Agent.
216-
setUserAgent("OpenAPI-Generator/2024.07.0.250317/java");
216+
setUserAgent("OpenAPI-Generator/2024.07.0.250320/java");
217217

218218
authentications = new HashMap<String, Authentication>();
219219
}

sdks/marketingsolutions_2024-10/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

99
Criteo API
1010

11-
- Package version: 2024.10.0.250317
11+
- Package version: 2024.10.0.250320
1212

1313

1414
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.criteo</groupId>
4040
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
41-
<version>2024.10.0.250317</version>
41+
<version>2024.10.0.250320</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.10.0.250317"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.10.0.250320"
5252
```
5353

5454
### Others
@@ -61,7 +61,7 @@ At first generate the JAR by executing:
6161

6262
Then manually install the following JARs:
6363

64-
* `build/libs/criteo-api-marketingsolutions-sdk-2024.10.0.250317.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2024.10.0.250320.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2024-10/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
2323
}
2424

2525
group = 'com.criteo'
26-
version = '2024.10.0.250317'
26+
version = '2024.10.0.250320'
2727

2828
repositories {
2929
jcenter()
@@ -74,7 +74,7 @@ publishing {
7474
mavenJava(MavenPublication) {
7575
groupId 'com.criteo'
7676
artifactId 'criteo-api-marketingsolutions-sdk'
77-
version '2024.10.0.250317'
77+
version '2024.10.0.250320'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_2024-10/src/main/java/com/criteo/api/marketingsolutions/v2024_10/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private void init() {
213213
json = new JSON();
214214

215215
// Set default User-Agent.
216-
setUserAgent("OpenAPI-Generator/2024.10.0.250317/java");
216+
setUserAgent("OpenAPI-Generator/2024.10.0.250320/java");
217217

218218
authentications = new HashMap<String, Authentication>();
219219
}

sdks/marketingsolutions_2025-01/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

99
Criteo API
1010

11-
- Package version: 2025.01.0.250317
11+
- Package version: 2025.01.0.250320
1212

1313

1414
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.criteo</groupId>
4040
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
41-
<version>2025.01.0.250317</version>
41+
<version>2025.01.0.250320</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.criteo:criteo-api-marketingsolutions-sdk:2025.01.0.250317"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2025.01.0.250320"
5252
```
5353

5454
### Others
@@ -61,7 +61,7 @@ At first generate the JAR by executing:
6161

6262
Then manually install the following JARs:
6363

64-
* `build/libs/criteo-api-marketingsolutions-sdk-2025.01.0.250317.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2025.01.0.250320.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2025-01/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
2323
}
2424

2525
group = 'com.criteo'
26-
version = '2025.01.0.250317'
26+
version = '2025.01.0.250320'
2727

2828
repositories {
2929
jcenter()
@@ -74,7 +74,7 @@ publishing {
7474
mavenJava(MavenPublication) {
7575
groupId 'com.criteo'
7676
artifactId 'criteo-api-marketingsolutions-sdk'
77-
version '2025.01.0.250317'
77+
version '2025.01.0.250320'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_2025-01/src/main/java/com/criteo/api/marketingsolutions/v2025_01/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private void init() {
213213
json = new JSON();
214214

215215
// Set default User-Agent.
216-
setUserAgent("OpenAPI-Generator/2025.01.0.250317/java");
216+
setUserAgent("OpenAPI-Generator/2025.01.0.250320/java");
217217

218218
authentications = new HashMap<String, Authentication>();
219219
}

sdks/marketingsolutions_preview/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

99
Criteo API
1010

11-
- Package version: 0.0.250317
11+
- Package version: 0.0.250320
1212

1313

1414
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.criteo</groupId>
4040
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
41-
<version>0.0.250317</version>
41+
<version>0.0.250320</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.criteo:criteo-api-marketingsolutions-sdk:0.0.250317"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:0.0.250320"
5252
```
5353

5454
### Others
@@ -61,7 +61,7 @@ At first generate the JAR by executing:
6161

6262
Then manually install the following JARs:
6363

64-
* `build/libs/criteo-api-marketingsolutions-sdk-0.0.250317.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-0.0.250320.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_preview/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (JavaVersion.current().isJava8Compatible()) {
2323
}
2424

2525
group = 'com.criteo'
26-
version = '0.0.250317'
26+
version = '0.0.250320'
2727

2828
repositories {
2929
jcenter()
@@ -74,7 +74,7 @@ publishing {
7474
mavenJava(MavenPublication) {
7575
groupId 'com.criteo'
7676
artifactId 'criteo-api-marketingsolutions-sdk'
77-
version '0.0.250317'
77+
version '0.0.250320'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_preview/src/main/java/com/criteo/api/marketingsolutions/preview/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private void init() {
213213
json = new JSON();
214214

215215
// Set default User-Agent.
216-
setUserAgent("OpenAPI-Generator/0.0.250317/java");
216+
setUserAgent("OpenAPI-Generator/0.0.250320/java");
217217

218218
authentications = new HashMap<String, Authentication>();
219219
}

0 commit comments

Comments
 (0)