criteo-api-retailmedia-sdk 0.0.250218__py3-none-any.whl → 0.0.250320__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 (134) 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/billing_api.py +445 -0
  4. criteo_api_retailmedia_preview/api/campaign_api.py +300 -17
  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/add_remove_keyword_model.py +3 -3
  9. criteo_api_retailmedia_preview/model/application_summary_model.py +1 -1
  10. criteo_api_retailmedia_preview/model/application_summary_model_resource.py +1 -1
  11. criteo_api_retailmedia_preview/model/async_accounts_report.py +36 -47
  12. criteo_api_retailmedia_preview/model/async_accounts_report_resource.py +3 -3
  13. criteo_api_retailmedia_preview/model/async_campaigns_report.py +39 -49
  14. criteo_api_retailmedia_preview/model/async_campaigns_report_resource.py +3 -3
  15. criteo_api_retailmedia_preview/model/async_fill_rate_report.py +21 -14
  16. criteo_api_retailmedia_preview/model/async_fill_rate_report_resource.py +3 -3
  17. criteo_api_retailmedia_preview/model/async_line_items_report.py +39 -49
  18. criteo_api_retailmedia_preview/model/async_line_items_report_resource.py +3 -3
  19. criteo_api_retailmedia_preview/model/balance_response_v2.py +1 -1
  20. criteo_api_retailmedia_preview/model/bot_message.py +1 -1
  21. criteo_api_retailmedia_preview/model/brand_catalog_request_v2.py +284 -0
  22. criteo_api_retailmedia_preview/model/brand_id_search_request.py +3 -4
  23. criteo_api_retailmedia_preview/model/brand_id_search_result.py +1 -1
  24. criteo_api_retailmedia_preview/model/{external_catalog_status.py → catalog_status_v2.py} +15 -29
  25. criteo_api_retailmedia_preview/model/{entity_resource_collection_outcome_of_retail_media_child_account.py → catalog_status_v2_response.py} +8 -14
  26. criteo_api_retailmedia_preview/model/choice_variable_value.py +1 -1
  27. criteo_api_retailmedia_preview/model/cpc_min_bids_response.py +1 -1
  28. criteo_api_retailmedia_preview/model/create_balance_v2.py +3 -3
  29. criteo_api_retailmedia_preview/model/creative2.py +5 -1
  30. criteo_api_retailmedia_preview/model/creative_update_model2.py +3 -3
  31. criteo_api_retailmedia_preview/model/entity_resource_collection_outcome_of_retail_media_child_account_and_metadata.py +280 -0
  32. criteo_api_retailmedia_preview/model/entity_resource_of_retail_media_child_account.py +6 -13
  33. criteo_api_retailmedia_preview/model/{json_api_single_response_of_catalog_status.py → entity_resource_outcome_partner_billing_report_status_v1.py} +22 -35
  34. criteo_api_retailmedia_preview/model/entity_resource_partner_billing_report_status_v1.py +270 -0
  35. criteo_api_retailmedia_preview/model/export_report_meta_data.py +1 -1
  36. criteo_api_retailmedia_preview/model/external_line_item_bid_multipliers_v2.py +4 -0
  37. criteo_api_retailmedia_preview/model/external_line_item_page_v2.py +3 -3
  38. criteo_api_retailmedia_preview/model/external_preferred_line_item_v2.py +4 -0
  39. criteo_api_retailmedia_preview/model/external_retail_media_child_account.py +25 -37
  40. criteo_api_retailmedia_preview/model/files_variable_value.py +1 -1
  41. criteo_api_retailmedia_preview/model/grant_consent_model.py +3 -3
  42. criteo_api_retailmedia_preview/model/grant_consent_model_value_resource.py +3 -3
  43. criteo_api_retailmedia_preview/model/inbot_discussion.py +3 -3
  44. criteo_api_retailmedia_preview/model/inbot_discussion_data_instance_model.py +3 -3
  45. criteo_api_retailmedia_preview/model/installment.py +3 -3
  46. criteo_api_retailmedia_preview/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py +2 -8
  47. criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py → json_api_body_without_id_of_brand_catalog_request_v2_and_brand_catalog_request_v2.py} +10 -16
  48. criteo_api_retailmedia_preview/model/{json_api_body_without_id_of_seller_catalog_request_and_seller_catalog_request.py → json_api_body_without_id_of_seller_catalog_request_v2_and_seller_catalog_request_v2.py} +8 -8
  49. criteo_api_retailmedia_preview/model/{json_api_request_of_seller_catalog_request.py → json_api_request_of_brand_catalog_request_v2.py} +8 -8
  50. criteo_api_retailmedia_preview/model/{seller_catalog_request.py → json_api_request_of_seller_catalog_request_v2.py} +9 -9
  51. criteo_api_retailmedia_preview/model/keyword_data_model.py +6 -6
  52. criteo_api_retailmedia_preview/model/keywords.py +12 -14
  53. criteo_api_retailmedia_preview/model/keywords_model.py +1 -1
  54. criteo_api_retailmedia_preview/model/keywords_model_resource.py +1 -1
  55. criteo_api_retailmedia_preview/model/line_item_product_status.py +2 -1
  56. criteo_api_retailmedia_preview/model/loyalty_points.py +9 -9
  57. criteo_api_retailmedia_preview/model/message_data_instance_model.py +1 -1
  58. criteo_api_retailmedia_preview/model/metadata.py +1 -1
  59. criteo_api_retailmedia_preview/model/nillable_string.py +1 -1
  60. criteo_api_retailmedia_preview/model/page_metadata.py +6 -6
  61. criteo_api_retailmedia_preview/model/paging_offset_limit_metadata.py +1 -1
  62. criteo_api_retailmedia_preview/model/partner_billing_report_request_v1.py +293 -0
  63. criteo_api_retailmedia_preview/model/partner_billing_report_status_v1.py +279 -0
  64. criteo_api_retailmedia_preview/model/price.py +6 -6
  65. criteo_api_retailmedia_preview/model/product.py +198 -198
  66. criteo_api_retailmedia_preview/model/product_metadata.py +1 -1
  67. criteo_api_retailmedia_preview/model/product_shipping.py +18 -18
  68. criteo_api_retailmedia_preview/model/product_shipping_dimension.py +6 -6
  69. criteo_api_retailmedia_preview/model/product_shipping_weight.py +6 -6
  70. criteo_api_retailmedia_preview/model/product_tax.py +18 -18
  71. criteo_api_retailmedia_preview/model/product_unit_pricing_base_measure.py +6 -6
  72. criteo_api_retailmedia_preview/model/product_unit_pricing_measure.py +6 -6
  73. criteo_api_retailmedia_preview/model/products_custom_batch_request_entry.py +12 -12
  74. criteo_api_retailmedia_preview/model/promoted_product.py +1 -1
  75. criteo_api_retailmedia_preview/model/promoted_product_resource_collection_input.py +3 -3
  76. criteo_api_retailmedia_preview/model/recommended_keywords_result.py +1 -1
  77. criteo_api_retailmedia_preview/model/report_data_response_resource.py +1 -1
  78. criteo_api_retailmedia_preview/model/resource_of_balance_response_v2.py +1 -1
  79. criteo_api_retailmedia_preview/model/resource_of_catalog_status_v2.py +277 -0
  80. criteo_api_retailmedia_preview/model/resource_of_change_dates_of_balance_v2.py +6 -6
  81. criteo_api_retailmedia_preview/model/resource_of_create_balance_v2.py +6 -6
  82. criteo_api_retailmedia_preview/model/resource_of_preferred_line_item_update_model_v2.py +6 -6
  83. criteo_api_retailmedia_preview/model/resource_of_product_button_request.py +6 -6
  84. criteo_api_retailmedia_preview/model/resource_of_sku_search_request_preview.py +6 -6
  85. criteo_api_retailmedia_preview/model/resource_of_sku_search_request_slim_preview.py +6 -6
  86. criteo_api_retailmedia_preview/model/resource_of_sku_search_request_slim_v2_preview.py +6 -6
  87. criteo_api_retailmedia_preview/model/resource_of_update_balance_model_v2.py +6 -6
  88. criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment.py +3 -3
  89. criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_attributes.py +3 -4
  90. criteo_api_retailmedia_preview/model/rm_algebra_node_v1.py +1 -1
  91. criteo_api_retailmedia_preview/model/rm_audience_entity_v1.py +1 -1
  92. criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1.py +9 -9
  93. criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1_resource.py +3 -3
  94. criteo_api_retailmedia_preview/model/rm_audience_search_metadata_v1.py +1 -1
  95. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_create_input_v1.py +3 -3
  96. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_delete_input_v1.py +3 -3
  97. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_update_input_v1.py +3 -3
  98. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +3 -3
  99. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1_resource.py +3 -3
  100. criteo_api_retailmedia_preview/model/rm_audience_segment_delete_entity_v1_resource.py +6 -6
  101. criteo_api_retailmedia_preview/model/rm_audience_segment_entity_v1.py +1 -1
  102. criteo_api_retailmedia_preview/model/rm_audience_segment_id_entity_v1_resource.py +3 -3
  103. criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1.py +9 -10
  104. criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1_resource.py +3 -3
  105. criteo_api_retailmedia_preview/model/rm_audience_segment_search_metadata_v1.py +1 -1
  106. criteo_api_retailmedia_preview/model/rm_audience_segment_update_entity_v1.py +3 -3
  107. criteo_api_retailmedia_preview/model/rm_audience_segment_update_entity_v1_resource.py +6 -6
  108. criteo_api_retailmedia_preview/model/rm_contact_list_create_v1.py +3 -4
  109. criteo_api_retailmedia_preview/model/rm_contact_list_statistics_entity_v1.py +1 -1
  110. criteo_api_retailmedia_preview/model/rm_contact_list_statistics_entity_v1_resource.py +1 -1
  111. criteo_api_retailmedia_preview/model/rm_contact_list_v1.py +1 -1
  112. criteo_api_retailmedia_preview/model/rm_events_v1.py +1 -1
  113. criteo_api_retailmedia_preview/model/seller_catalog_request_v2.py +286 -0
  114. criteo_api_retailmedia_preview/model/{seller_identifier.py → seller_identifier_v2.py} +3 -3
  115. criteo_api_retailmedia_preview/model/seller_search.py +3 -3
  116. criteo_api_retailmedia_preview/model/seller_search_result.py +1 -1
  117. criteo_api_retailmedia_preview/model/status_response.py +1 -1
  118. criteo_api_retailmedia_preview/model/status_response_resource.py +1 -1
  119. criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +27 -33
  120. criteo_api_retailmedia_preview/model/sync_attributed_transactions_report_resource.py +3 -3
  121. criteo_api_retailmedia_preview/model/sync_campaigns_report.py +27 -34
  122. criteo_api_retailmedia_preview/model/sync_campaigns_report_resource.py +3 -3
  123. criteo_api_retailmedia_preview/model/sync_line_items_report.py +30 -37
  124. criteo_api_retailmedia_preview/model/sync_line_items_report_resource.py +3 -3
  125. criteo_api_retailmedia_preview/model/value_resource_cpc_min_bids_response.py +1 -1
  126. criteo_api_retailmedia_preview/model/{offset_page_metadata.py → value_resource_input_partner_billing_report_request_v1.py} +15 -32
  127. criteo_api_retailmedia_preview/model/value_resource_of_recommended_keywords_result.py +1 -1
  128. criteo_api_retailmedia_preview/model/value_resource_partner_billing_report_request_v1.py +266 -0
  129. criteo_api_retailmedia_preview/model/video_variable_value.py +1 -1
  130. criteo_api_retailmedia_preview/models/__init__.py +17 -9
  131. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/METADATA +4 -4
  132. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/RECORD +134 -125
  133. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/WHEEL +1 -1
  134. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
 
