Skip to content

Commit de3ec91

Browse files
author
gricher-crto
committed
[250217] Automatic update of SDK.
1 parent 147b2d9 commit de3ec91

File tree

457 files changed

+939
-632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

457 files changed

+939
-632
lines changed

sdks/marketingsolutions_2024-01/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

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

11-
- Package version: 2024.01.0.250211
11+
- Package version: 2024.01.0.250217
1212

1313
## Requirements
1414

@@ -18,9 +18,9 @@ Python 2.7 and 3.5+
1818
### pip install
1919

2020
```sh
21-
pip install criteo-api-marketingsolutions-sdk==2024.01.0.250211
21+
pip install criteo-api-marketingsolutions-sdk==2024.01.0.250217
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.01.0.250211`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.01.0.250217`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2024-01/criteo_api_marketingsolutions_v2024_01/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2024.01.0.250211"
11+
__version__ = "2024.01.0.250217"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2024_01.api_client import ApiClient

sdks/marketingsolutions_2024-01/criteo_api_marketingsolutions_v2024_01/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/2024.01.0.250211/python'
79+
self.user_agent = 'OpenAPI-Generator/2024.01.0.250217/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2024-01/criteo_api_marketingsolutions_v2024_01/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def to_debug_report(self):
395395
"OS: {env}\n"\
396396
"Python Version: {pyversion}\n"\
397397
"Version of the API: 2024-01\n"\
398-
"SDK Package Version: 2024.01.0.250211".\
398+
"SDK Package Version: 2024.01.0.250217".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2024-01/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "criteo-api-marketingsolutions-sdk"
6-
VERSION = "2024.01.0.250211"
6+
VERSION = "2024.01.0.250217"
77
# To install the library, run the following
88
#
99
# python setup.py install
@@ -24,9 +24,9 @@
2424
2525
2626
```sh
27-
pip install criteo-api-marketingsolutions-sdk==2024.01.0.250211
27+
pip install criteo-api-marketingsolutions-sdk==2024.01.0.250217
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.01.0.250211`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.01.0.250217`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_2024-04/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

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

11-
- Package version: 2024.04.0.250211
11+
- Package version: 2024.04.0.250217
1212

1313
## Requirements
1414

@@ -18,9 +18,9 @@ Python 2.7 and 3.5+
1818
### pip install
1919

2020
```sh
21-
pip install criteo-api-marketingsolutions-sdk==2024.04.0.250211
21+
pip install criteo-api-marketingsolutions-sdk==2024.04.0.250217
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.04.0.250211`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.04.0.250217`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2024-04/criteo_api_marketingsolutions_v2024_04/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2024.04.0.250211"
11+
__version__ = "2024.04.0.250217"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2024_04.api_client import ApiClient

sdks/marketingsolutions_2024-04/criteo_api_marketingsolutions_v2024_04/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/2024.04.0.250211/python'
79+
self.user_agent = 'OpenAPI-Generator/2024.04.0.250217/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2024-04/criteo_api_marketingsolutions_v2024_04/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def to_debug_report(self):
395395
"OS: {env}\n"\
396396
"Python Version: {pyversion}\n"\
397397
"Version of the API: 2024-04\n"\
398-
"SDK Package Version: 2024.04.0.250211".\
398+
"SDK Package Version: 2024.04.0.250217".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2024-04/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "criteo-api-marketingsolutions-sdk"
6-
VERSION = "2024.04.0.250211"
6+
VERSION = "2024.04.0.250217"
77
# To install the library, run the following
88
#
99
# python setup.py install
@@ -24,9 +24,9 @@
2424
2525
2626
```sh
27-
pip install criteo-api-marketingsolutions-sdk==2024.04.0.250211
27+
pip install criteo-api-marketingsolutions-sdk==2024.04.0.250217
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.04.0.250211`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.04.0.250217`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_2024-07/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

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

11-
- Package version: 2024.07.0.250211
11+
- Package version: 2024.07.0.250217
1212

1313
## Requirements
1414

@@ -18,9 +18,9 @@ Python 2.7 and 3.5+
1818
### pip install
1919

2020
```sh
21-
pip install criteo-api-marketingsolutions-sdk==2024.07.0.250211
21+
pip install criteo-api-marketingsolutions-sdk==2024.07.0.250217
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250211`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250217`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2024-07/criteo_api_marketingsolutions_v2024_07/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2024.07.0.250211"
11+
__version__ = "2024.07.0.250217"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2024_07.api_client import ApiClient

sdks/marketingsolutions_2024-07/criteo_api_marketingsolutions_v2024_07/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/2024.07.0.250211/python'
79+
self.user_agent = 'OpenAPI-Generator/2024.07.0.250217/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2024-07/criteo_api_marketingsolutions_v2024_07/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def to_debug_report(self):
395395
"OS: {env}\n"\
396396
"Python Version: {pyversion}\n"\
397397
"Version of the API: 2024-07\n"\
398-
"SDK Package Version: 2024.07.0.250211".\
398+
"SDK Package Version: 2024.07.0.250217".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2024-07/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "criteo-api-marketingsolutions-sdk"
6-
VERSION = "2024.07.0.250211"
6+
VERSION = "2024.07.0.250217"
77
# To install the library, run the following
88
#
99
# python setup.py install
@@ -24,9 +24,9 @@
2424
2525
2626
```sh
27-
pip install criteo-api-marketingsolutions-sdk==2024.07.0.250211
27+
pip install criteo-api-marketingsolutions-sdk==2024.07.0.250217
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250211`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250217`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_2024-10/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

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

