phrase 4.22.0 → 4.24.0

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 (209) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/README.md +8 -6
  4. data/docs/AccountDetails.md +1 -1
  5. data/docs/AuthorizationsApi.md +1 -1
  6. data/docs/Automation.md +6 -0
  7. data/docs/AutomationsApi.md +1 -1
  8. data/docs/AutomationsCreateParameters.md +5 -1
  9. data/docs/AutomationsCreateParameters1.md +5 -1
  10. data/docs/BlacklistedKeysApi.md +1 -1
  11. data/docs/Branch.md +2 -0
  12. data/docs/BranchCreateParameters.md +3 -1
  13. data/docs/BranchMergeParameters.md +1 -1
  14. data/docs/BranchSyncParameters.md +1 -1
  15. data/docs/BranchesApi.md +10 -10
  16. data/docs/CommentsApi.md +7 -7
  17. data/docs/Distribution.md +4 -4
  18. data/docs/{DistributionPreview.md → DistributionDetails.md} +9 -3
  19. data/docs/DistributionsApi.md +9 -9
  20. data/docs/DocumentDelete422Response.md +19 -0
  21. data/docs/{CustomMetadataPropertyCreate422ResponseErrorsInner.md → DocumentDelete422ResponseErrorsInner.md} +2 -2
  22. data/docs/DocumentsApi.md +4 -2
  23. data/docs/FigmaAttachmentsApi.md +1 -1
  24. data/docs/GlossariesApi.md +1 -1
  25. data/docs/Glossary.md +2 -0
  26. data/docs/GlossaryTerm.md +2 -0
  27. data/docs/GlossaryTermGlossary.md +19 -0
  28. data/docs/GlossaryTermTranslationsApi.md +1 -1
  29. data/docs/GlossaryTermsApi.md +1 -1
  30. data/docs/IcuSkeletonParameters.md +3 -1
  31. data/docs/Invitation.md +2 -2
  32. data/docs/InvitationsApi.md +1 -1
  33. data/docs/Job.md +5 -1
  34. data/docs/JobDetails.md +8 -2
  35. data/docs/JobTemplate.md +2 -0
  36. data/docs/JobTemplateDetails.md +2 -0
  37. data/docs/JobTemplatesApi.md +1 -1
  38. data/docs/JobsApi.md +15 -9
  39. data/docs/KeyCreateParameters.md +6 -2
  40. data/docs/KeyUpdateParameters.md +6 -2
  41. data/docs/KeysApi.md +1 -1
  42. data/docs/LocaleDownloadCreateParameters.md +4 -2
  43. data/docs/LocalesApi.md +12 -6
  44. data/docs/MembersApi.md +1 -1
  45. data/docs/NotificationsApi.md +3 -1
  46. data/docs/OrdersApi.md +4 -2
  47. data/docs/OrganizationJobTemplate.md +4 -0
  48. data/docs/OrganizationJobTemplateDetails.md +4 -0
  49. data/docs/OrganizationJobTemplatesApi.md +1 -1
  50. data/docs/ProjectCreateParameters.md +17 -1
  51. data/docs/ProjectDetails.md +7 -1
  52. data/docs/ProjectUpdateParameters.md +17 -3
  53. data/docs/ProjectsApi.md +10 -8
  54. data/docs/Release.md +2 -0
  55. data/docs/ReleasesApi.md +1 -1
  56. data/docs/RepoSync.md +2 -0
  57. data/docs/ScreenshotMarker.md +2 -2
  58. data/docs/ScreenshotMarkerPresentation.md +23 -0
  59. data/docs/ScreenshotMarkersApi.md +1 -1
  60. data/docs/ScreenshotUpdateParameters.md +1 -1
  61. data/docs/ScreenshotsApi.md +1 -1
  62. data/docs/SearchInAccountParameters.md +3 -1
  63. data/docs/StyleGuidesApi.md +1 -1
  64. data/docs/StyleguideCreateParameters.md +3 -3
  65. data/docs/StyleguideUpdateParameters.md +3 -3
  66. data/docs/Tag.md +2 -0
  67. data/docs/TagWithStats.md +2 -0
  68. data/docs/TagsApi.md +5 -3
  69. data/docs/TranslationCreateParameters.md +5 -1
  70. data/docs/TranslationOrder.md +2 -2
  71. data/docs/TranslationUpdateParameters.md +3 -1
  72. data/docs/TranslationsApi.md +4 -0
  73. data/docs/UploadBatch.md +4 -2
  74. data/docs/UploadSummary.md +1 -1
  75. data/docs/UploadsApi.md +3 -1
  76. data/docs/VariablesApi.md +1 -1
  77. data/docs/WebhooksApi.md +7 -6
  78. data/lib/phrase/api/authorizations_api.rb +2 -0
  79. data/lib/phrase/api/automations_api.rb +2 -0
  80. data/lib/phrase/api/blacklisted_keys_api.rb +2 -0
  81. data/lib/phrase/api/branches_api.rb +20 -14
  82. data/lib/phrase/api/comments_api.rb +18 -4
  83. data/lib/phrase/api/distributions_api.rb +14 -12
  84. data/lib/phrase/api/documents_api.rb +5 -0
  85. data/lib/phrase/api/figma_attachments_api.rb +2 -0
  86. data/lib/phrase/api/glossaries_api.rb +2 -0
  87. data/lib/phrase/api/glossary_term_translations_api.rb +2 -0
  88. data/lib/phrase/api/glossary_terms_api.rb +2 -0
  89. data/lib/phrase/api/invitations_api.rb +2 -0
  90. data/lib/phrase/api/job_templates_api.rb +2 -0
  91. data/lib/phrase/api/jobs_api.rb +18 -6
  92. data/lib/phrase/api/keys_api.rb +2 -0
  93. data/lib/phrase/api/locales_api.rb +15 -4
  94. data/lib/phrase/api/members_api.rb +2 -0
  95. data/lib/phrase/api/notifications_api.rb +3 -0
  96. data/lib/phrase/api/orders_api.rb +5 -0
  97. data/lib/phrase/api/organization_job_templates_api.rb +2 -0
  98. data/lib/phrase/api/projects_api.rb +23 -10
  99. data/lib/phrase/api/releases_api.rb +2 -0
  100. data/lib/phrase/api/screenshot_markers_api.rb +2 -0
  101. data/lib/phrase/api/screenshots_api.rb +2 -0
  102. data/lib/phrase/api/style_guides_api.rb +2 -0
  103. data/lib/phrase/api/tags_api.rb +7 -2
  104. data/lib/phrase/api/translations_api.rb +6 -0
  105. data/lib/phrase/api/uploads_api.rb +3 -0
  106. data/lib/phrase/api/variables_api.rb +2 -0
  107. data/lib/phrase/api/webhooks_api.rb +9 -5
  108. data/lib/phrase/models/account_details.rb +1 -0
  109. data/lib/phrase/models/authorization_create_parameters.rb +22 -0
  110. data/lib/phrase/models/authorization_update_parameters.rb +22 -0
  111. data/lib/phrase/models/automation.rb +34 -1
  112. data/lib/phrase/models/automations_create_parameters.rb +24 -4
  113. data/lib/phrase/models/automations_create_parameters1.rb +24 -4
  114. data/lib/phrase/models/branch.rb +46 -1
  115. data/lib/phrase/models/branch_create_parameters.rb +14 -4
  116. data/lib/phrase/models/branch_merge_parameters.rb +35 -1
  117. data/lib/phrase/models/branch_sync_parameters.rb +35 -1
  118. data/lib/phrase/models/distribution.rb +17 -20
  119. data/lib/phrase/models/{distribution_preview.rb → distribution_details.rb} +46 -7
  120. data/lib/phrase/models/{custom_metadata_property_create422_response.rb → document_delete422_response.rb} +4 -4
  121. data/lib/phrase/models/{custom_metadata_property_create422_response_errors_inner.rb → document_delete422_response_errors_inner.rb} +3 -3
  122. data/lib/phrase/models/glossary.rb +12 -1
  123. data/lib/phrase/models/glossary_term.rb +10 -1
  124. data/lib/phrase/models/glossary_term_glossary.rb +206 -0
  125. data/lib/phrase/models/icu_skeleton_parameters.rb +12 -2
  126. data/lib/phrase/models/invitation.rb +9 -8
  127. data/lib/phrase/models/job.rb +26 -4
  128. data/lib/phrase/models/job_details.rb +37 -4
  129. data/lib/phrase/models/job_template.rb +11 -1
  130. data/lib/phrase/models/job_template_details.rb +11 -1
  131. data/lib/phrase/models/key_create_parameters.rb +26 -4
  132. data/lib/phrase/models/key_update_parameters.rb +26 -4
  133. data/lib/phrase/models/locale_download_create_parameters.rb +13 -3
  134. data/lib/phrase/models/organization_job_template.rb +22 -1
  135. data/lib/phrase/models/organization_job_template_details.rb +22 -1
  136. data/lib/phrase/models/project_create_parameters.rb +115 -1
  137. data/lib/phrase/models/project_details.rb +31 -4
  138. data/lib/phrase/models/project_update_parameters.rb +75 -5
  139. data/lib/phrase/models/release.rb +10 -1
  140. data/lib/phrase/models/repo_sync.rb +12 -1
  141. data/lib/phrase/models/screenshot_marker.rb +2 -1
  142. data/lib/phrase/models/screenshot_marker_presentation.rb +224 -0
  143. data/lib/phrase/models/search_in_account_parameters.rb +16 -4
  144. data/lib/phrase/models/styleguide_create_parameters.rb +61 -3
  145. data/lib/phrase/models/styleguide_update_parameters.rb +61 -3
  146. data/lib/phrase/models/tag.rb +11 -1
  147. data/lib/phrase/models/tag_with_stats.rb +11 -1
  148. data/lib/phrase/models/translation_create_parameters.rb +24 -4
  149. data/lib/phrase/models/translation_order.rb +8 -7
  150. data/lib/phrase/models/translation_update_parameters.rb +14 -4
  151. data/lib/phrase/models/upload_batch.rb +24 -14
  152. data/lib/phrase/models/upload_summary.rb +1 -1
  153. data/lib/phrase/version.rb +1 -1
  154. data/lib/phrase.rb +5 -3
  155. data/spec/api/branches_api_spec.rb +7 -7
  156. data/spec/api/comments_api_spec.rb +2 -2
  157. data/spec/api/distributions_api_spec.rb +4 -4
  158. data/spec/api/documents_api_spec.rb +1 -0
  159. data/spec/api/jobs_api_spec.rb +4 -2
  160. data/spec/api/notifications_api_spec.rb +1 -0
  161. data/spec/api/orders_api_spec.rb +1 -0
  162. data/spec/api/projects_api_spec.rb +6 -5
  163. data/spec/api/tags_api_spec.rb +2 -1
  164. data/spec/api/translations_api_spec.rb +2 -0
  165. data/spec/api/webhooks_api_spec.rb +2 -2
  166. data/spec/models/authorization_create_parameters_spec.rb +4 -0
  167. data/spec/models/authorization_update_parameters_spec.rb +4 -0
  168. data/spec/models/automation_spec.rb +18 -0
  169. data/spec/models/automations_create_parameters1_spec.rb +12 -0
  170. data/spec/models/automations_create_parameters_spec.rb +12 -0
  171. data/spec/models/branch_create_parameters_spec.rb +6 -0
  172. data/spec/models/branch_merge_parameters_spec.rb +4 -0
  173. data/spec/models/branch_spec.rb +10 -0
  174. data/spec/models/branch_sync_parameters_spec.rb +4 -0
  175. data/spec/models/{distribution_preview_spec.rb → distribution_details_spec.rb} +24 -6
  176. data/spec/models/distribution_spec.rb +3 -3
  177. data/spec/models/{custom_metadata_property_create422_response_errors_inner_spec.rb → document_delete422_response_errors_inner_spec.rb} +6 -6
  178. data/spec/models/{custom_metadata_property_create422_response_spec.rb → document_delete422_response_spec.rb} +6 -6
  179. data/spec/models/glossary_spec.rb +6 -0
  180. data/spec/models/glossary_term_glossary_spec.rb +35 -0
  181. data/spec/models/glossary_term_spec.rb +6 -0
  182. data/spec/models/icu_skeleton_parameters_spec.rb +6 -0
  183. data/spec/models/invitation_spec.rb +1 -1
  184. data/spec/models/job_details_spec.rb +18 -0
  185. data/spec/models/job_spec.rb +12 -0
  186. data/spec/models/job_template_details_spec.rb +6 -0
  187. data/spec/models/job_template_spec.rb +6 -0
  188. data/spec/models/key_create_parameters_spec.rb +12 -0
  189. data/spec/models/key_update_parameters_spec.rb +12 -0
  190. data/spec/models/locale_download_create_parameters_spec.rb +6 -0
  191. data/spec/models/organization_job_template_details_spec.rb +12 -0
  192. data/spec/models/organization_job_template_spec.rb +12 -0
  193. data/spec/models/project_create_parameters_spec.rb +52 -0
  194. data/spec/models/project_details_spec.rb +18 -0
  195. data/spec/models/project_update_parameters_spec.rb +42 -0
  196. data/spec/models/release_spec.rb +6 -0
  197. data/spec/models/repo_sync_spec.rb +6 -0
  198. data/spec/models/screenshot_marker_presentation_spec.rb +47 -0
  199. data/spec/models/search_in_account_parameters_spec.rb +6 -0
  200. data/spec/models/styleguide_create_parameters_spec.rb +12 -0
  201. data/spec/models/styleguide_update_parameters_spec.rb +12 -0
  202. data/spec/models/tag_spec.rb +6 -0
  203. data/spec/models/tag_with_stats_spec.rb +6 -0
  204. data/spec/models/translation_create_parameters_spec.rb +12 -0
  205. data/spec/models/translation_order_spec.rb +1 -1
  206. data/spec/models/translation_update_parameters_spec.rb +6 -0
  207. data/spec/models/upload_batch_spec.rb +8 -2
  208. metadata +262 -254
  209. data/docs/CustomMetadataPropertyCreate422Response.md +0 -19
