Skip to content

Commit

Permalink
[240118] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamishan9 committed Jan 18, 2024
1 parent a691868 commit 668793c
Show file tree
Hide file tree
Showing 464 changed files with 14,956 additions and 6,846 deletions.
2 changes: 0 additions & 2 deletions sdks/marketingsolutions_2023-01/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ docs/ReplaceAudienceResponse.md
docs/RequestAdSetSearch.md
docs/RequestsAdSetId.md
docs/RequestsPatchAdSet.md
docs/ResponseAdSetId.md
docs/ResponseReadAdSet.md
docs/ResponsesAdSetId.md
docs/ResponsesReadAdSet.md
Expand Down Expand Up @@ -241,7 +240,6 @@ src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/ReplaceAudienceRe
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/RequestAdSetSearch.java
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/RequestsAdSetId.java
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/RequestsPatchAdSet.java
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/ResponseAdSetId.java
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/ResponseReadAdSet.java
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/ResponsesAdSetId.java
src/main/java/com/criteo/api/marketingsolutions/v2023_01/model/ResponsesReadAdSet.java
Expand Down
9 changes: 4 additions & 5 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.231113
- Package version: 2023.01.0.240118


*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.231113</version>
<version>2023.01.0.240118</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.231113"
compile "com.criteo:criteo-api-marketingsolutions-sdk:2023.01.0.240118"
```

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

Then manually install the following JARs:

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

## Example
Expand Down Expand Up @@ -197,7 +197,6 @@ Class | Method | HTTP request | Description
- [RequestAdSetSearch](docs/RequestAdSetSearch.md)
- [RequestsAdSetId](docs/RequestsAdSetId.md)
- [RequestsPatchAdSet](docs/RequestsPatchAdSet.md)
- [ResponseAdSetId](docs/ResponseAdSetId.md)
- [ResponseReadAdSet](docs/ResponseReadAdSet.md)
- [ResponsesAdSetId](docs/ResponsesAdSetId.md)
- [ResponsesReadAdSet](docs/ResponsesReadAdSet.md)
Expand Down
Loading

0 comments on commit 668793c

Please sign in to comment.