Skip to content

Commit 35399f1

Browse files
author
tibonihoo
committed
[240207] Automatic update of SDK.
1 parent 8a08662 commit 35399f1

File tree

1,564 files changed

+205272
-33104
lines changed

Some content is hidden

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

1,564 files changed

+205272
-33104
lines changed

sdks/marketingsolutions_2023-01/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information: [https://developers.criteo.com/](https://developers.criteo.com
88

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

11-
- Package version: 2023.01.0.240118
11+
- Package version: 2023.01.0.240207
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==2023.01.0.240118
21+
pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240118`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2023-01/criteo_api_marketingsolutions_v2023_01/__init__.py

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

1010

11-
__version__ = "2023.01.0.240118"
11+
__version__ = "2023.01.0.240207"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2023_01.api_client import ApiClient

sdks/marketingsolutions_2023-01/criteo_api_marketingsolutions_v2023_01/api/analytics_api.py

+10-7
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, api_client=None):
4242
self.api_client = api_client
4343
self.get_adset_report_endpoint = _Endpoint(
4444
settings={
45-
'response_type': (str,),
45+
'response_type': (file_type,),
4646
'auth': [
4747
'oauth',
4848
'oauth'
@@ -101,7 +101,7 @@ def __init__(self, api_client=None):
101101
)
102102
self.get_placements_report_endpoint = _Endpoint(
103103
settings={
104-
'response_type': (str,),
104+
'response_type': (file_type,),
105105
'auth': [
106106
'oauth',
107107
'oauth'
@@ -144,7 +144,10 @@ def __init__(self, api_client=None):
144144
'accept': [
145145
'text/plain',
146146
'application/json',
147-
'text/json'
147+
'text/json',
148+
'text/csv',
149+
'text/xml',
150+
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
148151
],
149152
'content_type': [
150153
'application/json-patch+json',
@@ -157,7 +160,7 @@ def __init__(self, api_client=None):
157160
)
158161
self.get_transactions_report_endpoint = _Endpoint(
159162
settings={
160-
'response_type': (str,),
163+
'response_type': (file_type,),
161164
'auth': [
162165
'oauth',
163166
'oauth'
@@ -326,7 +329,7 @@ def get_adset_report(
326329
async_req (bool): execute request asynchronously
327330
328331
Returns:
329-
str
332+
file_type
330333
If the method is called asynchronously, returns the request
331334
thread.
332335
"""
@@ -405,7 +408,7 @@ def get_placements_report(
405408
async_req (bool): execute request asynchronously
406409
407410
Returns:
408-
str
411+
file_type
409412
If the method is called asynchronously, returns the request
410413
thread.
411414
"""
@@ -484,7 +487,7 @@ def get_transactions_report(
484487
async_req (bool): execute request asynchronously
485488
486489
Returns:
487-
str
490+
file_type
488491
If the method is called asynchronously, returns the request
489492
thread.
490493
"""

sdks/marketingsolutions_2023-01/criteo_api_marketingsolutions_v2023_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/2023.01.0.240118/python'
79+
self.user_agent = 'OpenAPI-Generator/2023.01.0.240207/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2023-01/criteo_api_marketingsolutions_v2023_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: 2023-01\n"\
398-
"SDK Package Version: 2023.01.0.240118".\
398+
"SDK Package Version: 2023.01.0.240207".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2023-01/docs/AnalyticsApi.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **get_adset_report**
14-
> str get_adset_report()
14+
> file_type get_adset_report()
1515
1616

1717

@@ -98,7 +98,7 @@ Name | Type | Description | Notes
9898

9999
### Return type
100100

101-
**str**
101+
**file_type**
102102

103103
### Authorization
104104

@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121121
[[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)
122122

123123
# **get_placements_report**
124-
> str get_placements_report()
124+
> file_type get_placements_report()
125125
126126

127127

@@ -211,7 +211,7 @@ Name | Type | Description | Notes
211211

212212
### Return type
213213

214-
**str**
214+
**file_type**
215215

216216
### Authorization
217217

@@ -220,7 +220,7 @@ Name | Type | Description | Notes
220220
### HTTP request headers
221221

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

225225

226226
### HTTP response details
@@ -234,7 +234,7 @@ Name | Type | Description | Notes
234234
[[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)
235235

236236
# **get_transactions_report**
237-
> str get_transactions_report()
237+
> file_type get_transactions_report()
238238
239239

240240

@@ -314,7 +314,7 @@ Name | Type | Description | Notes
314314

315315
### Return type
316316

317-
**str**
317+
**file_type**
318318

319319
### Authorization
320320

sdks/marketingsolutions_2023-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 = "2023.01.0.240118"
6+
VERSION = "2023.01.0.240207"
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==2023.01.0.240118
27+
pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240118`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.01.0.240207`)
3030
3131
Then import the package:
3232
```python

sdks/marketingsolutions_2023-04/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ More information: [https://developers.criteo.com/](https://developers.criteo.com
88

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

11-
- Package version: 2023.04.0.240118
11+
- Package version: 2023.04.0.240207
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==2023.04.0.240118
21+
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207
2222
```
23-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240118`)
23+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207`)
2424

2525
Then import the package:
2626
```python

sdks/marketingsolutions_2023-04/criteo_api_marketingsolutions_v2023_04/__init__.py

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

1010

11-
__version__ = "2023.04.0.240118"
11+
__version__ = "2023.04.0.240207"
1212

1313
# import ApiClient
1414
from criteo_api_marketingsolutions_v2023_04.api_client import ApiClient

sdks/marketingsolutions_2023-04/criteo_api_marketingsolutions_v2023_04/api/analytics_api.py

+10-7
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, api_client=None):
4242
self.api_client = api_client
4343
self.get_adset_report_endpoint = _Endpoint(
4444
settings={
45-
'response_type': (str,),
45+
'response_type': (file_type,),
4646
'auth': [
4747
'oauth',
4848
'oauth'
@@ -101,7 +101,7 @@ def __init__(self, api_client=None):
101101
)
102102
self.get_placements_report_endpoint = _Endpoint(
103103
settings={
104-
'response_type': (str,),
104+
'response_type': (file_type,),
105105
'auth': [
106106
'oauth',
107107
'oauth'
@@ -144,7 +144,10 @@ def __init__(self, api_client=None):
144144
'accept': [
145145
'text/plain',
146146
'application/json',
147-
'text/json'
147+
'text/json',
148+
'text/csv',
149+
'text/xml',
150+
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
148151
],
149152
'content_type': [
150153
'application/json-patch+json',
@@ -157,7 +160,7 @@ def __init__(self, api_client=None):
157160
)
158161
self.get_transactions_report_endpoint = _Endpoint(
159162
settings={
160-
'response_type': (str,),
163+
'response_type': (file_type,),
161164
'auth': [
162165
'oauth',
163166
'oauth'
@@ -326,7 +329,7 @@ def get_adset_report(
326329
async_req (bool): execute request asynchronously
327330
328331
Returns:
329-
str
332+
file_type
330333
If the method is called asynchronously, returns the request
331334
thread.
332335
"""
@@ -405,7 +408,7 @@ def get_placements_report(
405408
async_req (bool): execute request asynchronously
406409
407410
Returns:
408-
str
411+
file_type
409412
If the method is called asynchronously, returns the request
410413
thread.
411414
"""
@@ -484,7 +487,7 @@ def get_transactions_report(
484487
async_req (bool): execute request asynchronously
485488
486489
Returns:
487-
str
490+
file_type
488491
If the method is called asynchronously, returns the request
489492
thread.
490493
"""

sdks/marketingsolutions_2023-04/criteo_api_marketingsolutions_v2023_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/2023.04.0.240118/python'
79+
self.user_agent = 'OpenAPI-Generator/2023.04.0.240207/python'
8080

8181
def __enter__(self):
8282
return self

sdks/marketingsolutions_2023-04/criteo_api_marketingsolutions_v2023_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: 2023-04\n"\
398-
"SDK Package Version: 2023.04.0.240118".\
398+
"SDK Package Version: 2023.04.0.240207".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

sdks/marketingsolutions_2023-04/docs/AnalyticsApi.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **get_adset_report**
14-
> str get_adset_report()
14+
> file_type get_adset_report()
1515
1616

1717

@@ -98,7 +98,7 @@ Name | Type | Description | Notes
9898

9999
### Return type
100100

101-
**str**
101+
**file_type**
102102

103103
### Authorization
104104

@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121121
[[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)
122122

123123
# **get_placements_report**
124-
> str get_placements_report()
124+
> file_type get_placements_report()
125125
126126

127127

@@ -211,7 +211,7 @@ Name | Type | Description | Notes
211211

212212
### Return type
213213

214-
**str**
214+
**file_type**
215215

216216
### Authorization
217217

@@ -220,7 +220,7 @@ Name | Type | Description | Notes
220220
### HTTP request headers
221221

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

225225

226226
### HTTP response details
@@ -234,7 +234,7 @@ Name | Type | Description | Notes
234234
[[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)
235235

236236
# **get_transactions_report**
237-
> str get_transactions_report()
237+
> file_type get_transactions_report()
238238
239239

240240

@@ -314,7 +314,7 @@ Name | Type | Description | Notes
314314

315315
### Return type
316316

317-
**str**
317+
**file_type**
318318

319319
### Authorization
320320

sdks/marketingsolutions_2023-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 = "2023.04.0.240118"
6+
VERSION = "2023.04.0.240207"
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==2023.04.0.240118
27+
pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207
2828
```
29-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240118`)
29+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==2023.04.0.240207`)
3030
3131
Then import the package:
3232
```python

0 commit comments

Comments
 (0)