@@ -38,6 +38,18 @@ describe 'OrganizationJobTemplateDetails' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "autotranslate_enabled"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "source_locale_id"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
41
53
  describe 'test attribute "created_at"' do
42
54
  it 'should work' do
43
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,18 @@ describe 'OrganizationJobTemplate' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "autotranslate_enabled"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "source_locale_id"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
41
53
  describe 'test attribute "created_at"' do
42
54
  it 'should work' do
43
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -164,6 +164,58 @@ describe 'ProjectCreateParameters' do
164
164
  end
165
165
  end
166
166
 
167
+ describe 'test attribute "autocomplete_job_enabled"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
173
+ describe 'test attribute "job_locking_enabled"' do
174
+ it 'should work' do
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ end
177
+ end
178
+
179
+ describe 'test attribute "smart_suggest_enabled"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "smart_suggest_use_glossary"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
191
+ describe 'test attribute "smart_suggest_use_machine_translation"' do
192
+ it 'should work' do
193
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
194
+ end
195
+ end
196
+
197
+ describe 'test attribute "translation_keys_sort_collation"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "default_encoding"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["UTF-8", "UTF-16", "UTF-16BE", "UTF-16LE", "ISO-8859-1"])
207
+ # validator.allowable_values.each do |value|
208
+ # expect { @instance.default_encoding = value }.not_to raise_error
209
+ # end
210
+ end
211
+ end
212
+
213
+ describe 'test attribute "cldr_version"' do
214
+ it 'should work' do
215
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
216
+ end
217
+ end
218
+
167
219
  describe 'test attribute "placeholder_styles"' do
