criteo-api-retailmedia-sdk 0.0.240118__py3-none-any.whl → 0.0.240404__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of criteo-api-retailmedia-sdk might be problematic. Click here for more details.

Files changed (86) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/accounts_api.py +181 -35
  3. criteo_api_retailmedia_preview/api/analytics_api.py +142 -0
  4. criteo_api_retailmedia_preview/api/audience_api.py +2 -313
  5. criteo_api_retailmedia_preview/api/campaign_api.py +443 -974
  6. criteo_api_retailmedia_preview/api/catalog_api.py +312 -0
  7. criteo_api_retailmedia_preview/api_client.py +4 -4
  8. criteo_api_retailmedia_preview/apis/__init__.py +1 -0
  9. criteo_api_retailmedia_preview/configuration.py +1 -1
  10. criteo_api_retailmedia_preview/model/{creative202210.py → async_accounts_report.py} +149 -95
  11. criteo_api_retailmedia_preview/model/{external_catalog_request_preview.py → async_accounts_report_request.py} +13 -10
  12. criteo_api_retailmedia_preview/model/async_accounts_report_resource.py +273 -0
  13. criteo_api_retailmedia_preview/model/async_campaigns_report.py +57 -53
  14. criteo_api_retailmedia_preview/model/async_line_items_report.py +57 -54
  15. criteo_api_retailmedia_preview/model/{customer_list_details.py → batch_accepted_response.py} +11 -11
  16. criteo_api_retailmedia_preview/model/{value_resource_collection_outcome_of_int64.py → change_details.py} +27 -26
  17. criteo_api_retailmedia_preview/model/{color_variable_value.py → custom_attribute.py} +17 -16
  18. criteo_api_retailmedia_preview/model/export_report_column.py +2 -2
  19. criteo_api_retailmedia_preview/model/external_account.py +4 -0
  20. criteo_api_retailmedia_preview/model/{files_variable_value.py → external_line_item_capping_v2.py} +22 -13
  21. criteo_api_retailmedia_preview/model/external_line_item_page_category_v2.py +273 -0
  22. criteo_api_retailmedia_preview/model/{page_type_environment.py → external_line_item_page_v2.py} +40 -29
  23. criteo_api_retailmedia_preview/model/{retail_media_audience_attributes.py → external_preferred_line_item_create_model_v2.py} +79 -25
  24. criteo_api_retailmedia_preview/model/{external_catalog_status.py → external_preferred_line_item_update_model_v2.py} +70 -47
  25. criteo_api_retailmedia_preview/model/{template.py → external_preferred_line_item_v2.py} +93 -70
  26. criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py → fail_response.py} +21 -23
  27. criteo_api_retailmedia_preview/model/input_resource_of_preferred_line_item_create_model_v2.py +273 -0
  28. criteo_api_retailmedia_preview/model/{retail_media_audience.py → insertion_order_history_change_data_capture.py} +48 -42
  29. criteo_api_retailmedia_preview/model/installment.py +273 -0
  30. criteo_api_retailmedia_preview/model/{creative202210_response.py → loyalty_points.py} +15 -25
  31. criteo_api_retailmedia_preview/model/metadata.py +273 -0
  32. criteo_api_retailmedia_preview/model/page_of_insertion_order_history_change_data_capture.py +276 -0
  33. criteo_api_retailmedia_preview/model/{json_api_request_of_catalog_request_preview.py → preferred_line_item_create_model_v2_request.py} +8 -8
  34. criteo_api_retailmedia_preview/model/{common_status_code_response.py → preferred_line_item_update_model_v2_request.py} +9 -15
  35. criteo_api_retailmedia_preview/model/{retail_media_audience_v2_list_response.py → preferred_line_item_v2_paged_list_response.py} +21 -27
  36. criteo_api_retailmedia_preview/model/{creative202210_list_response.py → preferred_line_item_v2_response.py} +16 -16
  37. criteo_api_retailmedia_preview/model/price.py +267 -0
  38. criteo_api_retailmedia_preview/model/product.py +626 -0
  39. criteo_api_retailmedia_preview/model/{retail_media_audience_v2.py → product_importer_error.py} +37 -29
  40. criteo_api_retailmedia_preview/model/product_importer_warning.py +299 -0
  41. criteo_api_retailmedia_preview/model/product_shipping.py +293 -0
  42. criteo_api_retailmedia_preview/model/product_shipping_dimension.py +267 -0
  43. criteo_api_retailmedia_preview/model/product_shipping_weight.py +267 -0
  44. criteo_api_retailmedia_preview/model/product_tax.py +283 -0
  45. criteo_api_retailmedia_preview/model/{choice_variable_value.py → product_unit_pricing_base_measure.py} +13 -15
  46. criteo_api_retailmedia_preview/model/{text_variable_specification.py → product_unit_pricing_measure.py} +11 -7
  47. criteo_api_retailmedia_preview/model/{section.py → products_custom_batch_request.py} +13 -19
  48. criteo_api_retailmedia_preview/model/{retail_media_audience_v2_attributes.py → products_custom_batch_request_entry.py} +43 -29
  49. criteo_api_retailmedia_preview/model/{json_api_body_without_id_of_catalog_request_and_catalog_request_preview.py → report_detail_error.py} +35 -15
  50. criteo_api_retailmedia_preview/model/report_detail_errors.py +281 -0
  51. criteo_api_retailmedia_preview/model/{template_variable_value.py → report_ok_response.py} +58 -43
  52. criteo_api_retailmedia_preview/model/{resource_of_creative202210.py → resource_of_preferred_line_item_update_model_v2.py} +9 -9
  53. criteo_api_retailmedia_preview/model/{resource_of_template.py → resource_of_preferred_line_item_v2.py} +9 -9
  54. criteo_api_retailmedia_preview/model/retail_media_account.py +4 -0
  55. criteo_api_retailmedia_preview/model/retail_media_brand_account_creation.py +4 -0
  56. criteo_api_retailmedia_preview/model/{text_variable_value.py → retail_media_brands.py} +10 -22
  57. criteo_api_retailmedia_preview/model/retail_media_seller_account_creation.py +4 -0
  58. criteo_api_retailmedia_preview/model/rm_legacy_audience_get_entity_v2.py +3 -3
  59. criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +37 -37
  60. criteo_api_retailmedia_preview/model/sync_campaigns_report.py +51 -47
  61. criteo_api_retailmedia_preview/model/sync_line_items_report.py +53 -50
  62. criteo_api_retailmedia_preview/model/value_resource_collection_input_of_retail_media_seller.py +262 -0
  63. criteo_api_retailmedia_preview/model/value_resource_input_of_retail_media_brand_account_creation.py +262 -0
  64. criteo_api_retailmedia_preview/model/{hyperlink_variable_value.py → value_resource_input_of_retail_media_brands.py} +15 -22
  65. criteo_api_retailmedia_preview/model/value_resource_input_of_retail_media_seller_account_creation.py +262 -0
  66. criteo_api_retailmedia_preview/model/value_resource_of_retail_media_brand_account_creation.py +266 -0
  67. criteo_api_retailmedia_preview/model/{value_resource_of_int64.py → value_resource_of_retail_media_brands.py} +11 -6
  68. criteo_api_retailmedia_preview/model/value_resource_of_retail_media_seller_account_creation.py +266 -0
  69. criteo_api_retailmedia_preview/models/__init__.py +48 -42
  70. {criteo_api_retailmedia_sdk-0.0.240118.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/METADATA +3 -3
  71. {criteo_api_retailmedia_sdk-0.0.240118.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/RECORD +73 -66
  72. {criteo_api_retailmedia_sdk-0.0.240118.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/WHEEL +1 -1
  73. criteo_api_retailmedia_preview/model/choice_option.py +0 -281
  74. criteo_api_retailmedia_preview/model/choice_variable_specification.py +0 -283
  75. criteo_api_retailmedia_preview/model/create_user_behavior_segment_v2.py +0 -309
  76. criteo_api_retailmedia_preview/model/creative_create_model202207.py +0 -297
  77. criteo_api_retailmedia_preview/model/creative_update_model202207.py +0 -297
  78. criteo_api_retailmedia_preview/model/files_variables_specification.py +0 -290
  79. criteo_api_retailmedia_preview/model/get_page_of_audiences_by_account_id_response.py +0 -295
  80. criteo_api_retailmedia_preview/model/json_api_single_response_of_catalog_status.py +0 -287
  81. criteo_api_retailmedia_preview/model/template_list_response.py +0 -281
  82. criteo_api_retailmedia_preview/model/template_response.py +0 -281
  83. criteo_api_retailmedia_preview/model/template_variable.py +0 -310
  84. criteo_api_retailmedia_preview/model/user_behavior_details.py +0 -306
  85. criteo_api_retailmedia_preview/model/user_behavior_details_v2.py +0 -279
  86. {criteo_api_retailmedia_sdk-0.0.240118.dist-info → criteo_api_retailmedia_sdk-0.0.240404.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,273 @@
1
+ """
2
+ Criteo API
3
+
4
+ Criteo API - RetailMedia # noqa: E501
5
+
6
+ The version of the OpenAPI document: Preview
7
+ Generated by: https://openapi-generator.tech
8
+ """
9
+
10
+
11
+ import re # noqa: F401
12
+ import sys # noqa: F401
13
+
14
+ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
15
+ ApiTypeError,
16
+ ModelComposed,
17
+ ModelNormal,
18
+ ModelSimple,
19
+ cached_property,
20
+ change_keys_js_to_python,
21
+ convert_js_args_to_python_args,
22
+ date,
23
+ datetime,
24
+ file_type,
25
+ none_type,
26
+ validate_get_composed_info,
27
+ OpenApiModel
28
+ )
29
+ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
+
31
+
32
+
33
+ class ExternalLineItemPageCategoryV2(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
+ 'category_id': (str,), # noqa: E501
85
+ 'include_children': (bool,), # noqa: E501
86
+ }
87
+
88
+ @cached_property
89
+ def discriminator():
90
+ return None
91
+
92
+
93
+ attribute_map = {
94
+ 'category_id': 'categoryId', # noqa: E501
95
+ 'include_children': 'includeChildren', # noqa: E501
96
+ }
97
+
98
+ read_only_vars = {
99
+ }
100
+
101
+ _composed_schemas = {}
102
+
103
+ @classmethod
104
+ @convert_js_args_to_python_args
105
+ def _from_openapi_data(cls, category_id, *args, **kwargs): # noqa: E501
106
+ """ExternalLineItemPageCategoryV2 - a model defined in OpenAPI
107
+
108
+ Args:
109
+ category_id (str):
110
+
111
+ Keyword Args:
112
+ _check_type (bool): if True, values for parameters in openapi_types
113
+ will be type checked and a TypeError will be
114
+ raised if the wrong type is input.
115
+ Defaults to True
116
+ _path_to_item (tuple/list): This is a list of keys or values to
117
+ drill down to the model in received_data
118
+ when deserializing a response
119
+ _spec_property_naming (bool): True if the variable names in the input data
120
+ are serialized names, as specified in the OpenAPI document.
121
+ False if the variable names in the input data
122
+ are pythonic names, e.g. snake case (default)
123
+ _configuration (Configuration): the instance to use when
124
+ deserializing a file_type parameter.
125
+ If passed, type conversion is attempted
126
+ If omitted no type conversion is done.
127
+ _visited_composed_classes (tuple): This stores a tuple of
128
+ classes that we have traveled through so that
129
+ if we see that class again we will not use its
130
+ discriminator again.
131
+ When traveling through a discriminator, the
132
+ composed schema that is
133
+ is traveled through is added to this set.
134
+ For example if Animal has a discriminator
135
+ petType and we pass in "Dog", and the class Dog
136
+ allOf includes Animal, we move through Animal
137
+ once using the discriminator, and pick Dog.
138
+ Then in Dog, we will make an instance of the
139
+ Animal class but this time we won't travel
140
+ through its discriminator because we passed in
141
+ _visited_composed_classes = (Animal,)
142
+ include_children (bool): [optional] if omitted the server will use the default value of True # noqa: E501
143
+ """
144
+
145
+ _check_type = kwargs.pop('_check_type', True)
146
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
147
+ _path_to_item = kwargs.pop('_path_to_item', ())
148
+ _configuration = kwargs.pop('_configuration', None)
149
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
150
+
151
+ self = super(OpenApiModel, cls).__new__(cls)
152
+
153
+ if args:
154
+ for arg in args:
155
+ if isinstance(arg, dict):
156
+ kwargs.update(arg)
157
+ else:
158
+ raise ApiTypeError(
159
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
160
+ args,
161
+ self.__class__.__name__,
162
+ ),
163
+ path_to_item=_path_to_item,
164
+ valid_classes=(self.__class__,),
165
+ )
166
+
167
+ self._data_store = {}
168
+ self._check_type = _check_type
169
+ self._spec_property_naming = _spec_property_naming
170
+ self._path_to_item = _path_to_item
171
+ self._configuration = _configuration
172
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
173
+
174
+ self.category_id = category_id
175
+ for var_name, var_value in kwargs.items():
176
+ if var_name not in self.attribute_map and \
177
+ self._configuration is not None and \
178
+ self._configuration.discard_unknown_keys and \
179
+ self.additional_properties_type is None:
180
+ # discard variable.
181
+ continue
182
+ setattr(self, var_name, var_value)
183
+ return self
184
+
185
+ required_properties = set([
186
+ '_data_store',
187
+ '_check_type',
188
+ '_spec_property_naming',
189
+ '_path_to_item',
190
+ '_configuration',
191
+ '_visited_composed_classes',
192
+ ])
193
+
194
+ @convert_js_args_to_python_args
195
+ def __init__(self, category_id, *args, **kwargs): # noqa: E501
196
+ """ExternalLineItemPageCategoryV2 - a model defined in OpenAPI
197
+
198
+ Args:
199
+ category_id (str):
200
+
201
+ Keyword Args:
202
+ _check_type (bool): if True, values for parameters in openapi_types
203
+ will be type checked and a TypeError will be
204
+ raised if the wrong type is input.
205
+ Defaults to True
206
+ _path_to_item (tuple/list): This is a list of keys or values to
207
+ drill down to the model in received_data
208
+ when deserializing a response
209
+ _spec_property_naming (bool): True if the variable names in the input data
210
+ are serialized names, as specified in the OpenAPI document.
211
+ False if the variable names in the input data
212
+ are pythonic names, e.g. snake case (default)
213
+ _configuration (Configuration): the instance to use when
214
+ deserializing a file_type parameter.
215
+ If passed, type conversion is attempted
216
+ If omitted no type conversion is done.
217
+ _visited_composed_classes (tuple): This stores a tuple of
218
+ classes that we have traveled through so that
219
+ if we see that class again we will not use its
220
+ discriminator again.
221
+ When traveling through a discriminator, the
222
+ composed schema that is
223
+ is traveled through is added to this set.
224
+ For example if Animal has a discriminator
225
+ petType and we pass in "Dog", and the class Dog
226
+ allOf includes Animal, we move through Animal
227
+ once using the discriminator, and pick Dog.
228
+ Then in Dog, we will make an instance of the
229
+ Animal class but this time we won't travel
230
+ through its discriminator because we passed in
231
+ _visited_composed_classes = (Animal,)
232
+ include_children (bool): [optional] if omitted the server will use the default value of True # noqa: E501
233
+ """
234
+
235
+ _check_type = kwargs.pop('_check_type', True)
236
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
237
+ _path_to_item = kwargs.pop('_path_to_item', ())
238
+ _configuration = kwargs.pop('_configuration', None)
239
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
240
+
241
+ if args:
242
+ for arg in args:
243
+ if isinstance(arg, dict):
244
+ kwargs.update(arg)
245
+ else:
246
+ raise ApiTypeError(
247
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
248
+ args,
249
+ self.__class__.__name__,
250
+ ),
251
+ path_to_item=_path_to_item,
252
+ valid_classes=(self.__class__,),
253
+ )
254
+
255
+ self._data_store = {}
256
+ self._check_type = _check_type
257
+ self._spec_property_naming = _spec_property_naming
258
+ self._path_to_item = _path_to_item
259
+ self._configuration = _configuration
260
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
261
+
262
+ self.category_id = category_id
263
+ for var_name, var_value in kwargs.items():
264
+ if var_name not in self.attribute_map and \
265
+ self._configuration is not None and \
266
+ self._configuration.discard_unknown_keys and \
267
+ self.additional_properties_type is None:
268
+ # discard variable.
269
+ continue
270
+ setattr(self, var_name, var_value)
271
+ if var_name in self.read_only_vars:
272
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
273
+ f"class with read only attributes.")
@@ -29,8 +29,12 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
29
29
  from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