33
- class ExternalCatalogStatus(ModelNormal):
33
+ class CatalogStatusV2(ModelNormal):
34
34
  """NOTE: This class is auto generated by OpenAPI Generator.
35
35
  Ref: https://openapi-generator.tech
36
36
 
@@ -89,11 +89,10 @@ class ExternalCatalogStatus(ModelNormal):
89
89
  """
90
90
  return {
91
91
  'status': (str,), # noqa: E501
92
- 'currency': (str, none_type,), # noqa: E501
92
+ 'created_at': (datetime,), # 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
96
- 'created_at': (datetime,), # noqa: E501
97
96
  'message': (str, none_type,), # noqa: E501
98
97
  }
99
98
 
@@ -104,11 +103,10 @@ class ExternalCatalogStatus(ModelNormal):
104
103
 
105
104
  attribute_map = {
106
105
  'status': 'status', # noqa: E501
107
- 'currency': 'currency', # noqa: E501
106
+ 'created_at': 'createdAt', # noqa: E501
108
107
  'row_count': 'rowCount', # noqa: E501
109
108
  'file_size_bytes': 'fileSizeBytes', # noqa: E501
110
109
  'md5_checksum': 'md5Checksum', # noqa: E501
111
- 'created_at': 'createdAt', # noqa: E501
112
110
  'message': 'message', # noqa: E501
113
111
  }
