songtradr_api_client_ruby 1.15.0 → 1.17.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 (205) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +8 -8
  3. data/README.md +5 -30
  4. data/docs/FileSmallDTO.md +7 -7
  5. data/docs/ImageRecognitionResponse.md +2 -2
  6. data/docs/MusicalFeaturesDTO.md +79 -79
  7. data/docs/RecordingApi.md +2 -0
  8. data/docs/RecordingMediumDTO.md +4 -4
  9. data/docs/RecordingSmallDTO.md +3 -3
  10. data/docs/UserApi.md +8 -0
  11. data/docs/VideoRecognitionResponse.md +2 -2
  12. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +2 -2
  13. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +2 -2
  14. data/lib/songtradr_api_client_ruby/api/recording_api.rb +6 -3
  15. data/lib/songtradr_api_client_ruby/api/user_api.rb +29 -5
  16. data/lib/songtradr_api_client_ruby/api_client.rb +4 -4
  17. data/lib/songtradr_api_client_ruby/api_error.rb +2 -2
  18. data/lib/songtradr_api_client_ruby/configuration.rb +2 -2
  19. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +2 -2
  20. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
  21. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
  22. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
  23. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
  24. data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +2 -2
  25. data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +2 -2
  26. data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
  27. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
  28. data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
  29. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
  30. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +36 -36
  31. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
  32. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
  33. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
  34. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
  35. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
  36. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
  37. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
  38. data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +4 -4
  39. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
  40. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
  41. data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
  42. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +599 -599
  43. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
  44. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
  45. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +2 -2
  46. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
  47. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +35 -35
  48. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +2 -2
  49. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
  50. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
  51. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +2 -2
  52. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +27 -27
  53. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
  54. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
  55. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
  56. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +2 -2
  57. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
  58. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
  59. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
  60. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
  61. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
  62. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
  63. data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
  64. data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
  65. data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
  66. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
  67. data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
  68. data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +4 -4
  69. data/lib/songtradr_api_client_ruby/version.rb +3 -3
  70. data/lib/songtradr_api_client_ruby.rb +2 -27
  71. data/openapi-generator-config.yaml +1 -1
  72. data/songtradr_api_client_ruby.gemspec +2 -2
  73. data/spec/api/allowed_values_api_spec.rb +2 -2
  74. data/spec/api/playlist_api_spec.rb +2 -2
  75. data/spec/api/recording_api_spec.rb +3 -2
  76. data/spec/api/user_api_spec.rb +6 -2
  77. data/spec/models/category_medium_dto_spec.rb +2 -2
  78. data/spec/models/category_minimal_dto_spec.rb +2 -2
  79. data/spec/models/config_access_dto_spec.rb +2 -2
  80. data/spec/models/config_identifier_dto_spec.rb +2 -2
  81. data/spec/models/contributor_type_dto_spec.rb +2 -2
  82. data/spec/models/curate_playlist_dto_spec.rb +2 -2
  83. data/spec/models/curate_playlist_response_dto_spec.rb +2 -2
  84. data/spec/models/error_response_spec.rb +2 -2
  85. data/spec/models/field_summary_dto_spec.rb +2 -2
  86. data/spec/models/file_dto_spec.rb +2 -2
  87. data/spec/models/file_list_dto_spec.rb +2 -2
  88. data/spec/models/file_small_dto_spec.rb +18 -18
  89. data/spec/models/file_upload_dto_spec.rb +2 -2
  90. data/spec/models/file_w_ith_url_dto_spec.rb +2 -2
  91. data/spec/models/files_summary_dto_spec.rb +2 -2
  92. data/spec/models/forgot_password_dto_spec.rb +2 -2
  93. data/spec/models/genre_dto_spec.rb +2 -2
  94. data/spec/models/genre_minimal_dto_spec.rb +2 -2
  95. data/spec/models/genres_summary_dto_spec.rb +2 -2
  96. data/spec/models/image_recognition_response_spec.rb +2 -2
  97. data/spec/models/init_put_recording_audio_dto_spec.rb +2 -2
  98. data/spec/models/jwt_token_dto_spec.rb +2 -2
  99. data/spec/models/login_dto_spec.rb +2 -2
  100. data/spec/models/musical_features_dto_spec.rb +176 -176
  101. data/spec/models/party_small_dto_spec.rb +2 -2
  102. data/spec/models/recording_for_similarity_search_dto_spec.rb +2 -2
  103. data/spec/models/recording_genre_prediction_dto_spec.rb +2 -2
  104. data/spec/models/recording_list_dto_spec.rb +2 -2
  105. data/spec/models/recording_medium_dto_spec.rb +9 -9
  106. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +2 -2
  107. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +2 -2
  108. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +2 -2
  109. data/spec/models/recording_party_dto_spec.rb +2 -2
  110. data/spec/models/recording_small_dto_spec.rb +5 -5
  111. data/spec/models/recording_tag_small_dto_spec.rb +2 -2
  112. data/spec/models/save_user_dto_spec.rb +2 -2
  113. data/spec/models/search_filter_values_dto_spec.rb +2 -2
  114. data/spec/models/search_recording_granular_dto_spec.rb +2 -2
  115. data/spec/models/sign_up_dto_spec.rb +2 -2
  116. data/spec/models/tag_dto_spec.rb +2 -2
  117. data/spec/models/tag_small_dto_spec.rb +2 -2
  118. data/spec/models/taggram_dto_spec.rb +2 -2
  119. data/spec/models/tags_summary_dto_spec.rb +2 -2
  120. data/spec/models/tagstrength_dto_spec.rb +2 -2
  121. data/spec/models/title_dto_spec.rb +2 -2
  122. data/spec/models/token_request_spec.rb +2 -2
  123. data/spec/models/track_dto_spec.rb +2 -2
  124. data/spec/models/update_password_dto_spec.rb +2 -2
  125. data/spec/models/user_dto_spec.rb +2 -2
  126. data/spec/models/video_recognition_response_spec.rb +2 -2
  127. data/spec/spec_helper.rb +2 -2
  128. metadata +42 -146
  129. data/docs/AgeRange.md +0 -20
  130. data/docs/Beard.md +0 -20
  131. data/docs/BoundingBox.md +0 -24
  132. data/docs/DominantColor.md +0 -30
  133. data/docs/Emotion.md +0 -20
  134. data/docs/EyeDirection.md +0 -22
  135. data/docs/EyeOpen.md +0 -20
  136. data/docs/Eyeglasses.md +0 -20
  137. data/docs/FaceDetail.md +0 -50
  138. data/docs/FaceDetection.md +0 -20
  139. data/docs/FaceOccluded.md +0 -20
  140. data/docs/Gender.md +0 -20
  141. data/docs/ImageQuality.md +0 -20
  142. data/docs/Instance.md +0 -22
  143. data/docs/Label.md +0 -28
  144. data/docs/LabelAlias.md +0 -18
  145. data/docs/LabelCategory.md +0 -18
  146. data/docs/LabelDetection.md +0 -26
  147. data/docs/Landmark.md +0 -22
  148. data/docs/MouthOpen.md +0 -20
  149. data/docs/Mustache.md +0 -20
  150. data/docs/Parent.md +0 -18
  151. data/docs/Pose.md +0 -22
  152. data/docs/Smile.md +0 -20
  153. data/docs/Sunglasses.md +0 -20
  154. data/lib/songtradr_api_client_ruby/models/age_range.rb +0 -223
  155. data/lib/songtradr_api_client_ruby/models/beard.rb +0 -223
  156. data/lib/songtradr_api_client_ruby/models/bounding_box.rb +0 -241
  157. data/lib/songtradr_api_client_ruby/models/dominant_color.rb +0 -268
  158. data/lib/songtradr_api_client_ruby/models/emotion.rb +0 -223
  159. data/lib/songtradr_api_client_ruby/models/eye_direction.rb +0 -232
  160. data/lib/songtradr_api_client_ruby/models/eye_open.rb +0 -223
  161. data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +0 -223
  162. data/lib/songtradr_api_client_ruby/models/face_detail.rb +0 -362
  163. data/lib/songtradr_api_client_ruby/models/face_detection.rb +0 -223
  164. data/lib/songtradr_api_client_ruby/models/face_occluded.rb +0 -223
  165. data/lib/songtradr_api_client_ruby/models/gender.rb +0 -223
  166. data/lib/songtradr_api_client_ruby/models/image_quality.rb +0 -223
  167. data/lib/songtradr_api_client_ruby/models/instance.rb +0 -234
  168. data/lib/songtradr_api_client_ruby/models/label.rb +0 -267
  169. data/lib/songtradr_api_client_ruby/models/label_alias.rb +0 -214
  170. data/lib/songtradr_api_client_ruby/models/label_category.rb +0 -214
  171. data/lib/songtradr_api_client_ruby/models/label_detection.rb +0 -250
  172. data/lib/songtradr_api_client_ruby/models/landmark.rb +0 -232
  173. data/lib/songtradr_api_client_ruby/models/mouth_open.rb +0 -223
  174. data/lib/songtradr_api_client_ruby/models/mustache.rb +0 -223
  175. data/lib/songtradr_api_client_ruby/models/parent.rb +0 -214
  176. data/lib/songtradr_api_client_ruby/models/pose.rb +0 -232
  177. data/lib/songtradr_api_client_ruby/models/smile.rb +0 -223
  178. data/lib/songtradr_api_client_ruby/models/sunglasses.rb +0 -223
  179. data/spec/api_client_spec.rb +0 -223
  180. data/spec/configuration_spec.rb +0 -82
  181. data/spec/models/age_range_spec.rb +0 -42
  182. data/spec/models/beard_spec.rb +0 -42
  183. data/spec/models/bounding_box_spec.rb +0 -54
  184. data/spec/models/dominant_color_spec.rb +0 -72
  185. data/spec/models/emotion_spec.rb +0 -42
  186. data/spec/models/eye_direction_spec.rb +0 -48
  187. data/spec/models/eye_open_spec.rb +0 -42
  188. data/spec/models/eyeglasses_spec.rb +0 -42
  189. data/spec/models/face_detail_spec.rb +0 -132
  190. data/spec/models/face_detection_spec.rb +0 -42
  191. data/spec/models/face_occluded_spec.rb +0 -42
  192. data/spec/models/gender_spec.rb +0 -42
  193. data/spec/models/image_quality_spec.rb +0 -42
  194. data/spec/models/instance_spec.rb +0 -48
  195. data/spec/models/label_alias_spec.rb +0 -36
  196. data/spec/models/label_category_spec.rb +0 -36
  197. data/spec/models/label_detection_spec.rb +0 -60
  198. data/spec/models/label_spec.rb +0 -66
  199. data/spec/models/landmark_spec.rb +0 -48
  200. data/spec/models/mouth_open_spec.rb +0 -42
  201. data/spec/models/mustache_spec.rb +0 -42
  202. data/spec/models/parent_spec.rb +0 -36
  203. data/spec/models/pose_spec.rb +0 -48
  204. data/spec/models/smile_spec.rb +0 -42
  205. data/spec/models/sunglasses_spec.rb +0 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65ed599ec7e016af261c1639c18a9d6e95863a97b9c571407342d5ced9c1e311