168
220
  it 'should work' do
169
221
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -170,6 +170,18 @@ describe 'ProjectDetails' do
170
170
  end
171
171
  end
172
172
 
173
+ describe 'test attribute "autotranslate_overwrite_unverified_translations"' do
174
+ it 'should work' do
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ end
177
+ end
178
+
179
+ describe 'test attribute "autocomplete_job_enabled"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
173
185
  describe 'test attribute "default_encoding"' do
174
186
  it 'should work' do
175
187
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -194,4 +206,10 @@ describe 'ProjectDetails' do
194
206
  end
195
207
  end
196
208
 
209
+ describe 'test attribute "branch"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
197
215
  end
@@ -174,4 +174,46 @@ describe 'ProjectUpdateParameters' do
174
174
  end
175
175
  end
176
176
 
177
+ describe 'test attribute "autocomplete_job_enabled"' do
178
+ it 'should work' do
179
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
180
+ end
181
+ end
182
+
183
+ describe 'test attribute "job_locking_enabled"' do
184
+ it 'should work' do
185
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
186
+ end
187
+ end
188
+
189
+ describe 'test attribute "smart_suggest_enabled"' do
190
+ it 'should work' do
191
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
192
+ end
193
+ end
194
+
195
+ describe 'test attribute "smart_suggest_use_glossary"' do
196
+ it 'should work' do
197
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
198
+ end
199
+ end
200
+
201
+ describe 'test attribute "smart_suggest_use_machine_translation"' do
202
+ it 'should work' do
203
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
204
+ end
205
+ end
206
+
207
+ describe 'test attribute "translation_keys_sort_collation"' do
208
+ it 'should work' do
209
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
210
+ end
211
+ end
212
+
213
+ describe 'test attribute "cldr_version"' do
214
+ it 'should work' do
215
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
216
+ end
217
+ end
218
+
177
219
  end
