criteo-api-retailmedia-sdk 0.0.251015__py3-none-any.whl → 0.0.251028__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 (48) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/accounts_api.py +1 -1
  3. criteo_api_retailmedia_preview/api/campaign_api.py +332 -1203
  4. criteo_api_retailmedia_preview/api/third_party_accounts_api.py +757 -0
  5. criteo_api_retailmedia_preview/api_client.py +1 -1
  6. criteo_api_retailmedia_preview/apis/__init__.py +1 -0
  7. criteo_api_retailmedia_preview/configuration.py +1 -1
  8. criteo_api_retailmedia_preview/model/{set_bid_model.py → display_auction_min_bid_request.py} +17 -14
  9. criteo_api_retailmedia_preview/model/{keywords_model.py → display_auction_min_bid_result.py} +30 -16
  10. criteo_api_retailmedia_preview/model/{entity_resource_line_item_keyword_review_report.py → entity_resource_of_retail_media_account_v2.py} +9 -9
  11. criteo_api_retailmedia_preview/model/{value_resource_outcome_retail_media_keywords_review_result.py → entity_resource_outcome_of_retail_media_account_v2.py} +8 -8
  12. criteo_api_retailmedia_preview/model/external_retail_media_account_v2.py +301 -0
  13. criteo_api_retailmedia_preview/model/{add_remove_keyword_model.py → external_retail_media_brand_account_creation_v2.py} +19 -24
  14. criteo_api_retailmedia_preview/model/{set_bids_model.py → external_retail_media_brands.py} +16 -15
  15. criteo_api_retailmedia_preview/model/{seller_identifier_v2.py → external_retail_media_seller.py} +10 -16
  16. criteo_api_retailmedia_preview/model/{retail_media_keywords_review.py → external_retail_media_seller_account_creation_v2.py} +25 -16
  17. criteo_api_retailmedia_preview/model/{value_resource_input_retail_media_keywords_review.py → value_resource_collection_input_of_retail_media_seller.py} +8 -8
  18. criteo_api_retailmedia_preview/model/{entity_resource_collection_outcome_line_item_keyword_review_report_and_metadata.py → value_resource_collection_outcome_display_auction_min_bid_result.py} +8 -14
  19. criteo_api_retailmedia_preview/model/{resource_outcome.py → value_resource_collection_outcome_of_retail_media_seller.py} +17 -11
  20. criteo_api_retailmedia_preview/model/{keywords_model_resource.py → value_resource_display_auction_min_bid_request.py} +11 -15
  21. criteo_api_retailmedia_preview/model/{set_bids_model_resource.py → value_resource_display_auction_min_bid_result.py} +10 -14
  22. criteo_api_retailmedia_preview/model/{add_remove_keywords_model_request.py → value_resource_input_display_auction_min_bid_request.py} +8 -8
  23. criteo_api_retailmedia_preview/model/{add_remove_keywords_model.py → value_resource_input_of_retail_media_brand_account_creation_v2.py} +9 -9
  24. criteo_api_retailmedia_preview/model/{set_bids_model_request.py → value_resource_input_of_retail_media_brands.py} +8 -8
  25. criteo_api_retailmedia_preview/model/value_resource_input_of_retail_media_seller_account_creation_v2.py +262 -0
  26. criteo_api_retailmedia_preview/model/{add_remove_keywords_model_resource.py → value_resource_of_retail_media_brand_account_creation_v2.py} +10 -14
  27. criteo_api_retailmedia_preview/model/{value_resource_retail_media_keywords_review_result.py → value_resource_of_retail_media_brands.py} +8 -8
  28. criteo_api_retailmedia_preview/model/{value_resource_retail_media_keywords_review.py → value_resource_of_retail_media_seller.py} +8 -8
  29. criteo_api_retailmedia_preview/model/value_resource_of_retail_media_seller_account_creation_v2.py +266 -0
  30. criteo_api_retailmedia_preview/model/{keywords_model_response.py → value_resource_outcome_of_retail_media_brands.py} +16 -16
  31. criteo_api_retailmedia_preview/models/__init__.py +23 -33
  32. {criteo_api_retailmedia_sdk-0.0.251015.dist-info → criteo_api_retailmedia_sdk-0.0.251028.dist-info}/METADATA +3 -3
  33. {criteo_api_retailmedia_sdk-0.0.251015.dist-info → criteo_api_retailmedia_sdk-0.0.251028.dist-info}/RECORD +35 -44
  34. criteo_api_retailmedia_preview/model/brand_catalog_request_v2.py +0 -284
  35. criteo_api_retailmedia_preview/model/input_keywords_model.py +0 -265
  36. criteo_api_retailmedia_preview/model/keyword_data_model.py +0 -286
  37. criteo_api_retailmedia_preview/model/line_item_keyword_review_report.py +0 -311
  38. criteo_api_retailmedia_preview/model/match_type_model.py +0 -291
  39. criteo_api_retailmedia_preview/model/retail_media_keywords_review_result.py +0 -271
  40. criteo_api_retailmedia_preview/model/review_set_state.py +0 -278
  41. criteo_api_retailmedia_preview/model/review_state_model.py +0 -294
  42. criteo_api_retailmedia_preview/model/seller_catalog_request_v2.py +0 -286
  43. criteo_api_retailmedia_preview/model/value_resource_input_of_brand_catalog_request_v2.py +0 -269
  44. criteo_api_retailmedia_preview/model/value_resource_input_of_seller_catalog_request_v2.py +0 -269
  45. criteo_api_retailmedia_preview/model/value_resource_of_brand_catalog_request_v2.py +0 -273
  46. criteo_api_retailmedia_preview/model/value_resource_of_seller_catalog_request_v2.py +0 -273
  47. {criteo_api_retailmedia_sdk-0.0.251015.dist-info → criteo_api_retailmedia_sdk-0.0.251028.dist-info}/WHEEL +0 -0
  48. {criteo_api_retailmedia_sdk-0.0.251015.dist-info → criteo_api_retailmedia_sdk-0.0.251028.dist-info}/top_level.txt +0 -0
