criteo-api-marketingsolutions-sdk 2024.4.0.241029__py3-none-any.whl → 2024.7.0.240731__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.

Files changed (294) hide show
  1. {criteo_api_marketingsolutions_sdk-2024.4.0.241029.dist-info → criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info}/METADATA +4 -4
  2. criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info/RECORD +270 -0
  3. {criteo_api_marketingsolutions_sdk-2024.4.0.241029.dist-info → criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info}/WHEEL +1 -1
  4. criteo_api_marketingsolutions_sdk-2024.7.0.240731.dist-info/top_level.txt +1 -0
  5. criteo_api_marketingsolutions_v2024_07/__init__.py +31 -0
  6. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/__init__.py +1 -1
  7. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/advertiser_api.py +5 -5
  8. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/analytics_api.py +30 -33
  9. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/audience_api.py +320 -601
  10. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/campaign_api.py +91 -91
  11. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/creative_api.py +31 -31
  12. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api/gateway_api.py +5 -5
  13. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api_client.py +6 -6
  14. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/api_client_builder.py +3 -3
  15. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/apis/__init__.py +7 -7
  16. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/configuration.py +5 -5
  17. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/criteo_api_client.py +2 -2
  18. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/criteo_auth.py +3 -3
  19. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/criteo_rest.py +3 -3
  20. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/exceptions.py +1 -1
  21. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/__init__.py +1 -1
  22. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad.py +3 -3
  23. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_list_response.py +5 -5
  24. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_resource.py +4 -4
  25. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_response.py +5 -5
  26. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_audience_link_entity_v1.py +3 -3
  27. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_audience_link_entity_v1_resource.py +4 -4
  28. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_audience_link_entity_v1_response.py +5 -5
  29. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_audience_link_input_entity_v1.py +4 -4
  30. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_category_bid.py +3 -3
  31. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_category_bid_list_response.py +5 -5
  32. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_category_bid_resource.py +4 -4
  33. criteo_api_marketingsolutions_v2024_04/model/ad_set_delivery_limitations_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_delivery_limitations_v24_q1.py +6 -6
  34. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_display_multiplier.py +3 -3
  35. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_display_multiplier_list_response.py +5 -5
  36. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_set_display_multiplier_resource.py +4 -4
  37. criteo_api_marketingsolutions_v2024_04/model/ad_set_frequency_capping.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_frequency_capping_v24_q1.py +6 -6
  38. criteo_api_marketingsolutions_v2024_04/model/ad_set_geo_location_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_geo_location_v24_q1.py +17 -17
  39. criteo_api_marketingsolutions_v2024_04/model/ad_set_search_filter_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_search_filter_v24_q1.py +6 -6
  40. criteo_api_marketingsolutions_v2024_04/model/ad_set_search_request_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_search_request_v24_q1.py +11 -11
  41. criteo_api_marketingsolutions_v2024_04/model/ad_set_targeting_rule_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_targeting_rule_v24_q1.py +6 -6
  42. criteo_api_marketingsolutions_v2024_04/model/ad_set_targeting_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/ad_set_targeting_v24_q1.py +21 -21
  43. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_write.py +3 -3
  44. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_write_request.py +4 -4
  45. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/ad_write_resource.py +4 -4
  46. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/adaptive_attributes.py +7 -7
  47. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/adaptive_colors.py +3 -3
  48. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/adaptive_write_attributes.py +5 -5
  49. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/algebra_node_v1.py +3 -3
  50. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/application_summary_model.py +3 -3
  51. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/application_summary_model_resource.py +4 -4
  52. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/application_summary_model_response.py +5 -5
  53. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_bulk_create_input_v1.py +4 -4
  54. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_bulk_delete_input_v1.py +4 -4
  55. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_bulk_update_input_v1.py +4 -4
  56. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_compute_size_entity_v1_resource.py +3 -3
  57. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_compute_sizes_input_v1.py +4 -4
  58. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_create_entity_v1.py +4 -4
  59. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_create_entity_v1_resource.py +4 -4
  60. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_delete_entity_v1_resource.py +3 -3
  61. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_entity_v1.py +4 -4
  62. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +6 -6
  63. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_entity_v1_list_response.py +5 -5
  64. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_entity_v1_resource.py +4 -4
  65. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_error.py +3 -3
  66. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_estimate_size_entity_v1.py +4 -4
  67. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_estimate_size_entity_v1_resource.py +4 -4
  68. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_estimate_size_input_v1.py +4 -4
  69. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_id_entity_v1_list_response.py +5 -5
  70. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_id_entity_v1_resource.py +3 -3
  71. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_name_description.py +3 -3
  72. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_search_entity_v1.py +3 -3
  73. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_search_entity_v1_resource.py +4 -4
  74. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_search_input_v1.py +4 -4
  75. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_search_metadata_v1.py +3 -3
  76. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_bulk_create_input_v1.py +4 -4
  77. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_bulk_delete_input_v1.py +4 -4
  78. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_bulk_update_input_v1.py +4 -4
  79. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_compute_size_entity_v1_resource.py +3 -3
  80. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_compute_sizes_input_v1.py +4 -4
  81. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_create_entity_v1.py +8 -8
  82. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_create_entity_v1_resource.py +4 -4
  83. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_delete_entity_v1_resource.py +3 -3
  84. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_entity_v1.py +10 -10
  85. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +6 -6
  86. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_entity_v1_list_response.py +5 -5
  87. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_entity_v1_resource.py +4 -4
  88. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_estimate_size_input_v1.py +4 -4
  89. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_id_entity_v1_list_response.py +5 -5
  90. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_id_entity_v1_resource.py +3 -3
  91. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_search_entity_v1.py +3 -3
  92. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_search_entity_v1_resource.py +4 -4
  93. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_search_input_v1.py +4 -4
  94. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_search_metadata_v1.py +3 -3
  95. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_entity_v1.py +3 -3
  96. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_entity_v1_list_response.py +5 -5
  97. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_entity_v1_resource.py +4 -4
  98. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_estimation_entity_v1.py +5 -5
  99. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_estimation_entity_v1_resource.py +4 -4
  100. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_estimation_v1.py +3 -3
  101. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_estimation_v1_resource.py +4 -4
  102. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_size_estimation_v1_response.py +5 -5
  103. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_update_entity_v1.py +9 -9
  104. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_segment_update_entity_v1_resource.py +4 -4
  105. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_size_entity_v1.py +3 -3
  106. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_size_entity_v1_list_response.py +5 -5
  107. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_size_entity_v1_resource.py +4 -4
  108. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_size_estimation_v1.py +3 -3
  109. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_size_estimation_v1_resource.py +4 -4
  110. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_size_estimation_v1_response.py +5 -5
  111. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_update_entity_v1.py +5 -5
  112. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_update_entity_v1_resource.py +4 -4
  113. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/audience_warning.py +3 -3
  114. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/basic_audience_definition.py +4 -4
  115. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/behavioral_v1.py +3 -3
  116. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_search_filters_v23_q1.py +3 -3
  117. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_search_request_v23_q1.py +4 -4
  118. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_spend_limit_v23_q1.py +4 -4
  119. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_v23_q1.py +4 -4
  120. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_v23_q1_list_response.py +5 -5
  121. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_v23_q1_resource.py +4 -4
  122. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/campaign_v23_q1_response.py +5 -5
  123. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/common_problem.py +3 -3
  124. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contact_list_statistics_entity_v1.py +3 -3
  125. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contact_list_statistics_entity_v1_resource.py +4 -4
  126. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contact_list_statistics_entity_v1_response.py +5 -5
  127. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contact_list_v1.py +3 -3
  128. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contactlist_amendment.py +4 -4
  129. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contactlist_amendment_attributes.py +6 -5
  130. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contactlist_amendment_request.py +4 -4
  131. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contactlist_operation.py +4 -4
  132. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/contactlist_operation_attributes.py +3 -3
  133. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon.py +4 -4
  134. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon_list_response.py +5 -5
  135. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon_resource.py +4 -4
  136. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon_response.py +5 -5
  137. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon_supported_sizes.py +3 -3
  138. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon_supported_sizes_resource.py +4 -4
  139. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/coupon_supported_sizes_response.py +5 -5
  140. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_bidding.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_bidding_v24_q1.py +7 -6
  141. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_budget.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_budget_v24_q1.py +7 -6
  142. criteo_api_marketingsolutions_v2024_04/model/ad_set_geo_location.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_geo_location_v24_q1.py +17 -17
  143. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_schedule.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_schedule_v24_q1.py +6 -6
  144. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_targeting.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_targeting_v24_q1.py +21 -21
  145. criteo_api_marketingsolutions_v2024_04/model/create_ad_set.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_v24_q1.py +26 -26
  146. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_request.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_v24_q1_request.py +11 -11
  147. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_resource.py → criteo_api_marketingsolutions_v2024_07/model/create_ad_set_v24_q1_resource.py +11 -11
  148. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_campaign.py +4 -4
  149. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_campaign_request.py +4 -4
  150. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_campaign_resource.py +4 -4
  151. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_campaign_spend_limit.py +3 -3
  152. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_coupon.py +4 -4
  153. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_coupon_request.py +4 -4
  154. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_coupon_resource.py +4 -4
  155. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/create_image_slide.py +3 -3
  156. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative.py +7 -7
  157. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative_list_response.py +5 -5
  158. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative_resource.py +4 -4
  159. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative_response.py +5 -5
  160. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative_write.py +7 -7
  161. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative_write_request.py +4 -4
  162. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/creative_write_resource.py +4 -4
  163. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/criteo_api_error.py +3 -3
  164. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/criteo_api_warning.py +3 -3
  165. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/delete_audience_contact_list_response.py +6 -6
  166. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/dynamic_attributes.py +4 -4
  167. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/dynamic_write_attributes.py +3 -3
  168. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/entity_of_portfolio_message.py +4 -4
  169. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/error_code_response.py +5 -5
  170. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/get_portfolio_response.py +6 -6
  171. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/html_tag_attributes.py +4 -4
  172. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/html_tag_write_attributes.py +4 -4
  173. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/image_attributes.py +3 -3
  174. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/image_set.py +4 -4
  175. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/image_set_base64.py +3 -3
  176. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/image_shape.py +3 -3
  177. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/image_slide.py +3 -3
  178. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/image_write_attributes.py +3 -3
  179. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_audience_segment_brand_entity_v1.py +3 -3
  180. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_audience_segment_brand_entity_v1_list_response.py +5 -5
  181. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_audience_segment_brand_entity_v1_resource.py +4 -4
  182. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_audience_segment_interest_entity_v1.py +3 -3
  183. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_audience_segment_interest_entity_v1_list_response.py +5 -5
  184. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_audience_segment_interest_entity_v1_resource.py +4 -4
  185. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_create_v1.py +3 -3
  186. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_size_estimation_v1.py +3 -3
  187. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_update_v1.py +4 -4
  188. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/in_market_v1.py +3 -3
  189. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/location_create_v1.py +4 -4
  190. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/location_size_estimation_v1.py +4 -4
  191. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/location_update_v1.py +4 -4
  192. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/location_v1.py +4 -4
  193. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/lookalike_create_v1.py +3 -3
  194. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/lookalike_update_v1.py +3 -3
  195. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/lookalike_v1.py +3 -3
  196. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/modify_audience_response.py +6 -6
  197. criteo_api_marketingsolutions_v2024_04/model/nillable_ad_set_targeting_rule_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/nillable_ad_set_targeting_rule_v24_q1.py +11 -11
  198. criteo_api_marketingsolutions_v2024_04/model/nillable_ad_set_targeting_rule_v23_q1_value.py → criteo_api_marketingsolutions_v2024_07/model/nillable_ad_set_targeting_rule_v24_q1_value.py +9 -9
  199. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/nillable_date_time.py +3 -3
  200. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/nillable_decimal.py +3 -3
  201. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/nillable_gender_v1.py +3 -3
  202. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/nillable_int32.py +3 -3
  203. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/nillable_string.py +3 -3
  204. criteo_api_marketingsolutions_v2024_04/model/patch_ad_set_bidding.py → criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_bidding_v24_q1.py +7 -7
  205. criteo_api_marketingsolutions_v2024_04/model/patch_ad_set_budget.py → criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_budget_v24_q1.py +8 -7
  206. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_category_bid.py +3 -3
  207. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_category_bid_list_request.py +4 -4
  208. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_category_bid_resource.py +4 -4
  209. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_category_bid_result_list_response.py +5 -5
  210. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_category_bid_result_resource.py +3 -3
  211. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_display_multiplier.py +3 -3
  212. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_display_multiplier_list_request.py +4 -4
  213. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_display_multiplier_resource.py +4 -4
  214. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_display_multiplier_result_list_response.py +5 -5
  215. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_ad_set_display_multiplier_result_resource.py +3 -3
  216. criteo_api_marketingsolutions_v2024_04/model/patch_ad_set_scheduling.py → criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_scheduling_v24_q1.py +7 -7
  217. criteo_api_marketingsolutions_v2024_04/model/patch_ad_set.py → criteo_api_marketingsolutions_v2024_07/model/patch_ad_set_v24_q1.py +26 -26
  218. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_campaign.py +4 -4
  219. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_campaign_list_request.py +4 -4
  220. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_campaign_spend_limit.py +4 -4
  221. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_campaign_write_resource.py +4 -4
  222. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_result_campaign_list_response.py +5 -5
  223. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/patch_result_campaign_read_resource.py +3 -3
  224. criteo_api_marketingsolutions_v2024_07/model/placements_report_query_data_message.py +277 -0
  225. criteo_api_marketingsolutions_v2024_07/model/placements_report_query_entity_message.py +281 -0
  226. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/placements_report_query_message.py +14 -8
  227. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/point_of_interest_v1.py +3 -3
  228. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/portfolio_message.py +3 -3
  229. criteo_api_marketingsolutions_v2024_07/model/problem_details.py +306 -0
  230. criteo_api_marketingsolutions_v2024_07/model/problems_details.py +272 -0
  231. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/prospecting_create_v1.py +3 -3
  232. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/prospecting_update_v1.py +4 -4
  233. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/prospecting_v1.py +3 -3
  234. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_bidding_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/read_ad_set_bidding_v24_q1.py +9 -15
  235. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_budget.py → criteo_api_marketingsolutions_v2024_07/model/read_ad_set_budget_v24_q1.py +10 -15
  236. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_schedule.py → criteo_api_marketingsolutions_v2024_07/model/read_ad_set_schedule_v24_q1.py +7 -7
  237. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/read_ad_set_v24_q1.py +26 -26
  238. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/read_model_ad_set_id.py +3 -3
  239. criteo_api_marketingsolutions_v2024_07/model/read_model_ad_set_id_v24_q1.py +273 -0
  240. criteo_api_marketingsolutions_v2024_04/model/read_model_read_ad_set_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/read_model_read_ad_set_v24_q1.py +11 -11
  241. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/requests_ad_set_id.py +4 -4
  242. criteo_api_marketingsolutions_v2024_07/model/requests_patch_ad_set_v24_q1.py +269 -0
  243. criteo_api_marketingsolutions_v2024_04/model/response_read_ad_set_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/response_read_ad_set_v24_q1.py +12 -12
  244. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/responses_ad_set_id.py +5 -5
  245. criteo_api_marketingsolutions_v2024_07/model/responses_ad_set_id_v24_q1.py +282 -0
  246. criteo_api_marketingsolutions_v2024_04/model/responses_read_ad_set_v23_q1.py → criteo_api_marketingsolutions_v2024_07/model/responses_read_ad_set_v24_q1.py +12 -12
  247. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/retargeting_create_v1.py +3 -3
  248. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/retargeting_update_v1.py +3 -3
  249. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/retargeting_v1.py +3 -3
  250. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/size.py +3 -3
  251. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/statistics_report_query_message.py +20 -6
  252. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/tag.py +4 -4
  253. criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_data_message.py +277 -0
  254. criteo_api_marketingsolutions_v2024_07/model/transactions_report_query_entity_message.py +281 -0
  255. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/transactions_report_query_message.py +10 -4
  256. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/transparency_query_message.py +10 -4
  257. criteo_api_marketingsolutions_v2024_04/model/transparency_report.py → criteo_api_marketingsolutions_v2024_07/model/transparency_report_attributes.py +17 -8
  258. criteo_api_marketingsolutions_v2024_04/model/requests_patch_ad_set.py → criteo_api_marketingsolutions_v2024_07/model/transparency_report_data_message.py +21 -13
  259. criteo_api_marketingsolutions_v2024_07/model/transparency_report_entity_message.py +279 -0
  260. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/transparency_report_file.py +10 -4
  261. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/update_coupon.py +3 -3
  262. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/update_coupon_request.py +4 -4
  263. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/update_coupon_resource.py +4 -4
  264. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/video_detail.py +3 -3
  265. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model/write_model_ad_set_id.py +3 -3
  266. criteo_api_marketingsolutions_v2024_04/model/write_model_patch_ad_set.py → criteo_api_marketingsolutions_v2024_07/model/write_model_patch_ad_set_v24_q1.py +11 -11
  267. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/model_utils.py +2 -2
  268. criteo_api_marketingsolutions_v2024_07/models/__init__.py +256 -0
  269. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/rest.py +2 -2
  270. criteo_api_marketingsolutions_sdk-2024.4.0.241029.dist-info/RECORD +0 -280
  271. criteo_api_marketingsolutions_sdk-2024.4.0.241029.dist-info/top_level.txt +0 -1
  272. criteo_api_marketingsolutions_v2024_04/__init__.py +0 -31
  273. criteo_api_marketingsolutions_v2024_04/model/ad_set_delivery_limitations.py +0 -289
  274. criteo_api_marketingsolutions_v2024_04/model/ad_set_frequency_capping_v23_q1.py +0 -283
  275. criteo_api_marketingsolutions_v2024_04/model/ad_set_targeting.py +0 -281
  276. criteo_api_marketingsolutions_v2024_04/model/ad_set_targeting_rule.py +0 -273
  277. criteo_api_marketingsolutions_v2024_04/model/create_ad_set_geo_location.py +0 -277
  278. criteo_api_marketingsolutions_v2024_04/model/nillable_ad_set_targeting_rule.py +0 -269
  279. criteo_api_marketingsolutions_v2024_04/model/nillable_ad_set_targeting_rule_value.py +0 -329
  280. criteo_api_marketingsolutions_v2024_04/model/outcome.py +0 -268
  281. criteo_api_marketingsolutions_v2024_04/model/placements_report_query_message_list_request.py +0 -262
  282. criteo_api_marketingsolutions_v2024_04/model/placements_report_query_message_resource.py +0 -266
  283. criteo_api_marketingsolutions_v2024_04/model/read_ad_set.py +0 -322
  284. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_bidding.py +0 -302
  285. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_budget_v23_q1.py +0 -313
  286. criteo_api_marketingsolutions_v2024_04/model/read_ad_set_schedule_v23_q1.py +0 -299
  287. criteo_api_marketingsolutions_v2024_04/model/read_model_read_ad_set.py +0 -279
  288. criteo_api_marketingsolutions_v2024_04/model/response_read_ad_set.py +0 -281
  289. criteo_api_marketingsolutions_v2024_04/model/transactions_report_query_message_list_request.py +0 -262
  290. criteo_api_marketingsolutions_v2024_04/model/transactions_report_query_message_resource.py +0 -266
  291. criteo_api_marketingsolutions_v2024_04/model/transparency_report_list_response.py +0 -274
  292. criteo_api_marketingsolutions_v2024_04/model/transparency_report_resource.py +0 -266
  293. criteo_api_marketingsolutions_v2024_04/models/__init__.py +0 -266
  294. {criteo_api_marketingsolutions_v2024_04 → criteo_api_marketingsolutions_v2024_07}/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: 2024-04