+ def lazy_import():
33
+ from criteo_api_retailmedia_preview.model.external_line_item_page_category_v2 import ExternalLineItemPageCategoryV2
34
+ globals()['ExternalLineItemPageCategoryV2'] = ExternalLineItemPageCategoryV2
32
35
 
33
- class PageTypeEnvironment(ModelNormal):
36
+
37
+ class ExternalLineItemPageV2(ModelNormal):
34
38
  """NOTE: This class is auto generated by OpenAPI Generator.
35
39
  Ref: https://openapi-generator.tech
36
40
 
@@ -56,24 +60,19 @@ class PageTypeEnvironment(ModelNormal):
56
60
 
57
61
  allowed_values = {
58
62
  ('page_type',): {
59
- 'SEARCH': "Search",
60
- 'HOME': "Home",
61
- 'BROWSE': "Browse",
62
- 'CHECKOUT': "Checkout",
63
- 'CATEGORY': "Category",
64
- 'PRODUCTDETAIL': "ProductDetail",
65
- 'CONFIRMATION': "Confirmation",
66
- 'MERCHANDISING': "Merchandising",
67
- 'DEALS': "Deals",
68
- },
69
- ('environments',): {
70
- 'WEB': "Web",
71
- 'MOBILE': "Mobile",
72
- 'APP': "App",
73
- 'LOCKOUT': "Lockout",
74
- 'MIXED': "Mixed",
75
- 'IOS': "iOS",
76
- 'ANDROID': "Android",
63
+ 'UNKNOWN': "unknown",
64
+ 'SEARCH': "search",
65
+ 'HOME': "home",
66
+ 'BROWSE': "browse",
67
+ 'CHECKOUT': "checkout",
68
+ 'CATEGORY': "category",
69
+ 'PRODUCTDETAIL': "productDetail",
70
+ 'CONFIRMATION': "confirmation",
71
+ 'MERCHANDISING': "merchandising",
72
+ 'DEALS': "deals",
73
+ 'FAVORITES': "favorites",
74
+ 'SEARCHBAR': "searchBar",
75
+ 'CATEGORYMENU': "categoryMenu",
77
76
  },
78
77
  }
79
78
 
@@ -86,6 +85,7 @@ class PageTypeEnvironment(ModelNormal):
86
85
  This must be a method because a model may have properties that are
87
86
  of type self, this must run after the class is loaded
88
87
  """
