criteo-api-marketingsolutions-sdk 0.0.250327__py3-none-any.whl → 0.0.250425__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.
Files changed (390) hide show
  1. criteo_api_marketingsolutions_preview/__init__.py +2 -2
  2. criteo_api_marketingsolutions_preview/api/advertiser_api.py +1 -1
  3. criteo_api_marketingsolutions_preview/api/analytics_api.py +1 -1
  4. criteo_api_marketingsolutions_preview/api/audience_api.py +1 -1
  5. criteo_api_marketingsolutions_preview/api/campaign_api.py +1 -1
  6. criteo_api_marketingsolutions_preview/api/catalog_api.py +1 -1
  7. criteo_api_marketingsolutions_preview/api/creative_api.py +13 -13
  8. criteo_api_marketingsolutions_preview/api/gateway_api.py +1 -1
  9. criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py +1 -1
  10. criteo_api_marketingsolutions_preview/api/reco_api.py +1 -1
  11. criteo_api_marketingsolutions_preview/api_client.py +2 -2
  12. criteo_api_marketingsolutions_preview/configuration.py +3 -3
  13. criteo_api_marketingsolutions_preview/exceptions.py +1 -1
  14. criteo_api_marketingsolutions_preview/model/ad.py +21 -21
  15. criteo_api_marketingsolutions_preview/model/ad_set_audience_link_entity_v1.py +1 -1
  16. criteo_api_marketingsolutions_preview/model/ad_set_audience_link_entity_v1_resource.py +1 -1
  17. criteo_api_marketingsolutions_preview/model/ad_set_audience_link_entity_v1_response.py +6 -6
  18. criteo_api_marketingsolutions_preview/model/ad_set_audience_link_input_entity_v1.py +1 -1
  19. criteo_api_marketingsolutions_preview/model/ad_set_category_bid.py +5 -5
  20. criteo_api_marketingsolutions_preview/model/ad_set_category_bid_list_response.py +6 -6
  21. criteo_api_marketingsolutions_preview/model/ad_set_category_bid_resource.py +1 -1
  22. criteo_api_marketingsolutions_preview/model/ad_set_delivery_limitations_v24_q3.py +10 -10
  23. criteo_api_marketingsolutions_preview/model/ad_set_display_multiplier.py +1 -1
  24. criteo_api_marketingsolutions_preview/model/ad_set_display_multiplier_list_response.py +6 -6
  25. criteo_api_marketingsolutions_preview/model/ad_set_display_multiplier_resource.py +1 -1
  26. criteo_api_marketingsolutions_preview/model/ad_set_frequency_capping_v24_q3.py +1 -1
  27. criteo_api_marketingsolutions_preview/model/ad_set_geo_location_v24_q3.py +1 -1
  28. criteo_api_marketingsolutions_preview/model/ad_set_search_filter_v24_q3.py +1 -1
  29. criteo_api_marketingsolutions_preview/model/ad_set_search_request_v24_q3.py +1 -1
  30. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids.py +1 -1
  31. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids_disable_result_resource.py +5 -5
  32. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids_disable_result_response.py +8 -8
  33. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids_resource.py +5 -5
  34. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids_response.py +8 -8
  35. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids_set_result_resource.py +5 -5
  36. criteo_api_marketingsolutions_preview/model/ad_set_targeting_deal_ids_set_result_response.py +8 -8
  37. criteo_api_marketingsolutions_preview/model/ad_set_targeting_rule_v24_q3.py +1 -1
  38. criteo_api_marketingsolutions_preview/model/ad_set_targeting_v24_q3.py +5 -5
  39. criteo_api_marketingsolutions_preview/model/ad_set_targeting_v24_q3_frequency_capping.py +1 -1
  40. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning.py +37 -37
  41. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_disable_result_resource.py +5 -5
  42. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_disable_result_response.py +8 -8
  43. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_resource.py +5 -5
  44. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_response.py +8 -8
  45. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_set_result_resource.py +5 -5
  46. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_set_result_response.py +8 -8
  47. criteo_api_marketingsolutions_preview/model/ad_write.py +19 -19
  48. criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +43 -43
  49. criteo_api_marketingsolutions_preview/model/adaptive_colors.py +21 -21
  50. criteo_api_marketingsolutions_preview/model/adaptive_write_attributes.py +45 -45
  51. criteo_api_marketingsolutions_preview/model/advertiser_creation_input.py +15 -15
  52. criteo_api_marketingsolutions_preview/model/advertiser_creation_request.py +1 -1
  53. criteo_api_marketingsolutions_preview/model/advertiser_creation_response.py +1 -1
  54. criteo_api_marketingsolutions_preview/model/advertiser_dataset_list_response.py +1 -1
  55. criteo_api_marketingsolutions_preview/model/algebra_node_v1.py +9 -9
  56. criteo_api_marketingsolutions_preview/model/api_error_response.py +1 -1
  57. criteo_api_marketingsolutions_preview/model/api_request_of_targeting_entity.py +1 -1
  58. criteo_api_marketingsolutions_preview/model/api_response_of_targeting_entity.py +1 -1
  59. criteo_api_marketingsolutions_preview/model/application_summary_model.py +9 -9
  60. criteo_api_marketingsolutions_preview/model/application_summary_model_resource.py +5 -5
  61. criteo_api_marketingsolutions_preview/model/application_summary_model_response.py +6 -6
  62. criteo_api_marketingsolutions_preview/model/attribute.py +1 -1
  63. criteo_api_marketingsolutions_preview/model/audience_bulk_create_input_v1.py +1 -1
  64. criteo_api_marketingsolutions_preview/model/audience_bulk_delete_input_v1.py +1 -1
  65. criteo_api_marketingsolutions_preview/model/audience_bulk_update_input_v1.py +1 -1
  66. criteo_api_marketingsolutions_preview/model/audience_compute_size_entity_v1_resource.py +1 -1
  67. criteo_api_marketingsolutions_preview/model/audience_compute_sizes_input_v1.py +1 -1
  68. criteo_api_marketingsolutions_preview/model/audience_create_entity_v1.py +9 -9
  69. criteo_api_marketingsolutions_preview/model/audience_create_entity_v1_resource.py +5 -5
  70. criteo_api_marketingsolutions_preview/model/audience_delete_entity_v1_resource.py +1 -1
  71. criteo_api_marketingsolutions_preview/model/audience_entity_v1.py +21 -21
  72. criteo_api_marketingsolutions_preview/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +10 -10
  73. criteo_api_marketingsolutions_preview/model/audience_entity_v1_list_response.py +6 -6
  74. criteo_api_marketingsolutions_preview/model/audience_entity_v1_resource.py +1 -1
  75. criteo_api_marketingsolutions_preview/model/audience_error.py +17 -17
  76. criteo_api_marketingsolutions_preview/model/audience_estimate_size_entity_v1.py +1 -1
  77. criteo_api_marketingsolutions_preview/model/audience_estimate_size_entity_v1_resource.py +5 -5
  78. criteo_api_marketingsolutions_preview/model/audience_estimate_size_input_v1.py +1 -1
  79. criteo_api_marketingsolutions_preview/model/audience_id_entity_v1_list_response.py +6 -6
  80. criteo_api_marketingsolutions_preview/model/audience_id_entity_v1_resource.py +1 -1
  81. criteo_api_marketingsolutions_preview/model/audience_name_description.py +5 -5
  82. criteo_api_marketingsolutions_preview/model/audience_search_entity_v1.py +9 -9
  83. criteo_api_marketingsolutions_preview/model/audience_search_entity_v1_resource.py +5 -5
  84. criteo_api_marketingsolutions_preview/model/audience_search_input_v1.py +1 -1
  85. criteo_api_marketingsolutions_preview/model/audience_search_metadata_v1.py +5 -5
  86. criteo_api_marketingsolutions_preview/model/audience_segment_bulk_create_input_v1.py +1 -1
  87. criteo_api_marketingsolutions_preview/model/audience_segment_bulk_delete_input_v1.py +1 -1
  88. criteo_api_marketingsolutions_preview/model/audience_segment_bulk_update_input_v1.py +1 -1
  89. criteo_api_marketingsolutions_preview/model/audience_segment_compute_size_entity_v1_resource.py +1 -1
  90. criteo_api_marketingsolutions_preview/model/audience_segment_compute_sizes_input_v1.py +1 -1
  91. criteo_api_marketingsolutions_preview/model/audience_segment_create_entity_v1.py +21 -21
  92. criteo_api_marketingsolutions_preview/model/audience_segment_create_entity_v1_resource.py +5 -5
  93. criteo_api_marketingsolutions_preview/model/audience_segment_delete_entity_v1_resource.py +1 -1
  94. criteo_api_marketingsolutions_preview/model/audience_segment_entity_v1.py +37 -37
  95. criteo_api_marketingsolutions_preview/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +10 -10
  96. criteo_api_marketingsolutions_preview/model/audience_segment_entity_v1_list_response.py +6 -6
  97. criteo_api_marketingsolutions_preview/model/audience_segment_entity_v1_resource.py +1 -1
  98. criteo_api_marketingsolutions_preview/model/audience_segment_estimate_size_input_v1.py +1 -1
  99. criteo_api_marketingsolutions_preview/model/audience_segment_id_entity_v1_list_response.py +6 -6
  100. criteo_api_marketingsolutions_preview/model/audience_segment_id_entity_v1_resource.py +1 -1
  101. criteo_api_marketingsolutions_preview/model/audience_segment_search_entity_v1.py +5 -5
  102. criteo_api_marketingsolutions_preview/model/audience_segment_search_entity_v1_resource.py +5 -5
  103. criteo_api_marketingsolutions_preview/model/audience_segment_search_input_v1.py +1 -1
  104. criteo_api_marketingsolutions_preview/model/audience_segment_search_metadata_v1.py +5 -5
  105. criteo_api_marketingsolutions_preview/model/audience_segment_size_entity_v1.py +1 -1
  106. criteo_api_marketingsolutions_preview/model/audience_segment_size_entity_v1_list_response.py +6 -6
  107. criteo_api_marketingsolutions_preview/model/audience_segment_size_entity_v1_resource.py +1 -1
  108. criteo_api_marketingsolutions_preview/model/audience_segment_size_estimation_entity_v1.py +1 -1
  109. criteo_api_marketingsolutions_preview/model/audience_segment_size_estimation_entity_v1_resource.py +5 -5
  110. criteo_api_marketingsolutions_preview/model/audience_segment_size_estimation_v1.py +1 -1
  111. criteo_api_marketingsolutions_preview/model/audience_segment_size_estimation_v1_resource.py +5 -5
  112. criteo_api_marketingsolutions_preview/model/audience_segment_size_estimation_v1_response.py +6 -6
  113. criteo_api_marketingsolutions_preview/model/audience_segment_update_entity_v1.py +9 -9
  114. criteo_api_marketingsolutions_preview/model/audience_segment_update_entity_v1_resource.py +1 -1
  115. criteo_api_marketingsolutions_preview/model/audience_size_entity_v1.py +1 -1
  116. criteo_api_marketingsolutions_preview/model/audience_size_entity_v1_list_response.py +6 -6
  117. criteo_api_marketingsolutions_preview/model/audience_size_entity_v1_resource.py +1 -1
  118. criteo_api_marketingsolutions_preview/model/audience_size_estimation_v1.py +1 -1
  119. criteo_api_marketingsolutions_preview/model/audience_size_estimation_v1_resource.py +5 -5
  120. criteo_api_marketingsolutions_preview/model/audience_size_estimation_v1_response.py +6 -6
  121. criteo_api_marketingsolutions_preview/model/audience_update_entity_v1.py +9 -9
  122. criteo_api_marketingsolutions_preview/model/audience_update_entity_v1_resource.py +1 -1
  123. criteo_api_marketingsolutions_preview/model/audience_warning.py +23 -23
  124. criteo_api_marketingsolutions_preview/model/automated_budget_configuration_v23_q1.py +1 -8
  125. criteo_api_marketingsolutions_preview/model/basic_audience_definition.py +1 -1
  126. criteo_api_marketingsolutions_preview/model/batch_accepted_response.py +1 -1
  127. criteo_api_marketingsolutions_preview/model/behavioral_v1.py +5 -5
  128. criteo_api_marketingsolutions_preview/model/budget_automation.py +7 -7
  129. criteo_api_marketingsolutions_preview/model/budget_automation_configuration.py +1 -8
  130. criteo_api_marketingsolutions_preview/model/campaign_budget_automation_v23_q1.py +5 -5
  131. criteo_api_marketingsolutions_preview/model/campaign_search_filters_v23_q1.py +5 -5
  132. criteo_api_marketingsolutions_preview/model/campaign_search_request_v23_q1.py +1 -1
  133. criteo_api_marketingsolutions_preview/model/campaign_spend_limit_v23_q1.py +14 -14
  134. criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py +13 -13
  135. criteo_api_marketingsolutions_preview/model/campaign_v23_q1_list_response.py +6 -6
  136. criteo_api_marketingsolutions_preview/model/campaign_v23_q1_resource.py +1 -1
  137. criteo_api_marketingsolutions_preview/model/campaign_v23_q1_response.py +6 -6
  138. criteo_api_marketingsolutions_preview/model/common_problem.py +21 -21
  139. criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1.py +5 -5
  140. criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1_resource.py +1 -1
  141. criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1_response.py +6 -6
  142. criteo_api_marketingsolutions_preview/model/contact_list_v1.py +1 -1
  143. criteo_api_marketingsolutions_preview/model/contactlist_amendment.py +9 -9
  144. criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py +13 -13
  145. criteo_api_marketingsolutions_preview/model/contactlist_amendment_request.py +1 -1
  146. criteo_api_marketingsolutions_preview/model/contactlist_operation.py +9 -9
  147. criteo_api_marketingsolutions_preview/model/contactlist_operation_attributes.py +9 -9
  148. criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment.py +9 -9
  149. criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py +19 -19
  150. criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_request.py +1 -1
  151. criteo_api_marketingsolutions_preview/model/coupon.py +41 -41
  152. criteo_api_marketingsolutions_preview/model/coupon_supported_sizes.py +5 -5
  153. criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py +1 -1
  154. criteo_api_marketingsolutions_preview/model/create_ad_set_bidding_v24_q3.py +1 -1
  155. criteo_api_marketingsolutions_preview/model/create_ad_set_budget_v24_q3.py +16 -16
  156. criteo_api_marketingsolutions_preview/model/create_ad_set_geo_location_v24_q3.py +1 -1
  157. criteo_api_marketingsolutions_preview/model/create_ad_set_schedule_v24_q3.py +1 -1
  158. criteo_api_marketingsolutions_preview/model/create_ad_set_targeting_v24_q3.py +1 -1
  159. criteo_api_marketingsolutions_preview/model/create_ad_set_v24_q3.py +35 -35
  160. criteo_api_marketingsolutions_preview/model/create_ad_set_v24_q3_request.py +1 -1
  161. criteo_api_marketingsolutions_preview/model/create_ad_set_v24_q3_resource.py +1 -1
  162. criteo_api_marketingsolutions_preview/model/create_campaign.py +9 -9
  163. criteo_api_marketingsolutions_preview/model/create_campaign_request.py +1 -1
  164. criteo_api_marketingsolutions_preview/model/create_campaign_resource.py +1 -1
  165. criteo_api_marketingsolutions_preview/model/create_campaign_spend_limit.py +5 -5
  166. criteo_api_marketingsolutions_preview/model/create_coupon.py +35 -35
  167. criteo_api_marketingsolutions_preview/model/create_image_slide.py +5 -5
  168. criteo_api_marketingsolutions_preview/model/create_product_filter_request.py +1 -1
  169. criteo_api_marketingsolutions_preview/model/create_product_set_request.py +5 -5
  170. criteo_api_marketingsolutions_preview/model/creative.py +31 -31
  171. criteo_api_marketingsolutions_preview/model/creative_write.py +27 -27
  172. criteo_api_marketingsolutions_preview/model/criteo_api_error.py +27 -27
  173. criteo_api_marketingsolutions_preview/model/criteo_api_warning.py +23 -23
  174. criteo_api_marketingsolutions_preview/model/criteo_api_warning_v2.py +23 -23
  175. criteo_api_marketingsolutions_preview/model/custom_attribute.py +1 -1
  176. criteo_api_marketingsolutions_preview/model/dataset.py +1 -1
  177. criteo_api_marketingsolutions_preview/model/deal_id.py +1 -1
  178. criteo_api_marketingsolutions_preview/model/delete_audience_contact_list_response.py +1 -1
  179. criteo_api_marketingsolutions_preview/model/dynamic_attributes.py +13 -13
  180. criteo_api_marketingsolutions_preview/model/dynamic_write_attributes.py +15 -15
  181. criteo_api_marketingsolutions_preview/model/entity_filter.py +9 -9
  182. criteo_api_marketingsolutions_preview/model/entity_of_portfolio_message.py +9 -9
  183. criteo_api_marketingsolutions_preview/model/entity_v2_of_dataset.py +9 -9
  184. criteo_api_marketingsolutions_preview/model/entity_v2_of_object.py +9 -9
  185. criteo_api_marketingsolutions_preview/model/entity_wrapper_of_targeting_entity.py +5 -5
  186. criteo_api_marketingsolutions_preview/model/error_code_response.py +1 -1
  187. criteo_api_marketingsolutions_preview/model/error_description.py +9 -9
  188. criteo_api_marketingsolutions_preview/model/export_column.py +47 -47
  189. criteo_api_marketingsolutions_preview/model/export_meta_data.py +1 -1
  190. criteo_api_marketingsolutions_preview/model/export_result.py +1 -1
  191. criteo_api_marketingsolutions_preview/model/export_result_data.py +5 -5
  192. criteo_api_marketingsolutions_preview/model/fail_response.py +1 -1
  193. criteo_api_marketingsolutions_preview/model/generate_audience_performance_report.py +23 -23
  194. criteo_api_marketingsolutions_preview/model/generate_audience_performance_report_request.py +1 -1
  195. criteo_api_marketingsolutions_preview/model/generate_audience_performance_report_resource.py +5 -5
  196. criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes.py +17 -17
  197. criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes_request.py +1 -1
  198. criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes_resource.py +5 -5
  199. criteo_api_marketingsolutions_preview/model/generate_creatives_report_request_attributes.py +50 -50
  200. criteo_api_marketingsolutions_preview/model/generate_creatives_report_request_attributes_request.py +1 -1
  201. criteo_api_marketingsolutions_preview/model/generate_creatives_report_request_attributes_resource.py +5 -5
  202. criteo_api_marketingsolutions_preview/model/generate_statistics_report.py +27 -27
  203. criteo_api_marketingsolutions_preview/model/generate_statistics_report_request.py +1 -1
  204. criteo_api_marketingsolutions_preview/model/generate_statistics_report_resource.py +5 -5
  205. criteo_api_marketingsolutions_preview/model/generate_top_products_report_request_attributes.py +47 -47
  206. criteo_api_marketingsolutions_preview/model/generate_top_products_report_request_attributes_request.py +1 -1
  207. criteo_api_marketingsolutions_preview/model/generate_top_products_report_request_attributes_resource.py +5 -5
  208. criteo_api_marketingsolutions_preview/model/get_portfolio_response.py +1 -1
  209. criteo_api_marketingsolutions_preview/model/html_tag_attributes.py +1 -1
  210. criteo_api_marketingsolutions_preview/model/html_tag_write_attributes.py +1 -1
  211. criteo_api_marketingsolutions_preview/model/image_attributes.py +5 -5
  212. criteo_api_marketingsolutions_preview/model/image_set.py +1 -1
  213. criteo_api_marketingsolutions_preview/model/image_set_base64.py +1 -1
  214. criteo_api_marketingsolutions_preview/model/image_shape.py +1 -1
  215. criteo_api_marketingsolutions_preview/model/image_slide.py +5 -5
  216. criteo_api_marketingsolutions_preview/model/image_write_attributes.py +1 -1
  217. criteo_api_marketingsolutions_preview/model/in_market_audience_segment_brand_entity_v1.py +1 -1
  218. criteo_api_marketingsolutions_preview/model/in_market_audience_segment_brand_entity_v1_list_response.py +6 -6
  219. criteo_api_marketingsolutions_preview/model/in_market_audience_segment_brand_entity_v1_resource.py +1 -1
  220. criteo_api_marketingsolutions_preview/model/in_market_audience_segment_interest_entity_v1.py +1 -1
  221. criteo_api_marketingsolutions_preview/model/in_market_audience_segment_interest_entity_v1_list_response.py +6 -6
  222. criteo_api_marketingsolutions_preview/model/in_market_audience_segment_interest_entity_v1_resource.py +1 -1
  223. criteo_api_marketingsolutions_preview/model/in_market_create_v1.py +7 -7
  224. criteo_api_marketingsolutions_preview/model/in_market_size_estimation_v1.py +7 -7
  225. criteo_api_marketingsolutions_preview/model/in_market_update_v1.py +11 -11
  226. criteo_api_marketingsolutions_preview/model/in_market_v1.py +11 -11
  227. criteo_api_marketingsolutions_preview/model/installment.py +5 -5
  228. criteo_api_marketingsolutions_preview/model/json_report_rows.py +1 -1
  229. criteo_api_marketingsolutions_preview/model/json_report_rows_list_response.py +6 -6
  230. criteo_api_marketingsolutions_preview/model/json_report_rows_resource.py +5 -5
  231. criteo_api_marketingsolutions_preview/model/list_available_industries_response.py +1 -1
  232. criteo_api_marketingsolutions_preview/model/location_create_v1.py +1 -1
  233. criteo_api_marketingsolutions_preview/model/location_size_estimation_v1.py +1 -1
  234. criteo_api_marketingsolutions_preview/model/location_update_v1.py +1 -1
  235. criteo_api_marketingsolutions_preview/model/location_v1.py +1 -1
  236. criteo_api_marketingsolutions_preview/model/lookalike_create_v1.py +1 -1
  237. criteo_api_marketingsolutions_preview/model/lookalike_update_v1.py +1 -1
  238. criteo_api_marketingsolutions_preview/model/lookalike_v1.py +1 -1
  239. criteo_api_marketingsolutions_preview/model/loyalty_points.py +1 -1
  240. criteo_api_marketingsolutions_preview/model/marketing_solutions_report_status.py +5 -5
  241. criteo_api_marketingsolutions_preview/model/marketing_solutions_report_status_resource.py +5 -5
  242. criteo_api_marketingsolutions_preview/model/marketing_solutions_report_status_response.py +6 -6
  243. criteo_api_marketingsolutions_preview/model/modify_audience_response.py +1 -1
  244. criteo_api_marketingsolutions_preview/model/nillable_ad_set_targeting_rule_v24_q3.py +1 -1
  245. criteo_api_marketingsolutions_preview/model/nillable_ad_set_targeting_rule_v24_q3_value.py +1 -1
  246. criteo_api_marketingsolutions_preview/model/nillable_date_time.py +1 -1
  247. criteo_api_marketingsolutions_preview/model/nillable_decimal.py +1 -1
  248. criteo_api_marketingsolutions_preview/model/nillable_gender_v1.py +1 -1
  249. criteo_api_marketingsolutions_preview/model/nillable_int32.py +1 -1
  250. criteo_api_marketingsolutions_preview/model/nillable_string.py +1 -1
  251. criteo_api_marketingsolutions_preview/model/on_site_reco_request.py +13 -13
  252. criteo_api_marketingsolutions_preview/model/on_site_reco_response.py +5 -5
  253. criteo_api_marketingsolutions_preview/model/outcome.py +6 -6
  254. criteo_api_marketingsolutions_preview/model/patch_ad_set_attribution_configuration_v24_q3.py +1 -1
  255. criteo_api_marketingsolutions_preview/model/patch_ad_set_bidding_v24_q3.py +1 -1
  256. criteo_api_marketingsolutions_preview/model/patch_ad_set_budget_v24_q3.py +26 -26
  257. criteo_api_marketingsolutions_preview/model/patch_ad_set_category_bid.py +1 -1
  258. criteo_api_marketingsolutions_preview/model/patch_ad_set_category_bid_list_request.py +1 -1
  259. criteo_api_marketingsolutions_preview/model/patch_ad_set_category_bid_resource.py +1 -1
  260. criteo_api_marketingsolutions_preview/model/patch_ad_set_category_bid_result_list_response.py +6 -6
  261. criteo_api_marketingsolutions_preview/model/patch_ad_set_category_bid_result_resource.py +1 -1
  262. criteo_api_marketingsolutions_preview/model/patch_ad_set_display_multiplier.py +1 -1
  263. criteo_api_marketingsolutions_preview/model/patch_ad_set_display_multiplier_list_request.py +1 -1
  264. criteo_api_marketingsolutions_preview/model/patch_ad_set_display_multiplier_resource.py +1 -1
  265. criteo_api_marketingsolutions_preview/model/patch_ad_set_display_multiplier_result_list_response.py +6 -6
  266. criteo_api_marketingsolutions_preview/model/patch_ad_set_display_multiplier_result_resource.py +1 -1
  267. criteo_api_marketingsolutions_preview/model/patch_ad_set_scheduling_v24_q3.py +5 -5
  268. criteo_api_marketingsolutions_preview/model/patch_ad_set_v24_q3.py +13 -13
  269. criteo_api_marketingsolutions_preview/model/patch_campaign.py +5 -5
  270. criteo_api_marketingsolutions_preview/model/patch_campaign_list_request.py +1 -1
  271. criteo_api_marketingsolutions_preview/model/patch_campaign_spend_limit.py +14 -14
  272. criteo_api_marketingsolutions_preview/model/patch_campaign_write_resource.py +5 -5
  273. criteo_api_marketingsolutions_preview/model/patch_marketing_campaign_budget_automation.py +5 -5
  274. criteo_api_marketingsolutions_preview/model/patch_result_campaign_list_response.py +6 -6
  275. criteo_api_marketingsolutions_preview/model/patch_result_campaign_read_resource.py +1 -1
  276. criteo_api_marketingsolutions_preview/model/placements_report_query_message.py +29 -29
  277. criteo_api_marketingsolutions_preview/model/placements_report_query_message_list_request.py +1 -1
  278. criteo_api_marketingsolutions_preview/model/placements_report_query_message_resource.py +5 -5
  279. criteo_api_marketingsolutions_preview/model/point_of_interest_v1.py +5 -5
  280. criteo_api_marketingsolutions_preview/model/portfolio_message.py +1 -1
  281. criteo_api_marketingsolutions_preview/model/price.py +1 -1
  282. criteo_api_marketingsolutions_preview/model/product.py +243 -243
  283. criteo_api_marketingsolutions_preview/model/product_filter_config.py +1 -1
  284. criteo_api_marketingsolutions_preview/model/product_importer_error.py +21 -21
  285. criteo_api_marketingsolutions_preview/model/product_importer_warning.py +21 -21
  286. criteo_api_marketingsolutions_preview/model/product_set.py +38 -38
  287. criteo_api_marketingsolutions_preview/model/product_set_rule.py +14 -14
  288. criteo_api_marketingsolutions_preview/model/product_shipping.py +17 -17
  289. criteo_api_marketingsolutions_preview/model/product_shipping_dimension.py +5 -5
  290. criteo_api_marketingsolutions_preview/model/product_shipping_weight.py +5 -5
  291. criteo_api_marketingsolutions_preview/model/product_tax.py +13 -13
  292. criteo_api_marketingsolutions_preview/model/product_unit_pricing_base_measure.py +5 -5
  293. criteo_api_marketingsolutions_preview/model/product_unit_pricing_measure.py +5 -5
  294. criteo_api_marketingsolutions_preview/model/products_custom_batch_request.py +1 -1
  295. criteo_api_marketingsolutions_preview/model/products_custom_batch_request_entry.py +9 -9
  296. criteo_api_marketingsolutions_preview/model/prospecting_create_v1.py +5 -5
  297. criteo_api_marketingsolutions_preview/model/prospecting_update_v1.py +5 -5
  298. criteo_api_marketingsolutions_preview/model/prospecting_v1.py +5 -5
  299. criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py +1 -1
  300. criteo_api_marketingsolutions_preview/model/read_ad_set_bidding_v24_q3.py +1 -1
  301. criteo_api_marketingsolutions_preview/model/read_ad_set_budget_v24_q3.py +26 -26
  302. criteo_api_marketingsolutions_preview/model/read_ad_set_schedule_v24_q3.py +9 -9
  303. criteo_api_marketingsolutions_preview/model/read_ad_set_v24_q3.py +30 -30
  304. criteo_api_marketingsolutions_preview/model/read_model_ad_set_id.py +1 -1
  305. criteo_api_marketingsolutions_preview/model/read_model_ad_set_id_v24_q3.py +5 -5
  306. criteo_api_marketingsolutions_preview/model/read_model_read_ad_set_v24_q3.py +5 -5
  307. criteo_api_marketingsolutions_preview/model/recommended_product.py +17 -17
  308. criteo_api_marketingsolutions_preview/model/report_detail_error.py +15 -15
  309. criteo_api_marketingsolutions_preview/model/report_detail_errors.py +9 -9
  310. criteo_api_marketingsolutions_preview/model/report_detail_warning.py +15 -15
  311. criteo_api_marketingsolutions_preview/model/report_detail_warnings.py +1 -1
  312. criteo_api_marketingsolutions_preview/model/report_ok_response.py +21 -21
  313. criteo_api_marketingsolutions_preview/model/requests_ad_set_id.py +1 -1
  314. criteo_api_marketingsolutions_preview/model/requests_patch_ad_set_v24_q3.py +1 -1
  315. criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_ad.py +6 -6
  316. criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_coupon.py +6 -6
  317. criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_creative.py +6 -6
  318. criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_product_set.py +8 -8
  319. criteo_api_marketingsolutions_preview/model/resource_input_of_ad_write.py +1 -1
  320. criteo_api_marketingsolutions_preview/model/resource_input_of_create_coupon.py +1 -1
  321. criteo_api_marketingsolutions_preview/model/resource_input_of_creative_write.py +1 -1
  322. criteo_api_marketingsolutions_preview/model/resource_input_of_update_coupon.py +1 -1
  323. criteo_api_marketingsolutions_preview/model/resource_of_ad.py +1 -1
  324. criteo_api_marketingsolutions_preview/model/resource_of_ad_write.py +1 -1
  325. criteo_api_marketingsolutions_preview/model/resource_of_coupon.py +1 -1
  326. criteo_api_marketingsolutions_preview/model/resource_of_coupon_supported_sizes.py +1 -1
  327. criteo_api_marketingsolutions_preview/model/resource_of_create_coupon.py +1 -1
  328. criteo_api_marketingsolutions_preview/model/resource_of_creative.py +1 -1
  329. criteo_api_marketingsolutions_preview/model/resource_of_creative_write.py +1 -1
  330. criteo_api_marketingsolutions_preview/model/resource_of_product_set.py +1 -1
  331. criteo_api_marketingsolutions_preview/model/resource_of_update_coupon.py +1 -1
  332. criteo_api_marketingsolutions_preview/model/resource_outcome_of_ad.py +6 -6
  333. criteo_api_marketingsolutions_preview/model/resource_outcome_of_coupon.py +6 -6
  334. criteo_api_marketingsolutions_preview/model/resource_outcome_of_coupon_supported_sizes.py +6 -6
  335. criteo_api_marketingsolutions_preview/model/resource_outcome_of_creative.py +6 -6
  336. criteo_api_marketingsolutions_preview/model/resource_outcome_of_product_set.py +8 -8
  337. criteo_api_marketingsolutions_preview/model/response_read_ad_set_v24_q3.py +6 -6
  338. criteo_api_marketingsolutions_preview/model/responses_ad_set_id.py +6 -6
  339. criteo_api_marketingsolutions_preview/model/responses_ad_set_id_v24_q3.py +6 -6
  340. criteo_api_marketingsolutions_preview/model/responses_read_ad_set_v24_q3.py +6 -6
  341. criteo_api_marketingsolutions_preview/model/retargeting_create_v1.py +15 -15
  342. criteo_api_marketingsolutions_preview/model/retargeting_update_v1.py +9 -9
  343. criteo_api_marketingsolutions_preview/model/retargeting_v1.py +9 -9
  344. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_deal_ids.py +1 -1
  345. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_deal_ids_request.py +1 -1
  346. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_deal_ids_resource.py +5 -5
  347. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_video_positioning.py +35 -35
  348. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_video_positioning_request.py +1 -1
  349. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_video_positioning_resource.py +5 -5
  350. criteo_api_marketingsolutions_preview/model/size.py +5 -5
  351. criteo_api_marketingsolutions_preview/model/statistics_ok_response.py +1 -1
  352. criteo_api_marketingsolutions_preview/model/statistics_record.py +75 -75
  353. criteo_api_marketingsolutions_preview/model/statistics_record_list.py +1 -1
  354. criteo_api_marketingsolutions_preview/model/statistics_report_query_message.py +25 -25
  355. criteo_api_marketingsolutions_preview/model/supply_vendor.py +1 -1
  356. criteo_api_marketingsolutions_preview/model/supply_vendor_list_response.py +8 -8
  357. criteo_api_marketingsolutions_preview/model/supply_vendor_resource.py +1 -1
  358. criteo_api_marketingsolutions_preview/model/tag.py +1 -1
  359. criteo_api_marketingsolutions_preview/model/targeting_entity.py +14 -14
  360. criteo_api_marketingsolutions_preview/model/transactions_report_query_message.py +9 -9
  361. criteo_api_marketingsolutions_preview/model/transactions_report_query_message_list_request.py +1 -1
  362. criteo_api_marketingsolutions_preview/model/transactions_report_query_message_resource.py +5 -5
  363. criteo_api_marketingsolutions_preview/model/transparency_query_message.py +9 -9
  364. criteo_api_marketingsolutions_preview/model/transparency_report.py +9 -9
  365. criteo_api_marketingsolutions_preview/model/transparency_report_file.py +1 -1
  366. criteo_api_marketingsolutions_preview/model/transparency_report_list_response.py +6 -6
  367. criteo_api_marketingsolutions_preview/model/transparency_report_resource.py +5 -5
  368. criteo_api_marketingsolutions_preview/model/unauthorized_response_v2.py +1 -1
  369. criteo_api_marketingsolutions_preview/model/update_coupon.py +1 -1
  370. criteo_api_marketingsolutions_preview/model/user_def.py +9 -9
  371. criteo_api_marketingsolutions_preview/model/value_resource_collection_outcome_of_product_filter_config.py +6 -6
  372. criteo_api_marketingsolutions_preview/model/value_resource_input_of_create_product_filter_request.py +1 -1
  373. criteo_api_marketingsolutions_preview/model/value_resource_input_of_create_product_set_request.py +1 -1
  374. criteo_api_marketingsolutions_preview/model/value_resource_of_advertiser_creation_input.py +5 -5
  375. criteo_api_marketingsolutions_preview/model/value_resource_of_create_product_filter_request.py +5 -5
  376. criteo_api_marketingsolutions_preview/model/value_resource_of_create_product_set_request.py +5 -5
  377. criteo_api_marketingsolutions_preview/model/value_resource_of_product_filter_config.py +5 -5
  378. criteo_api_marketingsolutions_preview/model/value_resource_outcome_of_product_filter_config.py +6 -6
  379. criteo_api_marketingsolutions_preview/model/video_detail.py +1 -1
  380. criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py +1 -1
  381. criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q3.py +5 -5
  382. criteo_api_marketingsolutions_preview/model_utils.py +1 -1
  383. criteo_api_marketingsolutions_preview/models/__init__.py +0 -1
  384. criteo_api_marketingsolutions_preview/rest.py +1 -1
  385. {criteo_api_marketingsolutions_sdk-0.0.250327.dist-info → criteo_api_marketingsolutions_sdk-0.0.250425.dist-info}/METADATA +3 -3
  386. criteo_api_marketingsolutions_sdk-0.0.250425.dist-info/RECORD +396 -0
  387. {criteo_api_marketingsolutions_sdk-0.0.250327.dist-info → criteo_api_marketingsolutions_sdk-0.0.250425.dist-info}/WHEEL +1 -1
  388. criteo_api_marketingsolutions_preview/model/automated_budget_configuration.py +0 -276
  389. criteo_api_marketingsolutions_sdk-0.0.250327.dist-info/RECORD +0 -397
  390. {criteo_api_marketingsolutions_sdk-0.0.250327.dist-info → criteo_api_marketingsolutions_sdk-0.0.250425.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -55,16 +55,6 @@ class CriteoApiError(ModelNormal):
55
55
  """
56
56
 
57
57
  allowed_values = {
58
- ('type',): {
59
- 'None': None,
60
- 'ACCESS_CONTROL': "access_control",
61
- 'AUTHENTICATION': "authentication",
62
- 'AUTHORIZATION': "authorization",
63
- 'AVAILABILITY': "availability",
64
- 'DEPRECATION': "deprecation",
65
- 'QUOTA': "quota",
66
- 'VALIDATION': "validation",
67
- },
68
58
  ('code',): {
69
59
  'None': None,
70
60
  'INTERNAL-ERROR': "internal-error",
@@ -76,6 +66,16 @@ class CriteoApiError(ModelNormal):
76
66
  'INVALID-RANGED': "invalid-ranged",
77
67
  'INVALID-TIMESPAN': "invalid-timespan",
78
68
  },
69
+ ('type',): {
70
+ 'None': None,
71
+ 'ACCESS_CONTROL': "access_control",
72
+ 'AUTHENTICATION': "authentication",
73
+ 'AUTHORIZATION': "authorization",
74
+ 'AVAILABILITY': "availability",
75
+ 'DEPRECATION': "deprecation",
76
+ 'QUOTA': "quota",
77
+ 'VALIDATION': "validation",
78
+ },
79
79
  }
80
80
 
81
81
  validations = {
@@ -102,13 +102,13 @@ class CriteoApiError(ModelNormal):
102
102
  and the value is attribute type.
103
103
  """
104
104
  return {
105
- 'trace_id': (str, none_type,), # noqa: E501
106
- 'type': (str, none_type,), # noqa: E501
107
105
  'code': (str, none_type,), # noqa: E501
108
- 'instance': (str, none_type,), # noqa: E501
109
- 'title': (str, none_type,), # noqa: E501
110
106
  'detail': (str, none_type,), # noqa: E501
107
+ 'instance': (str, none_type,), # noqa: E501
111
108
  'source': ({str: (str,)}, none_type,), # noqa: E501
109
+ 'title': (str, none_type,), # noqa: E501
110
+ 'trace_id': (str, none_type,), # noqa: E501
111
+ 'type': (str, none_type,), # noqa: E501
112
112
  }
113
113
 
114
114
  @cached_property
@@ -117,13 +117,13 @@ class CriteoApiError(ModelNormal):
117
117
 
118
118
 
119
119
  attribute_map = {
120
- 'trace_id': 'traceId', # noqa: E501
121
- 'type': 'type', # noqa: E501
122
120
  'code': 'code', # noqa: E501
123
- 'instance': 'instance', # noqa: E501
124
- 'title': 'title', # noqa: E501
125
121
  'detail': 'detail', # noqa: E501
122
+ 'instance': 'instance', # noqa: E501
126
123
  'source': 'source', # noqa: E501
124
+ 'title': 'title', # noqa: E501
125
+ 'trace_id': 'traceId', # noqa: E501
126
+ 'type': 'type', # noqa: E501
127
127
  }
128
128
 
129
129
  read_only_vars = {
@@ -167,13 +167,13 @@ class CriteoApiError(ModelNormal):
167
167
  Animal class but this time we won't travel
168
168
  through its discriminator because we passed in
169
169
  _visited_composed_classes = (Animal,)
170
- trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
171
- type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
172
170
  code (str, none_type): A machine-readable error code string in kabab-case. Unique across Criteo. [optional] # noqa: E501
173
- instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
174
- title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
175
171
  detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
172
+ instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
176
173
  source ({str: (str,)}, none_type): A machine-readable structure to reference to the exact location(s) causing the error(s).. [optional] # noqa: E501
174
+ title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
175
+ trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
176
+ type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
177
177
  """
178
178
 
179
179
  _check_type = kwargs.pop('_check_type', True)
@@ -259,13 +259,13 @@ class CriteoApiError(ModelNormal):
259
259
  Animal class but this time we won't travel
260
260
  through its discriminator because we passed in
261
261
  _visited_composed_classes = (Animal,)
262
- trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
263
- type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
264
262
  code (str, none_type): A machine-readable error code string in kabab-case. Unique across Criteo. [optional] # noqa: E501
265
- instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
266
- title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
267
263
  detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
264
+ instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
268
265
  source ({str: (str,)}, none_type): A machine-readable structure to reference to the exact location(s) causing the error(s).. [optional] # noqa: E501
266
+ title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
267
+ trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
268
+ type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
269
269
  """
270
270
 
271
271
  _check_type = kwargs.pop('_check_type', True)
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -55,16 +55,6 @@ class CriteoApiWarning(ModelNormal):
55
55
  """
56
56
 
57
57
  allowed_values = {
58
- ('type',): {
59
- 'None': None,
60
- 'ACCESS_CONTROL': "access_control",
61
- 'AUTHENTICATION': "authentication",
62
- 'AUTHORIZATION': "authorization",
63
- 'AVAILABILITY': "availability",
64
- 'DEPRECATION': "deprecation",
65
- 'QUOTA': "quota",
66
- 'VALIDATION': "validation",
67
- },
68
58
  ('code',): {
69
59
  'None': None,
70
60
  'INTERNAL-ERROR': "internal-error",
@@ -76,6 +66,16 @@ class CriteoApiWarning(ModelNormal):
76
66
  'INVALID-RANGED': "invalid-ranged",
77
67
  'INVALID-TIMESPAN': "invalid-timespan",
78
68
  },
69
+ ('type',): {
70
+ 'None': None,
71
+ 'ACCESS_CONTROL': "access_control",
72
+ 'AUTHENTICATION': "authentication",
73
+ 'AUTHORIZATION': "authorization",
74
+ 'AVAILABILITY': "availability",
75
+ 'DEPRECATION': "deprecation",
76
+ 'QUOTA': "quota",
77
+ 'VALIDATION': "validation",
78
+ },
79
79
  }
80
80
 
81
81
  validations = {
@@ -102,12 +102,12 @@ class CriteoApiWarning(ModelNormal):
102
102
  and the value is attribute type.
103
103
  """
104
104
  return {
105
- 'trace_id': (str, none_type,), # noqa: E501
106
- 'type': (str, none_type,), # noqa: E501
107
105
  'code': (str, none_type,), # noqa: E501
106
+ 'detail': (str, none_type,), # noqa: E501
108
107
  'instance': (str, none_type,), # noqa: E501
109
108
  'title': (str, none_type,), # noqa: E501
110
- 'detail': (str, none_type,), # noqa: E501
109
+ 'trace_id': (str, none_type,), # noqa: E501
110
+ 'type': (str, none_type,), # noqa: E501
111
111
  }
112
112
 
113
113
  @cached_property
@@ -116,12 +116,12 @@ class CriteoApiWarning(ModelNormal):
116
116
 
117
117
 
118
118
  attribute_map = {
119
- 'trace_id': 'traceId', # noqa: E501
120
- 'type': 'type', # noqa: E501
121
119
  'code': 'code', # noqa: E501
120
+ 'detail': 'detail', # noqa: E501
122
121
  'instance': 'instance', # noqa: E501
123
122
  'title': 'title', # noqa: E501
124
- 'detail': 'detail', # noqa: E501
123
+ 'trace_id': 'traceId', # noqa: E501
124
+ 'type': 'type', # noqa: E501
125
125
  }
126
126
 
127
127
  read_only_vars = {
@@ -165,12 +165,12 @@ class CriteoApiWarning(ModelNormal):
165
165
  Animal class but this time we won't travel
166
166
  through its discriminator because we passed in
167
167
  _visited_composed_classes = (Animal,)
168
- trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
169
- type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
170
168
  code (str, none_type): A machine-readable error code string in kabab-case. Unique across Criteo. [optional] # noqa: E501
169
+ detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
171
170
  instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
172
171
  title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
173
- detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
172
+ trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
173
+ type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
174
174
  """
175
175
 
176
176
  _check_type = kwargs.pop('_check_type', True)
@@ -256,12 +256,12 @@ class CriteoApiWarning(ModelNormal):
256
256
  Animal class but this time we won't travel
257
257
  through its discriminator because we passed in
258
258
  _visited_composed_classes = (Animal,)
259
- trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
260
- type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
261
259
  code (str, none_type): A machine-readable error code string in kabab-case. Unique across Criteo. [optional] # noqa: E501
260
+ detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
262
261
  instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
263
262
  title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
264
- detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
263
+ trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
264
+ type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
265
265
  """
266
266
 
267
267
  _check_type = kwargs.pop('_check_type', True)
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -55,16 +55,6 @@ class CriteoApiWarningV2(ModelNormal):
55
55
  """
56
56
 
57
57
  allowed_values = {
58
- ('type',): {
59
- 'None': None,
60
- 'ACCESS-CONTROL': "access-control",
61
- 'AUTHENTICATION': "authentication",
62
- 'AUTHORIZATION': "authorization",
63
- 'AVAILABILITY': "availability",
64
- 'DEPRECATION': "deprecation",
65
- 'QUOTA': "quota",
66
- 'VALIDATION': "validation",
67
- },
68
58
  ('code',): {
69
59
  'None': None,
70
60
  'INTERNAL-ERROR': "internal-error",
@@ -77,6 +67,16 @@ class CriteoApiWarningV2(ModelNormal):
77
67
  'INVALID-TIMESPAN': "invalid-timespan",
78
68
  'PERMISSION-DENIED': "permission-denied",
79
69
  },
70
+ ('type',): {
71
+ 'None': None,
72
+ 'ACCESS-CONTROL': "access-control",
73
+ 'AUTHENTICATION': "authentication",
74
+ 'AUTHORIZATION': "authorization",
75
+ 'AVAILABILITY': "availability",
76
+ 'DEPRECATION': "deprecation",
77
+ 'QUOTA': "quota",
78
+ 'VALIDATION': "validation",
79
+ },
80
80
  }
81
81
 
82
82
  validations = {
@@ -103,12 +103,12 @@ class CriteoApiWarningV2(ModelNormal):
103
103
  and the value is attribute type.
104
104
  """
105
105
  return {
106
- 'trace_id': (str, none_type,), # noqa: E501
107
- 'type': (str, none_type,), # noqa: E501
108
106
  'code': (str, none_type,), # noqa: E501
107
+ 'detail': (str, none_type,), # noqa: E501
109
108
  'instance': (str, none_type,), # noqa: E501
110
109
  'title': (str, none_type,), # noqa: E501
111
- 'detail': (str, none_type,), # noqa: E501
110
+ 'trace_id': (str, none_type,), # noqa: E501
111
+ 'type': (str, none_type,), # noqa: E501
112
112
  }
113
113
 
114
114
  @cached_property
@@ -117,12 +117,12 @@ class CriteoApiWarningV2(ModelNormal):
117
117
 
118
118
 
119
119
  attribute_map = {
120
- 'trace_id': 'traceId', # noqa: E501
121
- 'type': 'type', # noqa: E501
122
120
  'code': 'code', # noqa: E501
121
+ 'detail': 'detail', # noqa: E501
123
122
  'instance': 'instance', # noqa: E501
124
123
  'title': 'title', # noqa: E501
125
- 'detail': 'detail', # noqa: E501
124
+ 'trace_id': 'traceId', # noqa: E501
125
+ 'type': 'type', # noqa: E501
126
126
  }
127
127
 
128
128
  read_only_vars = {
@@ -166,12 +166,12 @@ class CriteoApiWarningV2(ModelNormal):
166
166
  Animal class but this time we won't travel
167
167
  through its discriminator because we passed in
168
168
  _visited_composed_classes = (Animal,)
169
- trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
170
- type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
171
169
  code (str, none_type): A machine-readable error code string in kabab-case. Unique across Criteo. [optional] # noqa: E501
170
+ detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
172
171
  instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
173
172
  title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
174
- detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
173
+ trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
174
+ type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
175
175
  """
176
176
 
177
177
  _check_type = kwargs.pop('_check_type', True)
@@ -257,12 +257,12 @@ class CriteoApiWarningV2(ModelNormal):
257
257
  Animal class but this time we won't travel
258
258
  through its discriminator because we passed in
259
259
  _visited_composed_classes = (Animal,)
260
- trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
261
- type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
262
260
  code (str, none_type): A machine-readable error code string in kabab-case. Unique across Criteo. [optional] # noqa: E501
261
+ detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
263
262
  instance (str, none_type): A URI reference that identifies the specific occurrence of the problem. [optional] # noqa: E501
264
263
  title (str, none_type): A short, human-readable remarks of the problem type.. [optional] # noqa: E501
265
- detail (str, none_type): A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
264
+ trace_id (str, none_type): The correlation ID provided by the gateway. [optional] # noqa: E501
265
+ type (str, none_type): A machine-readable code specifying error category. [optional] # noqa: E501
266
266
  """
267
267
 
268
268
  _check_type = kwargs.pop('_check_type', True)
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -92,12 +92,12 @@ class DynamicAttributes(ModelNormal):
92
92
  """
93
93
  lazy_import()
94
94
  return {
95
- 'logos': ([ImageShape], none_type,), # noqa: E501
96
- 'creative_background_color': (str, none_type,), # noqa: E501
97
95
  'body_text_color': (str, none_type,), # noqa: E501
96
+ 'calls_to_action': ([str], none_type,), # noqa: E501
97
+ 'creative_background_color': (str, none_type,), # noqa: E501
98
+ 'logos': ([ImageShape], none_type,), # noqa: E501
98
99
  'prices_color': (str, none_type,), # noqa: E501
99
100
  'primary_font': (str, none_type,), # noqa: E501
100
- 'calls_to_action': ([str], none_type,), # noqa: E501
101
101
  'product_image_display': (str, none_type,), # noqa: E501
102
102
  }
103
103
 
@@ -107,12 +107,12 @@ class DynamicAttributes(ModelNormal):
107
107
 
108
108
 
109
109
  attribute_map = {
110
- 'logos': 'logos', # noqa: E501
111
- 'creative_background_color': 'creativeBackgroundColor', # noqa: E501
112
110
  'body_text_color': 'bodyTextColor', # noqa: E501
111
+ 'calls_to_action': 'callsToAction', # noqa: E501
112
+ 'creative_background_color': 'creativeBackgroundColor', # noqa: E501
113
+ 'logos': 'logos', # noqa: E501
113
114
  'prices_color': 'pricesColor', # noqa: E501
114
115
  'primary_font': 'primaryFont', # noqa: E501
115
- 'calls_to_action': 'callsToAction', # noqa: E501
116
116
  'product_image_display': 'productImageDisplay', # noqa: E501
117
117
  }
118
118
 
@@ -157,12 +157,12 @@ class DynamicAttributes(ModelNormal):
157
157
  Animal class but this time we won't travel
158
158
  through its discriminator because we passed in
159
159
  _visited_composed_classes = (Animal,)
160
- logos ([ImageShape], none_type): Logo images uploaded on demostatic.criteo.com when deploying and then static.criteo.net. [optional] # noqa: E501
161
- creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
162
160
  body_text_color (str, none_type): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
161
+ calls_to_action ([str], none_type): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.. [optional] # noqa: E501
162
+ creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
163
+ logos ([ImageShape], none_type): Logo images uploaded on demostatic.criteo.com when deploying and then static.criteo.net. [optional] # noqa: E501
163
164
  prices_color (str, none_type): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
164
165
  primary_font (str, none_type): Font of the primary font Valid supported font like \"Arial\". [optional] # noqa: E501
165
- calls_to_action ([str], none_type): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.. [optional] # noqa: E501
166
166
  product_image_display (str, none_type): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.. [optional] # noqa: E501
167
167
  """
168
168
 
@@ -249,12 +249,12 @@ class DynamicAttributes(ModelNormal):
249
249
  Animal class but this time we won't travel
250
250
  through its discriminator because we passed in
251
251
  _visited_composed_classes = (Animal,)
252
- logos ([ImageShape], none_type): Logo images uploaded on demostatic.criteo.com when deploying and then static.criteo.net. [optional] # noqa: E501
253
- creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
254
252
  body_text_color (str, none_type): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
253
+ calls_to_action ([str], none_type): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.. [optional] # noqa: E501
254
+ creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
255
+ logos ([ImageShape], none_type): Logo images uploaded on demostatic.criteo.com when deploying and then static.criteo.net. [optional] # noqa: E501
255
256
  prices_color (str, none_type): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
256
257
  primary_font (str, none_type): Font of the primary font Valid supported font like \"Arial\". [optional] # noqa: E501
257
- calls_to_action ([str], none_type): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.. [optional] # noqa: E501
258
258
  product_image_display (str, none_type): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.. [optional] # noqa: E501
259
259
  """
260
260
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -88,10 +88,10 @@ class DynamicWriteAttributes(ModelNormal):
88
88
  and the value is attribute type.
89
89
  """
90
90
  return {
91
- 'logo_base64_string': (str,), # noqa: E501
92
91
  'body_text_color': (str,), # noqa: E501
93
- 'prices_color': (str,), # noqa: E501
94
92
  'calls_to_action': ([str],), # noqa: E501
93
+ 'logo_base64_string': (str,), # noqa: E501
94
+ 'prices_color': (str,), # noqa: E501
95
95
  'product_image_display': (str,), # noqa: E501
96
96
  'creative_background_color': (str, none_type,), # noqa: E501
97
97
  'primary_font': (str, none_type,), # noqa: E501
@@ -103,10 +103,10 @@ class DynamicWriteAttributes(ModelNormal):
103
103
 
104
104
 
105
105
  attribute_map = {
106
- 'logo_base64_string': 'logoBase64String', # noqa: E501
107
106
  'body_text_color': 'bodyTextColor', # noqa: E501
108
- 'prices_color': 'pricesColor', # noqa: E501
109
107
  'calls_to_action': 'callsToAction', # noqa: E501
108
+ 'logo_base64_string': 'logoBase64String', # noqa: E501
109
+ 'prices_color': 'pricesColor', # noqa: E501
110
110
  'product_image_display': 'productImageDisplay', # noqa: E501
111
111
  'creative_background_color': 'creativeBackgroundColor', # noqa: E501
112
112
  'primary_font': 'primaryFont', # noqa: E501
@@ -119,14 +119,14 @@ class DynamicWriteAttributes(ModelNormal):
119
119
 
120
120
  @classmethod
121
121
  @convert_js_args_to_python_args
122
- def _from_openapi_data(cls, logo_base64_string, body_text_color, prices_color, calls_to_action, product_image_display, *args, **kwargs): # noqa: E501
122
+ def _from_openapi_data(cls, body_text_color, calls_to_action, logo_base64_string, prices_color, product_image_display, *args, **kwargs): # noqa: E501
123
123
  """DynamicWriteAttributes - a model defined in OpenAPI
124
124
 
125
125
  Args:
126
- logo_base64_string (str): Logo image as a base-64 encoded string
127
126
  body_text_color (str): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\")
128
- prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
129
127
  calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
128
+ logo_base64_string (str): Logo image as a base-64 encoded string
129
+ prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
130
130
  product_image_display (str): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.
131
131
 
132
132
  Keyword Args:
@@ -193,10 +193,10 @@ class DynamicWriteAttributes(ModelNormal):
193
193
  self._configuration = _configuration
194
194
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
195
195
 
196
- self.logo_base64_string = logo_base64_string
197
196
  self.body_text_color = body_text_color
198
- self.prices_color = prices_color
199
197
  self.calls_to_action = calls_to_action
198
+ self.logo_base64_string = logo_base64_string
199
+ self.prices_color = prices_color
200
200
  self.product_image_display = product_image_display
201
201
  for var_name, var_value in kwargs.items():
202
202
  if var_name not in self.attribute_map and \
@@ -218,14 +218,14 @@ class DynamicWriteAttributes(ModelNormal):
218
218
  ])
219
219
 
220
220
  @convert_js_args_to_python_args
221
- def __init__(self, logo_base64_string, body_text_color, prices_color, calls_to_action, product_image_display, *args, **kwargs): # noqa: E501
221
+ def __init__(self, body_text_color, calls_to_action, logo_base64_string, prices_color, product_image_display, *args, **kwargs): # noqa: E501
222
222
  """DynamicWriteAttributes - a model defined in OpenAPI
223
223
 
224
224
  Args:
225
- logo_base64_string (str): Logo image as a base-64 encoded string
226
225
  body_text_color (str): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\")
227
- prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
228
226
  calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
227
+ logo_base64_string (str): Logo image as a base-64 encoded string
228
+ prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
229
229
  product_image_display (str): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.
230
230
 
231
231
  Keyword Args:
@@ -290,10 +290,10 @@ class DynamicWriteAttributes(ModelNormal):
290
290
  self._configuration = _configuration
291
291
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
292
292
 
293
- self.logo_base64_string = logo_base64_string
294
293
  self.body_text_color = body_text_color
295
- self.prices_color = prices_color
296
294
  self.calls_to_action = calls_to_action
295
+ self.logo_base64_string = logo_base64_string
296
+ self.prices_color = prices_color
297
297
  self.product_image_display = product_image_display
298
298
  for var_name, var_value in kwargs.items():
299
299
  if var_name not in self.attribute_map and \
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -81,9 +81,9 @@ class EntityFilter(ModelNormal):
81
81
  and the value is attribute type.
82
82
  """
83
83
  return {
84
- 'value': (str, none_type,), # noqa: E501
85
- 'read_only': (bool, none_type,), # noqa: E501
86
84
  'active': (bool, none_type,), # noqa: E501
85
+ 'read_only': (bool, none_type,), # noqa: E501
86
+ 'value': (str, none_type,), # noqa: E501
87
87
  }
88
88
 
89
89
  @cached_property
@@ -92,9 +92,9 @@ class EntityFilter(ModelNormal):
92
92
 
93
93
 
94
94
  attribute_map = {
95
- 'value': 'value', # noqa: E501
96
- 'read_only': 'readOnly', # noqa: E501
97
95
  'active': 'active', # noqa: E501
96
+ 'read_only': 'readOnly', # noqa: E501
97
+ 'value': 'value', # noqa: E501
98
98
  }
99
99
 
100
100
  read_only_vars = {
@@ -138,9 +138,9 @@ class EntityFilter(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
- value (str, none_type): Could be a domain or a bundle depending on the context. [optional] # noqa: E501
142
- read_only (bool, none_type): [optional] # noqa: E501
143
141
  active (bool, none_type): [optional] # noqa: E501
142
+ read_only (bool, none_type): [optional] # noqa: E501
143
+ value (str, none_type): Could be a domain or a bundle depending on the context. [optional] # noqa: E501
144
144
  """
145
145
 
146
146
  _check_type = kwargs.pop('_check_type', True)
@@ -226,9 +226,9 @@ class EntityFilter(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
- value (str, none_type): Could be a domain or a bundle depending on the context. [optional] # noqa: E501
230
- read_only (bool, none_type): [optional] # noqa: E501
231
229
  active (bool, none_type): [optional] # noqa: E501
230
+ read_only (bool, none_type): [optional] # noqa: E501
231
+ value (str, none_type): Could be a domain or a bundle depending on the context. [optional] # noqa: E501
232
232
  """
233
233
 
234
234
  _check_type = kwargs.pop('_check_type', True)
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: Preview
6
+ The version of the OpenAPI document: preview
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -100,10 +100,10 @@ class EntityOfPortfolioMessage(ModelNormal):
100
100
  """
101
101
  lazy_import()
102
102
  return {
103
- 'type': (str, none_type,), # noqa: E501
104
- 'id': (str, none_type,), # noqa: E501
105
103
  'attributes': (PortfolioMessage,), # noqa: E501
104
+ 'id': (str, none_type,), # noqa: E501
106
105
  'meta': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501
106
+ 'type': (str, none_type,), # noqa: E501
107
107
  }
108
108
 
109
109
  @cached_property
@@ -112,10 +112,10 @@ class EntityOfPortfolioMessage(ModelNormal):
112
112
 
113
113
 
114
114
  attribute_map = {
115
- 'type': 'type', # noqa: E501
116
- 'id': 'id', # noqa: E501
117
115
  'attributes': 'attributes', # noqa: E501
116
+ 'id': 'id', # noqa: E501
118
117
  'meta': 'meta', # noqa: E501
118
+ 'type': 'type', # noqa: E501
119
119
  }
120
120
 
121
121
  read_only_vars = {
@@ -159,10 +159,10 @@ class EntityOfPortfolioMessage(ModelNormal):
159
159
  Animal class but this time we won't travel
160
160
  through its discriminator because we passed in
161
161
  _visited_composed_classes = (Animal,)
162
- type (str, none_type): A string containing the entity type. [optional] # noqa: E501
163
- id (str, none_type): A opaque string containing the unique Id of the entity. [optional] # noqa: E501
164
162
  attributes (PortfolioMessage): [optional] # noqa: E501
163
+ id (str, none_type): A opaque string containing the unique Id of the entity. [optional] # noqa: E501
165
164
  meta ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): A meta object that contains application-specific metadata. [optional] # noqa: E501
165
+ type (str, none_type): A string containing the entity type. [optional] # noqa: E501
166
166
  """
167
167
 
168
168
  _check_type = kwargs.pop('_check_type', True)
@@ -248,10 +248,10 @@ class EntityOfPortfolioMessage(ModelNormal):
248
248
  Animal class but this time we won't travel
249
249
  through its discriminator because we passed in
250
250
  _visited_composed_classes = (Animal,)
251
- type (str, none_type): A string containing the entity type. [optional] # noqa: E501
252
- id (str, none_type): A opaque string containing the unique Id of the entity. [optional] # noqa: E501
253
251
  attributes (PortfolioMessage): [optional] # noqa: E501
252
+ id (str, none_type): A opaque string containing the unique Id of the entity. [optional] # noqa: E501
254
253
  meta ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): A meta object that contains application-specific metadata. [optional] # noqa: E501
254
+ type (str, none_type): A string containing the entity type. [optional] # noqa: E501
255
255
  """
256
256
 
257
257
  _check_type = kwargs.pop('_check_type', True)