phrase-api 3.0.1__tar.gz → 3.0.2__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.
- {phrase_api-3.0.1 → phrase_api-3.0.2}/PKG-INFO +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.2}/README.md +8 -8
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/__init__.py +7 -7
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/quality_performance_score_api.py +19 -19
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api_client.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/configuration.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/__init__.py +6 -6
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score200_response.py → phrase_api-3.0.2/phrase_api/models/quality_performance_score_list200_response.py +22 -22
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score200_response_any_of.py → phrase_api-3.0.2/phrase_api/models/quality_performance_score_list200_response_any_of.py +18 -18
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score200_response_any_of_data.py → phrase_api-3.0.2/phrase_api/models/quality_performance_score_list200_response_any_of_data.py +11 -11
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score200_response_any_of_data_translations_inner.py → phrase_api-3.0.2/phrase_api/models/quality_performance_score_list200_response_any_of_data_translations_inner.py +16 -16
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score200_response_any_of_errors_inner.py → phrase_api-3.0.2/phrase_api/models/quality_performance_score_list200_response_any_of_errors_inner.py +16 -16
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score_request.py → phrase_api-3.0.2/phrase_api/models/quality_performance_score_list_request.py +8 -8
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api.egg-info/SOURCES.txt +12 -12
- {phrase_api-3.0.1 → phrase_api-3.0.2}/pyproject.toml +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.2}/setup.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_quality_performance_score_api.py +2 -2
- phrase_api-3.0.1/test/test_projects_quality_performance_score200_response.py → phrase_api-3.0.2/test/test_quality_performance_score_list200_response.py +12 -12
- phrase_api-3.0.2/test/test_quality_performance_score_list200_response_any_of.py +66 -0
- phrase_api-3.0.1/test/test_projects_quality_performance_score200_response_any_of_data.py → phrase_api-3.0.2/test/test_quality_performance_score_list200_response_any_of_data.py +10 -10
- phrase_api-3.0.2/test/test_quality_performance_score_list200_response_any_of_data_translations_inner.py +56 -0
- phrase_api-3.0.1/test/test_projects_quality_performance_score200_response_any_of_errors_inner.py → phrase_api-3.0.2/test/test_quality_performance_score_list200_response_any_of_errors_inner.py +9 -9
- phrase_api-3.0.1/test/test_projects_quality_performance_score_request.py → phrase_api-3.0.2/test/test_quality_performance_score_list_request.py +9 -9
- phrase_api-3.0.1/test/test_projects_quality_performance_score200_response_any_of.py +0 -66
- phrase_api-3.0.1/test/test_projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -56
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/__init__.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/jobs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/members_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/repo_sync_events_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/repo_syncs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/search_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/tags_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/uploads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/users_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/api_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/exceptions.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/account.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/account_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/authorization.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/branch.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comment_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/current_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/distribution.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/document.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/error_error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/format.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/icu.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/invitation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_link.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/keys_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/keys_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/keys_tag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/keys_untag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/member.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/notification.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/project_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/space.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/space1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/subscription.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/tag.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/team.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/team_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/upload.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/variable.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/webhook.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/py.typed +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api/rest.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/setup.cfg +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_account.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_account_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_account_search_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_accounts_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_affected_count.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_affected_resources.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_authorization.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_authorization_with_token.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_authorizations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_blacklisted_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_branch.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_branch_name.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_branches_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_reaction.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_replies_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_current_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_distribution.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_distribution_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_distributions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_document.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_documents_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_error_error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_figma_attachment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_format.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_formats_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossaries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_icu.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_icu_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_invitation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_invitations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_start_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_job_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_jobs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_link.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_linked_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_download.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_download_params.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_download_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_preview1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_team_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locale_user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_member.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_member_project_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_member_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_members_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_notification.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_notification_group.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_notification_group_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_notification_groups_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_notifications_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_order_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_orders_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_project_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_projects_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_trigger.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_triggers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_releases_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_repo_sync.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_repo_sync_event.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_repo_sync_events_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_reports_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshot.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshot_marker.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshot_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_screenshots_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_search_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_space.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_space1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_space_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_space_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_spaces_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_style_guides_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_styleguide.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_styleguide_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_styleguide_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_subscription.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_tag.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_tag_with_stats.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_tags_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_team.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_team_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_team_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_team_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_team_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_teams_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_key_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_order.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_parent.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_version.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_upload.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_upload_summary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_uploads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_users_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_variable.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_variables_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_versions_history_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_webhook.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_webhook_delivery.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.2}/test/test_webhooks_api.py +0 -0
|
@@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
|
|
|
5
5
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
7
|
- API version: 2.0.0
|
|
8
|
-
- Package version: 3.0.
|
|
8
|
+
- Package version: 3.0.2
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
|
|
11
11
|
|
|
@@ -314,7 +314,7 @@ Class | Method | HTTP request | Description
|
|
|
314
314
|
*ProjectsApi* | [**project_show**](docs/ProjectsApi.md#project_show) | **GET** /projects/{id} | Get a single project
|
|
315
315
|
*ProjectsApi* | [**project_update**](docs/ProjectsApi.md#project_update) | **PATCH** /projects/{id} | Update a project
|
|
316
316
|
*ProjectsApi* | [**projects_list**](docs/ProjectsApi.md#projects_list) | **GET** /projects | List projects
|
|
317
|
-
*QualityPerformanceScoreApi* | [**
|
|
317
|
+
*QualityPerformanceScoreApi* | [**quality_performance_score_list**](docs/QualityPerformanceScoreApi.md#quality_performance_score_list) | **POST** /projects/{project_id}/quality_performance_score | Get Translation Quality
|
|
318
318
|
*ReleaseTriggersApi* | [**release_triggers_create**](docs/ReleaseTriggersApi.md#release_triggers_create) | **POST** /accounts/{account_id}/distributions/{distribution_id}/release_triggers | Create a release trigger
|
|
319
319
|
*ReleaseTriggersApi* | [**release_triggers_destroy**](docs/ReleaseTriggersApi.md#release_triggers_destroy) | **DELETE** /accounts/{account_id}/distributions/{distribution_id}/release_triggers/{id} | Delete a single release trigger
|
|
320
320
|
*ReleaseTriggersApi* | [**release_triggers_list**](docs/ReleaseTriggersApi.md#release_triggers_list) | **GET** /accounts/{account_id}/distributions/{distribution_id}/release_triggers | List release triggers
|
|
@@ -549,12 +549,12 @@ Class | Method | HTTP request | Description
|
|
|
549
549
|
- [ProjectReport](docs/ProjectReport.md)
|
|
550
550
|
- [ProjectShort](docs/ProjectShort.md)
|
|
551
551
|
- [ProjectUpdateParameters](docs/ProjectUpdateParameters.md)
|
|
552
|
-
- [
|
|
553
|
-
- [
|
|
554
|
-
- [
|
|
555
|
-
- [
|
|
556
|
-
- [
|
|
557
|
-
- [
|
|
552
|
+
- [QualityPerformanceScoreList200Response](docs/QualityPerformanceScoreList200Response.md)
|
|
553
|
+
- [QualityPerformanceScoreList200ResponseAnyOf](docs/QualityPerformanceScoreList200ResponseAnyOf.md)
|
|
554
|
+
- [QualityPerformanceScoreList200ResponseAnyOfData](docs/QualityPerformanceScoreList200ResponseAnyOfData.md)
|
|
555
|
+
- [QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner](docs/QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner.md)
|
|
556
|
+
- [QualityPerformanceScoreList200ResponseAnyOfErrorsInner](docs/QualityPerformanceScoreList200ResponseAnyOfErrorsInner.md)
|
|
557
|
+
- [QualityPerformanceScoreListRequest](docs/QualityPerformanceScoreListRequest.md)
|
|
558
558
|
- [Release](docs/Release.md)
|
|
559
559
|
- [ReleaseCreateParameters](docs/ReleaseCreateParameters.md)
|
|
560
560
|
- [ReleaseCreateParameters1](docs/ReleaseCreateParameters1.md)
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
from __future__ import absolute_import
|
|
15
15
|
|
|
16
|
-
__version__ = "3.0.
|
|
16
|
+
__version__ = "3.0.2"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from phrase_api.api.accounts_api import AccountsApi
|
|
@@ -213,12 +213,12 @@ from phrase_api.models.project_locales import ProjectLocales
|
|
|
213
213
|
from phrase_api.models.project_report import ProjectReport
|
|
214
214
|
from phrase_api.models.project_short import ProjectShort
|
|
215
215
|
from phrase_api.models.project_update_parameters import ProjectUpdateParameters
|
|
216
|
-
from phrase_api.models.
|
|
217
|
-
from phrase_api.models.
|
|
218
|
-
from phrase_api.models.
|
|
219
|
-
from phrase_api.models.
|
|
220
|
-
from phrase_api.models.
|
|
221
|
-
from phrase_api.models.
|
|
216
|
+
from phrase_api.models.quality_performance_score_list200_response import QualityPerformanceScoreList200Response
|
|
217
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of import QualityPerformanceScoreList200ResponseAnyOf
|
|
218
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data import QualityPerformanceScoreList200ResponseAnyOfData
|
|
219
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data_translations_inner import QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner
|
|
220
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_errors_inner import QualityPerformanceScoreList200ResponseAnyOfErrorsInner
|
|
221
|
+
from phrase_api.models.quality_performance_score_list_request import QualityPerformanceScoreListRequest
|
|
222
222
|
from phrase_api.models.release import Release
|
|
223
223
|
from phrase_api.models.release_create_parameters import ReleaseCreateParameters
|
|
224
224
|
from phrase_api.models.release_create_parameters1 import ReleaseCreateParameters1
|
|
@@ -35,18 +35,18 @@ class QualityPerformanceScoreApi(object):
|
|
|
35
35
|
api_client = ApiClient()
|
|
36
36
|
self.api_client = api_client
|
|
37
37
|
|
|
38
|
-
def
|
|
38
|
+
def quality_performance_score_list(self, project_id, quality_performance_score_list_request, **kwargs): # noqa: E501
|
|
39
39
|
"""Get Translation Quality # noqa: E501
|
|
40
40
|
|
|
41
41
|
Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS # noqa: E501
|
|
42
42
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
43
|
asynchronous HTTP request, please pass async_req=True
|
|
44
|
-
>>> thread = api.
|
|
44
|
+
>>> thread = api.quality_performance_score_list(project_id, quality_performance_score_list_request, async_req=True)
|
|
45
45
|
>>> result = thread.get()
|
|
46
46
|
|
|
47
47
|
:param async_req bool: execute request asynchronously
|
|
48
48
|
:param str project_id: Project ID (required)
|
|
49
|
-
:param
|
|
49
|
+
:param QualityPerformanceScoreListRequest quality_performance_score_list_request: (required)
|
|
50
50
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
51
51
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
52
52
|
be returned without reading/decoding response
|
|
@@ -55,25 +55,25 @@ class QualityPerformanceScoreApi(object):
|
|
|
55
55
|
number provided, it will be total request
|
|
56
56
|
timeout. It can also be a pair (tuple) of
|
|
57
57
|
(connection, read) timeouts.
|
|
58
|
-
:return:
|
|
58
|
+
:return: QualityPerformanceScoreList200Response
|
|
59
59
|
If the method is called asynchronously,
|
|
60
60
|
returns the request thread.
|
|
61
61
|
"""
|
|
62
62
|
kwargs['_return_http_data_only'] = True
|
|
63
|
-
return self.
|
|
63
|
+
return self.quality_performance_score_list_with_http_info(project_id, quality_performance_score_list_request, **kwargs) # noqa: E501
|
|
64
64
|
|
|
65
|
-
def
|
|
65
|
+
def quality_performance_score_list_with_http_info(self, project_id, quality_performance_score_list_request, **kwargs): # noqa: E501
|
|
66
66
|
"""Get Translation Quality # noqa: E501
|
|
67
67
|
|
|
68
68
|
Retrieves the quality scores for your Strings translations. Returns a score, measured by Phrase QPS # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
|
-
>>> thread = api.
|
|
71
|
+
>>> thread = api.quality_performance_score_list_with_http_info(project_id, quality_performance_score_list_request, async_req=True)
|
|
72
72
|
>>> result = thread.get()
|
|
73
73
|
|
|
74
74
|
:param async_req bool: execute request asynchronously
|
|
75
75
|
:param str project_id: Project ID (required)
|
|
76
|
-
:param
|
|
76
|
+
:param QualityPerformanceScoreListRequest quality_performance_score_list_request: (required)
|
|
77
77
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
78
78
|
:param _return_http_data_only: response data without head status code
|
|
79
79
|
and headers
|
|
@@ -84,7 +84,7 @@ class QualityPerformanceScoreApi(object):
|
|
|
84
84
|
number provided, it will be total request
|
|
85
85
|
timeout. It can also be a pair (tuple) of
|
|
86
86
|
(connection, read) timeouts.
|
|
87
|
-
:return: tuple(
|
|
87
|
+
:return: tuple(QualityPerformanceScoreList200Response, status_code(int), headers(HTTPHeaderDict))
|
|
88
88
|
If the method is called asynchronously,
|
|
89
89
|
returns the request thread.
|
|
90
90
|
"""
|
|
@@ -93,7 +93,7 @@ class QualityPerformanceScoreApi(object):
|
|
|
93
93
|
|
|
94
94
|
all_params = [
|
|
95
95
|
'project_id',
|
|
96
|
-
'
|
|
96
|
+
'quality_performance_score_list_request',
|
|
97
97
|
'x_phrase_app_otp'
|
|
98
98
|
]
|
|
99
99
|
all_params.extend(
|
|
@@ -109,18 +109,18 @@ class QualityPerformanceScoreApi(object):
|
|
|
109
109
|
if key not in all_params:
|
|
110
110
|
raise ApiTypeError(
|
|
111
111
|
"Got an unexpected keyword argument '%s'"
|
|
112
|
-
" to method
|
|
112
|
+
" to method quality_performance_score_list" % key
|
|
113
113
|
)
|
|
114
114
|
local_var_params[key] = val
|
|
115
115
|
del local_var_params['kwargs']
|
|
116
116
|
# verify the required parameter 'project_id' is set
|
|
117
117
|
if self.api_client.client_side_validation and ('project_id' not in local_var_params or # noqa: E501
|
|
118
118
|
local_var_params['project_id'] is None): # noqa: E501
|
|
119
|
-
raise ApiValueError("Missing the required parameter `project_id` when calling `
|
|
120
|
-
# verify the required parameter '
|
|
121
|
-
if self.api_client.client_side_validation and ('
|
|
122
|
-
local_var_params['
|
|
123
|
-
raise ApiValueError("Missing the required parameter `
|
|
119
|
+
raise ApiValueError("Missing the required parameter `project_id` when calling `quality_performance_score_list`") # noqa: E501
|
|
120
|
+
# verify the required parameter 'quality_performance_score_list_request' is set
|
|
121
|
+
if self.api_client.client_side_validation and ('quality_performance_score_list_request' not in local_var_params or # noqa: E501
|
|
122
|
+
local_var_params['quality_performance_score_list_request'] is None): # noqa: E501
|
|
123
|
+
raise ApiValueError("Missing the required parameter `quality_performance_score_list_request` when calling `quality_performance_score_list`") # noqa: E501
|
|
124
124
|
|
|
125
125
|
collection_formats = {}
|
|
126
126
|
|
|
@@ -138,8 +138,8 @@ class QualityPerformanceScoreApi(object):
|
|
|
138
138
|
local_var_files = {}
|
|
139
139
|
|
|
140
140
|
body_params = None
|
|
141
|
-
if '
|
|
142
|
-
body_params = local_var_params['
|
|
141
|
+
if 'quality_performance_score_list_request' in local_var_params:
|
|
142
|
+
body_params = local_var_params['quality_performance_score_list_request']
|
|
143
143
|
# HTTP header `Accept`
|
|
144
144
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
145
145
|
['application/json']) # noqa: E501
|
|
@@ -159,7 +159,7 @@ class QualityPerformanceScoreApi(object):
|
|
|
159
159
|
body=body_params,
|
|
160
160
|
post_params=form_params,
|
|
161
161
|
files=local_var_files,
|
|
162
|
-
response_type='
|
|
162
|
+
response_type='QualityPerformanceScoreList200Response', # noqa: E501
|
|
163
163
|
auth_settings=auth_settings,
|
|
164
164
|
async_req=local_var_params.get('async_req'),
|
|
165
165
|
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/3.0.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/3.0.2/python'
|
|
81
81
|
self.client_side_validation = configuration.client_side_validation
|
|
82
82
|
|
|
83
83
|
def __enter__(self):
|
|
@@ -370,7 +370,7 @@ class Configuration(object):
|
|
|
370
370
|
"OS: {env}\n"\
|
|
371
371
|
"Python Version: {pyversion}\n"\
|
|
372
372
|
"Version of the API: 2.0.0\n"\
|
|
373
|
-
"SDK Package Version: 3.0.
|
|
373
|
+
"SDK Package Version: 3.0.2".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|
|
@@ -146,12 +146,12 @@ from phrase_api.models.project_locales import ProjectLocales
|
|
|
146
146
|
from phrase_api.models.project_report import ProjectReport
|
|
147
147
|
from phrase_api.models.project_short import ProjectShort
|
|
148
148
|
from phrase_api.models.project_update_parameters import ProjectUpdateParameters
|
|
149
|
-
from phrase_api.models.
|
|
150
|
-
from phrase_api.models.
|
|
151
|
-
from phrase_api.models.
|
|
152
|
-
from phrase_api.models.
|
|
153
|
-
from phrase_api.models.
|
|
154
|
-
from phrase_api.models.
|
|
149
|
+
from phrase_api.models.quality_performance_score_list200_response import QualityPerformanceScoreList200Response
|
|
150
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of import QualityPerformanceScoreList200ResponseAnyOf
|
|
151
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data import QualityPerformanceScoreList200ResponseAnyOfData
|
|
152
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data_translations_inner import QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner
|
|
153
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_errors_inner import QualityPerformanceScoreList200ResponseAnyOfErrorsInner
|
|
154
|
+
from phrase_api.models.quality_performance_score_list_request import QualityPerformanceScoreListRequest
|
|
155
155
|
from phrase_api.models.release import Release
|
|
156
156
|
from phrase_api.models.release_create_parameters import ReleaseCreateParameters
|
|
157
157
|
from phrase_api.models.release_create_parameters1 import ReleaseCreateParameters1
|
|
@@ -17,7 +17,7 @@ import six
|
|
|
17
17
|
from phrase_api.configuration import Configuration
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
class
|
|
20
|
+
class QualityPerformanceScoreList200Response(object):
|
|
21
21
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
22
22
|
Ref: https://openapi-generator.tech
|
|
23
23
|
|
|
@@ -33,8 +33,8 @@ class ProjectsQualityPerformanceScore200Response(object):
|
|
|
33
33
|
"""
|
|
34
34
|
openapi_types = {
|
|
35
35
|
'error': 'ErrorError',
|
|
36
|
-
'data': '
|
|
37
|
-
'errors': 'List[
|
|
36
|
+
'data': 'QualityPerformanceScoreList200ResponseAnyOfData',
|
|
37
|
+
'errors': 'List[QualityPerformanceScoreList200ResponseAnyOfErrorsInner]'
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
attribute_map = {
|
|
@@ -44,7 +44,7 @@ class ProjectsQualityPerformanceScore200Response(object):
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
def __init__(self, error=None, data=None, errors=None, local_vars_configuration=None): # noqa: E501
|
|
47
|
-
"""
|
|
47
|
+
"""QualityPerformanceScoreList200Response - a model defined in OpenAPI""" # noqa: E501
|
|
48
48
|
if local_vars_configuration is None:
|
|
49
49
|
local_vars_configuration = Configuration()
|
|
50
50
|
self.local_vars_configuration = local_vars_configuration
|
|
@@ -63,20 +63,20 @@ class ProjectsQualityPerformanceScore200Response(object):
|
|
|
63
63
|
|
|
64
64
|
@property
|
|
65
65
|
def error(self):
|
|
66
|
-
"""Gets the error of this
|
|
66
|
+
"""Gets the error of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
:return: The error of this
|
|
69
|
+
:return: The error of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
70
70
|
:rtype: ErrorError
|
|
71
71
|
"""
|
|
72
72
|
return self._error
|
|
73
73
|
|
|
74
74
|
@error.setter
|
|
75
75
|
def error(self, error):
|
|
76
|
-
"""Sets the error of this
|
|
76
|
+
"""Sets the error of this QualityPerformanceScoreList200Response.
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
:param error: The error of this
|
|
79
|
+
:param error: The error of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
80
80
|
:type: ErrorError
|
|
81
81
|
"""
|
|
82
82
|
|
|
@@ -84,44 +84,44 @@ class ProjectsQualityPerformanceScore200Response(object):
|
|
|
84
84
|
|
|
85
85
|
@property
|
|
86
86
|
def data(self):
|
|
87
|
-
"""Gets the data of this
|
|
87
|
+
"""Gets the data of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
:return: The data of this
|
|
91
|
-
:rtype:
|
|
90
|
+
:return: The data of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
91
|
+
:rtype: QualityPerformanceScoreList200ResponseAnyOfData
|
|
92
92
|
"""
|
|
93
93
|
return self._data
|
|
94
94
|
|
|
95
95
|
@data.setter
|
|
96
96
|
def data(self, data):
|
|
97
|
-
"""Sets the data of this
|
|
97
|
+
"""Sets the data of this QualityPerformanceScoreList200Response.
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
:param data: The data of this
|
|
101
|
-
:type:
|
|
100
|
+
:param data: The data of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
101
|
+
:type: QualityPerformanceScoreList200ResponseAnyOfData
|
|
102
102
|
"""
|
|
103
103
|
|
|
104
104
|
self._data = data
|
|
105
105
|
|
|
106
106
|
@property
|
|
107
107
|
def errors(self):
|
|
108
|
-
"""Gets the errors of this
|
|
108
|
+
"""Gets the errors of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
109
109
|
|
|
110
110
|
Array of errors for any failing translation IDs # noqa: E501
|
|
111
111
|
|
|
112
|
-
:return: The errors of this
|
|
113
|
-
:rtype: List[
|
|
112
|
+
:return: The errors of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
113
|
+
:rtype: List[QualityPerformanceScoreList200ResponseAnyOfErrorsInner]
|
|
114
114
|
"""
|
|
115
115
|
return self._errors
|
|
116
116
|
|
|
117
117
|
@errors.setter
|
|
118
118
|
def errors(self, errors):
|
|
119
|
-
"""Sets the errors of this
|
|
119
|
+
"""Sets the errors of this QualityPerformanceScoreList200Response.
|
|
120
120
|
|
|
121
121
|
Array of errors for any failing translation IDs # noqa: E501
|
|
122
122
|
|
|
123
|
-
:param errors: The errors of this
|
|
124
|
-
:type: List[
|
|
123
|
+
:param errors: The errors of this QualityPerformanceScoreList200Response. # noqa: E501
|
|
124
|
+
:type: List[QualityPerformanceScoreList200ResponseAnyOfErrorsInner]
|
|
125
125
|
"""
|
|
126
126
|
|
|
127
127
|
self._errors = errors
|
|
@@ -160,14 +160,14 @@ class ProjectsQualityPerformanceScore200Response(object):
|
|
|
160
160
|
|
|
161
161
|
def __eq__(self, other):
|
|
162
162
|
"""Returns true if both objects are equal"""
|
|
163
|
-
if not isinstance(other,
|
|
163
|
+
if not isinstance(other, QualityPerformanceScoreList200Response):
|
|
164
164
|
return False
|
|
165
165
|
|
|
166
166
|
return self.to_dict() == other.to_dict()
|
|
167
167
|
|
|
168
168
|
def __ne__(self, other):
|
|
169
169
|
"""Returns true if both objects are not equal"""
|
|
170
|
-
if not isinstance(other,
|
|
170
|
+
if not isinstance(other, QualityPerformanceScoreList200Response):
|
|
171
171
|
return True
|
|
172
172
|
|
|
173
173
|
return self.to_dict() != other.to_dict()
|
|
@@ -17,7 +17,7 @@ import six
|
|
|
17
17
|
from phrase_api.configuration import Configuration
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
class
|
|
20
|
+
class QualityPerformanceScoreList200ResponseAnyOf(object):
|
|
21
21
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
22
22
|
Ref: https://openapi-generator.tech
|
|
23
23
|
|
|
@@ -32,8 +32,8 @@ class ProjectsQualityPerformanceScore200ResponseAnyOf(object):
|
|
|
32
32
|
and the value is json key in definition.
|
|
33
33
|
"""
|
|
34
34
|
openapi_types = {
|
|
35
|
-
'data': '
|
|
36
|
-
'errors': 'List[
|
|
35
|
+
'data': 'QualityPerformanceScoreList200ResponseAnyOfData',
|
|
36
|
+
'errors': 'List[QualityPerformanceScoreList200ResponseAnyOfErrorsInner]'
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
attribute_map = {
|
|
@@ -42,7 +42,7 @@ class ProjectsQualityPerformanceScore200ResponseAnyOf(object):
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
def __init__(self, data=None, errors=None, local_vars_configuration=None): # noqa: E501
|
|
45
|
-
"""
|
|
45
|
+
"""QualityPerformanceScoreList200ResponseAnyOf - a model defined in OpenAPI""" # noqa: E501
|
|
46
46
|
if local_vars_configuration is None:
|
|
47
47
|
local_vars_configuration = Configuration()
|
|
48
48
|
self.local_vars_configuration = local_vars_configuration
|
|
@@ -58,44 +58,44 @@ class ProjectsQualityPerformanceScore200ResponseAnyOf(object):
|
|
|
58
58
|
|
|
59
59
|
@property
|
|
60
60
|
def data(self):
|
|
61
|
-
"""Gets the data of this
|
|
61
|
+
"""Gets the data of this QualityPerformanceScoreList200ResponseAnyOf. # noqa: E501
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
:return: The data of this
|
|
65
|
-
:rtype:
|
|
64
|
+
:return: The data of this QualityPerformanceScoreList200ResponseAnyOf. # noqa: E501
|
|
65
|
+
:rtype: QualityPerformanceScoreList200ResponseAnyOfData
|
|
66
66
|
"""
|
|
67
67
|
return self._data
|
|
68
68
|
|
|
69
69
|
@data.setter
|
|
70
70
|
def data(self, data):
|
|
71
|
-
"""Sets the data of this
|
|
71
|
+
"""Sets the data of this QualityPerformanceScoreList200ResponseAnyOf.
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
:param data: The data of this
|
|
75
|
-
:type:
|
|
74
|
+
:param data: The data of this QualityPerformanceScoreList200ResponseAnyOf. # noqa: E501
|
|
75
|
+
:type: QualityPerformanceScoreList200ResponseAnyOfData
|
|
76
76
|
"""
|
|
77
77
|
|
|
78
78
|
self._data = data
|
|
79
79
|
|
|
80
80
|
@property
|
|
81
81
|
def errors(self):
|
|
82
|
-
"""Gets the errors of this
|
|
82
|
+
"""Gets the errors of this QualityPerformanceScoreList200ResponseAnyOf. # noqa: E501
|
|
83
83
|
|
|
84
84
|
Array of errors for any failing translation IDs # noqa: E501
|
|
85
85
|
|
|
86
|
-
:return: The errors of this
|
|
87
|
-
:rtype: List[
|
|
86
|
+
:return: The errors of this QualityPerformanceScoreList200ResponseAnyOf. # noqa: E501
|
|
87
|
+
:rtype: List[QualityPerformanceScoreList200ResponseAnyOfErrorsInner]
|
|
88
88
|
"""
|
|
89
89
|
return self._errors
|
|
90
90
|
|
|
91
91
|
@errors.setter
|
|
92
92
|
def errors(self, errors):
|
|
93
|
-
"""Sets the errors of this
|
|
93
|
+
"""Sets the errors of this QualityPerformanceScoreList200ResponseAnyOf.
|
|
94
94
|
|
|
95
95
|
Array of errors for any failing translation IDs # noqa: E501
|
|
96
96
|
|
|
97
|
-
:param errors: The errors of this
|
|
98
|
-
:type: List[
|
|
97
|
+
:param errors: The errors of this QualityPerformanceScoreList200ResponseAnyOf. # noqa: E501
|
|
98
|
+
:type: List[QualityPerformanceScoreList200ResponseAnyOfErrorsInner]
|
|
99
99
|
"""
|
|
100
100
|
|
|
101
101
|
self._errors = errors
|
|
@@ -134,14 +134,14 @@ class ProjectsQualityPerformanceScore200ResponseAnyOf(object):
|
|
|
134
134
|
|
|
135
135
|
def __eq__(self, other):
|
|
136
136
|
"""Returns true if both objects are equal"""
|
|
137
|
-
if not isinstance(other,
|
|
137
|
+
if not isinstance(other, QualityPerformanceScoreList200ResponseAnyOf):
|
|
138
138
|
return False
|
|
139
139
|
|
|
140
140
|
return self.to_dict() == other.to_dict()
|
|
141
141
|
|
|
142
142
|
def __ne__(self, other):
|
|
143
143
|
"""Returns true if both objects are not equal"""
|
|
144
|
-
if not isinstance(other,
|
|
144
|
+
if not isinstance(other, QualityPerformanceScoreList200ResponseAnyOf):
|
|
145
145
|
return True
|
|
146
146
|
|
|
147
147
|
return self.to_dict() != other.to_dict()
|
|
@@ -17,7 +17,7 @@ import six
|
|
|
17
17
|
from phrase_api.configuration import Configuration
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
class
|
|
20
|
+
class QualityPerformanceScoreList200ResponseAnyOfData(object):
|
|
21
21
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
22
22
|
Ref: https://openapi-generator.tech
|
|
23
23
|
|
|
@@ -32,7 +32,7 @@ class ProjectsQualityPerformanceScore200ResponseAnyOfData(object):
|
|
|
32
32
|
and the value is json key in definition.
|
|
33
33
|
"""
|
|
34
34
|
openapi_types = {
|
|
35
|
-
'translations': 'List[
|
|
35
|
+
'translations': 'List[QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner]'
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
attribute_map = {
|
|
@@ -40,7 +40,7 @@ class ProjectsQualityPerformanceScore200ResponseAnyOfData(object):
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
def __init__(self, translations=None, local_vars_configuration=None): # noqa: E501
|
|
43
|
-
"""
|
|
43
|
+
"""QualityPerformanceScoreList200ResponseAnyOfData - a model defined in OpenAPI""" # noqa: E501
|
|
44
44
|
if local_vars_configuration is None:
|
|
45
45
|
local_vars_configuration = Configuration()
|
|
46
46
|
self.local_vars_configuration = local_vars_configuration
|
|
@@ -53,21 +53,21 @@ class ProjectsQualityPerformanceScore200ResponseAnyOfData(object):
|
|
|
53
53
|
|
|
54
54
|
@property
|
|
55
55
|
def translations(self):
|
|
56
|
-
"""Gets the translations of this
|
|
56
|
+
"""Gets the translations of this QualityPerformanceScoreList200ResponseAnyOfData. # noqa: E501
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
:return: The translations of this
|
|
60
|
-
:rtype: List[
|
|
59
|
+
:return: The translations of this QualityPerformanceScoreList200ResponseAnyOfData. # noqa: E501
|
|
60
|
+
:rtype: List[QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner]
|
|
61
61
|
"""
|
|
62
62
|
return self._translations
|
|
63
63
|
|
|
64
64
|
@translations.setter
|
|
65
65
|
def translations(self, translations):
|
|
66
|
-
"""Sets the translations of this
|
|
66
|
+
"""Sets the translations of this QualityPerformanceScoreList200ResponseAnyOfData.
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
:param translations: The translations of this
|
|
70
|
-
:type: List[
|
|
69
|
+
:param translations: The translations of this QualityPerformanceScoreList200ResponseAnyOfData. # noqa: E501
|
|
70
|
+
:type: List[QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner]
|
|
71
71
|
"""
|
|
72
72
|
|
|
73
73
|
self._translations = translations
|
|
@@ -106,14 +106,14 @@ class ProjectsQualityPerformanceScore200ResponseAnyOfData(object):
|
|
|
106
106
|
|
|
107
107
|
def __eq__(self, other):
|
|
108
108
|
"""Returns true if both objects are equal"""
|
|
109
|
-
if not isinstance(other,
|
|
109
|
+
if not isinstance(other, QualityPerformanceScoreList200ResponseAnyOfData):
|
|
110
110
|
return False
|
|
111
111
|
|
|
112
112
|
return self.to_dict() == other.to_dict()
|
|
113
113
|
|
|
114
114
|
def __ne__(self, other):
|
|
115
115
|
"""Returns true if both objects are not equal"""
|
|
116
|
-
if not isinstance(other,
|
|
116
|
+
if not isinstance(other, QualityPerformanceScoreList200ResponseAnyOfData):
|
|
117
117
|
return True
|
|
118
118
|
|
|
119
119
|
return self.to_dict() != other.to_dict()
|