@@ -74,6 +74,12 @@ describe 'Release' do
74
74
  end
75
75
  end
76
76
 
77
+ describe 'test attribute "state"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
77
83
  describe 'test attribute "project"' do
78
84
  it 'should work' do
79
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -56,6 +56,12 @@ describe 'RepoSync' do
56
56
  end
57
57
  end
58
58
 
59
+ describe 'test attribute "pr_branch"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
59
65
  describe 'test attribute "created_at"' do
60
66
  it 'should work' do
61
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -0,0 +1,47 @@
1
+ require 'spec_helper'
2
+ require 'json'
3
+ require 'date'
4
+
5
+ # Unit tests for Phrase::ScreenshotMarkerPresentation
6
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
7
+ # Please update as you see appropriate
8
+ describe 'ScreenshotMarkerPresentation' do
9
+ before do
10
+ # run before each test
11
+ @instance = Phrase::ScreenshotMarkerPresentation.new
12
+ end
13
+
14
+ after do
15
+ # run after each test
16
+ end
17
+
18
+ describe 'test an instance of ScreenshotMarkerPresentation' do
19
+ it 'should create an instance of ScreenshotMarkerPresentation' do
20
+ expect(@instance).to be_instance_of(Phrase::ScreenshotMarkerPresentation)
21
+ end
22
+ end
23
+ describe 'test attribute "x"' do
24
+ it 'should work' do
25
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
26
+ end
27
+ end
28
+
29
+ describe 'test attribute "y"' do
30
+ it 'should work' do
31
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
+ end
33
+ end
34
+
35
+ describe 'test attribute "w"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "h"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -44,4 +44,10 @@ describe 'SearchInAccountParameters' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "project_ids"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  end
@@ -35,18 +35,30 @@ describe 'StyleguideCreateParameters' do
35
35
  describe 'test attribute "target_audience"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["not_specified", "children", "teenager", "young_adults", "adults", "old_adults"])