4
- data.tar.gz: 6f0c416628693187a2f5e0fa97d24c47c997cf6bf6b4588703ea1f4cf2bca05d
3
+ metadata.gz: 27fd7c5e52e178be8eeab432fc7712828524df6b08e46ae9b4794ff02698fea0
4
+ data.tar.gz: dc4e3ed9da82140d2241cfba93a659dd53d2bc132584dc802044a85b53f7c557
5
5
  SHA512:
6
- metadata.gz: 48e5486454832027ef5d666025e23c320bc08ef133a38907028d10aa42750489af0d753994e04dd03aeaea7d27d301b09f671620751cb9ff7e17d30be5ecb237
7
- data.tar.gz: '08bc5004c59e2a4e743799aee69f019a9c46e3e420b2036d6c244b0512c0b39fef063eabefd84a5f49e7c86079dc21ac350218ef4045bbefb07e44a18ff2461a'
6
+ metadata.gz: bf8e3579006330b20f00fee4c18e9bb573eed2e66bf4bad68f5967060717965939ca70232a9ea488c5a9ac988e1bc6884c4fdd4fb7398f03fb854e6b118a9dc3
7
+ data.tar.gz: 7be09dcbf79d5a9e7e0dc429d813bf0e94720899ed72f34f0873123124fe8776d48d4556bd20873863669851f7ec440a0ebbfdaf16c21bcbfe6f1d299a2b4f67
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- songtradr_api_client_ruby (1.15.0)
4
+ songtradr_api_client_ruby (1.17.0)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
 
