wordlift-client 1.115.0__tar.gz → 1.116.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.115.0 → wordlift_client-1.116.0}/PKG-INFO +1 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/README.md +4 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/pyproject.toml +1 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/setup.py +1 -1
- wordlift_client-1.116.0/test/test_link_group.py +76 -0
- wordlift_client-1.116.0/test/test_link_group_response.py +79 -0
- wordlift_client-1.116.0/test/test_link_groups_api.py +39 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/__init__.py +4 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/__init__.py +1 -0
- wordlift_client-1.116.0/wordlift_client/api/link_groups_api.py +319 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api_client.py +1 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/configuration.py +1 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/__init__.py +2 -0
- wordlift_client-1.116.0/wordlift_client/models/link_group.py +100 -0
- wordlift_client-1.116.0/wordlift_client/models/link_group_response.py +96 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client.egg-info/PKG-INFO +1 -1
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client.egg-info/SOURCES.txt +6 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/LICENSE +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/setup.cfg +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entity.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_event.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_filter.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_graph.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_html.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_image.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_kg_embedding_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_model.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_model1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_preset.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_properties.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_record.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_request1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_request2.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_request3.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_response1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_response2.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_rule.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_scope.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_token_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_token_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_tokens.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_tokens_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_topic.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_page_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_page_import_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_web_pages_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_website.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_word.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/account_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/account_google_search_console_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/account_stats_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/accounts_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/add_ons_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/agent_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/analyses_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/analytics_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/analytics_syncs_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/authors_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/autocomplete_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/classifications_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_evaluations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_expansions_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_completion_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_fields_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_models_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_presets_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_records_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_records_export_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_renders_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_stats_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_syncs_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/content_generations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/custom_domains_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/data_uri_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/dataset_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/embedding_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/embeddings_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/entities_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/entity_gaps_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/fact_check_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/google_merchants_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/google_search_console_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/google_search_console_searches_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/google_search_console_websites_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/graph_ql_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/image_to_text_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/include_excludes_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/inspector_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/internal_links_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/long_tails_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/merchant_syncs_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/merchants_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/microdata_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/platform_consumptions_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/platform_limits_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/plugin_events_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/questions_and_answers_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/redeem_codes_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/rules_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/seo_scores_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/sitemap_generator_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/sitemap_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/summarizations_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/token_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/tokens_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/vector_search_nodes_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/vector_search_queries_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/vector_search_questions_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/web_pages_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api/web_pages_imports_api.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/exceptions.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/account.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/account_config.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/account_info.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/account_stats.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/account_subscription.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/active_account.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/add_on_configuration.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/analyses_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/analyses_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/analyses_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/analytics_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/analytics_sync.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/analytics_sync_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/anchor_text.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/annotation.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/ask_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/ask_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/author_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/authorization.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/authorization_status.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/autocomplete_result.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/batch_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/botify_crawl_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/build_authorize_uri_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/build_authorize_uri_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/classification_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/classification_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/completion_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_expansion_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_expansion_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_generation.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_generation_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/content_generation_stats.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/create_embeddings_input.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/create_seo_score200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/create_seo_score_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/diagnostic_plugin.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/domain_validation_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/duplicate_authorization_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/embedding_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/entity.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/entity1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/entity_gap_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/entity_match.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/entity_patch_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/event.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/exchange_auth_code_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/exchange_auth_code_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/filter.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/filter_value.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/generate_sitemap200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/generate_sitemap_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/graphql_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/html.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/http_validation_error.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/image.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/image_to_text_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/image_to_text_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/include_exclude.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/include_exclude_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/inspect_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/internal_link.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/internal_link_destination.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/internal_link_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/internal_link_source.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/kg_embedding_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/kg_embedding_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/level_enum.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/location_inner.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/longtail_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/merchant.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/merchant_entry.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/merchant_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/merchant_sync.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/merchant_view.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/model.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/model_field.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/network_account_info.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/node_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/node_request_metadata_value.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_active_account.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_add_on_configuration.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_content_generation.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_field.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_merchant_entry.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_merchant_sync.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_merchant_view.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_model.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_platform_limit.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_preset.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_record.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_rule.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_website.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_website_search.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_with_limits.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/page_word.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/platform_limit.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/platform_limit_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/preset.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/problem_detail.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/project_type.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/properties.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/properties1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/question_and_answer.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/question_and_answer_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/rank_entities.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/record.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/render_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/request1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/request2.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/request3.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/response1.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/response2.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/rule.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/rule_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/scope.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/sitemap_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/smart_content.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/smart_content_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/submit_fact_check200_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/submit_fact_check_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/token_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/tokens.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/topic.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/update_account_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/update_question_and_answer_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/update_record_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/update_records_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/update_site_url_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/validation_error.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/validation_fix.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/validation_result.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/validation_type_enum.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/vector_search_query_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/vector_search_query_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/vector_search_question_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/vector_search_question_response_item.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/web_async.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/web_page.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/web_page_import_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/web_page_import_response.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/webpage_properties.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/website.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/website_search.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/what_operand_lhs.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/what_operator.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/when_operator.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/with_limits.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/word.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/word_repetition_data.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/models/word_request.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client/rest.py +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.115.0 → wordlift_client-1.116.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.116.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)
|
|
@@ -178,6 +178,7 @@ Class | Method | HTTP request | Description
|
|
|
178
178
|
*InspectorApi* | [**get1**](docs/InspectorApi.md#get1) | **GET** /inspect | Inspect
|
|
179
179
|
*InternalLinksApi* | [**create_internal_link**](docs/InternalLinksApi.md#create_internal_link) | **POST** /internal-links | Create
|
|
180
180
|
*InternalLinksApi* | [**create_internal_link_suggestion**](docs/InternalLinksApi.md#create_internal_link_suggestion) | **POST** /internal-links/suggestions | Suggest
|
|
181
|
+
*LinkGroupsApi* | [**get_link_groups**](docs/LinkGroupsApi.md#get_link_groups) | **GET** /accounts/{id}/link-groups | Get
|
|
181
182
|
*LongTailsApi* | [**get2**](docs/LongTailsApi.md#get2) | **GET** /longtail | Get entities
|
|
182
183
|
*LongTailsApi* | [**get3**](docs/LongTailsApi.md#get3) | **GET** /longtail/hook | Get entities by rank (async)
|
|
183
184
|
*LongTailsApi* | [**get_v2**](docs/LongTailsApi.md#get_v2) | **GET** /longtail/v2 | Get entities by rank
|
|
@@ -319,6 +320,8 @@ Class | Method | HTTP request | Description
|
|
|
319
320
|
- [KgEmbeddingRequest](docs/KgEmbeddingRequest.md)
|
|
320
321
|
- [KgEmbeddingResponse](docs/KgEmbeddingResponse.md)
|
|
321
322
|
- [LevelEnum](docs/LevelEnum.md)
|
|
323
|
+
- [LinkGroup](docs/LinkGroup.md)
|
|
324
|
+
- [LinkGroupResponse](docs/LinkGroupResponse.md)
|
|
322
325
|
- [LocationInner](docs/LocationInner.md)
|
|
323
326
|
- [LongtailResponse](docs/LongtailResponse.md)
|
|
324
327
|
- [Merchant](docs/Merchant.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.116.0"
|
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
|
@@ -0,0 +1,76 @@
|
|
|
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.link_group import LinkGroup
|
|
19
|
+
|
|
20
|
+
class TestLinkGroup(unittest.TestCase):
|
|
21
|
+
"""LinkGroup 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) -> LinkGroup:
|
|
30
|
+
"""Test LinkGroup
|
|
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 `LinkGroup`
|
|
35
|
+
"""
|
|
36
|
+
model = LinkGroup()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return LinkGroup(
|
|
39
|
+
identifier = '',
|
|
40
|
+
items = [
|
|
41
|
+
wordlift_client.models.item.Item(
|
|
42
|
+
id = '',
|
|
43
|
+
query = wordlift_client.models.vector_search_query_request.VectorSearchQueryRequest(
|
|
44
|
+
fields = [
|
|
45
|
+
''
|
|
46
|
+
],
|
|
47
|
+
filters = [
|
|
48
|
+
wordlift_client.models.filter.Filter(
|
|
49
|
+
key = '',
|
|
50
|
+
operator = 'EQ',
|
|
51
|
+
value = wordlift_client.models.filter_value.Filter_value(),
|
|
52
|
+
value_date = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), )
|
|
53
|
+
],
|
|
54
|
+
query_embedding = [
|
|
55
|
+
1.337
|
|
56
|
+
],
|
|
57
|
+
query_string = '',
|
|
58
|
+
query_uri = '',
|
|
59
|
+
query_url = '',
|
|
60
|
+
similarity_top_k = 1, ),
|
|
61
|
+
source_name = '', )
|
|
62
|
+
],
|
|
63
|
+
name = ''
|
|
64
|
+
)
|
|
65
|
+
else:
|
|
66
|
+
return LinkGroup(
|
|
67
|
+
)
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
def testLinkGroup(self):
|
|
71
|
+
"""Test LinkGroup"""
|
|
72
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
73
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
74
|
+
|
|
75
|
+
if __name__ == '__main__':
|
|
76
|
+
unittest.main()
|
|
@@ -0,0 +1,79 @@
|
|
|
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.link_group_response import LinkGroupResponse
|
|
19
|
+
|
|
20
|
+
class TestLinkGroupResponse(unittest.TestCase):
|
|
21
|
+
"""LinkGroupResponse 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) -> LinkGroupResponse:
|
|
30
|
+
"""Test LinkGroupResponse
|
|
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 `LinkGroupResponse`
|
|
35
|
+
"""
|
|
36
|
+
model = LinkGroupResponse()
|
|
37
|
+
if include_optional:
|
|
38
|
+
return LinkGroupResponse(
|
|
39
|
+
link_groups = [
|
|
40
|
+
wordlift_client.models.link_group.LinkGroup(
|
|
41
|
+
identifier = '',
|
|
42
|
+
items = [
|
|
43
|
+
wordlift_client.models.item.Item(
|
|
44
|
+
id = '',
|
|
45
|
+
query = wordlift_client.models.vector_search_query_request.VectorSearchQueryRequest(
|
|
46
|
+
fields = [
|
|
47
|
+
''
|
|
48
|
+
],
|
|
49
|
+
filters = [
|
|
50
|
+
wordlift_client.models.filter.Filter(
|
|
51
|
+
key = '',
|
|
52
|
+
operator = 'EQ',
|
|
53
|
+
value = wordlift_client.models.filter_value.Filter_value(),
|
|
54
|
+
value_date = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), )
|
|
55
|
+
],
|
|
56
|
+
query_embedding = [
|
|
57
|
+
1.337
|
|
58
|
+
],
|
|
59
|
+
query_string = '',
|
|
60
|
+
query_uri = '',
|
|
61
|
+
query_url = '',
|
|
62
|
+
similarity_top_k = 1, ),
|
|
63
|
+
source_name = '', )
|
|
64
|
+
],
|
|
65
|
+
name = '', )
|
|
66
|
+
]
|
|
67
|
+
)
|
|
68
|
+
else:
|
|
69
|
+
return LinkGroupResponse(
|
|
70
|
+
)
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
def testLinkGroupResponse(self):
|
|
74
|
+
"""Test LinkGroupResponse"""
|
|
75
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
76
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
77
|
+
|
|
78
|
+
if __name__ == '__main__':
|
|
79
|
+
unittest.main()
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
WordLift API
|
|
5
|
+
|
|
6
|
+
WordLift API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
import unittest
|
|
17
|
+
|
|
18
|
+
from wordlift_client.api.link_groups_api import LinkGroupsApi
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class TestLinkGroupsApi(unittest.TestCase):
|
|
22
|
+
"""LinkGroupsApi unit test stubs"""
|
|
23
|
+
|
|
24
|
+
def setUp(self) -> None:
|
|
25
|
+
self.api = LinkGroupsApi()
|
|
26
|
+
|
|
27
|
+
def tearDown(self) -> None:
|
|
28
|
+
pass
|
|
29
|
+
|
|
30
|
+
def test_get_link_groups(self) -> None:
|
|
31
|
+
"""Test case for get_link_groups
|
|
32
|
+
|
|
33
|
+
Get
|
|
34
|
+
"""
|
|
35
|
+
pass
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
if __name__ == '__main__':
|
|
39
|
+
unittest.main()
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "1.
|
|
18
|
+
__version__ = "1.116.0"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from wordlift_client.api.account_api import AccountApi
|
|
@@ -62,6 +62,7 @@ from wordlift_client.api.image_to_text_api import ImageToTextApi
|
|
|
62
62
|
from wordlift_client.api.include_excludes_api import IncludeExcludesApi
|
|
63
63
|
from wordlift_client.api.inspector_api import InspectorApi
|
|
64
64
|
from wordlift_client.api.internal_links_api import InternalLinksApi
|
|
65
|
+
from wordlift_client.api.link_groups_api import LinkGroupsApi
|
|
65
66
|
from wordlift_client.api.long_tails_api import LongTailsApi
|
|
66
67
|
from wordlift_client.api.merchant_syncs_api import MerchantSyncsApi
|
|
67
68
|
from wordlift_client.api.merchants_api import MerchantsApi
|
|
@@ -181,6 +182,8 @@ from wordlift_client.models.item import Item
|
|
|
181
182
|
from wordlift_client.models.kg_embedding_request import KgEmbeddingRequest
|
|
182
183
|
from wordlift_client.models.kg_embedding_response import KgEmbeddingResponse
|
|
183
184
|
from wordlift_client.models.level_enum import LevelEnum
|
|
185
|
+
from wordlift_client.models.link_group import LinkGroup
|
|
186
|
+
from wordlift_client.models.link_group_response import LinkGroupResponse
|
|
184
187
|
from wordlift_client.models.location_inner import LocationInner
|
|
185
188
|
from wordlift_client.models.longtail_response import LongtailResponse
|
|
186
189
|
from wordlift_client.models.merchant import Merchant
|
|
@@ -45,6 +45,7 @@ from wordlift_client.api.image_to_text_api import ImageToTextApi
|
|
|
45
45
|
from wordlift_client.api.include_excludes_api import IncludeExcludesApi
|
|
46
46
|
from wordlift_client.api.inspector_api import InspectorApi
|
|
47
47
|
from wordlift_client.api.internal_links_api import InternalLinksApi
|
|
48
|
+
from wordlift_client.api.link_groups_api import LinkGroupsApi
|
|
48
49
|
from wordlift_client.api.long_tails_api import LongTailsApi
|
|
49
50
|
from wordlift_client.api.merchant_syncs_api import MerchantSyncsApi
|
|
50
51
|
from wordlift_client.api.merchants_api import MerchantsApi
|
|
@@ -0,0 +1,319 @@
|
|
|
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, StrictInt, StrictStr
|
|
21
|
+
from typing import List
|
|
22
|
+
from typing_extensions import Annotated
|
|
23
|
+
from wordlift_client.models.link_group_response import LinkGroupResponse
|
|
24
|
+
|
|
25
|
+
from wordlift_client.api_client import ApiClient, RequestSerialized
|
|
26
|
+
from wordlift_client.api_response import ApiResponse
|
|
27
|
+
from wordlift_client.rest import RESTResponseType
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class LinkGroupsApi:
|
|
31
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
32
|
+
Ref: https://openapi-generator.tech
|
|
33
|
+
|
|
34
|
+
Do not edit the class manually.
|
|
35
|
+
"""
|
|
36
|
+
|
|
37
|
+
def __init__(self, api_client=None) -> None:
|
|
38
|
+
if api_client is None:
|
|
39
|
+
api_client = ApiClient.get_default()
|
|
40
|
+
self.api_client = api_client
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
@validate_call
|
|
44
|
+
async def get_link_groups(
|
|
45
|
+
self,
|
|
46
|
+
id: Annotated[StrictInt, Field(description="Graph id")],
|
|
47
|
+
url: Annotated[List[StrictStr], Field(description="One or more URLs.")],
|
|
48
|
+
_request_timeout: Union[
|
|
49
|
+
None,
|
|
50
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
51
|
+
Tuple[
|
|
52
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
53
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
54
|
+
]
|
|
55
|
+
] = None,
|
|
56
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
57
|
+
_content_type: Optional[StrictStr] = None,
|
|
58
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
59
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
60
|
+
) -> LinkGroupResponse:
|
|
61
|
+
"""Get
|
|
62
|
+
|
|
63
|
+
Get Link Groups
|
|
64
|
+
|
|
65
|
+
:param id: Graph id (required)
|
|
66
|
+
:type id: int
|
|
67
|
+
:param url: One or more URLs. (required)
|
|
68
|
+
:type url: List[str]
|
|
69
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
70
|
+
number provided, it will be total request
|
|
71
|
+
timeout. It can also be a pair (tuple) of
|
|
72
|
+
(connection, read) timeouts.
|
|
73
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
74
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
75
|
+
request; this effectively ignores the
|
|
76
|
+
authentication in the spec for a single request.
|
|
77
|
+
:type _request_auth: dict, optional
|
|
78
|
+
:param _content_type: force content-type for the request.
|
|
79
|
+
:type _content_type: str, Optional
|
|
80
|
+
:param _headers: set to override the headers for a single
|
|
81
|
+
request; this effectively ignores the headers
|
|
82
|
+
in the spec for a single request.
|
|
83
|
+
:type _headers: dict, optional
|
|
84
|
+
:param _host_index: set to override the host_index for a single
|
|
85
|
+
request; this effectively ignores the host_index
|
|
86
|
+
in the spec for a single request.
|
|
87
|
+
:type _host_index: int, optional
|
|
88
|
+
:return: Returns the result object.
|
|
89
|
+
""" # noqa: E501
|
|
90
|
+
|
|
91
|
+
_param = self._get_link_groups_serialize(
|
|
92
|
+
id=id,
|
|
93
|
+
url=url,
|
|
94
|
+
_request_auth=_request_auth,
|
|
95
|
+
_content_type=_content_type,
|
|
96
|
+
_headers=_headers,
|
|
97
|
+
_host_index=_host_index
|
|
98
|
+
)
|
|
99
|
+
|
|
100
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
101
|
+
'200': "LinkGroupResponse",
|
|
102
|
+
'401': None,
|
|
103
|
+
}
|
|
104
|
+
response_data = await self.api_client.call_api(
|
|
105
|
+
*_param,
|
|
106
|
+
_request_timeout=_request_timeout
|
|
107
|
+
)
|
|
108
|
+
await response_data.read()
|
|
109
|
+
return self.api_client.response_deserialize(
|
|
110
|
+
response_data=response_data,
|
|
111
|
+
response_types_map=_response_types_map,
|
|
112
|
+
).data
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
@validate_call
|
|
116
|
+
async def get_link_groups_with_http_info(
|
|
117
|
+
self,
|
|
118
|
+
id: Annotated[StrictInt, Field(description="Graph id")],
|
|
119
|
+
url: Annotated[List[StrictStr], Field(description="One or more URLs.")],
|
|
120
|
+
_request_timeout: Union[
|
|
121
|
+
None,
|
|
122
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
123
|
+
Tuple[
|
|
124
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
125
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
126
|
+
]
|
|
127
|
+
] = None,
|
|
128
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
129
|
+
_content_type: Optional[StrictStr] = None,
|
|
130
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
131
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
132
|
+
) -> ApiResponse[LinkGroupResponse]:
|
|
133
|
+
"""Get
|
|
134
|
+
|
|
135
|
+
Get Link Groups
|
|
136
|
+
|
|
137
|
+
:param id: Graph id (required)
|
|
138
|
+
:type id: int
|
|
139
|
+
:param url: One or more URLs. (required)
|
|
140
|
+
:type url: List[str]
|
|
141
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
142
|
+
number provided, it will be total request
|
|
143
|
+
timeout. It can also be a pair (tuple) of
|
|
144
|
+
(connection, read) timeouts.
|
|
145
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
146
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
147
|
+
request; this effectively ignores the
|
|
148
|
+
authentication in the spec for a single request.
|
|
149
|
+
:type _request_auth: dict, optional
|
|
150
|
+
:param _content_type: force content-type for the request.
|
|
151
|
+
:type _content_type: str, Optional
|
|
152
|
+
:param _headers: set to override the headers for a single
|
|
153
|
+
request; this effectively ignores the headers
|
|
154
|
+
in the spec for a single request.
|
|
155
|
+
:type _headers: dict, optional
|
|
156
|
+
:param _host_index: set to override the host_index for a single
|
|
157
|
+
request; this effectively ignores the host_index
|
|
158
|
+
in the spec for a single request.
|
|
159
|
+
:type _host_index: int, optional
|
|
160
|
+
:return: Returns the result object.
|
|
161
|
+
""" # noqa: E501
|
|
162
|
+
|
|
163
|
+
_param = self._get_link_groups_serialize(
|
|
164
|
+
id=id,
|
|
165
|
+
url=url,
|
|
166
|
+
_request_auth=_request_auth,
|
|
167
|
+
_content_type=_content_type,
|
|
168
|
+
_headers=_headers,
|
|
169
|
+
_host_index=_host_index
|
|
170
|
+
)
|
|
171
|
+
|
|
172
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
173
|
+
'200': "LinkGroupResponse",
|
|
174
|
+
'401': None,
|
|
175
|
+
}
|
|
176
|
+
response_data = await self.api_client.call_api(
|
|
177
|
+
*_param,
|
|
178
|
+
_request_timeout=_request_timeout
|
|
179
|
+
)
|
|
180
|
+
await response_data.read()
|
|
181
|
+
return self.api_client.response_deserialize(
|
|
182
|
+
response_data=response_data,
|
|
183
|
+
response_types_map=_response_types_map,
|
|
184
|
+
)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
@validate_call
|
|
188
|
+
async def get_link_groups_without_preload_content(
|
|
189
|
+
self,
|
|
190
|
+
id: Annotated[StrictInt, Field(description="Graph id")],
|
|
191
|
+
url: Annotated[List[StrictStr], Field(description="One or more URLs.")],
|
|
192
|
+
_request_timeout: Union[
|
|
193
|
+
None,
|
|
194
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
195
|
+
Tuple[
|
|
196
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
197
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
198
|
+
]
|
|
199
|
+
] = None,
|
|
200
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
201
|
+
_content_type: Optional[StrictStr] = None,
|
|
202
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
203
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
204
|
+
) -> RESTResponseType:
|
|
205
|
+
"""Get
|
|
206
|
+
|
|
207
|
+
Get Link Groups
|
|
208
|
+
|
|
209
|
+
:param id: Graph id (required)
|
|
210
|
+
:type id: int
|
|
211
|
+
:param url: One or more URLs. (required)
|
|
212
|
+
:type url: List[str]
|
|
213
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
214
|
+
number provided, it will be total request
|
|
215
|
+
timeout. It can also be a pair (tuple) of
|
|
216
|
+
(connection, read) timeouts.
|
|
217
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
218
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
219
|
+
request; this effectively ignores the
|
|
220
|
+
authentication in the spec for a single request.
|
|
221
|
+
:type _request_auth: dict, optional
|
|
222
|
+
:param _content_type: force content-type for the request.
|
|
223
|
+
:type _content_type: str, Optional
|
|
224
|
+
:param _headers: set to override the headers for a single
|
|
225
|
+
request; this effectively ignores the headers
|
|
226
|
+
in the spec for a single request.
|
|
227
|
+
:type _headers: dict, optional
|
|
228
|
+
:param _host_index: set to override the host_index for a single
|
|
229
|
+
request; this effectively ignores the host_index
|
|
230
|
+
in the spec for a single request.
|
|
231
|
+
:type _host_index: int, optional
|
|
232
|
+
:return: Returns the result object.
|
|
233
|
+
""" # noqa: E501
|
|
234
|
+
|
|
235
|
+
_param = self._get_link_groups_serialize(
|
|
236
|
+
id=id,
|
|
237
|
+
url=url,
|
|
238
|
+
_request_auth=_request_auth,
|
|
239
|
+
_content_type=_content_type,
|
|
240
|
+
_headers=_headers,
|
|
241
|
+
_host_index=_host_index
|
|
242
|
+
)
|
|
243
|
+
|
|
244
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
245
|
+
'200': "LinkGroupResponse",
|
|
246
|
+
'401': None,
|
|
247
|
+
}
|
|
248
|
+
response_data = await self.api_client.call_api(
|
|
249
|
+
*_param,
|
|
250
|
+
_request_timeout=_request_timeout
|
|
251
|
+
)
|
|
252
|
+
return response_data.response
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
def _get_link_groups_serialize(
|
|
256
|
+
self,
|
|
257
|
+
id,
|
|
258
|
+
url,
|
|
259
|
+
_request_auth,
|
|
260
|
+
_content_type,
|
|
261
|
+
_headers,
|
|
262
|
+
_host_index,
|
|
263
|
+
) -> RequestSerialized:
|
|
264
|
+
|
|
265
|
+
_host = None
|
|
266
|
+
|
|
267
|
+
_collection_formats: Dict[str, str] = {
|
|
268
|
+
'url': 'multi',
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
_path_params: Dict[str, str] = {}
|
|
272
|
+
_query_params: List[Tuple[str, str]] = []
|
|
273
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
274
|
+
_form_params: List[Tuple[str, str]] = []
|
|
275
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
276
|
+
_body_params: Optional[bytes] = None
|
|
277
|
+
|
|
278
|
+
# process the path parameters
|
|
279
|
+
if id is not None:
|
|
280
|
+
_path_params['id'] = id
|
|
281
|
+
# process the query parameters
|
|
282
|
+
if url is not None:
|
|
283
|
+
|
|
284
|
+
_query_params.append(('url', url))
|
|
285
|
+
|
|
286
|
+
# process the header parameters
|
|
287
|
+
# process the form parameters
|
|
288
|
+
# process the body parameter
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
# set the HTTP header `Accept`
|
|
292
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
293
|
+
[
|
|
294
|
+
'application/json'
|
|
295
|
+
]
|
|
296
|
+
)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
# authentication setting
|
|
300
|
+
_auth_settings: List[str] = [
|
|
301
|
+
'ApiKey'
|
|
302
|
+
]
|
|
303
|
+
|
|
304
|
+
return self.api_client.param_serialize(
|
|
305
|
+
method='GET',
|
|
306
|
+
resource_path='/accounts/{id}/link-groups',
|
|
307
|
+
path_params=_path_params,
|
|
308
|
+
query_params=_query_params,
|
|
309
|
+
header_params=_header_params,
|
|
310
|
+
body=_body_params,
|
|
311
|
+
post_params=_form_params,
|
|
312
|
+
files=_files,
|
|
313
|
+
auth_settings=_auth_settings,
|
|
314
|
+
collection_formats=_collection_formats,
|
|
315
|
+
_host=_host,
|
|
316
|
+
_request_auth=_request_auth
|
|
317
|
+
)
|
|
318
|
+
|
|
319
|
+
|
|
@@ -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.116.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.116.0".\
|
|
430
430
|
format(env=sys.platform, pyversion=sys.version)
|
|
431
431
|
|
|
432
432
|
def get_host_settings(self):
|
|
@@ -97,6 +97,8 @@ from wordlift_client.models.item import Item
|
|
|
97
97
|
from wordlift_client.models.kg_embedding_request import KgEmbeddingRequest
|
|
98
98
|
from wordlift_client.models.kg_embedding_response import KgEmbeddingResponse
|
|
99
99
|
from wordlift_client.models.level_enum import LevelEnum
|
|
100
|
+
from wordlift_client.models.link_group import LinkGroup
|
|
101
|
+
from wordlift_client.models.link_group_response import LinkGroupResponse
|
|
100
102
|
from wordlift_client.models.location_inner import LocationInner
|
|
101
103
|
from wordlift_client.models.longtail_response import LongtailResponse
|
|
102
104
|
from wordlift_client.models.merchant import Merchant
|