6
+ The version of the OpenAPI document: 2024-07
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_v2024_04.api_client import ApiClient, Endpoint as _Endpoint
15
- from criteo_api_marketingsolutions_v2024_04.model_utils import ( # noqa: F401
14
+ from criteo_api_marketingsolutions_v2024_07.api_client import ApiClient, Endpoint as _Endpoint
15
+ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
16
16
  check_allowed_values,
17
17
  check_validations,
18
18
  date,
@@ -21,35 +21,35 @@ from criteo_api_marketingsolutions_v2024_04.model_utils import ( # noqa: F401
21
21
  none_type,
22
22
  validate_and_convert_types
23
23
  )
24
- from criteo_api_marketingsolutions_v2024_04.model.audience_bulk_create_input_v1 import AudienceBulkCreateInputV1
25
- from criteo_api_marketingsolutions_v2024_04.model.audience_bulk_delete_input_v1 import AudienceBulkDeleteInputV1
26
- from criteo_api_marketingsolutions_v2024_04.model.audience_bulk_update_input_v1 import AudienceBulkUpdateInputV1
27
- from criteo_api_marketingsolutions_v2024_04.model.audience_compute_sizes_input_v1 import AudienceComputeSizesInputV1
28
- from criteo_api_marketingsolutions_v2024_04.model.audience_entity_v1_audience_search_metadata_v1_list_response import AudienceEntityV1AudienceSearchMetadataV1ListResponse
29
- from criteo_api_marketingsolutions_v2024_04.model.audience_entity_v1_list_response import AudienceEntityV1ListResponse
30
- from criteo_api_marketingsolutions_v2024_04.model.audience_estimate_size_input_v1 import AudienceEstimateSizeInputV1
31
- from criteo_api_marketingsolutions_v2024_04.model.audience_id_entity_v1_list_response import AudienceIdEntityV1ListResponse
32
- from criteo_api_marketingsolutions_v2024_04.model.audience_search_input_v1 import AudienceSearchInputV1
33
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_bulk_create_input_v1 import AudienceSegmentBulkCreateInputV1
34
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_bulk_delete_input_v1 import AudienceSegmentBulkDeleteInputV1
35
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_bulk_update_input_v1 import AudienceSegmentBulkUpdateInputV1
36
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_compute_sizes_input_v1 import AudienceSegmentComputeSizesInputV1
37
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response import AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse
38
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_entity_v1_list_response import AudienceSegmentEntityV1ListResponse
39
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_estimate_size_input_v1 import AudienceSegmentEstimateSizeInputV1
40
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_id_entity_v1_list_response import AudienceSegmentIdEntityV1ListResponse
41
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_search_input_v1 import AudienceSegmentSearchInputV1
42
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_size_entity_v1_list_response import AudienceSegmentSizeEntityV1ListResponse
43
- from criteo_api_marketingsolutions_v2024_04.model.audience_segment_size_estimation_v1_response import AudienceSegmentSizeEstimationV1Response
44
- from criteo_api_marketingsolutions_v2024_04.model.audience_size_entity_v1_list_response import AudienceSizeEntityV1ListResponse
45
- from criteo_api_marketingsolutions_v2024_04.model.audience_size_estimation_v1_response import AudienceSizeEstimationV1Response
46
- from criteo_api_marketingsolutions_v2024_04.model.contact_list_statistics_entity_v1_response import ContactListStatisticsEntityV1Response
47
- from criteo_api_marketingsolutions_v2024_04.model.contactlist_amendment_request import ContactlistAmendmentRequest
48
- from criteo_api_marketingsolutions_v2024_04.model.delete_audience_contact_list_response import DeleteAudienceContactListResponse
49
- from criteo_api_marketingsolutions_v2024_04.model.error_code_response import ErrorCodeResponse
50
- from criteo_api_marketingsolutions_v2024_04.model.in_market_audience_segment_brand_entity_v1_list_response import InMarketAudienceSegmentBrandEntityV1ListResponse
51
- from criteo_api_marketingsolutions_v2024_04.model.in_market_audience_segment_interest_entity_v1_list_response import InMarketAudienceSegmentInterestEntityV1ListResponse
52
- from criteo_api_marketingsolutions_v2024_04.model.modify_audience_response import ModifyAudienceResponse
24
+ from criteo_api_marketingsolutions_v2024_07.model.audience_bulk_create_input_v1 import AudienceBulkCreateInputV1
25
+ from criteo_api_marketingsolutions_v2024_07.model.audience_bulk_delete_input_v1 import AudienceBulkDeleteInputV1
26
+ from criteo_api_marketingsolutions_v2024_07.model.audience_bulk_update_input_v1 import AudienceBulkUpdateInputV1
27
+ from criteo_api_marketingsolutions_v2024_07.model.audience_compute_sizes_input_v1 import AudienceComputeSizesInputV1
28
+ from criteo_api_marketingsolutions_v2024_07.model.audience_entity_v1_audience_search_metadata_v1_list_response import AudienceEntityV1AudienceSearchMetadataV1ListResponse
29
+ from criteo_api_marketingsolutions_v2024_07.model.audience_entity_v1_list_response import AudienceEntityV1ListResponse
30
+ from criteo_api_marketingsolutions_v2024_07.model.audience_estimate_size_input_v1 import AudienceEstimateSizeInputV1
31
+ from criteo_api_marketingsolutions_v2024_07.model.audience_id_entity_v1_list_response import AudienceIdEntityV1ListResponse
32
+ from criteo_api_marketingsolutions_v2024_07.model.audience_search_input_v1 import AudienceSearchInputV1
33
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_bulk_create_input_v1 import AudienceSegmentBulkCreateInputV1
34
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_bulk_delete_input_v1 import AudienceSegmentBulkDeleteInputV1
35
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_bulk_update_input_v1 import AudienceSegmentBulkUpdateInputV1
36
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_compute_sizes_input_v1 import AudienceSegmentComputeSizesInputV1
37
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response import AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse
38
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_entity_v1_list_response import AudienceSegmentEntityV1ListResponse
39
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_estimate_size_input_v1 import AudienceSegmentEstimateSizeInputV1
40
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_id_entity_v1_list_response import AudienceSegmentIdEntityV1ListResponse
41
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_search_input_v1 import AudienceSegmentSearchInputV1
42
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_size_entity_v1_list_response import AudienceSegmentSizeEntityV1ListResponse
43
+ from criteo_api_marketingsolutions_v2024_07.model.audience_segment_size_estimation_v1_response import AudienceSegmentSizeEstimationV1Response
44
+ from criteo_api_marketingsolutions_v2024_07.model.audience_size_entity_v1_list_response import AudienceSizeEntityV1ListResponse
45
+ from criteo_api_marketingsolutions_v2024_07.model.audience_size_estimation_v1_response import AudienceSizeEstimationV1Response
46
+ from criteo_api_marketingsolutions_v2024_07.model.contact_list_statistics_entity_v1_response import ContactListStatisticsEntityV1Response
47
+ from criteo_api_marketingsolutions_v2024_07.model.contactlist_amendment_request import ContactlistAmendmentRequest
48
+ from criteo_api_marketingsolutions_v2024_07.model.delete_audience_contact_list_response import DeleteAudienceContactListResponse
49
+ from criteo_api_marketingsolutions_v2024_07.model.error_code_response import ErrorCodeResponse
50
+ from criteo_api_marketingsolutions_v2024_07.model.in_market_audience_segment_brand_entity_v1_list_response import InMarketAudienceSegmentBrandEntityV1ListResponse
51
+ from criteo_api_marketingsolutions_v2024_07.model.in_market_audience_segment_interest_entity_v1_list_response import InMarketAudienceSegmentInterestEntityV1ListResponse
52
+ from criteo_api_marketingsolutions_v2024_07.model.modify_audience_response import ModifyAudienceResponse
53
53
 
54
54
 
55
55
  class AudienceApi(object):
@@ -70,7 +70,7 @@ class AudienceApi(object):
70
70
  'oauth',
71
71
  'oauth'
72
72
  ],
