songtradr_api_client_ruby 1.12.22 → 1.12.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (178) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +26 -12
  4. data/docs/APIKeysApi.md +217 -0
  5. data/docs/AdminApiUserDTO.md +70 -0
  6. data/docs/AllowedValuesApi.md +2 -2
  7. data/docs/ApiKeyDTO.md +24 -0
  8. data/docs/CreateApiKeyDTO.md +18 -0
  9. data/docs/FileSmallDTO.md +16 -16
  10. data/docs/MusicalFeaturesDTO.md +82 -82
  11. data/docs/PlaylistLargeDTO.md +9 -9
  12. data/docs/ProductMediumDTO.md +2 -2
  13. data/docs/RecordingApi.md +2 -0
  14. data/docs/RecordingGenrePredictionDTO.md +3 -3
  15. data/docs/RecordingLargeDTO.md +11 -11
  16. data/docs/RecordingMediumDTO.md +7 -7
  17. data/docs/RecordingMinimalWithMusicalFeaturesDTO.md +3 -3
  18. data/docs/RecordingPlaylistDTO.md +3 -3
  19. data/docs/RecordingSmallDTO.md +3 -3
  20. data/docs/UserApi.md +4 -0
  21. data/docs/UserDTO.md +20 -0
  22. data/lib/songtradr_api_client_ruby/api/allowed_values_api.rb +4 -4
  23. data/lib/songtradr_api_client_ruby/api/api_keys_api.rb +213 -0
  24. data/lib/songtradr_api_client_ruby/api/party_api.rb +1 -1
  25. data/lib/songtradr_api_client_ruby/api/playlist_api.rb +1 -1
  26. data/lib/songtradr_api_client_ruby/api/recording_api.rb +4 -1
  27. data/lib/songtradr_api_client_ruby/api/user_api.rb +7 -1
  28. data/lib/songtradr_api_client_ruby/api_client.rb +1 -1
  29. data/lib/songtradr_api_client_ruby/api_error.rb +1 -1
  30. data/lib/songtradr_api_client_ruby/configuration.rb +10 -8
  31. data/lib/songtradr_api_client_ruby/models/admin_api_user_dto.rb +448 -0
  32. data/lib/songtradr_api_client_ruby/models/api_key_dto.rb +262 -0
  33. data/lib/songtradr_api_client_ruby/models/category_medium_dto.rb +17 -18
  34. data/lib/songtradr_api_client_ruby/models/category_minimal_dto.rb +15 -18
  35. data/lib/songtradr_api_client_ruby/models/config_access_dto.rb +17 -18
  36. data/lib/songtradr_api_client_ruby/models/config_identifier_dto.rb +17 -18
  37. data/lib/songtradr_api_client_ruby/models/contributor_type_dto.rb +15 -18
  38. data/lib/songtradr_api_client_ruby/models/create_api_key_dto.rb +214 -0
  39. data/lib/songtradr_api_client_ruby/models/error_response.rb +19 -18
  40. data/lib/songtradr_api_client_ruby/models/field_summary_dto.rb +19 -18
  41. data/lib/songtradr_api_client_ruby/models/file_dto.rb +23 -18
  42. data/lib/songtradr_api_client_ruby/models/file_list_dto.rb +21 -18
  43. data/lib/songtradr_api_client_ruby/models/file_minimal_with_url_dto.rb +19 -18
  44. data/lib/songtradr_api_client_ruby/models/file_small_dto.rb +81 -76
  45. data/lib/songtradr_api_client_ruby/models/file_upload_dto.rb +13 -18
  46. data/lib/songtradr_api_client_ruby/models/file_w_ith_url_dto.rb +17 -18
  47. data/lib/songtradr_api_client_ruby/models/files_summary_dto.rb +15 -18
  48. data/lib/songtradr_api_client_ruby/models/forgot_password_dto.rb +15 -18
  49. data/lib/songtradr_api_client_ruby/models/genre_dto.rb +17 -18
  50. data/lib/songtradr_api_client_ruby/models/genre_minimal_dto.rb +15 -18
  51. data/lib/songtradr_api_client_ruby/models/genres_summary_dto.rb +17 -18
  52. data/lib/songtradr_api_client_ruby/models/init_put_recording_audio_dto.rb +13 -18
  53. data/lib/songtradr_api_client_ruby/models/jwt_token_dto.rb +17 -18
  54. data/lib/songtradr_api_client_ruby/models/login_dto.rb +17 -18
  55. data/lib/songtradr_api_client_ruby/models/musical_features_dto.rb +529 -534
  56. data/lib/songtradr_api_client_ruby/models/p_line_dto.rb +15 -18
  57. data/lib/songtradr_api_client_ruby/models/party_large_dto.rb +15 -18
  58. data/lib/songtradr_api_client_ruby/models/party_small_dto.rb +17 -18
  59. data/lib/songtradr_api_client_ruby/models/playlist_large_dto.rb +54 -57
  60. data/lib/songtradr_api_client_ruby/models/product_medium_dto.rb +35 -28
  61. data/lib/songtradr_api_client_ruby/models/product_party_dto.rb +15 -18
  62. data/lib/songtradr_api_client_ruby/models/recording_for_similarity_search_dto.rb +17 -18
  63. data/lib/songtradr_api_client_ruby/models/recording_genre_prediction_dto.rb +37 -36
  64. data/lib/songtradr_api_client_ruby/models/recording_large_dto.rb +94 -77
  65. data/lib/songtradr_api_client_ruby/models/recording_list_dto.rb +21 -18
  66. data/lib/songtradr_api_client_ruby/models/recording_medium_dto.rb +64 -51
  67. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_musical_features_dto.rb +28 -31
  68. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_taggrams_dto.rb +15 -18
  69. data/lib/songtradr_api_client_ruby/models/recording_minimal_with_tagstrengths_dto.rb +15 -18
  70. data/lib/songtradr_api_client_ruby/models/recording_party_dto.rb +15 -18
  71. data/lib/songtradr_api_client_ruby/models/recording_playlist_dto.rb +26 -31
  72. data/lib/songtradr_api_client_ruby/models/recording_small_dto.rb +36 -31
  73. data/lib/songtradr_api_client_ruby/models/recording_tag_small_dto.rb +15 -18
  74. data/lib/songtradr_api_client_ruby/models/save_file_recording_dto.rb +17 -18
  75. data/lib/songtradr_api_client_ruby/models/save_playlist_dto.rb +21 -18
  76. data/lib/songtradr_api_client_ruby/models/save_recording_genre_dto.rb +15 -18
  77. data/lib/songtradr_api_client_ruby/models/save_recording_party_dto.rb +17 -18
  78. data/lib/songtradr_api_client_ruby/models/save_recording_playlist_dto.rb +17 -18
  79. data/lib/songtradr_api_client_ruby/models/save_recording_tag_dto.rb +15 -18
  80. data/lib/songtradr_api_client_ruby/models/save_referrer_dto.rb +13 -18
  81. data/lib/songtradr_api_client_ruby/models/save_taggrams_dto.rb +13 -18
  82. data/lib/songtradr_api_client_ruby/models/save_user_dto.rb +15 -18
  83. data/lib/songtradr_api_client_ruby/models/search_filter_values_dto.rb +95 -18
  84. data/lib/songtradr_api_client_ruby/models/search_recording_granular_abstraction_dto.rb +15 -18
  85. data/lib/songtradr_api_client_ruby/models/search_recording_granular_dto.rb +15 -18
  86. data/lib/songtradr_api_client_ruby/models/sign_up_dto.rb +19 -18
  87. data/lib/songtradr_api_client_ruby/models/tag_dto.rb +17 -18
  88. data/lib/songtradr_api_client_ruby/models/tag_small_dto.rb +17 -18
  89. data/lib/songtradr_api_client_ruby/models/taggram_dto.rb +17 -18
  90. data/lib/songtradr_api_client_ruby/models/tags_summary_dto.rb +17 -18
  91. data/lib/songtradr_api_client_ruby/models/tagstrength_dto.rb +17 -18
  92. data/lib/songtradr_api_client_ruby/models/title_dto.rb +15 -18
  93. data/lib/songtradr_api_client_ruby/models/token_request.rb +15 -18
  94. data/lib/songtradr_api_client_ruby/models/track_to_medium_product_dto.rb +17 -18
  95. data/lib/songtradr_api_client_ruby/models/update_password_dto.rb +17 -18
  96. data/lib/songtradr_api_client_ruby/models/usage_dto.rb +13 -18
  97. data/lib/songtradr_api_client_ruby/models/user_dto.rb +210 -19
  98. data/lib/songtradr_api_client_ruby/version.rb +2 -2
  99. data/lib/songtradr_api_client_ruby.rb +5 -1
  100. data/openapi-generator-config.yaml +1 -1
  101. data/songtradr_api_client_ruby.gemspec +1 -1
  102. data/spec/api/allowed_values_api_spec.rb +2 -2
  103. data/spec/api/api_keys_api_spec.rb +70 -0
  104. data/spec/api/party_api_spec.rb +1 -1
  105. data/spec/api/playlist_api_spec.rb +1 -1
  106. data/spec/api/recording_api_spec.rb +2 -1
  107. data/spec/api/user_api_spec.rb +3 -1
  108. data/spec/api_client_spec.rb +1 -1
  109. data/spec/configuration_spec.rb +1 -1
  110. data/spec/models/admin_api_user_dto_spec.rb +190 -0
  111. data/spec/models/api_key_dto_spec.rb +52 -0
  112. data/spec/models/category_medium_dto_spec.rb +1 -1
  113. data/spec/models/category_minimal_dto_spec.rb +1 -1
  114. data/spec/models/config_access_dto_spec.rb +1 -1
  115. data/spec/models/config_identifier_dto_spec.rb +1 -1
  116. data/spec/models/contributor_type_dto_spec.rb +1 -1
  117. data/spec/models/create_api_key_dto_spec.rb +34 -0
  118. data/spec/models/error_response_spec.rb +1 -1
  119. data/spec/models/field_summary_dto_spec.rb +1 -1
  120. data/spec/models/file_dto_spec.rb +1 -1
  121. data/spec/models/file_list_dto_spec.rb +1 -1
  122. data/spec/models/file_minimal_with_url_dto_spec.rb +1 -1
  123. data/spec/models/file_small_dto_spec.rb +15 -15
  124. data/spec/models/file_upload_dto_spec.rb +1 -1
  125. data/spec/models/file_w_ith_url_dto_spec.rb +1 -1
  126. data/spec/models/files_summary_dto_spec.rb +1 -1
  127. data/spec/models/forgot_password_dto_spec.rb +1 -1
  128. data/spec/models/genre_dto_spec.rb +1 -1
  129. data/spec/models/genre_minimal_dto_spec.rb +1 -1
  130. data/spec/models/genres_summary_dto_spec.rb +1 -1
  131. data/spec/models/init_put_recording_audio_dto_spec.rb +1 -1
  132. data/spec/models/jwt_token_dto_spec.rb +1 -1
  133. data/spec/models/login_dto_spec.rb +1 -1
  134. data/spec/models/musical_features_dto_spec.rb +175 -175
  135. data/spec/models/p_line_dto_spec.rb +1 -1
  136. data/spec/models/party_large_dto_spec.rb +1 -1
  137. data/spec/models/party_small_dto_spec.rb +1 -1
  138. data/spec/models/playlist_large_dto_spec.rb +10 -10
  139. data/spec/models/product_medium_dto_spec.rb +7 -7
  140. data/spec/models/product_party_dto_spec.rb +1 -1
  141. data/spec/models/recording_for_similarity_search_dto_spec.rb +1 -1
  142. data/spec/models/recording_genre_prediction_dto_spec.rb +3 -3
  143. data/spec/models/recording_large_dto_spec.rb +12 -12
  144. data/spec/models/recording_list_dto_spec.rb +1 -1
  145. data/spec/models/recording_medium_dto_spec.rb +9 -9
  146. data/spec/models/recording_minimal_with_musical_features_dto_spec.rb +3 -3
  147. data/spec/models/recording_minimal_with_taggrams_dto_spec.rb +1 -1
  148. data/spec/models/recording_minimal_with_tagstrengths_dto_spec.rb +1 -1
  149. data/spec/models/recording_party_dto_spec.rb +1 -1
  150. data/spec/models/recording_playlist_dto_spec.rb +4 -4
  151. data/spec/models/recording_small_dto_spec.rb +4 -4
  152. data/spec/models/recording_tag_small_dto_spec.rb +1 -1
  153. data/spec/models/save_file_recording_dto_spec.rb +1 -1
  154. data/spec/models/save_playlist_dto_spec.rb +1 -1
  155. data/spec/models/save_recording_genre_dto_spec.rb +1 -1
  156. data/spec/models/save_recording_party_dto_spec.rb +1 -1
  157. data/spec/models/save_recording_playlist_dto_spec.rb +1 -1
  158. data/spec/models/save_recording_tag_dto_spec.rb +1 -1
  159. data/spec/models/save_referrer_dto_spec.rb +1 -1
  160. data/spec/models/save_taggrams_dto_spec.rb +1 -1
  161. data/spec/models/save_user_dto_spec.rb +1 -1
  162. data/spec/models/search_filter_values_dto_spec.rb +1 -1
  163. data/spec/models/search_recording_granular_abstraction_dto_spec.rb +1 -1
  164. data/spec/models/search_recording_granular_dto_spec.rb +1 -1
  165. data/spec/models/sign_up_dto_spec.rb +1 -1
  166. data/spec/models/tag_dto_spec.rb +1 -1
  167. data/spec/models/tag_small_dto_spec.rb +1 -1
  168. data/spec/models/taggram_dto_spec.rb +1 -1
  169. data/spec/models/tags_summary_dto_spec.rb +1 -1
  170. data/spec/models/tagstrength_dto_spec.rb +1 -1
  171. data/spec/models/title_dto_spec.rb +1 -1
  172. data/spec/models/token_request_spec.rb +1 -1
  173. data/spec/models/track_to_medium_product_dto_spec.rb +1 -1
  174. data/spec/models/update_password_dto_spec.rb +1 -1
  175. data/spec/models/usage_dto_spec.rb +1 -1
  176. data/spec/models/user_dto_spec.rb +61 -1
  177. data/spec/spec_helper.rb +1 -1
  178. metadata +72 -56
