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