criteo-api-retailmedia-sdk 2024.7.0.250911__py3-none-any.whl → 2024.7.0.251009__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.

Files changed (102) hide show
  1. {criteo_api_retailmedia_sdk-2024.7.0.250911.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251009.dist-info}/METADATA +3 -3
  2. {criteo_api_retailmedia_sdk-2024.7.0.250911.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251009.dist-info}/RECORD +60 -102
  3. criteo_api_retailmedia_v2024_07/__init__.py +1 -1
  4. criteo_api_retailmedia_v2024_07/api/accounts_api.py +7 -9
  5. criteo_api_retailmedia_v2024_07/api/analytics_api.py +8 -28
  6. criteo_api_retailmedia_v2024_07/api/balance_api.py +257 -261
  7. criteo_api_retailmedia_v2024_07/api/campaign_api.py +1307 -2452
  8. criteo_api_retailmedia_v2024_07/api_client.py +1 -1
  9. criteo_api_retailmedia_v2024_07/apis/__init__.py +0 -1
  10. criteo_api_retailmedia_v2024_07/configuration.py +1 -1
  11. criteo_api_retailmedia_v2024_07/model/add_funds_to_balance_v2.py +6 -6
  12. criteo_api_retailmedia_v2024_07/model/{external_add_to_basket_ids_update_model202110.py → add_to_basket_ids_update_model202110.py} +3 -3
  13. criteo_api_retailmedia_v2024_07/model/{external_add_to_basket_target202110.py → add_to_basket_target202110.py} +3 -3
  14. criteo_api_retailmedia_v2024_07/model/add_to_basket_target202110_response.py +8 -8
  15. criteo_api_retailmedia_v2024_07/model/async_campaigns_report.py +14 -0
  16. criteo_api_retailmedia_v2024_07/model/async_line_items_report.py +14 -0
  17. criteo_api_retailmedia_v2024_07/model/async_revenue_report.py +11 -0
  18. criteo_api_retailmedia_v2024_07/model/{external_auction_line_item.py → auction_line_item.py} +19 -25
  19. criteo_api_retailmedia_v2024_07/model/{external_auction_line_item_create_model.py → auction_line_item_create_model.py} +3 -3
  20. criteo_api_retailmedia_v2024_07/model/auction_line_item_paged_list_response.py +8 -8
  21. criteo_api_retailmedia_v2024_07/model/auction_line_item_response.py +8 -8
  22. criteo_api_retailmedia_v2024_07/model/{external_auction_line_item_update_model.py → auction_line_item_update_model.py} +6 -6
  23. criteo_api_retailmedia_v2024_07/model/{external_audience_ids_update_model202110.py → audience_ids_update_model202110.py} +3 -3
  24. criteo_api_retailmedia_v2024_07/model/{external_audience_target202110.py → audience_target202110.py} +3 -3
  25. criteo_api_retailmedia_v2024_07/model/audience_target202110_response.py +8 -8
  26. criteo_api_retailmedia_v2024_07/model/balance_campaign202110_paged_list_response.py +8 -8
  27. criteo_api_retailmedia_v2024_07/model/balance_response_v2.py +6 -6
  28. criteo_api_retailmedia_v2024_07/model/{paged_resource_collection_outcome_of_balance_response_v2.py → balance_response_v2_paged_list_response.py} +3 -3
  29. criteo_api_retailmedia_v2024_07/model/campaign_attributes_v202301.py +11 -15
  30. criteo_api_retailmedia_v2024_07/model/campaign_v202301.py +23 -33
  31. criteo_api_retailmedia_v2024_07/model/change_dates_of_balance_v2.py +9 -9
  32. criteo_api_retailmedia_v2024_07/model/{external_common_line_item.py → common_line_item.py} +19 -25
  33. criteo_api_retailmedia_v2024_07/model/common_line_item_paged_list_response.py +8 -8
  34. criteo_api_retailmedia_v2024_07/model/common_line_item_response.py +8 -8
  35. criteo_api_retailmedia_v2024_07/model/create_balance_v2.py +6 -6
  36. criteo_api_retailmedia_v2024_07/model/editable_campaign_attributes_v202301.py +11 -15
  37. criteo_api_retailmedia_v2024_07/model/files_variable_value.py +0 -3
  38. criteo_api_retailmedia_v2024_07/model/input_resource_of_auction_line_item_create_model.py +5 -5
  39. criteo_api_retailmedia_v2024_07/model/{external_keyword_target202110.py → keyword_target202110.py} +3 -3
  40. criteo_api_retailmedia_v2024_07/model/keyword_target202110_response.py +8 -8
  41. criteo_api_retailmedia_v2024_07/model/resource_of_auction_line_item.py +5 -5
  42. criteo_api_retailmedia_v2024_07/model/resource_of_auction_line_item_update_model.py +5 -5
  43. criteo_api_retailmedia_v2024_07/model/resource_of_common_line_item.py +5 -5
  44. criteo_api_retailmedia_v2024_07/model/{external_store_ids_update_model202110.py → store_ids_update_model202110.py} +3 -3
  45. criteo_api_retailmedia_v2024_07/model/{external_store_target202110.py → store_target202110.py} +3 -3
  46. criteo_api_retailmedia_v2024_07/model/store_target202110_response.py +8 -8
  47. criteo_api_retailmedia_v2024_07/model/value_resource_of_campaign_budget_overrides.py +2 -2
  48. criteo_api_retailmedia_v2024_07/model/value_resource_of_line_item_budget_overrides.py +2 -2
  49. criteo_api_retailmedia_v2024_07/model/value_resource_outcome_of_campaign_budget_overrides.py +8 -8
  50. criteo_api_retailmedia_v2024_07/model/value_resource_outcome_of_line_item_budget_overrides.py +8 -8
  51. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_add_to_basket_ids_update_model202110.py +5 -5
  52. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_add_to_basket_target202110.py +5 -5
  53. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_audience_ids_update_model202110.py +5 -5
  54. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_audience_target202110.py +5 -5
  55. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_keyword_target202110.py +5 -5
  56. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_store_ids_update_model202110.py +5 -5
  57. criteo_api_retailmedia_v2024_07/model/value_type_resource_of_store_target202110.py +5 -5
  58. criteo_api_retailmedia_v2024_07/models/__init__.py +12 -53
  59. criteo_api_retailmedia_v2024_07/api/audience_api.py +0 -657
  60. criteo_api_retailmedia_v2024_07/model/creative202210_list_response.py +0 -274
  61. criteo_api_retailmedia_v2024_07/model/external_line_item_capping202110.py +0 -280
  62. criteo_api_retailmedia_v2024_07/model/external_line_item_page202110.py +0 -293
  63. criteo_api_retailmedia_v2024_07/model/external_line_item_page_category202110.py +0 -273
  64. criteo_api_retailmedia_v2024_07/model/external_preferred_line_item202110.py +0 -377
  65. criteo_api_retailmedia_v2024_07/model/external_preferred_line_item_create_model202110.py +0 -345
  66. criteo_api_retailmedia_v2024_07/model/external_preferred_line_item_update_model202110.py +0 -335
  67. criteo_api_retailmedia_v2024_07/model/input_resource_of_preferred_line_item_create_model202110.py +0 -273
  68. criteo_api_retailmedia_v2024_07/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers.py +0 -285
  69. criteo_api_retailmedia_v2024_07/model/json_api_single_response_of_line_item_bid_multipliers.py +0 -287
  70. criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers.py +0 -291
  71. criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers_request.py +0 -269
  72. criteo_api_retailmedia_v2024_07/model/line_item_bid_multipliers_response.py +0 -281
  73. criteo_api_retailmedia_v2024_07/model/preferred_line_item202110_paged_list_response.py +0 -287
  74. criteo_api_retailmedia_v2024_07/model/preferred_line_item202110_response.py +0 -281
  75. criteo_api_retailmedia_v2024_07/model/preferred_line_item_create_model202110_request.py +0 -269
  76. criteo_api_retailmedia_v2024_07/model/preferred_line_item_update_model202110_request.py +0 -269
  77. criteo_api_retailmedia_v2024_07/model/report_outcome.py +0 -275
  78. criteo_api_retailmedia_v2024_07/model/resource_of_line_item_bid_multipliers.py +0 -277
  79. criteo_api_retailmedia_v2024_07/model/resource_of_preferred_line_item202110.py +0 -277
  80. criteo_api_retailmedia_v2024_07/model/resource_of_preferred_line_item_update_model202110.py +0 -277
  81. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1.py +0 -315
  82. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_resource.py +0 -277
  83. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v1_response.py +0 -281
  84. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2.py +0 -287
  85. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2_resource.py +0 -277
  86. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_entity_v2_response.py +0 -281
  87. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v1.py +0 -269
  88. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_create_input_entity_v2.py +0 -269
  89. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1.py +0 -291
  90. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_list_response.py +0 -281
  91. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v1_resource.py +0 -286
  92. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2.py +0 -291
  93. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_list_response.py +0 -281
  94. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_get_entity_v2_resource.py +0 -277
  95. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_user_behavior_create_v2.py +0 -279
  96. criteo_api_retailmedia_v2024_07/model/rm_legacy_audience_user_behavior_details_v2.py +0 -279
  97. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_customer_list.py +0 -275
  98. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_create_v2.py +0 -303
  99. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v1.py +0 -306
  100. criteo_api_retailmedia_v2024_07/model/rm_legacy_segment_user_behavior_v2.py +0 -311
  101. {criteo_api_retailmedia_sdk-2024.7.0.250911.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251009.dist-info}/WHEEL +0 -0
  102. {criteo_api_retailmedia_sdk-2024.7.0.250911.dist-info → criteo_api_retailmedia_sdk-2024.7.0.251009.dist-info}/top_level.txt +0 -0