73
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/create',
73
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/create',
74
74
  'operation_id': 'bulk_create_audience_segments',
75
75
  'http_method': 'POST',
76
76
  'servers': None,
@@ -128,7 +128,7 @@ class AudienceApi(object):
128
128
  'oauth',
129
129
  'oauth'
130
130
  ],
131
- 'endpoint_path': '/2024-04/marketing-solutions/audiences/create',
131
+ 'endpoint_path': '/2024-07/marketing-solutions/audiences/create',
132
132
  'operation_id': 'bulk_create_audiences',
133
133
  'http_method': 'POST',
134
134
  'servers': None,
@@ -186,7 +186,7 @@ class AudienceApi(object):
186
186
  'oauth',
187
187
  'oauth'
188
188
  ],
189
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/delete',
189
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/delete',
190
190
  'operation_id': 'bulk_delete_audience_segments',
191
191
  'http_method': 'POST',
192
192
  'servers': None,
@@ -244,7 +244,7 @@ class AudienceApi(object):
244
244
  'oauth',
245
245
  'oauth'
246
246
  ],
247
- 'endpoint_path': '/2024-04/marketing-solutions/audiences/delete',
247
+ 'endpoint_path': '/2024-07/marketing-solutions/audiences/delete',
248
248
  'operation_id': 'bulk_delete_audiences',