114
112
 
@@ -119,17 +117,12 @@ class ExternalCatalogStatus(ModelNormal):
119
117
 
120
118
  @classmethod
121
119
  @convert_js_args_to_python_args
122
- def _from_openapi_data(cls, status, currency, row_count, file_size_bytes, md5_checksum, created_at, message, *args, **kwargs): # noqa: E501
123
- """ExternalCatalogStatus - a model defined in OpenAPI
120
+ def _from_openapi_data(cls, status, created_at, *args, **kwargs): # noqa: E501
121
+ """CatalogStatusV2 - a model defined in OpenAPI
124
122
 
125
123
  Args:
126
124
  status (str): An enumeration of the status of the catalog.
127
- currency (str, none_type): An ISO4217 representation of the currency products are listed under in this catalog.
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
- file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.
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.
131
125
  created_at (datetime): The time this catalog was created. Represented as a UTC ISO8601 string.
132
- message (str, none_type): An optional information message intended for developer consumption.
133
126
 
134
127
  Keyword Args:
135
128
  _check_type (bool): if True, values for parameters in openapi_types
@@ -162,6 +155,10 @@ class ExternalCatalogStatus(ModelNormal):
162
155
  Animal class but this time we won't travel
163
156
  through its discriminator because we passed in
164
157
  _visited_composed_classes = (Animal,)
