criteo-api-marketingsolutions-sdk 2025.7.0.250811__py3-none-any.whl → 2025.10.0.251112__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 (322) hide show
  1. {criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info → criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info}/METADATA +4 -4
  2. criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info/RECORD +314 -0
  3. criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info/top_level.txt +1 -0
  4. criteo_api_marketingsolutions_v2025_10/__init__.py +31 -0
  5. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/__init__.py +1 -1
  6. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/advertiser_api.py +12 -14
  7. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/analytics_api.py +24 -37
  8. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/audience_api.py +598 -665
  9. criteo_api_marketingsolutions_v2025_10/api/campaign_api.py +6214 -0
  10. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/creative_api.py +52 -93
  11. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api/gateway_api.py +5 -5
  12. criteo_api_marketingsolutions_v2025_10/api/reco_api.py +1269 -0
  13. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api_client.py +9 -9
  14. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/api_client_builder.py +3 -3
  15. criteo_api_marketingsolutions_v2025_10/apis/__init__.py +23 -0
  16. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/configuration.py +5 -5
  17. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_api_client.py +2 -2
  18. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_auth.py +3 -3
  19. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/criteo_rest.py +3 -3
  20. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/exceptions.py +1 -1
  21. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/__init__.py +1 -1
  22. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad.py +3 -3
  23. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1.py +3 -3
  24. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1_resource.py +4 -4
  25. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_entity_v1_response.py +5 -5
  26. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_audience_link_input_entity_v1.py +4 -4
  27. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid.py +3 -3
  28. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid_list_response.py +5 -5
  29. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_category_bid_resource.py +4 -4
  30. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_delivery_limitations_v24_q3.py +3 -3
  31. criteo_api_marketingsolutions_v2025_10/model/ad_set_delivery_status.py +291 -0
  32. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier.py +3 -3
  33. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier_list_response.py +5 -5
  34. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_display_multiplier_resource.py +4 -4
  35. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_frequency_capping_v24_q3.py +3 -3
  36. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_geo_location_v24_q3.py +4 -4
  37. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_search_filter_v24_q3.py +3 -3
  38. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_search_request_v24_q3.py +4 -4
  39. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_rule_v24_q3.py +3 -3
  40. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_v24_q3.py +6 -6
  41. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_set_targeting_v24_q3_frequency_capping.py +4 -4
  42. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/ad_write.py +3 -3
  43. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_attributes.py +7 -7
  44. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_colors.py +4 -4
  45. criteo_api_marketingsolutions_v2025_10/model/adaptive_read_attributes.py +330 -0
  46. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/adaptive_write_attributes.py +5 -5
  47. criteo_api_marketingsolutions_v2025_10/model/advertiser_adset_message.py +289 -0
  48. criteo_api_marketingsolutions_v2025_10/model/advertiser_campaign_message.py +287 -0
  49. criteo_api_marketingsolutions_v2025_10/model/advertiser_info_message.py +271 -0
  50. criteo_api_marketingsolutions_v2025_07/model/resource_collection_outcome_of_creative.py → criteo_api_marketingsolutions_v2025_10/model/advertiser_quota_message.py +26 -28
  51. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/algebra_node_v1.py +3 -3
  52. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model.py +3 -3
  53. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model_resource.py +4 -4
  54. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/application_summary_model_response.py +5 -5
  55. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_create_input_v1.py +4 -4
  56. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_delete_input_v1.py +4 -4
  57. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_bulk_update_input_v1.py +4 -4
  58. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_compute_size_entity_v1_resource.py +3 -3
  59. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_compute_sizes_input_v1.py +4 -4
  60. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_create_entity_v1.py +4 -4
  61. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_create_entity_v1_resource.py +4 -4
  62. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_delete_entity_v1_resource.py +3 -3
  63. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1.py +4 -4
  64. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +6 -6
  65. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_list_response.py +5 -5
  66. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_entity_v1_resource.py +4 -4
  67. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_error.py +3 -3
  68. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_entity_v1.py +4 -4
  69. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_entity_v1_resource.py +4 -4
  70. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_estimate_size_input_v1.py +4 -4
  71. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_id_entity_v1_list_response.py +5 -5
  72. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_id_entity_v1_resource.py +3 -3
  73. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_name_description.py +3 -3
  74. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_entity_v1.py +3 -3
  75. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_entity_v1_resource.py +4 -4
  76. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_input_v1.py +4 -4
  77. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_search_metadata_v1.py +3 -3
  78. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_create_input_v1.py +4 -4
  79. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_delete_input_v1.py +4 -4
  80. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_bulk_update_input_v1.py +4 -4
  81. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_compute_size_entity_v1_resource.py +3 -3
  82. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_compute_sizes_input_v1.py +4 -4
  83. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_create_entity_v1.py +8 -8
  84. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_create_entity_v1_resource.py +4 -4
  85. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_delete_entity_v1_resource.py +3 -3
  86. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1.py +10 -10
  87. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +6 -6
  88. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_list_response.py +5 -5
  89. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_entity_v1_resource.py +4 -4
  90. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_estimate_size_input_v1.py +4 -4
  91. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_id_entity_v1_list_response.py +5 -5
  92. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_id_entity_v1_resource.py +3 -3
  93. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_entity_v1.py +3 -3
  94. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_entity_v1_resource.py +4 -4
  95. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_input_v1.py +4 -4
  96. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_search_metadata_v1.py +3 -3
  97. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1.py +3 -3
  98. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1_list_response.py +5 -5
  99. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_entity_v1_resource.py +4 -4
  100. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_entity_v1.py +5 -5
  101. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_entity_v1_resource.py +4 -4
  102. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1.py +3 -3
  103. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1_resource.py +4 -4
  104. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_size_estimation_v1_response.py +5 -5
  105. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_update_entity_v1.py +9 -9
  106. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_segment_update_entity_v1_resource.py +4 -4
  107. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1.py +3 -3
  108. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1_list_response.py +5 -5
  109. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_entity_v1_resource.py +4 -4
  110. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1.py +3 -3
  111. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1_resource.py +4 -4
  112. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_size_estimation_v1_response.py +5 -5
  113. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_update_entity_v1.py +5 -5
  114. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_update_entity_v1_resource.py +4 -4
  115. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/audience_warning.py +3 -3
  116. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/automated_budget_configuration_v23_q1.py +3 -3
  117. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/basic_audience_definition.py +4 -4
  118. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/behavioral_v1.py +3 -3
  119. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/budget_automation.py +4 -4
  120. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/budget_automation_configuration.py +3 -3
  121. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_budget_automation_v23_q1.py +4 -4
  122. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_search_filters_v23_q1.py +3 -3
  123. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_search_request_v23_q1.py +4 -4
  124. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_spend_limit_v23_q1.py +4 -4
  125. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1.py +5 -5
  126. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_list_response.py +5 -5
  127. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_resource.py +4 -4
  128. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/campaign_v23_q1_response.py +5 -5
  129. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/common_problem.py +3 -3
  130. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1.py +3 -3
  131. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1_resource.py +4 -4
  132. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_statistics_entity_v1_response.py +5 -5
  133. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contact_list_v1.py +3 -3
  134. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment.py +4 -4
  135. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment_attributes.py +3 -3
  136. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_amendment_request.py +4 -4
  137. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_operation.py +4 -4
  138. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/contactlist_operation_attributes.py +3 -3
  139. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/coupon.py +4 -4
  140. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/coupon_supported_sizes.py +3 -3
  141. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_attribution_configuration_v24_q3.py +3 -3
  142. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_bidding_v24_q3.py +3 -3
  143. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_budget_v24_q3.py +3 -3
  144. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_geo_location_v24_q3.py +4 -4
  145. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_schedule_v24_q3.py +3 -3
  146. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_targeting_v24_q3.py +6 -6
  147. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3.py +8 -8
  148. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3_request.py +4 -4
  149. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_ad_set_v24_q3_resource.py +4 -4
  150. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign.py +5 -5
  151. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_request.py +4 -4
  152. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_resource.py +4 -4
  153. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_campaign_spend_limit.py +3 -3
  154. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_coupon.py +4 -4
  155. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/create_image_slide.py +3 -3
  156. criteo_api_marketingsolutions_v2025_10/model/create_product_filter_request.py +263 -0
  157. criteo_api_marketingsolutions_v2025_10/model/create_product_set_request.py +283 -0
  158. criteo_api_marketingsolutions_v2025_10/model/create_seller_budget_mapi_message.py +283 -0
  159. criteo_api_marketingsolutions_v2025_10/model/create_seller_campaign_message_mapi.py +267 -0
  160. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative.py +7 -7
  161. criteo_api_marketingsolutions_v2025_10/model/creative_read.py +327 -0
  162. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/creative_write.py +7 -7
  163. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/criteo_api_error.py +3 -3
  164. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/criteo_api_warning.py +3 -3
  165. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/delete_audience_contact_list_response.py +6 -6
  166. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/dynamic_attributes.py +4 -4
  167. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/dynamic_write_attributes.py +3 -3
  168. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/entity_of_portfolio_message.py +4 -4
  169. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/get_portfolio_response.py +6 -6
  170. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/html_tag_attributes.py +4 -4
  171. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/html_tag_write_attributes.py +4 -4
  172. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_attributes.py +3 -3
  173. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_set.py +4 -4
  174. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_set_base64.py +3 -3
  175. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_shape.py +3 -3
  176. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_slide.py +3 -3
  177. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/image_write_attributes.py +3 -3
  178. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1.py +3 -3
  179. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1_list_response.py +5 -5
  180. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_brand_entity_v1_resource.py +4 -4
  181. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1.py +3 -3
  182. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1_list_response.py +5 -5
  183. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_audience_segment_interest_entity_v1_resource.py +4 -4
  184. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_create_v1.py +3 -3
  185. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_size_estimation_v1.py +3 -3
  186. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_update_v1.py +4 -4
  187. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/in_market_v1.py +3 -3
  188. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_create_v1.py +4 -4
  189. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_size_estimation_v1.py +4 -4
  190. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_update_v1.py +4 -4
  191. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/location_v1.py +4 -4
  192. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_create_v1.py +3 -3
  193. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_update_v1.py +3 -3
  194. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/lookalike_v1.py +3 -3
  195. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/modify_audience_response.py +6 -6
  196. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_ad_set_targeting_rule_v24_q3.py +4 -4
  197. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_ad_set_targeting_rule_v24_q3_value.py +4 -4
  198. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_date_time.py +3 -3
  199. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_decimal.py +3 -3
  200. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_gender_v1.py +3 -3
  201. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_int32.py +3 -3
  202. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/nillable_string.py +3 -3
  203. criteo_api_marketingsolutions_v2025_10/model/outcome.py +279 -0
  204. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_attribution_configuration_v24_q3.py +3 -3
  205. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_bidding_v24_q3.py +4 -4
  206. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_budget_v24_q3.py +4 -4
  207. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid.py +3 -3
  208. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_list_request.py +4 -4
  209. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_resource.py +4 -4
  210. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_result_list_response.py +5 -5
  211. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_category_bid_result_resource.py +3 -3
  212. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier.py +3 -3
  213. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_list_request.py +4 -4
  214. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_resource.py +4 -4
  215. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_result_list_response.py +5 -5
  216. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_display_multiplier_result_resource.py +3 -3
  217. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_scheduling_v24_q3.py +4 -4
  218. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_ad_set_v24_q3.py +8 -8
  219. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign.py +5 -5
  220. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_list_request.py +4 -4
  221. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_spend_limit.py +4 -4
  222. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_campaign_write_resource.py +4 -4
  223. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_marketing_campaign_budget_automation.py +4 -4
  224. criteo_api_marketingsolutions_v2025_10/model/patch_product_set_request.py +283 -0
  225. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_result_campaign_list_response.py +5 -5
  226. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/patch_result_campaign_read_resource.py +3 -3
  227. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message.py +15 -11
  228. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message_list_request.py +4 -4
  229. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/placements_report_query_message_resource.py +4 -4
  230. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/point_of_interest_v1.py +3 -3
  231. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/portfolio_message.py +3 -3
  232. criteo_api_marketingsolutions_v2025_10/model/product_filter_config.py +275 -0
  233. criteo_api_marketingsolutions_v2025_10/model/product_set.py +340 -0
  234. criteo_api_marketingsolutions_v2025_10/model/product_set_rule.py +297 -0
  235. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_create_v1.py +3 -3
  236. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_update_v1.py +4 -4
  237. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/prospecting_v1.py +3 -3
  238. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_attribution_configuration_v24_q3.py +3 -3
  239. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_bidding_v24_q3.py +3 -3
  240. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_budget_v24_q3.py +3 -3
  241. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_schedule_v24_q3.py +4 -4
  242. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_ad_set_v24_q3.py +8 -8
  243. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_ad_set_id.py +3 -3
  244. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_ad_set_id_v24_q3.py +3 -3
  245. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/read_model_read_ad_set_v24_q3.py +4 -4
  246. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/requests_ad_set_id.py +4 -4
  247. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/requests_patch_ad_set_v24_q3.py +4 -4
  248. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_ad.py +5 -5
  249. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_collection_outcome_of_coupon.py +5 -5
  250. criteo_api_marketingsolutions_v2025_10/model/resource_collection_outcome_of_creative_read.py +281 -0
  251. criteo_api_marketingsolutions_v2025_10/model/resource_collection_outcome_of_product_set.py +287 -0
  252. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_ad_write.py +4 -4
  253. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_create_coupon.py +4 -4
  254. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_creative_write.py +4 -4
  255. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_input_of_update_coupon.py +4 -4
  256. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_ad.py +4 -4
  257. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_ad_write.py +4 -4
  258. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_coupon.py +4 -4
  259. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_coupon_supported_sizes.py +4 -4
  260. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_create_coupon.py +4 -4
  261. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative.py +4 -4
  262. criteo_api_marketingsolutions_v2025_10/model/resource_of_creative_read.py +277 -0
  263. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_creative_write.py +4 -4
  264. criteo_api_marketingsolutions_v2025_10/model/resource_of_product_set.py +277 -0
  265. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_of_update_coupon.py +4 -4
  266. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_ad.py +5 -5
  267. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_coupon.py +5 -5
  268. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_coupon_supported_sizes.py +5 -5
  269. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/resource_outcome_of_creative.py +5 -5
  270. criteo_api_marketingsolutions_v2025_10/model/resource_outcome_of_product_set.py +285 -0
  271. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/response_read_ad_set_v24_q3.py +5 -5
  272. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_ad_set_id.py +5 -5
  273. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_ad_set_id_v24_q3.py +5 -5
  274. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/responses_read_ad_set_v24_q3.py +5 -5
  275. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_create_v1.py +3 -3
  276. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_update_v1.py +3 -3
  277. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/retargeting_v1.py +3 -3
  278. criteo_api_marketingsolutions_v2025_10/model/seller_base.py +267 -0
  279. criteo_api_marketingsolutions_v2025_10/model/seller_budget_message.py +305 -0
  280. criteo_api_marketingsolutions_v2025_10/model/seller_budget_status_v2.py +291 -0
  281. criteo_api_marketingsolutions_v2025_10/model/seller_campaign_message.py +290 -0
  282. criteo_api_marketingsolutions_v2025_10/model/seller_campaign_suspension_reason.py +294 -0
  283. criteo_api_marketingsolutions_v2025_10/model/seller_campaign_update.py +267 -0
  284. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/size.py +3 -3
  285. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/statistics_report_query_message.py +251 -11
  286. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/tag.py +4 -4
  287. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message.py +15 -11
  288. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message_list_request.py +4 -4
  289. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transactions_report_query_message_resource.py +4 -4
  290. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_query_message.py +3 -3
  291. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report.py +4 -4
  292. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_file.py +3 -3
  293. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_list_response.py +5 -5
  294. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/transparency_report_resource.py +4 -4
  295. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/update_coupon.py +3 -3
  296. criteo_api_marketingsolutions_v2025_10/model/update_seller_budget_message.py +283 -0
  297. criteo_api_marketingsolutions_v2025_10/model/update_seller_budget_message_base.py +279 -0
  298. criteo_api_marketingsolutions_v2025_10/model/value_resource_collection_outcome_of_product_filter_config.py +281 -0
  299. criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_create_product_filter_request.py +269 -0
  300. criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_create_product_set_request.py +269 -0
  301. criteo_api_marketingsolutions_v2025_10/model/value_resource_input_of_patch_product_set_request.py +269 -0
  302. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_create_product_filter_request.py +273 -0
  303. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_create_product_set_request.py +273 -0
  304. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_patch_product_set_request.py +273 -0
  305. criteo_api_marketingsolutions_v2025_10/model/value_resource_of_product_filter_config.py +273 -0
  306. criteo_api_marketingsolutions_v2025_10/model/value_resource_outcome_of_product_filter_config.py +281 -0
  307. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/video_detail.py +3 -3
  308. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/write_model_ad_set_id.py +3 -3
  309. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model/write_model_patch_ad_set_v24_q3.py +4 -4
  310. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/model_utils.py +2 -2
  311. criteo_api_marketingsolutions_v2025_10/models/__init__.py +299 -0
  312. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/rest.py +2 -2
  313. criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info/RECORD +0 -278
  314. criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info/top_level.txt +0 -1
  315. criteo_api_marketingsolutions_v2025_07/__init__.py +0 -31
  316. criteo_api_marketingsolutions_v2025_07/api/campaign_api.py +0 -2144
  317. criteo_api_marketingsolutions_v2025_07/apis/__init__.py +0 -22
  318. criteo_api_marketingsolutions_v2025_07/model/error_code_response.py +0 -281
  319. criteo_api_marketingsolutions_v2025_07/model/outcome.py +0 -268
  320. criteo_api_marketingsolutions_v2025_07/models/__init__.py +0 -264
  321. {criteo_api_marketingsolutions_sdk-2025.7.0.250811.dist-info → criteo_api_marketingsolutions_sdk-2025.10.0.251112.dist-info}/WHEEL +0 -0
  322. {criteo_api_marketingsolutions_v2025_07 → criteo_api_marketingsolutions_v2025_10}/flow_constants.py +0 -0