249
249
  'http_method': 'POST',
250
250
  'servers': None,
@@ -302,7 +302,7 @@ class AudienceApi(object):
302
302
  'oauth',
303
303
  'oauth'
304
304
  ],
305
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments',
305
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments',
306
306
  'operation_id': 'bulk_update_audience_segments',
307
307
  'http_method': 'PATCH',
308
308
  'servers': None,
@@ -360,7 +360,7 @@ class AudienceApi(object):
360
360
  'oauth',
361
361
  'oauth'
362
362
  ],
363
- 'endpoint_path': '/2024-04/marketing-solutions/audiences',
363
+ 'endpoint_path': '/2024-07/marketing-solutions/audiences',
364
364
  'operation_id': 'bulk_update_audiences',
365
365
  'http_method': 'PATCH',
366
366
  'servers': None,
@@ -411,189 +411,24 @@ class AudienceApi(object):
411
411
  },
412
412
  api_client=api_client
413
413
  )
414
- self.call_04_audiences_audience_segment_id_contactlist_delete_endpoint = _Endpoint(
415
- settings={
416
- 'response_type': (DeleteAudienceContactListResponse,),
417
- 'auth': [
418
- 'oauth',
419
- 'oauth'
420
- ],
421
- 'endpoint_path': '/2024-04/audiences/{audience-segment-id}/contactlist',
422
- 'operation_id': 'call_04_audiences_audience_segment_id_contactlist_delete',
423
- 'http_method': 'DELETE',
424
- 'servers': None,
425
- },
426
- params_map={
427
- 'all': [
428
- 'audience_segment_id',
429
- ],
430
- 'required': [
431
- 'audience_segment_id',
432
- ],
433
- 'nullable': [
434
- ],
435
- 'enum': [
436
- ],
437
- 'validation': [
438
- ]
439
- },
440
- root_map={
441
- 'validations': {
442
- },
443
- 'allowed_values': {
444
- },
445
- 'openapi_types': {
446
- 'audience_segment_id':
447
- (str,),
448
- },
449
- 'attribute_map': {
450
- 'audience_segment_id': 'audience-segment-id',
451
- },
452
- 'location_map': {
453
- 'audience_segment_id': 'path',
454
- },
455
- 'collection_format_map': {
456
- }
457
- },
458
- headers_map={
459
- 'accept': [
460
- 'application/json'
461
- ],
462
- 'content_type': [],
463
- },
464
- api_client=api_client
465
- )
466
- self.call_04_audiences_audience_segment_id_contactlist_patch_endpoint = _Endpoint(
467
- settings={
468
- 'response_type': (ModifyAudienceResponse,),
469
- 'auth': [
470
- 'oauth',
471
- 'oauth'
472
- ],
473
- 'endpoint_path': '/2024-04/audiences/{audience-segment-id}/contactlist',
474
- 'operation_id': 'call_04_audiences_audience_segment_id_contactlist_patch',
475
- 'http_method': 'PATCH',
476
- 'servers': None,
477
- },
478
- params_map={
479
- 'all': [
480
- 'audience_segment_id',
481
- 'contactlist_amendment_request',
482
- ],
483
- 'required': [
484
- 'audience_segment_id',
485
- 'contactlist_amendment_request',
486
- ],
487
- 'nullable': [
488
- ],
489
- 'enum': [
490
- ],
491
- 'validation': [
492
- ]
493
- },
494
- root_map={
495
- 'validations': {
496
- },
497
- 'allowed_values': {
498
- },
499
- 'openapi_types': {
500
- 'audience_segment_id':
501
- (str,),
502
- 'contactlist_amendment_request':
503
- (ContactlistAmendmentRequest,),
504
- },
505
- 'attribute_map': {
506
- 'audience_segment_id': 'audience-segment-id',
507
- },
508
- 'location_map': {
509
- 'audience_segment_id': 'path',
510
- 'contactlist_amendment_request': 'body',
511
- },
512
- 'collection_format_map': {
513
- }
514
- },
515
- headers_map={
516
- 'accept': [
517
- 'application/json'
518
- ],
519
- 'content_type': [
520
- 'application/json'
521
- ]
522
- },
523
- api_client=api_client
524
- )
525
- self.call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint = _Endpoint(
526
- settings={
527
- 'response_type': (DeleteAudienceContactListResponse,),
528
- 'auth': [
529
- 'oauth',
530
- 'oauth'
531
- ],
532
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
533
- 'operation_id': 'call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete',
534
- 'http_method': 'DELETE',
535
- 'servers': None,
536
- },
537
- params_map={
538
- 'all': [
539
- 'audience_segment_id',
540
- ],
541
- 'required': [
542
- 'audience_segment_id',
543
- ],
544
- 'nullable': [
545
- ],
546
- 'enum': [
547
- ],
548
- 'validation': [
549
- ]
550
- },
551
- root_map={
552
- 'validations': {
553
- },
554
- 'allowed_values': {
555
- },
556
- 'openapi_types': {
557
- 'audience_segment_id':
558
- (str,),
559
- },
560
- 'attribute_map': {
561
- 'audience_segment_id': 'audience-segment-id',
562
- },
563
- 'location_map': {
564
- 'audience_segment_id': 'path',
565
- },
566
- 'collection_format_map': {
567
- }
568
- },
569
- headers_map={
570
- 'accept': [
571
- 'application/json'
572
- ],
573
- 'content_type': [],
574
- },
575
- api_client=api_client
576
- )
577
- self.call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint = _Endpoint(
414
+ self.compute_audience_segments_sizes_endpoint = _Endpoint(
578
415
  settings={
579
- 'response_type': (ModifyAudienceResponse,),
416
+ 'response_type': (AudienceSegmentSizeEntityV1ListResponse,),
580
417
  'auth': [
581
418
  'oauth',
582
419
  'oauth'
583
420
  ],
584
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
585
- 'operation_id': 'call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch',
586
- 'http_method': 'PATCH',
421
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/compute-sizes',
422
+ 'operation_id': 'compute_audience_segments_sizes',
423
+ 'http_method': 'POST',
587
424
  'servers': None,
588
425
  },
589
426
  params_map={
590
427
  'all': [
591
- 'audience_segment_id',
592
- 'contactlist_amendment_request',
428
+ 'audience_segment_compute_sizes_input_v1',
593
429
  ],
594
430
  'required': [
595
- 'audience_segment_id',
596
- 'contactlist_amendment_request',
431
+ 'audience_segment_compute_sizes_input_v1',
597
432
  ],
598
433
  'nullable': [
599
434
  ],
@@ -608,49 +443,50 @@ class AudienceApi(object):
608
443
  'allowed_values': {
609
444
  },
610
445
  'openapi_types': {
611
- 'audience_segment_id':
612
- (str,),
613
- 'contactlist_amendment_request':
614
- (ContactlistAmendmentRequest,),
446
+ 'audience_segment_compute_sizes_input_v1':
447
+ (AudienceSegmentComputeSizesInputV1,),
615
448
  },
616
449
  'attribute_map': {
617
- 'audience_segment_id': 'audience-segment-id',
618
450
  },
619
451
  'location_map': {
620
- 'audience_segment_id': 'path',
621
- 'contactlist_amendment_request': 'body',
452
+ 'audience_segment_compute_sizes_input_v1': 'body',
622
453
  },
623
454
  'collection_format_map': {
624
455
  }
625
456
  },
626
457
  headers_map={
627
458
  'accept': [
628
- 'application/json'
459
+ 'text/plain',
460
+ 'application/json',
461
+ 'text/json'
629
462
  ],
630
463
  'content_type': [
631
- 'application/json'
464
+ 'application/json-patch+json',
465
+ 'application/json',
466
+ 'text/json',
467
+ 'application/*+json'
632
468
  ]
633
469
  },
634
470
  api_client=api_client
635
471
  )
636
- self.compute_audience_segments_sizes_endpoint = _Endpoint(
472
+ self.compute_audiences_sizes_endpoint = _Endpoint(
637
473
  settings={
638
- 'response_type': (AudienceSegmentSizeEntityV1ListResponse,),
474
+ 'response_type': (AudienceSizeEntityV1ListResponse,),
639
475
  'auth': [
640
476
  'oauth',
641
477
  'oauth'
642
478
  ],
643
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/compute-sizes',
644
- 'operation_id': 'compute_audience_segments_sizes',
479
+ 'endpoint_path': '/2024-07/marketing-solutions/audiences/compute-sizes',
480
+ 'operation_id': 'compute_audiences_sizes',
645
481
  'http_method': 'POST',
646
482
  'servers': None,
647
483
  },
648
484
  params_map={
649
485
  'all': [
650
- 'audience_segment_compute_sizes_input_v1',
486
+ 'audience_compute_sizes_input_v1',
651
487
  ],
652
488
  'required': [
653
- 'audience_segment_compute_sizes_input_v1',
489
+ 'audience_compute_sizes_input_v1',
654
490
  ],
655
491
  'nullable': [
656
492
  ],
@@ -665,13 +501,13 @@ class AudienceApi(object):
665
501
  'allowed_values': {
666
502
  },
667
503
  'openapi_types': {
668
- 'audience_segment_compute_sizes_input_v1':
669
- (AudienceSegmentComputeSizesInputV1,),
504
+ 'audience_compute_sizes_input_v1':
505
+ (AudienceComputeSizesInputV1,),
670
506
  },
671
507
  'attribute_map': {
672
508
  },
673
509
  'location_map': {
674
- 'audience_segment_compute_sizes_input_v1': 'body',
510
+ 'audience_compute_sizes_input_v1': 'body',
675
511
  },
676
512
  'collection_format_map': {
677
513
  }
@@ -691,24 +527,24 @@ class AudienceApi(object):
691
527
  },
692
528
  api_client=api_client
693
529
  )
694
- self.compute_audiences_sizes_endpoint = _Endpoint(
530
+ self.delete_contact_list_identifiers_endpoint = _Endpoint(
695
531
  settings={
696
- 'response_type': (AudienceSizeEntityV1ListResponse,),
532
+ 'response_type': (DeleteAudienceContactListResponse,),
697
533
  'auth': [
698
534
  'oauth',
699
535
  'oauth'
700
536
  ],
701
- 'endpoint_path': '/2024-04/marketing-solutions/audiences/compute-sizes',
702
- 'operation_id': 'compute_audiences_sizes',
703
- 'http_method': 'POST',
537
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
538
+ 'operation_id': 'delete_contact_list_identifiers',
539
+ 'http_method': 'DELETE',
704
540
  'servers': None,
705
541
  },
706
542
  params_map={
707
543
  'all': [
708
- 'audience_compute_sizes_input_v1',
544
+ 'audience_segment_id',
709
545
  ],
710
546
  'required': [
711
- 'audience_compute_sizes_input_v1',
547
+ 'audience_segment_id',
712
548
  ],
713
549
  'nullable': [
714
550
  ],
@@ -723,29 +559,23 @@ class AudienceApi(object):
723
559
  'allowed_values': {
724
560
  },
725
561
  'openapi_types': {
726
- 'audience_compute_sizes_input_v1':
727
- (AudienceComputeSizesInputV1,),
562
+ 'audience_segment_id':
563
+ (str,),
728
564
  },
729
565
  'attribute_map': {
566
+ 'audience_segment_id': 'audience-segment-id',
730
567
  },
731
568
  'location_map': {
732
- 'audience_compute_sizes_input_v1': 'body',
569
+ 'audience_segment_id': 'path',
733
570
  },
734
571
  'collection_format_map': {
735
572
  }
736
573
  },
737
574
  headers_map={
738
575
  'accept': [
739
- 'text/plain',
740
- 'application/json',
741
- 'text/json'
576
+ 'application/json'
742
577
  ],
743
- 'content_type': [
744
- 'application/json-patch+json',
745
- 'application/json',
746
- 'text/json',
747
- 'application/*+json'
748
- ]
578
+ 'content_type': [],
749
579
  },
750
580
  api_client=api_client
751
581
  )
@@ -756,7 +586,7 @@ class AudienceApi(object):
756
586
  'oauth',
757
587
  'oauth'
758
588
  ],
759
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/estimate-size',
589
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/estimate-size',
760
590
  'operation_id': 'estimate_audience_segment_size',
761
591
  'http_method': 'POST',
762
592
  'servers': None,
@@ -814,7 +644,7 @@ class AudienceApi(object):
814
644
  'oauth',
815
645
  'oauth'
816
646
  ],
817
- 'endpoint_path': '/2024-04/marketing-solutions/audiences/estimate-size',
647
+ 'endpoint_path': '/2024-07/marketing-solutions/audiences/estimate-size',
818
648
  'operation_id': 'estimate_audience_size',
819
649
  'http_method': 'POST',
820
650
  'servers': None,
@@ -872,7 +702,7 @@ class AudienceApi(object):
872
702
  'oauth',
873
703
  'oauth'
874
704
  ],
