criteo-api-marketingsolutions-sdk 0.0.251014__py3-none-any.whl → 0.0.251015__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.
- criteo_api_marketingsolutions_preview/__init__.py +1 -1
- criteo_api_marketingsolutions_preview/api/audience_api.py +1 -1
- criteo_api_marketingsolutions_preview/api_client.py +1 -1
- criteo_api_marketingsolutions_preview/configuration.py +1 -1
- criteo_api_marketingsolutions_preview/model/common_problem.py +28 -27
- {criteo_api_marketingsolutions_sdk-0.0.251014.dist-info → criteo_api_marketingsolutions_sdk-0.0.251015.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.251014.dist-info → criteo_api_marketingsolutions_sdk-0.0.251015.dist-info}/RECORD +9 -9
- {criteo_api_marketingsolutions_sdk-0.0.251014.dist-info → criteo_api_marketingsolutions_sdk-0.0.251015.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_sdk-0.0.251014.dist-info → criteo_api_marketingsolutions_sdk-0.0.251015.dist-info}/top_level.txt +0 -0
|
@@ -494,7 +494,7 @@ class AudienceApi(object):
|
|
|
494
494
|
'oauth',
|
|
495
495
|
'oauth'
|
|
496
496
|
],
|
|
497
|
-
'endpoint_path': '/preview/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
|
|
497
|
+
'endpoint_path': '/preview/marketing-solutions/audience-segments/{audience-segment-id}/contact-list/statistics',
|
|
498
498
|
'operation_id': 'get_audience_segment_contact_list_statistics',
|
|
499
499
|
'http_method': 'GET',
|
|
500
500
|
'servers': None,
|
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/0.0.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/0.0.251015/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -395,7 +395,7 @@ class Configuration(object):
|
|
|
395
395
|
"OS: {env}\n"\
|
|
396
396
|
"Python Version: {pyversion}\n"\
|
|
397
397
|
"Version of the API: Preview\n"\
|
|
398
|
-
"SDK Package Version: 0.0.
|
|
398
|
+
"SDK Package Version: 0.0.251015".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -56,6 +56,7 @@ class CommonProblem(ModelNormal):
|
|
|
56
56
|
|
|
57
57
|
allowed_values = {
|
|
58
58
|
('type',): {
|
|
59
|
+
'None': None,
|
|
59
60
|
'UNKNOWN': "unknown",
|
|
60
61
|
'ACCESS-CONTROL': "access-control",
|
|
61
62
|
'AUTHENTICATION': "authentication",
|
|
@@ -91,15 +92,15 @@ class CommonProblem(ModelNormal):
|
|
|
91
92
|
and the value is attribute type.
|
|
92
93
|
"""
|
|
93
94
|
return {
|
|
94
|
-
'code': (str,), # noqa: E501
|
|
95
|
-
'detail': (str,), # noqa: E501
|
|
96
|
-
'instance': (str,), # noqa: E501
|
|
97
|
-
'source': ({str: (str,)},), # noqa: E501
|
|
98
|
-
'stack_trace': (str,), # noqa: E501
|
|
99
|
-
'title': (str,), # noqa: E501
|
|
100
|
-
'trace_id': (str,), # noqa: E501
|
|
101
|
-
'trace_identifier': (str,), # noqa: E501
|
|
102
|
-
'type': (str,), # noqa: E501
|
|
95
|
+
'code': (str, none_type,), # noqa: E501
|
|
96
|
+
'detail': (str, none_type,), # noqa: E501
|
|
97
|
+
'instance': (str, none_type,), # noqa: E501
|
|
98
|
+
'source': ({str: (str,)}, none_type,), # noqa: E501
|
|
99
|
+
'stack_trace': (str, none_type,), # noqa: E501
|
|
100
|
+
'title': (str, none_type,), # noqa: E501
|
|
101
|
+
'trace_id': (str, none_type,), # noqa: E501
|
|
102
|
+
'trace_identifier': (str, none_type,), # noqa: E501
|
|
103
|
+
'type': (str, none_type,), # noqa: E501
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
@cached_property
|
|
@@ -160,15 +161,15 @@ class CommonProblem(ModelNormal):
|
|
|
160
161
|
Animal class but this time we won't travel
|
|
161
162
|
through its discriminator because we passed in
|
|
162
163
|
_visited_composed_classes = (Animal,)
|
|
163
|
-
code (str): A machine-readable error code, expressed as a string value.. [optional] # noqa: E501
|
|
164
|
-
detail (str): A human-readable explanation specific to this occurrence of the problem. [optional] # noqa: E501
|
|
165
|
-
instance (str): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
|
|
166
|
-
source ({str: (str,)}): A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
|
|
167
|
-
stack_trace (str): [optional] # noqa: E501
|
|
168
|
-
title (str): A short human-readable description of the problem type. [optional] # noqa: E501
|
|
169
|
-
trace_id (str): The request correlation ID this problem comes from.. [optional] # noqa: E501
|
|
170
|
-
trace_identifier (str): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
|
|
171
|
-
type (str): The problem's category.. [optional] # noqa: E501
|
|
164
|
+
code (str, none_type): A machine-readable error code, expressed as a string value.. [optional] # noqa: E501
|
|
165
|
+
detail (str, none_type): A human-readable explanation specific to this occurrence of the problem. [optional] # noqa: E501
|
|
166
|
+
instance (str, none_type): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
|
|
167
|
+
source ({str: (str,)}, none_type): A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
|
|
168
|
+
stack_trace (str, none_type): [optional] # noqa: E501
|
|
169
|
+
title (str, none_type): A short human-readable description of the problem type. [optional] # noqa: E501
|
|
170
|
+
trace_id (str, none_type): The request correlation ID this problem comes from.. [optional] # noqa: E501
|
|
171
|
+
trace_identifier (str, none_type): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
|
|
172
|
+
type (str, none_type): The problem's category.. [optional] # noqa: E501
|
|
172
173
|
"""
|
|
173
174
|
|
|
174
175
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -254,15 +255,15 @@ class CommonProblem(ModelNormal):
|
|
|
254
255
|
Animal class but this time we won't travel
|
|
255
256
|
through its discriminator because we passed in
|
|
256
257
|
_visited_composed_classes = (Animal,)
|
|
257
|
-
code (str): A machine-readable error code, expressed as a string value.. [optional] # noqa: E501
|
|
258
|
-
detail (str): A human-readable explanation specific to this occurrence of the problem. [optional] # noqa: E501
|
|
259
|
-
instance (str): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
|
|
260
|
-
source ({str: (str,)}): A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
|
|
261
|
-
stack_trace (str): [optional] # noqa: E501
|
|
262
|
-
title (str): A short human-readable description of the problem type. [optional] # noqa: E501
|
|
263
|
-
trace_id (str): The request correlation ID this problem comes from.. [optional] # noqa: E501
|
|
264
|
-
trace_identifier (str): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
|
|
265
|
-
type (str): The problem's category.. [optional] # noqa: E501
|
|
258
|
+
code (str, none_type): A machine-readable error code, expressed as a string value.. [optional] # noqa: E501
|
|
259
|
+
detail (str, none_type): A human-readable explanation specific to this occurrence of the problem. [optional] # noqa: E501
|
|
260
|
+
instance (str, none_type): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
|
|
261
|
+
source ({str: (str,)}, none_type): A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
|
|
262
|
+
stack_trace (str, none_type): [optional] # noqa: E501
|
|
263
|
+
title (str, none_type): A short human-readable description of the problem type. [optional] # noqa: E501
|
|
264
|
+
trace_id (str, none_type): The request correlation ID this problem comes from.. [optional] # noqa: E501
|
|
265
|
+
trace_identifier (str, none_type): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
|
|
266
|
+
type (str, none_type): The problem's category.. [optional] # noqa: E501
|
|
266
267
|
"""
|
|
267
268
|
|
|
268
269
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: criteo-api-marketingsolutions-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.251015
|
|
4
4
|
Summary: Criteo API SDK
|
|
5
5
|
Home-page: https://github.com/criteo/criteo-api-python-sdk
|
|
6
6
|
Author: Criteo
|
|
@@ -35,9 +35,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
|
-
pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
38
|
+
pip install criteo-api-marketingsolutions-sdk==0.0.251015
|
|
39
39
|
```
|
|
40
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.
|
|
40
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.251015`)
|
|
41
41
|
|
|
42
42
|
Then import the package:
|
|
43
43
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_marketingsolutions_preview/__init__.py,sha256=
|
|
2
|
-
criteo_api_marketingsolutions_preview/api_client.py,sha256=
|
|
1
|
+
criteo_api_marketingsolutions_preview/__init__.py,sha256=YX5b7mz-REVBVkk-72mxFSQjo9sn3Z8MWl7NzE0M7yM,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=QzakIWHWr4iZObz5zLEPO_R_hNnCNwF2SmH3xvWMuzs,39242
|
|
3
3
|
criteo_api_marketingsolutions_preview/api_client_builder.py,sha256=2W-j9f5re32PZooV4BngIi3AvmOOpKl7SAEQc6FXVWg,1525
|
|
4
|
-
criteo_api_marketingsolutions_preview/configuration.py,sha256=
|
|
4
|
+
criteo_api_marketingsolutions_preview/configuration.py,sha256=LQoe2uuHcyLwFefwvSGUZG660E4Ziq4zQuUd6IUoA8U,16735
|
|
5
5
|
criteo_api_marketingsolutions_preview/criteo_api_client.py,sha256=4uNu3e__oYicTD-lcpFerUCXl3c3_7LEugoMFqfRTM8,666
|
|
6
6
|
criteo_api_marketingsolutions_preview/criteo_auth.py,sha256=RXBNjv9iz2JSqB25me0iMWN7jfeKRYe0EF6y37hw__A,4714
|
|
7
7
|
criteo_api_marketingsolutions_preview/criteo_rest.py,sha256=oIDGHdVI2kWe1st1X7IHl8OAa1zJn7g1uQUSKYWwFDc,3431
|
|
@@ -12,7 +12,7 @@ criteo_api_marketingsolutions_preview/rest.py,sha256=gXk-QrNdnVj2c-M_oZYB3_KqFfb
|
|
|
12
12
|
criteo_api_marketingsolutions_preview/api/__init__.py,sha256=pyzFTbyUcV2DhfsX0qU5ScOa78505IDsd_KbkUsVXm0,244
|
|
13
13
|
criteo_api_marketingsolutions_preview/api/advertiser_api.py,sha256=E15ZILhJ9eq-H8l02ZdNvYXhNZY_vCCfuCoTsKz_kzs,15910
|
|
14
14
|
criteo_api_marketingsolutions_preview/api/analytics_api.py,sha256=6r5IyKAIta4VX-TabHnNfC8w-aTfgIusTOYD8WMFSzA,67936
|
|
15
|
-
criteo_api_marketingsolutions_preview/api/audience_api.py,sha256=
|
|
15
|
+
criteo_api_marketingsolutions_preview/api/audience_api.py,sha256=4zRObJA_6hVKDbF9Qgwy9EzO-z09BJLadevq4miolH0,107164
|
|
16
16
|
criteo_api_marketingsolutions_preview/api/campaign_api.py,sha256=QUN9PJ2kjKtnhlLD1kEnhVybXUBfCqyM4CyrlJDT9NE,210274
|
|
17
17
|
criteo_api_marketingsolutions_preview/api/catalog_api.py,sha256=cE7sPtFWVRJ9FVW6bNg6SHe1vGsXpLialexflLswn3U,17802
|
|
18
18
|
criteo_api_marketingsolutions_preview/api/creative_api.py,sha256=tba29l8_BFPoq3A_rhb4LiKjn3idTG7zssvfwy_cSyw,95798
|
|
@@ -142,7 +142,7 @@ criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py,sha256=eT81DxG_wn
|
|
|
142
142
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_list_response.py,sha256=wzbLXcHkmW0jFbDjyMIdzIOuYQMkfvinVf9b3682Hsg,12492
|
|
143
143
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_resource.py,sha256=0E3vZ_WB4ii7Dlj5SSbjDsH7L-gOiNKAQgVGK07zpQg,12205
|
|
144
144
|
criteo_api_marketingsolutions_preview/model/campaign_v23_q1_response.py,sha256=2QbnE6A6ttOymlsq3ln5npJzLcUxhPt0BfC2rpDox4k,12441
|
|
145
|
-
criteo_api_marketingsolutions_preview/model/common_problem.py,sha256=
|
|
145
|
+
criteo_api_marketingsolutions_preview/model/common_problem.py,sha256=4SjC-e6Bs3ZOBg05PBB2RuDr_FYSOGZjRL21PQPmwdg,14715
|
|
146
146
|
criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1.py,sha256=WVV0UwhvIkA2tOfcp7d_Q-INjGRXqqA9H43zICfOipM,12536
|
|
147
147
|
criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1_resource.py,sha256=RJaHxUJhFDday4GN-r-Xu4iqXPtZA_ODwZpAqx-eqF4,12297
|
|
148
148
|
criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1_response.py,sha256=vLE-0KMdJRUBBz1vv55r5zYU1X8h5Jlyuh7CAbTN5Uw,12603
|
|
@@ -387,7 +387,7 @@ criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=i-qvnBOBpuijR
|
|
|
387
387
|
criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=AEk9Ss4tXVTbSfDxJjpDW643MJwbV5iMs_Y3BG4839I,11755
|
|
388
388
|
criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q3.py,sha256=-GkiNut1VMiXMlpO4-wlbjtTXaDfvDptvzZejfkRZpg,12234
|
|
389
389
|
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=qCHNR9h1Oo3ryRXLRG71C2LBNGMx6fdkEEbmqpJneeA,41827
|
|
390
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
391
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
392
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
393
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
390
|
+
criteo_api_marketingsolutions_sdk-0.0.251015.dist-info/METADATA,sha256=7ORLE8KU3w9n8rKVaI3r7a0-rUDHU0-SVTW0keAxmc8,1876
|
|
391
|
+
criteo_api_marketingsolutions_sdk-0.0.251015.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
392
|
+
criteo_api_marketingsolutions_sdk-0.0.251015.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
393
|
+
criteo_api_marketingsolutions_sdk-0.0.251015.dist-info/RECORD,,
|
|
File without changes
|