Skip to content

Commit dc980db

Browse files
author
gricher-crto
committed
[250811] Automatic update of SDK.
1 parent ffa03e2 commit dc980db

File tree

104 files changed

+180
-4980
lines changed

Some content is hidden

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

104 files changed

+180
-4980
lines changed

sdks/marketingsolutions_2024-07/README.md

Lines changed: 3 additions & 3 deletions
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.250730
11+
- Package version: 2024.07.0.250811
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.250730
21+
pip install criteo-api-marketingsolutions-sdk==2024.07.0.250811
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250730`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250811`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2024-07/criteo_api_marketingsolutions_v2024_07/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2024.07.0.250730"
11+
__version__ = "2024.07.0.250811"
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

Lines changed: 1 addition & 1 deletion
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.250730/python'
79+
self.user_agent = 'OpenAPI-Generator/2024.07.0.250811/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2024-07/criteo_api_marketingsolutions_v2024_07/configuration.py

Lines changed: 1 addition & 1 deletion
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.250730".\
398+
"SDK Package Version: 2024.07.0.250811".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2024-07/setup.py

Lines changed: 3 additions & 3 deletions
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.250730"
6+
VERSION = "2024.07.0.250811"
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.250730
27+
pip install criteo-api-marketingsolutions-sdk==2024.07.0.250811
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250730`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.07.0.250811`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_2024-07/test/test_gateway_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
class TestGatewayApi:
1010
@pytest.fixture(autouse=True)
1111
def before_each(self):
12-
self.client_id = os.environ.get("TEST_CLIENT_ID")
13-
self.client_secret = os.environ.get("TEST_CLIENT_SECRET")
14-
self.application_id = int(os.environ.get("TEST_APPLICATION_ID"))
12+
self.client_id = os.environ.get("MARKETINGSOLUTIONS_TEST_CLIENT_ID")
13+
self.client_secret = os.environ.get("MARKETINGSOLUTIONS_TEST_CLIENT_SECRET")
14+
self.application_id = int(os.environ.get("MARKETINGSOLUTIONS_TEST_APPLICATION_ID"))
1515

1616
self.client = ApiClientBuilder.WithClientCredentials(clientId=self.client_id, clientSecret=self.client_secret)
1717

1818
def test_environment_variables(self):
19-
assert len(self.client_id) > 0, "Environment variable \"TEST_CLIENT_ID\" not found."
20-
assert len(self.client_secret) > 0, "Environment variable \"TEST_CLIENT_SECRET\" not found."
21-
assert self.application_id > 0, "Environment variable \"TEST_APPLICATION_ID\" not found."
19+
assert len(self.client_id) > 0, "Environment variable \"MARKETINGSOLUTIONS_TEST_CLIENT_ID\" not found."
20+
assert len(self.client_secret) > 0, "Environment variable \"MARKETINGSOLUTIONS_TEST_CLIENT_SECRET\" not found."
21+
assert self.application_id > 0, "Environment variable \"MARKETINGSOLUTIONS_TEST_APPLICATION_ID\" not found."
2222

2323
def test_example_works(self):
2424
# Arrange

sdks/marketingsolutions_2024-10/README.md

Lines changed: 3 additions & 3 deletions
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.250730
11+
- Package version: 2024.10.0.250811
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.250730
21+
pip install criteo-api-marketingsolutions-sdk==2024.10.0.250811
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.10.0.250730`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2024.10.0.250811`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2024-10/criteo_api_marketingsolutions_v2024_10/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010

11-
__version__ = "2024.10.0.250730"
11+
__version__ = "2024.10.0.250811"
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

Lines changed: 1 addition & 1 deletion
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.250730/python'
79+
self.user_agent = 'OpenAPI-Generator/2024.10.0.250811/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2024-10/criteo_api_marketingsolutions_v2024_10/configuration.py

Lines changed: 1 addition & 1 deletion
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.250730".\
398+
"SDK Package Version: 2024.10.0.250811".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

0 commit comments

Comments
 (0)