criteo-api-retailmedia-sdk 0.0.240731__py3-none-any.whl → 0.0.241029__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/accounts_api.py +442 -0
  3. criteo_api_retailmedia_preview/api/analytics_api.py +3 -3
  4. criteo_api_retailmedia_preview/api/audience_api.py +89 -232
  5. criteo_api_retailmedia_preview/api/balance_api.py +4 -16
  6. criteo_api_retailmedia_preview/api/campaign_api.py +10 -574
  7. criteo_api_retailmedia_preview/api/on_site_recommendation_api.py +186 -0
  8. criteo_api_retailmedia_preview/api_client.py +4 -4
  9. criteo_api_retailmedia_preview/apis/__init__.py +1 -0
  10. criteo_api_retailmedia_preview/configuration.py +1 -1
  11. criteo_api_retailmedia_preview/model/balance_response_v2.py +10 -10
  12. criteo_api_retailmedia_preview/model/bot_message.py +277 -0
  13. criteo_api_retailmedia_preview/model/botmessage.py +329 -0
  14. criteo_api_retailmedia_preview/model/create_balance_v2.py +6 -6
  15. criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2_list_response.py → entity_resource_collection_outcome_of_retail_media_account.py} +8 -8
  16. criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v1_resource.py → entity_resource_of_retail_media_account.py} +9 -18
  17. criteo_api_retailmedia_preview/model/external_account.py +4 -0
  18. criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2.py → external_retail_media_account.py} +54 -32
  19. criteo_api_retailmedia_preview/model/http_validation_error.py +269 -0
  20. criteo_api_retailmedia_preview/model/inbot_discussion.py +272 -0
  21. criteo_api_retailmedia_preview/model/{rm_legacy_segment_customer_list.py → inbot_discussion_body_model.py} +17 -17
  22. criteo_api_retailmedia_preview/model/{rm_legacy_audience_user_behavior_details_v2.py → inbot_discussion_data_instance_model.py} +17 -17
  23. criteo_api_retailmedia_preview/model/location_inner.py +259 -0
  24. criteo_api_retailmedia_preview/model/message.py +273 -0
  25. criteo_api_retailmedia_preview/model/message_body_model.py +275 -0
  26. criteo_api_retailmedia_preview/model/message_data_instance_model.py +279 -0
  27. criteo_api_retailmedia_preview/model/message_error.py +275 -0
  28. criteo_api_retailmedia_preview/model/product.py +4 -0
  29. criteo_api_retailmedia_preview/model/{rm_legacy_segment_user_behavior_v1.py → product_recommendation.py} +46 -47
  30. criteo_api_retailmedia_preview/model/promoted_product_resource_collection_outcome.py +6 -4
  31. criteo_api_retailmedia_preview/model/report_detail_warning.py +285 -0
  32. criteo_api_retailmedia_preview/model/report_detail_warnings.py +281 -0
  33. criteo_api_retailmedia_preview/model/report_ok_response.py +16 -2
  34. criteo_api_retailmedia_preview/model/resource_of_retail_media_account.py +270 -0
  35. criteo_api_retailmedia_preview/model/{value_resource_outcome_of_line_item_budget_overrides.py → resource_outcome_of_retail_media_account.py} +8 -8
  36. criteo_api_retailmedia_preview/model/retail_media_account.py +301 -0
  37. criteo_api_retailmedia_preview/model/retail_media_seller.py +261 -0
  38. criteo_api_retailmedia_preview/model/retail_media_seller_account_creation.py +274 -0
  39. criteo_api_retailmedia_preview/model/rm_algebra_node_v1.py +275 -0
  40. criteo_api_retailmedia_preview/model/rm_audience_entity_v1.py +307 -0
  41. criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v2_resource.py → rm_audience_entity_v1_resource.py} +8 -8
  42. criteo_api_retailmedia_preview/model/{rm_legacy_audience_get_entity_v1_list_response.py → rm_audience_entity_v1_rm_audience_search_metadata_v1_list_response.py} +14 -8
  43. criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1.py +271 -0
  44. criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1_resource.py +273 -0
  45. criteo_api_retailmedia_preview/model/rm_audience_search_input_v1.py +269 -0
  46. criteo_api_retailmedia_preview/model/rm_audience_search_metadata_v1.py +271 -0
  47. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +17 -9
  48. criteo_api_retailmedia_preview/model/rm_audience_segment_entity_v1.py +11 -0
  49. criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1.py +10 -0
  50. criteo_api_retailmedia_preview/model/rm_contact_list_v1.py +16 -5
  51. criteo_api_retailmedia_preview/model/{rm_legacy_segment_user_behavior_v2.py → rm_events_v1.py} +41 -49
  52. criteo_api_retailmedia_preview/model/validation_error.py +287 -0
  53. criteo_api_retailmedia_preview/model/{value_resource_input_of_campaign_budget_overrides.py → value_resource_collection_input_of_retail_media_seller.py} +8 -8
  54. criteo_api_retailmedia_preview/model/{value_resource_outcome_of_campaign_budget_overrides.py → value_resource_collection_outcome_of_retail_media_seller.py} +8 -8
  55. criteo_api_retailmedia_preview/model/{value_resource_input_of_line_item_budget_overrides.py → value_resource_input_of_retail_media_seller_account_creation.py} +8 -8
  56. criteo_api_retailmedia_preview/model/{value_resource_of_campaign_budget_overrides.py → value_resource_of_retail_media_seller.py} +8 -8
  57. criteo_api_retailmedia_preview/model/{value_resource_of_line_item_budget_overrides.py → value_resource_of_retail_media_seller_account_creation.py} +8 -8
  58. criteo_api_retailmedia_preview/models/__init__.py +37 -22
  59. {criteo_api_retailmedia_sdk-0.0.240731.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/METADATA +3 -3
  60. {criteo_api_retailmedia_sdk-0.0.240731.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/RECORD +62 -46
  61. {criteo_api_retailmedia_sdk-0.0.240731.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/WHEEL +1 -1
  62. criteo_api_retailmedia_preview/model/campaign_budget_overrides.py +0 -276
  63. criteo_api_retailmedia_preview/model/campaign_daily_budget_override.py +0 -283
  64. criteo_api_retailmedia_preview/model/campaign_monthly_budget_override.py +0 -283
  65. criteo_api_retailmedia_preview/model/daily_line_item_budget_override.py +0 -281
  66. criteo_api_retailmedia_preview/model/line_item_budget_overrides.py +0 -276
  67. criteo_api_retailmedia_preview/model/monthly_line_item_budeget_override.py +0 -283
  68. criteo_api_retailmedia_preview/model/rm_legacy_audience_get_entity_v1.py +0 -291
  69. {criteo_api_retailmedia_sdk-0.0.240731.dist-info → criteo_api_retailmedia_sdk-0.0.241029.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,329 @@
1
+ """
2
+ Criteo API
3
+
4
+ Criteo API - RetailMedia # noqa: E501
5
+
6
+ The version of the OpenAPI document: Preview
7
+ Generated by: https://openapi-generator.tech
8
+ """
9
+
10
+
11
+ import re # noqa: F401
12
+ import sys # noqa: F401
13
+
14
+ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
15
+ ApiTypeError,
16
+ ModelComposed,
17
+ ModelNormal,
18
+ ModelSimple,
19
+ cached_property,
20
+ change_keys_js_to_python,
21
+ convert_js_args_to_python_args,
22
+ date,
23
+ datetime,
24
+ file_type,
25
+ none_type,
26
+ validate_get_composed_info,
27
+ OpenApiModel
28
+ )
29
+ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
+
31
+
32
+ def lazy_import():
33
+ from criteo_api_retailmedia_preview.model.bot_message import BotMessage
34
+ from criteo_api_retailmedia_preview.model.product_recommendation import ProductRecommendation
35
+ globals()['BotMessage'] = BotMessage
36
+ globals()['ProductRecommendation'] = ProductRecommendation
37
+
38
+
39
+ class Botmessage(ModelComposed):
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
+ }
65
+
66
+ validations = {
67
+ }
68
+
69
+ @cached_property
70
+ def additional_properties_type():
71
+ """
72
+ This must be a method because a model may have properties that are
73
+ of type self, this must run after the class is loaded
74
+ """
75
+ lazy_import()
76
+ return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
77
+
78
+ _nullable = True
79
+
80
+ @cached_property
81
+ def openapi_types():
82
+ """
83
+ This must be a method because a model may have properties that are
84
+ of type self, this must run after the class is loaded
85
+
86
+ Returns
87
+ openapi_types (dict): The key is attribute name
88
+ and the value is attribute type.
89
+ """
90
+ lazy_import()
91
+ return {
92
+ 'opening': (str, none_type,), # noqa: E501
93
+ 'product_recos': ([ProductRecommendation], none_type,), # noqa: E501
94
+ 'closing': (str, none_type,), # noqa: E501
95
+ }
96
+
97
+ @cached_property
98
+ def discriminator():
99
+ return None
100
+
101
+
102
+ attribute_map = {
103
+ 'opening': 'opening', # noqa: E501
104
+ 'product_recos': 'productRecos', # noqa: E501
105
+ 'closing': 'closing', # noqa: E501
106
+ }
107
+
108
+ read_only_vars = {
109
+ }
110
+
111
+ @classmethod
112
+ @convert_js_args_to_python_args
113
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
+ """Botmessage - a model defined in OpenAPI
115
+
116
+ Keyword Args:
117
+ _check_type (bool): if True, values for parameters in openapi_types
118
+ will be type checked and a TypeError will be
119
+ raised if the wrong type is input.
120
+ Defaults to True
121
+ _path_to_item (tuple/list): This is a list of keys or values to
122
+ drill down to the model in received_data
123
+ when deserializing a response
124
+ _spec_property_naming (bool): True if the variable names in the input data
125
+ are serialized names, as specified in the OpenAPI document.
126
+ False if the variable names in the input data
127
+ are pythonic names, e.g. snake case (default)
128
+ _configuration (Configuration): the instance to use when
129
+ deserializing a file_type parameter.
130
+ If passed, type conversion is attempted
131
+ If omitted no type conversion is done.
132
+ _visited_composed_classes (tuple): This stores a tuple of
133
+ classes that we have traveled through so that
134
+ if we see that class again we will not use its
135
+ discriminator again.
136
+ When traveling through a discriminator, the
137
+ composed schema that is
138
+ is traveled through is added to this set.
139
+ For example if Animal has a discriminator
140
+ petType and we pass in "Dog", and the class Dog
141
+ allOf includes Animal, we move through Animal
142
+ once using the discriminator, and pick Dog.
143
+ Then in Dog, we will make an instance of the
144
+ Animal class but this time we won't travel
145
+ through its discriminator because we passed in
146
+ _visited_composed_classes = (Animal,)
147
+ opening (str, none_type): opening comment from the bot, introducing the list of recommended products if relevant.. [optional] # noqa: E501
148
+ product_recos ([ProductRecommendation], none_type): list of recommended products. [optional] # noqa: E501
149
+ closing (str, none_type): closing remark from the bot. [optional] # noqa: E501
150
+ """
151
+
152
+ _check_type = kwargs.pop('_check_type', True)
153
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
154
+ _path_to_item = kwargs.pop('_path_to_item', ())
155
+ _configuration = kwargs.pop('_configuration', None)
156
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
157
+
158
+ self = super(OpenApiModel, cls).__new__(cls)
159
+
160
+ if args:
161
+ for arg in args:
162
+ if isinstance(arg, dict):
163
+ kwargs.update(arg)
164
+ else:
165
+ raise ApiTypeError(
166
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
167
+ args,
168
+ self.__class__.__name__,
169
+ ),
170
+ path_to_item=_path_to_item,
171
+ valid_classes=(self.__class__,),
172
+ )
173
+
174
+ self._data_store = {}
175
+ self._check_type = _check_type
176
+ self._spec_property_naming = _spec_property_naming
177
+ self._path_to_item = _path_to_item
178
+ self._configuration = _configuration
179
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
180
+
181
+ constant_args = {
182
+ '_check_type': _check_type,
183
+ '_path_to_item': _path_to_item,
184
+ '_spec_property_naming': _spec_property_naming,
185
+ '_configuration': _configuration,
186
+ '_visited_composed_classes': self._visited_composed_classes,
187
+ }
188
+ composed_info = validate_get_composed_info(
189
+ constant_args, kwargs, self)
190
+ self._composed_instances = composed_info[0]
191
+ self._var_name_to_model_instances = composed_info[1]
192
+ self._additional_properties_model_instances = composed_info[2]
193
+ discarded_args = composed_info[3]
194
+
195
+ for var_name, var_value in kwargs.items():
196
+ if var_name in discarded_args and \
197
+ self._configuration is not None and \
198
+ self._configuration.discard_unknown_keys and \
199
+ self._additional_properties_model_instances:
200
+ # discard variable.
201
+ continue
202
+ setattr(self, var_name, var_value)
203
+
204
+ return self
205
+
206
+ required_properties = set([
207
+ '_data_store',
208
+ '_check_type',
209
+ '_spec_property_naming',
210
+ '_path_to_item',
211
+ '_configuration',
212
+ '_visited_composed_classes',
213
+ '_composed_instances',
214
+ '_var_name_to_model_instances',
215
+ '_additional_properties_model_instances',
216
+ ])
217
+
218
+ @convert_js_args_to_python_args
219
+ def __init__(self, *args, **kwargs): # noqa: E501
220
+ """Botmessage - a model defined in OpenAPI
221
+
222
+ Keyword Args:
223
+ _check_type (bool): if True, values for parameters in openapi_types
224
+ will be type checked and a TypeError will be
225
+ raised if the wrong type is input.
226
+ Defaults to True
227
+ _path_to_item (tuple/list): This is a list of keys or values to
228
+ drill down to the model in received_data
229
+ when deserializing a response
230
+ _spec_property_naming (bool): True if the variable names in the input data
231
+ are serialized names, as specified in the OpenAPI document.
232
+ False if the variable names in the input data
233
+ are pythonic names, e.g. snake case (default)
234
+ _configuration (Configuration): the instance to use when
235
+ deserializing a file_type parameter.
236
+ If passed, type conversion is attempted
237
+ If omitted no type conversion is done.
238
+ _visited_composed_classes (tuple): This stores a tuple of
239
+ classes that we have traveled through so that
240
+ if we see that class again we will not use its
241
+ discriminator again.
242
+ When traveling through a discriminator, the
243
+ composed schema that is
244
+ is traveled through is added to this set.
245
+ For example if Animal has a discriminator
246
+ petType and we pass in "Dog", and the class Dog
247
+ allOf includes Animal, we move through Animal
248
+ once using the discriminator, and pick Dog.
249
+ Then in Dog, we will make an instance of the
250
+ Animal class but this time we won't travel
251
+ through its discriminator because we passed in
252
+ _visited_composed_classes = (Animal,)
253
+ opening (str, none_type): opening comment from the bot, introducing the list of recommended products if relevant.. [optional] # noqa: E501
254
+ product_recos ([ProductRecommendation], none_type): list of recommended products. [optional] # noqa: E501
255
+ closing (str, none_type): closing remark from the bot. [optional] # noqa: E501
256
+ """
257
+
258
+ _check_type = kwargs.pop('_check_type', True)
259
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
260
+ _path_to_item = kwargs.pop('_path_to_item', ())
261
+ _configuration = kwargs.pop('_configuration', None)
262
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
263
+
264
+ if args:
265
+ for arg in args:
266
+ if isinstance(arg, dict):
267
+ kwargs.update(arg)
268
+ else:
269
+ raise ApiTypeError(
270
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
271
+ args,
272
+ self.__class__.__name__,
273
+ ),
274
+ path_to_item=_path_to_item,
275
+ valid_classes=(self.__class__,),
276
+ )
277
+
278
+ self._data_store = {}
279
+ self._check_type = _check_type
280
+ self._spec_property_naming = _spec_property_naming
281
+ self._path_to_item = _path_to_item
282
+ self._configuration = _configuration
283
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
284
+
285
+ constant_args = {
286
+ '_check_type': _check_type,
287
+ '_path_to_item': _path_to_item,
288
+ '_spec_property_naming': _spec_property_naming,
289
+ '_configuration': _configuration,
290
+ '_visited_composed_classes': self._visited_composed_classes,
291
+ }
292
+ composed_info = validate_get_composed_info(
293
+ constant_args, kwargs, self)
294
+ self._composed_instances = composed_info[0]
295
+ self._var_name_to_model_instances = composed_info[1]
296
+ self._additional_properties_model_instances = composed_info[2]
297
+ discarded_args = composed_info[3]
298
+
299
+ for var_name, var_value in kwargs.items():
300
+ if var_name in discarded_args and \
301
+ self._configuration is not None and \
302
+ self._configuration.discard_unknown_keys and \
303
+ self._additional_properties_model_instances:
304
+ # discard variable.
305
+ continue
306
+ setattr(self, var_name, var_value)
307
+ if var_name in self.read_only_vars:
308
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
309
+ f"class with read only attributes.")
310
+
311
+ @cached_property
312
+ def _composed_schemas():
313
+ # we need this here to make our import statements work
314
+ # we must store _composed_schemas in here so the code is only run
315
+ # when we invoke this method. If we kept this at the class
316
+ # level we would get an error because the class level
317
+ # code would be run when this module is imported, and these composed
318
+ # classes don't exist yet because their module has not finished
319
+ # loading
320
+ lazy_import()
321
+ return {
322
+ 'anyOf': [
323
+ ],
324
+ 'allOf': [
325
+ BotMessage,
326
+ ],
327
+ 'oneOf': [
328
+ ],
329
+ }
@@ -87,11 +87,11 @@ class CreateBalanceV2(ModelNormal):
87
87
  """
88
88
  return {
89
89
  'name': (str,), # noqa: E501
90
- 'start_date': (str,), # noqa: E501
90
+ 'start_date': (date,), # noqa: E501
91
91
  'spend_type': (str,), # noqa: E501
92
92
  'po_number': (str, none_type,), # noqa: E501
93
93
  'deposited': (float, none_type,), # noqa: E501
94
- 'end_date': (str, none_type,), # noqa: E501
94
+ 'end_date': (date, none_type,), # noqa: E501
95
95
  'memo': (str, none_type,), # noqa: E501
96
96
  }
97
97
 
@@ -122,7 +122,7 @@ class CreateBalanceV2(ModelNormal):
122
122
 
123
123
  Args:
124
124
  name (str): Name of the balance.
125
- start_date (str): Start date of the balance in the format YYYY-MM-DD.
125
+ start_date (date): Start date of the balance in the format YYYY-MM-DD.
126
126
  spend_type (str): Type of the balance spend.
127
127
 
128
128
  Keyword Args:
@@ -158,7 +158,7 @@ class CreateBalanceV2(ModelNormal):
158
158
  _visited_composed_classes = (Animal,)
159
159
  po_number (str, none_type): Purchase Order number.. [optional] # noqa: E501
160
160
  deposited (float, none_type): Amount of billable funds allotted to the balance.. [optional] # noqa: E501
161
- end_date (str, none_type): End date of the balance in the format YYYY-MM-DD.. [optional] # noqa: E501
161
+ end_date (date, none_type): End date of the balance in the format YYYY-MM-DD.. [optional] # noqa: E501
162
162
  memo (str, none_type): Memo. [optional] # noqa: E501
163
163
  """
