Skip to content

Commit 64a8a6d

Browse files
author
gturri
committed
[251216] Automatic update of SDK.
1 parent 9dc6147 commit 64a8a6d

File tree

141 files changed

+5669
-4599
lines changed

Some content is hidden

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

141 files changed

+5669
-4599
lines changed

sdks/marketingsolutions_2024-10/README.md

Lines changed: 4 additions & 4 deletions
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.251117
11+
- Package version: 2024.10.0.251216
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.251117</version>
41+
<version>2024.10.0.251216</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.251117"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2024.10.0.251216"
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.251117.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2024.10.0.251216.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2024-10/build.gradle

Lines changed: 2 additions & 2 deletions
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.251117'
26+
version = '2024.10.0.251216'
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.251117'
77+
version '2024.10.0.251216'
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

Lines changed: 1 addition & 1 deletion
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.251117/java");
216+
setUserAgent("OpenAPI-Generator/2024.10.0.251216/java");
217217

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

sdks/marketingsolutions_2025-01/README.md

Lines changed: 4 additions & 4 deletions
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.251117
11+
- Package version: 2025.01.0.251216
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.251117</version>
41+
<version>2025.01.0.251216</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.251117"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2025.01.0.251216"
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.251117.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2025.01.0.251216.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2025-01/build.gradle

Lines changed: 2 additions & 2 deletions
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.251117'
26+
version = '2025.01.0.251216'
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.251117'
77+
version '2025.01.0.251216'
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

Lines changed: 1 addition & 1 deletion
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.251117/java");
216+
setUserAgent("OpenAPI-Generator/2025.01.0.251216/java");
217217

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

sdks/marketingsolutions_2025-04/README.md

Lines changed: 4 additions & 4 deletions
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.04.0.251117
11+
- Package version: 2025.04.0.251216
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.04.0.251117</version>
41+
<version>2025.04.0.251216</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.04.0.251117"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2025.04.0.251216"
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.04.0.251117.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2025.04.0.251216.jar`
6565

6666
## Example
6767

sdks/marketingsolutions_2025-04/build.gradle

Lines changed: 2 additions & 2 deletions
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.04.0.251117'
26+
version = '2025.04.0.251216'
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.04.0.251117'
77+
version '2025.04.0.251216'
7878
from components.java
7979
artifact sourcesJar
8080
artifact javadocJar

sdks/marketingsolutions_2025-04/src/main/java/com/criteo/api/marketingsolutions/v2025_04/ApiClient.java

Lines changed: 1 addition & 1 deletion
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.04.0.251117/java");
216+
setUserAgent("OpenAPI-Generator/2025.04.0.251216/java");
217217

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

sdks/marketingsolutions_2025-07/README.md

Lines changed: 4 additions & 4 deletions
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.07.0.251117
11+
- Package version: 2025.07.0.251216
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.07.0.251117</version>
41+
<version>2025.07.0.251216</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.07.0.251117"
51+
compile "com.criteo:criteo-api-marketingsolutions-sdk:2025.07.0.251216"
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.07.0.251117.jar`
64+
* `build/libs/criteo-api-marketingsolutions-sdk-2025.07.0.251216.jar`
6565

6666
## Example
6767

0 commit comments

Comments
 (0)