criteo-api-retailmedia-sdk 0.0.240404__py3-none-any.whl → 0.0.240515__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/audience_api.py +284 -0
- criteo_api_retailmedia_preview/api/campaign_api.py +1755 -448
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keyword_model.py → add_remove_keyword_model.py} +12 -19
- criteo_api_retailmedia_preview/model/add_remove_keywords_model.py +262 -0
- criteo_api_retailmedia_preview/model/add_remove_keywords_model_request.py +262 -0
- criteo_api_retailmedia_preview/model/add_remove_keywords_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/approval_status_model.py +292 -0
- criteo_api_retailmedia_preview/model/async_accounts_report.py +39 -27
- criteo_api_retailmedia_preview/model/async_campaigns_report.py +24 -13
- criteo_api_retailmedia_preview/model/async_line_items_report.py +24 -13
- criteo_api_retailmedia_preview/model/audience_error.py +310 -0
- criteo_api_retailmedia_preview/model/audience_warning.py +312 -0
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers_response.py → creative_v2_list_response.py} +16 -16
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_resource_outcome.py → creative_v2_response.py} +19 -17
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model_request.py → error_code_response.py} +23 -11
- criteo_api_retailmedia_preview/model/external_choice_variable_value.py +269 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model.py → external_color_variable_value.py} +11 -14
- criteo_api_retailmedia_preview/model/external_creative_create_model_v2.py +297 -0
- criteo_api_retailmedia_preview/model/external_creative_update_model_v2.py +297 -0
- criteo_api_retailmedia_preview/model/external_creative_v2.py +361 -0
- criteo_api_retailmedia_preview/model/external_files_variable_value.py +272 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model_request.py → external_hyperlink_variable_value.py} +7 -13
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers.py → external_line_item_bid_multipliers_v2.py} +41 -29
- criteo_api_retailmedia_preview/model/external_page_type_environment.py +293 -0
- criteo_api_retailmedia_preview/model/external_template_variable_value.py +309 -0
- criteo_api_retailmedia_preview/model/external_text_variable_value.py +263 -0
- criteo_api_retailmedia_preview/model/external_video_variable_value.py +293 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_input_keywords_model.py → input_keywords_model.py} +4 -16
- criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py → json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py} +8 -8
- criteo_api_retailmedia_preview/model/{json_api_single_response_of_line_item_bid_multipliers.py → json_api_single_response_of_line_item_bid_multipliers_v2.py} +14 -14
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keyword_data_model.py → keyword_data_model.py} +19 -37
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keywords_model.py → keywords_model.py} +9 -18
- criteo_api_retailmedia_preview/model/keywords_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/keywords_model_response.py +274 -0
- criteo_api_retailmedia_preview/model/{line_item_bid_multipliers_request.py → line_item_bid_multipliers_v2_request.py} +8 -8
- criteo_api_retailmedia_preview/model/line_item_bid_multipliers_v2_response.py +281 -0
- criteo_api_retailmedia_preview/model/line_item_product_status.py +291 -0
- criteo_api_retailmedia_preview/model/match_type_model.py +291 -0
- criteo_api_retailmedia_preview/model/negotiation_state_model.py +293 -0
- criteo_api_retailmedia_preview/model/product_metadata.py +269 -0
- criteo_api_retailmedia_preview/model/product_resource_outcome.py +266 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model.py → promoted_product.py} +18 -19
- criteo_api_retailmedia_preview/model/promoted_product_resource.py +270 -0
- criteo_api_retailmedia_preview/model/promoted_product_resource_collection_input.py +262 -0
- criteo_api_retailmedia_preview/model/promoted_product_resource_collection_outcome.py +278 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_proposal_status_model.py → proposal_status_model.py} +22 -50
- criteo_api_retailmedia_preview/model/proposal_status_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/proposal_status_model_response.py +274 -0
- criteo_api_retailmedia_preview/model/{resource_of_line_item_bid_multipliers.py → resource_of_creative_v2.py} +8 -8
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_keywords_model_resource.py → resource_of_line_item_bid_multipliers_v2.py} +17 -23
- criteo_api_retailmedia_preview/model/resource_outcome.py +268 -0
- criteo_api_retailmedia_preview/model/retail_media_account.py +6 -6
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bids_model_resource.py → retail_media_contactlist_amendment.py} +16 -20
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_add_remove_keywords_model_resource.py → retail_media_contactlist_amendment_attributes.py} +34 -25
- criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_request.py +275 -0
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation.py +291 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_proposal_status_model_resource.py → retail_media_contactlist_operation_response_attributes.py} +14 -16
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes_attributes.py +297 -0
- criteo_api_retailmedia_preview/model/review_state_model.py +294 -0
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_problem_details.py → rmca_common_problem.py} +41 -30
- criteo_api_retailmedia_preview/model/{retail_media_externalv1_set_bid_model.py → set_bid_model.py} +4 -10
- criteo_api_retailmedia_preview/model/set_bids_model.py +262 -0
- criteo_api_retailmedia_preview/model/set_bids_model_request.py +262 -0
- criteo_api_retailmedia_preview/model/set_bids_model_resource.py +270 -0
- criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +12 -10
- criteo_api_retailmedia_preview/model/sync_campaigns_report.py +24 -13
- criteo_api_retailmedia_preview/model/sync_line_items_report.py +24 -13
- criteo_api_retailmedia_preview/models/__init__.py +58 -24
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240515.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240515.dist-info}/RECORD +75 -41
- criteo_api_retailmedia_preview/model/retail_media_externalv1_keywords_model_response.py +0 -285
- criteo_api_retailmedia_preview/model/retail_media_externalv1_proposal_status_model_response.py +0 -285
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240515.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.240404.dist-info → criteo_api_retailmedia_sdk-0.0.240515.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,275 @@
|
|
|
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.retail_media_contactlist_amendment import RetailMediaContactlistAmendment
|
|
34
|
+
globals()['RetailMediaContactlistAmendment'] = RetailMediaContactlistAmendment
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
class RetailMediaContactlistAmendmentRequest(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
|
+
'data': (RetailMediaContactlistAmendment,), # noqa: E501
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@cached_property
|
|
94
|
+
def discriminator():
|
|
95
|
+
return None
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
attribute_map = {
|
|
99
|
+
'data': 'data', # noqa: E501
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
read_only_vars = {
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
_composed_schemas = {}
|
|
106
|
+
|
|
107
|
+
@classmethod
|
|
108
|
+
@convert_js_args_to_python_args
|
|
109
|
+
def _from_openapi_data(cls, data, *args, **kwargs): # noqa: E501
|
|
110
|
+
"""RetailMediaContactlistAmendmentRequest - a model defined in OpenAPI
|
|
111
|
+
|
|
112
|
+
Args:
|
|
113
|
+
data (RetailMediaContactlistAmendment):
|
|
114
|
+
|
|
115
|
+
Keyword Args:
|
|
116
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
117
|
+
will be type checked and a TypeError will be
|
|
118
|
+
raised if the wrong type is input.
|
|
119
|
+
Defaults to True
|
|
120
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
121
|
+
drill down to the model in received_data
|
|
122
|
+
when deserializing a response
|
|
123
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
124
|
+
are serialized names, as specified in the OpenAPI document.
|
|
125
|
+
False if the variable names in the input data
|
|
126
|
+
are pythonic names, e.g. snake case (default)
|
|
127
|
+
_configuration (Configuration): the instance to use when
|
|
128
|
+
deserializing a file_type parameter.
|
|
129
|
+
If passed, type conversion is attempted
|
|
130
|
+
If omitted no type conversion is done.
|
|
131
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
132
|
+
classes that we have traveled through so that
|
|
133
|
+
if we see that class again we will not use its
|
|
134
|
+
discriminator again.
|
|
135
|
+
When traveling through a discriminator, the
|
|
136
|
+
composed schema that is
|
|
137
|
+
is traveled through is added to this set.
|
|
138
|
+
For example if Animal has a discriminator
|
|
139
|
+
petType and we pass in "Dog", and the class Dog
|
|
140
|
+
allOf includes Animal, we move through Animal
|
|
141
|
+
once using the discriminator, and pick Dog.
|
|
142
|
+
Then in Dog, we will make an instance of the
|
|
143
|
+
Animal class but this time we won't travel
|
|
144
|
+
through its discriminator because we passed in
|
|
145
|
+
_visited_composed_classes = (Animal,)
|
|
146
|
+
"""
|
|
147
|
+
|
|
148
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
149
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
150
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
151
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
152
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
153
|
+
|
|
154
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
155
|
+
|
|
156
|
+
if args:
|
|
157
|
+
for arg in args:
|
|
158
|
+
if isinstance(arg, dict):
|
|
159
|
+
kwargs.update(arg)
|
|
160
|
+
else:
|
|
161
|
+
raise ApiTypeError(
|
|
162
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
163
|
+
args,
|
|
164
|
+
self.__class__.__name__,
|
|
165
|
+
),
|
|
166
|
+
path_to_item=_path_to_item,
|
|
167
|
+
valid_classes=(self.__class__,),
|
|
168
|
+
)
|
|
169
|
+
|
|
170
|
+
self._data_store = {}
|
|
171
|
+
self._check_type = _check_type
|
|
172
|
+
self._spec_property_naming = _spec_property_naming
|
|
173
|
+
self._path_to_item = _path_to_item
|
|
174
|
+
self._configuration = _configuration
|
|
175
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
176
|
+
|
|
177
|
+
self.data = data
|
|
178
|
+
for var_name, var_value in kwargs.items():
|
|
179
|
+
if var_name not in self.attribute_map and \
|
|
180
|
+
self._configuration is not None and \
|
|
181
|
+
self._configuration.discard_unknown_keys and \
|
|
182
|
+
self.additional_properties_type is None:
|
|
183
|
+
# discard variable.
|
|
184
|
+
continue
|
|
185
|
+
setattr(self, var_name, var_value)
|
|
186
|
+
return self
|
|
187
|
+
|
|
188
|
+
required_properties = set([
|
|
189
|
+
'_data_store',
|
|
190
|
+
'_check_type',
|
|
191
|
+
'_spec_property_naming',
|
|
192
|
+
'_path_to_item',
|
|
193
|
+
'_configuration',
|
|
194
|
+
'_visited_composed_classes',
|
|
195
|
+
])
|
|
196
|
+
|
|
197
|
+
@convert_js_args_to_python_args
|
|
198
|
+
def __init__(self, data, *args, **kwargs): # noqa: E501
|
|
199
|
+
"""RetailMediaContactlistAmendmentRequest - a model defined in OpenAPI
|
|
200
|
+
|
|
201
|
+
Args:
|
|
202
|
+
data (RetailMediaContactlistAmendment):
|
|
203
|
+
|
|
204
|
+
Keyword Args:
|
|
205
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
206
|
+
will be type checked and a TypeError will be
|
|
207
|
+
raised if the wrong type is input.
|
|
208
|
+
Defaults to True
|
|
209
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
210
|
+
drill down to the model in received_data
|
|
211
|
+
when deserializing a response
|
|
212
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
213
|
+
are serialized names, as specified in the OpenAPI document.
|
|
214
|
+
False if the variable names in the input data
|
|
215
|
+
are pythonic names, e.g. snake case (default)
|
|
216
|
+
_configuration (Configuration): the instance to use when
|
|
217
|
+
deserializing a file_type parameter.
|
|
218
|
+
If passed, type conversion is attempted
|
|
219
|
+
If omitted no type conversion is done.
|
|
220
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
221
|
+
classes that we have traveled through so that
|
|
222
|
+
if we see that class again we will not use its
|
|
223
|
+
discriminator again.
|
|
224
|
+
When traveling through a discriminator, the
|
|
225
|
+
composed schema that is
|
|
226
|
+
is traveled through is added to this set.
|
|
227
|
+
For example if Animal has a discriminator
|
|
228
|
+
petType and we pass in "Dog", and the class Dog
|
|
229
|
+
allOf includes Animal, we move through Animal
|
|
230
|
+
once using the discriminator, and pick Dog.
|
|
231
|
+
Then in Dog, we will make an instance of the
|
|
232
|
+
Animal class but this time we won't travel
|
|
233
|
+
through its discriminator because we passed in
|
|
234
|
+
_visited_composed_classes = (Animal,)
|
|
235
|
+
"""
|
|
236
|
+
|
|
237
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
238
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
239
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
240
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
241
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
242
|
+
|
|
243
|
+
if args:
|
|
244
|
+
for arg in args:
|
|
245
|
+
if isinstance(arg, dict):
|
|
246
|
+
kwargs.update(arg)
|
|
247
|
+
else:
|
|
248
|
+
raise ApiTypeError(
|
|
249
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
250
|
+
args,
|
|
251
|
+
self.__class__.__name__,
|
|
252
|
+
),
|
|
253
|
+
path_to_item=_path_to_item,
|
|
254
|
+
valid_classes=(self.__class__,),
|
|
255
|
+
)
|
|
256
|
+
|
|
257
|
+
self._data_store = {}
|
|
258
|
+
self._check_type = _check_type
|
|
259
|
+
self._spec_property_naming = _spec_property_naming
|
|
260
|
+
self._path_to_item = _path_to_item
|
|
261
|
+
self._configuration = _configuration
|
|
262
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
263
|
+
|
|
264
|
+
self.data = data
|
|
265
|
+
for var_name, var_value in kwargs.items():
|
|
266
|
+
if var_name not in self.attribute_map and \
|
|
267
|
+
self._configuration is not None and \
|
|
268
|
+
self._configuration.discard_unknown_keys and \
|
|
269
|
+
self.additional_properties_type is None:
|
|
270
|
+
# discard variable.
|
|
271
|
+
continue
|
|
272
|
+
setattr(self, var_name, var_value)
|
|
273
|
+
if var_name in self.read_only_vars:
|
|
274
|
+
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
275
|
+
f"class with read only attributes.")
|
|
@@ -0,0 +1,291 @@
|
|
|
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.audience_error import AudienceError
|
|
34
|
+
from criteo_api_retailmedia_preview.model.audience_warning import AudienceWarning
|
|
35
|
+
from criteo_api_retailmedia_preview.model.retail_media_contactlist_operation_response_attributes import RetailMediaContactlistOperationResponseAttributes
|
|
36
|
+
globals()['AudienceError'] = AudienceError
|
|
37
|
+
globals()['AudienceWarning'] = AudienceWarning
|
|
38
|
+
globals()['RetailMediaContactlistOperationResponseAttributes'] = RetailMediaContactlistOperationResponseAttributes
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class RetailMediaContactlistOperation(ModelNormal):
|
|
42
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
43
|
+
Ref: https://openapi-generator.tech
|
|
44
|
+
|
|
45
|
+
Do not edit the class manually.
|
|
46
|
+
|
|
47
|
+
Attributes:
|
|
48
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
|
49
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
50
|
+
with a capitalized key describing the allowed value and an allowed
|
|
51
|
+
value. These dicts store the allowed enum values.
|
|
52
|
+
attribute_map (dict): The key is attribute name
|
|
53
|
+
and the value is json key in definition.
|
|
54
|
+
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
55
|
+
variable value to the discriminator class name.
|
|
56
|
+
validations (dict): The key is the tuple path to the attribute
|
|
57
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
58
|
+
that stores validations for max_length, min_length, max_items,
|
|
59
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
60
|
+
inclusive_minimum, and regex.
|
|
61
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
|
62
|
+
as additional properties values.
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
allowed_values = {
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
validations = {
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@cached_property
|
|
72
|
+
def additional_properties_type():
|
|
73
|
+
"""
|
|
74
|
+
This must be a method because a model may have properties that are
|
|
75
|
+
of type self, this must run after the class is loaded
|
|
76
|
+
"""
|
|
77
|
+
lazy_import()
|
|
78
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
79
|
+
|
|
80
|
+
_nullable = False
|
|
81
|
+
|
|
82
|
+
@cached_property
|
|
83
|
+
def openapi_types():
|
|
84
|
+
"""
|
|
85
|
+
This must be a method because a model may have properties that are
|
|
86
|
+
of type self, this must run after the class is loaded
|
|
87
|
+
|
|
88
|
+
Returns
|
|
89
|
+
openapi_types (dict): The key is attribute name
|
|
90
|
+
and the value is attribute type.
|
|
91
|
+
"""
|
|
92
|
+
lazy_import()
|
|
93
|
+
return {
|
|
94
|
+
'data': (RetailMediaContactlistOperationResponseAttributes,), # noqa: E501
|
|
95
|
+
'errors': ([AudienceError],), # noqa: E501
|
|
96
|
+
'warnings': ([AudienceWarning],), # noqa: E501
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@cached_property
|
|
100
|
+
def discriminator():
|
|
101
|
+
return None
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
attribute_map = {
|
|
105
|
+
'data': 'data', # noqa: E501
|
|
106
|
+
'errors': 'errors', # noqa: E501
|
|
107
|
+
'warnings': 'warnings', # noqa: E501
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
read_only_vars = {
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
_composed_schemas = {}
|
|
114
|
+
|
|
115
|
+
@classmethod
|
|
116
|
+
@convert_js_args_to_python_args
|
|
117
|
+
def _from_openapi_data(cls, data, errors, warnings, *args, **kwargs): # noqa: E501
|
|
118
|
+
"""RetailMediaContactlistOperation - a model defined in OpenAPI
|
|
119
|
+
|
|
120
|
+
Args:
|
|
121
|
+
data (RetailMediaContactlistOperationResponseAttributes):
|
|
122
|
+
errors ([AudienceError]):
|
|
123
|
+
warnings ([AudienceWarning]):
|
|
124
|
+
|
|
125
|
+
Keyword Args:
|
|
126
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
127
|
+
will be type checked and a TypeError will be
|
|
128
|
+
raised if the wrong type is input.
|
|
129
|
+
Defaults to True
|
|
130
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
131
|
+
drill down to the model in received_data
|
|
132
|
+
when deserializing a response
|
|
133
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
134
|
+
are serialized names, as specified in the OpenAPI document.
|
|
135
|
+
False if the variable names in the input data
|
|
136
|
+
are pythonic names, e.g. snake case (default)
|
|
137
|
+
_configuration (Configuration): the instance to use when
|
|
138
|
+
deserializing a file_type parameter.
|
|
139
|
+
If passed, type conversion is attempted
|
|
140
|
+
If omitted no type conversion is done.
|
|
141
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
142
|
+
classes that we have traveled through so that
|
|
143
|
+
if we see that class again we will not use its
|
|
144
|
+
discriminator again.
|
|
145
|
+
When traveling through a discriminator, the
|
|
146
|
+
composed schema that is
|
|
147
|
+
is traveled through is added to this set.
|
|
148
|
+
For example if Animal has a discriminator
|
|
149
|
+
petType and we pass in "Dog", and the class Dog
|
|
150
|
+
allOf includes Animal, we move through Animal
|
|
151
|
+
once using the discriminator, and pick Dog.
|
|
152
|
+
Then in Dog, we will make an instance of the
|
|
153
|
+
Animal class but this time we won't travel
|
|
154
|
+
through its discriminator because we passed in
|
|
155
|
+
_visited_composed_classes = (Animal,)
|
|
156
|
+
"""
|
|
157
|
+
|
|
158
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
159
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
160
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
161
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
162
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
163
|
+
|
|
164
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
165
|
+
|
|
166
|
+
if args:
|
|
167
|
+
for arg in args:
|
|
168
|
+
if isinstance(arg, dict):
|
|
169
|
+
kwargs.update(arg)
|
|
170
|
+
else:
|
|
171
|
+
raise ApiTypeError(
|
|
172
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
173
|
+
args,
|
|
174
|
+
self.__class__.__name__,
|
|
175
|
+
),
|
|
176
|
+
path_to_item=_path_to_item,
|
|
177
|
+
valid_classes=(self.__class__,),
|
|
178
|
+
)
|
|
179
|
+
|
|
180
|
+
self._data_store = {}
|
|
181
|
+
self._check_type = _check_type
|
|
182
|
+
self._spec_property_naming = _spec_property_naming
|
|
183
|
+
self._path_to_item = _path_to_item
|
|
184
|
+
self._configuration = _configuration
|
|
185
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
186
|
+
|
|
187
|
+
self.data = data
|
|
188
|
+
self.errors = errors
|
|
189
|
+
self.warnings = warnings
|
|
190
|
+
for var_name, var_value in kwargs.items():
|
|
191
|
+
if var_name not in self.attribute_map and \
|
|
192
|
+
self._configuration is not None and \
|
|
193
|
+
self._configuration.discard_unknown_keys and \
|
|
194
|
+
self.additional_properties_type is None:
|
|
195
|
+
# discard variable.
|
|
196
|
+
continue
|
|
197
|
+
setattr(self, var_name, var_value)
|
|
198
|
+
return self
|
|
199
|
+
|
|
200
|
+
required_properties = set([
|
|
201
|
+
'_data_store',
|
|
202
|
+
'_check_type',
|
|
203
|
+
'_spec_property_naming',
|
|
204
|
+
'_path_to_item',
|
|
205
|
+
'_configuration',
|
|
206
|
+
'_visited_composed_classes',
|
|
207
|
+
])
|
|
208
|
+
|
|
209
|
+
@convert_js_args_to_python_args
|
|
210
|
+
def __init__(self, data, errors, warnings, *args, **kwargs): # noqa: E501
|
|
211
|
+
"""RetailMediaContactlistOperation - a model defined in OpenAPI
|
|
212
|
+
|
|
213
|
+
Args:
|
|
214
|
+
data (RetailMediaContactlistOperationResponseAttributes):
|
|
215
|
+
errors ([AudienceError]):
|
|
216
|
+
warnings ([AudienceWarning]):
|
|
217
|
+
|
|
218
|
+
Keyword Args:
|
|
219
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
220
|
+
will be type checked and a TypeError will be
|
|
221
|
+
raised if the wrong type is input.
|
|
222
|
+
Defaults to True
|
|
223
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
224
|
+
drill down to the model in received_data
|
|
225
|
+
when deserializing a response
|
|
226
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
227
|
+
are serialized names, as specified in the OpenAPI document.
|
|
228
|
+
False if the variable names in the input data
|
|
229
|
+
are pythonic names, e.g. snake case (default)
|
|
230
|
+
_configuration (Configuration): the instance to use when
|
|
231
|
+
deserializing a file_type parameter.
|
|
232
|
+
If passed, type conversion is attempted
|
|
233
|
+
If omitted no type conversion is done.
|
|
234
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
235
|
+
classes that we have traveled through so that
|
|
236
|
+
if we see that class again we will not use its
|
|
237
|
+
discriminator again.
|
|
238
|
+
When traveling through a discriminator, the
|
|
239
|
+
composed schema that is
|
|
240
|
+
is traveled through is added to this set.
|
|
241
|
+
For example if Animal has a discriminator
|
|
242
|
+
petType and we pass in "Dog", and the class Dog
|
|
243
|
+
allOf includes Animal, we move through Animal
|
|
244
|
+
once using the discriminator, and pick Dog.
|
|
245
|
+
Then in Dog, we will make an instance of the
|
|
246
|
+
Animal class but this time we won't travel
|
|
247
|
+
through its discriminator because we passed in
|
|
248
|
+
_visited_composed_classes = (Animal,)
|
|
249
|
+
"""
|
|
250
|
+
|
|
251
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
252
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
253
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
254
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
255
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
256
|
+
|
|
257
|
+
if args:
|
|
258
|
+
for arg in args:
|
|
259
|
+
if isinstance(arg, dict):
|
|
260
|
+
kwargs.update(arg)
|
|
261
|
+
else:
|
|
262
|
+
raise ApiTypeError(
|
|
263
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
264
|
+
args,
|
|
265
|
+
self.__class__.__name__,
|
|
266
|
+
),
|
|
267
|
+
path_to_item=_path_to_item,
|
|
268
|
+
valid_classes=(self.__class__,),
|
|
269
|
+
)
|
|
270
|
+
|
|
271
|
+
self._data_store = {}
|
|
272
|
+
self._check_type = _check_type
|
|
273
|
+
self._spec_property_naming = _spec_property_naming
|
|
274
|
+
self._path_to_item = _path_to_item
|
|
275
|
+
self._configuration = _configuration
|
|
276
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
277
|
+
|
|
278
|
+
self.data = data
|
|
279
|
+
self.errors = errors
|
|
280
|
+
self.warnings = warnings
|
|
281
|
+
for var_name, var_value in kwargs.items():
|
|
282
|
+
if var_name not in self.attribute_map and \
|
|
283
|
+
self._configuration is not None and \
|
|
284
|
+
self._configuration.discard_unknown_keys and \
|
|
285
|
+
self.additional_properties_type is None:
|
|
286
|
+
# discard variable.
|
|
287
|
+
continue
|
|
288
|
+
setattr(self, var_name, var_value)
|
|
289
|
+
if var_name in self.read_only_vars:
|
|
290
|
+
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
291
|
+
f"class with read only attributes.")
|
|
@@ -30,11 +30,11 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from criteo_api_retailmedia_preview.model.
|
|
34
|
-
globals()['
|
|
33
|
+
from criteo_api_retailmedia_preview.model.retail_media_contactlist_operation_response_attributes_attributes import RetailMediaContactlistOperationResponseAttributesAttributes
|
|
34
|
+
globals()['RetailMediaContactlistOperationResponseAttributesAttributes'] = RetailMediaContactlistOperationResponseAttributesAttributes
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
38
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
39
39
|
Ref: https://openapi-generator.tech
|
|
40
40
|
|
|
@@ -88,8 +88,7 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
88
88
|
lazy_import()
|
|
89
89
|
return {
|
|
90
90
|
'type': (str,), # noqa: E501
|
|
91
|
-
'
|
|
92
|
-
'attributes': (RetailMediaExternalv1ProposalStatusModel,), # noqa: E501
|
|
91
|
+
'attributes': (RetailMediaContactlistOperationResponseAttributesAttributes,), # noqa: E501
|
|
93
92
|
}
|
|
94
93
|
|
|
95
94
|
@cached_property
|
|
@@ -99,7 +98,6 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
99
98
|
|
|
100
99
|
attribute_map = {
|
|
101
100
|
'type': 'type', # noqa: E501
|
|
102
|
-
'id': 'id', # noqa: E501
|
|
103
101
|
'attributes': 'attributes', # noqa: E501
|
|
104
102
|
}
|
|
105
103
|
|
|
@@ -110,11 +108,12 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
110
108
|
|
|
111
109
|
@classmethod
|
|
112
110
|
@convert_js_args_to_python_args
|
|
113
|
-
def _from_openapi_data(cls, type, *args, **kwargs): # noqa: E501
|
|
114
|
-
"""
|
|
111
|
+
def _from_openapi_data(cls, type, attributes, *args, **kwargs): # noqa: E501
|
|
112
|
+
"""RetailMediaContactlistOperationResponseAttributes - a model defined in OpenAPI
|
|
115
113
|
|
|
116
114
|
Args:
|
|
117
|
-
type (str):
|
|
115
|
+
type (str): the name of the entity type
|
|
116
|
+
attributes (RetailMediaContactlistOperationResponseAttributesAttributes):
|
|
118
117
|
|
|
119
118
|
Keyword Args:
|
|
120
119
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -147,8 +146,6 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
147
146
|
Animal class but this time we won't travel
|
|
148
147
|
through its discriminator because we passed in
|
|
149
148
|
_visited_composed_classes = (Animal,)
|
|
150
|
-
id (str, none_type): [optional] # noqa: E501
|
|
151
|
-
attributes (RetailMediaExternalv1ProposalStatusModel): [optional] # noqa: E501
|
|
152
149
|
"""
|
|
153
150
|
|
|
154
151
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -181,6 +178,7 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
181
178
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
182
179
|
|
|
183
180
|
self.type = type
|
|
181
|
+
self.attributes = attributes
|
|
184
182
|
for var_name, var_value in kwargs.items():
|
|
185
183
|
if var_name not in self.attribute_map and \
|
|
186
184
|
self._configuration is not None and \
|
|
@@ -201,11 +199,12 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
201
199
|
])
|
|
202
200
|
|
|
203
201
|
@convert_js_args_to_python_args
|
|
204
|
-
def __init__(self, type, *args, **kwargs): # noqa: E501
|
|
205
|
-
"""
|
|
202
|
+
def __init__(self, type, attributes, *args, **kwargs): # noqa: E501
|
|
203
|
+
"""RetailMediaContactlistOperationResponseAttributes - a model defined in OpenAPI
|
|
206
204
|
|
|
207
205
|
Args:
|
|
208
|
-
type (str):
|
|
206
|
+
type (str): the name of the entity type
|
|
207
|
+
attributes (RetailMediaContactlistOperationResponseAttributesAttributes):
|
|
209
208
|
|
|
210
209
|
Keyword Args:
|
|
211
210
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -238,8 +237,6 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
238
237
|
Animal class but this time we won't travel
|
|
239
238
|
through its discriminator because we passed in
|
|
240
239
|
_visited_composed_classes = (Animal,)
|
|
241
|
-
id (str, none_type): [optional] # noqa: E501
|
|
242
|
-
attributes (RetailMediaExternalv1ProposalStatusModel): [optional] # noqa: E501
|
|
243
240
|
"""
|
|
244
241
|
|
|
245
242
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -270,6 +267,7 @@ class RetailMediaExternalv1ProposalStatusModelResource(ModelNormal):
|
|
|
270
267
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
271
268
|
|
|
272
269
|
self.type = type
|
|
270
|
+
self.attributes = attributes
|
|
273
271
|
for var_name, var_value in kwargs.items():
|
|
274
272
|
if var_name not in self.attribute_map and \
|
|
275
273
|
self._configuration is not None and \
|