songtradr_api_client_ruby 1.13.3 → 1.13.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (279) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +48 -5
  4. data/docs/AdminApiCreateUserDTO.md +76 -0
  5. data/docs/AdminApiUpdateUserDTO.md +76 -0
  6. data/docs/AdminUsersControllerApi.md +355 -0
  7. data/docs/AgeRange.md +20 -0
  8. data/docs/Beard.md +20 -0
  9. data/docs/BoundingBox.md +24 -0
  10. data/docs/ContextValue.md +18 -0
  11. data/docs/CuratePlaylistDTO.md +26 -0
  12. data/docs/CuratePlaylistResponseDTO.md +18 -0
  13. data/docs/DominantColor.md +30 -0
  14. data/docs/Emotion.md +20 -0
  15. data/docs/EyeDirection.md +22 -0
  16. data/docs/EyeOpen.md +20 -0
  17. data/docs/Eyeglasses.md +20 -0
  18. data/docs/FaceDetail.md +50 -0
  19. data/docs/FaceDetection.md +20 -0
  20. data/docs/FaceOccluded.md +20 -0
  21. data/docs/FileSmallDTO.md +5 -5
  22. data/docs/Gender.md +20 -0
  23. data/docs/ImageQuality.md +20 -0
  24. data/docs/ImageRecognitionResponse.md +20 -0
  25. data/docs/Instance.md +22 -0
  26. data/docs/InternalApiApi.md +149 -0
  27. data/docs/Label.md +28 -0
  28. data/docs/LabelAlias.md +18 -0
  29. data/docs/LabelCategory.md +18 -0
  30. data/docs/LabelDetection.md +26 -0
  31. data/docs/Landmark.md +22 -0
  32. data/docs/MouthOpen.md +20 -0
  33. data/docs/MusicalFeaturesDTO.md +38 -38
  34. data/docs/Mustache.md +20 -0
  35. data/docs/Parent.md +18 -0
  36. data/docs/PlaylistApi.md +70 -0
  37. data/docs/PlaylistLargeDTO.md +5 -5
  38. data/docs/Pose.md +22 -0
  39. data/docs/ProductMediumDTO.md +3 -3
  40. data/docs/RecordingGenrePredictionDTO.md +4 -4
  41. data/docs/RecordingLargeDTO.md +5 -5
  42. data/docs/RecordingMediumDTO.md +2 -2
  43. data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
  44. data/docs/RecordingSmallDTO.md +3 -3
  45. data/docs/SaveFileDTO.md +42 -0
  46. data/docs/SaveFileRecordingDTO.md +5 -1
  47. data/docs/Smile.md +20 -0
  48. data/docs/Sunglasses.md +20 -0
  49. data/docs/UserApi.md +140 -0
  50. data/docs/VideoRecognitionResponse.md +20 -0
  51. data/lib/songtradr_api_client_ruby/api/admin_users_controller_api.rb +346 -0
  52. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +2 -2
  53. data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +2 -2
  54. data/lib/songtradr_api_client_ruby/api/internal_api_api.rb +169 -0
  55. data/lib/songtradr_api_client_ruby/api/party_api.rb +2 -2
  56. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +79 -2
  57. data/lib/songtradr_api_client_ruby/api/recording_api.rb +2 -2
  58. data/lib/songtradr_api_client_ruby/api/user_api.rb +138 -2
  59. data/lib/songtradr_api_client_ruby/api_client.rb +4 -3
  60. data/lib/songtradr_api_client_ruby/api_error.rb +2 -2
  61. data/lib/songtradr_api_client_ruby/configuration.rb +3 -2
  62. data/lib/songtradr_api_client_ruby/models/admin_api_create_user_dto.rb +489 -0
  63. data/lib/songtradr_api_client_ruby/models/admin_api_update_user_dto.rb +475 -0
  64. data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +2 -2
  65. data/lib/songtradr_api_client_ruby/models/age_range.rb +223 -0
  66. data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +2 -2
  67. data/lib/songtradr_api_client_ruby/models/beard.rb +223 -0
  68. data/lib/songtradr_api_client_ruby/models/bounding_box.rb +241 -0
  69. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +2 -2
  70. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +2 -2
  71. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +2 -2
  72. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +2 -2
  73. data/lib/songtradr_api_client_ruby/models/context_value.rb +216 -0
  74. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +2 -2
  75. data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +2 -2
  76. data/lib/songtradr_api_client_ruby/models/curate_playlist_dto.rb +256 -0
  77. data/lib/songtradr_api_client_ruby/models/curate_playlist_response_dto.rb +216 -0
  78. data/lib/songtradr_api_client_ruby/models/dominant_color.rb +268 -0
  79. data/lib/songtradr_api_client_ruby/models/emotion.rb +223 -0
  80. data/lib/songtradr_api_client_ruby/models/error_response.rb +2 -2
  81. data/lib/songtradr_api_client_ruby/models/eye_direction.rb +232 -0
  82. data/lib/songtradr_api_client_ruby/models/eye_open.rb +223 -0
  83. data/lib/songtradr_api_client_ruby/models/eyeglasses.rb +223 -0
  84. data/lib/songtradr_api_client_ruby/models/face_detail.rb +362 -0
  85. data/lib/songtradr_api_client_ruby/models/face_detection.rb +223 -0
  86. data/lib/songtradr_api_client_ruby/models/face_occluded.rb +223 -0
  87. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +2 -2
  88. data/lib/songtradr_api_client_ruby/models/file_dto.rb +2 -2
  89. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +2 -2
  90. data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +2 -2
  91. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +24 -24
  92. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +2 -2
  93. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +2 -2
  94. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +2 -2
  95. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +2 -2
  96. data/lib/songtradr_api_client_ruby/models/gender.rb +223 -0
  97. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +2 -2
  98. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +2 -2
  99. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +2 -2
  100. data/lib/songtradr_api_client_ruby/models/image_quality.rb +223 -0
  101. data/lib/songtradr_api_client_ruby/models/image_recognition_response.rb +227 -0
  102. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +2 -2
  103. data/lib/songtradr_api_client_ruby/models/instance.rb +234 -0
  104. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +2 -2
  105. data/lib/songtradr_api_client_ruby/models/label.rb +267 -0
  106. data/lib/songtradr_api_client_ruby/models/label_alias.rb +214 -0
  107. data/lib/songtradr_api_client_ruby/models/label_category.rb +214 -0
  108. data/lib/songtradr_api_client_ruby/models/label_detection.rb +250 -0
  109. data/lib/songtradr_api_client_ruby/models/landmark.rb +232 -0
  110. data/lib/songtradr_api_client_ruby/models/login_dto.rb +2 -2
  111. data/lib/songtradr_api_client_ruby/models/mouth_open.rb +223 -0
  112. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +285 -285
  113. data/lib/songtradr_api_client_ruby/models/mustache.rb +223 -0
  114. data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +2 -2
  115. data/lib/songtradr_api_client_ruby/models/parent.rb +214 -0
  116. data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +2 -2
  117. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +2 -2
  118. data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +24 -24
  119. data/lib/songtradr_api_client_ruby/models/pose.rb +232 -0
  120. data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +15 -15
  121. data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +2 -2
  122. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +2 -2
  123. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +23 -23
  124. data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +26 -26
  125. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +2 -2
  126. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +14 -14
  127. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +17 -17
  128. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +2 -2
  129. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +2 -2
  130. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +2 -2
  131. data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +2 -2
  132. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +17 -17
  133. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +2 -2
  134. data/lib/songtradr_api_client_ruby/models/save_file_dto.rb +323 -0
  135. data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +30 -12
  136. data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +2 -2
  137. data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +2 -2
  138. data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +2 -2
  139. data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +2 -2
  140. data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +2 -2
  141. data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +2 -2
  142. data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +2 -2
  143. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +2 -2
  144. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +2 -2
  145. data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +2 -2
  146. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +2 -2
  147. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +2 -2
  148. data/lib/songtradr_api_client_ruby/models/smile.rb +223 -0
  149. data/lib/songtradr_api_client_ruby/models/sunglasses.rb +223 -0
  150. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +2 -2
  151. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +2 -2
  152. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +2 -2
  153. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +2 -2
  154. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +2 -2
  155. data/lib/songtradr_api_client_ruby/models/title_dto.rb +2 -2
  156. data/lib/songtradr_api_client_ruby/models/token_request.rb +2 -2
  157. data/lib/songtradr_api_client_ruby/models/track_dto.rb +2 -2
  158. data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +2 -2
  159. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +2 -2
  160. data/lib/songtradr_api_client_ruby/models/usage_dto.rb +2 -2
  161. data/lib/songtradr_api_client_ruby/models/user_dto.rb +2 -2
  162. data/lib/songtradr_api_client_ruby/models/video_recognition_response.rb +227 -0
  163. data/lib/songtradr_api_client_ruby/version.rb +3 -3
  164. data/lib/songtradr_api_client_ruby.rb +37 -2
  165. data/openapi-generator-config.yaml +1 -1
  166. data/songtradr_api_client_ruby.gemspec +2 -2
  167. data/spec/api/admin_users_controller_api_spec.rb +93 -0
  168. data/spec/api/allowed_values_api_spec.rb +2 -2
  169. data/spec/api/api_keys_api_spec.rb +2 -2
  170. data/spec/api/internal_api_api_spec.rb +58 -0
  171. data/spec/api/party_api_spec.rb +2 -2
  172. data/spec/api/playlist_api_spec.rb +14 -2
  173. data/spec/api/recording_api_spec.rb +2 -2
  174. data/spec/api/user_api_spec.rb +26 -2
  175. data/spec/api_client_spec.rb +2 -2
  176. data/spec/configuration_spec.rb +2 -2
  177. data/spec/models/admin_api_create_user_dto_spec.rb +210 -0
  178. data/spec/models/admin_api_update_user_dto_spec.rb +210 -0
  179. data/spec/models/admin_api_user_dto_spec.rb +5 -3
  180. data/spec/models/age_range_spec.rb +42 -0
  181. data/spec/models/api_key_dto_spec.rb +5 -3
  182. data/spec/models/beard_spec.rb +42 -0
  183. data/spec/models/bounding_box_spec.rb +54 -0
  184. data/spec/models/category_medium_dto_spec.rb +5 -3
  185. data/spec/models/category_minimal_dto_spec.rb +5 -3
  186. data/spec/models/config_access_dto_spec.rb +5 -3
  187. data/spec/models/config_identifier_dto_spec.rb +5 -3
  188. data/spec/models/context_value_spec.rb +36 -0
  189. data/spec/models/contributor_type_dto_spec.rb +5 -3
  190. data/spec/models/create_api_key_dto_spec.rb +5 -3
  191. data/spec/models/curate_playlist_dto_spec.rb +60 -0
  192. data/spec/models/curate_playlist_response_dto_spec.rb +36 -0
  193. data/spec/models/dominant_color_spec.rb +72 -0
  194. data/spec/models/emotion_spec.rb +42 -0
  195. data/spec/models/error_response_spec.rb +5 -3
  196. data/spec/models/eye_direction_spec.rb +48 -0
  197. data/spec/models/eye_open_spec.rb +42 -0
  198. data/spec/models/eyeglasses_spec.rb +42 -0
  199. data/spec/models/face_detail_spec.rb +132 -0
  200. data/spec/models/face_detection_spec.rb +42 -0
  201. data/spec/models/face_occluded_spec.rb +42 -0
  202. data/spec/models/field_summary_dto_spec.rb +5 -3
  203. data/spec/models/file_dto_spec.rb +5 -3
  204. data/spec/models/file_list_dto_spec.rb +5 -3
  205. data/spec/models/file_minimal_with_url_dto_spec.rb +5 -3
  206. data/spec/models/file_small_dto_spec.rb +17 -15
  207. data/spec/models/file_upload_dto_spec.rb +5 -3
  208. data/spec/models/file_w_ith_url_dto_spec.rb +5 -3
  209. data/spec/models/files_summary_dto_spec.rb +5 -3
  210. data/spec/models/forgot_password_dto_spec.rb +5 -3
  211. data/spec/models/gender_spec.rb +42 -0
  212. data/spec/models/genre_dto_spec.rb +5 -3
  213. data/spec/models/genre_minimal_dto_spec.rb +5 -3
  214. data/spec/models/genres_summary_dto_spec.rb +5 -3
  215. data/spec/models/image_quality_spec.rb +42 -0
  216. data/spec/models/image_recognition_response_spec.rb +42 -0
  217. data/spec/models/init_put_recording_audio_dto_spec.rb +5 -3
  218. data/spec/models/instance_spec.rb +48 -0
  219. data/spec/models/jwt_token_dto_spec.rb +5 -3
  220. data/spec/models/label_alias_spec.rb +36 -0
  221. data/spec/models/label_category_spec.rb +36 -0
  222. data/spec/models/label_detection_spec.rb +60 -0
  223. data/spec/models/label_spec.rb +66 -0
  224. data/spec/models/landmark_spec.rb +48 -0
  225. data/spec/models/login_dto_spec.rb +5 -3
  226. data/spec/models/mouth_open_spec.rb +42 -0
  227. data/spec/models/musical_features_dto_spec.rb +114 -112
  228. data/spec/models/mustache_spec.rb +42 -0
  229. data/spec/models/p_line_dto_spec.rb +5 -3
  230. data/spec/models/parent_spec.rb +36 -0
  231. data/spec/models/party_large_dto_spec.rb +5 -3
  232. data/spec/models/party_small_dto_spec.rb +5 -3
  233. data/spec/models/playlist_large_dto_spec.rb +14 -12
  234. data/spec/models/pose_spec.rb +48 -0
  235. data/spec/models/product_medium_dto_spec.rb +11 -9
  236. data/spec/models/product_party_dto_spec.rb +5 -3
  237. data/spec/models/recording_for_similarity_search_dto_spec.rb +5 -3
  238. data/spec/models/recording_genre_prediction_dto_spec.rb +7 -5
  239. data/spec/models/recording_large_dto_spec.rb +13 -11
  240. data/spec/models/recording_list_dto_spec.rb +5 -3
  241. data/spec/models/recording_medium_dto_spec.rb +10 -8
  242. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +7 -5
  243. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +5 -3
  244. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +5 -3
  245. data/spec/models/recording_party_dto_spec.rb +5 -3
  246. data/spec/models/recording_playlist_dto_spec.rb +5 -3
  247. data/spec/models/recording_small_dto_spec.rb +8 -6
  248. data/spec/models/recording_tag_small_dto_spec.rb +5 -3
  249. data/spec/models/save_file_dto_spec.rb +108 -0
  250. data/spec/models/save_file_recording_dto_spec.rb +20 -6
  251. data/spec/models/save_playlist_dto_spec.rb +5 -3
  252. data/spec/models/save_recording_genre_dto_spec.rb +5 -3
  253. data/spec/models/save_recording_party_dto_spec.rb +5 -3
  254. data/spec/models/save_recording_playlist_dto_spec.rb +5 -3
  255. data/spec/models/save_recording_tag_dto_spec.rb +5 -3
  256. data/spec/models/save_referrer_dto_spec.rb +5 -3
  257. data/spec/models/save_taggrams_dto_spec.rb +5 -3
  258. data/spec/models/save_user_dto_spec.rb +5 -3
  259. data/spec/models/search_filter_values_dto_spec.rb +5 -3
  260. data/spec/models/search_recording_granular_abstraction_dto_spec.rb +5 -3
  261. data/spec/models/search_recording_granular_dto_spec.rb +5 -3
  262. data/spec/models/sign_up_dto_spec.rb +5 -3
  263. data/spec/models/smile_spec.rb +42 -0
  264. data/spec/models/sunglasses_spec.rb +42 -0
  265. data/spec/models/tag_dto_spec.rb +5 -3
  266. data/spec/models/tag_small_dto_spec.rb +5 -3
  267. data/spec/models/taggram_dto_spec.rb +5 -3
  268. data/spec/models/tags_summary_dto_spec.rb +5 -3
  269. data/spec/models/tagstrength_dto_spec.rb +5 -3
  270. data/spec/models/title_dto_spec.rb +5 -3
  271. data/spec/models/token_request_spec.rb +5 -3
  272. data/spec/models/track_dto_spec.rb +5 -3
  273. data/spec/models/track_to_medium_product_dto_spec.rb +5 -3
  274. data/spec/models/update_password_dto_spec.rb +5 -3
  275. data/spec/models/usage_dto_spec.rb +5 -3
  276. data/spec/models/user_dto_spec.rb +5 -3
  277. data/spec/models/video_recognition_response_spec.rb +42 -0
  278. data/spec/spec_helper.rb +2 -2
  279. metadata +201 -61
