phrase-api 3.0.1__tar.gz → 3.0.3__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.3}/PKG-INFO +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/README.md +9 -8
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/__init__.py +8 -7
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/jobs_api.py +19 -17
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/quality_performance_score_api.py +19 -19
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api_client.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/configuration.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/__init__.py +7 -6
- phrase_api-3.0.3/phrase_api/models/job_keys_delete_parameters.py +150 -0
- phrase_api-3.0.1/phrase_api/models/projects_quality_performance_score200_response.py → phrase_api-3.0.3/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.3/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.3/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.3/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.3/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.3/phrase_api/models/quality_performance_score_list_request.py +8 -8
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api.egg-info/SOURCES.txt +14 -12
- {phrase_api-3.0.1 → phrase_api-3.0.3}/pyproject.toml +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/setup.py +1 -1
- phrase_api-3.0.3/test/test_job_keys_delete_parameters.py +56 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_create_parameters.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_update_parameters.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project_create_parameters.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project_update_parameters.py +1 -1
- {phrase_api-3.0.1 → phrase_api-3.0.3}/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.3/test/test_quality_performance_score_list200_response.py +12 -12
- phrase_api-3.0.3/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.3/test/test_quality_performance_score_list200_response_any_of_data.py +10 -10
- phrase_api-3.0.3/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.3/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.3/test/test_quality_performance_score_list_request.py +9 -9
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshot_update_parameters.py +1 -1
- 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.3}/phrase_api/api/__init__.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/members_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/repo_sync_events_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/repo_syncs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/search_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/tags_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/uploads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/users_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/api_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/exceptions.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/account.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/account_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/authorization.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/branch.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comment_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/current_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/distribution.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/document.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/error_error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/format.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/icu.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/invitation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_link.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/keys_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/keys_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/keys_tag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/keys_untag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/member.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/notification.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/project_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/space.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/space1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/subscription.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/tag.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/team.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/team_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/upload.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/variable.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/webhook.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/py.typed +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api/rest.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/setup.cfg +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_account.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_account_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_account_search_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_accounts_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_affected_count.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_affected_resources.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_authorization.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_authorization_with_token.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_authorizations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_blacklisted_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_branch.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_branch_name.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_branches_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_reaction.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_replies_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_current_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_distribution.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_distribution_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_distributions_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_document.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_documents_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_error_error.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_figma_attachment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_format.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_formats_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossaries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_icu.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_icu_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_invitation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_invitations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_comment.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_comments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_start_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_job_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_jobs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_link.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_key_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_linked_keys_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_download.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_download_params.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_download_result.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_preview1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_team_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locale_user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_member.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_member_project_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_member_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_members_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_notification.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_notification_group.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_notification_group_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_notification_groups_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_notifications_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_order_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_orders_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project_locales.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project_report.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_project_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_projects_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_trigger.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_triggers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_releases_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_repo_sync.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_repo_sync_event.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_repo_sync_events_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_reports_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshot.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshot_marker.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_screenshots_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_search_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_space.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_space1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_space_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_space_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_spaces_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_style_guides_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_styleguide.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_styleguide_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_styleguide_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_subscription.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_tag.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_tag_with_stats.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_tags_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_team.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_team_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_team_detail.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_team_short.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_team_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_teams_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_key.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_key_details.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_order.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_parent.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_version.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_upload.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_upload_summary.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_uploads_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_user.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_user_preview.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_users_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_variable.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_variables_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_versions_history_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_webhook.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_webhook_delivery.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-3.0.1 → phrase_api-3.0.3}/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.3
|
|
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
|
|
@@ -481,6 +481,7 @@ Class | Method | HTTP request | Description
|
|
|
481
481
|
- [JobCreateParameters](docs/JobCreateParameters.md)
|
|
482
482
|
- [JobDetails](docs/JobDetails.md)
|
|
483
483
|
- [JobKeysCreateParameters](docs/JobKeysCreateParameters.md)
|
|
484
|
+
- [JobKeysDeleteParameters](docs/JobKeysDeleteParameters.md)
|
|
484
485
|
- [JobLocale](docs/JobLocale.md)
|
|
485
486
|
- [JobLocaleCompleteParameters](docs/JobLocaleCompleteParameters.md)
|
|
486
487
|
- [JobLocaleCompleteReviewParameters](docs/JobLocaleCompleteReviewParameters.md)
|
|
@@ -549,12 +550,12 @@ Class | Method | HTTP request | Description
|
|
|
549
550
|
- [ProjectReport](docs/ProjectReport.md)
|
|
550
551
|
- [ProjectShort](docs/ProjectShort.md)
|
|
551
552
|
- [ProjectUpdateParameters](docs/ProjectUpdateParameters.md)
|
|
552
|
-
- [
|
|
553
|
-
- [
|
|
554
|
-
- [
|
|
555
|
-
- [
|
|
556
|
-
- [
|
|
557
|
-
- [
|
|
553
|
+
- [QualityPerformanceScoreList200Response](docs/QualityPerformanceScoreList200Response.md)
|
|
554
|
+
- [QualityPerformanceScoreList200ResponseAnyOf](docs/QualityPerformanceScoreList200ResponseAnyOf.md)
|
|
555
|
+
- [QualityPerformanceScoreList200ResponseAnyOfData](docs/QualityPerformanceScoreList200ResponseAnyOfData.md)
|
|
556
|
+
- [QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner](docs/QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner.md)
|
|
557
|
+
- [QualityPerformanceScoreList200ResponseAnyOfErrorsInner](docs/QualityPerformanceScoreList200ResponseAnyOfErrorsInner.md)
|
|
558
|
+
- [QualityPerformanceScoreListRequest](docs/QualityPerformanceScoreListRequest.md)
|
|
558
559
|
- [Release](docs/Release.md)
|
|
559
560
|
- [ReleaseCreateParameters](docs/ReleaseCreateParameters.md)
|
|
560
561
|
- [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.3"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from phrase_api.api.accounts_api import AccountsApi
|
|
@@ -145,6 +145,7 @@ from phrase_api.models.job_complete_parameters import JobCompleteParameters
|
|
|
145
145
|
from phrase_api.models.job_create_parameters import JobCreateParameters
|
|
146
146
|
from phrase_api.models.job_details import JobDetails
|
|
147
147
|
from phrase_api.models.job_keys_create_parameters import JobKeysCreateParameters
|
|
148
|
+
from phrase_api.models.job_keys_delete_parameters import JobKeysDeleteParameters
|
|
148
149
|
from phrase_api.models.job_locale import JobLocale
|
|
149
150
|
from phrase_api.models.job_locale_complete_parameters import JobLocaleCompleteParameters
|
|
150
151
|
from phrase_api.models.job_locale_complete_review_parameters import JobLocaleCompleteReviewParameters
|
|
@@ -213,12 +214,12 @@ from phrase_api.models.project_locales import ProjectLocales
|
|
|
213
214
|
from phrase_api.models.project_report import ProjectReport
|
|
214
215
|
from phrase_api.models.project_short import ProjectShort
|
|
215
216
|
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.
|
|
217
|
+
from phrase_api.models.quality_performance_score_list200_response import QualityPerformanceScoreList200Response
|
|
218
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of import QualityPerformanceScoreList200ResponseAnyOf
|
|
219
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data import QualityPerformanceScoreList200ResponseAnyOfData
|
|
220
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data_translations_inner import QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner
|
|
221
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_errors_inner import QualityPerformanceScoreList200ResponseAnyOfErrorsInner
|
|
222
|
+
from phrase_api.models.quality_performance_score_list_request import QualityPerformanceScoreListRequest
|
|
222
223
|
from phrase_api.models.release import Release
|
|
223
224
|
from phrase_api.models.release_create_parameters import ReleaseCreateParameters
|
|
224
225
|
from phrase_api.models.release_create_parameters1 import ReleaseCreateParameters1
|
|
@@ -578,21 +578,20 @@ class JobsApi(object):
|
|
|
578
578
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
579
579
|
collection_formats=collection_formats)
|
|
580
580
|
|
|
581
|
-
def job_keys_delete(self, project_id, id, **kwargs): # noqa: E501
|
|
581
|
+
def job_keys_delete(self, project_id, id, job_keys_delete_parameters, **kwargs): # noqa: E501
|
|
582
582
|
"""Remove keys from job # noqa: E501
|
|
583
583
|
|
|
584
584
|
Remove multiple keys from existing job. # noqa: E501
|
|
585
585
|
This method makes a synchronous HTTP request by default. To make an
|
|
586
586
|
asynchronous HTTP request, please pass async_req=True
|
|
587
|
-
>>> thread = api.job_keys_delete(project_id, id, async_req=True)
|
|
587
|
+
>>> thread = api.job_keys_delete(project_id, id, job_keys_delete_parameters, async_req=True)
|
|
588
588
|
>>> result = thread.get()
|
|
589
589
|
|
|
590
590
|
:param async_req bool: execute request asynchronously
|
|
591
591
|
:param str project_id: Project ID (required)
|
|
592
592
|
:param str id: ID (required)
|
|
593
|
+
:param JobKeysDeleteParameters job_keys_delete_parameters: (required)
|
|
593
594
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
594
|
-
:param str branch: specify the branch to use
|
|
595
|
-
:param List[str] translation_key_ids: ids of keys that should be removed from the job
|
|
596
595
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
597
596
|
be returned without reading/decoding response
|
|
598
597
|
data. Default is True.
|
|
@@ -605,23 +604,22 @@ class JobsApi(object):
|
|
|
605
604
|
returns the request thread.
|
|
606
605
|
"""
|
|
607
606
|
kwargs['_return_http_data_only'] = True
|
|
608
|
-
return self.job_keys_delete_with_http_info(project_id, id, **kwargs) # noqa: E501
|
|
607
|
+
return self.job_keys_delete_with_http_info(project_id, id, job_keys_delete_parameters, **kwargs) # noqa: E501
|
|
609
608
|
|
|
610
|
-
def job_keys_delete_with_http_info(self, project_id, id, **kwargs): # noqa: E501
|
|
609
|
+
def job_keys_delete_with_http_info(self, project_id, id, job_keys_delete_parameters, **kwargs): # noqa: E501
|
|
611
610
|
"""Remove keys from job # noqa: E501
|
|
612
611
|
|
|
613
612
|
Remove multiple keys from existing job. # noqa: E501
|
|
614
613
|
This method makes a synchronous HTTP request by default. To make an
|
|
615
614
|
asynchronous HTTP request, please pass async_req=True
|
|
616
|
-
>>> thread = api.job_keys_delete_with_http_info(project_id, id, async_req=True)
|
|
615
|
+
>>> thread = api.job_keys_delete_with_http_info(project_id, id, job_keys_delete_parameters, async_req=True)
|
|
617
616
|
>>> result = thread.get()
|
|
618
617
|
|
|
619
618
|
:param async_req bool: execute request asynchronously
|
|
620
619
|
:param str project_id: Project ID (required)
|
|
621
620
|
:param str id: ID (required)
|
|
621
|
+
:param JobKeysDeleteParameters job_keys_delete_parameters: (required)
|
|
622
622
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
623
|
-
:param str branch: specify the branch to use
|
|
624
|
-
:param List[str] translation_key_ids: ids of keys that should be removed from the job
|
|
625
623
|
:param _return_http_data_only: response data without head status code
|
|
626
624
|
and headers
|
|
627
625
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -641,9 +639,8 @@ class JobsApi(object):
|
|
|
641
639
|
all_params = [
|
|
642
640
|
'project_id',
|
|
643
641
|
'id',
|
|
644
|
-
'
|
|
645
|
-
'
|
|
646
|
-
'translation_key_ids'
|
|
642
|
+
'job_keys_delete_parameters',
|
|
643
|
+
'x_phrase_app_otp'
|
|
647
644
|
]
|
|
648
645
|
all_params.extend(
|
|
649
646
|
[
|
|
@@ -670,6 +667,10 @@ class JobsApi(object):
|
|
|
670
667
|
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
671
668
|
local_var_params['id'] is None): # noqa: E501
|
|
672
669
|
raise ApiValueError("Missing the required parameter `id` when calling `job_keys_delete`") # noqa: E501
|
|
670
|
+
# verify the required parameter 'job_keys_delete_parameters' is set
|
|
671
|
+
if self.api_client.client_side_validation and ('job_keys_delete_parameters' not in local_var_params or # noqa: E501
|
|
672
|
+
local_var_params['job_keys_delete_parameters'] is None): # noqa: E501
|
|
673
|
+
raise ApiValueError("Missing the required parameter `job_keys_delete_parameters` when calling `job_keys_delete`") # noqa: E501
|
|
673
674
|
|
|
674
675
|
collection_formats = {}
|
|
675
676
|
|
|
@@ -680,11 +681,6 @@ class JobsApi(object):
|
|
|
680
681
|
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
681
682
|
|
|
682
683
|
query_params = []
|
|
683
|
-
if 'branch' in local_var_params and local_var_params['branch'] is not None: # noqa: E501
|
|
684
|
-
query_params.append(('branch', local_var_params['branch'])) # noqa: E501
|
|
685
|
-
if 'translation_key_ids' in local_var_params and local_var_params['translation_key_ids'] is not None: # noqa: E501
|
|
686
|
-
query_params.append(('translation_key_ids', local_var_params['translation_key_ids'])) # noqa: E501
|
|
687
|
-
collection_formats['translation_key_ids'] = 'multi' # noqa: E501
|
|
688
684
|
|
|
689
685
|
header_params = {}
|
|
690
686
|
if 'x_phrase_app_otp' in local_var_params:
|
|
@@ -694,6 +690,12 @@ class JobsApi(object):
|
|
|
694
690
|
local_var_files = {}
|
|
695
691
|
|
|
696
692
|
body_params = None
|
|
693
|
+
if 'job_keys_delete_parameters' in local_var_params:
|
|
694
|
+
body_params = local_var_params['job_keys_delete_parameters']
|
|
695
|
+
# HTTP header `Content-Type`
|
|
696
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
697
|
+
['application/json']) # noqa: E501
|
|
698
|
+
|
|
697
699
|
# Authentication setting
|
|
698
700
|
auth_settings = ['Basic', 'Token'] # noqa: E501
|
|
699
701
|
|
|
@@ -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.3/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.3".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|
|
@@ -78,6 +78,7 @@ from phrase_api.models.job_complete_parameters import JobCompleteParameters
|
|
|
78
78
|
from phrase_api.models.job_create_parameters import JobCreateParameters
|
|
79
79
|
from phrase_api.models.job_details import JobDetails
|
|
80
80
|
from phrase_api.models.job_keys_create_parameters import JobKeysCreateParameters
|
|
81
|
+
from phrase_api.models.job_keys_delete_parameters import JobKeysDeleteParameters
|
|
81
82
|
from phrase_api.models.job_locale import JobLocale
|
|
82
83
|
from phrase_api.models.job_locale_complete_parameters import JobLocaleCompleteParameters
|
|
83
84
|
from phrase_api.models.job_locale_complete_review_parameters import JobLocaleCompleteReviewParameters
|
|
@@ -146,12 +147,12 @@ from phrase_api.models.project_locales import ProjectLocales
|
|
|
146
147
|
from phrase_api.models.project_report import ProjectReport
|
|
147
148
|
from phrase_api.models.project_short import ProjectShort
|
|
148
149
|
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.
|
|
150
|
+
from phrase_api.models.quality_performance_score_list200_response import QualityPerformanceScoreList200Response
|
|
151
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of import QualityPerformanceScoreList200ResponseAnyOf
|
|
152
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data import QualityPerformanceScoreList200ResponseAnyOfData
|
|
153
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_data_translations_inner import QualityPerformanceScoreList200ResponseAnyOfDataTranslationsInner
|
|
154
|
+
from phrase_api.models.quality_performance_score_list200_response_any_of_errors_inner import QualityPerformanceScoreList200ResponseAnyOfErrorsInner
|
|
155
|
+
from phrase_api.models.quality_performance_score_list_request import QualityPerformanceScoreListRequest
|
|
155
156
|
from phrase_api.models.release import Release
|
|
156
157
|
from phrase_api.models.release_create_parameters import ReleaseCreateParameters
|
|
157
158
|
from phrase_api.models.release_create_parameters1 import ReleaseCreateParameters1
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Phrase Strings API Reference
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
|
7
|
+
Contact: support@phrase.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
import pprint
|
|
13
|
+
import re # noqa: F401
|
|
14
|
+
|
|
15
|
+
import six
|
|
16
|
+
|
|
17
|
+
from phrase_api.configuration import Configuration
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class JobKeysDeleteParameters(object):
|
|
21
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
22
|
+
Ref: https://openapi-generator.tech
|
|
23
|
+
|
|
24
|
+
Do not edit the class manually.
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
"""
|
|
28
|
+
Attributes:
|
|
29
|
+
openapi_types (dict): The key is attribute name
|
|
30
|
+
and the value is attribute type.
|
|
31
|
+
attribute_map (dict): The key is attribute name
|
|
32
|
+
and the value is json key in definition.
|
|
33
|
+
"""
|
|
34
|
+
openapi_types = {
|
|
35
|
+
'branch': 'str',
|
|
36
|
+
'translation_key_ids': 'List[str]'
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
attribute_map = {
|
|
40
|
+
'branch': 'branch',
|
|
41
|
+
'translation_key_ids': 'translation_key_ids'
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
def __init__(self, branch=None, translation_key_ids=None, local_vars_configuration=None): # noqa: E501
|
|
45
|
+
"""JobKeysDeleteParameters - a model defined in OpenAPI""" # noqa: E501
|
|
46
|
+
if local_vars_configuration is None:
|
|
47
|
+
local_vars_configuration = Configuration()
|
|
48
|
+
self.local_vars_configuration = local_vars_configuration
|
|
49
|
+
|
|
50
|
+
self._branch = None
|
|
51
|
+
self._translation_key_ids = None
|
|
52
|
+
self.discriminator = None
|
|
53
|
+
|
|
54
|
+
if branch is not None:
|
|
55
|
+
self.branch = branch
|
|
56
|
+
self.translation_key_ids = translation_key_ids
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
def branch(self):
|
|
60
|
+
"""Gets the branch of this JobKeysDeleteParameters. # noqa: E501
|
|
61
|
+
|
|
62
|
+
specify the branch to use # noqa: E501
|
|
63
|
+
|
|
64
|
+
:return: The branch of this JobKeysDeleteParameters. # noqa: E501
|
|
65
|
+
:rtype: str
|
|
66
|
+
"""
|
|
67
|
+
return self._branch
|
|
68
|
+
|
|
69
|
+
@branch.setter
|
|
70
|
+
def branch(self, branch):
|
|
71
|
+
"""Sets the branch of this JobKeysDeleteParameters.
|
|
72
|
+
|
|
73
|
+
specify the branch to use # noqa: E501
|
|
74
|
+
|
|
75
|
+
:param branch: The branch of this JobKeysDeleteParameters. # noqa: E501
|
|
76
|
+
:type: str
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
self._branch = branch
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
def translation_key_ids(self):
|
|
83
|
+
"""Gets the translation_key_ids of this JobKeysDeleteParameters. # noqa: E501
|
|
84
|
+
|
|
85
|
+
ids of keys that should be deleted from the job # noqa: E501
|
|
86
|
+
|
|
87
|
+
:return: The translation_key_ids of this JobKeysDeleteParameters. # noqa: E501
|
|
88
|
+
:rtype: List[str]
|
|
89
|
+
"""
|
|
90
|
+
return self._translation_key_ids
|
|
91
|
+
|
|
92
|
+
@translation_key_ids.setter
|
|
93
|
+
def translation_key_ids(self, translation_key_ids):
|
|
94
|
+
"""Sets the translation_key_ids of this JobKeysDeleteParameters.
|
|
95
|
+
|
|
96
|
+
ids of keys that should be deleted from the job # noqa: E501
|
|
97
|
+
|
|
98
|
+
:param translation_key_ids: The translation_key_ids of this JobKeysDeleteParameters. # noqa: E501
|
|
99
|
+
:type: List[str]
|
|
100
|
+
"""
|
|
101
|
+
if self.local_vars_configuration.client_side_validation and translation_key_ids is None: # noqa: E501
|
|
102
|
+
raise ValueError("Invalid value for `translation_key_ids`, must not be `None`") # noqa: E501
|
|
103
|
+
|
|
104
|
+
self._translation_key_ids = translation_key_ids
|
|
105
|
+
|
|
106
|
+
def to_dict(self):
|
|
107
|
+
"""Returns the model properties as a dict"""
|
|
108
|
+
result = {}
|
|
109
|
+
|
|
110
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
|
111
|
+
value = getattr(self, attr)
|
|
112
|
+
if isinstance(value, list):
|
|
113
|
+
result[attr] = list(map(
|
|
114
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
115
|
+
value
|
|
116
|
+
))
|
|
117
|
+
elif hasattr(value, "to_dict"):
|
|
118
|
+
result[attr] = value.to_dict()
|
|
119
|
+
elif isinstance(value, dict):
|
|
120
|
+
result[attr] = dict(map(
|
|
121
|
+
lambda item: (item[0], item[1].to_dict())
|
|
122
|
+
if hasattr(item[1], "to_dict") else item,
|
|
123
|
+
value.items()
|
|
124
|
+
))
|
|
125
|
+
else:
|
|
126
|
+
result[attr] = value
|
|
127
|
+
|
|
128
|
+
return result
|
|
129
|
+
|
|
130
|
+
def to_str(self):
|
|
131
|
+
"""Returns the string representation of the model"""
|
|
132
|
+
return pprint.pformat(self.to_dict())
|
|
133
|
+
|
|
134
|
+
def __repr__(self):
|
|
135
|
+
"""For `print` and `pprint`"""
|
|
136
|
+
return self.to_str()
|
|
137
|
+
|
|
138
|
+
def __eq__(self, other):
|
|
139
|
+
"""Returns true if both objects are equal"""
|
|
140
|
+
if not isinstance(other, JobKeysDeleteParameters):
|
|
141
|
+
return False
|
|
142
|
+
|
|
143
|
+
return self.to_dict() == other.to_dict()
|
|
144
|
+
|
|
145
|
+
def __ne__(self, other):
|
|
146
|
+
"""Returns true if both objects are not equal"""
|
|
147
|
+
if not isinstance(other, JobKeysDeleteParameters):
|
|
148
|
+
return True
|
|
149
|
+
|
|
150
|
+
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 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()
|