wordlift-client 1.125.0__tar.gz → 1.127.0__tar.gz
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.
- {wordlift_client-1.125.0/wordlift_client.egg-info → wordlift_client-1.127.0}/PKG-INFO +1 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/README.md +5 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/pyproject.toml +1 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/setup.py +1 -1
- wordlift_client-1.127.0/test/test_ai_visibility_analysis_result.py +83 -0
- wordlift_client-1.127.0/test/test_ai_visibility_api.py +39 -0
- wordlift_client-1.127.0/test/test_analyze_url_request.py +55 -0
- wordlift_client-1.127.0/test/test_query_coverage.py +59 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/__init__.py +5 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/__init__.py +1 -0
- wordlift_client-1.127.0/wordlift_client/api/ai_visibility_api.py +326 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api_client.py +1 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/configuration.py +1 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/__init__.py +3 -0
- wordlift_client-1.127.0/wordlift_client/models/ai_visibility_analysis_result.py +116 -0
- wordlift_client-1.127.0/wordlift_client/models/analyze_url_request.py +93 -0
- wordlift_client-1.127.0/wordlift_client/models/query_coverage.py +94 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0/wordlift_client.egg-info}/PKG-INFO +1 -1
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client.egg-info/SOURCES.txt +8 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/LICENSE +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/setup.cfg +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_audit_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_audit_data.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_audit_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_audit_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_automation_readiness.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_content_structure.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_create_url_inspection_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entity.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_error_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_event.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_filter.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_graph.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_html.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_image.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_image_accessibility.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_js_rendering.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_kg_embedding_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_link_group.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_link_group_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_link_groups_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_model.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_model1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_preset.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_properties.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_quick_win.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_record.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_request1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_request2.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_request3.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_response1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_response2.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_rule.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_scope.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_seo_fundamentals.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_site_files.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_site_files_bot_access.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_structured_data.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_token_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_token_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_tokens.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_tokens_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_topic.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_validation_error1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_validation_error1_detail_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_page_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_page_import_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_web_pages_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_website.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_word.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/account_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/account_google_search_console_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/account_stats_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/accounts_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/add_ons_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/agent_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/analyses_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/analytics_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/analytics_syncs_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/audit_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/authors_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/autocomplete_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/classifications_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_evaluations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_expansions_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_completion_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_fields_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_models_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_presets_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_records_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_records_export_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_renders_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_stats_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_syncs_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/content_generations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/custom_domains_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/data_uri_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/dataset_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/embedding_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/embeddings_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/entities_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/entity_gaps_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/fact_check_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/google_merchants_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/google_search_console_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/google_search_console_searches_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/google_search_console_websites_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/graph_ql_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/image_to_text_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/include_excludes_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/inspector_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/internal_links_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/link_groups_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/long_tails_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/merchant_syncs_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/merchants_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/microdata_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/platform_consumptions_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/platform_limits_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/plugin_events_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/questions_and_answers_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/redeem_codes_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/rules_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/seo_scores_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/sitemap_generator_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/sitemap_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/summarizations_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/token_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/tokens_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/vector_search_nodes_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/vector_search_queries_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/vector_search_questions_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/web_pages_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api/web_pages_imports_api.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/exceptions.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/account.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/account_config.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/account_info.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/account_stats.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/account_subscription.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/active_account.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/add_on_configuration.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/analyses_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/analyses_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/analyses_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/analytics_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/analytics_sync.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/analytics_sync_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/anchor_text.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/annotation.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/ask_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/ask_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/audit_data.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/audit_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/audit_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/author_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/authorization.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/authorization_status.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/autocomplete_result.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/automation_readiness.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/batch_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/botify_crawl_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/build_authorize_uri_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/build_authorize_uri_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/classification_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/classification_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/completion_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_expansion_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_expansion_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_generation.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_generation_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_generation_stats.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/content_structure.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/create_embeddings_input.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/create_seo_score200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/create_seo_score_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/create_url_inspection_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/diagnostic_plugin.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/domain_validation_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/duplicate_authorization_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/embedding_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/entity.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/entity1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/entity_gap_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/entity_match.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/entity_patch_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/error_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/event.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/exchange_auth_code_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/exchange_auth_code_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/filter.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/filter_value.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/generate_sitemap200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/generate_sitemap_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/graphql_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/html.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/http_validation_error.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/image.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/image_accessibility.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/image_to_text_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/image_to_text_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/include_exclude.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/include_exclude_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/inspect_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/internal_link.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/internal_link_destination.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/internal_link_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/internal_link_source.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/js_rendering.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/kg_embedding_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/kg_embedding_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/level_enum.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/link_group.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/link_group_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/location_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/longtail_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/merchant.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/merchant_entry.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/merchant_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/merchant_sync.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/merchant_view.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/model.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/model_field.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/network_account_info.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/node_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/node_request_metadata_value.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_active_account.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_add_on_configuration.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_content_generation.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_field.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_merchant_entry.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_merchant_sync.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_merchant_view.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_model.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_platform_limit.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_preset.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_record.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_rule.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_website.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_website_search.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_with_limits.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/page_word.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/platform_limit.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/platform_limit_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/preset.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/problem_detail.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/project_type.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/properties.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/properties1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/question_and_answer.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/question_and_answer_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/quick_win.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/rank_entities.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/record.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/render_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/request1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/request2.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/request3.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/response1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/response2.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/rule.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/rule_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/scope.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/seo_fundamentals.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/site_files.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/site_files_bot_access.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/sitemap_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/smart_content.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/smart_content_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/structured_data.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/submit_fact_check200_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/submit_fact_check_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/token_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/tokens.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/topic.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/update_account_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/update_question_and_answer_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/update_record_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/update_records_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/update_site_url_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/validation_error.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/validation_error1.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/validation_error1_detail_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/validation_fix.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/validation_result.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/validation_type_enum.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/vector_search_query_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/vector_search_query_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/vector_search_question_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/vector_search_question_response_item.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/web_async.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/web_page.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/web_page_import_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/web_page_import_response.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/webpage_properties.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/website.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/website_search.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/what_operand_lhs.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/what_operator.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/when_operator.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/with_limits.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/word.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/word_repetition_data.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/models/word_request.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client/rest.py +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.125.0 → wordlift_client-1.127.0}/wordlift_client.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ WordLift API
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: 1.0
|
|
7
|
-
- Package version: 1.
|
|
7
|
+
- Package version: 1.127.0
|
|
8
8
|
- Generator version: 7.6.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://wordlift.io](https://wordlift.io)
|
|
@@ -236,10 +236,12 @@ Class | Method | HTTP request | Description
|
|
|
236
236
|
*WebAsyncsResponsesApi* | [**get1**](docs/WebAsyncsResponsesApi.md#get1) | **GET** /webasyncs/{id}/pull | Get by id
|
|
237
237
|
*WebPagesImportsApi* | [**create_web_page_imports**](docs/WebPagesImportsApi.md#create_web_page_imports) | **POST** /web-page-imports | Create
|
|
238
238
|
*WebPagesApi* | [**get_web_page**](docs/WebPagesApi.md#get_web_page) | **GET** /web-pages | Get
|
|
239
|
+
*AiVisibilityApi* | [**create_ai_visibility_audit**](docs/AiVisibilityApi.md#create_ai_visibility_audit) | **POST** /ai-visibility-audits | Create AI visibility audits for Query Fan-Out
|
|
239
240
|
|
|
240
241
|
|
|
241
242
|
## Documentation For Models
|
|
242
243
|
|
|
244
|
+
- [AIVisibilityAnalysisResult](docs/AIVisibilityAnalysisResult.md)
|
|
243
245
|
- [Account](docs/Account.md)
|
|
244
246
|
- [AccountConfig](docs/AccountConfig.md)
|
|
245
247
|
- [AccountInfo](docs/AccountInfo.md)
|
|
@@ -253,6 +255,7 @@ Class | Method | HTTP request | Description
|
|
|
253
255
|
- [AnalyticsImportRequest](docs/AnalyticsImportRequest.md)
|
|
254
256
|
- [AnalyticsSync](docs/AnalyticsSync.md)
|
|
255
257
|
- [AnalyticsSyncRequest](docs/AnalyticsSyncRequest.md)
|
|
258
|
+
- [AnalyzeURLRequest](docs/AnalyzeURLRequest.md)
|
|
256
259
|
- [AnchorText](docs/AnchorText.md)
|
|
257
260
|
- [Annotation](docs/Annotation.md)
|
|
258
261
|
- [AskRequest](docs/AskRequest.md)
|
|
@@ -371,6 +374,7 @@ Class | Method | HTTP request | Description
|
|
|
371
374
|
- [ProjectType](docs/ProjectType.md)
|
|
372
375
|
- [Properties](docs/Properties.md)
|
|
373
376
|
- [Properties1](docs/Properties1.md)
|
|
377
|
+
- [QueryCoverage](docs/QueryCoverage.md)
|
|
374
378
|
- [QuestionAndAnswer](docs/QuestionAndAnswer.md)
|
|
375
379
|
- [QuestionAndAnswerRequest](docs/QuestionAndAnswerRequest.md)
|
|
376
380
|
- [QuickWin](docs/QuickWin.md)
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
22
22
|
# prerequisite: setuptools
|
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
|
24
24
|
NAME = "wordlift-client"
|
|
25
|
-
VERSION = "1.
|
|
25
|
+
VERSION = "1.127.0"
|
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import unittest
|
|
17
|
+
|
|
18
|
+
from wordlift_client.models.ai_visibility_analysis_result import AIVisibilityAnalysisResult
|
|
19
|
+
|
|
20
|
+
class TestAIVisibilityAnalysisResult(unittest.TestCase):
|
|
21
|
+
"""AIVisibilityAnalysisResult unit test stubs"""
|
|
22
|
+
|
|
23
|
+
def setUp(self):
|
|
24
|
+
pass
|
|
25
|
+
|
|
26
|
+
def tearDown(self):
|
|
27
|
+
pass
|
|
28
|
+
|
|
29
|
+
def make_instance(self, include_optional) -> AIVisibilityAnalysisResult:
|
|
30
|
+
"""Test AIVisibilityAnalysisResult
|
|
31
|
+
include_option is a boolean, when False only required
|
|
32
|
+
params are included, when True both required and
|
|
33
|
+
optional params are included """
|
|
34
|
+
# uncomment below to create an instance of `AIVisibilityAnalysisResult`
|
|
35
|
+
"""
|
|
36
|
+
model = AIVisibilityAnalysisResult()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return AIVisibilityAnalysisResult(
|
|
39
|
+
url = '',
|
|
40
|
+
num_queries_requested = 56,
|
|
41
|
+
coverage_threshold = 1.337,
|
|
42
|
+
entity_name = '',
|
|
43
|
+
query_reasoning = '',
|
|
44
|
+
covered_count = 56,
|
|
45
|
+
total_queries = 56,
|
|
46
|
+
query_details = [
|
|
47
|
+
wordlift_client.models.query_coverage.QueryCoverage(
|
|
48
|
+
query = '',
|
|
49
|
+
is_covered = True,
|
|
50
|
+
similarity = 1.337,
|
|
51
|
+
best_chunk_preview = '', )
|
|
52
|
+
],
|
|
53
|
+
content_chunks_count = 56,
|
|
54
|
+
coverage_score = 1.337
|
|
55
|
+
)
|
|
56
|
+
else:
|
|
57
|
+
return AIVisibilityAnalysisResult(
|
|
58
|
+
url = '',
|
|
59
|
+
num_queries_requested = 56,
|
|
60
|
+
coverage_threshold = 1.337,
|
|
61
|
+
entity_name = '',
|
|
62
|
+
query_reasoning = '',
|
|
63
|
+
covered_count = 56,
|
|
64
|
+
total_queries = 56,
|
|
65
|
+
query_details = [
|
|
66
|
+
wordlift_client.models.query_coverage.QueryCoverage(
|
|
67
|
+
query = '',
|
|
68
|
+
is_covered = True,
|
|
69
|
+
similarity = 1.337,
|
|
70
|
+
best_chunk_preview = '', )
|
|
71
|
+
],
|
|
72
|
+
content_chunks_count = 56,
|
|
73
|
+
coverage_score = 1.337,
|
|
74
|
+
)
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
def testAIVisibilityAnalysisResult(self):
|
|
78
|
+
"""Test AIVisibilityAnalysisResult"""
|
|
79
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
80
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
81
|
+
|
|
82
|
+
if __name__ == '__main__':
|
|
83
|
+
unittest.main()
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import unittest
|
|
17
|
+
|
|
18
|
+
from wordlift_client.api.ai_visibility_api import AiVisibilityApi
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class TestAiVisibilityApi(unittest.TestCase):
|
|
22
|
+
"""AiVisibilityApi unit test stubs"""
|
|
23
|
+
|
|
24
|
+
def setUp(self) -> None:
|
|
25
|
+
self.api = AiVisibilityApi()
|
|
26
|
+
|
|
27
|
+
def tearDown(self) -> None:
|
|
28
|
+
pass
|
|
29
|
+
|
|
30
|
+
def test_create_ai_visibility_audit(self) -> None:
|
|
31
|
+
"""Test case for create_ai_visibility_audit
|
|
32
|
+
|
|
33
|
+
Create AI visibility audits for Query Fan-Out
|
|
34
|
+
"""
|
|
35
|
+
pass
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if __name__ == '__main__':
|
|
39
|
+
unittest.main()
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import unittest
|
|
17
|
+
|
|
18
|
+
from wordlift_client.models.analyze_url_request import AnalyzeURLRequest
|
|
19
|
+
|
|
20
|
+
class TestAnalyzeURLRequest(unittest.TestCase):
|
|
21
|
+
"""AnalyzeURLRequest unit test stubs"""
|
|
22
|
+
|
|
23
|
+
def setUp(self):
|
|
24
|
+
pass
|
|
25
|
+
|
|
26
|
+
def tearDown(self):
|
|
27
|
+
pass
|
|
28
|
+
|
|
29
|
+
def make_instance(self, include_optional) -> AnalyzeURLRequest:
|
|
30
|
+
"""Test AnalyzeURLRequest
|
|
31
|
+
include_option is a boolean, when False only required
|
|
32
|
+
params are included, when True both required and
|
|
33
|
+
optional params are included """
|
|
34
|
+
# uncomment below to create an instance of `AnalyzeURLRequest`
|
|
35
|
+
"""
|
|
36
|
+
model = AnalyzeURLRequest()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return AnalyzeURLRequest(
|
|
39
|
+
url = '0',
|
|
40
|
+
num_queries = 1,
|
|
41
|
+
coverage_threshold = 0
|
|
42
|
+
)
|
|
43
|
+
else:
|
|
44
|
+
return AnalyzeURLRequest(
|
|
45
|
+
url = '0',
|
|
46
|
+
)
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
def testAnalyzeURLRequest(self):
|
|
50
|
+
"""Test AnalyzeURLRequest"""
|
|
51
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
52
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
53
|
+
|
|
54
|
+
if __name__ == '__main__':
|
|
55
|
+
unittest.main()
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import unittest
|
|
17
|
+
|
|
18
|
+
from wordlift_client.models.query_coverage import QueryCoverage
|
|
19
|
+
|
|
20
|
+
class TestQueryCoverage(unittest.TestCase):
|
|
21
|
+
"""QueryCoverage unit test stubs"""
|
|
22
|
+
|
|
23
|
+
def setUp(self):
|
|
24
|
+
pass
|
|
25
|
+
|
|
26
|
+
def tearDown(self):
|
|
27
|
+
pass
|
|
28
|
+
|
|
29
|
+
def make_instance(self, include_optional) -> QueryCoverage:
|
|
30
|
+
"""Test QueryCoverage
|
|
31
|
+
include_option is a boolean, when False only required
|
|
32
|
+
params are included, when True both required and
|
|
33
|
+
optional params are included """
|
|
34
|
+
# uncomment below to create an instance of `QueryCoverage`
|
|
35
|
+
"""
|
|
36
|
+
model = QueryCoverage()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return QueryCoverage(
|
|
39
|
+
query = '',
|
|
40
|
+
is_covered = True,
|
|
41
|
+
similarity = 1.337,
|
|
42
|
+
best_chunk_preview = ''
|
|
43
|
+
)
|
|
44
|
+
else:
|
|
45
|
+
return QueryCoverage(
|
|
46
|
+
query = '',
|
|
47
|
+
is_covered = True,
|
|
48
|
+
similarity = 1.337,
|
|
49
|
+
best_chunk_preview = '',
|
|
50
|
+
)
|
|
51
|
+
"""
|
|
52
|
+
|
|
53
|
+
def testQueryCoverage(self):
|
|
54
|
+
"""Test QueryCoverage"""
|
|
55
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
56
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
57
|
+
|
|
58
|
+
if __name__ == '__main__':
|
|
59
|
+
unittest.main()
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "1.
|
|
18
|
+
__version__ = "1.127.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from wordlift_client.api.account_api import AccountApi
|
|
@@ -87,6 +87,7 @@ from wordlift_client.api.web_asyncs_metadata_api import WebAsyncsMetadataApi
|
|
|
87
87
|
from wordlift_client.api.web_asyncs_responses_api import WebAsyncsResponsesApi
|
|
88
88
|
from wordlift_client.api.web_pages_imports_api import WebPagesImportsApi
|
|
89
89
|
from wordlift_client.api.web_pages_api import WebPagesApi
|
|
90
|
+
from wordlift_client.api.ai_visibility_api import AiVisibilityApi
|
|
90
91
|
|
|
91
92
|
# import ApiClient
|
|
92
93
|
from wordlift_client.api_response import ApiResponse
|
|
@@ -100,6 +101,7 @@ from wordlift_client.exceptions import ApiAttributeError
|
|
|
100
101
|
from wordlift_client.exceptions import ApiException
|
|
101
102
|
|
|
102
103
|
# import models into sdk package
|
|
104
|
+
from wordlift_client.models.ai_visibility_analysis_result import AIVisibilityAnalysisResult
|
|
103
105
|
from wordlift_client.models.account import Account
|
|
104
106
|
from wordlift_client.models.account_config import AccountConfig
|
|
105
107
|
from wordlift_client.models.account_info import AccountInfo
|
|
@@ -113,6 +115,7 @@ from wordlift_client.models.analyses_response_item import AnalysesResponseItem
|
|
|
113
115
|
from wordlift_client.models.analytics_import_request import AnalyticsImportRequest
|
|
114
116
|
from wordlift_client.models.analytics_sync import AnalyticsSync
|
|
115
117
|
from wordlift_client.models.analytics_sync_request import AnalyticsSyncRequest
|
|
118
|
+
from wordlift_client.models.analyze_url_request import AnalyzeURLRequest
|
|
116
119
|
from wordlift_client.models.anchor_text import AnchorText
|
|
117
120
|
from wordlift_client.models.annotation import Annotation
|
|
118
121
|
from wordlift_client.models.ask_request import AskRequest
|
|
@@ -231,6 +234,7 @@ from wordlift_client.models.problem_detail import ProblemDetail
|
|
|
231
234
|
from wordlift_client.models.project_type import ProjectType
|
|
232
235
|
from wordlift_client.models.properties import Properties
|
|
233
236
|
from wordlift_client.models.properties1 import Properties1
|
|
237
|
+
from wordlift_client.models.query_coverage import QueryCoverage
|
|
234
238
|
from wordlift_client.models.question_and_answer import QuestionAndAnswer
|
|
235
239
|
from wordlift_client.models.question_and_answer_request import QuestionAndAnswerRequest
|
|
236
240
|
from wordlift_client.models.quick_win import QuickWin
|
|
@@ -70,4 +70,5 @@ from wordlift_client.api.web_asyncs_metadata_api import WebAsyncsMetadataApi
|
|
|
70
70
|
from wordlift_client.api.web_asyncs_responses_api import WebAsyncsResponsesApi
|
|
71
71
|
from wordlift_client.api.web_pages_imports_api import WebPagesImportsApi
|
|
72
72
|
from wordlift_client.api.web_pages_api import WebPagesApi
|
|
73
|
+
from wordlift_client.api.ai_visibility_api import AiVisibilityApi
|
|
73
74
|
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
import warnings
|
|
16
|
+
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
17
|
+
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
18
|
+
from typing_extensions import Annotated
|
|
19
|
+
|
|
20
|
+
from pydantic import StrictStr
|
|
21
|
+
from typing import Optional
|
|
22
|
+
from wordlift_client.models.ai_visibility_analysis_result import AIVisibilityAnalysisResult
|
|
23
|
+
from wordlift_client.models.analyze_url_request import AnalyzeURLRequest
|
|
24
|
+
|
|
25
|
+
from wordlift_client.api_client import ApiClient, RequestSerialized
|
|
26
|
+
from wordlift_client.api_response import ApiResponse
|
|
27
|
+
from wordlift_client.rest import RESTResponseType
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class AiVisibilityApi:
|
|
31
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
32
|
+
Ref: https://openapi-generator.tech
|
|
33
|
+
|
|
34
|
+
Do not edit the class manually.
|
|
35
|
+
"""
|
|
36
|
+
|
|
37
|
+
def __init__(self, api_client=None) -> None:
|
|
38
|
+
if api_client is None:
|
|
39
|
+
api_client = ApiClient.get_default()
|
|
40
|
+
self.api_client = api_client
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
@validate_call
|
|
44
|
+
async def create_ai_visibility_audit(
|
|
45
|
+
self,
|
|
46
|
+
analyze_url_request: AnalyzeURLRequest,
|
|
47
|
+
authorization: Optional[StrictStr] = None,
|
|
48
|
+
_request_timeout: Union[
|
|
49
|
+
None,
|
|
50
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
51
|
+
Tuple[
|
|
52
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
53
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
54
|
+
]
|
|
55
|
+
] = None,
|
|
56
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
57
|
+
_content_type: Optional[StrictStr] = None,
|
|
58
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
59
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
60
|
+
) -> AIVisibilityAnalysisResult:
|
|
61
|
+
"""Create AI visibility audits for Query Fan-Out
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
:param analyze_url_request: (required)
|
|
65
|
+
:type analyze_url_request: AnalyzeURLRequest
|
|
66
|
+
:param authorization:
|
|
67
|
+
:type authorization: str
|
|
68
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
69
|
+
number provided, it will be total request
|
|
70
|
+
timeout. It can also be a pair (tuple) of
|
|
71
|
+
(connection, read) timeouts.
|
|
72
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
73
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
74
|
+
request; this effectively ignores the
|
|
75
|
+
authentication in the spec for a single request.
|
|
76
|
+
:type _request_auth: dict, optional
|
|
77
|
+
:param _content_type: force content-type for the request.
|
|
78
|
+
:type _content_type: str, Optional
|
|
79
|
+
:param _headers: set to override the headers for a single
|
|
80
|
+
request; this effectively ignores the headers
|
|
81
|
+
in the spec for a single request.
|
|
82
|
+
:type _headers: dict, optional
|
|
83
|
+
:param _host_index: set to override the host_index for a single
|
|
84
|
+
request; this effectively ignores the host_index
|
|
85
|
+
in the spec for a single request.
|
|
86
|
+
:type _host_index: int, optional
|
|
87
|
+
:return: Returns the result object.
|
|
88
|
+
""" # noqa: E501
|
|
89
|
+
|
|
90
|
+
_param = self._create_ai_visibility_audit_serialize(
|
|
91
|
+
analyze_url_request=analyze_url_request,
|
|
92
|
+
authorization=authorization,
|
|
93
|
+
_request_auth=_request_auth,
|
|
94
|
+
_content_type=_content_type,
|
|
95
|
+
_headers=_headers,
|
|
96
|
+
_host_index=_host_index
|
|
97
|
+
)
|
|
98
|
+
|
|
99
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
100
|
+
'200': "AIVisibilityAnalysisResult",
|
|
101
|
+
'422': "HTTPValidationError",
|
|
102
|
+
}
|
|
103
|
+
response_data = await self.api_client.call_api(
|
|
104
|
+
*_param,
|
|
105
|
+
_request_timeout=_request_timeout
|
|
106
|
+
)
|
|
107
|
+
await response_data.read()
|
|
108
|
+
return self.api_client.response_deserialize(
|
|
109
|
+
response_data=response_data,
|
|
110
|
+
response_types_map=_response_types_map,
|
|
111
|
+
).data
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
@validate_call
|
|
115
|
+
async def create_ai_visibility_audit_with_http_info(
|
|
116
|
+
self,
|
|
117
|
+
analyze_url_request: AnalyzeURLRequest,
|
|
118
|
+
authorization: Optional[StrictStr] = None,
|
|
119
|
+
_request_timeout: Union[
|
|
120
|
+
None,
|
|
121
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
122
|
+
Tuple[
|
|
123
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
124
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
125
|
+
]
|
|
126
|
+
] = None,
|
|
127
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
128
|
+
_content_type: Optional[StrictStr] = None,
|
|
129
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
130
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
131
|
+
) -> ApiResponse[AIVisibilityAnalysisResult]:
|
|
132
|
+
"""Create AI visibility audits for Query Fan-Out
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
:param analyze_url_request: (required)
|
|
136
|
+
:type analyze_url_request: AnalyzeURLRequest
|
|
137
|
+
:param authorization:
|
|
138
|
+
:type authorization: str
|
|
139
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
140
|
+
number provided, it will be total request
|
|
141
|
+
timeout. It can also be a pair (tuple) of
|
|
142
|
+
(connection, read) timeouts.
|
|
143
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
144
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
145
|
+
request; this effectively ignores the
|
|
146
|
+
authentication in the spec for a single request.
|
|
147
|
+
:type _request_auth: dict, optional
|
|
148
|
+
:param _content_type: force content-type for the request.
|
|
149
|
+
:type _content_type: str, Optional
|
|
150
|
+
:param _headers: set to override the headers for a single
|
|
151
|
+
request; this effectively ignores the headers
|
|
152
|
+
in the spec for a single request.
|
|
153
|
+
:type _headers: dict, optional
|
|
154
|
+
:param _host_index: set to override the host_index for a single
|
|
155
|
+
request; this effectively ignores the host_index
|
|
156
|
+
in the spec for a single request.
|
|
157
|
+
:type _host_index: int, optional
|
|
158
|
+
:return: Returns the result object.
|
|
159
|
+
""" # noqa: E501
|
|
160
|
+
|
|
161
|
+
_param = self._create_ai_visibility_audit_serialize(
|
|
162
|
+
analyze_url_request=analyze_url_request,
|
|
163
|
+
authorization=authorization,
|
|
164
|
+
_request_auth=_request_auth,
|
|
165
|
+
_content_type=_content_type,
|
|
166
|
+
_headers=_headers,
|
|
167
|
+
_host_index=_host_index
|
|
168
|
+
)
|
|
169
|
+
|
|
170
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
171
|
+
'200': "AIVisibilityAnalysisResult",
|
|
172
|
+
'422': "HTTPValidationError",
|
|
173
|
+
}
|
|
174
|
+
response_data = await self.api_client.call_api(
|
|
175
|
+
*_param,
|
|
176
|
+
_request_timeout=_request_timeout
|
|
177
|
+
)
|
|
178
|
+
await response_data.read()
|
|
179
|
+
return self.api_client.response_deserialize(
|
|
180
|
+
response_data=response_data,
|
|
181
|
+
response_types_map=_response_types_map,
|
|
182
|
+
)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
@validate_call
|
|
186
|
+
async def create_ai_visibility_audit_without_preload_content(
|
|
187
|
+
self,
|
|
188
|
+
analyze_url_request: AnalyzeURLRequest,
|
|
189
|
+
authorization: Optional[StrictStr] = None,
|
|
190
|
+
_request_timeout: Union[
|
|
191
|
+
None,
|
|
192
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
193
|
+
Tuple[
|
|
194
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
195
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
196
|
+
]
|
|
197
|
+
] = None,
|
|
198
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
199
|
+
_content_type: Optional[StrictStr] = None,
|
|
200
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
201
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
202
|
+
) -> RESTResponseType:
|
|
203
|
+
"""Create AI visibility audits for Query Fan-Out
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
:param analyze_url_request: (required)
|
|
207
|
+
:type analyze_url_request: AnalyzeURLRequest
|
|
208
|
+
:param authorization:
|
|
209
|
+
:type authorization: str
|
|
210
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
211
|
+
number provided, it will be total request
|
|
212
|
+
timeout. It can also be a pair (tuple) of
|
|
213
|
+
(connection, read) timeouts.
|
|
214
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
215
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
216
|
+
request; this effectively ignores the
|
|
217
|
+
authentication in the spec for a single request.
|
|
218
|
+
:type _request_auth: dict, optional
|
|
219
|
+
:param _content_type: force content-type for the request.
|
|
220
|
+
:type _content_type: str, Optional
|
|
221
|
+
:param _headers: set to override the headers for a single
|
|
222
|
+
request; this effectively ignores the headers
|
|
223
|
+
in the spec for a single request.
|
|
224
|
+
:type _headers: dict, optional
|
|
225
|
+
:param _host_index: set to override the host_index for a single
|
|
226
|
+
request; this effectively ignores the host_index
|
|
227
|
+
in the spec for a single request.
|
|
228
|
+
:type _host_index: int, optional
|
|
229
|
+
:return: Returns the result object.
|
|
230
|
+
""" # noqa: E501
|
|
231
|
+
|
|
232
|
+
_param = self._create_ai_visibility_audit_serialize(
|
|
233
|
+
analyze_url_request=analyze_url_request,
|
|
234
|
+
authorization=authorization,
|
|
235
|
+
_request_auth=_request_auth,
|
|
236
|
+
_content_type=_content_type,
|
|
237
|
+
_headers=_headers,
|
|
238
|
+
_host_index=_host_index
|
|
239
|
+
)
|
|
240
|
+
|
|
241
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
242
|
+
'200': "AIVisibilityAnalysisResult",
|
|
243
|
+
'422': "HTTPValidationError",
|
|
244
|
+
}
|
|
245
|
+
response_data = await self.api_client.call_api(
|
|
246
|
+
*_param,
|
|
247
|
+
_request_timeout=_request_timeout
|
|
248
|
+
)
|
|
249
|
+
return response_data.response
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
def _create_ai_visibility_audit_serialize(
|
|
253
|
+
self,
|
|
254
|
+
analyze_url_request,
|
|
255
|
+
authorization,
|
|
256
|
+
_request_auth,
|
|
257
|
+
_content_type,
|
|
258
|
+
_headers,
|
|
259
|
+
_host_index,
|
|
260
|
+
) -> RequestSerialized:
|
|
261
|
+
|
|
262
|
+
_host = None
|
|
263
|
+
|
|
264
|
+
_collection_formats: Dict[str, str] = {
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
_path_params: Dict[str, str] = {}
|
|
268
|
+
_query_params: List[Tuple[str, str]] = []
|
|
269
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
270
|
+
_form_params: List[Tuple[str, str]] = []
|
|
271
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
272
|
+
_body_params: Optional[bytes] = None
|
|
273
|
+
|
|
274
|
+
# process the path parameters
|
|
275
|
+
# process the query parameters
|
|
276
|
+
# process the header parameters
|
|
277
|
+
if authorization is not None:
|
|
278
|
+
_header_params['authorization'] = authorization
|
|
279
|
+
# process the form parameters
|
|
280
|
+
# process the body parameter
|
|
281
|
+
if analyze_url_request is not None:
|
|
282
|
+
_body_params = analyze_url_request
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
# set the HTTP header `Accept`
|
|
286
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
287
|
+
[
|
|
288
|
+
'application/json'
|
|
289
|
+
]
|
|
290
|
+
)
|
|
291
|
+
|
|
292
|
+
# set the HTTP header `Content-Type`
|
|
293
|
+
if _content_type:
|
|
294
|
+
_header_params['Content-Type'] = _content_type
|
|
295
|
+
else:
|
|
296
|
+
_default_content_type = (
|
|
297
|
+
self.api_client.select_header_content_type(
|
|
298
|
+
[
|
|
299
|
+
'application/json'
|
|
300
|
+
]
|
|
301
|
+
)
|
|
302
|
+
)
|
|
303
|
+
if _default_content_type is not None:
|
|
304
|
+
_header_params['Content-Type'] = _default_content_type
|
|
305
|
+
|
|
306
|
+
# authentication setting
|
|
307
|
+
_auth_settings: List[str] = [
|
|
308
|
+
'ApiKey'
|
|
309
|
+
]
|
|
310
|
+
|
|
311
|
+
return self.api_client.param_serialize(
|
|
312
|
+
method='POST',
|
|
313
|
+
resource_path='/ai-visibility-audits',
|
|
314
|
+
path_params=_path_params,
|
|
315
|
+
query_params=_query_params,
|
|
316
|
+
header_params=_header_params,
|
|
317
|
+
body=_body_params,
|
|
318
|
+
post_params=_form_params,
|
|
319
|
+
files=_files,
|
|
320
|
+
auth_settings=_auth_settings,
|
|
321
|
+
collection_formats=_collection_formats,
|
|
322
|
+
_host=_host,
|
|
323
|
+
_request_auth=_request_auth
|
|
324
|
+
)
|
|
325
|
+
|
|
326
|
+
|
|
@@ -89,7 +89,7 @@ class ApiClient:
|
|
|
89
89
|
self.default_headers[header_name] = header_value
|
|
90
90
|
self.cookie = cookie
|
|
91
91
|
# Set default User-Agent.
|
|
92
|
-
self.user_agent = 'OpenAPI-Generator/1.
|
|
92
|
+
self.user_agent = 'OpenAPI-Generator/1.127.0/python'
|
|
93
93
|
self.client_side_validation = configuration.client_side_validation
|
|
94
94
|
|
|
95
95
|
async def __aenter__(self):
|