criteo-api-marketingsolutions-sdk 2024.7.0.250129__py3-none-any.whl → 2024.10.0.241029__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.
- {criteo_api_marketingsolutions_sdk-2024.7.0.250129.dist-info → criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info}/METADATA +6 -15
- criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info/RECORD +269 -0
- {criteo_api_marketingsolutions_sdk-2024.7.0.250129.dist-info → criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info}/WHEEL +1 -1
- criteo_api_marketingsolutions_sdk-2024.10.0.241029.dist-info/top_level.txt +1 -0
- criteo_api_marketingsolutions_v2024_10/__init__.py +31 -0
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/__init__.py +1 -1
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/advertiser_api.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/analytics_api.py +13 -13
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/audience_api.py +75 -75
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/campaign_api.py +40 -40
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/creative_api.py +109 -109
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api/gateway_api.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api_client.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/api_client_builder.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/apis/__init__.py +7 -7
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/configuration.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/criteo_api_client.py +2 -2
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/criteo_auth.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/criteo_rest.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/exceptions.py +1 -1
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/__init__.py +1 -1
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad.py +3 -3
- criteo_api_marketingsolutions_v2024_07/model/resource_collection_outcome_of_coupon.py → criteo_api_marketingsolutions_v2024_10/model/ad_list_response.py +18 -12
- criteo_api_marketingsolutions_v2024_07/model/resource_of_ad.py → criteo_api_marketingsolutions_v2024_10/model/ad_resource.py +9 -9
- criteo_api_marketingsolutions_v2024_07/model/resource_outcome_of_ad.py → criteo_api_marketingsolutions_v2024_10/model/ad_response.py +16 -12
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_audience_link_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_audience_link_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_audience_link_entity_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_audience_link_input_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_category_bid.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_category_bid_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_category_bid_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_delivery_limitations_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_display_multiplier.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_display_multiplier_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_display_multiplier_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_frequency_capping_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_geo_location_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_search_filter_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_search_request_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_targeting_rule_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_set_targeting_v24_q1.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/ad_write.py +3 -3
- criteo_api_marketingsolutions_v2024_07/model/resource_input_of_ad_write.py → criteo_api_marketingsolutions_v2024_10/model/ad_write_request.py +11 -11
- criteo_api_marketingsolutions_v2024_07/model/resource_of_ad_write.py → criteo_api_marketingsolutions_v2024_10/model/ad_write_resource.py +9 -9
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/adaptive_attributes.py +17 -7
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/adaptive_colors.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/adaptive_write_attributes.py +9 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/algebra_node_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/application_summary_model.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/application_summary_model_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/application_summary_model_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_bulk_create_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_bulk_delete_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_bulk_update_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_compute_size_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_compute_sizes_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_create_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_create_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_delete_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_entity_v1_audience_search_metadata_v1_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_error.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_estimate_size_entity_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_estimate_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_estimate_size_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_id_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_id_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_name_description.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_search_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_search_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_search_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_search_metadata_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_bulk_create_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_bulk_delete_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_bulk_update_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_compute_size_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_compute_sizes_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_create_entity_v1.py +8 -8
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_create_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_delete_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_entity_v1.py +10 -10
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_entity_v1_audience_segment_search_metadata_v1_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_estimate_size_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_id_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_id_entity_v1_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_search_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_search_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_search_input_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_search_metadata_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_estimation_entity_v1.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_estimation_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_estimation_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_size_estimation_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_update_entity_v1.py +9 -9
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_segment_update_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_size_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_size_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_size_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_size_estimation_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_size_estimation_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_update_entity_v1.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_update_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/audience_warning.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/basic_audience_definition.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/behavioral_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_search_filters_v23_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_search_request_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_spend_limit_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_v23_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_v23_q1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_v23_q1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/campaign_v23_q1_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/common_problem.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contact_list_statistics_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contact_list_statistics_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contact_list_statistics_entity_v1_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contact_list_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contactlist_amendment.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contactlist_amendment_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contactlist_amendment_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contactlist_operation.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/contactlist_operation_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/coupon.py +6 -4
- criteo_api_marketingsolutions_v2024_10/model/coupon_list_response.py +287 -0
- criteo_api_marketingsolutions_v2024_07/model/resource_of_coupon.py → criteo_api_marketingsolutions_v2024_10/model/coupon_resource.py +9 -9
- criteo_api_marketingsolutions_v2024_07/model/resource_outcome_of_coupon.py → criteo_api_marketingsolutions_v2024_10/model/coupon_response.py +16 -12
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/coupon_supported_sizes.py +7 -3
- criteo_api_marketingsolutions_v2024_07/model/resource_of_coupon_supported_sizes.py → criteo_api_marketingsolutions_v2024_10/model/coupon_supported_sizes_resource.py +9 -9
- criteo_api_marketingsolutions_v2024_10/model/coupon_supported_sizes_response.py +285 -0
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_bidding_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_budget_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_geo_location_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_schedule_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_targeting_v24_q1.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_v24_q1.py +7 -7
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_v24_q1_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_ad_set_v24_q1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_campaign.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_campaign_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_campaign_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_campaign_spend_limit.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_coupon.py +6 -4
- criteo_api_marketingsolutions_v2024_07/model/resource_input_of_create_coupon.py → criteo_api_marketingsolutions_v2024_10/model/create_coupon_request.py +11 -11
- criteo_api_marketingsolutions_v2024_07/model/resource_of_create_coupon.py → criteo_api_marketingsolutions_v2024_10/model/create_coupon_resource.py +9 -9
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/create_image_slide.py +5 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/creative.py +7 -7
- criteo_api_marketingsolutions_v2024_10/model/creative_list_response.py +287 -0
- criteo_api_marketingsolutions_v2024_07/model/resource_of_creative.py → criteo_api_marketingsolutions_v2024_10/model/creative_resource.py +9 -9
- criteo_api_marketingsolutions_v2024_07/model/resource_collection_outcome_of_ad.py → criteo_api_marketingsolutions_v2024_10/model/creative_response.py +16 -12
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/creative_write.py +7 -7
- criteo_api_marketingsolutions_v2024_10/model/creative_write_request.py +269 -0
- criteo_api_marketingsolutions_v2024_07/model/resource_of_creative_write.py → criteo_api_marketingsolutions_v2024_10/model/creative_write_resource.py +9 -9
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/criteo_api_error.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/criteo_api_warning.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/delete_audience_contact_list_response.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/dynamic_attributes.py +8 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/dynamic_write_attributes.py +9 -9
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/entity_of_portfolio_message.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/error_code_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/get_portfolio_response.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/html_tag_attributes.py +6 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/html_tag_write_attributes.py +6 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_attributes.py +5 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_set.py +6 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_set_base64.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_shape.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_slide.py +5 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_write_attributes.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_audience_segment_brand_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_audience_segment_brand_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_audience_segment_brand_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_audience_segment_interest_entity_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_audience_segment_interest_entity_v1_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_audience_segment_interest_entity_v1_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_size_estimation_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/in_market_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/location_create_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/location_size_estimation_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/location_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/location_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/lookalike_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/lookalike_update_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/lookalike_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/modify_audience_response.py +6 -6
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_ad_set_targeting_rule_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_ad_set_targeting_rule_v24_q1_value.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_date_time.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_decimal.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_gender_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_int32.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/nillable_string.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/outcome.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_bidding_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_budget_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_category_bid.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_category_bid_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_category_bid_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_category_bid_result_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_category_bid_result_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_display_multiplier.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_display_multiplier_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_display_multiplier_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_display_multiplier_result_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_display_multiplier_result_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_scheduling_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_ad_set_v24_q1.py +7 -7
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_campaign.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_campaign_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_campaign_spend_limit.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_campaign_write_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_result_campaign_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/patch_result_campaign_read_resource.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/placements_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/placements_report_query_message_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/placements_report_query_message_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/point_of_interest_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/portfolio_message.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/prospecting_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/prospecting_update_v1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/prospecting_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_ad_set_bidding_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_ad_set_budget_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_ad_set_schedule_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_ad_set_v24_q1.py +7 -7
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_model_ad_set_id.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_model_ad_set_id_v24_q1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/read_model_read_ad_set_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/requests_ad_set_id.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/requests_patch_ad_set_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/response_read_ad_set_v24_q1.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/responses_ad_set_id.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/responses_ad_set_id_v24_q1.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/responses_read_ad_set_v24_q1.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/retargeting_create_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/retargeting_update_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/retargeting_v1.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/size.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/statistics_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/tag.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transactions_report_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transactions_report_query_message_list_request.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transactions_report_query_message_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transparency_query_message.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transparency_report.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transparency_report_file.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transparency_report_list_response.py +5 -5
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/transparency_report_resource.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/update_coupon.py +3 -3
- criteo_api_marketingsolutions_v2024_10/model/update_coupon_request.py +269 -0
- criteo_api_marketingsolutions_v2024_07/model/resource_of_update_coupon.py → criteo_api_marketingsolutions_v2024_10/model/update_coupon_resource.py +9 -9
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/video_detail.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/write_model_ad_set_id.py +3 -3
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/write_model_patch_ad_set_v24_q1.py +4 -4
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model_utils.py +2 -2
- criteo_api_marketingsolutions_v2024_10/models/__init__.py +255 -0
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/rest.py +2 -2
- criteo_api_marketingsolutions_sdk-2024.7.0.250129.dist-info/RECORD +0 -269
- criteo_api_marketingsolutions_sdk-2024.7.0.250129.dist-info/top_level.txt +0 -1
- criteo_api_marketingsolutions_v2024_07/__init__.py +0 -31
- criteo_api_marketingsolutions_v2024_07/model/resource_collection_outcome_of_creative.py +0 -281
- criteo_api_marketingsolutions_v2024_07/model/resource_input_of_creative_write.py +0 -269
- criteo_api_marketingsolutions_v2024_07/model/resource_input_of_update_coupon.py +0 -269
- criteo_api_marketingsolutions_v2024_07/model/resource_outcome_of_coupon_supported_sizes.py +0 -281
- criteo_api_marketingsolutions_v2024_07/model/resource_outcome_of_creative.py +0 -281
- criteo_api_marketingsolutions_v2024_07/models/__init__.py +0 -255
- {criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/flow_constants.py +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -124,8 +124,8 @@ class DynamicWriteAttributes(ModelNormal):
|
|
|
124
124
|
|
|
125
125
|
Args:
|
|
126
126
|
logo_base64_string (str): Logo image as a base-64 encoded string
|
|
127
|
-
body_text_color (str): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\")
|
|
128
|
-
prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
|
|
127
|
+
body_text_color (str): Color of the creative's body text Valid hexadecimal RGB color (e.g. \"AB00FF\")
|
|
128
|
+
prices_color (str): Color of the creative's prices Valid hexadecimal RGB color (e.g. \"AB00FF\")
|
|
129
129
|
calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
|
|
130
130
|
product_image_display (str): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.
|
|
131
131
|
|
|
@@ -160,7 +160,7 @@ class DynamicWriteAttributes(ModelNormal):
|
|
|
160
160
|
Animal class but this time we won't travel
|
|
161
161
|
through its discriminator because we passed in
|
|
162
162
|
_visited_composed_classes = (Animal,)
|
|
163
|
-
creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
|
|
163
|
+
creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal RGB color (e.g. \"AB00FF\"). [optional] # noqa: E501
|
|
164
164
|
primary_font (str, none_type): Font of the primary font Valid supported font like \"Arial\". [optional] # noqa: E501
|
|
165
165
|
"""
|
|
166
166
|
|
|
@@ -223,8 +223,8 @@ class DynamicWriteAttributes(ModelNormal):
|
|
|
223
223
|
|
|
224
224
|
Args:
|
|
225
225
|
logo_base64_string (str): Logo image as a base-64 encoded string
|
|
226
|
-
body_text_color (str): Color of the creative's body text Valid hexadecimal color (e.g. \"AB00FF\")
|
|
227
|
-
prices_color (str): Color of the creative's prices Valid hexadecimal color (e.g. \"AB00FF\")
|
|
226
|
+
body_text_color (str): Color of the creative's body text Valid hexadecimal RGB color (e.g. \"AB00FF\")
|
|
227
|
+
prices_color (str): Color of the creative's prices Valid hexadecimal RGB color (e.g. \"AB00FF\")
|
|
228
228
|
calls_to_action ([str]): A Call-to-Action (CTA) is an action-driven instruction to your audience intended to provoke an immediate response, such as “Buy now” or “Go!”.
|
|
229
229
|
product_image_display (str): Value can be \"ShowFullImage\" or \"ZoomOnImage\". Choose whether your product catalog images should fit inside the allocated space (\"ShowFullImage\") or whether they should fill that space (\"ZoomOnImage\"). If you choose ZoomOnImage, there may be some image cropping.
|
|
230
230
|
|
|
@@ -259,7 +259,7 @@ class DynamicWriteAttributes(ModelNormal):
|
|
|
259
259
|
Animal class but this time we won't travel
|
|
260
260
|
through its discriminator because we passed in
|
|
261
261
|
_visited_composed_classes = (Animal,)
|
|
262
|
-
creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal color (e.g. \"AB00FF\"). [optional] # noqa: E501
|
|
262
|
+
creative_background_color (str, none_type): Color of the creative's background Valid hexadecimal RGB color (e.g. \"AB00FF\"). [optional] # noqa: E501
|
|
263
263
|
primary_font (str, none_type): Font of the primary font Valid supported font like \"Arial\". [optional] # noqa: E501
|
|
264
264
|
"""
|
|
265
265
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.portfolio_message import PortfolioMessage
|
|
34
34
|
globals()['PortfolioMessage'] = PortfolioMessage
|
|
35
35
|
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,12 +26,12 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.audience_error import AudienceError
|
|
34
|
+
from criteo_api_marketingsolutions_v2024_10.model.audience_warning import AudienceWarning
|
|
35
35
|
globals()['AudienceError'] = AudienceError
|
|
36
36
|
globals()['AudienceWarning'] = AudienceWarning
|
|
37
37
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,13 +26,13 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.criteo_api_error import CriteoApiError
|
|
34
|
+
from criteo_api_marketingsolutions_v2024_10.model.criteo_api_warning import CriteoApiWarning
|
|
35
|
+
from criteo_api_marketingsolutions_v2024_10.model.entity_of_portfolio_message import EntityOfPortfolioMessage
|
|
36
36
|
globals()['CriteoApiError'] = CriteoApiError
|
|
37
37
|
globals()['CriteoApiWarning'] = CriteoApiWarning
|
|
38
38
|
globals()['EntityOfPortfolioMessage'] = EntityOfPortfolioMessage
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.tag import Tag
|
|
34
34
|
globals()['Tag'] = Tag
|
|
35
35
|
|
|
36
36
|
|
|
@@ -62,6 +62,8 @@ class HtmlTagAttributes(ModelNormal):
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
validations = {
|
|
65
|
+
('tags',): {
|
|
66
|
+
},
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
@cached_property
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.tag import Tag
|
|
34
34
|
globals()['Tag'] = Tag
|
|
35
35
|
|
|
36
36
|
|
|
@@ -62,6 +62,8 @@ class HtmlTagWriteAttributes(ModelNormal):
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
validations = {
|
|
65
|
+
('tags',): {
|
|
66
|
+
},
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
@cached_property
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -58,6 +58,8 @@ class ImageAttributes(ModelNormal):
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
validations = {
|
|
61
|
+
('urls',): {
|
|
62
|
+
},
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
@cached_property
|
{criteo_api_marketingsolutions_v2024_07 → criteo_api_marketingsolutions_v2024_10}/model/image_set.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.image_shape import ImageShape
|
|
34
34
|
globals()['ImageShape'] = ImageShape
|
|
35
35
|
|
|
36
36
|
|
|
@@ -62,6 +62,8 @@ class ImageSet(ModelNormal):
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
validations = {
|
|
65
|
+
('images',): {
|
|
66
|
+
},
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
@cached_property
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -58,6 +58,8 @@ class ImageSlide(ModelNormal):
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
validations = {
|
|
61
|
+
('slide_urls',): {
|
|
62
|
+
},
|
|
61
63
|
}
|
|
62
64
|
|
|
63
65
|
@cached_property
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,12 +26,12 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2024_10.model.in_market_audience_segment_brand_entity_v1_resource import InMarketAudienceSegmentBrandEntityV1Resource
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['InMarketAudienceSegmentBrandEntityV1Resource'] = InMarketAudienceSegmentBrandEntityV1Resource
|
|
37
37
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.in_market_audience_segment_brand_entity_v1 import InMarketAudienceSegmentBrandEntityV1
|
|
34
34
|
globals()['InMarketAudienceSegmentBrandEntityV1'] = InMarketAudienceSegmentBrandEntityV1
|
|
35
35
|
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,12 +26,12 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
34
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.common_problem import CommonProblem
|
|
34
|
+
from criteo_api_marketingsolutions_v2024_10.model.in_market_audience_segment_interest_entity_v1_resource import InMarketAudienceSegmentInterestEntityV1Resource
|
|
35
35
|
globals()['CommonProblem'] = CommonProblem
|
|
36
36
|
globals()['InMarketAudienceSegmentInterestEntityV1Resource'] = InMarketAudienceSegmentInterestEntityV1Resource
|
|
37
37
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,11 +26,11 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from
|
|
33
|
+
from criteo_api_marketingsolutions_v2024_10.model.in_market_audience_segment_interest_entity_v1 import InMarketAudienceSegmentInterestEntityV1
|
|
34
34
|
globals()['InMarketAudienceSegmentInterestEntityV1'] = InMarketAudienceSegmentInterestEntityV1
|
|
35
35
|
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Criteo API - MarketingSolutions # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 2024-
|
|
6
|
+
The version of the OpenAPI document: 2024-10
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
8
8
|
"""
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
import re # noqa: F401
|
|
12
12
|
import sys # noqa: F401
|
|
13
13
|
|
|
14
|
-
from
|
|
14
|
+
from criteo_api_marketingsolutions_v2024_10.model_utils import ( # noqa: F401
|
|
15
15
|
ApiTypeError,
|
|
16
16
|
ModelComposed,
|
|
17
17
|
ModelNormal,
|
|
@@ -26,7 +26,7 @@ from criteo_api_marketingsolutions_v2024_07.model_utils import ( # noqa: F401
|
|
|
26
26
|
validate_get_composed_info,
|
|
27
27
|
OpenApiModel
|
|
28
28
|
)
|
|
29
|
-
from
|
|
29
|
+
from criteo_api_marketingsolutions_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|