@@ -1,287 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - RetailMedia # noqa: E501
5
-
6
- The version of the OpenAPI document: 2024-07
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_v2024_07.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_v2024_07.exceptions import ApiAttributeError
30
-
31
-
32
- def lazy_import():
33
- from criteo_api_retailmedia_v2024_07.model.common_error import CommonError
34
- from criteo_api_retailmedia_v2024_07.model.common_warning import CommonWarning
35
- from criteo_api_retailmedia_v2024_07.model.json_api_body_with_id_of_int64_and_line_item_bid_multipliers_and_line_item_bid_multipliers import JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersAndLineItemBidMultipliers
36
- globals()['CommonError'] = CommonError
37
- globals()['CommonWarning'] = CommonWarning
38
- globals()['JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersAndLineItemBidMultipliers'] = JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersAndLineItemBidMultipliers
39
-
40
-
41
- class JsonApiSingleResponseOfLineItemBidMultipliers(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': (JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersAndLineItemBidMultipliers,), # noqa: E501
95
- 'errors': ([CommonError],), # noqa: E501
96
- 'warnings': ([CommonWarning],), # 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, *args, **kwargs): # noqa: E501
118
- """JsonApiSingleResponseOfLineItemBidMultipliers - a model defined in OpenAPI
119
-
120
- Args:
121
- data (JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersAndLineItemBidMultipliers):
122
-
123
- Keyword Args:
124
- _check_type (bool): if True, values for parameters in openapi_types
125
- will be type checked and a TypeError will be
126
- raised if the wrong type is input.
127
- Defaults to True
128
- _path_to_item (tuple/list): This is a list of keys or values to
129
- drill down to the model in received_data
130
- when deserializing a response
131
- _spec_property_naming (bool): True if the variable names in the input data
132
- are serialized names, as specified in the OpenAPI document.
133
- False if the variable names in the input data
134
- are pythonic names, e.g. snake case (default)
135
- _configuration (Configuration): the instance to use when
136
- deserializing a file_type parameter.
137
- If passed, type conversion is attempted
138
- If omitted no type conversion is done.
139
- _visited_composed_classes (tuple): This stores a tuple of
140
- classes that we have traveled through so that
141
- if we see that class again we will not use its
142
- discriminator again.
143
- When traveling through a discriminator, the
144
- composed schema that is
145
- is traveled through is added to this set.
146
- For example if Animal has a discriminator
147
- petType and we pass in "Dog", and the class Dog
148
- allOf includes Animal, we move through Animal
149
- once using the discriminator, and pick Dog.
150
- Then in Dog, we will make an instance of the
151
- Animal class but this time we won't travel
152
- through its discriminator because we passed in
153
- _visited_composed_classes = (Animal,)
154
- errors ([CommonError]): [optional] # noqa: E501
155
- warnings ([CommonWarning]): [optional] # noqa: E501
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
- for var_name, var_value in kwargs.items():
189
- if var_name not in self.attribute_map and \
190
- self._configuration is not None and \
191
- self._configuration.discard_unknown_keys and \
192
- self.additional_properties_type is None:
193
- # discard variable.
194
- continue
195
- setattr(self, var_name, var_value)
196
- return self
197
-
198
- required_properties = set([
199
- '_data_store',
200
- '_check_type',
201
- '_spec_property_naming',
202
- '_path_to_item',
203
- '_configuration',
204
- '_visited_composed_classes',
205
- ])
206
-
207
- @convert_js_args_to_python_args
208
- def __init__(self, data, *args, **kwargs): # noqa: E501
209
- """JsonApiSingleResponseOfLineItemBidMultipliers - a model defined in OpenAPI
210
-
211
- Args:
212
- data (JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersAndLineItemBidMultipliers):
213
-
214
- Keyword Args:
215
- _check_type (bool): if True, values for parameters in openapi_types
216
- will be type checked and a TypeError will be
217
- raised if the wrong type is input.
218
- Defaults to True
219
- _path_to_item (tuple/list): This is a list of keys or values to
220
- drill down to the model in received_data
221
- when deserializing a response
222
- _spec_property_naming (bool): True if the variable names in the input data
223
- are serialized names, as specified in the OpenAPI document.
224
- False if the variable names in the input data
225
- are pythonic names, e.g. snake case (default)
226
- _configuration (Configuration): the instance to use when
227
- deserializing a file_type parameter.
228
- If passed, type conversion is attempted
229
- If omitted no type conversion is done.
230
- _visited_composed_classes (tuple): This stores a tuple of
231
- classes that we have traveled through so that
232
- if we see that class again we will not use its
233
- discriminator again.
234
- When traveling through a discriminator, the
235
- composed schema that is
236
- is traveled through is added to this set.
237
- For example if Animal has a discriminator
238
- petType and we pass in "Dog", and the class Dog
239
- allOf includes Animal, we move through Animal
240
- once using the discriminator, and pick Dog.
241
- Then in Dog, we will make an instance of the
242
- Animal class but this time we won't travel
243
- through its discriminator because we passed in
244
- _visited_composed_classes = (Animal,)
245
- errors ([CommonError]): [optional] # noqa: E501
246
- warnings ([CommonWarning]): [optional] # noqa: E501
247
- """
248
-
249
- _check_type = kwargs.pop('_check_type', True)
250
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
251
- _path_to_item = kwargs.pop('_path_to_item', ())
252
- _configuration = kwargs.pop('_configuration', None)
253
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
254
-
255
- if args:
256
- for arg in args:
257
- if isinstance(arg, dict):
258
- kwargs.update(arg)
259
- else:
260
- raise ApiTypeError(
261
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
262
- args,
263
- self.__class__.__name__,
264
- ),
265
- path_to_item=_path_to_item,
266
- valid_classes=(self.__class__,),
267
- )
268
-
269
- self._data_store = {}
270
- self._check_type = _check_type
271
- self._spec_property_naming = _spec_property_naming
272
- self._path_to_item = _path_to_item
273
- self._configuration = _configuration
274
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
275
-
276
- self.data = data
277
- for var_name, var_value in kwargs.items():
278
- if var_name not in self.attribute_map and \
279
- self._configuration is not None and \
280
- self._configuration.discard_unknown_keys and \
281
- self.additional_properties_type is None:
282
- # discard variable.
283
- continue
284
- setattr(self, var_name, var_value)
285
- if var_name in self.read_only_vars:
286
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
287
- f"class with read only attributes.")
@@ -1,291 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - RetailMedia # noqa: E501
5
-
6
- The version of the OpenAPI document: 2024-07
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_v2024_07.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_v2024_07.exceptions import ApiAttributeError
30
-
31
-
32
-
33
- class LineItemBidMultipliers(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
- 'categories': (float,), # noqa: E501
85
- 'checkout': (float,), # noqa: E501
86
- 'confirmation': (float,), # noqa: E501
87
- 'deals': (float,), # noqa: E501
88
- 'homepage': (float,), # noqa: E501
89
- 'merchandising': (float,), # noqa: E501
90
- 'product_detail': (float,), # noqa: E501
91
- 'search': (float,), # noqa: E501
92
- }
93
-
94
- @cached_property
95
- def discriminator():
96
- return None
97
-
98
-
99
- attribute_map = {
100
- 'categories': 'categories', # noqa: E501
101
- 'checkout': 'checkout', # noqa: E501
102
- 'confirmation': 'confirmation', # noqa: E501
103
- 'deals': 'deals', # noqa: E501
104
- 'homepage': 'homepage', # noqa: E501
105
- 'merchandising': 'merchandising', # noqa: E501
106
- 'product_detail': 'productDetail', # noqa: E501
107
- 'search': 'search', # 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, *args, **kwargs): # noqa: E501
118
- """LineItemBidMultipliers - a model defined in OpenAPI
119
-
120
- Keyword Args:
121
- _check_type (bool): if True, values for parameters in openapi_types
122
- will be type checked and a TypeError will be
123
- raised if the wrong type is input.
124
- Defaults to True
125
- _path_to_item (tuple/list): This is a list of keys or values to
126
- drill down to the model in received_data
127
- when deserializing a response
128
- _spec_property_naming (bool): True if the variable names in the input data
129
- are serialized names, as specified in the OpenAPI document.
130
- False if the variable names in the input data
131
- are pythonic names, e.g. snake case (default)
132
- _configuration (Configuration): the instance to use when
133
- deserializing a file_type parameter.
134
- If passed, type conversion is attempted
135
- If omitted no type conversion is done.
136
- _visited_composed_classes (tuple): This stores a tuple of
137
- classes that we have traveled through so that
138
- if we see that class again we will not use its
139
- discriminator again.
140
- When traveling through a discriminator, the
141
- composed schema that is
142
- is traveled through is added to this set.
143
- For example if Animal has a discriminator
144
- petType and we pass in "Dog", and the class Dog
145
- allOf includes Animal, we move through Animal
146
- once using the discriminator, and pick Dog.
147
- Then in Dog, we will make an instance of the
148
- Animal class but this time we won't travel
149
- through its discriminator because we passed in
150
- _visited_composed_classes = (Animal,)
151
- categories (float): [optional] # noqa: E501
152
- checkout (float): [optional] # noqa: E501
153
- confirmation (float): [optional] # noqa: E501
154
- deals (float): [optional] # noqa: E501
155
- homepage (float): [optional] # noqa: E501
156
- merchandising (float): [optional] # noqa: E501
157
- product_detail (float): [optional] # noqa: E501
158
- search (float): [optional] # noqa: E501
159
- """
160
-
161
- _check_type = kwargs.pop('_check_type', True)
162
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
163
- _path_to_item = kwargs.pop('_path_to_item', ())
164
- _configuration = kwargs.pop('_configuration', None)
165
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
166
-
167
- self = super(OpenApiModel, cls).__new__(cls)
168
-
169
- if args:
170
- for arg in args:
171
- if isinstance(arg, dict):
172
- kwargs.update(arg)
173
- else:
174
- raise ApiTypeError(
175
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
176
- args,
177
- self.__class__.__name__,
178
- ),
179
- path_to_item=_path_to_item,
180
- valid_classes=(self.__class__,),
181
- )
182
-
183
- self._data_store = {}
184
- self._check_type = _check_type
185
- self._spec_property_naming = _spec_property_naming
186
- self._path_to_item = _path_to_item
187
- self._configuration = _configuration
188
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
189
-
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, *args, **kwargs): # noqa: E501
211
- """LineItemBidMultipliers - a model defined in OpenAPI
212
-
213
- Keyword Args:
214
- _check_type (bool): if True, values for parameters in openapi_types
215
- will be type checked and a TypeError will be
216
- raised if the wrong type is input.
217
- Defaults to True
218
- _path_to_item (tuple/list): This is a list of keys or values to
219
- drill down to the model in received_data
220
- when deserializing a response
221
- _spec_property_naming (bool): True if the variable names in the input data
222
- are serialized names, as specified in the OpenAPI document.
223
- False if the variable names in the input data
224
- are pythonic names, e.g. snake case (default)
225
- _configuration (Configuration): the instance to use when
226
- deserializing a file_type parameter.
227
- If passed, type conversion is attempted
228
- If omitted no type conversion is done.
229
- _visited_composed_classes (tuple): This stores a tuple of
230
- classes that we have traveled through so that
231
- if we see that class again we will not use its
232
- discriminator again.
233
- When traveling through a discriminator, the
234
- composed schema that is
235
- is traveled through is added to this set.
236
- For example if Animal has a discriminator
237
- petType and we pass in "Dog", and the class Dog
238
- allOf includes Animal, we move through Animal
239
- once using the discriminator, and pick Dog.
240
- Then in Dog, we will make an instance of the
241
- Animal class but this time we won't travel
242
- through its discriminator because we passed in
243
- _visited_composed_classes = (Animal,)
244
- categories (float): [optional] # noqa: E501
245
- checkout (float): [optional] # noqa: E501
246
- confirmation (float): [optional] # noqa: E501
247
- deals (float): [optional] # noqa: E501
248
- homepage (float): [optional] # noqa: E501
249
- merchandising (float): [optional] # noqa: E501
250
- product_detail (float): [optional] # noqa: E501
251
- search (float): [optional] # noqa: E501
252
- """
253
-
254
- _check_type = kwargs.pop('_check_type', True)
255
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
256
- _path_to_item = kwargs.pop('_path_to_item', ())
257
- _configuration = kwargs.pop('_configuration', None)
258
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
259
-
260
- if args:
261
- for arg in args:
262
- if isinstance(arg, dict):
263
- kwargs.update(arg)
264
- else:
265
- raise ApiTypeError(
266
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
267
- args,
268
- self.__class__.__name__,
269
- ),
270
- path_to_item=_path_to_item,
271
- valid_classes=(self.__class__,),
272
- )
273
-
274
- self._data_store = {}
275
- self._check_type = _check_type
276
- self._spec_property_naming = _spec_property_naming
277
- self._path_to_item = _path_to_item
278
- self._configuration = _configuration
279
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
280
-
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.")