@@ -6,15 +6,15 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | | |
8
8
  | **state** | **String** | | [optional] |
9
+ | **description** | **String** | | [optional] |
10
+ | **songtradr_playlist_guid** | **String** | | [optional] |
9
11
  | **usages** | [**Array<UsageDTO>**](UsageDTO.md) | | [optional] |
10
12
  | **asset_url** | **String** | | [optional] |
11
13
  | **pretzel_tier** | **String** | | [optional] |
12
14
  | **usage** | **String** | | [optional] |
13
15
  | **tracks** | [**Array<RecordingPlaylistDTO>**](RecordingPlaylistDTO.md) | | [optional] |
14
- | **songtradr_playlist_guid** | **String** | | [optional] |
15
16
  | **created** | **Time** | | [optional] |
16
17
  | **updated** | **Time** | | [optional] |
17
- | **description** | **String** | | [optional] |
18
18
 
19
19
  ## Example
20
20
 
@@ -24,15 +24,15 @@ require 'songtradr_api_client_ruby'
24
24
  instance = SongtradrApiClientRuby::PlaylistLargeDTO.new(
25
25
  name: null,
26
26
  state: null,
27
+ description: null,
28
+ songtradr_playlist_guid: null,
27
29
  usages: null,
28
30
  asset_url: null,
29
31
  pretzel_tier: null,
30
32
  usage: null,
31
33
  tracks: null,
32
- songtradr_playlist_guid: null,
33
34
  created: null,
34
- updated: null,
35
- description: 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
+
@@ -7,12 +7,12 @@
7
7
  | **duration** | **Time** | | [optional] |
8
8
  | **genres** | [**Array<GenreMinimalDTO>**](GenreMinimalDTO.md) | | [optional] |
9
9
  | **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
10
+ | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
10
11
  | **gtin** | **String** | | [optional] |
11
12
  | **grid** | **String** | | [optional] |
12
13
  | **release_date** | **Time** | | [optional] |
13
14
  | **takedown_date** | **Time** | | [optional] |
14
15
  | **parties** | [**Array<ProductPartyDTO>**](ProductPartyDTO.md) | | [optional] |
15
- | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
16
16
 
17
17
  ## Example
18
18
 
@@ -23,12 +23,12 @@ instance = SongtradrApiClientRuby::ProductMediumDTO.new(
23
23
  duration: null,
24
24
  genres: null,
25
25
  titles: null,
26
+ pline: null,
26
27
  gtin: null,
27
28
  grid: null,
28
29
  release_date: null,
29
30
  takedown_date: null,
30
- parties: null,
31
- pline: null
31
+ parties: null
32
32
  )
33
33
  ```
34
34
 
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **genre_type** | **String** | | |
8
- | **probability** | **Float** | | |
9
7
  | **genre** | [**GenreMinimalDTO**](GenreMinimalDTO.md) | | |
8
+ | **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
+ genre: null,
18
18
  probability: null,
19
- genre: null
19
+ genre_type: null
20
20
  )
21
21
  ```
22
22
 
@@ -5,17 +5,17 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
- | **isrc** | **String** | | |
9
8
  | **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
10
9
  | **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
11
10
  | **language_of_performance** | **String** | | [optional] |
12
11
  | **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
13
12
  | **tracks** | [**Array<TrackToMediumProductDTO>**](TrackToMediumProductDTO.md) | | [optional] |
14
13
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
14
+ | **isrc** | **String** | | |
15
15
  | **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
16
16
  | **spotify_id** | **String** | | [optional] |
17
- | **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
18
17
  | **pline** | [**PLineDTO**](PLineDTO.md) | | [optional] |
18
+ | **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
19
19
 
20
20
  ## Example
21
21
 
@@ -24,17 +24,17 @@ require 'songtradr_api_client_ruby'
24
24
 
25
25
  instance = SongtradrApiClientRuby::RecordingLargeDTO.new(
26
26
  duration: null,
27
- isrc: null,
28
27
  parties: null,
29
28
  genres: null,
30
29
  language_of_performance: null,
31
30
  titles: null,
32
31
  tracks: null,
33
32
  musical_features: null,
33
+ isrc: null,
34
34
  tags: null,
35
35
  spotify_id: null,
36
- genre_predictions: null,
37
- pline: null
36
+ pline: null,
37
+ genre_predictions: null
38
38
  )
39
39
  ```
40
40
 
@@ -4,7 +4,6 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **isrc** | **String** | | |
8
7
  | **recording_party_entities** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
9
8
  | **genres** | [**Array<GenreDTO>**](GenreDTO.md) | | [optional] |
10
9
  | **language_of_performance** | **String** | | [optional] |
@@ -12,6 +11,7 @@
12
11
  | **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
13
12
  | **tracks** | [**Array<TrackDTO>**](TrackDTO.md) | | [optional] |
14
13
  | **musical_features** | [**MusicalFeaturesDTO**](MusicalFeaturesDTO.md) | | [optional] |
14
+ | **isrc** | **String** | | |
15
15
  | **tags** | [**Array<RecordingTagSmallDTO>**](RecordingTagSmallDTO.md) | | [optional] |
16
16
  | **spotify_id** | **String** | | [optional] |
17
17
  | **genre_predictions** | [**Array<RecordingGenrePredictionDTO>**](RecordingGenrePredictionDTO.md) | | [optional] |
@@ -22,7 +22,6 @@
22
22
  require 'songtradr_api_client_ruby'
23
23
 
24
24
  instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
25
- isrc: null,
26
25
  recording_party_entities: null,
27
26
  genres: null,
28
27
  language_of_performance: null,
@@ -30,6 +29,7 @@ instance = SongtradrApiClientRuby::RecordingMediumDTO.new(
30
29
  titles: null,
31
30
  tracks: null,
32
31
  musical_features: null,
32
+ isrc: null,
33
33
  tags: null,
34
34
  spotify_id: null,
35
35
  genre_predictions: null
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **isrc** | **String** | | |
8
7
  | **musical_features** | [**Array<MusicalFeaturesDTO>**](MusicalFeaturesDTO.md) | | [optional] |
8
+ | **isrc** | **String** | | |
9
9
 
10
10
  ## Example
11
11
 
@@ -13,8 +13,8 @@
13
13
  require 'songtradr_api_client_ruby'
14
14
 
15
15
  instance = SongtradrApiClientRuby::RecordingMinimalWithMusicalFeaturesDTO.new(
16
- isrc: null,
17
- musical_features: null
16
+ musical_features: null,
17
+ isrc: null
18
18
  )
19
19
  ```
20
20
 
@@ -5,9 +5,9 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **duration** | **Integer** | | [optional] |
8
- | **isrc** | **String** | | |
9
8
  | **parties** | [**Array<RecordingPartyDTO>**](RecordingPartyDTO.md) | | [optional] |
10
9
  | **titles** | [**Array<TitleDTO>**](TitleDTO.md) | | [optional] |
10
+ | **isrc** | **String** | | |
11
11
 
12
12
  ## Example
13
13
 
@@ -16,9 +16,9 @@ require 'songtradr_api_client_ruby'
16
16
 
17
17
  instance = SongtradrApiClientRuby::RecordingSmallDTO.new(
18
18
  duration: null,
19
- isrc: null,
20
19
  parties: null,
21
- titles: null
20
+ titles: null,
21
+ isrc: null
22
22
  )
23
23
  ```
24
24
 
@@ -0,0 +1,42 @@
1
+ # SongtradrApiClientRuby::SaveFileDTO
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **folder** | **String** | | [optional] |
9
+ | **extension** | **String** | | [optional] |
10
+ | **object_key** | **String** | | [optional] |
11
+ | **customer** | **String** | | [optional] |
12
+ | **upload_start_time** | **Time** | | [optional] |
13
+ | **upload_end_time** | **Time** | | [optional] |
14
+ | **fingerprint_status** | **String** | | [optional] |
15
+ | **fingerprint_start_time** | **Time** | | [optional] |
16
+ | **fingerprint_end_time** | **Time** | | [optional] |
17
+ | **inference_status** | **String** | | [optional] |
18
+ | **inference_start_time** | **Time** | | [optional] |
19
+ | **inference_end_time** | **Time** | | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'songtradr_api_client_ruby'
25
+
26
+ instance = SongtradrApiClientRuby::SaveFileDTO.new(
27
+ name: null,
28
+ folder: null,
29
+ extension: null,
30
+ object_key: null,
31
+ customer: null,
32
+ upload_start_time: null,
33
+ upload_end_time: null,
34
+ fingerprint_status: null,
35
+ fingerprint_start_time: null,
36
+ fingerprint_end_time: null,
37
+ inference_status: null,
38
+ inference_start_time: null,
39
+ inference_end_time: null
40
+ )
41
+ ```
42
+
@@ -114,6 +114,8 @@
114
114
  | **proprietary_id_gema** | **String** | | [optional] |
115
115
  | **title** | **String** | | [optional] |
116
116
  | **version_title** | **String** | | [optional] |
117
+ | **context_kind** | **String** | | [optional] |
118
+ | **context_value** | [**ContextValue**](ContextValue.md) | | [optional] |
117
119
 
118
120
  ## Example
119
121
 
@@ -230,7 +232,9 @@ instance = SongtradrApiClientRuby::SaveFileRecordingDTO.new(
230
232
  iswc: null,
231
233
  proprietary_id_gema: null,
232
234
  title: null,
233
- version_title: null
235
+ version_title: null,
236
+ context_kind: null,
237
+ context_value: null
234
238
  )
235
239
  ```
236
240
 
data/docs/Smile.md ADDED
@@ -0,0 +1,20 @@
1
+ # SongtradrApiClientRuby::Smile
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::Smile.new(
16
+ value: null,
17
+ confidence: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # SongtradrApiClientRuby::Sunglasses
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::Sunglasses.new(
16
+ value: null,
17
+ confidence: null
18
+ )
19
+ ```
20
+
data/docs/UserApi.md CHANGED
@@ -8,7 +8,9 @@ All URIs are relative to *https://api.songtradr.com*
8
8
  | [**delete_user_file**](UserApi.md#delete_user_file) | **DELETE** /api/v1/user/file/{objectKey} | Delete file. |
9
9
  | [**edit_me**](UserApi.md#edit_me) | **POST** /api/v1/user/me | Edit details for a logged-in user |
10
10
  | [**forgot_password**](UserApi.md#forgot_password) | **POST** /api/v1/user/forgot-password | Send a password reset email |
11
+ | [**init_video_upload**](UserApi.md#init_video_upload) | **POST** /api/v1/user/file/{name}/initVideoUpload | Recognise and upload video. Responds with an object with recognition result. |
11
12
  | [**initiate_user_file_upload**](UserApi.md#initiate_user_file_upload) | **POST** /api/v1/user/file/{name}/initUpload | Initialize a file upload. Responds with an URL where the file can be uploaded. |
13
+ | [**initiate_user_image_upload**](UserApi.md#initiate_user_image_upload) | **POST** /api/v1/user/file/{name}/initImageUpload | Recognise and upload image. Responds with an object with recognition result. |
12
14
  | [**login**](UserApi.md#login) | **POST** /api/v1/user/login | Login to generate a bearer token. |
13
15
  | [**me**](UserApi.md#me) | **GET** /api/v1/user/me | Details for a logged-in user |
14
16
  | [**recordings_by_folder_with_taggrams**](UserApi.md#recordings_by_folder_with_taggrams) | **GET** /api/v1/user/folder/{folderName}/taggrams | Timeseries of AI generated moods, musical features and more for recordings in your folder. |
@@ -295,6 +297,75 @@ end
295
297
  - **Accept**: application/hal+json, application/json
296
298
 
297
299
 
300
+ ## init_video_upload
301
+
302
+ > <VideoRecognitionResponse> init_video_upload(name, url)
303
+
304
+ Recognise and upload video. Responds with an object with recognition result.
305
+
306
+ ### Examples
307
+
308
+ ```ruby
309
+ require 'time'
310
+ require 'songtradr_api_client_ruby'
311
+ # setup authorization
312
+ SongtradrApiClientRuby.configure do |config|
313
+ # Configure Bearer authorization (JWT): bearer-jwt
314
+ config.access_token = 'YOUR_BEARER_TOKEN'
315
+ end
316
+
317
+ api_instance = SongtradrApiClientRuby::UserApi.new
318
+ name = 'FileName.mp4' # String | The Name of the image that will be uploaded
319
+ url = 'url_example' # String |
320
+
321
+ begin
322
+ # Recognise and upload video. Responds with an object with recognition result.
323
+ result = api_instance.init_video_upload(name, url)
324
+ p result
325
+ rescue SongtradrApiClientRuby::ApiError => e
326
+ puts "Error when calling UserApi->init_video_upload: #{e}"
327
+ end
328
+ ```
329
+
330
+ #### Using the init_video_upload_with_http_info variant
331
+
332
+ This returns an Array which contains the response data, status code and headers.
333
+
334
+ > <Array(<VideoRecognitionResponse>, Integer, Hash)> init_video_upload_with_http_info(name, url)
335
+
336
+ ```ruby
337
+ begin
338
+ # Recognise and upload video. Responds with an object with recognition result.
339
+ data, status_code, headers = api_instance.init_video_upload_with_http_info(name, url)
340
+ p status_code # => 2xx
341
+ p headers # => { ... }
342
+ p data # => <VideoRecognitionResponse>
343
+ rescue SongtradrApiClientRuby::ApiError => e
344
+ puts "Error when calling UserApi->init_video_upload_with_http_info: #{e}"
345
+ end
346
+ ```
347
+
348
+ ### Parameters
349
+
350
+ | Name | Type | Description | Notes |
351
+ | ---- | ---- | ----------- | ----- |
352
+ | **name** | **String** | The Name of the image that will be uploaded | |
353
+ | **url** | **String** | | |
354
+
355
+ ### Return type
356
+
357
+ [**VideoRecognitionResponse**](VideoRecognitionResponse.md)
358
+
359
+ ### Authorization
360
+
361
+ [bearer-jwt](../README.md#bearer-jwt)
362
+
363
+ ### HTTP request headers
364
+
365
+ - **Content-Type**: Not defined
366
+ - **Accept**: application/json
367
+
368
+
298
369
  ## initiate_user_file_upload
299
370
 
300
371
  > <InitPutRecordingAudioDTO> initiate_user_file_upload(name, folder, opts)
@@ -368,6 +439,75 @@ end
368
439
  - **Accept**: application/json
369
440
 
370
441
 
442
+ ## initiate_user_image_upload
443
+
444
+ > <ImageRecognitionResponse> initiate_user_image_upload(name, url)
445
+
446
+ Recognise and upload image. Responds with an object with recognition result.
447
+
448
+ ### Examples
449
+
450
+ ```ruby
451
+ require 'time'
452
+ require 'songtradr_api_client_ruby'
453
+ # setup authorization
454
+ SongtradrApiClientRuby.configure do |config|
455
+ # Configure Bearer authorization (JWT): bearer-jwt
456
+ config.access_token = 'YOUR_BEARER_TOKEN'
457
+ end
458
+
459
+ api_instance = SongtradrApiClientRuby::UserApi.new
460
+ name = 'FileName.mp3' # String | The Name of the image that will be uploaded
461
+ url = 'url_example' # String |
462
+
463
+ begin
464
+ # Recognise and upload image. Responds with an object with recognition result.
465
+ result = api_instance.initiate_user_image_upload(name, url)
466
+ p result
467
+ rescue SongtradrApiClientRuby::ApiError => e
468
+ puts "Error when calling UserApi->initiate_user_image_upload: #{e}"
469
+ end
470
+ ```
471
+
472
+ #### Using the initiate_user_image_upload_with_http_info variant
473
+
474
+ This returns an Array which contains the response data, status code and headers.
475
+
476
+ > <Array(<ImageRecognitionResponse>, Integer, Hash)> initiate_user_image_upload_with_http_info(name, url)
477
+
478
+ ```ruby
479
+ begin
480
+ # Recognise and upload image. Responds with an object with recognition result.
481
+ data, status_code, headers = api_instance.initiate_user_image_upload_with_http_info(name, url)
482
+ p status_code # => 2xx
483
+ p headers # => { ... }
484
+ p data # => <ImageRecognitionResponse>
485
+ rescue SongtradrApiClientRuby::ApiError => e
486
+ puts "Error when calling UserApi->initiate_user_image_upload_with_http_info: #{e}"
487
+ end
488
+ ```
489
+
490
+ ### Parameters
491
+
492
+ | Name | Type | Description | Notes |
493
+ | ---- | ---- | ----------- | ----- |
494
+ | **name** | **String** | The Name of the image that will be uploaded | |
495
+ | **url** | **String** | | |
496
+
497
+ ### Return type
498
+
499
+ [**ImageRecognitionResponse**](ImageRecognitionResponse.md)
500
+
501
+ ### Authorization
502
+
503
+ [bearer-jwt](../README.md#bearer-jwt)
504
+
505
+ ### HTTP request headers
506
+
507
+ - **Content-Type**: Not defined
508
+ - **Accept**: application/json
509
+
510
+
371
511
  ## login
372
512
 
373
513
  > <JwtTokenDTO> login(login_dto)
@@ -0,0 +1,20 @@
1
+ # SongtradrApiClientRuby::VideoRecognitionResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **labels** | [**Array&lt;LabelDetection&gt;**](LabelDetection.md) | | [optional] |
8
+ | **faces** | [**Array&lt;FaceDetection&gt;**](FaceDetection.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'songtradr_api_client_ruby'
14
+
15
+ instance = SongtradrApiClientRuby::VideoRecognitionResponse.new(
16
+ labels: null,
17
+ faces: null
18
+ )
19
+ ```
20
+