@@ -0,0 +1,448 @@
1
+ =begin
2
+ #Songtradr API
3
+
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
+
6
+ The version of the OpenAPI document: 1.12.24
7
+ Contact: info@songtradr.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module SongtradrApiClientRuby
17
+ class AdminApiUserDTO
18
+ attr_accessor :id
19
+
20
+ attr_accessor :username
21
+
22
+ attr_accessor :email
23
+
24
+ attr_accessor :full_name
25
+
26
+ attr_accessor :language
27
+
28
+ attr_accessor :is_admin
29
+
30
+ attr_accessor :widgets_allowed
31
+
32
+ attr_accessor :full_search_allowed
33
+
34
+ attr_accessor :voice_search_allowed
35
+
36
+ attr_accessor :recording_detail_allowed
37
+
38
+ attr_accessor :artist_detail_allowed
39
+
40
+ attr_accessor :playlist_prediction_allowed
41
+
42
+ attr_accessor :signup_allowed
43
+
44
+ attr_accessor :upload_allowed
45
+
46
+ attr_accessor :fingerprint_allowed
47
+
48
+ attr_accessor :audiotagging_allowed
49
+
50
+ attr_accessor :b2b_allowed
51
+
52
+ attr_accessor :editor_allowed
53
+
54
+ attr_accessor :reduced_musical_features
55
+
56
+ attr_accessor :confirmed
57
+
58
+ attr_accessor :gdpr_confirmation_timestamp
59
+
60
+ attr_accessor :last_login
61
+
62
+ attr_accessor :total_logins
63
+
64
+ attr_accessor :total_searches
65
+
66
+ attr_accessor :total_uploads
67
+
68
+ attr_accessor :total_downloads
69
+
70
+ attr_accessor :total_updates
71
+
72
+ # Attribute mapping from ruby-style variable name to JSON key.
73
+ def self.attribute_map
74
+ {
75
+ :'id' => :'id',
76
+ :'username' => :'username',
77
+ :'email' => :'email',
78
+ :'full_name' => :'fullName',
79
+ :'language' => :'language',
80
+ :'is_admin' => :'isAdmin',
81
+ :'widgets_allowed' => :'widgetsAllowed',
82
+ :'full_search_allowed' => :'fullSearchAllowed',
83
+ :'voice_search_allowed' => :'voiceSearchAllowed',
84
+ :'recording_detail_allowed' => :'recordingDetailAllowed',
85
+ :'artist_detail_allowed' => :'artistDetailAllowed',
86
+ :'playlist_prediction_allowed' => :'playlistPredictionAllowed',
87
+ :'signup_allowed' => :'signupAllowed',
88
+ :'upload_allowed' => :'uploadAllowed',
89
+ :'fingerprint_allowed' => :'fingerprintAllowed',
90
+ :'audiotagging_allowed' => :'audiotaggingAllowed',
91
+ :'b2b_allowed' => :'b2bAllowed',
92
+ :'editor_allowed' => :'editorAllowed',
93
+ :'reduced_musical_features' => :'reducedMusicalFeatures',
94
+ :'confirmed' => :'confirmed',
95
+ :'gdpr_confirmation_timestamp' => :'gdprConfirmationTimestamp',
96
+ :'last_login' => :'lastLogin',
97
+ :'total_logins' => :'totalLogins',
98
+ :'total_searches' => :'totalSearches',
99
+ :'total_uploads' => :'totalUploads',
100
+ :'total_downloads' => :'totalDownloads',
101
+ :'total_updates' => :'totalUpdates'
102
+ }
103
+ end
104
+
105
+ # Returns all the JSON keys this model knows about
106
+ def self.acceptable_attributes
107
+ attribute_map.values
108
+ end
109
+
110
+ # Attribute type mapping.
111
+ def self.openapi_types
112
+ {
113
+ :'id' => :'Integer',
114
+ :'username' => :'String',
115
+ :'email' => :'String',
116
+ :'full_name' => :'String',
117
+ :'language' => :'String',
118
+ :'is_admin' => :'Boolean',
119
+ :'widgets_allowed' => :'Boolean',
120
+ :'full_search_allowed' => :'Boolean',
121
+ :'voice_search_allowed' => :'Boolean',
122
+ :'recording_detail_allowed' => :'Boolean',
123
+ :'artist_detail_allowed' => :'Boolean',
124
+ :'playlist_prediction_allowed' => :'Boolean',
125
+ :'signup_allowed' => :'Boolean',
126
+ :'upload_allowed' => :'Boolean',
127
+ :'fingerprint_allowed' => :'Boolean',
128
+ :'audiotagging_allowed' => :'Boolean',
129
+ :'b2b_allowed' => :'Boolean',
130
+ :'editor_allowed' => :'Boolean',
131
+ :'reduced_musical_features' => :'Boolean',
132
+ :'confirmed' => :'Boolean',
133
+ :'gdpr_confirmation_timestamp' => :'Time',
134
+ :'last_login' => :'Time',
135
+ :'total_logins' => :'Integer',
136
+ :'total_searches' => :'Integer',
137
+ :'total_uploads' => :'Integer',
138
+ :'total_downloads' => :'Integer',
139
+ :'total_updates' => :'Integer'
140
+ }
141
+ end
142
+
143
+ # List of attributes with nullable: true
144
+ def self.openapi_nullable
145
+ Set.new([
146
+ ])
147
+ end
148
+
149
+ # Initializes the object
150
+ # @param [Hash] attributes Model attributes in the form of hash
151
+ def initialize(attributes = {})
152
+ if (!attributes.is_a?(Hash))
153
+ fail ArgumentError, "The input argument (attributes) must be a hash in `SongtradrApiClientRuby::AdminApiUserDTO` initialize method"
154
+ end
155
+
156
+ # check to see if the attribute exists and convert string to symbol for hash key
157
+ attributes = attributes.each_with_object({}) { |(k, v), h|
158
+ if (!self.class.attribute_map.key?(k.to_sym))
159
+ fail ArgumentError, "`#{k}` is not a valid attribute in `SongtradrApiClientRuby::AdminApiUserDTO`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
160
+ end
161
+ h[k.to_sym] = v
162
+ }
163
+
164
+ if attributes.key?(:'id')
165
+ self.id = attributes[:'id']
166
+ end
167
+
168
+ if attributes.key?(:'username')
169
+ self.username = attributes[:'username']
170
+ end
171
+
172
+ if attributes.key?(:'email')
173
+ self.email = attributes[:'email']
174
+ end
175
+
176
+ if attributes.key?(:'full_name')
177
+ self.full_name = attributes[:'full_name']
178
+ end
179
+
180
+ if attributes.key?(:'language')
181
+ self.language = attributes[:'language']
182
+ end
183
+
184
+ if attributes.key?(:'is_admin')
185
+ self.is_admin = attributes[:'is_admin']
186
+ end
187
+
188
+ if attributes.key?(:'widgets_allowed')
189
+ self.widgets_allowed = attributes[:'widgets_allowed']
190
+ end
191
+
192
+ if attributes.key?(:'full_search_allowed')
193
+ self.full_search_allowed = attributes[:'full_search_allowed']
194
+ end
195
+
196
+ if attributes.key?(:'voice_search_allowed')
197
+ self.voice_search_allowed = attributes[:'voice_search_allowed']
198
+ end
199
+
200
+ if attributes.key?(:'recording_detail_allowed')
201
+ self.recording_detail_allowed = attributes[:'recording_detail_allowed']
202
+ end
203
+
204
+ if attributes.key?(:'artist_detail_allowed')
205
+ self.artist_detail_allowed = attributes[:'artist_detail_allowed']
206
+ end
207
+
208
+ if attributes.key?(:'playlist_prediction_allowed')
209
+ self.playlist_prediction_allowed = attributes[:'playlist_prediction_allowed']
210
+ end
211
+
212
+ if attributes.key?(:'signup_allowed')
213
+ self.signup_allowed = attributes[:'signup_allowed']
214
+ end
215
+
216
+ if attributes.key?(:'upload_allowed')
217
+ self.upload_allowed = attributes[:'upload_allowed']
218
+ end
219
+
220
+ if attributes.key?(:'fingerprint_allowed')
221
+ self.fingerprint_allowed = attributes[:'fingerprint_allowed']
222
+ end
223
+
224
+ if attributes.key?(:'audiotagging_allowed')
225
+ self.audiotagging_allowed = attributes[:'audiotagging_allowed']
226
+ end
227
+
228
+ if attributes.key?(:'b2b_allowed')
229
+ self.b2b_allowed = attributes[:'b2b_allowed']
230
+ end
231
+
232
+ if attributes.key?(:'editor_allowed')
233
+ self.editor_allowed = attributes[:'editor_allowed']
234
+ end
235
+
236
+ if attributes.key?(:'reduced_musical_features')
237
+ self.reduced_musical_features = attributes[:'reduced_musical_features']
238
+ end
239
+
240
+ if attributes.key?(:'confirmed')
241
+ self.confirmed = attributes[:'confirmed']
242
+ end
243
+
244
+ if attributes.key?(:'gdpr_confirmation_timestamp')
245
+ self.gdpr_confirmation_timestamp = attributes[:'gdpr_confirmation_timestamp']
246
+ end
247
+
248
+ if attributes.key?(:'last_login')
249
+ self.last_login = attributes[:'last_login']
250
+ end
251
+
252
+ if attributes.key?(:'total_logins')
253
+ self.total_logins = attributes[:'total_logins']
254
+ end
255
+
256
+ if attributes.key?(:'total_searches')
257
+ self.total_searches = attributes[:'total_searches']
258
+ end
259
+
260
+ if attributes.key?(:'total_uploads')
261
+ self.total_uploads = attributes[:'total_uploads']
262
+ end
263
+
264
+ if attributes.key?(:'total_downloads')
265
+ self.total_downloads = attributes[:'total_downloads']
266
+ end
267
+
268
+ if attributes.key?(:'total_updates')
269
+ self.total_updates = attributes[:'total_updates']
270
+ end
271
+ end
272
+
273
+ # Show invalid properties with the reasons. Usually used together with valid?
274
+ # @return Array for valid properties with the reasons
275
+ def list_invalid_properties
276
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
277
+ invalid_properties = Array.new
278
+ invalid_properties
279
+ end
280
+
281
+ # Check to see if the all the properties in the model are valid
282
+ # @return true if the model is valid
283
+ def valid?
284
+ warn '[DEPRECATED] the `valid?` method is obsolete'
285
+ true
286
+ end
287
+
288
+ # Checks equality by comparing each attribute.
289
+ # @param [Object] Object to be compared
290
+ def ==(o)
291
+ return true if self.equal?(o)
292
+ self.class == o.class &&
293
+ id == o.id &&
294
+ username == o.username &&
295
+ email == o.email &&
296
+ full_name == o.full_name &&
297
+ language == o.language &&
298
+ is_admin == o.is_admin &&
299
+ widgets_allowed == o.widgets_allowed &&
300
+ full_search_allowed == o.full_search_allowed &&
301
+ voice_search_allowed == o.voice_search_allowed &&
302
+ recording_detail_allowed == o.recording_detail_allowed &&
303
+ artist_detail_allowed == o.artist_detail_allowed &&
304
+ playlist_prediction_allowed == o.playlist_prediction_allowed &&
305
+ signup_allowed == o.signup_allowed &&
306
+ upload_allowed == o.upload_allowed &&
307
+ fingerprint_allowed == o.fingerprint_allowed &&
308
+ audiotagging_allowed == o.audiotagging_allowed &&
309
+ b2b_allowed == o.b2b_allowed &&
310
+ editor_allowed == o.editor_allowed &&
311
+ reduced_musical_features == o.reduced_musical_features &&
312
+ confirmed == o.confirmed &&
313
+ gdpr_confirmation_timestamp == o.gdpr_confirmation_timestamp &&
314
+ last_login == o.last_login &&
315
+ total_logins == o.total_logins &&
316
+ total_searches == o.total_searches &&
317
+ total_uploads == o.total_uploads &&
318
+ total_downloads == o.total_downloads &&
319
+ total_updates == o.total_updates
320
+ end
321
+
322
+ # @see the `==` method
323
+ # @param [Object] Object to be compared
324
+ def eql?(o)
325
+ self == o
326
+ end
327
+
328
+ # Calculates hash code according to all attributes.
329
+ # @return [Integer] Hash code
330
+ def hash
331
+ [id, username, email, full_name, language, is_admin, widgets_allowed, full_search_allowed, voice_search_allowed, recording_detail_allowed, artist_detail_allowed, playlist_prediction_allowed, signup_allowed, upload_allowed, fingerprint_allowed, audiotagging_allowed, b2b_allowed, editor_allowed, reduced_musical_features, confirmed, gdpr_confirmation_timestamp, last_login, total_logins, total_searches, total_uploads, total_downloads, total_updates].hash
332
+ end
333
+
334
+ # Builds the object from hash
335
+ # @param [Hash] attributes Model attributes in the form of hash
336
+ # @return [Object] Returns the model itself
337
+ def self.build_from_hash(attributes)
338
+ return nil unless attributes.is_a?(Hash)
339
+ attributes = attributes.transform_keys(&:to_sym)
340
+ transformed_hash = {}
341
+ openapi_types.each_pair do |key, type|
342
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
343
+ transformed_hash["#{key}"] = nil
344
+ elsif type =~ /\AArray<(.*)>/i
345
+ # check to ensure the input is an array given that the attribute
346
+ # is documented as an array but the input is not
347
+ if attributes[attribute_map[key]].is_a?(Array)
348
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
349
+ end
350
+ elsif !attributes[attribute_map[key]].nil?
351
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
352
+ end
353
+ end
354
+ new(transformed_hash)
355
+ end
356
+
357
+ # Deserializes the data based on type
358
+ # @param string type Data type
359
+ # @param string value Value to be deserialized
360
+ # @return [Object] Deserialized data
361
+ def self._deserialize(type, value)
362
+ case type.to_sym
363
+ when :Time
364
+ Time.parse(value)
365
+ when :Date
366
+ Date.parse(value)
367
+ when :String
368
+ value.to_s
369
+ when :Integer
370
+ value.to_i
371
+ when :Float
372
+ value.to_f
373
+ when :Boolean
374
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
375
+ true
376
+ else
377
+ false
378
+ end
379
+ when :Object
380
+ # generic object (usually a Hash), return directly
381
+ value
382
+ when /\AArray<(?<inner_type>.+)>\z/
383
+ inner_type = Regexp.last_match[:inner_type]
384
+ value.map { |v| _deserialize(inner_type, v) }
385
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
386
+ k_type = Regexp.last_match[:k_type]
387
+ v_type = Regexp.last_match[:v_type]
388
+ {}.tap do |hash|
389
+ value.each do |k, v|
390
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
391
+ end
392
+ end
393
+ else # model
394
+ # models (e.g. Pet) or oneOf
395
+ klass = SongtradrApiClientRuby.const_get(type)
396
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
397
+ end
398
+ end
399
+
400
+ # Returns the string representation of the object
401
+ # @return [String] String presentation of the object
402
+ def to_s
403
+ to_hash.to_s
404
+ end
405
+
406
+ # to_body is an alias to to_hash (backward compatibility)
407
+ # @return [Hash] Returns the object in the form of hash
408
+ def to_body
409
+ to_hash
410
+ end
411
+
412
+ # Returns the object in the form of hash
413
+ # @return [Hash] Returns the object in the form of hash
414
+ def to_hash
415
+ hash = {}
416
+ self.class.attribute_map.each_pair do |attr, param|
417
+ value = self.send(attr)
418
+ if value.nil?
419
+ is_nullable = self.class.openapi_nullable.include?(attr)
420
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
421
+ end
422
+
423
+ hash[param] = _to_hash(value)
424
+ end
425
+ hash
426
+ end
427
+
428
+ # Outputs non-array value in the form of hash
429
+ # For object, use to_hash. Otherwise, just return the value
430
+ # @param [Object] value Any valid value
431
+ # @return [Hash] Returns the value in the form of hash
432
+ def _to_hash(value)
433
+ if value.is_a?(Array)
434
+ value.compact.map { |v| _to_hash(v) }
435
+ elsif value.is_a?(Hash)
436
+ {}.tap do |hash|
437
+ value.each { |k, v| hash[k] = _to_hash(v) }
438
+ end
439
+ elsif value.respond_to? :to_hash
440
+ value.to_hash
441
+ else
442
+ value
443
+ end
444
+ end
445
+
446
+ end
447
+
448
+ end