wordlift-client 1.103.0__tar.gz → 1.105.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.103.0 → wordlift_client-1.105.0}/PKG-INFO +1 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/README.md +4 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/pyproject.toml +1 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/setup.py +1 -1
- wordlift_client-1.105.0/test/test_token_imports_api.py +39 -0
- wordlift_client-1.105.0/test/test_token_response.py +53 -0
- wordlift_client-1.105.0/test/test_tokens.py +53 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/__init__.py +4 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/__init__.py +1 -0
- wordlift_client-1.105.0/wordlift_client/api/token_imports_api.py +302 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api_client.py +1 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/configuration.py +1 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/__init__.py +2 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/account_info.py +18 -1
- wordlift_client-1.105.0/wordlift_client/models/token_response.py +94 -0
- wordlift_client-1.105.0/wordlift_client/models/tokens.py +94 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client.egg-info/PKG-INFO +1 -1
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client.egg-info/SOURCES.txt +6 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/LICENSE +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/setup.cfg +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entity.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_event.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_filter.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_graph.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_html.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_image.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_model.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_model1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_preset.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_properties.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_record.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_request1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_request2.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_request3.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_response1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_response2.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_rule.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_scope.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_topic.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_page_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_page_import_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_web_pages_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_website.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_word.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/account_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/account_google_search_console_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/account_stats_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/accounts_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/add_ons_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/agent_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/analyses_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/analytics_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/analytics_syncs_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/authors_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/autocomplete_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/classifications_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_evaluations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_expansions_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_completion_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_fields_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_models_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_presets_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_records_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_records_export_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_renders_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_stats_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_syncs_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/content_generations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/custom_domains_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/data_uri_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/dataset_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/embedding_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/embeddings_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/entities_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/entity_gaps_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/fact_check_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/google_merchants_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/google_search_console_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/google_search_console_searches_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/google_search_console_websites_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/graph_ql_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/image_to_text_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/include_excludes_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/inspector_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/internal_links_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/long_tails_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/merchant_syncs_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/merchants_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/microdata_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/platform_consumptions_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/platform_limits_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/plugin_events_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/questions_and_answers_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/redeem_codes_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/rules_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/seo_scores_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/sitemap_generator_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/sitemap_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/summarizations_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/vector_search_nodes_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/vector_search_queries_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/vector_search_questions_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/web_pages_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api/web_pages_imports_api.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/exceptions.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/account.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/account_config.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/account_stats.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/account_subscription.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/active_account.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/add_on_configuration.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/analyses_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/analyses_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/analyses_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/analytics_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/analytics_sync.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/analytics_sync_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/anchor_text.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/annotation.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/ask_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/ask_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/author_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/authorization.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/authorization_status.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/autocomplete_result.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/batch_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/botify_crawl_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/build_authorize_uri_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/build_authorize_uri_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/classification_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/classification_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/completion_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_expansion_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_expansion_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_generation.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_generation_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/content_generation_stats.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/create_embeddings_input.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/create_seo_score200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/create_seo_score_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/diagnostic_plugin.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/domain_validation_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/duplicate_authorization_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/embedding_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/entity.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/entity1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/entity_gap_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/entity_match.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/entity_patch_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/event.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/exchange_auth_code_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/exchange_auth_code_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/filter.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/filter_value.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/generate_sitemap200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/generate_sitemap_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/graphql_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/html.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/http_validation_error.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/image.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/image_to_text_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/image_to_text_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/include_exclude.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/include_exclude_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/inspect_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/internal_link.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/internal_link_destination.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/internal_link_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/internal_link_source.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/kg_embedding_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/level_enum.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/location_inner.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/longtail_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/merchant.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/merchant_entry.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/merchant_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/merchant_sync.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/merchant_view.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/model.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/model_field.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/network_account_info.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/node_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/node_request_metadata_value.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_active_account.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_add_on_configuration.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_content_generation.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_field.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_merchant_entry.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_merchant_sync.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_merchant_view.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_model.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_platform_limit.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_preset.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_record.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_rule.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_website.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_website_search.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_with_limits.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/page_word.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/platform_limit.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/platform_limit_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/preset.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/problem_detail.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/project_type.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/properties.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/properties1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/question_and_answer.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/question_and_answer_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/rank_entities.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/record.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/render_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/request1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/request2.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/request3.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/response1.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/response2.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/rule.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/rule_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/scope.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/sitemap_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/smart_content.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/smart_content_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/submit_fact_check200_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/submit_fact_check_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/topic.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/update_account_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/update_question_and_answer_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/update_record_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/update_records_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/update_site_url_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/validation_error.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/validation_fix.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/validation_result.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/validation_type_enum.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/vector_search_query_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/vector_search_query_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/vector_search_question_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/vector_search_question_response_item.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/web_async.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/web_page.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/web_page_import_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/web_page_import_response.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/webpage_properties.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/website.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/website_search.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/what_operand_lhs.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/what_operator.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/when_operator.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/with_limits.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/word.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/word_repetition_data.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/models/word_request.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client/rest.py +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.103.0 → wordlift_client-1.105.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.105.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)
|
|
@@ -222,6 +222,7 @@ Class | Method | HTTP request | Description
|
|
|
222
222
|
*SitemapGeneratorApi* | [**generate_sitemap**](docs/SitemapGeneratorApi.md#generate_sitemap) | **POST** /build | Generate Sitemap
|
|
223
223
|
*SitemapImportsApi* | [**create_sitemap_import**](docs/SitemapImportsApi.md#create_sitemap_import) | **POST** /sitemap-imports | Create
|
|
224
224
|
*SummarizationsApi* | [**microdata_to_json_ld_using_post**](docs/SummarizationsApi.md#microdata_to_json_ld_using_post) | **POST** /summarize | Create
|
|
225
|
+
*TokenImportsApi* | [**get_token**](docs/TokenImportsApi.md#get_token) | **GET** /tokens | Get
|
|
225
226
|
*VectorSearchNodesApi* | [**update_nodes_collection**](docs/VectorSearchNodesApi.md#update_nodes_collection) | **PUT** /vector-search/nodes-collection | Update
|
|
226
227
|
*VectorSearchQueriesApi* | [**create_query**](docs/VectorSearchQueriesApi.md#create_query) | **POST** /vector-search/queries | Create
|
|
227
228
|
*VectorSearchQuestionsApi* | [**create_vector_search_question**](docs/VectorSearchQuestionsApi.md#create_vector_search_question) | **POST** /vector-search/questions-collection | Create
|
|
@@ -375,6 +376,8 @@ Class | Method | HTTP request | Description
|
|
|
375
376
|
- [SmartContentRequest](docs/SmartContentRequest.md)
|
|
376
377
|
- [SubmitFactCheck200Response](docs/SubmitFactCheck200Response.md)
|
|
377
378
|
- [SubmitFactCheckRequest](docs/SubmitFactCheckRequest.md)
|
|
379
|
+
- [TokenResponse](docs/TokenResponse.md)
|
|
380
|
+
- [Tokens](docs/Tokens.md)
|
|
378
381
|
- [Topic](docs/Topic.md)
|
|
379
382
|
- [UpdateAccountRequest](docs/UpdateAccountRequest.md)
|
|
380
383
|
- [UpdateQuestionAndAnswerRequest](docs/UpdateQuestionAndAnswerRequest.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.105.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.token_imports_api import TokenImportsApi
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class TestTokenImportsApi(unittest.TestCase):
|
|
22
|
+
"""TokenImportsApi unit test stubs"""
|
|
23
|
+
|
|
24
|
+
def setUp(self) -> None:
|
|
25
|
+
self.api = TokenImportsApi()
|
|
26
|
+
|
|
27
|
+
def tearDown(self) -> None:
|
|
28
|
+
pass
|
|
29
|
+
|
|
30
|
+
def test_get_token(self) -> None:
|
|
31
|
+
"""Test case for get_token
|
|
32
|
+
|
|
33
|
+
Get
|
|
34
|
+
"""
|
|
35
|
+
pass
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if __name__ == '__main__':
|
|
39
|
+
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.token_response import TokenResponse
|
|
19
|
+
|
|
20
|
+
class TestTokenResponse(unittest.TestCase):
|
|
21
|
+
"""TokenResponse 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) -> TokenResponse:
|
|
30
|
+
"""Test TokenResponse
|
|
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 `TokenResponse`
|
|
35
|
+
"""
|
|
36
|
+
model = TokenResponse()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return TokenResponse(
|
|
39
|
+
access_token = '',
|
|
40
|
+
refresh_token = ''
|
|
41
|
+
)
|
|
42
|
+
else:
|
|
43
|
+
return TokenResponse(
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testTokenResponse(self):
|
|
48
|
+
"""Test TokenResponse"""
|
|
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,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.tokens import Tokens
|
|
19
|
+
|
|
20
|
+
class TestTokens(unittest.TestCase):
|
|
21
|
+
"""Tokens 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) -> Tokens:
|
|
30
|
+
"""Test Tokens
|
|
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 `Tokens`
|
|
35
|
+
"""
|
|
36
|
+
model = Tokens()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return Tokens(
|
|
39
|
+
access_token = '',
|
|
40
|
+
refresh_token = ''
|
|
41
|
+
)
|
|
42
|
+
else:
|
|
43
|
+
return Tokens(
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testTokens(self):
|
|
48
|
+
"""Test Tokens"""
|
|
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.105.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from wordlift_client.api.account_api import AccountApi
|
|
@@ -78,6 +78,7 @@ from wordlift_client.api.seo_scores_api import SEOScoresApi
|
|
|
78
78
|
from wordlift_client.api.sitemap_generator_api import SitemapGeneratorApi
|
|
79
79
|
from wordlift_client.api.sitemap_imports_api import SitemapImportsApi
|
|
80
80
|
from wordlift_client.api.summarizations_api import SummarizationsApi
|
|
81
|
+
from wordlift_client.api.token_imports_api import TokenImportsApi
|
|
81
82
|
from wordlift_client.api.vector_search_nodes_api import VectorSearchNodesApi
|
|
82
83
|
from wordlift_client.api.vector_search_queries_api import VectorSearchQueriesApi
|
|
83
84
|
from wordlift_client.api.vector_search_questions_api import VectorSearchQuestionsApi
|
|
@@ -239,6 +240,8 @@ from wordlift_client.models.smart_content import SmartContent
|
|
|
239
240
|
from wordlift_client.models.smart_content_request import SmartContentRequest
|
|
240
241
|
from wordlift_client.models.submit_fact_check200_response import SubmitFactCheck200Response
|
|
241
242
|
from wordlift_client.models.submit_fact_check_request import SubmitFactCheckRequest
|
|
243
|
+
from wordlift_client.models.token_response import TokenResponse
|
|
244
|
+
from wordlift_client.models.tokens import Tokens
|
|
242
245
|
from wordlift_client.models.topic import Topic
|
|
243
246
|
from wordlift_client.models.update_account_request import UpdateAccountRequest
|
|
244
247
|
from wordlift_client.models.update_question_and_answer_request import UpdateQuestionAndAnswerRequest
|
|
@@ -61,6 +61,7 @@ from wordlift_client.api.seo_scores_api import SEOScoresApi
|
|
|
61
61
|
from wordlift_client.api.sitemap_generator_api import SitemapGeneratorApi
|
|
62
62
|
from wordlift_client.api.sitemap_imports_api import SitemapImportsApi
|
|
63
63
|
from wordlift_client.api.summarizations_api import SummarizationsApi
|
|
64
|
+
from wordlift_client.api.token_imports_api import TokenImportsApi
|
|
64
65
|
from wordlift_client.api.vector_search_nodes_api import VectorSearchNodesApi
|
|
65
66
|
from wordlift_client.api.vector_search_queries_api import VectorSearchQueriesApi
|
|
66
67
|
from wordlift_client.api.vector_search_questions_api import VectorSearchQuestionsApi
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
import warnings
|
|
16
|
+
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
17
|
+
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
18
|
+
from typing_extensions import Annotated
|
|
19
|
+
|
|
20
|
+
from pydantic import Field, StrictStr
|
|
21
|
+
from typing_extensions import Annotated
|
|
22
|
+
from wordlift_client.models.token_response import TokenResponse
|
|
23
|
+
|
|
24
|
+
from wordlift_client.api_client import ApiClient, RequestSerialized
|
|
25
|
+
from wordlift_client.api_response import ApiResponse
|
|
26
|
+
from wordlift_client.rest import RESTResponseType
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class TokenImportsApi:
|
|
30
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
31
|
+
Ref: https://openapi-generator.tech
|
|
32
|
+
|
|
33
|
+
Do not edit the class manually.
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
def __init__(self, api_client=None) -> None:
|
|
37
|
+
if api_client is None:
|
|
38
|
+
api_client = ApiClient.get_default()
|
|
39
|
+
self.api_client = api_client
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
@validate_call
|
|
43
|
+
async def get_token(
|
|
44
|
+
self,
|
|
45
|
+
registration_id: Annotated[StrictStr, Field(description="The registration id")],
|
|
46
|
+
_request_timeout: Union[
|
|
47
|
+
None,
|
|
48
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
49
|
+
Tuple[
|
|
50
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
51
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
52
|
+
]
|
|
53
|
+
] = None,
|
|
54
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
55
|
+
_content_type: Optional[StrictStr] = None,
|
|
56
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
57
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
58
|
+
) -> TokenResponse:
|
|
59
|
+
"""Get
|
|
60
|
+
|
|
61
|
+
Get a token
|
|
62
|
+
|
|
63
|
+
:param registration_id: The registration id (required)
|
|
64
|
+
:type registration_id: str
|
|
65
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
66
|
+
number provided, it will be total request
|
|
67
|
+
timeout. It can also be a pair (tuple) of
|
|
68
|
+
(connection, read) timeouts.
|
|
69
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
70
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
71
|
+
request; this effectively ignores the
|
|
72
|
+
authentication in the spec for a single request.
|
|
73
|
+
:type _request_auth: dict, optional
|
|
74
|
+
:param _content_type: force content-type for the request.
|
|
75
|
+
:type _content_type: str, Optional
|
|
76
|
+
:param _headers: set to override the headers for a single
|
|
77
|
+
request; this effectively ignores the headers
|
|
78
|
+
in the spec for a single request.
|
|
79
|
+
:type _headers: dict, optional
|
|
80
|
+
:param _host_index: set to override the host_index for a single
|
|
81
|
+
request; this effectively ignores the host_index
|
|
82
|
+
in the spec for a single request.
|
|
83
|
+
:type _host_index: int, optional
|
|
84
|
+
:return: Returns the result object.
|
|
85
|
+
""" # noqa: E501
|
|
86
|
+
|
|
87
|
+
_param = self._get_token_serialize(
|
|
88
|
+
registration_id=registration_id,
|
|
89
|
+
_request_auth=_request_auth,
|
|
90
|
+
_content_type=_content_type,
|
|
91
|
+
_headers=_headers,
|
|
92
|
+
_host_index=_host_index
|
|
93
|
+
)
|
|
94
|
+
|
|
95
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
96
|
+
'200': "TokenResponse",
|
|
97
|
+
'401': None,
|
|
98
|
+
}
|
|
99
|
+
response_data = await self.api_client.call_api(
|
|
100
|
+
*_param,
|
|
101
|
+
_request_timeout=_request_timeout
|
|
102
|
+
)
|
|
103
|
+
await response_data.read()
|
|
104
|
+
return self.api_client.response_deserialize(
|
|
105
|
+
response_data=response_data,
|
|
106
|
+
response_types_map=_response_types_map,
|
|
107
|
+
).data
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
@validate_call
|
|
111
|
+
async def get_token_with_http_info(
|
|
112
|
+
self,
|
|
113
|
+
registration_id: Annotated[StrictStr, Field(description="The registration id")],
|
|
114
|
+
_request_timeout: Union[
|
|
115
|
+
None,
|
|
116
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
117
|
+
Tuple[
|
|
118
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
119
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
120
|
+
]
|
|
121
|
+
] = None,
|
|
122
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
123
|
+
_content_type: Optional[StrictStr] = None,
|
|
124
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
125
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
126
|
+
) -> ApiResponse[TokenResponse]:
|
|
127
|
+
"""Get
|
|
128
|
+
|
|
129
|
+
Get a token
|
|
130
|
+
|
|
131
|
+
:param registration_id: The registration id (required)
|
|
132
|
+
:type registration_id: str
|
|
133
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
134
|
+
number provided, it will be total request
|
|
135
|
+
timeout. It can also be a pair (tuple) of
|
|
136
|
+
(connection, read) timeouts.
|
|
137
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
138
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
139
|
+
request; this effectively ignores the
|
|
140
|
+
authentication in the spec for a single request.
|
|
141
|
+
:type _request_auth: dict, optional
|
|
142
|
+
:param _content_type: force content-type for the request.
|
|
143
|
+
:type _content_type: str, Optional
|
|
144
|
+
:param _headers: set to override the headers for a single
|
|
145
|
+
request; this effectively ignores the headers
|
|
146
|
+
in the spec for a single request.
|
|
147
|
+
:type _headers: dict, optional
|
|
148
|
+
:param _host_index: set to override the host_index for a single
|
|
149
|
+
request; this effectively ignores the host_index
|
|
150
|
+
in the spec for a single request.
|
|
151
|
+
:type _host_index: int, optional
|
|
152
|
+
:return: Returns the result object.
|
|
153
|
+
""" # noqa: E501
|
|
154
|
+
|
|
155
|
+
_param = self._get_token_serialize(
|
|
156
|
+
registration_id=registration_id,
|
|
157
|
+
_request_auth=_request_auth,
|
|
158
|
+
_content_type=_content_type,
|
|
159
|
+
_headers=_headers,
|
|
160
|
+
_host_index=_host_index
|
|
161
|
+
)
|
|
162
|
+
|
|
163
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
164
|
+
'200': "TokenResponse",
|
|
165
|
+
'401': None,
|
|
166
|
+
}
|
|
167
|
+
response_data = await self.api_client.call_api(
|
|
168
|
+
*_param,
|
|
169
|
+
_request_timeout=_request_timeout
|
|
170
|
+
)
|
|
171
|
+
await response_data.read()
|
|
172
|
+
return self.api_client.response_deserialize(
|
|
173
|
+
response_data=response_data,
|
|
174
|
+
response_types_map=_response_types_map,
|
|
175
|
+
)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
@validate_call
|
|
179
|
+
async def get_token_without_preload_content(
|
|
180
|
+
self,
|
|
181
|
+
registration_id: Annotated[StrictStr, Field(description="The registration id")],
|
|
182
|
+
_request_timeout: Union[
|
|
183
|
+
None,
|
|
184
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
185
|
+
Tuple[
|
|
186
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
187
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
188
|
+
]
|
|
189
|
+
] = None,
|
|
190
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
191
|
+
_content_type: Optional[StrictStr] = None,
|
|
192
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
193
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
194
|
+
) -> RESTResponseType:
|
|
195
|
+
"""Get
|
|
196
|
+
|
|
197
|
+
Get a token
|
|
198
|
+
|
|
199
|
+
:param registration_id: The registration id (required)
|
|
200
|
+
:type registration_id: str
|
|
201
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
202
|
+
number provided, it will be total request
|
|
203
|
+
timeout. It can also be a pair (tuple) of
|
|
204
|
+
(connection, read) timeouts.
|
|
205
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
206
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
207
|
+
request; this effectively ignores the
|
|
208
|
+
authentication in the spec for a single request.
|
|
209
|
+
:type _request_auth: dict, optional
|
|
210
|
+
:param _content_type: force content-type for the request.
|
|
211
|
+
:type _content_type: str, Optional
|
|
212
|
+
:param _headers: set to override the headers for a single
|
|
213
|
+
request; this effectively ignores the headers
|
|
214
|
+
in the spec for a single request.
|
|
215
|
+
:type _headers: dict, optional
|
|
216
|
+
:param _host_index: set to override the host_index for a single
|
|
217
|
+
request; this effectively ignores the host_index
|
|
218
|
+
in the spec for a single request.
|
|
219
|
+
:type _host_index: int, optional
|
|
220
|
+
:return: Returns the result object.
|
|
221
|
+
""" # noqa: E501
|
|
222
|
+
|
|
223
|
+
_param = self._get_token_serialize(
|
|
224
|
+
registration_id=registration_id,
|
|
225
|
+
_request_auth=_request_auth,
|
|
226
|
+
_content_type=_content_type,
|
|
227
|
+
_headers=_headers,
|
|
228
|
+
_host_index=_host_index
|
|
229
|
+
)
|
|
230
|
+
|
|
231
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
232
|
+
'200': "TokenResponse",
|
|
233
|
+
'401': None,
|
|
234
|
+
}
|
|
235
|
+
response_data = await self.api_client.call_api(
|
|
236
|
+
*_param,
|
|
237
|
+
_request_timeout=_request_timeout
|
|
238
|
+
)
|
|
239
|
+
return response_data.response
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
def _get_token_serialize(
|
|
243
|
+
self,
|
|
244
|
+
registration_id,
|
|
245
|
+
_request_auth,
|
|
246
|
+
_content_type,
|
|
247
|
+
_headers,
|
|
248
|
+
_host_index,
|
|
249
|
+
) -> RequestSerialized:
|
|
250
|
+
|
|
251
|
+
_host = None
|
|
252
|
+
|
|
253
|
+
_collection_formats: Dict[str, str] = {
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
_path_params: Dict[str, str] = {}
|
|
257
|
+
_query_params: List[Tuple[str, str]] = []
|
|
258
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
259
|
+
_form_params: List[Tuple[str, str]] = []
|
|
260
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
261
|
+
_body_params: Optional[bytes] = None
|
|
262
|
+
|
|
263
|
+
# process the path parameters
|
|
264
|
+
# process the query parameters
|
|
265
|
+
if registration_id is not None:
|
|
266
|
+
|
|
267
|
+
_query_params.append(('registration_id', registration_id))
|
|
268
|
+
|
|
269
|
+
# process the header parameters
|
|
270
|
+
# process the form parameters
|
|
271
|
+
# process the body parameter
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
# set the HTTP header `Accept`
|
|
275
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
276
|
+
[
|
|
277
|
+
'application/json'
|
|
278
|
+
]
|
|
279
|
+
)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
# authentication setting
|
|
283
|
+
_auth_settings: List[str] = [
|
|
284
|
+
'ApiKey'
|
|
285
|
+
]
|
|
286
|
+
|
|
287
|
+
return self.api_client.param_serialize(
|
|
288
|
+
method='GET',
|
|
289
|
+
resource_path='/tokens',
|
|
290
|
+
path_params=_path_params,
|
|
291
|
+
query_params=_query_params,
|
|
292
|
+
header_params=_header_params,
|
|
293
|
+
body=_body_params,
|
|
294
|
+
post_params=_form_params,
|
|
295
|
+
files=_files,
|
|
296
|
+
auth_settings=_auth_settings,
|
|
297
|
+
collection_formats=_collection_formats,
|
|
298
|
+
_host=_host,
|
|
299
|
+
_request_auth=_request_auth
|
|
300
|
+
)
|
|
301
|
+
|
|
302
|
+
|
|
@@ -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.105.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.105.0".\
|
|
430
430
|
format(env=sys.platform, pyversion=sys.version)
|
|
431
431
|
|
|
432
432
|
def get_host_settings(self):
|
|
@@ -156,6 +156,8 @@ from wordlift_client.models.smart_content import SmartContent
|
|
|
156
156
|
from wordlift_client.models.smart_content_request import SmartContentRequest
|
|
157
157
|
from wordlift_client.models.submit_fact_check200_response import SubmitFactCheck200Response
|
|
158
158
|
from wordlift_client.models.submit_fact_check_request import SubmitFactCheckRequest
|
|
159
|
+
from wordlift_client.models.token_response import TokenResponse
|
|
160
|
+
from wordlift_client.models.tokens import Tokens
|
|
159
161
|
from wordlift_client.models.topic import Topic
|
|
160
162
|
from wordlift_client.models.update_account_request import UpdateAccountRequest
|
|
161
163
|
from wordlift_client.models.update_question_and_answer_request import UpdateQuestionAndAnswerRequest
|
|
@@ -21,6 +21,7 @@ import json
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from wordlift_client.models.network_account_info import NetworkAccountInfo
|
|
24
|
+
from wordlift_client.models.tokens import Tokens
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -41,10 +42,11 @@ class AccountInfo(BaseModel):
|
|
|
41
42
|
networks: List[NetworkAccountInfo] = Field(description="A list of connected Account Information")
|
|
42
43
|
ng_dataset_id: Optional[StrictStr] = Field(default=None, alias="ngDatasetId")
|
|
43
44
|
subscription_id: StrictInt = Field(description="The Subscription Id", alias="subscriptionId")
|
|
45
|
+
tokens: Optional[Dict[str, Tokens]] = Field(default=None, description="Tokens associated with this account/graph.")
|
|
44
46
|
url: Optional[StrictStr] = Field(default=None, description="The website URL")
|
|
45
47
|
wp_admin: Optional[StrictStr] = Field(default=None, description="If WordPress, the WP-ADMIN URL", alias="wpAdmin")
|
|
46
48
|
wp_json: Optional[StrictStr] = Field(default=None, description="If WordPress, the WP-JSON end-point", alias="wpJson")
|
|
47
|
-
__properties: ClassVar[List[str]] = ["accountId", "country_code", "datasetId", "datasetUri", "defaultDataFormatter", "features", "googleSearchConsoleSiteUrl", "includeExcludeDefault", "key", "language", "networks", "ngDatasetId", "subscriptionId", "url", "wpAdmin", "wpJson"]
|
|
49
|
+
__properties: ClassVar[List[str]] = ["accountId", "country_code", "datasetId", "datasetUri", "defaultDataFormatter", "features", "googleSearchConsoleSiteUrl", "includeExcludeDefault", "key", "language", "networks", "ngDatasetId", "subscriptionId", "tokens", "url", "wpAdmin", "wpJson"]
|
|
48
50
|
|
|
49
51
|
model_config = ConfigDict(
|
|
50
52
|
populate_by_name=True,
|
|
@@ -91,6 +93,7 @@ class AccountInfo(BaseModel):
|
|
|
91
93
|
* OpenAPI `readOnly` fields are excluded.
|
|
92
94
|
* OpenAPI `readOnly` fields are excluded.
|
|
93
95
|
* OpenAPI `readOnly` fields are excluded.
|
|
96
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
94
97
|
"""
|
|
95
98
|
excluded_fields: Set[str] = set([
|
|
96
99
|
"account_id",
|
|
@@ -105,6 +108,7 @@ class AccountInfo(BaseModel):
|
|
|
105
108
|
"language",
|
|
106
109
|
"networks",
|
|
107
110
|
"subscription_id",
|
|
111
|
+
"tokens",
|
|
108
112
|
"url",
|
|
109
113
|
"wp_admin",
|
|
110
114
|
"wp_json",
|
|
@@ -122,6 +126,13 @@ class AccountInfo(BaseModel):
|
|
|
122
126
|
if _item:
|
|
123
127
|
_items.append(_item.to_dict())
|
|
124
128
|
_dict['networks'] = _items
|
|
129
|
+
# override the default output from pydantic by calling `to_dict()` of each value in tokens (dict)
|
|
130
|
+
_field_dict = {}
|
|
131
|
+
if self.tokens:
|
|
132
|
+
for _key in self.tokens:
|
|
133
|
+
if self.tokens[_key]:
|
|
134
|
+
_field_dict[_key] = self.tokens[_key].to_dict()
|
|
135
|
+
_dict['tokens'] = _field_dict
|
|
125
136
|
return _dict
|
|
126
137
|
|
|
127
138
|
@classmethod
|
|
@@ -147,6 +158,12 @@ class AccountInfo(BaseModel):
|
|
|
147
158
|
"networks": [NetworkAccountInfo.from_dict(_item) for _item in obj["networks"]] if obj.get("networks") is not None else None,
|
|
148
159
|
"ngDatasetId": obj.get("ngDatasetId"),
|
|
149
160
|
"subscriptionId": obj.get("subscriptionId"),
|
|
161
|
+
"tokens": dict(
|
|
162
|
+
(_k, Tokens.from_dict(_v))
|
|
163
|
+
for _k, _v in obj["tokens"].items()
|
|
164
|
+
)
|
|
165
|
+
if obj.get("tokens") is not None
|
|
166
|
+
else None,
|
|
150
167
|
"url": obj.get("url"),
|
|
151
168
|
"wpAdmin": obj.get("wpAdmin"),
|
|
152
169
|
"wpJson": obj.get("wpJson")
|