@@ -29,12 +29,8 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
29
29
  from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
- def lazy_import():
33
- from criteo_api_retailmedia_preview.model.match_type_model import MatchTypeModel
34
- globals()['MatchTypeModel'] = MatchTypeModel
35
32
 
36
-
37
- class AddRemoveKeywordModel(ModelNormal):
33
+ class ExternalRetailMediaBrandAccountCreationV2(ModelNormal):
38
34
  """NOTE: This class is auto generated by OpenAPI Generator.
39
35
  Ref: https://openapi-generator.tech
40
36
 
@@ -62,10 +58,6 @@ class AddRemoveKeywordModel(ModelNormal):
62
58
  }
63
59
 
64
60
  validations = {
65
- ('phrase',): {
66
- 'max_length': 255,
67
- 'min_length': 0,
68
- },
69
61
  }
70
62
 
71
63
  additional_properties_type = None
@@ -82,11 +74,11 @@ class AddRemoveKeywordModel(ModelNormal):
82
74
  openapi_types (dict): The key is attribute name
83
75
  and the value is attribute type.
84
76
  """
85
- lazy_import()
86
77
  return {
87
- 'is_deleted': (bool,), # noqa: E501
88
- 'match_type': (MatchTypeModel,), # noqa: E501
89
- 'phrase': (str, none_type,), # noqa: E501
78
+ 'brands': ([int], none_type,), # noqa: E501
79
+ 'name': (str, none_type,), # noqa: E501
80
+ 'on_behalf_company_name': (str, none_type,), # noqa: E501
81
+ 'paying_company_name': (str, none_type,), # noqa: E501
90
82
  }
91
83
 
92
84
  @cached_property
@@ -95,9 +87,10 @@ class AddRemoveKeywordModel(ModelNormal):
95
87
 
96
88
 
97
89
  attribute_map = {
98
- 'is_deleted': 'isDeleted', # noqa: E501
99
- 'match_type': 'matchType', # noqa: E501
100
- 'phrase': 'phrase', # noqa: E501
90
+ 'brands': 'brands', # noqa: E501
91
+ 'name': 'name', # noqa: E501
92
+ 'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
93
+ 'paying_company_name': 'payingCompanyName', # noqa: E501
101
94
  }
102
95
 