164
164
 
@@ -219,7 +219,7 @@ class CreateBalanceV2(ModelNormal):
219
219
 
220
220
  Args:
221
221
  name (str): Name of the balance.
222
- start_date (str): Start date of the balance in the format YYYY-MM-DD.
222
+ start_date (date): Start date of the balance in the format YYYY-MM-DD.
223
223
  spend_type (str): Type of the balance spend.
224
224
 
225
225
  Keyword Args:
@@ -255,7 +255,7 @@ class CreateBalanceV2(ModelNormal):
255
255
  _visited_composed_classes = (Animal,)
256
256
  po_number (str, none_type): Purchase Order number.. [optional] # noqa: E501
257
257
  deposited (float, none_type): Amount of billable funds allotted to the balance.. [optional] # noqa: E501
258
- end_date (str, none_type): End date of the balance in the format YYYY-MM-DD.. [optional] # noqa: E501
258
+ end_date (date, none_type): End date of the balance in the format YYYY-MM-DD.. [optional] # noqa: E501
259
259
  memo (str, none_type): Memo. [optional] # noqa: E501
260
260
  """
261
261
 
@@ -31,12 +31,12 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
31
31
 
32
32
  def lazy_import():
33
33
  from criteo_api_retailmedia_preview.model.common_problem import CommonProblem
34
- from criteo_api_retailmedia_preview.model.rm_legacy_audience_get_entity_v2_resource import RmLegacyAudienceGetEntityV2Resource
34
+ from criteo_api_retailmedia_preview.model.entity_resource_of_retail_media_account import EntityResourceOfRetailMediaAccount
35
35
  globals()['CommonProblem'] = CommonProblem
36
- globals()['RmLegacyAudienceGetEntityV2Resource'] = RmLegacyAudienceGetEntityV2Resource
36
+ globals()['EntityResourceOfRetailMediaAccount'] = EntityResourceOfRetailMediaAccount
37
37
 
38
38
 
39
- class RmLegacyAudienceGetEntityV2ListResponse(ModelNormal):
39
+ class EntityResourceCollectionOutcomeOfRetailMediaAccount(ModelNormal):
40
40
  """NOTE: This class is auto generated by OpenAPI Generator.
