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
 
@@ -105,8 +105,8 @@ class EntityV2OfDataset(ModelNormal):
105
105
  """
106
106
  lazy_import()
107
107
  return {
108
- 'type': (str,), # noqa: E501
109
108
  'id': (str,), # noqa: E501
109
+ 'type': (str,), # noqa: E501
110
110
  'attributes': (Dataset,), # noqa: E501
111
111
  }
112
112
 
@@ -116,8 +116,8 @@ class EntityV2OfDataset(ModelNormal):
116
116
 
117
117
 
118
118
  attribute_map = {
119
- 'type': 'type', # noqa: E501
120
119
  'id': 'id', # noqa: E501
120
+ 'type': 'type', # noqa: E501
121
121
  'attributes': 'attributes', # noqa: E501
122
122
  }
123
123
 
@@ -128,12 +128,12 @@ class EntityV2OfDataset(ModelNormal):
128
128
 
129
129
  @classmethod
130
130
  @convert_js_args_to_python_args
131
- def _from_openapi_data(cls, type, id, *args, **kwargs): # noqa: E501
131
+ def _from_openapi_data(cls, id, type, *args, **kwargs): # noqa: E501
132
132
  """EntityV2OfDataset - a model defined in OpenAPI
133
133
 
134
134
  Args:
135
- type (str): A string containing the entity type
136
135
  id (str): A opaque string containing the unique Id of the entity
136
+ type (str): A string containing the entity type
137
137
 
138
138
  Keyword Args:
139
139
  _check_type (bool): if True, values for parameters in openapi_types
@@ -198,8 +198,8 @@ class EntityV2OfDataset(ModelNormal):
198
198
  self._configuration = _configuration
199
199
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
200
200
 
201
- self.type = type
202
201
  self.id = id
202
+ self.type = type
203
203
  for var_name, var_value in kwargs.items():
204
204
  if var_name not in self.attribute_map and \
205
205
  self._configuration is not None and \
@@ -220,12 +220,12 @@ class EntityV2OfDataset(ModelNormal):
220
220
  ])
221
221
 
222
222
  @convert_js_args_to_python_args
223
- def __init__(self, type, id, *args, **kwargs): # noqa: E501
223
+ def __init__(self, id, type, *args, **kwargs): # noqa: E501
224
224
  """EntityV2OfDataset - a model defined in OpenAPI
225
225
 
226
226
  Args:
227
- type (str): A string containing the entity type
228
227
  id (str): A opaque string containing the unique Id of the entity
228
+ type (str): A string containing the entity type
229
229
 
230
230
  Keyword Args:
231
231
  _check_type (bool): if True, values for parameters in openapi_types
@@ -288,8 +288,8 @@ class EntityV2OfDataset(ModelNormal):
288
288
  self._configuration = _configuration
289
289
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
290
290
 
291
- self.type = type
292
291
  self.id = id
292
+ self.type = type
293
293
  for var_name, var_value in kwargs.items():
294
294
  if var_name not in self.attribute_map and \
295
295
  self._configuration is not None 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
 
@@ -95,8 +95,8 @@ class EntityV2OfObject(ModelNormal):
95
95
  and the value is attribute type.
96
96
  """
97
97
  return {
98
- 'type': (str,), # noqa: E501
99
98
  'id': (str,), # noqa: E501
99
+ 'type': (str,), # noqa: E501
100
100
  'attributes': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501
101
101
  'meta': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501
102
102
  'relationships': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type,), # noqa: E501
@@ -108,8 +108,8 @@ class EntityV2OfObject(ModelNormal):
108
108
 
109
109
 
