songtradr_api_client_ruby 1.13.4 → 1.13.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (263) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +45 -26
  4. data/docs/AgeRange.md +20 -0
  5. data/docs/Beard.md +20 -0
  6. data/docs/BoundingBox.md +24 -0
  7. data/docs/ContextValue.md +18 -0
  8. data/docs/CuratePlaylistDTO.md +26 -0
  9. data/docs/CuratePlaylistResponseDTO.md +18 -0
  10. data/docs/DominantColor.md +30 -0
  11. data/docs/Emotion.md +20 -0
  12. data/docs/EyeDirection.md +22 -0
  13. data/docs/EyeOpen.md +20 -0
  14. data/docs/Eyeglasses.md +20 -0
  15. data/docs/FaceDetail.md +50 -0
  16. data/docs/FaceDetection.md +20 -0
  17. data/docs/FaceOccluded.md +20 -0
  18. data/docs/FileSmallDTO.md +11 -11
  19. data/docs/Gender.md +20 -0
  20. data/docs/ImageQuality.md +20 -0
  21. data/docs/ImageRecognitionResponse.md +20 -0
  22. data/docs/Instance.md +22 -0
  23. data/docs/Label.md +28 -0
  24. data/docs/{CreateApiKeyDTO.md → LabelAlias.md} +2 -2
  25. data/docs/LabelCategory.md +18 -0
  26. data/docs/LabelDetection.md +26 -0
  27. data/docs/Landmark.md +22 -0
  28. data/docs/MouthOpen.md +20 -0
  29. data/docs/MusicalFeaturesDTO.md +45 -45
  30. data/docs/Mustache.md +20 -0
  31. data/docs/Parent.md +18 -0
  32. data/docs/PlaylistApi.md +70 -0
  33. data/docs/PlaylistLargeDTO.md +5 -5
  34. data/docs/Pose.md +22 -0
  35. data/docs/ProductMediumDTO.md +2 -2
  36. data/docs/ProductPartyDTO.md +3 -3
  37. data/docs/RecordingGenrePredictionDTO.md +3 -3
  38. data/docs/RecordingLargeDTO.md +9 -9
  39. data/docs/RecordingMediumDTO.md +7 -7
  40. data/docs/RecordingPartyDTO.md +3 -3
  41. data/docs/RecordingSmallDTO.md +3 -3
  42. data/docs/SaveFileRecordingDTO.md +5 -1
  43. data/docs/Smile.md +20 -0
  44. data/docs/Sunglasses.md +20 -0
  45. data/docs/TagDTO.md +3 -3
  46. data/docs/UserApi.md +140 -0
  47. data/docs/VideoRecognitionResponse.md +20 -0
  48. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +1 -1
  49. data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
  50. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +78 -1
  51. data/lib/songtradr_api_client_ruby/api/recording_api.rb +1 -1
  52. data/lib/songtradr_api_client_ruby/api/user_api.rb +137 -1
  53. data/lib/songtradr_api_client_ruby/api_client.rb +3 -2
  54. data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
  55. data/lib/songtradr_api_client_ruby/configuration.rb +2 -1
  56. data/lib/songtradr_api_client_ruby/models/age_range.rb +223 -0
  57. data/lib/songtradr_api_client_ruby/models/beard.rb +223 -0
  58. data/lib/songtradr_api_client_ruby/models/bounding_box.rb +241 -0
  59. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +1 -1
  60. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +1 -1
  61. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +1 -1
  62. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +1 -1
  63. data/lib/songtradr_api_client_ruby/models/context_value.rb +216 -0
  64. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +1 -1
  65. data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +256 -0
  66. data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +216 -0
  67. data/lib/songtradr_api_client_ruby/models/dominant_color.rb +268 -0
  68. data/lib/songtradr_api_client_ruby/models/emotion.rb +223 -0
  69. data/lib/songtradr_api_client_ruby/models/error_response.rb +1 -1
  70. data/lib/songtradr_api_client_ruby/models/eye_direction.rb +232 -0
  71. data/lib/songtradr_api_client_ruby/models/eye_open.rb +223 -0
  72. data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +223 -0
  73. data/lib/songtradr_api_client_ruby/models/face_detail.rb +362 -0
  74. data/lib/songtradr_api_client_ruby/models/face_detection.rb +223 -0
  75. data/lib/songtradr_api_client_ruby/models/face_occluded.rb +223 -0
  76. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +1 -1
  77. data/lib/songtradr_api_client_ruby/models/file_dto.rb +1 -1
  78. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +1 -1
  79. data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +1 -1
  80. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +63 -63
  81. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +1 -1
  82. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +1 -1
  83. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +1 -1
  84. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +1 -1
  85. data/lib/songtradr_api_client_ruby/models/gender.rb +223 -0
  86. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +1 -1
  87. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +1 -1
  88. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +1 -1
  89. data/lib/songtradr_api_client_ruby/models/image_quality.rb +223 -0
  90. data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +227 -0
  91. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +1 -1
  92. data/lib/songtradr_api_client_ruby/models/instance.rb +234 -0
  93. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +1 -1
  94. data/lib/songtradr_api_client_ruby/models/label.rb +267 -0
  95. data/lib/songtradr_api_client_ruby/models/{create_api_key_dto.rb → label_alias.rb} +4 -4
  96. data/lib/songtradr_api_client_ruby/models/label_category.rb +214 -0
  97. data/lib/songtradr_api_client_ruby/models/label_detection.rb +250 -0
  98. data/lib/songtradr_api_client_ruby/models/landmark.rb +232 -0
  99. data/lib/songtradr_api_client_ruby/models/login_dto.rb +1 -1
  100. data/lib/songtradr_api_client_ruby/models/{api_key_dto.rb → mouth_open.rb} +17 -56
  101. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +353 -353
  102. data/lib/songtradr_api_client_ruby/models/mustache.rb +223 -0
  103. data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +1 -1
  104. data/lib/songtradr_api_client_ruby/models/parent.rb +214 -0
  105. data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +1 -1
  106. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +1 -1
  107. data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +22 -22
  108. data/lib/songtradr_api_client_ruby/models/pose.rb +232 -0
  109. data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +11 -11
  110. data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +16 -16
  111. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +1 -1
  112. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +21 -21
  113. data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +51 -51
  114. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +1 -1
  115. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +42 -42
  116. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +1 -1
  117. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +1 -1
  118. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +1 -1
  119. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +16 -16
  120. data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +1 -1
  121. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +26 -26
  122. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +1 -1
  123. data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +23 -5
  124. data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +1 -1
  125. data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +1 -1
  126. data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +1 -1
  127. data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +1 -1
  128. data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +1 -1
  129. data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +1 -1
  130. data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +1 -1
  131. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +1 -1
  132. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +1 -1
  133. data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +1 -1
  134. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +1 -1
  135. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +1 -1
  136. data/lib/songtradr_api_client_ruby/models/smile.rb +223 -0
  137. data/lib/songtradr_api_client_ruby/models/sunglasses.rb +223 -0
  138. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +16 -16
  139. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +1 -1
  140. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +1 -1
  141. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +1 -1
  142. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +1 -1
  143. data/lib/songtradr_api_client_ruby/models/title_dto.rb +1 -1
  144. data/lib/songtradr_api_client_ruby/models/token_request.rb +1 -1
  145. data/lib/songtradr_api_client_ruby/models/track_dto.rb +1 -1
  146. data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +1 -1
  147. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +1 -1
  148. data/lib/songtradr_api_client_ruby/models/usage_dto.rb +1 -1
  149. data/lib/songtradr_api_client_ruby/models/user_dto.rb +1 -1
  150. data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +227 -0
  151. data/lib/songtradr_api_client_ruby/version.rb +2 -2
  152. data/lib/songtradr_api_client_ruby.rb +31 -5
  153. data/openapi-generator-config.yaml +1 -1
  154. data/songtradr_api_client_ruby.gemspec +1 -1
  155. data/spec/api/allowed_values_api_spec.rb +1 -1
  156. data/spec/api/party_api_spec.rb +1 -1
  157. data/spec/api/playlist_api_spec.rb +13 -1
  158. data/spec/api/recording_api_spec.rb +1 -1
  159. data/spec/api/user_api_spec.rb +25 -1
  160. data/spec/api_client_spec.rb +1 -1
  161. data/spec/configuration_spec.rb +1 -1
  162. data/spec/models/age_range_spec.rb +42 -0
  163. data/spec/models/beard_spec.rb +42 -0
  164. data/spec/models/{api_key_dto_spec.rb → bounding_box_spec.rb} +13 -11
  165. data/spec/models/category_medium_dto_spec.rb +4 -2
  166. data/spec/models/category_minimal_dto_spec.rb +4 -2
  167. data/spec/models/config_access_dto_spec.rb +4 -2
  168. data/spec/models/config_identifier_dto_spec.rb +4 -2
  169. data/spec/models/context_value_spec.rb +36 -0
  170. data/spec/models/contributor_type_dto_spec.rb +4 -2
  171. data/spec/{api/api_keys_api_spec.rb → models/curate_playlist_dto_spec.rb} +21 -31
  172. data/spec/models/curate_playlist_response_dto_spec.rb +36 -0
  173. data/spec/models/dominant_color_spec.rb +72 -0
  174. data/spec/models/emotion_spec.rb +42 -0
  175. data/spec/models/error_response_spec.rb +4 -2
  176. data/spec/models/eye_direction_spec.rb +48 -0
  177. data/spec/models/eye_open_spec.rb +42 -0
  178. data/spec/models/eyeglasses_spec.rb +42 -0
  179. data/spec/models/{admin_api_user_dto_spec.rb → face_detail_spec.rb} +25 -83
  180. data/spec/models/face_detection_spec.rb +42 -0
  181. data/spec/models/face_occluded_spec.rb +42 -0
  182. data/spec/models/field_summary_dto_spec.rb +4 -2
  183. data/spec/models/file_dto_spec.rb +4 -2
  184. data/spec/models/file_list_dto_spec.rb +4 -2
  185. data/spec/models/file_minimal_with_url_dto_spec.rb +4 -2
  186. data/spec/models/file_small_dto_spec.rb +22 -20
  187. data/spec/models/file_upload_dto_spec.rb +4 -2
  188. data/spec/models/file_w_ith_url_dto_spec.rb +4 -2
  189. data/spec/models/files_summary_dto_spec.rb +4 -2
  190. data/spec/models/forgot_password_dto_spec.rb +4 -2
  191. data/spec/models/gender_spec.rb +42 -0
  192. data/spec/models/genre_dto_spec.rb +4 -2
  193. data/spec/models/genre_minimal_dto_spec.rb +4 -2
  194. data/spec/models/genres_summary_dto_spec.rb +4 -2
  195. data/spec/models/image_quality_spec.rb +42 -0
  196. data/spec/models/image_recognition_response_spec.rb +42 -0
  197. data/spec/models/init_put_recording_audio_dto_spec.rb +4 -2
  198. data/spec/models/instance_spec.rb +48 -0
  199. data/spec/models/jwt_token_dto_spec.rb +4 -2
  200. data/spec/models/label_alias_spec.rb +36 -0
  201. data/spec/models/label_category_spec.rb +36 -0
  202. data/spec/models/label_detection_spec.rb +60 -0
  203. data/spec/models/label_spec.rb +66 -0
  204. data/spec/models/landmark_spec.rb +48 -0
  205. data/spec/models/login_dto_spec.rb +4 -2
  206. data/spec/models/mouth_open_spec.rb +42 -0
  207. data/spec/models/musical_features_dto_spec.rb +145 -143
  208. data/spec/models/mustache_spec.rb +42 -0
  209. data/spec/models/p_line_dto_spec.rb +4 -2
  210. data/spec/models/{create_api_key_dto_spec.rb → parent_spec.rb} +9 -7
  211. data/spec/models/party_large_dto_spec.rb +4 -2
  212. data/spec/models/party_small_dto_spec.rb +4 -2
  213. data/spec/models/playlist_large_dto_spec.rb +8 -6
  214. data/spec/models/pose_spec.rb +48 -0
  215. data/spec/models/product_medium_dto_spec.rb +7 -5
  216. data/spec/models/product_party_dto_spec.rb +6 -4
  217. data/spec/models/recording_for_similarity_search_dto_spec.rb +4 -2
  218. data/spec/models/recording_genre_prediction_dto_spec.rb +7 -5
  219. data/spec/models/recording_large_dto_spec.rb +14 -12
  220. data/spec/models/recording_list_dto_spec.rb +4 -2
  221. data/spec/models/recording_medium_dto_spec.rb +13 -11
  222. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +4 -2
  223. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +4 -2
  224. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +4 -2
  225. data/spec/models/recording_party_dto_spec.rb +6 -4
  226. data/spec/models/recording_playlist_dto_spec.rb +4 -2
  227. data/spec/models/recording_small_dto_spec.rb +6 -4
  228. data/spec/models/recording_tag_small_dto_spec.rb +4 -2
  229. data/spec/models/save_file_recording_dto_spec.rb +16 -2
  230. data/spec/models/save_playlist_dto_spec.rb +4 -2
  231. data/spec/models/save_recording_genre_dto_spec.rb +4 -2
  232. data/spec/models/save_recording_party_dto_spec.rb +4 -2
  233. data/spec/models/save_recording_playlist_dto_spec.rb +4 -2
  234. data/spec/models/save_recording_tag_dto_spec.rb +4 -2
  235. data/spec/models/save_referrer_dto_spec.rb +4 -2
  236. data/spec/models/save_taggrams_dto_spec.rb +4 -2
  237. data/spec/models/save_user_dto_spec.rb +4 -2
  238. data/spec/models/search_filter_values_dto_spec.rb +4 -2
  239. data/spec/models/search_recording_granular_abstraction_dto_spec.rb +4 -2
  240. data/spec/models/search_recording_granular_dto_spec.rb +4 -2
  241. data/spec/models/sign_up_dto_spec.rb +4 -2
  242. data/spec/models/smile_spec.rb +42 -0
  243. data/spec/models/sunglasses_spec.rb +42 -0
  244. data/spec/models/tag_dto_spec.rb +6 -4
  245. data/spec/models/tag_small_dto_spec.rb +4 -2
  246. data/spec/models/taggram_dto_spec.rb +4 -2
  247. data/spec/models/tags_summary_dto_spec.rb +4 -2
  248. data/spec/models/tagstrength_dto_spec.rb +4 -2
  249. data/spec/models/title_dto_spec.rb +4 -2
  250. data/spec/models/token_request_spec.rb +4 -2
  251. data/spec/models/track_dto_spec.rb +4 -2
  252. data/spec/models/track_to_medium_product_dto_spec.rb +4 -2
  253. data/spec/models/update_password_dto_spec.rb +4 -2
  254. data/spec/models/usage_dto_spec.rb +4 -2
  255. data/spec/models/user_dto_spec.rb +4 -2
  256. data/spec/models/video_recognition_response_spec.rb +42 -0
  257. data/spec/spec_helper.rb +1 -1
  258. metadata +177 -73
  259. data/docs/APIKeysApi.md +0 -217
  260. data/docs/AdminApiUserDTO.md +0 -70
  261. data/docs/ApiKeyDTO.md +0 -24
  262. data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +0 -213
  263. data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +0 -448
