Skip to content

Commit

Permalink
[220426] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMathon committed Apr 26, 2022
1 parent 48bcec6 commit a055b08
Show file tree
Hide file tree
Showing 24 changed files with 1,913 additions and 305 deletions.
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ docs/Model/ApplicationSummaryModel.md
docs/Model/ApplicationSummaryModelResource.md
docs/Model/ApplicationSummaryModelResponse.md
docs/Model/BadRequest.md
docs/Model/BrandPreview.md
docs/Model/BrandPreviewListResponse.md
docs/Model/CommonError.md
docs/Model/CommonProblem.md
docs/Model/CommonWarning.md
Expand Down Expand Up @@ -79,6 +81,7 @@ docs/Model/ReportRequest.md
docs/Model/ReportRequestAttributes.md
docs/Model/ReportStatus.md
docs/Model/ReportStatusAttributes.md
docs/Model/ResourceOfBrandPreview.md
docs/Model/ResourceOfSellerPreview.md
docs/Model/ResourceOfSkuDataPreview.md
docs/Model/ResourceOfSkuSearchRequestPreview.md
Expand All @@ -105,6 +108,8 @@ lib/Model/ApplicationSummaryModel.php
lib/Model/ApplicationSummaryModelResource.php
lib/Model/ApplicationSummaryModelResponse.php
lib/Model/BadRequest.php
lib/Model/BrandPreview.php
lib/Model/BrandPreviewListResponse.php
lib/Model/CommonError.php
lib/Model/CommonProblem.php
lib/Model/CommonWarning.php
Expand Down Expand Up @@ -171,6 +176,7 @@ lib/Model/ReportRequest.php
lib/Model/ReportRequestAttributes.php
lib/Model/ReportStatus.php
lib/Model/ReportStatusAttributes.php
lib/Model/ResourceOfBrandPreview.php
lib/Model/ResourceOfSellerPreview.php
lib/Model/ResourceOfSkuDataPreview.php
lib/Model/ResourceOfSkuSearchRequestPreview.php
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ More information: [https://developers.criteo.com/marketing-solutions/docs/php-ap

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- Package version: 0.0.220120
- Package version: 0.0.220426
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

## Requirements
Expand Down Expand Up @@ -111,6 +111,7 @@ Class | Method | HTTP request | Description
*CampaignApi* | [**getApiV1ExternalCampaignLineItemsByCampaignId**](docs/Api/CampaignApi.md#getapiv1externalcampaignlineitemsbycampaignid) | **GET** /preview/retail-media/campaigns/{campaignId}/line-items |
*CampaignApi* | [**getApiV1ExternalLineItemByLineItemId**](docs/Api/CampaignApi.md#getapiv1externallineitembylineitemid) | **GET** /preview/retail-media/line-items/{lineItemId} |
*CampaignApi* | [**getApiV1ExternalLineItemProductsByLineItemId**](docs/Api/CampaignApi.md#getapiv1externallineitemproductsbylineitemid) | **GET** /preview/retail-media/line-items/{lineItemId}/products |
*CampaignApi* | [**getApiV1ExternalRetailerBrandsByRetailerId**](docs/Api/CampaignApi.md#getapiv1externalretailerbrandsbyretailerid) | **GET** /preview/retail-media/retailers/{retailerId}/brands |
*CampaignApi* | [**getApiV1ExternalRetailerByRetailerIdSellerBySeller**](docs/Api/CampaignApi.md#getapiv1externalretailerbyretaileridsellerbyseller) | **GET** /preview/retail-media/retailers/{retailerId}/sellers/{seller} |
*CampaignApi* | [**postApiV0ExternalAccountCatalogsByAccountId**](docs/Api/CampaignApi.md#postapiv0externalaccountcatalogsbyaccountid) | **POST** /preview/retail-media/accounts/{accountId}/catalogs |
*CampaignApi* | [**postApiV1ExternalAccountCampaignsByAccountId**](docs/Api/CampaignApi.md#postapiv1externalaccountcampaignsbyaccountid) | **POST** /preview/retail-media/accounts/{accountId}/campaigns |
Expand All @@ -132,6 +133,8 @@ Class | Method | HTTP request | Description
- [ApplicationSummaryModelResource](docs/Model/ApplicationSummaryModelResource.md)
- [ApplicationSummaryModelResponse](docs/Model/ApplicationSummaryModelResponse.md)
- [BadRequest](docs/Model/BadRequest.md)
- [BrandPreview](docs/Model/BrandPreview.md)
- [BrandPreviewListResponse](docs/Model/BrandPreviewListResponse.md)
- [CommonError](docs/Model/CommonError.md)
- [CommonProblem](docs/Model/CommonProblem.md)
- [CommonWarning](docs/Model/CommonWarning.md)
Expand Down Expand Up @@ -197,6 +200,7 @@ Class | Method | HTTP request | Description
- [ReportRequestAttributes](docs/Model/ReportRequestAttributes.md)
- [ReportStatus](docs/Model/ReportStatus.md)
- [ReportStatusAttributes](docs/Model/ReportStatusAttributes.md)
- [ResourceOfBrandPreview](docs/Model/ResourceOfBrandPreview.md)
- [ResourceOfSellerPreview](docs/Model/ResourceOfSellerPreview.md)
- [ResourceOfSkuDataPreview](docs/Model/ResourceOfSkuDataPreview.md)
- [ResourceOfSkuSearchRequestPreview](docs/Model/ResourceOfSkuSearchRequestPreview.md)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "criteo/criteo-api-retailmedia-sdk",
"description": "PHP SDK for Criteo API 0.0.220120 version",
"description": "PHP SDK for Criteo API 0.0.220426 version",
"keywords": [
"criteo",
"openapi generator",
Expand Down
Loading

0 comments on commit a055b08

Please sign in to comment.