criteo-api-retailmedia-sdk 2024.1.0.250327__py3-none-any.whl → 2024.1.0.250409__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 (130) hide show
  1. {criteo_api_retailmedia_sdk-2024.1.0.250327.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250409.dist-info}/METADATA +3 -3
  2. {criteo_api_retailmedia_sdk-2024.1.0.250327.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250409.dist-info}/RECORD +130 -130
  3. criteo_api_retailmedia_v2024_01/__init__.py +1 -1
  4. criteo_api_retailmedia_v2024_01/api/analytics_api.py +2 -2
  5. criteo_api_retailmedia_v2024_01/api/audience_api.py +12 -12
  6. criteo_api_retailmedia_v2024_01/api/campaign_api.py +18 -18
  7. criteo_api_retailmedia_v2024_01/api_client.py +1 -1
  8. criteo_api_retailmedia_v2024_01/configuration.py +1 -1
  9. criteo_api_retailmedia_v2024_01/model/add_remove_keyword_model.py +8 -8
  10. criteo_api_retailmedia_v2024_01/model/add_remove_keywords_model_resource.py +4 -4
  11. criteo_api_retailmedia_v2024_01/model/add_to_basket_target202110_response.py +5 -5
  12. criteo_api_retailmedia_v2024_01/model/application_summary_model.py +8 -8
  13. criteo_api_retailmedia_v2024_01/model/application_summary_model_resource.py +4 -4
  14. criteo_api_retailmedia_v2024_01/model/application_summary_model_response.py +5 -5
  15. criteo_api_retailmedia_v2024_01/model/asset_response.py +7 -7
  16. criteo_api_retailmedia_v2024_01/model/async_campaigns_report.py +79 -79
  17. criteo_api_retailmedia_v2024_01/model/async_campaigns_report_resource.py +4 -4
  18. criteo_api_retailmedia_v2024_01/model/async_line_items_report.py +79 -79
  19. criteo_api_retailmedia_v2024_01/model/async_line_items_report_resource.py +4 -4
  20. criteo_api_retailmedia_v2024_01/model/async_report_response.py +5 -5
  21. criteo_api_retailmedia_v2024_01/model/async_revenue_report.py +104 -104
  22. criteo_api_retailmedia_v2024_01/model/async_revenue_report_resource.py +4 -4
  23. criteo_api_retailmedia_v2024_01/model/auction_line_item_paged_list_response.py +9 -9
  24. criteo_api_retailmedia_v2024_01/model/auction_line_item_response.py +5 -5
  25. criteo_api_retailmedia_v2024_01/model/audience_target202110_response.py +5 -5
  26. criteo_api_retailmedia_v2024_01/model/balance_campaign202110_paged_list_response.py +9 -9
  27. criteo_api_retailmedia_v2024_01/model/balance_response.py +5 -5
  28. criteo_api_retailmedia_v2024_01/model/balance_response_paged_list_response.py +9 -9
  29. criteo_api_retailmedia_v2024_01/model/campaign_attributes_v202301.py +57 -57
  30. criteo_api_retailmedia_v2024_01/model/campaign_budget_overrides.py +8 -8
  31. criteo_api_retailmedia_v2024_01/model/campaign_v202301.py +82 -82
  32. criteo_api_retailmedia_v2024_01/model/category202204.py +8 -8
  33. criteo_api_retailmedia_v2024_01/model/category202204_list_response.py +5 -5
  34. criteo_api_retailmedia_v2024_01/model/common_error.py +16 -16
  35. criteo_api_retailmedia_v2024_01/model/common_line_item_paged_list_response.py +9 -9
  36. criteo_api_retailmedia_v2024_01/model/common_line_item_response.py +5 -5
  37. criteo_api_retailmedia_v2024_01/model/common_problem.py +20 -20
  38. criteo_api_retailmedia_v2024_01/model/common_warning.py +16 -16
  39. criteo_api_retailmedia_v2024_01/model/creative202110.py +16 -12
  40. criteo_api_retailmedia_v2024_01/model/creative202110_list_response.py +5 -5
  41. criteo_api_retailmedia_v2024_01/model/creative202210.py +40 -36
  42. criteo_api_retailmedia_v2024_01/model/creative202210_list_response.py +5 -5
  43. criteo_api_retailmedia_v2024_01/model/creative202210_response.py +5 -5
  44. criteo_api_retailmedia_v2024_01/model/daily_line_item_budget_override.py +4 -4
  45. criteo_api_retailmedia_v2024_01/model/editable_campaign_attributes_v202301.py +32 -32
  46. criteo_api_retailmedia_v2024_01/model/external_account.py +18 -18
  47. criteo_api_retailmedia_v2024_01/model/external_add_to_basket_ids_update_model202110.py +4 -4
  48. criteo_api_retailmedia_v2024_01/model/external_add_to_basket_target202110.py +4 -4
  49. criteo_api_retailmedia_v2024_01/model/external_auction_line_item.py +44 -44
  50. criteo_api_retailmedia_v2024_01/model/external_auction_line_item_create_model.py +30 -30
  51. criteo_api_retailmedia_v2024_01/model/external_auction_line_item_update_model.py +20 -20
  52. criteo_api_retailmedia_v2024_01/model/external_audience_target202110.py +8 -8
  53. criteo_api_retailmedia_v2024_01/model/external_balance_response.py +66 -66
  54. criteo_api_retailmedia_v2024_01/model/external_catalog_request.py +4 -4
  55. criteo_api_retailmedia_v2024_01/model/external_catalog_status.py +20 -20
  56. criteo_api_retailmedia_v2024_01/model/external_change_dates_of_balance.py +8 -8
  57. criteo_api_retailmedia_v2024_01/model/external_common_line_item.py +34 -34
  58. criteo_api_retailmedia_v2024_01/model/external_create_balance.py +20 -20
  59. criteo_api_retailmedia_v2024_01/model/external_line_item_capping202110.py +8 -8
  60. criteo_api_retailmedia_v2024_01/model/external_line_item_page202110.py +3 -3
  61. criteo_api_retailmedia_v2024_01/model/external_preferred_line_item202110.py +55 -51
  62. criteo_api_retailmedia_v2024_01/model/external_preferred_line_item_create_model202110.py +24 -24
  63. criteo_api_retailmedia_v2024_01/model/external_preferred_line_item_update_model202110.py +20 -20
  64. criteo_api_retailmedia_v2024_01/model/external_update_balance_model.py +8 -8
  65. criteo_api_retailmedia_v2024_01/model/files_variables_specification.py +4 -4
  66. criteo_api_retailmedia_v2024_01/model/input_resource_of_auction_line_item_create_model.py +4 -4
  67. criteo_api_retailmedia_v2024_01/model/input_resource_of_preferred_line_item_create_model202110.py +4 -4
  68. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_account.py +8 -8
  69. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_brand.py +8 -8
  70. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_campaign_v202301.py +8 -8
  71. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_retailer.py +8 -8
  72. criteo_api_retailmedia_v2024_01/model/keyword_data_model.py +12 -12
  73. criteo_api_retailmedia_v2024_01/model/keyword_target202110_response.py +5 -5
  74. criteo_api_retailmedia_v2024_01/model/keywords_model_resource.py +4 -4
  75. criteo_api_retailmedia_v2024_01/model/keywords_model_response.py +4 -4
  76. criteo_api_retailmedia_v2024_01/model/line_item_bid_multipliers.py +20 -20
  77. criteo_api_retailmedia_v2024_01/model/line_item_bid_multipliers_response.py +5 -5
  78. criteo_api_retailmedia_v2024_01/model/line_item_budget_overrides.py +8 -8
  79. criteo_api_retailmedia_v2024_01/model/page_metadata.py +16 -16
  80. criteo_api_retailmedia_v2024_01/model/page_type_environment202210.py +14 -14
  81. criteo_api_retailmedia_v2024_01/model/preferred_line_item202110_paged_list_response.py +9 -9
  82. criteo_api_retailmedia_v2024_01/model/preferred_line_item202110_response.py +5 -5
  83. criteo_api_retailmedia_v2024_01/model/problem_details.py +20 -20
  84. criteo_api_retailmedia_v2024_01/model/promoted_product202110_paged_list_response.py +9 -9
  85. criteo_api_retailmedia_v2024_01/model/report_outcome.py +5 -5
  86. criteo_api_retailmedia_v2024_01/model/resource_of_auction_line_item.py +4 -4
  87. criteo_api_retailmedia_v2024_01/model/resource_of_auction_line_item_update_model.py +4 -4
  88. criteo_api_retailmedia_v2024_01/model/resource_of_balance_campaign202110.py +4 -4
  89. criteo_api_retailmedia_v2024_01/model/resource_of_common_line_item.py +4 -4
  90. criteo_api_retailmedia_v2024_01/model/resource_of_preferred_line_item202110.py +4 -4
  91. criteo_api_retailmedia_v2024_01/model/resource_of_preferred_line_item_update_model202110.py +4 -4
  92. criteo_api_retailmedia_v2024_01/model/resource_of_promoted_product202110.py +4 -4
  93. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v1.py +19 -19
  94. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v1_response.py +5 -5
  95. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v2.py +8 -8
  96. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v2_response.py +5 -5
  97. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v1.py +4 -4
  98. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v1_list_response.py +5 -5
  99. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v1_resource.py +4 -4
  100. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v2.py +12 -12
  101. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v2_list_response.py +5 -5
  102. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_customer_list.py +8 -8
  103. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_user_behavior_create_v2.py +19 -19
  104. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_user_behavior_v1.py +17 -17
  105. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_user_behavior_v2.py +23 -23
  106. criteo_api_retailmedia_v2024_01/model/rmca_common_problem.py +16 -16
  107. criteo_api_retailmedia_v2024_01/model/section.py +4 -4
  108. criteo_api_retailmedia_v2024_01/model/set_bid_model.py +4 -4
  109. criteo_api_retailmedia_v2024_01/model/set_bids_model_resource.py +4 -4
  110. criteo_api_retailmedia_v2024_01/model/status_response.py +20 -20
  111. criteo_api_retailmedia_v2024_01/model/store_target202110_response.py +5 -5
  112. criteo_api_retailmedia_v2024_01/model/template.py +24 -24
  113. criteo_api_retailmedia_v2024_01/model/template_list_response.py +5 -5
  114. criteo_api_retailmedia_v2024_01/model/template_response.py +5 -5
  115. criteo_api_retailmedia_v2024_01/model/template_variable.py +4 -4
  116. criteo_api_retailmedia_v2024_01/model/template_variable_value.py +4 -4
  117. criteo_api_retailmedia_v2024_01/model/value_resource_of_campaign_budget_overrides.py +4 -4
  118. criteo_api_retailmedia_v2024_01/model/value_resource_of_line_item_budget_overrides.py +4 -4
  119. criteo_api_retailmedia_v2024_01/model/value_resource_outcome_of_campaign_budget_overrides.py +5 -5
  120. criteo_api_retailmedia_v2024_01/model/value_resource_outcome_of_line_item_budget_overrides.py +5 -5
  121. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_add_to_basket_ids_update_model202110.py +4 -4
  122. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_add_to_basket_target202110.py +4 -4
  123. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_audience_ids_update_model202110.py +4 -4
  124. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_audience_target202110.py +4 -4
  125. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_keyword_target202110.py +4 -4
  126. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_store_ids_update_model202110.py +4 -4
  127. criteo_api_retailmedia_v2024_01/model/value_type_resource_of_store_target202110.py +4 -4
  128. criteo_api_retailmedia_v2024_01/model/video_variable_value.py +16 -16
  129. {criteo_api_retailmedia_sdk-2024.1.0.250327.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250409.dist-info}/WHEEL +0 -0
  130. {criteo_api_retailmedia_sdk-2024.1.0.250327.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250409.dist-info}/top_level.txt +0 -0