@@ -3,7 +3,7 @@
3
3
 
4
4
  Criteo API - MarketingSolutions # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2025-07
6
+ The version of the OpenAPI document: 2025-10
7
7
  Generated by: https://openapi-generator.tech
8
8
  """
9
9
 
@@ -11,8 +11,8 @@
11
11
  import re # noqa: F401
12
12
  import sys # noqa: F401
13
13
 
14
- from criteo_api_marketingsolutions_v2025_07.api_client import ApiClient, Endpoint as _Endpoint
15
- from criteo_api_marketingsolutions_v2025_07.model_utils import ( # noqa: F401
14
+ from criteo_api_marketingsolutions_v2025_10.api_client import ApiClient, Endpoint as _Endpoint
15
+ from criteo_api_marketingsolutions_v2025_10.model_utils import ( # noqa: F401
16
16
  check_allowed_values,
17
17
  check_validations,
18
18
  date,
@@ -21,35 +21,34 @@ from criteo_api_marketingsolutions_v2025_07.model_utils import ( # noqa: F401
21
21
  none_type,
22
22
  validate_and_convert_types
23
23
  )
24
- from criteo_api_marketingsolutions_v2025_07.model.audience_bulk_create_input_v1 import AudienceBulkCreateInputV1
25
- from criteo_api_marketingsolutions_v2025_07.model.audience_bulk_delete_input_v1 import AudienceBulkDeleteInputV1
26
- from criteo_api_marketingsolutions_v2025_07.model.audience_bulk_update_input_v1 import AudienceBulkUpdateInputV1
27
- from criteo_api_marketingsolutions_v2025_07.model.audience_compute_sizes_input_v1 import AudienceComputeSizesInputV1
28
- from criteo_api_marketingsolutions_v2025_07.model.audience_entity_v1_audience_search_metadata_v1_list_response import AudienceEntityV1AudienceSearchMetadataV1ListResponse
29
- from criteo_api_marketingsolutions_v2025_07.model.audience_entity_v1_list_response import AudienceEntityV1ListResponse
30
- from criteo_api_marketingsolutions_v2025_07.model.audience_estimate_size_input_v1 import AudienceEstimateSizeInputV1
31
- from criteo_api_marketingsolutions_v2025_07.model.audience_id_entity_v1_list_response import AudienceIdEntityV1ListResponse
32
- from criteo_api_marketingsolutions_v2025_07.model.audience_search_input_v1 import AudienceSearchInputV1
33
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_bulk_create_input_v1 import AudienceSegmentBulkCreateInputV1
34
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_bulk_delete_input_v1 import AudienceSegmentBulkDeleteInputV1
35
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_bulk_update_input_v1 import AudienceSegmentBulkUpdateInputV1
36
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_compute_sizes_input_v1 import AudienceSegmentComputeSizesInputV1
37
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response import AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse
38
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_entity_v1_list_response import AudienceSegmentEntityV1ListResponse
39
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_estimate_size_input_v1 import AudienceSegmentEstimateSizeInputV1
40
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_id_entity_v1_list_response import AudienceSegmentIdEntityV1ListResponse
41
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_search_input_v1 import AudienceSegmentSearchInputV1
42
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_size_entity_v1_list_response import AudienceSegmentSizeEntityV1ListResponse
43
- from criteo_api_marketingsolutions_v2025_07.model.audience_segment_size_estimation_v1_response import AudienceSegmentSizeEstimationV1Response
44
- from criteo_api_marketingsolutions_v2025_07.model.audience_size_entity_v1_list_response import AudienceSizeEntityV1ListResponse
45
- from criteo_api_marketingsolutions_v2025_07.model.audience_size_estimation_v1_response import AudienceSizeEstimationV1Response
46
- from criteo_api_marketingsolutions_v2025_07.model.contact_list_statistics_entity_v1_response import ContactListStatisticsEntityV1Response
47
- from criteo_api_marketingsolutions_v2025_07.model.contactlist_amendment_request import ContactlistAmendmentRequest
48
- from criteo_api_marketingsolutions_v2025_07.model.delete_audience_contact_list_response import DeleteAudienceContactListResponse
49
- from criteo_api_marketingsolutions_v2025_07.model.error_code_response import ErrorCodeResponse
50
- from criteo_api_marketingsolutions_v2025_07.model.in_market_audience_segment_brand_entity_v1_list_response import InMarketAudienceSegmentBrandEntityV1ListResponse
51
- from criteo_api_marketingsolutions_v2025_07.model.in_market_audience_segment_interest_entity_v1_list_response import InMarketAudienceSegmentInterestEntityV1ListResponse
52
- from criteo_api_marketingsolutions_v2025_07.model.modify_audience_response import ModifyAudienceResponse
24
+ from criteo_api_marketingsolutions_v2025_10.model.audience_bulk_create_input_v1 import AudienceBulkCreateInputV1
25
+ from criteo_api_marketingsolutions_v2025_10.model.audience_bulk_delete_input_v1 import AudienceBulkDeleteInputV1
26
+ from criteo_api_marketingsolutions_v2025_10.model.audience_bulk_update_input_v1 import AudienceBulkUpdateInputV1
27
+ from criteo_api_marketingsolutions_v2025_10.model.audience_compute_sizes_input_v1 import AudienceComputeSizesInputV1
28
+ from criteo_api_marketingsolutions_v2025_10.model.audience_entity_v1_audience_search_metadata_v1_list_response import AudienceEntityV1AudienceSearchMetadataV1ListResponse
29
+ from criteo_api_marketingsolutions_v2025_10.model.audience_entity_v1_list_response import AudienceEntityV1ListResponse
30
+ from criteo_api_marketingsolutions_v2025_10.model.audience_estimate_size_input_v1 import AudienceEstimateSizeInputV1
31
+ from criteo_api_marketingsolutions_v2025_10.model.audience_id_entity_v1_list_response import AudienceIdEntityV1ListResponse
32
+ from criteo_api_marketingsolutions_v2025_10.model.audience_search_input_v1 import AudienceSearchInputV1
33
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_bulk_create_input_v1 import AudienceSegmentBulkCreateInputV1
34
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_bulk_delete_input_v1 import AudienceSegmentBulkDeleteInputV1
35
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_bulk_update_input_v1 import AudienceSegmentBulkUpdateInputV1
36
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_compute_sizes_input_v1 import AudienceSegmentComputeSizesInputV1
37
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response import AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse
38
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_entity_v1_list_response import AudienceSegmentEntityV1ListResponse
39
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_estimate_size_input_v1 import AudienceSegmentEstimateSizeInputV1
40
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_id_entity_v1_list_response import AudienceSegmentIdEntityV1ListResponse
41
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_search_input_v1 import AudienceSegmentSearchInputV1
42
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_size_entity_v1_list_response import AudienceSegmentSizeEntityV1ListResponse
43
+ from criteo_api_marketingsolutions_v2025_10.model.audience_segment_size_estimation_v1_response import AudienceSegmentSizeEstimationV1Response
44
+ from criteo_api_marketingsolutions_v2025_10.model.audience_size_entity_v1_list_response import AudienceSizeEntityV1ListResponse
45
+ from criteo_api_marketingsolutions_v2025_10.model.audience_size_estimation_v1_response import AudienceSizeEstimationV1Response
46
+ from criteo_api_marketingsolutions_v2025_10.model.contact_list_statistics_entity_v1_response import ContactListStatisticsEntityV1Response
47
+ from criteo_api_marketingsolutions_v2025_10.model.contactlist_amendment_request import ContactlistAmendmentRequest
48
+ from criteo_api_marketingsolutions_v2025_10.model.delete_audience_contact_list_response import DeleteAudienceContactListResponse
49
+ from criteo_api_marketingsolutions_v2025_10.model.in_market_audience_segment_brand_entity_v1_list_response import InMarketAudienceSegmentBrandEntityV1ListResponse
50
+ from criteo_api_marketingsolutions_v2025_10.model.in_market_audience_segment_interest_entity_v1_list_response import InMarketAudienceSegmentInterestEntityV1ListResponse
51
+ from criteo_api_marketingsolutions_v2025_10.model.modify_audience_response import ModifyAudienceResponse
53
52
 
54
53
 
55
54
  class AudienceApi(object):
@@ -63,24 +62,24 @@ class AudienceApi(object):
63
62
  if api_client is None:
64
63
  api_client = ApiClient()
65
64
  self.api_client = api_client
66
- self.bulk_create_audience_segments_endpoint = _Endpoint(
65
+ self.call_10_audiences_audience_segment_id_contactlist_delete_endpoint = _Endpoint(
67
66
  settings={
68
- 'response_type': (AudienceSegmentEntityV1ListResponse,),
67
+ 'response_type': (DeleteAudienceContactListResponse,),
69
68
  'auth': [
70
69
  'oauth',
71
70
  'oauth'
72
71
  ],
73
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/create',
74
- 'operation_id': 'bulk_create_audience_segments',
75
- 'http_method': 'POST',
72
+ 'endpoint_path': '/2025-10/audiences/{audience-segment-id}/contactlist',
73
+ 'operation_id': 'call_10_audiences_audience_segment_id_contactlist_delete',
74
+ 'http_method': 'DELETE',
76
75
  'servers': None,
77
76
  },
78
77
  params_map={
79
78
  'all': [
80
- 'audience_segment_bulk_create_input_v1',
79
+ 'audience_segment_id',
81
80
  ],
82
81
  'required': [
83
- 'audience_segment_bulk_create_input_v1',
82
+ 'audience_segment_id',
84
83
  ],
85
84
  'nullable': [
86
85
  ],
@@ -95,50 +94,46 @@ class AudienceApi(object):
95
94
  'allowed_values': {
96
95
  },
97
96
  'openapi_types': {
98
- 'audience_segment_bulk_create_input_v1':
99
- (AudienceSegmentBulkCreateInputV1,),
97
+ 'audience_segment_id':
98
+ (str,),
100
99
  },
101
100
  'attribute_map': {
101
+ 'audience_segment_id': 'audience-segment-id',
102
102
  },
103
103
  'location_map': {
104
- 'audience_segment_bulk_create_input_v1': 'body',
104
+ 'audience_segment_id': 'path',
105
105
  },
106
106
  'collection_format_map': {
107
107
  }
108
108
  },
109
109
  headers_map={
110
110
  'accept': [
111
- 'text/plain',
112
- 'application/json',
113
- 'text/json'
111
+ 'application/json'
114
112
  ],
115
- 'content_type': [
116
- 'application/json-patch+json',
117
- 'application/json',
118
- 'text/json',
119
- 'application/*+json'
120
- ]
113
+ 'content_type': [],
121
114
  },
122
115
  api_client=api_client
123
116
  )
124
- self.bulk_create_audiences_endpoint = _Endpoint(
117
+ self.call_10_audiences_audience_segment_id_contactlist_patch_endpoint = _Endpoint(
125
118
  settings={
126
- 'response_type': (AudienceEntityV1ListResponse,),
119
+ 'response_type': (ModifyAudienceResponse,),
127
120
  'auth': [
128
121
  'oauth',
129
122
  'oauth'
130
123
  ],
131
- 'endpoint_path': '/2025-07/marketing-solutions/audiences/create',
132
- 'operation_id': 'bulk_create_audiences',
133
- 'http_method': 'POST',
124
+ 'endpoint_path': '/2025-10/audiences/{audience-segment-id}/contactlist',
125
+ 'operation_id': 'call_10_audiences_audience_segment_id_contactlist_patch',
126
+ 'http_method': 'PATCH',
134
127
  'servers': None,
135
128
  },
136
129
  params_map={
137
130
  'all': [
138
- 'audience_bulk_create_input_v1',
131
+ 'audience_segment_id',
132
+ 'contactlist_amendment_request',
139
133
  ],
140
134
  'required': [
141
- 'audience_bulk_create_input_v1',
135
+ 'audience_segment_id',
136
+ 'contactlist_amendment_request',
142
137
  ],
143
138
  'nullable': [
144
139
  ],
@@ -153,50 +148,49 @@ class AudienceApi(object):
153
148
  'allowed_values': {
154
149
  },
155
150
  'openapi_types': {
156
- 'audience_bulk_create_input_v1':
157
- (AudienceBulkCreateInputV1,),
151
+ 'audience_segment_id':
152
+ (str,),
153
+ 'contactlist_amendment_request':
154
+ (ContactlistAmendmentRequest,),
158
155
  },
159
156
  'attribute_map': {
157
+ 'audience_segment_id': 'audience-segment-id',
160
158
  },
161
159
  'location_map': {
162
- 'audience_bulk_create_input_v1': 'body',
160
+ 'audience_segment_id': 'path',
161
+ 'contactlist_amendment_request': 'body',
163
162
  },
164
163
  'collection_format_map': {
165
164
  }
166
165
  },
167
166
  headers_map={
168
167
  'accept': [
169
- 'text/plain',
170
- 'application/json',
171
- 'text/json'
168
+ 'application/json'
172
169
  ],
173
170
  'content_type': [
174
- 'application/json-patch+json',
175
- 'application/json',
176
- 'text/json',
177
- 'application/*+json'
171
+ 'application/json'
178
172
  ]
179
173
  },
180
174
  api_client=api_client
181
175
  )
182
- self.bulk_delete_audience_segments_endpoint = _Endpoint(
176
+ self.call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint = _Endpoint(
183
177
  settings={
184
- 'response_type': (AudienceSegmentIdEntityV1ListResponse,),
178
+ 'response_type': (DeleteAudienceContactListResponse,),
185
179
  'auth': [
186
180
  'oauth',
187
181
  'oauth'
188
182
  ],
189
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/delete',
190
- 'operation_id': 'bulk_delete_audience_segments',
191
- 'http_method': 'POST',
183
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
184
+ 'operation_id': 'call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete',
185
+ 'http_method': 'DELETE',
192
186
  'servers': None,
193
187
  },
194
188
  params_map={
195
189
  'all': [
196
- 'audience_segment_bulk_delete_input_v1',
190
+ 'audience_segment_id',
197
191
  ],
198
192
  'required': [
199
- 'audience_segment_bulk_delete_input_v1',
193
+ 'audience_segment_id',
200
194
  ],
201
195
  'nullable': [
202
196
  ],
@@ -211,50 +205,46 @@ class AudienceApi(object):
211
205
  'allowed_values': {
212
206
  },
213
207
  'openapi_types': {
214
- 'audience_segment_bulk_delete_input_v1':
215
- (AudienceSegmentBulkDeleteInputV1,),
208
+ 'audience_segment_id':
209
+ (str,),
216
210
  },
217
211
  'attribute_map': {
212
+ 'audience_segment_id': 'audience-segment-id',
218
213
  },
219
214
  'location_map': {
220
- 'audience_segment_bulk_delete_input_v1': 'body',
215
+ 'audience_segment_id': 'path',
221
216
  },
222
217
  'collection_format_map': {
223
218
  }
224
219
  },
225
220
  headers_map={
226
221
  'accept': [
227
- 'text/plain',
228
- 'application/json',
229
- 'text/json'
222
+ 'application/json'
230
223
  ],
231
- 'content_type': [
232
- 'application/json-patch+json',
233
- 'application/json',
234
- 'text/json',
235
- 'application/*+json'
236
- ]
224
+ 'content_type': [],
237
225
  },
238
226
  api_client=api_client
239
227
  )
240
- self.bulk_delete_audiences_endpoint = _Endpoint(
228
+ self.call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint = _Endpoint(
241
229
  settings={
242
- 'response_type': (AudienceIdEntityV1ListResponse,),
230
+ 'response_type': (ModifyAudienceResponse,),
243
231
  'auth': [
244
232
  'oauth',
245
233
  'oauth'
246
234
  ],
247
- 'endpoint_path': '/2025-07/marketing-solutions/audiences/delete',
248
- 'operation_id': 'bulk_delete_audiences',
249
- 'http_method': 'POST',
235
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
236
+ 'operation_id': 'call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch',
237
+ 'http_method': 'PATCH',
250
238
  'servers': None,
251
239
  },
252
240
  params_map={
253
241
  'all': [
254
- 'audience_bulk_delete_input_v1',
242
+ 'audience_segment_id',
243
+ 'contactlist_amendment_request',
255
244
  ],
256
245
  'required': [
257
- 'audience_bulk_delete_input_v1',
246
+ 'audience_segment_id',
247
+ 'contactlist_amendment_request',
258
248
  ],
259
249
  'nullable': [
260
250
  ],
@@ -269,50 +259,49 @@ class AudienceApi(object):
269
259
  'allowed_values': {
270
260
  },
271
261
  'openapi_types': {
272
- 'audience_bulk_delete_input_v1':
273
- (AudienceBulkDeleteInputV1,),
262
+ 'audience_segment_id':
263
+ (str,),
264
+ 'contactlist_amendment_request':
265
+ (ContactlistAmendmentRequest,),
274
266
  },
275
267
  'attribute_map': {
268
+ 'audience_segment_id': 'audience-segment-id',
276
269
  },
277
270
  'location_map': {
278
- 'audience_bulk_delete_input_v1': 'body',
271
+ 'audience_segment_id': 'path',
272
+ 'contactlist_amendment_request': 'body',
279
273
  },
280
274
  'collection_format_map': {
281
275
  }
282
276
  },
283
277
  headers_map={
284
278
  'accept': [
285
- 'text/plain',
286
- 'application/json',
287
- 'text/json'
279
+ 'application/json'
288
280
  ],
289
281
  'content_type': [
290
- 'application/json-patch+json',
291
- 'application/json',
292
- 'text/json',
293
- 'application/*+json'
282
+ 'application/json'
294
283
  ]
295
284
  },
296
285
  api_client=api_client
297
286
  )
298
- self.bulk_update_audience_segments_endpoint = _Endpoint(
287
+ self.compute_audience_segments_sizes_endpoint = _Endpoint(
299
288
  settings={
300
- 'response_type': (AudienceSegmentEntityV1ListResponse,),
289
+ 'response_type': (AudienceSegmentSizeEntityV1ListResponse,),
301
290
  'auth': [
302
291
  'oauth',
303
292
  'oauth'
304
293
  ],
305
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments',
306
- 'operation_id': 'bulk_update_audience_segments',
307
- 'http_method': 'PATCH',
294
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/compute-sizes',
295
+ 'operation_id': 'compute_audience_segments_sizes',
296
+ 'http_method': 'POST',
308
297
  'servers': None,
309
298
  },
310
299
  params_map={
311
300
  'all': [
312
- 'audience_segment_bulk_update_input_v1',
301
+ 'audience_segment_compute_sizes_input_v1',
313
302
  ],
314
303
  'required': [
315
- 'audience_segment_bulk_update_input_v1',
304
+ 'audience_segment_compute_sizes_input_v1',
316
305
  ],
317
306
  'nullable': [
318
307
  ],
@@ -327,50 +316,45 @@ class AudienceApi(object):
327
316
  'allowed_values': {
328
317
  },
329
318
  'openapi_types': {
330
- 'audience_segment_bulk_update_input_v1':
331
- (AudienceSegmentBulkUpdateInputV1,),
319
+ 'audience_segment_compute_sizes_input_v1':
320
+ (AudienceSegmentComputeSizesInputV1,),
332
321
  },
333
322
  'attribute_map': {
334
323
  },
335
324
  'location_map': {
336
- 'audience_segment_bulk_update_input_v1': 'body',
325
+ 'audience_segment_compute_sizes_input_v1': 'body',
337
326
  },
338
327
  'collection_format_map': {
339
328
  }
340
329
  },
341
330
  headers_map={
342
331
  'accept': [
343
- 'text/plain',
344
- 'application/json',
345
- 'text/json'
332
+ 'application/json'
346
333
  ],
347
334
  'content_type': [
348
- 'application/json-patch+json',
349
- 'application/json',
350
- 'text/json',
351
- 'application/*+json'
335
+ 'application/json'
352
336
  ]
353
337
  },
354
338
  api_client=api_client
355
339
  )
356
- self.bulk_update_audiences_endpoint = _Endpoint(
340
+ self.compute_audiences_sizes_endpoint = _Endpoint(
357
341
  settings={
358
- 'response_type': (AudienceEntityV1ListResponse,),
342
+ 'response_type': (AudienceSizeEntityV1ListResponse,),
359
343
  'auth': [
360
344
  'oauth',
361
345
  'oauth'
362
346
  ],
363
- 'endpoint_path': '/2025-07/marketing-solutions/audiences',
364
- 'operation_id': 'bulk_update_audiences',
365
- 'http_method': 'PATCH',
347
+ 'endpoint_path': '/2025-10/marketing-solutions/audiences/compute-sizes',
348
+ 'operation_id': 'compute_audiences_sizes',
349
+ 'http_method': 'POST',
366
350
  'servers': None,
367
351
  },
368
352
  params_map={
369
353
  'all': [
370
- 'audience_bulk_update_input_v1',
354
+ 'audience_compute_sizes_input_v1',
371
355
  ],
372
356
  'required': [
373
- 'audience_bulk_update_input_v1',
357
+ 'audience_compute_sizes_input_v1',
374
358
  ],
375
359
  'nullable': [
376
360
  ],
@@ -385,50 +369,45 @@ class AudienceApi(object):
385
369
  'allowed_values': {
386
370
  },
387
371
  'openapi_types': {
388
- 'audience_bulk_update_input_v1':
389
- (AudienceBulkUpdateInputV1,),
372
+ 'audience_compute_sizes_input_v1':
373
+ (AudienceComputeSizesInputV1,),
390
374
  },
391
375
  'attribute_map': {
392
376
  },
393
377
  'location_map': {
394
- 'audience_bulk_update_input_v1': 'body',
378
+ 'audience_compute_sizes_input_v1': 'body',
395
379
  },
396
380
  'collection_format_map': {
397
381
  }
398
382
  },
399
383
  headers_map={
400
384
  'accept': [
401
- 'text/plain',
402
- 'application/json',
403
- 'text/json'
385
+ 'application/json'
404
386
  ],
405
387
  'content_type': [
406
- 'application/json-patch+json',
407
- 'application/json',
408
- 'text/json',
409
- 'application/*+json'
388
+ 'application/json'
410
389
  ]
411
390
  },
412
391
  api_client=api_client
413
392
  )
414
- self.call_07_audiences_audience_segment_id_contactlist_delete_endpoint = _Endpoint(
393
+ self.create_audience_segments_endpoint = _Endpoint(
415
394
  settings={
416
- 'response_type': (DeleteAudienceContactListResponse,),
395
+ 'response_type': (AudienceSegmentEntityV1ListResponse,),
417
396
  'auth': [
418
397
  'oauth',
419
398
  'oauth'
420
399
  ],
421
- 'endpoint_path': '/2025-07/audiences/{audience-segment-id}/contactlist',
422
- 'operation_id': 'call_07_audiences_audience_segment_id_contactlist_delete',
423
- 'http_method': 'DELETE',
400
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/create',
401
+ 'operation_id': 'create_audience_segments',
402
+ 'http_method': 'POST',
424
403
  'servers': None,
425
404
  },
426
405
  params_map={
427
406
  'all': [
428
- 'audience_segment_id',
407
+ 'audience_segment_bulk_create_input_v1',
429
408
  ],
430
409
  'required': [
431
- 'audience_segment_id',
410
+ 'audience_segment_bulk_create_input_v1',
432
411
  ],
433
412
  'nullable': [
434
413
  ],
@@ -443,14 +422,13 @@ class AudienceApi(object):
443
422
  'allowed_values': {
444
423
  },
445
424
  'openapi_types': {
446
- 'audience_segment_id':
447
- (str,),
425
+ 'audience_segment_bulk_create_input_v1':
426
+ (AudienceSegmentBulkCreateInputV1,),
448
427
  },
449
428
  'attribute_map': {
450
- 'audience_segment_id': 'audience-segment-id',
451
429
  },
452
430
  'location_map': {
453
- 'audience_segment_id': 'path',
431
+ 'audience_segment_bulk_create_input_v1': 'body',
454
432
  },
455
433
  'collection_format_map': {
456
434
  }
@@ -459,30 +437,30 @@ class AudienceApi(object):
459
437
  'accept': [
460
438
  'application/json'
461
439
  ],
462
- 'content_type': [],
440
+ 'content_type': [
441
+ 'application/json'
442
+ ]
463
443
  },
464
444
  api_client=api_client
465
445
  )
466
- self.call_07_audiences_audience_segment_id_contactlist_patch_endpoint = _Endpoint(
446
+ self.create_audiences_endpoint = _Endpoint(
467
447
  settings={
468
- 'response_type': (ModifyAudienceResponse,),
448
+ 'response_type': (AudienceEntityV1ListResponse,),
469
449
  'auth': [
470
450
  'oauth',
471
451
  'oauth'
472
452
  ],
473
- 'endpoint_path': '/2025-07/audiences/{audience-segment-id}/contactlist',
474
- 'operation_id': 'call_07_audiences_audience_segment_id_contactlist_patch',
475
- 'http_method': 'PATCH',
453
+ 'endpoint_path': '/2025-10/marketing-solutions/audiences/create',
454
+ 'operation_id': 'create_audiences',
455
+ 'http_method': 'POST',
476
456
  'servers': None,
477
457
  },
478
458
  params_map={
479
459
  'all': [
480
- 'audience_segment_id',
481
- 'contactlist_amendment_request',
460
+ 'audience_bulk_create_input_v1',
482
461
  ],
483
462
  'required': [
484
- 'audience_segment_id',
485
- 'contactlist_amendment_request',
463
+ 'audience_bulk_create_input_v1',
486
464
  ],
487
465
  'nullable': [
488
466
  ],
@@ -497,17 +475,13 @@ class AudienceApi(object):
497
475
  'allowed_values': {
498
476
  },
499
477
  'openapi_types': {
500
- 'audience_segment_id':
501
- (str,),
502
- 'contactlist_amendment_request':
503
- (ContactlistAmendmentRequest,),
478
+ 'audience_bulk_create_input_v1':
479
+ (AudienceBulkCreateInputV1,),
504
480
  },
505
481
  'attribute_map': {
506
- 'audience_segment_id': 'audience-segment-id',
507
482
  },
508
483
  'location_map': {
509
- 'audience_segment_id': 'path',
510
- 'contactlist_amendment_request': 'body',
484
+ 'audience_bulk_create_input_v1': 'body',
511
485
  },
512
486
  'collection_format_map': {
513
487
  }
@@ -522,24 +496,24 @@ class AudienceApi(object):
522
496
  },
523
497
  api_client=api_client
524
498
  )
525
- self.call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint = _Endpoint(
499
+ self.delete_audience_segments_endpoint = _Endpoint(
526
500
  settings={
527
- 'response_type': (DeleteAudienceContactListResponse,),
501
+ 'response_type': (AudienceSegmentIdEntityV1ListResponse,),
528
502
  'auth': [
529
503
  'oauth',
530
504
  'oauth'
531
505
  ],
532
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
533
- 'operation_id': 'call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete',
534
- 'http_method': 'DELETE',
506
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/delete',
507
+ 'operation_id': 'delete_audience_segments',
508
+ 'http_method': 'POST',
535
509
  'servers': None,
536
510
  },
537
511
  params_map={
538
512
  'all': [
539
- 'audience_segment_id',
513
+ 'audience_segment_bulk_delete_input_v1',
540
514
  ],
541
515
  'required': [
542
- 'audience_segment_id',
516
+ 'audience_segment_bulk_delete_input_v1',
543
517
  ],
544
518
  'nullable': [
545
519
  ],
@@ -554,14 +528,13 @@ class AudienceApi(object):
554
528
  'allowed_values': {
555
529
  },
556
530
  'openapi_types': {
557
- 'audience_segment_id':
558
- (str,),
531
+ 'audience_segment_bulk_delete_input_v1':
532
+ (AudienceSegmentBulkDeleteInputV1,),
559
533
  },
560
534
  'attribute_map': {
561
- 'audience_segment_id': 'audience-segment-id',
562
535
  },
563
536
  'location_map': {
564
- 'audience_segment_id': 'path',
537
+ 'audience_segment_bulk_delete_input_v1': 'body',
565
538
  },
566
539
  'collection_format_map': {
567
540
  }
@@ -570,30 +543,30 @@ class AudienceApi(object):
570
543
  'accept': [
571
544
  'application/json'
572
545
  ],
573
- 'content_type': [],
546
+ 'content_type': [
547
+ 'application/json'
548
+ ]
574
549
  },
575
550
  api_client=api_client
576
551
  )
577
- self.call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint = _Endpoint(
552
+ self.delete_audiences_endpoint = _Endpoint(
578
553
  settings={
579
- 'response_type': (ModifyAudienceResponse,),
554
+ 'response_type': (AudienceIdEntityV1ListResponse,),
580
555
  'auth': [
581
556
  'oauth',
582
557
  'oauth'
583
558
  ],
584
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
585
- 'operation_id': 'call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch',
586
- 'http_method': 'PATCH',
559
+ 'endpoint_path': '/2025-10/marketing-solutions/audiences/delete',
560
+ 'operation_id': 'delete_audiences',
561
+ 'http_method': 'POST',
587
562
  'servers': None,
588
563
  },
589
564
  params_map={
590
565
  'all': [
591
- 'audience_segment_id',
592
- 'contactlist_amendment_request',
566
+ 'audience_bulk_delete_input_v1',
593
567
  ],
594
568
  'required': [
595
- 'audience_segment_id',
596
- 'contactlist_amendment_request',
569
+ 'audience_bulk_delete_input_v1',
597
570
  ],
598
571
  'nullable': [
599
572
  ],
@@ -608,17 +581,13 @@ class AudienceApi(object):
608
581
  'allowed_values': {
609
582
  },
610
583
  'openapi_types': {
611
- 'audience_segment_id':
612
- (str,),
613
- 'contactlist_amendment_request':
614
- (ContactlistAmendmentRequest,),
584
+ 'audience_bulk_delete_input_v1':
585
+ (AudienceBulkDeleteInputV1,),
615
586
  },
616
587
  'attribute_map': {
617
- 'audience_segment_id': 'audience-segment-id',
618
588
  },
619
589
  'location_map': {
620
- 'audience_segment_id': 'path',
621
- 'contactlist_amendment_request': 'body',
590
+ 'audience_bulk_delete_input_v1': 'body',
622
591
  },
623
592
  'collection_format_map': {
624
593
  }
@@ -633,24 +602,24 @@ class AudienceApi(object):
633
602
  },
634
603
  api_client=api_client
635
604
  )
636
- self.compute_audience_segments_sizes_endpoint = _Endpoint(
605
+ self.estimate_audience_segments_sizes_endpoint = _Endpoint(
637
606
  settings={
638
- 'response_type': (AudienceSegmentSizeEntityV1ListResponse,),
607
+ 'response_type': (AudienceSegmentSizeEstimationV1Response,),
639
608
  'auth': [
640
609
  'oauth',
641
610
  'oauth'
642
611
  ],
643
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/compute-sizes',
644
- 'operation_id': 'compute_audience_segments_sizes',
612
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/estimate-size',
613
+ 'operation_id': 'estimate_audience_segments_sizes',
645
614
  'http_method': 'POST',
646
615
  'servers': None,
647
616
  },
648
617
  params_map={
649
618
  'all': [
650
- 'audience_segment_compute_sizes_input_v1',
619
+ 'audience_segment_estimate_size_input_v1',
651
620
  ],
652
621
  'required': [
653
- 'audience_segment_compute_sizes_input_v1',
622
+ 'audience_segment_estimate_size_input_v1',
654
623
  ],
655
624
  'nullable': [
656
625
  ],
@@ -665,50 +634,45 @@ class AudienceApi(object):
665
634
  'allowed_values': {
666
635
  },
667
636
  'openapi_types': {
668
- 'audience_segment_compute_sizes_input_v1':
669
- (AudienceSegmentComputeSizesInputV1,),
637
+ 'audience_segment_estimate_size_input_v1':
638
+ (AudienceSegmentEstimateSizeInputV1,),
670
639
  },
671
640
  'attribute_map': {
672
641
  },
673
642
  'location_map': {
674
- 'audience_segment_compute_sizes_input_v1': 'body',
643
+ 'audience_segment_estimate_size_input_v1': 'body',
675
644
  },
676
645
  'collection_format_map': {
677
646
  }
678
647
  },
679
648
  headers_map={
680
649
  'accept': [
681
- 'text/plain',
682
- 'application/json',
683
- 'text/json'
650
+ 'application/json'
684
651
  ],
685
652
  'content_type': [
686
- 'application/json-patch+json',
687
- 'application/json',
688
- 'text/json',
689
- 'application/*+json'
653
+ 'application/json'
690
654
  ]
691
655
  },
692
656
  api_client=api_client
693
657
  )
694
- self.compute_audiences_sizes_endpoint = _Endpoint(
658
+ self.estimate_audiences_sizes_endpoint = _Endpoint(
695
659
  settings={
696
- 'response_type': (AudienceSizeEntityV1ListResponse,),
660
+ 'response_type': (AudienceSizeEstimationV1Response,),
697
661
  'auth': [
698
662
  'oauth',
699
663
  'oauth'
700
664
  ],
701
- 'endpoint_path': '/2025-07/marketing-solutions/audiences/compute-sizes',
702
- 'operation_id': 'compute_audiences_sizes',
665
+ 'endpoint_path': '/2025-10/marketing-solutions/audiences/estimate-size',
666
+ 'operation_id': 'estimate_audiences_sizes',
703
667
  'http_method': 'POST',
704
668
  'servers': None,
705
669
  },
706
670
  params_map={
707
671
  'all': [
708
- 'audience_compute_sizes_input_v1',
672
+ 'audience_estimate_size_input_v1',
709
673
  ],
710
674
  'required': [
711
- 'audience_compute_sizes_input_v1',
675
+ 'audience_estimate_size_input_v1',
712
676
  ],
713
677
  'nullable': [
714
678
  ],
@@ -723,50 +687,45 @@ class AudienceApi(object):
723
687
  'allowed_values': {
724
688
  },
725
689
  'openapi_types': {
726
- 'audience_compute_sizes_input_v1':
727
- (AudienceComputeSizesInputV1,),
690
+ 'audience_estimate_size_input_v1':
691
+ (AudienceEstimateSizeInputV1,),
728
692
  },
729
693
  'attribute_map': {
730
694
  },
731
695
  'location_map': {
732
- 'audience_compute_sizes_input_v1': 'body',
696
+ 'audience_estimate_size_input_v1': 'body',
733
697
  },
734
698
  'collection_format_map': {
735
699
  }
736
700
  },
737
701
  headers_map={
738
702
  'accept': [
739
- 'text/plain',
740
- 'application/json',
741
- 'text/json'
703
+ 'application/json'
742
704
  ],
743
705
  'content_type': [
744
- 'application/json-patch+json',
745
- 'application/json',
746
- 'text/json',
747
- 'application/*+json'
706
+ 'application/json'
748
707
  ]
749
708
  },
750
709
  api_client=api_client
751
710
  )
752
- self.estimate_audience_segment_size_endpoint = _Endpoint(
711
+ self.get_audience_segment_contact_list_statistics_endpoint = _Endpoint(
753
712
  settings={
754
- 'response_type': (AudienceSegmentSizeEstimationV1Response,),
713
+ 'response_type': (ContactListStatisticsEntityV1Response,),
755
714
  'auth': [
756
715
  'oauth',
757
716
  'oauth'
758
717
  ],
759
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/estimate-size',
760
- 'operation_id': 'estimate_audience_segment_size',
761
- 'http_method': 'POST',
718
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/{audience-segment-id}/contact-list/statistics',
719
+ 'operation_id': 'get_audience_segment_contact_list_statistics',
720
+ 'http_method': 'GET',
762
721
  'servers': None,
763
722
  },
764
723
  params_map={
765
724
  'all': [
766
- 'audience_segment_estimate_size_input_v1',
725
+ 'audience_segment_id',
767
726
  ],
768
727
  'required': [
769
- 'audience_segment_estimate_size_input_v1',
728
+ 'audience_segment_id',
770
729
  ],
771
730
  'nullable': [
772
731
  ],
@@ -781,154 +740,36 @@ class AudienceApi(object):
781
740
  'allowed_values': {
782
741
  },
783
742
  'openapi_types': {
784
- 'audience_segment_estimate_size_input_v1':
785
- (AudienceSegmentEstimateSizeInputV1,),
743
+ 'audience_segment_id':
744
+ (int,),
786
745
  },
787
746
  'attribute_map': {
747
+ 'audience_segment_id': 'audience-segment-id',
788
748
  },
789
749
  'location_map': {
790
- 'audience_segment_estimate_size_input_v1': 'body',
750
+ 'audience_segment_id': 'path',
791
751
  },
792
752
  'collection_format_map': {
793
753
  }
794
754
  },
795
755
  headers_map={
796
756
  'accept': [
797
- 'text/plain',
798
- 'application/json',
799
- 'text/json'
757
+ 'application/json'
800
758
  ],
801
- 'content_type': [
802
- 'application/json-patch+json',
803
- 'application/json',
804
- 'text/json',
805
- 'application/*+json'
806
- ]
759
+ 'content_type': [],
807
760
  },
808
761
  api_client=api_client
809
762
  )
810
- self.estimate_audience_size_endpoint = _Endpoint(
763
+ self.get_audience_segments_in_market_brands_endpoint = _Endpoint(
811
764
  settings={
812
- 'response_type': (AudienceSizeEstimationV1Response,),
765
+ 'response_type': (InMarketAudienceSegmentBrandEntityV1ListResponse,),
813
766
  'auth': [
814
767
  'oauth',
815
768
  'oauth'
816
769
  ],
817
- 'endpoint_path': '/2025-07/marketing-solutions/audiences/estimate-size',
818
- 'operation_id': 'estimate_audience_size',
819
- 'http_method': 'POST',
820
- 'servers': None,
821
- },
822
- params_map={
823
- 'all': [
824
- 'audience_estimate_size_input_v1',
825
- ],
826
- 'required': [
827
- 'audience_estimate_size_input_v1',
828
- ],
829
- 'nullable': [
830
- ],
831
- 'enum': [
832
- ],
833
- 'validation': [
834
- ]
835
- },
836
- root_map={
837
- 'validations': {
838
- },
839
- 'allowed_values': {
840
- },
841
- 'openapi_types': {
842
- 'audience_estimate_size_input_v1':
843
- (AudienceEstimateSizeInputV1,),
844
- },
845
- 'attribute_map': {
846
- },
847
- 'location_map': {
848
- 'audience_estimate_size_input_v1': 'body',
849
- },
850
- 'collection_format_map': {
851
- }
852
- },
853
- headers_map={
854
- 'accept': [
855
- 'text/plain',
856
- 'application/json',
857
- 'text/json'
858
- ],
859
- 'content_type': [
860
- 'application/json-patch+json',
861
- 'application/json',
862
- 'text/json',
863
- 'application/*+json'
864
- ]
865
- },
866
- api_client=api_client
867
- )
868
- self.get_audience_segment_contact_list_statistics_endpoint = _Endpoint(
869
- settings={
870
- 'response_type': (ContactListStatisticsEntityV1Response,),
871
- 'auth': [
872
- 'oauth',
873
- 'oauth'
874
- ],
875
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list/statistics',
876
- 'operation_id': 'get_audience_segment_contact_list_statistics',
877
- 'http_method': 'GET',
878
- 'servers': None,
879
- },
880
- params_map={
881
- 'all': [
882
- 'audience_segment_id',
883
- ],
884
- 'required': [
885
- 'audience_segment_id',
886
- ],
887
- 'nullable': [
888
- ],
889
- 'enum': [
890
- ],
891
- 'validation': [
892
- ]
893
- },
894
- root_map={
895
- 'validations': {
896
- },
897
- 'allowed_values': {
898
- },
899
- 'openapi_types': {
900
- 'audience_segment_id':
901
- (int,),
902
- },
903
- 'attribute_map': {
904
- 'audience_segment_id': 'audience-segment-id',
905
- },
906
- 'location_map': {
907
- 'audience_segment_id': 'path',
908
- },
909
- 'collection_format_map': {
910
- }
911
- },
912
- headers_map={
913
- 'accept': [
914
- 'text/plain',
915
- 'application/json',
916
- 'text/json'
917
- ],
918
- 'content_type': [],
919
- },
920
- api_client=api_client
921
- )
922
- self.get_audience_segments_in_market_brands_endpoint = _Endpoint(
923
- settings={
924
- 'response_type': (InMarketAudienceSegmentBrandEntityV1ListResponse,),
925
- 'auth': [
926
- 'oauth',
927
- 'oauth'
928
- ],
929
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/in-market-brands',
930
- 'operation_id': 'get_audience_segments_in_market_brands',
931
- 'http_method': 'GET',
770
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/in-market-brands',
771
+ 'operation_id': 'get_audience_segments_in_market_brands',
772
+ 'http_method': 'GET',
932
773
  'servers': None,
933
774
  },
934
775
  params_map={
@@ -971,9 +812,7 @@ class AudienceApi(object):
971
812
  },
972
813
  headers_map={
973
814
  'accept': [
974
- 'text/plain',
975
- 'application/json',
976
- 'text/json'
815
+ 'application/json'
977
816
  ],
978
817
  'content_type': [],
979
818
  },
@@ -986,7 +825,7 @@ class AudienceApi(object):
986
825
  'oauth',
987
826
  'oauth'
988
827
  ],
989
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/in-market-interests',
828
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/in-market-interests',
990
829
  'operation_id': 'get_audience_segments_in_market_interests',
991
830
  'http_method': 'GET',
992
831
  'servers': None,
@@ -1031,9 +870,7 @@ class AudienceApi(object):
1031
870
  },
1032
871
  headers_map={
1033
872
  'accept': [
1034
- 'text/plain',
1035
- 'application/json',
1036
- 'text/json'
873
+ 'application/json'
1037
874
  ],
1038
875
  'content_type': [],
1039
876
  },
@@ -1046,7 +883,7 @@ class AudienceApi(object):
1046
883
  'oauth',
1047
884
  'oauth'
1048
885
  ],
1049
- 'endpoint_path': '/2025-07/marketing-solutions/audience-segments/search',
886
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments/search',
1050
887
  'operation_id': 'search_audience_segments',
1051
888
  'http_method': 'POST',
1052
889
  'servers': None,
@@ -1100,15 +937,10 @@ class AudienceApi(object):
1100
937
  },
1101
938
  headers_map={
1102
939
  'accept': [
1103
- 'text/plain',
1104
- 'application/json',
1105
- 'text/json'
940
+ 'application/json'
1106
941
  ],
1107
942
  'content_type': [
1108
- 'application/json-patch+json',
1109
- 'application/json',
1110
- 'text/json',
1111
- 'application/*+json'
943
+ 'application/json'
1112
944
  ]
1113
945
  },
1114
946
  api_client=api_client
@@ -1120,7 +952,7 @@ class AudienceApi(object):
1120
952
  'oauth',
1121
953
  'oauth'
1122
954
  ],
1123
- 'endpoint_path': '/2025-07/marketing-solutions/audiences/search',
955
+ 'endpoint_path': '/2025-10/marketing-solutions/audiences/search',
1124
956
  'operation_id': 'search_audiences',
1125
957
  'http_method': 'POST',
1126
958
  'servers': None,
@@ -1174,202 +1006,137 @@ class AudienceApi(object):
1174
1006
  },
1175
1007
  headers_map={
1176
1008
  'accept': [
1177
- 'text/plain',
1178
- 'application/json',
1179
- 'text/json'
1009
+ 'application/json'
1180
1010
  ],
1181
1011
  'content_type': [
1182
- 'application/json-patch+json',
1183
- 'application/json',
1184
- 'text/json',
1185
- 'application/*+json'
1012
+ 'application/json'
1186
1013
  ]
1187
1014
  },
1188
1015
  api_client=api_client
1189
1016
  )
1190
-
1191
- def bulk_create_audience_segments(
1192
- self,
1193
- audience_segment_bulk_create_input_v1,
1194
- **kwargs
1195
- ):
1196
- """bulk_create_audience_segments # noqa: E501
1197
-
1198
- Creates all segments with a valid configuration, and returns their IDs. For those that cannot be created, one or multiple errors are returned. # noqa: E501
1199
- This method makes a synchronous HTTP request by default. To make an
1200
- asynchronous HTTP request, please pass async_req=True
1201
-
1202
- >>> thread = api.bulk_create_audience_segments(audience_segment_bulk_create_input_v1, async_req=True)
1203
- >>> result = thread.get()
1204
-
1205
- Args:
1206
- audience_segment_bulk_create_input_v1 (AudienceSegmentBulkCreateInputV1): Segment creation parameter
1207
-
1208
- Keyword Args:
1209
- _return_http_data_only (bool): response data without head status
1210
- code and headers. Default is True.
1211
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1212
- will be returned without reading/decoding response data.
1213
- Default is True.
1214
- _request_timeout (int/float/tuple): timeout setting for this request. If
1215
- one number provided, it will be total request timeout. It can also
1216
- be a pair (tuple) of (connection, read) timeouts.
1217
- Default is None.
1218
- _check_input_type (bool): specifies if type checking
1219
- should be done one the data sent to the server.
1220
- Default is True.
1221
- _check_return_type (bool): specifies if type checking
1222
- should be done one the data received from the server.
1223
- Default is True.
1224
- _spec_property_naming (bool): True if the variable names in the input data
1225
- are serialized names, as specified in the OpenAPI document.
1226
- False if the variable names in the input data
1227
- are pythonic names, e.g. snake case (default)
1228
- _content_type (str/None): force body content-type.
1229
- Default is None and content-type will be predicted by allowed
1230
- content-types and body.
1231
- _host_index (int/None): specifies the index of the server
1232
- that we want to use.
1233
- Default is read from the configuration.
1234
- _request_auths (list): set to override the auth_settings for an a single
1235
- request; this effectively ignores the authentication
1236
- in the spec for a single request.
1237
- Default is None
1238
- async_req (bool): execute request asynchronously
1239
-
1240
- Returns:
1241
- AudienceSegmentEntityV1ListResponse
1242
- If the method is called asynchronously, returns the request
1243
- thread.
1244
- """
1245
- kwargs['async_req'] = kwargs.get(
1246
- 'async_req', False
1247
- )
1248
- kwargs['_return_http_data_only'] = kwargs.get(
1249
- '_return_http_data_only', True
1250
- )
1251
- kwargs['_preload_content'] = kwargs.get(
1252
- '_preload_content', True
1253
- )
1254
- kwargs['_request_timeout'] = kwargs.get(
1255
- '_request_timeout', None
1256
- )
1257
- kwargs['_check_input_type'] = kwargs.get(
1258
- '_check_input_type', True
1259
- )
1260
- kwargs['_check_return_type'] = kwargs.get(
1261
- '_check_return_type', True
1262
- )
1263
- kwargs['_spec_property_naming'] = kwargs.get(
1264
- '_spec_property_naming', False
1265
- )
1266
- kwargs['_content_type'] = kwargs.get(
1267
- '_content_type')
1268
- kwargs['_host_index'] = kwargs.get('_host_index')
1269
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1270
- kwargs['audience_segment_bulk_create_input_v1'] = \
1271
- audience_segment_bulk_create_input_v1
1272
- return self.bulk_create_audience_segments_endpoint.call_with_http_info(**kwargs)
1273
-
1274
- def bulk_create_audiences(
1275
- self,
1276
- audience_bulk_create_input_v1,
1277
- **kwargs
1278
- ):
1279
- """bulk_create_audiences # noqa: E501
1280
-
1281
- Creates all audiences with a valid configuration, and returns their IDs. For those that cannot be created, one or multiple errors are returned. # noqa: E501
1282
- This method makes a synchronous HTTP request by default. To make an
1283
- asynchronous HTTP request, please pass async_req=True
1284
-
1285
- >>> thread = api.bulk_create_audiences(audience_bulk_create_input_v1, async_req=True)
1286
- >>> result = thread.get()
1287
-
1288
- Args:
1289
- audience_bulk_create_input_v1 (AudienceBulkCreateInputV1):
1290
-
1291
- Keyword Args:
1292
- _return_http_data_only (bool): response data without head status
1293
- code and headers. Default is True.
1294
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1295
- will be returned without reading/decoding response data.
1296
- Default is True.
1297
- _request_timeout (int/float/tuple): timeout setting for this request. If
1298
- one number provided, it will be total request timeout. It can also
1299
- be a pair (tuple) of (connection, read) timeouts.
1300
- Default is None.
1301
- _check_input_type (bool): specifies if type checking
1302
- should be done one the data sent to the server.
1303
- Default is True.
1304
- _check_return_type (bool): specifies if type checking
1305
- should be done one the data received from the server.
1306
- Default is True.
1307
- _spec_property_naming (bool): True if the variable names in the input data
1308
- are serialized names, as specified in the OpenAPI document.
1309
- False if the variable names in the input data
1310
- are pythonic names, e.g. snake case (default)
1311
- _content_type (str/None): force body content-type.
1312
- Default is None and content-type will be predicted by allowed
1313
- content-types and body.
1314
- _host_index (int/None): specifies the index of the server
1315
- that we want to use.
1316
- Default is read from the configuration.
1317
- _request_auths (list): set to override the auth_settings for an a single
1318
- request; this effectively ignores the authentication
1319
- in the spec for a single request.
1320
- Default is None
1321
- async_req (bool): execute request asynchronously
1322
-
1323
- Returns:
1324
- AudienceEntityV1ListResponse
1325
- If the method is called asynchronously, returns the request
1326
- thread.
1327
- """
1328
- kwargs['async_req'] = kwargs.get(
1329
- 'async_req', False
1330
- )
1331
- kwargs['_return_http_data_only'] = kwargs.get(
1332
- '_return_http_data_only', True
1333
- )
1334
- kwargs['_preload_content'] = kwargs.get(
1335
- '_preload_content', True
1336
- )
1337
- kwargs['_request_timeout'] = kwargs.get(
1338
- '_request_timeout', None
1339
- )
1340
- kwargs['_check_input_type'] = kwargs.get(
1341
- '_check_input_type', True
1342
- )
1343
- kwargs['_check_return_type'] = kwargs.get(
1344
- '_check_return_type', True
1017
+ self.update_audience_segments_endpoint = _Endpoint(
1018
+ settings={
1019
+ 'response_type': (AudienceSegmentEntityV1ListResponse,),
1020
+ 'auth': [
1021
+ 'oauth',
1022
+ 'oauth'
1023
+ ],
1024
+ 'endpoint_path': '/2025-10/marketing-solutions/audience-segments',
1025
+ 'operation_id': 'update_audience_segments',
1026
+ 'http_method': 'PATCH',
1027
+ 'servers': None,
1028
+ },
1029
+ params_map={
1030
+ 'all': [
1031
+ 'audience_segment_bulk_update_input_v1',
1032
+ ],
1033
+ 'required': [
1034
+ 'audience_segment_bulk_update_input_v1',
1035
+ ],
1036
+ 'nullable': [
1037
+ ],
1038
+ 'enum': [
1039
+ ],
1040
+ 'validation': [
1041
+ ]
1042
+ },
1043
+ root_map={
1044
+ 'validations': {
1045
+ },
1046
+ 'allowed_values': {
1047
+ },
1048
+ 'openapi_types': {
1049
+ 'audience_segment_bulk_update_input_v1':
1050
+ (AudienceSegmentBulkUpdateInputV1,),
1051
+ },
1052
+ 'attribute_map': {
1053
+ },
1054
+ 'location_map': {
1055
+ 'audience_segment_bulk_update_input_v1': 'body',
1056
+ },
1057
+ 'collection_format_map': {
1058
+ }
1059
+ },
1060
+ headers_map={
1061
+ 'accept': [
1062
+ 'application/json'
1063
+ ],
1064
+ 'content_type': [
1065
+ 'application/json'
1066
+ ]
1067
+ },
1068
+ api_client=api_client
1345
1069
  )
1346
- kwargs['_spec_property_naming'] = kwargs.get(
1347
- '_spec_property_naming', False
1070
+ self.update_audiences_endpoint = _Endpoint(
1071
+ settings={
1072
+ 'response_type': (AudienceEntityV1ListResponse,),
1073
+ 'auth': [
1074
+ 'oauth',
1075
+ 'oauth'
1076
+ ],
1077
+ 'endpoint_path': '/2025-10/marketing-solutions/audiences',
1078
+ 'operation_id': 'update_audiences',
1079
+ 'http_method': 'PATCH',
1080
+ 'servers': None,
1081
+ },
1082
+ params_map={
1083
+ 'all': [
1084
+ 'audience_bulk_update_input_v1',
1085
+ ],
1086
+ 'required': [
1087
+ 'audience_bulk_update_input_v1',
1088
+ ],
1089
+ 'nullable': [
1090
+ ],
1091
+ 'enum': [
1092
+ ],
1093
+ 'validation': [
1094
+ ]
1095
+ },
1096
+ root_map={
1097
+ 'validations': {
1098
+ },
1099
+ 'allowed_values': {
1100
+ },
1101
+ 'openapi_types': {
1102
+ 'audience_bulk_update_input_v1':
1103
+ (AudienceBulkUpdateInputV1,),
1104
+ },
1105
+ 'attribute_map': {
1106
+ },
1107
+ 'location_map': {
1108
+ 'audience_bulk_update_input_v1': 'body',
1109
+ },
1110
+ 'collection_format_map': {
1111
+ }
1112
+ },
1113
+ headers_map={
1114
+ 'accept': [
1115
+ 'application/json'
1116
+ ],
1117
+ 'content_type': [
1118
+ 'application/json'
1119
+ ]
1120
+ },
1121
+ api_client=api_client
1348
1122
  )
1349
- kwargs['_content_type'] = kwargs.get(
1350
- '_content_type')
1351
- kwargs['_host_index'] = kwargs.get('_host_index')
1352
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1353
- kwargs['audience_bulk_create_input_v1'] = \
1354
- audience_bulk_create_input_v1
1355
- return self.bulk_create_audiences_endpoint.call_with_http_info(**kwargs)
1356
1123
 
1357
- def bulk_delete_audience_segments(
1124
+ def call_10_audiences_audience_segment_id_contactlist_delete(
1358
1125
  self,
1359
- audience_segment_bulk_delete_input_v1,
1126
+ audience_segment_id,
1360
1127
  **kwargs
1361
1128
  ):
1362
- """bulk_delete_audience_segments # noqa: E501
1129
+ """call_10_audiences_audience_segment_id_contactlist_delete # noqa: E501
1363
1130
 
1364
- Delete the segments associated to the given audience IDs. # noqa: E501
1131
+ Delete all identifiers from a contact list audience-segment. # noqa: E501
1365
1132
  This method makes a synchronous HTTP request by default. To make an
1366
1133
  asynchronous HTTP request, please pass async_req=True
1367
1134
 
1368
- >>> thread = api.bulk_delete_audience_segments(audience_segment_bulk_delete_input_v1, async_req=True)
1135
+ >>> thread = api.call_10_audiences_audience_segment_id_contactlist_delete(audience_segment_id, async_req=True)
1369
1136
  >>> result = thread.get()
1370
1137
 
1371
1138
  Args:
1372
- audience_segment_bulk_delete_input_v1 (AudienceSegmentBulkDeleteInputV1): Segment delete request.
1139
+ audience_segment_id (str): The id of the contact list audience-segment to amend
1373
1140
 
1374
1141
  Keyword Args:
1375
1142
  _return_http_data_only (bool): response data without head status
@@ -1404,7 +1171,7 @@ class AudienceApi(object):
1404
1171
  async_req (bool): execute request asynchronously
1405
1172
 
1406
1173
  Returns:
1407
- AudienceSegmentIdEntityV1ListResponse
1174
+ DeleteAudienceContactListResponse
1408
1175
  If the method is called asynchronously, returns the request
1409
1176
  thread.
1410
1177
  """
