criteo-api-retailmedia-sdk 0.0.240207__py3-none-any.whl → 0.0.240404__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-retailmedia-sdk might be problematic. Click here for more details.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api/accounts_api.py +181 -35
- criteo_api_retailmedia_preview/api/analytics_api.py +142 -0
- criteo_api_retailmedia_preview/api/campaign_api.py +443 -974
- criteo_api_retailmedia_preview/api/catalog_api.py +312 -0
- criteo_api_retailmedia_preview/api_client.py +4 -4
- criteo_api_retailmedia_preview/apis/__init__.py +1 -0
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/{creative202210.py → async_accounts_report.py} +149 -95
- criteo_api_retailmedia_preview/model/{external_catalog_request_preview.py → async_accounts_report_request.py} +13 -10
- criteo_api_retailmedia_preview/model/async_accounts_report_resource.py +273 -0
- criteo_api_retailmedia_preview/model/async_campaigns_report.py +57 -53
- criteo_api_retailmedia_preview/model/async_line_items_report.py +57 -54
- criteo_api_retailmedia_preview/model/{text_variable_value.py → batch_accepted_response.py} +11 -11
- criteo_api_retailmedia_preview/model/{value_resource_collection_outcome_of_int64.py → change_details.py} +27 -26
- criteo_api_retailmedia_preview/model/{hyperlink_variable_value.py → custom_attribute.py} +17 -11
- criteo_api_retailmedia_preview/model/export_report_column.py +2 -2
- criteo_api_retailmedia_preview/model/{files_variable_value.py → external_line_item_capping_v2.py} +22 -13
- criteo_api_retailmedia_preview/model/external_line_item_page_category_v2.py +273 -0
- criteo_api_retailmedia_preview/model/{page_type_environment.py → external_line_item_page_v2.py} +40 -29
- criteo_api_retailmedia_preview/model/{creative_create_model202207.py → external_preferred_line_item_create_model_v2.py} +79 -31
- criteo_api_retailmedia_preview/model/{external_catalog_status.py → external_preferred_line_item_update_model_v2.py} +70 -47
- criteo_api_retailmedia_preview/model/{template.py → external_preferred_line_item_v2.py} +93 -70
- criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py → fail_response.py} +21 -23
- criteo_api_retailmedia_preview/model/{json_api_body_without_id_of_catalog_request_and_catalog_request_preview.py → input_resource_of_preferred_line_item_create_model_v2.py} +12 -18
- criteo_api_retailmedia_preview/model/{choice_variable_specification.py → insertion_order_history_change_data_capture.py} +49 -29
- criteo_api_retailmedia_preview/model/installment.py +273 -0
- criteo_api_retailmedia_preview/model/loyalty_points.py +271 -0
- criteo_api_retailmedia_preview/model/metadata.py +273 -0
- criteo_api_retailmedia_preview/model/page_of_insertion_order_history_change_data_capture.py +276 -0
- criteo_api_retailmedia_preview/model/{json_api_request_of_catalog_request_preview.py → preferred_line_item_create_model_v2_request.py} +8 -8
- criteo_api_retailmedia_preview/model/preferred_line_item_update_model_v2_request.py +269 -0
- criteo_api_retailmedia_preview/model/{creative202210_response.py → preferred_line_item_v2_paged_list_response.py} +22 -16
- criteo_api_retailmedia_preview/model/{creative202210_list_response.py → preferred_line_item_v2_response.py} +16 -16
- criteo_api_retailmedia_preview/model/price.py +267 -0
- criteo_api_retailmedia_preview/model/product.py +626 -0
- criteo_api_retailmedia_preview/model/{template_variable.py → product_importer_error.py} +37 -48
- criteo_api_retailmedia_preview/model/product_importer_warning.py +299 -0
- criteo_api_retailmedia_preview/model/{template_list_response.py → product_shipping.py} +33 -21
- criteo_api_retailmedia_preview/model/product_shipping_dimension.py +267 -0
- criteo_api_retailmedia_preview/model/{color_variable_value.py → product_shipping_weight.py} +13 -20
- criteo_api_retailmedia_preview/model/product_tax.py +283 -0
- criteo_api_retailmedia_preview/model/{choice_variable_value.py → product_unit_pricing_base_measure.py} +13 -15
- criteo_api_retailmedia_preview/model/{text_variable_specification.py → product_unit_pricing_measure.py} +11 -7
- criteo_api_retailmedia_preview/model/{section.py → products_custom_batch_request.py} +13 -19
- criteo_api_retailmedia_preview/model/{creative_update_model202207.py → products_custom_batch_request_entry.py} +43 -35
- criteo_api_retailmedia_preview/model/{choice_option.py → report_detail_error.py} +41 -23
- criteo_api_retailmedia_preview/model/report_detail_errors.py +281 -0
- criteo_api_retailmedia_preview/model/{template_variable_value.py → report_ok_response.py} +58 -43
- criteo_api_retailmedia_preview/model/{resource_of_creative202210.py → resource_of_preferred_line_item_update_model_v2.py} +9 -9
- criteo_api_retailmedia_preview/model/{resource_of_template.py → resource_of_preferred_line_item_v2.py} +9 -9
- criteo_api_retailmedia_preview/model/retail_media_brands.py +257 -0
- criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +37 -37
- criteo_api_retailmedia_preview/model/sync_campaigns_report.py +51 -47
- criteo_api_retailmedia_preview/model/sync_line_items_report.py +53 -50
- criteo_api_retailmedia_preview/model/value_resource_collection_input_of_retail_media_seller.py +262 -0
- criteo_api_retailmedia_preview/model/value_resource_input_of_retail_media_brand_account_creation.py +262 -0
- criteo_api_retailmedia_preview/model/value_resource_input_of_retail_media_brands.py +262 -0
- criteo_api_retailmedia_preview/model/value_resource_input_of_retail_media_seller_account_creation.py +262 -0
- criteo_api_retailmedia_preview/model/value_resource_of_retail_media_brand_account_creation.py +266 -0
- criteo_api_retailmedia_preview/model/{value_resource_of_int64.py → value_resource_of_retail_media_brands.py} +11 -6
- criteo_api_retailmedia_preview/model/value_resource_of_retail_media_seller_account_creation.py +266 -0
- criteo_api_retailmedia_preview/models/__init__.py +48 -31
- {criteo_api_retailmedia_sdk-0.0.240207.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.240207.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/RECORD +67 -49
- {criteo_api_retailmedia_sdk-0.0.240207.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/WHEEL +1 -1
- criteo_api_retailmedia_preview/model/files_variables_specification.py +0 -290
- criteo_api_retailmedia_preview/model/json_api_single_response_of_catalog_status.py +0 -287
- criteo_api_retailmedia_preview/model/template_response.py +0 -281
- {criteo_api_retailmedia_sdk-0.0.240207.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/top_level.txt +0 -0
|
@@ -29,16 +29,8 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
|
|
|
29
29
|
from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
def lazy_import():
|
|
33
|
-
from criteo_api_retailmedia_preview.model.choice_variable_specification import ChoiceVariableSpecification
|
|
34
|
-
from criteo_api_retailmedia_preview.model.files_variables_specification import FilesVariablesSpecification
|
|
35
|
-
from criteo_api_retailmedia_preview.model.text_variable_specification import TextVariableSpecification
|
|
36
|
-
globals()['ChoiceVariableSpecification'] = ChoiceVariableSpecification
|
|
37
|
-
globals()['FilesVariablesSpecification'] = FilesVariablesSpecification
|
|
38
|
-
globals()['TextVariableSpecification'] = TextVariableSpecification
|
|
39
32
|
|
|
40
|
-
|
|
41
|
-
class TemplateVariable(ModelNormal):
|
|
33
|
+
class ProductImporterError(ModelNormal):
|
|
42
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
43
35
|
Ref: https://openapi-generator.tech
|
|
44
36
|
|
|
@@ -63,13 +55,6 @@ class TemplateVariable(ModelNormal):
|
|
|
63
55
|
"""
|
|
64
56
|
|
|
65
57
|
allowed_values = {
|
|
66
|
-
('type',): {
|
|
67
|
-
'TEXT': "Text",
|
|
68
|
-
'CHOICE': "Choice",
|
|
69
|
-
'COLOR': "Color",
|
|
70
|
-
'FILES': "Files",
|
|
71
|
-
'HYPERLINK': "Hyperlink",
|
|
72
|
-
},
|
|
73
58
|
}
|
|
74
59
|
|
|
75
60
|
validations = {
|
|
@@ -81,7 +66,6 @@ class TemplateVariable(ModelNormal):
|
|
|
81
66
|
This must be a method because a model may have properties that are
|
|
82
67
|
of type self, this must run after the class is loaded
|
|
83
68
|
"""
|
|
84
|
-
lazy_import()
|
|
85
69
|
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
86
70
|
|
|
87
71
|
_nullable = False
|
|
@@ -96,14 +80,13 @@ class TemplateVariable(ModelNormal):
|
|
|
96
80
|
openapi_types (dict): The key is attribute name
|
|
97
81
|
and the value is attribute type.
|
|
98
82
|
"""
|
|
99
|
-
lazy_import()
|
|
100
83
|
return {
|
|
101
|
-
'
|
|
102
|
-
'required': (bool,), # noqa: E501
|
|
84
|
+
'trace_id': (str,), # noqa: E501
|
|
103
85
|
'type': (str,), # noqa: E501
|
|
104
|
-
'
|
|
105
|
-
'
|
|
106
|
-
'
|
|
86
|
+
'code': (str,), # noqa: E501
|
|
87
|
+
'instance': (str,), # noqa: E501
|
|
88
|
+
'title': (str,), # noqa: E501
|
|
89
|
+
'detail': (str,), # noqa: E501
|
|
107
90
|
}
|
|
108
91
|
|
|
109
92
|
@cached_property
|
|
@@ -112,12 +95,12 @@ class TemplateVariable(ModelNormal):
|
|
|
112
95
|
|
|
113
96
|
|
|
114
97
|
attribute_map = {
|
|
115
|
-
'
|
|
116
|
-
'required': 'required', # noqa: E501
|
|
98
|
+
'trace_id': 'traceId', # noqa: E501
|
|
117
99
|
'type': 'type', # noqa: E501
|
|
118
|
-
'
|
|
119
|
-
'
|
|
120
|
-
'
|
|
100
|
+
'code': 'code', # noqa: E501
|
|
101
|
+
'instance': 'instance', # noqa: E501
|
|
102
|
+
'title': 'title', # noqa: E501
|
|
103
|
+
'detail': 'detail', # noqa: E501
|
|
121
104
|
}
|
|
122
105
|
|
|
123
106
|
read_only_vars = {
|
|
@@ -127,13 +110,16 @@ class TemplateVariable(ModelNormal):
|
|
|
127
110
|
|
|
128
111
|
@classmethod
|
|
129
112
|
@convert_js_args_to_python_args
|
|
130
|
-
def _from_openapi_data(cls,
|
|
131
|
-
"""
|
|
113
|
+
def _from_openapi_data(cls, trace_id, type, code, instance, title, detail, *args, **kwargs): # noqa: E501
|
|
114
|
+
"""ProductImporterError - a model defined in OpenAPI
|
|
132
115
|
|
|
133
116
|
Args:
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
117
|
+
trace_id (str): The MACHINE-READABLE correlation ID provided by the gateway
|
|
118
|
+
type (str): A MACHINE-READABLE code specifying error category. This information is used on client side to focus on certain type of error, to either retry some processing or display only certain type of errors.
|
|
119
|
+
code (str): A MACHINE-READABLE error code string in kebab-case. Unique across Criteo
|
|
120
|
+
instance (str): A MACHINE-READABLE URI reference that identifies the specific occurrence of the problem. This could be useful when we want to the return the API Endpoint identifying the exact resource related to the error.
|
|
121
|
+
title (str): A short, HUMAN-READABLE summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.
|
|
122
|
+
detail (str): A HUMAN-READABLE detailed explanation specific to this occurrence of the problem. This should not be more that 1 paragraph
|
|
137
123
|
|
|
138
124
|
Keyword Args:
|
|
139
125
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -166,9 +152,6 @@ class TemplateVariable(ModelNormal):
|
|
|
166
152
|
Animal class but this time we won't travel
|
|
167
153
|
through its discriminator because we passed in
|
|
168
154
|
_visited_composed_classes = (Animal,)
|
|
169
|
-
choice_variable_specification (ChoiceVariableSpecification): [optional] # noqa: E501
|
|
170
|
-
text_variable_specification (TextVariableSpecification): [optional] # noqa: E501
|
|
171
|
-
files_variables_specification (FilesVariablesSpecification): [optional] # noqa: E501
|
|
172
155
|
"""
|
|
173
156
|
|
|
174
157
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -200,9 +183,12 @@ class TemplateVariable(ModelNormal):
|
|
|
200
183
|
self._configuration = _configuration
|
|
201
184
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
202
185
|
|
|
203
|
-
self.
|
|
204
|
-
self.required = required
|
|
186
|
+
self.trace_id = trace_id
|
|
205
187
|
self.type = type
|
|
188
|
+
self.code = code
|
|
189
|
+
self.instance = instance
|
|
190
|
+
self.title = title
|
|
191
|
+
self.detail = detail
|
|
206
192
|
for var_name, var_value in kwargs.items():
|
|
207
193
|
if var_name not in self.attribute_map and \
|
|
208
194
|
self._configuration is not None and \
|
|
@@ -223,13 +209,16 @@ class TemplateVariable(ModelNormal):
|
|
|
223
209
|
])
|
|
224
210
|
|
|
225
211
|
@convert_js_args_to_python_args
|
|
226
|
-
def __init__(self,
|
|
227
|
-
"""
|
|
212
|
+
def __init__(self, trace_id, type, code, instance, title, detail, *args, **kwargs): # noqa: E501
|
|
213
|
+
"""ProductImporterError - a model defined in OpenAPI
|
|
228
214
|
|
|
229
215
|
Args:
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
216
|
+
trace_id (str): The MACHINE-READABLE correlation ID provided by the gateway
|
|
217
|
+
type (str): A MACHINE-READABLE code specifying error category. This information is used on client side to focus on certain type of error, to either retry some processing or display only certain type of errors.
|
|
218
|
+
code (str): A MACHINE-READABLE error code string in kebab-case. Unique across Criteo
|
|
219
|
+
instance (str): A MACHINE-READABLE URI reference that identifies the specific occurrence of the problem. This could be useful when we want to the return the API Endpoint identifying the exact resource related to the error.
|
|
220
|
+
title (str): A short, HUMAN-READABLE summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.
|
|
221
|
+
detail (str): A HUMAN-READABLE detailed explanation specific to this occurrence of the problem. This should not be more that 1 paragraph
|
|
233
222
|
|
|
234
223
|
Keyword Args:
|
|
235
224
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -262,9 +251,6 @@ class TemplateVariable(ModelNormal):
|
|
|
262
251
|
Animal class but this time we won't travel
|
|
263
252
|
through its discriminator because we passed in
|
|
264
253
|
_visited_composed_classes = (Animal,)
|
|
265
|
-
choice_variable_specification (ChoiceVariableSpecification): [optional] # noqa: E501
|
|
266
|
-
text_variable_specification (TextVariableSpecification): [optional] # noqa: E501
|
|
267
|
-
files_variables_specification (FilesVariablesSpecification): [optional] # noqa: E501
|
|
268
254
|
"""
|
|
269
255
|
|
|
270
256
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -294,9 +280,12 @@ class TemplateVariable(ModelNormal):
|
|
|
294
280
|
self._configuration = _configuration
|
|
295
281
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
296
282
|
|
|
297
|
-
self.
|
|
298
|
-
self.required = required
|
|
283
|
+
self.trace_id = trace_id
|
|
299
284
|
self.type = type
|
|
285
|
+
self.code = code
|
|
286
|
+
self.instance = instance
|
|
287
|
+
self.title = title
|
|
288
|
+
self.detail = detail
|
|
300
289
|
for var_name, var_value in kwargs.items():
|
|
301
290
|
if var_name not in self.attribute_map and \
|
|
302
291
|
self._configuration is not None and \
|
|
@@ -0,0 +1,299 @@
|
|
|
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
|
+
|
|
33
|
+
class ProductImporterWarning(ModelNormal):
|
|
34
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
35
|
+
Ref: https://openapi-generator.tech
|
|
36
|
+
|
|
37
|
+
Do not edit the class manually.
|
|
38
|
+
|
|
39
|
+
Attributes:
|
|
40
|
+
allowed_values (dict): The key is the tuple path to the attribute
|
|
41
|
+
and the for var_name this is (var_name,). The value is a dict
|
|
42
|
+
with a capitalized key describing the allowed value and an allowed
|
|
43
|
+
value. These dicts store the allowed enum values.
|
|
44
|
+
attribute_map (dict): The key is attribute name
|
|
45
|
+
and the value is json key in definition.
|
|
46
|
+
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
47
|
+
variable value to the discriminator class name.
|
|
48
|
+
validations (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
|
+
that stores validations for max_length, min_length, max_items,
|
|
51
|
+
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
52
|
+
inclusive_minimum, and regex.
|
|
53
|
+
additional_properties_type (tuple): A tuple of classes accepted
|
|
54
|
+
as additional properties values.
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
allowed_values = {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
validations = {
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@cached_property
|
|
64
|
+
def additional_properties_type():
|
|
65
|
+
"""
|
|
66
|
+
This must be a method because a model may have properties that are
|
|
67
|
+
of type self, this must run after the class is loaded
|
|
68
|
+
"""
|
|
69
|
+
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
70
|
+
|
|
71
|
+
_nullable = False
|
|
72
|
+
|
|
73
|
+
@cached_property
|
|
74
|
+
def openapi_types():
|
|
75
|
+
"""
|
|
76
|
+
This must be a method because a model may have properties that are
|
|
77
|
+
of type self, this must run after the class is loaded
|
|
78
|
+
|
|
79
|
+
Returns
|
|
80
|
+
openapi_types (dict): The key is attribute name
|
|
81
|
+
and the value is attribute type.
|
|
82
|
+
"""
|
|
83
|
+
return {
|
|
84
|
+
'trace_id': (str,), # noqa: E501
|
|
85
|
+
'type': (str,), # noqa: E501
|
|
86
|
+
'code': (str,), # noqa: E501
|
|
87
|
+
'instance': (str,), # noqa: E501
|
|
88
|
+
'title': (str,), # noqa: E501
|
|
89
|
+
'detail': (str,), # noqa: E501
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@cached_property
|
|
93
|
+
def discriminator():
|
|
94
|
+
return None
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
attribute_map = {
|
|
98
|
+
'trace_id': 'traceId', # noqa: E501
|
|
99
|
+
'type': 'type', # noqa: E501
|
|
100
|
+
'code': 'code', # noqa: E501
|
|
101
|
+
'instance': 'instance', # noqa: E501
|
|
102
|
+
'title': 'title', # noqa: E501
|
|
103
|
+
'detail': 'detail', # noqa: E501
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
read_only_vars = {
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
_composed_schemas = {}
|
|
110
|
+
|
|
111
|
+
@classmethod
|
|
112
|
+
@convert_js_args_to_python_args
|
|
113
|
+
def _from_openapi_data(cls, trace_id, type, code, instance, title, detail, *args, **kwargs): # noqa: E501
|
|
114
|
+
"""ProductImporterWarning - a model defined in OpenAPI
|
|
115
|
+
|
|
116
|
+
Args:
|
|
117
|
+
trace_id (str): The MACHINE-READABLE correlation ID provided by the gateway
|
|
118
|
+
type (str): A MACHINE-READABLE code specifying error category. This information is used on client side to focus on certain type of error, to either retry some processing or display only certain type of errors.
|
|
119
|
+
code (str): A MACHINE-READABLE error code string in kebab-case. Unique across Criteo
|
|
120
|
+
instance (str): A MACHINE-READABLE URI reference that identifies the specific occurrence of the problem. This could be useful when we want to the return the API Endpoint identifying the exact resource related to the error.
|
|
121
|
+
title (str): A short, HUMAN-READABLE summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.
|
|
122
|
+
detail (str): A HUMAN-READABLE detailed explanation specific to this occurrence of the problem. This should not be more that 1 paragraph
|
|
123
|
+
|
|
124
|
+
Keyword Args:
|
|
125
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
126
|
+
will be type checked and a TypeError will be
|
|
127
|
+
raised if the wrong type is input.
|
|
128
|
+
Defaults to True
|
|
129
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
130
|
+
drill down to the model in received_data
|
|
131
|
+
when deserializing a response
|
|
132
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
133
|
+
are serialized names, as specified in the OpenAPI document.
|
|
134
|
+
False if the variable names in the input data
|
|
135
|
+
are pythonic names, e.g. snake case (default)
|
|
136
|
+
_configuration (Configuration): the instance to use when
|
|
137
|
+
deserializing a file_type parameter.
|
|
138
|
+
If passed, type conversion is attempted
|
|
139
|
+
If omitted no type conversion is done.
|
|
140
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
141
|
+
classes that we have traveled through so that
|
|
142
|
+
if we see that class again we will not use its
|
|
143
|
+
discriminator again.
|
|
144
|
+
When traveling through a discriminator, the
|
|
145
|
+
composed schema that is
|
|
146
|
+
is traveled through is added to this set.
|
|
147
|
+
For example if Animal has a discriminator
|
|
148
|
+
petType and we pass in "Dog", and the class Dog
|
|
149
|
+
allOf includes Animal, we move through Animal
|
|
150
|
+
once using the discriminator, and pick Dog.
|
|
151
|
+
Then in Dog, we will make an instance of the
|
|
152
|
+
Animal class but this time we won't travel
|
|
153
|
+
through its discriminator because we passed in
|
|
154
|
+
_visited_composed_classes = (Animal,)
|
|
155
|
+
"""
|
|
156
|
+
|
|
157
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
158
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
159
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
160
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
161
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
162
|
+
|
|
163
|
+
self = super(OpenApiModel, cls).__new__(cls)
|
|
164
|
+
|
|
165
|
+
if args:
|
|
166
|
+
for arg in args:
|
|
167
|
+
if isinstance(arg, dict):
|
|
168
|
+
kwargs.update(arg)
|
|
169
|
+
else:
|
|
170
|
+
raise ApiTypeError(
|
|
171
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
172
|
+
args,
|
|
173
|
+
self.__class__.__name__,
|
|
174
|
+
),
|
|
175
|
+
path_to_item=_path_to_item,
|
|
176
|
+
valid_classes=(self.__class__,),
|
|
177
|
+
)
|
|
178
|
+
|
|
179
|
+
self._data_store = {}
|
|
180
|
+
self._check_type = _check_type
|
|
181
|
+
self._spec_property_naming = _spec_property_naming
|
|
182
|
+
self._path_to_item = _path_to_item
|
|
183
|
+
self._configuration = _configuration
|
|
184
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
185
|
+
|
|
186
|
+
self.trace_id = trace_id
|
|
187
|
+
self.type = type
|
|
188
|
+
self.code = code
|
|
189
|
+
self.instance = instance
|
|
190
|
+
self.title = title
|
|
191
|
+
self.detail = detail
|
|
192
|
+
for var_name, var_value in kwargs.items():
|
|
193
|
+
if var_name not in self.attribute_map and \
|
|
194
|
+
self._configuration is not None and \
|
|
195
|
+
self._configuration.discard_unknown_keys and \
|
|
196
|
+
self.additional_properties_type is None:
|
|
197
|
+
# discard variable.
|
|
198
|
+
continue
|
|
199
|
+
setattr(self, var_name, var_value)
|
|
200
|
+
return self
|
|
201
|
+
|
|
202
|
+
required_properties = set([
|
|
203
|
+
'_data_store',
|
|
204
|
+
'_check_type',
|
|
205
|
+
'_spec_property_naming',
|
|
206
|
+
'_path_to_item',
|
|
207
|
+
'_configuration',
|
|
208
|
+
'_visited_composed_classes',
|
|
209
|
+
])
|
|
210
|
+
|
|
211
|
+
@convert_js_args_to_python_args
|
|
212
|
+
def __init__(self, trace_id, type, code, instance, title, detail, *args, **kwargs): # noqa: E501
|
|
213
|
+
"""ProductImporterWarning - a model defined in OpenAPI
|
|
214
|
+
|
|
215
|
+
Args:
|
|
216
|
+
trace_id (str): The MACHINE-READABLE correlation ID provided by the gateway
|
|
217
|
+
type (str): A MACHINE-READABLE code specifying error category. This information is used on client side to focus on certain type of error, to either retry some processing or display only certain type of errors.
|
|
218
|
+
code (str): A MACHINE-READABLE error code string in kebab-case. Unique across Criteo
|
|
219
|
+
instance (str): A MACHINE-READABLE URI reference that identifies the specific occurrence of the problem. This could be useful when we want to the return the API Endpoint identifying the exact resource related to the error.
|
|
220
|
+
title (str): A short, HUMAN-READABLE summary of the problem type. It should not change from occurrence to occurrence of the problem, except for purposes of localization.
|
|
221
|
+
detail (str): A HUMAN-READABLE detailed explanation specific to this occurrence of the problem. This should not be more that 1 paragraph
|
|
222
|
+
|
|
223
|
+
Keyword Args:
|
|
224
|
+
_check_type (bool): if True, values for parameters in openapi_types
|
|
225
|
+
will be type checked and a TypeError will be
|
|
226
|
+
raised if the wrong type is input.
|
|
227
|
+
Defaults to True
|
|
228
|
+
_path_to_item (tuple/list): This is a list of keys or values to
|
|
229
|
+
drill down to the model in received_data
|
|
230
|
+
when deserializing a response
|
|
231
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
232
|
+
are serialized names, as specified in the OpenAPI document.
|
|
233
|
+
False if the variable names in the input data
|
|
234
|
+
are pythonic names, e.g. snake case (default)
|
|
235
|
+
_configuration (Configuration): the instance to use when
|
|
236
|
+
deserializing a file_type parameter.
|
|
237
|
+
If passed, type conversion is attempted
|
|
238
|
+
If omitted no type conversion is done.
|
|
239
|
+
_visited_composed_classes (tuple): This stores a tuple of
|
|
240
|
+
classes that we have traveled through so that
|
|
241
|
+
if we see that class again we will not use its
|
|
242
|
+
discriminator again.
|
|
243
|
+
When traveling through a discriminator, the
|
|
244
|
+
composed schema that is
|
|
245
|
+
is traveled through is added to this set.
|
|
246
|
+
For example if Animal has a discriminator
|
|
247
|
+
petType and we pass in "Dog", and the class Dog
|
|
248
|
+
allOf includes Animal, we move through Animal
|
|
249
|
+
once using the discriminator, and pick Dog.
|
|
250
|
+
Then in Dog, we will make an instance of the
|
|
251
|
+
Animal class but this time we won't travel
|
|
252
|
+
through its discriminator because we passed in
|
|
253
|
+
_visited_composed_classes = (Animal,)
|
|
254
|
+
"""
|
|
255
|
+
|
|
256
|
+
_check_type = kwargs.pop('_check_type', True)
|
|
257
|
+
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
258
|
+
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
259
|
+
_configuration = kwargs.pop('_configuration', None)
|
|
260
|
+
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
261
|
+
|
|
262
|
+
if args:
|
|
263
|
+
for arg in args:
|
|
264
|
+
if isinstance(arg, dict):
|
|
265
|
+
kwargs.update(arg)
|
|
266
|
+
else:
|
|
267
|
+
raise ApiTypeError(
|
|
268
|
+
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
269
|
+
args,
|
|
270
|
+
self.__class__.__name__,
|
|
271
|
+
),
|
|
272
|
+
path_to_item=_path_to_item,
|
|
273
|
+
valid_classes=(self.__class__,),
|
|
274
|
+
)
|
|
275
|
+
|
|
276
|
+
self._data_store = {}
|
|
277
|
+
self._check_type = _check_type
|
|
278
|
+
self._spec_property_naming = _spec_property_naming
|
|
279
|
+
self._path_to_item = _path_to_item
|
|
280
|
+
self._configuration = _configuration
|
|
281
|
+
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
282
|
+
|
|
283
|
+
self.trace_id = trace_id
|
|
284
|
+
self.type = type
|
|
285
|
+
self.code = code
|
|
286
|
+
self.instance = instance
|
|
287
|
+
self.title = title
|
|
288
|
+
self.detail = detail
|
|
289
|
+
for var_name, var_value in kwargs.items():
|
|
290
|
+
if var_name not in self.attribute_map and \
|
|
291
|
+
self._configuration is not None and \
|
|
292
|
+
self._configuration.discard_unknown_keys and \
|
|
293
|
+
self.additional_properties_type is None:
|
|
294
|
+
# discard variable.
|
|
295
|
+
continue
|
|
296
|
+
setattr(self, var_name, var_value)
|
|
297
|
+
if var_name in self.read_only_vars:
|
|
298
|
+
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
299
|
+
f"class with read only attributes.")
|
|
@@ -30,13 +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
|
-
|
|
35
|
-
globals()['ProblemDetails'] = ProblemDetails
|
|
36
|
-
globals()['ResourceOfTemplate'] = ResourceOfTemplate
|
|
33
|
+
from criteo_api_retailmedia_preview.model.price import Price
|
|
34
|
+
globals()['Price'] = Price
|
|
37
35
|
|
|
38
36
|
|
|
39
|
-
class
|
|
37
|
+
class ProductShipping(ModelNormal):
|
|
40
38
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
41
39
|
Ref: https://openapi-generator.tech
|
|
42
40
|
|
|
@@ -89,9 +87,13 @@ class TemplateListResponse(ModelNormal):
|
|
|
89
87
|
"""
|
|
90
88
|
lazy_import()
|
|
91
89
|
return {
|
|
92
|
-
'
|
|
93
|
-
'
|
|
94
|
-
'
|
|
90
|
+
'price': (Price,), # noqa: E501
|
|
91
|
+
'country': (str, none_type,), # noqa: E501
|
|
92
|
+
'region': (str, none_type,), # noqa: E501
|
|
93
|
+
'service': (str, none_type,), # noqa: E501
|
|
94
|
+
'location_id': (int, none_type,), # noqa: E501
|
|
95
|
+
'location_group_name': (str, none_type,), # noqa: E501
|
|
96
|
+
'postal_code': (str, none_type,), # noqa: E501
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
@cached_property
|
|
@@ -100,14 +102,16 @@ class TemplateListResponse(ModelNormal):
|
|
|
100
102
|
|
|
101
103
|
|
|
102
104
|
attribute_map = {
|
|
103
|
-
'
|
|
104
|
-
'
|
|
105
|
-
'
|
|
105
|
+
'price': 'price', # noqa: E501
|
|
106
|
+
'country': 'country', # noqa: E501
|
|
107
|
+
'region': 'region', # noqa: E501
|
|
108
|
+
'service': 'service', # noqa: E501
|
|
109
|
+
'location_id': 'locationId', # noqa: E501
|
|
110
|
+
'location_group_name': 'locationGroupName', # noqa: E501
|
|
111
|
+
'postal_code': 'postalCode', # noqa: E501
|
|
106
112
|
}
|
|
107
113
|
|
|
108
114
|
read_only_vars = {
|
|
109
|
-
'warnings', # noqa: E501
|
|
110
|
-
'errors', # noqa: E501
|
|
111
115
|
}
|
|
112
116
|
|
|
113
117
|
_composed_schemas = {}
|
|
@@ -115,7 +119,7 @@ class TemplateListResponse(ModelNormal):
|
|
|
115
119
|
@classmethod
|
|
116
120
|
@convert_js_args_to_python_args
|
|
117
121
|
def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
|
|
118
|
-
"""
|
|
122
|
+
"""ProductShipping - a model defined in OpenAPI
|
|
119
123
|
|
|
120
124
|
Keyword Args:
|
|
121
125
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -148,9 +152,13 @@ class TemplateListResponse(ModelNormal):
|
|
|
148
152
|
Animal class but this time we won't travel
|
|
149
153
|
through its discriminator because we passed in
|
|
150
154
|
_visited_composed_classes = (Animal,)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
155
|
+
price (Price): [optional] # noqa: E501
|
|
156
|
+
country (str, none_type): The CLDR territory code of the country to which an item will ship.. [optional] # noqa: E501
|
|
157
|
+
region (str, none_type): The geographic region to which a shipping rate applies.. [optional] # noqa: E501
|
|
158
|
+
service (str, none_type): A free-form description of the service class or delivery speed.. [optional] # noqa: E501
|
|
159
|
+
location_id (int, none_type): The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.. [optional] # noqa: E501
|
|
160
|
+
location_group_name (str, none_type): The location where the shipping is applicable, represented by a location group name.. [optional] # noqa: E501
|
|
161
|
+
postal_code (str, none_type): The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.. [optional] # noqa: E501
|
|
154
162
|
"""
|
|
155
163
|
|
|
156
164
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -203,7 +211,7 @@ class TemplateListResponse(ModelNormal):
|
|
|
203
211
|
|
|
204
212
|
@convert_js_args_to_python_args
|
|
205
213
|
def __init__(self, *args, **kwargs): # noqa: E501
|
|
206
|
-
"""
|
|
214
|
+
"""ProductShipping - a model defined in OpenAPI
|
|
207
215
|
|
|
208
216
|
Keyword Args:
|
|
209
217
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -236,9 +244,13 @@ class TemplateListResponse(ModelNormal):
|
|
|
236
244
|
Animal class but this time we won't travel
|
|
237
245
|
through its discriminator because we passed in
|
|
238
246
|
_visited_composed_classes = (Animal,)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
247
|
+
price (Price): [optional] # noqa: E501
|
|
248
|
+
country (str, none_type): The CLDR territory code of the country to which an item will ship.. [optional] # noqa: E501
|
|
249
|
+
region (str, none_type): The geographic region to which a shipping rate applies.. [optional] # noqa: E501
|
|
250
|
+
service (str, none_type): A free-form description of the service class or delivery speed.. [optional] # noqa: E501
|
|
251
|
+
location_id (int, none_type): The numeric ID of a location that the shipping rate applies to as defined in the AdWords API.. [optional] # noqa: E501
|
|
252
|
+
location_group_name (str, none_type): The location where the shipping is applicable, represented by a location group name.. [optional] # noqa: E501
|
|
253
|
+
postal_code (str, none_type): The postal code range that the shipping rate applies to, represented by a postal code, a postal code prefix followed by a * wildcard, a range between two postal codes or two postal code prefixes of equal length.. [optional] # noqa: E501
|
|
242
254
|
"""
|
|
243
255
|
|
|
244
256
|
_check_type = kwargs.pop('_check_type', True)
|