88
+ lazy_import()
89
89
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
90
90
 
91
91
  _nullable = False
@@ -100,9 +100,11 @@ class PageTypeEnvironment(ModelNormal):
100
100
  openapi_types (dict): The key is attribute name
101
101
  and the value is attribute type.
102
102
  """
103
+ lazy_import()
103
104
  return {
104
105
  'page_type': (str,), # noqa: E501
105
- 'environments': ([str],), # noqa: E501
106
+ 'categories': ([ExternalLineItemPageCategoryV2],), # noqa: E501
107
+ 'search_keywords': ([str],), # noqa: E501
106
108
  }
107
109
 
108
110
  @cached_property
@@ -112,7 +114,8 @@ class PageTypeEnvironment(ModelNormal):
112
114
 
113
115
  attribute_map = {
114
116
  'page_type': 'pageType', # noqa: E501
115
- 'environments': 'environments', # noqa: E501
117
+ 'categories': 'categories', # noqa: E501
118
+ 'search_keywords': 'searchKeywords', # noqa: E501
116
119
  }
117
120
 
118
121
  read_only_vars = {
@@ -122,8 +125,11 @@ class PageTypeEnvironment(ModelNormal):
122
125
 
123
126
  @classmethod
124
127
  @convert_js_args_to_python_args
125
- def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
126
- """PageTypeEnvironment - a model defined in OpenAPI
128
+ def _from_openapi_data(cls, page_type, *args, **kwargs): # noqa: E501
129
+ """ExternalLineItemPageV2 - a model defined in OpenAPI
130
+
131
+ Args:
132
+ page_type (str): Page Type Enum
127
133
 
128
134
  Keyword Args:
129
135
  _check_type (bool): if True, values for parameters in openapi_types
@@ -156,8 +162,8 @@ class PageTypeEnvironment(ModelNormal):
156
162
  Animal class but this time we won't travel
157
163
  through its discriminator because we passed in
158
164
  _visited_composed_classes = (Animal,)
159
- page_type (str): Creative PageType. [optional] # noqa: E501
160
- environments ([str]): List of environments per PageType. [optional] # noqa: E501
165
+ categories ([ExternalLineItemPageCategoryV2]): [optional] # noqa: E501
166
+ search_keywords ([str]): [optional] # noqa: E501
161
167
  """
