phrase 2.8.2 → 2.8.3

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 (106) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/docs/AccountsApi.md +2 -2
  4. data/docs/AuthorizationsApi.md +2 -2
  5. data/docs/BlacklistedKeysApi.md +2 -2
  6. data/docs/BranchesApi.md +2 -2
  7. data/docs/CommentsApi.md +2 -2
  8. data/docs/DistributionsApi.md +2 -2
  9. data/docs/DocumentsApi.md +2 -2
  10. data/docs/GitLabSyncApi.md +2 -2
  11. data/docs/GlossariesApi.md +2 -2
  12. data/docs/GlossaryTermsApi.md +2 -2
  13. data/docs/InvitationsApi.md +2 -2
  14. data/docs/JobLocalesApi.md +2 -2
  15. data/docs/JobTemplateLocalesApi.md +2 -2
  16. data/docs/JobTemplatesApi.md +2 -2
  17. data/docs/JobsApi.md +4 -4
  18. data/docs/KeysApi.md +4 -4
  19. data/docs/LocalesApi.md +4 -4
  20. data/docs/MembersApi.md +2 -2
  21. data/docs/NotificationGroupsApi.md +2 -2
  22. data/docs/NotificationsApi.md +4 -2
  23. data/docs/OrdersApi.md +2 -2
  24. data/docs/ProjectsApi.md +2 -2
  25. data/docs/ReleasesApi.md +2 -2
  26. data/docs/ScreenshotMarkersApi.md +2 -2
  27. data/docs/ScreenshotsApi.md +2 -2
  28. data/docs/SpacesApi.md +4 -4
  29. data/docs/StyleGuidesApi.md +2 -2
  30. data/docs/TagsApi.md +2 -2
  31. data/docs/TeamsApi.md +2 -2
  32. data/docs/TranslationsApi.md +8 -8
  33. data/docs/UploadsApi.md +2 -2
  34. data/docs/VariablesApi.md +2 -2
  35. data/docs/VersionsHistoryApi.md +2 -2
  36. data/docs/WebhooksApi.md +2 -2
  37. data/lib/phrase/api/accounts_api.rb +2 -2
  38. data/lib/phrase/api/authorizations_api.rb +2 -2
  39. data/lib/phrase/api/blacklisted_keys_api.rb +2 -2
  40. data/lib/phrase/api/branches_api.rb +2 -2
  41. data/lib/phrase/api/comments_api.rb +2 -2
  42. data/lib/phrase/api/distributions_api.rb +2 -2
  43. data/lib/phrase/api/documents_api.rb +2 -2
  44. data/lib/phrase/api/git_lab_sync_api.rb +2 -2
  45. data/lib/phrase/api/glossaries_api.rb +2 -2
  46. data/lib/phrase/api/glossary_terms_api.rb +2 -2
  47. data/lib/phrase/api/invitations_api.rb +2 -2
  48. data/lib/phrase/api/job_locales_api.rb +2 -2
  49. data/lib/phrase/api/job_template_locales_api.rb +2 -2
  50. data/lib/phrase/api/job_templates_api.rb +2 -2
  51. data/lib/phrase/api/jobs_api.rb +4 -4
  52. data/lib/phrase/api/keys_api.rb +4 -4
  53. data/lib/phrase/api/locales_api.rb +4 -4
  54. data/lib/phrase/api/members_api.rb +2 -2
  55. data/lib/phrase/api/notification_groups_api.rb +2 -2
  56. data/lib/phrase/api/notifications_api.rb +5 -2
  57. data/lib/phrase/api/orders_api.rb +2 -2
  58. data/lib/phrase/api/projects_api.rb +2 -2
  59. data/lib/phrase/api/releases_api.rb +2 -2
  60. data/lib/phrase/api/screenshot_markers_api.rb +2 -2
  61. data/lib/phrase/api/screenshots_api.rb +2 -2
  62. data/lib/phrase/api/spaces_api.rb +4 -4
  63. data/lib/phrase/api/style_guides_api.rb +2 -2
  64. data/lib/phrase/api/tags_api.rb +2 -2
  65. data/lib/phrase/api/teams_api.rb +2 -2
  66. data/lib/phrase/api/translations_api.rb +8 -8
  67. data/lib/phrase/api/uploads_api.rb +2 -2
  68. data/lib/phrase/api/variables_api.rb +2 -2
  69. data/lib/phrase/api/versions_history_api.rb +2 -2
  70. data/lib/phrase/api/webhooks_api.rb +2 -2
  71. data/lib/phrase/version.rb +1 -1
  72. data/spec/api/accounts_api_spec.rb +1 -1
  73. data/spec/api/authorizations_api_spec.rb +1 -1
  74. data/spec/api/blacklisted_keys_api_spec.rb +1 -1
  75. data/spec/api/branches_api_spec.rb +1 -1
  76. data/spec/api/comments_api_spec.rb +1 -1
  77. data/spec/api/distributions_api_spec.rb +1 -1
  78. data/spec/api/documents_api_spec.rb +1 -1
  79. data/spec/api/git_lab_sync_api_spec.rb +1 -1
  80. data/spec/api/glossaries_api_spec.rb +1 -1
  81. data/spec/api/glossary_terms_api_spec.rb +1 -1
  82. data/spec/api/invitations_api_spec.rb +1 -1
  83. data/spec/api/job_locales_api_spec.rb +1 -1
  84. data/spec/api/job_template_locales_api_spec.rb +1 -1
  85. data/spec/api/job_templates_api_spec.rb +1 -1
  86. data/spec/api/jobs_api_spec.rb +2 -2
  87. data/spec/api/keys_api_spec.rb +2 -2
  88. data/spec/api/locales_api_spec.rb +2 -2
  89. data/spec/api/members_api_spec.rb +1 -1
  90. data/spec/api/notification_groups_api_spec.rb +1 -1
  91. data/spec/api/notifications_api_spec.rb +2 -1
  92. data/spec/api/orders_api_spec.rb +1 -1
  93. data/spec/api/projects_api_spec.rb +1 -1
  94. data/spec/api/releases_api_spec.rb +1 -1
  95. data/spec/api/screenshot_markers_api_spec.rb +1 -1
  96. data/spec/api/screenshots_api_spec.rb +1 -1
  97. data/spec/api/spaces_api_spec.rb +2 -2
  98. data/spec/api/style_guides_api_spec.rb +1 -1
  99. data/spec/api/tags_api_spec.rb +1 -1
  100. data/spec/api/teams_api_spec.rb +1 -1
  101. data/spec/api/translations_api_spec.rb +4 -4
  102. data/spec/api/uploads_api_spec.rb +1 -1
  103. data/spec/api/variables_api_spec.rb +1 -1
  104. data/spec/api/versions_history_api_spec.rb +1 -1
  105. data/spec/api/webhooks_api_spec.rb +1 -1
  106. metadata +2 -2
