phrase-api 3.3.0__tar.gz → 3.5.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-3.3.0 → phrase_api-3.5.0}/PKG-INFO +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/README.md +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/__init__.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/branches_api.py +6 -6
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/invitations_api.py +14 -14
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/jobs_api.py +4 -4
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/keys_api.py +4 -4
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/locale_downloads_api.py +8 -8
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/locales_api.py +20 -15
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/members_api.py +10 -10
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/orders_api.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/release_triggers_api.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/search_api.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/tags_api.py +5 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/translations_api.py +16 -16
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api_client.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/configuration.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/distribution_create_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/distribution_update_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/invitation_create_parameters.py +4 -4
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_create_parameters.py +29 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_preview.py +29 -3
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_update_parameters.py +29 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/keys_exclude_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/keys_include_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/keys_search_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/keys_tag_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/keys_untag_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale.py +27 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_create_parameters.py +6 -6
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_details.py +27 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_download_create_parameters.py +39 -11
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_update_parameters.py +6 -6
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/member_update_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project_create_parameters.py +8 -8
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project_update_parameters.py +10 -10
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/screenshot_marker_create_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/screenshot_marker_update_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_create_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_key.py +27 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_key_details.py +27 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_update_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_exclude_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_include_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_review_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_search_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_unreview_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_unverify_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translations_verify_parameters.py +2 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/pyproject.toml +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/setup.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_account_search_result.py +4 -3
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_details.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_create_parameters.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_link.py +4 -2
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_preview.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_update_parameters.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale.py +3 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_details.py +3 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_download_create_parameters.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_notification.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project_create_parameters.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project_update_parameters.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshot_marker.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshot_update_parameters.py +1 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_details.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_key.py +1 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_key_details.py +1 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_version.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_version_with_user.py +2 -1
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/__init__.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/quality_performance_score_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/repo_sync_events_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/repo_syncs_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/uploads_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/users_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/api_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/exceptions.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/__init__.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/account.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/account_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/authorization.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/branch.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/comment.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/comment_create_parameters1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/current_user.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/distribution.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/document.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/error.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/error_error.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/format.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/icu.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/invitation.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_keys_delete_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_link.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/member.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/notification.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project_report.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/project_short.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/quality_performance_score_list200_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/quality_performance_score_list200_response_any_of.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/quality_performance_score_list200_response_any_of_data.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/quality_performance_score_list200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/quality_performance_score_list200_response_any_of_errors_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/quality_performance_score_list_request.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/space.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/space1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/subscription.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/tag.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/team.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/team_short.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_unreview_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/upload.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/user.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/variable.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/webhook.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/py.typed +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api/rest.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api.egg-info/SOURCES.txt +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/setup.cfg +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_account.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_account_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_accounts_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_affected_count.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_affected_resources.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_authorization.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_authorization_with_token.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_authorizations_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_blacklisted_key.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_branch.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_branch_name.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_branches_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_create_parameters1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_reaction.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_replies_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_comments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_current_user.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_distribution.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_distribution_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_distributions_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_document.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_documents_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_error.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_error_error.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_figma_attachment.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_format.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_formats_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossaries_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_icu.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_icu_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_invitation.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_invitations_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_comment.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_comments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_keys_delete_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locale.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_start_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_locales.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_templates_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_job_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_jobs_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_linked_keys_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_download.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_download_params.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_download_result.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_preview1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_report.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_statistics.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_team_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locale_user_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_member.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_member_project_detail.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_member_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_members_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_notification_group.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_notification_group_detail.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_notification_groups_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_notifications_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_order_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_orders_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project_locales.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project_report.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_project_short.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_projects_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_list200_response.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_list200_response_any_of.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_list200_response_any_of_data.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_list200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_list200_response_any_of_errors_inner.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_quality_performance_score_list_request.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_trigger.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_triggers_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_releases_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_repo_sync.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_repo_sync_event.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_repo_sync_events_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_reports_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshot.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_screenshots_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_search_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_space.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_space1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_space_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_space_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_spaces_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_style_guides_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_styleguide.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_styleguide_details.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_styleguide_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_subscription.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_tag.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_tag_with_stats.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_tags_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_team.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_team_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_team_detail.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_team_short.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_team_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_teams_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_order.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_parent.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_unreview_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_unreview_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_upload.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_upload_summary.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_uploads_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_user.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_user_preview.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_users_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_variable.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_variables_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_versions_history_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_webhook.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_webhook_delivery.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.0}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-3.3.0 → phrase_api-3.5.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: 3.
|
|
8
|
+
- Package version: 3.5.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
|
|
|
@@ -38,7 +38,7 @@ class BranchesApi(object):
|
|
|
38
38
|
def branch_compare(self, project_id, name, **kwargs): # noqa: E501
|
|
39
39
|
"""Compare branches # noqa: E501
|
|
40
40
|
|
|
41
|
-
Compare branch with main branch.
|
|
41
|
+
Compare branch with main branch. *Note: Comparing a branch may take several minutes depending on the project size.* # noqa: E501
|
|
42
42
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
43
|
asynchronous HTTP request, please pass async_req=True
|
|
44
44
|
>>> thread = api.branch_compare(project_id, name, async_req=True)
|
|
@@ -65,7 +65,7 @@ class BranchesApi(object):
|
|
|
65
65
|
def branch_compare_with_http_info(self, project_id, name, **kwargs): # noqa: E501
|
|
66
66
|
"""Compare branches # noqa: E501
|
|
67
67
|
|
|
68
|
-
Compare branch with main branch.
|
|
68
|
+
Compare branch with main branch. *Note: Comparing a branch may take several minutes depending on the project size.* # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
71
|
>>> thread = api.branch_compare_with_http_info(project_id, name, async_req=True)
|
|
@@ -162,7 +162,7 @@ class BranchesApi(object):
|
|
|
162
162
|
def branch_create(self, project_id, branch_create_parameters, **kwargs): # noqa: E501
|
|
163
163
|
"""Create a branch # noqa: E501
|
|
164
164
|
|
|
165
|
-
Create a new branch.
|
|
165
|
+
Create a new branch. *Note: Creating a new branch may take several minutes depending on the project size.* # noqa: E501
|
|
166
166
|
This method makes a synchronous HTTP request by default. To make an
|
|
167
167
|
asynchronous HTTP request, please pass async_req=True
|
|
168
168
|
>>> thread = api.branch_create(project_id, branch_create_parameters, async_req=True)
|
|
@@ -189,7 +189,7 @@ class BranchesApi(object):
|
|
|
189
189
|
def branch_create_with_http_info(self, project_id, branch_create_parameters, **kwargs): # noqa: E501
|
|
190
190
|
"""Create a branch # noqa: E501
|
|
191
191
|
|
|
192
|
-
Create a new branch.
|
|
192
|
+
Create a new branch. *Note: Creating a new branch may take several minutes depending on the project size.* # noqa: E501
|
|
193
193
|
This method makes a synchronous HTTP request by default. To make an
|
|
194
194
|
asynchronous HTTP request, please pass async_req=True
|
|
195
195
|
>>> thread = api.branch_create_with_http_info(project_id, branch_create_parameters, async_req=True)
|
|
@@ -418,7 +418,7 @@ class BranchesApi(object):
|
|
|
418
418
|
def branch_merge(self, project_id, name, branch_merge_parameters, **kwargs): # noqa: E501
|
|
419
419
|
"""Merge a branch # noqa: E501
|
|
420
420
|
|
|
421
|
-
Merge an existing branch.
|
|
421
|
+
Merge an existing branch. *Note: Merging a branch may take several minutes depending on diff size.* # noqa: E501
|
|
422
422
|
This method makes a synchronous HTTP request by default. To make an
|
|
423
423
|
asynchronous HTTP request, please pass async_req=True
|
|
424
424
|
>>> thread = api.branch_merge(project_id, name, branch_merge_parameters, async_req=True)
|
|
@@ -446,7 +446,7 @@ class BranchesApi(object):
|
|
|
446
446
|
def branch_merge_with_http_info(self, project_id, name, branch_merge_parameters, **kwargs): # noqa: E501
|
|
447
447
|
"""Merge a branch # noqa: E501
|
|
448
448
|
|
|
449
|
-
Merge an existing branch.
|
|
449
|
+
Merge an existing branch. *Note: Merging a branch may take several minutes depending on diff size.* # noqa: E501
|
|
450
450
|
This method makes a synchronous HTTP request by default. To make an
|
|
451
451
|
asynchronous HTTP request, please pass async_req=True
|
|
452
452
|
>>> thread = api.branch_merge_with_http_info(project_id, name, branch_merge_parameters, async_req=True)
|
|
@@ -38,7 +38,7 @@ class InvitationsApi(object):
|
|
|
38
38
|
def invitation_create(self, account_id, invitation_create_parameters, **kwargs): # noqa: E501
|
|
39
39
|
"""Create a new invitation # noqa: E501
|
|
40
40
|
|
|
41
|
-
Invite a person to an account. Developers and translators need
|
|
41
|
+
Invite a person to an account. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`. # noqa: E501
|
|
42
42
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
43
|
asynchronous HTTP request, please pass async_req=True
|
|
44
44
|
>>> thread = api.invitation_create(account_id, invitation_create_parameters, async_req=True)
|
|
@@ -65,7 +65,7 @@ class InvitationsApi(object):
|
|
|
65
65
|
def invitation_create_with_http_info(self, account_id, invitation_create_parameters, **kwargs): # noqa: E501
|
|
66
66
|
"""Create a new invitation # noqa: E501
|
|
67
67
|
|
|
68
|
-
Invite a person to an account. Developers and translators need
|
|
68
|
+
Invite a person to an account. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`. # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
71
|
>>> thread = api.invitation_create_with_http_info(account_id, invitation_create_parameters, async_req=True)
|
|
@@ -170,7 +170,7 @@ class InvitationsApi(object):
|
|
|
170
170
|
def invitation_delete(self, account_id, id, **kwargs): # noqa: E501
|
|
171
171
|
"""Delete an invitation # noqa: E501
|
|
172
172
|
|
|
173
|
-
Delete an existing invitation (must not be accepted yet). Access token scope must include
|
|
173
|
+
Delete an existing invitation (must not be accepted yet). Access token scope must include `team.manage`. # noqa: E501
|
|
174
174
|
This method makes a synchronous HTTP request by default. To make an
|
|
175
175
|
asynchronous HTTP request, please pass async_req=True
|
|
176
176
|
>>> thread = api.invitation_delete(account_id, id, async_req=True)
|
|
@@ -197,7 +197,7 @@ class InvitationsApi(object):
|
|
|
197
197
|
def invitation_delete_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
198
198
|
"""Delete an invitation # noqa: E501
|
|
199
199
|
|
|
200
|
-
Delete an existing invitation (must not be accepted yet). Access token scope must include
|
|
200
|
+
Delete an existing invitation (must not be accepted yet). Access token scope must include `team.manage`. # noqa: E501
|
|
201
201
|
This method makes a synchronous HTTP request by default. To make an
|
|
202
202
|
asynchronous HTTP request, please pass async_req=True
|
|
203
203
|
>>> thread = api.invitation_delete_with_http_info(account_id, id, async_req=True)
|
|
@@ -294,7 +294,7 @@ class InvitationsApi(object):
|
|
|
294
294
|
def invitation_resend(self, account_id, id, **kwargs): # noqa: E501
|
|
295
295
|
"""Resend an invitation # noqa: E501
|
|
296
296
|
|
|
297
|
-
Resend the invitation email (must not be accepted yet). Access token scope must include
|
|
297
|
+
Resend the invitation email (must not be accepted yet). Access token scope must include `team.manage`. # noqa: E501
|
|
298
298
|
This method makes a synchronous HTTP request by default. To make an
|
|
299
299
|
asynchronous HTTP request, please pass async_req=True
|
|
300
300
|
>>> thread = api.invitation_resend(account_id, id, async_req=True)
|
|
@@ -321,7 +321,7 @@ class InvitationsApi(object):
|
|
|
321
321
|
def invitation_resend_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
322
322
|
"""Resend an invitation # noqa: E501
|
|
323
323
|
|
|
324
|
-
Resend the invitation email (must not be accepted yet). Access token scope must include
|
|
324
|
+
Resend the invitation email (must not be accepted yet). Access token scope must include `team.manage`. # noqa: E501
|
|
325
325
|
This method makes a synchronous HTTP request by default. To make an
|
|
326
326
|
asynchronous HTTP request, please pass async_req=True
|
|
327
327
|
>>> thread = api.invitation_resend_with_http_info(account_id, id, async_req=True)
|
|
@@ -422,7 +422,7 @@ class InvitationsApi(object):
|
|
|
422
422
|
def invitation_show(self, account_id, id, **kwargs): # noqa: E501
|
|
423
423
|
"""Get a single invitation # noqa: E501
|
|
424
424
|
|
|
425
|
-
Get details on a single invitation. Access token scope must include
|
|
425
|
+
Get details on a single invitation. Access token scope must include `team.manage`. # noqa: E501
|
|
426
426
|
This method makes a synchronous HTTP request by default. To make an
|
|
427
427
|
asynchronous HTTP request, please pass async_req=True
|
|
428
428
|
>>> thread = api.invitation_show(account_id, id, async_req=True)
|
|
@@ -449,7 +449,7 @@ class InvitationsApi(object):
|
|
|
449
449
|
def invitation_show_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
450
450
|
"""Get a single invitation # noqa: E501
|
|
451
451
|
|
|
452
|
-
Get details on a single invitation. Access token scope must include
|
|
452
|
+
Get details on a single invitation. Access token scope must include `team.manage`. # noqa: E501
|
|
453
453
|
This method makes a synchronous HTTP request by default. To make an
|
|
454
454
|
asynchronous HTTP request, please pass async_req=True
|
|
455
455
|
>>> thread = api.invitation_show_with_http_info(account_id, id, async_req=True)
|
|
@@ -550,7 +550,7 @@ class InvitationsApi(object):
|
|
|
550
550
|
def invitation_update(self, account_id, id, invitation_update_parameters, **kwargs): # noqa: E501
|
|
551
551
|
"""Update an invitation # noqa: E501
|
|
552
552
|
|
|
553
|
-
Update an existing invitation (must not be accepted yet). The
|
|
553
|
+
Update an existing invitation (must not be accepted yet). The `email` cannot be updated. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`. # noqa: E501
|
|
554
554
|
This method makes a synchronous HTTP request by default. To make an
|
|
555
555
|
asynchronous HTTP request, please pass async_req=True
|
|
556
556
|
>>> thread = api.invitation_update(account_id, id, invitation_update_parameters, async_req=True)
|
|
@@ -578,7 +578,7 @@ class InvitationsApi(object):
|
|
|
578
578
|
def invitation_update_with_http_info(self, account_id, id, invitation_update_parameters, **kwargs): # noqa: E501
|
|
579
579
|
"""Update an invitation # noqa: E501
|
|
580
580
|
|
|
581
|
-
Update an existing invitation (must not be accepted yet). The
|
|
581
|
+
Update an existing invitation (must not be accepted yet). The `email` cannot be updated. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`. # noqa: E501
|
|
582
582
|
This method makes a synchronous HTTP request by default. To make an
|
|
583
583
|
asynchronous HTTP request, please pass async_req=True
|
|
584
584
|
>>> thread = api.invitation_update_with_http_info(account_id, id, invitation_update_parameters, async_req=True)
|
|
@@ -691,7 +691,7 @@ class InvitationsApi(object):
|
|
|
691
691
|
def invitation_update_settings(self, project_id, id, invitation_update_settings_parameters, **kwargs): # noqa: E501
|
|
692
692
|
"""Update a member's invitation access # noqa: E501
|
|
693
693
|
|
|
694
|
-
Update member's settings in the invitations. Access token scope must include
|
|
694
|
+
Update member's settings in the invitations. Access token scope must include `team.manage`. # noqa: E501
|
|
695
695
|
This method makes a synchronous HTTP request by default. To make an
|
|
696
696
|
asynchronous HTTP request, please pass async_req=True
|
|
697
697
|
>>> thread = api.invitation_update_settings(project_id, id, invitation_update_settings_parameters, async_req=True)
|
|
@@ -719,7 +719,7 @@ class InvitationsApi(object):
|
|
|
719
719
|
def invitation_update_settings_with_http_info(self, project_id, id, invitation_update_settings_parameters, **kwargs): # noqa: E501
|
|
720
720
|
"""Update a member's invitation access # noqa: E501
|
|
721
721
|
|
|
722
|
-
Update member's settings in the invitations. Access token scope must include
|
|
722
|
+
Update member's settings in the invitations. Access token scope must include `team.manage`. # noqa: E501
|
|
723
723
|
This method makes a synchronous HTTP request by default. To make an
|
|
724
724
|
asynchronous HTTP request, please pass async_req=True
|
|
725
725
|
>>> thread = api.invitation_update_settings_with_http_info(project_id, id, invitation_update_settings_parameters, async_req=True)
|
|
@@ -832,7 +832,7 @@ class InvitationsApi(object):
|
|
|
832
832
|
def invitations_list(self, account_id, **kwargs): # noqa: E501
|
|
833
833
|
"""List invitations # noqa: E501
|
|
834
834
|
|
|
835
|
-
List invitations for an account. It will also list the accessible resources like projects and locales the invited user has access to. In case nothing is shown the default access from the role is used. Access token scope must include
|
|
835
|
+
List invitations for an account. It will also list the accessible resources like projects and locales the invited user has access to. In case nothing is shown the default access from the role is used. Access token scope must include `team.manage`. # noqa: E501
|
|
836
836
|
This method makes a synchronous HTTP request by default. To make an
|
|
837
837
|
asynchronous HTTP request, please pass async_req=True
|
|
838
838
|
>>> thread = api.invitations_list(account_id, async_req=True)
|
|
@@ -860,7 +860,7 @@ class InvitationsApi(object):
|
|
|
860
860
|
def invitations_list_with_http_info(self, account_id, **kwargs): # noqa: E501
|
|
861
861
|
"""List invitations # noqa: E501
|
|
862
862
|
|
|
863
|
-
List invitations for an account. It will also list the accessible resources like projects and locales the invited user has access to. In case nothing is shown the default access from the role is used. Access token scope must include
|
|
863
|
+
List invitations for an account. It will also list the accessible resources like projects and locales the invited user has access to. In case nothing is shown the default access from the role is used. Access token scope must include `team.manage`. # noqa: E501
|
|
864
864
|
This method makes a synchronous HTTP request by default. To make an
|
|
865
865
|
asynchronous HTTP request, please pass async_req=True
|
|
866
866
|
>>> thread = api.invitations_list_with_http_info(account_id, async_req=True)
|
|
@@ -1545,7 +1545,7 @@ class JobsApi(object):
|
|
|
1545
1545
|
:param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
1546
1546
|
:param str owned_by: filter by user owning job
|
|
1547
1547
|
:param str assigned_to: filter by user assigned to job
|
|
1548
|
-
:param str state: filter by state of job; valid states are:
|
|
1548
|
+
:param str state: filter by state of job; valid states are: `draft`, `in_progress`, `completed`
|
|
1549
1549
|
:param str updated_since: filter by jobs updated since given date
|
|
1550
1550
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
1551
1551
|
be returned without reading/decoding response
|
|
@@ -1577,7 +1577,7 @@ class JobsApi(object):
|
|
|
1577
1577
|
:param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
|
|
1578
1578
|
:param str owned_by: filter by user owning job
|
|
1579
1579
|
:param str assigned_to: filter by user assigned to job
|
|
1580
|
-
:param str state: filter by state of job; valid states are:
|
|
1580
|
+
:param str state: filter by state of job; valid states are: `draft`, `in_progress`, `completed`
|
|
1581
1581
|
:param str updated_since: filter by jobs updated since given date
|
|
1582
1582
|
:param _return_http_data_only: response data without head status code
|
|
1583
1583
|
and headers
|
|
@@ -1695,7 +1695,7 @@ class JobsApi(object):
|
|
|
1695
1695
|
:param str branch: Branch to use
|
|
1696
1696
|
:param str owned_by: filter by user owning job
|
|
1697
1697
|
:param str assigned_to: filter by user assigned to job
|
|
1698
|
-
:param str state: filter by state of job; valid states are:
|
|
1698
|
+
:param str state: filter by state of job; valid states are: `draft`, `in_progress`, `completed`
|
|
1699
1699
|
:param str updated_since: filter by jobs updated since given date
|
|
1700
1700
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
1701
1701
|
be returned without reading/decoding response
|
|
@@ -1728,7 +1728,7 @@ class JobsApi(object):
|
|
|
1728
1728
|
:param str branch: Branch to use
|
|
1729
1729
|
:param str owned_by: filter by user owning job
|
|
1730
1730
|
:param str assigned_to: filter by user assigned to job
|
|
1731
|
-
:param str state: filter by state of job; valid states are:
|
|
1731
|
+
:param str state: filter by state of job; valid states are: `draft`, `in_progress`, `completed`
|
|
1732
1732
|
:param str updated_since: filter by jobs updated since given date
|
|
1733
1733
|
:param _return_http_data_only: response data without head status code
|
|
1734
1734
|
and headers
|
|
@@ -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)
|
|
586
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards). The following qualifiers are also supported in the search term: - `ids:key_id,...` for queries on a comma-separated list of ids - `name:key_name` for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes - `tags:tag_name` to filter for keys with certain tags - `translated:{true|false}` for translation status (also requires `locale_id` to be specified) - `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries - `unmentioned_in_upload:upload_id,...` to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in **all** uploads **Caution:** Query parameters with empty values will be treated as though they are not included in the request and will be ignored. Find more examples [here](/en/api/strings/usage-examples).
|
|
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)
|
|
615
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards). The following qualifiers are also supported in the search term: - `ids:key_id,...` for queries on a comma-separated list of ids - `name:key_name` for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes - `tags:tag_name` to filter for keys with certain tags - `translated:{true|false}` for translation status (also requires `locale_id` to be specified) - `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries - `unmentioned_in_upload:upload_id,...` to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in **all** uploads **Caution:** Query parameters with empty values will be treated as though they are not included in the request and will be ignored. Find more examples [here](/en/api/strings/usage-examples).
|
|
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
|
|
@@ -985,7 +985,7 @@ class KeysApi(object):
|
|
|
985
985
|
:param str branch: specify the branch to use
|
|
986
986
|
:param str sort: Sort by field. Can be one of: name, created_at, updated_at.
|
|
987
987
|
:param str order: Order direction. Can be one of: asc, desc.
|
|
988
|
-
:param str q: Specify a query to do broad search for keys by name (including wildcards)
|
|
988
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards). The following qualifiers are also supported in the search term: - `ids:key_id,...` for queries on a comma-separated list of ids - `name:key_name` for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes - `tags:tag_name` to filter for keys with certain tags - `translated:{true|false}` for translation status (also requires `locale_id` to be specified) - `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries - `unmentioned_in_upload:upload_id,...` to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in **all** uploads **Caution:** Query parameters with empty values will be treated as though they are not included in the request and will be ignored. Find more examples [here](/en/api/strings/usage-examples).
|
|
989
989
|
:param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
|
990
990
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
991
991
|
be returned without reading/decoding response
|
|
@@ -1018,7 +1018,7 @@ class KeysApi(object):
|
|
|
1018
1018
|
:param str branch: specify the branch to use
|
|
1019
1019
|
:param str sort: Sort by field. Can be one of: name, created_at, updated_at.
|
|
1020
1020
|
:param str order: Order direction. Can be one of: asc, desc.
|
|
1021
|
-
:param str q: Specify a query to do broad search for keys by name (including wildcards)
|
|
1021
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards). The following qualifiers are also supported in the search term: - `ids:key_id,...` for queries on a comma-separated list of ids - `name:key_name` for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes - `tags:tag_name` to filter for keys with certain tags - `translated:{true|false}` for translation status (also requires `locale_id` to be specified) - `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries - `unmentioned_in_upload:upload_id,...` to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in **all** uploads **Caution:** Query parameters with empty values will be treated as though they are not included in the request and will be ignored. Find more examples [here](/en/api/strings/usage-examples).
|
|
1022
1022
|
:param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
|
1023
1023
|
:param _return_http_data_only: response data without head status code
|
|
1024
1024
|
and headers
|
|
@@ -49,8 +49,8 @@ class LocaleDownloadsApi(object):
|
|
|
49
49
|
:param str locale_id: Locale ID (required)
|
|
50
50
|
:param LocaleDownloadCreateParameters locale_download_create_parameters: (required)
|
|
51
51
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
52
|
-
:param str if_modified_since: Last modified condition, see
|
|
53
|
-
:param str if_none_match: ETag condition, see
|
|
52
|
+
:param str if_modified_since: Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
53
|
+
:param str if_none_match: ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
54
54
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
55
55
|
be returned without reading/decoding response
|
|
56
56
|
data. Default is True.
|
|
@@ -79,8 +79,8 @@ class LocaleDownloadsApi(object):
|
|
|
79
79
|
:param str locale_id: Locale ID (required)
|
|
80
80
|
:param LocaleDownloadCreateParameters locale_download_create_parameters: (required)
|
|
81
81
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
82
|
-
:param str if_modified_since: Last modified condition, see
|
|
83
|
-
:param str if_none_match: ETag condition, see
|
|
82
|
+
:param str if_modified_since: Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
83
|
+
:param str if_none_match: ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
84
84
|
:param _return_http_data_only: response data without head status code
|
|
85
85
|
and headers
|
|
86
86
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -200,8 +200,8 @@ class LocaleDownloadsApi(object):
|
|
|
200
200
|
:param str locale_id: Locale ID (required)
|
|
201
201
|
:param str id: ID (required)
|
|
202
202
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
203
|
-
:param str if_modified_since: Last modified condition, see
|
|
204
|
-
:param str if_none_match: ETag condition, see
|
|
203
|
+
:param str if_modified_since: Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
204
|
+
:param str if_none_match: ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
205
205
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
206
206
|
be returned without reading/decoding response
|
|
207
207
|
data. Default is True.
|
|
@@ -230,8 +230,8 @@ class LocaleDownloadsApi(object):
|
|
|
230
230
|
:param str locale_id: Locale ID (required)
|
|
231
231
|
:param str id: ID (required)
|
|
232
232
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
233
|
-
:param str if_modified_since: Last modified condition, see
|
|
234
|
-
:param str if_none_match: ETag condition, see
|
|
233
|
+
:param str if_modified_since: Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
234
|
+
:param str if_none_match: ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
235
235
|
:param _return_http_data_only: response data without head status code
|
|
236
236
|
and headers
|
|
237
237
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -438,10 +438,10 @@ class LocalesApi(object):
|
|
|
438
438
|
:param str project_id: Project ID (required)
|
|
439
439
|
:param str id: Locale ID or locale name (required)
|
|
440
440
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
441
|
-
:param str if_modified_since: Last modified condition, see
|
|
442
|
-
:param str if_none_match: ETag condition, see
|
|
441
|
+
:param str if_modified_since: Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
442
|
+
:param str if_none_match: ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
443
443
|
:param str branch: specify the branch to use
|
|
444
|
-
:param str file_format: File format name. See the
|
|
444
|
+
:param str file_format: File format name. See the [format guide](https://support.phrase.com/hc/en-us/sections/6111343326364) for all supported file formats.
|
|
445
445
|
:param str tags: Limit results to keys tagged with a list of comma separated tag names.
|
|
446
446
|
:param str tag: Limit download to tagged keys. This parameter is deprecated. Please use the \"tags\" parameter instead
|
|
447
447
|
:param bool include_empty_translations: Indicates whether keys without translations should be included in the output as well.
|
|
@@ -449,17 +449,18 @@ class LocalesApi(object):
|
|
|
449
449
|
:param bool include_translated_keys: Include translated keys in the locale file. Use in combination with include_empty_translations to obtain only untranslated keys.
|
|
450
450
|
:param bool keep_notranslate_tags: Indicates whether [NOTRANSLATE] tags should be kept.
|
|
451
451
|
:param bool convert_emoji: This option is obsolete. Projects that were created on or after Nov 29th 2019 or that did not contain emoji by then will not require this flag any longer since emoji are now supported natively.
|
|
452
|
-
:param object format_options: Additional formatting and render options. See the
|
|
452
|
+
:param object format_options: Additional formatting and render options. See the [format guide](https://support.phrase.com/hc/en-us/sections/6111343326364) for a list of options available for each format. Specify format options like this: `...&format_options[foo]=bar`
|
|
453
453
|
:param str encoding: Enforces a specific encoding on the file contents. Valid options are \"UTF-8\", \"UTF-16\" and \"ISO-8859-1\".
|
|
454
|
-
:param bool skip_unverified_translations: Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with
|
|
454
|
+
:param bool skip_unverified_translations: Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with `include_unverified_translations`.
|
|
455
455
|
:param bool include_unverified_translations: if set to false unverified translations are excluded
|
|
456
456
|
:param bool use_last_reviewed_version: If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
|
|
457
|
-
:param str fallback_locale_id: If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to
|
|
458
|
-
:param str source_locale_id: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a
|
|
457
|
+
:param str fallback_locale_id: If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to `true`.
|
|
458
|
+
:param str source_locale_id: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job.
|
|
459
459
|
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
|
|
460
460
|
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
|
|
461
461
|
:param object custom_metadata_filters: Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
|
|
462
462
|
:param List[str] locale_ids: Locale IDs or locale names
|
|
463
|
+
:param str updated_since: Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
|
|
463
464
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
464
465
|
be returned without reading/decoding response
|
|
465
466
|
data. Default is True.
|
|
@@ -487,10 +488,10 @@ class LocalesApi(object):
|
|
|
487
488
|
:param str project_id: Project ID (required)
|
|
488
489
|
:param str id: Locale ID or locale name (required)
|
|
489
490
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
490
|
-
:param str if_modified_since: Last modified condition, see
|
|
491
|
-
:param str if_none_match: ETag condition, see
|
|
491
|
+
:param str if_modified_since: Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
492
|
+
:param str if_none_match: ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
|
|
492
493
|
:param str branch: specify the branch to use
|
|
493
|
-
:param str file_format: File format name. See the
|
|
494
|
+
:param str file_format: File format name. See the [format guide](https://support.phrase.com/hc/en-us/sections/6111343326364) for all supported file formats.
|
|
494
495
|
:param str tags: Limit results to keys tagged with a list of comma separated tag names.
|
|
495
496
|
:param str tag: Limit download to tagged keys. This parameter is deprecated. Please use the \"tags\" parameter instead
|
|
496
497
|
:param bool include_empty_translations: Indicates whether keys without translations should be included in the output as well.
|
|
@@ -498,17 +499,18 @@ class LocalesApi(object):
|
|
|
498
499
|
:param bool include_translated_keys: Include translated keys in the locale file. Use in combination with include_empty_translations to obtain only untranslated keys.
|
|
499
500
|
:param bool keep_notranslate_tags: Indicates whether [NOTRANSLATE] tags should be kept.
|
|
500
501
|
:param bool convert_emoji: This option is obsolete. Projects that were created on or after Nov 29th 2019 or that did not contain emoji by then will not require this flag any longer since emoji are now supported natively.
|
|
501
|
-
:param object format_options: Additional formatting and render options. See the
|
|
502
|
+
:param object format_options: Additional formatting and render options. See the [format guide](https://support.phrase.com/hc/en-us/sections/6111343326364) for a list of options available for each format. Specify format options like this: `...&format_options[foo]=bar`
|
|
502
503
|
:param str encoding: Enforces a specific encoding on the file contents. Valid options are \"UTF-8\", \"UTF-16\" and \"ISO-8859-1\".
|
|
503
|
-
:param bool skip_unverified_translations: Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with
|
|
504
|
+
:param bool skip_unverified_translations: Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with `include_unverified_translations`.
|
|
504
505
|
:param bool include_unverified_translations: if set to false unverified translations are excluded
|
|
505
506
|
:param bool use_last_reviewed_version: If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
|
|
506
|
-
:param str fallback_locale_id: If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to
|
|
507
|
-
:param str source_locale_id: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a
|
|
507
|
+
:param str fallback_locale_id: If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to `true`.
|
|
508
|
+
:param str source_locale_id: Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job.
|
|
508
509
|
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
|
|
509
510
|
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
|
|
510
511
|
:param object custom_metadata_filters: Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
|
|
511
512
|
:param List[str] locale_ids: Locale IDs or locale names
|
|
513
|
+
:param str updated_since: Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., `2023-01-01T00:00:00Z`).
|
|
512
514
|
:param _return_http_data_only: response data without head status code
|
|
513
515
|
and headers
|
|
514
516
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -550,7 +552,8 @@ class LocalesApi(object):
|
|
|
550
552
|
'translation_key_prefix',
|
|
551
553
|
'filter_by_prefix',
|
|
552
554
|
'custom_metadata_filters',
|
|
553
|
-
'locale_ids'
|
|
555
|
+
'locale_ids',
|
|
556
|
+
'updated_since'
|
|
554
557
|
]
|
|
555
558
|
all_params.extend(
|
|
556
559
|
[
|
|
@@ -628,6 +631,8 @@ class LocalesApi(object):
|
|
|
628
631
|
if 'locale_ids' in local_var_params and local_var_params['locale_ids'] is not None: # noqa: E501
|
|
629
632
|
query_params.append(('locale_ids', local_var_params['locale_ids'])) # noqa: E501
|
|
630
633
|
collection_formats['locale_ids'] = 'multi' # noqa: E501
|
|
634
|
+
if 'updated_since' in local_var_params and local_var_params['updated_since'] is not None: # noqa: E501
|
|
635
|
+
query_params.append(('updated_since', local_var_params['updated_since'])) # noqa: E501
|
|
631
636
|
|
|
632
637
|
header_params = {}
|
|
633
638
|
if 'x_phrase_app_otp' in local_var_params:
|
|
@@ -38,7 +38,7 @@ class MembersApi(object):
|
|
|
38
38
|
def member_delete(self, account_id, id, **kwargs): # noqa: E501
|
|
39
39
|
"""Remove a user from the account # noqa: E501
|
|
40
40
|
|
|
41
|
-
Remove a user from the account. The user will be removed from the account but not deleted from Phrase. Access token scope must include
|
|
41
|
+
Remove a user from the account. The user will be removed from the account but not deleted from Phrase. Access token scope must include `team.manage`. # noqa: E501
|
|
42
42
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
43
|
asynchronous HTTP request, please pass async_req=True
|
|
44
44
|
>>> thread = api.member_delete(account_id, id, async_req=True)
|
|
@@ -65,7 +65,7 @@ class MembersApi(object):
|
|
|
65
65
|
def member_delete_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
66
66
|
"""Remove a user from the account # noqa: E501
|
|
67
67
|
|
|
68
|
-
Remove a user from the account. The user will be removed from the account but not deleted from Phrase. Access token scope must include
|
|
68
|
+
Remove a user from the account. The user will be removed from the account but not deleted from Phrase. Access token scope must include `team.manage`. # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
71
|
>>> thread = api.member_delete_with_http_info(account_id, id, async_req=True)
|
|
@@ -162,7 +162,7 @@ class MembersApi(object):
|
|
|
162
162
|
def member_show(self, account_id, id, **kwargs): # noqa: E501
|
|
163
163
|
"""Get single member # noqa: E501
|
|
164
164
|
|
|
165
|
-
Get details on a single user in the account. Access token scope must include
|
|
165
|
+
Get details on a single user in the account. Access token scope must include `team.manage`. # noqa: E501
|
|
166
166
|
This method makes a synchronous HTTP request by default. To make an
|
|
167
167
|
asynchronous HTTP request, please pass async_req=True
|
|
168
168
|
>>> thread = api.member_show(account_id, id, async_req=True)
|
|
@@ -189,7 +189,7 @@ class MembersApi(object):
|
|
|
189
189
|
def member_show_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
190
190
|
"""Get single member # noqa: E501
|
|
191
191
|
|
|
192
|
-
Get details on a single user in the account. Access token scope must include
|
|
192
|
+
Get details on a single user in the account. Access token scope must include `team.manage`. # noqa: E501
|
|
193
193
|
This method makes a synchronous HTTP request by default. To make an
|
|
194
194
|
asynchronous HTTP request, please pass async_req=True
|
|
195
195
|
>>> thread = api.member_show_with_http_info(account_id, id, async_req=True)
|
|
@@ -290,7 +290,7 @@ class MembersApi(object):
|
|
|
290
290
|
def member_update(self, account_id, id, member_update_parameters, **kwargs): # noqa: E501
|
|
291
291
|
"""Update a member # noqa: E501
|
|
292
292
|
|
|
293
|
-
Update user permissions in the account. Developers and translators need
|
|
293
|
+
Update user permissions in the account. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`. # noqa: E501
|
|
294
294
|
This method makes a synchronous HTTP request by default. To make an
|
|
295
295
|
asynchronous HTTP request, please pass async_req=True
|
|
296
296
|
>>> thread = api.member_update(account_id, id, member_update_parameters, async_req=True)
|
|
@@ -318,7 +318,7 @@ class MembersApi(object):
|
|
|
318
318
|
def member_update_with_http_info(self, account_id, id, member_update_parameters, **kwargs): # noqa: E501
|
|
319
319
|
"""Update a member # noqa: E501
|
|
320
320
|
|
|
321
|
-
Update user permissions in the account. Developers and translators need
|
|
321
|
+
Update user permissions in the account. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`. # noqa: E501
|
|
322
322
|
This method makes a synchronous HTTP request by default. To make an
|
|
323
323
|
asynchronous HTTP request, please pass async_req=True
|
|
324
324
|
>>> thread = api.member_update_with_http_info(account_id, id, member_update_parameters, async_req=True)
|
|
@@ -431,7 +431,7 @@ class MembersApi(object):
|
|
|
431
431
|
def member_update_settings(self, project_id, id, member_update_settings_parameters, **kwargs): # noqa: E501
|
|
432
432
|
"""Update a member's project settings # noqa: E501
|
|
433
433
|
|
|
434
|
-
Update user settings in the project. Access token scope must include
|
|
434
|
+
Update user settings in the project. Access token scope must include `team.manage`. # noqa: E501
|
|
435
435
|
This method makes a synchronous HTTP request by default. To make an
|
|
436
436
|
asynchronous HTTP request, please pass async_req=True
|
|
437
437
|
>>> thread = api.member_update_settings(project_id, id, member_update_settings_parameters, async_req=True)
|
|
@@ -459,7 +459,7 @@ class MembersApi(object):
|
|
|
459
459
|
def member_update_settings_with_http_info(self, project_id, id, member_update_settings_parameters, **kwargs): # noqa: E501
|
|
460
460
|
"""Update a member's project settings # noqa: E501
|
|
461
461
|
|
|
462
|
-
Update user settings in the project. Access token scope must include
|
|
462
|
+
Update user settings in the project. Access token scope must include `team.manage`. # noqa: E501
|
|
463
463
|
This method makes a synchronous HTTP request by default. To make an
|
|
464
464
|
asynchronous HTTP request, please pass async_req=True
|
|
465
465
|
>>> thread = api.member_update_settings_with_http_info(project_id, id, member_update_settings_parameters, async_req=True)
|
|
@@ -572,7 +572,7 @@ class MembersApi(object):
|
|
|
572
572
|
def members_list(self, account_id, **kwargs): # noqa: E501
|
|
573
573
|
"""List members # noqa: E501
|
|
574
574
|
|
|
575
|
-
Get all users active in the account. It also lists resources like projects and locales the member has access to. In case nothing is shown the default access from the role is used. Access token scope must include
|
|
575
|
+
Get all users active in the account. It also lists resources like projects and locales the member has access to. In case nothing is shown the default access from the role is used. Access token scope must include `team.manage`. # noqa: E501
|
|
576
576
|
This method makes a synchronous HTTP request by default. To make an
|
|
577
577
|
asynchronous HTTP request, please pass async_req=True
|
|
578
578
|
>>> thread = api.members_list(account_id, async_req=True)
|
|
@@ -600,7 +600,7 @@ class MembersApi(object):
|
|
|
600
600
|
def members_list_with_http_info(self, account_id, **kwargs): # noqa: E501
|
|
601
601
|
"""List members # noqa: E501
|
|
602
602
|
|
|
603
|
-
Get all users active in the account. It also lists resources like projects and locales the member has access to. In case nothing is shown the default access from the role is used. Access token scope must include
|
|
603
|
+
Get all users active in the account. It also lists resources like projects and locales the member has access to. In case nothing is shown the default access from the role is used. Access token scope must include `team.manage`. # noqa: E501
|
|
604
604
|
This method makes a synchronous HTTP request by default. To make an
|
|
605
605
|
asynchronous HTTP request, please pass async_req=True
|
|
606
606
|
>>> thread = api.members_list_with_http_info(account_id, async_req=True)
|
|
@@ -179,7 +179,7 @@ class OrdersApi(object):
|
|
|
179
179
|
def order_create(self, project_id, order_create_parameters, **kwargs): # noqa: E501
|
|
180
180
|
"""Create a new order # noqa: E501
|
|
181
181
|
|
|
182
|
-
Create a new order. Access token scope must include
|
|
182
|
+
Create a new order. Access token scope must include `orders.create`. # noqa: E501
|
|
183
183
|
This method makes a synchronous HTTP request by default. To make an
|
|
184
184
|
asynchronous HTTP request, please pass async_req=True
|
|
185
185
|
>>> thread = api.order_create(project_id, order_create_parameters, async_req=True)
|
|
@@ -206,7 +206,7 @@ class OrdersApi(object):
|
|
|
206
206
|
def order_create_with_http_info(self, project_id, order_create_parameters, **kwargs): # noqa: E501
|
|
207
207
|
"""Create a new order # noqa: E501
|
|
208
208
|
|
|
209
|
-
Create a new order. Access token scope must include
|
|
209
|
+
Create a new order. Access token scope must include `orders.create`. # noqa: E501
|
|
210
210
|
This method makes a synchronous HTTP request by default. To make an
|
|
211
211
|
asynchronous HTTP request, please pass async_req=True
|
|
212
212
|
>>> thread = api.order_create_with_http_info(project_id, order_create_parameters, async_req=True)
|
|
@@ -312,7 +312,7 @@ class ReleaseTriggersApi(object):
|
|
|
312
312
|
def release_triggers_list(self, account_id, distribution_id, **kwargs): # noqa: E501
|
|
313
313
|
"""List release triggers # noqa: E501
|
|
314
314
|
|
|
315
|
-
List all release triggers for the given distribution
|
|
315
|
+
List all release triggers for the given distribution. Note: Currently only one release trigger can exist per distribution. # noqa: E501
|
|
316
316
|
This method makes a synchronous HTTP request by default. To make an
|
|
317
317
|
asynchronous HTTP request, please pass async_req=True
|
|
318
318
|
>>> thread = api.release_triggers_list(account_id, distribution_id, async_req=True)
|
|
@@ -339,7 +339,7 @@ class ReleaseTriggersApi(object):
|
|
|
339
339
|
def release_triggers_list_with_http_info(self, account_id, distribution_id, **kwargs): # noqa: E501
|
|
340
340
|
"""List release triggers # noqa: E501
|
|
341
341
|
|
|
342
|
-
List all release triggers for the given distribution
|
|
342
|
+
List all release triggers for the given distribution. Note: Currently only one release trigger can exist per distribution. # noqa: E501
|
|
343
343
|
This method makes a synchronous HTTP request by default. To make an
|
|
344
344
|
asynchronous HTTP request, please pass async_req=True
|
|
345
345
|
>>> thread = api.release_triggers_list_with_http_info(account_id, distribution_id, async_req=True)
|
|
@@ -38,7 +38,7 @@ class SearchApi(object):
|
|
|
38
38
|
def search_in_account(self, account_id, search_in_account_parameters, **kwargs): # noqa: E501
|
|
39
39
|
"""Search across projects # noqa: E501
|
|
40
40
|
|
|
41
|
-
Search for keys and translations in all account projects
|
|
41
|
+
Search for keys and translations in all account projects *Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.* # noqa: E501
|
|
42
42
|
This method makes a synchronous HTTP request by default. To make an
|
|
43
43
|
asynchronous HTTP request, please pass async_req=True
|
|
44
44
|
>>> thread = api.search_in_account(account_id, search_in_account_parameters, async_req=True)
|
|
@@ -65,7 +65,7 @@ class SearchApi(object):
|
|
|
65
65
|
def search_in_account_with_http_info(self, account_id, search_in_account_parameters, **kwargs): # noqa: E501
|
|
66
66
|
"""Search across projects # noqa: E501
|
|
67
67
|
|
|
68
|
-
Search for keys and translations in all account projects
|
|
68
|
+
Search for keys and translations in all account projects *Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.* # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
71
|
>>> thread = api.search_in_account_with_http_info(account_id, search_in_account_parameters, async_req=True)
|