162
168
 
163
169
  _check_type = kwargs.pop('_check_type', True)
@@ -189,6 +195,7 @@ class PageTypeEnvironment(ModelNormal):
189
195
  self._configuration = _configuration
190
196
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
191
197
 
198
+ self.page_type = page_type
192
199
  for var_name, var_value in kwargs.items():
193
200
  if var_name not in self.attribute_map and \
194
201
  self._configuration is not None and \
@@ -209,8 +216,11 @@ class PageTypeEnvironment(ModelNormal):
209
216
  ])
210
217
 
211
218
  @convert_js_args_to_python_args
212
- def __init__(self, *args, **kwargs): # noqa: E501
213
- """PageTypeEnvironment - a model defined in OpenAPI
219
+ def __init__(self, page_type, *args, **kwargs): # noqa: E501
220
+ """ExternalLineItemPageV2 - a model defined in OpenAPI
221
+
222
+ Args:
223
+ page_type (str): Page Type Enum
214
224
 
215
225
  Keyword Args:
216
226
  _check_type (bool): if True, values for parameters in openapi_types
@@ -243,8 +253,8 @@ class PageTypeEnvironment(ModelNormal):
243
253
  Animal class but this time we won't travel
244
254
  through its discriminator because we passed in
245
255
  _visited_composed_classes = (Animal,)