103
96
  read_only_vars = {
@@ -108,7 +101,7 @@ class AddRemoveKeywordModel(ModelNormal):
108
101
  @classmethod
109
102
  @convert_js_args_to_python_args
110
103
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
111
- """AddRemoveKeywordModel - a model defined in OpenAPI
104
+ """ExternalRetailMediaBrandAccountCreationV2 - a model defined in OpenAPI
112
105
 
113
106
  Keyword Args:
114
107
  _check_type (bool): if True, values for parameters in openapi_types
@@ -141,9 +134,10 @@ class AddRemoveKeywordModel(ModelNormal):
141
134
  Animal class but this time we won't travel
142
135
  through its discriminator because we passed in
143
136
  _visited_composed_classes = (Animal,)
144
- is_deleted (bool): [optional] # noqa: E501
145
- match_type (MatchTypeModel): [optional] # noqa: E501
146
- phrase (str, none_type): [optional] # noqa: E501
137
+ brands ([int], none_type): list of brands to link to the new account. [optional] # noqa: E501
138
+ name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
139
+ on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
140
+ paying_company_name (str, none_type): Display name for reporting the owning entity of ads for the Digital Services Act in the European Union. [optional] # noqa: E501
147
141
  """
148
142
 
149
143
  _check_type = kwargs.pop('_check_type', True)
@@ -196,7 +190,7 @@ class AddRemoveKeywordModel(ModelNormal):
196
190
 
197
191
  @convert_js_args_to_python_args
198
192
  def __init__(self, *args, **kwargs): # noqa: E501
199
- """AddRemoveKeywordModel - a model defined in OpenAPI
193
+ """ExternalRetailMediaBrandAccountCreationV2 - a model defined in OpenAPI
200
194
 
201
195
  Keyword Args:
202
196
  _check_type (bool): if True, values for parameters in openapi_types
@@ -229,9 +223,10 @@ class AddRemoveKeywordModel(ModelNormal):
229
223
  Animal class but this time we won't travel
230
224
  through its discriminator because we passed in
231
225
  _visited_composed_classes = (Animal,)
232
- is_deleted (bool): [optional] # noqa: E501
233
- match_type (MatchTypeModel): [optional] # noqa: E501
234
- phrase (str, none_type): [optional] # noqa: E501
226
+ brands ([int], none_type): list of brands to link to the new account. [optional] # noqa: E501
227
+ name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
228
+ on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
229
+ paying_company_name (str, none_type): Display name for reporting the owning entity of ads for the Digital Services Act in the European Union. [optional] # noqa: E501
235
230
  """
236
231
 
237
232
  _check_type = kwargs.pop('_check_type', True)
@@ -29,12 +29,8 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
29
29
  from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
- def lazy_import():
33
- from criteo_api_retailmedia_preview.model.set_bid_model import SetBidModel
34
- globals()['SetBidModel'] = SetBidModel
35
32
 
36
-
37
- class SetBidsModel(ModelNormal):
33
+ class ExternalRetailMediaBrands(ModelNormal):
38
34
  """NOTE: This class is auto generated by OpenAPI Generator.
39
35
  Ref: https://openapi-generator.tech
40
36
 
@@ -66,7 +62,7 @@ class SetBidsModel(ModelNormal):
66
62
 
67
63
  additional_properties_type = None
68
64
 
69
- _nullable = False
65
+ _nullable = True
70
66
 
71
67
  @cached_property
72
68
  def openapi_types():
@@ -78,9 +74,8 @@ class SetBidsModel(ModelNormal):
78
74
  openapi_types (dict): The key is attribute name
79
75
  and the value is attribute type.
80
76
  """
81
- lazy_import()
82
77
  return {
83
- 'keywords': ([SetBidModel], none_type,), # noqa: E501
78
+ 'brand_ids': ([int],), # noqa: E501
84
79
  }
85
80
 
86
81
  @cached_property
@@ -89,7 +84,7 @@ class SetBidsModel(ModelNormal):
89
84
 
90
85
 
91
86
  attribute_map = {
92
- 'keywords': 'keywords', # noqa: E501
87
+ 'brand_ids': 'brandIds', # noqa: E501
93
88
  }
94
89
 
95
90
  read_only_vars = {
@@ -99,8 +94,11 @@ class SetBidsModel(ModelNormal):
99
94
 
100
95
  @classmethod
101
96
  @convert_js_args_to_python_args
102
- def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
103
- """SetBidsModel - a model defined in OpenAPI
97
+ def _from_openapi_data(cls, brand_ids, *args, **kwargs): # noqa: E501
98
+ """ExternalRetailMediaBrands - a model defined in OpenAPI
99
+
100
+ Args:
101
+ brand_ids ([int]):
104
102
 
105
103
  Keyword Args:
106
104
  _check_type (bool): if True, values for parameters in openapi_types
@@ -133,7 +131,6 @@ class SetBidsModel(ModelNormal):
133
131
  Animal class but this time we won't travel
134
132
  through its discriminator because we passed in
135
133
  _visited_composed_classes = (Animal,)
136
- keywords ([SetBidModel], none_type): [optional] # noqa: E501
137
134
  """
138
135
 
139
136
  _check_type = kwargs.pop('_check_type', True)
@@ -165,6 +162,7 @@ class SetBidsModel(ModelNormal):
165
162
  self._configuration = _configuration
166
163
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
167
164
 
165
+ self.brand_ids = brand_ids
168
166
  for var_name, var_value in kwargs.items():
169
167
  if var_name not in self.attribute_map and \
170
168
  self._configuration is not None and \
@@ -185,8 +183,11 @@ class SetBidsModel(ModelNormal):
185
183
  ])
186
184
 
187
185
  @convert_js_args_to_python_args
188
- def __init__(self, *args, **kwargs): # noqa: E501
189
- """SetBidsModel - a model defined in OpenAPI
186
+ def __init__(self, brand_ids, *args, **kwargs): # noqa: E501
187
+ """ExternalRetailMediaBrands - a model defined in OpenAPI
188
+
189
+ Args:
190
+ brand_ids ([int]):
190
191
 
191
192
  Keyword Args:
192
193
  _check_type (bool): if True, values for parameters in openapi_types
@@ -219,7 +220,6 @@ class SetBidsModel(ModelNormal):
219
220
  Animal class but this time we won't travel
220
221
  through its discriminator because we passed in
221
222
  _visited_composed_classes = (Animal,)
222
- keywords ([SetBidModel], none_type): [optional] # noqa: E501
223
223
  """
224
224
 
225
225
  _check_type = kwargs.pop('_check_type', True)
@@ -249,6 +249,7 @@ class SetBidsModel(ModelNormal):
249
249
  self._configuration = _configuration
250
250
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
251
251
 
252
+ self.brand_ids = brand_ids
252
253
  for var_name, var_value in kwargs.items():
253
254
  if var_name not in self.attribute_map and \
254
255
  self._configuration is not None and \
@@ -30,7 +30,7 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
 
33
- class SellerIdentifierV2(ModelNormal):
33
+ class ExternalRetailMediaSeller(ModelNormal):
34
34
  """NOTE: This class is auto generated by OpenAPI Generator.
35
35
  Ref: https://openapi-generator.tech
36
36
 
@@ -60,15 +60,9 @@ class SellerIdentifierV2(ModelNormal):
60
60
  validations = {
61
61
  }
62
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
63
+ additional_properties_type = None
70
64
 
71
- _nullable = False
65
+ _nullable = True
72
66
 
73
67
  @cached_property
74
68
  def openapi_types():
@@ -81,7 +75,7 @@ class SellerIdentifierV2(ModelNormal):
81
75
  and the value is attribute type.
82
76
  """
83
77
  return {
84
- 'retailer_id': (str,), # noqa: E501
78
+ 'retailer_id': (int,), # noqa: E501
85
79
  'seller_id': (str,), # noqa: E501
86
80
  }
87
81
 
@@ -103,11 +97,11 @@ class SellerIdentifierV2(ModelNormal):
103
97
  @classmethod
104
98
  @convert_js_args_to_python_args
105
99
  def _from_openapi_data(cls, retailer_id, seller_id, *args, **kwargs): # noqa: E501
106
- """SellerIdentifierV2 - a model defined in OpenAPI
100
+ """ExternalRetailMediaSeller - a model defined in OpenAPI
107
101
 
108
102
  Args:
109
- retailer_id (str): The retailer Id that the seller operates under
110
- seller_id (str): The id for the seller based on the corresponding retailer
103
+ retailer_id (int): the retailer id
104
+ seller_id (str): the seller id
111
105
 
112
106
  Keyword Args:
113
107
  _check_type (bool): if True, values for parameters in openapi_types
@@ -194,11 +188,11 @@ class SellerIdentifierV2(ModelNormal):
194
188
 
195
189
  @convert_js_args_to_python_args
196
190
  def __init__(self, retailer_id, seller_id, *args, **kwargs): # noqa: E501
197
- """SellerIdentifierV2 - a model defined in OpenAPI
191
+ """ExternalRetailMediaSeller - a model defined in OpenAPI
198
192
 
199
193
  Args:
200
- retailer_id (str): The retailer Id that the seller operates under
201
- seller_id (str): The id for the seller based on the corresponding retailer
194
+ retailer_id (int): the retailer id
195
+ seller_id (str): the seller id
202
196
 
203
197
  Keyword Args:
204
198
  _check_type (bool): if True, values for parameters in openapi_types
@@ -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.review_set_state import ReviewSetState
34
- globals()['ReviewSetState'] = ReviewSetState
33
+ from criteo_api_retailmedia_preview.model.external_retail_media_seller import ExternalRetailMediaSeller
34
+ globals()['ExternalRetailMediaSeller'] = ExternalRetailMediaSeller
35
35
 
36
36
 
37
- class RetailMediaKeywordsReview(ModelNormal):
37
+ class ExternalRetailMediaSellerAccountCreationV2(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -62,9 +62,6 @@ class RetailMediaKeywordsReview(ModelNormal):
62
62
  }
63
63
 
64
64
  validations = {
65
- ('keywords',): {
66
- 'min_items': 1,
67
- },
68
65
  }
69
66
 
70
67
  additional_properties_type = None
@@ -83,7 +80,10 @@ class RetailMediaKeywordsReview(ModelNormal):
83
80
  """
84
81
  lazy_import()
85
82
  return {
86
- 'keywords': ([ReviewSetState],), # noqa: E501
83
+ 'sellers': ([ExternalRetailMediaSeller],), # noqa: E501
84
+ 'name': (str, none_type,), # noqa: E501
85
+ 'on_behalf_company_name': (str, none_type,), # noqa: E501
86
+ 'paying_company_name': (str, none_type,), # noqa: E501
87
87
  }
88
88
 
89
89
  @cached_property
@@ -92,7 +92,10 @@ class RetailMediaKeywordsReview(ModelNormal):
92
92
 
93
93
 
94
94
  attribute_map = {
95
- 'keywords': 'keywords', # noqa: E501
95
+ 'sellers': 'sellers', # noqa: E501
96
+ 'name': 'name', # noqa: E501
97
+ 'on_behalf_company_name': 'onBehalfCompanyName', # noqa: E501
98
+ 'paying_company_name': 'payingCompanyName', # noqa: E501
96
99
  }
97
100
 
98
101
  read_only_vars = {
@@ -102,11 +105,11 @@ class RetailMediaKeywordsReview(ModelNormal):
102
105
 
103
106
  @classmethod
104
107
  @convert_js_args_to_python_args
105
- def _from_openapi_data(cls, keywords, *args, **kwargs): # noqa: E501
106
- """RetailMediaKeywordsReview - a model defined in OpenAPI
108
+ def _from_openapi_data(cls, sellers, *args, **kwargs): # noqa: E501
109
+ """ExternalRetailMediaSellerAccountCreationV2 - a model defined in OpenAPI
107
110
 
108
111
  Args:
109
- keywords ([ReviewSetState]): List of Phrase-ReviewState pairs describing keyword review updates to perform
112
+ sellers ([ExternalRetailMediaSeller]): list of sellers to associate to the new account
110
113
 
111
114
  Keyword Args:
112
115
  _check_type (bool): if True, values for parameters in openapi_types
@@ -139,6 +142,9 @@ class RetailMediaKeywordsReview(ModelNormal):
139
142
  Animal class but this time we won't travel
140
143
  through its discriminator because we passed in
141
144
  _visited_composed_classes = (Animal,)
145
+ name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
146
+ on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
147
+ paying_company_name (str, none_type): Display name for reporting the owning entity of ads for the Digital Services Act in the European Union. [optional] # noqa: E501
142
148
  """
143
149
 
144
150
  _check_type = kwargs.pop('_check_type', True)
@@ -170,7 +176,7 @@ class RetailMediaKeywordsReview(ModelNormal):
170
176
  self._configuration = _configuration
171
177
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
172
178
 
173
- self.keywords = keywords
179
+ self.sellers = sellers
174
180
  for var_name, var_value in kwargs.items():
175
181
  if var_name not in self.attribute_map and \
176
182
  self._configuration is not None and \
@@ -191,11 +197,11 @@ class RetailMediaKeywordsReview(ModelNormal):
191
197
  ])
