Skip to content

Commit

Permalink
[240207] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibonihoo committed Feb 7, 2024
1 parent 8a08662 commit 35399f1
Show file tree
Hide file tree
Showing 1,564 changed files with 205,272 additions and 33,104 deletions.
6 changes: 3 additions & 3 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

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

- Package version: 2023.01.0.240118
- Package version: 2023.01.0.240207

## Requirements

Expand All @@ -18,9 +18,9 @@ Python 2.7 and 3.5+
### pip install

```sh
pip install criteo-api-marketingsolutions-sdk==2023.01.0.240118
pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240118`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207`)

Then import the package:
```python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""


__version__ = "2023.01.0.240118"
__version__ = "2023.01.0.240207"

# import ApiClient
from criteo_api_marketingsolutions_v2023_01.api_client import ApiClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, api_client=None):
self.api_client = api_client
self.get_adset_report_endpoint = _Endpoint(
settings={
'response_type': (str,),
'response_type': (file_type,),
'auth': [
'oauth',
'oauth'
Expand Down Expand Up @@ -101,7 +101,7 @@ def __init__(self, api_client=None):
)
self.get_placements_report_endpoint = _Endpoint(
settings={
'response_type': (str,),
'response_type': (file_type,),
'auth': [
'oauth',
'oauth'
Expand Down Expand Up @@ -144,7 +144,10 @@ def __init__(self, api_client=None):
'accept': [
'text/plain',
'application/json',
'text/json'
'text/json',
'text/csv',
'text/xml',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
],
'content_type': [
'application/json-patch+json',
Expand All @@ -157,7 +160,7 @@ def __init__(self, api_client=None):
)
self.get_transactions_report_endpoint = _Endpoint(
settings={
'response_type': (str,),
'response_type': (file_type,),
'auth': [
'oauth',
'oauth'
Expand Down Expand Up @@ -326,7 +329,7 @@ def get_adset_report(
async_req (bool): execute request asynchronously
Returns:
str
file_type
If the method is called asynchronously, returns the request
thread.
"""
Expand Down Expand Up @@ -405,7 +408,7 @@ def get_placements_report(
async_req (bool): execute request asynchronously
Returns:
str
file_type
If the method is called asynchronously, returns the request
thread.
"""
Expand Down Expand Up @@ -484,7 +487,7 @@ def get_transactions_report(
async_req (bool): execute request asynchronously
Returns:
str
file_type
If the method is called asynchronously, returns the request
thread.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/2023.01.0.240118/python'
self.user_agent = 'OpenAPI-Generator/2023.01.0.240207/python'

def __enter__(self):
return self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2023-01\n"\
"SDK Package Version: 2023.01.0.240118".\
"SDK Package Version: 2023.01.0.240207".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
14 changes: 7 additions & 7 deletions sdks/marketingsolutions_2023-01/docs/AnalyticsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Method | HTTP request | Description


# **get_adset_report**
> str get_adset_report()
> file_type get_adset_report()


Expand Down Expand Up @@ -98,7 +98,7 @@ Name | Type | Description | Notes

### Return type

**str**
**file_type**

### Authorization

Expand All @@ -121,7 +121,7 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_placements_report**
> str get_placements_report()
> file_type get_placements_report()


Expand Down Expand Up @@ -211,7 +211,7 @@ Name | Type | Description | Notes

### Return type

**str**
**file_type**

### Authorization

Expand All @@ -220,7 +220,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: text/plain, application/json, text/json
- **Accept**: text/plain, application/json, text/json, text/csv, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


### HTTP response details
Expand All @@ -234,7 +234,7 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_transactions_report**
> str get_transactions_report()
> file_type get_transactions_report()


Expand Down Expand Up @@ -314,7 +314,7 @@ Name | Type | Description | Notes

### Return type

**str**
**file_type**

### Authorization

Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2023-01/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "criteo-api-marketingsolutions-sdk"
VERSION = "2023.01.0.240118"
VERSION = "2023.01.0.240207"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -24,9 +24,9 @@
```sh
pip install criteo-api-marketingsolutions-sdk==2023.01.0.240118
pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240118`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207`)
Then import the package:
```python
Expand Down
6 changes: 3 additions & 3 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

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

- Package version: 2023.04.0.240118
- Package version: 2023.04.0.240207

## Requirements

Expand All @@ -18,9 +18,9 @@ Python 2.7 and 3.5+
### pip install

```sh
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240118
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240118`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207`)

Then import the package:
```python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""


__version__ = "2023.04.0.240118"
__version__ = "2023.04.0.240207"

# import ApiClient
from criteo_api_marketingsolutions_v2023_04.api_client import ApiClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, api_client=None):
self.api_client = api_client
self.get_adset_report_endpoint = _Endpoint(
settings={
'response_type': (str,),
'response_type': (file_type,),
'auth': [
'oauth',
'oauth'
Expand Down Expand Up @@ -101,7 +101,7 @@ def __init__(self, api_client=None):
)
self.get_placements_report_endpoint = _Endpoint(
settings={
'response_type': (str,),
'response_type': (file_type,),
'auth': [
'oauth',
'oauth'
Expand Down Expand Up @@ -144,7 +144,10 @@ def __init__(self, api_client=None):
'accept': [
'text/plain',
'application/json',
'text/json'
'text/json',
'text/csv',
'text/xml',
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
],
'content_type': [
'application/json-patch+json',
Expand All @@ -157,7 +160,7 @@ def __init__(self, api_client=None):
)
self.get_transactions_report_endpoint = _Endpoint(
settings={
'response_type': (str,),
'response_type': (file_type,),
'auth': [
'oauth',
'oauth'
Expand Down Expand Up @@ -326,7 +329,7 @@ def get_adset_report(
async_req (bool): execute request asynchronously
Returns:
str
file_type
If the method is called asynchronously, returns the request
thread.
"""
Expand Down Expand Up @@ -405,7 +408,7 @@ def get_placements_report(
async_req (bool): execute request asynchronously
Returns:
str
file_type
If the method is called asynchronously, returns the request
thread.
"""
Expand Down Expand Up @@ -484,7 +487,7 @@ def get_transactions_report(
async_req (bool): execute request asynchronously
Returns:
str
file_type
If the method is called asynchronously, returns the request
thread.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/2023.04.0.240118/python'
self.user_agent = 'OpenAPI-Generator/2023.04.0.240207/python'

def __enter__(self):
return self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2023-04\n"\
"SDK Package Version: 2023.04.0.240118".\
"SDK Package Version: 2023.04.0.240207".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
14 changes: 7 additions & 7 deletions sdks/marketingsolutions_2023-04/docs/AnalyticsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Method | HTTP request | Description


# **get_adset_report**
> str get_adset_report()
> file_type get_adset_report()


Expand Down Expand Up @@ -98,7 +98,7 @@ Name | Type | Description | Notes

### Return type

**str**
**file_type**

### Authorization

Expand All @@ -121,7 +121,7 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_placements_report**
> str get_placements_report()
> file_type get_placements_report()


Expand Down Expand Up @@ -211,7 +211,7 @@ Name | Type | Description | Notes

### Return type

**str**
**file_type**

### Authorization

Expand All @@ -220,7 +220,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
- **Accept**: text/plain, application/json, text/json
- **Accept**: text/plain, application/json, text/json, text/csv, text/xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


### HTTP response details
Expand All @@ -234,7 +234,7 @@ Name | Type | Description | Notes
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

# **get_transactions_report**
> str get_transactions_report()
> file_type get_transactions_report()


Expand Down Expand Up @@ -314,7 +314,7 @@ Name | Type | Description | Notes

### Return type

**str**
**file_type**

### Authorization

Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2023-04/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "criteo-api-marketingsolutions-sdk"
VERSION = "2023.04.0.240118"
VERSION = "2023.04.0.240207"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -24,9 +24,9 @@
```sh
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240118
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240118`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207`)
Then import the package:
```python
Expand Down
Loading

0 comments on commit 35399f1

Please sign in to comment.