phrase-api 3.1.0__tar.gz → 3.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (551) hide show
  1. {phrase_api-3.1.0 → phrase_api-3.2.0}/PKG-INFO +1 -1
  2. {phrase_api-3.1.0 → phrase_api-3.2.0}/README.md +1 -1
  3. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/__init__.py +1 -1
  4. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/keys_api.py +4 -4
  5. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api_client.py +1 -1
  6. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/configuration.py +1 -1
  7. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/keys_exclude_parameters.py +2 -2
  8. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/keys_include_parameters.py +2 -2
  9. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/keys_search_parameters.py +2 -2
  10. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/keys_tag_parameters.py +2 -2
  11. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/keys_untag_parameters.py +2 -2
  12. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/upload.py +31 -1
  13. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api.egg-info/PKG-INFO +1 -1
  14. {phrase_api-3.1.0 → phrase_api-3.2.0}/pyproject.toml +1 -1
  15. {phrase_api-3.1.0 → phrase_api-3.2.0}/setup.py +1 -1
  16. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_create_parameters.py +1 -1
  17. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_update_parameters.py +1 -1
  18. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project_create_parameters.py +1 -1
  19. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project_update_parameters.py +1 -1
  20. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshot_update_parameters.py +1 -1
  21. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_upload.py +3 -0
  22. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/__init__.py +0 -0
  23. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/accounts_api.py +0 -0
  24. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/authorizations_api.py +0 -0
  25. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/blacklisted_keys_api.py +0 -0
  26. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/branches_api.py +0 -0
  27. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/comment_reactions_api.py +0 -0
  28. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/comment_replies_api.py +0 -0
  29. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/comments_api.py +0 -0
  30. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/custom_metadata_api.py +0 -0
  31. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/distributions_api.py +0 -0
  32. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/documents_api.py +0 -0
  33. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/figma_attachments_api.py +0 -0
  34. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/formats_api.py +0 -0
  35. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/glossaries_api.py +0 -0
  36. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/glossary_term_translations_api.py +0 -0
  37. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/glossary_terms_api.py +0 -0
  38. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/icu_api.py +0 -0
  39. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/invitations_api.py +0 -0
  40. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/job_comments_api.py +0 -0
  41. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/job_locales_api.py +0 -0
  42. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/job_template_locales_api.py +0 -0
  43. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/job_templates_api.py +0 -0
  44. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/jobs_api.py +0 -0
  45. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/keys_figma_attachments_api.py +0 -0
  46. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/linked_keys_api.py +0 -0
  47. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/locale_downloads_api.py +0 -0
  48. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/locales_api.py +0 -0
  49. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/members_api.py +0 -0
  50. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/notification_groups_api.py +0 -0
  51. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/notifications_api.py +0 -0
  52. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/orders_api.py +0 -0
  53. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/organization_job_template_locales_api.py +0 -0
  54. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/organization_job_templates_api.py +0 -0
  55. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/projects_api.py +0 -0
  56. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/quality_performance_score_api.py +0 -0
  57. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/release_triggers_api.py +0 -0
  58. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/releases_api.py +0 -0
  59. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/repo_sync_events_api.py +0 -0
  60. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/repo_syncs_api.py +0 -0
  61. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/reports_api.py +0 -0
  62. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/screenshot_markers_api.py +0 -0
  63. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/screenshots_api.py +0 -0
  64. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/search_api.py +0 -0
  65. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/spaces_api.py +0 -0
  66. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/style_guides_api.py +0 -0
  67. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/tags_api.py +0 -0
  68. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/teams_api.py +0 -0
  69. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/translations_api.py +0 -0
  70. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/uploads_api.py +0 -0
  71. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/users_api.py +0 -0
  72. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/variables_api.py +0 -0
  73. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/versions_history_api.py +0 -0
  74. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/webhook_deliveries_api.py +0 -0
  75. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api/webhooks_api.py +0 -0
  76. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/api_response.py +0 -0
  77. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/exceptions.py +0 -0
  78. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/__init__.py +0 -0
  79. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/account.py +0 -0
  80. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/account_details.py +0 -0
  81. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/account_search_result.py +0 -0
  82. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/affected_count.py +0 -0
  83. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/affected_resources.py +0 -0
  84. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/authorization.py +0 -0
  85. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/authorization_create_parameters.py +0 -0
  86. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/authorization_update_parameters.py +0 -0
  87. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/authorization_with_token.py +0 -0
  88. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/blacklisted_key.py +0 -0
  89. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/blacklisted_key_create_parameters.py +0 -0
  90. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/blacklisted_key_update_parameters.py +0 -0
  91. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/branch.py +0 -0
  92. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/branch_create_parameters.py +0 -0
  93. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/branch_merge_parameters.py +0 -0
  94. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/branch_name.py +0 -0
  95. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/branch_update_parameters.py +0 -0
  96. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comment.py +0 -0
  97. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comment_create_parameters.py +0 -0
  98. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comment_create_parameters1.py +0 -0
  99. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comment_mark_read_parameters.py +0 -0
  100. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comment_reaction.py +0 -0
  101. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comment_update_parameters.py +0 -0
  102. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/comments_list_parameters.py +0 -0
  103. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/current_user.py +0 -0
  104. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_data_type.py +0 -0
  105. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_properties_create_parameters.py +0 -0
  106. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_properties_update_parameters.py +0 -0
  107. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_property.py +0 -0
  108. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_property_create422_response.py +0 -0
  109. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/custom_metadata_property_create422_response_errors_inner.py +0 -0
  110. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/distribution.py +0 -0
  111. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/distribution_create_parameters.py +0 -0
  112. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/distribution_preview.py +0 -0
  113. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/distribution_update_parameters.py +0 -0
  114. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/document.py +0 -0
  115. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/error.py +0 -0
  116. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/error_error.py +0 -0
  117. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/figma_attachment.py +0 -0
  118. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/figma_attachment_create_parameters.py +0 -0
  119. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/figma_attachment_update_parameters.py +0 -0
  120. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/format.py +0 -0
  121. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary.py +0 -0
  122. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_create_parameters.py +0 -0
  123. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_term.py +0 -0
  124. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_term_create_parameters.py +0 -0
  125. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_term_translation.py +0 -0
  126. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_term_translation_create_parameters.py +0 -0
  127. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_term_translation_update_parameters.py +0 -0
  128. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_term_update_parameters.py +0 -0
  129. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/glossary_update_parameters.py +0 -0
  130. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/icu.py +0 -0
  131. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/icu_skeleton_parameters.py +0 -0
  132. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/invitation.py +0 -0
  133. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/invitation_create_parameters.py +0 -0
  134. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/invitation_update_parameters.py +0 -0
  135. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/invitation_update_settings_parameters.py +0 -0
  136. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job.py +0 -0
  137. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_comment.py +0 -0
  138. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_comment_create_parameters.py +0 -0
  139. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_comment_update_parameters.py +0 -0
  140. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_complete_parameters.py +0 -0
  141. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_create_parameters.py +0 -0
  142. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_details.py +0 -0
  143. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_keys_create_parameters.py +0 -0
  144. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_keys_delete_parameters.py +0 -0
  145. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_locale.py +0 -0
  146. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_locale_complete_parameters.py +0 -0
  147. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_locale_complete_review_parameters.py +0 -0
  148. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_locale_reopen_parameters.py +0 -0
  149. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_locale_update_parameters.py +0 -0
  150. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_locales_create_parameters.py +0 -0
  151. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_preview.py +0 -0
  152. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_reopen_parameters.py +0 -0
  153. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_start_parameters.py +0 -0
  154. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template.py +0 -0
  155. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_create_parameters.py +0 -0
  156. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_details.py +0 -0
  157. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_locale_update_parameters.py +0 -0
  158. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_locales.py +0 -0
  159. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_locales_create_parameters.py +0 -0
  160. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_preview.py +0 -0
  161. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_template_update_parameters.py +0 -0
  162. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/job_update_parameters.py +0 -0
  163. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_create_parameters.py +0 -0
  164. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_link.py +0 -0
  165. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_links_batch_destroy_parameters.py +0 -0
  166. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_links_create_parameters.py +0 -0
  167. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_links_index400_response.py +0 -0
  168. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_preview.py +0 -0
  169. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/key_update_parameters.py +0 -0
  170. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale.py +0 -0
  171. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_create_parameters.py +0 -0
  172. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_details.py +0 -0
  173. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_download.py +0 -0
  174. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_download_create_parameters.py +0 -0
  175. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_download_params.py +0 -0
  176. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_download_result.py +0 -0
  177. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_preview.py +0 -0
  178. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_preview1.py +0 -0
  179. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_report.py +0 -0
  180. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_statistics.py +0 -0
  181. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_team_preview.py +0 -0
  182. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_update_parameters.py +0 -0
  183. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/locale_user_preview.py +0 -0
  184. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/member.py +0 -0
  185. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/member_project_detail.py +0 -0
  186. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/member_project_detail_project_roles_inner.py +0 -0
  187. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/member_spaces_inner.py +0 -0
  188. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/member_update_parameters.py +0 -0
  189. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/member_update_settings_parameters.py +0 -0
  190. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/notification.py +0 -0
  191. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/notification_group.py +0 -0
  192. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/notification_group_detail.py +0 -0
  193. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/order_confirm_parameters.py +0 -0
  194. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/order_create_parameters.py +0 -0
  195. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/organization_job_template.py +0 -0
  196. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_create_parameters.py +0 -0
  197. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_details.py +0 -0
  198. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_locale_update_parameters.py +0 -0
  199. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_locales_create_parameters.py +0 -0
  200. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/organization_job_template_update_parameters.py +0 -0
  201. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project.py +0 -0
  202. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project_create_parameters.py +0 -0
  203. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project_details.py +0 -0
  204. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project_locales.py +0 -0
  205. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project_report.py +0 -0
  206. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project_short.py +0 -0
  207. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/project_update_parameters.py +0 -0
  208. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response.py +0 -0
  209. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of.py +0 -0
  210. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of_data.py +0 -0
  211. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of_data_translations_inner.py +0 -0
  212. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list200_response_any_of_errors_inner.py +0 -0
  213. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/quality_performance_score_list_request.py +0 -0
  214. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release.py +0 -0
  215. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release_create_parameters.py +0 -0
  216. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release_create_parameters1.py +0 -0
  217. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release_preview.py +0 -0
  218. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release_trigger.py +0 -0
  219. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release_update_parameters.py +0 -0
  220. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/release_update_parameters1.py +0 -0
  221. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/replies_list_parameters.py +0 -0
  222. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/repo_sync.py +0 -0
  223. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/repo_sync_event.py +0 -0
  224. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/screenshot.py +0 -0
  225. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/screenshot_marker.py +0 -0
  226. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/screenshot_marker_create_parameters.py +0 -0
  227. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/screenshot_marker_update_parameters.py +0 -0
  228. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/screenshot_update_parameters.py +0 -0
  229. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/search_in_account_parameters.py +0 -0
  230. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/space.py +0 -0
  231. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/space1.py +0 -0
  232. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/space_create_parameters.py +0 -0
  233. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/space_update_parameters.py +0 -0
  234. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/spaces_projects_create_parameters.py +0 -0
  235. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/styleguide.py +0 -0
  236. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/styleguide_create_parameters.py +0 -0
  237. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/styleguide_details.py +0 -0
  238. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/styleguide_preview.py +0 -0
  239. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/styleguide_update_parameters.py +0 -0
  240. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/subscription.py +0 -0
  241. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/tag.py +0 -0
  242. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/tag_create_parameters.py +0 -0
  243. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/tag_with_stats.py +0 -0
  244. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/tag_with_stats1_statistics.py +0 -0
  245. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/tag_with_stats1_statistics1.py +0 -0
  246. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/team.py +0 -0
  247. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/team_create_parameters.py +0 -0
  248. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/team_detail.py +0 -0
  249. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/team_short.py +0 -0
  250. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/team_update_parameters.py +0 -0
  251. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/teams_projects_create_parameters.py +0 -0
  252. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/teams_spaces_create_parameters.py +0 -0
  253. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/teams_users_create_parameters.py +0 -0
  254. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation.py +0 -0
  255. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_create_parameters.py +0 -0
  256. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_details.py +0 -0
  257. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_exclude_parameters.py +0 -0
  258. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_include_parameters.py +0 -0
  259. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_key.py +0 -0
  260. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_key_details.py +0 -0
  261. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_order.py +0 -0
  262. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_parent.py +0 -0
  263. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_review_parameters.py +0 -0
  264. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_unverify_parameters.py +0 -0
  265. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_update_parameters.py +0 -0
  266. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_verify_parameters.py +0 -0
  267. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_version.py +0 -0
  268. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translation_version_with_user.py +0 -0
  269. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translations_exclude_parameters.py +0 -0
  270. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translations_include_parameters.py +0 -0
  271. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translations_review_parameters.py +0 -0
  272. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translations_search_parameters.py +0 -0
  273. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translations_unverify_parameters.py +0 -0
  274. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/translations_verify_parameters.py +0 -0
  275. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/upload_summary.py +0 -0
  276. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/user.py +0 -0
  277. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/user_preview.py +0 -0
  278. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/variable.py +0 -0
  279. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/variable_create_parameters.py +0 -0
  280. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/variable_update_parameters.py +0 -0
  281. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/webhook.py +0 -0
  282. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/webhook_create_parameters.py +0 -0
  283. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/webhook_delivery.py +0 -0
  284. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/models/webhook_update_parameters.py +0 -0
  285. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/py.typed +0 -0
  286. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api/rest.py +0 -0
  287. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api.egg-info/SOURCES.txt +0 -0
  288. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api.egg-info/dependency_links.txt +0 -0
  289. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api.egg-info/requires.txt +0 -0
  290. {phrase_api-3.1.0 → phrase_api-3.2.0}/phrase_api.egg-info/top_level.txt +0 -0
  291. {phrase_api-3.1.0 → phrase_api-3.2.0}/setup.cfg +0 -0
  292. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_account.py +0 -0
  293. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_account_details.py +0 -0
  294. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_account_search_result.py +0 -0
  295. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_accounts_api.py +0 -0
  296. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_affected_count.py +0 -0
  297. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_affected_resources.py +0 -0
  298. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_authorization.py +0 -0
  299. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_authorization_create_parameters.py +0 -0
  300. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_authorization_update_parameters.py +0 -0
  301. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_authorization_with_token.py +0 -0
  302. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_authorizations_api.py +0 -0
  303. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_blacklisted_key.py +0 -0
  304. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_blacklisted_key_create_parameters.py +0 -0
  305. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_blacklisted_key_update_parameters.py +0 -0
  306. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_blacklisted_keys_api.py +0 -0
  307. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_branch.py +0 -0
  308. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_branch_create_parameters.py +0 -0
  309. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_branch_merge_parameters.py +0 -0
  310. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_branch_name.py +0 -0
  311. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_branch_update_parameters.py +0 -0
  312. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_branches_api.py +0 -0
  313. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment.py +0 -0
  314. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_create_parameters.py +0 -0
  315. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_create_parameters1.py +0 -0
  316. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_mark_read_parameters.py +0 -0
  317. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_reaction.py +0 -0
  318. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_reactions_api.py +0 -0
  319. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_replies_api.py +0 -0
  320. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comment_update_parameters.py +0 -0
  321. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comments_api.py +0 -0
  322. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_comments_list_parameters.py +0 -0
  323. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_current_user.py +0 -0
  324. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_api.py +0 -0
  325. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_data_type.py +0 -0
  326. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_properties_create_parameters.py +0 -0
  327. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_properties_update_parameters.py +0 -0
  328. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_property.py +0 -0
  329. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_property_create422_response.py +0 -0
  330. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_custom_metadata_property_create422_response_errors_inner.py +0 -0
  331. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_distribution.py +0 -0
  332. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_distribution_create_parameters.py +0 -0
  333. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_distribution_preview.py +0 -0
  334. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_distribution_update_parameters.py +0 -0
  335. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_distributions_api.py +0 -0
  336. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_document.py +0 -0
  337. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_documents_api.py +0 -0
  338. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_error.py +0 -0
  339. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_error_error.py +0 -0
  340. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_figma_attachment.py +0 -0
  341. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_figma_attachment_create_parameters.py +0 -0
  342. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_figma_attachment_update_parameters.py +0 -0
  343. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_figma_attachments_api.py +0 -0
  344. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_format.py +0 -0
  345. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_formats_api.py +0 -0
  346. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossaries_api.py +0 -0
  347. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary.py +0 -0
  348. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_create_parameters.py +0 -0
  349. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term.py +0 -0
  350. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term_create_parameters.py +0 -0
  351. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term_translation.py +0 -0
  352. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term_translation_create_parameters.py +0 -0
  353. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term_translation_update_parameters.py +0 -0
  354. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term_translations_api.py +0 -0
  355. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_term_update_parameters.py +0 -0
  356. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_terms_api.py +0 -0
  357. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_glossary_update_parameters.py +0 -0
  358. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_icu.py +0 -0
  359. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_icu_api.py +0 -0
  360. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_icu_skeleton_parameters.py +0 -0
  361. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_invitation.py +0 -0
  362. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_invitation_create_parameters.py +0 -0
  363. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_invitation_update_parameters.py +0 -0
  364. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_invitation_update_settings_parameters.py +0 -0
  365. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_invitations_api.py +0 -0
  366. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job.py +0 -0
  367. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_comment.py +0 -0
  368. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_comment_create_parameters.py +0 -0
  369. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_comment_update_parameters.py +0 -0
  370. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_comments_api.py +0 -0
  371. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_complete_parameters.py +0 -0
  372. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_create_parameters.py +0 -0
  373. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_details.py +0 -0
  374. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_keys_create_parameters.py +0 -0
  375. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_keys_delete_parameters.py +0 -0
  376. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locale.py +0 -0
  377. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locale_complete_parameters.py +0 -0
  378. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locale_complete_review_parameters.py +0 -0
  379. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locale_reopen_parameters.py +0 -0
  380. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locale_update_parameters.py +0 -0
  381. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locales_api.py +0 -0
  382. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_locales_create_parameters.py +0 -0
  383. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_preview.py +0 -0
  384. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_reopen_parameters.py +0 -0
  385. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_start_parameters.py +0 -0
  386. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template.py +0 -0
  387. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_create_parameters.py +0 -0
  388. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_details.py +0 -0
  389. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_locale_update_parameters.py +0 -0
  390. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_locales.py +0 -0
  391. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_locales_api.py +0 -0
  392. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_locales_create_parameters.py +0 -0
  393. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_preview.py +0 -0
  394. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_template_update_parameters.py +0 -0
  395. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_templates_api.py +0 -0
  396. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_job_update_parameters.py +0 -0
  397. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_jobs_api.py +0 -0
  398. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_link.py +0 -0
  399. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_links_batch_destroy_parameters.py +0 -0
  400. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_links_create_parameters.py +0 -0
  401. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_links_index400_response.py +0 -0
  402. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_key_preview.py +0 -0
  403. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_api.py +0 -0
  404. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_exclude_parameters.py +0 -0
  405. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_figma_attachments_api.py +0 -0
  406. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_include_parameters.py +0 -0
  407. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_search_parameters.py +0 -0
  408. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_tag_parameters.py +0 -0
  409. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_keys_untag_parameters.py +0 -0
  410. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_linked_keys_api.py +0 -0
  411. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale.py +0 -0
  412. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_create_parameters.py +0 -0
  413. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_details.py +0 -0
  414. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_download.py +0 -0
  415. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_download_create_parameters.py +0 -0
  416. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_download_params.py +0 -0
  417. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_download_result.py +0 -0
  418. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_downloads_api.py +0 -0
  419. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_preview.py +0 -0
  420. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_preview1.py +0 -0
  421. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_report.py +0 -0
  422. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_statistics.py +0 -0
  423. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_team_preview.py +0 -0
  424. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_update_parameters.py +0 -0
  425. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locale_user_preview.py +0 -0
  426. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_locales_api.py +0 -0
  427. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_member.py +0 -0
  428. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_member_project_detail.py +0 -0
  429. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_member_project_detail_project_roles_inner.py +0 -0
  430. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_member_spaces_inner.py +0 -0
  431. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_member_update_parameters.py +0 -0
  432. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_member_update_settings_parameters.py +0 -0
  433. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_members_api.py +0 -0
  434. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_notification.py +0 -0
  435. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_notification_group.py +0 -0
  436. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_notification_group_detail.py +0 -0
  437. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_notification_groups_api.py +0 -0
  438. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_notifications_api.py +0 -0
  439. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_order_confirm_parameters.py +0 -0
  440. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_order_create_parameters.py +0 -0
  441. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_orders_api.py +0 -0
  442. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template.py +0 -0
  443. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template_create_parameters.py +0 -0
  444. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template_details.py +0 -0
  445. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template_locale_update_parameters.py +0 -0
  446. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template_locales_api.py +0 -0
  447. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template_locales_create_parameters.py +0 -0
  448. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_template_update_parameters.py +0 -0
  449. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_organization_job_templates_api.py +0 -0
  450. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project.py +0 -0
  451. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project_details.py +0 -0
  452. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project_locales.py +0 -0
  453. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project_report.py +0 -0
  454. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_project_short.py +0 -0
  455. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_projects_api.py +0 -0
  456. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_api.py +0 -0
  457. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response.py +0 -0
  458. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of.py +0 -0
  459. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of_data.py +0 -0
  460. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of_data_translations_inner.py +0 -0
  461. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_list200_response_any_of_errors_inner.py +0 -0
  462. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_quality_performance_score_list_request.py +0 -0
  463. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release.py +0 -0
  464. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_create_parameters.py +0 -0
  465. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_create_parameters1.py +0 -0
  466. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_preview.py +0 -0
  467. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_trigger.py +0 -0
  468. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_triggers_api.py +0 -0
  469. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_update_parameters.py +0 -0
  470. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_release_update_parameters1.py +0 -0
  471. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_releases_api.py +0 -0
  472. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_replies_list_parameters.py +0 -0
  473. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_repo_sync.py +0 -0
  474. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_repo_sync_event.py +0 -0
  475. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_repo_sync_events_api.py +0 -0
  476. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_repo_syncs_api.py +0 -0
  477. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_reports_api.py +0 -0
  478. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshot.py +0 -0
  479. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshot_marker.py +0 -0
  480. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshot_marker_create_parameters.py +0 -0
  481. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshot_marker_update_parameters.py +0 -0
  482. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshot_markers_api.py +0 -0
  483. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_screenshots_api.py +0 -0
  484. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_search_api.py +0 -0
  485. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_search_in_account_parameters.py +0 -0
  486. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_space.py +0 -0
  487. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_space1.py +0 -0
  488. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_space_create_parameters.py +0 -0
  489. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_space_update_parameters.py +0 -0
  490. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_spaces_api.py +0 -0
  491. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_spaces_projects_create_parameters.py +0 -0
  492. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_style_guides_api.py +0 -0
  493. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_styleguide.py +0 -0
  494. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_styleguide_create_parameters.py +0 -0
  495. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_styleguide_details.py +0 -0
  496. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_styleguide_preview.py +0 -0
  497. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_styleguide_update_parameters.py +0 -0
  498. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_subscription.py +0 -0
  499. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_tag.py +0 -0
  500. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_tag_create_parameters.py +0 -0
  501. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_tag_with_stats.py +0 -0
  502. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_tag_with_stats1_statistics.py +0 -0
  503. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_tag_with_stats1_statistics1.py +0 -0
  504. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_tags_api.py +0 -0
  505. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_team.py +0 -0
  506. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_team_create_parameters.py +0 -0
  507. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_team_detail.py +0 -0
  508. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_team_short.py +0 -0
  509. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_team_update_parameters.py +0 -0
  510. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_teams_api.py +0 -0
  511. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_teams_projects_create_parameters.py +0 -0
  512. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_teams_spaces_create_parameters.py +0 -0
  513. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_teams_users_create_parameters.py +0 -0
  514. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation.py +0 -0
  515. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_create_parameters.py +0 -0
  516. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_details.py +0 -0
  517. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_exclude_parameters.py +0 -0
  518. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_include_parameters.py +0 -0
  519. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_key.py +0 -0
  520. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_key_details.py +0 -0
  521. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_order.py +0 -0
  522. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_parent.py +0 -0
  523. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_review_parameters.py +0 -0
  524. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_unverify_parameters.py +0 -0
  525. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_update_parameters.py +0 -0
  526. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_verify_parameters.py +0 -0
  527. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_version.py +0 -0
  528. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translation_version_with_user.py +0 -0
  529. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_api.py +0 -0
  530. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_exclude_parameters.py +0 -0
  531. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_include_parameters.py +0 -0
  532. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_review_parameters.py +0 -0
  533. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_search_parameters.py +0 -0
  534. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_unverify_parameters.py +0 -0
  535. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_translations_verify_parameters.py +0 -0
  536. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_upload_summary.py +0 -0
  537. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_uploads_api.py +0 -0
  538. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_user.py +0 -0
  539. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_user_preview.py +0 -0
  540. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_users_api.py +0 -0
  541. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_variable.py +0 -0
  542. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_variable_create_parameters.py +0 -0
  543. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_variable_update_parameters.py +0 -0
  544. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_variables_api.py +0 -0
  545. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_versions_history_api.py +0 -0
  546. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_webhook.py +0 -0
  547. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_webhook_create_parameters.py +0 -0
  548. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_webhook_deliveries_api.py +0 -0
  549. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_webhook_delivery.py +0 -0
  550. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_webhook_update_parameters.py +0 -0
  551. {phrase_api-3.1.0 → phrase_api-3.2.0}/test/test_webhooks_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phrase-api