192
198
 
193
199
  @convert_js_args_to_python_args
194
- def __init__(self, keywords, *args, **kwargs): # noqa: E501
195
- """RetailMediaKeywordsReview - a model defined in OpenAPI
200
+ def __init__(self, sellers, *args, **kwargs): # noqa: E501
201
+ """ExternalRetailMediaSellerAccountCreationV2 - a model defined in OpenAPI
196
202
 
197
203
  Args:
198
- keywords ([ReviewSetState]): List of Phrase-ReviewState pairs describing keyword review updates to perform
204
+ sellers ([ExternalRetailMediaSeller]): list of sellers to associate to the new account
199
205
 
200
206
  Keyword Args:
201
207
  _check_type (bool): if True, values for parameters in openapi_types
@@ -228,6 +234,9 @@ class RetailMediaKeywordsReview(ModelNormal):
228
234
  Animal class but this time we won't travel
229
235
  through its discriminator because we passed in
230
236
  _visited_composed_classes = (Animal,)
237
+ name (str, none_type): the name of the account, must be unique across all accounts. [optional] # noqa: E501
238
+ on_behalf_company_name (str, none_type): On behalf entity name of ads for the Digital Services Act. [optional] # noqa: E501
239
+ paying_company_name (str, none_type): Display name for reporting the owning entity of ads for the Digital Services Act in the European Union. [optional] # noqa: E501
231
240
  """
232
241
 
233
242
  _check_type = kwargs.pop('_check_type', True)
@@ -257,7 +266,7 @@ class RetailMediaKeywordsReview(ModelNormal):
257
266
  self._configuration = _configuration
258
267
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
259
268
 
260
- self.keywords = keywords
269
+ self.sellers = sellers
261
270
  for var_name, var_value in kwargs.items():
262
271
  if var_name not in self.attribute_map and \
263
272
  self._configuration is not None and \
@@ -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.value_resource_retail_media_keywords_review import ValueResourceRetailMediaKeywordsReview
34
- globals()['ValueResourceRetailMediaKeywordsReview'] = ValueResourceRetailMediaKeywordsReview
33
+ from criteo_api_retailmedia_preview.model.value_resource_of_retail_media_seller import ValueResourceOfRetailMediaSeller
34
+ globals()['ValueResourceOfRetailMediaSeller'] = ValueResourceOfRetailMediaSeller
35
35
 
36
36
 
37
- class ValueResourceInputRetailMediaKeywordsReview(ModelNormal):
37
+ class ValueResourceCollectionInputOfRetailMediaSeller(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -80,7 +80,7 @@ class ValueResourceInputRetailMediaKeywordsReview(ModelNormal):
80
80
  """