39
+ # validator.allowable_values.each do |value|
40
+ # expect { @instance.target_audience = value }.not_to raise_error
41
+ # end
38
42
  end
39
43
  end
40
44
 
41
45
  describe 'test attribute "grammatical_person"' do
42
46
  it 'should work' do
43
47
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["not_specified", "first_person_singular", "second_person_singular", "third_person_singular_masculine", "third_person_singular_feminine", "third_person_singular_neuter", "first_person_plural", "second_person_plural", "third_person_plural"])
49
+ # validator.allowable_values.each do |value|
50
+ # expect { @instance.grammatical_person = value }.not_to raise_error
51
+ # end
44
52
  end
45
53
  end
46
54
 
47
55
  describe 'test attribute "vocabulary_type"' do
48
56
  it 'should work' do
49
57
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["not_specified", "popular", "technical", "fictional"])
59
+ # validator.allowable_values.each do |value|
60
+ # expect { @instance.vocabulary_type = value }.not_to raise_error
61
+ # end
50
62
  end
51
63
  end
52
64
 
@@ -35,18 +35,30 @@ describe 'StyleguideUpdateParameters' do
35
35
  describe 'test attribute "target_audience"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["not_specified", "children", "teenager", "young_adults", "adults", "old_adults"])
39
+ # validator.allowable_values.each do |value|
40
+ # expect { @instance.target_audience = value }.not_to raise_error
41
+ # end
38
42
  end
