criteo-api-retailmedia-sdk 0.0.240808__py3-none-any.whl → 0.0.241029__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.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api/accounts_api.py +148 -0
- criteo_api_retailmedia_preview/api/analytics_api.py +3 -3
- criteo_api_retailmedia_preview/api/audience_api.py +89 -232
- criteo_api_retailmedia_preview/api/campaign_api.py +0 -564
- criteo_api_retailmedia_preview/api/on_site_recommendation_api.py +186 -0
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/apis/__init__.py +1 -0
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/bot_message.py +277 -0
- criteo_api_retailmedia_preview/model/botmessage.py +329 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2_list_response.py → entity_resource_collection_outcome_of_retail_media_account.py} +8 -8
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v1_resource.py → entity_resource_of_retail_media_account.py} +9 -18
- criteo_api_retailmedia_preview/model/external_account.py +4 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2.py → external_retail_media_account.py} +54 -32
- criteo_api_retailmedia_preview/model/{value_resource_input_of_line_item_budget_overrides.py → http_validation_error.py} +17 -10
- criteo_api_retailmedia_preview/model/inbot_discussion.py +272 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_segment_customer_list.py → inbot_discussion_body_model.py} +17 -17
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_user_behavior_details_v2.py → inbot_discussion_data_instance_model.py} +17 -17
- criteo_api_retailmedia_preview/model/{value_resource_input_of_campaign_budget_overrides.py → location_inner.py} +10 -13
- criteo_api_retailmedia_preview/model/message.py +273 -0
- criteo_api_retailmedia_preview/model/message_body_model.py +275 -0
- criteo_api_retailmedia_preview/model/{value_resource_of_line_item_budget_overrides.py → message_data_instance_model.py} +27 -14
- criteo_api_retailmedia_preview/model/message_error.py +275 -0
- criteo_api_retailmedia_preview/model/product.py +4 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_segment_user_behavior_v1.py → product_recommendation.py} +46 -47
- criteo_api_retailmedia_preview/model/report_detail_warning.py +285 -0
- criteo_api_retailmedia_preview/model/report_detail_warnings.py +281 -0
- criteo_api_retailmedia_preview/model/report_ok_response.py +16 -2
- criteo_api_retailmedia_preview/model/retail_media_account.py +6 -2
- criteo_api_retailmedia_preview/model/retail_media_seller_account_creation.py +6 -2
- criteo_api_retailmedia_preview/model/rm_algebra_node_v1.py +275 -0
- criteo_api_retailmedia_preview/model/rm_audience_entity_v1.py +307 -0
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2_resource.py → rm_audience_entity_v1_resource.py} +8 -8
- criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v1_list_response.py → rm_audience_entity_v1_rm_audience_search_metadata_v1_list_response.py} +14 -8
- criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1.py +271 -0
- criteo_api_retailmedia_preview/model/{value_resource_of_campaign_budget_overrides.py → rm_audience_search_entity_v1_resource.py} +16 -9
- criteo_api_retailmedia_preview/model/rm_audience_search_input_v1.py +269 -0
- criteo_api_retailmedia_preview/model/rm_audience_search_metadata_v1.py +271 -0
- criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +17 -9
- criteo_api_retailmedia_preview/model/rm_audience_segment_entity_v1.py +7 -7
- criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1.py +1 -1
- criteo_api_retailmedia_preview/model/rm_contact_list_v1.py +5 -5
- criteo_api_retailmedia_preview/model/{rm_user_behavior_v1.py → rm_events_v1.py} +3 -3
- criteo_api_retailmedia_preview/model/validation_error.py +287 -0
- criteo_api_retailmedia_preview/models/__init__.py +27 -23
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/RECORD +50 -45
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/WHEEL +1 -1
- criteo_api_retailmedia_preview/model/campaign_budget_overrides.py +0 -276
- criteo_api_retailmedia_preview/model/campaign_daily_budget_override.py +0 -283
- criteo_api_retailmedia_preview/model/campaign_monthly_budget_override.py +0 -283
- criteo_api_retailmedia_preview/model/daily_line_item_budget_override.py +0 -281
- criteo_api_retailmedia_preview/model/line_item_budget_overrides.py +0 -276
- criteo_api_retailmedia_preview/model/monthly_line_item_budeget_override.py +0 -283
- criteo_api_retailmedia_preview/model/rm_legacy_audience_get_entity_v1.py +0 -291
- criteo_api_retailmedia_preview/model/rm_legacy_segment_user_behavior_v2.py +0 -311
- criteo_api_retailmedia_preview/model/value_resource_outcome_of_campaign_budget_overrides.py +0 -274
- criteo_api_retailmedia_preview/model/value_resource_outcome_of_line_item_budget_overrides.py +0 -274
- {criteo_api_retailmedia_sdk-0.0.240808.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Criteo API
|
|
3
|
+
|
|
4
|
+
Criteo API - RetailMedia # noqa: E501
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: Preview
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
import re # noqa: F401
|
|
12
|
+
import sys # noqa: F401
|
|
13
|
+
|
|
14
|
+
from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
|
|
15
|
+
ApiTypeError,
|
|
16
|
+
ModelComposed,
|
|
17
|
+
ModelNormal,
|
|
18
|
+
ModelSimple,
|
|
19
|
+
cached_property,
|
|
20
|
+
change_keys_js_to_python,
|
|
21
|
+
convert_js_args_to_python_args,
|
|
22
|
+
date,
|
|
23
|
+
datetime,
|
|
24
|
+
file_type,
|
|
25
|
+
none_type,
|
|
26
|
+
validate_get_composed_info,
|
|
27
|
+
OpenApiModel
|
|
28
|
+
)
|
|
29
|
+
from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def lazy_import():
|
|
33
|
+
from criteo_api_retailmedia_preview.model.report_detail_warning import ReportDetailWarning
|
|
34
|
+
globals()['ReportDetailWarning'] = ReportDetailWarning
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class ReportDetailWarnings(ModelNormal):
|
|
38
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
|
+
Ref: https://openapi-generator.tech
|
|
40
|
+
|
|
41
|
+
Do not edit the class manually.
|
|
42
|
+
|
|
43
|
+
Attributes:
|
|
44
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
|
45
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
46
|
+
with a capitalized key describing the allowed value and an allowed
|
|
47
|
+
value. These dicts store the allowed enum values.
|
|
48
|
+
attribute_map (dict): The key is attribute name
|
|
49
|
+
and the value is json key in definition.
|
|
50
|
+
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
51
|
+
variable value to the discriminator class name.
|
|
52
|
+
validations (dict): The key is the tuple path to the attribute
|
|
53
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
54
|
+
that stores validations for max_length, min_length, max_items,
|
|
55
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
56
|
+
inclusive_minimum, and regex.
|
|
57
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
|
58
|
+
as additional properties values.
|
|
59
|
+
"""
|
|
60
|
+
|
|
61
|
+
allowed_values = {
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
validations = {
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@cached_property
|
|
68
|
+
def additional_properties_type():
|
|
69
|
+
"""
|
|
70
|
+
This must be a method because a model may have properties that are
|
|
71
|
+
of type self, this must run after the class is loaded
|
|
72
|
+
"""
|
|
73
|
+
lazy_import()
|
|
74
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
75
|
+
|
|
76
|
+
_nullable = False
|
|
77
|
+
|
|
78
|
+
@cached_property
|
|
79
|
+
def openapi_types():
|
|
80
|
+
"""
|
|
81
|
+
This must be a method because a model may have properties that are
|
|
82
|
+
of type self, this must run after the class is loaded
|
|
83
|
+
|
|
84
|
+
Returns
|
|
85
|
+
openapi_types (dict): The key is attribute name
|
|
86
|
+
and the value is attribute type.
|
|
87
|
+
"""
|
|
88
|
+
lazy_import()
|
|
89
|
+
return {
|
|
90
|
+
'product_id': (str,), # noqa: E501
|
|
91
|
+
'warnings': ([ReportDetailWarning],), # noqa: E501
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
@cached_property
|
|
95
|
+
def discriminator():
|
|
96
|
+
return None
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
attribute_map = {
|
|
100
|
+
'product_id': 'productId', # noqa: E501
|
|
101
|
+
'warnings': 'warnings', # noqa: E501
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
read_only_vars = {
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
_composed_schemas = {}
|
|
108
|
+
|
|
109
|
+
@classmethod
|
|
110
|
+
@convert_js_args_to_python_args
|
|
111
|
+
def _from_openapi_data(cls, product_id, warnings, *args, **kwargs): # noqa: E501
|
|
112
|
+
"""ReportDetailWarnings - a model defined in OpenAPI
|
|
113
|
+
|
|
114
|
+
Args:
|
|
115
|
+
product_id (str):
|
|
116
|
+
warnings ([ReportDetailWarning]):
|
|
117
|
+
|
|
118
|
+
Keyword Args:
|
|
119
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
120
|
+
will be type checked and a TypeError will be
|
|
121
|
+
raised if the wrong type is input.
|
|
122
|
+
Defaults to True
|
|
123
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
124
|
+
drill down to the model in received_data
|
|
125
|
+
when deserializing a response
|
|
126
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
127
|
+
are serialized names, as specified in the OpenAPI document.
|
|
128
|
+
False if the variable names in the input data
|
|
129
|
+
are pythonic names, e.g. snake case (default)
|
|
130
|
+
_configuration (Configuration): the instance to use when
|
|
131
|
+
deserializing a file_type parameter.
|
|
132
|
+
If passed, type conversion is attempted
|
|
133
|
+
If omitted no type conversion is done.
|
|
134
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
135
|
+
classes that we have traveled through so that
|
|
136
|
+
if we see that class again we will not use its
|
|
137
|
+
discriminator again.
|
|
138
|
+
When traveling through a discriminator, the
|
|
139
|
+
composed schema that is
|
|
140
|
+
is traveled through is added to this set.
|
|
141
|
+
For example if Animal has a discriminator
|
|
142
|
+
petType and we pass in "Dog", and the class Dog
|
|
143
|
+
allOf includes Animal, we move through Animal
|
|
144
|
+
once using the discriminator, and pick Dog.
|
|
145
|
+
Then in Dog, we will make an instance of the
|
|
146
|
+
Animal class but this time we won't travel
|
|
147
|
+
through its discriminator because we passed in
|
|
148
|
+
_visited_composed_classes = (Animal,)
|
|
149
|
+
"""
|
|
150
|
+
|
|
151
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
152
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
153
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
154
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
155
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
156
|
+
|
|
157
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
158
|
+
|
|
159
|
+
if args:
|
|
160
|
+
for arg in args:
|
|
161
|
+
if isinstance(arg, dict):
|
|
162
|
+
kwargs.update(arg)
|
|
163
|
+
else:
|
|
164
|
+
raise ApiTypeError(
|
|
165
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
166
|
+
args,
|
|
167
|
+
self.__class__.__name__,
|
|
168
|
+
),
|
|
169
|
+
path_to_item=_path_to_item,
|
|
170
|
+
valid_classes=(self.__class__,),
|
|
171
|
+
)
|
|
172
|
+
|
|
173
|
+
self._data_store = {}
|
|
174
|
+
self._check_type = _check_type
|
|
175
|
+
self._spec_property_naming = _spec_property_naming
|
|
176
|
+
self._path_to_item = _path_to_item
|
|
177
|
+
self._configuration = _configuration
|
|
178
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
179
|
+
|
|
180
|
+
self.product_id = product_id
|
|
181
|
+
self.warnings = warnings
|
|
182
|
+
for var_name, var_value in kwargs.items():
|
|
183
|
+
if var_name not in self.attribute_map and \
|
|
184
|
+
self._configuration is not None and \
|
|
185
|
+
self._configuration.discard_unknown_keys and \
|
|
186
|
+
self.additional_properties_type is None:
|
|
187
|
+
# discard variable.
|
|
188
|
+
continue
|
|
189
|
+
setattr(self, var_name, var_value)
|
|
190
|
+
return self
|
|
191
|
+
|
|
192
|
+
required_properties = set([
|
|
193
|
+
'_data_store',
|
|
194
|
+
'_check_type',
|
|
195
|
+
'_spec_property_naming',
|
|
196
|
+
'_path_to_item',
|
|
197
|
+
'_configuration',
|
|
198
|
+
'_visited_composed_classes',
|
|
199
|
+
])
|
|
200
|
+
|
|
201
|
+
@convert_js_args_to_python_args
|
|
202
|
+
def __init__(self, product_id, warnings, *args, **kwargs): # noqa: E501
|
|
203
|
+
"""ReportDetailWarnings - a model defined in OpenAPI
|
|
204
|
+
|
|
205
|
+
Args:
|
|
206
|
+
product_id (str):
|
|
207
|
+
warnings ([ReportDetailWarning]):
|
|
208
|
+
|
|
209
|
+
Keyword Args:
|
|
210
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
211
|
+
will be type checked and a TypeError will be
|
|
212
|
+
raised if the wrong type is input.
|
|
213
|
+
Defaults to True
|
|
214
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
215
|
+
drill down to the model in received_data
|
|
216
|
+
when deserializing a response
|
|
217
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
218
|
+
are serialized names, as specified in the OpenAPI document.
|
|
219
|
+
False if the variable names in the input data
|
|
220
|
+
are pythonic names, e.g. snake case (default)
|
|
221
|
+
_configuration (Configuration): the instance to use when
|
|
222
|
+
deserializing a file_type parameter.
|
|
223
|
+
If passed, type conversion is attempted
|
|
224
|
+
If omitted no type conversion is done.
|
|
225
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
226
|
+
classes that we have traveled through so that
|
|
227
|
+
if we see that class again we will not use its
|
|
228
|
+
discriminator again.
|
|
229
|
+
When traveling through a discriminator, the
|
|
230
|
+
composed schema that is
|
|
231
|
+
is traveled through is added to this set.
|
|
232
|
+
For example if Animal has a discriminator
|
|
233
|
+
petType and we pass in "Dog", and the class Dog
|
|
234
|
+
allOf includes Animal, we move through Animal
|
|
235
|
+
once using the discriminator, and pick Dog.
|
|
236
|
+
Then in Dog, we will make an instance of the
|
|
237
|
+
Animal class but this time we won't travel
|
|
238
|
+
through its discriminator because we passed in
|
|
239
|
+
_visited_composed_classes = (Animal,)
|
|
240
|
+
"""
|
|
241
|
+
|
|
242
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
243
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
244
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
245
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
246
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
247
|
+
|
|
248
|
+
if args:
|
|
249
|
+
for arg in args:
|
|
250
|
+
if isinstance(arg, dict):
|
|
251
|
+
kwargs.update(arg)
|
|
252
|
+
else:
|
|
253
|
+
raise ApiTypeError(
|
|
254
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
255
|
+
args,
|
|
256
|
+
self.__class__.__name__,
|
|
257
|
+
),
|
|
258
|
+
path_to_item=_path_to_item,
|
|
259
|
+
valid_classes=(self.__class__,),
|
|
260
|
+
)
|
|
261
|
+
|
|
262
|
+
self._data_store = {}
|
|
263
|
+
self._check_type = _check_type
|
|
264
|
+
self._spec_property_naming = _spec_property_naming
|
|
265
|
+
self._path_to_item = _path_to_item
|
|
266
|
+
self._configuration = _configuration
|
|
267
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
268
|
+
|
|
269
|
+
self.product_id = product_id
|
|
270
|
+
self.warnings = warnings
|
|
271
|
+
for var_name, var_value in kwargs.items():
|
|
272
|
+
if var_name not in self.attribute_map and \
|
|
273
|
+
self._configuration is not None and \
|
|
274
|
+
self._configuration.discard_unknown_keys and \
|
|
275
|
+
self.additional_properties_type is None:
|
|
276
|
+
# discard variable.
|
|
277
|
+
continue
|
|
278
|
+
setattr(self, var_name, var_value)
|
|
279
|
+
if var_name in self.read_only_vars:
|
|
280
|
+
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
281
|
+
f"class with read only attributes.")
|
|
@@ -31,7 +31,9 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
33
|
from criteo_api_retailmedia_preview.model.report_detail_errors import ReportDetailErrors
|
|
34
|
+
from criteo_api_retailmedia_preview.model.report_detail_warnings import ReportDetailWarnings
|
|
34
35
|
globals()['ReportDetailErrors'] = ReportDetailErrors
|
|
36
|
+
globals()['ReportDetailWarnings'] = ReportDetailWarnings
|
|
35
37
|
|
|
36
38
|
|
|
37
39
|
class ReportOkResponse(ModelNormal):
|
|
@@ -101,6 +103,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
101
103
|
'number_of_products_deleted': (int,), # noqa: E501
|
|
102
104
|
'number_of_products_with_errors': (int,), # noqa: E501
|
|
103
105
|
'error_details': ([ReportDetailErrors],), # noqa: E501
|
|
106
|
+
'number_of_products_with_warnings': (int,), # noqa: E501
|
|
107
|
+
'warning_details': ([ReportDetailWarnings],), # noqa: E501
|
|
104
108
|
}
|
|
105
109
|
|
|
106
110
|
@cached_property
|
|
@@ -116,6 +120,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
116
120
|
'number_of_products_deleted': 'numberOfProductsDeleted', # noqa: E501
|
|
117
121
|
'number_of_products_with_errors': 'numberOfProductsWithErrors', # noqa: E501
|
|
118
122
|
'error_details': 'errorDetails', # noqa: E501
|
|
123
|
+
'number_of_products_with_warnings': 'numberOfProductsWithWarnings', # noqa: E501
|
|
124
|
+
'warning_details': 'warningDetails', # noqa: E501
|
|
119
125
|
}
|
|
120
126
|
|
|
121
127
|
read_only_vars = {
|
|
@@ -125,7 +131,7 @@ class ReportOkResponse(ModelNormal):
|
|
|
125
131
|
|
|
126
132
|
@classmethod
|
|
127
133
|
@convert_js_args_to_python_args
|
|
128
|
-
def _from_openapi_data(cls, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, *args, **kwargs): # noqa: E501
|
|
134
|
+
def _from_openapi_data(cls, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, number_of_products_with_warnings, warning_details, *args, **kwargs): # noqa: E501
|
|
129
135
|
"""ReportOkResponse - a model defined in OpenAPI
|
|
130
136
|
|
|
131
137
|
Args:
|
|
@@ -136,6 +142,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
136
142
|
number_of_products_deleted (int): The number of products deleted.
|
|
137
143
|
number_of_products_with_errors (int): The number of products with errors.
|
|
138
144
|
error_details ([ReportDetailErrors]): The list of errors with details.
|
|
145
|
+
number_of_products_with_warnings (int): The number of products with Warnings.
|
|
146
|
+
warning_details ([ReportDetailWarnings]): The list of Warnings with details.
|
|
139
147
|
|
|
140
148
|
Keyword Args:
|
|
141
149
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -206,6 +214,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
206
214
|
self.number_of_products_deleted = number_of_products_deleted
|
|
207
215
|
self.number_of_products_with_errors = number_of_products_with_errors
|
|
208
216
|
self.error_details = error_details
|
|
217
|
+
self.number_of_products_with_warnings = number_of_products_with_warnings
|
|
218
|
+
self.warning_details = warning_details
|
|
209
219
|
for var_name, var_value in kwargs.items():
|
|
210
220
|
if var_name not in self.attribute_map and \
|
|
211
221
|
self._configuration is not None and \
|
|
@@ -226,7 +236,7 @@ class ReportOkResponse(ModelNormal):
|
|
|
226
236
|
])
|
|
227
237
|
|
|
228
238
|
@convert_js_args_to_python_args
|
|
229
|
-
def __init__(self, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, *args, **kwargs): # noqa: E501
|
|
239
|
+
def __init__(self, status, import_request_timestamp, number_of_products_in_the_batch, number_of_products_upserted, number_of_products_deleted, number_of_products_with_errors, error_details, number_of_products_with_warnings, warning_details, *args, **kwargs): # noqa: E501
|
|
230
240
|
"""ReportOkResponse - a model defined in OpenAPI
|
|
231
241
|
|
|
232
242
|
Args:
|
|
@@ -237,6 +247,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
237
247
|
number_of_products_deleted (int): The number of products deleted.
|
|
238
248
|
number_of_products_with_errors (int): The number of products with errors.
|
|
239
249
|
error_details ([ReportDetailErrors]): The list of errors with details.
|
|
250
|
+
number_of_products_with_warnings (int): The number of products with Warnings.
|
|
251
|
+
warning_details ([ReportDetailWarnings]): The list of Warnings with details.
|
|
240
252
|
|
|
241
253
|
Keyword Args:
|
|
242
254
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -305,6 +317,8 @@ class ReportOkResponse(ModelNormal):
|
|
|
305
317
|
self.number_of_products_deleted = number_of_products_deleted
|
|
306
318
|
self.number_of_products_with_errors = number_of_products_with_errors
|
|
307
319
|
self.error_details = error_details
|
|
320
|
+
self.number_of_products_with_warnings = number_of_products_with_warnings
|
|
321
|
+
self.warning_details = warning_details
|
|
308
322
|
for var_name, var_value in kwargs.items():
|
|
309
323
|
if var_name not in self.attribute_map and \
|
|
310
324
|
self._configuration is not None and \
|
|
@@ -89,6 +89,7 @@ class RetailMediaAccount(ModelNormal):
|
|
|
89
89
|
return {
|
|
90
90
|
'name': (str, none_type,), # noqa: E501
|
|
91
91
|
'company_name': (str, none_type,), # noqa: E501
|
|
92
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
92
93
|
'type': (str, none_type,), # noqa: E501
|
|
93
94
|
'sub_type': (str, none_type,), # noqa: E501
|
|
94
95
|
'country_ids': ([str], none_type,), # noqa: E501
|
|
@@ -105,6 +106,7 @@ class RetailMediaAccount(ModelNormal):
|
|
|
105
106
|
attribute_map = {
|
|
106
107
|
'name': 'name', # noqa: E501
|
|
107
108
|
'company_name': 'companyName', # noqa: E501
|
|
109
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
108
110
|
'type': 'type', # noqa: E501
|
|
109
111
|
'sub_type': 'subType', # noqa: E501
|
|
110
112
|
'country_ids': 'countryIds', # noqa: E501
|
|
@@ -155,7 +157,8 @@ class RetailMediaAccount(ModelNormal):
|
|
|
155
157
|
through its discriminator because we passed in
|
|
156
158
|
_visited_composed_classes = (Animal,)
|
|
157
159
|
name (str, none_type): account name. [optional] # noqa: E501
|
|
158
|
-
company_name (str, none_type):
|
|
160
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
161
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
159
162
|
type (str, none_type): Type for the account. [optional] # noqa: E501
|
|
160
163
|
sub_type (str, none_type): subtype for the account. [optional] # noqa: E501
|
|
161
164
|
country_ids ([str], none_type): list of countries associated with the account. [optional] # noqa: E501
|
|
@@ -248,7 +251,8 @@ class RetailMediaAccount(ModelNormal):
|
|
|
248
251
|
through its discriminator because we passed in
|
|
249
252
|
_visited_composed_classes = (Animal,)
|
|
250
253
|
name (str, none_type): account name. [optional] # noqa: E501
|
|
251
|
-
company_name (str, none_type):
|
|
254
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
255
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
252
256
|
type (str, none_type): Type for the account. [optional] # noqa: E501
|
|
253
257
|
sub_type (str, none_type): subtype for the account. [optional] # noqa: E501
|
|
254
258
|
country_ids ([str], none_type): list of countries associated with the account. [optional] # noqa: E501
|
|
@@ -82,6 +82,7 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
82
82
|
return {
|
|
83
83
|
'name': (str, none_type,), # noqa: E501
|
|
84
84
|
'company_name': (str, none_type,), # noqa: E501
|
|
85
|
+
'on_behalf_company_name': (str, none_type,), # noqa: E501
|
|
85
86
|
'sellers': ([RetailMediaSeller], none_type,), # noqa: E501
|
|
86
87
|
}
|
|
87
88
|
|
|
@@ -93,6 +94,7 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
93
94
|
attribute_map = {
|
|
94
95
|
'name': 'name', # noqa: E501
|
|
95
96
|
'company_name': 'companyName', # noqa: E501
|
|
97
|
+
'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
|
|
96
98
|
'sellers': 'sellers', # noqa: E501
|
|
97
99
|
}
|
|
98
100
|
|
|
@@ -138,7 +140,8 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
138
140
|
through its discriminator because we passed in
|
|
139
141
|
_visited_composed_classes = (Animal,)
|
|
140
142
|
name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
|
|
141
|
-
company_name (str, none_type):
|
|
143
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
144
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
142
145
|
sellers ([RetailMediaSeller], none_type): list of sellers to associate to the new account. [optional] # noqa: E501
|
|
143
146
|
"""
|
|
144
147
|
|
|
@@ -226,7 +229,8 @@ class RetailMediaSellerAccountCreation(ModelNormal):
|
|
|
226
229
|
through its discriminator because we passed in
|
|
227
230
|
_visited_composed_classes = (Animal,)
|
|
228
231
|
name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
|
|
229
|
-
company_name (str, none_type):
|
|
232
|
+
company_name (str, none_type): Paying entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
233
|
+
on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
|
|
230
234
|
sellers ([RetailMediaSeller], none_type): list of sellers to associate to the new account. [optional] # noqa: E501
|
|
231
235
|
"""
|
|
232
236
|
|