@@ -91,10 +91,10 @@ class PreferredLineItem202110PagedListResponse(ModelNormal):
91
91
  """
92
92
  lazy_import()
93
93
  return {
94
- 'metadata': (PageMetadata,), # noqa: E501
95
94
  'data': ([ResourceOfPreferredLineItem202110],), # noqa: E501
96
- 'warnings': ([ProblemDetails],), # noqa: E501
97
95
  'errors': ([ProblemDetails],), # noqa: E501
96
+ 'metadata': (PageMetadata,), # noqa: E501
97
+ 'warnings': ([ProblemDetails],), # noqa: E501
98
98
  }
99
99
 
100
100
  @cached_property
@@ -103,15 +103,15 @@ class PreferredLineItem202110PagedListResponse(ModelNormal):
103
103
 
104
104
 
105
105
  attribute_map = {
106
- 'metadata': 'metadata', # noqa: E501
107
106
  'data': 'data', # noqa: E501
108
- 'warnings': 'warnings', # noqa: E501
109
107
  'errors': 'errors', # noqa: E501
108
+ 'metadata': 'metadata', # noqa: E501
109
+ 'warnings': 'warnings', # noqa: E501
110
110
  }
111
111
 
112
112
  read_only_vars = {
113
- 'warnings', # noqa: E501
114
113
  'errors', # noqa: E501
114
+ 'warnings', # noqa: E501
115
115
  }
116
116
 
117
117
  _composed_schemas = {}
@@ -152,10 +152,10 @@ class PreferredLineItem202110PagedListResponse(ModelNormal):
152
152
  Animal class but this time we won't travel
153
153
  through its discriminator because we passed in
154
154
  _visited_composed_classes = (Animal,)
155
- metadata (PageMetadata): [optional] # noqa: E501
156
155
  data ([ResourceOfPreferredLineItem202110]): [optional] # noqa: E501
157
- warnings ([ProblemDetails]): [optional] # noqa: E501
158
156
  errors ([ProblemDetails]): [optional] # noqa: E501
157
+ metadata (PageMetadata): [optional] # noqa: E501
158
+ warnings ([ProblemDetails]): [optional] # noqa: E501
159
159
  """