@@ -9,11 +9,11 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
- base64 (0.1.1)
12
+ base64 (0.2.0)
13
13
  byebug (11.1.3)
14
14
  coderay (1.1.3)
15
15
  diff-lcs (1.5.0)
16
- faraday (2.7.11)
16
+ faraday (2.8.1)
17
17
  base64
18
18
  faraday-net_http (>= 2.0, < 3.1)
19
19
  ruby2_keywords (>= 0.0.4)
@@ -23,8 +23,8 @@ GEM
23
23
  jaro_winkler (1.5.6)
24
24
  method_source (1.0.0)
25
25
  multipart-post (2.3.0)
26
- parallel (1.23.0)
27
- parser (3.2.2.4)
26
+ parallel (1.24.0)
27
+ parser (3.3.0.2)
28
28
  ast (~> 2.4.1)
29
29
  racc
30
30
  pry (0.14.2)
@@ -33,9 +33,9 @@ GEM
33
33
  pry-byebug (3.10.1)
34
34
  byebug (~> 11.0)
35
35
  pry (>= 0.13, < 0.15)
36
- psych (5.1.1.1)
36
+ psych (5.1.2)
37
37
  stringio
38
- racc (1.7.1)
38
+ racc (1.7.3)
39
39
  rainbow (3.1.1)
40
40
  rake (13.0.6)
41
41
  rspec (3.12.0)
@@ -61,7 +61,7 @@ GEM
61
61
  unicode-display_width (>= 1.4.0, < 1.6)
62
62
  ruby-progressbar (1.13.0)
63
63
  ruby2_keywords (0.0.5)
64
- stringio (3.0.8)
64
+ stringio (3.1.0)
65
65
  unicode-display_width (1.5.0)
66
66
 
67
67
  PLATFORMS
data/README.md CHANGED
@@ -33,8 +33,8 @@ You can either search the released music via the /public/recording endpoints or
33
33
 
34
34
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
35
35
 