246
- page_type (str): Creative PageType. [optional] # noqa: E501
247
- environments ([str]): List of environments per PageType. [optional] # noqa: E501
256
+ categories ([ExternalLineItemPageCategoryV2]): [optional] # noqa: E501
257
+ search_keywords ([str]): [optional] # noqa: E501
248
258
  """
249
259
 
250
260
  _check_type = kwargs.pop('_check_type', True)
@@ -274,6 +284,7 @@ class PageTypeEnvironment(ModelNormal):
274
284
  self._configuration = _configuration
275
285
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
276
286
 
287
+ self.page_type = page_type
277
288
  for var_name, var_value in kwargs.items():
278
289
  if var_name not in self.attribute_map and \
279
290
  self._configuration is not None and \
@@ -30,13 +30,13 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_retailmedia_preview.model.customer_list_details import CustomerListDetails
34
- from criteo_api_retailmedia_preview.model.user_behavior_details import UserBehaviorDetails
35
- globals()['CustomerListDetails'] = CustomerListDetails
36
- globals()['UserBehaviorDetails'] = UserBehaviorDetails
33
+ from criteo_api_retailmedia_preview.model.external_line_item_capping_v2 import ExternalLineItemCappingV2
34
+ from criteo_api_retailmedia_preview.model.external_line_item_page_v2 import ExternalLineItemPageV2
35
+ globals()['ExternalLineItemCappingV2'] = ExternalLineItemCappingV2
36
+ globals()['ExternalLineItemPageV2'] = ExternalLineItemPageV2
37
37
 
38
38
 
39
- class RetailMediaAudienceAttributes(ModelNormal):
39
+ class ExternalPreferredLineItemCreateModelV2(ModelNormal):
40
40
  """NOTE: This class is auto generated by OpenAPI Generator.