@@ -1433,26 +1200,28 @@ class AudienceApi(object):
1433
1200
  '_content_type')
1434
1201
  kwargs['_host_index'] = kwargs.get('_host_index')
1435
1202
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1436
- kwargs['audience_segment_bulk_delete_input_v1'] = \
1437
- audience_segment_bulk_delete_input_v1
1438
- return self.bulk_delete_audience_segments_endpoint.call_with_http_info(**kwargs)
1203
+ kwargs['audience_segment_id'] = \
1204
+ audience_segment_id
1205
+ return self.call_10_audiences_audience_segment_id_contactlist_delete_endpoint.call_with_http_info(**kwargs)
1439
1206
 
1440
- def bulk_delete_audiences(
1207
+ def call_10_audiences_audience_segment_id_contactlist_patch(
1441
1208
  self,
1442
- audience_bulk_delete_input_v1,
1209
+ audience_segment_id,
1210
+ contactlist_amendment_request,
1443
1211
  **kwargs
1444
1212
  ):
1445
- """bulk_delete_audiences # noqa: E501
1213
+ """call_10_audiences_audience_segment_id_contactlist_patch # noqa: E501
1446
1214
 
1447
- Deletes the audiences associated to the given audience IDs. # noqa: E501
1215
+ Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
1448
1216
  This method makes a synchronous HTTP request by default. To make an
1449
1217
  asynchronous HTTP request, please pass async_req=True
1450
1218
 
1451
- >>> thread = api.bulk_delete_audiences(audience_bulk_delete_input_v1, async_req=True)
1219
+ >>> thread = api.call_10_audiences_audience_segment_id_contactlist_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
1452
1220
  >>> result = thread.get()
1453
1221
 
1454
1222
  Args:
1455
- audience_bulk_delete_input_v1 (AudienceBulkDeleteInputV1):
1223
+ audience_segment_id (str): The id of the contact list audience-segment to amend
1224
+ contactlist_amendment_request (ContactlistAmendmentRequest):
1456
1225
 
1457
1226
  Keyword Args:
1458
1227
  _return_http_data_only (bool): response data without head status
@@ -1487,7 +1256,7 @@ class AudienceApi(object):
1487
1256
  async_req (bool): execute request asynchronously
1488
1257
 
1489
1258
  Returns:
1490
- AudienceIdEntityV1ListResponse
1259
+ ModifyAudienceResponse
1491
1260
  If the method is called asynchronously, returns the request
1492
1261
  thread.
1493
1262
  """
@@ -1516,26 +1285,28 @@ class AudienceApi(object):
1516
1285
  '_content_type')
1517
1286
  kwargs['_host_index'] = kwargs.get('_host_index')
1518
1287
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1519
- kwargs['audience_bulk_delete_input_v1'] = \
1520
- audience_bulk_delete_input_v1
1521
- return self.bulk_delete_audiences_endpoint.call_with_http_info(**kwargs)
1288
+ kwargs['audience_segment_id'] = \
1289
+ audience_segment_id
1290
+ kwargs['contactlist_amendment_request'] = \
1291
+ contactlist_amendment_request
1292
+ return self.call_10_audiences_audience_segment_id_contactlist_patch_endpoint.call_with_http_info(**kwargs)
1522
1293
 
1523
- def bulk_update_audience_segments(
1294
+ def call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(
1524
1295
  self,
1525
- audience_segment_bulk_update_input_v1,
1296
+ audience_segment_id,
1526
1297
  **kwargs
1527
1298
  ):
1528
- """bulk_update_audience_segments # noqa: E501
1299
+ """call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete # noqa: E501
1529
1300
 
1530
- Updates the properties of all segments with a valid configuration, and returns their IDs. For those that cannot be updated, one or multiple errors are returned. # noqa: E501
1301
+ Delete all identifiers from a contact list audience-segment. # noqa: E501
1531
1302
  This method makes a synchronous HTTP request by default. To make an
1532
1303
  asynchronous HTTP request, please pass async_req=True
1533
1304
 
1534
- >>> thread = api.bulk_update_audience_segments(audience_segment_bulk_update_input_v1, async_req=True)
1305
+ >>> thread = api.call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(audience_segment_id, async_req=True)
1535
1306
  >>> result = thread.get()
1536
1307
 
1537
1308
  Args:
1538
- audience_segment_bulk_update_input_v1 (AudienceSegmentBulkUpdateInputV1): Segment Update request
1309
+ audience_segment_id (str): The id of the contact list audience-segment to amend
1539
1310
 
1540
1311
  Keyword Args:
1541
1312
  _return_http_data_only (bool): response data without head status
@@ -1570,7 +1341,7 @@ class AudienceApi(object):
1570
1341
  async_req (bool): execute request asynchronously
1571
1342
 
1572
1343
  Returns:
1573
- AudienceSegmentEntityV1ListResponse
1344
+ DeleteAudienceContactListResponse
1574
1345
  If the method is called asynchronously, returns the request
1575
1346
  thread.
1576
1347
  """
@@ -1599,26 +1370,28 @@ class AudienceApi(object):
1599
1370
  '_content_type')
