wordlift-client 1.99.0__tar.gz → 1.101.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.99.0/wordlift_client.egg-info → wordlift_client-1.101.0}/PKG-INFO +7 -6
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/README.md +35 -10
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/pyproject.toml +5 -5
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/setup.py +11 -9
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/__init__.py +5 -4
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/account_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/account_google_search_console_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/account_stats_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/accounts_api.py +10 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/add_ons_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/agent_api.py +5 -4
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/analyses_api.py +8 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/analytics_imports_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/analytics_syncs_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/authors_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/autocomplete_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/botify_crawl_imports_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/classifications_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_evaluations_api.py +5 -4
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_expansions_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_completion_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_fields_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_models_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_presets_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_records_api.py +10 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_records_export_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_renders_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_stats_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_syncs_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generation_word_biases_api.py +10 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_generations_api.py +10 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/custom_domains_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/data_uri_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/dataset_api.py +8 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/embedding_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/embeddings_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/entities_api.py +9 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/entity_gaps_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/fact_check_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/google_merchants_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/google_search_console_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/google_search_console_o_auth2_api.py +10 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/google_search_console_searches_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/google_search_console_websites_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/graph_ql_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/image_to_text_api.py +5 -4
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/include_excludes_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/inspector_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/internal_links_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/long_tails_api.py +7 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/merchant_syncs_api.py +7 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/merchants_api.py +9 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/microdata_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +9 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/platform_consumptions_api.py +8 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/platform_limits_api.py +9 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/plugin_diagnostics_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/plugin_events_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/questions_and_answers_api.py +11 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/redeem_codes_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/rules_api.py +10 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/seo_scores_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/sitemap_generator_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/sitemap_imports_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/summarizations_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/vector_search_nodes_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/vector_search_queries_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/vector_search_questions_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/web_asyncs_metadata_api.py +6 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/web_asyncs_responses_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/web_pages_api.py +5 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api_client.py +5 -4
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/configuration.py +42 -11
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/exceptions.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/__init__.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/account.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/account_config.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/account_info.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/account_stats.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/account_subscription.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/active_account.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/add_on_configuration.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/analyses_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/analyses_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/analyses_response_item.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/analytics_import_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/analytics_sync.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/analytics_sync_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/anchor_text.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/annotation.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/ask_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/ask_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/author_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/authorization.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/authorization_status.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/autocomplete_result.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/batch_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/botify_crawl_import_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/build_authorize_uri_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/build_authorize_uri_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/classification_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/classification_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/completion_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_metadata.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_expansion_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_expansion_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_generation.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_generation_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/content_generation_stats.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/create_embeddings_input.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/create_seo_score200_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/create_seo_score_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/diagnostic_plugin.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/diagnostic_plugin_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/domain_validation_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/duplicate_authorization_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/embedding_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/entity.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/entity1.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/entity_gap_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/entity_match.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/entity_patch_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/event.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/exchange_auth_code_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/exchange_auth_code_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/filter.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/filter_value.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/generate_sitemap200_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/generate_sitemap_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/graphql_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/html.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/http_validation_error.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/image.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/image_to_text_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/image_to_text_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/include_exclude.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/include_exclude_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/inspect_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/internal_link.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/internal_link_destination.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/internal_link_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/internal_link_source.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/item.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/kg_embedding_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/level_enum.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/location_inner.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/longtail_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/merchant.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/merchant_entry.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/merchant_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/merchant_sync.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/merchant_view.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/model.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/model_field.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/network_account_info.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/node_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/node_request_metadata_value.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/o_auth2_authorized_client.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/o_auth2_authorized_client_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_active_account.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_add_on_configuration.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_content_generation.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_field.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_merchant_entry.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_merchant_sync.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_merchant_view.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_model.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_o_auth2_authorized_client.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_platform_limit.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_preset.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_record.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_rule.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_vector_search_query_response_item.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_vector_search_question_response_item.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_website.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_website_search.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_with_limits.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/page_word.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/platform_limit.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/platform_limit_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/preset.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/problem_detail.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/project_type.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/properties.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/properties1.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/question_and_answer.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/question_and_answer_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/rank_entities.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/record.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/render_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/request1.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/request2.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/request3.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/response1.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/response2.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/rule.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/rule_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/scope.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/sitemap_import_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/smart_content.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/smart_content_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/submit_fact_check200_response.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/submit_fact_check_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/topic.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/update_account_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/update_question_and_answer_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/update_record_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/update_records_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/update_site_url_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/validation_error.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/validation_fix.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/validation_result.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/validation_type_enum.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/vector_search_query_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/vector_search_query_response_item.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/vector_search_question_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/vector_search_question_response_item.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/web_async.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/web_page.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/webpage_properties.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/website.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/website_search.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/what_operand_lhs.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/what_operator.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/when_operator.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/with_limits.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/word.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/word_repetition_data.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/word_request.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/rest.py +4 -3
- {wordlift_client-1.99.0 → wordlift_client-1.101.0/wordlift_client.egg-info}/PKG-INFO +7 -6
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/LICENSE +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/setup.cfg +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entity.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_event.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_filter.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_graph.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_html.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_image.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_item.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_model.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_model1.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_preset.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_properties.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_record.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_request1.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_request2.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_request3.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_response1.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_response2.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_rule.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_scope.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_topic.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_website.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_word.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/__init__.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client.egg-info/SOURCES.txt +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client.egg-info/top_level.txt +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wordlift-client
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.101.0
|
|
4
|
+
Summary: WordLift API
|
|
5
5
|
Home-page:
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
8
|
-
|
|
6
|
+
Author: WordLift
|
|
7
|
+
Author-email: hello@wordlift.io
|
|
8
|
+
License: (c) copyright 2022-present WordLift
|
|
9
|
+
Keywords: OpenAPI,OpenAPI-Generator,WordLift API
|
|
9
10
|
Description-Content-Type: text/markdown
|
|
10
11
|
License-File: LICENSE
|
|
11
12
|
Requires-Dist: urllib3<2.1.0,>=1.25.3
|
|
@@ -15,5 +16,5 @@ Requires-Dist: aiohttp-retry>=2.8.3
|
|
|
15
16
|
Requires-Dist: pydantic>=2
|
|
16
17
|
Requires-Dist: typing-extensions>=4.7.1
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
WordLift API
|
|
19
20
|
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# wordlift-client
|
|
2
|
-
|
|
2
|
+
WordLift API
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 1.0
|
|
7
|
-
- Package version: 1.
|
|
6
|
+
- API version: 1.0
|
|
7
|
+
- Package version: 1.101.0
|
|
8
8
|
- Generator version: 7.6.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
|
+
For more information, please visit [https://wordlift.io](https://wordlift.io)
|
|
10
11
|
|
|
11
12
|
## Requirements.
|
|
12
13
|
|
|
@@ -55,12 +56,22 @@ import wordlift_client
|
|
|
55
56
|
from wordlift_client.rest import ApiException
|
|
56
57
|
from pprint import pprint
|
|
57
58
|
|
|
58
|
-
# Defining the host is optional and defaults to
|
|
59
|
+
# Defining the host is optional and defaults to https://api.wordlift.io
|
|
59
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
60
61
|
configuration = wordlift_client.Configuration(
|
|
61
|
-
host = "
|
|
62
|
+
host = "https://api.wordlift.io"
|
|
62
63
|
)
|
|
63
64
|
|
|
65
|
+
# The client must configure the authentication and authorization parameters
|
|
66
|
+
# in accordance with the API server security policy.
|
|
67
|
+
# Examples for each auth method are provided below, use the example that
|
|
68
|
+
# satisfies your auth use case.
|
|
69
|
+
|
|
70
|
+
# Configure API key authorization: ApiKey
|
|
71
|
+
configuration.api_key['ApiKey'] = os.environ["API_KEY"]
|
|
72
|
+
|
|
73
|
+
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
|
|
74
|
+
# configuration.api_key_prefix['ApiKey'] = 'Bearer'
|
|
64
75
|
|
|
65
76
|
|
|
66
77
|
# Enter a context with an instance of the API client
|
|
@@ -80,7 +91,7 @@ async with wordlift_client.ApiClient(configuration) as api_client:
|
|
|
80
91
|
|
|
81
92
|
## Documentation for API Endpoints
|
|
82
93
|
|
|
83
|
-
All URIs are relative to *
|
|
94
|
+
All URIs are relative to *https://api.wordlift.io*
|
|
84
95
|
|
|
85
96
|
Class | Method | HTTP request | Description
|
|
86
97
|
------------ | ------------- | ------------- | -------------
|
|
@@ -398,16 +409,30 @@ Class | Method | HTTP request | Description
|
|
|
398
409
|
|
|
399
410
|
|
|
400
411
|
Authentication schemes defined for the API:
|
|
401
|
-
<a id="
|
|
402
|
-
###
|
|
412
|
+
<a id="ApiKey"></a>
|
|
413
|
+
### ApiKey
|
|
403
414
|
|
|
404
415
|
- **Type**: API key
|
|
405
|
-
- **API key parameter name**:
|
|
416
|
+
- **API key parameter name**: Authorization
|
|
406
417
|
- **Location**: HTTP header
|
|
407
418
|
|
|
419
|
+
<a id="BasicAuth"></a>
|
|
420
|
+
### BasicAuth
|
|
408
421
|
|
|
409
|
-
|
|
422
|
+
- **Type**: HTTP basic authentication
|
|
423
|
+
|
|
424
|
+
<a id="OAuth2"></a>
|
|
425
|
+
### OAuth2
|
|
410
426
|
|
|
427
|
+
- **Type**: OAuth
|
|
428
|
+
- **Flow**: accessCode
|
|
429
|
+
- **Authorization URL**: https://s.wordlift.io/oauth/authorize/
|
|
430
|
+
- **Scopes**:
|
|
431
|
+
- **basic**: basic scope
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## Author
|
|
411
435
|
|
|
436
|
+
hello@wordlift.io
|
|
412
437
|
|
|
413
438
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "wordlift_client"
|
|
3
|
-
version = "1.
|
|
4
|
-
description = "
|
|
5
|
-
authors = ["
|
|
6
|
-
license = "
|
|
3
|
+
version = "1.101.0"
|
|
4
|
+
description = "WordLift API"
|
|
5
|
+
authors = ["WordLift <hello@wordlift.io>"]
|
|
6
|
+
license = "(c) copyright 2022-present WordLift"
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
|
|
9
|
-
keywords = ["OpenAPI", "OpenAPI-Generator", "
|
|
9
|
+
keywords = ["OpenAPI", "OpenAPI-Generator", "WordLift API"]
|
|
10
10
|
include = ["wordlift_client/py.typed"]
|
|
11
11
|
|
|
12
12
|
[tool.poetry.dependencies]
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -21,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
22
|
# prerequisite: setuptools
|
|
22
23
|
# http://pypi.python.org/pypi/setuptools
|
|
23
24
|
NAME = "wordlift-client"
|
|
24
|
-
VERSION = "1.
|
|
25
|
+
VERSION = "1.101.0"
|
|
25
26
|
PYTHON_REQUIRES = ">=3.7"
|
|
26
27
|
REQUIRES = [
|
|
27
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
|
@@ -35,17 +36,18 @@ REQUIRES = [
|
|
|
35
36
|
setup(
|
|
36
37
|
name=NAME,
|
|
37
38
|
version=VERSION,
|
|
38
|
-
description="
|
|
39
|
-
author="
|
|
40
|
-
author_email="
|
|
39
|
+
description="WordLift API",
|
|
40
|
+
author="WordLift",
|
|
41
|
+
author_email="hello@wordlift.io",
|
|
41
42
|
url="",
|
|
42
|
-
keywords=["OpenAPI", "OpenAPI-Generator", "
|
|
43
|
+
keywords=["OpenAPI", "OpenAPI-Generator", "WordLift API"],
|
|
43
44
|
install_requires=REQUIRES,
|
|
44
45
|
packages=find_packages(exclude=["test", "tests"]),
|
|
45
46
|
include_package_data=True,
|
|
47
|
+
license="(c) copyright 2022-present WordLift",
|
|
46
48
|
long_description_content_type='text/markdown',
|
|
47
49
|
long_description="""\
|
|
48
|
-
|
|
50
|
+
WordLift API
|
|
49
51
|
""", # noqa: E501
|
|
50
52
|
package_data={"wordlift_client": ["py.typed"]},
|
|
51
53
|
)
|
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
# flake8: noqa
|
|
4
4
|
|
|
5
5
|
"""
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
WordLift API
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 1.0
|
|
10
|
+
The version of the OpenAPI document: 1.0
|
|
11
|
+
Contact: hello@wordlift.io
|
|
11
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
13
|
|
|
13
14
|
Do not edit the class manually.
|
|
14
15
|
""" # noqa: E501
|
|
15
16
|
|
|
16
17
|
|
|
17
|
-
__version__ = "1.
|
|
18
|
+
__version__ = "1.101.0"
|
|
18
19
|
|
|
19
20
|
# import apis into sdk package
|
|
20
21
|
from wordlift_client.api.account_api import AccountApi
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -261,6 +262,7 @@ class AccountApi:
|
|
|
261
262
|
|
|
262
263
|
# authentication setting
|
|
263
264
|
_auth_settings: List[str] = [
|
|
265
|
+
'ApiKey'
|
|
264
266
|
]
|
|
265
267
|
|
|
266
268
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -296,6 +297,7 @@ class AccountGoogleSearchConsoleApi:
|
|
|
296
297
|
|
|
297
298
|
# authentication setting
|
|
298
299
|
_auth_settings: List[str] = [
|
|
300
|
+
'ApiKey'
|
|
299
301
|
]
|
|
300
302
|
|
|
301
303
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -261,6 +262,8 @@ class AccountStatsApi:
|
|
|
261
262
|
|
|
262
263
|
# authentication setting
|
|
263
264
|
_auth_settings: List[str] = [
|
|
265
|
+
'OAuth2',
|
|
266
|
+
'ApiKey'
|
|
264
267
|
]
|
|
265
268
|
|
|
266
269
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -284,6 +285,8 @@ class AccountsApi:
|
|
|
284
285
|
|
|
285
286
|
# authentication setting
|
|
286
287
|
_auth_settings: List[str] = [
|
|
288
|
+
'OAuth2',
|
|
289
|
+
'BasicAuth'
|
|
287
290
|
]
|
|
288
291
|
|
|
289
292
|
return self.api_client.param_serialize(
|
|
@@ -665,6 +668,8 @@ class AccountsApi:
|
|
|
665
668
|
|
|
666
669
|
# authentication setting
|
|
667
670
|
_auth_settings: List[str] = [
|
|
671
|
+
'OAuth2',
|
|
672
|
+
'BasicAuth'
|
|
668
673
|
]
|
|
669
674
|
|
|
670
675
|
return self.api_client.param_serialize(
|
|
@@ -956,6 +961,8 @@ class AccountsApi:
|
|
|
956
961
|
|
|
957
962
|
# authentication setting
|
|
958
963
|
_auth_settings: List[str] = [
|
|
964
|
+
'OAuth2',
|
|
965
|
+
'BasicAuth'
|
|
959
966
|
]
|
|
960
967
|
|
|
961
968
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -315,6 +316,7 @@ class AddOnsApi:
|
|
|
315
316
|
|
|
316
317
|
# authentication setting
|
|
317
318
|
_auth_settings: List[str] = [
|
|
319
|
+
'ApiKey'
|
|
318
320
|
]
|
|
319
321
|
|
|
320
322
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -290,7 +291,7 @@ class AgentApi:
|
|
|
290
291
|
|
|
291
292
|
# authentication setting
|
|
292
293
|
_auth_settings: List[str] = [
|
|
293
|
-
'
|
|
294
|
+
'ApiKey'
|
|
294
295
|
]
|
|
295
296
|
|
|
296
297
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -296,6 +297,7 @@ class AnalysesApi:
|
|
|
296
297
|
|
|
297
298
|
# authentication setting
|
|
298
299
|
_auth_settings: List[str] = [
|
|
300
|
+
'ApiKey'
|
|
299
301
|
]
|
|
300
302
|
|
|
301
303
|
return self.api_client.param_serialize(
|
|
@@ -572,6 +574,7 @@ class AnalysesApi:
|
|
|
572
574
|
|
|
573
575
|
# authentication setting
|
|
574
576
|
_auth_settings: List[str] = [
|
|
577
|
+
'ApiKey'
|
|
575
578
|
]
|
|
576
579
|
|
|
577
580
|
return self.api_client.param_serialize(
|
|
@@ -848,6 +851,7 @@ class AnalysesApi:
|
|
|
848
851
|
|
|
849
852
|
# authentication setting
|
|
850
853
|
_auth_settings: List[str] = [
|
|
854
|
+
'ApiKey'
|
|
851
855
|
]
|
|
852
856
|
|
|
853
857
|
return self.api_client.param_serialize(
|
|
@@ -1124,6 +1128,7 @@ class AnalysesApi:
|
|
|
1124
1128
|
|
|
1125
1129
|
# authentication setting
|
|
1126
1130
|
_auth_settings: List[str] = [
|
|
1131
|
+
'ApiKey'
|
|
1127
1132
|
]
|
|
1128
1133
|
|
|
1129
1134
|
return self.api_client.param_serialize(
|
{wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/analytics_imports_api.py
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -291,6 +292,7 @@ class AnalyticsImportsApi:
|
|
|
291
292
|
|
|
292
293
|
# authentication setting
|
|
293
294
|
_auth_settings: List[str] = [
|
|
295
|
+
'ApiKey'
|
|
294
296
|
]
|
|
295
297
|
|
|
296
298
|
return self.api_client.param_serialize(
|
{wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/analytics_syncs_api.py
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -289,6 +290,7 @@ class AnalyticsSyncsApi:
|
|
|
289
290
|
|
|
290
291
|
# authentication setting
|
|
291
292
|
_auth_settings: List[str] = [
|
|
293
|
+
'OAuth2'
|
|
292
294
|
]
|
|
293
295
|
|
|
294
296
|
return self.api_client.param_serialize(
|
|
@@ -586,6 +588,7 @@ class AnalyticsSyncsApi:
|
|
|
586
588
|
|
|
587
589
|
# authentication setting
|
|
588
590
|
_auth_settings: List[str] = [
|
|
591
|
+
'OAuth2'
|
|
589
592
|
]
|
|
590
593
|
|
|
591
594
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -293,6 +294,7 @@ class AuthorsApi:
|
|
|
293
294
|
|
|
294
295
|
# authentication setting
|
|
295
296
|
_auth_settings: List[str] = [
|
|
297
|
+
'ApiKey'
|
|
296
298
|
]
|
|
297
299
|
|
|
298
300
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -353,6 +354,7 @@ class AutocompleteApi:
|
|
|
353
354
|
|
|
354
355
|
# authentication setting
|
|
355
356
|
_auth_settings: List[str] = [
|
|
357
|
+
'ApiKey'
|
|
356
358
|
]
|
|
357
359
|
|
|
358
360
|
return self.api_client.param_serialize(
|
{wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/botify_crawl_imports_api.py
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -291,6 +292,7 @@ class BotifyCrawlImportsApi:
|
|
|
291
292
|
|
|
292
293
|
# authentication setting
|
|
293
294
|
_auth_settings: List[str] = [
|
|
295
|
+
'ApiKey'
|
|
294
296
|
]
|
|
295
297
|
|
|
296
298
|
return self.api_client.param_serialize(
|
{wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/classifications_api.py
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -336,6 +337,7 @@ class ClassificationsApi:
|
|
|
336
337
|
|
|
337
338
|
# authentication setting
|
|
338
339
|
_auth_settings: List[str] = [
|
|
340
|
+
'ApiKey'
|
|
339
341
|
]
|
|
340
342
|
|
|
341
343
|
return self.api_client.param_serialize(
|
{wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_evaluations_api.py
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -290,7 +291,7 @@ class ContentEvaluationsApi:
|
|
|
290
291
|
|
|
291
292
|
# authentication setting
|
|
292
293
|
_auth_settings: List[str] = [
|
|
293
|
-
'
|
|
294
|
+
'ApiKey'
|
|
294
295
|
]
|
|
295
296
|
|
|
296
297
|
return self.api_client.param_serialize(
|
{wordlift_client-1.99.0 → wordlift_client-1.101.0}/wordlift_client/api/content_expansions_api.py
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -293,6 +294,7 @@ class ContentExpansionsApi:
|
|
|
293
294
|
|
|
294
295
|
# authentication setting
|
|
295
296
|
_auth_settings: List[str] = [
|
|
297
|
+
'ApiKey'
|
|
296
298
|
]
|
|
297
299
|
|
|
298
300
|
return self.api_client.param_serialize(
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
|
|
4
|
+
WordLift API
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
WordLift API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 1.0
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Contact: hello@wordlift.io
|
|
9
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
11
|
|
|
11
12
|
Do not edit the class manually.
|
|
@@ -293,6 +294,7 @@ class ContentGenerationCompletionApi:
|
|
|
293
294
|
|
|
294
295
|
# authentication setting
|
|
295
296
|
_auth_settings: List[str] = [
|
|
297
|
+
'ApiKey'
|
|
296
298
|
]
|
|
297
299
|
|
|
298
300
|
return self.api_client.param_serialize(
|