wordlift-client 1.121.0__tar.gz → 1.123.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.121.0/wordlift_client.egg-info → wordlift_client-1.123.0}/PKG-INFO +1 -1
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/README.md +24 -8
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/pyproject.toml +1 -1
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/setup.py +1 -1
- wordlift_client-1.123.0/test/test_audit_api.py +39 -0
- wordlift_client-1.123.0/test/test_audit_data.py +114 -0
- wordlift_client-1.123.0/test/test_audit_request.py +53 -0
- wordlift_client-1.123.0/test/test_audit_response.py +116 -0
- wordlift_client-1.123.0/test/test_automation_readiness.py +56 -0
- wordlift_client-1.123.0/test/test_content_structure.py +54 -0
- wordlift_client-1.123.0/test/test_error_response.py +53 -0
- wordlift_client-1.123.0/test/test_image_accessibility.py +56 -0
- wordlift_client-1.123.0/test/test_js_rendering.py +60 -0
- wordlift_client-1.123.0/test/test_quick_win.py +54 -0
- wordlift_client-1.123.0/test/test_seo_fundamentals.py +56 -0
- wordlift_client-1.123.0/test/test_site_files.py +59 -0
- wordlift_client-1.123.0/test/test_site_files_bot_access.py +54 -0
- wordlift_client-1.123.0/test/test_structured_data.py +58 -0
- wordlift_client-1.123.0/test/test_validation_error1.py +59 -0
- wordlift_client-1.123.0/test/test_validation_error1_detail_inner.py +56 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/__init__.py +17 -1
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/__init__.py +1 -0
- wordlift_client-1.123.0/wordlift_client/api/audit_api.py +315 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/autocomplete_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_records_api.py +16 -16
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_stats_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_syncs_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/data_uri_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/inspector_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/merchant_syncs_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/redeem_codes_api.py +16 -16
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/web_asyncs_metadata_api.py +7 -7
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api_client.py +1 -1
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/configuration.py +1 -1
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/__init__.py +15 -0
- wordlift_client-1.123.0/wordlift_client/models/audit_data.py +166 -0
- wordlift_client-1.123.0/wordlift_client/models/audit_request.py +88 -0
- wordlift_client-1.123.0/wordlift_client/models/audit_response.py +94 -0
- wordlift_client-1.123.0/wordlift_client/models/automation_readiness.py +102 -0
- wordlift_client-1.123.0/wordlift_client/models/content_structure.py +103 -0
- wordlift_client-1.121.0/wordlift_client/models/entity1.py → wordlift_client-1.123.0/wordlift_client/models/entity.py +6 -6
- wordlift_client-1.121.0/wordlift_client/models/entity.py → wordlift_client-1.123.0/wordlift_client/models/entity1.py +6 -6
- wordlift_client-1.123.0/wordlift_client/models/error_response.py +90 -0
- wordlift_client-1.123.0/wordlift_client/models/image_accessibility.py +107 -0
- wordlift_client-1.123.0/wordlift_client/models/js_rendering.py +130 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/longtail_response.py +3 -3
- wordlift_client-1.121.0/wordlift_client/models/properties1.py → wordlift_client-1.123.0/wordlift_client/models/properties.py +4 -4
- wordlift_client-1.121.0/wordlift_client/models/properties.py → wordlift_client-1.123.0/wordlift_client/models/properties1.py +3 -3
- wordlift_client-1.123.0/wordlift_client/models/quick_win.py +102 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/rank_entities.py +3 -3
- wordlift_client-1.121.0/wordlift_client/models/request2.py → wordlift_client-1.123.0/wordlift_client/models/request1.py +4 -4
- wordlift_client-1.121.0/wordlift_client/models/request1.py → wordlift_client-1.123.0/wordlift_client/models/request2.py +4 -4
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/response2.py +3 -3
- wordlift_client-1.123.0/wordlift_client/models/seo_fundamentals.py +116 -0
- wordlift_client-1.123.0/wordlift_client/models/site_files.py +130 -0
- wordlift_client-1.123.0/wordlift_client/models/site_files_bot_access.py +122 -0
- wordlift_client-1.123.0/wordlift_client/models/structured_data.py +106 -0
- wordlift_client-1.123.0/wordlift_client/models/validation_error1.py +96 -0
- wordlift_client-1.123.0/wordlift_client/models/validation_error1_detail_inner.py +92 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/with_limits.py +2 -3
- {wordlift_client-1.121.0 → wordlift_client-1.123.0/wordlift_client.egg-info}/PKG-INFO +1 -1
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client.egg-info/SOURCES.txt +32 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/LICENSE +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/setup.cfg +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entity.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_event.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_filter.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_graph.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_html.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_image.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_kg_embedding_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_link_group.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_link_group_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_link_groups_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_model.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_model1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_preset.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_properties.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_record.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_request1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_request2.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_request3.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_response1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_response2.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_rule.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_scope.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_token_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_token_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_tokens.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_tokens_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_topic.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_page_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_page_import_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_web_pages_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_website.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_word.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/account_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/account_google_search_console_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/account_stats_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/accounts_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/add_ons_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/agent_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/analyses_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/analytics_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/analytics_syncs_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/authors_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/classifications_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_evaluations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_expansions_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_completion_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_fields_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_models_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_presets_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_records_export_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_renders_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/content_generations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/custom_domains_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/dataset_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/embedding_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/embeddings_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/entities_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/entity_gaps_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/fact_check_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/google_merchants_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/google_search_console_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/google_search_console_searches_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/google_search_console_websites_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/graph_ql_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/image_to_text_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/include_excludes_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/internal_links_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/link_groups_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/long_tails_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/merchants_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/microdata_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/platform_consumptions_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/platform_limits_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/plugin_events_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/questions_and_answers_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/rules_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/seo_scores_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/sitemap_generator_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/sitemap_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/summarizations_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/token_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/tokens_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/vector_search_nodes_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/vector_search_queries_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/vector_search_questions_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/web_pages_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api/web_pages_imports_api.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/exceptions.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/account.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/account_config.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/account_info.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/account_stats.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/account_subscription.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/active_account.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/add_on_configuration.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/analyses_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/analyses_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/analyses_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/analytics_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/analytics_sync.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/analytics_sync_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/anchor_text.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/annotation.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/ask_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/ask_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/author_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/authorization.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/authorization_status.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/autocomplete_result.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/batch_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/botify_crawl_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/build_authorize_uri_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/build_authorize_uri_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/classification_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/classification_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/completion_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_expansion_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_expansion_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_generation.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_generation_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/content_generation_stats.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/create_embeddings_input.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/create_seo_score200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/create_seo_score_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/diagnostic_plugin.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/domain_validation_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/duplicate_authorization_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/embedding_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/entity_gap_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/entity_match.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/entity_patch_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/event.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/exchange_auth_code_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/exchange_auth_code_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/filter.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/filter_value.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/generate_sitemap200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/generate_sitemap_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/graphql_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/html.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/http_validation_error.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/image.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/image_to_text_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/image_to_text_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/include_exclude.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/include_exclude_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/inspect_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/internal_link.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/internal_link_destination.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/internal_link_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/internal_link_source.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/kg_embedding_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/kg_embedding_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/level_enum.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/link_group.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/link_group_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/location_inner.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/merchant.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/merchant_entry.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/merchant_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/merchant_sync.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/merchant_view.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/model.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/model_field.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/network_account_info.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/node_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/node_request_metadata_value.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_active_account.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_add_on_configuration.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_content_generation.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_field.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_merchant_entry.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_merchant_sync.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_merchant_view.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_model.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_platform_limit.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_preset.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_record.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_rule.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_website.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_website_search.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_with_limits.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/page_word.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/platform_limit.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/platform_limit_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/preset.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/problem_detail.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/project_type.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/question_and_answer.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/question_and_answer_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/record.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/render_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/request3.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/response1.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/rule.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/rule_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/scope.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/sitemap_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/smart_content.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/smart_content_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/submit_fact_check200_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/submit_fact_check_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/token_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/tokens.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/topic.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/update_account_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/update_question_and_answer_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/update_record_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/update_records_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/update_site_url_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/validation_error.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/validation_fix.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/validation_result.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/validation_type_enum.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/vector_search_query_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/vector_search_query_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/vector_search_question_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/vector_search_question_response_item.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/web_async.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/web_page.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/web_page_import_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/web_page_import_response.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/webpage_properties.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/website.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/website_search.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/what_operand_lhs.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/what_operator.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/when_operator.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/word.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/word_repetition_data.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/models/word_request.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client/rest.py +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.121.0 → wordlift_client-1.123.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.123.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)
|
|
@@ -111,8 +111,9 @@ Class | Method | HTTP request | Description
|
|
|
111
111
|
*AnalyticsImportsApi* | [**create_analytics_import**](docs/AnalyticsImportsApi.md#create_analytics_import) | **POST** /analytics-imports | Create
|
|
112
112
|
*AnalyticsSyncsApi* | [**create_analytics_sync**](docs/AnalyticsSyncsApi.md#create_analytics_sync) | **POST** /analytics-syncs | Create
|
|
113
113
|
*AnalyticsSyncsApi* | [**list_analytics_syncs**](docs/AnalyticsSyncsApi.md#list_analytics_syncs) | **GET** /analytics-syncs | List
|
|
114
|
+
*AuditApi* | [**audit_website**](docs/AuditApi.md#audit_website) | **POST** /audit | Website Audit
|
|
114
115
|
*AuthorsApi* | [**create_author**](docs/AuthorsApi.md#create_author) | **POST** /data/authors | Create
|
|
115
|
-
*AutocompleteApi* | [**
|
|
116
|
+
*AutocompleteApi* | [**get4**](docs/AutocompleteApi.md#get4) | **GET** /autocomplete | Get
|
|
116
117
|
*BotifyCrawlImportsApi* | [**create_botify_crawl_import**](docs/BotifyCrawlImportsApi.md#create_botify_crawl_import) | **POST** /botify-crawl-imports | Create
|
|
117
118
|
*ClassificationsApi* | [**classify_using_post**](docs/ClassificationsApi.md#classify_using_post) | **POST** /classification/classify | Create
|
|
118
119
|
*ContentEvaluationsApi* | [**evaluate_content_api_content_evaluations_post**](docs/ContentEvaluationsApi.md#evaluate_content_api_content_evaluations_post) | **POST** /content-evaluations | Evaluate Content
|
|
@@ -131,8 +132,8 @@ Class | Method | HTTP request | Description
|
|
|
131
132
|
*ContentGenerationRecordsExportApi* | [**export**](docs/ContentGenerationRecordsExportApi.md#export) | **GET** /content-generations/{contentGenerationId}/records.tsv |
|
|
132
133
|
*ContentGenerationRendersApi* | [**render_template**](docs/ContentGenerationRendersApi.md#render_template) | **POST** /content-generations/renders | Render
|
|
133
134
|
*ContentGenerationRendersApi* | [**render_template_collection**](docs/ContentGenerationRendersApi.md#render_template_collection) | **POST** /content-generations/renders-collection | Render
|
|
134
|
-
*ContentGenerationStatsApi* | [**
|
|
135
|
-
*ContentGenerationSyncsApi* | [**
|
|
135
|
+
*ContentGenerationStatsApi* | [**get2**](docs/ContentGenerationStatsApi.md#get2) | **GET** /content-generations/{contentGenerationId}/stats | Get
|
|
136
|
+
*ContentGenerationSyncsApi* | [**create_sync1**](docs/ContentGenerationSyncsApi.md#create_sync1) | **POST** /content-generations/{contentGenerationId}/syncs | Create
|
|
136
137
|
*ContentGenerationWordBiasesApi* | [**create_word**](docs/ContentGenerationWordBiasesApi.md#create_word) | **POST** /content-generations/{contentGenerationId}/words | Create
|
|
137
138
|
*ContentGenerationWordBiasesApi* | [**create_words**](docs/ContentGenerationWordBiasesApi.md#create_words) | **PUT** /content-generations/{contentGenerationId}/words | Update for prompt
|
|
138
139
|
*ContentGenerationWordBiasesApi* | [**create_words_from_csv**](docs/ContentGenerationWordBiasesApi.md#create_words_from_csv) | **PUT** /content-generations/{contentGenerationId}/words/imports | Update from CSV
|
|
@@ -146,7 +147,7 @@ Class | Method | HTTP request | Description
|
|
|
146
147
|
*ContentGenerationsApi* | [**list_content_generations**](docs/ContentGenerationsApi.md#list_content_generations) | **GET** /content-generations | List
|
|
147
148
|
*ContentGenerationsApi* | [**update_content_generation**](docs/ContentGenerationsApi.md#update_content_generation) | **PUT** /content-generations/{id} | Update
|
|
148
149
|
*CustomDomainsApi* | [**validate**](docs/CustomDomainsApi.md#validate) | **POST** /validations | Validate
|
|
149
|
-
*DataURIApi* | [**
|
|
150
|
+
*DataURIApi* | [**get1**](docs/DataURIApi.md#get1) | **GET** /data-uri | Get the Web Data URI for a Web Page URL.
|
|
150
151
|
*DatasetApi* | [**create_or_update_entities1**](docs/DatasetApi.md#create_or_update_entities1) | **POST** /dataset/batch | Create or update many
|
|
151
152
|
*DatasetApi* | [**create_or_update_entity**](docs/DatasetApi.md#create_or_update_entity) | **POST** /dataset | Create or update one
|
|
152
153
|
*DatasetApi* | [**delete_all_entities**](docs/DatasetApi.md#delete_all_entities) | **DELETE** /dataset/all | Delete all
|
|
@@ -175,14 +176,14 @@ Class | Method | HTTP request | Description
|
|
|
175
176
|
*ImageToTextApi* | [**image_to_text_api_image2_text_v1_post**](docs/ImageToTextApi.md#image_to_text_api_image2_text_v1_post) | **POST** /image-2-text-v1 | Convert Image to Text
|
|
176
177
|
*IncludeExcludesApi* | [**list_include_excludes**](docs/IncludeExcludesApi.md#list_include_excludes) | **GET** /accounts/me/include-excludes | List
|
|
177
178
|
*IncludeExcludesApi* | [**update_include_excludes**](docs/IncludeExcludesApi.md#update_include_excludes) | **PUT** /accounts/me/include-excludes | Update
|
|
178
|
-
*InspectorApi* | [**
|
|
179
|
+
*InspectorApi* | [**get3**](docs/InspectorApi.md#get3) | **GET** /inspect | Inspect
|
|
179
180
|
*InternalLinksApi* | [**create_internal_link**](docs/InternalLinksApi.md#create_internal_link) | **POST** /internal-links | Create
|
|
180
181
|
*InternalLinksApi* | [**create_internal_link_suggestion**](docs/InternalLinksApi.md#create_internal_link_suggestion) | **POST** /internal-links/suggestions | Suggest
|
|
181
182
|
*LinkGroupsApi* | [**get_link_groups**](docs/LinkGroupsApi.md#get_link_groups) | **GET** /accounts/{id}/link-groups | Get
|
|
182
183
|
*LongTailsApi* | [**get2**](docs/LongTailsApi.md#get2) | **GET** /longtail | Get entities
|
|
183
184
|
*LongTailsApi* | [**get3**](docs/LongTailsApi.md#get3) | **GET** /longtail/hook | Get entities by rank (async)
|
|
184
185
|
*LongTailsApi* | [**get_v2**](docs/LongTailsApi.md#get_v2) | **GET** /longtail/v2 | Get entities by rank
|
|
185
|
-
*MerchantSyncsApi* | [**
|
|
186
|
+
*MerchantSyncsApi* | [**create_sync**](docs/MerchantSyncsApi.md#create_sync) | **POST** /merchants/{merchantId}/syncs | Start
|
|
186
187
|
*MerchantSyncsApi* | [**get_merchant_sync**](docs/MerchantSyncsApi.md#get_merchant_sync) | **GET** /merchants/{merchantId}/syncs/{id} | Get by id
|
|
187
188
|
*MerchantSyncsApi* | [**list_merchant_syncs**](docs/MerchantSyncsApi.md#list_merchant_syncs) | **GET** /merchants/{merchantId}/syncs | List
|
|
188
189
|
*MerchantsApi* | [**create_merchant**](docs/MerchantsApi.md#create_merchant) | **POST** /merchants | Create
|
|
@@ -230,7 +231,7 @@ Class | Method | HTTP request | Description
|
|
|
230
231
|
*VectorSearchNodesApi* | [**update_nodes_collection**](docs/VectorSearchNodesApi.md#update_nodes_collection) | **PUT** /vector-search/nodes-collection | Update
|
|
231
232
|
*VectorSearchQueriesApi* | [**create_query**](docs/VectorSearchQueriesApi.md#create_query) | **POST** /vector-search/queries | Create
|
|
232
233
|
*VectorSearchQuestionsApi* | [**create_vector_search_question**](docs/VectorSearchQuestionsApi.md#create_vector_search_question) | **POST** /vector-search/questions-collection | Create
|
|
233
|
-
*WebAsyncsMetadataApi* | [**
|
|
234
|
+
*WebAsyncsMetadataApi* | [**get**](docs/WebAsyncsMetadataApi.md#get) | **GET** /webasyncs/{id} | Get by id
|
|
234
235
|
*WebAsyncsMetadataApi* | [**list**](docs/WebAsyncsMetadataApi.md#list) | **GET** /webasyncs | List
|
|
235
236
|
*WebAsyncsResponsesApi* | [**get1**](docs/WebAsyncsResponsesApi.md#get1) | **GET** /webasyncs/{id}/pull | Get by id
|
|
236
237
|
*WebPagesImportsApi* | [**create_web_page_imports**](docs/WebPagesImportsApi.md#create_web_page_imports) | **POST** /web-page-imports | Create
|
|
@@ -256,10 +257,14 @@ Class | Method | HTTP request | Description
|
|
|
256
257
|
- [Annotation](docs/Annotation.md)
|
|
257
258
|
- [AskRequest](docs/AskRequest.md)
|
|
258
259
|
- [AskResponse](docs/AskResponse.md)
|
|
260
|
+
- [AuditData](docs/AuditData.md)
|
|
261
|
+
- [AuditRequest](docs/AuditRequest.md)
|
|
262
|
+
- [AuditResponse](docs/AuditResponse.md)
|
|
259
263
|
- [AuthorRequest](docs/AuthorRequest.md)
|
|
260
264
|
- [Authorization](docs/Authorization.md)
|
|
261
265
|
- [AuthorizationStatus](docs/AuthorizationStatus.md)
|
|
262
266
|
- [AutocompleteResult](docs/AutocompleteResult.md)
|
|
267
|
+
- [AutomationReadiness](docs/AutomationReadiness.md)
|
|
263
268
|
- [BatchRequest](docs/BatchRequest.md)
|
|
264
269
|
- [BotifyCrawlImportRequest](docs/BotifyCrawlImportRequest.md)
|
|
265
270
|
- [BuildAuthorizeUriRequest](docs/BuildAuthorizeUriRequest.md)
|
|
@@ -284,6 +289,7 @@ Class | Method | HTTP request | Description
|
|
|
284
289
|
- [ContentGeneration](docs/ContentGeneration.md)
|
|
285
290
|
- [ContentGenerationRequest](docs/ContentGenerationRequest.md)
|
|
286
291
|
- [ContentGenerationStats](docs/ContentGenerationStats.md)
|
|
292
|
+
- [ContentStructure](docs/ContentStructure.md)
|
|
287
293
|
- [CreateEmbeddingsInput](docs/CreateEmbeddingsInput.md)
|
|
288
294
|
- [CreateSEOScore200Response](docs/CreateSEOScore200Response.md)
|
|
289
295
|
- [CreateSEOScoreRequest](docs/CreateSEOScoreRequest.md)
|
|
@@ -297,6 +303,7 @@ Class | Method | HTTP request | Description
|
|
|
297
303
|
- [EntityGapRequest](docs/EntityGapRequest.md)
|
|
298
304
|
- [EntityMatch](docs/EntityMatch.md)
|
|
299
305
|
- [EntityPatchRequest](docs/EntityPatchRequest.md)
|
|
306
|
+
- [ErrorResponse](docs/ErrorResponse.md)
|
|
300
307
|
- [Event](docs/Event.md)
|
|
301
308
|
- [ExchangeAuthCodeRequest](docs/ExchangeAuthCodeRequest.md)
|
|
302
309
|
- [ExchangeAuthCodeResponse](docs/ExchangeAuthCodeResponse.md)
|
|
@@ -308,6 +315,7 @@ Class | Method | HTTP request | Description
|
|
|
308
315
|
- [HTTPValidationError](docs/HTTPValidationError.md)
|
|
309
316
|
- [Html](docs/Html.md)
|
|
310
317
|
- [Image](docs/Image.md)
|
|
318
|
+
- [ImageAccessibility](docs/ImageAccessibility.md)
|
|
311
319
|
- [ImageToTextRequest](docs/ImageToTextRequest.md)
|
|
312
320
|
- [ImageToTextResponse](docs/ImageToTextResponse.md)
|
|
313
321
|
- [IncludeExclude](docs/IncludeExclude.md)
|
|
@@ -318,6 +326,7 @@ Class | Method | HTTP request | Description
|
|
|
318
326
|
- [InternalLinkRequest](docs/InternalLinkRequest.md)
|
|
319
327
|
- [InternalLinkSource](docs/InternalLinkSource.md)
|
|
320
328
|
- [Item](docs/Item.md)
|
|
329
|
+
- [JsRendering](docs/JsRendering.md)
|
|
321
330
|
- [KgEmbeddingRequest](docs/KgEmbeddingRequest.md)
|
|
322
331
|
- [KgEmbeddingResponse](docs/KgEmbeddingResponse.md)
|
|
323
332
|
- [LevelEnum](docs/LevelEnum.md)
|
|
@@ -365,6 +374,7 @@ Class | Method | HTTP request | Description
|
|
|
365
374
|
- [Properties1](docs/Properties1.md)
|
|
366
375
|
- [QuestionAndAnswer](docs/QuestionAndAnswer.md)
|
|
367
376
|
- [QuestionAndAnswerRequest](docs/QuestionAndAnswerRequest.md)
|
|
377
|
+
- [QuickWin](docs/QuickWin.md)
|
|
368
378
|
- [RankEntities](docs/RankEntities.md)
|
|
369
379
|
- [Record](docs/Record.md)
|
|
370
380
|
- [RenderRequest](docs/RenderRequest.md)
|
|
@@ -378,9 +388,13 @@ Class | Method | HTTP request | Description
|
|
|
378
388
|
- [Rule](docs/Rule.md)
|
|
379
389
|
- [RuleRequest](docs/RuleRequest.md)
|
|
380
390
|
- [Scope](docs/Scope.md)
|
|
391
|
+
- [SeoFundamentals](docs/SeoFundamentals.md)
|
|
392
|
+
- [SiteFiles](docs/SiteFiles.md)
|
|
393
|
+
- [SiteFilesBotAccess](docs/SiteFilesBotAccess.md)
|
|
381
394
|
- [SitemapImportRequest](docs/SitemapImportRequest.md)
|
|
382
395
|
- [SmartContent](docs/SmartContent.md)
|
|
383
396
|
- [SmartContentRequest](docs/SmartContentRequest.md)
|
|
397
|
+
- [StructuredData](docs/StructuredData.md)
|
|
384
398
|
- [SubmitFactCheck200Response](docs/SubmitFactCheck200Response.md)
|
|
385
399
|
- [SubmitFactCheckRequest](docs/SubmitFactCheckRequest.md)
|
|
386
400
|
- [TokenResponse](docs/TokenResponse.md)
|
|
@@ -392,6 +406,8 @@ Class | Method | HTTP request | Description
|
|
|
392
406
|
- [UpdateRecordsRequest](docs/UpdateRecordsRequest.md)
|
|
393
407
|
- [UpdateSiteUrlRequest](docs/UpdateSiteUrlRequest.md)
|
|
394
408
|
- [ValidationError](docs/ValidationError.md)
|
|
409
|
+
- [ValidationError1](docs/ValidationError1.md)
|
|
410
|
+
- [ValidationError1DetailInner](docs/ValidationError1DetailInner.md)
|
|
395
411
|
- [ValidationFix](docs/ValidationFix.md)
|
|
396
412
|
- [ValidationResult](docs/ValidationResult.md)
|
|
397
413
|
- [ValidationTypeEnum](docs/ValidationTypeEnum.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.123.0"
|
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
|
@@ -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.audit_api import AuditApi
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class TestAuditApi(unittest.TestCase):
|
|
22
|
+
"""AuditApi unit test stubs"""
|
|
23
|
+
|
|
24
|
+
def setUp(self) -> None:
|
|
25
|
+
self.api = AuditApi()
|
|
26
|
+
|
|
27
|
+
def tearDown(self) -> None:
|
|
28
|
+
pass
|
|
29
|
+
|
|
30
|
+
def test_audit_website(self) -> None:
|
|
31
|
+
"""Test case for audit_website
|
|
32
|
+
|
|
33
|
+
Website Audit
|
|
34
|
+
"""
|
|
35
|
+
pass
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if __name__ == '__main__':
|
|
39
|
+
unittest.main()
|
|
@@ -0,0 +1,114 @@
|
|
|
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.audit_data import AuditData
|
|
19
|
+
|
|
20
|
+
class TestAuditData(unittest.TestCase):
|
|
21
|
+
"""AuditData 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) -> AuditData:
|
|
30
|
+
"""Test AuditData
|
|
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 `AuditData`
|
|
35
|
+
"""
|
|
36
|
+
model = AuditData()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return AuditData(
|
|
39
|
+
url = '',
|
|
40
|
+
domain = '',
|
|
41
|
+
timestamp = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
42
|
+
overall_score = 0,
|
|
43
|
+
summary = '',
|
|
44
|
+
site_files = wordlift_client.models.site_files.SiteFiles(
|
|
45
|
+
status = 'Excellent',
|
|
46
|
+
explanation = '',
|
|
47
|
+
robots_txt = 'found',
|
|
48
|
+
llms_txt = 'found',
|
|
49
|
+
bot_access = wordlift_client.models.site_files_bot_access.SiteFiles_botAccess(
|
|
50
|
+
gptbot = 'allowed',
|
|
51
|
+
claude = 'allowed',
|
|
52
|
+
googlebot = 'allowed', ), ),
|
|
53
|
+
seo_fundamentals = wordlift_client.models.seo_fundamentals.SeoFundamentals(
|
|
54
|
+
status = 'Excellent',
|
|
55
|
+
explanation = '',
|
|
56
|
+
title = '',
|
|
57
|
+
description = '',
|
|
58
|
+
h1_count = 56, ),
|
|
59
|
+
structured_data = wordlift_client.models.structured_data.StructuredData(
|
|
60
|
+
status = 'Excellent',
|
|
61
|
+
explanation = '',
|
|
62
|
+
has_schema = True,
|
|
63
|
+
has_json_ld = True,
|
|
64
|
+
detected_schemas = [
|
|
65
|
+
''
|
|
66
|
+
], ),
|
|
67
|
+
content_structure = wordlift_client.models.content_structure.ContentStructure(
|
|
68
|
+
status = 'Excellent',
|
|
69
|
+
explanation = '',
|
|
70
|
+
semantic_html_score = 0, ),
|
|
71
|
+
image_accessibility = wordlift_client.models.image_accessibility.ImageAccessibility(
|
|
72
|
+
status = 'Excellent',
|
|
73
|
+
explanation = '',
|
|
74
|
+
missing_alt_percentage = 0,
|
|
75
|
+
total_images = 56,
|
|
76
|
+
images_without_alt = 56, ),
|
|
77
|
+
automation_readiness = wordlift_client.models.automation_readiness.AutomationReadiness(
|
|
78
|
+
status = 'Excellent',
|
|
79
|
+
explanation = '',
|
|
80
|
+
issues = [
|
|
81
|
+
''
|
|
82
|
+
], ),
|
|
83
|
+
js_rendering = wordlift_client.models.js_rendering.JsRendering(
|
|
84
|
+
status = 'Excellent',
|
|
85
|
+
explanation = '',
|
|
86
|
+
framework_detected = '',
|
|
87
|
+
rendering_type = 'Static',
|
|
88
|
+
ai_accessibility = 'Excellent',
|
|
89
|
+
content_availability = '',
|
|
90
|
+
recommendations = [
|
|
91
|
+
''
|
|
92
|
+
], ),
|
|
93
|
+
quick_wins = [
|
|
94
|
+
wordlift_client.models.quick_win.QuickWin(
|
|
95
|
+
title = '',
|
|
96
|
+
description = '',
|
|
97
|
+
impact = 'High', )
|
|
98
|
+
],
|
|
99
|
+
status = 'completed',
|
|
100
|
+
account_id = 56,
|
|
101
|
+
account_url = ''
|
|
102
|
+
)
|
|
103
|
+
else:
|
|
104
|
+
return AuditData(
|
|
105
|
+
)
|
|
106
|
+
"""
|
|
107
|
+
|
|
108
|
+
def testAuditData(self):
|
|
109
|
+
"""Test AuditData"""
|
|
110
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
111
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
112
|
+
|
|
113
|
+
if __name__ == '__main__':
|
|
114
|
+
unittest.main()
|
|
@@ -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.audit_request import AuditRequest
|
|
19
|
+
|
|
20
|
+
class TestAuditRequest(unittest.TestCase):
|
|
21
|
+
"""AuditRequest 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) -> AuditRequest:
|
|
30
|
+
"""Test AuditRequest
|
|
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 `AuditRequest`
|
|
35
|
+
"""
|
|
36
|
+
model = AuditRequest()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return AuditRequest(
|
|
39
|
+
url = 'https://example.com'
|
|
40
|
+
)
|
|
41
|
+
else:
|
|
42
|
+
return AuditRequest(
|
|
43
|
+
url = 'https://example.com',
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testAuditRequest(self):
|
|
48
|
+
"""Test AuditRequest"""
|
|
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()
|
|
@@ -0,0 +1,116 @@
|
|
|
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.audit_response import AuditResponse
|
|
19
|
+
|
|
20
|
+
class TestAuditResponse(unittest.TestCase):
|
|
21
|
+
"""AuditResponse 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) -> AuditResponse:
|
|
30
|
+
"""Test AuditResponse
|
|
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 `AuditResponse`
|
|
35
|
+
"""
|
|
36
|
+
model = AuditResponse()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return AuditResponse(
|
|
39
|
+
success = True,
|
|
40
|
+
data = wordlift_client.models.audit_data.AuditData(
|
|
41
|
+
url = '',
|
|
42
|
+
domain = '',
|
|
43
|
+
timestamp = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
44
|
+
overall_score = 0,
|
|
45
|
+
summary = '',
|
|
46
|
+
site_files = wordlift_client.models.site_files.SiteFiles(
|
|
47
|
+
status = 'Excellent',
|
|
48
|
+
explanation = '',
|
|
49
|
+
robots_txt = 'found',
|
|
50
|
+
llms_txt = 'found',
|
|
51
|
+
bot_access = wordlift_client.models.site_files_bot_access.SiteFiles_botAccess(
|
|
52
|
+
gptbot = 'allowed',
|
|
53
|
+
claude = 'allowed',
|
|
54
|
+
googlebot = 'allowed', ), ),
|
|
55
|
+
seo_fundamentals = wordlift_client.models.seo_fundamentals.SeoFundamentals(
|
|
56
|
+
status = 'Excellent',
|
|
57
|
+
explanation = '',
|
|
58
|
+
title = '',
|
|
59
|
+
description = '',
|
|
60
|
+
h1_count = 56, ),
|
|
61
|
+
structured_data = wordlift_client.models.structured_data.StructuredData(
|
|
62
|
+
status = 'Excellent',
|
|
63
|
+
explanation = '',
|
|
64
|
+
has_schema = True,
|
|
65
|
+
has_json_ld = True,
|
|
66
|
+
detected_schemas = [
|
|
67
|
+
''
|
|
68
|
+
], ),
|
|
69
|
+
content_structure = wordlift_client.models.content_structure.ContentStructure(
|
|
70
|
+
status = 'Excellent',
|
|
71
|
+
explanation = '',
|
|
72
|
+
semantic_html_score = 0, ),
|
|
73
|
+
image_accessibility = wordlift_client.models.image_accessibility.ImageAccessibility(
|
|
74
|
+
status = 'Excellent',
|
|
75
|
+
explanation = '',
|
|
76
|
+
missing_alt_percentage = 0,
|
|
77
|
+
total_images = 56,
|
|
78
|
+
images_without_alt = 56, ),
|
|
79
|
+
automation_readiness = wordlift_client.models.automation_readiness.AutomationReadiness(
|
|
80
|
+
status = 'Excellent',
|
|
81
|
+
explanation = '',
|
|
82
|
+
issues = [
|
|
83
|
+
''
|
|
84
|
+
], ),
|
|
85
|
+
js_rendering = wordlift_client.models.js_rendering.JsRendering(
|
|
86
|
+
status = 'Excellent',
|
|
87
|
+
explanation = '',
|
|
88
|
+
framework_detected = '',
|
|
89
|
+
rendering_type = 'Static',
|
|
90
|
+
ai_accessibility = 'Excellent',
|
|
91
|
+
content_availability = '',
|
|
92
|
+
recommendations = [
|
|
93
|
+
''
|
|
94
|
+
], ),
|
|
95
|
+
quick_wins = [
|
|
96
|
+
wordlift_client.models.quick_win.QuickWin(
|
|
97
|
+
title = '',
|
|
98
|
+
description = '',
|
|
99
|
+
impact = 'High', )
|
|
100
|
+
],
|
|
101
|
+
status = 'completed',
|
|
102
|
+
account_id = 56,
|
|
103
|
+
account_url = '', )
|
|
104
|
+
)
|
|
105
|
+
else:
|
|
106
|
+
return AuditResponse(
|
|
107
|
+
)
|
|
108
|
+
"""
|
|
109
|
+
|
|
110
|
+
def testAuditResponse(self):
|
|
111
|
+
"""Test AuditResponse"""
|
|
112
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
113
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
114
|
+
|
|
115
|
+
if __name__ == '__main__':
|
|
116
|
+
unittest.main()
|
|
@@ -0,0 +1,56 @@
|
|
|
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.automation_readiness import AutomationReadiness
|
|
19
|
+
|
|
20
|
+
class TestAutomationReadiness(unittest.TestCase):
|
|
21
|
+
"""AutomationReadiness 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) -> AutomationReadiness:
|
|
30
|
+
"""Test AutomationReadiness
|
|
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 `AutomationReadiness`
|
|
35
|
+
"""
|
|
36
|
+
model = AutomationReadiness()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return AutomationReadiness(
|
|
39
|
+
status = 'Excellent',
|
|
40
|
+
explanation = '',
|
|
41
|
+
issues = [
|
|
42
|
+
''
|
|
43
|
+
]
|
|
44
|
+
)
|
|
45
|
+
else:
|
|
46
|
+
return AutomationReadiness(
|
|
47
|
+
)
|
|
48
|
+
"""
|
|
49
|
+
|
|
50
|
+
def testAutomationReadiness(self):
|
|
51
|
+
"""Test AutomationReadiness"""
|
|
52
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
53
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
54
|
+
|
|
55
|
+
if __name__ == '__main__':
|
|
56
|
+
unittest.main()
|
|
@@ -0,0 +1,54 @@
|
|
|
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.content_structure import ContentStructure
|
|
19
|
+
|
|
20
|
+
class TestContentStructure(unittest.TestCase):
|
|
21
|
+
"""ContentStructure 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) -> ContentStructure:
|
|
30
|
+
"""Test ContentStructure
|
|
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 `ContentStructure`
|
|
35
|
+
"""
|
|
36
|
+
model = ContentStructure()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return ContentStructure(
|
|
39
|
+
status = 'Excellent',
|
|
40
|
+
explanation = '',
|
|
41
|
+
semantic_html_score = 0
|
|
42
|
+
)
|
|
43
|
+
else:
|
|
44
|
+
return ContentStructure(
|
|
45
|
+
)
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
def testContentStructure(self):
|
|
49
|
+
"""Test ContentStructure"""
|
|
50
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
51
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
52
|
+
|
|
53
|
+
if __name__ == '__main__':
|
|
54
|
+
unittest.main()
|
|
@@ -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.error_response import ErrorResponse
|
|
19
|
+
|
|
20
|
+
class TestErrorResponse(unittest.TestCase):
|
|
21
|
+
"""ErrorResponse 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) -> ErrorResponse:
|
|
30
|
+
"""Test ErrorResponse
|
|
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 `ErrorResponse`
|
|
35
|
+
"""
|
|
36
|
+
model = ErrorResponse()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return ErrorResponse(
|
|
39
|
+
success = False,
|
|
40
|
+
error = ''
|
|
41
|
+
)
|
|
42
|
+
else:
|
|
43
|
+
return ErrorResponse(
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testErrorResponse(self):
|
|
48
|
+
"""Test ErrorResponse"""
|
|
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()
|