875
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/{audience-segment-id}/contact-list/statistics',
705
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list/statistics',
876
706
  'operation_id': 'get_audience_segment_contact_list_statistics',
877
707
  'http_method': 'GET',
878
708
  'servers': None,
@@ -926,7 +756,7 @@ class AudienceApi(object):
926
756
  'oauth',
927
757
  'oauth'
928
758
  ],
929
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/in-market-brands',
759
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/in-market-brands',
930
760
  'operation_id': 'get_audience_segments_in_market_brands',
931
761
  'http_method': 'GET',
932
762
  'servers': None,
@@ -986,7 +816,7 @@ class AudienceApi(object):
986
816
  'oauth',
987
817
  'oauth'
988
818
  ],
989
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/in-market-interests',
819
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/in-market-interests',
990
820
  'operation_id': 'get_audience_segments_in_market_interests',
991
821
  'http_method': 'GET',
992
822
  'servers': None,
@@ -1046,7 +876,7 @@ class AudienceApi(object):
1046
876
  'oauth',
1047
877
  'oauth'
1048
878
  ],
1049
- 'endpoint_path': '/2024-04/marketing-solutions/audience-segments/search',
879
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/search',
1050
880
  'operation_id': 'search_audience_segments',
1051
881
  'http_method': 'POST',
1052
882
  'servers': None,
@@ -1120,7 +950,7 @@ class AudienceApi(object):
1120
950
  'oauth',
1121
951
  'oauth'
1122
952
  ],
1123
- 'endpoint_path': '/2024-04/marketing-solutions/audiences/search',
953
+ 'endpoint_path': '/2024-07/marketing-solutions/audiences/search',
1124
954
  'operation_id': 'search_audiences',
1125
955
  'http_method': 'POST',
1126
956
  'servers': None,
@@ -1187,272 +1017,82 @@ class AudienceApi(object):
1187
1017
  },
1188
1018
  api_client=api_client
1189
1019
  )
