criteo-api-retailmedia-sdk 0.0.250205__py3-none-any.whl → 0.0.250211__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 (20) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/accounts_api.py +3 -3
  3. criteo_api_retailmedia_preview/api/campaign_api.py +2 -2
  4. criteo_api_retailmedia_preview/api_client.py +1 -1
  5. criteo_api_retailmedia_preview/configuration.py +1 -1
  6. criteo_api_retailmedia_preview/model/balance_response_v2.py +4 -4
  7. criteo_api_retailmedia_preview/model/external_catalog_status.py +3 -3
  8. criteo_api_retailmedia_preview/model/line_item_product_status.py +7 -7
  9. criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment.py +18 -31
  10. criteo_api_retailmedia_preview/model/{retail_media_contactlist_operation_response_attributes_attributes.py → retail_media_contactlist_amendment_attributes.py} +28 -33
  11. criteo_api_retailmedia_preview/model/retail_media_contactlist_operation.py +4 -0
  12. criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes.py +36 -20
  13. criteo_api_retailmedia_preview/model/seller_search_result.py +266 -0
  14. criteo_api_retailmedia_preview/model/{value_resource_collection_outcome_of_retail_media_seller.py → value_resource_collection_outcome_of_seller_search_result.py} +8 -8
  15. criteo_api_retailmedia_preview/model/{value_resource_of_retail_media_seller.py → value_resource_of_seller_search_result.py} +8 -8
  16. criteo_api_retailmedia_preview/models/__init__.py +4 -3
  17. {criteo_api_retailmedia_sdk-0.0.250205.dist-info → criteo_api_retailmedia_sdk-0.0.250211.dist-info}/METADATA +3 -3
  18. {criteo_api_retailmedia_sdk-0.0.250205.dist-info → criteo_api_retailmedia_sdk-0.0.250211.dist-info}/RECORD +20 -19
  19. {criteo_api_retailmedia_sdk-0.0.250205.dist-info → criteo_api_retailmedia_sdk-0.0.250211.dist-info}/WHEEL +0 -0
  20. {criteo_api_retailmedia_sdk-0.0.250205.dist-info → criteo_api_retailmedia_sdk-0.0.250211.dist-info}/top_level.txt +0 -0
@@ -8,7 +8,7 @@
8
8
  """
9
9
 
10
10
 
11
- __version__ = "0.0.250205"
11
+ __version__ = "0.0.250211"
12
12
 
13
13
  # import ApiClient
14
14
  from criteo_api_retailmedia_preview.api_client import ApiClient
@@ -24,7 +24,7 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
24
24
  from criteo_api_retailmedia_preview.model.entity_resource_collection_outcome_of_retail_media_child_account import EntityResourceCollectionOutcomeOfRetailMediaChildAccount
25
25
  from criteo_api_retailmedia_preview.model.grant_consent_input import GrantConsentInput
26
26
  from criteo_api_retailmedia_preview.model.outcome import Outcome
27
- from criteo_api_retailmedia_preview.model.value_resource_collection_outcome_of_retail_media_seller import ValueResourceCollectionOutcomeOfRetailMediaSeller
27
+ from criteo_api_retailmedia_preview.model.value_resource_collection_outcome_of_seller_search_result import ValueResourceCollectionOutcomeOfSellerSearchResult
28
28
  from criteo_api_retailmedia_preview.model.value_resource_input_of_seller_search import ValueResourceInputOfSellerSearch
29
29
 
30
30
 
@@ -162,7 +162,7 @@ class AccountsApi(object):
162
162
  )
163
163
  self.search_sellers_endpoint = _Endpoint(
164
164
  settings={
165
- 'response_type': (ValueResourceCollectionOutcomeOfRetailMediaSeller,),
165
+ 'response_type': (ValueResourceCollectionOutcomeOfSellerSearchResult,),
166
166
  'auth': [
167
167
  'oauth',
168
168
  'oauth'
@@ -434,7 +434,7 @@ class AccountsApi(object):
434
434
  async_req (bool): execute request asynchronously
435
435
 
436
436
  Returns:
437
- ValueResourceCollectionOutcomeOfRetailMediaSeller
437
+ ValueResourceCollectionOutcomeOfSellerSearchResult
438
438
  If the method is called asynchronously, returns the request
439
439
  thread.
440
440
  """
@@ -132,7 +132,7 @@ class CampaignApi(object):
132
132
  )