158
+ row_count (int, none_type): An indication of the number of products contained in this catalog. Available when this catalog reaches a success status.. [optional] # noqa: E501
159
+ file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.. [optional] # noqa: E501
160
+ 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.. [optional] # noqa: E501
161
+ message (str, none_type): An optional information message intended for developer consumption.. [optional] # noqa: E501
165
162
  """
166
163
 
167
164
  _check_type = kwargs.pop('_check_type', True)
@@ -194,12 +191,7 @@ class ExternalCatalogStatus(ModelNormal):
194
191
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
195
192
 
196
193
  self.status = status
197
- self.currency = currency
198
- self.row_count = row_count
199
- self.file_size_bytes = file_size_bytes
200
- self.md5_checksum = md5_checksum
201
194
  self.created_at = created_at
202
- self.message = message
203
195
  for var_name, var_value in kwargs.items():
204
196
  if var_name not in self.attribute_map and \
205
197
  self._configuration is not None and \
@@ -220,17 +212,12 @@ class ExternalCatalogStatus(ModelNormal):
220
212
  ])
221
213
 
222
214
  @convert_js_args_to_python_args
223
- def __init__(self, status, currency, row_count, file_size_bytes, md5_checksum, created_at, message, *args, **kwargs): # noqa: E501
224
- """ExternalCatalogStatus - a model defined in OpenAPI
215
+ def __init__(self, status, created_at, *args, **kwargs): # noqa: E501
216
+ """CatalogStatusV2 - a model defined in OpenAPI
225
217
 
226
218
  Args:
227
219
  status (str): An enumeration of the status of the catalog.
228
- currency (str, none_type): An ISO4217 representation of the currency products are listed under in this catalog.
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
- file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.
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.
232
220
  created_at (datetime): The time this catalog was created. Represented as a UTC ISO8601 string.
233
- message (str, none_type): An optional information message intended for developer consumption.
234
221
 
235
222
  Keyword Args:
236
223
  _check_type (bool): if True, values for parameters in openapi_types
@@ -263,6 +250,10 @@ class ExternalCatalogStatus(ModelNormal):
263
250
  Animal class but this time we won't travel
264
251
  through its discriminator because we passed in
265
252
  _visited_composed_classes = (Animal,)
253
+ row_count (int, none_type): An indication of the number of products contained in this catalog. Available when this catalog reaches a success status.. [optional] # noqa: E501
254
+ file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.. [optional] # noqa: E501
255
+ 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.. [optional] # noqa: E501
256
+ message (str, none_type): An optional information message intended for developer consumption.. [optional] # noqa: E501
266
257
  """
267
258
 
268
259
  _check_type = kwargs.pop('_check_type', True)
@@ -293,12 +284,7 @@ class ExternalCatalogStatus(ModelNormal):
293
284
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
294
285
 
295
286
  self.status = status
296
- self.currency = currency
297
- self.row_count = row_count
298
- self.file_size_bytes = file_size_bytes
299
- self.md5_checksum = md5_checksum
300
287
  self.created_at = created_at
301
- self.message = message
302
288
  for var_name, var_value in kwargs.items():
303
289
  if var_name not in self.attribute_map and \
304
290
  self._configuration is not None and \
@@ -31,14 +31,12 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
31
31
 
32
32
  def lazy_import():
33
33
  from criteo_api_retailmedia_preview.model.common_problem import CommonProblem
34
- from criteo_api_retailmedia_preview.model.entity_resource_of_retail_media_child_account import EntityResourceOfRetailMediaChildAccount
35
- from criteo_api_retailmedia_preview.model.offset_page_metadata import OffsetPageMetadata
34
+ from criteo_api_retailmedia_preview.model.resource_of_catalog_status_v2 import ResourceOfCatalogStatusV2
36
35
  globals()['CommonProblem'] = CommonProblem
37
- globals()['EntityResourceOfRetailMediaChildAccount'] = EntityResourceOfRetailMediaChildAccount
38
- globals()['OffsetPageMetadata'] = OffsetPageMetadata
36
+ globals()['ResourceOfCatalogStatusV2'] = ResourceOfCatalogStatusV2
39
37
 
40
38
 
41
- class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
39
+ class CatalogStatusV2Response(ModelNormal):
42
40
  """NOTE: This class is auto generated by OpenAPI Generator.
43
41
  Ref: https://openapi-generator.tech
44
42
 
@@ -91,8 +89,7 @@ class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
91
89
  """
92
90
  lazy_import()
93
91
  return {
94
- 'metadata': (OffsetPageMetadata,), # noqa: E501
95
- 'data': ([EntityResourceOfRetailMediaChildAccount], none_type,), # noqa: E501
92
+ 'data': (ResourceOfCatalogStatusV2,), # noqa: E501
96
93
  'warnings': ([CommonProblem], none_type,), # noqa: E501
97
94
  'errors': ([CommonProblem], none_type,), # noqa: E501
98
95
  }
@@ -103,7 +100,6 @@ class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
103
100
 
104
101
 