1600
1371
  kwargs['_host_index'] = kwargs.get('_host_index')
1601
1372
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1602
- kwargs['audience_segment_bulk_update_input_v1'] = \
1603
- audience_segment_bulk_update_input_v1
1604
- return self.bulk_update_audience_segments_endpoint.call_with_http_info(**kwargs)
1373
+ kwargs['audience_segment_id'] = \
1374
+ audience_segment_id
1375
+ return self.call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint.call_with_http_info(**kwargs)
1605
1376
 
1606
- def bulk_update_audiences(
1377
+ def call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(
1607
1378
  self,
1608
- audience_bulk_update_input_v1,
1379
+ audience_segment_id,
1380
+ contactlist_amendment_request,
1609
1381
  **kwargs
1610
1382
  ):
1611
- """bulk_update_audiences # noqa: E501
1383
+ """call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch # noqa: E501
1612
1384
 
1613
- Updates the properties of all audiences with a valid configuration, and returns their IDs. For those that cannot be updated, one or multiple errors are returned. # noqa: E501
1385
+ Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
1614
1386
  This method makes a synchronous HTTP request by default. To make an
1615
1387
  asynchronous HTTP request, please pass async_req=True
1616
1388
 
1617
- >>> thread = api.bulk_update_audiences(audience_bulk_update_input_v1, async_req=True)
1389
+ >>> thread = api.call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
1618
1390
  >>> result = thread.get()
1619
1391
 
1620
1392
  Args:
1621
- audience_bulk_update_input_v1 (AudienceBulkUpdateInputV1):
1393
+ audience_segment_id (str): The id of the contact list audience-segment to amend
1394
+ contactlist_amendment_request (ContactlistAmendmentRequest):
1622
1395
 
1623
1396
  Keyword Args:
1624
1397
  _return_http_data_only (bool): response data without head status
@@ -1653,7 +1426,7 @@ class AudienceApi(object):
1653
1426
  async_req (bool): execute request asynchronously
1654
1427
 
1655
1428
  Returns:
1656
- AudienceEntityV1ListResponse
1429
+ ModifyAudienceResponse
1657
1430
  If the method is called asynchronously, returns the request
1658
1431
  thread.
1659
1432
  """
@@ -1682,26 +1455,28 @@ class AudienceApi(object):
1682
1455
  '_content_type')
1683
1456
  kwargs['_host_index'] = kwargs.get('_host_index')
1684
1457
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1685
- kwargs['audience_bulk_update_input_v1'] = \
1686
- audience_bulk_update_input_v1
1687
- return self.bulk_update_audiences_endpoint.call_with_http_info(**kwargs)
1458
+ kwargs['audience_segment_id'] = \
1459
+ audience_segment_id
1460
+ kwargs['contactlist_amendment_request'] = \
1461
+ contactlist_amendment_request
1462
+ return self.call_10_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint.call_with_http_info(**kwargs)
1688
1463
 
1689
- def call_07_audiences_audience_segment_id_contactlist_delete(
1464
+ def compute_audience_segments_sizes(
1690
1465
  self,
1691
- audience_segment_id,
1466
+ audience_segment_compute_sizes_input_v1,
1692
1467
  **kwargs
1693
1468
  ):
1694
- """call_07_audiences_audience_segment_id_contactlist_delete # noqa: E501
1469
+ """compute_audience_segments_sizes # noqa: E501
1695
1470
 
1696
- Delete all identifiers from a contact list audience-segment. # noqa: E501
1471
+ Gets the size of all segments. An error is returned for those whose size calculation is not supported. # noqa: E501
1697
1472
  This method makes a synchronous HTTP request by default. To make an
1698
1473
  asynchronous HTTP request, please pass async_req=True
1699
1474
 
1700
- >>> thread = api.call_07_audiences_audience_segment_id_contactlist_delete(audience_segment_id, async_req=True)
1475
+ >>> thread = api.compute_audience_segments_sizes(audience_segment_compute_sizes_input_v1, async_req=True)
1701
1476
  >>> result = thread.get()
1702
1477
 
1703
1478
  Args:
1704
- audience_segment_id (str): The id of the contact list audience-segment to amend
1479
+ audience_segment_compute_sizes_input_v1 (AudienceSegmentComputeSizesInputV1):
1705
1480
 
1706
1481
  Keyword Args:
1707
1482
  _return_http_data_only (bool): response data without head status
@@ -1736,7 +1511,7 @@ class AudienceApi(object):
1736
1511
  async_req (bool): execute request asynchronously
1737
1512
 
1738
1513
  Returns:
1739
- DeleteAudienceContactListResponse
1514
+ AudienceSegmentSizeEntityV1ListResponse
1740
1515
  If the method is called asynchronously, returns the request
1741
1516
  thread.
1742
1517
  """
@@ -1765,28 +1540,26 @@ class AudienceApi(object):
1765
1540
  '_content_type')