81
81
  lazy_import()
82
82
  return {
83
- 'data': (ValueResourceRetailMediaKeywordsReview,), # noqa: E501
83
+ 'data': ([ValueResourceOfRetailMediaSeller], none_type,), # noqa: E501
84
84
  }
85
85
 
86
86
  @cached_property
@@ -100,7 +100,7 @@ class ValueResourceInputRetailMediaKeywordsReview(ModelNormal):
100
100
  @classmethod
101
101
  @convert_js_args_to_python_args
102
102
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
103
- """ValueResourceInputRetailMediaKeywordsReview - a model defined in OpenAPI
103
+ """ValueResourceCollectionInputOfRetailMediaSeller - a model defined in OpenAPI
104
104
 
105
105
  Keyword Args:
106
106
  _check_type (bool): if True, values for parameters in openapi_types
@@ -133,7 +133,7 @@ class ValueResourceInputRetailMediaKeywordsReview(ModelNormal):
133
133
  Animal class but this time we won't travel
134
134
  through its discriminator because we passed in
135
135
  _visited_composed_classes = (Animal,)
136
- data (ValueResourceRetailMediaKeywordsReview): [optional] # noqa: E501
136
+ data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
137
137
  """
138
138
 
139
139
  _check_type = kwargs.pop('_check_type', True)
@@ -186,7 +186,7 @@ class ValueResourceInputRetailMediaKeywordsReview(ModelNormal):
186
186
 
187
187
  @convert_js_args_to_python_args
188
188
  def __init__(self, *args, **kwargs): # noqa: E501
189
- """ValueResourceInputRetailMediaKeywordsReview - a model defined in OpenAPI
189
+ """ValueResourceCollectionInputOfRetailMediaSeller - a model defined in OpenAPI
190
190
 
191
191
  Keyword Args:
192
192
  _check_type (bool): if True, values for parameters in openapi_types
@@ -219,7 +219,7 @@ class ValueResourceInputRetailMediaKeywordsReview(ModelNormal):
219
219
  Animal class but this time we won't travel
220
220
  through its discriminator because we passed in
221
221
  _visited_composed_classes = (Animal,)
222
- data (ValueResourceRetailMediaKeywordsReview): [optional] # noqa: E501
222
+ data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
223
223
  """