1020
+ self.update_contact_list_identifiers_endpoint = _Endpoint(
1021
+ settings={
1022
+ 'response_type': (ModifyAudienceResponse,),
1023
+ 'auth': [
1024
+ 'oauth',
1025
+ 'oauth'
1026
+ ],
1027
+ 'endpoint_path': '/2024-07/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
1028
+ 'operation_id': 'update_contact_list_identifiers',
1029
+ 'http_method': 'PATCH',
1030
+ 'servers': None,
1031
+ },
1032
+ params_map={
1033
+ 'all': [
1034
+ 'audience_segment_id',
1035
+ 'contactlist_amendment_request',
1036
+ ],
1037
+ 'required': [
1038
+ 'audience_segment_id',
1039
+ 'contactlist_amendment_request',
1040
+ ],
1041
+ 'nullable': [
1042
+ ],
1043
+ 'enum': [
1044
+ ],
1045
+ 'validation': [
1046
+ ]
1047
+ },
1048
+ root_map={
1049
+ 'validations': {
1050
+ },
1051
+ 'allowed_values': {
1052
+ },
1053
+ 'openapi_types': {
1054
+ 'audience_segment_id':
1055
+ (str,),
1056
+ 'contactlist_amendment_request':
1057
+ (ContactlistAmendmentRequest,),
1058
+ },
1059
+ 'attribute_map': {
1060
+ 'audience_segment_id': 'audience-segment-id',
1061
+ },
1062
+ 'location_map': {
1063
+ 'audience_segment_id': 'path',
1064
+ 'contactlist_amendment_request': 'body',
1065
+ },
1066
+ 'collection_format_map': {
1067
+ }
1068
+ },
1069
+ headers_map={
1070
+ 'accept': [
1071
+ 'application/json'
1072
+ ],
1073
+ 'content_type': [
1074
+ 'application/json'
1075
+ ]
1076
+ },
1077
+ api_client=api_client
1078
+ )
1190
1079
 
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
1345
- )
1346
- kwargs['_spec_property_naming'] = kwargs.get(
1347
- '_spec_property_naming', False
1348
- )
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
-
1357
- def bulk_delete_audience_segments(
1358
- self,
1359
- audience_segment_bulk_delete_input_v1,
1360
- **kwargs
1361
- ):
1362
- """bulk_delete_audience_segments # noqa: E501
1363
-
1364
- Delete the segments associated to the given audience IDs. # noqa: E501
1365
- This method makes a synchronous HTTP request by default. To make an
1366
- asynchronous HTTP request, please pass async_req=True
1367
-
1368
- >>> thread = api.bulk_delete_audience_segments(audience_segment_bulk_delete_input_v1, async_req=True)
1369
- >>> result = thread.get()
1370
-
1371
- Args:
1372
- audience_segment_bulk_delete_input_v1 (AudienceSegmentBulkDeleteInputV1): Segment delete request.
1373
-
1374
- Keyword Args:
1375
- _return_http_data_only (bool): response data without head status
1376
- code and headers. Default is True.
1377
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1378
- will be returned without reading/decoding response data.
1379
- Default is True.
1380
- _request_timeout (int/float/tuple): timeout setting for this request. If
1381
- one number provided, it will be total request timeout. It can also
1382
- be a pair (tuple) of (connection, read) timeouts.
1383
- Default is None.
1384
- _check_input_type (bool): specifies if type checking
1385
- should be done one the data sent to the server.
1386
- Default is True.
1387
- _check_return_type (bool): specifies if type checking
1388
- should be done one the data received from the server.
1389
- Default is True.
1390
- _spec_property_naming (bool): True if the variable names in the input data
1391
- are serialized names, as specified in the OpenAPI document.
1392
- False if the variable names in the input data
1393
- are pythonic names, e.g. snake case (default)
1394
- _content_type (str/None): force body content-type.
1395
- Default is None and content-type will be predicted by allowed
1396
- content-types and body.
1397
- _host_index (int/None): specifies the index of the server
1398
- that we want to use.
1399
- Default is read from the configuration.
1400
- _request_auths (list): set to override the auth_settings for an a single
1401
- request; this effectively ignores the authentication
1402
- in the spec for a single request.
1403
- Default is None
1404
- async_req (bool): execute request asynchronously
1405
-
1406
- Returns:
1407
- AudienceSegmentIdEntityV1ListResponse
1408
- If the method is called asynchronously, returns the request
1409
- thread.
1410
- """
1411
- kwargs['async_req'] = kwargs.get(
1412
- 'async_req', False
1413
- )
1414
- kwargs['_return_http_data_only'] = kwargs.get(
1415
- '_return_http_data_only', True
1416
- )
1417
- kwargs['_preload_content'] = kwargs.get(
1418
- '_preload_content', True
1419
- )
1420
- kwargs['_request_timeout'] = kwargs.get(
1421
- '_request_timeout', None
1422
- )
1423
- kwargs['_check_input_type'] = kwargs.get(
1424
- '_check_input_type', True
1425
- )
1426
- kwargs['_check_return_type'] = kwargs.get(
1427
- '_check_return_type', True
1428
- )
1429
- kwargs['_spec_property_naming'] = kwargs.get(
1430
- '_spec_property_naming', False
1431
- )
1432
- kwargs['_content_type'] = kwargs.get(
1433
- '_content_type')
1434
- kwargs['_host_index'] = kwargs.get('_host_index')
1435
- 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)
1439
-
1440
- def bulk_delete_audiences(
1080
+ def bulk_create_audience_segments(
1441
1081
  self,
1442
- audience_bulk_delete_input_v1,
1082
+ audience_segment_bulk_create_input_v1,
1443
1083
  **kwargs
1444
1084
  ):
1445
- """bulk_delete_audiences # noqa: E501
1085
+ """bulk_create_audience_segments # noqa: E501
1446
1086
 
1447
- Deletes the audiences associated to the given audience IDs. # noqa: E501
1087
+ 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
1448
1088
  This method makes a synchronous HTTP request by default. To make an
1449
1089
  asynchronous HTTP request, please pass async_req=True
1450
1090
 
1451
- >>> thread = api.bulk_delete_audiences(audience_bulk_delete_input_v1, async_req=True)
1091
+ >>> thread = api.bulk_create_audience_segments(audience_segment_bulk_create_input_v1, async_req=True)
1452
1092
  >>> result = thread.get()
1453
1093
 
1454
1094
  Args:
1455
- audience_bulk_delete_input_v1 (AudienceBulkDeleteInputV1):
1095
+ audience_segment_bulk_create_input_v1 (AudienceSegmentBulkCreateInputV1): Segment creation parameter
1456
1096
 
1457
1097
  Keyword Args:
1458
1098
  _return_http_data_only (bool): response data without head status
@@ -1487,7 +1127,7 @@ class AudienceApi(object):
1487
1127
  async_req (bool): execute request asynchronously
1488
1128
 
1489
1129
  Returns:
1490
- AudienceIdEntityV1ListResponse
1130
+ AudienceSegmentEntityV1ListResponse
1491
1131
  If the method is called asynchronously, returns the request
1492
1132
  thread.
1493
1133
  """
@@ -1516,26 +1156,26 @@ class AudienceApi(object):
1516
1156
  '_content_type')
1517
1157
  kwargs['_host_index'] = kwargs.get('_host_index')
1518
1158
  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)
1159
+ kwargs['audience_segment_bulk_create_input_v1'] = \
1160
+ audience_segment_bulk_create_input_v1
1161
+ return self.bulk_create_audience_segments_endpoint.call_with_http_info(**kwargs)
1522
1162
 
1523
- def bulk_update_audience_segments(
1163
+ def bulk_create_audiences(
1524
1164
  self,
1525
- audience_segment_bulk_update_input_v1,
1165
+ audience_bulk_create_input_v1,
1526
1166
  **kwargs
1527
1167
  ):
1528
- """bulk_update_audience_segments # noqa: E501
1168
+ """bulk_create_audiences # noqa: E501
1529
1169
 
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
1170
+ 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
1531
1171
  This method makes a synchronous HTTP request by default. To make an
1532
1172
  asynchronous HTTP request, please pass async_req=True
1533
1173
 
1534
- >>> thread = api.bulk_update_audience_segments(audience_segment_bulk_update_input_v1, async_req=True)
1174
+ >>> thread = api.bulk_create_audiences(audience_bulk_create_input_v1, async_req=True)
1535
1175
  >>> result = thread.get()
1536
1176
 
1537
1177
  Args:
1538
- audience_segment_bulk_update_input_v1 (AudienceSegmentBulkUpdateInputV1): Segment Update request
1178
+ audience_bulk_create_input_v1 (AudienceBulkCreateInputV1):
1539
1179
 
1540
1180
  Keyword Args:
1541
1181
  _return_http_data_only (bool): response data without head status
@@ -1570,7 +1210,7 @@ class AudienceApi(object):
1570
1210
  async_req (bool): execute request asynchronously
1571
1211
 
1572
1212
  Returns:
1573
- AudienceSegmentEntityV1ListResponse
1213
+ AudienceEntityV1ListResponse
1574
1214
  If the method is called asynchronously, returns the request
1575
1215
  thread.
1576
1216
  """
@@ -1599,26 +1239,26 @@ class AudienceApi(object):
1599
1239
  '_content_type')
1600
1240
  kwargs['_host_index'] = kwargs.get('_host_index')
1601
1241
  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)
1242
+ kwargs['audience_bulk_create_input_v1'] = \
1243
+ audience_bulk_create_input_v1
1244
+ return self.bulk_create_audiences_endpoint.call_with_http_info(**kwargs)
1605
1245
 
