phrase-api 2.6.1__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.
Files changed (581) hide show
  1. {phrase_api-2.6.1 → phrase_api-3.0.1}/PKG-INFO +1 -1
  2. {phrase_api-2.6.1 → phrase_api-3.0.1}/README.md +3 -28
  3. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/__init__.py +2 -17
  4. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/__init__.py +1 -3
  5. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/job_comments_api.py +6 -6
  6. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/job_locales_api.py +6 -6
  7. phrase_api-3.0.1/phrase_api/api/repo_sync_events_api.py +301 -0
  8. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/repo_syncs_api.py +4 -269
  9. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api_client.py +1 -1
  10. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/configuration.py +1 -1
  11. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/__init__.py +0 -13
  12. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_comment_create_parameters.py +31 -3
  13. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_comment_update_parameters.py +31 -3
  14. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project_update_parameters.py +37 -3
  15. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/repo_sync_event.py +21 -21
  16. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api.egg-info/PKG-INFO +1 -1
  17. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api.egg-info/SOURCES.txt +2 -32
  18. {phrase_api-2.6.1 → phrase_api-3.0.1}/pyproject.toml +1 -1
  19. {phrase_api-2.6.1 → phrase_api-3.0.1}/setup.py +1 -1
  20. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_comment_create_parameters.py +2 -1
  21. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_comment_update_parameters.py +2 -1
  22. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_create_parameters.py +1 -1
  23. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_update_parameters.py +1 -1
  24. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project_create_parameters.py +1 -1
  25. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project_update_parameters.py +3 -2
  26. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_repo_sync_event.py +2 -2
  27. phrase_api-3.0.1/test/test_repo_sync_events_api.py +46 -0
  28. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_repo_syncs_api.py +0 -14
  29. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshot_update_parameters.py +1 -1
  30. phrase_api-2.6.1/phrase_api/api/bitbucket_sync_api.py +0 -411
  31. phrase_api-2.6.1/phrase_api/api/git_hub_sync_api.py +0 -282
  32. phrase_api-2.6.1/phrase_api/api/git_lab_sync_api.py +0 -932
  33. phrase_api-2.6.1/phrase_api/models/bitbucket_sync.py +0 -249
  34. phrase_api-2.6.1/phrase_api/models/bitbucket_sync_export_parameters.py +0 -121
  35. phrase_api-2.6.1/phrase_api/models/bitbucket_sync_export_response.py +0 -119
  36. phrase_api-2.6.1/phrase_api/models/bitbucket_sync_import_parameters.py +0 -121
  37. phrase_api-2.6.1/phrase_api/models/github_sync_export_parameters.py +0 -121
  38. phrase_api-2.6.1/phrase_api/models/github_sync_import_parameters.py +0 -121
  39. phrase_api-2.6.1/phrase_api/models/gitlab_sync.py +0 -379
  40. phrase_api-2.6.1/phrase_api/models/gitlab_sync_export.py +0 -145
  41. phrase_api-2.6.1/phrase_api/models/gitlab_sync_export_parameters.py +0 -121
  42. phrase_api-2.6.1/phrase_api/models/gitlab_sync_history.py +0 -223
  43. phrase_api-2.6.1/phrase_api/models/gitlab_sync_history_errors_inner.py +0 -145
  44. phrase_api-2.6.1/phrase_api/models/gitlab_sync_import_parameters.py +0 -121
  45. phrase_api-2.6.1/phrase_api/models/repo_sync_event_errors_inner.py +0 -91
  46. phrase_api-2.6.1/test/test_bitbucket_sync.py +0 -61
  47. phrase_api-2.6.1/test/test_bitbucket_sync_api.py +0 -53
  48. phrase_api-2.6.1/test/test_bitbucket_sync_export_parameters.py +0 -54
  49. phrase_api-2.6.1/test/test_bitbucket_sync_export_response.py +0 -54
  50. phrase_api-2.6.1/test/test_bitbucket_sync_import_parameters.py +0 -54
  51. phrase_api-2.6.1/test/test_git_hub_sync_api.py +0 -46
  52. phrase_api-2.6.1/test/test_git_lab_sync_api.py +0 -81
  53. phrase_api-2.6.1/test/test_github_sync_export_parameters.py +0 -54
  54. phrase_api-2.6.1/test/test_github_sync_import_parameters.py +0 -54
  55. phrase_api-2.6.1/test/test_gitlab_sync.py +0 -64
  56. phrase_api-2.6.1/test/test_gitlab_sync_export.py +0 -55
  57. phrase_api-2.6.1/test/test_gitlab_sync_export_parameters.py +0 -54
  58. phrase_api-2.6.1/test/test_gitlab_sync_history.py +0 -62
  59. phrase_api-2.6.1/test/test_gitlab_sync_history_errors_inner.py +0 -55
  60. phrase_api-2.6.1/test/test_gitlab_sync_import_parameters.py +0 -54
  61. phrase_api-2.6.1/test/test_repo_sync_event_errors_inner.py +0 -53
  62. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/accounts_api.py +0 -0
  63. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/authorizations_api.py +0 -0
  64. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/blacklisted_keys_api.py +0 -0
  65. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/branches_api.py +0 -0
  66. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/comment_reactions_api.py +0 -0
  67. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/comment_replies_api.py +0 -0
  68. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/comments_api.py +0 -0
  69. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/custom_metadata_api.py +0 -0
  70. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/distributions_api.py +0 -0
  71. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/documents_api.py +0 -0
  72. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/figma_attachments_api.py +0 -0
  73. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/formats_api.py +0 -0
  74. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/glossaries_api.py +0 -0
  75. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/glossary_term_translations_api.py +0 -0
  76. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/glossary_terms_api.py +0 -0
  77. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/icu_api.py +0 -0
  78. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/invitations_api.py +0 -0
  79. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/job_template_locales_api.py +0 -0
  80. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/job_templates_api.py +0 -0
  81. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/jobs_api.py +0 -0
  82. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/keys_api.py +0 -0
  83. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/keys_figma_attachments_api.py +0 -0
  84. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/linked_keys_api.py +0 -0
  85. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/locale_downloads_api.py +0 -0
  86. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/locales_api.py +0 -0
  87. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/members_api.py +0 -0
  88. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/notification_groups_api.py +0 -0
  89. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/notifications_api.py +0 -0
  90. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/orders_api.py +0 -0
  91. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/organization_job_template_locales_api.py +0 -0
  92. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/organization_job_templates_api.py +0 -0
  93. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/projects_api.py +0 -0
  94. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/quality_performance_score_api.py +0 -0
  95. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/release_triggers_api.py +0 -0
  96. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/releases_api.py +0 -0
  97. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/reports_api.py +0 -0
  98. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/screenshot_markers_api.py +0 -0
  99. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/screenshots_api.py +0 -0
  100. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/search_api.py +0 -0
  101. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/spaces_api.py +0 -0
  102. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/style_guides_api.py +0 -0
  103. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/tags_api.py +0 -0
  104. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/teams_api.py +0 -0
  105. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/translations_api.py +0 -0
  106. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/uploads_api.py +0 -0
  107. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/users_api.py +0 -0
  108. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/variables_api.py +0 -0
  109. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/versions_history_api.py +0 -0
  110. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/webhook_deliveries_api.py +0 -0
  111. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api/webhooks_api.py +0 -0
  112. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/api_response.py +0 -0
  113. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/exceptions.py +0 -0
  114. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/account.py +0 -0
  115. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/account_details.py +0 -0
  116. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/account_search_result.py +0 -0
  117. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/affected_count.py +0 -0
  118. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/affected_resources.py +0 -0
  119. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/authorization.py +0 -0
  120. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/authorization_create_parameters.py +0 -0
  121. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/authorization_update_parameters.py +0 -0
  122. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/authorization_with_token.py +0 -0
  123. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/blacklisted_key.py +0 -0
  124. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
  125. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
  126. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/branch.py +0 -0
  127. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/branch_create_parameters.py +0 -0
  128. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/branch_merge_parameters.py +0 -0
  129. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/branch_name.py +0 -0
  130. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/branch_update_parameters.py +0 -0
  131. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comment.py +0 -0
  132. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comment_create_parameters.py +0 -0
  133. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comment_create_parameters1.py +0 -0
  134. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comment_mark_read_parameters.py +0 -0
  135. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comment_reaction.py +0 -0
  136. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comment_update_parameters.py +0 -0
  137. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/comments_list_parameters.py +0 -0
  138. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/current_user.py +0 -0
  139. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_data_type.py +0 -0
  140. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
  141. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
  142. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_property.py +0 -0
  143. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
  144. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
  145. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/distribution.py +0 -0
  146. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/distribution_create_parameters.py +0 -0
  147. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/distribution_preview.py +0 -0
  148. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/distribution_update_parameters.py +0 -0
  149. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/document.py +0 -0
  150. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/error.py +0 -0
  151. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/error_error.py +0 -0
  152. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/figma_attachment.py +0 -0
  153. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
  154. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
  155. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/format.py +0 -0
  156. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary.py +0 -0
  157. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_create_parameters.py +0 -0
  158. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_term.py +0 -0
  159. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_term_create_parameters.py +0 -0
  160. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_term_translation.py +0 -0
  161. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
  162. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
  163. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_term_update_parameters.py +0 -0
  164. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/glossary_update_parameters.py +0 -0
  165. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/icu.py +0 -0
  166. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/icu_skeleton_parameters.py +0 -0
  167. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/invitation.py +0 -0
  168. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/invitation_create_parameters.py +0 -0
  169. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/invitation_update_parameters.py +0 -0
  170. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
  171. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job.py +0 -0
  172. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_comment.py +0 -0
  173. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_complete_parameters.py +0 -0
  174. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_create_parameters.py +0 -0
  175. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_details.py +0 -0
  176. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_keys_create_parameters.py +0 -0
  177. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_locale.py +0 -0
  178. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_locale_complete_parameters.py +0 -0
  179. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
  180. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
  181. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_locale_update_parameters.py +0 -0
  182. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_locales_create_parameters.py +0 -0
  183. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_preview.py +0 -0
  184. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_reopen_parameters.py +0 -0
  185. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_start_parameters.py +0 -0
  186. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template.py +0 -0
  187. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_create_parameters.py +0 -0
  188. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_details.py +0 -0
  189. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
  190. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_locales.py +0 -0
  191. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
  192. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_preview.py +0 -0
  193. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_template_update_parameters.py +0 -0
  194. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/job_update_parameters.py +0 -0
  195. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_create_parameters.py +0 -0
  196. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_link.py +0 -0
  197. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
  198. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_links_create_parameters.py +0 -0
  199. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_links_index400_response.py +0 -0
  200. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_preview.py +0 -0
  201. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/key_update_parameters.py +0 -0
  202. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/keys_exclude_parameters.py +0 -0
  203. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/keys_include_parameters.py +0 -0
  204. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/keys_search_parameters.py +0 -0
  205. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/keys_tag_parameters.py +0 -0
  206. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/keys_untag_parameters.py +0 -0
  207. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale.py +0 -0
  208. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_create_parameters.py +0 -0
  209. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_details.py +0 -0
  210. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_download.py +0 -0
  211. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_download_create_parameters.py +0 -0
  212. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_download_params.py +0 -0
  213. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_download_result.py +0 -0
  214. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_preview.py +0 -0
  215. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_preview1.py +0 -0
  216. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_report.py +0 -0
  217. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_statistics.py +0 -0
  218. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_team_preview.py +0 -0
  219. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_update_parameters.py +0 -0
  220. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/locale_user_preview.py +0 -0
  221. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/member.py +0 -0
  222. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/member_project_detail.py +0 -0
  223. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
  224. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/member_spaces_inner.py +0 -0
  225. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/member_update_parameters.py +0 -0
  226. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/member_update_settings_parameters.py +0 -0
  227. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/notification.py +0 -0
  228. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/notification_group.py +0 -0
  229. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/notification_group_detail.py +0 -0
  230. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/order_confirm_parameters.py +0 -0
  231. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/order_create_parameters.py +0 -0
  232. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/organization_job_template.py +0 -0
  233. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
  234. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_details.py +0 -0
  235. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
  236. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
  237. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
  238. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project.py +0 -0
  239. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project_create_parameters.py +0 -0
  240. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project_details.py +0 -0
  241. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project_locales.py +0 -0
  242. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project_report.py +0 -0
  243. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/project_short.py +0 -0
  244. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response.py +0 -0
  245. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of.py +0 -0
  246. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of_data.py +0 -0
  247. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
  248. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
  249. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/projects_quality_performance_score_request.py +0 -0
  250. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release.py +0 -0
  251. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release_create_parameters.py +0 -0
  252. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release_create_parameters1.py +0 -0
  253. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release_preview.py +0 -0
  254. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release_trigger.py +0 -0
  255. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release_update_parameters.py +0 -0
  256. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/release_update_parameters1.py +0 -0
  257. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/replies_list_parameters.py +0 -0
  258. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/repo_sync.py +0 -0
  259. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/screenshot.py +0 -0
  260. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/screenshot_marker.py +0 -0
  261. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
  262. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
  263. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/screenshot_update_parameters.py +0 -0
  264. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/search_in_account_parameters.py +0 -0
  265. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/space.py +0 -0
  266. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/space1.py +0 -0
  267. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/space_create_parameters.py +0 -0
  268. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/space_update_parameters.py +0 -0
  269. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
  270. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/styleguide.py +0 -0
  271. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/styleguide_create_parameters.py +0 -0
  272. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/styleguide_details.py +0 -0
  273. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/styleguide_preview.py +0 -0
  274. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/styleguide_update_parameters.py +0 -0
  275. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/subscription.py +0 -0
  276. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/tag.py +0 -0
  277. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/tag_create_parameters.py +0 -0
  278. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/tag_with_stats.py +0 -0
  279. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
  280. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
  281. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/team.py +0 -0
  282. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/team_create_parameters.py +0 -0
  283. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/team_detail.py +0 -0
  284. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/team_short.py +0 -0
  285. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/team_update_parameters.py +0 -0
  286. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/teams_projects_create_parameters.py +0 -0
  287. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
  288. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/teams_users_create_parameters.py +0 -0
  289. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation.py +0 -0
  290. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_create_parameters.py +0 -0
  291. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_details.py +0 -0
  292. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_exclude_parameters.py +0 -0
  293. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_include_parameters.py +0 -0
  294. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_key.py +0 -0
  295. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_key_details.py +0 -0
  296. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_order.py +0 -0
  297. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_parent.py +0 -0
  298. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_review_parameters.py +0 -0
  299. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_unverify_parameters.py +0 -0
  300. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_update_parameters.py +0 -0
  301. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_verify_parameters.py +0 -0
  302. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_version.py +0 -0
  303. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translation_version_with_user.py +0 -0
  304. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translations_exclude_parameters.py +0 -0
  305. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translations_include_parameters.py +0 -0
  306. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translations_review_parameters.py +0 -0
  307. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translations_search_parameters.py +0 -0
  308. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translations_unverify_parameters.py +0 -0
  309. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/translations_verify_parameters.py +0 -0
  310. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/upload.py +0 -0
  311. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/upload_summary.py +0 -0
  312. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/user.py +0 -0
  313. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/user_preview.py +0 -0
  314. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/variable.py +0 -0
  315. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/variable_create_parameters.py +0 -0
  316. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/variable_update_parameters.py +0 -0
  317. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/webhook.py +0 -0
  318. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/webhook_create_parameters.py +0 -0
  319. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/webhook_delivery.py +0 -0
  320. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/models/webhook_update_parameters.py +0 -0
  321. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/py.typed +0 -0
  322. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api/rest.py +0 -0
  323. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api.egg-info/dependency_links.txt +0 -0
  324. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api.egg-info/requires.txt +0 -0
  325. {phrase_api-2.6.1 → phrase_api-3.0.1}/phrase_api.egg-info/top_level.txt +0 -0
  326. {phrase_api-2.6.1 → phrase_api-3.0.1}/setup.cfg +0 -0
  327. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_account.py +0 -0
  328. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_account_details.py +0 -0
  329. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_account_search_result.py +0 -0
  330. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_accounts_api.py +0 -0
  331. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_affected_count.py +0 -0
  332. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_affected_resources.py +0 -0
  333. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_authorization.py +0 -0
  334. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_authorization_create_parameters.py +0 -0
  335. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_authorization_update_parameters.py +0 -0
  336. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_authorization_with_token.py +0 -0
  337. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_authorizations_api.py +0 -0
  338. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_blacklisted_key.py +0 -0
  339. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_blacklisted_key_create_parameters.py +0 -0
  340. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_blacklisted_key_update_parameters.py +0 -0
  341. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_blacklisted_keys_api.py +0 -0
  342. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_branch.py +0 -0
  343. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_branch_create_parameters.py +0 -0
  344. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_branch_merge_parameters.py +0 -0
  345. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_branch_name.py +0 -0
  346. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_branch_update_parameters.py +0 -0
  347. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_branches_api.py +0 -0
  348. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment.py +0 -0
  349. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_create_parameters.py +0 -0
  350. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_create_parameters1.py +0 -0
  351. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_mark_read_parameters.py +0 -0
  352. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_reaction.py +0 -0
  353. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_reactions_api.py +0 -0
  354. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_replies_api.py +0 -0
  355. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comment_update_parameters.py +0 -0
  356. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comments_api.py +0 -0
  357. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_comments_list_parameters.py +0 -0
  358. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_current_user.py +0 -0
  359. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_api.py +0 -0
  360. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_data_type.py +0 -0
  361. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_properties_create_parameters.py +0 -0
  362. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_properties_update_parameters.py +0 -0
  363. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_property.py +0 -0
  364. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_property_create422_response.py +0 -0
  365. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
  366. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_distribution.py +0 -0
  367. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_distribution_create_parameters.py +0 -0
  368. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_distribution_preview.py +0 -0
  369. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_distribution_update_parameters.py +0 -0
  370. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_distributions_api.py +0 -0
  371. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_document.py +0 -0
  372. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_documents_api.py +0 -0
  373. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_error.py +0 -0
  374. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_error_error.py +0 -0
  375. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_figma_attachment.py +0 -0
  376. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_figma_attachment_create_parameters.py +0 -0
  377. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_figma_attachment_update_parameters.py +0 -0
  378. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_figma_attachments_api.py +0 -0
  379. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_format.py +0 -0
  380. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_formats_api.py +0 -0
  381. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossaries_api.py +0 -0
  382. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary.py +0 -0
  383. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_create_parameters.py +0 -0
  384. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term.py +0 -0
  385. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term_create_parameters.py +0 -0
  386. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term_translation.py +0 -0
  387. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term_translation_create_parameters.py +0 -0
  388. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term_translation_update_parameters.py +0 -0
  389. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term_translations_api.py +0 -0
  390. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_term_update_parameters.py +0 -0
  391. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_terms_api.py +0 -0
  392. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_glossary_update_parameters.py +0 -0
  393. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_icu.py +0 -0
  394. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_icu_api.py +0 -0
  395. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_icu_skeleton_parameters.py +0 -0
  396. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_invitation.py +0 -0
  397. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_invitation_create_parameters.py +0 -0
  398. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_invitation_update_parameters.py +0 -0
  399. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_invitation_update_settings_parameters.py +0 -0
  400. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_invitations_api.py +0 -0
  401. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job.py +0 -0
  402. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_comment.py +0 -0
  403. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_comments_api.py +0 -0
  404. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_complete_parameters.py +0 -0
  405. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_create_parameters.py +0 -0
  406. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_details.py +0 -0
  407. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_keys_create_parameters.py +0 -0
  408. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locale.py +0 -0
  409. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locale_complete_parameters.py +0 -0
  410. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locale_complete_review_parameters.py +0 -0
  411. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locale_reopen_parameters.py +0 -0
  412. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locale_update_parameters.py +0 -0
  413. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locales_api.py +0 -0
  414. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_locales_create_parameters.py +0 -0
  415. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_preview.py +0 -0
  416. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_reopen_parameters.py +0 -0
  417. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_start_parameters.py +0 -0
  418. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template.py +0 -0
  419. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_create_parameters.py +0 -0
  420. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_details.py +0 -0
  421. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_locale_update_parameters.py +0 -0
  422. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_locales.py +0 -0
  423. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_locales_api.py +0 -0
  424. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_locales_create_parameters.py +0 -0
  425. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_preview.py +0 -0
  426. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_template_update_parameters.py +0 -0
  427. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_templates_api.py +0 -0
  428. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_job_update_parameters.py +0 -0
  429. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_jobs_api.py +0 -0
  430. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_link.py +0 -0
  431. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_links_batch_destroy_parameters.py +0 -0
  432. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_links_create_parameters.py +0 -0
  433. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_links_index400_response.py +0 -0
  434. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_key_preview.py +0 -0
  435. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_api.py +0 -0
  436. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_exclude_parameters.py +0 -0
  437. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_figma_attachments_api.py +0 -0
  438. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_include_parameters.py +0 -0
  439. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_search_parameters.py +0 -0
  440. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_tag_parameters.py +0 -0
  441. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_keys_untag_parameters.py +0 -0
  442. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_linked_keys_api.py +0 -0
  443. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale.py +0 -0
  444. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_create_parameters.py +0 -0
  445. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_details.py +0 -0
  446. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_download.py +0 -0
  447. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_download_create_parameters.py +0 -0
  448. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_download_params.py +0 -0
  449. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_download_result.py +0 -0
  450. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_downloads_api.py +0 -0
  451. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_preview.py +0 -0
  452. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_preview1.py +0 -0
  453. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_report.py +0 -0
  454. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_statistics.py +0 -0
  455. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_team_preview.py +0 -0
  456. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_update_parameters.py +0 -0
  457. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locale_user_preview.py +0 -0
  458. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_locales_api.py +0 -0
  459. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_member.py +0 -0
  460. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_member_project_detail.py +0 -0
  461. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_member_project_detail_project_roles_inner.py +0 -0
  462. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_member_spaces_inner.py +0 -0
  463. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_member_update_parameters.py +0 -0
  464. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_member_update_settings_parameters.py +0 -0
  465. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_members_api.py +0 -0
  466. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_notification.py +0 -0
  467. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_notification_group.py +0 -0
  468. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_notification_group_detail.py +0 -0
  469. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_notification_groups_api.py +0 -0
  470. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_notifications_api.py +0 -0
  471. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_order_confirm_parameters.py +0 -0
  472. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_order_create_parameters.py +0 -0
  473. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_orders_api.py +0 -0
  474. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template.py +0 -0
  475. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template_create_parameters.py +0 -0
  476. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template_details.py +0 -0
  477. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template_locale_update_parameters.py +0 -0
  478. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template_locales_api.py +0 -0
  479. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template_locales_create_parameters.py +0 -0
  480. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_template_update_parameters.py +0 -0
  481. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_organization_job_templates_api.py +0 -0
  482. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project.py +0 -0
  483. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project_details.py +0 -0
  484. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project_locales.py +0 -0
  485. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project_report.py +0 -0
  486. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_project_short.py +0 -0
  487. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_api.py +0 -0
  488. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response.py +0 -0
  489. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of.py +0 -0
  490. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of_data.py +0 -0
  491. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of_data_translations_inner.py +0 -0
  492. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_quality_performance_score200_response_any_of_errors_inner.py +0 -0
  493. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_projects_quality_performance_score_request.py +0 -0
  494. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_quality_performance_score_api.py +0 -0
  495. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release.py +0 -0
  496. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_create_parameters.py +0 -0
  497. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_create_parameters1.py +0 -0
  498. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_preview.py +0 -0
  499. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_trigger.py +0 -0
  500. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_triggers_api.py +0 -0
  501. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_update_parameters.py +0 -0
  502. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_release_update_parameters1.py +0 -0
  503. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_releases_api.py +0 -0
  504. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_replies_list_parameters.py +0 -0
  505. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_repo_sync.py +0 -0
  506. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_reports_api.py +0 -0
  507. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshot.py +0 -0
  508. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshot_marker.py +0 -0
  509. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshot_marker_create_parameters.py +0 -0
  510. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshot_marker_update_parameters.py +0 -0
  511. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshot_markers_api.py +0 -0
  512. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_screenshots_api.py +0 -0
  513. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_search_api.py +0 -0
  514. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_search_in_account_parameters.py +0 -0
  515. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_space.py +0 -0
  516. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_space1.py +0 -0
  517. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_space_create_parameters.py +0 -0
  518. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_space_update_parameters.py +0 -0
  519. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_spaces_api.py +0 -0
  520. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_spaces_projects_create_parameters.py +0 -0
  521. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_style_guides_api.py +0 -0
  522. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_styleguide.py +0 -0
  523. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_styleguide_create_parameters.py +0 -0
  524. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_styleguide_details.py +0 -0
  525. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_styleguide_preview.py +0 -0
  526. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_styleguide_update_parameters.py +0 -0
  527. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_subscription.py +0 -0
  528. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_tag.py +0 -0
  529. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_tag_create_parameters.py +0 -0
  530. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_tag_with_stats.py +0 -0
  531. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_tag_with_stats1_statistics.py +0 -0
  532. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_tag_with_stats1_statistics1.py +0 -0
  533. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_tags_api.py +0 -0
  534. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_team.py +0 -0
  535. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_team_create_parameters.py +0 -0
  536. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_team_detail.py +0 -0
  537. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_team_short.py +0 -0
  538. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_team_update_parameters.py +0 -0
  539. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_teams_api.py +0 -0
  540. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_teams_projects_create_parameters.py +0 -0
  541. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_teams_spaces_create_parameters.py +0 -0
  542. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_teams_users_create_parameters.py +0 -0
  543. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation.py +0 -0
  544. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_create_parameters.py +0 -0
  545. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_details.py +0 -0
  546. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_exclude_parameters.py +0 -0
  547. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_include_parameters.py +0 -0
  548. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_key.py +0 -0
  549. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_key_details.py +0 -0
  550. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_order.py +0 -0
  551. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_parent.py +0 -0
  552. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_review_parameters.py +0 -0
  553. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_unverify_parameters.py +0 -0
  554. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_update_parameters.py +0 -0
  555. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_verify_parameters.py +0 -0
  556. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_version.py +0 -0
  557. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translation_version_with_user.py +0 -0
  558. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_api.py +0 -0
  559. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_exclude_parameters.py +0 -0
  560. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_include_parameters.py +0 -0
  561. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_review_parameters.py +0 -0
  562. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_search_parameters.py +0 -0
  563. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_unverify_parameters.py +0 -0
  564. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_translations_verify_parameters.py +0 -0
  565. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_upload.py +0 -0
  566. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_upload_summary.py +0 -0
  567. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_uploads_api.py +0 -0
  568. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_user.py +0 -0
  569. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_user_preview.py +0 -0
  570. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_users_api.py +0 -0
  571. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_variable.py +0 -0
  572. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_variable_create_parameters.py +0 -0
  573. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_variable_update_parameters.py +0 -0
  574. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_variables_api.py +0 -0
  575. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_versions_history_api.py +0 -0
  576. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_webhook.py +0 -0
  577. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_webhook_create_parameters.py +0 -0
  578. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_webhook_deliveries_api.py +0 -0
  579. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_webhook_delivery.py +0 -0
  580. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_webhook_update_parameters.py +0 -0
  581. {phrase_api-2.6.1 → phrase_api-3.0.1}/test/test_webhooks_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phrase-api