@@ -130,7 +130,7 @@ describe 'KeysApi' do
130
130
  # @param [Hash] opts the optional parameters
131
131
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
132
132
  # @option opts [Integer] :page Page number
133
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
133
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
134
134
  # @option opts [String] :branch specify the branch to use
135
135
  # @option opts [String] :sort Sort by field. Can be one of: name, created_at, updated_at.
136
136
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
@@ -151,7 +151,7 @@ describe 'KeysApi' do
151
151
  # @param [Hash] opts the optional parameters
152
152
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
153
153
  # @option opts [Integer] :page Page number
154
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
154
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
155
155
  # @return [Array<TranslationKey>]
156
156
  describe 'keys_search test' do
157
157
  it 'should work' do
@@ -27,7 +27,7 @@ describe 'LocalesApi' do
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
29
29
  # @option opts [Integer] :page Page number
30
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
30
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
31
31
  # @return [Array<LocalePreview1>]
32
32
  describe 'account_locales test' do
33
33
  it 'should work' do
@@ -131,7 +131,7 @@ describe 'LocalesApi' do
131
131
  # @param [Hash] opts the optional parameters
132
132
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
133
133
  # @option opts [Integer] :page Page number
134
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
134
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
135
135
  # @option opts [String] :sort_by Sort locales. Valid options are \&quot;name_asc\&quot;, \&quot;name_desc\&quot;, \&quot;default_asc\&quot;, \&quot;default_desc\&quot;.
