phrase-api 3.0.3__tar.gz → 3.2.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.0.3 → phrase_api-3.2.0}/PKG-INFO +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/README.md +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/__init__.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/keys_api.py +4 -4
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/locales_api.py +7 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api_client.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/configuration.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_details.py +27 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/keys_exclude_parameters.py +2 -2
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/keys_include_parameters.py +2 -2
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/keys_search_parameters.py +2 -2
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/keys_tag_parameters.py +2 -2
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/keys_untag_parameters.py +2 -2
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/upload.py +31 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/pyproject.toml +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/setup.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_details.py +1 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_create_parameters.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_update_parameters.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project_create_parameters.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project_update_parameters.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshot_update_parameters.py +1 -1
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_upload.py +3 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/__init__.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/jobs_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/members_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/quality_performance_score_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/repo_sync_events_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/repo_syncs_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/search_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/tags_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/uploads_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/users_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/api_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/exceptions.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/__init__.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/account.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/account_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/authorization.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/branch.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comment.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comment_create_parameters1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/current_user.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/distribution.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/document.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/error.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/error_error.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/format.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/icu.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/invitation.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_keys_delete_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_link.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/member.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/notification.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project_report.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project_short.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/project_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of_data.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of_errors_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list_request.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/repo_sync_event.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/space.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/space1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/subscription.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/tag.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/team.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/team_short.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/user.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/variable.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/webhook.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/py.typed +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api/rest.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api.egg-info/SOURCES.txt +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/setup.cfg +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_account.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_account_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_account_search_result.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_accounts_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_affected_count.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_affected_resources.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_authorization.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_authorization_with_token.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_authorizations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_blacklisted_key.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_branch.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_branch_name.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_branches_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_create_parameters1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_reaction.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_replies_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_current_user.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_distribution.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_distribution_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_distributions_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_document.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_documents_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_error.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_error_error.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_figma_attachment.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_format.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_formats_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossaries_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_icu.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_icu_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_invitation.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_invitations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_comment.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_comments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_keys_delete_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locale.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_start_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_locales.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_templates_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_job_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_jobs_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_link.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_key_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_linked_keys_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_download.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_download_params.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_download_result.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_preview1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_report.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_statistics.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_team_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locale_user_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_member.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_member_project_detail.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_member_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_members_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_notification.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_notification_group.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_notification_group_detail.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_notification_groups_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_notifications_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_order_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_orders_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project_locales.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project_report.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_project_short.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_projects_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of_data.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of_errors_inner.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_quality_performance_score_list_request.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_trigger.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_triggers_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_releases_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_repo_sync.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_repo_sync_event.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_repo_sync_events_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_repo_syncs_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_reports_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshot.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshot_marker.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_screenshots_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_search_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_space.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_space1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_space_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_space_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_spaces_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_style_guides_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_styleguide.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_styleguide_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_styleguide_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_subscription.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_tag.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_tag_with_stats.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_tags_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_team.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_team_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_team_detail.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_team_short.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_team_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_teams_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_key.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_key_details.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_order.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_parent.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_version.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_upload_summary.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_uploads_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_user.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_user_preview.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_users_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_variable.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_variables_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_versions_history_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_webhook.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_webhook_delivery.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.0}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-3.0.3 → phrase_api-3.2.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.0
|
|
8
|
+
- Package version: 3.2.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
|
|
11
11
|
|
|
@@ -583,7 +583,7 @@ class KeysApi(object):
|
|
|
583
583
|
:param str project_id: Project ID (required)
|
|
584
584
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
585
585
|
:param str branch: specify the branch to use
|
|
586
|
-
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
586
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
587
587
|
:param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
|
588
588
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
589
589
|
be returned without reading/decoding response
|
|
@@ -612,7 +612,7 @@ class KeysApi(object):
|
|
|
612
612
|
:param str project_id: Project ID (required)
|
|
613
613
|
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
614
614
|
:param str branch: specify the branch to use
|
|
615
|
-
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
615
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
616
616
|
:param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
|
|
617
617
|
:param _return_http_data_only: response data without head status code
|
|
618
618
|
and headers
|
|
@@ -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).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name
|
|
988
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
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).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name
|
|
1021
|
+
:param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
|
|
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
|
|
@@ -459,6 +459,7 @@ class LocalesApi(object):
|
|
|
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
|
+
:param List[str] locale_ids: Locale IDs or locale names
|
|
462
463
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
463
464
|
be returned without reading/decoding response
|
|
464
465
|
data. Default is True.
|
|
@@ -507,6 +508,7 @@ class LocalesApi(object):
|
|
|
507
508
|
:param str translation_key_prefix: Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
|
|
508
509
|
:param bool filter_by_prefix: Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
|
|
509
510
|
: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
|
+
:param List[str] locale_ids: Locale IDs or locale names
|
|
510
512
|
:param _return_http_data_only: response data without head status code
|
|
511
513
|
and headers
|
|
512
514
|
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
@@ -547,7 +549,8 @@ class LocalesApi(object):
|
|
|
547
549
|
'source_locale_id',
|
|
548
550
|
'translation_key_prefix',
|
|
549
551
|
'filter_by_prefix',
|
|
550
|
-
'custom_metadata_filters'
|
|
552
|
+
'custom_metadata_filters',
|
|
553
|
+
'locale_ids'
|
|
551
554
|
]
|
|
552
555
|
all_params.extend(
|
|
553
556
|
[
|
|
@@ -622,6 +625,9 @@ class LocalesApi(object):
|
|
|
622
625
|
query_params.append(('filter_by_prefix', local_var_params['filter_by_prefix'])) # noqa: E501
|
|
623
626
|
if 'custom_metadata_filters' in local_var_params and local_var_params['custom_metadata_filters'] is not None: # noqa: E501
|
|
624
627
|
query_params.append(('custom_metadata_filters', local_var_params['custom_metadata_filters'])) # noqa: E501
|
|
628
|
+
if 'locale_ids' in local_var_params and local_var_params['locale_ids'] is not None: # noqa: E501
|
|
629
|
+
query_params.append(('locale_ids', local_var_params['locale_ids'])) # noqa: E501
|
|
630
|
+
collection_formats['locale_ids'] = 'multi' # noqa: E501
|
|
625
631
|
|
|
626
632
|
header_params = {}
|
|
627
633
|
if 'x_phrase_app_otp' in local_var_params:
|
|
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
|
77
77
|
self.default_headers[header_name] = header_value
|
|
78
78
|
self.cookie = cookie
|
|
79
79
|
# Set default User-Agent.
|
|
80
|
-
self.user_agent = 'OpenAPI-Generator/3.0
|
|
80
|
+
self.user_agent = 'OpenAPI-Generator/3.2.0/python'
|
|
81
81
|
self.client_side_validation = configuration.client_side_validation
|
|
82
82
|
|
|
83
83
|
def __enter__(self):
|
|
@@ -370,7 +370,7 @@ class Configuration(object):
|
|
|
370
370
|
"OS: {env}\n"\
|
|
371
371
|
"Python Version: {pyversion}\n"\
|
|
372
372
|
"Version of the API: 2.0.0\n"\
|
|
373
|
-
"SDK Package Version: 3.0
|
|
373
|
+
"SDK Package Version: 3.2.0".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|
|
@@ -44,6 +44,7 @@ class JobDetails(object):
|
|
|
44
44
|
'updated_at': 'datetime',
|
|
45
45
|
'owner': 'UserPreview',
|
|
46
46
|
'job_tag_name': 'str',
|
|
47
|
+
'source_translations_updated_at': 'datetime',
|
|
47
48
|
'source_locale': 'LocalePreview',
|
|
48
49
|
'locales': 'List[LocalePreview]',
|
|
49
50
|
'keys': 'List[KeyPreview]'
|
|
@@ -62,12 +63,13 @@ class JobDetails(object):
|
|
|
62
63
|
'updated_at': 'updated_at',
|
|
63
64
|
'owner': 'owner',
|
|
64
65
|
'job_tag_name': 'job_tag_name',
|
|
66
|
+
'source_translations_updated_at': 'source_translations_updated_at',
|
|
65
67
|
'source_locale': 'source_locale',
|
|
66
68
|
'locales': 'locales',
|
|
67
69
|
'keys': 'keys'
|
|
68
70
|
}
|
|
69
71
|
|
|
70
|
-
def __init__(self, id=None, name=None, briefing=None, due_date=None, state=None, ticket_url=None, project=None, branch=None, created_at=None, updated_at=None, owner=None, job_tag_name=None, source_locale=None, locales=None, keys=None, local_vars_configuration=None): # noqa: E501
|
|
72
|
+
def __init__(self, id=None, name=None, briefing=None, due_date=None, state=None, ticket_url=None, project=None, branch=None, created_at=None, updated_at=None, owner=None, job_tag_name=None, source_translations_updated_at=None, source_locale=None, locales=None, keys=None, local_vars_configuration=None): # noqa: E501
|
|
71
73
|
"""JobDetails - a model defined in OpenAPI""" # noqa: E501
|
|
72
74
|
if local_vars_configuration is None:
|
|
73
75
|
local_vars_configuration = Configuration()
|
|
@@ -85,6 +87,7 @@ class JobDetails(object):
|
|
|
85
87
|
self._updated_at = None
|
|
86
88
|
self._owner = None
|
|
87
89
|
self._job_tag_name = None
|
|
90
|
+
self._source_translations_updated_at = None
|
|
88
91
|
self._source_locale = None
|
|
89
92
|
self._locales = None
|
|
90
93
|
self._keys = None
|
|
@@ -113,6 +116,8 @@ class JobDetails(object):
|
|
|
113
116
|
self.owner = owner
|
|
114
117
|
if job_tag_name is not None:
|
|
115
118
|
self.job_tag_name = job_tag_name
|
|
119
|
+
if source_translations_updated_at is not None:
|
|
120
|
+
self.source_translations_updated_at = source_translations_updated_at
|
|
116
121
|
if source_locale is not None:
|
|
117
122
|
self.source_locale = source_locale
|
|
118
123
|
if locales is not None:
|
|
@@ -372,6 +377,27 @@ class JobDetails(object):
|
|
|
372
377
|
|
|
373
378
|
self._job_tag_name = job_tag_name
|
|
374
379
|
|
|
380
|
+
@property
|
|
381
|
+
def source_translations_updated_at(self):
|
|
382
|
+
"""Gets the source_translations_updated_at of this JobDetails. # noqa: E501
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
:return: The source_translations_updated_at of this JobDetails. # noqa: E501
|
|
386
|
+
:rtype: datetime
|
|
387
|
+
"""
|
|
388
|
+
return self._source_translations_updated_at
|
|
389
|
+
|
|
390
|
+
@source_translations_updated_at.setter
|
|
391
|
+
def source_translations_updated_at(self, source_translations_updated_at):
|
|
392
|
+
"""Sets the source_translations_updated_at of this JobDetails.
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
:param source_translations_updated_at: The source_translations_updated_at of this JobDetails. # noqa: E501
|
|
396
|
+
:type: datetime
|
|
397
|
+
"""
|
|
398
|
+
|
|
399
|
+
self._source_translations_updated_at = source_translations_updated_at
|
|
400
|
+
|
|
375
401
|
@property
|
|
376
402
|
def source_locale(self):
|
|
377
403
|
"""Gets the source_locale of this JobDetails. # noqa: E501
|
|
@@ -93,7 +93,7 @@ class KeysExcludeParameters(object):
|
|
|
93
93
|
def q(self):
|
|
94
94
|
"""Gets the q of this KeysExcludeParameters. # noqa: E501
|
|
95
95
|
|
|
96
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
96
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
97
97
|
|
|
98
98
|
:return: The q of this KeysExcludeParameters. # noqa: E501
|
|
99
99
|
:rtype: str
|
|
@@ -104,7 +104,7 @@ class KeysExcludeParameters(object):
|
|
|
104
104
|
def q(self, q):
|
|
105
105
|
"""Sets the q of this KeysExcludeParameters.
|
|
106
106
|
|
|
107
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
107
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
108
108
|
|
|
109
109
|
:param q: The q of this KeysExcludeParameters. # noqa: E501
|
|
110
110
|
:type: str
|
|
@@ -93,7 +93,7 @@ class KeysIncludeParameters(object):
|
|
|
93
93
|
def q(self):
|
|
94
94
|
"""Gets the q of this KeysIncludeParameters. # noqa: E501
|
|
95
95
|
|
|
96
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
96
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
97
97
|
|
|
98
98
|
:return: The q of this KeysIncludeParameters. # noqa: E501
|
|
99
99
|
:rtype: str
|
|
@@ -104,7 +104,7 @@ class KeysIncludeParameters(object):
|
|
|
104
104
|
def q(self, q):
|
|
105
105
|
"""Sets the q of this KeysIncludeParameters.
|
|
106
106
|
|
|
107
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
107
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
108
108
|
|
|
109
109
|
:param q: The q of this KeysIncludeParameters. # noqa: E501
|
|
110
110
|
:type: str
|
|
@@ -144,7 +144,7 @@ class KeysSearchParameters(object):
|
|
|
144
144
|
def q(self):
|
|
145
145
|
"""Gets the q of this KeysSearchParameters. # noqa: E501
|
|
146
146
|
|
|
147
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
147
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys. # noqa: E501
|
|
148
148
|
|
|
149
149
|
:return: The q of this KeysSearchParameters. # noqa: E501
|
|
150
150
|
:rtype: str
|
|
@@ -155,7 +155,7 @@ class KeysSearchParameters(object):
|
|
|
155
155
|
def q(self, q):
|
|
156
156
|
"""Sets the q of this KeysSearchParameters.
|
|
157
157
|
|
|
158
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
158
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys. # noqa: E501
|
|
159
159
|
|
|
160
160
|
:param q: The q of this KeysSearchParameters. # noqa: E501
|
|
161
161
|
:type: str
|
|
@@ -93,7 +93,7 @@ class KeysTagParameters(object):
|
|
|
93
93
|
def q(self):
|
|
94
94
|
"""Gets the q of this KeysTagParameters. # noqa: E501
|
|
95
95
|
|
|
96
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
96
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
97
97
|
|
|
98
98
|
:return: The q of this KeysTagParameters. # noqa: E501
|
|
99
99
|
:rtype: str
|
|
@@ -104,7 +104,7 @@ class KeysTagParameters(object):
|
|
|
104
104
|
def q(self, q):
|
|
105
105
|
"""Sets the q of this KeysTagParameters.
|
|
106
106
|
|
|
107
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
107
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
108
108
|
|
|
109
109
|
:param q: The q of this KeysTagParameters. # noqa: E501
|
|
110
110
|
:type: str
|
|
@@ -93,7 +93,7 @@ class KeysUntagParameters(object):
|
|
|
93
93
|
def q(self):
|
|
94
94
|
"""Gets the q of this KeysUntagParameters. # noqa: E501
|
|
95
95
|
|
|
96
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
96
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
97
97
|
|
|
98
98
|
:return: The q of this KeysUntagParameters. # noqa: E501
|
|
99
99
|
:rtype: str
|
|
@@ -104,7 +104,7 @@ class KeysUntagParameters(object):
|
|
|
104
104
|
def q(self, q):
|
|
105
105
|
"""Sets the q of this KeysUntagParameters.
|
|
106
106
|
|
|
107
|
-
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id
|
|
107
|
+
Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
|
|
108
108
|
|
|
109
109
|
:param q: The q of this KeysUntagParameters. # noqa: E501
|
|
110
110
|
:type: str
|
|
@@ -37,6 +37,7 @@ class Upload(object):
|
|
|
37
37
|
'format': 'str',
|
|
38
38
|
'state': 'str',
|
|
39
39
|
'tag': 'str',
|
|
40
|
+
'tags': 'List[str]',
|
|
40
41
|
'url': 'str',
|
|
41
42
|
'summary': 'UploadSummary',
|
|
42
43
|
'created_at': 'datetime',
|
|
@@ -49,13 +50,14 @@ class Upload(object):
|
|
|
49
50
|
'format': 'format',
|
|
50
51
|
'state': 'state',
|
|
51
52
|
'tag': 'tag',
|
|
53
|
+
'tags': 'tags',
|
|
52
54
|
'url': 'url',
|
|
53
55
|
'summary': 'summary',
|
|
54
56
|
'created_at': 'created_at',
|
|
55
57
|
'updated_at': 'updated_at'
|
|
56
58
|
}
|
|
57
59
|
|
|
58
|
-
def __init__(self, id=None, filename=None, format=None, state=None, tag=None, url=None, summary=None, created_at=None, updated_at=None, local_vars_configuration=None): # noqa: E501
|
|
60
|
+
def __init__(self, id=None, filename=None, format=None, state=None, tag=None, tags=None, url=None, summary=None, created_at=None, updated_at=None, local_vars_configuration=None): # noqa: E501
|
|
59
61
|
"""Upload - a model defined in OpenAPI""" # noqa: E501
|
|
60
62
|
if local_vars_configuration is None:
|
|
61
63
|
local_vars_configuration = Configuration()
|
|
@@ -66,6 +68,7 @@ class Upload(object):
|
|
|
66
68
|
self._format = None
|
|
67
69
|
self._state = None
|
|
68
70
|
self._tag = None
|
|
71
|
+
self._tags = None
|
|
69
72
|
self._url = None
|
|
70
73
|
self._summary = None
|
|
71
74
|
self._created_at = None
|
|
@@ -82,6 +85,8 @@ class Upload(object):
|
|
|
82
85
|
self.state = state
|
|
83
86
|
if tag is not None:
|
|
84
87
|
self.tag = tag
|
|
88
|
+
if tags is not None:
|
|
89
|
+
self.tags = tags
|
|
85
90
|
if url is not None:
|
|
86
91
|
self.url = url
|
|
87
92
|
if summary is not None:
|
|
@@ -179,6 +184,7 @@ class Upload(object):
|
|
|
179
184
|
def tag(self):
|
|
180
185
|
"""Gets the tag of this Upload. # noqa: E501
|
|
181
186
|
|
|
187
|
+
Unique tag of the upload # noqa: E501
|
|
182
188
|
|
|
183
189
|
:return: The tag of this Upload. # noqa: E501
|
|
184
190
|
:rtype: str
|
|
@@ -189,6 +195,7 @@ class Upload(object):
|
|
|
189
195
|
def tag(self, tag):
|
|
190
196
|
"""Sets the tag of this Upload.
|
|
191
197
|
|
|
198
|
+
Unique tag of the upload # noqa: E501
|
|
192
199
|
|
|
193
200
|
:param tag: The tag of this Upload. # noqa: E501
|
|
194
201
|
:type: str
|
|
@@ -196,6 +203,29 @@ class Upload(object):
|
|
|
196
203
|
|
|
197
204
|
self._tag = tag
|
|
198
205
|
|
|
206
|
+
@property
|
|
207
|
+
def tags(self):
|
|
208
|
+
"""Gets the tags of this Upload. # noqa: E501
|
|
209
|
+
|
|
210
|
+
List of tags that were assigned to the uploaded keys # noqa: E501
|
|
211
|
+
|
|
212
|
+
:return: The tags of this Upload. # noqa: E501
|
|
213
|
+
:rtype: List[str]
|
|
214
|
+
"""
|
|
215
|
+
return self._tags
|
|
216
|
+
|
|
217
|
+
@tags.setter
|
|
218
|
+
def tags(self, tags):
|
|
219
|
+
"""Sets the tags of this Upload.
|
|
220
|
+
|
|
221
|
+
List of tags that were assigned to the uploaded keys # noqa: E501
|
|
222
|
+
|
|
223
|
+
:param tags: The tags of this Upload. # noqa: E501
|
|
224
|
+
:type: List[str]
|
|
225
|
+
"""
|
|
226
|
+
|
|
227
|
+
self._tags = tags
|
|
228
|
+
|
|
199
229
|
@property
|
|
200
230
|
def url(self):
|
|
201
231
|
"""Gets the url of this Upload. # noqa: E501
|
|
@@ -53,6 +53,7 @@ class TestJobDetails(unittest.TestCase):
|
|
|
53
53
|
name = '',
|
|
54
54
|
gravatar_uid = '', ),
|
|
55
55
|
job_tag_name = '',
|
|
56
|
+
source_translations_updated_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
56
57
|
source_locale = {"id":"abcd1234cdef1234abcd1234cdef1234","name":"English","code":"en-GB"},
|
|
57
58
|
locales = [
|
|
58
59
|
{"id":"abcd1234cdef1234abcd1234cdef1234","name":"English","code":"en-GB"}
|
|
@@ -45,7 +45,7 @@ class TestKeyCreateParameters(unittest.TestCase):
|
|
|
45
45
|
data_type = 'number',
|
|
46
46
|
tags = 'awesome-feature,needs-proofreading',
|
|
47
47
|
max_characters_allowed = 140,
|
|
48
|
-
screenshot = '[B@
|
|
48
|
+
screenshot = '[B@18fb1034',
|
|
49
49
|
remove_screenshot = True,
|
|
50
50
|
unformatted = True,
|
|
51
51
|
default_translation_content = 'Default translation content',
|
|
@@ -45,7 +45,7 @@ class TestKeyUpdateParameters(unittest.TestCase):
|
|
|
45
45
|
data_type = 'number',
|
|
46
46
|
tags = 'awesome-feature,needs-proofreading',
|
|
47
47
|
max_characters_allowed = 140,
|
|
48
|
-
screenshot = '[B@
|
|
48
|
+
screenshot = '[B@1d9a80d8',
|
|
49
49
|
remove_screenshot = True,
|
|
50
50
|
unformatted = True,
|
|
51
51
|
xml_space_preserve = True,
|
|
@@ -41,7 +41,7 @@ class TestProjectCreateParameters(unittest.TestCase):
|
|
|
41
41
|
main_format = 'yml',
|
|
42
42
|
media = 'Python',
|
|
43
43
|
shares_translation_memory = True,
|
|
44
|
-
project_image = '[B@
|
|
44
|
+
project_image = '[B@297727ab',
|
|
45
45
|
remove_project_image = True,
|
|
46
46
|
account_id = 'abcd1234',
|
|
47
47
|
point_of_contact = 'abcd1234',
|
|
@@ -43,7 +43,7 @@ class TestProjectUpdateParameters(unittest.TestCase):
|
|
|
43
43
|
main_format = 'yml',
|
|
44
44
|
media = 'Python',
|
|
45
45
|
shares_translation_memory = True,
|
|
46
|
-
project_image = '[B@
|
|
46
|
+
project_image = '[B@47585784',
|
|
47
47
|
remove_project_image = False,
|
|
48
48
|
workflow = 'review',
|
|
49
49
|
machine_translation_enabled = True,
|
|
@@ -40,7 +40,7 @@ class TestScreenshotUpdateParameters(unittest.TestCase):
|
|
|
40
40
|
branch = 'my-feature-branch',
|
|
41
41
|
name = 'A screenshot name',
|
|
42
42
|
description = 'A screenshot description',
|
|
43
|
-
filename = '[B@
|
|
43
|
+
filename = '[B@82134e4'
|
|
44
44
|
)
|
|
45
45
|
else :
|
|
46
46
|
return ScreenshotUpdateParameters(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|