41
41
  Ref: https://openapi-generator.tech
42
42
 
@@ -61,9 +61,29 @@ class RetailMediaAudienceAttributes(ModelNormal):
61
61
  """
62
62
 
63
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
+ },
64
80
  }
65
81
 
66
82
  validations = {
83
+ ('name',): {
84
+ 'max_length': 255,
85
+ 'min_length': 0,
86
+ },
67
87
  }
68
88
 
69
89
  @cached_property
@@ -89,10 +109,16 @@ class RetailMediaAudienceAttributes(ModelNormal):
89
109
  """
90
110
  lazy_import()
91
111
  return {
92
- 'retailer_id': (str,), # noqa: E501
93
112
  'name': (str,), # noqa: E501
94
- 'user_behavior_details': (UserBehaviorDetails,), # noqa: E501
95
- 'customer_list_details': (CustomerListDetails,), # noqa: E501
113
+ 'start_date': (date,), # noqa: E501
114
+ 'end_date': (date,), # noqa: E501
115
+ 'pacing': (str,), # noqa: E501
116
+ 'page': (ExternalLineItemPageV2,), # noqa: E501
117
+ 'target_retailer_id': (str,), # noqa: E501
118
+ 'budget': (float,), # noqa: E501
119
+ 'status': (str,), # noqa: E501
120
+ 'capping': (ExternalLineItemCappingV2,), # noqa: E501
121
+ 'creative_id': (str, none_type,), # noqa: E501
96
122
  }