1766
1541
  kwargs['_host_index'] = kwargs.get('_host_index')
1767
1542
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1768
- kwargs['audience_segment_id'] = \
1769
- audience_segment_id
1770
- return self.call_07_audiences_audience_segment_id_contactlist_delete_endpoint.call_with_http_info(**kwargs)
1543
+ kwargs['audience_segment_compute_sizes_input_v1'] = \
1544
+ audience_segment_compute_sizes_input_v1
1545
+ return self.compute_audience_segments_sizes_endpoint.call_with_http_info(**kwargs)
1771
1546
 
1772
- def call_07_audiences_audience_segment_id_contactlist_patch(
1547
+ def compute_audiences_sizes(
1773
1548
  self,
1774
- audience_segment_id,
1775
- contactlist_amendment_request,
1549
+ audience_compute_sizes_input_v1,
1776
1550
  **kwargs
1777
1551
  ):
1778
- """call_07_audiences_audience_segment_id_contactlist_patch # noqa: E501
1552
+ """compute_audiences_sizes # noqa: E501
1779
1553
 
1780
- Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
1554
+ Gets the size of all audiences. An error is returned for those whose size calculation is not supported. # noqa: E501
1781
1555
  This method makes a synchronous HTTP request by default. To make an
1782
1556
  asynchronous HTTP request, please pass async_req=True
1783
1557
 
1784
- >>> thread = api.call_07_audiences_audience_segment_id_contactlist_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
1558
+ >>> thread = api.compute_audiences_sizes(audience_compute_sizes_input_v1, async_req=True)
1785
1559
  >>> result = thread.get()
1786
1560
 
1787
1561
  Args:
1788
- audience_segment_id (str): The id of the contact list audience-segment to amend
1789
- contactlist_amendment_request (ContactlistAmendmentRequest):
1562
+ audience_compute_sizes_input_v1 (AudienceComputeSizesInputV1):
1790
1563
 
1791
1564
  Keyword Args:
1792
1565
  _return_http_data_only (bool): response data without head status
@@ -1821,7 +1594,7 @@ class AudienceApi(object):
1821
1594
  async_req (bool): execute request asynchronously
1822
1595
 
1823
1596
  Returns:
1824
- ModifyAudienceResponse
1597
+ AudienceSizeEntityV1ListResponse
1825
1598
  If the method is called asynchronously, returns the request
1826
1599
  thread.
1827
1600
  """
@@ -1850,28 +1623,26 @@ class AudienceApi(object):
1850
1623
  '_content_type')
1851
1624
  kwargs['_host_index'] = kwargs.get('_host_index')
1852
1625
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1853
- kwargs['audience_segment_id'] = \
1854
- audience_segment_id
1855
- kwargs['contactlist_amendment_request'] = \
1856
- contactlist_amendment_request
1857
- return self.call_07_audiences_audience_segment_id_contactlist_patch_endpoint.call_with_http_info(**kwargs)
1626
+ kwargs['audience_compute_sizes_input_v1'] = \
1627
+ audience_compute_sizes_input_v1
1628
+ return self.compute_audiences_sizes_endpoint.call_with_http_info(**kwargs)
1858
1629
 
1859
- def call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(
1630
+ def create_audience_segments(
1860
1631
  self,
1861
- audience_segment_id,
1632
+ audience_segment_bulk_create_input_v1,
1862
1633
  **kwargs
1863
1634
  ):
1864
- """call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete # noqa: E501
1635
+ """create_audience_segments # noqa: E501
1865
1636
 
1866
- Delete all identifiers from a contact list audience-segment. # noqa: E501
1637
+ Creates all segments with a valid configuration, and returns their IDs. For those that cannot be created, one or multiple errors are returned. # noqa: E501
1867
1638
  This method makes a synchronous HTTP request by default. To make an
1868
1639
  asynchronous HTTP request, please pass async_req=True
1869
1640
 
1870
- >>> thread = api.call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(audience_segment_id, async_req=True)
1641
+ >>> thread = api.create_audience_segments(audience_segment_bulk_create_input_v1, async_req=True)
1871
1642
  >>> result = thread.get()
1872
1643
 
1873
1644
  Args:
1874
- audience_segment_id (str): The id of the contact list audience-segment to amend
1645
+ audience_segment_bulk_create_input_v1 (AudienceSegmentBulkCreateInputV1): Segment creation parameter
1875
1646
 
1876
1647
  Keyword Args:
1877
1648
  _return_http_data_only (bool): response data without head status
@@ -1906,7 +1677,7 @@ class AudienceApi(object):
1906
1677
  async_req (bool): execute request asynchronously
1907
1678
 
1908
1679
  Returns:
1909
- DeleteAudienceContactListResponse
1680
+ AudienceSegmentEntityV1ListResponse
1910
1681
  If the method is called asynchronously, returns the request
1911
1682
  thread.
1912
1683
  """
@@ -1935,28 +1706,26 @@ class AudienceApi(object):
1935
1706
  '_content_type')
