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,345 +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.external_line_item_capping202110 import ExternalLineItemCapping202110
34
- from criteo_api_retailmedia_v2024_07.model.external_line_item_page202110 import ExternalLineItemPage202110
35
- globals()['ExternalLineItemCapping202110'] = ExternalLineItemCapping202110
36
- globals()['ExternalLineItemPage202110'] = ExternalLineItemPage202110
37
-
38
-
39
- class ExternalPreferredLineItemCreateModel202110(ModelNormal):
40
- """NOTE: This class is auto generated by OpenAPI Generator.
41
- Ref: https://openapi-generator.tech
42
-
43
- Do not edit the class manually.
44
-
45
- Attributes:
46
- allowed_values (dict): The key is the tuple path to the attribute
47
- and the for var_name this is (var_name,). The value is a dict
48
- with a capitalized key describing the allowed value and an allowed
49
- value. These dicts store the allowed enum values.
50
- attribute_map (dict): The key is attribute name
51
- and the value is json key in definition.
52
- discriminator_value_class_map (dict): A dict to go from the discriminator
53
- variable value to the discriminator class name.
54
- validations (dict): The key is the tuple path to the attribute
55
- and the for var_name this is (var_name,). The value is a dict
56
- that stores validations for max_length, min_length, max_items,
57
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
58
- inclusive_minimum, and regex.
59
- additional_properties_type (tuple): A tuple of classes accepted
60
- as additional properties values.
61
- """
62
-
63
- allowed_values = {
64
- ('pacing',): {
65
- 'UNKNOWN': "unknown",
66
- 'STANDARD': "standard",
67
- 'ACCELERATED': "accelerated",
68
- },
69
- ('status',): {
70
- 'UNKNOWN': "unknown",
71
- 'ACTIVE': "active",
72
- 'SCHEDULED': "scheduled",
73
- 'DRAFT': "draft",
74
- 'PAUSED': "paused",
75
- 'BUDGETHIT': "budgetHit",
76
- 'ENDED': "ended",
77
- 'ARCHIVED': "archived",
78
- 'NOFUNDS': "noFunds",
79
- },
80
- }
81
-
82
- validations = {
83
- ('name',): {
84
- 'max_length': 255,
85
- 'min_length': 0,
86
- },
87
- }
88
-
89
- @cached_property
90
- def additional_properties_type():
91
- """
92
- This must be a method because a model may have properties that are
93
- of type self, this must run after the class is loaded
94
- """
95
- lazy_import()
96
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
97
-
98
- _nullable = False
99
-
100
- @cached_property
101
- def openapi_types():
102
- """
103
- This must be a method because a model may have properties that are
104
- of type self, this must run after the class is loaded
105
-
106
- Returns
107
- openapi_types (dict): The key is attribute name
108
- and the value is attribute type.
109
- """
110
- lazy_import()
111
- return {
112
- 'budget': (float,), # noqa: E501
113
- 'end_date': (date,), # noqa: E501
114
- 'name': (str,), # noqa: E501
115
- 'pacing': (str,), # noqa: E501
116
- 'page': (ExternalLineItemPage202110,), # noqa: E501
117
- 'start_date': (date,), # noqa: E501
118
- 'target_retailer_id': (str,), # noqa: E501
119
- 'capping': (ExternalLineItemCapping202110,), # noqa: E501
120
- 'creative_id': (str, none_type,), # noqa: E501
121
- 'status': (str,), # noqa: E501
122
- }
123
-
124
- @cached_property
125
- def discriminator():
126
- return None
127
-
128
-
129
- attribute_map = {
130
- 'budget': 'budget', # noqa: E501
131
- 'end_date': 'endDate', # noqa: E501
132
- 'name': 'name', # noqa: E501
133
- 'pacing': 'pacing', # noqa: E501
134
- 'page': 'page', # noqa: E501
135
- 'start_date': 'startDate', # noqa: E501
136
- 'target_retailer_id': 'targetRetailerId', # noqa: E501
137
- 'capping': 'capping', # noqa: E501
138
- 'creative_id': 'creativeId', # noqa: E501
139
- 'status': 'status', # noqa: E501
140
- }
141
-
142
- read_only_vars = {
143
- }
144
-
145
- _composed_schemas = {}
146
-
147
- @classmethod
148
- @convert_js_args_to_python_args
149
- def _from_openapi_data(cls, budget, end_date, name, pacing, page, start_date, target_retailer_id, *args, **kwargs): # noqa: E501
150
- """ExternalPreferredLineItemCreateModel202110 - a model defined in OpenAPI
151
-
152
- Args:
153
- budget (float):
154
- end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
155
- name (str):
156
- pacing (str):
157
- page (ExternalLineItemPage202110):
158
- start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
159
- target_retailer_id (str):
160
-
161
- Keyword Args:
162
- _check_type (bool): if True, values for parameters in openapi_types
163
- will be type checked and a TypeError will be
164
- raised if the wrong type is input.
165
- Defaults to True
166
- _path_to_item (tuple/list): This is a list of keys or values to
167
- drill down to the model in received_data
168
- when deserializing a response
169
- _spec_property_naming (bool): True if the variable names in the input data
170
- are serialized names, as specified in the OpenAPI document.
171
- False if the variable names in the input data
172
- are pythonic names, e.g. snake case (default)
173
- _configuration (Configuration): the instance to use when
174
- deserializing a file_type parameter.
175
- If passed, type conversion is attempted
176
- If omitted no type conversion is done.
177
- _visited_composed_classes (tuple): This stores a tuple of
178
- classes that we have traveled through so that
179
- if we see that class again we will not use its
180
- discriminator again.
181
- When traveling through a discriminator, the
182
- composed schema that is
183
- is traveled through is added to this set.
184
- For example if Animal has a discriminator
185
- petType and we pass in "Dog", and the class Dog
186
- allOf includes Animal, we move through Animal
187
- once using the discriminator, and pick Dog.
188
- Then in Dog, we will make an instance of the
189
- Animal class but this time we won't travel
190
- through its discriminator because we passed in
191
- _visited_composed_classes = (Animal,)
192
- capping (ExternalLineItemCapping202110): [optional] # noqa: E501
193
- creative_id (str, none_type): [optional] # noqa: E501
194
- status (str): [optional] # noqa: E501
195
- """
196
-
197
- _check_type = kwargs.pop('_check_type', True)
198
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
199
- _path_to_item = kwargs.pop('_path_to_item', ())
200
- _configuration = kwargs.pop('_configuration', None)
201
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
202
-
203
- self = super(OpenApiModel, cls).__new__(cls)
204
-
205
- if args:
206
- for arg in args:
207
- if isinstance(arg, dict):
208
- kwargs.update(arg)
209
- else:
210
- raise ApiTypeError(
211
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
212
- args,
213
- self.__class__.__name__,
214
- ),
215
- path_to_item=_path_to_item,
216
- valid_classes=(self.__class__,),
217
- )
218
-
219
- self._data_store = {}
220
- self._check_type = _check_type
221
- self._spec_property_naming = _spec_property_naming
222
- self._path_to_item = _path_to_item
223
- self._configuration = _configuration
224
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
225
-
226
- self.budget = budget
227
- self.end_date = end_date
228
- self.name = name
229
- self.pacing = pacing
230
- self.page = page
231
- self.start_date = start_date
232
- self.target_retailer_id = target_retailer_id
233
- for var_name, var_value in kwargs.items():
234
- if var_name not in self.attribute_map and \
235
- self._configuration is not None and \
236
- self._configuration.discard_unknown_keys and \
237
- self.additional_properties_type is None:
238
- # discard variable.
239
- continue
240
- setattr(self, var_name, var_value)
241
- return self
242
-
243
- required_properties = set([
244
- '_data_store',
245
- '_check_type',
246
- '_spec_property_naming',
247
- '_path_to_item',
248
- '_configuration',
249
- '_visited_composed_classes',
250
- ])
251
-
252
- @convert_js_args_to_python_args
253
- def __init__(self, budget, end_date, name, pacing, page, start_date, target_retailer_id, *args, **kwargs): # noqa: E501
254
- """ExternalPreferredLineItemCreateModel202110 - a model defined in OpenAPI
255
-
256
- Args:
257
- budget (float):
258
- end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
259
- name (str):
260
- pacing (str):
261
- page (ExternalLineItemPage202110):
262
- start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
263
- target_retailer_id (str):
264
-
265
- Keyword Args:
266
- _check_type (bool): if True, values for parameters in openapi_types
267
- will be type checked and a TypeError will be
268
- raised if the wrong type is input.
269
- Defaults to True
270
- _path_to_item (tuple/list): This is a list of keys or values to
271
- drill down to the model in received_data
272
- when deserializing a response
273
- _spec_property_naming (bool): True if the variable names in the input data
274
- are serialized names, as specified in the OpenAPI document.
275
- False if the variable names in the input data
276
- are pythonic names, e.g. snake case (default)
277
- _configuration (Configuration): the instance to use when
278
- deserializing a file_type parameter.
279
- If passed, type conversion is attempted
280
- If omitted no type conversion is done.
281
- _visited_composed_classes (tuple): This stores a tuple of
282
- classes that we have traveled through so that
283
- if we see that class again we will not use its
284
- discriminator again.
285
- When traveling through a discriminator, the
286
- composed schema that is
287
- is traveled through is added to this set.
288
- For example if Animal has a discriminator
289
- petType and we pass in "Dog", and the class Dog
290
- allOf includes Animal, we move through Animal
291
- once using the discriminator, and pick Dog.
292
- Then in Dog, we will make an instance of the
293
- Animal class but this time we won't travel
294
- through its discriminator because we passed in
295
- _visited_composed_classes = (Animal,)
296
- capping (ExternalLineItemCapping202110): [optional] # noqa: E501
297
- creative_id (str, none_type): [optional] # noqa: E501
298
- status (str): [optional] # noqa: E501
299
- """
300
-
301
- _check_type = kwargs.pop('_check_type', True)
302
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
303
- _path_to_item = kwargs.pop('_path_to_item', ())
304
- _configuration = kwargs.pop('_configuration', None)
305
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
306
-
307
- if args:
308
- for arg in args:
309
- if isinstance(arg, dict):
310
- kwargs.update(arg)
311
- else:
312
- raise ApiTypeError(
313
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
314
- args,
315
- self.__class__.__name__,
316
- ),
317
- path_to_item=_path_to_item,
318
- valid_classes=(self.__class__,),
319
- )
320
-
321
- self._data_store = {}
322
- self._check_type = _check_type
323
- self._spec_property_naming = _spec_property_naming
324
- self._path_to_item = _path_to_item
325
- self._configuration = _configuration
326
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
327
-
328
- self.budget = budget
329
- self.end_date = end_date
330
- self.name = name
331
- self.pacing = pacing
332
- self.page = page
333
- self.start_date = start_date
334
- self.target_retailer_id = target_retailer_id
335
- for var_name, var_value in kwargs.items():
336
- if var_name not in self.attribute_map and \
337
- self._configuration is not None and \
338
- self._configuration.discard_unknown_keys and \
339
- self.additional_properties_type is None:
340
- # discard variable.
341
- continue
342
- setattr(self, var_name, var_value)
343
- if var_name in self.read_only_vars:
344
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
345
- f"class with read only attributes.")
@@ -1,335 +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.external_line_item_capping202110 import ExternalLineItemCapping202110
34
- from criteo_api_retailmedia_v2024_07.model.external_line_item_page202110 import ExternalLineItemPage202110
35
- globals()['ExternalLineItemCapping202110'] = ExternalLineItemCapping202110
36
- globals()['ExternalLineItemPage202110'] = ExternalLineItemPage202110
37
-
38
-
39
- class ExternalPreferredLineItemUpdateModel202110(ModelNormal):
40
- """NOTE: This class is auto generated by OpenAPI Generator.
41
- Ref: https://openapi-generator.tech
42
-
43
- Do not edit the class manually.
44
-
45
- Attributes:
46
- allowed_values (dict): The key is the tuple path to the attribute
47
- and the for var_name this is (var_name,). The value is a dict
48
- with a capitalized key describing the allowed value and an allowed
49
- value. These dicts store the allowed enum values.
50
- attribute_map (dict): The key is attribute name
51
- and the value is json key in definition.
52
- discriminator_value_class_map (dict): A dict to go from the discriminator
53
- variable value to the discriminator class name.
54
- validations (dict): The key is the tuple path to the attribute
55
- and the for var_name this is (var_name,). The value is a dict
56
- that stores validations for max_length, min_length, max_items,
57
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
58
- inclusive_minimum, and regex.
59
- additional_properties_type (tuple): A tuple of classes accepted
60
- as additional properties values.
61
- """
62
-
63
- allowed_values = {
64
- ('status',): {
65
- 'UNKNOWN': "unknown",
66
- 'ACTIVE': "active",
67
- 'SCHEDULED': "scheduled",
68
- 'DRAFT': "draft",
69
- 'PAUSED': "paused",
70
- 'BUDGETHIT': "budgetHit",
71
- 'ENDED': "ended",
72
- 'ARCHIVED': "archived",
73
- 'NOFUNDS': "noFunds",
74
- },
75
- ('pacing',): {
76
- 'UNKNOWN': "unknown",
77
- 'STANDARD': "standard",
78
- 'ACCELERATED': "accelerated",
79
- },
80
- }
81
-
82
- validations = {
83
- ('name',): {
84
- 'max_length': 255,
85
- 'min_length': 0,
86
- },
87
- }
88
-
89
- @cached_property
90
- def additional_properties_type():
91
- """
92
- This must be a method because a model may have properties that are
93
- of type self, this must run after the class is loaded
94
- """
95
- lazy_import()
96
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
97
-
98
- _nullable = False
99
-
100
- @cached_property
101
- def openapi_types():
102
- """
103
- This must be a method because a model may have properties that are
104
- of type self, this must run after the class is loaded
105
-
106
- Returns
107
- openapi_types (dict): The key is attribute name
108
- and the value is attribute type.
109
- """
110
- lazy_import()
111
- return {
112
- 'end_date': (date,), # noqa: E501
113
- 'name': (str,), # noqa: E501
114
- 'start_date': (date,), # noqa: E501
115
- 'status': (str,), # noqa: E501
116
- 'budget': (float,), # noqa: E501
117
- 'capping': (ExternalLineItemCapping202110,), # noqa: E501
118
- 'creative_id': (str, none_type,), # noqa: E501
119
- 'pacing': (str,), # noqa: E501
120
- 'page': (ExternalLineItemPage202110,), # noqa: E501
121
- }
122
-
123
- @cached_property
124
- def discriminator():
125
- return None
126
-
127
-
128
- attribute_map = {
129
- 'end_date': 'endDate', # noqa: E501
130
- 'name': 'name', # noqa: E501
131
- 'start_date': 'startDate', # noqa: E501
132
- 'status': 'status', # noqa: E501
133
- 'budget': 'budget', # noqa: E501
134
- 'capping': 'capping', # noqa: E501
135
- 'creative_id': 'creativeId', # noqa: E501
136
- 'pacing': 'pacing', # noqa: E501
137
- 'page': 'page', # noqa: E501
138
- }
139
-
140
- read_only_vars = {
141
- }
142
-
143
- _composed_schemas = {}
144
-
145
- @classmethod
146
- @convert_js_args_to_python_args
147
- def _from_openapi_data(cls, end_date, name, start_date, status, *args, **kwargs): # noqa: E501
148
- """ExternalPreferredLineItemUpdateModel202110 - a model defined in OpenAPI
149
-
150
- Args:
151
- end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
152
- name (str):
153
- start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
154
- status (str):
155
-
156
- Keyword Args:
157
- _check_type (bool): if True, values for parameters in openapi_types
158
- will be type checked and a TypeError will be
159
- raised if the wrong type is input.
160
- Defaults to True
161
- _path_to_item (tuple/list): This is a list of keys or values to
162
- drill down to the model in received_data
163
- when deserializing a response
164
- _spec_property_naming (bool): True if the variable names in the input data
165
- are serialized names, as specified in the OpenAPI document.
166
- False if the variable names in the input data
167
- are pythonic names, e.g. snake case (default)
168
- _configuration (Configuration): the instance to use when
169
- deserializing a file_type parameter.
170
- If passed, type conversion is attempted
171
- If omitted no type conversion is done.
172
- _visited_composed_classes (tuple): This stores a tuple of
173
- classes that we have traveled through so that
174
- if we see that class again we will not use its
175
- discriminator again.
176
- When traveling through a discriminator, the
177
- composed schema that is
178
- is traveled through is added to this set.
179
- For example if Animal has a discriminator
180
- petType and we pass in "Dog", and the class Dog
181
- allOf includes Animal, we move through Animal
182
- once using the discriminator, and pick Dog.
183
- Then in Dog, we will make an instance of the
184
- Animal class but this time we won't travel
185
- through its discriminator because we passed in
186
- _visited_composed_classes = (Animal,)
187
- budget (float): [optional] # noqa: E501
188
- capping (ExternalLineItemCapping202110): [optional] # noqa: E501
189
- creative_id (str, none_type): [optional] # noqa: E501
190
- pacing (str): [optional] if omitted the server will use the default value of "accelerated" # noqa: E501
191
- page (ExternalLineItemPage202110): [optional] # noqa: E501
192
- """
193
-
194
- _check_type = kwargs.pop('_check_type', True)
195
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
196
- _path_to_item = kwargs.pop('_path_to_item', ())
197
- _configuration = kwargs.pop('_configuration', None)
198
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
199
-
200
- self = super(OpenApiModel, cls).__new__(cls)
201
-
202
- if args:
203
- for arg in args:
204
- if isinstance(arg, dict):
205
- kwargs.update(arg)
206
- else:
207
- raise ApiTypeError(
208
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
209
- args,
210
- self.__class__.__name__,
211
- ),
212
- path_to_item=_path_to_item,
213
- valid_classes=(self.__class__,),
214
- )
215
-
216
- self._data_store = {}
217
- self._check_type = _check_type
218
- self._spec_property_naming = _spec_property_naming
219
- self._path_to_item = _path_to_item
220
- self._configuration = _configuration
221
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
222
-
223
- self.end_date = end_date
224
- self.name = name
225
- self.start_date = start_date
226
- self.status = status
227
- for var_name, var_value in kwargs.items():
228
- if var_name not in self.attribute_map and \
229
- self._configuration is not None and \
230
- self._configuration.discard_unknown_keys and \
231
- self.additional_properties_type is None:
232
- # discard variable.
233
- continue
234
- setattr(self, var_name, var_value)
235
- return self
236
-
237
- required_properties = set([
238
- '_data_store',
239
- '_check_type',
240
- '_spec_property_naming',
241
- '_path_to_item',
242
- '_configuration',
243
- '_visited_composed_classes',
244
- ])
245
-
246
- @convert_js_args_to_python_args
247
- def __init__(self, end_date, name, start_date, status, *args, **kwargs): # noqa: E501
248
- """ExternalPreferredLineItemUpdateModel202110 - a model defined in OpenAPI
249
-
250
- Args:
251
- end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
252
- name (str):
253
- start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
254
- status (str):
255
-
256
- Keyword Args:
257
- _check_type (bool): if True, values for parameters in openapi_types
258
- will be type checked and a TypeError will be
259
- raised if the wrong type is input.
260
- Defaults to True
261
- _path_to_item (tuple/list): This is a list of keys or values to
262
- drill down to the model in received_data
263
- when deserializing a response
264
- _spec_property_naming (bool): True if the variable names in the input data
265
- are serialized names, as specified in the OpenAPI document.
266
- False if the variable names in the input data
267
- are pythonic names, e.g. snake case (default)
268
- _configuration (Configuration): the instance to use when
269
- deserializing a file_type parameter.
270
- If passed, type conversion is attempted
271
- If omitted no type conversion is done.
272
- _visited_composed_classes (tuple): This stores a tuple of
273
- classes that we have traveled through so that
274
- if we see that class again we will not use its
275
- discriminator again.
276
- When traveling through a discriminator, the
277
- composed schema that is
278
- is traveled through is added to this set.
279
- For example if Animal has a discriminator
280
- petType and we pass in "Dog", and the class Dog
281
- allOf includes Animal, we move through Animal
282
- once using the discriminator, and pick Dog.
283
- Then in Dog, we will make an instance of the
284
- Animal class but this time we won't travel
285
- through its discriminator because we passed in
286
- _visited_composed_classes = (Animal,)
287
- budget (float): [optional] # noqa: E501
288
- capping (ExternalLineItemCapping202110): [optional] # noqa: E501
289
- creative_id (str, none_type): [optional] # noqa: E501
290
- pacing (str): [optional] if omitted the server will use the default value of "accelerated" # noqa: E501
291
- page (ExternalLineItemPage202110): [optional] # noqa: E501
292
- """
293
-
294
- _check_type = kwargs.pop('_check_type', True)
295
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
296
- _path_to_item = kwargs.pop('_path_to_item', ())
297
- _configuration = kwargs.pop('_configuration', None)
298
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
299
-
300
- if args:
301
- for arg in args:
302
- if isinstance(arg, dict):
303
- kwargs.update(arg)
304
- else:
305
- raise ApiTypeError(
306
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
307
- args,
308
- self.__class__.__name__,
309
- ),
310
- path_to_item=_path_to_item,
311
- valid_classes=(self.__class__,),
312
- )
313
-
314
- self._data_store = {}
315
- self._check_type = _check_type
316
- self._spec_property_naming = _spec_property_naming
317
- self._path_to_item = _path_to_item
318
- self._configuration = _configuration
319
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
320
-
321
- self.end_date = end_date
322
- self.name = name
323
- self.start_date = start_date
324
- self.status = status
325
- for var_name, var_value in kwargs.items():
326
- if var_name not in self.attribute_map and \
327
- self._configuration is not None and \
328
- self._configuration.discard_unknown_keys and \
329
- self.additional_properties_type is None:
330
- # discard variable.
331
- continue
332
- setattr(self, var_name, var_value)
333
- if var_name in self.read_only_vars:
334
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
335
- f"class with read only attributes.")