1606
- def bulk_update_audiences(
1246
+ def bulk_delete_audience_segments(
1607
1247
  self,
1608
- audience_bulk_update_input_v1,
1248
+ audience_segment_bulk_delete_input_v1,
1609
1249
  **kwargs
1610
1250
  ):
1611
- """bulk_update_audiences # noqa: E501
1251
+ """bulk_delete_audience_segments # noqa: E501
1612
1252
 
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
1253
+ Delete the segments associated to the given audience IDs. # noqa: E501
1614
1254
  This method makes a synchronous HTTP request by default. To make an
1615
1255
  asynchronous HTTP request, please pass async_req=True
1616
1256
 
1617
- >>> thread = api.bulk_update_audiences(audience_bulk_update_input_v1, async_req=True)
1257
+ >>> thread = api.bulk_delete_audience_segments(audience_segment_bulk_delete_input_v1, async_req=True)
1618
1258
  >>> result = thread.get()
1619
1259
 
1620
1260
  Args:
1621
- audience_bulk_update_input_v1 (AudienceBulkUpdateInputV1):
1261
+ audience_segment_bulk_delete_input_v1 (AudienceSegmentBulkDeleteInputV1): Segment delete request.
1622
1262
 
1623
1263
  Keyword Args:
1624
1264
  _return_http_data_only (bool): response data without head status
@@ -1653,7 +1293,7 @@ class AudienceApi(object):
1653
1293
  async_req (bool): execute request asynchronously
1654
1294
 
1655
1295
  Returns:
1656
- AudienceEntityV1ListResponse
1296
+ AudienceSegmentIdEntityV1ListResponse
1657
1297
  If the method is called asynchronously, returns the request
1658
1298
  thread.
1659
1299
  """
@@ -1682,26 +1322,26 @@ class AudienceApi(object):
1682
1322
  '_content_type')
1683
1323
  kwargs['_host_index'] = kwargs.get('_host_index')
1684
1324
  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)
1325
+ kwargs['audience_segment_bulk_delete_input_v1'] = \
1326
+ audience_segment_bulk_delete_input_v1
1327
+ return self.bulk_delete_audience_segments_endpoint.call_with_http_info(**kwargs)
1688
1328
 
1689
- def call_04_audiences_audience_segment_id_contactlist_delete(
1329
+ def bulk_delete_audiences(
1690
1330
  self,
1691
- audience_segment_id,
1331
+ audience_bulk_delete_input_v1,
1692
1332
  **kwargs
1693
1333
  ):
1694
- """call_04_audiences_audience_segment_id_contactlist_delete # noqa: E501
1334
+ """bulk_delete_audiences # noqa: E501
1695
1335
 
1696
- Delete all identifiers from a contact list audience-segment. # noqa: E501
1336
+ Deletes the audiences associated to the given audience IDs. # noqa: E501
1697
1337
  This method makes a synchronous HTTP request by default. To make an
1698
1338
  asynchronous HTTP request, please pass async_req=True
1699
1339
 
1700
- >>> thread = api.call_04_audiences_audience_segment_id_contactlist_delete(audience_segment_id, async_req=True)
1340
+ >>> thread = api.bulk_delete_audiences(audience_bulk_delete_input_v1, async_req=True)
1701
1341
  >>> result = thread.get()
1702
1342
 
1703
1343
  Args:
1704
- audience_segment_id (str): The id of the contact list audience-segment to amend
1344
+ audience_bulk_delete_input_v1 (AudienceBulkDeleteInputV1):
1705
1345
 
1706
1346
  Keyword Args:
1707
1347
  _return_http_data_only (bool): response data without head status
@@ -1736,7 +1376,7 @@ class AudienceApi(object):
1736
1376
  async_req (bool): execute request asynchronously
1737
1377
 
1738
1378
  Returns:
1739
- DeleteAudienceContactListResponse
1379
+ AudienceIdEntityV1ListResponse
1740
1380
  If the method is called asynchronously, returns the request
1741
1381
  thread.
1742
1382
  """
@@ -1765,28 +1405,26 @@ class AudienceApi(object):
1765
1405
  '_content_type')
1766
1406
  kwargs['_host_index'] = kwargs.get('_host_index')
1767
1407
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1768
- kwargs['audience_segment_id'] = \
1769
- audience_segment_id
1770
- return self.call_04_audiences_audience_segment_id_contactlist_delete_endpoint.call_with_http_info(**kwargs)
1408
+ kwargs['audience_bulk_delete_input_v1'] = \
1409
+ audience_bulk_delete_input_v1
1410
+ return self.bulk_delete_audiences_endpoint.call_with_http_info(**kwargs)
1771
1411
 
1772
- def call_04_audiences_audience_segment_id_contactlist_patch(
1412
+ def bulk_update_audience_segments(
1773
1413
  self,
1774
- audience_segment_id,
1775
- contactlist_amendment_request,
1414
+ audience_segment_bulk_update_input_v1,
1776
1415
  **kwargs
1777
1416
  ):
1778
- """call_04_audiences_audience_segment_id_contactlist_patch # noqa: E501
1417
+ """bulk_update_audience_segments # noqa: E501
1779
1418
 
1780
- Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
1419
+ 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
1781
1420
  This method makes a synchronous HTTP request by default. To make an
1782
1421
  asynchronous HTTP request, please pass async_req=True
1783
1422
 
1784
- >>> thread = api.call_04_audiences_audience_segment_id_contactlist_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
1423
+ >>> thread = api.bulk_update_audience_segments(audience_segment_bulk_update_input_v1, async_req=True)
1785
1424
  >>> result = thread.get()
1786
1425
 
1787
1426
  Args:
1788
- audience_segment_id (str): The id of the contact list audience-segment to amend
1789
- contactlist_amendment_request (ContactlistAmendmentRequest):
1427
+ audience_segment_bulk_update_input_v1 (AudienceSegmentBulkUpdateInputV1): Segment Update request
1790
1428
 
1791
1429
  Keyword Args:
1792
1430
  _return_http_data_only (bool): response data without head status
@@ -1821,7 +1459,7 @@ class AudienceApi(object):
1821
1459
  async_req (bool): execute request asynchronously
1822
1460
 
1823
1461
  Returns:
1824
- ModifyAudienceResponse
1462
+ AudienceSegmentEntityV1ListResponse
1825
1463
  If the method is called asynchronously, returns the request
1826
1464
  thread.
1827
1465
  """
@@ -1850,28 +1488,26 @@ class AudienceApi(object):
1850
1488
  '_content_type')
1851
1489
  kwargs['_host_index'] = kwargs.get('_host_index')
1852
1490
  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_04_audiences_audience_segment_id_contactlist_patch_endpoint.call_with_http_info(**kwargs)
1491
+ kwargs['audience_segment_bulk_update_input_v1'] = \
1492
+ audience_segment_bulk_update_input_v1
1493
+ return self.bulk_update_audience_segments_endpoint.call_with_http_info(**kwargs)
1858
1494
 
1859
- def call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(
1495
+ def bulk_update_audiences(
1860
1496
  self,
1861
- audience_segment_id,
1497
+ audience_bulk_update_input_v1,
1862
1498
  **kwargs
1863
1499
  ):
1864
- """call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete # noqa: E501
1500
+ """bulk_update_audiences # noqa: E501
1865
1501
 
1866
- Delete all identifiers from a contact list audience-segment. # noqa: E501
1502
+ 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
1867
1503
  This method makes a synchronous HTTP request by default. To make an
1868
1504
  asynchronous HTTP request, please pass async_req=True
1869
1505
 
1870
- >>> thread = api.call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(audience_segment_id, async_req=True)
1506
+ >>> thread = api.bulk_update_audiences(audience_bulk_update_input_v1, async_req=True)
1871
1507
  >>> result = thread.get()
1872
1508
 
1873
1509
  Args:
1874
- audience_segment_id (str): The id of the contact list audience-segment to amend
1510
+ audience_bulk_update_input_v1 (AudienceBulkUpdateInputV1):
1875
1511
 
1876
1512
  Keyword Args:
1877
1513
  _return_http_data_only (bool): response data without head status
@@ -1906,7 +1542,7 @@ class AudienceApi(object):
1906
1542
  async_req (bool): execute request asynchronously
1907
1543
 
1908
1544
  Returns:
1909
- DeleteAudienceContactListResponse
1545
+ AudienceEntityV1ListResponse
1910
1546
  If the method is called asynchronously, returns the request
1911
1547
  thread.
1912
1548
  """
@@ -1935,28 +1571,26 @@ class AudienceApi(object):
1935
1571
  '_content_type')
1936
1572
  kwargs['_host_index'] = kwargs.get('_host_index')
1937
1573
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
1938
- kwargs['audience_segment_id'] = \
1939
- audience_segment_id
1940
- return self.call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint.call_with_http_info(**kwargs)
1574
+ kwargs['audience_bulk_update_input_v1'] = \
1575
+ audience_bulk_update_input_v1
1576
+ return self.bulk_update_audiences_endpoint.call_with_http_info(**kwargs)
1941
1577
 
