phrase-api 2.3.0__tar.gz → 2.4.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.3.0 → phrase_api-2.4.0}/PKG-INFO +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/README.md +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/__init__.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/keys_api.py +2 -2
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/tags_api.py +5 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/uploads_api.py +5 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api_client.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/configuration.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_download_create_parameters.py +29 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/pyproject.toml +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/setup.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_create_parameters.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_update_parameters.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_download_create_parameters.py +1 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locales_api.py +6 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project_create_parameters.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project_update_parameters.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshot_update_parameters.py +1 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_uploads_api.py +6 -1
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/__init__.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/bitbucket_sync_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/git_hub_sync_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/git_lab_sync_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/jobs_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/members_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/quality_performance_score_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/repo_syncs_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/search_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/users_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/exceptions.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/__init__.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/account.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/account_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/authorization.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/bitbucket_sync.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/bitbucket_sync_export_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/bitbucket_sync_export_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/bitbucket_sync_import_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/branch.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/comment.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/current_user.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/distribution.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/document.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/error.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/error_error.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/format.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/github_sync_export_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/github_sync_import_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/gitlab_sync.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/gitlab_sync_export.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/gitlab_sync_export_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/gitlab_sync_history.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/gitlab_sync_history_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/gitlab_sync_import_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/icu.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/invitation.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_link.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/keys_exclude_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/keys_include_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/keys_search_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/keys_tag_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/keys_untag_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/member.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/notification.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project_report.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project_short.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/project_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/projects_quality_performance_score200_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/projects_quality_performance_score_request.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/repo_sync_event_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/space.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/space1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/subscription.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/tag.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/team.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/team_short.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/upload.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/user.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/variable.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/webhook.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/py.typed +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/rest.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api.egg-info/SOURCES.txt +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/setup.cfg +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_account.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_account_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_account_search_result.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_accounts_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_affected_count.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_affected_resources.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_authorization.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_authorization_with_token.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_authorizations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_bitbucket_sync.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_bitbucket_sync_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_bitbucket_sync_export_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_bitbucket_sync_export_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_bitbucket_sync_import_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_blacklisted_key.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_branch.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_branch_name.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_branches_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment_reaction.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment_replies_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_current_user.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_distribution.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_distribution_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_distributions_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_document.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_documents_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_error.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_error_error.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_figma_attachment.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_format.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_formats_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_git_hub_sync_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_git_lab_sync_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_github_sync_export_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_github_sync_import_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_gitlab_sync.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_gitlab_sync_export.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_gitlab_sync_export_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_gitlab_sync_history.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_gitlab_sync_history_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_gitlab_sync_import_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossaries_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_icu.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_icu_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_invitation.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_invitations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_comment.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_comments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locale.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_start_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_locales.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_templates_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_job_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_jobs_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_link.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_key_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_linked_keys_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_download.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_download_params.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_download_result.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_preview1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_report.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_statistics.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_team_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_locale_user_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_member.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_member_project_detail.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_member_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_members_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_notification.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_notification_group.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_notification_group_detail.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_notification_groups_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_notifications_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_order_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_orders_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project_locales.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project_report.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_project_short.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_quality_performance_score200_response.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_projects_quality_performance_score_request.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_quality_performance_score_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_trigger.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_triggers_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_releases_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_repo_sync.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_repo_sync_event.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_repo_sync_event_errors_inner.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_reports_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshot.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshot_marker.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_screenshots_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_search_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_space.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_space1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_space_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_space_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_spaces_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_style_guides_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_styleguide.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_styleguide_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_styleguide_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_subscription.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_tag.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_tag_with_stats.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_tags_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_team.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_team_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_team_detail.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_team_short.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_team_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_teams_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_key.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_key_details.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_order.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_parent.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_version.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_upload.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_upload_summary.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_user.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_user_preview.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_users_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_variable.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_variables_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_versions_history_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_webhook.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_webhook_delivery.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.0}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-2.3.0 → phrase_api-2.4.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.4.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
|
|
|
@@ -583,7 +583,7 @@ class KeysApi(object):
|
|
|
583
583
|
:param str project_id: Project ID (required)
|
|
584
584
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
585
585
|
:param str branch: specify the branch to use
|
|
586
|
-
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
586
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
587
587
|
:param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
|
588
588
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
589
589
|
be returned without reading/decoding response
|
|
@@ -612,7 +612,7 @@ class KeysApi(object):
|
|
|
612
612
|
:param str project_id: Project ID (required)
|
|
613
613
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
614
614
|
:param str branch: specify the branch to use
|
|
615
|
-
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
615
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
616
616
|
:param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
|
617
617
|
:param _return_http_data_only: response data without head status code
|
|
618
618
|
and headers
|
|
@@ -443,6 +443,7 @@ class TagsApi(object):
|
|
|
443
443
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
444
444
|
:param int page: Page number
|
|
445
445
|
:param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
446
|
+
:param bool exclude_system_tags: excludes tags generated by the system, e.g. job, upload or figma tags
|
|
446
447
|
:param str branch: specify the branch to use
|
|
447
448
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
448
449
|
be returned without reading/decoding response
|
|
@@ -472,6 +473,7 @@ class TagsApi(object):
|
|
|
472
473
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
473
474
|
:param int page: Page number
|
|
474
475
|
:param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
476
|
+
:param bool exclude_system_tags: excludes tags generated by the system, e.g. job, upload or figma tags
|
|
475
477
|
:param str branch: specify the branch to use
|
|
476
478
|
:param _return_http_data_only: response data without head status code
|
|
477
479
|
and headers
|
|
@@ -494,6 +496,7 @@ class TagsApi(object):
|
|
|
494
496
|
'x_phrase_app_otp',
|
|
495
497
|
'page',
|
|
496
498
|
'per_page',
|
|
499
|
+
'exclude_system_tags',
|
|
497
500
|
'branch'
|
|
498
501
|
]
|
|
499
502
|
all_params.extend(
|
|
@@ -529,6 +532,8 @@ class TagsApi(object):
|
|
|
529
532
|
query_params.append(('page', local_var_params['page'])) # noqa: E501
|
|
530
533
|
if 'per_page' in local_var_params and local_var_params['per_page'] is not None: # noqa: E501
|
|
531
534
|
query_params.append(('per_page', local_var_params['per_page'])) # noqa: E501
|
|
535
|
+
if 'exclude_system_tags' in local_var_params and local_var_params['exclude_system_tags'] is not None: # noqa: E501
|
|
536
|
+
query_params.append(('exclude_system_tags', local_var_params['exclude_system_tags'])) # noqa: E501
|
|
532
537
|
if 'branch' in local_var_params and local_var_params['branch'] is not None: # noqa: E501
|
|
533
538
|
query_params.append(('branch', local_var_params['branch'])) # noqa: E501
|
|
534
539
|
|
|
@@ -54,6 +54,7 @@ class UploadsApi(object):
|
|
|
54
54
|
:param str tags: List of tags separated by comma to be associated with the new keys contained in the upload.
|
|
55
55
|
:param bool update_translations: Indicates whether existing translations should be updated with the file content.
|
|
56
56
|
:param bool update_translation_keys: Pass `false` here to prevent new keys from being created and existing keys updated.
|
|
57
|
+
:param bool update_translations_on_source_match: Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
|
|
57
58
|
:param bool update_descriptions: Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
|
|
58
59
|
:param bool convert_emoji: This option is obsolete. Providing the option will cause a bad request error.
|
|
59
60
|
:param bool skip_upload_tags: Indicates whether the upload should not create upload tags.
|
|
@@ -97,6 +98,7 @@ class UploadsApi(object):
|
|
|
97
98
|
:param str tags: List of tags separated by comma to be associated with the new keys contained in the upload.
|
|
98
99
|
:param bool update_translations: Indicates whether existing translations should be updated with the file content.
|
|
99
100
|
:param bool update_translation_keys: Pass `false` here to prevent new keys from being created and existing keys updated.
|
|
101
|
+
:param bool update_translations_on_source_match: Update target translations only if the source translations of the uploaded multilingual file match the stored translations.
|
|
100
102
|
:param bool update_descriptions: Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions.
|
|
101
103
|
:param bool convert_emoji: This option is obsolete. Providing the option will cause a bad request error.
|
|
102
104
|
:param bool skip_upload_tags: Indicates whether the upload should not create upload tags.
|
|
@@ -133,6 +135,7 @@ class UploadsApi(object):
|
|
|
133
135
|
'tags',
|
|
134
136
|
'update_translations',
|
|
135
137
|
'update_translation_keys',
|
|
138
|
+
'update_translations_on_source_match',
|
|
136
139
|
'update_descriptions',
|
|
137
140
|
'convert_emoji',
|
|
138
141
|
'skip_upload_tags',
|
|
@@ -206,6 +209,8 @@ class UploadsApi(object):
|
|
|
206
209
|
form_params.append(('update_translations', local_var_params['update_translations'])) # noqa: E501
|
|
207
210
|
if 'update_translation_keys' in local_var_params:
|
|
208
211
|
form_params.append(('update_translation_keys', local_var_params['update_translation_keys'])) # noqa: E501
|
|
212
|
+
if 'update_translations_on_source_match' in local_var_params:
|
|
213
|
+
form_params.append(('update_translations_on_source_match', local_var_params['update_translations_on_source_match'])) # noqa: E501
|
|
209
214
|
if 'update_descriptions' in local_var_params:
|
|
210
215
|
form_params.append(('update_descriptions', local_var_params['update_descriptions'])) # noqa: E501
|
|
211
216
|
if 'convert_emoji' in local_var_params:
|
|
@@ -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.4.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: 2.
|
|
373
|
+
"SDK Package Version: 2.4.0".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|
{phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/locale_download_create_parameters.py
RENAMED
|
@@ -43,6 +43,7 @@ class LocaleDownloadCreateParameters(object):
|
|
|
43
43
|
'encoding': 'str',
|
|
44
44
|
'include_unverified_translations': 'bool',
|
|
45
45
|
'use_last_reviewed_version': 'bool',
|
|
46
|
+
'locale_ids': 'List[str]',
|
|
46
47
|
'fallback_locale_id': 'str',
|
|
47
48
|
'source_locale_id': 'str',
|
|
48
49
|
'custom_metadata_filters': 'object'
|
|
@@ -60,12 +61,13 @@ class LocaleDownloadCreateParameters(object):
|
|
|
60
61
|
'encoding': 'encoding',
|
|
61
62
|
'include_unverified_translations': 'include_unverified_translations',
|
|
62
63
|
'use_last_reviewed_version': 'use_last_reviewed_version',
|
|
64
|
+
'locale_ids': 'locale_ids',
|
|
63
65
|
'fallback_locale_id': 'fallback_locale_id',
|
|
64
66
|
'source_locale_id': 'source_locale_id',
|
|
65
67
|
'custom_metadata_filters': 'custom_metadata_filters'
|
|
66
68
|
}
|
|
67
69
|
|
|
68
|
-
def __init__(self, file_format=None, branch=None, tags=None, include_empty_translations=None, exclude_empty_zero_forms=None, include_translated_keys=None, keep_notranslate_tags=None, format_options=None, encoding=None, include_unverified_translations=None, use_last_reviewed_version=None, fallback_locale_id=None, source_locale_id=None, custom_metadata_filters=None, local_vars_configuration=None): # noqa: E501
|
|
70
|
+
def __init__(self, file_format=None, branch=None, tags=None, include_empty_translations=None, exclude_empty_zero_forms=None, include_translated_keys=None, keep_notranslate_tags=None, format_options=None, encoding=None, include_unverified_translations=None, use_last_reviewed_version=None, locale_ids=None, fallback_locale_id=None, source_locale_id=None, custom_metadata_filters=None, local_vars_configuration=None): # noqa: E501
|
|
69
71
|
"""LocaleDownloadCreateParameters - a model defined in OpenAPI""" # noqa: E501
|
|
70
72
|
if local_vars_configuration is None:
|
|
71
73
|
local_vars_configuration = Configuration()
|
|
@@ -82,6 +84,7 @@ class LocaleDownloadCreateParameters(object):
|
|
|
82
84
|
self._encoding = None
|
|
83
85
|
self._include_unverified_translations = None
|
|
84
86
|
self._use_last_reviewed_version = None
|
|
87
|
+
self._locale_ids = None
|
|
85
88
|
self._fallback_locale_id = None
|
|
86
89
|
self._source_locale_id = None
|
|
87
90
|
self._custom_metadata_filters = None
|
|
@@ -108,6 +111,8 @@ class LocaleDownloadCreateParameters(object):
|
|
|
108
111
|
self.include_unverified_translations = include_unverified_translations
|
|
109
112
|
if use_last_reviewed_version is not None:
|
|
110
113
|
self.use_last_reviewed_version = use_last_reviewed_version
|
|
114
|
+
if locale_ids is not None:
|
|
115
|
+
self.locale_ids = locale_ids
|
|
111
116
|
if fallback_locale_id is not None:
|
|
112
117
|
self.fallback_locale_id = fallback_locale_id
|
|
113
118
|
if source_locale_id is not None:
|
|
@@ -370,6 +375,29 @@ class LocaleDownloadCreateParameters(object):
|
|
|
370
375
|
|
|
371
376
|
self._use_last_reviewed_version = use_last_reviewed_version
|
|
372
377
|
|
|
378
|
+
@property
|
|
379
|
+
def locale_ids(self):
|
|
380
|
+
"""Gets the locale_ids of this LocaleDownloadCreateParameters. # noqa: E501
|
|
381
|
+
|
|
382
|
+
Locale IDs or locale names # noqa: E501
|
|
383
|
+
|
|
384
|
+
:return: The locale_ids of this LocaleDownloadCreateParameters. # noqa: E501
|
|
385
|
+
:rtype: List[str]
|
|
386
|
+
"""
|
|
387
|
+
return self._locale_ids
|
|
388
|
+
|
|
389
|
+
@locale_ids.setter
|
|
390
|
+
def locale_ids(self, locale_ids):
|
|
391
|
+
"""Sets the locale_ids of this LocaleDownloadCreateParameters.
|
|
392
|
+
|
|
393
|
+
Locale IDs or locale names # noqa: E501
|
|
394
|
+
|
|
395
|
+
:param locale_ids: The locale_ids of this LocaleDownloadCreateParameters. # noqa: E501
|
|
396
|
+
:type: List[str]
|
|
397
|
+
"""
|
|
398
|
+
|
|
399
|
+
self._locale_ids = locale_ids
|
|
400
|
+
|
|
373
401
|
@property
|
|
374
402
|
def fallback_locale_id(self):
|
|
375
403
|
"""Gets the fallback_locale_id of this LocaleDownloadCreateParameters. # noqa: E501
|
|
@@ -45,7 +45,7 @@ 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@73d8f219',
|
|
49
49
|
remove_screenshot = True,
|
|
50
50
|
unformatted = True,
|
|
51
51
|
default_translation_content = 'Default translation content',
|
|
@@ -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@3a4dea70',
|
|
49
49
|
remove_screenshot = True,
|
|
50
50
|
unformatted = True,
|
|
51
51
|
xml_space_preserve = True,
|
|
@@ -48,6 +48,7 @@ class TestLocaleDownloadCreateParameters(unittest.TestCase):
|
|
|
48
48
|
encoding = 'UTF-8',
|
|
49
49
|
include_unverified_translations = True,
|
|
50
50
|
use_last_reviewed_version = True,
|
|
51
|
+
locale_ids = ["de","en"],
|
|
51
52
|
fallback_locale_id = 'abcd1234abcd1234abcd1234abcd1234',
|
|
52
53
|
source_locale_id = 'abcd1234abcd1234abcd1234abcd1234',
|
|
53
54
|
custom_metadata_filters = None
|
|
@@ -12,7 +12,12 @@
|
|
|
12
12
|
from __future__ import absolute_import
|
|
13
13
|
|
|
14
14
|
import unittest
|
|
15
|
-
|
|
15
|
+
import sys
|
|
16
|
+
|
|
17
|
+
if sys.version_info[:2] <= (3, 7):
|
|
18
|
+
from mock import Mock, patch
|
|
19
|
+
else:
|
|
20
|
+
from unittest.mock import Mock, patch
|
|
16
21
|
|
|
17
22
|
|
|
18
23
|
import phrase_api
|
|
@@ -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@6622f6b4',
|
|
45
45
|
remove_project_image = True,
|
|
46
46
|
account_id = 'abcd1234',
|
|
47
47
|
point_of_contact = 'abcd1234',
|
|
@@ -43,7 +43,7 @@ class TestProjectUpdateParameters(unittest.TestCase):
|
|
|
43
43
|
main_format = 'yml',
|
|
44
44
|
media = 'Python',
|
|
45
45
|
shares_translation_memory = True,
|
|
46
|
-
project_image = '[B@
|
|
46
|
+
project_image = '[B@398e1a48',
|
|
47
47
|
remove_project_image = False,
|
|
48
48
|
workflow = 'review',
|
|
49
49
|
machine_translation_enabled = True,
|
|
@@ -40,7 +40,7 @@ class TestScreenshotUpdateParameters(unittest.TestCase):
|
|
|
40
40
|
branch = 'my-feature-branch',
|
|
41
41
|
name = 'A screenshot name',
|
|
42
42
|
description = 'A screenshot description',
|
|
43
|
-
filename = '[B@
|
|
43
|
+
filename = '[B@2be33ac'
|
|
44
44
|
)
|
|
45
45
|
else :
|
|
46
46
|
return ScreenshotUpdateParameters(
|
|
@@ -12,7 +12,12 @@
|
|
|
12
12
|
from __future__ import absolute_import
|
|
13
13
|
|
|
14
14
|
import unittest
|
|
15
|
-
|
|
15
|
+
import sys
|
|
16
|
+
|
|
17
|
+
if sys.version_info[:2] <= (3, 7):
|
|
18
|
+
from mock import Mock, patch
|
|
19
|
+
else:
|
|
20
|
+
from unittest.mock import Mock, patch
|
|
16
21
|
|
|
17
22
|
import phrase_api
|
|
18
23
|
from phrase_api.api.uploads_api import UploadsApi # noqa: E501
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/api/organization_job_template_locales_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/blacklisted_key_create_parameters.py
RENAMED
|
File without changes
|
{phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/blacklisted_key_update_parameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/figma_attachment_create_parameters.py
RENAMED
|
File without changes
|
{phrase_api-2.3.0 → phrase_api-2.4.0}/phrase_api/models/figma_attachment_update_parameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|