phrase-api 2.6.1__tar.gz → 3.0.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.6.1 → phrase_api-3.0.0}/PKG-INFO +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/README.md +1 -25
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/__init__.py +1 -16
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/__init__.py +0 -3
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/job_comments_api.py +6 -6
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/job_locales_api.py +6 -6
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/repo_syncs_api.py +4 -4
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api_client.py +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/configuration.py +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/__init__.py +0 -12
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_comment_create_parameters.py +31 -3
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_comment_update_parameters.py +31 -3
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project_update_parameters.py +37 -3
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api.egg-info/SOURCES.txt +0 -30
- {phrase_api-2.6.1 → phrase_api-3.0.0}/pyproject.toml +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/setup.py +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_comment_create_parameters.py +2 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_comment_update_parameters.py +2 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_create_parameters.py +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_update_parameters.py +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project_create_parameters.py +1 -1
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project_update_parameters.py +3 -2
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshot_update_parameters.py +1 -1
- phrase_api-2.6.1/phrase_api/api/bitbucket_sync_api.py +0 -411
- phrase_api-2.6.1/phrase_api/api/git_hub_sync_api.py +0 -282
- phrase_api-2.6.1/phrase_api/api/git_lab_sync_api.py +0 -932
- phrase_api-2.6.1/phrase_api/models/bitbucket_sync.py +0 -249
- phrase_api-2.6.1/phrase_api/models/bitbucket_sync_export_parameters.py +0 -121
- phrase_api-2.6.1/phrase_api/models/bitbucket_sync_export_response.py +0 -119
- phrase_api-2.6.1/phrase_api/models/bitbucket_sync_import_parameters.py +0 -121
- phrase_api-2.6.1/phrase_api/models/github_sync_export_parameters.py +0 -121
- phrase_api-2.6.1/phrase_api/models/github_sync_import_parameters.py +0 -121
- phrase_api-2.6.1/phrase_api/models/gitlab_sync.py +0 -379
- phrase_api-2.6.1/phrase_api/models/gitlab_sync_export.py +0 -145
- phrase_api-2.6.1/phrase_api/models/gitlab_sync_export_parameters.py +0 -121
- phrase_api-2.6.1/phrase_api/models/gitlab_sync_history.py +0 -223
- phrase_api-2.6.1/phrase_api/models/gitlab_sync_history_errors_inner.py +0 -145
- phrase_api-2.6.1/phrase_api/models/gitlab_sync_import_parameters.py +0 -121
- phrase_api-2.6.1/test/test_bitbucket_sync.py +0 -61
- phrase_api-2.6.1/test/test_bitbucket_sync_api.py +0 -53
- phrase_api-2.6.1/test/test_bitbucket_sync_export_parameters.py +0 -54
- phrase_api-2.6.1/test/test_bitbucket_sync_export_response.py +0 -54
- phrase_api-2.6.1/test/test_bitbucket_sync_import_parameters.py +0 -54
- phrase_api-2.6.1/test/test_git_hub_sync_api.py +0 -46
- phrase_api-2.6.1/test/test_git_lab_sync_api.py +0 -81
- phrase_api-2.6.1/test/test_github_sync_export_parameters.py +0 -54
- phrase_api-2.6.1/test/test_github_sync_import_parameters.py +0 -54
- phrase_api-2.6.1/test/test_gitlab_sync.py +0 -64
- phrase_api-2.6.1/test/test_gitlab_sync_export.py +0 -55
- phrase_api-2.6.1/test/test_gitlab_sync_export_parameters.py +0 -54
- phrase_api-2.6.1/test/test_gitlab_sync_history.py +0 -62
- phrase_api-2.6.1/test/test_gitlab_sync_history_errors_inner.py +0 -55
- phrase_api-2.6.1/test/test_gitlab_sync_import_parameters.py +0 -54
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/jobs_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/keys_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/members_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/quality_performance_score_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/search_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/tags_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/uploads_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/users_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/api_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/exceptions.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/account.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/account_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/authorization.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/branch.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comment.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comment_create_parameters1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/current_user.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/distribution.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/document.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/error.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/error_error.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/format.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/icu.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/invitation.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_link.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/keys_exclude_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/keys_include_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/keys_search_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/keys_tag_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/keys_untag_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_download_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/member.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/notification.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project_report.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/project_short.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/projects_quality_performance_score200_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/projects_quality_performance_score_request.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/repo_sync_event_errors_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/space.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/space1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/subscription.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/tag.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/team.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/team_short.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/upload.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/user.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/variable.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/webhook.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/py.typed +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api/rest.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/setup.cfg +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_account.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_account_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_account_search_result.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_accounts_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_affected_count.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_affected_resources.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_authorization.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_authorization_with_token.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_authorizations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_blacklisted_key.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_branch.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_branch_name.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_branches_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_create_parameters1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_reaction.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_replies_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_current_user.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_distribution.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_distribution_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_distributions_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_document.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_documents_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_error.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_error_error.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_figma_attachment.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_format.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_formats_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossaries_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_icu.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_icu_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_invitation.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_invitations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_comment.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_comments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locale.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_start_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_locales.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_templates_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_job_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_jobs_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_link.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_key_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_linked_keys_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_download.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_download_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_download_params.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_download_result.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_preview1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_report.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_statistics.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_team_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locale_user_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_member.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_member_project_detail.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_member_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_members_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_notification.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_notification_group.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_notification_group_detail.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_notification_groups_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_notifications_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_order_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_orders_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project_locales.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project_report.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_project_short.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_quality_performance_score200_response.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_projects_quality_performance_score_request.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_quality_performance_score_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_trigger.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_triggers_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_releases_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_repo_sync.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_repo_sync_event.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_repo_sync_event_errors_inner.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_reports_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshot.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshot_marker.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_screenshots_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_search_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_space.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_space1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_space_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_space_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_spaces_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_style_guides_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_styleguide.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_styleguide_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_styleguide_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_subscription.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_tag.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_tag_with_stats.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_tags_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_team.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_team_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_team_detail.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_team_short.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_team_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_teams_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_key.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_key_details.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_order.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_parent.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_version.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_upload.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_upload_summary.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_uploads_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_user.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_user_preview.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_users_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_variable.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_variables_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_versions_history_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_webhook.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_webhook_delivery.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.0}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-2.6.1 → phrase_api-3.0.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:
|
|
8
|
+
- Package version: 3.0.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
|
|
|
@@ -152,9 +152,6 @@ Class | Method | HTTP request | Description
|
|
|
152
152
|
*AuthorizationsApi* | [**authorization_show**](docs/AuthorizationsApi.md#authorization_show) | **GET** /authorizations/{id} | Get a single authorization
|
|
153
153
|
*AuthorizationsApi* | [**authorization_update**](docs/AuthorizationsApi.md#authorization_update) | **PATCH** /authorizations/{id} | Update an authorization
|
|
154
154
|
*AuthorizationsApi* | [**authorizations_list**](docs/AuthorizationsApi.md#authorizations_list) | **GET** /authorizations | List authorizations
|
|
155
|
-
*BitbucketSyncApi* | [**bitbucket_sync_export**](docs/BitbucketSyncApi.md#bitbucket_sync_export) | **POST** /bitbucket_syncs/{id}/export | Export from Phrase Strings to Bitbucket
|
|
156
|
-
*BitbucketSyncApi* | [**bitbucket_sync_import**](docs/BitbucketSyncApi.md#bitbucket_sync_import) | **POST** /bitbucket_syncs/{id}/import | Import to Phrase Strings from Bitbucket
|
|
157
|
-
*BitbucketSyncApi* | [**bitbucket_syncs_list**](docs/BitbucketSyncApi.md#bitbucket_syncs_list) | **GET** /bitbucket_syncs | List Bitbucket syncs
|
|
158
155
|
*BlacklistedKeysApi* | [**blacklisted_key_create**](docs/BlacklistedKeysApi.md#blacklisted_key_create) | **POST** /projects/{project_id}/blacklisted_keys | Create a blocked key
|
|
159
156
|
*BlacklistedKeysApi* | [**blacklisted_key_delete**](docs/BlacklistedKeysApi.md#blacklisted_key_delete) | **DELETE** /projects/{project_id}/blacklisted_keys/{id} | Delete a blocked key
|
|
160
157
|
*BlacklistedKeysApi* | [**blacklisted_key_show**](docs/BlacklistedKeysApi.md#blacklisted_key_show) | **GET** /projects/{project_id}/blacklisted_keys/{id} | Get a single blocked key
|
|
@@ -203,15 +200,6 @@ Class | Method | HTTP request | Description
|
|
|
203
200
|
*FigmaAttachmentsApi* | [**figma_attachment_update**](docs/FigmaAttachmentsApi.md#figma_attachment_update) | **PATCH** /projects/{project_id}/figma_attachments/{id} | Update a Figma attachment
|
|
204
201
|
*FigmaAttachmentsApi* | [**figma_attachments_list**](docs/FigmaAttachmentsApi.md#figma_attachments_list) | **GET** /projects/{project_id}/figma_attachments | List Figma attachments
|
|
205
202
|
*FormatsApi* | [**formats_list**](docs/FormatsApi.md#formats_list) | **GET** /formats | List formats
|
|
206
|
-
*GitHubSyncApi* | [**github_sync_export**](docs/GitHubSyncApi.md#github_sync_export) | **POST** /github_syncs/export | Export from Phrase Strings to GitHub
|
|
207
|
-
*GitHubSyncApi* | [**github_sync_import**](docs/GitHubSyncApi.md#github_sync_import) | **POST** /github_syncs/import | Import to Phrase Strings from GitHub
|
|
208
|
-
*GitLabSyncApi* | [**gitlab_sync_delete**](docs/GitLabSyncApi.md#gitlab_sync_delete) | **DELETE** /gitlab_syncs/{id} | Delete single Sync Setting
|
|
209
|
-
*GitLabSyncApi* | [**gitlab_sync_export**](docs/GitLabSyncApi.md#gitlab_sync_export) | **POST** /gitlab_syncs/{gitlab_sync_id}/export | Export from Phrase Strings to GitLab
|
|
210
|
-
*GitLabSyncApi* | [**gitlab_sync_history**](docs/GitLabSyncApi.md#gitlab_sync_history) | **GET** /gitlab_syncs/{gitlab_sync_id}/history | History of single Sync Setting
|
|
211
|
-
*GitLabSyncApi* | [**gitlab_sync_import**](docs/GitLabSyncApi.md#gitlab_sync_import) | **POST** /gitlab_syncs/{gitlab_sync_id}/import | Import from GitLab to Phrase
|
|
212
|
-
*GitLabSyncApi* | [**gitlab_sync_list**](docs/GitLabSyncApi.md#gitlab_sync_list) | **GET** /gitlab_syncs | List GitLab syncs
|
|
213
|
-
*GitLabSyncApi* | [**gitlab_sync_show**](docs/GitLabSyncApi.md#gitlab_sync_show) | **GET** /gitlab_syncs/{id} | Get single Sync Setting
|
|
214
|
-
*GitLabSyncApi* | [**gitlab_sync_update**](docs/GitLabSyncApi.md#gitlab_sync_update) | **PUT** /gitlab_syncs/{id} | Update single Sync Setting
|
|
215
203
|
*GlossariesApi* | [**glossaries_list**](docs/GlossariesApi.md#glossaries_list) | **GET** /accounts/{account_id}/glossaries | List term bases
|
|
216
204
|
*GlossariesApi* | [**glossary_create**](docs/GlossariesApi.md#glossary_create) | **POST** /accounts/{account_id}/glossaries | Create a term base
|
|
217
205
|
*GlossariesApi* | [**glossary_delete**](docs/GlossariesApi.md#glossary_delete) | **DELETE** /accounts/{account_id}/glossaries/{id} | Delete a term base
|
|
@@ -437,10 +425,6 @@ Class | Method | HTTP request | Description
|
|
|
437
425
|
- [AuthorizationCreateParameters](docs/AuthorizationCreateParameters.md)
|
|
438
426
|
- [AuthorizationUpdateParameters](docs/AuthorizationUpdateParameters.md)
|
|
439
427
|
- [AuthorizationWithToken](docs/AuthorizationWithToken.md)
|
|
440
|
-
- [BitbucketSync](docs/BitbucketSync.md)
|
|
441
|
-
- [BitbucketSyncExportParameters](docs/BitbucketSyncExportParameters.md)
|
|
442
|
-
- [BitbucketSyncExportResponse](docs/BitbucketSyncExportResponse.md)
|
|
443
|
-
- [BitbucketSyncImportParameters](docs/BitbucketSyncImportParameters.md)
|
|
444
428
|
- [BlacklistedKey](docs/BlacklistedKey.md)
|
|
445
429
|
- [BlacklistedKeyCreateParameters](docs/BlacklistedKeyCreateParameters.md)
|
|
446
430
|
- [BlacklistedKeyUpdateParameters](docs/BlacklistedKeyUpdateParameters.md)
|
|
@@ -474,14 +458,6 @@ Class | Method | HTTP request | Description
|
|
|
474
458
|
- [FigmaAttachmentCreateParameters](docs/FigmaAttachmentCreateParameters.md)
|
|
475
459
|
- [FigmaAttachmentUpdateParameters](docs/FigmaAttachmentUpdateParameters.md)
|
|
476
460
|
- [Format](docs/Format.md)
|
|
477
|
-
- [GithubSyncExportParameters](docs/GithubSyncExportParameters.md)
|
|
478
|
-
- [GithubSyncImportParameters](docs/GithubSyncImportParameters.md)
|
|
479
|
-
- [GitlabSync](docs/GitlabSync.md)
|
|
480
|
-
- [GitlabSyncExport](docs/GitlabSyncExport.md)
|
|
481
|
-
- [GitlabSyncExportParameters](docs/GitlabSyncExportParameters.md)
|
|
482
|
-
- [GitlabSyncHistory](docs/GitlabSyncHistory.md)
|
|
483
|
-
- [GitlabSyncHistoryErrorsInner](docs/GitlabSyncHistoryErrorsInner.md)
|
|
484
|
-
- [GitlabSyncImportParameters](docs/GitlabSyncImportParameters.md)
|
|
485
461
|
- [Glossary](docs/Glossary.md)
|
|
486
462
|
- [GlossaryCreateParameters](docs/GlossaryCreateParameters.md)
|
|
487
463
|
- [GlossaryTerm](docs/GlossaryTerm.md)
|
|
@@ -13,12 +13,11 @@
|
|
|
13
13
|
|
|
14
14
|
from __future__ import absolute_import
|
|
15
15
|
|
|
16
|
-
__version__ = "
|
|
16
|
+
__version__ = "3.0.0"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from phrase_api.api.accounts_api import AccountsApi
|
|
20
20
|
from phrase_api.api.authorizations_api import AuthorizationsApi
|
|
21
|
-
from phrase_api.api.bitbucket_sync_api import BitbucketSyncApi
|
|
22
21
|
from phrase_api.api.blacklisted_keys_api import BlacklistedKeysApi
|
|
23
22
|
from phrase_api.api.branches_api import BranchesApi
|
|
24
23
|
from phrase_api.api.comment_reactions_api import CommentReactionsApi
|
|
@@ -29,8 +28,6 @@ from phrase_api.api.distributions_api import DistributionsApi
|
|
|
29
28
|
from phrase_api.api.documents_api import DocumentsApi
|
|
30
29
|
from phrase_api.api.figma_attachments_api import FigmaAttachmentsApi
|
|
31
30
|
from phrase_api.api.formats_api import FormatsApi
|
|
32
|
-
from phrase_api.api.git_hub_sync_api import GitHubSyncApi
|
|
33
|
-
from phrase_api.api.git_lab_sync_api import GitLabSyncApi
|
|
34
31
|
from phrase_api.api.glossaries_api import GlossariesApi
|
|
35
32
|
from phrase_api.api.glossary_term_translations_api import GlossaryTermTranslationsApi
|
|
36
33
|
from phrase_api.api.glossary_terms_api import GlossaryTermsApi
|
|
@@ -91,10 +88,6 @@ from phrase_api.models.authorization import Authorization
|
|
|
91
88
|
from phrase_api.models.authorization_create_parameters import AuthorizationCreateParameters
|
|
92
89
|
from phrase_api.models.authorization_update_parameters import AuthorizationUpdateParameters
|
|
93
90
|
from phrase_api.models.authorization_with_token import AuthorizationWithToken
|
|
94
|
-
from phrase_api.models.bitbucket_sync import BitbucketSync
|
|
95
|
-
from phrase_api.models.bitbucket_sync_export_parameters import BitbucketSyncExportParameters
|
|
96
|
-
from phrase_api.models.bitbucket_sync_export_response import BitbucketSyncExportResponse
|
|
97
|
-
from phrase_api.models.bitbucket_sync_import_parameters import BitbucketSyncImportParameters
|
|
98
91
|
from phrase_api.models.blacklisted_key import BlacklistedKey
|
|
99
92
|
from phrase_api.models.blacklisted_key_create_parameters import BlacklistedKeyCreateParameters
|
|
100
93
|
from phrase_api.models.blacklisted_key_update_parameters import BlacklistedKeyUpdateParameters
|
|
@@ -128,14 +121,6 @@ from phrase_api.models.figma_attachment import FigmaAttachment
|
|
|
128
121
|
from phrase_api.models.figma_attachment_create_parameters import FigmaAttachmentCreateParameters
|
|
129
122
|
from phrase_api.models.figma_attachment_update_parameters import FigmaAttachmentUpdateParameters
|
|
130
123
|
from phrase_api.models.format import Format
|
|
131
|
-
from phrase_api.models.github_sync_export_parameters import GithubSyncExportParameters
|
|
132
|
-
from phrase_api.models.github_sync_import_parameters import GithubSyncImportParameters
|
|
133
|
-
from phrase_api.models.gitlab_sync import GitlabSync
|
|
134
|
-
from phrase_api.models.gitlab_sync_export import GitlabSyncExport
|
|
135
|
-
from phrase_api.models.gitlab_sync_export_parameters import GitlabSyncExportParameters
|
|
136
|
-
from phrase_api.models.gitlab_sync_history import GitlabSyncHistory
|
|
137
|
-
from phrase_api.models.gitlab_sync_history_errors_inner import GitlabSyncHistoryErrorsInner
|
|
138
|
-
from phrase_api.models.gitlab_sync_import_parameters import GitlabSyncImportParameters
|
|
139
124
|
from phrase_api.models.glossary import Glossary
|
|
140
125
|
from phrase_api.models.glossary_create_parameters import GlossaryCreateParameters
|
|
141
126
|
from phrase_api.models.glossary_term import GlossaryTerm
|
|
@@ -5,7 +5,6 @@ from __future__ import absolute_import
|
|
|
5
5
|
# import apis into api package
|
|
6
6
|
from phrase_api.api.accounts_api import AccountsApi
|
|
7
7
|
from phrase_api.api.authorizations_api import AuthorizationsApi
|
|
8
|
-
from phrase_api.api.bitbucket_sync_api import BitbucketSyncApi
|
|
9
8
|
from phrase_api.api.blacklisted_keys_api import BlacklistedKeysApi
|
|
10
9
|
from phrase_api.api.branches_api import BranchesApi
|
|
11
10
|
from phrase_api.api.comment_reactions_api import CommentReactionsApi
|
|
@@ -16,8 +15,6 @@ from phrase_api.api.distributions_api import DistributionsApi
|
|
|
16
15
|
from phrase_api.api.documents_api import DocumentsApi
|
|
17
16
|
from phrase_api.api.figma_attachments_api import FigmaAttachmentsApi
|
|
18
17
|
from phrase_api.api.formats_api import FormatsApi
|
|
19
|
-
from phrase_api.api.git_hub_sync_api import GitHubSyncApi
|
|
20
|
-
from phrase_api.api.git_lab_sync_api import GitLabSyncApi
|
|
21
18
|
from phrase_api.api.glossaries_api import GlossariesApi
|
|
22
19
|
from phrase_api.api.glossary_term_translations_api import GlossaryTermTranslationsApi
|
|
23
20
|
from phrase_api.api.glossary_terms_api import GlossaryTermsApi
|
|
@@ -190,7 +190,7 @@ class JobCommentsApi(object):
|
|
|
190
190
|
:param str job_id: Job ID (required)
|
|
191
191
|
:param str id: ID (required)
|
|
192
192
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
193
|
-
:param str branch:
|
|
193
|
+
:param str branch: Branch to use
|
|
194
194
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
195
195
|
be returned without reading/decoding response
|
|
196
196
|
data. Default is True.
|
|
@@ -219,7 +219,7 @@ class JobCommentsApi(object):
|
|
|
219
219
|
:param str job_id: Job ID (required)
|
|
220
220
|
:param str id: ID (required)
|
|
221
221
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
222
|
-
:param str branch:
|
|
222
|
+
:param str branch: Branch to use
|
|
223
223
|
:param _return_http_data_only: response data without head status code
|
|
224
224
|
and headers
|
|
225
225
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -328,7 +328,7 @@ class JobCommentsApi(object):
|
|
|
328
328
|
:param str job_id: Job ID (required)
|
|
329
329
|
:param str id: ID (required)
|
|
330
330
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
331
|
-
:param str branch:
|
|
331
|
+
:param str branch: Branch to use
|
|
332
332
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
333
333
|
be returned without reading/decoding response
|
|
334
334
|
data. Default is True.
|
|
@@ -357,7 +357,7 @@ class JobCommentsApi(object):
|
|
|
357
357
|
:param str job_id: Job ID (required)
|
|
358
358
|
:param str id: ID (required)
|
|
359
359
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
360
|
-
:param str branch:
|
|
360
|
+
:param str branch: Branch to use
|
|
361
361
|
:param _return_http_data_only: response data without head status code
|
|
362
362
|
and headers
|
|
363
363
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -619,7 +619,7 @@ class JobCommentsApi(object):
|
|
|
619
619
|
:param str project_id: Project ID (required)
|
|
620
620
|
:param str job_id: Job ID (required)
|
|
621
621
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
622
|
-
:param str branch:
|
|
622
|
+
:param str branch: Branch to use
|
|
623
623
|
:param str order: Order direction. Can be one of: asc, desc.
|
|
624
624
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
625
625
|
be returned without reading/decoding response
|
|
@@ -648,7 +648,7 @@ class JobCommentsApi(object):
|
|
|
648
648
|
:param str project_id: Project ID (required)
|
|
649
649
|
:param str job_id: Job ID (required)
|
|
650
650
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
651
|
-
:param str branch:
|
|
651
|
+
:param str branch: Branch to use
|
|
652
652
|
:param str order: Order direction. Can be one of: asc, desc.
|
|
653
653
|
:param _return_http_data_only: response data without head status code
|
|
654
654
|
and headers
|
|
@@ -349,7 +349,7 @@ class JobLocalesApi(object):
|
|
|
349
349
|
:param str job_id: Job ID (required)
|
|
350
350
|
:param str id: ID (required)
|
|
351
351
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
352
|
-
:param str branch:
|
|
352
|
+
:param str branch: Branch to use
|
|
353
353
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
354
354
|
be returned without reading/decoding response
|
|
355
355
|
data. Default is True.
|
|
@@ -378,7 +378,7 @@ class JobLocalesApi(object):
|
|
|
378
378
|
:param str job_id: Job ID (required)
|
|
379
379
|
:param str id: ID (required)
|
|
380
380
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
381
|
-
:param str branch:
|
|
381
|
+
:param str branch: Branch to use
|
|
382
382
|
:param _return_http_data_only: response data without head status code
|
|
383
383
|
and headers
|
|
384
384
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -637,7 +637,7 @@ class JobLocalesApi(object):
|
|
|
637
637
|
:param str job_id: Job ID (required)
|
|
638
638
|
:param str id: ID (required)
|
|
639
639
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
640
|
-
:param str branch:
|
|
640
|
+
:param str branch: Branch to use
|
|
641
641
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
642
642
|
be returned without reading/decoding response
|
|
643
643
|
data. Default is True.
|
|
@@ -666,7 +666,7 @@ class JobLocalesApi(object):
|
|
|
666
666
|
:param str job_id: Job ID (required)
|
|
667
667
|
:param str id: ID (required)
|
|
668
668
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
669
|
-
:param str branch:
|
|
669
|
+
:param str branch: Branch to use
|
|
670
670
|
:param _return_http_data_only: response data without head status code
|
|
671
671
|
and headers
|
|
672
672
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -1071,7 +1071,7 @@ class JobLocalesApi(object):
|
|
|
1071
1071
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
1072
1072
|
:param int page: Page number
|
|
1073
1073
|
:param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
1074
|
-
:param str branch:
|
|
1074
|
+
:param str branch: Branch to use
|
|
1075
1075
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
1076
1076
|
be returned without reading/decoding response
|
|
1077
1077
|
data. Default is True.
|
|
@@ -1101,7 +1101,7 @@ class JobLocalesApi(object):
|
|
|
1101
1101
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
1102
1102
|
:param int page: Page number
|
|
1103
1103
|
:param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
1104
|
-
:param str branch:
|
|
1104
|
+
:param str branch: Branch to use
|
|
1105
1105
|
:param _return_http_data_only: response data without head status code
|
|
1106
1106
|
and headers
|
|
1107
1107
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -559,7 +559,7 @@ class RepoSyncsApi(object):
|
|
|
559
559
|
def repo_sync_export(self, account_id, id, **kwargs): # noqa: E501
|
|
560
560
|
"""Export to code repository # noqa: E501
|
|
561
561
|
|
|
562
|
-
|
|
562
|
+
Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.* # noqa: E501
|
|
563
563
|
This method makes a synchronous HTTP request by default. To make an
|
|
564
564
|
asynchronous HTTP request, please pass async_req=True
|
|
565
565
|
>>> thread = api.repo_sync_export(account_id, id, async_req=True)
|
|
@@ -586,7 +586,7 @@ class RepoSyncsApi(object):
|
|
|
586
586
|
def repo_sync_export_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
587
587
|
"""Export to code repository # noqa: E501
|
|
588
588
|
|
|
589
|
-
|
|
589
|
+
Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.* # noqa: E501
|
|
590
590
|
This method makes a synchronous HTTP request by default. To make an
|
|
591
591
|
asynchronous HTTP request, please pass async_req=True
|
|
592
592
|
>>> thread = api.repo_sync_export_with_http_info(account_id, id, async_req=True)
|
|
@@ -687,7 +687,7 @@ class RepoSyncsApi(object):
|
|
|
687
687
|
def repo_sync_import(self, account_id, id, **kwargs): # noqa: E501
|
|
688
688
|
"""Import from code repository # noqa: E501
|
|
689
689
|
|
|
690
|
-
|
|
690
|
+
Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._ # noqa: E501
|
|
691
691
|
This method makes a synchronous HTTP request by default. To make an
|
|
692
692
|
asynchronous HTTP request, please pass async_req=True
|
|
693
693
|
>>> thread = api.repo_sync_import(account_id, id, async_req=True)
|
|
@@ -714,7 +714,7 @@ class RepoSyncsApi(object):
|
|
|
714
714
|
def repo_sync_import_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
715
715
|
"""Import from code repository # noqa: E501
|
|
716
716
|
|
|
717
|
-
|
|
717
|
+
Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._ # noqa: E501
|
|
718
718
|
This method makes a synchronous HTTP request by default. To make an
|
|
719
719
|
asynchronous HTTP request, please pass async_req=True
|
|
720
720
|
>>> thread = api.repo_sync_import_with_http_info(account_id, id, async_req=True)
|
|
@@ -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/
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/3.0.0/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:
|
|
373
|
+
"SDK Package Version: 3.0.0".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|
|
@@ -22,10 +22,6 @@ from phrase_api.models.authorization import Authorization
|
|
|
22
22
|
from phrase_api.models.authorization_create_parameters import AuthorizationCreateParameters
|
|
23
23
|
from phrase_api.models.authorization_update_parameters import AuthorizationUpdateParameters
|
|
24
24
|
from phrase_api.models.authorization_with_token import AuthorizationWithToken
|
|
25
|
-
from phrase_api.models.bitbucket_sync import BitbucketSync
|
|
26
|
-
from phrase_api.models.bitbucket_sync_export_parameters import BitbucketSyncExportParameters
|
|
27
|
-
from phrase_api.models.bitbucket_sync_export_response import BitbucketSyncExportResponse
|
|
28
|
-
from phrase_api.models.bitbucket_sync_import_parameters import BitbucketSyncImportParameters
|
|
29
25
|
from phrase_api.models.blacklisted_key import BlacklistedKey
|
|
30
26
|
from phrase_api.models.blacklisted_key_create_parameters import BlacklistedKeyCreateParameters
|
|
31
27
|
from phrase_api.models.blacklisted_key_update_parameters import BlacklistedKeyUpdateParameters
|
|
@@ -59,14 +55,6 @@ from phrase_api.models.figma_attachment import FigmaAttachment
|
|
|
59
55
|
from phrase_api.models.figma_attachment_create_parameters import FigmaAttachmentCreateParameters
|
|
60
56
|
from phrase_api.models.figma_attachment_update_parameters import FigmaAttachmentUpdateParameters
|
|
61
57
|
from phrase_api.models.format import Format
|
|
62
|
-
from phrase_api.models.github_sync_export_parameters import GithubSyncExportParameters
|
|
63
|
-
from phrase_api.models.github_sync_import_parameters import GithubSyncImportParameters
|
|
64
|
-
from phrase_api.models.gitlab_sync import GitlabSync
|
|
65
|
-
from phrase_api.models.gitlab_sync_export import GitlabSyncExport
|
|
66
|
-
from phrase_api.models.gitlab_sync_export_parameters import GitlabSyncExportParameters
|
|
67
|
-
from phrase_api.models.gitlab_sync_history import GitlabSyncHistory
|
|
68
|
-
from phrase_api.models.gitlab_sync_history_errors_inner import GitlabSyncHistoryErrorsInner
|
|
69
|
-
from phrase_api.models.gitlab_sync_import_parameters import GitlabSyncImportParameters
|
|
70
58
|
from phrase_api.models.glossary import Glossary
|
|
71
59
|
from phrase_api.models.glossary_create_parameters import GlossaryCreateParameters
|
|
72
60
|
from phrase_api.models.glossary_term import GlossaryTerm
|
|
@@ -32,24 +32,29 @@ class JobCommentCreateParameters(object):
|
|
|
32
32
|
and the value is json key in definition.
|
|
33
33
|
"""
|
|
34
34
|
openapi_types = {
|
|
35
|
-
'message': 'str'
|
|
35
|
+
'message': 'str',
|
|
36
|
+
'branch': 'str'
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
attribute_map = {
|
|
39
|
-
'message': 'message'
|
|
40
|
+
'message': 'message',
|
|
41
|
+
'branch': 'branch'
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
def __init__(self, message=None, local_vars_configuration=None): # noqa: E501
|
|
44
|
+
def __init__(self, message=None, branch=None, local_vars_configuration=None): # noqa: E501
|
|
43
45
|
"""JobCommentCreateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
44
46
|
if local_vars_configuration is None:
|
|
45
47
|
local_vars_configuration = Configuration()
|
|
46
48
|
self.local_vars_configuration = local_vars_configuration
|
|
47
49
|
|
|
48
50
|
self._message = None
|
|
51
|
+
self._branch = None
|
|
49
52
|
self.discriminator = None
|
|
50
53
|
|
|
51
54
|
if message is not None:
|
|
52
55
|
self.message = message
|
|
56
|
+
if branch is not None:
|
|
57
|
+
self.branch = branch
|
|
53
58
|
|
|
54
59
|
@property
|
|
55
60
|
def message(self):
|
|
@@ -74,6 +79,29 @@ class JobCommentCreateParameters(object):
|
|
|
74
79
|
|
|
75
80
|
self._message = message
|
|
76
81
|
|
|
82
|
+
@property
|
|
83
|
+
def branch(self):
|
|
84
|
+
"""Gets the branch of this JobCommentCreateParameters. # noqa: E501
|
|
85
|
+
|
|
86
|
+
Branch name for the job # noqa: E501
|
|
87
|
+
|
|
88
|
+
:return: The branch of this JobCommentCreateParameters. # noqa: E501
|
|
89
|
+
:rtype: str
|
|
90
|
+
"""
|
|
91
|
+
return self._branch
|
|
92
|
+
|
|
93
|
+
@branch.setter
|
|
94
|
+
def branch(self, branch):
|
|
95
|
+
"""Sets the branch of this JobCommentCreateParameters.
|
|
96
|
+
|
|
97
|
+
Branch name for the job # noqa: E501
|
|
98
|
+
|
|
99
|
+
:param branch: The branch of this JobCommentCreateParameters. # noqa: E501
|
|
100
|
+
:type: str
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
self._branch = branch
|
|
104
|
+
|
|
77
105
|
def to_dict(self):
|
|
78
106
|
"""Returns the model properties as a dict"""
|
|
79
107
|
result = {}
|
|
@@ -32,24 +32,29 @@ class JobCommentUpdateParameters(object):
|
|
|
32
32
|
and the value is json key in definition.
|
|
33
33
|
"""
|
|
34
34
|
openapi_types = {
|
|
35
|
-
'message': 'str'
|
|
35
|
+
'message': 'str',
|
|
36
|
+
'branch': 'str'
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
attribute_map = {
|
|
39
|
-
'message': 'message'
|
|
40
|
+
'message': 'message',
|
|
41
|
+
'branch': 'branch'
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
def __init__(self, message=None, local_vars_configuration=None): # noqa: E501
|
|
44
|
+
def __init__(self, message=None, branch=None, local_vars_configuration=None): # noqa: E501
|
|
43
45
|
"""JobCommentUpdateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
44
46
|
if local_vars_configuration is None:
|
|
45
47
|
local_vars_configuration = Configuration()
|
|
46
48
|
self.local_vars_configuration = local_vars_configuration
|
|
47
49
|
|
|
48
50
|
self._message = None
|
|
51
|
+
self._branch = None
|
|
49
52
|
self.discriminator = None
|
|
50
53
|
|
|
51
54
|
if message is not None:
|
|
52
55
|
self.message = message
|
|
56
|
+
if branch is not None:
|
|
57
|
+
self.branch = branch
|
|
53
58
|
|
|
54
59
|
@property
|
|
55
60
|
def message(self):
|
|
@@ -74,6 +79,29 @@ class JobCommentUpdateParameters(object):
|
|
|
74
79
|
|
|
75
80
|
self._message = message
|
|
76
81
|
|
|
82
|
+
@property
|
|
83
|
+
def branch(self):
|
|
84
|
+
"""Gets the branch of this JobCommentUpdateParameters. # noqa: E501
|
|
85
|
+
|
|
86
|
+
Branch name for the job # noqa: E501
|
|
87
|
+
|
|
88
|
+
:return: The branch of this JobCommentUpdateParameters. # noqa: E501
|
|
89
|
+
:rtype: str
|
|
90
|
+
"""
|
|
91
|
+
return self._branch
|
|
92
|
+
|
|
93
|
+
@branch.setter
|
|
94
|
+
def branch(self, branch):
|
|
95
|
+
"""Sets the branch of this JobCommentUpdateParameters.
|
|
96
|
+
|
|
97
|
+
Branch name for the job # noqa: E501
|
|
98
|
+
|
|
99
|
+
:param branch: The branch of this JobCommentUpdateParameters. # noqa: E501
|
|
100
|
+
:type: str
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
self._branch = branch
|
|
104
|
+
|
|
77
105
|
def to_dict(self):
|
|
78
106
|
"""Returns the model properties as a dict"""
|
|
79
107
|
result = {}
|
|
@@ -53,7 +53,8 @@ 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'
|
|
56
|
+
'autotranslate_use_translation_memory': 'bool',
|
|
57
|
+
'default_encoding': 'str'
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
attribute_map = {
|
|
@@ -78,10 +79,11 @@ class ProjectUpdateParameters(object):
|
|
|
78
79
|
'autotranslate_check_new_locales': 'autotranslate_check_new_locales',
|
|
79
80
|
'autotranslate_mark_as_unverified': 'autotranslate_mark_as_unverified',
|
|
80
81
|
'autotranslate_use_machine_translation': 'autotranslate_use_machine_translation',
|
|
81
|
-
'autotranslate_use_translation_memory': 'autotranslate_use_translation_memory'
|
|
82
|
+
'autotranslate_use_translation_memory': 'autotranslate_use_translation_memory',
|
|
83
|
+
'default_encoding': 'default_encoding'
|
|
82
84
|
}
|
|
83
85
|
|
|
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
|
|
86
|
+
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, default_encoding=None, local_vars_configuration=None): # noqa: E501
|
|
85
87
|
"""ProjectUpdateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
86
88
|
if local_vars_configuration is None:
|
|
87
89
|
local_vars_configuration = Configuration()
|
|
@@ -109,6 +111,7 @@ class ProjectUpdateParameters(object):
|
|
|
109
111
|
self._autotranslate_mark_as_unverified = None
|
|
110
112
|
self._autotranslate_use_machine_translation = None
|
|
111
113
|
self._autotranslate_use_translation_memory = None
|
|
114
|
+
self._default_encoding = None
|
|
112
115
|
self.discriminator = None
|
|
113
116
|
|
|
114
117
|
if account_id is not None:
|
|
@@ -155,6 +158,8 @@ class ProjectUpdateParameters(object):
|
|
|
155
158
|
self.autotranslate_use_machine_translation = autotranslate_use_machine_translation
|
|
156
159
|
if autotranslate_use_translation_memory is not None:
|
|
157
160
|
self.autotranslate_use_translation_memory = autotranslate_use_translation_memory
|
|
161
|
+
if default_encoding is not None:
|
|
162
|
+
self.default_encoding = default_encoding
|
|
158
163
|
|
|
159
164
|
@property
|
|
160
165
|
def account_id(self):
|
|
@@ -662,6 +667,35 @@ class ProjectUpdateParameters(object):
|
|
|
662
667
|
|
|
663
668
|
self._autotranslate_use_translation_memory = autotranslate_use_translation_memory
|
|
664
669
|
|
|
670
|
+
@property
|
|
671
|
+
def default_encoding(self):
|
|
672
|
+
"""Gets the default_encoding of this ProjectUpdateParameters. # noqa: E501
|
|
673
|
+
|
|
674
|
+
(Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still override this value by setting the <a href='#post-/projects/-project_id-/uploads'>`file_encoding`</a> parameter for Uploads. # noqa: E501
|
|
675
|
+
|
|
676
|
+
:return: The default_encoding of this ProjectUpdateParameters. # noqa: E501
|
|
677
|
+
:rtype: str
|
|
678
|
+
"""
|
|
679
|
+
return self._default_encoding
|
|
680
|
+
|
|
681
|
+
@default_encoding.setter
|
|
682
|
+
def default_encoding(self, default_encoding):
|
|
683
|
+
"""Sets the default_encoding of this ProjectUpdateParameters.
|
|
684
|
+
|
|
685
|
+
(Optional) Sets the default encoding for Uploads. If you leave it empty, we will try to guess it automatically for you when you Upload a file. You can still override this value by setting the <a href='#post-/projects/-project_id-/uploads'>`file_encoding`</a> parameter for Uploads. # noqa: E501
|
|
686
|
+
|
|
687
|
+
:param default_encoding: The default_encoding of this ProjectUpdateParameters. # noqa: E501
|
|
688
|
+
:type: str
|
|
689
|
+
"""
|
|
690
|
+
allowed_values = ["UTF-8", "UTF-16", "UTF-16BE", "UTF-16LE", "ISO-8859-1"] # noqa: E501
|
|
691
|
+
if self.local_vars_configuration.client_side_validation and default_encoding not in allowed_values: # noqa: E501
|
|
692
|
+
raise ValueError(
|
|
693
|
+
"Invalid value for `default_encoding` ({0}), must be one of {1}" # noqa: E501
|
|
694
|
+
.format(default_encoding, allowed_values)
|
|
695
|
+
)
|
|
696
|
+
|
|
697
|
+
self._default_encoding = default_encoding
|
|
698
|
+
|
|
665
699
|
def to_dict(self):
|
|
666
700
|
"""Returns the model properties as a dict"""
|
|
667
701
|
result = {}
|
|
@@ -17,7 +17,6 @@ phrase_api.egg-info/top_level.txt
|
|
|
17
17
|
phrase_api/api/__init__.py
|
|
18
18
|
phrase_api/api/accounts_api.py
|
|
19
19
|
phrase_api/api/authorizations_api.py
|
|
20
|
-
phrase_api/api/bitbucket_sync_api.py
|
|
21
20
|
phrase_api/api/blacklisted_keys_api.py
|
|
22
21
|
phrase_api/api/branches_api.py
|
|
23
22
|
phrase_api/api/comment_reactions_api.py
|
|
@@ -28,8 +27,6 @@ phrase_api/api/distributions_api.py
|
|
|
28
27
|
phrase_api/api/documents_api.py
|
|
29
28
|
phrase_api/api/figma_attachments_api.py
|
|
30
29
|
phrase_api/api/formats_api.py
|
|
31
|
-
phrase_api/api/git_hub_sync_api.py
|
|
32
|
-
phrase_api/api/git_lab_sync_api.py
|
|
33
30
|
phrase_api/api/glossaries_api.py
|
|
34
31
|
phrase_api/api/glossary_term_translations_api.py
|
|
35
32
|
phrase_api/api/glossary_terms_api.py
|
|
@@ -81,10 +78,6 @@ phrase_api/models/authorization.py
|
|
|
81
78
|
phrase_api/models/authorization_create_parameters.py
|
|
82
79
|
phrase_api/models/authorization_update_parameters.py
|
|
83
80
|
phrase_api/models/authorization_with_token.py
|
|
84
|
-
phrase_api/models/bitbucket_sync.py
|
|
85
|
-
phrase_api/models/bitbucket_sync_export_parameters.py
|
|
86
|
-
phrase_api/models/bitbucket_sync_export_response.py
|
|
87
|
-
phrase_api/models/bitbucket_sync_import_parameters.py
|
|
88
81
|
phrase_api/models/blacklisted_key.py
|
|
89
82
|
phrase_api/models/blacklisted_key_create_parameters.py
|
|
90
83
|
phrase_api/models/blacklisted_key_update_parameters.py
|
|
@@ -118,14 +111,6 @@ phrase_api/models/figma_attachment.py
|
|
|
118
111
|
phrase_api/models/figma_attachment_create_parameters.py
|
|
119
112
|
phrase_api/models/figma_attachment_update_parameters.py
|
|
120
113
|
phrase_api/models/format.py
|
|
121
|
-
phrase_api/models/github_sync_export_parameters.py
|
|
122
|
-
phrase_api/models/github_sync_import_parameters.py
|
|
123
|
-
phrase_api/models/gitlab_sync.py
|
|
124
|
-
phrase_api/models/gitlab_sync_export.py
|
|
125
|
-
phrase_api/models/gitlab_sync_export_parameters.py
|
|
126
|
-
phrase_api/models/gitlab_sync_history.py
|
|
127
|
-
phrase_api/models/gitlab_sync_history_errors_inner.py
|
|
128
|
-
phrase_api/models/gitlab_sync_import_parameters.py
|
|
129
114
|
phrase_api/models/glossary.py
|
|
130
115
|
phrase_api/models/glossary_create_parameters.py
|
|
131
116
|
phrase_api/models/glossary_term.py
|
|
@@ -307,11 +292,6 @@ test/test_authorization_create_parameters.py
|
|
|
307
292
|
test/test_authorization_update_parameters.py
|
|
308
293
|
test/test_authorization_with_token.py
|
|
309
294
|
test/test_authorizations_api.py
|
|
310
|
-
test/test_bitbucket_sync.py
|
|
311
|
-
test/test_bitbucket_sync_api.py
|
|
312
|
-
test/test_bitbucket_sync_export_parameters.py
|
|
313
|
-
test/test_bitbucket_sync_export_response.py
|
|
314
|
-
test/test_bitbucket_sync_import_parameters.py
|
|
315
295
|
test/test_blacklisted_key.py
|
|
316
296
|
test/test_blacklisted_key_create_parameters.py
|
|
317
297
|
test/test_blacklisted_key_update_parameters.py
|
|
@@ -355,16 +335,6 @@ test/test_figma_attachment_update_parameters.py
|
|
|
355
335
|
test/test_figma_attachments_api.py
|
|
356
336
|
test/test_format.py
|
|
357
337
|
test/test_formats_api.py
|
|
358
|
-
test/test_git_hub_sync_api.py
|
|
359
|
-
test/test_git_lab_sync_api.py
|
|
360
|
-
test/test_github_sync_export_parameters.py
|
|
361
|
-
test/test_github_sync_import_parameters.py
|
|
362
|
-
test/test_gitlab_sync.py
|
|
363
|
-
test/test_gitlab_sync_export.py
|
|
364
|
-
test/test_gitlab_sync_export_parameters.py
|
|
365
|
-
test/test_gitlab_sync_history.py
|
|
366
|
-
test/test_gitlab_sync_history_errors_inner.py
|
|
367
|
-
test/test_gitlab_sync_import_parameters.py
|
|
368
338
|
test/test_glossaries_api.py
|
|
369
339
|
test/test_glossary.py
|
|
370
340
|
test/test_glossary_create_parameters.py
|
|
@@ -37,7 +37,8 @@ class TestJobCommentCreateParameters(unittest.TestCase):
|
|
|
37
37
|
"""
|
|
38
38
|
if include_optional :
|
|
39
39
|
return JobCommentCreateParameters(
|
|
40
|
-
message = 'Some message...'
|
|
40
|
+
message = 'Some message...',
|
|
41
|
+
branch = 'my-feature-branch'
|
|
41
42
|
)
|
|
42
43
|
else :
|
|
43
44
|
return JobCommentCreateParameters(
|