160
160
 
161
161
  _check_type = kwargs.pop('_check_type', True)
@@ -241,10 +241,10 @@ class PreferredLineItem202110PagedListResponse(ModelNormal):
241
241
  Animal class but this time we won't travel
242
242
  through its discriminator because we passed in
243
243
  _visited_composed_classes = (Animal,)
244
- metadata (PageMetadata): [optional] # noqa: E501
245
244
  data ([ResourceOfPreferredLineItem202110]): [optional] # noqa: E501
246
- warnings ([ProblemDetails]): [optional] # noqa: E501
247
245
  errors ([ProblemDetails]): [optional] # noqa: E501
246
+ metadata (PageMetadata): [optional] # noqa: E501
247
+ warnings ([ProblemDetails]): [optional] # noqa: E501
248
248
  """
249
249
 
250
250
  _check_type = kwargs.pop('_check_type', True)
@@ -90,8 +90,8 @@ class PreferredLineItem202110Response(ModelNormal):
90
90
  lazy_import()
91
91
  return {
92
92
  'data': (ResourceOfPreferredLineItem202110,), # noqa: E501
93
- 'warnings': ([ProblemDetails],), # noqa: E501
94
93
  'errors': ([ProblemDetails],), # noqa: E501
94
+ 'warnings': ([ProblemDetails],), # noqa: E501
95
95
  }
96
96
 
97
97
  @cached_property
@@ -101,13 +101,13 @@ class PreferredLineItem202110Response(ModelNormal):
101
101
 
102
102
  attribute_map = {
103
103
  'data': 'data', # noqa: E501
104
- 'warnings': 'warnings', # noqa: E501
105
104
  'errors': 'errors', # noqa: E501
105
+ 'warnings': 'warnings', # noqa: E501
106
106
  }
107
107
 
108
108
  read_only_vars = {
109
- 'warnings', # noqa: E501
110
109
  'errors', # noqa: E501
110
+ 'warnings', # noqa: E501
111
111
  }
112
112
 
113
113
  _composed_schemas = {}
@@ -149,8 +149,8 @@ class PreferredLineItem202110Response(ModelNormal):
149
149
  through its discriminator because we passed in
150
150
  _visited_composed_classes = (Animal,)
151
151
  data (ResourceOfPreferredLineItem202110): [optional] # noqa: E501
152
- warnings ([ProblemDetails]): [optional] # noqa: E501
153
152
  errors ([ProblemDetails]): [optional] # noqa: E501
153
+ warnings ([ProblemDetails]): [optional] # noqa: E501
154
154
  """