1942
- def call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(
1578
+ def compute_audience_segments_sizes(
1943
1579
  self,
1944
- audience_segment_id,
1945
- contactlist_amendment_request,
1580
+ audience_segment_compute_sizes_input_v1,
1946
1581
  **kwargs
1947
1582
  ):
1948
- """call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch # noqa: E501
1583
+ """compute_audience_segments_sizes # noqa: E501
1949
1584
 
1950
- Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
1585
+ Gets the size of all segments. An error is returned for those whose size calculation is not supported. # noqa: E501
1951
1586
  This method makes a synchronous HTTP request by default. To make an
1952
1587
  asynchronous HTTP request, please pass async_req=True
1953
1588
 
1954
- >>> thread = api.call_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
1589
+ >>> thread = api.compute_audience_segments_sizes(audience_segment_compute_sizes_input_v1, async_req=True)
1955
1590
  >>> result = thread.get()
1956
1591
 
1957
1592
  Args:
1958
- audience_segment_id (str): The id of the contact list audience-segment to amend
1959
- contactlist_amendment_request (ContactlistAmendmentRequest):
1593
+ audience_segment_compute_sizes_input_v1 (AudienceSegmentComputeSizesInputV1):
1960
1594
 
1961
1595
  Keyword Args:
1962
1596
  _return_http_data_only (bool): response data without head status
@@ -1991,7 +1625,7 @@ class AudienceApi(object):
1991
1625
  async_req (bool): execute request asynchronously
1992
1626
 
1993
1627
  Returns:
1994
- ModifyAudienceResponse
1628
+ AudienceSegmentSizeEntityV1ListResponse
1995
1629
  If the method is called asynchronously, returns the request
1996
1630
  thread.
1997
1631
  """
@@ -2020,28 +1654,26 @@ class AudienceApi(object):
2020
1654
  '_content_type')
2021
1655
  kwargs['_host_index'] = kwargs.get('_host_index')
2022
1656
  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_04_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint.call_with_http_info(**kwargs)
1657
+ kwargs['audience_segment_compute_sizes_input_v1'] = \
1658
+ audience_segment_compute_sizes_input_v1
1659
+ return self.compute_audience_segments_sizes_endpoint.call_with_http_info(**kwargs)
2028
1660
 
2029
- def compute_audience_segments_sizes(
1661
+ def compute_audiences_sizes(
2030
1662
  self,
2031
- audience_segment_compute_sizes_input_v1,
1663
+ audience_compute_sizes_input_v1,
2032
1664
  **kwargs
2033
1665
  ):
2034
- """compute_audience_segments_sizes # noqa: E501
1666
+ """compute_audiences_sizes # noqa: E501
2035
1667
 
2036
- Gets the size of all segments. An error is returned for those whose size calculation is not supported. # noqa: E501
1668
+ Gets the size of all audiences. An error is returned for those whose size calculation is not supported. # noqa: E501
2037
1669
  This method makes a synchronous HTTP request by default. To make an
2038
1670
  asynchronous HTTP request, please pass async_req=True
2039
1671
 
2040
- >>> thread = api.compute_audience_segments_sizes(audience_segment_compute_sizes_input_v1, async_req=True)
1672
+ >>> thread = api.compute_audiences_sizes(audience_compute_sizes_input_v1, async_req=True)
2041
1673
  >>> result = thread.get()
2042
1674
 
2043
1675
  Args:
2044
- audience_segment_compute_sizes_input_v1 (AudienceSegmentComputeSizesInputV1):
1676
+ audience_compute_sizes_input_v1 (AudienceComputeSizesInputV1):
2045
1677
 
2046
1678
  Keyword Args:
2047
1679
  _return_http_data_only (bool): response data without head status
@@ -2076,7 +1708,7 @@ class AudienceApi(object):
2076
1708
  async_req (bool): execute request asynchronously
2077
1709
 
2078
1710
  Returns:
2079
- AudienceSegmentSizeEntityV1ListResponse
1711
+ AudienceSizeEntityV1ListResponse
2080
1712
  If the method is called asynchronously, returns the request
2081
1713
  thread.
2082
1714
  """
@@ -2105,26 +1737,26 @@ class AudienceApi(object):
2105
1737
  '_content_type')
2106
1738
  kwargs['_host_index'] = kwargs.get('_host_index')
2107
1739
  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)
1740
+ kwargs['audience_compute_sizes_input_v1'] = \
1741
+ audience_compute_sizes_input_v1
1742
+ return self.compute_audiences_sizes_endpoint.call_with_http_info(**kwargs)
2111
1743
 
2112
- def compute_audiences_sizes(
1744
+ def delete_contact_list_identifiers(
2113
1745
  self,
2114
- audience_compute_sizes_input_v1,
1746
+ audience_segment_id,
2115
1747
  **kwargs
2116
1748
  ):
2117
- """compute_audiences_sizes # noqa: E501
1749
+ """delete_contact_list_identifiers # noqa: E501
2118
1750
 
2119
- Gets the size of all audiences. An error is returned for those whose size calculation is not supported. # noqa: E501
1751
+ Delete all identifiers from a contact list audience-segment. # noqa: E501
2120
1752
  This method makes a synchronous HTTP request by default. To make an
2121
1753
  asynchronous HTTP request, please pass async_req=True
2122
1754
 
2123
- >>> thread = api.compute_audiences_sizes(audience_compute_sizes_input_v1, async_req=True)
1755
+ >>> thread = api.delete_contact_list_identifiers(audience_segment_id, async_req=True)
2124
1756
  >>> result = thread.get()
2125
1757
 
2126
1758
  Args:
2127
- audience_compute_sizes_input_v1 (AudienceComputeSizesInputV1):
1759
+ audience_segment_id (str): The id of the contact list audience-segment to amend
2128
1760
 
2129
1761
  Keyword Args:
2130
1762
  _return_http_data_only (bool): response data without head status
@@ -2159,7 +1791,7 @@ class AudienceApi(object):
2159
1791
  async_req (bool): execute request asynchronously
2160
1792
 
2161
1793
  Returns:
2162
- AudienceSizeEntityV1ListResponse
1794
+ DeleteAudienceContactListResponse
2163
1795
  If the method is called asynchronously, returns the request
2164
1796
  thread.
2165
1797
  """
@@ -2188,9 +1820,9 @@ class AudienceApi(object):
2188
1820
  '_content_type')
2189
1821
  kwargs['_host_index'] = kwargs.get('_host_index')
2190
1822
  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)
1823
+ kwargs['audience_segment_id'] = \
1824
+ audience_segment_id
1825
+ return self.delete_contact_list_identifiers_endpoint.call_with_http_info(**kwargs)
2194
1826
 
2195
1827
  def estimate_audience_segment_size(
2196
1828
  self,
@@ -2785,3 +2417,90 @@ class AudienceApi(object):
2785
2417
  audience_search_input_v1
2786
2418
  return self.search_audiences_endpoint.call_with_http_info(**kwargs)
2787
2419
 
2420
+ def update_contact_list_identifiers(
2421
+ self,
2422
+ audience_segment_id,
2423
+ contactlist_amendment_request,
2424
+ **kwargs
2425
+ ):
2426
+ """update_contact_list_identifiers # noqa: E501
2427
+
2428
+ Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
2429
+ This method makes a synchronous HTTP request by default. To make an
2430
+ asynchronous HTTP request, please pass async_req=True
2431
+
2432
+ >>> thread = api.update_contact_list_identifiers(audience_segment_id, contactlist_amendment_request, async_req=True)
2433
+ >>> result = thread.get()
2434
+
2435
+ Args:
2436
+ audience_segment_id (str): The id of the contact list audience-segment to amend
2437
+ contactlist_amendment_request (ContactlistAmendmentRequest):
2438
+
2439
+ Keyword Args:
2440
+ _return_http_data_only (bool): response data without head status
2441
+ code and headers. Default is True.
2442
+ _preload_content (bool): if False, the urllib3.HTTPResponse object
2443
+ will be returned without reading/decoding response data.
2444
+ Default is True.
2445
+ _request_timeout (int/float/tuple): timeout setting for this request. If
2446
+ one number provided, it will be total request timeout. It can also
2447
+ be a pair (tuple) of (connection, read) timeouts.
2448
+ Default is None.
2449
+ _check_input_type (bool): specifies if type checking
2450
+ should be done one the data sent to the server.
2451
+ Default is True.
2452
+ _check_return_type (bool): specifies if type checking
2453
+ should be done one the data received from the server.
2454
+ Default is True.
2455
+ _spec_property_naming (bool): True if the variable names in the input data
2456
+ are serialized names, as specified in the OpenAPI document.
2457
+ False if the variable names in the input data
2458
+ are pythonic names, e.g. snake case (default)
2459
+ _content_type (str/None): force body content-type.
2460
+ Default is None and content-type will be predicted by allowed
2461
+ content-types and body.
2462
+ _host_index (int/None): specifies the index of the server
2463
+ that we want to use.
2464
+ Default is read from the configuration.
2465
+ _request_auths (list): set to override the auth_settings for an a single
2466
+ request; this effectively ignores the authentication
2467
+ in the spec for a single request.
2468
+ Default is None
2469
+ async_req (bool): execute request asynchronously
2470
+
2471
+ Returns:
2472
+ ModifyAudienceResponse
2473
+ If the method is called asynchronously, returns the request
2474
+ thread.
2475
+ """
2476
+ kwargs['async_req'] = kwargs.get(
2477
+ 'async_req', False
2478
+ )
2479
+ kwargs['_return_http_data_only'] = kwargs.get(
2480
+ '_return_http_data_only', True
2481
+ )
2482
+ kwargs['_preload_content'] = kwargs.get(
2483
+ '_preload_content', True
2484
+ )
2485
+ kwargs['_request_timeout'] = kwargs.get(
2486
+ '_request_timeout', None
2487
+ )
2488
+ kwargs['_check_input_type'] = kwargs.get(
2489
+ '_check_input_type', True
2490
+ )
2491
+ kwargs['_check_return_type'] = kwargs.get(
2492
+ '_check_return_type', True
2493
+ )
2494
+ kwargs['_spec_property_naming'] = kwargs.get(
2495
+ '_spec_property_naming', False
2496
+ )
2497
+ kwargs['_content_type'] = kwargs.get(
2498
+ '_content_type')
2499
+ kwargs['_host_index'] = kwargs.get('_host_index')
2500
+ kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2501
+ kwargs['audience_segment_id'] = \
2502
+ audience_segment_id
2503
+ kwargs['contactlist_amendment_request'] = \
2504
+ contactlist_amendment_request
2505
+ return self.update_contact_list_identifiers_endpoint.call_with_http_info(**kwargs)
2506
+