phrase-api 3.0.0__tar.gz → 3.0.1__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.0 → phrase_api-3.0.1}/PKG-INFO +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/README.md +3 -4
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/__init__.py +2 -2
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/__init__.py +1 -0
- phrase_api-3.0.1/phrase_api/api/repo_sync_events_api.py +301 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/repo_syncs_api.py +0 -265
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api_client.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/configuration.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/__init__.py +0 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/repo_sync_event.py +21 -21
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api.egg-info/PKG-INFO +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api.egg-info/SOURCES.txt +2 -2
- {phrase_api-3.0.0 → phrase_api-3.0.1}/pyproject.toml +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/setup.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_create_parameters.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_update_parameters.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project_create_parameters.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project_update_parameters.py +1 -1
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_repo_sync_event.py +2 -2
- phrase_api-3.0.1/test/test_repo_sync_events_api.py +46 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_repo_syncs_api.py +0 -14
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshot_update_parameters.py +1 -1
- phrase_api-3.0.0/phrase_api/models/repo_sync_event_errors_inner.py +0 -91
- phrase_api-3.0.0/test/test_repo_sync_event_errors_inner.py +0 -53
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/accounts_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/authorizations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/branches_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/comment_reactions_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/comment_replies_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/comments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/custom_metadata_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/distributions_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/documents_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/figma_attachments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/formats_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/glossaries_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/glossary_terms_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/icu_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/invitations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/job_comments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/job_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/job_template_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/job_templates_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/jobs_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/keys_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/linked_keys_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/locale_downloads_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/members_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/notification_groups_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/notifications_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/orders_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/organization_job_templates_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/projects_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/quality_performance_score_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/release_triggers_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/releases_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/reports_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/screenshot_markers_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/screenshots_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/search_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/spaces_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/style_guides_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/tags_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/teams_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/translations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/uploads_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/users_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/variables_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/versions_history_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api/webhooks_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/api_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/exceptions.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/account.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/account_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/account_search_result.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/affected_count.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/affected_resources.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/authorization.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/authorization_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/authorization_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/authorization_with_token.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/blacklisted_key.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/branch.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/branch_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/branch_merge_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/branch_name.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/branch_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comment.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comment_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comment_create_parameters1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comment_reaction.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comment_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/comments_list_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/current_user.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_property.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/distribution.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/distribution_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/distribution_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/distribution_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/document.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/error.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/error_error.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/figma_attachment.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/format.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_term.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_term_translation.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/glossary_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/icu.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/invitation.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/invitation_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/invitation_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_comment.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_complete_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_locale.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_reopen_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_start_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_locales.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_template_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/job_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_link.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_links_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_links_index400_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/key_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/keys_include_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/keys_search_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/keys_tag_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/keys_untag_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_download.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_download_params.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_download_result.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_preview1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_report.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_statistics.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_team_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/locale_user_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/member.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/member_project_detail.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/member_spaces_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/member_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/notification.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/notification_group.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/notification_group_detail.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/order_confirm_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/order_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/organization_job_template.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project_locales.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project_report.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project_short.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/project_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score_request.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release_create_parameters1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release_trigger.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/release_update_parameters1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/replies_list_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/repo_sync.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/screenshot.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/screenshot_marker.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/screenshot_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/search_in_account_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/space.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/space1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/space_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/space_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/styleguide.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/styleguide_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/styleguide_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/subscription.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/tag.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/tag_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/tag_with_stats.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/team.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/team_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/team_detail.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/team_short.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/team_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_include_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_key.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_key_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_order.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_parent.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_review_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_verify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_version.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translation_version_with_user.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translations_include_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translations_review_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translations_search_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/translations_verify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/upload.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/upload_summary.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/user.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/user_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/variable.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/variable_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/variable_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/webhook.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/webhook_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/webhook_delivery.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/models/webhook_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/py.typed +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api/rest.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api.egg-info/dependency_links.txt +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api.egg-info/requires.txt +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/phrase_api.egg-info/top_level.txt +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/setup.cfg +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_account.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_account_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_account_search_result.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_accounts_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_affected_count.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_affected_resources.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_authorization.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_authorization_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_authorization_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_authorization_with_token.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_authorizations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_blacklisted_key.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_blacklisted_key_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_blacklisted_key_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_blacklisted_keys_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_branch.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_branch_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_branch_merge_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_branch_name.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_branch_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_branches_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_create_parameters1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_mark_read_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_reaction.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_reactions_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_replies_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comment_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_comments_list_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_current_user.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_data_type.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_properties_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_properties_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_property.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_property_create422_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_distribution.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_distribution_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_distribution_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_distribution_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_distributions_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_document.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_documents_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_error.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_error_error.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_figma_attachment.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_figma_attachment_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_figma_attachment_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_figma_attachments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_format.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_formats_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossaries_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term_translation.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term_translation_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term_translation_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term_translations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_term_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_terms_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_glossary_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_icu.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_icu_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_icu_skeleton_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_invitation.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_invitation_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_invitation_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_invitation_update_settings_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_invitations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_comment.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_comment_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_comment_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_comments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_complete_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_keys_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locale.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locale_complete_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locale_complete_review_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locale_reopen_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_locales_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_reopen_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_start_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_locales.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_templates_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_job_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_jobs_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_link.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_links_batch_destroy_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_links_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_links_index400_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_key_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_exclude_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_figma_attachments_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_include_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_search_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_tag_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_keys_untag_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_linked_keys_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_download.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_download_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_download_params.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_download_result.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_downloads_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_preview1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_report.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_statistics.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_team_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locale_user_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_member.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_member_project_detail.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_member_project_detail_project_roles_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_member_spaces_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_member_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_member_update_settings_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_members_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_notification.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_notification_group.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_notification_group_detail.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_notification_groups_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_notifications_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_order_confirm_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_order_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_orders_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template_locale_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template_locales_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template_locales_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_template_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_organization_job_templates_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project_locales.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project_report.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_project_short.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of_data.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_projects_quality_performance_score_request.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_quality_performance_score_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_create_parameters1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_trigger.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_triggers_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_release_update_parameters1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_releases_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_replies_list_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_repo_sync.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_reports_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshot.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshot_marker.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshot_marker_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshot_marker_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshot_markers_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_screenshots_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_search_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_search_in_account_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_space.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_space1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_space_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_space_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_spaces_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_spaces_projects_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_style_guides_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_styleguide.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_styleguide_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_styleguide_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_styleguide_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_styleguide_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_subscription.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_tag.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_tag_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_tag_with_stats.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_tag_with_stats1_statistics.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_tag_with_stats1_statistics1.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_tags_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_team.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_team_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_team_detail.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_team_short.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_team_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_teams_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_teams_projects_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_teams_spaces_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_teams_users_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_exclude_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_include_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_key.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_key_details.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_order.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_parent.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_review_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_unverify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_verify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_version.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translation_version_with_user.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_exclude_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_include_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_review_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_search_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_unverify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_translations_verify_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_upload.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_upload_summary.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_uploads_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_user.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_user_preview.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_users_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_variable.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_variable_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_variable_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_variables_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_versions_history_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_webhook.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_webhook_create_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_webhook_deliveries_api.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_webhook_delivery.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/test/test_webhook_update_parameters.py +0 -0
- {phrase_api-3.0.0 → phrase_api-3.0.1}/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.0.1
|
|
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
|
|
|
@@ -326,10 +326,10 @@ Class | Method | HTTP request | Description
|
|
|
326
326
|
*ReleasesApi* | [**release_show**](docs/ReleasesApi.md#release_show) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Get a single release
|
|
327
327
|
*ReleasesApi* | [**release_update**](docs/ReleasesApi.md#release_update) | **PATCH** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Update a release
|
|
328
328
|
*ReleasesApi* | [**releases_list**](docs/ReleasesApi.md#releases_list) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases | List releases
|
|
329
|
+
*RepoSyncEventsApi* | [**repo_sync_event_list**](docs/RepoSyncEventsApi.md#repo_sync_event_list) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
|
|
330
|
+
*RepoSyncEventsApi* | [**repo_sync_event_show**](docs/RepoSyncEventsApi.md#repo_sync_event_show) | **GET** /accounts/{account_id}/repo_syncs/{repo_sync_id}/events/{id} | Get a single Repo Sync Event
|
|
329
331
|
*RepoSyncsApi* | [**repo_sync_activate**](docs/RepoSyncsApi.md#repo_sync_activate) | **POST** /accounts/{account_id}/repo_syncs/{id}/activate | Activate a Repo Sync
|
|
330
332
|
*RepoSyncsApi* | [**repo_sync_deactivate**](docs/RepoSyncsApi.md#repo_sync_deactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/deactivate | Deactivate a Repo Sync
|
|
331
|
-
*RepoSyncsApi* | [**repo_sync_event_show**](docs/RepoSyncsApi.md#repo_sync_event_show) | **GET** /accounts/{account_id}/repo_syncs/{repo_sync_id}/events/{id} | Get a single Repo Sync Event
|
|
332
|
-
*RepoSyncsApi* | [**repo_sync_events**](docs/RepoSyncsApi.md#repo_sync_events) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
|
|
333
333
|
*RepoSyncsApi* | [**repo_sync_export**](docs/RepoSyncsApi.md#repo_sync_export) | **POST** /accounts/{account_id}/repo_syncs/{id}/export | Export to code repository
|
|
334
334
|
*RepoSyncsApi* | [**repo_sync_import**](docs/RepoSyncsApi.md#repo_sync_import) | **POST** /accounts/{account_id}/repo_syncs/{id}/import | Import from code repository
|
|
335
335
|
*RepoSyncsApi* | [**repo_sync_list**](docs/RepoSyncsApi.md#repo_sync_list) | **GET** /accounts/{account_id}/repo_syncs | Get Repo Syncs
|
|
@@ -565,7 +565,6 @@ Class | Method | HTTP request | Description
|
|
|
565
565
|
- [RepliesListParameters](docs/RepliesListParameters.md)
|
|
566
566
|
- [RepoSync](docs/RepoSync.md)
|
|
567
567
|
- [RepoSyncEvent](docs/RepoSyncEvent.md)
|
|
568
|
-
- [RepoSyncEventErrorsInner](docs/RepoSyncEventErrorsInner.md)
|
|
569
568
|
- [Screenshot](docs/Screenshot.md)
|
|
570
569
|
- [ScreenshotMarker](docs/ScreenshotMarker.md)
|
|
571
570
|
- [ScreenshotMarkerCreateParameters](docs/ScreenshotMarkerCreateParameters.md)
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
from __future__ import absolute_import
|
|
15
15
|
|
|
16
|
-
__version__ = "3.0.
|
|
16
|
+
__version__ = "3.0.1"
|
|
17
17
|
|
|
18
18
|
# import apis into sdk package
|
|
19
19
|
from phrase_api.api.accounts_api import AccountsApi
|
|
@@ -53,6 +53,7 @@ from phrase_api.api.projects_api import ProjectsApi
|
|
|
53
53
|
from phrase_api.api.quality_performance_score_api import QualityPerformanceScoreApi
|
|
54
54
|
from phrase_api.api.release_triggers_api import ReleaseTriggersApi
|
|
55
55
|
from phrase_api.api.releases_api import ReleasesApi
|
|
56
|
+
from phrase_api.api.repo_sync_events_api import RepoSyncEventsApi
|
|
56
57
|
from phrase_api.api.repo_syncs_api import RepoSyncsApi
|
|
57
58
|
from phrase_api.api.reports_api import ReportsApi
|
|
58
59
|
from phrase_api.api.screenshot_markers_api import ScreenshotMarkersApi
|
|
@@ -228,7 +229,6 @@ from phrase_api.models.release_update_parameters1 import ReleaseUpdateParameters
|
|
|
228
229
|
from phrase_api.models.replies_list_parameters import RepliesListParameters
|
|
229
230
|
from phrase_api.models.repo_sync import RepoSync
|
|
230
231
|
from phrase_api.models.repo_sync_event import RepoSyncEvent
|
|
231
|
-
from phrase_api.models.repo_sync_event_errors_inner import RepoSyncEventErrorsInner
|
|
232
232
|
from phrase_api.models.screenshot import Screenshot
|
|
233
233
|
from phrase_api.models.screenshot_marker import ScreenshotMarker
|
|
234
234
|
from phrase_api.models.screenshot_marker_create_parameters import ScreenshotMarkerCreateParameters
|
|
@@ -40,6 +40,7 @@ from phrase_api.api.projects_api import ProjectsApi
|
|
|
40
40
|
from phrase_api.api.quality_performance_score_api import QualityPerformanceScoreApi
|
|
41
41
|
from phrase_api.api.release_triggers_api import ReleaseTriggersApi
|
|
42
42
|
from phrase_api.api.releases_api import ReleasesApi
|
|
43
|
+
from phrase_api.api.repo_sync_events_api import RepoSyncEventsApi
|
|
43
44
|
from phrase_api.api.repo_syncs_api import RepoSyncsApi
|
|
44
45
|
from phrase_api.api.reports_api import ReportsApi
|
|
45
46
|
from phrase_api.api.screenshot_markers_api import ScreenshotMarkersApi
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Phrase Strings API Reference
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0.0
|
|
7
|
+
Contact: support@phrase.com
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
from __future__ import absolute_import
|
|
13
|
+
|
|
14
|
+
import re # noqa: F401
|
|
15
|
+
|
|
16
|
+
# python 2 and python 3 compatibility library
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from phrase_api.api_client import ApiClient
|
|
20
|
+
from phrase_api.exceptions import ( # noqa: F401
|
|
21
|
+
ApiTypeError,
|
|
22
|
+
ApiValueError
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class RepoSyncEventsApi(object):
|
|
27
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
28
|
+
Ref: https://openapi-generator.tech
|
|
29
|
+
|
|
30
|
+
Do not edit the class manually.
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
def __init__(self, api_client=None):
|
|
34
|
+
if api_client is None:
|
|
35
|
+
api_client = ApiClient()
|
|
36
|
+
self.api_client = api_client
|
|
37
|
+
|
|
38
|
+
def repo_sync_event_list(self, account_id, id, **kwargs): # noqa: E501
|
|
39
|
+
"""Repository Syncs History # noqa: E501
|
|
40
|
+
|
|
41
|
+
Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync. # noqa: E501
|
|
42
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
43
|
+
asynchronous HTTP request, please pass async_req=True
|
|
44
|
+
>>> thread = api.repo_sync_event_list(account_id, id, async_req=True)
|
|
45
|
+
>>> result = thread.get()
|
|
46
|
+
|
|
47
|
+
:param async_req bool: execute request asynchronously
|
|
48
|
+
:param str account_id: Account ID (required)
|
|
49
|
+
:param str id: ID (required)
|
|
50
|
+
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
51
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
52
|
+
be returned without reading/decoding response
|
|
53
|
+
data. Default is True.
|
|
54
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
55
|
+
number provided, it will be total request
|
|
56
|
+
timeout. It can also be a pair (tuple) of
|
|
57
|
+
(connection, read) timeouts.
|
|
58
|
+
:return: List[RepoSyncEvent]
|
|
59
|
+
If the method is called asynchronously,
|
|
60
|
+
returns the request thread.
|
|
61
|
+
"""
|
|
62
|
+
kwargs['_return_http_data_only'] = True
|
|
63
|
+
return self.repo_sync_event_list_with_http_info(account_id, id, **kwargs) # noqa: E501
|
|
64
|
+
|
|
65
|
+
def repo_sync_event_list_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
66
|
+
"""Repository Syncs History # noqa: E501
|
|
67
|
+
|
|
68
|
+
Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync. # noqa: E501
|
|
69
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
70
|
+
asynchronous HTTP request, please pass async_req=True
|
|
71
|
+
>>> thread = api.repo_sync_event_list_with_http_info(account_id, id, async_req=True)
|
|
72
|
+
>>> result = thread.get()
|
|
73
|
+
|
|
74
|
+
:param async_req bool: execute request asynchronously
|
|
75
|
+
:param str account_id: Account ID (required)
|
|
76
|
+
:param str id: ID (required)
|
|
77
|
+
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
78
|
+
:param _return_http_data_only: response data without head status code
|
|
79
|
+
and headers
|
|
80
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
81
|
+
be returned without reading/decoding response
|
|
82
|
+
data. Default is True.
|
|
83
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
84
|
+
number provided, it will be total request
|
|
85
|
+
timeout. It can also be a pair (tuple) of
|
|
86
|
+
(connection, read) timeouts.
|
|
87
|
+
:return: tuple(List[RepoSyncEvent], status_code(int), headers(HTTPHeaderDict))
|
|
88
|
+
If the method is called asynchronously,
|
|
89
|
+
returns the request thread.
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
local_var_params = locals()
|
|
93
|
+
|
|
94
|
+
all_params = [
|
|
95
|
+
'account_id',
|
|
96
|
+
'id',
|
|
97
|
+
'x_phrase_app_otp'
|
|
98
|
+
]
|
|
99
|
+
all_params.extend(
|
|
100
|
+
[
|
|
101
|
+
'async_req',
|
|
102
|
+
'_return_http_data_only',
|
|
103
|
+
'_preload_content',
|
|
104
|
+
'_request_timeout'
|
|
105
|
+
]
|
|
106
|
+
)
|
|
107
|
+
|
|
108
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
109
|
+
if key not in all_params:
|
|
110
|
+
raise ApiTypeError(
|
|
111
|
+
"Got an unexpected keyword argument '%s'"
|
|
112
|
+
" to method repo_sync_event_list" % key
|
|
113
|
+
)
|
|
114
|
+
local_var_params[key] = val
|
|
115
|
+
del local_var_params['kwargs']
|
|
116
|
+
# verify the required parameter 'account_id' is set
|
|
117
|
+
if self.api_client.client_side_validation and ('account_id' not in local_var_params or # noqa: E501
|
|
118
|
+
local_var_params['account_id'] is None): # noqa: E501
|
|
119
|
+
raise ApiValueError("Missing the required parameter `account_id` when calling `repo_sync_event_list`") # noqa: E501
|
|
120
|
+
# verify the required parameter 'id' is set
|
|
121
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
122
|
+
local_var_params['id'] is None): # noqa: E501
|
|
123
|
+
raise ApiValueError("Missing the required parameter `id` when calling `repo_sync_event_list`") # noqa: E501
|
|
124
|
+
|
|
125
|
+
collection_formats = {}
|
|
126
|
+
|
|
127
|
+
path_params = {}
|
|
128
|
+
if 'account_id' in local_var_params:
|
|
129
|
+
path_params['account_id'] = local_var_params['account_id'] # noqa: E501
|
|
130
|
+
if 'id' in local_var_params:
|
|
131
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
132
|
+
|
|
133
|
+
query_params = []
|
|
134
|
+
|
|
135
|
+
header_params = {}
|
|
136
|
+
if 'x_phrase_app_otp' in local_var_params:
|
|
137
|
+
header_params['X-PhraseApp-OTP'] = local_var_params['x_phrase_app_otp'] # noqa: E501
|
|
138
|
+
|
|
139
|
+
form_params = []
|
|
140
|
+
local_var_files = {}
|
|
141
|
+
|
|
142
|
+
body_params = None
|
|
143
|
+
# HTTP header `Accept`
|
|
144
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
145
|
+
['application/json']) # noqa: E501
|
|
146
|
+
|
|
147
|
+
# Authentication setting
|
|
148
|
+
auth_settings = ['Basic', 'Token'] # noqa: E501
|
|
149
|
+
|
|
150
|
+
return self.api_client.call_api(
|
|
151
|
+
'/accounts/{account_id}/repo_syncs/{id}/events', 'GET',
|
|
152
|
+
path_params,
|
|
153
|
+
query_params,
|
|
154
|
+
header_params,
|
|
155
|
+
body=body_params,
|
|
156
|
+
post_params=form_params,
|
|
157
|
+
files=local_var_files,
|
|
158
|
+
response_type='List[RepoSyncEvent]', # noqa: E501
|
|
159
|
+
auth_settings=auth_settings,
|
|
160
|
+
async_req=local_var_params.get('async_req'),
|
|
161
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
162
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
163
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
164
|
+
collection_formats=collection_formats)
|
|
165
|
+
|
|
166
|
+
def repo_sync_event_show(self, account_id, repo_sync_id, id, **kwargs): # noqa: E501
|
|
167
|
+
"""Get a single Repo Sync Event # noqa: E501
|
|
168
|
+
|
|
169
|
+
Shows a single Repo Sync event. # noqa: E501
|
|
170
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
171
|
+
asynchronous HTTP request, please pass async_req=True
|
|
172
|
+
>>> thread = api.repo_sync_event_show(account_id, repo_sync_id, id, async_req=True)
|
|
173
|
+
>>> result = thread.get()
|
|
174
|
+
|
|
175
|
+
:param async_req bool: execute request asynchronously
|
|
176
|
+
:param str account_id: Account ID (required)
|
|
177
|
+
:param str repo_sync_id: Repo Sync ID (required)
|
|
178
|
+
:param str id: ID (required)
|
|
179
|
+
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
180
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
181
|
+
be returned without reading/decoding response
|
|
182
|
+
data. Default is True.
|
|
183
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
184
|
+
number provided, it will be total request
|
|
185
|
+
timeout. It can also be a pair (tuple) of
|
|
186
|
+
(connection, read) timeouts.
|
|
187
|
+
:return: RepoSyncEvent
|
|
188
|
+
If the method is called asynchronously,
|
|
189
|
+
returns the request thread.
|
|
190
|
+
"""
|
|
191
|
+
kwargs['_return_http_data_only'] = True
|
|
192
|
+
return self.repo_sync_event_show_with_http_info(account_id, repo_sync_id, id, **kwargs) # noqa: E501
|
|
193
|
+
|
|
194
|
+
def repo_sync_event_show_with_http_info(self, account_id, repo_sync_id, id, **kwargs): # noqa: E501
|
|
195
|
+
"""Get a single Repo Sync Event # noqa: E501
|
|
196
|
+
|
|
197
|
+
Shows a single Repo Sync event. # noqa: E501
|
|
198
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
199
|
+
asynchronous HTTP request, please pass async_req=True
|
|
200
|
+
>>> thread = api.repo_sync_event_show_with_http_info(account_id, repo_sync_id, id, async_req=True)
|
|
201
|
+
>>> result = thread.get()
|
|
202
|
+
|
|
203
|
+
:param async_req bool: execute request asynchronously
|
|
204
|
+
:param str account_id: Account ID (required)
|
|
205
|
+
:param str repo_sync_id: Repo Sync ID (required)
|
|
206
|
+
:param str id: ID (required)
|
|
207
|
+
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
208
|
+
:param _return_http_data_only: response data without head status code
|
|
209
|
+
and headers
|
|
210
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
211
|
+
be returned without reading/decoding response
|
|
212
|
+
data. Default is True.
|
|
213
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
214
|
+
number provided, it will be total request
|
|
215
|
+
timeout. It can also be a pair (tuple) of
|
|
216
|
+
(connection, read) timeouts.
|
|
217
|
+
:return: tuple(RepoSyncEvent, status_code(int), headers(HTTPHeaderDict))
|
|
218
|
+
If the method is called asynchronously,
|
|
219
|
+
returns the request thread.
|
|
220
|
+
"""
|
|
221
|
+
|
|
222
|
+
local_var_params = locals()
|
|
223
|
+
|
|
224
|
+
all_params = [
|
|
225
|
+
'account_id',
|
|
226
|
+
'repo_sync_id',
|
|
227
|
+
'id',
|
|
228
|
+
'x_phrase_app_otp'
|
|
229
|
+
]
|
|
230
|
+
all_params.extend(
|
|
231
|
+
[
|
|
232
|
+
'async_req',
|
|
233
|
+
'_return_http_data_only',
|
|
234
|
+
'_preload_content',
|
|
235
|
+
'_request_timeout'
|
|
236
|
+
]
|
|
237
|
+
)
|
|
238
|
+
|
|
239
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
240
|
+
if key not in all_params:
|
|
241
|
+
raise ApiTypeError(
|
|
242
|
+
"Got an unexpected keyword argument '%s'"
|
|
243
|
+
" to method repo_sync_event_show" % key
|
|
244
|
+
)
|
|
245
|
+
local_var_params[key] = val
|
|
246
|
+
del local_var_params['kwargs']
|
|
247
|
+
# verify the required parameter 'account_id' is set
|
|
248
|
+
if self.api_client.client_side_validation and ('account_id' not in local_var_params or # noqa: E501
|
|
249
|
+
local_var_params['account_id'] is None): # noqa: E501
|
|
250
|
+
raise ApiValueError("Missing the required parameter `account_id` when calling `repo_sync_event_show`") # noqa: E501
|
|
251
|
+
# verify the required parameter 'repo_sync_id' is set
|
|
252
|
+
if self.api_client.client_side_validation and ('repo_sync_id' not in local_var_params or # noqa: E501
|
|
253
|
+
local_var_params['repo_sync_id'] is None): # noqa: E501
|
|
254
|
+
raise ApiValueError("Missing the required parameter `repo_sync_id` when calling `repo_sync_event_show`") # noqa: E501
|
|
255
|
+
# verify the required parameter 'id' is set
|
|
256
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
257
|
+
local_var_params['id'] is None): # noqa: E501
|
|
258
|
+
raise ApiValueError("Missing the required parameter `id` when calling `repo_sync_event_show`") # noqa: E501
|
|
259
|
+
|
|
260
|
+
collection_formats = {}
|
|
261
|
+
|
|
262
|
+
path_params = {}
|
|
263
|
+
if 'account_id' in local_var_params:
|
|
264
|
+
path_params['account_id'] = local_var_params['account_id'] # noqa: E501
|
|
265
|
+
if 'repo_sync_id' in local_var_params:
|
|
266
|
+
path_params['repo_sync_id'] = local_var_params['repo_sync_id'] # noqa: E501
|
|
267
|
+
if 'id' in local_var_params:
|
|
268
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
269
|
+
|
|
270
|
+
query_params = []
|
|
271
|
+
|
|
272
|
+
header_params = {}
|
|
273
|
+
if 'x_phrase_app_otp' in local_var_params:
|
|
274
|
+
header_params['X-PhraseApp-OTP'] = local_var_params['x_phrase_app_otp'] # noqa: E501
|
|
275
|
+
|
|
276
|
+
form_params = []
|
|
277
|
+
local_var_files = {}
|
|
278
|
+
|
|
279
|
+
body_params = None
|
|
280
|
+
# HTTP header `Accept`
|
|
281
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
282
|
+
['application/json']) # noqa: E501
|
|
283
|
+
|
|
284
|
+
# Authentication setting
|
|
285
|
+
auth_settings = ['Basic', 'Token'] # noqa: E501
|
|
286
|
+
|
|
287
|
+
return self.api_client.call_api(
|
|
288
|
+
'/accounts/{account_id}/repo_syncs/{repo_sync_id}/events/{id}', 'GET',
|
|
289
|
+
path_params,
|
|
290
|
+
query_params,
|
|
291
|
+
header_params,
|
|
292
|
+
body=body_params,
|
|
293
|
+
post_params=form_params,
|
|
294
|
+
files=local_var_files,
|
|
295
|
+
response_type='RepoSyncEvent', # noqa: E501
|
|
296
|
+
auth_settings=auth_settings,
|
|
297
|
+
async_req=local_var_params.get('async_req'),
|
|
298
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
299
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
300
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
301
|
+
collection_formats=collection_formats)
|
|
@@ -291,271 +291,6 @@ class RepoSyncsApi(object):
|
|
|
291
291
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
292
292
|
collection_formats=collection_formats)
|
|
293
293
|
|
|
294
|
-
def repo_sync_event_show(self, account_id, repo_sync_id, id, **kwargs): # noqa: E501
|
|
295
|
-
"""Get a single Repo Sync Event # noqa: E501
|
|
296
|
-
|
|
297
|
-
Shows a single Repo Sync event. # noqa: E501
|
|
298
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
299
|
-
asynchronous HTTP request, please pass async_req=True
|
|
300
|
-
>>> thread = api.repo_sync_event_show(account_id, repo_sync_id, id, async_req=True)
|
|
301
|
-
>>> result = thread.get()
|
|
302
|
-
|
|
303
|
-
:param async_req bool: execute request asynchronously
|
|
304
|
-
:param str account_id: Account ID (required)
|
|
305
|
-
:param str repo_sync_id: Repo Sync ID (required)
|
|
306
|
-
:param str id: ID (required)
|
|
307
|
-
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
308
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
309
|
-
be returned without reading/decoding response
|
|
310
|
-
data. Default is True.
|
|
311
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
312
|
-
number provided, it will be total request
|
|
313
|
-
timeout. It can also be a pair (tuple) of
|
|
314
|
-
(connection, read) timeouts.
|
|
315
|
-
:return: RepoSyncEvent
|
|
316
|
-
If the method is called asynchronously,
|
|
317
|
-
returns the request thread.
|
|
318
|
-
"""
|
|
319
|
-
kwargs['_return_http_data_only'] = True
|
|
320
|
-
return self.repo_sync_event_show_with_http_info(account_id, repo_sync_id, id, **kwargs) # noqa: E501
|
|
321
|
-
|
|
322
|
-
def repo_sync_event_show_with_http_info(self, account_id, repo_sync_id, id, **kwargs): # noqa: E501
|
|
323
|
-
"""Get a single Repo Sync Event # noqa: E501
|
|
324
|
-
|
|
325
|
-
Shows a single Repo Sync event. # noqa: E501
|
|
326
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
327
|
-
asynchronous HTTP request, please pass async_req=True
|
|
328
|
-
>>> thread = api.repo_sync_event_show_with_http_info(account_id, repo_sync_id, id, async_req=True)
|
|
329
|
-
>>> result = thread.get()
|
|
330
|
-
|
|
331
|
-
:param async_req bool: execute request asynchronously
|
|
332
|
-
:param str account_id: Account ID (required)
|
|
333
|
-
:param str repo_sync_id: Repo Sync ID (required)
|
|
334
|
-
:param str id: ID (required)
|
|
335
|
-
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
336
|
-
:param _return_http_data_only: response data without head status code
|
|
337
|
-
and headers
|
|
338
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
339
|
-
be returned without reading/decoding response
|
|
340
|
-
data. Default is True.
|
|
341
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
342
|
-
number provided, it will be total request
|
|
343
|
-
timeout. It can also be a pair (tuple) of
|
|
344
|
-
(connection, read) timeouts.
|
|
345
|
-
:return: tuple(RepoSyncEvent, status_code(int), headers(HTTPHeaderDict))
|
|
346
|
-
If the method is called asynchronously,
|
|
347
|
-
returns the request thread.
|
|
348
|
-
"""
|
|
349
|
-
|
|
350
|
-
local_var_params = locals()
|
|
351
|
-
|
|
352
|
-
all_params = [
|
|
353
|
-
'account_id',
|
|
354
|
-
'repo_sync_id',
|
|
355
|
-
'id',
|
|
356
|
-
'x_phrase_app_otp'
|
|
357
|
-
]
|
|
358
|
-
all_params.extend(
|
|
359
|
-
[
|
|
360
|
-
'async_req',
|
|
361
|
-
'_return_http_data_only',
|
|
362
|
-
'_preload_content',
|
|
363
|
-
'_request_timeout'
|
|
364
|
-
]
|
|
365
|
-
)
|
|
366
|
-
|
|
367
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
368
|
-
if key not in all_params:
|
|
369
|
-
raise ApiTypeError(
|
|
370
|
-
"Got an unexpected keyword argument '%s'"
|
|
371
|
-
" to method repo_sync_event_show" % key
|
|
372
|
-
)
|
|
373
|
-
local_var_params[key] = val
|
|
374
|
-
del local_var_params['kwargs']
|
|
375
|
-
# verify the required parameter 'account_id' is set
|
|
376
|
-
if self.api_client.client_side_validation and ('account_id' not in local_var_params or # noqa: E501
|
|
377
|
-
local_var_params['account_id'] is None): # noqa: E501
|
|
378
|
-
raise ApiValueError("Missing the required parameter `account_id` when calling `repo_sync_event_show`") # noqa: E501
|
|
379
|
-
# verify the required parameter 'repo_sync_id' is set
|
|
380
|
-
if self.api_client.client_side_validation and ('repo_sync_id' not in local_var_params or # noqa: E501
|
|
381
|
-
local_var_params['repo_sync_id'] is None): # noqa: E501
|
|
382
|
-
raise ApiValueError("Missing the required parameter `repo_sync_id` when calling `repo_sync_event_show`") # noqa: E501
|
|
383
|
-
# verify the required parameter 'id' is set
|
|
384
|
-
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
385
|
-
local_var_params['id'] is None): # noqa: E501
|
|
386
|
-
raise ApiValueError("Missing the required parameter `id` when calling `repo_sync_event_show`") # noqa: E501
|
|
387
|
-
|
|
388
|
-
collection_formats = {}
|
|
389
|
-
|
|
390
|
-
path_params = {}
|
|
391
|
-
if 'account_id' in local_var_params:
|
|
392
|
-
path_params['account_id'] = local_var_params['account_id'] # noqa: E501
|
|
393
|
-
if 'repo_sync_id' in local_var_params:
|
|
394
|
-
path_params['repo_sync_id'] = local_var_params['repo_sync_id'] # noqa: E501
|
|
395
|
-
if 'id' in local_var_params:
|
|
396
|
-
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
397
|
-
|
|
398
|
-
query_params = []
|
|
399
|
-
|
|
400
|
-
header_params = {}
|
|
401
|
-
if 'x_phrase_app_otp' in local_var_params:
|
|
402
|
-
header_params['X-PhraseApp-OTP'] = local_var_params['x_phrase_app_otp'] # noqa: E501
|
|
403
|
-
|
|
404
|
-
form_params = []
|
|
405
|
-
local_var_files = {}
|
|
406
|
-
|
|
407
|
-
body_params = None
|
|
408
|
-
# HTTP header `Accept`
|
|
409
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
|
410
|
-
['application/json']) # noqa: E501
|
|
411
|
-
|
|
412
|
-
# Authentication setting
|
|
413
|
-
auth_settings = ['Basic', 'Token'] # noqa: E501
|
|
414
|
-
|
|
415
|
-
return self.api_client.call_api(
|
|
416
|
-
'/accounts/{account_id}/repo_syncs/{repo_sync_id}/events/{id}', 'GET',
|
|
417
|
-
path_params,
|
|
418
|
-
query_params,
|
|
419
|
-
header_params,
|
|
420
|
-
body=body_params,
|
|
421
|
-
post_params=form_params,
|
|
422
|
-
files=local_var_files,
|
|
423
|
-
response_type='RepoSyncEvent', # noqa: E501
|
|
424
|
-
auth_settings=auth_settings,
|
|
425
|
-
async_req=local_var_params.get('async_req'),
|
|
426
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
427
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
|
428
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
|
429
|
-
collection_formats=collection_formats)
|
|
430
|
-
|
|
431
|
-
def repo_sync_events(self, account_id, id, **kwargs): # noqa: E501
|
|
432
|
-
"""Repository Syncs History # noqa: E501
|
|
433
|
-
|
|
434
|
-
Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync. # noqa: E501
|
|
435
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
436
|
-
asynchronous HTTP request, please pass async_req=True
|
|
437
|
-
>>> thread = api.repo_sync_events(account_id, id, async_req=True)
|
|
438
|
-
>>> result = thread.get()
|
|
439
|
-
|
|
440
|
-
:param async_req bool: execute request asynchronously
|
|
441
|
-
:param str account_id: Account ID (required)
|
|
442
|
-
:param str id: ID (required)
|
|
443
|
-
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
444
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
445
|
-
be returned without reading/decoding response
|
|
446
|
-
data. Default is True.
|
|
447
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
448
|
-
number provided, it will be total request
|
|
449
|
-
timeout. It can also be a pair (tuple) of
|
|
450
|
-
(connection, read) timeouts.
|
|
451
|
-
:return: List[RepoSyncEvent]
|
|
452
|
-
If the method is called asynchronously,
|
|
453
|
-
returns the request thread.
|
|
454
|
-
"""
|
|
455
|
-
kwargs['_return_http_data_only'] = True
|
|
456
|
-
return self.repo_sync_events_with_http_info(account_id, id, **kwargs) # noqa: E501
|
|
457
|
-
|
|
458
|
-
def repo_sync_events_with_http_info(self, account_id, id, **kwargs): # noqa: E501
|
|
459
|
-
"""Repository Syncs History # noqa: E501
|
|
460
|
-
|
|
461
|
-
Get the history of a single Repo Sync. The history includes all imports and exports performed by the Repo Sync. # noqa: E501
|
|
462
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
463
|
-
asynchronous HTTP request, please pass async_req=True
|
|
464
|
-
>>> thread = api.repo_sync_events_with_http_info(account_id, id, async_req=True)
|
|
465
|
-
>>> result = thread.get()
|
|
466
|
-
|
|
467
|
-
:param async_req bool: execute request asynchronously
|
|
468
|
-
:param str account_id: Account ID (required)
|
|
469
|
-
:param str id: ID (required)
|
|
470
|
-
:param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
|
|
471
|
-
:param _return_http_data_only: response data without head status code
|
|
472
|
-
and headers
|
|
473
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
474
|
-
be returned without reading/decoding response
|
|
475
|
-
data. Default is True.
|
|
476
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
477
|
-
number provided, it will be total request
|
|
478
|
-
timeout. It can also be a pair (tuple) of
|
|
479
|
-
(connection, read) timeouts.
|
|
480
|
-
:return: tuple(List[RepoSyncEvent], status_code(int), headers(HTTPHeaderDict))
|
|
481
|
-
If the method is called asynchronously,
|
|
482
|
-
returns the request thread.
|
|
483
|
-
"""
|
|
484
|
-
|
|
485
|
-
local_var_params = locals()
|
|
486
|
-
|
|
487
|
-
all_params = [
|
|
488
|
-
'account_id',
|
|
489
|
-
'id',
|
|
490
|
-
'x_phrase_app_otp'
|
|
491
|
-
]
|
|
492
|
-
all_params.extend(
|
|
493
|
-
[
|
|
494
|
-
'async_req',
|
|
495
|
-
'_return_http_data_only',
|
|
496
|
-
'_preload_content',
|
|
497
|
-
'_request_timeout'
|
|
498
|
-
]
|
|
499
|
-
)
|
|
500
|
-
|
|
501
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
502
|
-
if key not in all_params:
|
|
503
|
-
raise ApiTypeError(
|
|
504
|
-
"Got an unexpected keyword argument '%s'"
|
|
505
|
-
" to method repo_sync_events" % key
|
|
506
|
-
)
|
|
507
|
-
local_var_params[key] = val
|
|
508
|
-
del local_var_params['kwargs']
|
|
509
|
-
# verify the required parameter 'account_id' is set
|
|
510
|
-
if self.api_client.client_side_validation and ('account_id' not in local_var_params or # noqa: E501
|
|
511
|
-
local_var_params['account_id'] is None): # noqa: E501
|
|
512
|
-
raise ApiValueError("Missing the required parameter `account_id` when calling `repo_sync_events`") # noqa: E501
|
|
513
|
-
# verify the required parameter 'id' is set
|
|
514
|
-
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
515
|
-
local_var_params['id'] is None): # noqa: E501
|
|
516
|
-
raise ApiValueError("Missing the required parameter `id` when calling `repo_sync_events`") # noqa: E501
|
|
517
|
-
|
|
518
|
-
collection_formats = {}
|
|
519
|
-
|
|
520
|
-
path_params = {}
|
|
521
|
-
if 'account_id' in local_var_params:
|
|
522
|
-
path_params['account_id'] = local_var_params['account_id'] # noqa: E501
|
|
523
|
-
if 'id' in local_var_params:
|
|
524
|
-
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
525
|
-
|
|
526
|
-
query_params = []
|
|
527
|
-
|
|
528
|
-
header_params = {}
|
|
529
|
-
if 'x_phrase_app_otp' in local_var_params:
|
|
530
|
-
header_params['X-PhraseApp-OTP'] = local_var_params['x_phrase_app_otp'] # noqa: E501
|
|
531
|
-
|
|
532
|
-
form_params = []
|
|
533
|
-
local_var_files = {}
|
|
534
|
-
|
|
535
|
-
body_params = None
|
|
536
|
-
# HTTP header `Accept`
|
|
537
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
|
538
|
-
['application/json']) # noqa: E501
|
|
539
|
-
|
|
540
|
-
# Authentication setting
|
|
541
|
-
auth_settings = ['Basic', 'Token'] # noqa: E501
|
|
542
|
-
|
|
543
|
-
return self.api_client.call_api(
|
|
544
|
-
'/accounts/{account_id}/repo_syncs/{id}/events', 'GET',
|
|
545
|
-
path_params,
|
|
546
|
-
query_params,
|
|
547
|
-
header_params,
|
|
548
|
-
body=body_params,
|
|
549
|
-
post_params=form_params,
|
|
550
|
-
files=local_var_files,
|
|
551
|
-
response_type='List[RepoSyncEvent]', # noqa: E501
|
|
552
|
-
auth_settings=auth_settings,
|
|
553
|
-
async_req=local_var_params.get('async_req'),
|
|
554
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
555
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
|
556
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
|
557
|
-
collection_formats=collection_formats)
|
|
558
|
-
|
|
559
294
|
def repo_sync_export(self, account_id, id, **kwargs): # noqa: E501
|
|
560
295
|
"""Export to code repository # noqa: E501
|
|
561
296
|
|
|
@@ -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.0.1/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.0.1".\
|
|
374
374
|
format(env=sys.platform, pyversion=sys.version)
|
|
375
375
|
|
|
376
376
|
def get_host_settings(self):
|