155
155
 
156
156
  _check_type = kwargs.pop('_check_type', True)
@@ -237,8 +237,8 @@ class PreferredLineItem202110Response(ModelNormal):
237
237
  through its discriminator because we passed in
238
238
  _visited_composed_classes = (Animal,)
239
239
  data (ResourceOfPreferredLineItem202110): [optional] # noqa: E501
240
- warnings ([ProblemDetails]): [optional] # noqa: E501
241
240
  errors ([ProblemDetails]): [optional] # noqa: E501
241
+ warnings ([ProblemDetails]): [optional] # noqa: E501
242
242
  """
243
243
 
244
244
  _check_type = kwargs.pop('_check_type', True)
@@ -91,15 +91,15 @@ class ProblemDetails(ModelNormal):
91
91
  and the value is attribute type.
92
92
  """
93
93
  return {
94
- 'trace_id': (str, none_type,), # noqa: E501
95
- 'trace_identifier': (str, none_type,), # noqa: E501
96
- 'type': (str,), # noqa: E501
97
94
  'code': (str,), # noqa: E501
98
- 'instance': (str,), # noqa: E501
99
- 'title': (str,), # noqa: E501
100
95
  'detail': (str,), # noqa: E501
96
+ 'instance': (str,), # noqa: E501
101
97
  'source': ({str: (str,)},), # noqa: E501
102
98
  'stack_trace': (str,), # noqa: E501
99
+ 'title': (str,), # noqa: E501
100
+ 'trace_id': (str, none_type,), # noqa: E501
101
+ 'trace_identifier': (str, none_type,), # noqa: E501
102
+ 'type': (str,), # noqa: E501
103
103
  }
104
104
 
105
105
  @cached_property
@@ -108,15 +108,15 @@ class ProblemDetails(ModelNormal):
108
108
 
109
109
 
110
110
  attribute_map = {
111
- 'trace_id': 'traceId', # noqa: E501
112
- 'trace_identifier': 'traceIdentifier', # noqa: E501
113
- 'type': 'type', # noqa: E501
114
111
  'code': 'code', # noqa: E501
115
- 'instance': 'instance', # noqa: E501
116
- 'title': 'title', # noqa: E501
117
112
  'detail': 'detail', # noqa: E501
113
+ 'instance': 'instance', # noqa: E501
118
114
  'source': 'source', # noqa: E501
119
115
  'stack_trace': 'stackTrace', # noqa: E501
116
+ 'title': 'title', # noqa: E501
117
+ 'trace_id': 'traceId', # noqa: E501
118
+ 'trace_identifier': 'traceIdentifier', # noqa: E501
119
+ 'type': 'type', # noqa: E501
120
120
  }
