phrase-api 2.4.0__tar.gz → 2.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {phrase_api-2.4.0 → phrase_api-2.6.0}/PKG-INFO +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/README.md +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/__init__.py +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/formats_api.py +0 -5
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/jobs_api.py +2 -2
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/locales_api.py +10 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/uploads_api.py +8 -3
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api_client.py +4 -3
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/configuration.py +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_create_parameters.py +29 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project_create_parameters.py +5 -89
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project_update_parameters.py +5 -89
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/pyproject.toml +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/setup.py +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_create_parameters.py +2 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_update_parameters.py +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project_create_parameters.py +2 -5
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project_update_parameters.py +2 -5
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshot_update_parameters.py +1 -1
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_uploads_api.py +18 -7
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/__init__.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/bitbucket_sync_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/git_hub_sync_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/git_lab_sync_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/keys_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/members_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/quality_performance_score_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/repo_syncs_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/search_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/tags_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/users_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/api_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/exceptions.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/__init__.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/account.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/account_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/authorization.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/bitbucket_sync.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/bitbucket_sync_export_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/bitbucket_sync_export_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/bitbucket_sync_import_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/branch.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/comment.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/current_user.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/distribution.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/document.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/error.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/error_error.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/format.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/github_sync_export_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/github_sync_import_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/gitlab_sync.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/gitlab_sync_export.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/gitlab_sync_export_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/gitlab_sync_history.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/gitlab_sync_history_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/gitlab_sync_import_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/icu.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/invitation.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_link.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/keys_exclude_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/keys_include_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/keys_search_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/keys_tag_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/keys_untag_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_download_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/member.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/notification.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project_report.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/project_short.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/projects_quality_performance_score200_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/projects_quality_performance_score_request.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/repo_sync_event_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/space.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/space1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/subscription.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/tag.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/team.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/team_short.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/upload.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/user.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/variable.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/webhook.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/py.typed +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api/rest.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api.egg-info/SOURCES.txt +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/setup.cfg +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_account.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_account_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_account_search_result.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_accounts_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_affected_count.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_affected_resources.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_authorization.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_authorization_with_token.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_authorizations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_bitbucket_sync.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_bitbucket_sync_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_bitbucket_sync_export_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_bitbucket_sync_export_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_bitbucket_sync_import_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_blacklisted_key.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_branch.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_branch_name.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_branches_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment_reaction.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment_replies_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_current_user.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_distribution.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_distribution_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_distributions_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_document.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_documents_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_error.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_error_error.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_figma_attachment.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_format.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_formats_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_git_hub_sync_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_git_lab_sync_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_github_sync_export_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_github_sync_import_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_gitlab_sync.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_gitlab_sync_export.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_gitlab_sync_export_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_gitlab_sync_history.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_gitlab_sync_history_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_gitlab_sync_import_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossaries_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_icu.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_icu_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_invitation.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_invitations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_comment.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_comments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locale.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_start_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_locales.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_templates_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_job_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_jobs_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_link.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_key_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_linked_keys_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_download.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_download_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_download_params.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_download_result.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_preview1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_report.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_statistics.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_team_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locale_user_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_member.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_member_project_detail.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_member_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_members_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_notification.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_notification_group.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_notification_group_detail.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_notification_groups_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_notifications_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_order_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_orders_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project_locales.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project_report.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_project_short.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_quality_performance_score200_response.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_projects_quality_performance_score_request.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_quality_performance_score_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_trigger.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_triggers_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_releases_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_repo_sync.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_repo_sync_event.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_repo_sync_event_errors_inner.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_reports_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshot.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshot_marker.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_screenshots_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_search_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_space.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_space1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_space_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_space_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_spaces_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_style_guides_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_styleguide.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_styleguide_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_styleguide_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_subscription.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_tag.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_tag_with_stats.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_tags_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_team.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_team_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_team_detail.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_team_short.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_team_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_teams_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_key.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_key_details.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_order.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_parent.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_version.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_upload.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_upload_summary.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_user.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_user_preview.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_users_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_variable.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_variables_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_versions_history_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_webhook.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_webhook_delivery.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-2.4.0 → phrase_api-2.6.0}/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: 2.
|
|
8
|
+
- Package version: 2.6.0
|
|
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
|
|
|
@@ -45,7 +45,6 @@ class FormatsApi(object):
|
|
|
45
45
|
>>> result = thread.get()
|
|
46
46
|
|
|
47
47
|
:param async_req bool: execute request asynchronously
|
|
48
|
-
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
49
48
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
50
49
|
be returned without reading/decoding response
|
|
51
50
|
data. Default is True.
|
|
@@ -70,7 +69,6 @@ class FormatsApi(object):
|
|
|
70
69
|
>>> result = thread.get()
|
|
71
70
|
|
|
72
71
|
:param async_req bool: execute request asynchronously
|
|
73
|
-
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
74
72
|
:param _return_http_data_only: response data without head status code
|
|
75
73
|
and headers
|
|
76
74
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -88,7 +86,6 @@ class FormatsApi(object):
|
|
|
88
86
|
local_var_params = locals()
|
|
89
87
|
|
|
90
88
|
all_params = [
|
|
91
|
-
'x_phrase_app_otp'
|
|
92
89
|
]
|
|
93
90
|
all_params.extend(
|
|
94
91
|
[
|
|
@@ -115,8 +112,6 @@ class FormatsApi(object):
|
|
|
115
112
|
query_params = []
|
|
116
113
|
|
|
117
114
|
header_params = {}
|
|
118
|
-
if 'x_phrase_app_otp' in local_var_params:
|
|
119
|
-
header_params['X-PhraseApp-OTP'] = local_var_params['x_phrase_app_otp'] # noqa: E501
|
|
120
115
|
|
|
121
116
|
form_params = []
|
|
122
117
|
local_var_files = {}
|
|
@@ -592,7 +592,7 @@ class JobsApi(object):
|
|
|
592
592
|
:param str id: ID (required)
|
|
593
593
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
594
594
|
:param str branch: specify the branch to use
|
|
595
|
-
:param List[str] translation_key_ids: ids of keys that should
|
|
595
|
+
:param List[str] translation_key_ids: ids of keys that should be removed from the job
|
|
596
596
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
597
597
|
be returned without reading/decoding response
|
|
598
598
|
data. Default is True.
|
|
@@ -621,7 +621,7 @@ class JobsApi(object):
|
|
|
621
621
|
:param str id: ID (required)
|
|
622
622
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
623
623
|
:param str branch: specify the branch to use
|
|
624
|
-
:param List[str] translation_key_ids: ids of keys that should
|
|
624
|
+
:param List[str] translation_key_ids: ids of keys that should be removed from the job
|
|
625
625
|
:param _return_http_data_only: response data without head status code
|
|
626
626
|
and headers
|
|
627
627
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -456,6 +456,8 @@ class LocalesApi(object):
|
|
|
456
456
|
:param bool use_last_reviewed_version: If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
|
|
457
457
|
:param str fallback_locale_id: If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to <code>true</code>.
|
|
458
458
|
:param str source_locale_id: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a <code>tag</code> parameter indicating a specific job.
|
|
459
|
+
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
|
|
460
|
+
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
|
|
459
461
|
:param object custom_metadata_filters: Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
|
|
460
462
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
461
463
|
be returned without reading/decoding response
|
|
@@ -502,6 +504,8 @@ class LocalesApi(object):
|
|
|
502
504
|
:param bool use_last_reviewed_version: If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
|
|
503
505
|
:param str fallback_locale_id: If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to <code>true</code>.
|
|
504
506
|
:param str source_locale_id: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a <code>tag</code> parameter indicating a specific job.
|
|
507
|
+
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
|
|
508
|
+
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
|
|
505
509
|
:param object custom_metadata_filters: Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
|
|
506
510
|
:param _return_http_data_only: response data without head status code
|
|
507
511
|
and headers
|
|
@@ -541,6 +545,8 @@ class LocalesApi(object):
|
|
|
541
545
|
'use_last_reviewed_version',
|
|
542
546
|
'fallback_locale_id',
|
|
543
547
|
'source_locale_id',
|
|
548
|
+
'translation_key_prefix',
|
|
549
|
+
'filter_by_prefix',
|
|
544
550
|
'custom_metadata_filters'
|
|
545
551
|
]
|
|
546
552
|
all_params.extend(
|
|
@@ -610,6 +616,10 @@ class LocalesApi(object):
|
|
|
610
616
|
query_params.append(('fallback_locale_id', local_var_params['fallback_locale_id'])) # noqa: E501
|
|
611
617
|
if 'source_locale_id' in local_var_params and local_var_params['source_locale_id'] is not None: # noqa: E501
|
|
612
618
|
query_params.append(('source_locale_id', local_var_params['source_locale_id'])) # noqa: E501
|
|
619
|
+
if 'translation_key_prefix' in local_var_params and local_var_params['translation_key_prefix'] is not None: # noqa: E501
|
|
620
|
+
query_params.append(('translation_key_prefix', local_var_params['translation_key_prefix'])) # noqa: E501
|
|
621
|
+
if 'filter_by_prefix' in local_var_params and local_var_params['filter_by_prefix'] is not None: # noqa: E501
|
|
622
|
+
query_params.append(('filter_by_prefix', local_var_params['filter_by_prefix'])) # noqa: E501
|
|
613
623
|
if 'custom_metadata_filters' in local_var_params and local_var_params['custom_metadata_filters'] is not None: # noqa: E501
|
|
614
624
|
query_params.append(('custom_metadata_filters', local_var_params['custom_metadata_filters'])) # noqa: E501
|
|
615
625
|
|
|
@@ -61,10 +61,11 @@ class UploadsApi(object):
|
|
|
61
61
|
:param bool skip_unverification: Indicates whether the upload should unverify updated translations.
|
|
62
62
|
:param str file_encoding: Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\".
|
|
63
63
|
:param object locale_mapping: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
|
|
64
|
-
:param object format_options: Additional options available for specific formats. See our format guide for complete list.
|
|
64
|
+
:param object format_options: Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
|
|
65
65
|
:param bool autotranslate: If set, translations for the uploaded language will be fetched automatically.
|
|
66
66
|
:param bool mark_reviewed: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
|
|
67
67
|
:param bool tag_only_affected_keys: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
|
|
68
|
+
:param str translation_key_prefix: This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.
|
|
68
69
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
69
70
|
be returned without reading/decoding response
|
|
70
71
|
data. Default is True.
|
|
@@ -105,10 +106,11 @@ class UploadsApi(object):
|
|
|
105
106
|
:param bool skip_unverification: Indicates whether the upload should unverify updated translations.
|
|
106
107
|
:param str file_encoding: Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\".
|
|
107
108
|
:param object locale_mapping: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
|
|
108
|
-
:param object format_options: Additional options available for specific formats. See our format guide for complete list.
|
|
109
|
+
:param object format_options: Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
|
|
109
110
|
:param bool autotranslate: If set, translations for the uploaded language will be fetched automatically.
|
|
110
111
|
:param bool mark_reviewed: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
|
|
111
112
|
:param bool tag_only_affected_keys: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
|
|
113
|
+
:param str translation_key_prefix: This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.
|
|
112
114
|
:param _return_http_data_only: response data without head status code
|
|
113
115
|
and headers
|
|
114
116
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -145,7 +147,8 @@ class UploadsApi(object):
|
|
|
145
147
|
'format_options',
|
|
146
148
|
'autotranslate',
|
|
147
149
|
'mark_reviewed',
|
|
148
|
-
'tag_only_affected_keys'
|
|
150
|
+
'tag_only_affected_keys',
|
|
151
|
+
'translation_key_prefix'
|
|
149
152
|
]
|
|
150
153
|
all_params.extend(
|
|
151
154
|
[
|
|
@@ -231,6 +234,8 @@ class UploadsApi(object):
|
|
|
231
234
|
form_params.append(('mark_reviewed', local_var_params['mark_reviewed'])) # noqa: E501
|
|
232
235
|
if 'tag_only_affected_keys' in local_var_params:
|
|
233
236
|
form_params.append(('tag_only_affected_keys', local_var_params['tag_only_affected_keys'])) # noqa: E501
|
|
237
|
+
if 'translation_key_prefix' in local_var_params:
|
|
238
|
+
form_params.append(('translation_key_prefix', local_var_params['translation_key_prefix'])) # noqa: E501
|
|
234
239
|
|
|
235
240
|
body_params = None
|
|
236
241
|
# HTTP header `Accept`
|
|
@@ -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/2.
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/2.6.0/python'
|
|
81
81
|
self.client_side_validation = configuration.client_side_validation
|
|
82
82
|
|
|
83
83
|
def __enter__(self):
|
|
@@ -151,7 +151,7 @@ class ApiClient(object):
|
|
|
151
151
|
if query_params:
|
|
152
152
|
query_params = self.sanitize_for_serialization(query_params)
|
|
153
153
|
query_params = self.parameters_to_tuples(query_params, collection_formats)
|
|
154
|
-
query_params = self.
|
|
154
|
+
query_params = self.flatten_params(query_params)
|
|
155
155
|
|
|
156
156
|
# post parameters
|
|
157
157
|
if post_params or files:
|
|
@@ -159,6 +159,7 @@ class ApiClient(object):
|
|
|
159
159
|
post_params = self.sanitize_for_serialization(post_params)
|
|
160
160
|
post_params = self.parameters_to_tuples(post_params,
|
|
161
161
|
collection_formats)
|
|
162
|
+
post_params = self.flatten_params(post_params)
|
|
162
163
|
post_params.extend(self.files_parameters(files))
|
|
163
164
|
|
|
164
165
|
# auth setting
|
|
@@ -453,7 +454,7 @@ class ApiClient(object):
|
|
|
453
454
|
new_params.append((k, v))
|
|
454
455
|
return new_params
|
|
455
456
|
|
|
456
|
-
def
|
|
457
|
+
def flatten_params(self, params):
|
|
457
458
|
result_params = {}
|
|
458
459
|
for key, value in params:
|
|
459
460
|
if isinstance(value, dict):
|
|
@@ -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: 2.
|
|
373
|
+
"SDK Package Version: 2.6.0".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|
|
@@ -44,6 +44,7 @@ class KeyCreateParameters(object):
|
|
|
44
44
|
'remove_screenshot': 'bool',
|
|
45
45
|
'unformatted': 'bool',
|
|
46
46
|
'default_translation_content': 'str',
|
|
47
|
+
'autotranslate': 'bool',
|
|
47
48
|
'xml_space_preserve': 'bool',
|
|
48
49
|
'original_file': 'str',
|
|
49
50
|
'localized_format_string': 'str',
|
|
@@ -64,6 +65,7 @@ class KeyCreateParameters(object):
|
|
|
64
65
|
'remove_screenshot': 'remove_screenshot',
|
|
65
66
|
'unformatted': 'unformatted',
|
|
66
67
|
'default_translation_content': 'default_translation_content',
|
|
68
|
+
'autotranslate': 'autotranslate',
|
|
67
69
|
'xml_space_preserve': 'xml_space_preserve',
|
|
68
70
|
'original_file': 'original_file',
|
|
69
71
|
'localized_format_string': 'localized_format_string',
|
|
@@ -71,7 +73,7 @@ class KeyCreateParameters(object):
|
|
|
71
73
|
'custom_metadata': 'custom_metadata'
|
|
72
74
|
}
|
|
73
75
|
|
|
74
|
-
def __init__(self, branch=None, name=None, description=None, plural=None, name_plural=None, data_type=None, tags=None, max_characters_allowed=None, screenshot=None, remove_screenshot=None, unformatted=None, default_translation_content=None, xml_space_preserve=None, original_file=None, localized_format_string=None, localized_format_key=None, custom_metadata=None, local_vars_configuration=None): # noqa: E501
|
|
76
|
+
def __init__(self, branch=None, name=None, description=None, plural=None, name_plural=None, data_type=None, tags=None, max_characters_allowed=None, screenshot=None, remove_screenshot=None, unformatted=None, default_translation_content=None, autotranslate=None, xml_space_preserve=None, original_file=None, localized_format_string=None, localized_format_key=None, custom_metadata=None, local_vars_configuration=None): # noqa: E501
|
|
75
77
|
"""KeyCreateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
76
78
|
if local_vars_configuration is None:
|
|
77
79
|
local_vars_configuration = Configuration()
|
|
@@ -89,6 +91,7 @@ class KeyCreateParameters(object):
|
|
|
89
91
|
self._remove_screenshot = None
|
|
90
92
|
self._unformatted = None
|
|
91
93
|
self._default_translation_content = None
|
|
94
|
+
self._autotranslate = None
|
|
92
95
|
self._xml_space_preserve = None
|
|
93
96
|
self._original_file = None
|
|
94
97
|
self._localized_format_string = None
|
|
@@ -119,6 +122,8 @@ class KeyCreateParameters(object):
|
|
|
119
122
|
self.unformatted = unformatted
|
|
120
123
|
if default_translation_content is not None:
|
|
121
124
|
self.default_translation_content = default_translation_content
|
|
125
|
+
if autotranslate is not None:
|
|
126
|
+
self.autotranslate = autotranslate
|
|
122
127
|
if xml_space_preserve is not None:
|
|
123
128
|
self.xml_space_preserve = xml_space_preserve
|
|
124
129
|
if original_file is not None:
|
|
@@ -408,6 +413,29 @@ class KeyCreateParameters(object):
|
|
|
408
413
|
|
|
409
414
|
self._default_translation_content = default_translation_content
|
|
410
415
|
|
|
416
|
+
@property
|
|
417
|
+
def autotranslate(self):
|
|
418
|
+
"""Gets the autotranslate of this KeyCreateParameters. # noqa: E501
|
|
419
|
+
|
|
420
|
+
Indicates whether the key should be autotranslated to other locales based on the copy provided in `default_translation_content`. # noqa: E501
|
|
421
|
+
|
|
422
|
+
:return: The autotranslate of this KeyCreateParameters. # noqa: E501
|
|
423
|
+
:rtype: bool
|
|
424
|
+
"""
|
|
425
|
+
return self._autotranslate
|
|
426
|
+
|
|
427
|
+
@autotranslate.setter
|
|
428
|
+
def autotranslate(self, autotranslate):
|
|
429
|
+
"""Sets the autotranslate of this KeyCreateParameters.
|
|
430
|
+
|
|
431
|
+
Indicates whether the key should be autotranslated to other locales based on the copy provided in `default_translation_content`. # noqa: E501
|
|
432
|
+
|
|
433
|
+
:param autotranslate: The autotranslate of this KeyCreateParameters. # noqa: E501
|
|
434
|
+
:type: bool
|
|
435
|
+
"""
|
|
436
|
+
|
|
437
|
+
self._autotranslate = autotranslate
|
|
438
|
+
|
|
411
439
|
@property
|
|
412
440
|
def xml_space_preserve(self):
|
|
413
441
|
"""Gets the xml_space_preserve of this KeyCreateParameters. # noqa: E501
|
|
@@ -54,10 +54,7 @@ class ProjectCreateParameters(object):
|
|
|
54
54
|
'autotranslate_check_new_locales': 'bool',
|
|
55
55
|
'autotranslate_mark_as_unverified': 'bool',
|
|
56
56
|
'autotranslate_use_machine_translation': 'bool',
|
|
57
|
-
'autotranslate_use_translation_memory': 'bool'
|
|
58
|
-
'smart_suggest_enabled': 'bool',
|
|
59
|
-
'smart_suggest_use_glossary': 'bool',
|
|
60
|
-
'smart_suggest_use_machine_translation': 'bool'
|
|
57
|
+
'autotranslate_use_translation_memory': 'bool'
|
|
61
58
|
}
|
|
62
59
|
|
|
63
60
|
attribute_map = {
|
|
@@ -83,13 +80,10 @@ class ProjectCreateParameters(object):
|
|
|
83
80
|
'autotranslate_check_new_locales': 'autotranslate_check_new_locales',
|
|
84
81
|
'autotranslate_mark_as_unverified': 'autotranslate_mark_as_unverified',
|
|
85
82
|
'autotranslate_use_machine_translation': 'autotranslate_use_machine_translation',
|
|
86
|
-
'autotranslate_use_translation_memory': 'autotranslate_use_translation_memory'
|
|
87
|
-
'smart_suggest_enabled': 'smart_suggest_enabled',
|
|
88
|
-
'smart_suggest_use_glossary': 'smart_suggest_use_glossary',
|
|
89
|
-
'smart_suggest_use_machine_translation': 'smart_suggest_use_machine_translation'
|
|
83
|
+
'autotranslate_use_translation_memory': 'autotranslate_use_translation_memory'
|
|
90
84
|
}
|
|
91
85
|
|
|
92
|
-
def __init__(self, name=None, main_format=None, media=None, shares_translation_memory=None, project_image=None, remove_project_image=None, account_id=None, point_of_contact=None, source_project_id=None, workflow=None, machine_translation_enabled=None, enable_branching=None, protect_master_branch=None, enable_all_data_type_translation_keys_for_translators=None, enable_icu_message_format=None, zero_plural_form_enabled=None, autotranslate_enabled=None, autotranslate_check_new_translation_keys=None, autotranslate_check_new_uploads=None, autotranslate_check_new_locales=None, autotranslate_mark_as_unverified=None, autotranslate_use_machine_translation=None, autotranslate_use_translation_memory=None,
|
|
86
|
+
def __init__(self, name=None, main_format=None, media=None, shares_translation_memory=None, project_image=None, remove_project_image=None, account_id=None, point_of_contact=None, source_project_id=None, workflow=None, machine_translation_enabled=None, enable_branching=None, protect_master_branch=None, enable_all_data_type_translation_keys_for_translators=None, enable_icu_message_format=None, zero_plural_form_enabled=None, autotranslate_enabled=None, autotranslate_check_new_translation_keys=None, autotranslate_check_new_uploads=None, autotranslate_check_new_locales=None, autotranslate_mark_as_unverified=None, autotranslate_use_machine_translation=None, autotranslate_use_translation_memory=None, local_vars_configuration=None): # noqa: E501
|
|
93
87
|
"""ProjectCreateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
94
88
|
if local_vars_configuration is None:
|
|
95
89
|
local_vars_configuration = Configuration()
|
|
@@ -118,9 +112,6 @@ class ProjectCreateParameters(object):
|
|
|
118
112
|
self._autotranslate_mark_as_unverified = None
|
|
119
113
|
self._autotranslate_use_machine_translation = None
|
|
120
114
|
self._autotranslate_use_translation_memory = None
|
|
121
|
-
self._smart_suggest_enabled = None
|
|
122
|
-
self._smart_suggest_use_glossary = None
|
|
123
|
-
self._smart_suggest_use_machine_translation = None
|
|
124
115
|
self.discriminator = None
|
|
125
116
|
|
|
126
117
|
self.name = name
|
|
@@ -168,12 +159,6 @@ class ProjectCreateParameters(object):
|
|
|
168
159
|
self.autotranslate_use_machine_translation = autotranslate_use_machine_translation
|
|
169
160
|
if autotranslate_use_translation_memory is not None:
|
|
170
161
|
self.autotranslate_use_translation_memory = autotranslate_use_translation_memory
|
|
171
|
-
if smart_suggest_enabled is not None:
|
|
172
|
-
self.smart_suggest_enabled = smart_suggest_enabled
|
|
173
|
-
if smart_suggest_use_glossary is not None:
|
|
174
|
-
self.smart_suggest_use_glossary = smart_suggest_use_glossary
|
|
175
|
-
if smart_suggest_use_machine_translation is not None:
|
|
176
|
-
self.smart_suggest_use_machine_translation = smart_suggest_use_machine_translation
|
|
177
162
|
|
|
178
163
|
@property
|
|
179
164
|
def name(self):
|
|
@@ -411,7 +396,7 @@ class ProjectCreateParameters(object):
|
|
|
411
396
|
def machine_translation_enabled(self):
|
|
412
397
|
"""Gets the machine_translation_enabled of this ProjectCreateParameters. # noqa: E501
|
|
413
398
|
|
|
414
|
-
(Optional) Enable machine translation support in the project. Required for
|
|
399
|
+
(Optional) Enable machine translation support in the project. Required for Pre-Translation # noqa: E501
|
|
415
400
|
|
|
416
401
|
:return: The machine_translation_enabled of this ProjectCreateParameters. # noqa: E501
|
|
417
402
|
:rtype: bool
|
|
@@ -422,7 +407,7 @@ class ProjectCreateParameters(object):
|
|
|
422
407
|
def machine_translation_enabled(self, machine_translation_enabled):
|
|
423
408
|
"""Sets the machine_translation_enabled of this ProjectCreateParameters.
|
|
424
409
|
|
|
425
|
-
(Optional) Enable machine translation support in the project. Required for
|
|
410
|
+
(Optional) Enable machine translation support in the project. Required for Pre-Translation # noqa: E501
|
|
426
411
|
|
|
427
412
|
:param machine_translation_enabled: The machine_translation_enabled of this ProjectCreateParameters. # noqa: E501
|
|
428
413
|
:type: bool
|
|
@@ -706,75 +691,6 @@ class ProjectCreateParameters(object):
|
|
|
706
691
|
|
|
707
692
|
self._autotranslate_use_translation_memory = autotranslate_use_translation_memory
|
|
708
693
|
|
|
709
|
-
@property
|
|
710
|
-
def smart_suggest_enabled(self):
|
|
711
|
-
"""Gets the smart_suggest_enabled of this ProjectCreateParameters. # noqa: E501
|
|
712
|
-
|
|
713
|
-
(Optional) Smart Suggest, requires machine_translation_enabled # noqa: E501
|
|
714
|
-
|
|
715
|
-
:return: The smart_suggest_enabled of this ProjectCreateParameters. # noqa: E501
|
|
716
|
-
:rtype: bool
|
|
717
|
-
"""
|
|
718
|
-
return self._smart_suggest_enabled
|
|
719
|
-
|
|
720
|
-
@smart_suggest_enabled.setter
|
|
721
|
-
def smart_suggest_enabled(self, smart_suggest_enabled):
|
|
722
|
-
"""Sets the smart_suggest_enabled of this ProjectCreateParameters.
|
|
723
|
-
|
|
724
|
-
(Optional) Smart Suggest, requires machine_translation_enabled # noqa: E501
|
|
725
|
-
|
|
726
|
-
:param smart_suggest_enabled: The smart_suggest_enabled of this ProjectCreateParameters. # noqa: E501
|
|
727
|
-
:type: bool
|
|
728
|
-
"""
|
|
729
|
-
|
|
730
|
-
self._smart_suggest_enabled = smart_suggest_enabled
|
|
731
|
-
|
|
732
|
-
@property
|
|
733
|
-
def smart_suggest_use_glossary(self):
|
|
734
|
-
"""Gets the smart_suggest_use_glossary of this ProjectCreateParameters. # noqa: E501
|
|
735
|
-
|
|
736
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
737
|
-
|
|
738
|
-
:return: The smart_suggest_use_glossary of this ProjectCreateParameters. # noqa: E501
|
|
739
|
-
:rtype: bool
|
|
740
|
-
"""
|
|
741
|
-
return self._smart_suggest_use_glossary
|
|
742
|
-
|
|
743
|
-
@smart_suggest_use_glossary.setter
|
|
744
|
-
def smart_suggest_use_glossary(self, smart_suggest_use_glossary):
|
|
745
|
-
"""Sets the smart_suggest_use_glossary of this ProjectCreateParameters.
|
|
746
|
-
|
|
747
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
748
|
-
|
|
749
|
-
:param smart_suggest_use_glossary: The smart_suggest_use_glossary of this ProjectCreateParameters. # noqa: E501
|
|
750
|
-
:type: bool
|
|
751
|
-
"""
|
|
752
|
-
|
|
753
|
-
self._smart_suggest_use_glossary = smart_suggest_use_glossary
|
|
754
|
-
|
|
755
|
-
@property
|
|
756
|
-
def smart_suggest_use_machine_translation(self):
|
|
757
|
-
"""Gets the smart_suggest_use_machine_translation of this ProjectCreateParameters. # noqa: E501
|
|
758
|
-
|
|
759
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
760
|
-
|
|
761
|
-
:return: The smart_suggest_use_machine_translation of this ProjectCreateParameters. # noqa: E501
|
|
762
|
-
:rtype: bool
|
|
763
|
-
"""
|
|
764
|
-
return self._smart_suggest_use_machine_translation
|
|
765
|
-
|
|
766
|
-
@smart_suggest_use_machine_translation.setter
|
|
767
|
-
def smart_suggest_use_machine_translation(self, smart_suggest_use_machine_translation):
|
|
768
|
-
"""Sets the smart_suggest_use_machine_translation of this ProjectCreateParameters.
|
|
769
|
-
|
|
770
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
771
|
-
|
|
772
|
-
:param smart_suggest_use_machine_translation: The smart_suggest_use_machine_translation of this ProjectCreateParameters. # noqa: E501
|
|
773
|
-
:type: bool
|
|
774
|
-
"""
|
|
775
|
-
|
|
776
|
-
self._smart_suggest_use_machine_translation = smart_suggest_use_machine_translation
|
|
777
|
-
|
|
778
694
|
def to_dict(self):
|
|
779
695
|
"""Returns the model properties as a dict"""
|
|
780
696
|
result = {}
|
|
@@ -53,10 +53,7 @@ class ProjectUpdateParameters(object):
|
|
|
53
53
|
'autotranslate_check_new_locales': 'bool',
|
|
54
54
|
'autotranslate_mark_as_unverified': 'bool',
|
|
55
55
|
'autotranslate_use_machine_translation': 'bool',
|
|
56
|
-
'autotranslate_use_translation_memory': 'bool'
|
|
57
|
-
'smart_suggest_enabled': 'bool',
|
|
58
|
-
'smart_suggest_use_glossary': 'bool',
|
|
59
|
-
'smart_suggest_use_machine_translation': 'bool'
|
|
56
|
+
'autotranslate_use_translation_memory': 'bool'
|
|
60
57
|
}
|
|
61
58
|
|
|
62
59
|
attribute_map = {
|
|
@@ -81,13 +78,10 @@ class ProjectUpdateParameters(object):
|
|
|
81
78
|
'autotranslate_check_new_locales': 'autotranslate_check_new_locales',
|
|
82
79
|
'autotranslate_mark_as_unverified': 'autotranslate_mark_as_unverified',
|
|
83
80
|
'autotranslate_use_machine_translation': 'autotranslate_use_machine_translation',
|
|
84
|
-
'autotranslate_use_translation_memory': 'autotranslate_use_translation_memory'
|
|
85
|
-
'smart_suggest_enabled': 'smart_suggest_enabled',
|
|
86
|
-
'smart_suggest_use_glossary': 'smart_suggest_use_glossary',
|
|
87
|
-
'smart_suggest_use_machine_translation': 'smart_suggest_use_machine_translation'
|
|
81
|
+
'autotranslate_use_translation_memory': 'autotranslate_use_translation_memory'
|
|
88
82
|
}
|
|
89
83
|
|
|
90
|
-
def __init__(self, account_id=None, name=None, point_of_contact=None, main_format=None, media=None, shares_translation_memory=None, project_image=None, remove_project_image=None, workflow=None, machine_translation_enabled=None, enable_branching=None, protect_master_branch=None, enable_all_data_type_translation_keys_for_translators=None, enable_icu_message_format=None, zero_plural_form_enabled=None, autotranslate_enabled=None, autotranslate_check_new_translation_keys=None, autotranslate_check_new_uploads=None, autotranslate_check_new_locales=None, autotranslate_mark_as_unverified=None, autotranslate_use_machine_translation=None, autotranslate_use_translation_memory=None,
|
|
84
|
+
def __init__(self, account_id=None, name=None, point_of_contact=None, main_format=None, media=None, shares_translation_memory=None, project_image=None, remove_project_image=None, workflow=None, machine_translation_enabled=None, enable_branching=None, protect_master_branch=None, enable_all_data_type_translation_keys_for_translators=None, enable_icu_message_format=None, zero_plural_form_enabled=None, autotranslate_enabled=None, autotranslate_check_new_translation_keys=None, autotranslate_check_new_uploads=None, autotranslate_check_new_locales=None, autotranslate_mark_as_unverified=None, autotranslate_use_machine_translation=None, autotranslate_use_translation_memory=None, local_vars_configuration=None): # noqa: E501
|
|
91
85
|
"""ProjectUpdateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
92
86
|
if local_vars_configuration is None:
|
|
93
87
|
local_vars_configuration = Configuration()
|
|
@@ -115,9 +109,6 @@ class ProjectUpdateParameters(object):
|
|
|
115
109
|
self._autotranslate_mark_as_unverified = None
|
|
116
110
|
self._autotranslate_use_machine_translation = None
|
|
117
111
|
self._autotranslate_use_translation_memory = None
|
|
118
|
-
self._smart_suggest_enabled = None
|
|
119
|
-
self._smart_suggest_use_glossary = None
|
|
120
|
-
self._smart_suggest_use_machine_translation = None
|
|
121
112
|
self.discriminator = None
|
|
122
113
|
|
|
123
114
|
if account_id is not None:
|
|
@@ -164,12 +155,6 @@ class ProjectUpdateParameters(object):
|
|
|
164
155
|
self.autotranslate_use_machine_translation = autotranslate_use_machine_translation
|
|
165
156
|
if autotranslate_use_translation_memory is not None:
|
|
166
157
|
self.autotranslate_use_translation_memory = autotranslate_use_translation_memory
|
|
167
|
-
if smart_suggest_enabled is not None:
|
|
168
|
-
self.smart_suggest_enabled = smart_suggest_enabled
|
|
169
|
-
if smart_suggest_use_glossary is not None:
|
|
170
|
-
self.smart_suggest_use_glossary = smart_suggest_use_glossary
|
|
171
|
-
if smart_suggest_use_machine_translation is not None:
|
|
172
|
-
self.smart_suggest_use_machine_translation = smart_suggest_use_machine_translation
|
|
173
158
|
|
|
174
159
|
@property
|
|
175
160
|
def account_id(self):
|
|
@@ -382,7 +367,7 @@ class ProjectUpdateParameters(object):
|
|
|
382
367
|
def machine_translation_enabled(self):
|
|
383
368
|
"""Gets the machine_translation_enabled of this ProjectUpdateParameters. # noqa: E501
|
|
384
369
|
|
|
385
|
-
(Optional) Enable machine translation support in the project. Required for
|
|
370
|
+
(Optional) Enable machine translation support in the project. Required for Pre-Translation # noqa: E501
|
|
386
371
|
|
|
387
372
|
:return: The machine_translation_enabled of this ProjectUpdateParameters. # noqa: E501
|
|
388
373
|
:rtype: bool
|
|
@@ -393,7 +378,7 @@ class ProjectUpdateParameters(object):
|
|
|
393
378
|
def machine_translation_enabled(self, machine_translation_enabled):
|
|
394
379
|
"""Sets the machine_translation_enabled of this ProjectUpdateParameters.
|
|
395
380
|
|
|
396
|
-
(Optional) Enable machine translation support in the project. Required for
|
|
381
|
+
(Optional) Enable machine translation support in the project. Required for Pre-Translation # noqa: E501
|
|
397
382
|
|
|
398
383
|
:param machine_translation_enabled: The machine_translation_enabled of this ProjectUpdateParameters. # noqa: E501
|
|
399
384
|
:type: bool
|
|
@@ -677,75 +662,6 @@ class ProjectUpdateParameters(object):
|
|
|
677
662
|
|
|
678
663
|
self._autotranslate_use_translation_memory = autotranslate_use_translation_memory
|
|
679
664
|
|
|
680
|
-
@property
|
|
681
|
-
def smart_suggest_enabled(self):
|
|
682
|
-
"""Gets the smart_suggest_enabled of this ProjectUpdateParameters. # noqa: E501
|
|
683
|
-
|
|
684
|
-
(Optional) Smart Suggest, requires machine_translation_enabled # noqa: E501
|
|
685
|
-
|
|
686
|
-
:return: The smart_suggest_enabled of this ProjectUpdateParameters. # noqa: E501
|
|
687
|
-
:rtype: bool
|
|
688
|
-
"""
|
|
689
|
-
return self._smart_suggest_enabled
|
|
690
|
-
|
|
691
|
-
@smart_suggest_enabled.setter
|
|
692
|
-
def smart_suggest_enabled(self, smart_suggest_enabled):
|
|
693
|
-
"""Sets the smart_suggest_enabled of this ProjectUpdateParameters.
|
|
694
|
-
|
|
695
|
-
(Optional) Smart Suggest, requires machine_translation_enabled # noqa: E501
|
|
696
|
-
|
|
697
|
-
:param smart_suggest_enabled: The smart_suggest_enabled of this ProjectUpdateParameters. # noqa: E501
|
|
698
|
-
:type: bool
|
|
699
|
-
"""
|
|
700
|
-
|
|
701
|
-
self._smart_suggest_enabled = smart_suggest_enabled
|
|
702
|
-
|
|
703
|
-
@property
|
|
704
|
-
def smart_suggest_use_glossary(self):
|
|
705
|
-
"""Gets the smart_suggest_use_glossary of this ProjectUpdateParameters. # noqa: E501
|
|
706
|
-
|
|
707
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
708
|
-
|
|
709
|
-
:return: The smart_suggest_use_glossary of this ProjectUpdateParameters. # noqa: E501
|
|
710
|
-
:rtype: bool
|
|
711
|
-
"""
|
|
712
|
-
return self._smart_suggest_use_glossary
|
|
713
|
-
|
|
714
|
-
@smart_suggest_use_glossary.setter
|
|
715
|
-
def smart_suggest_use_glossary(self, smart_suggest_use_glossary):
|
|
716
|
-
"""Sets the smart_suggest_use_glossary of this ProjectUpdateParameters.
|
|
717
|
-
|
|
718
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
719
|
-
|
|
720
|
-
:param smart_suggest_use_glossary: The smart_suggest_use_glossary of this ProjectUpdateParameters. # noqa: E501
|
|
721
|
-
:type: bool
|
|
722
|
-
"""
|
|
723
|
-
|
|
724
|
-
self._smart_suggest_use_glossary = smart_suggest_use_glossary
|
|
725
|
-
|
|
726
|
-
@property
|
|
727
|
-
def smart_suggest_use_machine_translation(self):
|
|
728
|
-
"""Gets the smart_suggest_use_machine_translation of this ProjectUpdateParameters. # noqa: E501
|
|
729
|
-
|
|
730
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
731
|
-
|
|
732
|
-
:return: The smart_suggest_use_machine_translation of this ProjectUpdateParameters. # noqa: E501
|
|
733
|
-
:rtype: bool
|
|
734
|
-
"""
|
|
735
|
-
return self._smart_suggest_use_machine_translation
|
|
736
|
-
|
|
737
|
-
@smart_suggest_use_machine_translation.setter
|
|
738
|
-
def smart_suggest_use_machine_translation(self, smart_suggest_use_machine_translation):
|
|
739
|
-
"""Sets the smart_suggest_use_machine_translation of this ProjectUpdateParameters.
|
|
740
|
-
|
|
741
|
-
(Optional) Requires smart_suggest_enabled to be true # noqa: E501
|
|
742
|
-
|
|
743
|
-
:param smart_suggest_use_machine_translation: The smart_suggest_use_machine_translation of this ProjectUpdateParameters. # noqa: E501
|
|
744
|
-
:type: bool
|
|
745
|
-
"""
|
|
746
|
-
|
|
747
|
-
self._smart_suggest_use_machine_translation = smart_suggest_use_machine_translation
|
|
748
|
-
|
|
749
665
|
def to_dict(self):
|
|
750
666
|
"""Returns the model properties as a dict"""
|
|
751
667
|
result = {}
|
|
@@ -45,10 +45,11 @@ class TestKeyCreateParameters(unittest.TestCase):
|
|
|
45
45
|
data_type = 'number',
|
|
46
46
|
tags = 'awesome-feature,needs-proofreading',
|
|
47
47
|
max_characters_allowed = 140,
|
|
48
|
-
screenshot = '[B@
|
|
48
|
+
screenshot = '[B@7caf0725',
|
|
49
49
|
remove_screenshot = True,
|
|
50
50
|
unformatted = True,
|
|
51
51
|
default_translation_content = 'Default translation content',
|
|
52
|
+
autotranslate = True,
|
|
52
53
|
xml_space_preserve = True,
|
|
53
54
|
original_file = '',
|
|
54
55
|
localized_format_string = '',
|
|
@@ -45,7 +45,7 @@ class TestKeyUpdateParameters(unittest.TestCase):
|
|
|
45
45
|
data_type = 'number',
|
|
46
46
|
tags = 'awesome-feature,needs-proofreading',
|
|
47
47
|
max_characters_allowed = 140,
|
|
48
|
-
screenshot = '[B@
|
|
48
|
+
screenshot = '[B@644acaff',
|
|
49
49
|
remove_screenshot = True,
|
|
50
50
|
unformatted = True,
|
|
51
51
|
xml_space_preserve = True,
|
|
@@ -41,7 +41,7 @@ class TestProjectCreateParameters(unittest.TestCase):
|
|
|
41
41
|
main_format = 'yml',
|
|
42
42
|
media = 'Python',
|
|
43
43
|
shares_translation_memory = True,
|
|
44
|
-
project_image = '[B@
|
|
44
|
+
project_image = '[B@210d1b45',
|
|
45
45
|
remove_project_image = True,
|
|
46
46
|
account_id = 'abcd1234',
|
|
47
47
|
point_of_contact = 'abcd1234',
|
|
@@ -59,10 +59,7 @@ class TestProjectCreateParameters(unittest.TestCase):
|
|
|
59
59
|
autotranslate_check_new_locales = True,
|
|
60
60
|
autotranslate_mark_as_unverified = True,
|
|
61
61
|
autotranslate_use_machine_translation = True,
|
|
62
|
-
autotranslate_use_translation_memory = True
|
|
63
|
-
smart_suggest_enabled = True,
|
|
64
|
-
smart_suggest_use_glossary = True,
|
|
65
|
-
smart_suggest_use_machine_translation = True
|
|
62
|
+
autotranslate_use_translation_memory = True
|
|
66
63
|
)
|
|
67
64
|
else :
|
|
68
65
|
return ProjectCreateParameters(
|