105
102
  attribute_map = {
106
- 'metadata': 'metadata', # noqa: E501
107
103
  'data': 'data', # noqa: E501
108
104
  'warnings': 'warnings', # noqa: E501
109
105
  'errors': 'errors', # noqa: E501
@@ -119,7 +115,7 @@ class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
119
115
  @classmethod
120
116
  @convert_js_args_to_python_args
121
117
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
122
- """EntityResourceCollectionOutcomeOfRetailMediaChildAccount - a model defined in OpenAPI
118
+ """CatalogStatusV2Response - a model defined in OpenAPI
123
119
 
124
120
  Keyword Args:
125
121
  _check_type (bool): if True, values for parameters in openapi_types
@@ -152,8 +148,7 @@ class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
152
148
  Animal class but this time we won't travel
153
149
  through its discriminator because we passed in
154
150
  _visited_composed_classes = (Animal,)
155
- metadata (OffsetPageMetadata): [optional] # noqa: E501
156
- data ([EntityResourceOfRetailMediaChildAccount], none_type): [optional] # noqa: E501
151
+ data (ResourceOfCatalogStatusV2): [optional] # noqa: E501
157
152
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
158
153
  errors ([CommonProblem], none_type): [optional] # noqa: E501
159
154
  """
@@ -208,7 +203,7 @@ class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
208
203
 
209
204
  @convert_js_args_to_python_args
210
205
  def __init__(self, *args, **kwargs): # noqa: E501
211
- """EntityResourceCollectionOutcomeOfRetailMediaChildAccount - a model defined in OpenAPI
206
+ """CatalogStatusV2Response - a model defined in OpenAPI
212
207
 
213
208
  Keyword Args:
214
209
  _check_type (bool): if True, values for parameters in openapi_types
@@ -241,8 +236,7 @@ class EntityResourceCollectionOutcomeOfRetailMediaChildAccount(ModelNormal):
241
236
  Animal class but this time we won't travel
242
237
  through its discriminator because we passed in
243
238
  _visited_composed_classes = (Animal,)
244
- metadata (OffsetPageMetadata): [optional] # noqa: E501
245
- data ([EntityResourceOfRetailMediaChildAccount], none_type): [optional] # noqa: E501
239
+ data (ResourceOfCatalogStatusV2): [optional] # noqa: E501
246
240
  warnings ([CommonProblem], none_type): [optional] # noqa: E501
247
241
  errors ([CommonProblem], none_type): [optional] # noqa: E501
248
242
  """
@@ -62,7 +62,7 @@ class ChoiceVariableValue(ModelNormal):
62
62
 
63
63
  additional_properties_type = None
64
64
 
65
- _nullable = False
65
+ _nullable = True
66
66
 
67
67
  @cached_property
68
68
  def openapi_types():
@@ -66,7 +66,7 @@ class CpcMinBidsResponse(ModelNormal):
66
66
 
67
67
  additional_properties_type = None
68
68
 
69
- _nullable = False
69
+ _nullable = True
70
70
 
71
71
  @cached_property
72
72
  def openapi_types():
@@ -90,7 +90,7 @@ class CreateBalanceV2(ModelNormal):
90
90
  'start_date': (date,), # noqa: E501
91
91
  'spend_type': (str,), # noqa: E501
92
92
  'po_number': (str, none_type,), # noqa: E501
93
- 'deposited': (float, none_type,), # noqa: E501
93
+ 'deposited': (float,), # noqa: E501
94
94
  'end_date': (date, none_type,), # noqa: E501
95
95
  'memo': (str, none_type,), # noqa: E501
96
96
  }
@@ -157,7 +157,7 @@ class CreateBalanceV2(ModelNormal):
157
157
  through its discriminator because we passed in
158
158
  _visited_composed_classes = (Animal,)
159
159
  po_number (str, none_type): Purchase Order number.. [optional] # noqa: E501
160
- deposited (float, none_type): Amount of billable funds allotted to the balance.. [optional] # noqa: E501
160
+ deposited (float): Amount of billable funds allotted to the balance.. [optional] # noqa: E501
161
161
  end_date (date, none_type): End date of the balance in the format YYYY-MM-DD.. [optional] # noqa: E501
162
162
  memo (str, none_type): Memo. [optional] # noqa: E501
163
163
  """
@@ -254,7 +254,7 @@ class CreateBalanceV2(ModelNormal):
254
254
  through its discriminator because we passed in
255
255
  _visited_composed_classes = (Animal,)
256
256
  po_number (str, none_type): Purchase Order number.. [optional] # noqa: E501
257
- deposited (float, none_type): Amount of billable funds allotted to the balance.. [optional] # noqa: E501
257
+ deposited (float): Amount of billable funds allotted to the balance.. [optional] # noqa: E501
258
258
  end_date (date, none_type): End date of the balance in the format YYYY-MM-DD.. [optional] # noqa: E501
259
259
  memo (str, none_type): Memo. [optional] # noqa: E501
260
260
  """
@@ -86,7 +86,7 @@ class Creative2(ModelNormal):
86
86
 
87
87
  additional_properties_type = None
88
88
 
89
- _nullable = False
89
+ _nullable = True
90
90
 
91
91
  @cached_property
92
92
  def openapi_types():
