wordlift-client 1.123.0__tar.gz → 1.125.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.123.0/wordlift_client.egg-info → wordlift_client-1.125.0}/PKG-INFO +1 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/README.md +3 -4
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/pyproject.toml +1 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/setup.py +1 -1
- wordlift_client-1.125.0/test/test_create_url_inspection_request.py +53 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/__init__.py +2 -4
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/__init__.py +0 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/google_search_console_api.py +275 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api_client.py +1 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/configuration.py +1 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/__init__.py +1 -2
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/account_stats.py +3 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/automation_readiness.py +2 -2
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_structure.py +2 -2
- wordlift_client-1.125.0/wordlift_client/models/create_url_inspection_request.py +88 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/image_accessibility.py +2 -2
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/js_rendering.py +6 -6
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/seo_fundamentals.py +2 -2
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/site_files.py +2 -2
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/site_files_bot_access.py +6 -6
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/structured_data.py +2 -2
- {wordlift_client-1.123.0 → wordlift_client-1.125.0/wordlift_client.egg-info}/PKG-INFO +1 -1
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client.egg-info/SOURCES.txt +2 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/LICENSE +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/setup.cfg +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_audit_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_audit_data.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_audit_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_audit_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_automation_readiness.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_content_structure.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entity.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_error_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_event.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_filter.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_graph.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_html.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_image.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_image_accessibility.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_js_rendering.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_kg_embedding_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_link_group.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_link_group_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_link_groups_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_model.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_model1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_preset.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_properties.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_quick_win.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_record.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_request1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_request2.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_request3.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_response1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_response2.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_rule.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_scope.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_seo_fundamentals.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_site_files.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_site_files_bot_access.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_structured_data.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_token_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_token_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_tokens.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_tokens_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_topic.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_validation_error1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_validation_error1_detail_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_page_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_page_import_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_web_pages_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_website.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_word.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/account_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/account_google_search_console_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/account_stats_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/accounts_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/add_ons_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/agent_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/analyses_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/analytics_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/analytics_syncs_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/audit_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/authors_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/autocomplete_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/classifications_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_evaluations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_expansions_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_completion_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_fields_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_models_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_presets_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_records_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_records_export_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_renders_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_stats_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_syncs_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/content_generations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/custom_domains_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/data_uri_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/dataset_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/embedding_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/embeddings_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/entities_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/entity_gaps_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/fact_check_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/google_merchants_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/google_search_console_searches_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/google_search_console_websites_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/graph_ql_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/image_to_text_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/include_excludes_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/inspector_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/internal_links_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/link_groups_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/long_tails_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/merchant_syncs_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/merchants_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/microdata_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/platform_consumptions_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/platform_limits_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/plugin_events_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/questions_and_answers_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/redeem_codes_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/rules_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/seo_scores_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/sitemap_generator_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/sitemap_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/summarizations_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/token_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/tokens_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/vector_search_nodes_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/vector_search_queries_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/vector_search_questions_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/web_pages_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/web_pages_imports_api.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/exceptions.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/account.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/account_config.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/account_info.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/account_subscription.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/active_account.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/add_on_configuration.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/analyses_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/analyses_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/analyses_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/analytics_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/analytics_sync.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/analytics_sync_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/anchor_text.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/annotation.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/ask_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/ask_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/audit_data.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/audit_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/audit_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/author_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/authorization.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/authorization_status.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/autocomplete_result.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/batch_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/botify_crawl_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/build_authorize_uri_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/build_authorize_uri_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/classification_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/classification_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/completion_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_expansion_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_expansion_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_generation.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_generation_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_generation_stats.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/create_embeddings_input.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/create_seo_score200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/create_seo_score_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/diagnostic_plugin.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/domain_validation_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/duplicate_authorization_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/embedding_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/entity.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/entity1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/entity_gap_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/entity_match.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/entity_patch_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/error_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/event.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/exchange_auth_code_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/exchange_auth_code_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/filter.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/filter_value.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/generate_sitemap200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/generate_sitemap_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/graphql_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/html.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/http_validation_error.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/image.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/image_to_text_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/image_to_text_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/include_exclude.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/include_exclude_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/inspect_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/internal_link.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/internal_link_destination.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/internal_link_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/internal_link_source.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/kg_embedding_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/kg_embedding_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/level_enum.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/link_group.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/link_group_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/location_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/longtail_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/merchant.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/merchant_entry.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/merchant_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/merchant_sync.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/merchant_view.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/model.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/model_field.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/network_account_info.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/node_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/node_request_metadata_value.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_active_account.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_add_on_configuration.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_content_generation.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_field.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_merchant_entry.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_merchant_sync.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_merchant_view.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_model.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_platform_limit.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_preset.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_record.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_rule.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_website.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_website_search.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_with_limits.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/page_word.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/platform_limit.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/platform_limit_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/preset.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/problem_detail.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/project_type.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/properties.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/properties1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/question_and_answer.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/question_and_answer_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/quick_win.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/rank_entities.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/record.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/render_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/request1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/request2.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/request3.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/response1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/response2.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/rule.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/rule_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/scope.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/sitemap_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/smart_content.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/smart_content_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/submit_fact_check200_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/submit_fact_check_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/token_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/tokens.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/topic.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/update_account_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/update_question_and_answer_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/update_record_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/update_records_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/update_site_url_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/validation_error.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/validation_error1.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/validation_error1_detail_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/validation_fix.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/validation_result.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/validation_type_enum.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/vector_search_query_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/vector_search_query_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/vector_search_question_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/vector_search_question_response_item.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/web_async.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/web_page.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/web_page_import_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/web_page_import_response.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/webpage_properties.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/website.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/website_search.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/what_operand_lhs.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/what_operator.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/when_operator.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/with_limits.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/word.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/word_repetition_data.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/word_request.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/rest.py +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.123.0 → wordlift_client-1.125.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.125.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)
|
|
@@ -162,6 +162,7 @@ Class | Method | HTTP request | Description
|
|
|
162
162
|
*EntityGapsApi* | [**create_entity_gap**](docs/EntityGapsApi.md#create_entity_gap) | **POST** /entity-gaps | Create
|
|
163
163
|
*FactCheckApi* | [**submit_fact_check**](docs/FactCheckApi.md#submit_fact_check) | **POST** /fact-check/score | Submit a fact-checking request
|
|
164
164
|
*GoogleMerchantsApi* | [**list_google_merchants**](docs/GoogleMerchantsApi.md#list_google_merchants) | **GET** /ext/google/shopping/merchants | List
|
|
165
|
+
*GoogleSearchConsoleApi* | [**create_url_inspection**](docs/GoogleSearchConsoleApi.md#create_url_inspection) | **POST** /gsc/url-inspections | Create
|
|
165
166
|
*GoogleSearchConsoleApi* | [**list_website_search**](docs/GoogleSearchConsoleApi.md#list_website_search) | **GET** /ext/google/searchconsole/searches | List Website Search data
|
|
166
167
|
*GoogleSearchConsoleApi* | [**list_websites**](docs/GoogleSearchConsoleApi.md#list_websites) | **GET** /ext/google/searchconsole/websites | List
|
|
167
168
|
*GoogleSearchConsoleOAuth2Api* | [**create_auth_code_exchange**](docs/GoogleSearchConsoleOAuth2Api.md#create_auth_code_exchange) | **POST** /google-search-console/oauth2/auth-code-exchanges | Get an Access Code
|
|
@@ -223,7 +224,6 @@ Class | Method | HTTP request | Description
|
|
|
223
224
|
*RulesApi* | [**list_rules**](docs/RulesApi.md#list_rules) | **GET** /rules | List
|
|
224
225
|
*RulesApi* | [**update_rule**](docs/RulesApi.md#update_rule) | **PUT** /rules/{id} | Update
|
|
225
226
|
*RulesApi* | [**update_rule_collection**](docs/RulesApi.md#update_rule_collection) | **PUT** /rules-collection | Update
|
|
226
|
-
*SEOScoresApi* | [**create_seo_score**](docs/SEOScoresApi.md#create_seo_score) | **POST** /score | Create
|
|
227
227
|
*SitemapGeneratorApi* | [**generate_sitemap**](docs/SitemapGeneratorApi.md#generate_sitemap) | **POST** /build | Generate Sitemap
|
|
228
228
|
*SitemapImportsApi* | [**create_sitemap_import**](docs/SitemapImportsApi.md#create_sitemap_import) | **POST** /sitemap-imports | Create
|
|
229
229
|
*SummarizationsApi* | [**microdata_to_json_ld_using_post**](docs/SummarizationsApi.md#microdata_to_json_ld_using_post) | **POST** /summarize | Create
|
|
@@ -291,8 +291,7 @@ Class | Method | HTTP request | Description
|
|
|
291
291
|
- [ContentGenerationStats](docs/ContentGenerationStats.md)
|
|
292
292
|
- [ContentStructure](docs/ContentStructure.md)
|
|
293
293
|
- [CreateEmbeddingsInput](docs/CreateEmbeddingsInput.md)
|
|
294
|
-
- [
|
|
295
|
-
- [CreateSEOScoreRequest](docs/CreateSEOScoreRequest.md)
|
|
294
|
+
- [CreateUrlInspectionRequest](docs/CreateUrlInspectionRequest.md)
|
|
296
295
|
- [DiagnosticPlugin](docs/DiagnosticPlugin.md)
|
|
297
296
|
- [DiagnosticPluginRequest](docs/DiagnosticPluginRequest.md)
|
|
298
297
|
- [DomainValidationRequest](docs/DomainValidationRequest.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.125.0"
|
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
|
@@ -0,0 +1,53 @@
|
|
|
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.create_url_inspection_request import CreateUrlInspectionRequest
|
|
19
|
+
|
|
20
|
+
class TestCreateUrlInspectionRequest(unittest.TestCase):
|
|
21
|
+
"""CreateUrlInspectionRequest 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) -> CreateUrlInspectionRequest:
|
|
30
|
+
"""Test CreateUrlInspectionRequest
|
|
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 `CreateUrlInspectionRequest`
|
|
35
|
+
"""
|
|
36
|
+
model = CreateUrlInspectionRequest()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return CreateUrlInspectionRequest(
|
|
39
|
+
url = ''
|
|
40
|
+
)
|
|
41
|
+
else:
|
|
42
|
+
return CreateUrlInspectionRequest(
|
|
43
|
+
url = '',
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testCreateUrlInspectionRequest(self):
|
|
48
|
+
"""Test CreateUrlInspectionRequest"""
|
|
49
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
50
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
51
|
+
|
|
52
|
+
if __name__ == '__main__':
|
|
53
|
+
unittest.main()
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "1.
|
|
18
|
+
__version__ = "1.125.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from wordlift_client.api.account_api import AccountApi
|
|
@@ -76,7 +76,6 @@ from wordlift_client.api.plugin_events_api import PluginEventsApi
|
|
|
76
76
|
from wordlift_client.api.questions_and_answers_api import QuestionsAndAnswersApi
|
|
77
77
|
from wordlift_client.api.redeem_codes_api import RedeemCodesApi
|
|
78
78
|
from wordlift_client.api.rules_api import RulesApi
|
|
79
|
-
from wordlift_client.api.seo_scores_api import SEOScoresApi
|
|
80
79
|
from wordlift_client.api.sitemap_generator_api import SitemapGeneratorApi
|
|
81
80
|
from wordlift_client.api.sitemap_imports_api import SitemapImportsApi
|
|
82
81
|
from wordlift_client.api.summarizations_api import SummarizationsApi
|
|
@@ -152,8 +151,7 @@ from wordlift_client.models.content_generation_request import ContentGenerationR
|
|
|
152
151
|
from wordlift_client.models.content_generation_stats import ContentGenerationStats
|
|
153
152
|
from wordlift_client.models.content_structure import ContentStructure
|
|
154
153
|
from wordlift_client.models.create_embeddings_input import CreateEmbeddingsInput
|
|
155
|
-
from wordlift_client.models.
|
|
156
|
-
from wordlift_client.models.create_seo_score_request import CreateSEOScoreRequest
|
|
154
|
+
from wordlift_client.models.create_url_inspection_request import CreateUrlInspectionRequest
|
|
157
155
|
from wordlift_client.models.diagnostic_plugin import DiagnosticPlugin
|
|
158
156
|
from wordlift_client.models.diagnostic_plugin_request import DiagnosticPluginRequest
|
|
159
157
|
from wordlift_client.models.domain_validation_request import DomainValidationRequest
|
|
@@ -59,7 +59,6 @@ from wordlift_client.api.plugin_events_api import PluginEventsApi
|
|
|
59
59
|
from wordlift_client.api.questions_and_answers_api import QuestionsAndAnswersApi
|
|
60
60
|
from wordlift_client.api.redeem_codes_api import RedeemCodesApi
|
|
61
61
|
from wordlift_client.api.rules_api import RulesApi
|
|
62
|
-
from wordlift_client.api.seo_scores_api import SEOScoresApi
|
|
63
62
|
from wordlift_client.api.sitemap_generator_api import SitemapGeneratorApi
|
|
64
63
|
from wordlift_client.api.sitemap_imports_api import SitemapImportsApi
|
|
65
64
|
from wordlift_client.api.summarizations_api import SummarizationsApi
|
{wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/api/google_search_console_api.py
RENAMED
|
@@ -20,6 +20,7 @@ from typing_extensions import Annotated
|
|
|
20
20
|
from pydantic import Field, StrictInt, StrictStr
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
|
+
from wordlift_client.models.create_url_inspection_request import CreateUrlInspectionRequest
|
|
23
24
|
from wordlift_client.models.page_website import PageWebsite
|
|
24
25
|
from wordlift_client.models.page_website_search import PageWebsiteSearch
|
|
25
26
|
|
|
@@ -41,6 +42,280 @@ class GoogleSearchConsoleApi:
|
|
|
41
42
|
self.api_client = api_client
|
|
42
43
|
|
|
43
44
|
|
|
45
|
+
@validate_call
|
|
46
|
+
async def create_url_inspection(
|
|
47
|
+
self,
|
|
48
|
+
create_url_inspection_request: CreateUrlInspectionRequest,
|
|
49
|
+
_request_timeout: Union[
|
|
50
|
+
None,
|
|
51
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
52
|
+
Tuple[
|
|
53
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
54
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
55
|
+
]
|
|
56
|
+
] = None,
|
|
57
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
58
|
+
_content_type: Optional[StrictStr] = None,
|
|
59
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
60
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
61
|
+
) -> str:
|
|
62
|
+
"""Create
|
|
63
|
+
|
|
64
|
+
Inspect a URL using the Google Search Console connected to the authenticated account.
|
|
65
|
+
|
|
66
|
+
:param create_url_inspection_request: (required)
|
|
67
|
+
:type create_url_inspection_request: CreateUrlInspectionRequest
|
|
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_url_inspection_serialize(
|
|
91
|
+
create_url_inspection_request=create_url_inspection_request,
|
|
92
|
+
_request_auth=_request_auth,
|
|
93
|
+
_content_type=_content_type,
|
|
94
|
+
_headers=_headers,
|
|
95
|
+
_host_index=_host_index
|
|
96
|
+
)
|
|
97
|
+
|
|
98
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
99
|
+
'200': "str",
|
|
100
|
+
'301': None,
|
|
101
|
+
}
|
|
102
|
+
response_data = await self.api_client.call_api(
|
|
103
|
+
*_param,
|
|
104
|
+
_request_timeout=_request_timeout
|
|
105
|
+
)
|
|
106
|
+
await response_data.read()
|
|
107
|
+
return self.api_client.response_deserialize(
|
|
108
|
+
response_data=response_data,
|
|
109
|
+
response_types_map=_response_types_map,
|
|
110
|
+
).data
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
@validate_call
|
|
114
|
+
async def create_url_inspection_with_http_info(
|
|
115
|
+
self,
|
|
116
|
+
create_url_inspection_request: CreateUrlInspectionRequest,
|
|
117
|
+
_request_timeout: Union[
|
|
118
|
+
None,
|
|
119
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
120
|
+
Tuple[
|
|
121
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
122
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
123
|
+
]
|
|
124
|
+
] = None,
|
|
125
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
126
|
+
_content_type: Optional[StrictStr] = None,
|
|
127
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
128
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
129
|
+
) -> ApiResponse[str]:
|
|
130
|
+
"""Create
|
|
131
|
+
|
|
132
|
+
Inspect a URL using the Google Search Console connected to the authenticated account.
|
|
133
|
+
|
|
134
|
+
:param create_url_inspection_request: (required)
|
|
135
|
+
:type create_url_inspection_request: CreateUrlInspectionRequest
|
|
136
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
137
|
+
number provided, it will be total request
|
|
138
|
+
timeout. It can also be a pair (tuple) of
|
|
139
|
+
(connection, read) timeouts.
|
|
140
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
141
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
142
|
+
request; this effectively ignores the
|
|
143
|
+
authentication in the spec for a single request.
|
|
144
|
+
:type _request_auth: dict, optional
|
|
145
|
+
:param _content_type: force content-type for the request.
|
|
146
|
+
:type _content_type: str, Optional
|
|
147
|
+
:param _headers: set to override the headers for a single
|
|
148
|
+
request; this effectively ignores the headers
|
|
149
|
+
in the spec for a single request.
|
|
150
|
+
:type _headers: dict, optional
|
|
151
|
+
:param _host_index: set to override the host_index for a single
|
|
152
|
+
request; this effectively ignores the host_index
|
|
153
|
+
in the spec for a single request.
|
|
154
|
+
:type _host_index: int, optional
|
|
155
|
+
:return: Returns the result object.
|
|
156
|
+
""" # noqa: E501
|
|
157
|
+
|
|
158
|
+
_param = self._create_url_inspection_serialize(
|
|
159
|
+
create_url_inspection_request=create_url_inspection_request,
|
|
160
|
+
_request_auth=_request_auth,
|
|
161
|
+
_content_type=_content_type,
|
|
162
|
+
_headers=_headers,
|
|
163
|
+
_host_index=_host_index
|
|
164
|
+
)
|
|
165
|
+
|
|
166
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
167
|
+
'200': "str",
|
|
168
|
+
'301': None,
|
|
169
|
+
}
|
|
170
|
+
response_data = await self.api_client.call_api(
|
|
171
|
+
*_param,
|
|
172
|
+
_request_timeout=_request_timeout
|
|
173
|
+
)
|
|
174
|
+
await response_data.read()
|
|
175
|
+
return self.api_client.response_deserialize(
|
|
176
|
+
response_data=response_data,
|
|
177
|
+
response_types_map=_response_types_map,
|
|
178
|
+
)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
@validate_call
|
|
182
|
+
async def create_url_inspection_without_preload_content(
|
|
183
|
+
self,
|
|
184
|
+
create_url_inspection_request: CreateUrlInspectionRequest,
|
|
185
|
+
_request_timeout: Union[
|
|
186
|
+
None,
|
|
187
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
188
|
+
Tuple[
|
|
189
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
190
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
191
|
+
]
|
|
192
|
+
] = None,
|
|
193
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
194
|
+
_content_type: Optional[StrictStr] = None,
|
|
195
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
196
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
197
|
+
) -> RESTResponseType:
|
|
198
|
+
"""Create
|
|
199
|
+
|
|
200
|
+
Inspect a URL using the Google Search Console connected to the authenticated account.
|
|
201
|
+
|
|
202
|
+
:param create_url_inspection_request: (required)
|
|
203
|
+
:type create_url_inspection_request: CreateUrlInspectionRequest
|
|
204
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
205
|
+
number provided, it will be total request
|
|
206
|
+
timeout. It can also be a pair (tuple) of
|
|
207
|
+
(connection, read) timeouts.
|
|
208
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
209
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
210
|
+
request; this effectively ignores the
|
|
211
|
+
authentication in the spec for a single request.
|
|
212
|
+
:type _request_auth: dict, optional
|
|
213
|
+
:param _content_type: force content-type for the request.
|
|
214
|
+
:type _content_type: str, Optional
|
|
215
|
+
:param _headers: set to override the headers for a single
|
|
216
|
+
request; this effectively ignores the headers
|
|
217
|
+
in the spec for a single request.
|
|
218
|
+
:type _headers: dict, optional
|
|
219
|
+
:param _host_index: set to override the host_index for a single
|
|
220
|
+
request; this effectively ignores the host_index
|
|
221
|
+
in the spec for a single request.
|
|
222
|
+
:type _host_index: int, optional
|
|
223
|
+
:return: Returns the result object.
|
|
224
|
+
""" # noqa: E501
|
|
225
|
+
|
|
226
|
+
_param = self._create_url_inspection_serialize(
|
|
227
|
+
create_url_inspection_request=create_url_inspection_request,
|
|
228
|
+
_request_auth=_request_auth,
|
|
229
|
+
_content_type=_content_type,
|
|
230
|
+
_headers=_headers,
|
|
231
|
+
_host_index=_host_index
|
|
232
|
+
)
|
|
233
|
+
|
|
234
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
235
|
+
'200': "str",
|
|
236
|
+
'301': None,
|
|
237
|
+
}
|
|
238
|
+
response_data = await self.api_client.call_api(
|
|
239
|
+
*_param,
|
|
240
|
+
_request_timeout=_request_timeout
|
|
241
|
+
)
|
|
242
|
+
return response_data.response
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
def _create_url_inspection_serialize(
|
|
246
|
+
self,
|
|
247
|
+
create_url_inspection_request,
|
|
248
|
+
_request_auth,
|
|
249
|
+
_content_type,
|
|
250
|
+
_headers,
|
|
251
|
+
_host_index,
|
|
252
|
+
) -> RequestSerialized:
|
|
253
|
+
|
|
254
|
+
_host = None
|
|
255
|
+
|
|
256
|
+
_collection_formats: Dict[str, str] = {
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
_path_params: Dict[str, str] = {}
|
|
260
|
+
_query_params: List[Tuple[str, str]] = []
|
|
261
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
262
|
+
_form_params: List[Tuple[str, str]] = []
|
|
263
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
264
|
+
_body_params: Optional[bytes] = None
|
|
265
|
+
|
|
266
|
+
# process the path parameters
|
|
267
|
+
# process the query parameters
|
|
268
|
+
# process the header parameters
|
|
269
|
+
# process the form parameters
|
|
270
|
+
# process the body parameter
|
|
271
|
+
if create_url_inspection_request is not None:
|
|
272
|
+
_body_params = create_url_inspection_request
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
# set the HTTP header `Accept`
|
|
276
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
277
|
+
[
|
|
278
|
+
'application/json'
|
|
279
|
+
]
|
|
280
|
+
)
|
|
281
|
+
|
|
282
|
+
# set the HTTP header `Content-Type`
|
|
283
|
+
if _content_type:
|
|
284
|
+
_header_params['Content-Type'] = _content_type
|
|
285
|
+
else:
|
|
286
|
+
_default_content_type = (
|
|
287
|
+
self.api_client.select_header_content_type(
|
|
288
|
+
[
|
|
289
|
+
'application/json'
|
|
290
|
+
]
|
|
291
|
+
)
|
|
292
|
+
)
|
|
293
|
+
if _default_content_type is not None:
|
|
294
|
+
_header_params['Content-Type'] = _default_content_type
|
|
295
|
+
|
|
296
|
+
# authentication setting
|
|
297
|
+
_auth_settings: List[str] = [
|
|
298
|
+
'ApiKey'
|
|
299
|
+
]
|
|
300
|
+
|
|
301
|
+
return self.api_client.param_serialize(
|
|
302
|
+
method='POST',
|
|
303
|
+
resource_path='/gsc/url-inspections',
|
|
304
|
+
path_params=_path_params,
|
|
305
|
+
query_params=_query_params,
|
|
306
|
+
header_params=_header_params,
|
|
307
|
+
body=_body_params,
|
|
308
|
+
post_params=_form_params,
|
|
309
|
+
files=_files,
|
|
310
|
+
auth_settings=_auth_settings,
|
|
311
|
+
collection_formats=_collection_formats,
|
|
312
|
+
_host=_host,
|
|
313
|
+
_request_auth=_request_auth
|
|
314
|
+
)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
44
319
|
@validate_call
|
|
45
320
|
async def list_website_search(
|
|
46
321
|
self,
|
|
@@ -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.125.0/python'
|
|
93
93
|
self.client_side_validation = configuration.client_side_validation
|
|
94
94
|
|
|
95
95
|
async def __aenter__(self):
|
|
@@ -426,7 +426,7 @@ conf = wordlift_client.Configuration(
|
|
|
426
426
|
"OS: {env}\n"\
|
|
427
427
|
"Python Version: {pyversion}\n"\
|
|
428
428
|
"Version of the API: 1.0\n"\
|
|
429
|
-
"SDK Package Version: 1.
|
|
429
|
+
"SDK Package Version: 1.125.0".\
|
|
430
430
|
format(env=sys.platform, pyversion=sys.version)
|
|
431
431
|
|
|
432
432
|
def get_host_settings(self):
|
|
@@ -66,8 +66,7 @@ from wordlift_client.models.content_generation_request import ContentGenerationR
|
|
|
66
66
|
from wordlift_client.models.content_generation_stats import ContentGenerationStats
|
|
67
67
|
from wordlift_client.models.content_structure import ContentStructure
|
|
68
68
|
from wordlift_client.models.create_embeddings_input import CreateEmbeddingsInput
|
|
69
|
-
from wordlift_client.models.
|
|
70
|
-
from wordlift_client.models.create_seo_score_request import CreateSEOScoreRequest
|
|
69
|
+
from wordlift_client.models.create_url_inspection_request import CreateUrlInspectionRequest
|
|
71
70
|
from wordlift_client.models.diagnostic_plugin import DiagnosticPlugin
|
|
72
71
|
from wordlift_client.models.diagnostic_plugin_request import DiagnosticPluginRequest
|
|
73
72
|
from wordlift_client.models.domain_validation_request import DomainValidationRequest
|
|
@@ -27,11 +27,12 @@ class AccountStats(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
The Account statistics
|
|
29
29
|
""" # noqa: E501
|
|
30
|
+
account_id: StrictInt = Field(description="The account ID.")
|
|
30
31
|
entities: StrictInt = Field(description="The number of entities.")
|
|
31
32
|
entities_with_url: StrictInt = Field(description="The number of entities with URL.")
|
|
32
33
|
product_groups: StrictInt = Field(description="The number of product groups in the KG.")
|
|
33
34
|
products: StrictInt = Field(description="The number of products in the KG.")
|
|
34
|
-
__properties: ClassVar[List[str]] = ["entities", "entities_with_url", "product_groups", "products"]
|
|
35
|
+
__properties: ClassVar[List[str]] = ["account_id", "entities", "entities_with_url", "product_groups", "products"]
|
|
35
36
|
|
|
36
37
|
model_config = ConfigDict(
|
|
37
38
|
populate_by_name=True,
|
|
@@ -84,6 +85,7 @@ class AccountStats(BaseModel):
|
|
|
84
85
|
return cls.model_validate(obj)
|
|
85
86
|
|
|
86
87
|
_obj = cls.model_validate({
|
|
88
|
+
"account_id": obj.get("account_id"),
|
|
87
89
|
"entities": obj.get("entities"),
|
|
88
90
|
"entities_with_url": obj.get("entities_with_url"),
|
|
89
91
|
"product_groups": obj.get("product_groups"),
|
{wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/automation_readiness.py
RENAMED
|
@@ -38,8 +38,8 @@ class AutomationReadiness(BaseModel):
|
|
|
38
38
|
if value is None:
|
|
39
39
|
return value
|
|
40
40
|
|
|
41
|
-
if value not in set(['
|
|
42
|
-
raise ValueError("must be one of enum values ('
|
|
41
|
+
if value not in set(['Good', 'Needs Improvement', 'Poor']):
|
|
42
|
+
raise ValueError("must be one of enum values ('Good', 'Needs Improvement', 'Poor')")
|
|
43
43
|
return value
|
|
44
44
|
|
|
45
45
|
model_config = ConfigDict(
|
{wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/content_structure.py
RENAMED
|
@@ -39,8 +39,8 @@ class ContentStructure(BaseModel):
|
|
|
39
39
|
if value is None:
|
|
40
40
|
return value
|
|
41
41
|
|
|
42
|
-
if value not in set(['
|
|
43
|
-
raise ValueError("must be one of enum values ('
|
|
42
|
+
if value not in set(['Good', 'Needs Improvement', 'Poor']):
|
|
43
|
+
raise ValueError("must be one of enum values ('Good', 'Needs Improvement', 'Poor')")
|
|
44
44
|
return value
|
|
45
45
|
|
|
46
46
|
model_config = ConfigDict(
|
|
@@ -0,0 +1,88 @@
|
|
|
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
|
+
from __future__ import annotations
|
|
17
|
+
import pprint
|
|
18
|
+
import re # noqa: F401
|
|
19
|
+
import json
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
+
from typing import Any, ClassVar, Dict, List
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class CreateUrlInspectionRequest(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
A URL inspection request.
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
url: StrictStr = Field(description="The URL to analyze.")
|
|
31
|
+
__properties: ClassVar[List[str]] = ["url"]
|
|
32
|
+
|
|
33
|
+
model_config = ConfigDict(
|
|
34
|
+
populate_by_name=True,
|
|
35
|
+
validate_assignment=True,
|
|
36
|
+
protected_namespaces=(),
|
|
37
|
+
)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def to_str(self) -> str:
|
|
41
|
+
"""Returns the string representation of the model using alias"""
|
|
42
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
43
|
+
|
|
44
|
+
def to_json(self) -> str:
|
|
45
|
+
"""Returns the JSON representation of the model using alias"""
|
|
46
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
47
|
+
return json.dumps(self.to_dict())
|
|
48
|
+
|
|
49
|
+
@classmethod
|
|
50
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
51
|
+
"""Create an instance of CreateUrlInspectionRequest from a JSON string"""
|
|
52
|
+
return cls.from_dict(json.loads(json_str))
|
|
53
|
+
|
|
54
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
55
|
+
"""Return the dictionary representation of the model using alias.
|
|
56
|
+
|
|
57
|
+
This has the following differences from calling pydantic's
|
|
58
|
+
`self.model_dump(by_alias=True)`:
|
|
59
|
+
|
|
60
|
+
* `None` is only added to the output dict for nullable fields that
|
|
61
|
+
were set at model initialization. Other fields with value `None`
|
|
62
|
+
are ignored.
|
|
63
|
+
"""
|
|
64
|
+
excluded_fields: Set[str] = set([
|
|
65
|
+
])
|
|
66
|
+
|
|
67
|
+
_dict = self.model_dump(
|
|
68
|
+
by_alias=True,
|
|
69
|
+
exclude=excluded_fields,
|
|
70
|
+
exclude_none=True,
|
|
71
|
+
)
|
|
72
|
+
return _dict
|
|
73
|
+
|
|
74
|
+
@classmethod
|
|
75
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
76
|
+
"""Create an instance of CreateUrlInspectionRequest from a dict"""
|
|
77
|
+
if obj is None:
|
|
78
|
+
return None
|
|
79
|
+
|
|
80
|
+
if not isinstance(obj, dict):
|
|
81
|
+
return cls.model_validate(obj)
|
|
82
|
+
|
|
83
|
+
_obj = cls.model_validate({
|
|
84
|
+
"url": obj.get("url")
|
|
85
|
+
})
|
|
86
|
+
return _obj
|
|
87
|
+
|
|
88
|
+
|
{wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/image_accessibility.py
RENAMED
|
@@ -41,8 +41,8 @@ class ImageAccessibility(BaseModel):
|
|
|
41
41
|
if value is None:
|
|
42
42
|
return value
|
|
43
43
|
|
|
44
|
-
if value not in set(['
|
|
45
|
-
raise ValueError("must be one of enum values ('
|
|
44
|
+
if value not in set(['Good', 'Needs Improvement', 'Poor']):
|
|
45
|
+
raise ValueError("must be one of enum values ('Good', 'Needs Improvement', 'Poor')")
|
|
46
46
|
return value
|
|
47
47
|
|
|
48
48
|
model_config = ConfigDict(
|
|
@@ -42,8 +42,8 @@ class JsRendering(BaseModel):
|
|
|
42
42
|
if value is None:
|
|
43
43
|
return value
|
|
44
44
|
|
|
45
|
-
if value not in set(['
|
|
46
|
-
raise ValueError("must be one of enum values ('
|
|
45
|
+
if value not in set(['Good', 'Needs Improvement', 'Poor']):
|
|
46
|
+
raise ValueError("must be one of enum values ('Good', 'Needs Improvement', 'Poor')")
|
|
47
47
|
return value
|
|
48
48
|
|
|
49
49
|
@field_validator('rendering_type')
|
|
@@ -52,8 +52,8 @@ class JsRendering(BaseModel):
|
|
|
52
52
|
if value is None:
|
|
53
53
|
return value
|
|
54
54
|
|
|
55
|
-
if value not in set(['Static', 'SSR', 'CSR', 'Hybrid']):
|
|
56
|
-
raise ValueError("must be one of enum values ('Static', 'SSR', 'CSR', 'Hybrid')")
|
|
55
|
+
if value not in set(['Static', 'SSR', 'SSG', 'CSR', 'Hybrid']):
|
|
56
|
+
raise ValueError("must be one of enum values ('Static', 'SSR', 'SSG', 'CSR', 'Hybrid')")
|
|
57
57
|
return value
|
|
58
58
|
|
|
59
59
|
@field_validator('ai_accessibility')
|
|
@@ -62,8 +62,8 @@ class JsRendering(BaseModel):
|
|
|
62
62
|
if value is None:
|
|
63
63
|
return value
|
|
64
64
|
|
|
65
|
-
if value not in set(['Excellent', 'Good', '
|
|
66
|
-
raise ValueError("must be one of enum values ('Excellent', 'Good', '
|
|
65
|
+
if value not in set(['Excellent', 'Good', 'Limited', 'Blocked']):
|
|
66
|
+
raise ValueError("must be one of enum values ('Excellent', 'Good', 'Limited', 'Blocked')")
|
|
67
67
|
return value
|
|
68
68
|
|
|
69
69
|
model_config = ConfigDict(
|
{wordlift_client-1.123.0 → wordlift_client-1.125.0}/wordlift_client/models/seo_fundamentals.py
RENAMED
|
@@ -40,8 +40,8 @@ class SeoFundamentals(BaseModel):
|
|
|
40
40
|
if value is None:
|
|
41
41
|
return value
|
|
42
42
|
|
|
43
|
-
if value not in set(['
|
|
44
|
-
raise ValueError("must be one of enum values ('
|
|
43
|
+
if value not in set(['Good', 'Needs Improvement', 'Poor']):
|
|
44
|
+
raise ValueError("must be one of enum values ('Good', 'Needs Improvement', 'Poor')")
|
|
45
45
|
return value
|
|
46
46
|
|
|
47
47
|
model_config = ConfigDict(
|