1936
1707
  kwargs['_host_index'] = kwargs.get('_host_index')
1937
1708
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1938
- kwargs['audience_segment_id'] = \
1939
- audience_segment_id
1940
- return self.call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint.call_with_http_info(**kwargs)
1709
+ kwargs['audience_segment_bulk_create_input_v1'] = \
1710
+ audience_segment_bulk_create_input_v1
1711
+ return self.create_audience_segments_endpoint.call_with_http_info(**kwargs)
1941
1712
 
1942
- def call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(
1713
+ def create_audiences(
1943
1714
  self,
1944
- audience_segment_id,
1945
- contactlist_amendment_request,
1715
+ audience_bulk_create_input_v1,
1946
1716
  **kwargs
1947
1717
  ):
1948
- """call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch # noqa: E501
1718
+ """create_audiences # noqa: E501
1949
1719
 
1950
- Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
1720
+ Creates all audiences with a valid configuration, and returns their IDs. For those that cannot be created, one or multiple errors are returned. # noqa: E501
1951
1721
  This method makes a synchronous HTTP request by default. To make an
1952
1722
  asynchronous HTTP request, please pass async_req=True
1953
1723
 
1954
- >>> thread = api.call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
1724
+ >>> thread = api.create_audiences(audience_bulk_create_input_v1, async_req=True)
1955
1725
  >>> result = thread.get()
1956
1726
 
1957
1727
  Args:
1958
- audience_segment_id (str): The id of the contact list audience-segment to amend
1959
- contactlist_amendment_request (ContactlistAmendmentRequest):
1728
+ audience_bulk_create_input_v1 (AudienceBulkCreateInputV1):
1960
1729
 
1961
1730
  Keyword Args:
1962
1731
  _return_http_data_only (bool): response data without head status
@@ -1991,7 +1760,7 @@ class AudienceApi(object):
1991
1760
  async_req (bool): execute request asynchronously
1992
1761
 
1993
1762
  Returns:
1994
- ModifyAudienceResponse
1763
+ AudienceEntityV1ListResponse
1995
1764
  If the method is called asynchronously, returns the request
1996
1765
  thread.
1997
1766
  """
@@ -2020,28 +1789,26 @@ class AudienceApi(object):
2020
1789
  '_content_type')
2021
1790
  kwargs['_host_index'] = kwargs.get('_host_index')
2022
1791
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2023
- kwargs['audience_segment_id'] = \
2024
- audience_segment_id
2025
- kwargs['contactlist_amendment_request'] = \
2026
- contactlist_amendment_request
2027
- return self.call_07_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint.call_with_http_info(**kwargs)
1792
+ kwargs['audience_bulk_create_input_v1'] = \
1793
+ audience_bulk_create_input_v1
1794
+ return self.create_audiences_endpoint.call_with_http_info(**kwargs)
2028
1795
 
2029
- def compute_audience_segments_sizes(
1796
+ def delete_audience_segments(
2030
1797
  self,
2031
- audience_segment_compute_sizes_input_v1,
1798
+ audience_segment_bulk_delete_input_v1,
2032
1799
  **kwargs
2033
1800
  ):
2034
- """compute_audience_segments_sizes # noqa: E501
1801
+ """delete_audience_segments # noqa: E501
2035
1802
 
2036
- Gets the size of all segments. An error is returned for those whose size calculation is not supported. # noqa: E501
1803
+ Delete the segments associated to the given audience IDs. # noqa: E501
2037
1804
  This method makes a synchronous HTTP request by default. To make an
2038
1805
  asynchronous HTTP request, please pass async_req=True
2039
1806
 
2040
- >>> thread = api.compute_audience_segments_sizes(audience_segment_compute_sizes_input_v1, async_req=True)
1807
+ >>> thread = api.delete_audience_segments(audience_segment_bulk_delete_input_v1, async_req=True)
2041
1808
  >>> result = thread.get()
2042
1809
 
2043
1810
  Args:
2044
- audience_segment_compute_sizes_input_v1 (AudienceSegmentComputeSizesInputV1):
1811
+ audience_segment_bulk_delete_input_v1 (AudienceSegmentBulkDeleteInputV1): Segment delete request.
2045
1812
 
2046
1813
  Keyword Args:
2047
1814
  _return_http_data_only (bool): response data without head status
@@ -2076,7 +1843,7 @@ class AudienceApi(object):
2076
1843
  async_req (bool): execute request asynchronously
2077
1844
 
2078
1845
  Returns:
2079
- AudienceSegmentSizeEntityV1ListResponse
1846
+ AudienceSegmentIdEntityV1ListResponse
2080
1847
  If the method is called asynchronously, returns the request
2081
1848
  thread.
2082
1849
  """
@@ -2105,26 +1872,26 @@ class AudienceApi(object):
2105
1872
  '_content_type')