224
224
 
225
225
  _check_type = kwargs.pop('_check_type', True)
@@ -30,15 +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.entity_resource_line_item_keyword_review_report import EntityResourceLineItemKeywordReviewReport
34
- from criteo_api_retailmedia_preview.model.metadata import Metadata
35
33
  from criteo_api_retailmedia_preview.model.sdk_api_rest_common_problem import SdkApiRestCommonProblem
36
- globals()['EntityResourceLineItemKeywordReviewReport'] = EntityResourceLineItemKeywordReviewReport
37
- globals()['Metadata'] = Metadata
34
+ from criteo_api_retailmedia_preview.model.value_resource_display_auction_min_bid_result import ValueResourceDisplayAuctionMinBidResult
38
35
  globals()['SdkApiRestCommonProblem'] = SdkApiRestCommonProblem
36
+ globals()['ValueResourceDisplayAuctionMinBidResult'] = ValueResourceDisplayAuctionMinBidResult
39
37
 
40
38
 
41
- class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(ModelNormal):
39
+ class ValueResourceCollectionOutcomeDisplayAuctionMinBidResult(ModelNormal):
42
40
  """NOTE: This class is auto generated by OpenAPI Generator.
43
41
  Ref: https://openapi-generator.tech
44
42
 
@@ -84,9 +82,8 @@ class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(Mode
84
82
  """