121
121
 
122
122
  read_only_vars = {
@@ -160,15 +160,15 @@ class ProblemDetails(ModelNormal):
160
160
  Animal class but this time we won't travel
161
161
  through its discriminator because we passed in
162
162
  _visited_composed_classes = (Animal,)
163
- trace_id (str, none_type): The request correlation ID this problem comes from.. [optional] # noqa: E501
164
- trace_identifier (str, none_type): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
165
- type (str): The problem's category.. [optional] # noqa: E501
166
163
  code (str): A machine-readable error code, expressed as a string value.. [optional] # noqa: E501
167
- instance (str): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
168
- title (str): A short human-readable description of the problem type. [optional] # noqa: E501
169
164
  detail (str): A human-readable explanation specific to this occurrence of the problem. [optional] # noqa: E501
165
+ instance (str): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
170
166
  source ({str: (str,)}): A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
171
167
  stack_trace (str): Technical information, only used in non-prod environments. [optional] # noqa: E501
168
+ title (str): A short human-readable description of the problem type. [optional] # noqa: E501
169
+ trace_id (str, none_type): The request correlation ID this problem comes from.. [optional] # noqa: E501
170
+ trace_identifier (str, none_type): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
171
+ type (str): The problem's category.. [optional] # noqa: E501
172
172
  """
173
173
 
174
174
  _check_type = kwargs.pop('_check_type', True)
@@ -254,15 +254,15 @@ class ProblemDetails(ModelNormal):
254
254
  Animal class but this time we won't travel
255
255
  through its discriminator because we passed in
256
256
  _visited_composed_classes = (Animal,)
257
- trace_id (str, none_type): The request correlation ID this problem comes from.. [optional] # noqa: E501
258
- trace_identifier (str, none_type): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
259
- type (str): The problem's category.. [optional] # noqa: E501
260
257
  code (str): A machine-readable error code, expressed as a string value.. [optional] # noqa: E501
261
- instance (str): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
262
- title (str): A short human-readable description of the problem type. [optional] # noqa: E501
263
258
  detail (str): A human-readable explanation specific to this occurrence of the problem. [optional] # noqa: E501
259
+ instance (str): A URI that identifies the specific occurrence of the problem.. [optional] # noqa: E501
264
260
  source ({str: (str,)}): A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
265
261
  stack_trace (str): Technical information, only used in non-prod environments. [optional] # noqa: E501
262
+ title (str): A short human-readable description of the problem type. [optional] # noqa: E501
263
+ trace_id (str, none_type): The request correlation ID this problem comes from.. [optional] # noqa: E501
264
+ trace_identifier (str, none_type): The request correlation ID this problem comes from. (deprecated, use traceId instead). [optional] # noqa: E501
265
+ type (str): The problem's category.. [optional] # noqa: E501
266
266
  """
267
267
 
268
268
  _check_type = kwargs.pop('_check_type', True)
@@ -91,10 +91,10 @@ class PromotedProduct202110PagedListResponse(ModelNormal):
91
91
  """
92
92
  lazy_import()
93
93
  return {
94
- 'metadata': (PageMetadata,), # noqa: E501
95
94
  'data': ([ResourceOfPromotedProduct202110],), # noqa: E501
96
- 'warnings': ([ProblemDetails],), # noqa: E501
97
95
  'errors': ([ProblemDetails],), # noqa: E501
96
+ 'metadata': (PageMetadata,), # noqa: E501
97
+ 'warnings': ([ProblemDetails],), # noqa: E501
98
98
  }
99
99
 
100
100
  @cached_property
@@ -103,15 +103,15 @@ class PromotedProduct202110PagedListResponse(ModelNormal):
103
103
 
104
104
 
105
105
  attribute_map = {
106
- 'metadata': 'metadata', # noqa: E501
107
106
  'data': 'data', # noqa: E501
108
- 'warnings': 'warnings', # noqa: E501
109
107
  'errors': 'errors', # noqa: E501
108
+ 'metadata': 'metadata', # noqa: E501
109
+ 'warnings': 'warnings', # noqa: E501
110
110
  }
111
111
 
112
112
  read_only_vars = {
113
- 'warnings', # noqa: E501
114
113
  'errors', # noqa: E501
114
+ 'warnings', # noqa: E501
115
115
  }
116
116
 
117
117
  _composed_schemas = {}
@@ -152,10 +152,10 @@ class PromotedProduct202110PagedListResponse(ModelNormal):
152
152
  Animal class but this time we won't travel
153
153
  through its discriminator because we passed in
154
154
  _visited_composed_classes = (Animal,)
155
- metadata (PageMetadata): [optional] # noqa: E501
156
155
  data ([ResourceOfPromotedProduct202110]): [optional] # noqa: E501
157
- warnings ([ProblemDetails]): [optional] # noqa: E501
158
156
  errors ([ProblemDetails]): [optional] # noqa: E501
157
+ metadata (PageMetadata): [optional] # noqa: E501
158
+ warnings ([ProblemDetails]): [optional] # noqa: E501
159
159
  """
160
160
 
161
161
  _check_type = kwargs.pop('_check_type', True)
@@ -241,10 +241,10 @@ class PromotedProduct202110PagedListResponse(ModelNormal):
241
241
  Animal class but this time we won't travel
242
242
  through its discriminator because we passed in
243
243
  _visited_composed_classes = (Animal,)
244
- metadata (PageMetadata): [optional] # noqa: E501
245
244
  data ([ResourceOfPromotedProduct202110]): [optional] # noqa: E501
246
- warnings ([ProblemDetails]): [optional] # noqa: E501
247
245
  errors ([ProblemDetails]): [optional] # noqa: E501
246
+ metadata (PageMetadata): [optional] # noqa: E501
247
+ warnings ([ProblemDetails]): [optional] # noqa: E501
248
248
  """
249
249
 
250
250
  _check_type = kwargs.pop('_check_type', True)
@@ -87,8 +87,8 @@ class ReportOutcome(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'warnings': ([CommonProblem], none_type,), # noqa: E501
91
90
  'errors': ([CommonProblem], none_type,), # noqa: E501
91
+ 'warnings': ([CommonProblem], none_type,), # noqa: E501
92
92
  }
93
93
 
94
94
  @cached_property
@@ -97,13 +97,13 @@ class ReportOutcome(ModelNormal):
97
97
 
98
98
 
99
99
  attribute_map = {
100
- 'warnings': 'warnings', # noqa: E501
101
100
  'errors': 'errors', # noqa: E501
101
+ 'warnings': 'warnings', # noqa: E501
102
102
  }
103
103
 
104
104
  read_only_vars = {
105
- 'warnings', # noqa: E501
106
105
  'errors', # noqa: E501
106
+ 'warnings', # noqa: E501
107
107
  }
108
108
 
109
109
  _composed_schemas = {}
@@ -144,8 +144,8 @@ class ReportOutcome(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
- warnings ([CommonProblem], none_type): [optional] # noqa: E501
148
147
  errors ([CommonProblem], none_type): [optional] # noqa: E501
148
+ warnings ([CommonProblem], none_type): [optional] # noqa: E501
149
149
  """
150
150
 
151
151
  _check_type = kwargs.pop('_check_type', True)
@@ -231,8 +231,8 @@ class ReportOutcome(ModelNormal):
231
231
  Animal class but this time we won't travel
232
232
  through its discriminator because we passed in
233
233
  _visited_composed_classes = (Animal,)
234
- warnings ([CommonProblem], none_type): [optional] # noqa: E501
235
234
  errors ([CommonProblem], none_type): [optional] # noqa: E501
235
+ warnings ([CommonProblem], none_type): [optional] # noqa: E501
236
236
  """
237
237
 
238
238
  _check_type = kwargs.pop('_check_type', True)
@@ -87,9 +87,9 @@ class ResourceOfAuctionLineItem(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
+ 'attributes': (ExternalAuctionLineItem,), # noqa: E501
90
91
  'id': (str, none_type,), # noqa: E501
91
92
  'type': (str, none_type,), # noqa: E501
92
- 'attributes': (ExternalAuctionLineItem,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -98,9 +98,9 @@ class ResourceOfAuctionLineItem(ModelNormal):
98
98
 
99
99
 
100
100
  attribute_map = {
101
+ 'attributes': 'attributes', # noqa: E501
101
102
  'id': 'id', # noqa: E501
102
103
  'type': 'type', # noqa: E501
103
- 'attributes': 'attributes', # noqa: E501
104
104
  }
105
105
 
106
106
  read_only_vars = {
@@ -144,9 +144,9 @@ class ResourceOfAuctionLineItem(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
+ attributes (ExternalAuctionLineItem): [optional] # noqa: E501
147
148
  id (str, none_type): Id of the entity. [optional] # noqa: E501
148
149
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
149
- attributes (ExternalAuctionLineItem): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -232,9 +232,9 @@ class ResourceOfAuctionLineItem(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
+ attributes (ExternalAuctionLineItem): [optional] # noqa: E501
235
236
  id (str, none_type): Id of the entity. [optional] # noqa: E501
236
237
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
237
- attributes (ExternalAuctionLineItem): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -87,9 +87,9 @@ class ResourceOfAuctionLineItemUpdateModel(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
+ 'attributes': (ExternalAuctionLineItemUpdateModel,), # noqa: E501
90
91
  'id': (str,), # noqa: E501
91
92
  'type': (str,), # noqa: E501
92
- 'attributes': (ExternalAuctionLineItemUpdateModel,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -98,9 +98,9 @@ class ResourceOfAuctionLineItemUpdateModel(ModelNormal):
98
98
 
99
99
 
100
100
  attribute_map = {
101
+ 'attributes': 'attributes', # noqa: E501
101
102
  'id': 'id', # noqa: E501
102
103
  'type': 'type', # noqa: E501
103
- 'attributes': 'attributes', # noqa: E501
104
104
  }
105
105
 
106
106
  read_only_vars = {
@@ -144,9 +144,9 @@ class ResourceOfAuctionLineItemUpdateModel(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
+ attributes (ExternalAuctionLineItemUpdateModel): [optional] # noqa: E501
147
148
  id (str): Id of the entity. [optional] # noqa: E501
148
149
  type (str): Canonical type name of the entity. [optional] # noqa: E501
149
- attributes (ExternalAuctionLineItemUpdateModel): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -232,9 +232,9 @@ class ResourceOfAuctionLineItemUpdateModel(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
+ attributes (ExternalAuctionLineItemUpdateModel): [optional] # noqa: E501
235
236
  id (str): Id of the entity. [optional] # noqa: E501
236
237
  type (str): Canonical type name of the entity. [optional] # noqa: E501
237
- attributes (ExternalAuctionLineItemUpdateModel): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -81,9 +81,9 @@ class ResourceOfBalanceCampaign202110(ModelNormal):
81
81
  and the value is attribute type.
82
82
  """
83
83
  return {
84
+ 'attributes': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501
84
85
  'id': (str, none_type,), # noqa: E501
85
86
  'type': (str, none_type,), # noqa: E501
86
- 'attributes': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501
87
87
  }
88
88
 
89
89
  @cached_property
@@ -92,9 +92,9 @@ class ResourceOfBalanceCampaign202110(ModelNormal):
92
92
 
93
93
 
94
94
  attribute_map = {
95
+ 'attributes': 'attributes', # noqa: E501
95
96
  'id': 'id', # noqa: E501
96
97
  'type': 'type', # noqa: E501
97
- 'attributes': 'attributes', # noqa: E501
98
98
  }
99
99
 
100
100
  read_only_vars = {
@@ -138,9 +138,9 @@ class ResourceOfBalanceCampaign202110(ModelNormal):
138
138
  Animal class but this time we won't travel
139
139
  through its discriminator because we passed in
140
140
  _visited_composed_classes = (Animal,)
141
+ attributes ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Campaigns related to the balance. [optional] # noqa: E501
141
142
  id (str, none_type): Id of the entity. [optional] # noqa: E501
142
143
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
143
- attributes ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Campaigns related to the balance. [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -226,9 +226,9 @@ class ResourceOfBalanceCampaign202110(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
+ attributes ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Campaigns related to the balance. [optional] # noqa: E501
229
230
  id (str, none_type): Id of the entity. [optional] # noqa: E501
230
231
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
231
- attributes ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Campaigns related to the balance. [optional] # noqa: E501
232
232
  """
233
233
 
234
234
  _check_type = kwargs.pop('_check_type', True)
@@ -87,9 +87,9 @@ class ResourceOfCommonLineItem(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
+ 'attributes': (ExternalCommonLineItem,), # noqa: E501
90
91
  'id': (str, none_type,), # noqa: E501
91
92
  'type': (str, none_type,), # noqa: E501
92
- 'attributes': (ExternalCommonLineItem,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -98,9 +98,9 @@ class ResourceOfCommonLineItem(ModelNormal):
98
98
 
99
99
 
100
100
  attribute_map = {
101
+ 'attributes': 'attributes', # noqa: E501
101
102
  'id': 'id', # noqa: E501
102
103
  'type': 'type', # noqa: E501
103
- 'attributes': 'attributes', # noqa: E501
104
104
  }
105
105
 
106
106
  read_only_vars = {
@@ -144,9 +144,9 @@ class ResourceOfCommonLineItem(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
+ attributes (ExternalCommonLineItem): [optional] # noqa: E501
147
148
  id (str, none_type): Id of the entity. [optional] # noqa: E501
148
149
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
149
- attributes (ExternalCommonLineItem): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -232,9 +232,9 @@ class ResourceOfCommonLineItem(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
+ attributes (ExternalCommonLineItem): [optional] # noqa: E501
235
236
  id (str, none_type): Id of the entity. [optional] # noqa: E501
236
237
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
237
- attributes (ExternalCommonLineItem): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -87,9 +87,9 @@ class ResourceOfPreferredLineItem202110(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
+ 'attributes': (ExternalPreferredLineItem202110,), # noqa: E501
90
91
  'id': (str, none_type,), # noqa: E501
91
92
  'type': (str, none_type,), # noqa: E501
92
- 'attributes': (ExternalPreferredLineItem202110,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -98,9 +98,9 @@ class ResourceOfPreferredLineItem202110(ModelNormal):
98
98
 
99
99
 
100
100
  attribute_map = {
101
+ 'attributes': 'attributes', # noqa: E501
101
102
  'id': 'id', # noqa: E501
102
103
  'type': 'type', # noqa: E501
103
- 'attributes': 'attributes', # noqa: E501
104
104
  }
105
105
 
106
106
  read_only_vars = {
@@ -144,9 +144,9 @@ class ResourceOfPreferredLineItem202110(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
+ attributes (ExternalPreferredLineItem202110): [optional] # noqa: E501
147
148
  id (str, none_type): Id of the entity. [optional] # noqa: E501
148
149
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
149
- attributes (ExternalPreferredLineItem202110): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -232,9 +232,9 @@ class ResourceOfPreferredLineItem202110(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
+ attributes (ExternalPreferredLineItem202110): [optional] # noqa: E501
235
236
  id (str, none_type): Id of the entity. [optional] # noqa: E501
236
237
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
237
- attributes (ExternalPreferredLineItem202110): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -87,9 +87,9 @@ class ResourceOfPreferredLineItemUpdateModel202110(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
+ 'attributes': (ExternalPreferredLineItemUpdateModel202110,), # noqa: E501
90
91
  'id': (str,), # noqa: E501
91
92
  'type': (str,), # noqa: E501
92
- 'attributes': (ExternalPreferredLineItemUpdateModel202110,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -98,9 +98,9 @@ class ResourceOfPreferredLineItemUpdateModel202110(ModelNormal):
98
98
 
99
99
 
100
100
  attribute_map = {
101
+ 'attributes': 'attributes', # noqa: E501
101
102
  'id': 'id', # noqa: E501
102
103
  'type': 'type', # noqa: E501
103
- 'attributes': 'attributes', # noqa: E501
104
104
  }
105
105
 
106
106
  read_only_vars = {
@@ -144,9 +144,9 @@ class ResourceOfPreferredLineItemUpdateModel202110(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
+ attributes (ExternalPreferredLineItemUpdateModel202110): [optional] # noqa: E501
147
148
  id (str): Id of the entity. [optional] # noqa: E501
148
149
  type (str): Canonical type name of the entity. [optional] # noqa: E501
149
- attributes (ExternalPreferredLineItemUpdateModel202110): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -232,9 +232,9 @@ class ResourceOfPreferredLineItemUpdateModel202110(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
+ attributes (ExternalPreferredLineItemUpdateModel202110): [optional] # noqa: E501
235
236
  id (str): Id of the entity. [optional] # noqa: E501
236
237
  type (str): Canonical type name of the entity. [optional] # noqa: E501
237
- attributes (ExternalPreferredLineItemUpdateModel202110): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -87,9 +87,9 @@ class ResourceOfPromotedProduct202110(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
+ 'attributes': (ExternalPromotedProduct202110,), # noqa: E501
90
91
  'id': (str, none_type,), # noqa: E501
91
92
  'type': (str, none_type,), # noqa: E501
92
- 'attributes': (ExternalPromotedProduct202110,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -98,9 +98,9 @@ class ResourceOfPromotedProduct202110(ModelNormal):
98
98
 
99
99
 
100
100
  attribute_map = {
101
+ 'attributes': 'attributes', # noqa: E501
101
102
  'id': 'id', # noqa: E501
102
103
  'type': 'type', # noqa: E501
103
- 'attributes': 'attributes', # noqa: E501
104
104
  }
105
105
 
106
106
  read_only_vars = {
@@ -144,9 +144,9 @@ class ResourceOfPromotedProduct202110(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
+ attributes (ExternalPromotedProduct202110): [optional] # noqa: E501
147
148
  id (str, none_type): Id of the entity. [optional] # noqa: E501
148
149
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
149
- attributes (ExternalPromotedProduct202110): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -232,9 +232,9 @@ class ResourceOfPromotedProduct202110(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
+ attributes (ExternalPromotedProduct202110): [optional] # noqa: E501
235
236
  id (str, none_type): Id of the entity. [optional] # noqa: E501
236
237
  type (str, none_type): Canonical type name of the entity. [optional] # noqa: E501
237
- attributes (ExternalPromotedProduct202110): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)