@@ -112,6 +112,7 @@ class Creative2(ModelNormal):
112
112
  'creative_format_v2_type': (str,), # noqa: E501
113
113
  'environments': ([PageTypeEnvironment2],), # noqa: E501
114
114
  'template_variable_values': ([TemplateVariableValue],), # noqa: E501
115
+ 'id': (str, none_type,), # noqa: E501
115
116
  }
116
117
 
117
118
  @cached_property
@@ -132,6 +133,7 @@ class Creative2(ModelNormal):
132
133
  'creative_format_v2_type': 'creativeFormatV2Type', # noqa: E501
133
134
  'environments': 'environments', # noqa: E501
134
135
  'template_variable_values': 'templateVariableValues', # noqa: E501
136
+ 'id': 'id', # noqa: E501
135
137
  }
136
138
 
137
139
  read_only_vars = {
@@ -189,6 +191,7 @@ class Creative2(ModelNormal):
189
191
  Animal class but this time we won't travel
190
192
  through its discriminator because we passed in
191
193
  _visited_composed_classes = (Animal,)
194
+ id (str, none_type): Id of the entity. [optional] # noqa: E501
192
195
  """
193
196
 
194
197
  _check_type = kwargs.pop('_check_type', True)
@@ -300,6 +303,7 @@ class Creative2(ModelNormal):
300
303
  Animal class but this time we won't travel
301
304
  through its discriminator because we passed in
302
305
  _visited_composed_classes = (Animal,)
306
+ id (str, none_type): Id of the entity. [optional] # noqa: E501
303
307
  """
304
308
 
305
309
  _check_type = kwargs.pop('_check_type', True)
@@ -84,7 +84,7 @@ class CreativeUpdateModel2(ModelNormal):
84
84
  'retailer_id': (int,), # noqa: E501
85
85
  'template_id': (int,), # noqa: E501
86
86
  'template_variable_values': ([TemplateVariableValue],), # noqa: E501
87
- 'brand_id': (int, none_type,), # noqa: E501
87
+ 'brand_id': (int,), # noqa: E501
88
88
  }
89
89
 
90
90
  @cached_property
@@ -147,7 +147,7 @@ class CreativeUpdateModel2(ModelNormal):
147
147
  Animal class but this time we won't travel
148
148
  through its discriminator because we passed in
149
149
  _visited_composed_classes = (Animal,)
150
- brand_id (int, none_type): The brand associated to the creative. [optional] # noqa: E501
150
+ brand_id (int): The brand associated to the creative. [optional] # noqa: E501
151
151
  """
152
152
 
153
153
  _check_type = kwargs.pop('_check_type', True)
@@ -243,7 +243,7 @@ class CreativeUpdateModel2(ModelNormal):
243
243
  Animal class but this time we won't travel
244
244
  through its discriminator because we passed in
245
245
  _visited_composed_classes = (Animal,)
246
- brand_id (int, none_type): The brand associated to the creative. [optional] # noqa: E501
246
+ brand_id (int): The brand associated to the creative. [optional] # noqa: E501
247
247
  """
248
248
 
249
249
  _check_type = kwargs.pop('_check_type', True)