36
- - API version: 1.15.0
37
- - Package version: 1.15.0
36
+ - API version: 1.17.0
37
+ - Package version: 1.17.0
38
38
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
39
39
  For more information, please visit [https://songtradr.com](https://songtradr.com)
40
40
 
@@ -51,16 +51,16 @@ gem build songtradr_api_client_ruby.gemspec
51
51
  Then either install the gem locally:
52
52
 
53
53
  ```shell
54
- gem install ./songtradr_api_client_ruby-1.15.0.gem
54
+ gem install ./songtradr_api_client_ruby-1.17.0.gem
55
55
  ```
56
56
 
57
- (for development, run `gem install --dev ./songtradr_api_client_ruby-1.15.0.gem` to install the development dependencies)
57
+ (for development, run `gem install --dev ./songtradr_api_client_ruby-1.17.0.gem` to install the development dependencies)
58
58
 
59
59
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
60
60
 
61
61
  Finally add this to the Gemfile:
62
62
 
63
- gem 'songtradr_api_client_ruby', '~> 1.15.0'
63
+ gem 'songtradr_api_client_ruby', '~> 1.17.0'
64
64
 
65
65
  ### Install from Git
66
66
 
@@ -138,9 +138,6 @@ Class | Method | HTTP request | Description
138
138
 
139
139
  ## Documentation for Models
140
140
 
141
- - [SongtradrApiClientRuby::AgeRange](docs/AgeRange.md)
142
- - [SongtradrApiClientRuby::Beard](docs/Beard.md)
143
- - [SongtradrApiClientRuby::BoundingBox](docs/BoundingBox.md)
144
141
  - [SongtradrApiClientRuby::CategoryMediumDTO](docs/CategoryMediumDTO.md)
145
142
  - [SongtradrApiClientRuby::CategoryMinimalDTO](docs/CategoryMinimalDTO.md)
146
143
  - [SongtradrApiClientRuby::ConfigAccessDTO](docs/ConfigAccessDTO.md)
@@ -148,15 +145,7 @@ Class | Method | HTTP request | Description
148
145
  - [SongtradrApiClientRuby::ContributorTypeDTO](docs/ContributorTypeDTO.md)
149
146
  - [SongtradrApiClientRuby::CuratePlaylistDTO](docs/CuratePlaylistDTO.md)
150
147
  - [SongtradrApiClientRuby::CuratePlaylistResponseDTO](docs/CuratePlaylistResponseDTO.md)
151
- - [SongtradrApiClientRuby::DominantColor](docs/DominantColor.md)
152
- - [SongtradrApiClientRuby::Emotion](docs/Emotion.md)
153
148
  - [SongtradrApiClientRuby::ErrorResponse](docs/ErrorResponse.md)
154
- - [SongtradrApiClientRuby::EyeDirection](docs/EyeDirection.md)
155
- - [SongtradrApiClientRuby::EyeOpen](docs/EyeOpen.md)
156
- - [SongtradrApiClientRuby::Eyeglasses](docs/Eyeglasses.md)
157
- - [SongtradrApiClientRuby::FaceDetail](docs/FaceDetail.md)
158
- - [SongtradrApiClientRuby::FaceDetection](docs/FaceDetection.md)
159
- - [SongtradrApiClientRuby::FaceOccluded](docs/FaceOccluded.md)
160
149
  - [SongtradrApiClientRuby::FieldSummaryDTO](docs/FieldSummaryDTO.md)
161
150
  - [SongtradrApiClientRuby::FileDTO](docs/FileDTO.md)
162
151
  - [SongtradrApiClientRuby::FileListDTO](docs/FileListDTO.md)
@@ -165,27 +154,15 @@ Class | Method | HTTP request | Description
165
154
  - [SongtradrApiClientRuby::FileWIthUrlDTO](docs/FileWIthUrlDTO.md)
166
155
  - [SongtradrApiClientRuby::FilesSummaryDTO](docs/FilesSummaryDTO.md)
167
156
  - [SongtradrApiClientRuby::ForgotPasswordDTO](docs/ForgotPasswordDTO.md)
168
- - [SongtradrApiClientRuby::Gender](docs/Gender.md)
169
157
  - [SongtradrApiClientRuby::GenreDTO](docs/GenreDTO.md)
170
158
  - [SongtradrApiClientRuby::GenreMinimalDTO](docs/GenreMinimalDTO.md)
171
159
  - [SongtradrApiClientRuby::GenresSummaryDTO](docs/GenresSummaryDTO.md)
172
- - [SongtradrApiClientRuby::ImageQuality](docs/ImageQuality.md)
173
160
  - [SongtradrApiClientRuby::ImageRecognitionResponse](docs/ImageRecognitionResponse.md)
174
161
  - [SongtradrApiClientRuby::InitPutRecordingAudioDTO](docs/InitPutRecordingAudioDTO.md)
175
- - [SongtradrApiClientRuby::Instance](docs/Instance.md)
176
162
  - [SongtradrApiClientRuby::JwtTokenDTO](docs/JwtTokenDTO.md)
177
- - [SongtradrApiClientRuby::Label](docs/Label.md)
178
- - [SongtradrApiClientRuby::LabelAlias](docs/LabelAlias.md)
179
- - [SongtradrApiClientRuby::LabelCategory](docs/LabelCategory.md)
180
- - [SongtradrApiClientRuby::LabelDetection](docs/LabelDetection.md)
181
- - [SongtradrApiClientRuby::Landmark](docs/Landmark.md)
182
163
  - [SongtradrApiClientRuby::LoginDTO](docs/LoginDTO.md)
183
- - [SongtradrApiClientRuby::MouthOpen](docs/MouthOpen.md)
184
164
  - [SongtradrApiClientRuby::MusicalFeaturesDTO](docs/MusicalFeaturesDTO.md)
185
- - [SongtradrApiClientRuby::Mustache](docs/Mustache.md)
186
- - [SongtradrApiClientRuby::Parent](docs/Parent.md)
187
165
  - [SongtradrApiClientRuby::PartySmallDTO](docs/PartySmallDTO.md)
188
- - [SongtradrApiClientRuby::Pose](docs/Pose.md)
189
166
  - [SongtradrApiClientRuby::RecordingForSimilaritySearchDTO](docs/RecordingForSimilaritySearchDTO.md)
190
167
  - [SongtradrApiClientRuby::RecordingGenrePredictionDTO](docs/RecordingGenrePredictionDTO.md)
191
168
  - [SongtradrApiClientRuby::RecordingListDTO](docs/RecordingListDTO.md)
@@ -200,8 +177,6 @@ Class | Method | HTTP request | Description
200
177
  - [SongtradrApiClientRuby::SearchFilterValuesDTO](docs/SearchFilterValuesDTO.md)
201
178
  - [SongtradrApiClientRuby::SearchRecordingGranularDTO](docs/SearchRecordingGranularDTO.md)
202
179
  - [SongtradrApiClientRuby::SignUpDTO](docs/SignUpDTO.md)
203
- - [SongtradrApiClientRuby::Smile](docs/Smile.md)
204
- - [SongtradrApiClientRuby::Sunglasses](docs/Sunglasses.md)
205
180
  - [SongtradrApiClientRuby::TagDTO](docs/TagDTO.md)
206
181
  - [SongtradrApiClientRuby::TagSmallDTO](docs/TagSmallDTO.md)
207
182
  - [SongtradrApiClientRuby::TaggramDTO](docs/TaggramDTO.md)
data/docs/FileSmallDTO.md CHANGED
@@ -9,6 +9,9 @@
9
9
  | **extension** | **String** | extension of the file | |
10
10
  | **error_message** | **String** | | [optional] |
11
11
  | **folder** | **String** | | |
12
+ | **object_key** | **String** | | |
13
+ | **upload_start_time** | **Time** | | [optional] |
14
+ | **upload_end_time** | **Time** | | [optional] |
12
15
  | **fingerprint_status** | **String** | status of the audio recognition | [optional] |
13
16
  | **fingerprint_start_time** | **Time** | | [optional] |
14
17
  | **fingerprint_end_time** | **Time** | | [optional] |
@@ -16,9 +19,6 @@
16
19
  | **inference_start_time** | **Time** | | [optional] |
17
20
  | **inference_end_time** | **Time** | | [optional] |
18
21
  | **error_time** | **Time** | | [optional] |
19
- | **object_key** | **String** | | |
20
- | **upload_start_time** | **Time** | | [optional] |
21
- | **upload_end_time** | **Time** | | [optional] |
22
22
 
23
23
  ## Example
24
24
 
@@ -31,16 +31,16 @@ instance = SongtradrApiClientRuby::FileSmallDTO.new(
31
31
  extension: null,
32
32
  error_message: null,
33
33
  folder: null,
34
+ object_key: null,
35
+ upload_start_time: null,
36
+ upload_end_time: null,
34
37
  fingerprint_status: null,
35
38
  fingerprint_start_time: null,
36
39
  fingerprint_end_time: null,
37
40
  inference_status: null,
38
41
  inference_start_time: null,
39
42
  inference_end_time: null,
40
- error_time: null,
41
- object_key: null,
42
- upload_start_time: null,
43
- upload_end_time: null
43
+ error_time: null
44
44
  )
45
45
  ```
46
46
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **labels** | [**Array&lt;Label&gt;**](Label.md) | | [optional] |
8
- | **faces** | [**Array&lt;FaceDetail&gt;**](FaceDetail.md) | | [optional] |
7
+ | **labels** | **Array&lt;Object&gt;** | | [optional] |
8
+ | **faces** | **Array&lt;Object&gt;** | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,46 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **space** | **String** | Search for space | [optional] |
8
- | **arousal** | **String** | Search for an arousal | [optional] |
9
- | **language_of_performance** | **String** | | [optional] |
10
- | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
11
- | **energy** | **String** | Search for energy | [optional] |
12
- | **engagement** | **String** | Search for an engagement | [optional] |
13
- | **groovyness** | **String** | Search for groovyness | [optional] |
14
- | **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
15
- | **pleasantness** | **String** | Search for pleasantness | [optional] |
16
- | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
17
- | **primary_sound_character** | **String** | Search for a sound character | [optional] |
18
- | **rhythm** | **String** | Search for rhythm | [optional] |
19
- | **roughness** | **String** | Search for roughness | [optional] |
20
- | **scale** | **String** | Search for a tonal scale | [optional] |
21
- | **sound_generation** | **String** | Search for type of sound generation | [optional] |
22
- | **tempo** | **String** | Search for tempo | [optional] |
23
- | **texture** | **String** | Search for texture | [optional] |
24
- | **timbre** | **String** | Search for timbre | [optional] |
25
- | **tonality** | **String** | Search for tonality | [optional] |
26
- | **valence** | **String** | Search for a valence | [optional] |
27
- | **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
28
- | **origin_decade** | **String** | Search for origin decade | [optional] |
29
- | **curateability** | **String** | Search for curatebility | [optional] |
30
- | **use_case** | **String** | Search for use case | [optional] |
31
- | **channel_suitability** | **String** | Search for social media suitability | [optional] |
32
8
  | **primary_mood_cluster_affinity** | **Float** | | [optional] |
33
9
  | **secondary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
34
- | **secondary_mood_cluster_affinity** | **Float** | | [optional] |
35
- | **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
36
- | **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
37
- | **vocals_affinity** | **Float** | | [optional] |
38
- | **dominant_instrument_affinity** | **Float** | | [optional] |
39
- | **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
40
- | **secondary_instrument_affinity** | **Float** | | [optional] |
41
- | **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
42
- | **tertiary_instrument_affinity** | **Float** | | [optional] |
43
- | **sound_generation_affinity** | **Float** | | [optional] |
44
- | **rhythm_affinity** | **Float** | | [optional] |
45
- | **primary_sound_character_affinity** | **Float** | | [optional] |
46
- | **tonality_affinity** | **Float** | | [optional] |
47
- | **bpm** | **Float** | | [optional] |
48
10
  | **production_rating** | **String** | | [optional] |
49
11
  | **production_rating_affinity** | **Float** | | [optional] |
50
12
  | **performance_rating** | **String** | | [optional] |
@@ -72,7 +34,46 @@
72
34
  | **use_case_affinity** | **Float** | | [optional] |
73
35
  | **industry_suitability** | **String** | Search for Industry suitability | [optional] |
74
36
  | **industry_suitability_affinity** | **Float** | | [optional] |
37
+ | **secondary_mood_cluster_affinity** | **Float** | | [optional] |
38
+ | **tertiary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
39
+ | **tertiary_mood_cluster_affinity** | **Float** | | [optional] |
40
+ | **vocals_affinity** | **Float** | | [optional] |
41
+ | **dominant_instrument_affinity** | **Float** | | [optional] |
42
+ | **secondary_instrument** | **String** | Search for a dominant instrument | [optional] |
43
+ | **secondary_instrument_affinity** | **Float** | | [optional] |
44
+ | **tertiary_instrument** | **String** | Search for a dominant instrument | [optional] |
45
+ | **tertiary_instrument_affinity** | **Float** | | [optional] |
46
+ | **sound_generation_affinity** | **Float** | | [optional] |
47
+ | **rhythm_affinity** | **Float** | | [optional] |
48
+ | **primary_sound_character_affinity** | **Float** | | [optional] |
49
+ | **tonality_affinity** | **Float** | | [optional] |
50
+ | **bpm** | **Float** | | [optional] |
75
51
  | **audience_region** | **String** | | [optional] |
52
+ | **dominant_instrument** | **String** | Search for a dominant instrument | [optional] |
53
+ | **energy** | **String** | Search for energy | [optional] |
54
+ | **engagement** | **String** | Search for an engagement | [optional] |
55
+ | **groovyness** | **String** | Search for groovyness | [optional] |
56
+ | **harmony** | **String** | Search for a degree of harmoniousness | [optional] |
57
+ | **pleasantness** | **String** | Search for pleasantness | [optional] |
58
+ | **primary_mood_cluster** | **String** | Search for a language of the lyrics | [optional] |
59
+ | **primary_sound_character** | **String** | Search for a sound character | [optional] |
60
+ | **rhythm** | **String** | Search for rhythm | [optional] |
61
+ | **roughness** | **String** | Search for roughness | [optional] |
62
+ | **scale** | **String** | Search for a tonal scale | [optional] |
63
+ | **key** | **String** | Search for a harmonic key | [optional] |
64
+ | **sound_generation** | **String** | Search for type of sound generation | [optional] |
65
+ | **tempo** | **String** | Search for tempo | [optional] |
66
+ | **texture** | **String** | Search for texture | [optional] |
67
+ | **timbre** | **String** | Search for timbre | [optional] |
68
+ | **tonality** | **String** | Search for tonality | [optional] |
69
+ | **valence** | **String** | Search for a valence | [optional] |
70
+ | **vocals** | **String** | Search for a vocal gender or instrumental songs | [optional] |
71
+ | **origin_decade** | **String** | Search for origin decade | [optional] |
72
+ | **curateability** | **String** | Search for curatebility | [optional] |
73
+ | **use_case** | **String** | Search for use case | [optional] |
74
+ | **channel_suitability** | **String** | Search for social media suitability | [optional] |
75
+ | **language_of_performance** | **String** | | [optional] |
76
+ | **arousal** | **String** | Search for an arousal | [optional] |
76
77
  | **valence_affinity** | **Float** | | [optional] |
77
78
  | **arousal_affinity** | **Float** | | [optional] |
78
79
  | **pleasantness_affinity** | **Float** | | [optional] |
@@ -88,7 +89,6 @@
88
89
  | **space_affinity** | **Float** | | [optional] |
89
90
  | **key_affinity** | **Float** | | [optional] |
90
91
  | **channel_suitability_affinity** | **Float** | | [optional] |
91
- | **key** | **String** | Search for a harmonic key | [optional] |
92
92
 
93
93
  ## Example
94
94
 
@@ -97,46 +97,8 @@ require 'songtradr_api_client_ruby'
97
97
 
98
98
  instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
99
99
  space: null,
100
- arousal: null,
101
- language_of_performance: null,
102
- dominant_instrument: null,
103
- energy: null,
104
- engagement: null,
105
- groovyness: null,
106
- harmony: null,
107
- pleasantness: null,
108
- primary_mood_cluster: null,
109
- primary_sound_character: null,
110
- rhythm: null,
111
- roughness: null,
112
- scale: null,
113
- sound_generation: null,
114
- tempo: null,
115
- texture: null,
116
- timbre: null,
117
- tonality: null,
118
- valence: null,
119
- vocals: null,
120
- origin_decade: null,
121
- curateability: null,
122
- use_case: null,
123
- channel_suitability: null,
124
100
  primary_mood_cluster_affinity: null,
125
101
  secondary_mood_cluster: null,
126
- secondary_mood_cluster_affinity: null,
127
- tertiary_mood_cluster: null,
128
- tertiary_mood_cluster_affinity: null,
129
- vocals_affinity: null,
130
- dominant_instrument_affinity: null,
131
- secondary_instrument: null,
132
- secondary_instrument_affinity: null,
133
- tertiary_instrument: null,
134
- tertiary_instrument_affinity: null,
135
- sound_generation_affinity: null,
136
- rhythm_affinity: null,
137
- primary_sound_character_affinity: null,
138
- tonality_affinity: null,
139
- bpm: null,
140
102
  production_rating: null,
141
103
  production_rating_affinity: null,
142
104
  performance_rating: null,
@@ -164,7 +126,46 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
164
126
  use_case_affinity: null,
165
127
  industry_suitability: null,
166
128
  industry_suitability_affinity: null,
129
+ secondary_mood_cluster_affinity: null,
130
+ tertiary_mood_cluster: null,
131
+ tertiary_mood_cluster_affinity: null,
132
+ vocals_affinity: null,
133
+ dominant_instrument_affinity: null,
134
+ secondary_instrument: null,
135
+ secondary_instrument_affinity: null,
136
+ tertiary_instrument: null,
137
+ tertiary_instrument_affinity: null,
138
+ sound_generation_affinity: null,
139
+ rhythm_affinity: null,
140
+ primary_sound_character_affinity: null,
141
+ tonality_affinity: null,
142
+ bpm: null,
167
143
  audience_region: null,
144
+ dominant_instrument: null,
145
+ energy: null,
146
+ engagement: null,
147
+ groovyness: null,
148
+ harmony: null,
149
+ pleasantness: null,
150
+ primary_mood_cluster: null,
151
+ primary_sound_character: null,
152
+ rhythm: null,
153
+ roughness: null,
154
+ scale: null,
155
+ key: null,
156
+ sound_generation: null,
157
+ tempo: null,
158
+ texture: null,
159
+ timbre: null,
160
+ tonality: null,
161
+ valence: null,
162
+ vocals: null,
163
+ origin_decade: null,
164
+ curateability: null,
165
+ use_case: null,
166
+ channel_suitability: null,
167
+ language_of_performance: null,
168
+ arousal: null,
168
169
  valence_affinity: null,
169
170
  arousal_affinity: null,
170
171
  pleasantness_affinity: null,
@@ -179,8 +180,7 @@ instance = SongtradrApiClientRuby::MusicalFeaturesDTO.new(
179
180
  groovyness_affinity: null,
180
181
  space_affinity: null,
181
182
  key_affinity: null,
182
- channel_suitability_affinity: null,
183
- key: null
183
+ channel_suitability_affinity: null
184
184
  )
185
185
  ```
186
186
 
data/docs/RecordingApi.md CHANGED
@@ -177,6 +177,7 @@ opts = {
177
177
  tag_name: 'energetic', # String | Show only taggrams for one tag.
178
178
  genre_name: 'Ska', # String | Show only taggrams for one genre.
179
179
  from_timestamp: 16.0, # Float | Show only taggrams data starting from from this timestamp in seconds.
180
+ to_timestamp: 32.0, # Float | Show only taggrams data before this timestamp in seconds.
180
181
  fill_with_zero: true # Boolean | If set to true, empty timeseries are filled with timeseries of 0.0 values.
181
182
  }
182
183
 
@@ -216,6 +217,7 @@ end
216
217
  | **tag_name** | **String** | Show only taggrams for one tag. | [optional] |
217
218
  | **genre_name** | **String** | Show only taggrams for one genre. | [optional] |
218
219
  | **from_timestamp** | **Float** | Show only taggrams data starting from from this timestamp in seconds. | [optional] |
220
+ | **to_timestamp** | **Float** | Show only taggrams data before this timestamp in seconds. | [optional] |
219
221
  | **fill_with_zero** | **Boolean** | If set to true, empty timeseries are filled with timeseries of 0.0 values. | [optional] |
220
222
 
221
223
  ### Return type
@@ -5,13 +5,13 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **isrc** | **String** | | |
8
- | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
9
- | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
10
8
  | **language_of_performance** | **String** | | [optional] |
11
9
  | **release_date** | **Time** | | [optional] |
12
10
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
13
11
  | **tracks** | [**Array&lt;TrackDTO&gt;**](TrackDTO.md) | | [optional] |
14
12
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
13
+ | **recording_party_entities** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
14
+ | **genres** | [**Array&lt;GenreDTO&gt;**](GenreDTO.md) | | [optional] |
15
15
  | **spotify_id** | **String** | | [optional] |
16
16
  | **tags** | [**Array&lt;RecordingTagSmallDTO&gt;**](RecordingTagSmallDTO.md) | | [optional] |
17
17
  | **genre_predictions** | [**Array&lt;RecordingGenrePredictionDTO&gt;**](RecordingGenrePredictionDTO.md) | | [optional] |
@@ -23,13 +23,13 @@ require 'songtradr_api_client_ruby'
23
23
 
24
24
  instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
25
25
  isrc: null,
26
- recording_party_entities: null,
27
- genres: null,
28
26
  language_of_performance: null,
29
27
  release_date: null,
30
28
  titles: null,
31
29
  tracks: null,
32
30
  musical_features: null,
31
+ recording_party_entities: null,
32
+ genres: null,
33
33
  spotify_id: null,
34
34
  tags: null,
35
35
  genre_predictions: null
@@ -6,9 +6,9 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
8
  | **isrc** | **String** | | |
9
- | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
10
9
  | **titles** | [**Array&lt;TitleDTO&gt;**](TitleDTO.md) | | [optional] |
11
10
  | **tracks** | [**Array&lt;TrackDTO&gt;**](TrackDTO.md) | | [optional] |
11
+ | **parties** | [**Array&lt;RecordingPartyDTO&gt;**](RecordingPartyDTO.md) | | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -18,9 +18,9 @@ require 'songtradr_api_client_ruby'
18
18
  instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
19
19
  duration: null,
20
20
  isrc: null,
21
- parties: null,
22
21
  titles: null,
23
- tracks: null
22
+ tracks: null,
23
+ parties: null
24
24
  )