3
- Version: 3.1.0
3
+ Version: 3.2.0
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: 3.1.0
8
+ - Package version: 3.2.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/)
11
11
 
@@ -13,7 +13,7 @@
13
13
 
14
14
  from __future__ import absolute_import
15
15
 
16
- __version__ = "3.1.0"
16
+ __version__ = "3.2.0"
17
17
 
18
18
  # import apis into sdk package
19
19
  from phrase_api.api.accounts_api import AccountsApi
@@ -583,7 +583,7 @@ class KeysApi(object):
583
583
  :param str project_id: Project ID (required)
584
584
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
585
585
  :param str branch: specify the branch to use
586
- :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
586
+ :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
587
587
  :param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
588
588
  :param _preload_content: if False, the urllib3.HTTPResponse object will
589
589
  be returned without reading/decoding response
@@ -612,7 +612,7 @@ class KeysApi(object):
612
612
  :param str project_id: Project ID (required)
613
613
  :param str x_phrase_app_otp: Two-Factor-Authentication token (optional)
614
614
  :param str branch: specify the branch to use
615
- :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
615
+ :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
616
616
  :param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
617
617
  :param _return_http_data_only: response data without head status code
618
618
  and headers
@@ -985,7 +985,7 @@ class KeysApi(object):
985
985
  :param str branch: specify the branch to use