41
41
  Ref: https://openapi-generator.tech
42
42
 
@@ -89,7 +89,7 @@ class RmLegacyAudienceGetEntityV2ListResponse(ModelNormal):
89
89
  """
90
90
  lazy_import()
91
91
  return {
92
- 'data': ([RmLegacyAudienceGetEntityV2Resource], none_type,), # noqa: E501
92
+ 'data': ([EntityResourceOfRetailMediaAccount], none_type,), # noqa: E501
93
93
  'warnings': ([CommonProblem], none_type,), # noqa: E501
94
94
  'errors': ([CommonProblem], none_type,), # noqa: E501
95
95
  }
@@ -115,7 +115,7 @@ class RmLegacyAudienceGetEntityV2ListResponse(ModelNormal):
115
115
  @classmethod
116
116
  @convert_js_args_to_python_args
117
117
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
118
- """RmLegacyAudienceGetEntityV2ListResponse - a model defined in OpenAPI
118
+ """EntityResourceCollectionOutcomeOfRetailMediaAccount - a model defined in OpenAPI
119
119
 
120
120
  Keyword Args:
121
121
  _check_type (bool): if True, values for parameters in openapi_types
@@ -148,7 +148,7 @@ class RmLegacyAudienceGetEntityV2ListResponse(ModelNormal):
148
148
  Animal class but this time we won't travel
149
149
  through its discriminator because we passed in
150
150
  _visited_composed_classes = (Animal,)
151
- data ([RmLegacyAudienceGetEntityV2Resource], none_type): [optional] # noqa: E501
151
+ data ([EntityResourceOfRetailMediaAccount], none_type): [optional] # noqa: E501
152
152
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
153
153
  errors ([CommonProblem], none_type): [optional] # noqa: E501
154
154
  """
