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
@@ -83,7 +83,7 @@ class GrantConsentModel(ModelNormal):
83
83
  return {
84
84
  'client_id': (str,), # noqa: E501
85
85
  'callback_url': (str,), # noqa: E501
86
- 'callback_state': (str, none_type,), # noqa: E501
86
+ 'callback_state': (str,), # noqa: E501
87
87
  }
88
88
 
89
89
  @cached_property
@@ -142,7 +142,7 @@ class GrantConsentModel(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- callback_state (str, none_type): [optional] # noqa: E501
145
+ callback_state (str): [optional] # noqa: E501
146
146
  """
147
147
 
148
148
  _check_type = kwargs.pop('_check_type', True)
@@ -234,7 +234,7 @@ class GrantConsentModel(ModelNormal):
234
234
  Animal class but this time we won't travel
235
235
  through its discriminator because we passed in
236
236
  _visited_composed_classes = (Animal,)
237
- callback_state (str, none_type): [optional] # noqa: E501
237
+ callback_state (str): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -87,7 +87,7 @@ class GrantConsentModelValueResource(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'type': (str, none_type,), # noqa: E501
90
+ 'type': (str,), # noqa: E501
91
91
  'attributes': (GrantConsentModel,), # noqa: E501
92
92
  }
93
93
 
@@ -142,7 +142,7 @@ class GrantConsentModelValueResource(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- type (str, none_type): [optional] # noqa: E501
145
+ type (str): [optional] # noqa: E501
146
146
  attributes (GrantConsentModel): [optional] # noqa: E501
147
147
  """
148
148
 
@@ -229,7 +229,7 @@ class GrantConsentModelValueResource(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
- type (str, none_type): [optional] # noqa: E501
232
+ type (str): [optional] # noqa: E501
233
233
  attributes (GrantConsentModel): [optional] # noqa: E501
234
234
  """
235
235
 
@@ -90,7 +90,7 @@ class InbotDiscussion(ModelNormal):
90
90
  """
91
91
  lazy_import()
92
92
  return {
93
- 'messages': ([Message], none_type,), # noqa: E501
93
+ 'messages': ([Message],), # noqa: E501
94
94
  }
95
95
 
96
96
  @cached_property
@@ -143,7 +143,7 @@ class InbotDiscussion(ModelNormal):
143
143
  Animal class but this time we won't travel
144
144
  through its discriminator because we passed in
145
145
  _visited_composed_classes = (Animal,)
146
- messages ([Message], none_type): ordered list of previous messages, alternating between user prompts and bot answers. [optional] # noqa: E501
146
+ messages ([Message]): ordered list of previous messages, alternating between user prompts and bot answers. [optional] # noqa: E501
147
147
  """
148
148
 
149
149
  _check_type = kwargs.pop('_check_type', True)
@@ -229,7 +229,7 @@ class InbotDiscussion(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
- messages ([Message], none_type): ordered list of previous messages, alternating between user prompts and bot answers. [optional] # noqa: E501
232
+ messages ([Message]): ordered list of previous messages, alternating between user prompts and bot answers. [optional] # noqa: E501
233
233
  """
234
234
 
235
235
  _check_type = kwargs.pop('_check_type', True)
@@ -88,7 +88,7 @@ class InbotDiscussionDataInstanceModel(ModelNormal):
88
88
  lazy_import()
89
89
  return {
90
90
  'attributes': (InbotDiscussion,), # noqa: E501
91
- 'type': (str, none_type,), # noqa: E501
91
+ 'type': (str,), # noqa: E501
92
92
  }
93
93
 
94
94
  @cached_property
@@ -145,7 +145,7 @@ class InbotDiscussionDataInstanceModel(ModelNormal):
145
145
  Animal class but this time we won't travel
146
146
  through its discriminator because we passed in
147
147
  _visited_composed_classes = (Animal,)
148
- type (str, none_type): [optional] if omitted the server will use the default value of "InbotDiscussion" # noqa: E501
148
+ type (str): [optional] if omitted the server will use the default value of "InbotDiscussion" # noqa: E501
149
149
  """
150
150
 
151
151
  _check_type = kwargs.pop('_check_type', True)
@@ -235,7 +235,7 @@ class InbotDiscussionDataInstanceModel(ModelNormal):
235
235
  Animal class but this time we won't travel
236
236
  through its discriminator because we passed in
237
237
  _visited_composed_classes = (Animal,)
238
- type (str, none_type): [optional] if omitted the server will use the default value of "InbotDiscussion" # noqa: E501
238
+ type (str): [optional] if omitted the server will use the default value of "InbotDiscussion" # noqa: E501
239
239
  """
240
240
 
241
241
  _check_type = kwargs.pop('_check_type', True)
@@ -87,7 +87,7 @@ class Installment(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'months': (int, none_type,), # noqa: E501
90
+ 'months': (int,), # noqa: E501
91
91
  'amount': (Price,), # noqa: E501
92
92
  }
93
93
 
@@ -142,7 +142,7 @@ class Installment(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- months (int, none_type): The number of installments the buyer has to pay.. [optional] # noqa: E501
145
+ months (int): The number of installments the buyer has to pay.. [optional] # noqa: E501
146
146
  amount (Price): [optional] # noqa: E501
147
147
  """
148
148
 
@@ -229,7 +229,7 @@ class Installment(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
- months (int, none_type): The number of installments the buyer has to pay.. [optional] # noqa: E501
232
+ months (int): The number of installments the buyer has to pay.. [optional] # noqa: E501
233
233
  amount (Price): [optional] # noqa: E501
234
234
  """
235
235
 
@@ -87,7 +87,6 @@ class JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultiplie
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'id': (str,), # noqa: E501
91
90
  'type': (str,), # noqa: E501
92
91
  'attributes': (ExternalLineItemBidMultipliersV2,), # noqa: E501
93
92
  }
@@ -98,7 +97,6 @@ class JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultiplie
98
97
 
99
98
 
100
99
  attribute_map = {
101
- 'id': 'id', # noqa: E501
102
100
  'type': 'type', # noqa: E501
103
101
  'attributes': 'attributes', # noqa: E501
104
102
  }
@@ -110,11 +108,10 @@ class JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultiplie
110
108
 
111
109
  @classmethod
112
110
  @convert_js_args_to_python_args
113
- def _from_openapi_data(cls, id, type, *args, **kwargs): # noqa: E501
111
+ def _from_openapi_data(cls, type, *args, **kwargs): # noqa: E501
114
112
  """JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultipliersV2 - a model defined in OpenAPI
115
113
 
116
114
  Args:
117
- id (str):
118
115
  type (str):
119
116
 
120
117
  Keyword Args:
@@ -180,7 +177,6 @@ class JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultiplie
180
177
  self._configuration = _configuration
181
178
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
182
179
 
183
- self.id = id
184
180
  self.type = type
185
181
  for var_name, var_value in kwargs.items():
186
182
  if var_name not in self.attribute_map and \
@@ -202,11 +198,10 @@ class JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultiplie
202
198
  ])
203
199
 
204
200
  @convert_js_args_to_python_args
205
- def __init__(self, id, type, *args, **kwargs): # noqa: E501
201
+ def __init__(self, type, *args, **kwargs): # noqa: E501
206
202
  """JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultipliersV2 - a model defined in OpenAPI
207
203
 
208
204
  Args:
209
- id (str):
210
205
  type (str):
211
206
 
212
207
  Keyword Args:
@@ -270,7 +265,6 @@ class JsonApiBodyWithIdOfInt64AndLineItemBidMultipliersV2AndLineItemBidMultiplie
270
265
  self._configuration = _configuration
271
266
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
272
267
 
273
- self.id = id
274
268
  self.type = type
275
269
  for var_name, var_value in kwargs.items():
276
270
  if var_name not in self.attribute_map and \
@@ -30,11 +30,11 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_retailmedia_preview.model.external_catalog_status import ExternalCatalogStatus
34
- globals()['ExternalCatalogStatus'] = ExternalCatalogStatus
33
+ from criteo_api_retailmedia_preview.model.brand_catalog_request_v2 import BrandCatalogRequestV2
34
+ globals()['BrandCatalogRequestV2'] = BrandCatalogRequestV2
35
35
 
36
36
 
37
- class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
37
+ class JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,9 +87,8 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'id': (str,), # noqa: E501
91
90
  'type': (str,), # noqa: E501
92
- 'attributes': (ExternalCatalogStatus,), # noqa: E501
91
+ 'attributes': (BrandCatalogRequestV2,), # noqa: E501
93
92
  }
94
93
 
95
94
  @cached_property
@@ -98,7 +97,6 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
98
97
 
99
98
 
100
99
  attribute_map = {
101
- 'id': 'id', # noqa: E501
102
100
  'type': 'type', # noqa: E501
103
101
  'attributes': 'attributes', # noqa: E501
104
102
  }
@@ -110,11 +108,10 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
110
108
 
111
109
  @classmethod
112
110
  @convert_js_args_to_python_args
113
- def _from_openapi_data(cls, id, type, *args, **kwargs): # noqa: E501
114
- """JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus - a model defined in OpenAPI
111
+ def _from_openapi_data(cls, type, *args, **kwargs): # noqa: E501
112
+ """JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2 - a model defined in OpenAPI
115
113
 
116
114
  Args:
117
- id (str):
118
115
  type (str):
119
116
 
120
117
  Keyword Args:
@@ -148,7 +145,7 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
148
145
  Animal class but this time we won't travel
149
146
  through its discriminator because we passed in
150
147
  _visited_composed_classes = (Animal,)
151
- attributes (ExternalCatalogStatus): [optional] # noqa: E501
148
+ attributes (BrandCatalogRequestV2): [optional] # noqa: E501
152
149
  """
153
150
 
154
151
  _check_type = kwargs.pop('_check_type', True)
@@ -180,7 +177,6 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
180
177
  self._configuration = _configuration
181
178
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
182
179
 
183
- self.id = id
184
180
  self.type = type
185
181
  for var_name, var_value in kwargs.items():
186
182
  if var_name not in self.attribute_map and \
@@ -202,11 +198,10 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
202
198
  ])
203
199
 
204
200
  @convert_js_args_to_python_args
205
- def __init__(self, id, type, *args, **kwargs): # noqa: E501
206
- """JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus - a model defined in OpenAPI
201
+ def __init__(self, type, *args, **kwargs): # noqa: E501
202
+ """JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2 - a model defined in OpenAPI
207
203
 
208
204
  Args:
209
- id (str):
210
205
  type (str):
211
206
 
212
207
  Keyword Args:
@@ -240,7 +235,7 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
240
235
  Animal class but this time we won't travel
241
236
  through its discriminator because we passed in
242
237
  _visited_composed_classes = (Animal,)
243
- attributes (ExternalCatalogStatus): [optional] # noqa: E501
238
+ attributes (BrandCatalogRequestV2): [optional] # noqa: E501
244
239
  """
245
240
 
246
241
  _check_type = kwargs.pop('_check_type', True)
@@ -270,7 +265,6 @@ class JsonApiBodyWithIdOfInt64AndCatalogStatusAndCatalogStatus(ModelNormal):
270
265
  self._configuration = _configuration
271
266
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
272
267
 
273
- self.id = id
274
268
  self.type = type
275
269
  for var_name, var_value in kwargs.items():
276
270
  if var_name not in self.attribute_map and \
@@ -30,11 +30,11 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
  def lazy_import():
33
- from criteo_api_retailmedia_preview.model.seller_catalog_request import SellerCatalogRequest
34
- globals()['SellerCatalogRequest'] = SellerCatalogRequest
33
+ from criteo_api_retailmedia_preview.model.seller_catalog_request_v2 import SellerCatalogRequestV2
34
+ globals()['SellerCatalogRequestV2'] = SellerCatalogRequestV2
35
35
 
36
36
 
37
- class JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest(ModelNormal):
37
+ class JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -88,7 +88,7 @@ class JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest(ModelNor
88
88
  lazy_import()
89
89
  return {
90
90
  'type': (str,), # noqa: E501
91
- 'attributes': (SellerCatalogRequest,), # noqa: E501
91
+ 'attributes': (SellerCatalogRequestV2,), # noqa: E501
92
92
  }
93
93
 
94
94
  @cached_property
@@ -109,7 +109,7 @@ class JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest(ModelNor
109
109
  @classmethod
110
110
  @convert_js_args_to_python_args
111
111
  def _from_openapi_data(cls, type, *args, **kwargs): # noqa: E501
112
- """JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest - a model defined in OpenAPI
112
+ """JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2 - a model defined in OpenAPI
113
113
 
114
114
  Args:
115
115
  type (str):
@@ -145,7 +145,7 @@ class JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest(ModelNor
145
145
  Animal class but this time we won't travel
146
146
  through its discriminator because we passed in
147
147
  _visited_composed_classes = (Animal,)
148
- attributes (SellerCatalogRequest): [optional] # noqa: E501
148
+ attributes (SellerCatalogRequestV2): [optional] # noqa: E501
149
149
  """
150
150
 
151
151
  _check_type = kwargs.pop('_check_type', True)
@@ -199,7 +199,7 @@ class JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest(ModelNor
199
199
 
200
200
  @convert_js_args_to_python_args
201
201
  def __init__(self, type, *args, **kwargs): # noqa: E501
202
- """JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest - a model defined in OpenAPI
202
+ """JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2 - a model defined in OpenAPI
203
203
 
204
204
  Args:
205
205
  type (str):
@@ -235,7 +235,7 @@ class JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest(ModelNor
235
235
  Animal class but this time we won't travel
236
236
  through its discriminator because we passed in
237
237
  _visited_composed_classes = (Animal,)
238
- attributes (SellerCatalogRequest): [optional] # noqa: E501
238
+ attributes (SellerCatalogRequestV2): [optional] # noqa: E501
239
239
  """
240
240
 
241
241
  _check_type = kwargs.pop('_check_type', True)
@@ -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.json_api_body_without_id_of_seller_catalog_request_and_seller_catalog_request import JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest
34
- globals()['JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest'] = JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest
33
+ from criteo_api_retailmedia_preview.model.json_api_body_without_id_of_brand_catalog_request_v2_and_brand_catalog_request_v2 import JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2
34
+ globals()['JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2'] = JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2
35
35
 
36
36
 
37
- class JsonApiRequestOfSellerCatalogRequest(ModelNormal):
37
+ class JsonApiRequestOfBrandCatalogRequestV2(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,7 +87,7 @@ class JsonApiRequestOfSellerCatalogRequest(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'data': (JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest,), # noqa: E501
90
+ 'data': (JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2,), # noqa: E501
91
91
  }
92
92
 
93
93
  @cached_property
@@ -107,7 +107,7 @@ class JsonApiRequestOfSellerCatalogRequest(ModelNormal):
107
107
  @classmethod
108
108
  @convert_js_args_to_python_args
109
109
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
110
- """JsonApiRequestOfSellerCatalogRequest - a model defined in OpenAPI
110
+ """JsonApiRequestOfBrandCatalogRequestV2 - a model defined in OpenAPI
111
111
 
112
112
  Keyword Args:
113
113
  _check_type (bool): if True, values for parameters in openapi_types
@@ -140,7 +140,7 @@ class JsonApiRequestOfSellerCatalogRequest(ModelNormal):
140
140
  Animal class but this time we won't travel
141
141
  through its discriminator because we passed in
142
142
  _visited_composed_classes = (Animal,)
143
- data (JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest): [optional] # noqa: E501
143
+ data (JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2): [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -193,7 +193,7 @@ class JsonApiRequestOfSellerCatalogRequest(ModelNormal):
193
193
 
194
194
  @convert_js_args_to_python_args
195
195
  def __init__(self, *args, **kwargs): # noqa: E501
196
- """JsonApiRequestOfSellerCatalogRequest - a model defined in OpenAPI
196
+ """JsonApiRequestOfBrandCatalogRequestV2 - a model defined in OpenAPI
197
197
 
198
198
  Keyword Args:
199
199
  _check_type (bool): if True, values for parameters in openapi_types
@@ -226,7 +226,7 @@ class JsonApiRequestOfSellerCatalogRequest(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- data (JsonApiBodyWithoutIdOfSellerCatalogRequestAndSellerCatalogRequest): [optional] # noqa: E501
229
+ data (JsonApiBodyWithoutIdOfBrandCatalogRequestV2AndBrandCatalogRequestV2): [optional] # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -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.seller_identifier import SellerIdentifier
34
- globals()['SellerIdentifier'] = SellerIdentifier
33
+ from criteo_api_retailmedia_preview.model.json_api_body_without_id_of_seller_catalog_request_v2_and_seller_catalog_request_v2 import JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2
34
+ globals()['JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2'] = JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2
35
35
 
36
36
 
37
- class SellerCatalogRequest(ModelNormal):
37
+ class JsonApiRequestOfSellerCatalogRequestV2(ModelNormal):
38
38
  """NOTE: This class is auto generated by OpenAPI Generator.
39
39
  Ref: https://openapi-generator.tech
40
40
 
@@ -87,7 +87,7 @@ class SellerCatalogRequest(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'sellers': ([SellerIdentifier], none_type,), # noqa: E501
90
+ 'data': (JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2,), # noqa: E501
91
91
  }
92
92
 
93
93
  @cached_property
@@ -96,7 +96,7 @@ class SellerCatalogRequest(ModelNormal):
96
96
 
97
97
 
98
98
  attribute_map = {
99
- 'sellers': 'sellers', # noqa: E501
99
+ 'data': 'data', # noqa: E501
100
100
  }
101
101
 
102
102
  read_only_vars = {
@@ -107,7 +107,7 @@ class SellerCatalogRequest(ModelNormal):
107
107
  @classmethod
108
108
  @convert_js_args_to_python_args
109
109
  def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
110
- """SellerCatalogRequest - a model defined in OpenAPI
110
+ """JsonApiRequestOfSellerCatalogRequestV2 - a model defined in OpenAPI
111
111
 
112
112
  Keyword Args:
113
113
  _check_type (bool): if True, values for parameters in openapi_types
@@ -140,7 +140,7 @@ class SellerCatalogRequest(ModelNormal):
140
140
  Animal class but this time we won't travel
141
141
  through its discriminator because we passed in
142
142
  _visited_composed_classes = (Animal,)
143
- sellers ([SellerIdentifier], none_type): A list of sellers to restict the catalog to.. [optional] # noqa: E501
143
+ data (JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2): [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -193,7 +193,7 @@ class SellerCatalogRequest(ModelNormal):
193
193
 
194
194
  @convert_js_args_to_python_args
195
195
  def __init__(self, *args, **kwargs): # noqa: E501
196
- """SellerCatalogRequest - a model defined in OpenAPI
196
+ """JsonApiRequestOfSellerCatalogRequestV2 - a model defined in OpenAPI
197
197
 
198
198
  Keyword Args:
199
199
  _check_type (bool): if True, values for parameters in openapi_types
@@ -226,7 +226,7 @@ class SellerCatalogRequest(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- sellers ([SellerIdentifier], none_type): A list of sellers to restict the catalog to.. [optional] # noqa: E501
229
+ data (JsonApiBodyWithoutIdOfSellerCatalogRequestV2AndSellerCatalogRequestV2): [optional] # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -88,8 +88,8 @@ class KeywordDataModel(ModelNormal):
88
88
  'match_type': (MatchTypeModel,), # noqa: E501
89
89
  'bid': (float, none_type,), # noqa: E501
90
90
  'input_keywords': (InputKeywordsModel,), # noqa: E501
91
- 'created_at': (datetime, none_type,), # noqa: E501
92
- 'updated_at': (datetime, none_type,), # noqa: E501
91
+ 'created_at': (datetime,), # noqa: E501
92
+ 'updated_at': (datetime,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -151,8 +151,8 @@ class KeywordDataModel(ModelNormal):
151
151
  match_type (MatchTypeModel): [optional] # noqa: E501
152
152
  bid (float, none_type): [optional] # noqa: E501
153
153
  input_keywords (InputKeywordsModel): [optional] # noqa: E501
154
- created_at (datetime, none_type): [optional] # noqa: E501
155
- updated_at (datetime, none_type): [optional] # noqa: E501
154
+ created_at (datetime): [optional] # noqa: E501
155
+ updated_at (datetime): [optional] # noqa: E501
156
156
  """
157
157
 
158
158
  _check_type = kwargs.pop('_check_type', True)
@@ -242,8 +242,8 @@ class KeywordDataModel(ModelNormal):
242
242
  match_type (MatchTypeModel): [optional] # noqa: E501
243
243
  bid (float, none_type): [optional] # noqa: E501
244
244
  input_keywords (InputKeywordsModel): [optional] # noqa: E501
245
- created_at (datetime, none_type): [optional] # noqa: E501
246
- updated_at (datetime, none_type): [optional] # noqa: E501
245
+ created_at (datetime): [optional] # noqa: E501
246
+ updated_at (datetime): [optional] # noqa: E501
247
247
  """
248
248
 
249
249
  _check_type = kwargs.pop('_check_type', True)
@@ -60,7 +60,6 @@ class Keywords(ModelNormal):
60
60
 
61
61
  allowed_values = {
62
62
  ('review_state',): {
63
- 'None': None,
64
63
  'INREVIEW': "InReview",
65
64
  'RECOMMENDED': "Recommended",
66
65
  'APPROVED': "Approved",
@@ -70,7 +69,6 @@ class Keywords(ModelNormal):
70
69
  'UNKOWN': "Unkown",
71
70
  },
72
71
  ('match_type',): {
73
- 'None': None,
74
72
  'POSITIVEEXACTMATCH': "PositiveExactMatch",
75
73
  'NEGATIVEEXACTMATCH': "NegativeExactMatch",
76
74
  'NEGATIVEBROADMATCH': "NegativeBroadMatch",
@@ -97,12 +95,12 @@ class Keywords(ModelNormal):
97
95
  """
98
96
  lazy_import()
99
97
  return {
100
- 'review_state': (str, none_type,), # noqa: E501
101
- 'match_type': (str, none_type,), # noqa: E501
98
+ 'review_state': (str,), # noqa: E501
99
+ 'match_type': (str,), # noqa: E501
102
100
  'bid': (float, none_type,), # noqa: E501
103
101
  'input_keywords': (InputKeywords,), # noqa: E501
104
- 'created_at': (datetime, none_type,), # noqa: E501
105
- 'updated_at': (datetime, none_type,), # noqa: E501
102
+ 'created_at': (datetime,), # noqa: E501
103
+ 'updated_at': (datetime,), # noqa: E501
106
104
  }
107
105
 
108
106
  @cached_property
@@ -160,12 +158,12 @@ class Keywords(ModelNormal):
160
158
  Animal class but this time we won't travel
161
159
  through its discriminator because we passed in
162
160
  _visited_composed_classes = (Animal,)
163
- review_state (str, none_type): Review status of the keyword. [optional] # noqa: E501
164
- match_type (str, none_type): The matching algorthim to be use when comparing this keyword with the shopper search phrase. [optional] # noqa: E501
161
+ review_state (str): Review status of the keyword. [optional] # noqa: E501
162
+ match_type (str): The matching algorthim to be use when comparing this keyword with the shopper search phrase. [optional] # noqa: E501
165
163
  bid (float, none_type): The bid to use when a positive keyword matches the shopper search phrase. [optional] # noqa: E501
166
164
  input_keywords (InputKeywords): [optional] # noqa: E501
167
- created_at (datetime, none_type): The time at which this keyword was created in UTC. [optional] # noqa: E501
168
- updated_at (datetime, none_type): The time at which the keyword was last modified in UTC. [optional] # noqa: E501
165
+ created_at (datetime): The time at which this keyword was created in UTC. [optional] # noqa: E501
166
+ updated_at (datetime): The time at which the keyword was last modified in UTC. [optional] # noqa: E501
169
167
  """
170
168
 
171
169
  _check_type = kwargs.pop('_check_type', True)
@@ -251,12 +249,12 @@ class Keywords(ModelNormal):
251
249
  Animal class but this time we won't travel
252
250
  through its discriminator because we passed in
253
251
  _visited_composed_classes = (Animal,)
254
- review_state (str, none_type): Review status of the keyword. [optional] # noqa: E501
255
- match_type (str, none_type): The matching algorthim to be use when comparing this keyword with the shopper search phrase. [optional] # noqa: E501
252
+ review_state (str): Review status of the keyword. [optional] # noqa: E501
253
+ match_type (str): The matching algorthim to be use when comparing this keyword with the shopper search phrase. [optional] # noqa: E501
256
254
  bid (float, none_type): The bid to use when a positive keyword matches the shopper search phrase. [optional] # noqa: E501
257
255
  input_keywords (InputKeywords): [optional] # noqa: E501
258
- created_at (datetime, none_type): The time at which this keyword was created in UTC. [optional] # noqa: E501
259
- updated_at (datetime, none_type): The time at which the keyword was last modified in UTC. [optional] # noqa: E501
256
+ created_at (datetime): The time at which this keyword was created in UTC. [optional] # noqa: E501
257
+ updated_at (datetime): The time at which the keyword was last modified in UTC. [optional] # noqa: E501
260
258
  """
261
259
 
262
260
  _check_type = kwargs.pop('_check_type', True)
@@ -66,7 +66,7 @@ class KeywordsModel(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():
@@ -66,7 +66,7 @@ class KeywordsModelResource(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():
@@ -52,6 +52,7 @@ class LineItemProductStatus(ModelSimple):
52
52
 
53
53
  allowed_values = {
54
54
  ('value',): {
55
+ 'None': None,
55
56
  'UNKNOWN': "unknown",
56
57
  'ACTIVE': "active",
57
58
  'PAUSED': "paused",
@@ -63,7 +64,7 @@ class LineItemProductStatus(ModelSimple):
63
64
 
64
65
  additional_properties_type = None
65
66
 
66
- _nullable = False
67
+ _nullable = True
67
68
 
68
69
  @cached_property
69
70
  def openapi_types():