136
136
  # @option opts [String] :branch specify the branch to use
137
137
  # @return [Array<Locale>]
@@ -85,7 +85,7 @@ describe 'MembersApi' do
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
87
87
  # @option opts [Integer] :page Page number
88
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
88
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
89
89
  # @return [Array<Member>]
90
90
  describe 'members_list test' do
91
91
  it 'should work' do
@@ -26,7 +26,7 @@ describe 'NotificationGroupsApi' do
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
28
28
  # @option opts [Integer] :page Page number
29
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
29
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
30
30
  # @return [Array<Object>]
31
31
  describe 'notification_groups_list test' do
32
32
  it 'should work' do
@@ -26,7 +26,8 @@ describe 'NotificationsApi' do
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
28
28
  # @option opts [Integer] :page Page number
29
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
29
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
30
+ # @option opts [Boolean] :unseen Include only unseen notifications
30
31
  # @return [Array<Object>]
31
32
  describe 'notifications_list test' do
32
33
  it 'should work' do
@@ -86,7 +86,7 @@ describe 'OrdersApi' do
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
88
88
  # @option opts [Integer] :page Page number
89
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
89
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
90
90
  # @option opts [String] :branch specify the branch to use
91
91
  # @return [Array<TranslationOrder>]
92
92
  describe 'orders_list test' do
@@ -79,7 +79,7 @@ describe 'ProjectsApi' do
79
79
  # @param [Hash] opts the optional parameters
80
80
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
81
81
  # @option opts [Integer] :page Page number
82
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
82
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
83
83
  # @option opts [String] :account_id Filter by Account ID
84
84
  # @option opts [String] :sort_by Sort projects. Valid options are \&quot;name_asc\&quot;, \&quot;name_desc\&quot;, \&quot;updated_at_asc\&quot;, \&quot;updated_at_desc\&quot;, \&quot;space_asc\&quot; and \&quot;space_desc\&quot;.
85
85
  # @option opts [Array<String>] :filters Filter projects. Valid options are [\&quot;favorites\&quot;].
@@ -104,7 +104,7 @@ describe 'ReleasesApi' do
104
104
  # @param [Hash] opts the optional parameters
105
105
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
106
106
  # @option opts [Integer] :page Page number
107
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
107
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
108
108
  # @return [Array<ReleasePreview>]
109
109
  describe 'releases_list test' do
110
110
  it 'should work' do
@@ -89,7 +89,7 @@ describe 'ScreenshotMarkersApi' do
89
89
  # @param [Hash] opts the optional parameters
90
90
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
91
91
  # @option opts [Integer] :page Page number
92
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
92
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
93
93
  # @option opts [String] :branch specify the branch to use
94
94
  # @return [Array<ScreenshotMarker>]
95
95
  describe 'screenshot_markers_list test' do
@@ -89,7 +89,7 @@ describe 'ScreenshotsApi' do
89
89
  # @param [Hash] opts the optional parameters
90
90
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
91
91
  # @option opts [Integer] :page Page number
92
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
92
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
93
93
  # @option opts [String] :branch specify the branch to use
94
94
  # @option opts [String] :key_id filter by key
95
95
  # @return [Array<Screenshot>]
@@ -84,7 +84,7 @@ describe 'SpacesApi' do
84
84
  # @param [Hash] opts the optional parameters
85
85
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
86
86
  # @option opts [Integer] :page Page number
87
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
87
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
88
88
  # @return [Array<Space>]
89
89
  describe 'spaces_list test' do
90
90
  it 'should work' do
@@ -130,7 +130,7 @@ describe 'SpacesApi' do
130
130
  # @param [Hash] opts the optional parameters
131
131
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
132
132
  # @option opts [Integer] :page Page number
133
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
133
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
134
134
  # @return [Array<Project>]
135
135
  describe 'spaces_projects_list test' do
136
136
  it 'should work' do