2106
1873
  kwargs['_host_index'] = kwargs.get('_host_index')
2107
1874
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2108
- kwargs['audience_segment_compute_sizes_input_v1'] = \
2109
- audience_segment_compute_sizes_input_v1
2110
- return self.compute_audience_segments_sizes_endpoint.call_with_http_info(**kwargs)
1875
+ kwargs['audience_segment_bulk_delete_input_v1'] = \
1876
+ audience_segment_bulk_delete_input_v1
1877
+ return self.delete_audience_segments_endpoint.call_with_http_info(**kwargs)
2111
1878
 
2112
- def compute_audiences_sizes(
1879
+ def delete_audiences(
2113
1880
  self,
2114
- audience_compute_sizes_input_v1,
1881
+ audience_bulk_delete_input_v1,
2115
1882
  **kwargs
2116
1883
  ):
2117
- """compute_audiences_sizes # noqa: E501
1884
+ """delete_audiences # noqa: E501
2118
1885
 
2119
- Gets the size of all audiences. An error is returned for those whose size calculation is not supported. # noqa: E501
1886
+ Deletes the audiences associated to the given audience IDs. # noqa: E501
2120
1887
  This method makes a synchronous HTTP request by default. To make an
2121
1888
  asynchronous HTTP request, please pass async_req=True
2122
1889
 
2123
- >>> thread = api.compute_audiences_sizes(audience_compute_sizes_input_v1, async_req=True)
1890
+ >>> thread = api.delete_audiences(audience_bulk_delete_input_v1, async_req=True)
2124
1891
  >>> result = thread.get()
2125
1892
 
2126
1893
  Args:
2127
- audience_compute_sizes_input_v1 (AudienceComputeSizesInputV1):
1894
+ audience_bulk_delete_input_v1 (AudienceBulkDeleteInputV1):
2128
1895
 
2129
1896
  Keyword Args:
2130
1897
  _return_http_data_only (bool): response data without head status
@@ -2159,7 +1926,7 @@ class AudienceApi(object):
2159
1926
  async_req (bool): execute request asynchronously
2160
1927
 
2161
1928
  Returns:
2162
- AudienceSizeEntityV1ListResponse
1929
+ AudienceIdEntityV1ListResponse
2163
1930
  If the method is called asynchronously, returns the request
2164
1931
  thread.
2165
1932
  """
@@ -2188,22 +1955,22 @@ class AudienceApi(object):
2188
1955
  '_content_type')
2189
1956
  kwargs['_host_index'] = kwargs.get('_host_index')
2190
1957
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2191
- kwargs['audience_compute_sizes_input_v1'] = \
2192
- audience_compute_sizes_input_v1
2193
- return self.compute_audiences_sizes_endpoint.call_with_http_info(**kwargs)
1958
+ kwargs['audience_bulk_delete_input_v1'] = \
1959
+ audience_bulk_delete_input_v1
1960
+ return self.delete_audiences_endpoint.call_with_http_info(**kwargs)
2194
1961
 
2195
- def estimate_audience_segment_size(
1962
+ def estimate_audience_segments_sizes(
2196
1963
  self,
2197
1964
  audience_segment_estimate_size_input_v1,
2198
1965
  **kwargs
2199
1966
  ):
2200
- """estimate_audience_segment_size # noqa: E501
1967
+ """estimate_audience_segments_sizes # noqa: E501
2201
1968
 
2202
1969
  Gets the size estimation of a non existent segment. An error is returned when size calculation is not supported. # noqa: E501
2203
1970
  This method makes a synchronous HTTP request by default. To make an
2204
1971
  asynchronous HTTP request, please pass async_req=True
2205
1972
 
2206
- >>> thread = api.estimate_audience_segment_size(audience_segment_estimate_size_input_v1, async_req=True)
1973
+ >>> thread = api.estimate_audience_segments_sizes(audience_segment_estimate_size_input_v1, async_req=True)
2207
1974
  >>> result = thread.get()
2208
1975
 
2209
1976
  Args:
@@ -2273,20 +2040,20 @@ class AudienceApi(object):
2273
2040
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2274
2041
  kwargs['audience_segment_estimate_size_input_v1'] = \
2275
2042
  audience_segment_estimate_size_input_v1
2276
- return self.estimate_audience_segment_size_endpoint.call_with_http_info(**kwargs)
2043
+ return self.estimate_audience_segments_sizes_endpoint.call_with_http_info(**kwargs)
2277
2044
 
2278
- def estimate_audience_size(
2045
+ def estimate_audiences_sizes(
2279
2046
  self,
2280
2047
  audience_estimate_size_input_v1,
2281
2048
  **kwargs
2282
2049
  ):
2283
- """estimate_audience_size # noqa: E501
2050
+ """estimate_audiences_sizes # noqa: E501
2284
2051
 
2285
2052
  Gets the size estimation of a non existent audience. An error is returned when size calculation is not supported. # noqa: E501
2286
2053
  This method makes a synchronous HTTP request by default. To make an
2287
2054
  asynchronous HTTP request, please pass async_req=True
2288
2055
 
2289
- >>> thread = api.estimate_audience_size(audience_estimate_size_input_v1, async_req=True)
2056
+ >>> thread = api.estimate_audiences_sizes(audience_estimate_size_input_v1, async_req=True)
2290
2057
  >>> result = thread.get()
2291
2058
 
2292
2059
  Args:
@@ -2356,7 +2123,7 @@ class AudienceApi(object):
2356
2123
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2357
2124
  kwargs['audience_estimate_size_input_v1'] = \
2358
2125
  audience_estimate_size_input_v1
2359
- return self.estimate_audience_size_endpoint.call_with_http_info(**kwargs)
2126
+ return self.estimate_audiences_sizes_endpoint.call_with_http_info(**kwargs)
2360
2127
 
2361
2128
  def get_audience_segment_contact_list_statistics(
2362
2129
  self,
@@ -2785,3 +2552,169 @@ class AudienceApi(object):
2785
2552
  audience_search_input_v1
2786
2553
  return self.search_audiences_endpoint.call_with_http_info(**kwargs)
2787
2554
 
2555
+ def update_audience_segments(
2556
+ self,
2557
+ audience_segment_bulk_update_input_v1,
2558
+ **kwargs
2559
+ ):
2560
+ """update_audience_segments # noqa: E501
2561
+
2562
+ Updates the properties of all segments with a valid configuration, and returns their IDs. For those that cannot be updated, one or multiple errors are returned. # noqa: E501
2563
+ This method makes a synchronous HTTP request by default. To make an
2564
+ asynchronous HTTP request, please pass async_req=True
2565
+
2566
+ >>> thread = api.update_audience_segments(audience_segment_bulk_update_input_v1, async_req=True)
2567
+ >>> result = thread.get()
2568
+
2569
+ Args:
2570
+ audience_segment_bulk_update_input_v1 (AudienceSegmentBulkUpdateInputV1): Segment Update request
2571
+
2572
+ Keyword Args:
2573
+ _return_http_data_only (bool): response data without head status
2574
+ code and headers. Default is True.
2575
+ _preload_content (bool): if False, the urllib3.HTTPResponse object
2576
+ will be returned without reading/decoding response data.
2577
+ Default is True.
2578
+ _request_timeout (int/float/tuple): timeout setting for this request. If
2579
+ one number provided, it will be total request timeout. It can also
2580
+ be a pair (tuple) of (connection, read) timeouts.
2581
+ Default is None.
2582
+ _check_input_type (bool): specifies if type checking
2583
+ should be done one the data sent to the server.
2584
+ Default is True.
2585
+ _check_return_type (bool): specifies if type checking
2586
+ should be done one the data received from the server.
2587
+ Default is True.
2588
+ _spec_property_naming (bool): True if the variable names in the input data
2589
+ are serialized names, as specified in the OpenAPI document.
2590
+ False if the variable names in the input data
2591
+ are pythonic names, e.g. snake case (default)
2592
+ _content_type (str/None): force body content-type.
2593
+ Default is None and content-type will be predicted by allowed
2594
+ content-types and body.
2595
+ _host_index (int/None): specifies the index of the server
2596
+ that we want to use.
2597
+ Default is read from the configuration.
2598
+ _request_auths (list): set to override the auth_settings for an a single
2599
+ request; this effectively ignores the authentication
2600
+ in the spec for a single request.
2601
+ Default is None
2602
+ async_req (bool): execute request asynchronously
2603
+
2604
+ Returns:
2605
+ AudienceSegmentEntityV1ListResponse
2606
+ If the method is called asynchronously, returns the request
2607
+ thread.
2608
+ """
2609
+ kwargs['async_req'] = kwargs.get(
2610
+ 'async_req', False
2611
+ )
2612
+ kwargs['_return_http_data_only'] = kwargs.get(
2613
+ '_return_http_data_only', True
2614
+ )
2615
+ kwargs['_preload_content'] = kwargs.get(
2616
+ '_preload_content', True
2617
+ )
2618
+ kwargs['_request_timeout'] = kwargs.get(
2619
+ '_request_timeout', None
2620
+ )
2621
+ kwargs['_check_input_type'] = kwargs.get(
2622
+ '_check_input_type', True
2623
+ )
2624
+ kwargs['_check_return_type'] = kwargs.get(
2625
+ '_check_return_type', True
2626
+ )
2627
+ kwargs['_spec_property_naming'] = kwargs.get(
2628
+ '_spec_property_naming', False
2629
+ )
2630
+ kwargs['_content_type'] = kwargs.get(
2631
+ '_content_type')
2632
+ kwargs['_host_index'] = kwargs.get('_host_index')
2633
+ kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2634
+ kwargs['audience_segment_bulk_update_input_v1'] = \
2635
+ audience_segment_bulk_update_input_v1
2636
+ return self.update_audience_segments_endpoint.call_with_http_info(**kwargs)
2637
+
2638
+ def update_audiences(
2639
+ self,
2640
+ audience_bulk_update_input_v1,
2641
+ **kwargs
2642
+ ):
2643
+ """update_audiences # noqa: E501
2644
+
2645
+ Updates the properties of all audiences with a valid configuration, and returns their IDs. For those that cannot be updated, one or multiple errors are returned. # noqa: E501
2646
+ This method makes a synchronous HTTP request by default. To make an
2647
+ asynchronous HTTP request, please pass async_req=True
2648
+
2649
+ >>> thread = api.update_audiences(audience_bulk_update_input_v1, async_req=True)
2650
+ >>> result = thread.get()
2651
+
2652
+ Args:
2653
+ audience_bulk_update_input_v1 (AudienceBulkUpdateInputV1):
2654
+
2655
+ Keyword Args:
2656
+ _return_http_data_only (bool): response data without head status
2657
+ code and headers. Default is True.
2658
+ _preload_content (bool): if False, the urllib3.HTTPResponse object
2659
+ will be returned without reading/decoding response data.
2660
+ Default is True.
2661
+ _request_timeout (int/float/tuple): timeout setting for this request. If
2662
+ one number provided, it will be total request timeout. It can also
2663
+ be a pair (tuple) of (connection, read) timeouts.
2664
+ Default is None.
2665
+ _check_input_type (bool): specifies if type checking
2666
+ should be done one the data sent to the server.
2667
+ Default is True.
2668
+ _check_return_type (bool): specifies if type checking
2669
+ should be done one the data received from the server.
2670
+ Default is True.
2671
+ _spec_property_naming (bool): True if the variable names in the input data
2672
+ are serialized names, as specified in the OpenAPI document.
2673
+ False if the variable names in the input data
2674
+ are pythonic names, e.g. snake case (default)
2675
+ _content_type (str/None): force body content-type.
2676
+ Default is None and content-type will be predicted by allowed
2677
+ content-types and body.
2678
+ _host_index (int/None): specifies the index of the server
2679
+ that we want to use.
2680
+ Default is read from the configuration.
2681
+ _request_auths (list): set to override the auth_settings for an a single
2682
+ request; this effectively ignores the authentication
2683
+ in the spec for a single request.
2684
+ Default is None
2685
+ async_req (bool): execute request asynchronously
2686
+
2687
+ Returns:
2688
+ AudienceEntityV1ListResponse
2689
+ If the method is called asynchronously, returns the request
2690
+ thread.
2691
+ """
2692
+ kwargs['async_req'] = kwargs.get(
2693
+ 'async_req', False
2694
+ )
2695
+ kwargs['_return_http_data_only'] = kwargs.get(
2696
+ '_return_http_data_only', True
2697
+ )
2698
+ kwargs['_preload_content'] = kwargs.get(
2699
+ '_preload_content', True
2700
+ )
2701
+ kwargs['_request_timeout'] = kwargs.get(
2702
+ '_request_timeout', None
2703
+ )
2704
+ kwargs['_check_input_type'] = kwargs.get(
2705
+ '_check_input_type', True
2706
+ )
2707
+ kwargs['_check_return_type'] = kwargs.get(
2708
+ '_check_return_type', True
2709
+ )
2710
+ kwargs['_spec_property_naming'] = kwargs.get(
2711
+ '_spec_property_naming', False
2712
+ )
2713
+ kwargs['_content_type'] = kwargs.get(
2714
+ '_content_type')
2715
+ kwargs['_host_index'] = kwargs.get('_host_index')
2716
+ kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2717
+ kwargs['audience_bulk_update_input_v1'] = \
2718
+ audience_bulk_update_input_v1
2719
+ return self.update_audiences_endpoint.call_with_http_info(**kwargs)
2720
+