97
123
 
98
124
  @cached_property
@@ -101,10 +127,16 @@ class RetailMediaAudienceAttributes(ModelNormal):
101
127
 
102
128
 
103
129
  attribute_map = {
104
- 'retailer_id': 'retailerId', # noqa: E501
105
130
  'name': 'name', # noqa: E501
106
- 'user_behavior_details': 'userBehaviorDetails', # noqa: E501
107
- 'customer_list_details': 'customerListDetails', # noqa: E501
131
+ 'start_date': 'startDate', # noqa: E501
132
+ 'end_date': 'endDate', # noqa: E501
133
+ 'pacing': 'pacing', # noqa: E501
134
+ 'page': 'page', # noqa: E501
135
+ 'target_retailer_id': 'targetRetailerId', # noqa: E501
136
+ 'budget': 'budget', # noqa: E501
137
+ 'status': 'status', # noqa: E501
138
+ 'capping': 'capping', # noqa: E501
139
+ 'creative_id': 'creativeId', # noqa: E501
108
140
  }
109
141
 
110
142
  read_only_vars = {
@@ -114,12 +146,17 @@ class RetailMediaAudienceAttributes(ModelNormal):
114
146
 
115
147
  @classmethod
116
148
  @convert_js_args_to_python_args
117
- def _from_openapi_data(cls, retailer_id, name, *args, **kwargs): # noqa: E501
118
- """RetailMediaAudienceAttributes - a model defined in OpenAPI
149
+ def _from_openapi_data(cls, name, start_date, end_date, pacing, page, target_retailer_id, budget, *args, **kwargs): # noqa: E501
150
+ """ExternalPreferredLineItemCreateModelV2 - a model defined in OpenAPI
119
151
 
120
152
  Args:
121
- retailer_id (str): ID of the retailer associated with this audience
122
- name (str): Name of the audience.
153
+ name (str):
154
+ start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
155
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
156
+ pacing (str): Line Item Pacing Enum
157
+ page (ExternalLineItemPageV2):
158
+ target_retailer_id (str):
159
+ budget (float):
123
160
 
124
161
  Keyword Args:
125
162
  _check_type (bool): if True, values for parameters in openapi_types
@@ -152,8 +189,9 @@ class RetailMediaAudienceAttributes(ModelNormal):
152
189
  Animal class but this time we won't travel
153
190
  through its discriminator because we passed in
154
191
  _visited_composed_classes = (Animal,)
155
- user_behavior_details (UserBehaviorDetails): [optional] # noqa: E501
156
- customer_list_details (CustomerListDetails): [optional] # noqa: E501
192
+ status (str): Line Item Status Enum. [optional] # noqa: E501
193
+ capping (ExternalLineItemCappingV2): [optional] # noqa: E501
194
+ creative_id (str, none_type): [optional] # noqa: E501
157
195
  """
158
196
 
159
197
  _check_type = kwargs.pop('_check_type', True)
@@ -185,8 +223,13 @@ class RetailMediaAudienceAttributes(ModelNormal):
185
223
  self._configuration = _configuration
186
224
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
187
225
 
188
- self.retailer_id = retailer_id
189
226
  self.name = name
227
+ self.start_date = start_date
228
+ self.end_date = end_date
229
+ self.pacing = pacing
230
+ self.page = page
231
+ self.target_retailer_id = target_retailer_id
232
+ self.budget = budget
190
233
  for var_name, var_value in kwargs.items():
191
234
  if var_name not in self.attribute_map and \
192
235
  self._configuration is not None and \
@@ -207,12 +250,17 @@ class RetailMediaAudienceAttributes(ModelNormal):
207
250
  ])
208
251
 
209
252
  @convert_js_args_to_python_args
210
- def __init__(self, retailer_id, name, *args, **kwargs): # noqa: E501
211
- """RetailMediaAudienceAttributes - a model defined in OpenAPI
253
+ def __init__(self, name, start_date, end_date, pacing, page, target_retailer_id, budget, *args, **kwargs): # noqa: E501
254
+ """ExternalPreferredLineItemCreateModelV2 - a model defined in OpenAPI
212
255
 
213
256
  Args:
214
- retailer_id (str): ID of the retailer associated with this audience
215
- name (str): Name of the audience.
257
+ name (str):
258
+ start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
259
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD
260
+ pacing (str): Line Item Pacing Enum
261
+ page (ExternalLineItemPageV2):
262
+ target_retailer_id (str):
263
+ budget (float):
216
264
 
217
265
  Keyword Args:
218
266
  _check_type (bool): if True, values for parameters in openapi_types
@@ -245,8 +293,9 @@ class RetailMediaAudienceAttributes(ModelNormal):
245
293
  Animal class but this time we won't travel
246
294
  through its discriminator because we passed in
247
295
  _visited_composed_classes = (Animal,)
248
- user_behavior_details (UserBehaviorDetails): [optional] # noqa: E501
249
- customer_list_details (CustomerListDetails): [optional] # noqa: E501
296
+ status (str): Line Item Status Enum. [optional] # noqa: E501
297
+ capping (ExternalLineItemCappingV2): [optional] # noqa: E501
298
+ creative_id (str, none_type): [optional] # noqa: E501
250
299
  """
251
300
 
252
301
  _check_type = kwargs.pop('_check_type', True)
@@ -276,8 +325,13 @@ class RetailMediaAudienceAttributes(ModelNormal):
276
325
  self._configuration = _configuration
277
326
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
278
327
 
279
- self.retailer_id = retailer_id
280
328
  self.name = name
329
+ self.start_date = start_date
330
+ self.end_date = end_date
331
+ self.pacing = pacing
332
+ self.page = page
333
+ self.target_retailer_id = target_retailer_id
334
+ self.budget = budget
281
335
  for var_name, var_value in kwargs.items():
282
336
  if var_name not in self.attribute_map and \
283
337
  self._configuration is not None and \