@@ -84,7 +84,7 @@ describe 'StyleGuidesApi' do
84
84
  # @param [Hash] opts the optional parameters
85
85
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
86
86
  # @option opts [Integer] :page Page number
87
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
87
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
88
88
  # @return [Array<Styleguide>]
89
89
  describe 'styleguides_list test' do
90
90
  it 'should work' do
@@ -71,7 +71,7 @@ describe 'TagsApi' do
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
73
73
  # @option opts [Integer] :page Page number
74
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
74
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
75
75
  # @option opts [String] :branch specify the branch to use
76
76
  # @return [Array<Tag>]
77
77
  describe 'tags_list test' do
@@ -84,7 +84,7 @@ describe 'TeamsApi' do
84
84
  # @param [Hash] opts the optional parameters
85
85
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
86
86
  # @option opts [Integer] :page Page number
87
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
87
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
88
88
  # @return [Array<Team>]
89
89
  describe 'teams_list test' do
90
90
  it 'should work' do
@@ -147,7 +147,7 @@ describe 'TranslationsApi' do
147
147
  # @param [Hash] opts the optional parameters
148
148
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
149
149
  # @option opts [Integer] :page Page number
150
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
150
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
151
151
  # @option opts [String] :branch specify the branch to use
152
152
  # @option opts [String] :sort Sort criteria. Can be one of: key_name, created_at, updated_at.
153
153
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
@@ -167,7 +167,7 @@ describe 'TranslationsApi' do
167
167
  # @param [Hash] opts the optional parameters
168
168
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
169
169
  # @option opts [Integer] :page Page number
170
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
170
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
171
171
  # @option opts [String] :branch specify the branch to use
172
172
  # @option opts [String] :sort Sort criteria. Can be one of: key_name, created_at, updated_at.
173
173
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
@@ -214,7 +214,7 @@ describe 'TranslationsApi' do
214
214
  # @param [Hash] opts the optional parameters
215
215
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
216
216
  # @option opts [Integer] :page Page number
217
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
217
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
218
218
  # @option opts [String] :branch specify the branch to use
219
219
  # @option opts [String] :sort Sort criteria. Can be one of: key_name, created_at, updated_at.
220
220
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
@@ -248,7 +248,7 @@ describe 'TranslationsApi' do
248
248
  # @param [Hash] opts the optional parameters
249
249
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
250
250
  # @option opts [Integer] :page Page number
251
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
251
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
252
252
  # @return [Array<Translation>]
253
253
  describe 'translations_search test' do
254
254
  it 'should work' do
@@ -70,7 +70,7 @@ describe 'UploadsApi' do
70
70
  # @param [Hash] opts the optional parameters
71
71
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
72
72
  # @option opts [Integer] :page Page number
73
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
73
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
74
74
  # @option opts [String] :branch specify the branch to use
75
75
  # @return [Array<Upload>]
76
76
  describe 'uploads_list test' do
@@ -84,7 +84,7 @@ describe 'VariablesApi' do
84
84
  # @param [Hash] opts the optional parameters
85
85
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
86
86
  # @option opts [Integer] :page Page number
87
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
87
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
88
88
  # @return [Array<Variable>]
89
89
  describe 'variables_list test' do
90
90
  it 'should work' do
@@ -44,7 +44,7 @@ describe 'VersionsHistoryApi' do
44
44
  # @param [Hash] opts the optional parameters
45
45
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
46
46
  # @option opts [Integer] :page Page number
47
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
47
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
48
48
  # @option opts [String] :branch specify the branch to use
49
49
  # @return [Array<TranslationVersion>]
50
50
  describe 'versions_list test' do
@@ -98,7 +98,7 @@ describe 'WebhooksApi' do
98
98
  # @param [Hash] opts the optional parameters
99
99
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
100
100
  # @option opts [Integer] :page Page number
101
- # @option opts [Integer] :per_page allows you to specify a page size up to 100 items, 25 by default
101
+ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
102
102
  # @return [Array<Webhook>]
103
103
  describe 'webhooks_list test' do
104
104
  it 'should work' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrase
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phrase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-27 00:00:00.000000000 Z
11
+ date: 2022-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus