wordlift-client 1.120.0__tar.gz → 1.122.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.120.0/wordlift_client.egg-info → wordlift_client-1.122.0}/PKG-INFO +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/README.md +8 -8
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/pyproject.toml +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/setup.py +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/__init__.py +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/autocomplete_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_records_api.py +16 -16
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_stats_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_syncs_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/data_uri_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/inspector_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/merchant_syncs_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/redeem_codes_api.py +16 -16
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/web_asyncs_metadata_api.py +7 -7
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api_client.py +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/configuration.py +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/autocomplete_result.py +3 -3
- wordlift_client-1.120.0/wordlift_client/models/entity1.py → wordlift_client-1.122.0/wordlift_client/models/entity.py +6 -6
- wordlift_client-1.120.0/wordlift_client/models/entity.py → wordlift_client-1.122.0/wordlift_client/models/entity1.py +6 -6
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/longtail_response.py +3 -3
- wordlift_client-1.120.0/wordlift_client/models/properties1.py → wordlift_client-1.122.0/wordlift_client/models/properties.py +4 -4
- wordlift_client-1.120.0/wordlift_client/models/properties.py → wordlift_client-1.122.0/wordlift_client/models/properties1.py +3 -3
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/rank_entities.py +3 -3
- wordlift_client-1.120.0/wordlift_client/models/request2.py → wordlift_client-1.122.0/wordlift_client/models/request1.py +4 -4
- wordlift_client-1.120.0/wordlift_client/models/request1.py → wordlift_client-1.122.0/wordlift_client/models/request2.py +4 -4
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/response2.py +3 -3
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/with_limits.py +2 -3
- {wordlift_client-1.120.0 → wordlift_client-1.122.0/wordlift_client.egg-info}/PKG-INFO +1 -1
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/LICENSE +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/setup.cfg +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_config.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_google_search_console_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_info.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_stats.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_stats_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_account_subscription.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_accounts_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_active_account.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_add_on_configuration.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_add_ons_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_agent_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analyses_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analyses_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analyses_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analyses_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analytics_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analytics_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analytics_sync.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analytics_sync_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_analytics_syncs_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_anchor_text.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_annotation.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_ask_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_ask_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_author_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_authorization.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_authorization_status.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_authors_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_autocomplete_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_autocomplete_result.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_batch_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_botify_crawl_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_build_authorize_uri_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_build_authorize_uri_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_classification_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_classification_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_classifications_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_completion_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_evaluations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_expansion_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_expansion_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_expansions_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_completion_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_fields_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_models_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_presets_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_records_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_records_export_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_renders_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_stats.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_stats_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_syncs_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_content_generations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_create_embeddings_input.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_create_seo_score200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_create_seo_score_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_custom_domains_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_data_uri_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_dataset_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_default_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_diagnostic_plugin.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_domain_validation_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_duplicate_authorization_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_embedding_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_embedding_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_embeddings_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entities_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entity.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entity1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entity_gap_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entity_gaps_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entity_match.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_entity_patch_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_event.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_exchange_auth_code_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_exchange_auth_code_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_fact_check_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_filter.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_filter_value.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_generate_sitemap200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_generate_sitemap_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_get_entities200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_google_merchants_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_google_search_console_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_google_search_console_searches_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_google_search_console_websites_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_graph.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_graph_ql_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_graphql_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_html.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_http_validation_error.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_image.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_image_to_text_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_image_to_text_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_image_to_text_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_include_exclude.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_include_exclude_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_include_excludes_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_inspect_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_inspector_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_internal_link.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_internal_link_destination.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_internal_link_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_internal_link_source.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_internal_links_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_kg_embedding_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_kg_embedding_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_level_enum.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_link_group.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_link_group_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_link_groups_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_location_inner.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_long_tails_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_longtail_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchant.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchant_entry.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchant_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchant_sync.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchant_syncs_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchant_view.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_merchants_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_microdata_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_model.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_model1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_model_field.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_network_account_info.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_node_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_node_request_metadata_value.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_active_account.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_add_on_configuration.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_content_generation.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_field.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_merchant_entry.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_merchant_sync.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_merchant_view.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_model.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_platform_limit.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_preset.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_record.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_rule.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_website.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_website_search.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_with_limits.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_page_word.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_platform_consumptions_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_platform_limit.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_platform_limit_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_platform_limits_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_plugin_events_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_preset.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_problem_detail.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_project_type.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_properties.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_properties1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_question_and_answer.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_question_and_answer_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_questions_and_answers_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_rank_entities.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_record.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_redeem_codes_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_render_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_request1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_request2.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_request3.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_response1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_response2.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_rule.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_rule_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_rules_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_scope.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_seo_scores_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_sitemap_generator_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_sitemap_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_sitemap_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_smart_content.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_smart_content_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_submit_fact_check200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_submit_fact_check_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_summarizations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_token_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_token_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_tokens.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_tokens_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_topic.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_update_account_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_update_question_and_answer_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_update_record_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_update_records_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_update_site_url_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_validation_error.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_validation_fix.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_validation_result.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_validation_type_enum.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_nodes_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_queries_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_query_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_question_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_vector_search_questions_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_async.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_asyncs_metadata_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_page.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_page_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_page_import_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_pages_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_web_pages_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_webpage_properties.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_website.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_website_search.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_what_operand_lhs.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_what_operator.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_when_operator.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_with_limits.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_word.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_word_repetition_data.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/test/test_word_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/__init__.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/account_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/account_google_search_console_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/account_stats_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/accounts_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/add_ons_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/agent_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/analyses_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/analytics_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/analytics_syncs_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/authors_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/botify_crawl_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/classifications_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_evaluations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_expansions_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_completion_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_fields_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_models_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_presets_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_records_export_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_renders_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generation_word_biases_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/content_generations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/custom_domains_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/dataset_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/default_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/embedding_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/embeddings_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/entities_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/entity_gaps_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/fact_check_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/google_merchants_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/google_search_console_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/google_search_console_o_auth2_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/google_search_console_searches_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/google_search_console_websites_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/graph_ql_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/image_to_text_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/include_excludes_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/include_excludes_word_press_plugin_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/internal_links_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/link_groups_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/long_tails_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/merchants_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/microdata_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/o_auth2_authorized_clients_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/platform_consumptions_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/platform_limits_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/plugin_diagnostics_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/plugin_events_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/questions_and_answers_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/rules_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/search_analytics_synchronizations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/seo_scores_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/sitemap_generator_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/sitemap_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/summarizations_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/token_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/tokens_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/vector_search_nodes_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/vector_search_queries_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/vector_search_questions_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/web_asyncs_responses_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/web_pages_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/web_pages_imports_api.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/exceptions.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/__init__.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/account.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/account_config.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/account_info.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/account_stats.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/account_subscription.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/active_account.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/add_on_configuration.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/analyses_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/analyses_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/analyses_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/analytics_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/analytics_sync.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/analytics_sync_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/anchor_text.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/annotation.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/ask_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/ask_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/author_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/authorization.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/authorization_status.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/batch_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/botify_crawl_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/build_authorize_uri_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/build_authorize_uri_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/classification_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/classification_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/completion_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_metadata.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_metadata_performance.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_metadata_sentiment.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_content.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_readability_complex_sentences.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_evaluation_response_quality_score_breakdown_seo_top_entities_value_inner.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_expansion_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_expansion_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_generation.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_generation_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/content_generation_stats.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/create_embeddings_input.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/create_seo_score200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/create_seo_score_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/diagnostic_plugin.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/diagnostic_plugin_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/domain_validation_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/duplicate_authorization_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/embedding_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/entity_gap_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/entity_match.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/entity_patch_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/event.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/exchange_auth_code_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/exchange_auth_code_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/filter.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/filter_value.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/generate_sitemap200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/generate_sitemap_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/get_entities200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/graph.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/graphql_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/html.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/http_validation_error.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/image.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/image_to_text_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/image_to_text_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/include_exclude.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/include_exclude_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/inspect_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/internal_link.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/internal_link_destination.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/internal_link_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/internal_link_source.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/kg_embedding_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/kg_embedding_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/level_enum.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/link_group.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/link_group_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/location_inner.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/merchant.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/merchant_entry.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/merchant_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/merchant_sync.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/merchant_view.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/model.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/model1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/model_field.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/network_account_info.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/node_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/node_request_metadata_value.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/o_auth2_authorized_client_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_active_account.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_add_on_configuration.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_content_generation.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_field.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_merchant_entry.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_merchant_sync.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_merchant_view.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_model.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_o_auth2_authorized_client.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_platform_limit.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_preset.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_record.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_rule.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_vector_search_query_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_vector_search_question_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_website.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_website_search.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_with_limits.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/page_word.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/platform_limit.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/platform_limit_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/preset.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/problem_detail.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/project_type.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/question_and_answer.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/question_and_answer_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/record.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/render_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/request3.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/response1.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/rule.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/rule_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/scope.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/sitemap_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/smart_content.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/smart_content_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/submit_fact_check200_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/submit_fact_check_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/token_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/tokens.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/topic.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/update_account_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/update_question_and_answer_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/update_record_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/update_records_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/update_site_url_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/validation_error.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/validation_fix.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/validation_result.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/validation_type_enum.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/vector_search_query_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/vector_search_query_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/vector_search_query_response_item_fields_value_inner.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/vector_search_query_response_item_metadata_value.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/vector_search_question_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/vector_search_question_response_item.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/web_async.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/web_page.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/web_page_import_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/web_page_import_response.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/webpage_properties.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/website.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/website_search.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/what_operand_lhs.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/what_operator.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/when_operator.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/word.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/word_repetition_data.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/models/word_request.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/py.typed +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/rest.py +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client.egg-info/SOURCES.txt +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client.egg-info/dependency_links.txt +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client.egg-info/requires.txt +0 -0
- {wordlift_client-1.120.0 → wordlift_client-1.122.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.122.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)
|
|
@@ -112,7 +112,7 @@ Class | Method | HTTP request | Description
|
|
|
112
112
|
*AnalyticsSyncsApi* | [**create_analytics_sync**](docs/AnalyticsSyncsApi.md#create_analytics_sync) | **POST** /analytics-syncs | Create
|
|
113
113
|
*AnalyticsSyncsApi* | [**list_analytics_syncs**](docs/AnalyticsSyncsApi.md#list_analytics_syncs) | **GET** /analytics-syncs | List
|
|
114
114
|
*AuthorsApi* | [**create_author**](docs/AuthorsApi.md#create_author) | **POST** /data/authors | Create
|
|
115
|
-
*AutocompleteApi* | [**
|
|
115
|
+
*AutocompleteApi* | [**get4**](docs/AutocompleteApi.md#get4) | **GET** /autocomplete | Get
|
|
116
116
|
*BotifyCrawlImportsApi* | [**create_botify_crawl_import**](docs/BotifyCrawlImportsApi.md#create_botify_crawl_import) | **POST** /botify-crawl-imports | Create
|
|
117
117
|
*ClassificationsApi* | [**classify_using_post**](docs/ClassificationsApi.md#classify_using_post) | **POST** /classification/classify | Create
|
|
118
118
|
*ContentEvaluationsApi* | [**evaluate_content_api_content_evaluations_post**](docs/ContentEvaluationsApi.md#evaluate_content_api_content_evaluations_post) | **POST** /content-evaluations | Evaluate Content
|
|
@@ -131,8 +131,8 @@ Class | Method | HTTP request | Description
|
|
|
131
131
|
*ContentGenerationRecordsExportApi* | [**export**](docs/ContentGenerationRecordsExportApi.md#export) | **GET** /content-generations/{contentGenerationId}/records.tsv |
|
|
132
132
|
*ContentGenerationRendersApi* | [**render_template**](docs/ContentGenerationRendersApi.md#render_template) | **POST** /content-generations/renders | Render
|
|
133
133
|
*ContentGenerationRendersApi* | [**render_template_collection**](docs/ContentGenerationRendersApi.md#render_template_collection) | **POST** /content-generations/renders-collection | Render
|
|
134
|
-
*ContentGenerationStatsApi* | [**
|
|
135
|
-
*ContentGenerationSyncsApi* | [**
|
|
134
|
+
*ContentGenerationStatsApi* | [**get2**](docs/ContentGenerationStatsApi.md#get2) | **GET** /content-generations/{contentGenerationId}/stats | Get
|
|
135
|
+
*ContentGenerationSyncsApi* | [**create_sync1**](docs/ContentGenerationSyncsApi.md#create_sync1) | **POST** /content-generations/{contentGenerationId}/syncs | Create
|
|
136
136
|
*ContentGenerationWordBiasesApi* | [**create_word**](docs/ContentGenerationWordBiasesApi.md#create_word) | **POST** /content-generations/{contentGenerationId}/words | Create
|
|
137
137
|
*ContentGenerationWordBiasesApi* | [**create_words**](docs/ContentGenerationWordBiasesApi.md#create_words) | **PUT** /content-generations/{contentGenerationId}/words | Update for prompt
|
|
138
138
|
*ContentGenerationWordBiasesApi* | [**create_words_from_csv**](docs/ContentGenerationWordBiasesApi.md#create_words_from_csv) | **PUT** /content-generations/{contentGenerationId}/words/imports | Update from CSV
|
|
@@ -146,7 +146,7 @@ Class | Method | HTTP request | Description
|
|
|
146
146
|
*ContentGenerationsApi* | [**list_content_generations**](docs/ContentGenerationsApi.md#list_content_generations) | **GET** /content-generations | List
|
|
147
147
|
*ContentGenerationsApi* | [**update_content_generation**](docs/ContentGenerationsApi.md#update_content_generation) | **PUT** /content-generations/{id} | Update
|
|
148
148
|
*CustomDomainsApi* | [**validate**](docs/CustomDomainsApi.md#validate) | **POST** /validations | Validate
|
|
149
|
-
*DataURIApi* | [**
|
|
149
|
+
*DataURIApi* | [**get1**](docs/DataURIApi.md#get1) | **GET** /data-uri | Get the Web Data URI for a Web Page URL.
|
|
150
150
|
*DatasetApi* | [**create_or_update_entities1**](docs/DatasetApi.md#create_or_update_entities1) | **POST** /dataset/batch | Create or update many
|
|
151
151
|
*DatasetApi* | [**create_or_update_entity**](docs/DatasetApi.md#create_or_update_entity) | **POST** /dataset | Create or update one
|
|
152
152
|
*DatasetApi* | [**delete_all_entities**](docs/DatasetApi.md#delete_all_entities) | **DELETE** /dataset/all | Delete all
|
|
@@ -175,14 +175,14 @@ Class | Method | HTTP request | Description
|
|
|
175
175
|
*ImageToTextApi* | [**image_to_text_api_image2_text_v1_post**](docs/ImageToTextApi.md#image_to_text_api_image2_text_v1_post) | **POST** /image-2-text-v1 | Convert Image to Text
|
|
176
176
|
*IncludeExcludesApi* | [**list_include_excludes**](docs/IncludeExcludesApi.md#list_include_excludes) | **GET** /accounts/me/include-excludes | List
|
|
177
177
|
*IncludeExcludesApi* | [**update_include_excludes**](docs/IncludeExcludesApi.md#update_include_excludes) | **PUT** /accounts/me/include-excludes | Update
|
|
178
|
-
*InspectorApi* | [**
|
|
178
|
+
*InspectorApi* | [**get3**](docs/InspectorApi.md#get3) | **GET** /inspect | Inspect
|
|
179
179
|
*InternalLinksApi* | [**create_internal_link**](docs/InternalLinksApi.md#create_internal_link) | **POST** /internal-links | Create
|
|
180
180
|
*InternalLinksApi* | [**create_internal_link_suggestion**](docs/InternalLinksApi.md#create_internal_link_suggestion) | **POST** /internal-links/suggestions | Suggest
|
|
181
181
|
*LinkGroupsApi* | [**get_link_groups**](docs/LinkGroupsApi.md#get_link_groups) | **GET** /accounts/{id}/link-groups | Get
|
|
182
182
|
*LongTailsApi* | [**get2**](docs/LongTailsApi.md#get2) | **GET** /longtail | Get entities
|
|
183
183
|
*LongTailsApi* | [**get3**](docs/LongTailsApi.md#get3) | **GET** /longtail/hook | Get entities by rank (async)
|
|
184
184
|
*LongTailsApi* | [**get_v2**](docs/LongTailsApi.md#get_v2) | **GET** /longtail/v2 | Get entities by rank
|
|
185
|
-
*MerchantSyncsApi* | [**
|
|
185
|
+
*MerchantSyncsApi* | [**create_sync**](docs/MerchantSyncsApi.md#create_sync) | **POST** /merchants/{merchantId}/syncs | Start
|
|
186
186
|
*MerchantSyncsApi* | [**get_merchant_sync**](docs/MerchantSyncsApi.md#get_merchant_sync) | **GET** /merchants/{merchantId}/syncs/{id} | Get by id
|
|
187
187
|
*MerchantSyncsApi* | [**list_merchant_syncs**](docs/MerchantSyncsApi.md#list_merchant_syncs) | **GET** /merchants/{merchantId}/syncs | List
|
|
188
188
|
*MerchantsApi* | [**create_merchant**](docs/MerchantsApi.md#create_merchant) | **POST** /merchants | Create
|
|
@@ -230,7 +230,7 @@ Class | Method | HTTP request | Description
|
|
|
230
230
|
*VectorSearchNodesApi* | [**update_nodes_collection**](docs/VectorSearchNodesApi.md#update_nodes_collection) | **PUT** /vector-search/nodes-collection | Update
|
|
231
231
|
*VectorSearchQueriesApi* | [**create_query**](docs/VectorSearchQueriesApi.md#create_query) | **POST** /vector-search/queries | Create
|
|
232
232
|
*VectorSearchQuestionsApi* | [**create_vector_search_question**](docs/VectorSearchQuestionsApi.md#create_vector_search_question) | **POST** /vector-search/questions-collection | Create
|
|
233
|
-
*WebAsyncsMetadataApi* | [**
|
|
233
|
+
*WebAsyncsMetadataApi* | [**get**](docs/WebAsyncsMetadataApi.md#get) | **GET** /webasyncs/{id} | Get by id
|
|
234
234
|
*WebAsyncsMetadataApi* | [**list**](docs/WebAsyncsMetadataApi.md#list) | **GET** /webasyncs | List
|
|
235
235
|
*WebAsyncsResponsesApi* | [**get1**](docs/WebAsyncsResponsesApi.md#get1) | **GET** /webasyncs/{id}/pull | Get by id
|
|
236
236
|
*WebPagesImportsApi* | [**create_web_page_imports**](docs/WebPagesImportsApi.md#create_web_page_imports) | **POST** /web-page-imports | Create
|
|
@@ -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.122.0"
|
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
|
@@ -41,7 +41,7 @@ class AutocompleteApi:
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
@validate_call
|
|
44
|
-
async def
|
|
44
|
+
async def get4(
|
|
45
45
|
self,
|
|
46
46
|
query: Annotated[StrictStr, Field(description="Autocomplete query")],
|
|
47
47
|
language: Annotated[StrictStr, Field(description="2-letter language code, e.g. 'en'.")],
|
|
@@ -97,7 +97,7 @@ class AutocompleteApi:
|
|
|
97
97
|
:return: Returns the result object.
|
|
98
98
|
""" # noqa: E501
|
|
99
99
|
|
|
100
|
-
_param = self.
|
|
100
|
+
_param = self._get4_serialize(
|
|
101
101
|
query=query,
|
|
102
102
|
language=language,
|
|
103
103
|
scope=scope,
|
|
@@ -126,7 +126,7 @@ class AutocompleteApi:
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
@validate_call
|
|
129
|
-
async def
|
|
129
|
+
async def get4_with_http_info(
|
|
130
130
|
self,
|
|
131
131
|
query: Annotated[StrictStr, Field(description="Autocomplete query")],
|
|
132
132
|
language: Annotated[StrictStr, Field(description="2-letter language code, e.g. 'en'.")],
|
|
@@ -182,7 +182,7 @@ class AutocompleteApi:
|
|
|
182
182
|
:return: Returns the result object.
|
|
183
183
|
""" # noqa: E501
|
|
184
184
|
|
|
185
|
-
_param = self.
|
|
185
|
+
_param = self._get4_serialize(
|
|
186
186
|
query=query,
|
|
187
187
|
language=language,
|
|
188
188
|
scope=scope,
|
|
@@ -211,7 +211,7 @@ class AutocompleteApi:
|
|
|
211
211
|
|
|
212
212
|
|
|
213
213
|
@validate_call
|
|
214
|
-
async def
|
|
214
|
+
async def get4_without_preload_content(
|
|
215
215
|
self,
|
|
216
216
|
query: Annotated[StrictStr, Field(description="Autocomplete query")],
|
|
217
217
|
language: Annotated[StrictStr, Field(description="2-letter language code, e.g. 'en'.")],
|
|
@@ -267,7 +267,7 @@ class AutocompleteApi:
|
|
|
267
267
|
:return: Returns the result object.
|
|
268
268
|
""" # noqa: E501
|
|
269
269
|
|
|
270
|
-
_param = self.
|
|
270
|
+
_param = self._get4_serialize(
|
|
271
271
|
query=query,
|
|
272
272
|
language=language,
|
|
273
273
|
scope=scope,
|
|
@@ -291,7 +291,7 @@ class AutocompleteApi:
|
|
|
291
291
|
return response_data.response
|
|
292
292
|
|
|
293
293
|
|
|
294
|
-
def
|
|
294
|
+
def _get4_serialize(
|
|
295
295
|
self,
|
|
296
296
|
query,
|
|
297
297
|
language,
|
|
@@ -22,7 +22,7 @@ from typing import List, Optional
|
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from wordlift_client.models.page_record import PageRecord
|
|
24
24
|
from wordlift_client.models.record import Record
|
|
25
|
-
from wordlift_client.models.
|
|
25
|
+
from wordlift_client.models.request2 import Request2
|
|
26
26
|
from wordlift_client.models.update_record_request import UpdateRecordRequest
|
|
27
27
|
from wordlift_client.models.update_records_request import UpdateRecordsRequest
|
|
28
28
|
|
|
@@ -886,7 +886,7 @@ class ContentGenerationRecordsApi:
|
|
|
886
886
|
self,
|
|
887
887
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
888
888
|
record_id: Annotated[StrictInt, Field(description="The Record id.")],
|
|
889
|
-
|
|
889
|
+
request2: Request2,
|
|
890
890
|
_request_timeout: Union[
|
|
891
891
|
None,
|
|
892
892
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -907,8 +907,8 @@ class ContentGenerationRecordsApi:
|
|
|
907
907
|
:type content_generation_id: int
|
|
908
908
|
:param record_id: The Record id. (required)
|
|
909
909
|
:type record_id: int
|
|
910
|
-
:param
|
|
911
|
-
:type
|
|
910
|
+
:param request2: (required)
|
|
911
|
+
:type request2: Request2
|
|
912
912
|
:param _request_timeout: timeout setting for this request. If one
|
|
913
913
|
number provided, it will be total request
|
|
914
914
|
timeout. It can also be a pair (tuple) of
|
|
@@ -934,7 +934,7 @@ class ContentGenerationRecordsApi:
|
|
|
934
934
|
_param = self._update_record_serialize(
|
|
935
935
|
content_generation_id=content_generation_id,
|
|
936
936
|
record_id=record_id,
|
|
937
|
-
|
|
937
|
+
request2=request2,
|
|
938
938
|
_request_auth=_request_auth,
|
|
939
939
|
_content_type=_content_type,
|
|
940
940
|
_headers=_headers,
|
|
@@ -962,7 +962,7 @@ class ContentGenerationRecordsApi:
|
|
|
962
962
|
self,
|
|
963
963
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
964
964
|
record_id: Annotated[StrictInt, Field(description="The Record id.")],
|
|
965
|
-
|
|
965
|
+
request2: Request2,
|
|
966
966
|
_request_timeout: Union[
|
|
967
967
|
None,
|
|
968
968
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -983,8 +983,8 @@ class ContentGenerationRecordsApi:
|
|
|
983
983
|
:type content_generation_id: int
|
|
984
984
|
:param record_id: The Record id. (required)
|
|
985
985
|
:type record_id: int
|
|
986
|
-
:param
|
|
987
|
-
:type
|
|
986
|
+
:param request2: (required)
|
|
987
|
+
:type request2: Request2
|
|
988
988
|
:param _request_timeout: timeout setting for this request. If one
|
|
989
989
|
number provided, it will be total request
|
|
990
990
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1010,7 +1010,7 @@ class ContentGenerationRecordsApi:
|
|
|
1010
1010
|
_param = self._update_record_serialize(
|
|
1011
1011
|
content_generation_id=content_generation_id,
|
|
1012
1012
|
record_id=record_id,
|
|
1013
|
-
|
|
1013
|
+
request2=request2,
|
|
1014
1014
|
_request_auth=_request_auth,
|
|
1015
1015
|
_content_type=_content_type,
|
|
1016
1016
|
_headers=_headers,
|
|
@@ -1038,7 +1038,7 @@ class ContentGenerationRecordsApi:
|
|
|
1038
1038
|
self,
|
|
1039
1039
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
1040
1040
|
record_id: Annotated[StrictInt, Field(description="The Record id.")],
|
|
1041
|
-
|
|
1041
|
+
request2: Request2,
|
|
1042
1042
|
_request_timeout: Union[
|
|
1043
1043
|
None,
|
|
1044
1044
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1059,8 +1059,8 @@ class ContentGenerationRecordsApi:
|
|
|
1059
1059
|
:type content_generation_id: int
|
|
1060
1060
|
:param record_id: The Record id. (required)
|
|
1061
1061
|
:type record_id: int
|
|
1062
|
-
:param
|
|
1063
|
-
:type
|
|
1062
|
+
:param request2: (required)
|
|
1063
|
+
:type request2: Request2
|
|
1064
1064
|
:param _request_timeout: timeout setting for this request. If one
|
|
1065
1065
|
number provided, it will be total request
|
|
1066
1066
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1086,7 +1086,7 @@ class ContentGenerationRecordsApi:
|
|
|
1086
1086
|
_param = self._update_record_serialize(
|
|
1087
1087
|
content_generation_id=content_generation_id,
|
|
1088
1088
|
record_id=record_id,
|
|
1089
|
-
|
|
1089
|
+
request2=request2,
|
|
1090
1090
|
_request_auth=_request_auth,
|
|
1091
1091
|
_content_type=_content_type,
|
|
1092
1092
|
_headers=_headers,
|
|
@@ -1109,7 +1109,7 @@ class ContentGenerationRecordsApi:
|
|
|
1109
1109
|
self,
|
|
1110
1110
|
content_generation_id,
|
|
1111
1111
|
record_id,
|
|
1112
|
-
|
|
1112
|
+
request2,
|
|
1113
1113
|
_request_auth,
|
|
1114
1114
|
_content_type,
|
|
1115
1115
|
_headers,
|
|
@@ -1137,8 +1137,8 @@ class ContentGenerationRecordsApi:
|
|
|
1137
1137
|
# process the header parameters
|
|
1138
1138
|
# process the form parameters
|
|
1139
1139
|
# process the body parameter
|
|
1140
|
-
if
|
|
1141
|
-
_body_params =
|
|
1140
|
+
if request2 is not None:
|
|
1141
|
+
_body_params = request2
|
|
1142
1142
|
|
|
1143
1143
|
|
|
1144
1144
|
# set the HTTP header `Accept`
|
|
@@ -40,7 +40,7 @@ class ContentGenerationStatsApi:
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
@validate_call
|
|
43
|
-
async def
|
|
43
|
+
async def get2(
|
|
44
44
|
self,
|
|
45
45
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
46
46
|
_request_timeout: Union[
|
|
@@ -83,7 +83,7 @@ class ContentGenerationStatsApi:
|
|
|
83
83
|
:return: Returns the result object.
|
|
84
84
|
""" # noqa: E501
|
|
85
85
|
|
|
86
|
-
_param = self.
|
|
86
|
+
_param = self._get2_serialize(
|
|
87
87
|
content_generation_id=content_generation_id,
|
|
88
88
|
_request_auth=_request_auth,
|
|
89
89
|
_content_type=_content_type,
|
|
@@ -108,7 +108,7 @@ class ContentGenerationStatsApi:
|
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
@validate_call
|
|
111
|
-
async def
|
|
111
|
+
async def get2_with_http_info(
|
|
112
112
|
self,
|
|
113
113
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
114
114
|
_request_timeout: Union[
|
|
@@ -151,7 +151,7 @@ class ContentGenerationStatsApi:
|
|
|
151
151
|
:return: Returns the result object.
|
|
152
152
|
""" # noqa: E501
|
|
153
153
|
|
|
154
|
-
_param = self.
|
|
154
|
+
_param = self._get2_serialize(
|
|
155
155
|
content_generation_id=content_generation_id,
|
|
156
156
|
_request_auth=_request_auth,
|
|
157
157
|
_content_type=_content_type,
|
|
@@ -176,7 +176,7 @@ class ContentGenerationStatsApi:
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
@validate_call
|
|
179
|
-
async def
|
|
179
|
+
async def get2_without_preload_content(
|
|
180
180
|
self,
|
|
181
181
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
182
182
|
_request_timeout: Union[
|
|
@@ -219,7 +219,7 @@ class ContentGenerationStatsApi:
|
|
|
219
219
|
:return: Returns the result object.
|
|
220
220
|
""" # noqa: E501
|
|
221
221
|
|
|
222
|
-
_param = self.
|
|
222
|
+
_param = self._get2_serialize(
|
|
223
223
|
content_generation_id=content_generation_id,
|
|
224
224
|
_request_auth=_request_auth,
|
|
225
225
|
_content_type=_content_type,
|
|
@@ -239,7 +239,7 @@ class ContentGenerationStatsApi:
|
|
|
239
239
|
return response_data.response
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
def
|
|
242
|
+
def _get2_serialize(
|
|
243
243
|
self,
|
|
244
244
|
content_generation_id,
|
|
245
245
|
_request_auth,
|
|
@@ -39,7 +39,7 @@ class ContentGenerationSyncsApi:
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
@validate_call
|
|
42
|
-
async def
|
|
42
|
+
async def create_sync1(
|
|
43
43
|
self,
|
|
44
44
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
45
45
|
_request_timeout: Union[
|
|
@@ -82,7 +82,7 @@ class ContentGenerationSyncsApi:
|
|
|
82
82
|
:return: Returns the result object.
|
|
83
83
|
""" # noqa: E501
|
|
84
84
|
|
|
85
|
-
_param = self.
|
|
85
|
+
_param = self._create_sync1_serialize(
|
|
86
86
|
content_generation_id=content_generation_id,
|
|
87
87
|
_request_auth=_request_auth,
|
|
88
88
|
_content_type=_content_type,
|
|
@@ -106,7 +106,7 @@ class ContentGenerationSyncsApi:
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
@validate_call
|
|
109
|
-
async def
|
|
109
|
+
async def create_sync1_with_http_info(
|
|
110
110
|
self,
|
|
111
111
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
112
112
|
_request_timeout: Union[
|
|
@@ -149,7 +149,7 @@ class ContentGenerationSyncsApi:
|
|
|
149
149
|
:return: Returns the result object.
|
|
150
150
|
""" # noqa: E501
|
|
151
151
|
|
|
152
|
-
_param = self.
|
|
152
|
+
_param = self._create_sync1_serialize(
|
|
153
153
|
content_generation_id=content_generation_id,
|
|
154
154
|
_request_auth=_request_auth,
|
|
155
155
|
_content_type=_content_type,
|
|
@@ -173,7 +173,7 @@ class ContentGenerationSyncsApi:
|
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
@validate_call
|
|
176
|
-
async def
|
|
176
|
+
async def create_sync1_without_preload_content(
|
|
177
177
|
self,
|
|
178
178
|
content_generation_id: Annotated[StrictInt, Field(description="The Content Generation id.")],
|
|
179
179
|
_request_timeout: Union[
|
|
@@ -216,7 +216,7 @@ class ContentGenerationSyncsApi:
|
|
|
216
216
|
:return: Returns the result object.
|
|
217
217
|
""" # noqa: E501
|
|
218
218
|
|
|
219
|
-
_param = self.
|
|
219
|
+
_param = self._create_sync1_serialize(
|
|
220
220
|
content_generation_id=content_generation_id,
|
|
221
221
|
_request_auth=_request_auth,
|
|
222
222
|
_content_type=_content_type,
|
|
@@ -235,7 +235,7 @@ class ContentGenerationSyncsApi:
|
|
|
235
235
|
return response_data.response
|
|
236
236
|
|
|
237
237
|
|
|
238
|
-
def
|
|
238
|
+
def _create_sync1_serialize(
|
|
239
239
|
self,
|
|
240
240
|
content_generation_id,
|
|
241
241
|
_request_auth,
|
|
@@ -39,7 +39,7 @@ class DataURIApi:
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
@validate_call
|
|
42
|
-
async def
|
|
42
|
+
async def get1(
|
|
43
43
|
self,
|
|
44
44
|
u: Annotated[StrictStr, Field(description="The Web Page URL.")],
|
|
45
45
|
_request_timeout: Union[
|
|
@@ -83,7 +83,7 @@ class DataURIApi:
|
|
|
83
83
|
:return: Returns the result object.
|
|
84
84
|
""" # noqa: E501
|
|
85
85
|
|
|
86
|
-
_param = self.
|
|
86
|
+
_param = self._get1_serialize(
|
|
87
87
|
u=u,
|
|
88
88
|
_request_auth=_request_auth,
|
|
89
89
|
_content_type=_content_type,
|
|
@@ -106,7 +106,7 @@ class DataURIApi:
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
@validate_call
|
|
109
|
-
async def
|
|
109
|
+
async def get1_with_http_info(
|
|
110
110
|
self,
|
|
111
111
|
u: Annotated[StrictStr, Field(description="The Web Page URL.")],
|
|
112
112
|
_request_timeout: Union[
|
|
@@ -150,7 +150,7 @@ class DataURIApi:
|
|
|
150
150
|
:return: Returns the result object.
|
|
151
151
|
""" # noqa: E501
|
|
152
152
|
|
|
153
|
-
_param = self.
|
|
153
|
+
_param = self._get1_serialize(
|
|
154
154
|
u=u,
|
|
155
155
|
_request_auth=_request_auth,
|
|
156
156
|
_content_type=_content_type,
|
|
@@ -173,7 +173,7 @@ class DataURIApi:
|
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
@validate_call
|
|
176
|
-
async def
|
|
176
|
+
async def get1_without_preload_content(
|
|
177
177
|
self,
|
|
178
178
|
u: Annotated[StrictStr, Field(description="The Web Page URL.")],
|
|
179
179
|
_request_timeout: Union[
|
|
@@ -217,7 +217,7 @@ class DataURIApi:
|
|
|
217
217
|
:return: Returns the result object.
|
|
218
218
|
""" # noqa: E501
|
|
219
219
|
|
|
220
|
-
_param = self.
|
|
220
|
+
_param = self._get1_serialize(
|
|
221
221
|
u=u,
|
|
222
222
|
_request_auth=_request_auth,
|
|
223
223
|
_content_type=_content_type,
|
|
@@ -235,7 +235,7 @@ class DataURIApi:
|
|
|
235
235
|
return response_data.response
|
|
236
236
|
|
|
237
237
|
|
|
238
|
-
def
|
|
238
|
+
def _get1_serialize(
|
|
239
239
|
self,
|
|
240
240
|
u,
|
|
241
241
|
_request_auth,
|
|
@@ -41,7 +41,7 @@ class InspectorApi:
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
@validate_call
|
|
44
|
-
async def
|
|
44
|
+
async def get3(
|
|
45
45
|
self,
|
|
46
46
|
u: Annotated[StrictStr, Field(description="The URL to inspect")],
|
|
47
47
|
f: Annotated[StrictStr, Field(description="Filters to be applied on the result, if you want to apply multiple filters they should be separated by comma")],
|
|
@@ -91,7 +91,7 @@ class InspectorApi:
|
|
|
91
91
|
:return: Returns the result object.
|
|
92
92
|
""" # noqa: E501
|
|
93
93
|
|
|
94
|
-
_param = self.
|
|
94
|
+
_param = self._get3_serialize(
|
|
95
95
|
u=u,
|
|
96
96
|
f=f,
|
|
97
97
|
classes=classes,
|
|
@@ -118,7 +118,7 @@ class InspectorApi:
|
|
|
118
118
|
|
|
119
119
|
|
|
120
120
|
@validate_call
|
|
121
|
-
async def
|
|
121
|
+
async def get3_with_http_info(
|
|
122
122
|
self,
|
|
123
123
|
u: Annotated[StrictStr, Field(description="The URL to inspect")],
|
|
124
124
|
f: Annotated[StrictStr, Field(description="Filters to be applied on the result, if you want to apply multiple filters they should be separated by comma")],
|
|
@@ -168,7 +168,7 @@ class InspectorApi:
|
|
|
168
168
|
:return: Returns the result object.
|
|
169
169
|
""" # noqa: E501
|
|
170
170
|
|
|
171
|
-
_param = self.
|
|
171
|
+
_param = self._get3_serialize(
|
|
172
172
|
u=u,
|
|
173
173
|
f=f,
|
|
174
174
|
classes=classes,
|
|
@@ -195,7 +195,7 @@ class InspectorApi:
|
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
@validate_call
|
|
198
|
-
async def
|
|
198
|
+
async def get3_without_preload_content(
|
|
199
199
|
self,
|
|
200
200
|
u: Annotated[StrictStr, Field(description="The URL to inspect")],
|
|
201
201
|
f: Annotated[StrictStr, Field(description="Filters to be applied on the result, if you want to apply multiple filters they should be separated by comma")],
|
|
@@ -245,7 +245,7 @@ class InspectorApi:
|
|
|
245
245
|
:return: Returns the result object.
|
|
246
246
|
""" # noqa: E501
|
|
247
247
|
|
|
248
|
-
_param = self.
|
|
248
|
+
_param = self._get3_serialize(
|
|
249
249
|
u=u,
|
|
250
250
|
f=f,
|
|
251
251
|
classes=classes,
|
|
@@ -267,7 +267,7 @@ class InspectorApi:
|
|
|
267
267
|
return response_data.response
|
|
268
268
|
|
|
269
269
|
|
|
270
|
-
def
|
|
270
|
+
def _get3_serialize(
|
|
271
271
|
self,
|
|
272
272
|
u,
|
|
273
273
|
f,
|
{wordlift_client-1.120.0 → wordlift_client-1.122.0}/wordlift_client/api/merchant_syncs_api.py
RENAMED
|
@@ -42,7 +42,7 @@ class MerchantSyncsApi:
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
@validate_call
|
|
45
|
-
async def
|
|
45
|
+
async def create_sync(
|
|
46
46
|
self,
|
|
47
47
|
merchant_id: Annotated[StrictInt, Field(description="The Merchant's `id`")],
|
|
48
48
|
_request_timeout: Union[
|
|
@@ -85,7 +85,7 @@ class MerchantSyncsApi:
|
|
|
85
85
|
:return: Returns the result object.
|
|
86
86
|
""" # noqa: E501
|
|
87
87
|
|
|
88
|
-
_param = self.
|
|
88
|
+
_param = self._create_sync_serialize(
|
|
89
89
|
merchant_id=merchant_id,
|
|
90
90
|
_request_auth=_request_auth,
|
|
91
91
|
_content_type=_content_type,
|
|
@@ -111,7 +111,7 @@ class MerchantSyncsApi:
|
|
|
111
111
|
|
|
112
112
|
|
|
113
113
|
@validate_call
|
|
114
|
-
async def
|
|
114
|
+
async def create_sync_with_http_info(
|
|
115
115
|
self,
|
|
116
116
|
merchant_id: Annotated[StrictInt, Field(description="The Merchant's `id`")],
|
|
117
117
|
_request_timeout: Union[
|
|
@@ -154,7 +154,7 @@ class MerchantSyncsApi:
|
|
|
154
154
|
:return: Returns the result object.
|
|
155
155
|
""" # noqa: E501
|
|
156
156
|
|
|
157
|
-
_param = self.
|
|
157
|
+
_param = self._create_sync_serialize(
|
|
158
158
|
merchant_id=merchant_id,
|
|
159
159
|
_request_auth=_request_auth,
|
|
160
160
|
_content_type=_content_type,
|
|
@@ -180,7 +180,7 @@ class MerchantSyncsApi:
|
|
|
180
180
|
|
|
181
181
|
|
|
182
182
|
@validate_call
|
|
183
|
-
async def
|
|
183
|
+
async def create_sync_without_preload_content(
|
|
184
184
|
self,
|
|
185
185
|
merchant_id: Annotated[StrictInt, Field(description="The Merchant's `id`")],
|
|
186
186
|
_request_timeout: Union[
|
|
@@ -223,7 +223,7 @@ class MerchantSyncsApi:
|
|
|
223
223
|
:return: Returns the result object.
|
|
224
224
|
""" # noqa: E501
|
|
225
225
|
|
|
226
|
-
_param = self.
|
|
226
|
+
_param = self._create_sync_serialize(
|
|
227
227
|
merchant_id=merchant_id,
|
|
228
228
|
_request_auth=_request_auth,
|
|
229
229
|
_content_type=_content_type,
|
|
@@ -244,7 +244,7 @@ class MerchantSyncsApi:
|
|
|
244
244
|
return response_data.response
|
|
245
245
|
|
|
246
246
|
|
|
247
|
-
def
|
|
247
|
+
def _create_sync_serialize(
|
|
248
248
|
self,
|
|
249
249
|
merchant_id,
|
|
250
250
|
_request_auth,
|