133
133
  self.append_promoted_products_endpoint = _Endpoint(
134
134
  settings={
135
- 'response_type': None,
135
+ 'response_type': (ProductResourceOutcome,),
136
136
  'auth': [
137
137
  'oauth',
138
138
  'oauth'
@@ -2369,7 +2369,7 @@ class CampaignApi(object):
2369
2369
  async_req (bool): execute request asynchronously
2370
2370
 
2371
2371
  Returns:
2372
- None
2372
+ ProductResourceOutcome
2373
2373
  If the method is called asynchronously, returns the request
2374
2374
  thread.
2375
2375
  """
@@ -76,7 +76,7 @@ class ApiClient(object):
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/0.0.250205/python'
79
+ self.user_agent = 'OpenAPI-Generator/0.0.250211/python'
80
80
 
81
81
  def __enter__(self):
82
82
  return self
@@ -395,7 +395,7 @@ class Configuration(object):
395
395
  "OS: {env}\n"\
396
396
  "Python Version: {pyversion}\n"\
397
397
  "Version of the API: Preview\n"\
398
- "SDK Package Version: 0.0.250205".\
398
+ "SDK Package Version: 0.0.250211".\
399
399
  format(env=sys.platform, pyversion=sys.version)
400
400
 
401
401
  def get_host_settings(self):
@@ -66,10 +66,10 @@ class BalanceResponseV2(ModelNormal):
66
66
  'OFFSITEAWARENESS': "OffsiteAwareness",
67
67
  },
68
68
  ('private_market_billing_type',): {
69
- 'NOTAPPLICABLE': "NotApplicable",
70
- 'BILLBYRETAILER': "BillByRetailer",
71
- 'BILLBYCRITEO': "BillByCriteo",
72
- 'UNKNOWN': "Unknown",
69
+ 'NOTAPPLICABLE': "notApplicable",
70
+ 'BILLBYRETAILER': "billByRetailer",
71
+ 'BILLBYCRITEO': "billByCriteo",
72
+ 'UNKNOWN': "unknown",
73
73
  },
74
74
  ('status',): {
75
75
  'UNKNOWN': "unknown",
@@ -89,7 +89,7 @@ class ExternalCatalogStatus(ModelNormal):
89
89
  """
90
90
  return {
91
91
  'status': (str,), # noqa: E501
92
- 'currency': (str,), # noqa: E501
92
+ 'currency': (str, none_type,), # noqa: E501
93
93
  'row_count': (int, none_type,), # noqa: E501
94
94
  'file_size_bytes': (int, none_type,), # noqa: E501
95
95
  'md5_checksum': (str, none_type,), # noqa: E501
@@ -124,7 +124,7 @@ class ExternalCatalogStatus(ModelNormal):
124
124
 
125
125
  Args:
126
126
  status (str): An enumeration of the status of the catalog.
127
- currency (str): An ISO4217 representation of the currency products are listed under in this catalog.
127
+ currency (str, none_type): An ISO4217 representation of the currency products are listed under in this catalog.
128
128
  row_count (int, none_type): An indication of the number of products contained in this catalog. Available when this catalog reaches a success status.
129
129
  file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.
130
130
  md5_checksum (str, none_type): An MD5 checksum of the catalog for use in confirming complete and uncorrupted retrieval. Available when this catalog reaches a success status.
@@ -225,7 +225,7 @@ class ExternalCatalogStatus(ModelNormal):
225
225
 
226
226
  Args:
227
227
  status (str): An enumeration of the status of the catalog.
228
- currency (str): An ISO4217 representation of the currency products are listed under in this catalog.
228
+ currency (str, none_type): An ISO4217 representation of the currency products are listed under in this catalog.
229
229
  row_count (int, none_type): An indication of the number of products contained in this catalog. Available when this catalog reaches a success status.
230
230
  file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.
231
231
  md5_checksum (str, none_type): An MD5 checksum of the catalog for use in confirming complete and uncorrupted retrieval. Available when this catalog reaches a success status.
@@ -52,9 +52,9 @@ class LineItemProductStatus(ModelSimple):
52
52
 
53
53
  allowed_values = {
54
54
  ('value',): {
55
- 'UNKNOWN': "Unknown",
56
- 'ACTIVE': "Active",
57
- 'PAUSED': "Paused",
55
+ 'UNKNOWN': "unknown",
56
+ 'ACTIVE': "active",
57
+ 'PAUSED': "paused",
58
58
  },
59
59
  }
60
60
 
@@ -106,10 +106,10 @@ class LineItemProductStatus(ModelSimple):
106
106
  Note that value can be passed either in args or in kwargs, but not in both.
107
107
 
108
108
  Args:
109
- args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["Unknown", "Active", "Paused", ] # noqa: E501
109
+ args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
110
110
 
111
111
  Keyword Args:
112
- value (str): The status of a promoted product in the context of the line item.., must be one of ["Unknown", "Active", "Paused", ] # noqa: E501
112
+ value (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
113
113
  _check_type (bool): if True, values for parameters in openapi_types
114
114
  will be type checked and a TypeError will be
115
115
  raised if the wrong type is input.
@@ -200,10 +200,10 @@ class LineItemProductStatus(ModelSimple):
200
200
  Note that value can be passed either in args or in kwargs, but not in both.
201
201
 
202
202
  Args:
203
- args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["Unknown", "Active", "Paused", ] # noqa: E501
203
+ args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
204
204
 
205
205
  Keyword Args:
206
- value (str): The status of a promoted product in the context of the line item.., must be one of ["Unknown", "Active", "Paused", ] # noqa: E501
206
+ value (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
207
207
  _check_type (bool): if True, values for parameters in openapi_types
208
208
  will be type checked and a TypeError will be
209
209
  raised if the wrong type is input.
@@ -29,6 +29,10 @@ 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.retail_media_contactlist_amendment_attributes import RetailMediaContactlistAmendmentAttributes
34
+ globals()['RetailMediaContactlistAmendmentAttributes'] = RetailMediaContactlistAmendmentAttributes
35
+
32
36
 
33
37
  class RetailMediaContactlistAmendment(ModelNormal):
34
38
  """NOTE: This class is auto generated by OpenAPI Generator.
@@ -55,19 +59,6 @@ class RetailMediaContactlistAmendment(ModelNormal):
55
59
  """
56
60
 
57
61
  allowed_values = {
58
- ('operation',): {
59
- 'ADD': "add",
60
- 'REMOVE': "remove",
61
- },
62
- ('identifier_type',): {
63
- 'None': None,
64
- 'EMAIL': "Email",
65
- 'USERIDENTIFIER': "UserIdentifier",
66
- 'IDENTITYLINK': "IdentityLink",
67
- 'GUM': "Gum",
68
- 'CUSTOMERID': "CustomerId",
69
- 'PHONENUMBER': "PhoneNumber",
70
- },
71
62
  }
72
63
 
73
64
  validations = {
@@ -79,6 +70,7 @@ class RetailMediaContactlistAmendment(ModelNormal):
79
70
  This must be a method because a model may have properties that are
80
71
  of type self, this must run after the class is loaded
81
72
  """
73
+ lazy_import()
82
74
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
83
75
 
84
76
  _nullable = False
@@ -93,10 +85,10 @@ class RetailMediaContactlistAmendment(ModelNormal):
93
85
  openapi_types (dict): The key is attribute name
94
86
  and the value is attribute type.
95
87
  """
88
+ lazy_import()
96
89
  return {
97
- 'operation': (str,), # noqa: E501
98
- 'identifiers': ([str],), # noqa: E501
99
- 'identifier_type': (str, none_type,), # noqa: E501
90
+ 'attributes': (RetailMediaContactlistAmendmentAttributes,), # noqa: E501
91
+ 'type': (str, none_type,), # noqa: E501
100
92
  }
101
93
 
102
94
  @cached_property
@@ -105,9 +97,8 @@ class RetailMediaContactlistAmendment(ModelNormal):
105
97
 
106
98
 
107
99
  attribute_map = {
108
- 'operation': 'operation', # noqa: E501
109
- 'identifiers': 'identifiers', # noqa: E501
110
- 'identifier_type': 'identifierType', # noqa: E501
100
+ 'attributes': 'attributes', # noqa: E501
101
+ 'type': 'type', # noqa: E501
111
102
  }
112
103
 
113
104
  read_only_vars = {
@@ -117,12 +108,11 @@ class RetailMediaContactlistAmendment(ModelNormal):
117
108
 
118
109
  @classmethod
119
110
  @convert_js_args_to_python_args
120
- def _from_openapi_data(cls, operation, identifiers, *args, **kwargs): # noqa: E501
111
+ def _from_openapi_data(cls, attributes, *args, **kwargs): # noqa: E501
121
112
  """RetailMediaContactlistAmendment - a model defined in OpenAPI
122
113
 
123
114
  Args:
124
- operation (str): Whether to add or remove users
125
- identifiers ([str]): The users to add or remove, each in the schema specified
115
+ attributes (RetailMediaContactlistAmendmentAttributes):
126
116
 
127
117
  Keyword Args:
128
118
  _check_type (bool): if True, values for parameters in openapi_types
@@ -155,7 +145,7 @@ class RetailMediaContactlistAmendment(ModelNormal):
155
145
  Animal class but this time we won't travel
156
146
  through its discriminator because we passed in
157
147
  _visited_composed_classes = (Animal,)
158
- identifier_type (str, none_type): What type of identifiers are used. [optional] # noqa: E501
148
+ type (str, none_type): User List. [optional] # noqa: E501
159
149
  """
160
150
 
161
151
  _check_type = kwargs.pop('_check_type', True)
@@ -187,8 +177,7 @@ class RetailMediaContactlistAmendment(ModelNormal):
187
177
  self._configuration = _configuration
188
178
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
189
179
 
190
- self.operation = operation
191
- self.identifiers = identifiers
180
+ self.attributes = attributes
192
181
  for var_name, var_value in kwargs.items():
193
182
  if var_name not in self.attribute_map and \
194
183
  self._configuration is not None and \
@@ -209,12 +198,11 @@ class RetailMediaContactlistAmendment(ModelNormal):
209
198
  ])
210
199
 
211
200
  @convert_js_args_to_python_args
212
- def __init__(self, operation, identifiers, *args, **kwargs): # noqa: E501
201
+ def __init__(self, attributes, *args, **kwargs): # noqa: E501
213
202
  """RetailMediaContactlistAmendment - a model defined in OpenAPI
214
203
 
215
204
  Args:
216
- operation (str): Whether to add or remove users
217
- identifiers ([str]): The users to add or remove, each in the schema specified
205
+ attributes (RetailMediaContactlistAmendmentAttributes):
218
206
 
219
207
  Keyword Args:
220
208
  _check_type (bool): if True, values for parameters in openapi_types
@@ -247,7 +235,7 @@ class RetailMediaContactlistAmendment(ModelNormal):
247
235
  Animal class but this time we won't travel
248
236
  through its discriminator because we passed in
249
237
  _visited_composed_classes = (Animal,)
250
- identifier_type (str, none_type): What type of identifiers are used. [optional] # noqa: E501
238
+ type (str, none_type): User List. [optional] # noqa: E501
251
239
  """
252
240
 
253
241
  _check_type = kwargs.pop('_check_type', True)
@@ -277,8 +265,7 @@ class RetailMediaContactlistAmendment(ModelNormal):
277
265
  self._configuration = _configuration
278
266
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
279
267
 
280
- self.operation = operation
281
- self.identifiers = identifiers
268
+ self.attributes = attributes
282
269
  for var_name, var_value in kwargs.items():
283
270
  if var_name not in self.attribute_map and \
284
271
  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 RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
33
+ class RetailMediaContactlistAmendmentAttributes(ModelNormal):
34
34
  """NOTE: This class is auto generated by OpenAPI Generator.
35
35
  Ref: https://openapi-generator.tech
36
36
 
@@ -55,6 +55,19 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
55
55
  """
56
56
 
57
57
  allowed_values = {
58
+ ('operation',): {
59
+ 'ADD': "add",
60
+ 'REMOVE': "remove",
61
+ },
62
+ ('identifier_type',): {
63
+ 'None': None,
64
+ 'EMAIL': "Email",
65
+ 'USERIDENTIFIER': "UserIdentifier",
66
+ 'IDENTITYLINK': "IdentityLink",
67
+ 'GUM': "Gum",
68
+ 'CUSTOMERID': "CustomerId",
69
+ 'PHONENUMBER': "PhoneNumber",
70
+ },
58
71
  }
59
72
 
60
73
  validations = {
@@ -81,13 +94,9 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
81
94
  and the value is attribute type.
82
95
  """
83
96
  return {
84
- 'contact_list_id': (int,), # noqa: E501
85
97
  'operation': (str,), # noqa: E501
86
- 'request_date': (datetime,), # noqa: E501
98
+ 'identifiers': ([str],), # noqa: E501
87
99
  'identifier_type': (str, none_type,), # noqa: E501
88
- 'nb_invalid_identifiers': (int, none_type,), # noqa: E501
89
- 'nb_valid_identifiers': (int, none_type,), # noqa: E501
90
- 'sample_invalid_identifiers': ([str], none_type,), # noqa: E501
91
100
  }
92
101
 
93
102
  @cached_property
@@ -96,13 +105,9 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
96
105
 
97
106
 
98
107
  attribute_map = {
99
- 'contact_list_id': 'contactListId', # noqa: E501
100
108
  'operation': 'operation', # noqa: E501
101
- 'request_date': 'requestDate', # noqa: E501
109
+ 'identifiers': 'identifiers', # noqa: E501
102
110
  'identifier_type': 'identifierType', # noqa: E501
103
- 'nb_invalid_identifiers': 'nbInvalidIdentifiers', # noqa: E501
104
- 'nb_valid_identifiers': 'nbValidIdentifiers', # noqa: E501
105
- 'sample_invalid_identifiers': 'sampleInvalidIdentifiers', # noqa: E501
106
111
  }
107
112
 
108
113
  read_only_vars = {
@@ -112,13 +117,12 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
112
117
 
113
118
  @classmethod
114
119
  @convert_js_args_to_python_args
115
- def _from_openapi_data(cls, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
116
- """RetailMediaContactlistOperationResponseAttributesAttributes - a model defined in OpenAPI
120
+ def _from_openapi_data(cls, operation, identifiers, *args, **kwargs): # noqa: E501
121
+ """RetailMediaContactlistAmendmentAttributes - a model defined in OpenAPI
117
122
 
118
123
  Args:
119
- contact_list_id (int): The affected user list id
120
- operation (str): The action recorded
121
- request_date (datetime): When the action was recorded
124
+ operation (str): Whether to add or remove users
125
+ identifiers ([str]): The users to add or remove, each in the schema specified
122
126
 
123
127
  Keyword Args:
124
128
  _check_type (bool): if True, values for parameters in openapi_types
@@ -151,10 +155,7 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
151
155
  Animal class but this time we won't travel
152
156
  through its discriminator because we passed in
153
157
  _visited_composed_classes = (Animal,)
154
- identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
155
- nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
156
- nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
157
- sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
158
+ identifier_type (str, none_type): What type of identifiers are used. [optional] # noqa: E501
158
159
  """
159
160
 
160
161
  _check_type = kwargs.pop('_check_type', True)
@@ -186,9 +187,8 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
186
187
  self._configuration = _configuration
187
188
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
188
189
 
189
- self.contact_list_id = contact_list_id
190
190
  self.operation = operation
191
- self.request_date = request_date
191
+ self.identifiers = identifiers
192
192
  for var_name, var_value in kwargs.items():
193
193
  if var_name not in self.attribute_map and \
194
194
  self._configuration is not None and \
@@ -209,13 +209,12 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
209
209
  ])
210
210
 
211
211
  @convert_js_args_to_python_args
212
- def __init__(self, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
213
- """RetailMediaContactlistOperationResponseAttributesAttributes - a model defined in OpenAPI
212
+ def __init__(self, operation, identifiers, *args, **kwargs): # noqa: E501
213
+ """RetailMediaContactlistAmendmentAttributes - a model defined in OpenAPI
214
214
 
215
215
  Args:
216
- contact_list_id (int): The affected user list id
217
- operation (str): The action recorded
218
- request_date (datetime): When the action was recorded
216
+ operation (str): Whether to add or remove users
217
+ identifiers ([str]): The users to add or remove, each in the schema specified
219
218
 
220
219
  Keyword Args:
221
220
  _check_type (bool): if True, values for parameters in openapi_types
@@ -248,10 +247,7 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
248
247
  Animal class but this time we won't travel
249
248
  through its discriminator because we passed in
250
249
  _visited_composed_classes = (Animal,)
251
- identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
252
- nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
253
- nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
254
- sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
250
+ identifier_type (str, none_type): What type of identifiers are used. [optional] # noqa: E501
255
251
  """
256
252
 
257
253
  _check_type = kwargs.pop('_check_type', True)
@@ -281,9 +277,8 @@ class RetailMediaContactlistOperationResponseAttributesAttributes(ModelNormal):
281
277
  self._configuration = _configuration
282
278
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
283
279
 
284
- self.contact_list_id = contact_list_id
285
280
  self.operation = operation
286
- self.request_date = request_date
281
+ self.identifiers = identifiers
287
282
  for var_name, var_value in kwargs.items():
288
283
  if var_name not in self.attribute_map and \
289
284
  self._configuration is not None and \
@@ -94,6 +94,7 @@ class RetailMediaContactlistOperation(ModelNormal):
94
94
  'data': (RetailMediaContactlistOperationResponseAttributes,), # noqa: E501
95
95
  'errors': ([AudienceError],), # noqa: E501
96
96
  'warnings': ([AudienceWarning],), # noqa: E501
97
+ 'type': (str, none_type,), # noqa: E501
97
98
  }
98
99
 
99
100
  @cached_property
@@ -105,6 +106,7 @@ class RetailMediaContactlistOperation(ModelNormal):
105
106
  'data': 'data', # noqa: E501
106
107
  'errors': 'errors', # noqa: E501
107
108
  'warnings': 'warnings', # noqa: E501
109
+ 'type': 'type', # noqa: E501
108
110
  }
109
111
 
110
112
  read_only_vars = {
@@ -153,6 +155,7 @@ class RetailMediaContactlistOperation(ModelNormal):
153
155
  Animal class but this time we won't travel
154
156
  through its discriminator because we passed in
155
157
  _visited_composed_classes = (Animal,)
158
+ type (str, none_type): the name of the entity type. [optional] # noqa: E501
156
159
  """
157
160
 
158
161
  _check_type = kwargs.pop('_check_type', True)
@@ -246,6 +249,7 @@ class RetailMediaContactlistOperation(ModelNormal):
246
249
  Animal class but this time we won't travel
247
250
  through its discriminator because we passed in
248
251
  _visited_composed_classes = (Animal,)
252
+ type (str, none_type): the name of the entity type. [optional] # noqa: E501
249
253
  """
250
254
 
251
255
  _check_type = kwargs.pop('_check_type', True)
@@ -29,10 +29,6 @@ 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.retail_media_contactlist_operation_response_attributes_attributes import RetailMediaContactlistOperationResponseAttributesAttributes
34
- globals()['RetailMediaContactlistOperationResponseAttributesAttributes'] = RetailMediaContactlistOperationResponseAttributesAttributes
35
-
36
32
 
37
33
  class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
38
34
  """NOTE: This class is auto generated by OpenAPI Generator.
@@ -70,7 +66,6 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
70
66
  This must be a method because a model may have properties that are
71
67
  of type self, this must run after the class is loaded
72
68
  """
73
- lazy_import()
74
69
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
75
70
 
76
71
  _nullable = False
@@ -85,10 +80,14 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
85
80
  openapi_types (dict): The key is attribute name
86
81
  and the value is attribute type.
87
82
  """
88
- lazy_import()
89
83
  return {
90
- 'type': (str,), # noqa: E501
91
- 'attributes': (RetailMediaContactlistOperationResponseAttributesAttributes,), # noqa: E501
84
+ 'contact_list_id': (int,), # noqa: E501
85
+ 'operation': (str,), # noqa: E501
86
+ 'request_date': (datetime,), # noqa: E501
87
+ 'identifier_type': (str, none_type,), # noqa: E501
88
+ 'nb_invalid_identifiers': (int, none_type,), # noqa: E501
89
+ 'nb_valid_identifiers': (int, none_type,), # noqa: E501
90
+ 'sample_invalid_identifiers': ([str], none_type,), # noqa: E501
92
91
  }
93
92
 
94
93
  @cached_property
@@ -97,8 +96,13 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
97
96
 
98
97
 
99
98
  attribute_map = {
100
- 'type': 'type', # noqa: E501
101
- 'attributes': 'attributes', # noqa: E501
99
+ 'contact_list_id': 'contactListId', # noqa: E501
100
+ 'operation': 'operation', # noqa: E501
101
+ 'request_date': 'requestDate', # noqa: E501
102
+ 'identifier_type': 'identifierType', # noqa: E501
103
+ 'nb_invalid_identifiers': 'nbInvalidIdentifiers', # noqa: E501
104
+ 'nb_valid_identifiers': 'nbValidIdentifiers', # noqa: E501
105
+ 'sample_invalid_identifiers': 'sampleInvalidIdentifiers', # noqa: E501
102
106
  }
103
107
 
104
108
  read_only_vars = {
@@ -108,12 +112,13 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
108
112
 
109
113
  @classmethod
110
114
  @convert_js_args_to_python_args
111
- def _from_openapi_data(cls, type, attributes, *args, **kwargs): # noqa: E501
115
+ def _from_openapi_data(cls, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
112
116
  """RetailMediaContactlistOperationResponseAttributes - a model defined in OpenAPI
113
117
 
114
118
  Args:
115
- type (str): the name of the entity type
116
- attributes (RetailMediaContactlistOperationResponseAttributesAttributes):
119
+ contact_list_id (int): The affected user list id
120
+ operation (str): The action recorded
121
+ request_date (datetime): When the action was recorded
117
122
 
118
123
  Keyword Args:
119
124
  _check_type (bool): if True, values for parameters in openapi_types
@@ -146,6 +151,10 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
146
151
  Animal class but this time we won't travel
147
152
  through its discriminator because we passed in
148
153
  _visited_composed_classes = (Animal,)
154
+ identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
155
+ nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
156
+ nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
157
+ sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
149
158
  """
150
159
 
151
160
  _check_type = kwargs.pop('_check_type', True)
@@ -177,8 +186,9 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
177
186
  self._configuration = _configuration
178
187
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
179
188
 
180
- self.type = type
181
- self.attributes = attributes
189
+ self.contact_list_id = contact_list_id
190
+ self.operation = operation
191
+ self.request_date = request_date
182
192
  for var_name, var_value in kwargs.items():
183
193
  if var_name not in self.attribute_map and \
184
194
  self._configuration is not None and \
@@ -199,12 +209,13 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
199
209
  ])
200
210
 
201
211
  @convert_js_args_to_python_args
202
- def __init__(self, type, attributes, *args, **kwargs): # noqa: E501
212
+ def __init__(self, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
203
213
  """RetailMediaContactlistOperationResponseAttributes - a model defined in OpenAPI
204
214
 
205
215
  Args:
206
- type (str): the name of the entity type
207
- attributes (RetailMediaContactlistOperationResponseAttributesAttributes):
216
+ contact_list_id (int): The affected user list id
217
+ operation (str): The action recorded
218
+ request_date (datetime): When the action was recorded
208
219
 
209
220
  Keyword Args:
210
221
  _check_type (bool): if True, values for parameters in openapi_types
@@ -237,6 +248,10 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
237
248
  Animal class but this time we won't travel
238
249
  through its discriminator because we passed in
239
250
  _visited_composed_classes = (Animal,)
251
+ identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
252
+ nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
253
+ nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
254
+ sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
240
255
  """
241
256
 
242
257
  _check_type = kwargs.pop('_check_type', True)
@@ -266,8 +281,9 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
266
281
  self._configuration = _configuration
267
282
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
268
283
 
269
- self.type = type
270
- self.attributes = attributes
284
+ self.contact_list_id = contact_list_id
285
+ self.operation = operation
286
+ self.request_date = request_date
271
287
  for var_name, var_value in kwargs.items():
272
288
  if var_name not in self.attribute_map and \
273
289
  self._configuration is not None and \
@@ -0,0 +1,266 @@
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.retail_media_seller import RetailMediaSeller
34
+ globals()['RetailMediaSeller'] = RetailMediaSeller
35
+
36
+
37
+ class SellerSearchResult(ModelNormal):
38
+ """NOTE: This class is auto generated by OpenAPI Generator.
39
+ Ref: https://openapi-generator.tech
40
+
41
+ Do not edit the class manually.
42
+
43
+ Attributes:
44
+ allowed_values (dict): The key is the tuple path to the attribute
45
+ and the for var_name this is (var_name,). The value is a dict
46
+ with a capitalized key describing the allowed value and an allowed
47
+ value. These dicts store the allowed enum values.
48
+ attribute_map (dict): The key is attribute name
49
+ and the value is json key in definition.
50
+ discriminator_value_class_map (dict): A dict to go from the discriminator
51
+ variable value to the discriminator class name.
52
+ validations (dict): The key is the tuple path to the attribute
53
+ and the for var_name this is (var_name,). The value is a dict
54
+ that stores validations for max_length, min_length, max_items,
55
+ min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
56
+ inclusive_minimum, and regex.
57
+ additional_properties_type (tuple): A tuple of classes accepted
58
+ as additional properties values.
59
+ """
60
+
61
+ allowed_values = {
62
+ }
63
+
64
+ validations = {
65
+ }
66
+
67
+ additional_properties_type = None
68
+
69
+ _nullable = False
70
+
71
+ @cached_property
72
+ def openapi_types():
73
+ """
74
+ This must be a method because a model may have properties that are
75
+ of type self, this must run after the class is loaded
76
+
77
+ Returns
78
+ openapi_types (dict): The key is attribute name
79
+ and the value is attribute type.
80
+ """
81
+ lazy_import()
82
+ return {
83
+ 'account_id': (str, none_type,), # noqa: E501
84
+ 'sellers': ([RetailMediaSeller], none_type,), # noqa: E501
85
+ }
86
+
87
+ @cached_property
88
+ def discriminator():
89
+ return None
90
+
91
+
92
+ attribute_map = {
93
+ 'account_id': 'accountId', # noqa: E501
94
+ 'sellers': 'sellers', # noqa: E501
95
+ }
96
+
97
+ read_only_vars = {
98
+ }
99
+
100
+ _composed_schemas = {}
101
+
102
+ @classmethod
103
+ @convert_js_args_to_python_args
104
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
105
+ """SellerSearchResult - a model defined in OpenAPI
106
+
107
+ Keyword Args:
108
+ _check_type (bool): if True, values for parameters in openapi_types
109
+ will be type checked and a TypeError will be
110
+ raised if the wrong type is input.
111
+ Defaults to True
112
+ _path_to_item (tuple/list): This is a list of keys or values to
113
+ drill down to the model in received_data
114
+ when deserializing a response
115
+ _spec_property_naming (bool): True if the variable names in the input data
116
+ are serialized names, as specified in the OpenAPI document.
117
+ False if the variable names in the input data
118
+ are pythonic names, e.g. snake case (default)
119
+ _configuration (Configuration): the instance to use when
120
+ deserializing a file_type parameter.
121
+ If passed, type conversion is attempted
122
+ If omitted no type conversion is done.
123
+ _visited_composed_classes (tuple): This stores a tuple of
124
+ classes that we have traveled through so that
125
+ if we see that class again we will not use its
126
+ discriminator again.
127
+ When traveling through a discriminator, the
128
+ composed schema that is
129
+ is traveled through is added to this set.
130
+ For example if Animal has a discriminator
131
+ petType and we pass in "Dog", and the class Dog
132
+ allOf includes Animal, we move through Animal
133
+ once using the discriminator, and pick Dog.
134
+ Then in Dog, we will make an instance of the
135
+ Animal class but this time we won't travel
136
+ through its discriminator because we passed in
137
+ _visited_composed_classes = (Animal,)
138
+ account_id (str, none_type): the id for the account. [optional] # noqa: E501
139
+ sellers ([RetailMediaSeller], none_type): the details for mapped sellers for the account. [optional] # noqa: E501
140
+ """
141
+
142
+ _check_type = kwargs.pop('_check_type', True)
143
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
144
+ _path_to_item = kwargs.pop('_path_to_item', ())
145
+ _configuration = kwargs.pop('_configuration', None)
146
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
147
+
148
+ self = super(OpenApiModel, cls).__new__(cls)
149
+
150
+ if args:
151
+ for arg in args:
152
+ if isinstance(arg, dict):
153
+ kwargs.update(arg)
154
+ else:
155
+ raise ApiTypeError(
156
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
157
+ args,
158
+ self.__class__.__name__,
159
+ ),
160
+ path_to_item=_path_to_item,
161
+ valid_classes=(self.__class__,),
162
+ )
163
+
164
+ self._data_store = {}
165
+ self._check_type = _check_type
166
+ self._spec_property_naming = _spec_property_naming
167
+ self._path_to_item = _path_to_item
168
+ self._configuration = _configuration
169
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
170
+
171
+ for var_name, var_value in kwargs.items():
172
+ if var_name not in self.attribute_map and \
173
+ self._configuration is not None and \
174
+ self._configuration.discard_unknown_keys and \
175
+ self.additional_properties_type is None:
176
+ # discard variable.
177
+ continue
178
+ setattr(self, var_name, var_value)
179
+ return self
180
+
181
+ required_properties = set([
182
+ '_data_store',
183
+ '_check_type',
184
+ '_spec_property_naming',
185
+ '_path_to_item',
186
+ '_configuration',
187
+ '_visited_composed_classes',
188
+ ])
189
+
190
+ @convert_js_args_to_python_args
191
+ def __init__(self, *args, **kwargs): # noqa: E501
192
+ """SellerSearchResult - a model defined in OpenAPI
193
+
194
+ Keyword Args:
195
+ _check_type (bool): if True, values for parameters in openapi_types
196
+ will be type checked and a TypeError will be
197
+ raised if the wrong type is input.
198
+ Defaults to True
199
+ _path_to_item (tuple/list): This is a list of keys or values to
200
+ drill down to the model in received_data
201
+ when deserializing a response
202
+ _spec_property_naming (bool): True if the variable names in the input data
203
+ are serialized names, as specified in the OpenAPI document.
204
+ False if the variable names in the input data
205
+ are pythonic names, e.g. snake case (default)
206
+ _configuration (Configuration): the instance to use when
207
+ deserializing a file_type parameter.
208
+ If passed, type conversion is attempted
209
+ If omitted no type conversion is done.
210
+ _visited_composed_classes (tuple): This stores a tuple of
211
+ classes that we have traveled through so that
212
+ if we see that class again we will not use its
213
+ discriminator again.
214
+ When traveling through a discriminator, the
215
+ composed schema that is
216
+ is traveled through is added to this set.
217
+ For example if Animal has a discriminator
218
+ petType and we pass in "Dog", and the class Dog
219
+ allOf includes Animal, we move through Animal
220
+ once using the discriminator, and pick Dog.
221
+ Then in Dog, we will make an instance of the
222
+ Animal class but this time we won't travel
223
+ through its discriminator because we passed in
224
+ _visited_composed_classes = (Animal,)
225
+ account_id (str, none_type): the id for the account. [optional] # noqa: E501
226
+ sellers ([RetailMediaSeller], none_type): the details for mapped sellers for the account. [optional] # noqa: E501
227
+ """
228
+
229
+ _check_type = kwargs.pop('_check_type', True)
230
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
231
+ _path_to_item = kwargs.pop('_path_to_item', ())
232
+ _configuration = kwargs.pop('_configuration', None)
233
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
234
+
235
+ if args:
236
+ for arg in args:
237
+ if isinstance(arg, dict):
238
+ kwargs.update(arg)
239
+ else:
240
+ raise ApiTypeError(
241
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
242
+ args,
243
+ self.__class__.__name__,
244
+ ),
245
+ path_to_item=_path_to_item,
246
+ valid_classes=(self.__class__,),
247
+ )
248
+
249
+ self._data_store = {}
250
+ self._check_type = _check_type
251
+ self._spec_property_naming = _spec_property_naming
252
+ self._path_to_item = _path_to_item
253
+ self._configuration = _configuration
254
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
255
+
256
+ for var_name, var_value in kwargs.items():
257
+ if var_name not in self.attribute_map and \
258
+ self._configuration is not None and \
259
+ self._configuration.discard_unknown_keys and \
260
+ self.additional_properties_type is None:
261
+ # discard variable.
262
+ continue
263
+ setattr(self, var_name, var_value)
264
+ if var_name in self.read_only_vars:
265
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
266
+ f"class with read only attributes.")
@@ -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.sdk_api_rest_common_problem import SdkApiRestCommonProblem
34
- from criteo_api_retailmedia_preview.model.value_resource_of_retail_media_seller import ValueResourceOfRetailMediaSeller
34
+ from criteo_api_retailmedia_preview.model.value_resource_of_seller_search_result import ValueResourceOfSellerSearchResult
35
35
  globals()['SdkApiRestCommonProblem'] = SdkApiRestCommonProblem
36
- globals()['ValueResourceOfRetailMediaSeller'] = ValueResourceOfRetailMediaSeller
36
+ globals()['ValueResourceOfSellerSearchResult'] = ValueResourceOfSellerSearchResult
37
37
 
38
38
 
39
- class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
39
+ class ValueResourceCollectionOutcomeOfSellerSearchResult(ModelNormal):
40
40
  """NOTE: This class is auto generated by OpenAPI Generator.
41
41
  Ref: https://openapi-generator.tech
42
42
 
@@ -82,7 +82,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
82
82
  """
83
83
  lazy_import()
84
84
  return {
85
- 'data': ([ValueResourceOfRetailMediaSeller], none_type,), # noqa: E501
85
+ 'data': ([ValueResourceOfSellerSearchResult], none_type,), # noqa: E501
86
86
  'warnings': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
87
87
  'errors': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
88
88
  }
@@ -108,7 +108,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
108
108
  @classmethod
109
109
  @convert_js_args_to_python_args
110
110
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
111
- """ValueResourceCollectionOutcomeOfRetailMediaSeller - a model defined in OpenAPI
111
+ """ValueResourceCollectionOutcomeOfSellerSearchResult - a model defined in OpenAPI
112
112
 
113
113
  Keyword Args:
114
114
  _check_type (bool): if True, values for parameters in openapi_types
@@ -141,7 +141,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
141
141
  Animal class but this time we won't travel
142
142
  through its discriminator because we passed in
143
143
  _visited_composed_classes = (Animal,)
144
- data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
144
+ data ([ValueResourceOfSellerSearchResult], none_type): [optional] # noqa: E501
145
145
  warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
146
146
  errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
147
147
  """
@@ -196,7 +196,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
196
196
 
197
197
  @convert_js_args_to_python_args
198
198
  def __init__(self, *args, **kwargs): # noqa: E501
199
- """ValueResourceCollectionOutcomeOfRetailMediaSeller - a model defined in OpenAPI
199
+ """ValueResourceCollectionOutcomeOfSellerSearchResult - a model defined in OpenAPI
200
200
 
201
201
  Keyword Args:
202
202
  _check_type (bool): if True, values for parameters in openapi_types
@@ -229,7 +229,7 @@ class ValueResourceCollectionOutcomeOfRetailMediaSeller(ModelNormal):
229
229
  Animal class but this time we won't travel
230
230
  through its discriminator because we passed in
231
231
  _visited_composed_classes = (Animal,)
232
- data ([ValueResourceOfRetailMediaSeller], none_type): [optional] # noqa: E501
232
+ data ([ValueResourceOfSellerSearchResult], none_type): [optional] # noqa: E501
233
233
  warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
234
234
  errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
235
235
  """
@@ -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.retail_media_seller import RetailMediaSeller
34
- globals()['RetailMediaSeller'] = RetailMediaSeller
33
+ from criteo_api_retailmedia_preview.model.seller_search_result import SellerSearchResult
34
+ globals()['SellerSearchResult'] = SellerSearchResult
35
35
 
36
36
 
37
- class ValueResourceOfRetailMediaSeller(ModelNormal):
37
+ class ValueResourceOfSellerSearchResult(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -81,7 +81,7 @@ class ValueResourceOfRetailMediaSeller(ModelNormal):
81
81
  lazy_import()
82
82
  return {
83
83
  'type': (str, none_type,), # noqa: E501
84
- 'attributes': (RetailMediaSeller,), # noqa: E501
84
+ 'attributes': (SellerSearchResult,), # noqa: E501
85
85
  }
86
86
 
87
87
  @cached_property
@@ -102,7 +102,7 @@ class ValueResourceOfRetailMediaSeller(ModelNormal):
102
102
  @classmethod
103
103
  @convert_js_args_to_python_args
104
104
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
105
- """ValueResourceOfRetailMediaSeller - a model defined in OpenAPI
105
+ """ValueResourceOfSellerSearchResult - a model defined in OpenAPI
106
106
 
107
107
  Keyword Args:
108
108
  _check_type (bool): if True, values for parameters in openapi_types
@@ -136,7 +136,7 @@ class ValueResourceOfRetailMediaSeller(ModelNormal):
136
136
  through its discriminator because we passed in
137
137
  _visited_composed_classes = (Animal,)
138
138
  type (str, none_type): Type of the resource.. [optional] # noqa: E501
139
- attributes (RetailMediaSeller): [optional] # noqa: E501
139
+ attributes (SellerSearchResult): [optional] # noqa: E501
140
140
  """
141
141
 
142
142
  _check_type = kwargs.pop('_check_type', True)
@@ -189,7 +189,7 @@ class ValueResourceOfRetailMediaSeller(ModelNormal):
189
189
 
190
190
  @convert_js_args_to_python_args
191
191
  def __init__(self, *args, **kwargs): # noqa: E501
192
- """ValueResourceOfRetailMediaSeller - a model defined in OpenAPI
192
+ """ValueResourceOfSellerSearchResult - a model defined in OpenAPI
193
193
 
194
194
  Keyword Args:
195
195
  _check_type (bool): if True, values for parameters in openapi_types
@@ -223,7 +223,7 @@ class ValueResourceOfRetailMediaSeller(ModelNormal):
223
223
  through its discriminator because we passed in
224
224
  _visited_composed_classes = (Animal,)
225
225
  type (str, none_type): Type of the resource.. [optional] # noqa: E501
226
- attributes (RetailMediaSeller): [optional] # noqa: E501
226
+ attributes (SellerSearchResult): [optional] # noqa: E501
227
227
  """
228
228
 
229
229
  _check_type = kwargs.pop('_check_type', True)
@@ -182,10 +182,10 @@ from criteo_api_retailmedia_preview.model.resource_of_sku_slim_data_v2 import Re
182
182
  from criteo_api_retailmedia_preview.model.resource_of_update_balance_model_v2 import ResourceOfUpdateBalanceModelV2
183
183
  from criteo_api_retailmedia_preview.model.resource_outcome import ResourceOutcome
184
184
  from criteo_api_retailmedia_preview.model.retail_media_contactlist_amendment import RetailMediaContactlistAmendment
185
+ from criteo_api_retailmedia_preview.model.retail_media_contactlist_amendment_attributes import RetailMediaContactlistAmendmentAttributes
185
186
  from criteo_api_retailmedia_preview.model.retail_media_contactlist_amendment_request import RetailMediaContactlistAmendmentRequest
186
187
  from criteo_api_retailmedia_preview.model.retail_media_contactlist_operation import RetailMediaContactlistOperation
187
188
  from criteo_api_retailmedia_preview.model.retail_media_contactlist_operation_response_attributes import RetailMediaContactlistOperationResponseAttributes
188
- from criteo_api_retailmedia_preview.model.retail_media_contactlist_operation_response_attributes_attributes import RetailMediaContactlistOperationResponseAttributesAttributes
189
189
  from criteo_api_retailmedia_preview.model.retail_media_seller import RetailMediaSeller
190
190
  from criteo_api_retailmedia_preview.model.review_state_model import ReviewStateModel
191
191
  from criteo_api_retailmedia_preview.model.rm_algebra_node_v1 import RmAlgebraNodeV1
@@ -227,6 +227,7 @@ from criteo_api_retailmedia_preview.model.seller_identifier import SellerIdentif
227
227
  from criteo_api_retailmedia_preview.model.seller_preview import SellerPreview
228
228
  from criteo_api_retailmedia_preview.model.seller_preview_response import SellerPreviewResponse
229
229
  from criteo_api_retailmedia_preview.model.seller_search import SellerSearch
230
+ from criteo_api_retailmedia_preview.model.seller_search_result import SellerSearchResult
230
231
  from criteo_api_retailmedia_preview.model.set_bid_model import SetBidModel
231
232
  from criteo_api_retailmedia_preview.model.set_bids_model import SetBidsModel
232
233
  from criteo_api_retailmedia_preview.model.set_bids_model_request import SetBidsModelRequest
@@ -260,15 +261,15 @@ from criteo_api_retailmedia_preview.model.text_variable_value import TextVariabl
260
261
  from criteo_api_retailmedia_preview.model.update_balance_model_v2 import UpdateBalanceModelV2
261
262
  from criteo_api_retailmedia_preview.model.update_balance_model_v2_request import UpdateBalanceModelV2Request
262
263
  from criteo_api_retailmedia_preview.model.value_resource_brand_id_search_request import ValueResourceBrandIdSearchRequest
263
- from criteo_api_retailmedia_preview.model.value_resource_collection_outcome_of_retail_media_seller import ValueResourceCollectionOutcomeOfRetailMediaSeller
264
+ from criteo_api_retailmedia_preview.model.value_resource_collection_outcome_of_seller_search_result import ValueResourceCollectionOutcomeOfSellerSearchResult
264
265
  from criteo_api_retailmedia_preview.model.value_resource_cpc_min_bids_request import ValueResourceCpcMinBidsRequest
265
266
  from criteo_api_retailmedia_preview.model.value_resource_cpc_min_bids_response import ValueResourceCpcMinBidsResponse
266
267
  from criteo_api_retailmedia_preview.model.value_resource_input_brand_id_search_request import ValueResourceInputBrandIdSearchRequest
267
268
  from criteo_api_retailmedia_preview.model.value_resource_input_cpc_min_bids_request import ValueResourceInputCpcMinBidsRequest
268
269
  from criteo_api_retailmedia_preview.model.value_resource_input_of_seller_search import ValueResourceInputOfSellerSearch
269
270
  from criteo_api_retailmedia_preview.model.value_resource_of_recommended_keywords_result import ValueResourceOfRecommendedKeywordsResult
270
- from criteo_api_retailmedia_preview.model.value_resource_of_retail_media_seller import ValueResourceOfRetailMediaSeller
271
271
  from criteo_api_retailmedia_preview.model.value_resource_of_seller_search import ValueResourceOfSellerSearch
272
+ from criteo_api_retailmedia_preview.model.value_resource_of_seller_search_result import ValueResourceOfSellerSearchResult
272
273
  from criteo_api_retailmedia_preview.model.value_resource_outcome_cpc_min_bids_response import ValueResourceOutcomeCpcMinBidsResponse
273
274
  from criteo_api_retailmedia_preview.model.value_resource_outcome_of_recommended_keywords_result import ValueResourceOutcomeOfRecommendedKeywordsResult
274
275
  from criteo_api_retailmedia_preview.model.video_variable_value import VideoVariableValue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: criteo-api-retailmedia-sdk
3
- Version: 0.0.250205
3
+ Version: 0.0.250211
4
4
  Summary: Criteo API SDK
5
5
  Home-page: https://github.com/criteo/criteo-api-python-sdk
6
6
  Author: Criteo
@@ -35,9 +35,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
35
35
 
36
36
 
37
37
  ```sh
38
- pip install criteo-api-retailmedia-sdk==0.0.250205
38
+ pip install criteo-api-retailmedia-sdk==0.0.250211
39
39
  ```
40
- (you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.250205`)
40
+ (you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.250211`)
41
41
 
42
42
  Then import the package:
43
43
  ```python
@@ -1,7 +1,7 @@
1
- criteo_api_retailmedia_preview/__init__.py,sha256=ceqvUAQnvLsHi-io_YbZhlKivbh7OT8Re40u8SOQgII,1023
2
- criteo_api_retailmedia_preview/api_client.py,sha256=KYSgf25ma9vi_wzjXs23VSPolL6xDJ5sf_TioKCQHeo,39425
1
+ criteo_api_retailmedia_preview/__init__.py,sha256=a50T7GCdbm63c1Ee01x7lafNNujNZ0lJ0mwCdovzuCs,1023
2
+ criteo_api_retailmedia_preview/api_client.py,sha256=tM7xUrqHQSqZLGRiMMmiWDGYCqOCOjEpxOM0PxAM0UA,39425
3
3
  criteo_api_retailmedia_preview/api_client_builder.py,sha256=GA_82AyTtGhe8KsCV4WRibYrDshmKbXDRLdELNYmBEo,1504
4
- criteo_api_retailmedia_preview/configuration.py,sha256=pdSbzT0jajnxubpgd1JK92dk2FJm5jw6TSqSwXXxwx0,16714
4
+ criteo_api_retailmedia_preview/configuration.py,sha256=jceip2mziJPANXfzIqS7FObTuSDab65iIdx_CQi8ve0,16714
5
5
  criteo_api_retailmedia_preview/criteo_api_client.py,sha256=OMLOZH6PXNNHEZ-9_X1b-jNJT80YCrfQrxln-6rWo3k,652
6
6
  criteo_api_retailmedia_preview/criteo_auth.py,sha256=1pjObPpytC72QM8YxL3NmwDI0ePSXuRFIiMpq6j3LF0,4693
7
7
  criteo_api_retailmedia_preview/criteo_rest.py,sha256=7fjy1FXDYlgRVnUqEvXaa3daGnZAB0rUPqmFxgBeRmk,3410
@@ -10,11 +10,11 @@ criteo_api_retailmedia_preview/flow_constants.py,sha256=Ib8P11y_f2GCzYFORWeFqmpY
10
10
  criteo_api_retailmedia_preview/model_utils.py,sha256=cRqlVb6eq5limHgox0OVy9OgyVzX8dd31SjlHJYBXks,82564
11
11
  criteo_api_retailmedia_preview/rest.py,sha256=QxPwwAVXwOGPybdM9wkJDT2zT9ehe-PRby_ZwtIagl0,14241
12
12
  criteo_api_retailmedia_preview/api/__init__.py,sha256=PFuWrNYpBsqByMl7orspJxVAv0aLDjlUrEbAR3TBJJg,235
13
- criteo_api_retailmedia_preview/api/accounts_api.py,sha256=w_0KDBKk9Gl3CyZtgW5hNLbsLf0Dq80nnM1kev_UEcA,18449
13
+ criteo_api_retailmedia_preview/api/accounts_api.py,sha256=fjO_LZk41Q-lpJ_ALUaErhisZ8n4rcqHcmP5q23g9tQ,18453
14
14
  criteo_api_retailmedia_preview/api/analytics_api.py,sha256=PMjZIfOcvQRv501NC5kRuqN2bTqyW_j2MxOmQFZuotA,51578
15
15
  criteo_api_retailmedia_preview/api/audience_api.py,sha256=DMfTswhVaacqu87DO0yyfgvXLiwqNnojuaojOHkZ7bk,52389
16
16
  criteo_api_retailmedia_preview/api/balance_api.py,sha256=wQ2BsZrR52QTqtyVoKuA-nHn-BKeBtY51gVOJaB7Tl8,39445
17
- criteo_api_retailmedia_preview/api/campaign_api.py,sha256=mCfAyqVmHuZCrNbjLtpjtSKbkJft0ozzzNUhaNp5YgQ,212860
17
+ criteo_api_retailmedia_preview/api/campaign_api.py,sha256=OeLbpwnSKJRq3bCiCIQTsrcboQKzI899lkhBESRSeoU,212899
18
18
  criteo_api_retailmedia_preview/api/catalog_api.py,sha256=J-flsW5g2qeVtJagiEK_eB4UiQSZ8hYNJXDjVWL5h8o,12384
19
19
  criteo_api_retailmedia_preview/api/gateway_api.py,sha256=kEmtDyfACdByE6SbIMwV0OH7HsRvtN7jnmc1qDCtiLs,5693
20
20
  criteo_api_retailmedia_preview/api/on_site_recommendation_api.py,sha256=yeEY6PXg4HoGYcEStM2kPLKPTSSLY3NLMbdHSCK8KtU,6779
@@ -43,7 +43,7 @@ criteo_api_retailmedia_preview/model/async_report_response.py,sha256=XXK1G4USAMy
43
43
  criteo_api_retailmedia_preview/model/audience_error.py,sha256=HrhIIkBO0rSO8b0UTrT5bukgMGact6g7SuAifLBzYq4,14955
44
44
  criteo_api_retailmedia_preview/model/audience_warning.py,sha256=TGPEA8GB8dHE5weomTR5twdnnZfeENIniEy7oW_YLZU,14944
45
45
  criteo_api_retailmedia_preview/model/balance_history_change_data_capture_v1.py,sha256=tDbcmazgN4yGnLuY7PeG_pHY0biq7c0-5NEfFaFcpy4,13575
46
- criteo_api_retailmedia_preview/model/balance_response_v2.py,sha256=j2KCj3rxbjffg3GDZiNyytSCgThUGNZii7zEqE2VWrU,16312
46
+ criteo_api_retailmedia_preview/model/balance_response_v2.py,sha256=aOLej6TVO-iuMSK-PClN9MspYBLWGeZdNjlVc3Cu2Rs,16312
47
47
  criteo_api_retailmedia_preview/model/balance_response_v2_response.py,sha256=xY5sYtI47Q39e4qye0_nWOq2_83POx0kz5IRBxKeVFk,12394
48
48
  criteo_api_retailmedia_preview/model/batch_accepted_response.py,sha256=bBuOkSoDlxj1sDE86tMZuIVEot_1Xb4RNeS2szir1q4,11568
49
49
  criteo_api_retailmedia_preview/model/bot_message.py,sha256=xq7I_yPVss6WHGGgtm9A96jaL-yUKvL77mM-6B8ss7s,12483
@@ -81,7 +81,7 @@ criteo_api_retailmedia_preview/model/entity_resource_of_retail_media_child_accou
81
81
  criteo_api_retailmedia_preview/model/error_code_response.py,sha256=i297dGb7D2BSog6iXDmiuyWgSsWvebChP5c43h_mnrE,12097
82
82
  criteo_api_retailmedia_preview/model/export_report_column.py,sha256=KMKMqDm8EllhpWkU6Ra-1-g_rSf3w2-4i8h3xnDzOO8,14152
83
83
  criteo_api_retailmedia_preview/model/export_report_meta_data.py,sha256=SEHOGMvtbrn8zNYerUKLOuq6FO-5h4Waxk9xIElg6uQ,11927
84
- criteo_api_retailmedia_preview/model/external_catalog_status.py,sha256=lv8HNBh3GfB6vXtI_BYx8pfeaPS8GBP6VwhBvs9p7vI,14613
84
+ criteo_api_retailmedia_preview/model/external_catalog_status.py,sha256=_RbjL20e3C_X-K-q9K7t4m-qe7-QT9RynIc-oJUJl-g,14646
85
85
  criteo_api_retailmedia_preview/model/external_line_item_bid_multipliers_v2.py,sha256=CA4abIY4qBB8Tm0g_RDLnCHw_vvRna1tc2-BDUpZcgs,14730
86
86
  criteo_api_retailmedia_preview/model/external_line_item_capping_v2.py,sha256=B2iP1OPwE8rxxAFOtF8CUf6DfSOY39oD-3A9YfrOdoI,11843
87
87
  criteo_api_retailmedia_preview/model/external_line_item_page_category_v2.py,sha256=lOc2yOstBocufGy99s3nCoK071Ww8HbVkiFULVPa2zw,11905
@@ -118,7 +118,7 @@ criteo_api_retailmedia_preview/model/keywords_model_resource.py,sha256=sN9yRD2At
118
118
  criteo_api_retailmedia_preview/model/keywords_model_response.py,sha256=8V12nzBeCVYB0fAVuhG0jsV2WW_2-VhTMsGmfEyHV3A,12149
119
119
  criteo_api_retailmedia_preview/model/line_item_bid_multipliers_v2_request.py,sha256=b-ZaENnEcGLjPGlMr-NGW7i-o-nQyE8pCOWRLlpgU1U,11810
120
120
  criteo_api_retailmedia_preview/model/line_item_bid_multipliers_v2_response.py,sha256=7ytia2_7yeiJABEiISB35viPLQe0Dd1KF9bYRXMPY14,12532
121
- criteo_api_retailmedia_preview/model/line_item_product_status.py,sha256=kSEGbArDhiF3mRkaSR--FycuUm40TlbktAPqZp1pZu0,12271
121
+ criteo_api_retailmedia_preview/model/line_item_product_status.py,sha256=6yhiXvxU55jtgXIErpPGI0xsv1LqLMdX21pSA-cg95g,12271
122
122
  criteo_api_retailmedia_preview/model/loyalty_points.py,sha256=gtfOxAG1AR1-zjfRu5Dl8Z2sl96EApKRAwKJvrnoFoM,12531
123
123
  criteo_api_retailmedia_preview/model/match_type_model.py,sha256=3IsdmtGAVIe5Wg8tZbTnRsWEX6bnpvDkRStokqc2Wy4,12312
124
124
  criteo_api_retailmedia_preview/model/message.py,sha256=Ma07pczRMrzovhlEq_mXSrxRT8gqF7rWDSRZ0MH2-tE,11876
@@ -192,11 +192,11 @@ criteo_api_retailmedia_preview/model/resource_of_sku_slim_data_preview.py,sha256
192
192
  criteo_api_retailmedia_preview/model/resource_of_sku_slim_data_v2.py,sha256=_VP101HEL58mw-1yDdV6Fx-jYXqxNGEwX1stpXEXrT8,12185
193
193
  criteo_api_retailmedia_preview/model/resource_of_update_balance_model_v2.py,sha256=HqjhYHcdZnuhkXiTpKQtumkIGRHQZz4Y32zFOkWZTc4,12255
194
194
  criteo_api_retailmedia_preview/model/resource_outcome.py,sha256=O1MTsL3eJ3YPdrPJVE5hpzalbyoJuRiSGyX-2xtqkj0,11737
195
- criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment.py,sha256=FsZW3pcKamq3KibL2e6blmR56CEqPYaOmORB1kD90bo,12711
195
+ criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment.py,sha256=IXWSHnrUT8c3KdMMirRwnJCGmdWQpLhULHRyotYJg9w,12199
196
+ criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_attributes.py,sha256=gtOq0Kg-vEInSnVf_6TgIEH8yUinLC44MJ8XMJawaNY,12741
196
197
  criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_request.py,sha256=Dt7-rKYZaqvqWsPSjJ2u5_aCsIf-DXNEy9xkson_jLo,11850
197
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation.py,sha256=UZM-kgcKuCqyKksMJxHdtNQs3PncEMbI3hrQDUg5NWM,12747
198
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes.py,sha256=rbEpF1KaEmKTQej6s34PX_xlijjictK4tv4UIUBtlVw,12394
199
- criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes_attributes.py,sha256=uwkJq5S7Bb03bC6v5ZKYhbYYpFC09W-a6Bsx4QByy_o,13972
198
+ criteo_api_retailmedia_preview/model/retail_media_contactlist_operation.py,sha256=DTC6NiLa-E2wI8zEoB-4bCFXXajE5rxYVOcKd2kBbZc,13016
199
+ criteo_api_retailmedia_preview/model/retail_media_contactlist_operation_response_attributes.py,sha256=bQVwCzJJuKxKu5Ja1v7s1b94eIA_9s2eCn__k8G1QLg,13942
200
200
  criteo_api_retailmedia_preview/model/retail_media_seller.py,sha256=1W04IRoJpPy7pYT7T52AP_dKXePm-FBGeO3G8o4XqPM,11722
201
201
  criteo_api_retailmedia_preview/model/review_state_model.py,sha256=2atKmT15tpyeM6MmFG4_atF50J3dogWbvLIpFR6i8II,12556
202
202
  criteo_api_retailmedia_preview/model/rm_algebra_node_v1.py,sha256=892OAOvCBbfGgf0aqXpALhKNFqWolQolruk8UBeW0RY,12206
@@ -238,6 +238,7 @@ criteo_api_retailmedia_preview/model/seller_identifier.py,sha256=mVgHGPdZHhFAE0d
238
238
  criteo_api_retailmedia_preview/model/seller_preview.py,sha256=A8Vb2EbGLv7NGw8k0-W5fHs3gFVppckrA350-bG2y-w,11408
239
239
  criteo_api_retailmedia_preview/model/seller_preview_response.py,sha256=hAt_ejRP_-Yf_YxncSlRtCFEgiv_cl7iVFj_Ie_MWjE,12364
240
240
  criteo_api_retailmedia_preview/model/seller_search.py,sha256=K1fQIMzDAfI2YZtyrsZ5YIxIj3yi46T8E04zqf1O8PE,12084
241
+ criteo_api_retailmedia_preview/model/seller_search_result.py,sha256=kjOVIWOCoV1veCVQqjNd20EPedpZ2S-tXmMgmTf4vFo,11790
241
242
  criteo_api_retailmedia_preview/model/set_bid_model.py,sha256=obZwePi_5OcEJEfqpu34J4ZUHVpJxT80q2Bveg1g8wI,11450
242
243
  criteo_api_retailmedia_preview/model/set_bids_model.py,sha256=W4n8v7A-AY8AdyTSfRCFEhJUK2vqEFWa1fDX4JLISAg,11351
243
244
  criteo_api_retailmedia_preview/model/set_bids_model_request.py,sha256=S2Cnq3psY4EsJXXDqs8PwIoOjSyjXVSaK50bx47P5KY,11377
@@ -271,20 +272,20 @@ criteo_api_retailmedia_preview/model/text_variable_value.py,sha256=FjtOzwe7-3yiv
271
272
  criteo_api_retailmedia_preview/model/update_balance_model_v2.py,sha256=IWZ_eSYEzFnDsbzUESQEKWPPwwcWiV7Un4adEyYXa5o,12666
272
273
  criteo_api_retailmedia_preview/model/update_balance_model_v2_request.py,sha256=9MTeMopI44fjDLWl6K9O_KvopcwiRlbXrnK6toD_aK0,11770
273
274
  criteo_api_retailmedia_preview/model/value_resource_brand_id_search_request.py,sha256=r6UJbmuRigUW-V_JzXVWLVbyrHocd4QDUopti2L6iZQ,11706
274
- criteo_api_retailmedia_preview/model/value_resource_collection_outcome_of_retail_media_seller.py,sha256=rUq5dzGaJDgYJjNEa3dRewuDpgn-7XK1c-1OvbypdZU,12574
275
+ criteo_api_retailmedia_preview/model/value_resource_collection_outcome_of_seller_search_result.py,sha256=Cm3RDCQ3xB_yOBkl5lrD-qN7N7xlXtBT9cl7lys67vU,12584
275
276
  criteo_api_retailmedia_preview/model/value_resource_cpc_min_bids_request.py,sha256=ULdnjBmj6DojYaW7ytSe2_KqeXC6fPtDDmzr35AVwXg,11676
276
277
  criteo_api_retailmedia_preview/model/value_resource_cpc_min_bids_response.py,sha256=iNO-dYVdZbQzeNOxn0suq1p1JMP1-SsCLgKgQGojmT0,11686
277
278
  criteo_api_retailmedia_preview/model/value_resource_input_brand_id_search_request.py,sha256=aMpEpgB7uT2igN7pjHcBVL_COHaW5qir4a0VRg_opTM,11527
278
279
  criteo_api_retailmedia_preview/model/value_resource_input_cpc_min_bids_request.py,sha256=uMv4FSQYvQVi_4EEp3VxywPySFdfymyvtJljTzjLSik,11497
279
280
  criteo_api_retailmedia_preview/model/value_resource_input_of_seller_search.py,sha256=BYMiBauRfBjQsO7GqPN9POf9zDn3s8q7xD22hiDCL6A,11466
280
281
  criteo_api_retailmedia_preview/model/value_resource_of_recommended_keywords_result.py,sha256=cMmHYNRGGpQvR3tdsVdNO8ifXKyagakKuTak_iXGfd0,11715
281
- criteo_api_retailmedia_preview/model/value_resource_of_retail_media_seller.py,sha256=LeG0N14BCLDMkDX4VmTHL59qI-LbgwC9lrpxLgX1oAY,11681
282
282
  criteo_api_retailmedia_preview/model/value_resource_of_seller_search.py,sha256=_Lia21cqio9c8N8YHF2PE7UXvu8oVUO3I1jqeuWDnZI,11630
283
+ criteo_api_retailmedia_preview/model/value_resource_of_seller_search_result.py,sha256=CVL3Fsn7vb8b1scrp6UDMiD9RERzRReajcGZoUih7ZQ,11691
283
284
  criteo_api_retailmedia_preview/model/value_resource_outcome_cpc_min_bids_response.py,sha256=MwoPHKj-aEEJB3DTTLsKiI02-tWCAZjx7Ti32fWe-uc,12495
284
285
  criteo_api_retailmedia_preview/model/value_resource_outcome_of_recommended_keywords_result.py,sha256=cqCHsE0Mm9mtucMUr66weV_Y1ckkYQnnaULRTKcrTaA,12322
285
286
  criteo_api_retailmedia_preview/model/video_variable_value.py,sha256=OfIDeWfVxiRT2PDgF90bDlS5Bp0ejXJ8FvXS2ROH00c,12079
286
- criteo_api_retailmedia_preview/models/__init__.py,sha256=QSwXaAAixOQ7C41omyNxGwGhRr-bRHPs-Jsx56E2vMU,28089
287
- criteo_api_retailmedia_sdk-0.0.250205.dist-info/METADATA,sha256=32b_NqE2Zm_vzeJ82FfYyE2WdP6deaBj0QskG-HvELc,1848
288
- criteo_api_retailmedia_sdk-0.0.250205.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
289
- criteo_api_retailmedia_sdk-0.0.250205.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
290
- criteo_api_retailmedia_sdk-0.0.250205.dist-info/RECORD,,
287
+ criteo_api_retailmedia_preview/models/__init__.py,sha256=lfoopYknxwLoGBsL8qK1aLqmTDe_7dFqxkWmwc8ABC4,28144
288
+ criteo_api_retailmedia_sdk-0.0.250211.dist-info/METADATA,sha256=d_DRNCBRo8MnatGITBehHGGEhlpImb3gnriBDqs0SsY,1848
289
+ criteo_api_retailmedia_sdk-0.0.250211.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
290
+ criteo_api_retailmedia_sdk-0.0.250211.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
291
+ criteo_api_retailmedia_sdk-0.0.250211.dist-info/RECORD,,