39
43
  end
40
44
 
41
45
  describe 'test attribute "grammatical_person"' do
42
46
  it 'should work' do
43
47
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["not_specified", "first_person_singular", "second_person_singular", "third_person_singular_masculine", "third_person_singular_feminine", "third_person_singular_neuter", "first_person_plural", "second_person_plural", "third_person_plural"])
49
+ # validator.allowable_values.each do |value|
50
+ # expect { @instance.grammatical_person = value }.not_to raise_error
51
+ # end
44
52
  end
45
53
  end
46
54
 
47
55
  describe 'test attribute "vocabulary_type"' do
48
56
  it 'should work' do
49
57
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["not_specified", "popular", "technical", "fictional"])
59
+ # validator.allowable_values.each do |value|
60
+ # expect { @instance.vocabulary_type = value }.not_to raise_error
61
+ # end
50
62
  end
51
63
  end
52
64
 
@@ -32,6 +32,12 @@ describe 'Tag' do
32
32
  end
33
33
  end
34
34
 
35
+ describe 'test attribute "system_tag"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "created_at"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'TagWithStats' do
32
32
  end
33
33
  end
34
34
 
35
+ describe 'test attribute "system_tag"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "created_at"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -68,4 +68,16 @@ describe 'TranslationCreateParameters' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "minor_change"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "reviewed"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
71
83
  end
@@ -86,7 +86,7 @@ describe 'TranslationOrder' do
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "tag"' do
89
+ describe 'test attribute "tag_name"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
@@ -62,4 +62,10 @@ describe 'TranslationUpdateParameters' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "minor_change"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  end
@@ -20,12 +20,12 @@ describe 'UploadBatch' do
20
20
  expect(@instance).to be_instance_of(Phrase::UploadBatch)
21
21
  end
22
22
  end
23
- describe 'test attribute "state"' do
23
+ describe 'test attribute "status"' do
24
24
  it 'should work' do
25
25
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
26
26
  # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["started", "done"])
27
27
  # validator.allowable_values.each do |value|
28
- # expect { @instance.state = value }.not_to raise_error
28
+ # expect { @instance.status = value }.not_to raise_error
29
29
  # end
30
30
  end
31
31
  end
@@ -36,6 +36,12 @@ describe 'UploadBatch' do
36
36
  end
37
37
  end
38
38
 
39
+ describe 'test attribute "uploads_count"' do
40
+ it 'should work' do
41
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
42
+ end
43
+ end
44
+
39
45
  describe 'test attribute "created_at"' do
40
46
  it 'should work' do
41
47
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers