Skip to content

Commit

Permalink
[240404] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamishan9 committed Apr 4, 2024
1 parent 985c694 commit 78b0349
Show file tree
Hide file tree
Showing 240 changed files with 27,634 additions and 16,794 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.240326
- Package version: 2023.01.0.240404


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.criteo</groupId>
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
<version>2023.01.0.240326</version>
<version>2023.01.0.240404</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -48,7 +48,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.240326"
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.01.0.240404"
```

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

Then manually install the following JARs:

* `build/libs/criteo-api-marketingsolutions-sdk-2023.01.0.240326.jar`
* `build/libs/criteo-api-marketingsolutions-sdk-2023.01.0.240404.jar`

## Example

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.240326'
version = '2023.01.0.240404'

repositories {
jcenter()
Expand Down Expand Up @@ -74,7 +74,7 @@ publishing {
mavenJava(MavenPublication) {
groupId 'com.criteo'
artifactId 'criteo-api-marketingsolutions-sdk'
version '2023.01.0.240326'
version '2023.01.0.240404'
from components.java
artifact sourcesJar
artifact javadocJar
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.240326/java");
setUserAgent("OpenAPI-Generator/2023.01.0.240404/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
8 changes: 4 additions & 4 deletions sdks/marketingsolutions_2023-04/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.04.0.240326
- Package version: 2023.04.0.240404


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.criteo</groupId>
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
<version>2023.04.0.240326</version>
<version>2023.04.0.240404</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -48,7 +48,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.04.0.240326"
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.04.0.240404"
```

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

Then manually install the following JARs:

* `build/libs/criteo-api-marketingsolutions-sdk-2023.04.0.240326.jar`
* `build/libs/criteo-api-marketingsolutions-sdk-2023.04.0.240404.jar`

## Example

Expand Down
4 changes: 2 additions & 2 deletions sdks/marketingsolutions_2023-04/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.04.0.240326'
version = '2023.04.0.240404'

repositories {
jcenter()
Expand Down Expand Up @@ -74,7 +74,7 @@ publishing {
mavenJava(MavenPublication) {
groupId 'com.criteo'
artifactId 'criteo-api-marketingsolutions-sdk'
version '2023.04.0.240326'
version '2023.04.0.240404'
from components.java
artifact sourcesJar
artifact javadocJar
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.04.0.240326/java");
setUserAgent("OpenAPI-Generator/2023.04.0.240404/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
8 changes: 4 additions & 4 deletions sdks/marketingsolutions_2023-07/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.07.0.240326
- Package version: 2023.07.0.240404


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.criteo</groupId>
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
<version>2023.07.0.240326</version>
<version>2023.07.0.240404</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -48,7 +48,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.07.0.240326"
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.07.0.240404"
```

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

Then manually install the following JARs:

* `build/libs/criteo-api-marketingsolutions-sdk-2023.07.0.240326.jar`
* `build/libs/criteo-api-marketingsolutions-sdk-2023.07.0.240404.jar`

## Example

Expand Down
13 changes: 6 additions & 7 deletions sdks/marketingsolutions_2023-07/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11581,7 +11581,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -11665,7 +11665,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -11817,7 +11817,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -12185,7 +12185,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -12608,7 +12608,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -12956,7 +12956,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
properties:
urls:
description: Array of images uploaded on demostatic.criteo.com when deploying
Expand All @@ -12968,7 +12968,6 @@ components:
uniqueItems: false
landingPageUrl:
description: Web redirection of the landing page url
format: uri
nullable: true
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions sdks/marketingsolutions_2023-07/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.07.0.240326'
version = '2023.07.0.240404'

repositories {
jcenter()
Expand Down Expand Up @@ -74,7 +74,7 @@ publishing {
mavenJava(MavenPublication) {
groupId 'com.criteo'
artifactId 'criteo-api-marketingsolutions-sdk'
version '2023.07.0.240326'
version '2023.07.0.240404'
from components.java
artifact sourcesJar
artifact javadocJar
Expand Down
2 changes: 1 addition & 1 deletion sdks/marketingsolutions_2023-07/docs/ImageAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The attributes specific to Image creatives
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**urls** | **List&lt;String&gt;** | Array of images uploaded on demostatic.criteo.com when deploying and then static.criteo.net | [optional] |
|**landingPageUrl** | **URI** | Web redirection of the landing page url | [optional] |
|**landingPageUrl** | **String** | Web redirection of the landing page url | [optional] |



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.07.0.240326/java");
setUserAgent("OpenAPI-Generator/2023.07.0.240404/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import org.openapitools.jackson.nullable.JsonNullable;
Expand Down Expand Up @@ -58,7 +57,7 @@ public class ImageAttributes {

public static final String SERIALIZED_NAME_LANDING_PAGE_URL = "landingPageUrl";
@SerializedName(SERIALIZED_NAME_LANDING_PAGE_URL)
private URI landingPageUrl;
private String landingPageUrl;

public ImageAttributes() {
}
Expand Down Expand Up @@ -93,7 +92,7 @@ public void setUrls(List<String> urls) {
}


public ImageAttributes landingPageUrl(URI landingPageUrl) {
public ImageAttributes landingPageUrl(String landingPageUrl) {

this.landingPageUrl = landingPageUrl;
return this;
Expand All @@ -105,12 +104,12 @@ public ImageAttributes landingPageUrl(URI landingPageUrl) {
**/
@javax.annotation.Nullable

public URI getLandingPageUrl() {
public String getLandingPageUrl() {
return landingPageUrl;
}


public void setLandingPageUrl(URI landingPageUrl) {
public void setLandingPageUrl(String landingPageUrl) {
this.landingPageUrl = landingPageUrl;
}

Expand Down
8 changes: 4 additions & 4 deletions sdks/marketingsolutions_2023-10/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.10.0.240326
- Package version: 2023.10.0.240404


*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)*
Expand Down Expand Up @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.criteo</groupId>
<artifactId>criteo-api-marketingsolutions-sdk</artifactId>
<version>2023.10.0.240326</version>
<version>2023.10.0.240404</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -48,7 +48,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.10.0.240326"
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.10.0.240404"
```

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

Then manually install the following JARs:

* `build/libs/criteo-api-marketingsolutions-sdk-2023.10.0.240326.jar`
* `build/libs/criteo-api-marketingsolutions-sdk-2023.10.0.240404.jar`

## Example

Expand Down
13 changes: 6 additions & 7 deletions sdks/marketingsolutions_2023-10/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10953,7 +10953,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -11037,7 +11037,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -11189,7 +11189,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -11557,7 +11557,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -11980,7 +11980,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
author: author
name: name
format: format
Expand Down Expand Up @@ -12328,7 +12328,7 @@ components:
urls:
- urls
- urls
landingPageUrl: https://openapi-generator.tech
landingPageUrl: landingPageUrl
properties:
urls:
description: Array of images uploaded on demostatic.criteo.com when deploying
Expand All @@ -12340,7 +12340,6 @@ components:
uniqueItems: false
landingPageUrl:
description: Web redirection of the landing page url
format: uri
nullable: true
type: string
type: object
Expand Down
Loading

0 comments on commit 78b0349

Please sign in to comment.