986
986
  :param str sort: Sort by field. Can be one of: name, created_at, updated_at.
987
987
  :param str order: Order direction. Can be one of: asc, desc.
988
- :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{&gt;=|&lt;=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
988
+ :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
989
989
  :param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
990
990
  :param _preload_content: if False, the urllib3.HTTPResponse object will
991
991
  be returned without reading/decoding response
@@ -1018,7 +1018,7 @@ class KeysApi(object):
1018
1018
  :param str branch: specify the branch to use
1019
1019
  :param str sort: Sort by field. Can be one of: name, created_at, updated_at.
1020
1020
  :param str order: Order direction. Can be one of: asc, desc.
1021
- :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{&gt;=|&lt;=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
1021
+ :param str q: Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> <br/> <p><strong>Caution:</strong> Query parameters with empty values will be treated as though they are not included in the request and will be ignored.</p> <br/> Find more examples <a href=\"#overview--usage-examples\">here</a>.
1022
1022
  :param str locale_id: Locale used to determine the translation state of a key when filtering for untranslated or translated keys.
1023
1023
  :param _return_http_data_only: response data without head status code
1024
1024
  and headers
@@ -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.1.0/python'
80
+ self.user_agent = 'OpenAPI-Generator/3.2.0/python'
81
81
  self.client_side_validation = configuration.client_side_validation
82
82
 
83
83
  def __enter__(self):
@@ -370,7 +370,7 @@ class Configuration(object):
370
370
  "OS: {env}\n"\
371
371
  "Python Version: {pyversion}\n"\
372
372
  "Version of the API: 2.0.0\n"\
373
- "SDK Package Version: 3.1.0".\
373
+ "SDK Package Version: 3.2.0".\
374
374
  format(env=sys.platform, pyversion=sys.version)
375
375
 
376
376
  def get_host_settings(self):
@@ -93,7 +93,7 @@ class KeysExcludeParameters(object):
93
93
  def q(self):
94
94
  """Gets the q of this KeysExcludeParameters. # noqa: E501
95
95
 
96
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
96
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
97
97
 
98
98
  :return: The q of this KeysExcludeParameters. # noqa: E501
99
99
  :rtype: str
@@ -104,7 +104,7 @@ class KeysExcludeParameters(object):
104
104
  def q(self, q):
105
105
  """Sets the q of this KeysExcludeParameters.
106
106
 
107
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
107
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
108
108
 
109
109
  :param q: The q of this KeysExcludeParameters. # noqa: E501
110
110
  :type: str
@@ -93,7 +93,7 @@ class KeysIncludeParameters(object):
93
93
  def q(self):
94
94
  """Gets the q of this KeysIncludeParameters. # noqa: E501
95
95
 
96
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
96
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
97
97
 
98
98
  :return: The q of this KeysIncludeParameters. # noqa: E501
99
99
  :rtype: str
@@ -104,7 +104,7 @@ class KeysIncludeParameters(object):
104
104
  def q(self, q):
105
105
  """Sets the q of this KeysIncludeParameters.
106
106
 
107
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
107
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
108
108
 
109
109
  :param q: The q of this KeysIncludeParameters. # noqa: E501
110
110
  :type: str
@@ -144,7 +144,7 @@ class KeysSearchParameters(object):
144
144
  def q(self):
145
145
  """Gets the q of this KeysSearchParameters. # noqa: E501
146
146
 
147
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{&gt;=|&lt;=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys. # noqa: E501
147
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{&gt;=|&lt;=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys. # noqa: E501
148
148
 
149
149
  :return: The q of this KeysSearchParameters. # noqa: E501
150
150
  :rtype: str
@@ -155,7 +155,7 @@ class KeysSearchParameters(object):
155
155
  def q(self, q):
156
156
  """Sets the q of this KeysSearchParameters.
157
157
 
158
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{&gt;=|&lt;=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys. # noqa: E501
158
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name,...</code> for text queries on a comma-seperated list of exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name,...</code> to filter for keys with certain comma-seperated list of tags</li> <li><code>uploads:upload_id,...</code> to filter for keys with certain comma-seperated list of uploads</li> <li><code>job:{true|false}</code> to filter for keys mentioned in an active job</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{&gt;=|&lt;=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. Please note: If <code>tags</code> are added to filter the search, the search will be limited to a maximum of 65,536 tagged keys. # noqa: E501
159
159
 
160
160
  :param q: The q of this KeysSearchParameters. # noqa: E501
161
161
  :type: str
@@ -93,7 +93,7 @@ class KeysTagParameters(object):
93
93
  def q(self):
94
94
  """Gets the q of this KeysTagParameters. # noqa: E501
95
95
 
96
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
96
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
97
97
 
98
98
  :return: The q of this KeysTagParameters. # noqa: E501
99
99
  :rtype: str
@@ -104,7 +104,7 @@ class KeysTagParameters(object):
104
104
  def q(self, q):
105
105
  """Sets the q of this KeysTagParameters.
106
106
 
107
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
107
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
108
108
 
109
109
  :param q: The q of this KeysTagParameters. # noqa: E501
110
110
  :type: str
@@ -93,7 +93,7 @@ class KeysUntagParameters(object):
93
93
  def q(self):
94
94
  """Gets the q of this KeysUntagParameters. # noqa: E501
95
95
 
96
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
96
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
97
97
 
98
98
  :return: The q of this KeysUntagParameters. # noqa: E501
99
99
  :rtype: str
@@ -104,7 +104,7 @@ class KeysUntagParameters(object):
104
104
  def q(self, q):
105
105
  """Sets the q of this KeysUntagParameters.
106
106
 
107
- Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id</code> to filter keys unmentioned within upload</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
107
+ Specify a query to do broad search for keys by name (including wildcards).<br><br> The following qualifiers are also supported in the search term:<br> <ul> <li><code>ids:key_id,...</code> for queries on a comma-separated list of ids</li> <li><code>name:key_name</code> for text queries on exact key names - spaces, commas, and colons need to be escaped with double backslashes</li> <li><code>tags:tag_name</code> to filter for keys with certain tags</li> <li><code>translated:{true|false}</code> for translation status (also requires <code>locale_id</code> to be specified)</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> <li><code>unmentioned_in_upload:upload_id,...</code> to filter keys unmentioned within upload. When multiple upload IDs provided, matches only keys not mentioned in <strong>all</strong> uploads</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>. # noqa: E501
108
108
 
109
109
  :param q: The q of this KeysUntagParameters. # noqa: E501
110
110
  :type: str
@@ -37,6 +37,7 @@ class Upload(object):
37
37
  'format': 'str',
38
38
  'state': 'str',
39
39
  'tag': 'str',
40
+ 'tags': 'List[str]',
40
41
  'url': 'str',
41
42
  'summary': 'UploadSummary',
42
43
  'created_at': 'datetime',
@@ -49,13 +50,14 @@ class Upload(object):
49
50
  'format': 'format',
50
51
  'state': 'state',
51
52
  'tag': 'tag',
53
+ 'tags': 'tags',
52
54
  'url': 'url',
53
55
  'summary': 'summary',
54
56
  'created_at': 'created_at',
55
57
  'updated_at': 'updated_at'
56
58
  }
57
59
 
58
- def __init__(self, id=None, filename=None, format=None, state=None, tag=None, url=None, summary=None, created_at=None, updated_at=None, local_vars_configuration=None): # noqa: E501
60
+ def __init__(self, id=None, filename=None, format=None, state=None, tag=None, tags=None, url=None, summary=None, created_at=None, updated_at=None, local_vars_configuration=None): # noqa: E501
59
61
  """Upload - a model defined in OpenAPI""" # noqa: E501
60
62
  if local_vars_configuration is None:
61
63
  local_vars_configuration = Configuration()
@@ -66,6 +68,7 @@ class Upload(object):
66
68
  self._format = None
67
69
  self._state = None
68
70
  self._tag = None
71
+ self._tags = None
69
72
  self._url = None
70
73
  self._summary = None
71
74
  self._created_at = None
@@ -82,6 +85,8 @@ class Upload(object):
82
85
  self.state = state
83
86
  if tag is not None:
84
87
  self.tag = tag
88
+ if tags is not None:
89
+ self.tags = tags
85
90
  if url is not None:
86
91
  self.url = url
87
92
  if summary is not None:
@@ -179,6 +184,7 @@ class Upload(object):
179
184
  def tag(self):
180
185
  """Gets the tag of this Upload. # noqa: E501
181
186
 
187
+ Unique tag of the upload # noqa: E501
182
188
 
183
189
  :return: The tag of this Upload. # noqa: E501
184
190
  :rtype: str
@@ -189,6 +195,7 @@ class Upload(object):
189
195
  def tag(self, tag):
190
196
  """Sets the tag of this Upload.
191
197
 
198
+ Unique tag of the upload # noqa: E501
192
199
 
193
200
  :param tag: The tag of this Upload. # noqa: E501
194
201
  :type: str
@@ -196,6 +203,29 @@ class Upload(object):
196
203
 
197
204
  self._tag = tag
198
205
 
206
+ @property
207
+ def tags(self):
208
+ """Gets the tags of this Upload. # noqa: E501
209
+
210
+ List of tags that were assigned to the uploaded keys # noqa: E501
211
+
212
+ :return: The tags of this Upload. # noqa: E501
213
+ :rtype: List[str]
214
+ """
215
+ return self._tags
216
+
217
+ @tags.setter
218
+ def tags(self, tags):
219
+ """Sets the tags of this Upload.
220
+
221
+ List of tags that were assigned to the uploaded keys # noqa: E501
222
+
223
+ :param tags: The tags of this Upload. # noqa: E501
224
+ :type: List[str]
225
+ """
226
+
227
+ self._tags = tags
228
+
199
229
  @property
200
230
  def url(self):
201
231
  """Gets the url of this Upload. # noqa: E501
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phrase-api
3
- Version: 3.1.0
3
+ Version: 3.2.0
4
4
  Summary: Phrase Strings API Reference
5
5
  Home-page: https://github.com/phrase/phrase-python
6
6
  Author: Phrase Support
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "phrase_api"
3
- version = "3.1.0"
3
+ version = "3.2.0"
4
4
  description = "Phrase Strings API Reference"
5
5
  authors = ["Phrase Support <support@phrase.com>"]
6
6
  license = "MIT"
@@ -12,7 +12,7 @@
12
12
  from setuptools import setup, find_packages # noqa: H301
13
13
 
14
14
  NAME = "phrase-api"
15
- VERSION = "3.1.0"
15
+ VERSION = "3.2.0"
16
16
  # To install the library, run the following
17
17
  #
18
18
  # python setup.py install
@@ -45,7 +45,7 @@ class TestKeyCreateParameters(unittest.TestCase):
45
45
  data_type = 'number',
46
46
  tags = 'awesome-feature,needs-proofreading',
47
47
  max_characters_allowed = 140,
48
- screenshot = '[B@390d47db',
48
+ screenshot = '[B@18fb1034',
49
49
  remove_screenshot = True,
50
50
  unformatted = True,
51
51
  default_translation_content = 'Default translation content',
@@ -45,7 +45,7 @@ class TestKeyUpdateParameters(unittest.TestCase):
45
45
  data_type = 'number',
46
46
  tags = 'awesome-feature,needs-proofreading',
47
47
  max_characters_allowed = 140,
48
- screenshot = '[B@6aa09c35',
48
+ screenshot = '[B@1d9a80d8',
49
49
  remove_screenshot = True,
50
50
  unformatted = True,
51
51
  xml_space_preserve = True,
@@ -41,7 +41,7 @@ class TestProjectCreateParameters(unittest.TestCase):
41
41
  main_format = 'yml',
42
42
  media = 'Python',
43
43
  shares_translation_memory = True,
44
- project_image = '[B@5f385ee9',
44
+ project_image = '[B@297727ab',
45
45
  remove_project_image = True,
46
46
  account_id = 'abcd1234',
47
47
  point_of_contact = 'abcd1234',
@@ -43,7 +43,7 @@ class TestProjectUpdateParameters(unittest.TestCase):
43
43
  main_format = 'yml',
44
44
  media = 'Python',
45
45
  shares_translation_memory = True,
46
- project_image = '[B@39ad5a7d',
46
+ project_image = '[B@47585784',
47
47
  remove_project_image = False,
48
48
  workflow = 'review',
49
49
  machine_translation_enabled = True,
@@ -40,7 +40,7 @@ class TestScreenshotUpdateParameters(unittest.TestCase):
40
40
  branch = 'my-feature-branch',
41
41
  name = 'A screenshot name',
42
42
  description = 'A screenshot description',
43
- filename = '[B@24df8abf'
43
+ filename = '[B@82134e4'
44
44
  )
45
45
  else :
46
46
  return ScreenshotUpdateParameters(
@@ -42,6 +42,9 @@ class TestUpload(unittest.TestCase):
42
42
  format = '',
43
43
  state = '',
44
44
  tag = '',
45
+ tags = [
46
+ ''
47
+ ],
45
48
  url = '',
46
49
  summary = phrase_api.models.upload_summary.upload_summary(
47
50
  locales_created = 56,