@@ -0,0 +1,280 @@
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.entity_resource_of_retail_media_child_account import EntityResourceOfRetailMediaChildAccount
34
+ from criteo_api_retailmedia_preview.model.metadata import Metadata
35
+ from criteo_api_retailmedia_preview.model.sdk_api_rest_common_problem import SdkApiRestCommonProblem
36
+ globals()['EntityResourceOfRetailMediaChildAccount'] = EntityResourceOfRetailMediaChildAccount
37
+ globals()['Metadata'] = Metadata
38
+ globals()['SdkApiRestCommonProblem'] = SdkApiRestCommonProblem
39
+
40
+
41
+ class EntityResourceCollectionOutcomeOfRetailMediaChildAccountAndMetadata(ModelNormal):
42
+ """NOTE: This class is auto generated by OpenAPI Generator.
43
+ Ref: https://openapi-generator.tech
44
+
45
+ Do not edit the class manually.
46
+
47
+ Attributes:
48
+ allowed_values (dict): The key is the tuple path to the attribute
49
+ and the for var_name this is (var_name,). The value is a dict
50
+ with a capitalized key describing the allowed value and an allowed
51
+ value. These dicts store the allowed enum values.
52
+ attribute_map (dict): The key is attribute name
53
+ and the value is json key in definition.
54
+ discriminator_value_class_map (dict): A dict to go from the discriminator
55
+ variable value to the discriminator class name.
56
+ validations (dict): The key is the tuple path to the attribute
57
+ and the for var_name this is (var_name,). The value is a dict
58
+ that stores validations for max_length, min_length, max_items,
59
+ min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
60
+ inclusive_minimum, and regex.
61
+ additional_properties_type (tuple): A tuple of classes accepted
62
+ as additional properties values.
63
+ """
64
+
65
+ allowed_values = {
66
+ }
67
+
68
+ validations = {
69
+ }
70
+
71
+ additional_properties_type = None
72
+
73
+ _nullable = False
74
+
75
+ @cached_property
76
+ def openapi_types():
77
+ """
78
+ This must be a method because a model may have properties that are
79
+ of type self, this must run after the class is loaded
80
+
81
+ Returns
82
+ openapi_types (dict): The key is attribute name
83
+ and the value is attribute type.
84
+ """
85
+ lazy_import()
86
+ return {
87
+ 'metadata': (Metadata,), # noqa: E501
88
+ 'data': ([EntityResourceOfRetailMediaChildAccount], none_type,), # noqa: E501
89
+ 'warnings': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
90
+ 'errors': ([SdkApiRestCommonProblem], none_type,), # noqa: E501
91
+ }
92
+
93
+ @cached_property
94
+ def discriminator():
95
+ return None
96
+
97
+
98
+ attribute_map = {
99
+ 'metadata': 'metadata', # noqa: E501
100
+ 'data': 'data', # noqa: E501
101
+ 'warnings': 'warnings', # noqa: E501
102
+ 'errors': 'errors', # noqa: E501
103
+ }
104
+
105
+ read_only_vars = {
106
+ 'warnings', # noqa: E501
107
+ 'errors', # noqa: E501
108
+ }
109
+
110
+ _composed_schemas = {}
111
+
112
+ @classmethod
113
+ @convert_js_args_to_python_args
114
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
115
+ """EntityResourceCollectionOutcomeOfRetailMediaChildAccountAndMetadata - a model defined in OpenAPI
116
+
117
+ Keyword Args:
118
+ _check_type (bool): if True, values for parameters in openapi_types
119
+ will be type checked and a TypeError will be
120
+ raised if the wrong type is input.
121
+ Defaults to True
122
+ _path_to_item (tuple/list): This is a list of keys or values to
123
+ drill down to the model in received_data
124
+ when deserializing a response
125
+ _spec_property_naming (bool): True if the variable names in the input data
126
+ are serialized names, as specified in the OpenAPI document.
127
+ False if the variable names in the input data
128
+ are pythonic names, e.g. snake case (default)
129
+ _configuration (Configuration): the instance to use when
130
+ deserializing a file_type parameter.
131
+ If passed, type conversion is attempted
132
+ If omitted no type conversion is done.
133
+ _visited_composed_classes (tuple): This stores a tuple of
134
+ classes that we have traveled through so that
135
+ if we see that class again we will not use its
136
+ discriminator again.
137
+ When traveling through a discriminator, the
138
+ composed schema that is
139
+ is traveled through is added to this set.
140
+ For example if Animal has a discriminator
141
+ petType and we pass in "Dog", and the class Dog
142
+ allOf includes Animal, we move through Animal
143
+ once using the discriminator, and pick Dog.
144
+ Then in Dog, we will make an instance of the
145
+ Animal class but this time we won't travel
146
+ through its discriminator because we passed in
147
+ _visited_composed_classes = (Animal,)
148
+ metadata (Metadata): [optional] # noqa: E501
149
+ data ([EntityResourceOfRetailMediaChildAccount], none_type): [optional] # noqa: E501
150
+ warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
151
+ errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
152
+ """
153
+
154
+ _check_type = kwargs.pop('_check_type', True)
155
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
156
+ _path_to_item = kwargs.pop('_path_to_item', ())
157
+ _configuration = kwargs.pop('_configuration', None)
158
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
159
+
160
+ self = super(OpenApiModel, cls).__new__(cls)
161
+
162
+ if args:
163
+ for arg in args:
164
+ if isinstance(arg, dict):
165
+ kwargs.update(arg)
166
+ else:
167
+ raise ApiTypeError(
168
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
169
+ args,
170
+ self.__class__.__name__,
171
+ ),
172
+ path_to_item=_path_to_item,
173
+ valid_classes=(self.__class__,),
174
+ )
175
+
176
+ self._data_store = {}
177
+ self._check_type = _check_type
178
+ self._spec_property_naming = _spec_property_naming
179
+ self._path_to_item = _path_to_item
180
+ self._configuration = _configuration
181
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
182
+
183
+ for var_name, var_value in kwargs.items():
184
+ if var_name not in self.attribute_map and \
185
+ self._configuration is not None and \
186
+ self._configuration.discard_unknown_keys and \
187
+ self.additional_properties_type is None:
188
+ # discard variable.
189
+ continue
190
+ setattr(self, var_name, var_value)
191
+ return self
192
+
193
+ required_properties = set([
194
+ '_data_store',
195
+ '_check_type',
196
+ '_spec_property_naming',
197
+ '_path_to_item',
198
+ '_configuration',
199
+ '_visited_composed_classes',
200
+ ])
201
+
202
+ @convert_js_args_to_python_args
203
+ def __init__(self, *args, **kwargs): # noqa: E501
204
+ """EntityResourceCollectionOutcomeOfRetailMediaChildAccountAndMetadata - a model defined in OpenAPI
205
+
206
+ Keyword Args:
207
+ _check_type (bool): if True, values for parameters in openapi_types
208
+ will be type checked and a TypeError will be
209
+ raised if the wrong type is input.
210
+ Defaults to True
211
+ _path_to_item (tuple/list): This is a list of keys or values to
212
+ drill down to the model in received_data
213
+ when deserializing a response
214
+ _spec_property_naming (bool): True if the variable names in the input data
215
+ are serialized names, as specified in the OpenAPI document.
216
+ False if the variable names in the input data
217
+ are pythonic names, e.g. snake case (default)
218
+ _configuration (Configuration): the instance to use when
219
+ deserializing a file_type parameter.
220
+ If passed, type conversion is attempted
221
+ If omitted no type conversion is done.
222
+ _visited_composed_classes (tuple): This stores a tuple of
223
+ classes that we have traveled through so that
224
+ if we see that class again we will not use its
225
+ discriminator again.
226
+ When traveling through a discriminator, the
227
+ composed schema that is
228
+ is traveled through is added to this set.
229
+ For example if Animal has a discriminator
230
+ petType and we pass in "Dog", and the class Dog
231
+ allOf includes Animal, we move through Animal
232
+ once using the discriminator, and pick Dog.
233
+ Then in Dog, we will make an instance of the
234
+ Animal class but this time we won't travel
235
+ through its discriminator because we passed in
236
+ _visited_composed_classes = (Animal,)
237
+ metadata (Metadata): [optional] # noqa: E501
238
+ data ([EntityResourceOfRetailMediaChildAccount], none_type): [optional] # noqa: E501
239
+ warnings ([SdkApiRestCommonProblem], none_type): Warnings that occured during this call.. [optional] # noqa: E501
240
+ errors ([SdkApiRestCommonProblem], none_type): Errors that occured during this call.. [optional] # noqa: E501
241
+ """
242
+
243
+ _check_type = kwargs.pop('_check_type', True)
244
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
245
+ _path_to_item = kwargs.pop('_path_to_item', ())
246
+ _configuration = kwargs.pop('_configuration', None)
247
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
248
+
249
+ if args:
250
+ for arg in args:
251
+ if isinstance(arg, dict):
252
+ kwargs.update(arg)
253
+ else:
254
+ raise ApiTypeError(
255
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
256
+ args,
257
+ self.__class__.__name__,
258
+ ),
259
+ path_to_item=_path_to_item,
260
+ valid_classes=(self.__class__,),
261
+ )
262
+
263
+ self._data_store = {}
264
+ self._check_type = _check_type
265
+ self._spec_property_naming = _spec_property_naming
266
+ self._path_to_item = _path_to_item
267
+ self._configuration = _configuration
268
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
269
+
270
+ for var_name, var_value in kwargs.items():
271
+ if var_name not in self.attribute_map and \
272
+ self._configuration is not None and \
273
+ self._configuration.discard_unknown_keys and \
274
+ self.additional_properties_type is None:
275
+ # discard variable.
276
+ continue
277
+ setattr(self, var_name, var_value)
278
+ if var_name in self.read_only_vars:
279
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
280
+ f"class with read only attributes.")
@@ -64,16 +64,9 @@ class EntityResourceOfRetailMediaChildAccount(ModelNormal):
64
64
  validations = {
65
65
  }