@@ -203,7 +203,7 @@ class RmLegacyAudienceGetEntityV2ListResponse(ModelNormal):
203
203
 
204
204
  @convert_js_args_to_python_args
205
205
  def __init__(self, *args, **kwargs): # noqa: E501
206
- """RmLegacyAudienceGetEntityV2ListResponse - a model defined in OpenAPI
206
+ """EntityResourceCollectionOutcomeOfRetailMediaAccount - a model defined in OpenAPI
207
207
 
208
208
  Keyword Args:
209
209
  _check_type (bool): if True, values for parameters in openapi_types
@@ -236,7 +236,7 @@ class RmLegacyAudienceGetEntityV2ListResponse(ModelNormal):
236
236
  Animal class but this time we won't travel
237
237
  through its discriminator because we passed in
238
238
  _visited_composed_classes = (Animal,)
239
- data ([RmLegacyAudienceGetEntityV2Resource], none_type): [optional] # noqa: E501
239
+ data ([EntityResourceOfRetailMediaAccount], none_type): [optional] # noqa: E501
240
240
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
241
241
  errors ([CommonProblem], none_type): [optional] # noqa: E501
242
242
  """
@@ -30,11 +30,11 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_retailmedia_preview.model.rm_legacy_audience_get_entity_v1 import RmLegacyAudienceGetEntityV1
34
- globals()['RmLegacyAudienceGetEntityV1'] = RmLegacyAudienceGetEntityV1
33
+ from criteo_api_retailmedia_preview.model.external_retail_media_account import ExternalRetailMediaAccount
34
+ globals()['ExternalRetailMediaAccount'] = ExternalRetailMediaAccount
35
35
 
36
36
 
37
- class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
37
+ class EntityResourceOfRetailMediaAccount(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -59,11 +59,6 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
59
59
  """