data/docs/Instance.md ADDED
@@ -0,0 +1,22 @@
1
+ # SongtradrApiClientRuby::Instance
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bounding_box** | [**BoundingBox**](BoundingBox.md) | | [optional] |
8
+ | **confidence** | **Float** | | [optional] |
9
+ | **dominant_colors** | [**Array<DominantColor>**](DominantColor.md) | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'songtradr_api_client_ruby'
15
+
16
+ instance = SongtradrApiClientRuby::Instance.new(
17
+ bounding_box: null,
18
+ confidence: null,
19
+ dominant_colors: null
20
+ )
21
+ ```
22
+
data/docs/Label.md ADDED
@@ -0,0 +1,28 @@
1
+ # SongtradrApiClientRuby::Label
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **confidence** | **Float** | | [optional] |
9
+ | **instances** | [**Array<Instance>**](Instance.md) | | [optional] |
10
+ | **parents** | [**Array<Parent>**](Parent.md) | | [optional] |
11
+ | **aliases** | [**Array<LabelAlias>**](LabelAlias.md) | | [optional] |
12
+ | **categories** | [**Array<LabelCategory>**](LabelCategory.md) | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'songtradr_api_client_ruby'
18
+
19
+ instance = SongtradrApiClientRuby::Label.new(
20
+ name: null,
21
+ confidence: null,
22
+ instances: null,
23
+ parents: null,
24
+ aliases: null,
25
+ categories: null
26
+ )
27
+ ```
28
+
@@ -1,4 +1,4 @@
1
- # SongtradrApiClientRuby::CreateApiKeyDTO
1
+ # SongtradrApiClientRuby::LabelAlias
2
2
 