3
- Version: 2.6.1
3
+ Version: 3.0.1
4
4
  Summary: Phrase Strings API Reference
5
5
  Home-page: https://github.com/phrase/phrase-python
6
6
  Author: Phrase Support
@@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
5
5
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
7
  - API version: 2.0.0
8
- - Package version: 2.6.1
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
 
@@ -152,9 +152,6 @@ Class | Method | HTTP request | Description
152
152
  *AuthorizationsApi* | [**authorization_show**](docs/AuthorizationsApi.md#authorization_show) | **GET** /authorizations/{id} | Get a single authorization
153
153
  *AuthorizationsApi* | [**authorization_update**](docs/AuthorizationsApi.md#authorization_update) | **PATCH** /authorizations/{id} | Update an authorization
154
154
  *AuthorizationsApi* | [**authorizations_list**](docs/AuthorizationsApi.md#authorizations_list) | **GET** /authorizations | List authorizations
155
- *BitbucketSyncApi* | [**bitbucket_sync_export**](docs/BitbucketSyncApi.md#bitbucket_sync_export) | **POST** /bitbucket_syncs/{id}/export | Export from Phrase Strings to Bitbucket
156
- *BitbucketSyncApi* | [**bitbucket_sync_import**](docs/BitbucketSyncApi.md#bitbucket_sync_import) | **POST** /bitbucket_syncs/{id}/import | Import to Phrase Strings from Bitbucket
157
- *BitbucketSyncApi* | [**bitbucket_syncs_list**](docs/BitbucketSyncApi.md#bitbucket_syncs_list) | **GET** /bitbucket_syncs | List Bitbucket syncs
158
155
  *BlacklistedKeysApi* | [**blacklisted_key_create**](docs/BlacklistedKeysApi.md#blacklisted_key_create) | **POST** /projects/{project_id}/blacklisted_keys | Create a blocked key
159
156
  *BlacklistedKeysApi* | [**blacklisted_key_delete**](docs/BlacklistedKeysApi.md#blacklisted_key_delete) | **DELETE** /projects/{project_id}/blacklisted_keys/{id} | Delete a blocked key
160
157
  *BlacklistedKeysApi* | [**blacklisted_key_show**](docs/BlacklistedKeysApi.md#blacklisted_key_show) | **GET** /projects/{project_id}/blacklisted_keys/{id} | Get a single blocked key
@@ -203,15 +200,6 @@ Class | Method | HTTP request | Description
203
200
  *FigmaAttachmentsApi* | [**figma_attachment_update**](docs/FigmaAttachmentsApi.md#figma_attachment_update) | **PATCH** /projects/{project_id}/figma_attachments/{id} | Update a Figma attachment
204
201
  *FigmaAttachmentsApi* | [**figma_attachments_list**](docs/FigmaAttachmentsApi.md#figma_attachments_list) | **GET** /projects/{project_id}/figma_attachments | List Figma attachments
205
202
  *FormatsApi* | [**formats_list**](docs/FormatsApi.md#formats_list) | **GET** /formats | List formats
206
- *GitHubSyncApi* | [**github_sync_export**](docs/GitHubSyncApi.md#github_sync_export) | **POST** /github_syncs/export | Export from Phrase Strings to GitHub
207
- *GitHubSyncApi* | [**github_sync_import**](docs/GitHubSyncApi.md#github_sync_import) | **POST** /github_syncs/import | Import to Phrase Strings from GitHub
208
- *GitLabSyncApi* | [**gitlab_sync_delete**](docs/GitLabSyncApi.md#gitlab_sync_delete) | **DELETE** /gitlab_syncs/{id} | Delete single Sync Setting
209
- *GitLabSyncApi* | [**gitlab_sync_export**](docs/GitLabSyncApi.md#gitlab_sync_export) | **POST** /gitlab_syncs/{gitlab_sync_id}/export | Export from Phrase Strings to GitLab
210
- *GitLabSyncApi* | [**gitlab_sync_history**](docs/GitLabSyncApi.md#gitlab_sync_history) | **GET** /gitlab_syncs/{gitlab_sync_id}/history | History of single Sync Setting
211
- *GitLabSyncApi* | [**gitlab_sync_import**](docs/GitLabSyncApi.md#gitlab_sync_import) | **POST** /gitlab_syncs/{gitlab_sync_id}/import | Import from GitLab to Phrase
212
- *GitLabSyncApi* | [**gitlab_sync_list**](docs/GitLabSyncApi.md#gitlab_sync_list) | **GET** /gitlab_syncs | List GitLab syncs
213
- *GitLabSyncApi* | [**gitlab_sync_show**](docs/GitLabSyncApi.md#gitlab_sync_show) | **GET** /gitlab_syncs/{id} | Get single Sync Setting
214
- *GitLabSyncApi* | [**gitlab_sync_update**](docs/GitLabSyncApi.md#gitlab_sync_update) | **PUT** /gitlab_syncs/{id} | Update single Sync Setting
215
203
  *GlossariesApi* | [**glossaries_list**](docs/GlossariesApi.md#glossaries_list) | **GET** /accounts/{account_id}/glossaries | List term bases
216
204
  *GlossariesApi* | [**glossary_create**](docs/GlossariesApi.md#glossary_create) | **POST** /accounts/{account_id}/glossaries | Create a term base
217
205
  *GlossariesApi* | [**glossary_delete**](docs/GlossariesApi.md#glossary_delete) | **DELETE** /accounts/{account_id}/glossaries/{id} | Delete a term base
@@ -338,10 +326,10 @@ Class | Method | HTTP request | Description
338
326
  *ReleasesApi* | [**release_show**](docs/ReleasesApi.md#release_show) | **GET** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Get a single release
339
327
  *ReleasesApi* | [**release_update**](docs/ReleasesApi.md#release_update) | **PATCH** /accounts/{account_id}/distributions/{distribution_id}/releases/{id} | Update a release
340
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
341
331
  *RepoSyncsApi* | [**repo_sync_activate**](docs/RepoSyncsApi.md#repo_sync_activate) | **POST** /accounts/{account_id}/repo_syncs/{id}/activate | Activate a Repo Sync
342
332
  *RepoSyncsApi* | [**repo_sync_deactivate**](docs/RepoSyncsApi.md#repo_sync_deactivate) | **POST** /accounts/{account_id}/repo_syncs/{id}/deactivate | Deactivate a Repo Sync
343
- *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
344
- *RepoSyncsApi* | [**repo_sync_events**](docs/RepoSyncsApi.md#repo_sync_events) | **GET** /accounts/{account_id}/repo_syncs/{id}/events | Repository Syncs History
345
333
  *RepoSyncsApi* | [**repo_sync_export**](docs/RepoSyncsApi.md#repo_sync_export) | **POST** /accounts/{account_id}/repo_syncs/{id}/export | Export to code repository
346
334
  *RepoSyncsApi* | [**repo_sync_import**](docs/RepoSyncsApi.md#repo_sync_import) | **POST** /accounts/{account_id}/repo_syncs/{id}/import | Import from code repository
347
335
  *RepoSyncsApi* | [**repo_sync_list**](docs/RepoSyncsApi.md#repo_sync_list) | **GET** /accounts/{account_id}/repo_syncs | Get Repo Syncs
@@ -437,10 +425,6 @@ Class | Method | HTTP request | Description
437
425
  - [AuthorizationCreateParameters](docs/AuthorizationCreateParameters.md)
438
426
  - [AuthorizationUpdateParameters](docs/AuthorizationUpdateParameters.md)
439
427
  - [AuthorizationWithToken](docs/AuthorizationWithToken.md)
440
- - [BitbucketSync](docs/BitbucketSync.md)
441
- - [BitbucketSyncExportParameters](docs/BitbucketSyncExportParameters.md)
442
- - [BitbucketSyncExportResponse](docs/BitbucketSyncExportResponse.md)
443
- - [BitbucketSyncImportParameters](docs/BitbucketSyncImportParameters.md)
444
428
  - [BlacklistedKey](docs/BlacklistedKey.md)
445
429
  - [BlacklistedKeyCreateParameters](docs/BlacklistedKeyCreateParameters.md)
446
430
  - [BlacklistedKeyUpdateParameters](docs/BlacklistedKeyUpdateParameters.md)
@@ -474,14 +458,6 @@ Class | Method | HTTP request | Description
474
458
  - [FigmaAttachmentCreateParameters](docs/FigmaAttachmentCreateParameters.md)
475
459
  - [FigmaAttachmentUpdateParameters](docs/FigmaAttachmentUpdateParameters.md)
476
460
  - [Format](docs/Format.md)
477
- - [GithubSyncExportParameters](docs/GithubSyncExportParameters.md)
478
- - [GithubSyncImportParameters](docs/GithubSyncImportParameters.md)
479
- - [GitlabSync](docs/GitlabSync.md)
480
- - [GitlabSyncExport](docs/GitlabSyncExport.md)
481
- - [GitlabSyncExportParameters](docs/GitlabSyncExportParameters.md)
482
- - [GitlabSyncHistory](docs/GitlabSyncHistory.md)
483
- - [GitlabSyncHistoryErrorsInner](docs/GitlabSyncHistoryErrorsInner.md)
484
- - [GitlabSyncImportParameters](docs/GitlabSyncImportParameters.md)
485
461
  - [Glossary](docs/Glossary.md)
486
462
  - [GlossaryCreateParameters](docs/GlossaryCreateParameters.md)
487
463
  - [GlossaryTerm](docs/GlossaryTerm.md)
@@ -589,7 +565,6 @@ Class | Method | HTTP request | Description
589
565
  - [RepliesListParameters](docs/RepliesListParameters.md)
590
566
  - [RepoSync](docs/RepoSync.md)
591
567
  - [RepoSyncEvent](docs/RepoSyncEvent.md)
592
- - [RepoSyncEventErrorsInner](docs/RepoSyncEventErrorsInner.md)
593
568
  - [Screenshot](docs/Screenshot.md)
594
569
  - [ScreenshotMarker](docs/ScreenshotMarker.md)
595
570
  - [ScreenshotMarkerCreateParameters](docs/ScreenshotMarkerCreateParameters.md)
@@ -13,12 +13,11 @@
13
13
 
14
14
  from __future__ import absolute_import
15
15
 
16
- __version__ = "2.6.1"
16
+ __version__ = "3.0.1"
17
17
 
18
18
  # import apis into sdk package
19
19
  from phrase_api.api.accounts_api import AccountsApi
20
20
  from phrase_api.api.authorizations_api import AuthorizationsApi
21
- from phrase_api.api.bitbucket_sync_api import BitbucketSyncApi
22
21
  from phrase_api.api.blacklisted_keys_api import BlacklistedKeysApi
23
22
  from phrase_api.api.branches_api import BranchesApi
24
23
  from phrase_api.api.comment_reactions_api import CommentReactionsApi
@@ -29,8 +28,6 @@ from phrase_api.api.distributions_api import DistributionsApi
29
28
  from phrase_api.api.documents_api import DocumentsApi
30
29
  from phrase_api.api.figma_attachments_api import FigmaAttachmentsApi
31
30
  from phrase_api.api.formats_api import FormatsApi
32
- from phrase_api.api.git_hub_sync_api import GitHubSyncApi
33
- from phrase_api.api.git_lab_sync_api import GitLabSyncApi
34
31
  from phrase_api.api.glossaries_api import GlossariesApi
35
32
  from phrase_api.api.glossary_term_translations_api import GlossaryTermTranslationsApi
36
33
  from phrase_api.api.glossary_terms_api import GlossaryTermsApi
@@ -56,6 +53,7 @@ from phrase_api.api.projects_api import ProjectsApi
56
53
  from phrase_api.api.quality_performance_score_api import QualityPerformanceScoreApi
57
54
  from phrase_api.api.release_triggers_api import ReleaseTriggersApi
58
55
  from phrase_api.api.releases_api import ReleasesApi
56
+ from phrase_api.api.repo_sync_events_api import RepoSyncEventsApi
59
57
  from phrase_api.api.repo_syncs_api import RepoSyncsApi
60
58
  from phrase_api.api.reports_api import ReportsApi
61
59
  from phrase_api.api.screenshot_markers_api import ScreenshotMarkersApi
@@ -91,10 +89,6 @@ from phrase_api.models.authorization import Authorization
91
89
  from phrase_api.models.authorization_create_parameters import AuthorizationCreateParameters
92
90
  from phrase_api.models.authorization_update_parameters import AuthorizationUpdateParameters
93
91
  from phrase_api.models.authorization_with_token import AuthorizationWithToken
94
- from phrase_api.models.bitbucket_sync import BitbucketSync
95
- from phrase_api.models.bitbucket_sync_export_parameters import BitbucketSyncExportParameters
96
- from phrase_api.models.bitbucket_sync_export_response import BitbucketSyncExportResponse
97
- from phrase_api.models.bitbucket_sync_import_parameters import BitbucketSyncImportParameters
98
92
  from phrase_api.models.blacklisted_key import BlacklistedKey
99
93
  from phrase_api.models.blacklisted_key_create_parameters import BlacklistedKeyCreateParameters
100
94
  from phrase_api.models.blacklisted_key_update_parameters import BlacklistedKeyUpdateParameters
@@ -128,14 +122,6 @@ from phrase_api.models.figma_attachment import FigmaAttachment
128
122
  from phrase_api.models.figma_attachment_create_parameters import FigmaAttachmentCreateParameters
129
123
  from phrase_api.models.figma_attachment_update_parameters import FigmaAttachmentUpdateParameters
130
124
  from phrase_api.models.format import Format
131
- from phrase_api.models.github_sync_export_parameters import GithubSyncExportParameters
132
- from phrase_api.models.github_sync_import_parameters import GithubSyncImportParameters
133
- from phrase_api.models.gitlab_sync import GitlabSync
134
- from phrase_api.models.gitlab_sync_export import GitlabSyncExport
135
- from phrase_api.models.gitlab_sync_export_parameters import GitlabSyncExportParameters
136
- from phrase_api.models.gitlab_sync_history import GitlabSyncHistory
137
- from phrase_api.models.gitlab_sync_history_errors_inner import GitlabSyncHistoryErrorsInner
138
- from phrase_api.models.gitlab_sync_import_parameters import GitlabSyncImportParameters
139
125
  from phrase_api.models.glossary import Glossary
140
126
  from phrase_api.models.glossary_create_parameters import GlossaryCreateParameters
141
127
  from phrase_api.models.glossary_term import GlossaryTerm
@@ -243,7 +229,6 @@ from phrase_api.models.release_update_parameters1 import ReleaseUpdateParameters
243
229
  from phrase_api.models.replies_list_parameters import RepliesListParameters
244
230
  from phrase_api.models.repo_sync import RepoSync
245
231
  from phrase_api.models.repo_sync_event import RepoSyncEvent
246
- from phrase_api.models.repo_sync_event_errors_inner import RepoSyncEventErrorsInner
247
232
  from phrase_api.models.screenshot import Screenshot
248
233
  from phrase_api.models.screenshot_marker import ScreenshotMarker
249
234
  from phrase_api.models.screenshot_marker_create_parameters import ScreenshotMarkerCreateParameters
@@ -5,7 +5,6 @@ from __future__ import absolute_import
5
5
  # import apis into api package
6
6
  from phrase_api.api.accounts_api import AccountsApi
7
7
  from phrase_api.api.authorizations_api import AuthorizationsApi
8
- from phrase_api.api.bitbucket_sync_api import BitbucketSyncApi
9
8
  from phrase_api.api.blacklisted_keys_api import BlacklistedKeysApi
10
9
  from phrase_api.api.branches_api import BranchesApi
11
10
  from phrase_api.api.comment_reactions_api import CommentReactionsApi
@@ -16,8 +15,6 @@ from phrase_api.api.distributions_api import DistributionsApi
16
15
  from phrase_api.api.documents_api import DocumentsApi
17
16
  from phrase_api.api.figma_attachments_api import FigmaAttachmentsApi
18
17
  from phrase_api.api.formats_api import FormatsApi
19
- from phrase_api.api.git_hub_sync_api import GitHubSyncApi
20
- from phrase_api.api.git_lab_sync_api import GitLabSyncApi
21
18
  from phrase_api.api.glossaries_api import GlossariesApi
22
19
  from phrase_api.api.glossary_term_translations_api import GlossaryTermTranslationsApi
23
20
  from phrase_api.api.glossary_terms_api import GlossaryTermsApi
@@ -43,6 +40,7 @@ from phrase_api.api.projects_api import ProjectsApi
43
40
  from phrase_api.api.quality_performance_score_api import QualityPerformanceScoreApi
44
41
  from phrase_api.api.release_triggers_api import ReleaseTriggersApi
45
42
  from phrase_api.api.releases_api import ReleasesApi
43
+ from phrase_api.api.repo_sync_events_api import RepoSyncEventsApi
46
44
  from phrase_api.api.repo_syncs_api import RepoSyncsApi
47
45
  from phrase_api.api.reports_api import ReportsApi
48
46
  from phrase_api.api.screenshot_markers_api import ScreenshotMarkersApi
@@ -190,7 +190,7 @@ class JobCommentsApi(object):
190
190
  :param str job_id: Job ID (required)
191
191
  :param str id: ID (required)
192
192
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
193
- :param str branch: specify the branch to use
193
+ :param str branch: Branch to use
194
194
  :param _preload_content: if False, the urllib3.HTTPResponse object will
195
195
  be returned without reading/decoding response
196
196
  data. Default is True.
@@ -219,7 +219,7 @@ class JobCommentsApi(object):
219
219
  :param str job_id: Job ID (required)
220
220
  :param str id: ID (required)
221
221
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
222
- :param str branch: specify the branch to use
222
+ :param str branch: Branch to use
223
223
  :param _return_http_data_only: response data without head status code
224
224
  and headers
225
225
  :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -328,7 +328,7 @@ class JobCommentsApi(object):
328
328
  :param str job_id: Job ID (required)
329
329
  :param str id: ID (required)
330
330
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
331
- :param str branch: specify the branch to use
331
+ :param str branch: Branch to use
332
332
  :param _preload_content: if False, the urllib3.HTTPResponse object will
333
333
  be returned without reading/decoding response
334
334
  data. Default is True.
@@ -357,7 +357,7 @@ class JobCommentsApi(object):
357
357
  :param str job_id: Job ID (required)
358
358
  :param str id: ID (required)
359
359
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
360
- :param str branch: specify the branch to use
360
+ :param str branch: Branch to use
361
361
  :param _return_http_data_only: response data without head status code
362
362
  and headers
363
363
  :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -619,7 +619,7 @@ class JobCommentsApi(object):
619
619
  :param str project_id: Project ID (required)
620
620
  :param str job_id: Job ID (required)
621
621
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
622
- :param str branch: specify the branch to use
622
+ :param str branch: Branch to use
623
623
  :param str order: Order direction. Can be one of: asc, desc.
624
624
  :param _preload_content: if False, the urllib3.HTTPResponse object will
625
625
  be returned without reading/decoding response
@@ -648,7 +648,7 @@ class JobCommentsApi(object):
648
648
  :param str project_id: Project ID (required)
649
649
  :param str job_id: Job ID (required)
650
650
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
651
- :param str branch: specify the branch to use
651
+ :param str branch: Branch to use
652
652
  :param str order: Order direction. Can be one of: asc, desc.
653
653
  :param _return_http_data_only: response data without head status code
654
654
  and headers
@@ -349,7 +349,7 @@ class JobLocalesApi(object):
349
349
  :param str job_id: Job ID (required)
350
350
  :param str id: ID (required)
351
351
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
352
- :param str branch: specify the branch to use
352
+ :param str branch: Branch to use
353
353
  :param _preload_content: if False, the urllib3.HTTPResponse object will
354
354
  be returned without reading/decoding response
355
355
  data. Default is True.
@@ -378,7 +378,7 @@ class JobLocalesApi(object):
378
378
  :param str job_id: Job ID (required)
379
379
  :param str id: ID (required)
380
380
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
381
- :param str branch: specify the branch to use
381
+ :param str branch: Branch to use
382
382
  :param _return_http_data_only: response data without head status code
383
383
  and headers
384
384
  :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -637,7 +637,7 @@ class JobLocalesApi(object):
637
637
  :param str job_id: Job ID (required)
638
638
  :param str id: ID (required)
639
639
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
640
- :param str branch: specify the branch to use
640
+ :param str branch: Branch to use
641
641
  :param _preload_content: if False, the urllib3.HTTPResponse object will
642
642
  be returned without reading/decoding response
643
643
  data. Default is True.
@@ -666,7 +666,7 @@ class JobLocalesApi(object):
666
666
  :param str job_id: Job ID (required)
667
667
  :param str id: ID (required)
668
668
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
669
- :param str branch: specify the branch to use
669
+ :param str branch: Branch to use
670
670
  :param _return_http_data_only: response data without head status code
671
671
  and headers
672
672
  :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -1071,7 +1071,7 @@ class JobLocalesApi(object):
1071
1071
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
1072
1072
  :param int page: Page number
1073
1073
  :param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
1074
- :param str branch: specify the branch to use
1074
+ :param str branch: Branch to use
1075
1075
  :param _preload_content: if False, the urllib3.HTTPResponse object will
1076
1076
  be returned without reading/decoding response
1077
1077
  data. Default is True.
@@ -1101,7 +1101,7 @@ class JobLocalesApi(object):
1101
1101
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
1102
1102
  :param int page: Page number
1103
1103
  :param int per_page: Limit on the number of objects to be returned, between 1 and 100. 25 by default
1104
- :param str branch: specify the branch to use
1104
+ :param str branch: Branch to use
1105
1105
  :param _return_http_data_only: response data without head status code
1106
1106
  and headers
1107
1107
  :param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -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)