Skip to content

Commit

Permalink
[240626] Automatic update of SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttembou committed Jun 26, 2024
1 parent 53f0435 commit 383fc7f
Show file tree
Hide file tree
Showing 70 changed files with 138 additions and 133 deletions.
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.240618
- Package version: 2023.04.0.240626

## 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.240618
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240626
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240618`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240626`)

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.240618"
__version__ = "2023.04.0.240626"

# 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 @@ -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.240618/python'
self.user_agent = 'OpenAPI-Generator/2023.04.0.240626/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.240618".\
"SDK Package Version: 2023.04.0.240626".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
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.240618"
VERSION = "2023.04.0.240626"
# 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.240618
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240626
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240618`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240626`)
Then import the package:
```python
Expand Down
6 changes: 3 additions & 3 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

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

- Package version: 2023.07.0.240618
- Package version: 2023.07.0.240626

## Requirements

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

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

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.07.0.240618"
__version__ = "2023.07.0.240626"

# import ApiClient
from criteo_api_marketingsolutions_v2023_07.api_client import ApiClient
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.07.0.240618/python'
self.user_agent = 'OpenAPI-Generator/2023.07.0.240626/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-07\n"\
"SDK Package Version: 2023.07.0.240618".\
"SDK Package Version: 2023.07.0.240626".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2023-07/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.07.0.240618"
VERSION = "2023.07.0.240626"
# 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.07.0.240618
pip install criteo-api-marketingsolutions-sdk==2023.07.0.240626
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.07.0.240618`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.07.0.240626`)
Then import the package:
```python
Expand Down
6 changes: 3 additions & 3 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

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

- Package version: 2023.10.0.240618
- Package version: 2023.10.0.240626

## Requirements

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

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

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.10.0.240618"
__version__ = "2023.10.0.240626"

# import ApiClient
from criteo_api_marketingsolutions_v2023_10.api_client import ApiClient
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.10.0.240618/python'
self.user_agent = 'OpenAPI-Generator/2023.10.0.240626/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-10\n"\
"SDK Package Version: 2023.10.0.240618".\
"SDK Package Version: 2023.10.0.240626".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2023-10/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.10.0.240618"
VERSION = "2023.10.0.240626"
# 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.10.0.240618
pip install criteo-api-marketingsolutions-sdk==2023.10.0.240626
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.10.0.240618`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.10.0.240626`)
Then import the package:
```python
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2024-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: 2024.01.0.240618
- Package version: 2024.01.0.240626

## Requirements

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

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

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


__version__ = "2024.01.0.240618"
__version__ = "2024.01.0.240626"

# import ApiClient
from criteo_api_marketingsolutions_v2024_01.api_client import ApiClient
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/2024.01.0.240618/python'
self.user_agent = 'OpenAPI-Generator/2024.01.0.240626/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: 2024-01\n"\
"SDK Package Version: 2024.01.0.240618".\
"SDK Package Version: 2024.01.0.240626".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2024-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 = "2024.01.0.240618"
VERSION = "2024.01.0.240626"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -24,9 +24,9 @@
```sh
pip install criteo-api-marketingsolutions-sdk==2024.01.0.240618
pip install criteo-api-marketingsolutions-sdk==2024.01.0.240626
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.01.0.240618`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.01.0.240626`)
Then import the package:
```python
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2024-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: 2024.04.0.240618
- Package version: 2024.04.0.240626

## Requirements

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

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

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


__version__ = "2024.04.0.240618"
__version__ = "2024.04.0.240626"

# import ApiClient
from criteo_api_marketingsolutions_v2024_04.api_client import ApiClient
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/2024.04.0.240618/python'
self.user_agent = 'OpenAPI-Generator/2024.04.0.240626/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: 2024-04\n"\
"SDK Package Version: 2024.04.0.240618".\
"SDK Package Version: 2024.04.0.240626".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_2024-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 = "2024.04.0.240618"
VERSION = "2024.04.0.240626"
# To install the library, run the following
#
# python setup.py install
Expand All @@ -24,9 +24,9 @@
```sh
pip install criteo-api-marketingsolutions-sdk==2024.04.0.240618
pip install criteo-api-marketingsolutions-sdk==2024.04.0.240626
```
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.04.0.240618`)
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.04.0.240626`)
Then import the package:
```python
Expand Down
6 changes: 3 additions & 3 deletions sdks/marketingsolutions_preview/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: 0.0.240618
- Package version: 0.0.240626

## Requirements

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

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

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


__version__ = "0.0.240618"
__version__ = "0.0.240626"

# import ApiClient
from criteo_api_marketingsolutions_preview.api_client import ApiClient
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/0.0.240618/python'
self.user_agent = 'OpenAPI-Generator/0.0.240626/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: Preview\n"\
"SDK Package Version: 0.0.240618".\
"SDK Package Version: 0.0.240626".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
Loading

0 comments on commit 383fc7f

Please sign in to comment.