60
60
 
61
61
  allowed_values = {
62
- ('audience_type',): {
63
- 'None': None,
64
- 'CUSTOMERLIST': "customerList",
65
- 'USERBEHAVIOR': "userBehavior",
66
- },
67
62
  }
68
63
 
69
64
  validations = {
@@ -92,10 +87,9 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
92
87
  """
93
88
  lazy_import()
94
89
  return {
95
- 'attributes': (RmLegacyAudienceGetEntityV1,), # noqa: E501
96
90
  'id': (str, none_type,), # noqa: E501
97
- 'audience_type': (str, none_type,), # noqa: E501
98
91
  'type': (str, none_type,), # noqa: E501
92
+ 'attributes': (ExternalRetailMediaAccount,), # noqa: E501
99
93
  }
100
94
 
101
95
  @cached_property
@@ -104,10 +98,9 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
104
98
 
105
99
 
106
100
  attribute_map = {
107
- 'attributes': 'attributes', # noqa: E501
108
101
  'id': 'id', # noqa: E501
109
- 'audience_type': 'audienceType', # noqa: E501
110
102
  'type': 'type', # noqa: E501
103
+ 'attributes': 'attributes', # noqa: E501
111
104
  }
112
105
 
113
106
  read_only_vars = {
@@ -118,7 +111,7 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
118
111
  @classmethod
119
112
  @convert_js_args_to_python_args
120
113
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
121
- """RmLegacyAudienceGetEntityV1Resource - a model defined in OpenAPI
114
+ """EntityResourceOfRetailMediaAccount - a model defined in OpenAPI
122
115
 
123
116
  Keyword Args:
124
117
  _check_type (bool): if True, values for parameters in openapi_types
@@ -151,10 +144,9 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
151
144
  Animal class but this time we won't travel
152
145
  through its discriminator because we passed in
153
146
  _visited_composed_classes = (Animal,)
154
- attributes (RmLegacyAudienceGetEntityV1): [optional] # noqa: E501
155
147
  id (str, none_type): [optional] # noqa: E501
156
- audience_type (str, none_type): [optional] # noqa: E501
157
148
  type (str, none_type): [optional] # noqa: E501
149
+ attributes (ExternalRetailMediaAccount): [optional] # noqa: E501
158
150
  """
159
151
 
160
152
  _check_type = kwargs.pop('_check_type', True)
@@ -207,7 +199,7 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
207
199
 
208
200
  @convert_js_args_to_python_args
209
201
  def __init__(self, *args, **kwargs): # noqa: E501
210
- """RmLegacyAudienceGetEntityV1Resource - a model defined in OpenAPI
202
+ """EntityResourceOfRetailMediaAccount - a model defined in OpenAPI
211
203
 
212
204
  Keyword Args:
213
205
  _check_type (bool): if True, values for parameters in openapi_types
@@ -240,10 +232,9 @@ class RmLegacyAudienceGetEntityV1Resource(ModelNormal):
240
232
  Animal class but this time we won't travel
241
233
  through its discriminator because we passed in
242
234
  _visited_composed_classes = (Animal,)
243
- attributes (RmLegacyAudienceGetEntityV1): [optional] # noqa: E501
244
235
  id (str, none_type): [optional] # noqa: E501
245
- audience_type (str, none_type): [optional] # noqa: E501
246
236
  type (str, none_type): [optional] # noqa: E501
237
+ attributes (ExternalRetailMediaAccount): [optional] # noqa: E501
247
238
  """
248
239
 
249
240
  _check_type = kwargs.pop('_check_type', True)
@@ -108,6 +108,7 @@ class ExternalAccount(ModelNormal):
108
108
  'time_zone': (str,), # noqa: E501
109
109
  'subtype': (str, none_type,), # noqa: E501
110
110
  'company_name': (str, none_type,), # noqa: E501
111
+ 'on_behalf_company_name': (str, none_type,), # noqa: E501
111
112
  }
112
113
 
113
114
  @cached_property
@@ -124,6 +125,7 @@ class ExternalAccount(ModelNormal):
124
125
  'time_zone': 'timeZone', # noqa: E501
125
126
  'subtype': 'subtype', # noqa: E501
126
127
  'company_name': 'companyName', # noqa: E501
128
+ 'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
127
129
  }
128
130
 
129
131
  read_only_vars = {
@@ -177,6 +179,7 @@ class ExternalAccount(ModelNormal):
177
179
  _visited_composed_classes = (Animal,)
178
180
  subtype (str, none_type): [optional] # noqa: E501
179
181
  company_name (str, none_type): [optional] # noqa: E501
182
+ on_behalf_company_name (str, none_type): [optional] # noqa: E501
180
183
  """
181
184
 
182
185
  _check_type = kwargs.pop('_check_type', True)
@@ -278,6 +281,7 @@ class ExternalAccount(ModelNormal):
278
281
  _visited_composed_classes = (Animal,)
279
282
  subtype (str, none_type): [optional] # noqa: E501
280
283
  company_name (str, none_type): [optional] # noqa: E501
284
+ on_behalf_company_name (str, none_type): [optional] # noqa: E501
281
285
  """
282
286
 
283
287
  _check_type = kwargs.pop('_check_type', True)