3
3
  ## Properties
4
4
 
@@ -11,7 +11,7 @@
11
11
  ```ruby
12
12
  require 'songtradr_api_client_ruby'
13
13
 
14
- instance = SongtradrApiClientRuby::CreateApiKeyDTO.new(
14
+ instance = SongtradrApiClientRuby::LabelAlias.new(
15
15
  name: null
16
16
  )
17
17
  ```
@@ -0,0 +1,18 @@
1
+ # SongtradrApiClientRuby::LabelCategory
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'songtradr_api_client_ruby'
13
+
14
+ instance = SongtradrApiClientRuby::LabelCategory.new(
15
+ name: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,26 @@
1
+ # SongtradrApiClientRuby::LabelDetection
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **timestamp** | **Integer** | | [optional] |
8
+ | **label** | [**Label**](Label.md) | | [optional] |
9
+ | **start_timestamp_millis** | **Integer** | | [optional] |
10
+ | **end_timestamp_millis** | **Integer** | | [optional] |
11
+ | **duration_millis** | **Integer** | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'songtradr_api_client_ruby'
17
+
18
+ instance = SongtradrApiClientRuby::LabelDetection.new(
19
+ timestamp: null,
20
+ label: null,
21
+ start_timestamp_millis: null,
22
+ end_timestamp_millis: null,
23
+ duration_millis: null
24
+ )
25
+ ```
26
+
data/docs/Landmark.md ADDED
@@ -0,0 +1,22 @@
1
+ # SongtradrApiClientRuby::Landmark
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | | [optional] |
8
+ | **x** | **Float** | | [optional] |
9
+ | **y** | **Float** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'songtradr_api_client_ruby'
15
+
16
+ instance = SongtradrApiClientRuby::Landmark.new(
17
+ type: null,
18
+ x: null,
19
+ y: null
20
+ )
21
+ ```
22
+
data/docs/MouthOpen.md ADDED
@@ -0,0 +1,20 @@
1
+ # SongtradrApiClientRuby::MouthOpen
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **value** | **Boolean** | | [optional] |
8
+ | **confidence** | **Float** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'songtradr_api_client_ruby'
14
+
15
+ instance = SongtradrApiClientRuby::MouthOpen.new(
16
+ value: null,
17
+ confidence: null
18
+ )
19
+ ```
20
+
@@ -5,19 +5,6 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **space** | **String** | Search for space | [optional] |
8
- | **roughness** | **String** | Search for roughness | [optional] |
9
- | **scale** | **String** | Search for a tonal scale | [optional] |
10
- | **sound_generation** | **String** | Search for type of sound generation | [optional] |
11
- | **tempo** | **String** | Search for tempo | [optional] |
12
- | **texture** | **String** | Search for texture | [optional] |
13
- | **timbre** | **String** | Search for timbre | [optional] |
14
- | **tonality** | **String** | Search for tonality | [optional] |
15
- | **valence** | **String** | Search for a valence | [optional] |
16
- | **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
17
- | **origin_decade** | **String** | Search for origin decade | [optional] |
18
- | **curateability** | **String** | Search for curatebility | [optional] |
19
- | **use_case** | **String** | Search for use case | [optional] |
20
- | **channel_suitability** | **String** | Search for social media suitability | [optional] |
21
8
  | **language_of_performance** | **String** | | [optional] |
22
9
  | **arousal** | **String** | Search for an arousal | [optional] |
23
10
  | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
@@ -29,6 +16,7 @@
29
16
  | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
30
17
  | **primary_sound_character** | **String** | Search for a sound character | [optional] |
31
18
  | **rhythm** | **String** | Search for rhythm | [optional] |
19
+ | **audience_region** | **String** | | [optional] |
32
20
  | **primary_mood_cluster_affinity** | **Float** | | [optional] |
33
21
  | **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
34
22
  | **secondary_mood_cluster_affinity** | **Float** | | [optional] |
@@ -72,15 +60,19 @@
72
60
  | **use_case_affinity** | **Float** | | [optional] |
73
61
  | **industry_suitability** | **String** | Search for Industry suitability | [optional] |
74
62
  | **industry_suitability_affinity** | **Float** | | [optional] |
75
- | **audience_region** | **String** | | [optional] |
76
- | **valence_affinity** | **Float** | | [optional] |
77
- | **arousal_affinity** | **Float** | | [optional] |
78
- | **pleasantness_affinity** | **Float** | | [optional] |
79
- | **engagement_affinity** | **Float** | | [optional] |
80
- | **energy_affinity** | **Float** | | [optional] |
81
- | **tempo_affinity** | **Float** | | [optional] |
82
- | **scale_affinity** | **Float** | | [optional] |
83
- | **timbre_affinity** | **Float** | | [optional] |
63
+ | **roughness** | **String** | Search for roughness | [optional] |
64
+ | **scale** | **String** | Search for a tonal scale | [optional] |
65
+ | **sound_generation** | **String** | Search for type of sound generation | [optional] |
66
+ | **tempo** | **String** | Search for tempo | [optional] |
67
+ | **texture** | **String** | Search for texture | [optional] |
68
+ | **timbre** | **String** | Search for timbre | [optional] |
69
+ | **tonality** | **String** | Search for tonality | [optional] |
70
+ | **valence** | **String** | Search for a valence | [optional] |
71
+ | **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
72
+ | **origin_decade** | **String** | Search for origin decade | [optional] |
73
+ | **curateability** | **String** | Search for curatebility | [optional] |
74
+ | **use_case** | **String** | Search for use case | [optional] |
75
+ | **channel_suitability** | **String** | Search for social media suitability | [optional] |
84
76
  | **roughness_affinity** | **Float** | | [optional] |
85
77
  | **harmony_affinity** | **Float** | | [optional] |
86
78
  | **texture_affinity** | **Float** | | [optional] |
@@ -89,6 +81,14 @@
89
81
  | **key_affinity** | **Float** | | [optional] |
90
82
  | **channel_suitability_affinity** | **Float** | | [optional] |
91
83
  | **key** | **String** | Search for a harmonic key | [optional] |
84
+ | **valence_affinity** | **Float** | | [optional] |
85
+ | **arousal_affinity** | **Float** | | [optional] |
86
+ | **pleasantness_affinity** | **Float** | | [optional] |
87
+ | **engagement_affinity** | **Float** | | [optional] |
88
+ | **energy_affinity** | **Float** | | [optional] |
89
+ | **tempo_affinity** | **Float** | | [optional] |
90
+ | **scale_affinity** | **Float** | | [optional] |
91
+ | **timbre_affinity** | **Float** | | [optional] |
92
92
 
93
93
  ## Example
94
94
 
@@ -97,19 +97,6 @@ require 'songtradr_api_client_ruby'
97
97
 
98
98
  instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
99
99
  space: null,
100
- roughness: null,
101
- scale: null,
102
- sound_generation: null,
103
- tempo: null,
104
- texture: null,
105
- timbre: null,
106
- tonality: null,
107
- valence: null,
108
- vocals: null,
109
- origin_decade: null,
110
- curateability: null,
111
- use_case: null,
112
- channel_suitability: null,
113
100
  language_of_performance: null,
114
101
  arousal: null,
115
102
  dominant_instrument: null,
@@ -121,6 +108,7 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
121
108
  primary_mood_cluster: null,
122
109
  primary_sound_character: null,
123
110
  rhythm: null,
111
+ audience_region: null,
124
112
  primary_mood_cluster_affinity: null,
125
113
  secondary_mood_cluster: null,
126
114
  secondary_mood_cluster_affinity: null,
@@ -164,15 +152,19 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
164
152
  use_case_affinity: null,
165
153
  industry_suitability: null,
166
154
  industry_suitability_affinity: null,
167
- audience_region: null,
168
- valence_affinity: null,
169
- arousal_affinity: null,
170
- pleasantness_affinity: null,
171
- engagement_affinity: null,
172
- energy_affinity: null,
173
- tempo_affinity: null,
174
- scale_affinity: null,
175
- timbre_affinity: null,
155
+ roughness: null,
156
+ scale: null,
157
+ sound_generation: null,
158
+ tempo: null,
159
+ texture: null,
160
+ timbre: null,
161
+ tonality: null,
162
+ valence: null,
163
+ vocals: null,
164
+ origin_decade: null,
165
+ curateability: null,
166
+ use_case: null,
167
+ channel_suitability: null,
176
168
  roughness_affinity: null,
177
169
  harmony_affinity: null,
178
170
  texture_affinity: null,
@@ -180,7 +172,15 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
180
172
  space_affinity: null,
181
173
  key_affinity: null,
182
174
  channel_suitability_affinity: null,
183
- key: null
175
+ key: null,
176
+ valence_affinity: null,
177
+ arousal_affinity: null,
178
+ pleasantness_affinity: null,
179
+ engagement_affinity: null,
180
+ energy_affinity: null,
181
+ tempo_affinity: null,
182
+ scale_affinity: null,
183
+ timbre_affinity: null
184
184
  )
185
185
  ```
186
186
 
data/docs/Mustache.md ADDED
@@ -0,0 +1,20 @@
1
+ # SongtradrApiClientRuby::Mustache
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **value** | **Boolean** | | [optional] |
8
+ | **confidence** | **Float** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'songtradr_api_client_ruby'
14
+
15
+ instance = SongtradrApiClientRuby::Mustache.new(
16
+ value: null,
17
+ confidence: null
18
+ )
19
+ ```
20
+
data/docs/Parent.md ADDED
@@ -0,0 +1,18 @@
1
+ # SongtradrApiClientRuby::Parent
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'songtradr_api_client_ruby'
13
+
14
+ instance = SongtradrApiClientRuby::Parent.new(
15
+ name: null
16
+ )
17
+ ```
18
+
data/docs/PlaylistApi.md CHANGED
@@ -6,6 +6,7 @@ All URIs are relative to *https://api.songtradr.com*
6
6
  | ------ | ------------ | ----------- |
7
7
  | [**all_playlists**](PlaylistApi.md#all_playlists) | **GET** /api/v1/playlist | All playlists. |
8
8
  | [**create_or_update_playlist**](PlaylistApi.md#create_or_update_playlist) | **POST** /api/v1/playlist | Create and edit playlist. |
9
+ | [**curate_playlist**](PlaylistApi.md#curate_playlist) | **POST** /api/v1/playlist/{methodName} | Curate playlist. |
9
10
  | [**delete_playlist**](PlaylistApi.md#delete_playlist) | **DELETE** /api/v1/playlist/{songtradrPlaylistGuid} | Delete playlist. |
10
11
 
11
12
 
@@ -153,6 +154,75 @@ end
153
154
  - **Accept**: application/json
154
155
 
155
156
 
157
+ ## curate_playlist
158
+
159
+ > <CuratePlaylistResponseDTO> curate_playlist(method_name, curate_playlist_dto)
160
+
161
+ Curate playlist.
162
+
163
+ ### Examples
164
+
165
+ ```ruby
166
+ require 'time'
167
+ require 'songtradr_api_client_ruby'
168
+ # setup authorization
169
+ SongtradrApiClientRuby.configure do |config|
170
+ # Configure Bearer authorization (JWT): bearer-jwt
171
+ config.access_token = 'YOUR_BEARER_TOKEN'
172
+ end
173
+
174
+ api_instance = SongtradrApiClientRuby::PlaylistApi.new
175
+ method_name = 'RECOMMEND' # String | Name of the curation task that should be executed
176
+ curate_playlist_dto = SongtradrApiClientRuby::CuratePlaylistDTO.new # CuratePlaylistDTO |
177
+
178
+ begin
179
+ # Curate playlist.
180
+ result = api_instance.curate_playlist(method_name, curate_playlist_dto)
181
+ p result
182
+ rescue SongtradrApiClientRuby::ApiError => e
183
+ puts "Error when calling PlaylistApi->curate_playlist: #{e}"
184
+ end
185
+ ```
186
+
187
+ #### Using the curate_playlist_with_http_info variant
188
+
189
+ This returns an Array which contains the response data, status code and headers.
190
+
191
+ > <Array(<CuratePlaylistResponseDTO>, Integer, Hash)> curate_playlist_with_http_info(method_name, curate_playlist_dto)
192
+
193
+ ```ruby
194
+ begin
195
+ # Curate playlist.
196
+ data, status_code, headers = api_instance.curate_playlist_with_http_info(method_name, curate_playlist_dto)
197
+ p status_code # => 2xx
198
+ p headers # => { ... }
199
+ p data # => <CuratePlaylistResponseDTO>
200
+ rescue SongtradrApiClientRuby::ApiError => e
201
+ puts "Error when calling PlaylistApi->curate_playlist_with_http_info: #{e}"
202
+ end
203
+ ```
204
+
205
+ ### Parameters
206
+
207
+ | Name | Type | Description | Notes |
208
+ | ---- | ---- | ----------- | ----- |
209
+ | **method_name** | **String** | Name of the curation task that should be executed | |
210
+ | **curate_playlist_dto** | [**CuratePlaylistDTO**](CuratePlaylistDTO.md) | | |
211
+
212
+ ### Return type
213
+
214
+ [**CuratePlaylistResponseDTO**](CuratePlaylistResponseDTO.md)
215
+
216
+ ### Authorization
217
+
218
+ [bearer-jwt](../README.md#bearer-jwt)
219
+
220
+ ### HTTP request headers
221
+
222
+ - **Content-Type**: application/json
223
+ - **Accept**: application/json
224
+
225
+
156
226
  ## delete_playlist
157
227
 
158
228
  > Object delete_playlist(songtradr_playlist_guid)
@@ -7,14 +7,14 @@
7
7
  | **name** | **String** | | |
8
8
  | **state** | **String** | | [optional] |
9
9
  | **description** | **String** | | [optional] |
10
- | **songtradr_playlist_guid** | **String** | | [optional] |
10
+ | **usages** | [**Array&lt;UsageDTO&gt;**](UsageDTO.md) | | [optional] |
11
11
  | **asset_url** | **String** | | [optional] |
12
12
  | **pretzel_tier** | **String** | | [optional] |
13
13
  | **usage** | **String** | | [optional] |
14
14
  | **tracks** | [**Array&lt;RecordingPlaylistDTO&gt;**](RecordingPlaylistDTO.md) | | [optional] |
15
+ | **songtradr_playlist_guid** | **String** | | [optional] |
15
16
  | **created** | **Time** | | [optional] |
16
17
  | **updated** | **Time** | | [optional] |
17
- | **usages** | [**Array&lt;UsageDTO&gt;**](UsageDTO.md) | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -25,14 +25,14 @@ instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
25
25
  name: null,
26
26
  state: null,
27
27
  description: null,
28
- songtradr_playlist_guid: null,
28
+ usages: null,
29
29
  asset_url: null,
30
30
  pretzel_tier: null,
31
31
  usage: null,
32
32
  tracks: null,
33
+ songtradr_playlist_guid: null,
33
34
  created: null,
34
- updated: null,
35
- usages: null
35
+ updated: null
36
36
  )
37
37
  ```
38
38
 
data/docs/Pose.md ADDED
@@ -0,0 +1,22 @@
1
+ # SongtradrApiClientRuby::Pose
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **roll** | **Float** | | [optional] |
8
+ | **yaw** | **Float** | | [optional] |
9
+ | **pitch** | **Float** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'songtradr_api_client_ruby'
15
+
16
+ instance = SongtradrApiClientRuby::Pose.new(
17
+ roll: null,
18
+ yaw: null,
19
+ pitch: null
20
+ )
21
+ ```
22
+
@@ -5,9 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Time** | | [optional] |
8
- | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
9
8
  | **genres** | [**Array&lt;GenreMinimalDTO&gt;**](GenreMinimalDTO.md) | | [optional] |
10
9
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
10
+ | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
11
11
  | **gtin** | **String** | | [optional] |
12
12
  | **grid** | **String** | | [optional] |
13
13
  | **release_date** | **Time** | | [optional] |
@@ -21,9 +21,9 @@ require 'songtradr_api_client_ruby'
21
21
 
22
22
  instance = SongtradrApiClientRuby::ProductMediumDTO.new(
23
23
  duration: null,
24
- pline: null,
25
24
  genres: null,
26
25
  titles: null,
26
+ pline: null,
27
27
  gtin: null,
28
28
  grid: null,
29
29
  release_date: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
8
7
  | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
8
+ | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::ProductPartyDTO.new(
16
- contributor_types: null,
17
- party: null
16
+ party: null,
17
+ contributor_types: null
18
18
  )
19
19
  ```
20
20
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **genre_type** | **String** | | |
7
8
  | **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
8
9
  | **probability** | **Float** | | |
9
- | **genre_type** | **String** | | |
10
10
 
11
11
  ## Example
12
12
 
@@ -14,9 +14,9 @@
14
14
  require 'songtradr_api_client_ruby'
15
15
 
16
16
  instance = SongtradrApiClientRuby::RecordingGenrePredictionDTO.new(
17
+ genre_type: null,
17
18
  genre: null,
18
- probability: null,
19
- genre_type: null
19
+ probability: null
20
20
  )
21
21
  ```
22
22
 
@@ -6,16 +6,16 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
8
  | **isrc** | **String** | | |
9
- | **spotify_id** | **String** | | [optional] |
10
- | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
11
- | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
9
+ | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
12
10
  | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
13
11
  | **language_of_performance** | **String** | | [optional] |
14
12
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
15
13
  | **tracks** | [**Array&lt;TrackToMediumProductDTO&gt;**](TrackToMediumProductDTO.md) | | [optional] |
16
14
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
17
- | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
18
15
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
16
+ | **spotify_id** | **String** | | [optional] |
17
+ | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
18
+ | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
19
19
 
20
20
  ## Example
21
21
 
@@ -25,16 +25,16 @@ require 'songtradr_api_client_ruby'
25
25
  instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
26
26
  duration: null,
27
27
  isrc: null,
28
- spotify_id: null,
29
- genre_predictions: null,
30
- pline: null,
28
+ parties: null,
31
29
  genres: null,
32
30
  language_of_performance: null,
33
31
  titles: null,
34
32
  tracks: null,
35
33
  musical_features: null,
36
- parties: null,
37
- tags: null
34
+ tags: null,
35
+ spotify_id: null,
36
+ pline: null,
37
+ genre_predictions: null
38
38
  )
39
39
  ```
40
40
 
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **isrc** | **String** | | |
8
- | **spotify_id** | **String** | | [optional] |
9
- | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
8
+ | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
10
9
  | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
11
10
  | **language_of_performance** | **String** | | [optional] |
12
11
  | **release_date** | **Time** | | [optional] |
13
12
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
14
13
  | **tracks** | [**Array&lt;TrackDTO&gt;**](TrackDTO.md) | | [optional] |
15
14
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
16
- | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
17
15
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
16
+ | **spotify_id** | **String** | | [optional] |
17
+ | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -23,16 +23,16 @@ require 'songtradr_api_client_ruby'
23
23
 
24
24
  instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
25
25
  isrc: null,
26
- spotify_id: null,
27
- genre_predictions: null,
26
+ recording_party_entities: null,
28
27
  genres: null,
29
28
  language_of_performance: null,
30
29
  release_date: null,
31
30
  titles: null,
32
31
  tracks: null,
33
32
  musical_features: null,
34
- recording_party_entities: null,
35
- tags: null
33
+ tags: null,
34
+ spotify_id: null,
35
+ genre_predictions: null
36
36
  )
37
37
  ```
38
38
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
8
7
  | **party** | [**PartySmallDTO**](PartySmallDTO.md) | | |
8
+ | **contributor_types** | [**Array&lt;ContributorTypeDTO&gt;**](ContributorTypeDTO.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::RecordingPartyDTO.new(
16
- contributor_types: null,
17
- party: null
16
+ party: null,
17
+ contributor_types: null
18
18
  )
19
19
  ```
20
20
 
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
8
  | **isrc** | **String** | | |
9
- | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
10
9
  | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
10
+ | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
11
11
 
12
12
  ## Example
13
13
 
@@ -17,8 +17,8 @@ require 'songtradr_api_client_ruby'
17
17
  instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
18
18
  duration: null,
19
19
  isrc: null,
20
- titles: null,
21
- parties: null
20
+ parties: null,
21
+ titles: null
22
22
  )
23
23
  ```
24
24