110
110
  attribute_map = {
111
- 'type': 'type', # noqa: E501
112
111
  'id': 'id', # noqa: E501
112
+ 'type': 'type', # noqa: E501
113
113
  'attributes': 'attributes', # noqa: E501
114
114
  'meta': 'meta', # noqa: E501
115
115
  'relationships': 'relationships', # noqa: E501
@@ -122,12 +122,12 @@ class EntityV2OfObject(ModelNormal):
122
122
 
123
123
  @classmethod
124
124
  @convert_js_args_to_python_args
125
- def _from_openapi_data(cls, type, id, *args, **kwargs): # noqa: E501
125
+ def _from_openapi_data(cls, id, type, *args, **kwargs): # noqa: E501
126
126
  """EntityV2OfObject - a model defined in OpenAPI
127
127
 
128
128
  Args:
129
- type (str): A string containing the entity type
130
129
  id (str): A opaque string containing the unique Id of the entity
130
+ type (str): A string containing the entity type
131
131
 
132
132
  Keyword Args:
133
133
  _check_type (bool): if True, values for parameters in openapi_types
@@ -194,8 +194,8 @@ class EntityV2OfObject(ModelNormal):
194
194
  self._configuration = _configuration
195
195
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
196
196
 
197
- self.type = type
198
197
  self.id = id
198
+ self.type = type
199
199
  for var_name, var_value in kwargs.items():
200
200
  if var_name not in self.attribute_map and \
201
201
  self._configuration is not None and \
@@ -216,12 +216,12 @@ class EntityV2OfObject(ModelNormal):
216
216
  ])
217
217
 
218
218
  @convert_js_args_to_python_args
219
- def __init__(self, type, id, *args, **kwargs): # noqa: E501
219
+ def __init__(self, id, type, *args, **kwargs): # noqa: E501
220
220
  """EntityV2OfObject - a model defined in OpenAPI
221
221
 
222
222
  Args:
223
- type (str): A string containing the entity type
224
223
  id (str): A opaque string containing the unique Id of the entity
224
+ type (str): A string containing the entity type
225
225
 
226
226
  Keyword Args:
227
227
  _check_type (bool): if True, values for parameters in openapi_types
@@ -286,8 +286,8 @@ class EntityV2OfObject(ModelNormal):
286
286
  self._configuration = _configuration
287
287
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
288
288
 
289
- self.type = type
290
289
  self.id = id
290
+ self.type = type
291
291
  for var_name, var_value in kwargs.items():
292
292
  if var_name not in self.attribute_map and \
293
293
  self._configuration is not None 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
 
@@ -87,8 +87,8 @@ class EntityWrapperOfTargetingEntity(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'type': (str, none_type,), # noqa: E501
91
90
  'attributes': (TargetingEntity,), # noqa: E501
91
+ 'type': (str, none_type,), # noqa: E501
92
92
  }
93
93
 
94
94
  @cached_property
@@ -97,8 +97,8 @@ class EntityWrapperOfTargetingEntity(ModelNormal):
97
97
 
98
98
 
99
99
  attribute_map = {
100
- 'type': 'type', # noqa: E501
101
100
  'attributes': 'attributes', # noqa: E501
101
+ 'type': 'type', # noqa: E501
102
102
  }
103
103
 
104
104
  read_only_vars = {
@@ -142,8 +142,8 @@ class EntityWrapperOfTargetingEntity(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- type (str, none_type): [optional] # noqa: E501
146
145
  attributes (TargetingEntity): [optional] # noqa: E501
146
+ type (str, none_type): [optional] # noqa: E501
147
147
  """
148
148
 
149
149
  _check_type = kwargs.pop('_check_type', True)
@@ -229,8 +229,8 @@ class EntityWrapperOfTargetingEntity(ModelNormal):
229
229
  Animal class but this time we won't travel
230
230
  through its discriminator because we passed in
231
231
  _visited_composed_classes = (Animal,)
232
- type (str, none_type): [optional] # noqa: E501
233
232
  attributes (TargetingEntity): [optional] # noqa: E501
233
+ type (str, none_type): [optional] # noqa: E501
234
234
  """
235
235
 
236
236
  _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
 
@@ -81,10 +81,10 @@ class ErrorDescription(ModelNormal):
81
81
  and the value is attribute type.
82
82
  """
83
83
  return {
84
- 'title': (str, none_type,), # noqa: E501
84
+ 'code': (str, none_type,), # noqa: E501
85
85
  'instance': (str, none_type,), # noqa: E501
86
+ 'title': (str, none_type,), # noqa: E501
86
87
  'trace_id': (str, none_type,), # noqa: E501
87
- 'code': (str, none_type,), # noqa: E501
88
88
  'type': (str, none_type,), # noqa: E501
89
89
  }
90
90
 
@@ -94,10 +94,10 @@ class ErrorDescription(ModelNormal):
94
94
 
95
95
 
96
96
  attribute_map = {
97
- 'title': 'title', # noqa: E501
97
+ 'code': 'code', # noqa: E501
98
98
  'instance': 'instance', # noqa: E501
99
+ 'title': 'title', # noqa: E501
99
100
  'trace_id': 'traceId', # noqa: E501
100
- 'code': 'code', # noqa: E501
101
101
  'type': 'type', # noqa: E501
102
102
  }
103
103
 
@@ -142,10 +142,10 @@ class ErrorDescription(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- title (str, none_type): [optional] # noqa: E501
145
+ code (str, none_type): [optional] # noqa: E501
146
146
  instance (str, none_type): [optional] # noqa: E501
147
+ title (str, none_type): [optional] # noqa: E501
147
148
  trace_id (str, none_type): [optional] # noqa: E501
148
- code (str, none_type): [optional] # noqa: E501
149
149
  type (str, none_type): [optional] # noqa: E501
150
150
  """
151
151
 
@@ -232,10 +232,10 @@ class ErrorDescription(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
- title (str, none_type): [optional] # noqa: E501
235
+ code (str, none_type): [optional] # noqa: E501
236
236
  instance (str, none_type): [optional] # noqa: E501
237
+ title (str, none_type): [optional] # noqa: E501
237
238
  trace_id (str, none_type): [optional] # noqa: E501
238
- code (str, none_type): [optional] # noqa: E501
239
239
  type (str, none_type): [optional] # noqa: E501
240
240
  """
241
241
 
@@ -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,24 +55,6 @@ class ExportColumn(ModelNormal):
55
55
  """
56
56
 
57
57
  allowed_values = {
58
- ('type',): {
59
- 'None': None,
60
- 'BOOLEAN': "Boolean",
61
- 'NUMBER': "Number",
62
- 'MONEY': "Money",
63
- 'STRING': "String",
64
- 'DATE': "Date",
65
- 'DATETIME': "DateTime",
66
- 'INTERVAL': "Interval",
67
- 'DURATION': "Duration",
68
- },
69
- ('role',): {
70
- 'None': None,
71
- 'DIMENSION': "Dimension",
72
- 'PROPERTY': "Property",
73
- 'INTERVAL': "Interval",
74
- 'METRIC': "Metric",
75
- },
76
58
  ('related_to',): {
77
59
  'None': None,
78
60
  'ADSETID': "AdSetId",
@@ -122,6 +104,24 @@ class ExportColumn(ModelNormal):
122
104
  'ADCHANNEL': "AdChannel",
123
105
  'ADSOCIALNETWORK': "AdSocialNetwork",
124
106
  },
107
+ ('role',): {
108
+ 'None': None,
109
+ 'DIMENSION': "Dimension",
110
+ 'PROPERTY': "Property",
111
+ 'INTERVAL': "Interval",
112
+ 'METRIC': "Metric",
113
+ },
114
+ ('type',): {
115
+ 'None': None,
116
+ 'BOOLEAN': "Boolean",
117
+ 'NUMBER': "Number",
118
+ 'MONEY': "Money",
119
+ 'STRING': "String",
120
+ 'DATE': "Date",
121
+ 'DATETIME': "DateTime",
122
+ 'INTERVAL': "Interval",
123
+ 'DURATION': "Duration",
124
+ },
125
125
  }
126
126
 
127
127
  validations = {
@@ -142,16 +142,16 @@ class ExportColumn(ModelNormal):
142
142
  and the value is attribute type.
143
143
  """
144
144
  return {
145
- 'name': (str, none_type,), # noqa: E501
146
- 'title': (str, none_type,), # noqa: E501
145
+ 'currency': (str, none_type,), # noqa: E501
146
+ 'deprecated': (bool, none_type,), # noqa: E501
147
147
  'description': (str, none_type,), # noqa: E501
148
- 'type': (str, none_type,), # noqa: E501
149
- 'role': (str, none_type,), # noqa: E501
148
+ 'duration': (str, none_type,), # noqa: E501
149
+ 'name': (str, none_type,), # noqa: E501
150
150
  'related_to': (str, none_type,), # noqa: E501
151
+ 'role': (str, none_type,), # noqa: E501
151
152
  'timezone': (str, none_type,), # noqa: E501
152
- 'duration': (str, none_type,), # noqa: E501
153
- 'currency': (str, none_type,), # noqa: E501
154
- 'deprecated': (bool, none_type,), # noqa: E501
153
+ 'title': (str, none_type,), # noqa: E501
154
+ 'type': (str, none_type,), # noqa: E501
155
155
  }
156
156
 
157
157
  @cached_property
@@ -160,16 +160,16 @@ class ExportColumn(ModelNormal):
160
160
 
161
161
 
162
162
  attribute_map = {
163
- 'name': 'name', # noqa: E501
164
- 'title': 'title', # noqa: E501
163
+ 'currency': 'currency', # noqa: E501
164
+ 'deprecated': 'deprecated', # noqa: E501
165
165
  'description': 'description', # noqa: E501
166
- 'type': 'type', # noqa: E501
167
- 'role': 'role', # noqa: E501
166
+ 'duration': 'duration', # noqa: E501
167
+ 'name': 'name', # noqa: E501
168
168
  'related_to': 'relatedTo', # noqa: E501
169
+ 'role': 'role', # noqa: E501
169
170
  'timezone': 'timezone', # noqa: E501
170
- 'duration': 'duration', # noqa: E501
171
- 'currency': 'currency', # noqa: E501
172
- 'deprecated': 'deprecated', # noqa: E501
171
+ 'title': 'title', # noqa: E501
172
+ 'type': 'type', # noqa: E501
173
173
  }
174
174
 
175
175
  read_only_vars = {
@@ -213,16 +213,16 @@ class ExportColumn(ModelNormal):
213
213
  Animal class but this time we won't travel
214
214
  through its discriminator because we passed in
215
215
  _visited_composed_classes = (Animal,)
216
- name (str, none_type): [optional] # noqa: E501
217
- title (str, none_type): [optional] # noqa: E501
216
+ currency (str, none_type): [optional] # noqa: E501
217
+ deprecated (bool, none_type): [optional] # noqa: E501
218
218
  description (str, none_type): [optional] # noqa: E501
219
- type (str, none_type): [optional] # noqa: E501
220
- role (str, none_type): [optional] # noqa: E501
219
+ duration (str, none_type): [optional] # noqa: E501
220
+ name (str, none_type): [optional] # noqa: E501
221
221
  related_to (str, none_type): [optional] # noqa: E501
222
+ role (str, none_type): [optional] # noqa: E501
222
223
  timezone (str, none_type): [optional] # noqa: E501
223
- duration (str, none_type): [optional] # noqa: E501
224
- currency (str, none_type): [optional] # noqa: E501
225
- deprecated (bool, none_type): [optional] # noqa: E501
224
+ title (str, none_type): [optional] # noqa: E501
225
+ type (str, none_type): [optional] # noqa: E501
226
226
  """
227
227
 
228
228
  _check_type = kwargs.pop('_check_type', True)
@@ -308,16 +308,16 @@ class ExportColumn(ModelNormal):
308
308
  Animal class but this time we won't travel
309
309
  through its discriminator because we passed in
310
310
  _visited_composed_classes = (Animal,)
311
- name (str, none_type): [optional] # noqa: E501
312
- title (str, none_type): [optional] # noqa: E501
311
+ currency (str, none_type): [optional] # noqa: E501
312
+ deprecated (bool, none_type): [optional] # noqa: E501
313
313
  description (str, none_type): [optional] # noqa: E501
314
- type (str, none_type): [optional] # noqa: E501
315
- role (str, none_type): [optional] # noqa: E501
314
+ duration (str, none_type): [optional] # noqa: E501
315
+ name (str, none_type): [optional] # noqa: E501
316
316
  related_to (str, none_type): [optional] # noqa: E501
317
+ role (str, none_type): [optional] # noqa: E501
317
318
  timezone (str, none_type): [optional] # noqa: E501
318
- duration (str, none_type): [optional] # noqa: E501
319
- currency (str, none_type): [optional] # noqa: E501
320
- deprecated (bool, none_type): [optional] # noqa: E501
319
+ title (str, none_type): [optional] # noqa: E501
320
+ type (str, none_type): [optional] # noqa: E501
321
321
  """
322
322
 
323
323
  _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
 
@@ -80,8 +80,8 @@ class ExportResultData(ModelNormal):
80
80
  """
81
81
  lazy_import()
82
82
  return {
83
- 'metadata': (ExportMetaData,), # noqa: E501
84
83
  'data': ([[bool, date, datetime, dict, float, int, list, str, none_type]], none_type,), # noqa: E501
84
+ 'metadata': (ExportMetaData,), # noqa: E501
85
85
  }
86
86
 
87
87
  @cached_property
@@ -90,8 +90,8 @@ class ExportResultData(ModelNormal):
90
90
 
91
91
 
92
92
  attribute_map = {
93
- 'metadata': 'metadata', # noqa: E501
94
93
  'data': 'data', # noqa: E501
94
+ 'metadata': 'metadata', # noqa: E501
95
95
  }
96
96
 
97
97
  read_only_vars = {
@@ -135,8 +135,8 @@ class ExportResultData(ModelNormal):
135
135
  Animal class but this time we won't travel
136
136
  through its discriminator because we passed in
137
137
  _visited_composed_classes = (Animal,)
138
- metadata (ExportMetaData): [optional] # noqa: E501
139
138
  data ([[bool, date, datetime, dict, float, int, list, str, none_type]], none_type): [optional] # noqa: E501
139
+ metadata (ExportMetaData): [optional] # noqa: E501
140
140
  """
141
141
 
142
142
  _check_type = kwargs.pop('_check_type', True)
@@ -222,8 +222,8 @@ class ExportResultData(ModelNormal):
222
222
  Animal class but this time we won't travel
223
223
  through its discriminator because we passed in
224
224
  _visited_composed_classes = (Animal,)
225
- metadata (ExportMetaData): [optional] # noqa: E501
226
225
  data ([[bool, date, datetime, dict, float, int, list, str, none_type]], none_type): [optional] # noqa: E501
226
+ metadata (ExportMetaData): [optional] # noqa: E501
227
227
  """
228
228
 
229
229
  _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
 
@@ -92,16 +92,16 @@ class GenerateAudiencePerformanceReport(ModelNormal):
92
92
  and the value is attribute type.
93
93
  """
94
94
  return {
95
- 'start_date': (datetime,), # noqa: E501
96
- 'end_date': (datetime,), # noqa: E501
97
95
  'advertiser_id': (str,), # noqa: E501
98
96
  'dimension': (str,), # noqa: E501
97
+ 'end_date': (datetime,), # noqa: E501
99
98
  'metrics': ([str],), # noqa: E501
100
- 'timezone': (str, none_type,), # noqa: E501
101
- 'currency': (str, none_type,), # noqa: E501
99
+ 'start_date': (datetime,), # noqa: E501
102
100
  'ad_set_ids': ([str], none_type,), # noqa: E501
103
101
  'audience_ids': ([str], none_type,), # noqa: E501
102
+ 'currency': (str, none_type,), # noqa: E501
104
103
  'segments_ids': ([str], none_type,), # noqa: E501
104
+ 'timezone': (str, none_type,), # noqa: E501
105
105
  }
106
106
 
107
107
  @cached_property
@@ -110,16 +110,16 @@ class GenerateAudiencePerformanceReport(ModelNormal):
110
110
 
111
111
 
112
112
  attribute_map = {
113
- 'start_date': 'startDate', # noqa: E501
114
- 'end_date': 'endDate', # noqa: E501
115
113
  'advertiser_id': 'advertiserId', # noqa: E501
116
114
  'dimension': 'dimension', # noqa: E501
115
+ 'end_date': 'endDate', # noqa: E501
117
116
  'metrics': 'metrics', # noqa: E501
118
- 'timezone': 'timezone', # noqa: E501
119
- 'currency': 'currency', # noqa: E501
117
+ 'start_date': 'startDate', # noqa: E501
120
118
  'ad_set_ids': 'adSetIds', # noqa: E501
121
119
  'audience_ids': 'audienceIds', # noqa: E501
120
+ 'currency': 'currency', # noqa: E501
122
121
  'segments_ids': 'segmentsIds', # noqa: E501
122
+ 'timezone': 'timezone', # noqa: E501
123
123
  }
124
124
 
125
125
  read_only_vars = {
@@ -129,15 +129,15 @@ class GenerateAudiencePerformanceReport(ModelNormal):
129
129
 
130
130
  @classmethod
131
131
  @convert_js_args_to_python_args
132
- def _from_openapi_data(cls, start_date, end_date, advertiser_id, dimension, metrics, *args, **kwargs): # noqa: E501
132
+ def _from_openapi_data(cls, advertiser_id, dimension, end_date, metrics, start_date, *args, **kwargs): # noqa: E501
133
133
  """GenerateAudiencePerformanceReport - a model defined in OpenAPI
134
134
 
135
135
  Args:
136
- start_date (datetime): Start date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
137
- end_date (datetime): End date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
138
136
  advertiser_id (str): The advertiser id
139
137
  dimension (str): The dimension for the report.
138
+ end_date (datetime): End date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
140
139
  metrics ([str]): The list of metrics to report.
140
+ start_date (datetime): Start date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
141
141
 
142
142
  Keyword Args:
143
143
  _check_type (bool): if True, values for parameters in openapi_types
@@ -170,11 +170,11 @@ class GenerateAudiencePerformanceReport(ModelNormal):
170
170
  Animal class but this time we won't travel
171
171
  through its discriminator because we passed in
172
172
  _visited_composed_classes = (Animal,)
173
- timezone (str, none_type): The timezone used for the report. Timezone Database format (Tz).. [optional] # noqa: E501
174
- currency (str, none_type): The currency used for the report. ISO 4217 code (three-letter capitals).. [optional] # noqa: E501
175
173
  ad_set_ids ([str], none_type): The list of adSets ids. If empty, all the adSets will be fetched.. [optional] # noqa: E501
176
174
  audience_ids ([str], none_type): The list of Audiences ids. If empty, all the Audiences will be fetched.. [optional] # noqa: E501
175
+ currency (str, none_type): The currency used for the report. ISO 4217 code (three-letter capitals).. [optional] # noqa: E501
177
176
  segments_ids ([str], none_type): The list of Segments ids. If empty, all the segments will be fetched.. [optional] # noqa: E501
177
+ timezone (str, none_type): The timezone used for the report. Timezone Database format (Tz).. [optional] # noqa: E501
178
178
  """
179
179
 
180
180
  _check_type = kwargs.pop('_check_type', True)
@@ -206,11 +206,11 @@ class GenerateAudiencePerformanceReport(ModelNormal):
206
206
  self._configuration = _configuration
207
207
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
208
208
 
209
- self.start_date = start_date
210
- self.end_date = end_date
211
209
  self.advertiser_id = advertiser_id
212
210
  self.dimension = dimension
211
+ self.end_date = end_date
213
212
  self.metrics = metrics
213
+ self.start_date = start_date
214
214
  for var_name, var_value in kwargs.items():
215
215
  if var_name not in self.attribute_map and \
216
216
  self._configuration is not None and \
@@ -231,15 +231,15 @@ class GenerateAudiencePerformanceReport(ModelNormal):
231
231
  ])
232
232
 
233
233
  @convert_js_args_to_python_args
234
- def __init__(self, start_date, end_date, advertiser_id, dimension, metrics, *args, **kwargs): # noqa: E501
234
+ def __init__(self, advertiser_id, dimension, end_date, metrics, start_date, *args, **kwargs): # noqa: E501
235
235
  """GenerateAudiencePerformanceReport - a model defined in OpenAPI
236
236
 
237
237
  Args:
238
- start_date (datetime): Start date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
239
- end_date (datetime): End date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
240
238
  advertiser_id (str): The advertiser id
241
239
  dimension (str): The dimension for the report.
240
+ end_date (datetime): End date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
242
241
  metrics ([str]): The list of metrics to report.
242
+ start_date (datetime): Start date of the report. Date component of ISO 8061 format, any time or timezone component is ignored.
243
243
 
244
244
  Keyword Args:
245
245
  _check_type (bool): if True, values for parameters in openapi_types
@@ -272,11 +272,11 @@ class GenerateAudiencePerformanceReport(ModelNormal):
272
272
  Animal class but this time we won't travel
273
273
  through its discriminator because we passed in
274
274
  _visited_composed_classes = (Animal,)
275
- timezone (str, none_type): The timezone used for the report. Timezone Database format (Tz).. [optional] # noqa: E501
276
- currency (str, none_type): The currency used for the report. ISO 4217 code (three-letter capitals).. [optional] # noqa: E501
277
275
  ad_set_ids ([str], none_type): The list of adSets ids. If empty, all the adSets will be fetched.. [optional] # noqa: E501
278
276
  audience_ids ([str], none_type): The list of Audiences ids. If empty, all the Audiences will be fetched.. [optional] # noqa: E501
277
+ currency (str, none_type): The currency used for the report. ISO 4217 code (three-letter capitals).. [optional] # noqa: E501
279
278
  segments_ids ([str], none_type): The list of Segments ids. If empty, all the segments will be fetched.. [optional] # noqa: E501
279
+ timezone (str, none_type): The timezone used for the report. Timezone Database format (Tz).. [optional] # noqa: E501
280
280
  """
281
281
 
282
282
  _check_type = kwargs.pop('_check_type', True)
@@ -306,11 +306,11 @@ class GenerateAudiencePerformanceReport(ModelNormal):
306
306
  self._configuration = _configuration
307
307
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
308
308
 
309
- self.start_date = start_date
310
- self.end_date = end_date
311
309
  self.advertiser_id = advertiser_id
312
310
  self.dimension = dimension
311
+ self.end_date = end_date
313
312
  self.metrics = metrics
313
+ self.start_date = start_date
314
314
  for var_name, var_value in kwargs.items():
315
315
  if var_name not in self.attribute_map and \
316
316
  self._configuration is not None 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