85
83
  lazy_import()
86
84
  return {
87
- 'data': ([EntityResourceLineItemKeywordReviewReport], none_type,), # noqa: E501
85
+ 'data': ([ValueResourceDisplayAuctionMinBidResult], none_type,), # noqa: E501
88
86
  'errors': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
89
- 'meta': (Metadata,), # noqa: E501
90
87
  'warnings': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
91
88
  }
92
89
 
@@ -98,7 +95,6 @@ class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(Mode
98
95
  attribute_map = {
99
96
  'data': 'data', # noqa: E501
100
97
  'errors': 'errors', # noqa: E501
101
- 'meta': 'meta', # noqa: E501
102
98
  'warnings': 'warnings', # noqa: E501
103
99
  }
104
100
 
@@ -112,7 +108,7 @@ class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(Mode
112
108
  @classmethod
113
109
  @convert_js_args_to_python_args
114
110
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
115
- """EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata - a model defined in OpenAPI
111
+ """ValueResourceCollectionOutcomeDisplayAuctionMinBidResult - a model defined in OpenAPI
116
112
 
117
113
  Keyword Args:
118
114
  _check_type (bool): if True, values for parameters in openapi_types
@@ -145,9 +141,8 @@ class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(Mode
145
141
  Animal class but this time we won't travel
146
142
  through its discriminator because we passed in
147
143
  _visited_composed_classes = (Animal,)
148
- data ([EntityResourceLineItemKeywordReviewReport], none_type): [optional] # noqa: E501
144
+ data ([ValueResourceDisplayAuctionMinBidResult], none_type): [optional] # noqa: E501
149
145
  errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
150
- meta (Metadata): [optional] # noqa: E501
151
146
  warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
152
147
  """
153
148
 
@@ -201,7 +196,7 @@ class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(Mode
201
196
 
202
197
  @convert_js_args_to_python_args
203
198
  def __init__(self, *args, **kwargs): # noqa: E501
204
- """EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata - a model defined in OpenAPI
199
+ """ValueResourceCollectionOutcomeDisplayAuctionMinBidResult - a model defined in OpenAPI
205
200
 
206
201
  Keyword Args:
207
202
  _check_type (bool): if True, values for parameters in openapi_types
@@ -234,9 +229,8 @@ class EntityResourceCollectionOutcomeLineItemKeywordReviewReportAndMetadata(Mode
234
229
  Animal class but this time we won't travel
235
230
  through its discriminator because we passed in
236
231
  _visited_composed_classes = (Animal,)
237
- data ([EntityResourceLineItemKeywordReviewReport], none_type): [optional] # noqa: E501
232
+ data ([ValueResourceDisplayAuctionMinBidResult], none_type): [optional] # noqa: E501
238
233
  errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
239
- meta (Metadata): [optional] # noqa: E501
240
234
  warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
241
235
  """
242
236
 
@@ -30,11 +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.rmca_common_problem import RmcaCommonProblem
34
- globals()['RmcaCommonProblem'] = RmcaCommonProblem
33
+ from criteo_api_retailmedia_preview.model.sdk_api_rest_common_problem import SdkApiRestCommonProblem
34
+ from criteo_api_retailmedia_preview.model.value_resource_of_retail_media_seller import ValueResourceOfRetailMediaSeller
35
+ globals()['SdkApiRestCommonProblem'] = SdkApiRestCommonProblem
36
+ globals()['ValueResourceOfRetailMediaSeller'] = ValueResourceOfRetailMediaSeller
35
37
 
36
38
 
37
- class ResourceOutcome(ModelNormal):
39
+ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
38
40
  """NOTE: This class is auto generated by OpenAPI Generator.
39
41
  Ref: https://openapi-generator.tech
40
42
 
@@ -80,8 +82,9 @@ class ResourceOutcome(ModelNormal):
80
82
  """
81
83
  lazy_import()
82
84
  return {
83
- 'errors': ([RmcaCommonProblem], none_type,), # noqa: E501
84
- 'warnings': ([RmcaCommonProblem], none_type,), # noqa: E501
85
+ 'data': ([ValueResourceOfRetailMediaSeller], none_type,), # noqa: E501
86
+ 'errors': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
87
+ 'warnings': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
85
88
  }
86
89
 
87
90
  @cached_property
@@ -90,6 +93,7 @@ class ResourceOutcome(ModelNormal):
90
93
 
91
94
 
92
95
  attribute_map = {
96
+ 'data': 'data', # noqa: E501
93
97
  'errors': 'errors', # noqa: E501
94
98
  'warnings': 'warnings', # noqa: E501
95
99
  }
@@ -104,7 +108,7 @@ class ResourceOutcome(ModelNormal):
104
108
  @classmethod
105
109
  @convert_js_args_to_python_args
106
110
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
107
- """ResourceOutcome - a model defined in OpenAPI
111
+ """ValueResourceCollectionOutcomeOfRetailMediaSeller - a model defined in OpenAPI
108
112
 
109
113
  Keyword Args:
110
114
  _check_type (bool): if True, values for parameters in openapi_types
@@ -137,8 +141,9 @@ class ResourceOutcome(ModelNormal):
137
141
  Animal class but this time we won't travel
138
142
  through its discriminator because we passed in
139
143
  _visited_composed_classes = (Animal,)
140
- errors ([RmcaCommonProblem], none_type): [optional] # noqa: E501
141
- warnings ([RmcaCommonProblem], none_type): [optional] # noqa: E501
144
+ data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
145
+ errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
146
+ warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
142
147
  """
143
148
 
144
149
  _check_type = kwargs.pop('_check_type', True)
@@ -191,7 +196,7 @@ class ResourceOutcome(ModelNormal):
191
196
 
192
197
  @convert_js_args_to_python_args
193
198
  def __init__(self, *args, **kwargs): # noqa: E501
194
- """ResourceOutcome - a model defined in OpenAPI
199
+ """ValueResourceCollectionOutcomeOfRetailMediaSeller - a model defined in OpenAPI
195
200
 
196
201
  Keyword Args:
197
202
  _check_type (bool): if True, values for parameters in openapi_types
@@ -224,8 +229,9 @@ class ResourceOutcome(ModelNormal):
224
229
  Animal class but this time we won't travel
225
230
  through its discriminator because we passed in
226
231
  _visited_composed_classes = (Animal,)
227
- errors ([RmcaCommonProblem], none_type): [optional] # noqa: E501
228
- warnings ([RmcaCommonProblem], none_type): [optional] # noqa: E501
232
+ data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
233
+ errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
234
+ warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
229
235
  """
230
236
 
231
237
  _check_type = kwargs.pop('_check_type', True)