66
66
 
67
- @cached_property
68
- def additional_properties_type():
69
- """
70
- This must be a method because a model may have properties that are
71
- of type self, this must run after the class is loaded
72
- """
73
- lazy_import()
74
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
67
+ additional_properties_type = None
75
68
 
76
- _nullable = True
69
+ _nullable = False
77
70
 
78
71
  @cached_property
79
72
  def openapi_types():
@@ -144,8 +137,8 @@ class EntityResourceOfRetailMediaChildAccount(ModelNormal):
144
137
  Animal class but this time we won't travel
145
138
  through its discriminator because we passed in
146
139
  _visited_composed_classes = (Animal,)
147
- id (str, none_type): [optional] # noqa: E501
148
- type (str, none_type): [optional] # noqa: E501
140
+ id (str, none_type): Unique id of the entity.. [optional] # noqa: E501
141
+ type (str, none_type): Type of the resource.. [optional] # noqa: E501
149
142
  attributes (ExternalRetailMediaChildAccount): [optional] # noqa: E501
150
143
  """
151
144
 
@@ -232,8 +225,8 @@ class EntityResourceOfRetailMediaChildAccount(ModelNormal):
232
225
  Animal class but this time we won't travel
233
226
  through its discriminator because we passed in
234
227
  _visited_composed_classes = (Animal,)
235
- id (str, none_type): [optional] # noqa: E501
236
- type (str, none_type): [optional] # noqa: E501
228
+ id (str, none_type): Unique id of the entity.. [optional] # noqa: E501
229
+ type (str, none_type): Type of the resource.. [optional] # noqa: E501
237
230
  attributes (ExternalRetailMediaChildAccount): [optional] # noqa: E501
238
231
  """
239
232