11-
- Package version: 2024.10.0.250211
11+
- Package version: 2024.10.0.250217
1212

1313
## Requirements
1414

@@ -18,9 +18,9 @@ Python 2.7 and 3.5+
1818
### pip install
1919

2020
```sh
21-
pip install criteo-api-marketingsolutions-sdk==2024.10.0.250211
21+
pip install criteo-api-marketingsolutions-sdk==2024.10.0.250217
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.10.0.250211`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.10.0.250217`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2024-10/criteo_api_marketingsolutions_v2024_10/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2024.10.0.250211"
11+
__version__ = "2024.10.0.250217"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2024_10.api_client import ApiClient

sdks/marketingsolutions_2024-10/criteo_api_marketingsolutions_v2024_10/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/2024.10.0.250211/python'
79+
self.user_agent = 'OpenAPI-Generator/2024.10.0.250217/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2024-10/criteo_api_marketingsolutions_v2024_10/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def to_debug_report(self):
395395
"OS: {env}\n"\
396396
"Python Version: {pyversion}\n"\
397397
"Version of the API: 2024-10\n"\
398-
"SDK Package Version: 2024.10.0.250211".\
398+
"SDK Package Version: 2024.10.0.250217".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2024-10/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "criteo-api-marketingsolutions-sdk"
6-
VERSION = "2024.10.0.250211"
6+
VERSION = "2024.10.0.250217"
77
# To install the library, run the following
88
#
99
# python setup.py install
@@ -24,9 +24,9 @@
2424
2525
2626
```sh
27-
pip install criteo-api-marketingsolutions-sdk==2024.10.0.250211
27+
pip install criteo-api-marketingsolutions-sdk==2024.10.0.250217
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.10.0.250211`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.10.0.250217`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_2025-01/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

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

11-
- Package version: 2025.01.0.250211
11+
- Package version: 2025.01.0.250217
1212

1313
## Requirements
1414

@@ -18,9 +18,9 @@ Python 2.7 and 3.5+
1818
### pip install
1919

2020
```sh
21-
pip install criteo-api-marketingsolutions-sdk==2025.01.0.250211
21+
pip install criteo-api-marketingsolutions-sdk==2025.01.0.250217
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2025.01.0.250211`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2025.01.0.250217`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2025-01/criteo_api_marketingsolutions_v2025_01/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2025.01.0.250211"
11+
__version__ = "2025.01.0.250217"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2025_01.api_client import ApiClient

sdks/marketingsolutions_2025-01/criteo_api_marketingsolutions_v2025_01/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'OpenAPI-Generator/2025.01.0.250211/python'
79+
self.user_agent = 'OpenAPI-Generator/2025.01.0.250217/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2025-01/criteo_api_marketingsolutions_v2025_01/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def to_debug_report(self):
395395
"OS: {env}\n"\
396396
"Python Version: {pyversion}\n"\
397397
"Version of the API: 2025-01\n"\
398-
"SDK Package Version: 2025.01.0.250211".\
398+
"SDK Package Version: 2025.01.0.250217".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2025-01/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "criteo-api-marketingsolutions-sdk"
6-
VERSION = "2025.01.0.250211"
6+
VERSION = "2025.01.0.250217"
77
# To install the library, run the following
88
#
99
# python setup.py install
@@ -24,9 +24,9 @@
2424
2525
2626
```sh
27-
pip install criteo-api-marketingsolutions-sdk==2025.01.0.250211
27+
pip install criteo-api-marketingsolutions-sdk==2025.01.0.250217
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2025.01.0.250211`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2025.01.0.250217`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_preview/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information on how to use Criteo API and these SDKs can be found at: [https
88

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

11-
- Package version: 0.0.250211
11+
- Package version: 0.0.250217
1212

1313
## Requirements
1414

@@ -18,9 +18,9 @@ Python 2.7 and 3.5+
1818
### pip install
1919

2020
```sh
21-
pip install criteo-api-marketingsolutions-sdk==0.0.250211
21+
pip install criteo-api-marketingsolutions-sdk==0.0.250217
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.250211`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.250217`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_preview/criteo_api_marketingsolutions_preview/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
44
Criteo API - MarketingSolutions # noqa: E501
55
6-
The version of the OpenAPI document: preview
6+
The version of the OpenAPI document: Preview
77
Generated by: https://openapi-generator.tech
88
"""
99

1010

11-
__version__ = "0.0.250211"
11+
__version__ = "0.0.250217"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_preview.api_client import ApiClient

sdks/marketingsolutions_preview/criteo_api_marketingsolutions_preview/api/advertiser_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Criteo API - MarketingSolutions # noqa: E501
55
6-
The version of the OpenAPI document: preview
6+
The version of the OpenAPI document: Preview
77
Generated by: https://openapi-generator.tech
88
"""
99

sdks/marketingsolutions_preview/criteo_api_marketingsolutions_preview/api/analytics_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Criteo API - MarketingSolutions # noqa: E501
55
6-
The version of the OpenAPI document: preview
6+
The version of the OpenAPI document: Preview
77
Generated by: https://openapi-generator.tech
88
"""
99

0 commit comments

Comments
 (0)