25
25
  ```
26
26
 
data/docs/UserApi.md CHANGED
@@ -591,6 +591,7 @@ opts = {
591
591
  tag_name: 'energetic', # String | Show only taggrams for one tag.
592
592
  genre_name: 'Ska', # String | Show only taggrams for one genre.
593
593
  from_timestamp: 16.0, # Float | Show only taggrams data starting from from this timestamp in seconds.
594
+ to_timestamp: 32.0, # Float | Show only taggrams data before this timestamp in seconds.
594
595
  fill_with_zero: true, # Boolean | If set to true, empty timeseries are filled with timeseries of 0.0 values.
595
596
  page: 56, # Integer | Zero-based page index (0..N)
596
597
  size: 56, # Integer | The size of the page to be returned
@@ -633,6 +634,7 @@ end
633
634
  | **tag_name** | **String** | Show only taggrams for one tag. | [optional] |
634
635
  | **genre_name** | **String** | Show only taggrams for one genre. | [optional] |
635
636
  | **from_timestamp** | **Float** | Show only taggrams data starting from from this timestamp in seconds. | [optional] |
637
+ | **to_timestamp** | **Float** | Show only taggrams data before this timestamp in seconds. | [optional] |
636
638
  | **fill_with_zero** | **Boolean** | If set to true, empty timeseries are filled with timeseries of 0.0 values. | [optional] |
637
639
  | **page** | **Integer** | Zero-based page index (0..N) | [optional][default to 0] |
638
640
  | **size** | **Integer** | The size of the page to be returned | [optional][default to 20] |
@@ -777,6 +779,7 @@ opts = {
777
779
  sound_generation: 'acoustic', # String |
778
780
  tempo: 'very slow', # String |
779
781
  scale: 'major key', # String |
782
+ key: 'C', # String |
780
783
  rhythm: 'common time', # String |
781
784
  primary_sound_character: 'aggressive', # String |
782
785
  timbre: 'very warm', # String |
@@ -871,6 +874,7 @@ end
871
874
  | **sound_generation** | **String** | | [optional] |
872
875
  | **tempo** | **String** | | [optional] |
873
876
  | **scale** | **String** | | [optional] |
877
+ | **key** | **String** | | [optional] |
874
878
  | **rhythm** | **String** | | [optional] |
875
879
  | **primary_sound_character** | **String** | | [optional] |
876
880
  | **timbre** | **String** | | [optional] |
@@ -1234,6 +1238,7 @@ opts = {
1234
1238
  sound_generation: 'acoustic', # String |
1235
1239
  tempo: 'very slow', # String |
1236
1240
  scale: 'major key', # String |
1241
+ key: 'C', # String |
1237
1242
  rhythm: 'common time', # String |
1238
1243
  primary_sound_character: 'aggressive', # String |
1239
1244
  timbre: 'very warm', # String |
@@ -1327,6 +1332,7 @@ end
1327
1332
  | **sound_generation** | **String** | | [optional] |
1328
1333
  | **tempo** | **String** | | [optional] |
1329
1334
  | **scale** | **String** | | [optional] |
1335
+ | **key** | **String** | | [optional] |
1330
1336
  | **rhythm** | **String** | | [optional] |
1331
1337
  | **primary_sound_character** | **String** | | [optional] |
1332
1338
  | **timbre** | **String** | | [optional] |
@@ -1487,6 +1493,7 @@ opts = {
1487
1493
  sound_generation: 'acoustic', # String |
1488
1494
  tempo: 'very slow', # String |
1489
1495
  scale: 'major key', # String |
1496
+ key: 'C', # String |
1490
1497
  rhythm: 'common time', # String |
1491
1498
  primary_sound_character: 'aggressive', # String |
1492
1499
  timbre: 'very warm', # String |
@@ -1576,6 +1583,7 @@ end
1576
1583
  | **sound_generation** | **String** | | [optional] |
1577
1584
  | **tempo** | **String** | | [optional] |
1578
1585
  | **scale** | **String** | | [optional] |
1586
+ | **key** | **String** | | [optional] |
1579
1587
  | **rhythm** | **String** | | [optional] |
1580
1588
  | **primary_sound_character** | **String** | | [optional] |
1581
1589
  | **timbre** | **String** | | [optional] |
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **labels** | [**Array&lt;LabelDetection&gt;**](LabelDetection.md) | | [optional] |
8
- | **faces** | [**Array&lt;FaceDetection&gt;**](FaceDetection.md) | | [optional] |
7
+ | **labels** | **Array&lt;Object&gt;** | | [optional] |
8
+ | **faces** | **Array&lt;Object&gt;** | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.15.0
6
+ The version of the OpenAPI document: 1.17.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.15.0
6
+ The version of the OpenAPI document: 1.17.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #This is the Songtradr API. Use it to retrieve deep music metadata and trigger processes like auto-tagging. You can also use the API to manage your account and musicube cloud data. **Authentication** 1. Reach out to support@songtradr.com to receive a free account or use your login data if you are already signed up. 2. To authenticate, you need to login via the POST /api/v1/user/login endpoint. 3. The endpoint responds with a jwtToken which you can use in all following API requests as a bearer token. **Rate Limiting** The current limit is 120 Requests per minute. Reach out to us via support@songtradr.com if you need to request more. **Getting Started with auto-tagging** 1. If you want to get your own files auto-tagged, use the POST /api/v1/user/file/{name}/initUpload endpoint. It responds with a presigned S3 link where you can upload your file. 2. You can check the processing status of your file via the GET /api/v1/user/file/{name}/filesStatus endpoint. 3. As soon as processing is done, you can request the generated data via the GET /api/v1/user/files endpoint. **Getting Started with search** You can either search the released music via the /public/recording endpoints or your own private uploaded music via the /user/file/ endpoints. 1. If you want to search the world's released music, a good starting point is the GET /api/v1/public/recording/search endpoint. Please find the extensive list of parameters that serve as semantic search filters. 2. If you want to search your own previously uploaded music, a good starting point is the GET GET /api/v1/user/files endpoint. It has the same extensive list of parameters that serve as semantic search filters.
5
5
 
6
- The version of the OpenAPI document: 1.15.0
6
+ The version of the OpenAPI document: 1.17.0
7
7
  Contact: info@songtradr.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -154,6 +154,7 @@ module SongtradrApiClientRuby
154
154
  # @option opts [String] :tag_name Show only taggrams for one tag.
155
155
  # @option opts [String] :genre_name Show only taggrams for one genre.
156
156
  # @option opts [Float] :from_timestamp Show only taggrams data starting from from this timestamp in seconds.
157
+ # @option opts [Float] :to_timestamp Show only taggrams data before this timestamp in seconds.
157
158
  # @option opts [Boolean] :fill_with_zero If set to true, empty timeseries are filled with timeseries of 0.0 values.
158
159
  # @return [Array<RecordingMinimalWithTaggramsDTO>]
159
160
  def recordings_by_ids_with_taggrams(ids, opts = {})
@@ -168,6 +169,7 @@ module SongtradrApiClientRuby
168
169
  # @option opts [String] :tag_name Show only taggrams for one tag.
169
170
  # @option opts [String] :genre_name Show only taggrams for one genre.
170
171
  # @option opts [Float] :from_timestamp Show only taggrams data starting from from this timestamp in seconds.
172
+ # @option opts [Float] :to_timestamp Show only taggrams data before this timestamp in seconds.
171
173
  # @option opts [Boolean] :fill_with_zero If set to true, empty timeseries are filled with timeseries of 0.0 values.
172
174
  # @return [Array<(Array<RecordingMinimalWithTaggramsDTO>, Integer, Hash)>] Array<RecordingMinimalWithTaggramsDTO> data, response status code and response headers
173
175
  def recordings_by_ids_with_taggrams_with_http_info(ids, opts = {})
@@ -191,6 +193,7 @@ module SongtradrApiClientRuby
191
193
  query_params[:'tagName'] = opts[:'tag_name'] if !opts[:'tag_name'].nil?
192
194
  query_params[:'genreName'] = opts[:'genre_name'] if !opts[:'genre_name'].nil?
193
195
  query_params[:'fromTimestamp'] = opts[:'from_timestamp'] if !opts[:'from_timestamp'].nil?
196
+ query_params[:'toTimestamp'] = opts[:'to_timestamp'] if !opts[:'to_timestamp'].nil?
194
197
  query_params[:'fillWithZero'] = opts[:'fill_with_zero'] if !opts[:'fill_with_zero'].nil?
195
198
 
196
199
  # header parameters
@@ -562,7 +565,7 @@ module SongtradrApiClientRuby
562
565
  if @api_client.config.client_side_validation && opts[:'curateability'] && !allowable_values.include?(opts[:'curateability'])
563
566
  fail ArgumentError, "invalid value for \"curateability\", must be one of #{allowable_values}"
564
567
  end
565
- allowable_values = ["background", "sport", "focus", "christmas", "film", "summer", "adverts", "party", "relax"]
568
+ allowable_values = ["background", "sport", "focus", "christmas", "film", "summer", "adverts", "party", "relax", "karaoke"]
566
569
  if @api_client.config.client_side_validation && opts[:'use_case'] && !allowable_values.include?(opts[:'use_case'])
567
570
  fail ArgumentError, "invalid value for \"use_case\", must be one of #{allowable_values}"
568
571
  end