bandwidth-sdk 11.0.0.pre.beta.1.1 → 11.0.0.pre.beta.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (380) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/Gemfile.lock +44 -20
  4. data/README.md +7 -3
  5. data/Rakefile +10 -2
  6. data/bandwidth-sdk.gemspec +12 -12
  7. data/bandwidth.yml +401 -352
  8. data/coverage/.last_run.json +5 -0
  9. data/coverage/.resultset.json +9759 -0
  10. data/coverage/.resultset.json.lock +0 -0
  11. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
  12. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
  13. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
  14. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
  15. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
  16. data/coverage/assets/0.12.3/application.css +1 -0
  17. data/coverage/assets/0.12.3/application.js +7 -0
  18. data/coverage/assets/0.12.3/colorbox/border.png +0 -0
  19. data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
  20. data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
  21. data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
  22. data/coverage/assets/0.12.3/favicon_green.png +0 -0
  23. data/coverage/assets/0.12.3/favicon_red.png +0 -0
  24. data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
  25. data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  26. data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  27. data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  28. data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  29. data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  30. data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  31. data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  32. data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  33. data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
  34. data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
  35. data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
  36. data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
  37. data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
  38. data/coverage/assets/0.12.3/loading.gif +0 -0
  39. data/coverage/assets/0.12.3/magnify.png +0 -0
  40. data/coverage/index.html +108249 -0
  41. data/custom_templates/Gemfile.mustache +11 -0
  42. data/custom_templates/README.mustache +170 -0
  43. data/custom_templates/gem.mustache +99 -0
  44. data/custom_templates/gemspec.mustache +37 -0
  45. data/custom_templates/version.mustache +7 -0
  46. data/docs/AnswerCallback.md +3 -3
  47. data/docs/BridgeCompleteCallback.md +2 -2
  48. data/docs/BridgeTargetCompleteCallback.md +2 -2
  49. data/docs/CallState.md +2 -2
  50. data/docs/CallsApi.md +15 -15
  51. data/docs/Conference.md +4 -4
  52. data/docs/ConferenceCompletedCallback.md +2 -2
  53. data/docs/ConferenceCreatedCallback.md +2 -2
  54. data/docs/ConferenceMemberExitCallback.md +2 -2
  55. data/docs/ConferenceMemberJoinCallback.md +2 -2
  56. data/docs/ConferenceRecordingAvailableCallback.md +2 -2
  57. data/docs/ConferenceRedirectCallback.md +2 -2
  58. data/docs/ConferencesApi.md +42 -42
  59. data/docs/CreateCall.md +11 -11
  60. data/docs/CreateCallResponse.md +11 -11
  61. data/docs/DisconnectCallback.md +2 -2
  62. data/docs/DtmfCallback.md +2 -2
  63. data/docs/GatherCallback.md +2 -2
  64. data/docs/InitiateCallback.md +2 -2
  65. data/docs/ListMessageItem.md +5 -3
  66. data/docs/MFAApi.md +6 -6
  67. data/docs/MachineDetectionCompleteCallback.md +3 -3
  68. data/docs/MachineDetectionConfiguration.md +2 -2
  69. data/docs/MachineDetectionResult.md +20 -0
  70. data/docs/Message.md +2 -2
  71. data/docs/MessageDeliveredCallbackMessage.md +1 -1
  72. data/docs/MessageFailedCallbackMessage.md +1 -1
  73. data/docs/MessageRequest.md +1 -1
  74. data/docs/MessageSendingCallbackMessage.md +1 -1
  75. data/docs/MessagesApi.md +5 -1
  76. data/docs/MessagesList.md +1 -1
  77. data/docs/PhoneNumberLookupApi.md +4 -4
  78. data/docs/RecordingAvailableCallback.md +2 -2
  79. data/docs/RecordingCompleteCallback.md +2 -2
  80. data/docs/RecordingsApi.md +52 -52
  81. data/docs/RedirectCallback.md +2 -2
  82. data/docs/StatisticsApi.md +2 -2
  83. data/docs/TranscribeRecording.md +4 -2
  84. data/docs/TranscriptionAvailableCallback.md +2 -2
  85. data/docs/TransferAnswerCallback.md +2 -2
  86. data/docs/TransferCompleteCallback.md +2 -2
  87. data/docs/TransferDisconnectCallback.md +2 -2
  88. data/docs/UpdateCall.md +3 -3
  89. data/docs/UpdateConference.md +3 -3
  90. data/lib/bandwidth-sdk/api/calls_api.rb +18 -18
  91. data/lib/bandwidth-sdk/api/conferences_api.rb +46 -46
  92. data/lib/bandwidth-sdk/api/media_api.rb +2 -2
  93. data/lib/bandwidth-sdk/api/messages_api.rb +8 -2
  94. data/lib/bandwidth-sdk/api/mfa_api.rb +10 -10
  95. data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +6 -6
  96. data/lib/bandwidth-sdk/api/recordings_api.rb +55 -55
  97. data/lib/bandwidth-sdk/api/statistics_api.rb +3 -3
  98. data/lib/bandwidth-sdk/api_client.rb +1 -1
  99. data/lib/bandwidth-sdk/api_error.rb +2 -2
  100. data/lib/bandwidth-sdk/configuration.rb +12 -10
  101. data/lib/bandwidth-sdk/models/account_statistics.rb +14 -21
  102. data/lib/bandwidth-sdk/models/answer_callback.rb +16 -24
  103. data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +15 -22
  104. data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +15 -22
  105. data/lib/bandwidth-sdk/models/bxml/bxml.rb +2 -4
  106. data/lib/bandwidth-sdk/models/bxml/nestable_verb.rb +3 -7
  107. data/lib/bandwidth-sdk/models/bxml/response.rb +2 -4
  108. data/lib/bandwidth-sdk/models/bxml/root.rb +3 -3
  109. data/lib/bandwidth-sdk/models/bxml/verb.rb +4 -5
  110. data/lib/bandwidth-sdk/models/bxml/verbs/bridge.rb +2 -4
  111. data/lib/bandwidth-sdk/models/bxml/verbs/conference.rb +2 -5
  112. data/lib/bandwidth-sdk/models/bxml/verbs/custom_param.rb +16 -0
  113. data/lib/bandwidth-sdk/models/bxml/verbs/forward.rb +2 -4
  114. data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +3 -5
  115. data/lib/bandwidth-sdk/models/bxml/verbs/hangup.rb +2 -4
  116. data/lib/bandwidth-sdk/models/bxml/verbs/pause.rb +2 -4
  117. data/lib/bandwidth-sdk/models/bxml/verbs/pause_recording.rb +2 -4
  118. data/lib/bandwidth-sdk/models/bxml/verbs/phone_number.rb +2 -4
  119. data/lib/bandwidth-sdk/models/bxml/verbs/play_audio.rb +2 -4
  120. data/lib/bandwidth-sdk/models/bxml/verbs/record.rb +2 -4
  121. data/lib/bandwidth-sdk/models/bxml/verbs/redirect.rb +2 -4
  122. data/lib/bandwidth-sdk/models/bxml/verbs/resume_recording.rb +2 -4
  123. data/lib/bandwidth-sdk/models/bxml/verbs/ring.rb +2 -4
  124. data/lib/bandwidth-sdk/models/bxml/verbs/send_dtmf.rb +2 -4
  125. data/lib/bandwidth-sdk/models/bxml/verbs/sip_uri.rb +2 -4
  126. data/lib/bandwidth-sdk/models/bxml/verbs/speak_sentence.rb +3 -5
  127. data/lib/bandwidth-sdk/models/bxml/verbs/start_gather.rb +2 -4
  128. data/lib/bandwidth-sdk/models/bxml/verbs/start_recording.rb +2 -4
  129. data/lib/bandwidth-sdk/models/bxml/verbs/start_stream.rb +2 -4
  130. data/lib/bandwidth-sdk/models/bxml/verbs/start_transcription.rb +29 -0
  131. data/lib/bandwidth-sdk/models/bxml/verbs/stop_gather.rb +2 -4
  132. data/lib/bandwidth-sdk/models/bxml/verbs/stop_recording.rb +2 -4
  133. data/lib/bandwidth-sdk/models/bxml/verbs/stop_stream.rb +2 -4
  134. data/lib/bandwidth-sdk/models/bxml/verbs/stop_transcription.rb +15 -0
  135. data/lib/bandwidth-sdk/models/bxml/verbs/stream_param.rb +2 -4
  136. data/lib/bandwidth-sdk/models/bxml/verbs/tag.rb +2 -4
  137. data/lib/bandwidth-sdk/models/bxml/verbs/transfer.rb +2 -4
  138. data/lib/bandwidth-sdk/models/call_direction_enum.rb +3 -3
  139. data/lib/bandwidth-sdk/models/call_recording_metadata.rb +14 -21
  140. data/lib/bandwidth-sdk/models/call_state.rb +16 -23
  141. data/lib/bandwidth-sdk/models/call_state_enum.rb +3 -3
  142. data/lib/bandwidth-sdk/models/callback_method_enum.rb +3 -3
  143. data/lib/bandwidth-sdk/models/code_request.rb +29 -22
  144. data/lib/bandwidth-sdk/models/conference.rb +17 -24
  145. data/lib/bandwidth-sdk/models/conference_completed_callback.rb +15 -22
  146. data/lib/bandwidth-sdk/models/conference_created_callback.rb +15 -22
  147. data/lib/bandwidth-sdk/models/conference_member.rb +14 -21
  148. data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +15 -22
  149. data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +15 -22
  150. data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +15 -22
  151. data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +14 -21
  152. data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +15 -22
  153. data/lib/bandwidth-sdk/models/conference_state_enum.rb +3 -3
  154. data/lib/bandwidth-sdk/models/create_call.rb +34 -24
  155. data/lib/bandwidth-sdk/models/create_call_response.rb +36 -29
  156. data/lib/bandwidth-sdk/models/create_lookup_response.rb +14 -21
  157. data/lib/bandwidth-sdk/models/create_message_request_error.rb +18 -21
  158. data/lib/bandwidth-sdk/models/deferred_result.rb +14 -21
  159. data/lib/bandwidth-sdk/models/disconenct_callback.rb +1 -3
  160. data/lib/bandwidth-sdk/models/disconnect_callback.rb +15 -22
  161. data/lib/bandwidth-sdk/models/diversion.rb +14 -21
  162. data/lib/bandwidth-sdk/models/dtmf_callback.rb +15 -22
  163. data/lib/bandwidth-sdk/models/field_error.rb +14 -21
  164. data/lib/bandwidth-sdk/models/file_format_enum.rb +3 -3
  165. data/lib/bandwidth-sdk/models/gather_callback.rb +15 -22
  166. data/lib/bandwidth-sdk/models/inbound_message_callback.rb +24 -21
  167. data/lib/bandwidth-sdk/models/inbound_message_callback_message.rb +33 -21
  168. data/lib/bandwidth-sdk/models/initiate_callback.rb +15 -22
  169. data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +3 -3
  170. data/lib/bandwidth-sdk/models/list_message_item.rb +31 -27
  171. data/lib/bandwidth-sdk/models/lookup_request.rb +16 -21
  172. data/lib/bandwidth-sdk/models/lookup_result.rb +14 -21
  173. data/lib/bandwidth-sdk/models/lookup_status.rb +14 -21
  174. data/lib/bandwidth-sdk/models/lookup_status_enum.rb +5 -5
  175. data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +16 -24
  176. data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +14 -21
  177. data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +3 -3
  178. data/lib/bandwidth-sdk/models/machine_detection_result.rb +224 -0
  179. data/lib/bandwidth-sdk/models/media.rb +14 -21
  180. data/lib/bandwidth-sdk/models/message.rb +23 -22
  181. data/lib/bandwidth-sdk/models/message_delivered_callback.rb +24 -21
  182. data/lib/bandwidth-sdk/models/message_delivered_callback_message.rb +35 -21
  183. data/lib/bandwidth-sdk/models/message_direction_enum.rb +3 -3
  184. data/lib/bandwidth-sdk/models/message_failed_callback.rb +26 -21
  185. data/lib/bandwidth-sdk/models/message_failed_callback_message.rb +37 -21
  186. data/lib/bandwidth-sdk/models/message_request.rb +26 -23
  187. data/lib/bandwidth-sdk/models/message_sending_callback.rb +24 -21
  188. data/lib/bandwidth-sdk/models/message_sending_callback_message.rb +37 -21
  189. data/lib/bandwidth-sdk/models/message_status_enum.rb +9 -9
  190. data/lib/bandwidth-sdk/models/message_type_enum.rb +3 -3
  191. data/lib/bandwidth-sdk/models/messages_list.rb +15 -22
  192. data/lib/bandwidth-sdk/models/messaging_code_response.rb +14 -21
  193. data/lib/bandwidth-sdk/models/messaging_request_error.rb +18 -21
  194. data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +14 -21
  195. data/lib/bandwidth-sdk/models/mfa_request_error.rb +14 -21
  196. data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +14 -21
  197. data/lib/bandwidth-sdk/models/page_info.rb +14 -21
  198. data/lib/bandwidth-sdk/models/priority_enum.rb +3 -3
  199. data/lib/bandwidth-sdk/models/recording_available_callback.rb +15 -22
  200. data/lib/bandwidth-sdk/models/recording_complete_callback.rb +15 -22
  201. data/lib/bandwidth-sdk/models/recording_state_enum.rb +3 -3
  202. data/lib/bandwidth-sdk/models/redirect_callback.rb +15 -22
  203. data/lib/bandwidth-sdk/models/redirect_method_enum.rb +3 -3
  204. data/lib/bandwidth-sdk/models/stir_shaken.rb +14 -21
  205. data/lib/bandwidth-sdk/models/tag.rb +14 -21
  206. data/lib/bandwidth-sdk/models/tn_lookup_request_error.rb +14 -21
  207. data/lib/bandwidth-sdk/models/transcribe_recording.rb +32 -26
  208. data/lib/bandwidth-sdk/models/transcription.rb +14 -21
  209. data/lib/bandwidth-sdk/models/transcription_available_callback.rb +15 -22
  210. data/lib/bandwidth-sdk/models/transcription_list.rb +14 -21
  211. data/lib/bandwidth-sdk/models/transcription_metadata.rb +14 -21
  212. data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +15 -22
  213. data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +15 -22
  214. data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +15 -22
  215. data/lib/bandwidth-sdk/models/update_call.rb +24 -22
  216. data/lib/bandwidth-sdk/models/update_call_recording.rb +16 -21
  217. data/lib/bandwidth-sdk/models/update_conference.rb +15 -22
  218. data/lib/bandwidth-sdk/models/update_conference_member.rb +14 -21
  219. data/lib/bandwidth-sdk/models/verify_code_request.rb +20 -21
  220. data/lib/bandwidth-sdk/models/verify_code_response.rb +14 -21
  221. data/lib/bandwidth-sdk/models/voice_api_error.rb +14 -21
  222. data/lib/bandwidth-sdk/models/voice_code_response.rb +14 -21
  223. data/lib/bandwidth-sdk/version.rb +2 -2
  224. data/lib/bandwidth-sdk.rb +5 -1
  225. data/openapi-config.yml +1 -0
  226. data/openapitools.json +7 -0
  227. data/spec/api/calls_api_spec.rb +228 -0
  228. data/spec/api/conferences_api_spec.rb +393 -0
  229. data/spec/api/media_api_spec.rb +129 -0
  230. data/spec/api/messages_api_spec.rb +193 -0
  231. data/spec/api/mfa_api_spec.rb +130 -0
  232. data/spec/api/phone_number_lookup_api_spec.rb +100 -0
  233. data/spec/api/recordings_api_spec.rb +395 -0
  234. data/spec/api/statistics_api_spec.rb +45 -0
  235. data/spec/api_client_spec.rb +377 -0
  236. data/spec/api_error_spec.rb +23 -0
  237. data/spec/call_utils.rb +28 -28
  238. data/spec/configuration_spec.rb +190 -0
  239. data/spec/integration/calls_api_integration_spec.rb +88 -69
  240. data/spec/integration/conferences_api_integration_spec.rb +74 -68
  241. data/spec/integration/media_api_integration_spec.rb +38 -32
  242. data/spec/integration/messages_api_integration_spec.rb +63 -50
  243. data/spec/integration/mfa_api_integration_spec.rb +41 -33
  244. data/spec/integration/phone_number_lookup_api_integration_spec.rb +26 -22
  245. data/spec/integration/recordings_api_integration_spec.rb +84 -77
  246. data/spec/integration/statistics_api_integration_spec.rb +15 -14
  247. data/spec/{unit/models → models}/bxml/bxml_spec.rb +0 -2
  248. data/spec/{unit/models → models}/bxml/nestable_verb_spec.rb +1 -3
  249. data/spec/{unit/models → models}/bxml/response_spec.rb +0 -2
  250. data/spec/{unit/models → models}/bxml/verb_spec.rb +1 -14
  251. data/spec/{unit/models → models}/bxml/verbs/bridge_spec.rb +0 -2
  252. data/spec/{unit/models → models}/bxml/verbs/conference_spec.rb +0 -2
  253. data/spec/models/bxml/verbs/custom_param_spec.rb +36 -0
  254. data/spec/{unit/models → models}/bxml/verbs/forward_spec.rb +0 -2
  255. data/spec/{unit/models → models}/bxml/verbs/gather_spec.rb +0 -2
  256. data/spec/{unit/models → models}/bxml/verbs/hangup_spec.rb +0 -2
  257. data/spec/{unit/models → models}/bxml/verbs/pause_recording_spec.rb +0 -2
  258. data/spec/{unit/models → models}/bxml/verbs/pause_spec.rb +0 -2
  259. data/spec/{unit/models → models}/bxml/verbs/phone_number_spec.rb +0 -2
  260. data/spec/{unit/models → models}/bxml/verbs/play_audio_spec.rb +0 -2
  261. data/spec/{unit/models → models}/bxml/verbs/record_spec.rb +0 -2
  262. data/spec/{unit/models → models}/bxml/verbs/redirect_spec.rb +0 -2
  263. data/spec/{unit/models → models}/bxml/verbs/resume_recording_spec.rb +0 -2
  264. data/spec/{unit/models → models}/bxml/verbs/ring_spec.rb +0 -2
  265. data/spec/{unit/models → models}/bxml/verbs/send_dtmf_spec.rb +0 -2
  266. data/spec/{unit/models → models}/bxml/verbs/sip_uri_spec.rb +0 -2
  267. data/spec/{unit/models → models}/bxml/verbs/speak_sentence_spec.rb +0 -2
  268. data/spec/{unit/models → models}/bxml/verbs/start_gather_spec.rb +0 -2
  269. data/spec/{unit/models → models}/bxml/verbs/start_recording_spec.rb +0 -2
  270. data/spec/{unit/models → models}/bxml/verbs/start_stream_spec.rb +2 -4
  271. data/spec/models/bxml/verbs/start_transcription_spec.rb +74 -0
  272. data/spec/{unit/models → models}/bxml/verbs/stop_gather_spec.rb +0 -2
  273. data/spec/{unit/models → models}/bxml/verbs/stop_recording_spec.rb +0 -2
  274. data/spec/{unit/models → models}/bxml/verbs/stop_stream_spec.rb +0 -2
  275. data/spec/models/bxml/verbs/stop_transcription_spec.rb +34 -0
  276. data/spec/{unit/models → models}/bxml/verbs/stream_param_spec.rb +0 -2
  277. data/spec/{unit/models → models}/bxml/verbs/tag_spec.rb +0 -2
  278. data/spec/{unit/models → models}/bxml/verbs/transfer_spec.rb +0 -2
  279. data/spec/models/call_state_enum_spec.rb +16 -0
  280. data/spec/models/call_state_spec.rb +168 -0
  281. data/spec/models/deferred_result_spec.rb +74 -0
  282. data/spec/models/message_spec.rb +138 -0
  283. data/spec/models/verify_code_request_spec.rb +126 -0
  284. data/spec/spec_helper.rb +48 -31
  285. metadata +148 -256
  286. data/spec/unit/api/calls_api_spec.rb +0 -89
  287. data/spec/unit/api/conferences_api_spec.rb +0 -163
  288. data/spec/unit/api/media_api_spec.rb +0 -90
  289. data/spec/unit/api/messages_api_spec.rb +0 -73
  290. data/spec/unit/api/mfa_api_spec.rb +0 -74
  291. data/spec/unit/api/phone_number_lookup_api_spec.rb +0 -61
  292. data/spec/unit/api/recordings_api_spec.rb +0 -177
  293. data/spec/unit/api/statistics_api_spec.rb +0 -47
  294. data/spec/unit/models/account_statistics_spec.rb +0 -40
  295. data/spec/unit/models/answer_callback_spec.rb +0 -112
  296. data/spec/unit/models/bridge_complete_callback_spec.rb +0 -124
  297. data/spec/unit/models/bridge_target_complete_callback_spec.rb +0 -106
  298. data/spec/unit/models/call_direction_enum_spec.rb +0 -28
  299. data/spec/unit/models/call_recording_metadata_spec.rb +0 -136
  300. data/spec/unit/models/call_state_enum_spec.rb +0 -28
  301. data/spec/unit/models/call_state_spec.rb +0 -136
  302. data/spec/unit/models/callback_method_enum_spec.rb +0 -28
  303. data/spec/unit/models/code_request_spec.rb +0 -64
  304. data/spec/unit/models/conference_completed_callback_spec.rb +0 -58
  305. data/spec/unit/models/conference_created_callback_spec.rb +0 -58
  306. data/spec/unit/models/conference_member_exit_callback_spec.rb +0 -76
  307. data/spec/unit/models/conference_member_join_callback_spec.rb +0 -76
  308. data/spec/unit/models/conference_member_spec.rb +0 -64
  309. data/spec/unit/models/conference_recording_available_callback_spec.rb +0 -112
  310. data/spec/unit/models/conference_recording_metadata_spec.rb +0 -94
  311. data/spec/unit/models/conference_redirect_callback_spec.rb +0 -58
  312. data/spec/unit/models/conference_spec.rb +0 -76
  313. data/spec/unit/models/conference_state_enum_spec.rb +0 -28
  314. data/spec/unit/models/create_call_response_spec.rb +0 -154
  315. data/spec/unit/models/create_call_spec.rb +0 -142
  316. data/spec/unit/models/create_lookup_response_spec.rb +0 -40
  317. data/spec/unit/models/create_message_request_error_spec.rb +0 -46
  318. data/spec/unit/models/deferred_result_spec.rb +0 -40
  319. data/spec/unit/models/disconnect_callback_spec.rb +0 -130
  320. data/spec/unit/models/diversion_spec.rb +0 -70
  321. data/spec/unit/models/dtmf_callback_spec.rb +0 -130
  322. data/spec/unit/models/field_error_spec.rb +0 -40
  323. data/spec/unit/models/file_format_enum_spec.rb +0 -28
  324. data/spec/unit/models/gather_callback_spec.rb +0 -136
  325. data/spec/unit/models/inbound_message_callback_message_spec.rb +0 -100
  326. data/spec/unit/models/inbound_message_callback_spec.rb +0 -58
  327. data/spec/unit/models/initiate_callback_spec.rb +0 -100
  328. data/spec/unit/models/list_message_direction_enum_spec.rb +0 -28
  329. data/spec/unit/models/list_message_item_spec.rb +0 -124
  330. data/spec/unit/models/lookup_request_spec.rb +0 -34
  331. data/spec/unit/models/lookup_result_spec.rb +0 -82
  332. data/spec/unit/models/lookup_status_enum_spec.rb +0 -28
  333. data/spec/unit/models/lookup_status_spec.rb +0 -52
  334. data/spec/unit/models/machine_detection_complete_callback_spec.rb +0 -112
  335. data/spec/unit/models/machine_detection_configuration_spec.rb +0 -118
  336. data/spec/unit/models/machine_detection_mode_enum_spec.rb +0 -28
  337. data/spec/unit/models/media_spec.rb +0 -46
  338. data/spec/unit/models/message_delivered_callback_message_spec.rb +0 -100
  339. data/spec/unit/models/message_delivered_callback_spec.rb +0 -58
  340. data/spec/unit/models/message_direction_enum_spec.rb +0 -28
  341. data/spec/unit/models/message_failed_callback_message_spec.rb +0 -100
  342. data/spec/unit/models/message_failed_callback_spec.rb +0 -64
  343. data/spec/unit/models/message_request_spec.rb +0 -76
  344. data/spec/unit/models/message_sending_callback_message_spec.rb +0 -100
  345. data/spec/unit/models/message_sending_callback_spec.rb +0 -58
  346. data/spec/unit/models/message_spec.rb +0 -106
  347. data/spec/unit/models/message_status_enum_spec.rb +0 -28
  348. data/spec/unit/models/message_type_enum_spec.rb +0 -28
  349. data/spec/unit/models/messages_list_spec.rb +0 -46
  350. data/spec/unit/models/messaging_code_response_spec.rb +0 -34
  351. data/spec/unit/models/messaging_request_error_spec.rb +0 -40
  352. data/spec/unit/models/mfa_forbidden_request_error_spec.rb +0 -34
  353. data/spec/unit/models/mfa_request_error_spec.rb +0 -40
  354. data/spec/unit/models/mfa_unauthorized_request_error_spec.rb +0 -34
  355. data/spec/unit/models/page_info_spec.rb +0 -52
  356. data/spec/unit/models/priority_enum_spec.rb +0 -28
  357. data/spec/unit/models/recording_available_callback_spec.rb +0 -160
  358. data/spec/unit/models/recording_complete_callback_spec.rb +0 -160
  359. data/spec/unit/models/recording_state_enum_spec.rb +0 -28
  360. data/spec/unit/models/redirect_callback_spec.rb +0 -124
  361. data/spec/unit/models/redirect_method_enum_spec.rb +0 -28
  362. data/spec/unit/models/stir_shaken_spec.rb +0 -46
  363. data/spec/unit/models/tag_spec.rb +0 -40
  364. data/spec/unit/models/tn_lookup_request_error_spec.rb +0 -34
  365. data/spec/unit/models/transcribe_recording_spec.rb +0 -64
  366. data/spec/unit/models/transcription_available_callback_spec.rb +0 -154
  367. data/spec/unit/models/transcription_list_spec.rb +0 -34
  368. data/spec/unit/models/transcription_metadata_spec.rb +0 -52
  369. data/spec/unit/models/transcription_spec.rb +0 -40
  370. data/spec/unit/models/transfer_answer_callback_spec.rb +0 -118
  371. data/spec/unit/models/transfer_complete_callback_spec.rb +0 -136
  372. data/spec/unit/models/transfer_disconnect_callback_spec.rb +0 -148
  373. data/spec/unit/models/update_call_recording_spec.rb +0 -34
  374. data/spec/unit/models/update_call_spec.rb +0 -88
  375. data/spec/unit/models/update_conference_member_spec.rb +0 -46
  376. data/spec/unit/models/update_conference_spec.rb +0 -82
  377. data/spec/unit/models/verify_code_request_spec.rb +0 -52
  378. data/spec/unit/models/verify_code_response_spec.rb +0 -34
  379. data/spec/unit/models/voice_api_error_spec.rb +0 -46
  380. data/spec/unit/models/voice_code_response_spec.rb +0 -34
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -15,8 +15,8 @@ require 'time'
15
15
 
16
16
  module Bandwidth
17
17
  class FileFormatEnum
18
- MP3 = "mp3".freeze
19
- WAV = "wav".freeze
18
+ MP3 = 'mp3'.freeze
19
+ WAV = 'wav'.freeze
20
20
 
21
21
  def self.all_vars
22
22
  @all_vars ||= [MP3, WAV].freeze
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -124,7 +124,7 @@ module Bandwidth
124
124
  def self.openapi_types
125
125
  {
126
126
  :'event_type' => :'String',
127
- :'event_time' => :'String',
127
+ :'event_time' => :'Time',
128
128
  :'account_id' => :'String',
129
129
  :'application_id' => :'String',
130
130
  :'from' => :'String',
@@ -157,7 +157,7 @@ module Bandwidth
157
157
  # @param [Hash] attributes Model attributes in the form of hash
158
158
  def initialize(attributes = {})
159
159
  if (!attributes.is_a?(Hash))
160
- fail ArgumentError, "The input argument (attributes) must be a hash in `Bandwidth::GatherCallback` initialize method"
160
+ fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::GatherCallback` initialize method'
161
161
  end
162
162
 
163
163
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -244,6 +244,7 @@ module Bandwidth
244
244
  # Show invalid properties with the reasons. Usually used together with valid?
245
245
  # @return Array for valid properties with the reasons
246
246
  def list_invalid_properties
247
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
247
248
  invalid_properties = Array.new
248
249
  invalid_properties
249
250
  end
@@ -251,6 +252,7 @@ module Bandwidth
251
252
  # Check to see if the all the properties in the model are valid
252
253
  # @return true if the model is valid
253
254
  def valid?
255
+ warn '[DEPRECATED] the `valid?` method is obsolete'
254
256
  true
255
257
  end
256
258
 
@@ -295,37 +297,30 @@ module Bandwidth
295
297
  # @param [Hash] attributes Model attributes in the form of hash
296
298
  # @return [Object] Returns the model itself
297
299
  def self.build_from_hash(attributes)
298
- new.build_from_hash(attributes)
299
- end
300
-
301
- # Builds the object from hash
302
- # @param [Hash] attributes Model attributes in the form of hash
303
- # @return [Object] Returns the model itself
304
- def build_from_hash(attributes)
305
300
  return nil unless attributes.is_a?(Hash)
306
301
  attributes = attributes.transform_keys(&:to_sym)
307
- self.class.openapi_types.each_pair do |key, type|
308
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
309
- self.send("#{key}=", nil)
302
+ transformed_hash = {}
303
+ openapi_types.each_pair do |key, type|
304
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
305
+ transformed_hash["#{key}"] = nil
310
306
  elsif type =~ /\AArray<(.*)>/i
311
307
  # check to ensure the input is an array given that the attribute
312
308
  # is documented as an array but the input is not
313
- if attributes[self.class.attribute_map[key]].is_a?(Array)
314
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
309
+ if attributes[attribute_map[key]].is_a?(Array)
310
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
315
311
  end
316
- elsif !attributes[self.class.attribute_map[key]].nil?
317
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
312
+ elsif !attributes[attribute_map[key]].nil?
313
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
318
314
  end
319
315
  end
320
-
321
- self
316
+ new(transformed_hash)
322
317
  end
323
318
 
324
319
  # Deserializes the data based on type
325
320
  # @param string type Data type
326
321
  # @param string value Value to be deserialized
327
322
  # @return [Object] Deserialized data
328
- def _deserialize(type, value)
323
+ def self._deserialize(type, value)
329
324
  case type.to_sym
330
325
  when :Time
331
326
  Time.parse(value)
@@ -409,7 +404,5 @@ module Bandwidth
409
404
  value
410
405
  end
411
406
  end
412
-
413
407
  end
414
-
415
408
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -63,7 +63,7 @@ module Bandwidth
63
63
  # @param [Hash] attributes Model attributes in the form of hash
64
64
  def initialize(attributes = {})
65
65
  if (!attributes.is_a?(Hash))
66
- fail ArgumentError, "The input argument (attributes) must be a hash in `Bandwidth::InboundMessageCallback` initialize method"
66
+ fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::InboundMessageCallback` initialize method'
67
67
  end
68
68
 
69
69
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -76,28 +76,39 @@ module Bandwidth
76
76
 
77
77
  if attributes.key?(:'time')
78
78
  self.time = attributes[:'time']
79
+ else
80
+ self.time = nil
79
81
  end
80
82
 
81
83
  if attributes.key?(:'type')
82
84
  self.type = attributes[:'type']
85
+ else
86
+ self.type = nil
83
87
  end
84
88
 
85
89
  if attributes.key?(:'to')
86
90
  self.to = attributes[:'to']
91
+ else
92
+ self.to = nil
87
93
  end
88
94
 
89
95
  if attributes.key?(:'description')
90
96
  self.description = attributes[:'description']
97
+ else
98
+ self.description = nil
91
99
  end
92
100
 
93
101
  if attributes.key?(:'message')
94
102
  self.message = attributes[:'message']
103
+ else
104
+ self.message = nil
95
105
  end
96
106
  end
97
107
 
98
108
  # Show invalid properties with the reasons. Usually used together with valid?
99
109
  # @return Array for valid properties with the reasons
100
110
  def list_invalid_properties
111
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
101
112
  invalid_properties = Array.new
102
113
  if @time.nil?
103
114
  invalid_properties.push('invalid value for "time", time cannot be nil.')
@@ -125,6 +136,7 @@ module Bandwidth
125
136
  # Check to see if the all the properties in the model are valid
126
137
  # @return true if the model is valid
127
138
  def valid?
139
+ warn '[DEPRECATED] the `valid?` method is obsolete'
128
140
  return false if @time.nil?
129
141
  return false if @type.nil?
130
142
  return false if @to.nil?
@@ -161,37 +173,30 @@ module Bandwidth
161
173
  # @param [Hash] attributes Model attributes in the form of hash
162
174
  # @return [Object] Returns the model itself
163
175
  def self.build_from_hash(attributes)
164
- new.build_from_hash(attributes)
165
- end
166
-
167
- # Builds the object from hash
168
- # @param [Hash] attributes Model attributes in the form of hash
169
- # @return [Object] Returns the model itself
170
- def build_from_hash(attributes)
171
176
  return nil unless attributes.is_a?(Hash)
172
177
  attributes = attributes.transform_keys(&:to_sym)
173
- self.class.openapi_types.each_pair do |key, type|
174
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
175
- self.send("#{key}=", nil)
178
+ transformed_hash = {}
179
+ openapi_types.each_pair do |key, type|
180
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
181
+ transformed_hash["#{key}"] = nil
176
182
  elsif type =~ /\AArray<(.*)>/i
177
183
  # check to ensure the input is an array given that the attribute
178
184
  # is documented as an array but the input is not
179
- if attributes[self.class.attribute_map[key]].is_a?(Array)
180
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
185
+ if attributes[attribute_map[key]].is_a?(Array)
186
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
181
187
  end
182
- elsif !attributes[self.class.attribute_map[key]].nil?
183
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
188
+ elsif !attributes[attribute_map[key]].nil?
189
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
184
190
  end
185
191
  end
186
-
187
- self
192
+ new(transformed_hash)
188
193
  end
189
194
 
190
195
  # Deserializes the data based on type
191
196
  # @param string type Data type
192
197
  # @param string value Value to be deserialized
193
198
  # @return [Object] Deserialized data
194
- def _deserialize(type, value)
199
+ def self._deserialize(type, value)
195
200
  case type.to_sym
196
201
  when :Time
197
202
  Time.parse(value)
@@ -275,7 +280,5 @@ module Bandwidth
275
280
  value
276
281
  end
277
282
  end
278
-
279
283
  end
280
-
281
284
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -14,6 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module Bandwidth
17
+ # Inbound Message Callback Message Schema
17
18
  class InboundMessageCallbackMessage
18
19
  attr_accessor :id
19
20
 
@@ -112,7 +113,7 @@ module Bandwidth
112
113
  # @param [Hash] attributes Model attributes in the form of hash
113
114
  def initialize(attributes = {})
114
115
  if (!attributes.is_a?(Hash))
115
- fail ArgumentError, "The input argument (attributes) must be a hash in `Bandwidth::InboundMessageCallbackMessage` initialize method"
116
+ fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::InboundMessageCallbackMessage` initialize method'
116
117
  end
117
118
 
118
119
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -125,40 +126,58 @@ module Bandwidth
125
126
 
126
127
  if attributes.key?(:'id')
127
128
  self.id = attributes[:'id']
129
+ else
130
+ self.id = nil
128
131
  end
129
132
 
130
133
  if attributes.key?(:'owner')
131
134
  self.owner = attributes[:'owner']
135
+ else
136
+ self.owner = nil
132
137
  end
133
138
 
134
139
  if attributes.key?(:'application_id')
135
140
  self.application_id = attributes[:'application_id']
141
+ else
142
+ self.application_id = nil
136
143
  end
137
144
 
138
145
  if attributes.key?(:'time')
139
146
  self.time = attributes[:'time']
147
+ else
148
+ self.time = nil
140
149
  end
141
150
 
142
151
  if attributes.key?(:'segment_count')
143
152
  self.segment_count = attributes[:'segment_count']
153
+ else
154
+ self.segment_count = nil
144
155
  end
145
156
 
146
157
  if attributes.key?(:'direction')
147
158
  self.direction = attributes[:'direction']
159
+ else
160
+ self.direction = nil
148
161
  end
149
162
 
150
163
  if attributes.key?(:'to')
151
164
  if (value = attributes[:'to']).is_a?(Array)
152
165
  self.to = value
153
166
  end
167
+ else
168
+ self.to = nil
154
169
  end
155
170
 
156
171
  if attributes.key?(:'from')
157
172
  self.from = attributes[:'from']
173
+ else
174
+ self.from = nil
158
175
  end
159
176
 
160
177
  if attributes.key?(:'text')
161
178
  self.text = attributes[:'text']
179
+ else
180
+ self.text = nil
162
181
  end
163
182
 
164
183
  if attributes.key?(:'tag')
@@ -179,6 +198,7 @@ module Bandwidth
179
198
  # Show invalid properties with the reasons. Usually used together with valid?
180
199
  # @return Array for valid properties with the reasons
181
200
  def list_invalid_properties
201
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
182
202
  invalid_properties = Array.new
183
203
  if @id.nil?
184
204
  invalid_properties.push('invalid value for "id", id cannot be nil.')
@@ -222,6 +242,7 @@ module Bandwidth
222
242
  # Check to see if the all the properties in the model are valid
223
243
  # @return true if the model is valid
224
244
  def valid?
245
+ warn '[DEPRECATED] the `valid?` method is obsolete'
225
246
  return false if @id.nil?
226
247
  return false if @owner.nil?
227
248
  return false if @application_id.nil?
@@ -279,37 +300,30 @@ module Bandwidth
279
300
  # @param [Hash] attributes Model attributes in the form of hash
280
301
  # @return [Object] Returns the model itself
281
302
  def self.build_from_hash(attributes)
282
- new.build_from_hash(attributes)
283
- end
284
-
285
- # Builds the object from hash
286
- # @param [Hash] attributes Model attributes in the form of hash
287
- # @return [Object] Returns the model itself
288
- def build_from_hash(attributes)
289
303
  return nil unless attributes.is_a?(Hash)
290
304
  attributes = attributes.transform_keys(&:to_sym)
291
- self.class.openapi_types.each_pair do |key, type|
292
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
293
- self.send("#{key}=", nil)
305
+ transformed_hash = {}
306
+ openapi_types.each_pair do |key, type|
307
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
308
+ transformed_hash["#{key}"] = nil
294
309
  elsif type =~ /\AArray<(.*)>/i
295
310
  # check to ensure the input is an array given that the attribute
296
311
  # is documented as an array but the input is not
297
- if attributes[self.class.attribute_map[key]].is_a?(Array)
298
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
312
+ if attributes[attribute_map[key]].is_a?(Array)
313
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
299
314
  end
300
- elsif !attributes[self.class.attribute_map[key]].nil?
301
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
315
+ elsif !attributes[attribute_map[key]].nil?
316
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
302
317
  end
303
318
  end
304
-
305
- self
319
+ new(transformed_hash)
306
320
  end
307
321
 
308
322
  # Deserializes the data based on type
309
323
  # @param string type Data type
310
324
  # @param string value Value to be deserialized
311
325
  # @return [Object] Deserialized data
312
- def _deserialize(type, value)
326
+ def self._deserialize(type, value)
313
327
  case type.to_sym
314
328
  when :Time
315
329
  Time.parse(value)
@@ -393,7 +407,5 @@ module Bandwidth
393
407
  value
394
408
  end
395
409
  end
396
-
397
410
  end
398
-
399
411
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -98,7 +98,7 @@ module Bandwidth
98
98
  def self.openapi_types
99
99
  {
100
100
  :'event_type' => :'String',
101
- :'event_time' => :'String',
101
+ :'event_time' => :'Time',
102
102
  :'account_id' => :'String',
103
103
  :'application_id' => :'String',
104
104
  :'from' => :'String',
@@ -122,7 +122,7 @@ module Bandwidth
122
122
  # @param [Hash] attributes Model attributes in the form of hash
123
123
  def initialize(attributes = {})
124
124
  if (!attributes.is_a?(Hash))
125
- fail ArgumentError, "The input argument (attributes) must be a hash in `Bandwidth::InitiateCallback` initialize method"
125
+ fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::InitiateCallback` initialize method'
126
126
  end
127
127
 
128
128
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -185,6 +185,7 @@ module Bandwidth
185
185
  # Show invalid properties with the reasons. Usually used together with valid?
186
186
  # @return Array for valid properties with the reasons
187
187
  def list_invalid_properties
188
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
188
189
  invalid_properties = Array.new
189
190
  invalid_properties
190
191
  end
@@ -192,6 +193,7 @@ module Bandwidth
192
193
  # Check to see if the all the properties in the model are valid
193
194
  # @return true if the model is valid
194
195
  def valid?
196
+ warn '[DEPRECATED] the `valid?` method is obsolete'
195
197
  true
196
198
  end
197
199
 
@@ -230,37 +232,30 @@ module Bandwidth
230
232
  # @param [Hash] attributes Model attributes in the form of hash
231
233
  # @return [Object] Returns the model itself
232
234
  def self.build_from_hash(attributes)
233
- new.build_from_hash(attributes)
234
- end
235
-
236
- # Builds the object from hash
237
- # @param [Hash] attributes Model attributes in the form of hash
238
- # @return [Object] Returns the model itself
239
- def build_from_hash(attributes)
240
235
  return nil unless attributes.is_a?(Hash)
241
236
  attributes = attributes.transform_keys(&:to_sym)
242
- self.class.openapi_types.each_pair do |key, type|
243
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
244
- self.send("#{key}=", nil)
237
+ transformed_hash = {}
238
+ openapi_types.each_pair do |key, type|
239
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
240
+ transformed_hash["#{key}"] = nil
245
241
  elsif type =~ /\AArray<(.*)>/i
246
242
  # check to ensure the input is an array given that the attribute
247
243
  # is documented as an array but the input is not
248
- if attributes[self.class.attribute_map[key]].is_a?(Array)
249
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
244
+ if attributes[attribute_map[key]].is_a?(Array)
245
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
250
246
  end
251
- elsif !attributes[self.class.attribute_map[key]].nil?
252
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
247
+ elsif !attributes[attribute_map[key]].nil?
248
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
253
249
  end
254
250
  end
255
-
256
- self
251
+ new(transformed_hash)
257
252
  end
258
253
 
259
254
  # Deserializes the data based on type
260
255
  # @param string type Data type
261
256
  # @param string value Value to be deserialized
262
257
  # @return [Object] Deserialized data
263
- def _deserialize(type, value)
258
+ def self._deserialize(type, value)
264
259
  case type.to_sym
265
260
  when :Time
266
261
  Time.parse(value)
@@ -344,7 +339,5 @@ module Bandwidth
344
339
  value
345
340
  end
346
341
  end
347
-
348
342
  end
349
-
350
343
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -15,8 +15,8 @@ require 'time'
15
15
 
16
16
  module Bandwidth
17
17
  class ListMessageDirectionEnum
18
- INBOUND = "INBOUND".freeze
19
- OUTBOUND = "OUTBOUND".freeze
18
+ INBOUND = 'INBOUND'.freeze
19
+ OUTBOUND = 'OUTBOUND'.freeze
20
20
 
21
21
  def self.all_vars
22
22
  @all_vars ||= [INBOUND, OUTBOUND].freeze
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 1.0.0
7
7
  Contact: letstalk@bandwidth.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.4.0
9
+ OpenAPI Generator version: 7.0.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -60,6 +60,9 @@ module Bandwidth
60
60
  # The campaign class of the message if it has one.
61
61
  attr_accessor :campaign_class
62
62
 
63
+ # The campaign ID of the message if it has one.
64
+ attr_accessor :campaign_id
65
+
63
66
  class EnumAttributeValidator
64
67
  attr_reader :datatype
65
68
  attr_reader :allowable_values
@@ -100,7 +103,8 @@ module Bandwidth
100
103
  :'message_length' => :'messageLength',
101
104
  :'attachment_count' => :'attachmentCount',
102
105
  :'recipient_count' => :'recipientCount',
103
- :'campaign_class' => :'campaignClass'
106
+ :'campaign_class' => :'campaignClass',
107
+ :'campaign_id' => :'campaignId'
104
108
  }
105
109
  end
106
110
 
@@ -121,13 +125,14 @@ module Bandwidth
121
125
  :'message_type' => :'MessageTypeEnum',
122
126
  :'segment_count' => :'Integer',
123
127
  :'error_code' => :'Integer',
124
- :'receive_time' => :'String',
128
+ :'receive_time' => :'Time',
125
129
  :'carrier_name' => :'String',
126
130
  :'message_size' => :'Integer',
127
131
  :'message_length' => :'Integer',
128
132
  :'attachment_count' => :'Integer',
129
133
  :'recipient_count' => :'Integer',
130
- :'campaign_class' => :'String'
134
+ :'campaign_class' => :'String',
135
+ :'campaign_id' => :'String'
131
136
  }
132
137
  end
133
138
 
@@ -138,7 +143,8 @@ module Bandwidth
138
143
  :'message_size',
139
144
  :'attachment_count',
140
145
  :'recipient_count',
141
- :'campaign_class'
146
+ :'campaign_class',
147
+ :'campaign_id'
142
148
  ])
143
149
  end
144
150
 
@@ -146,7 +152,7 @@ module Bandwidth
146
152
  # @param [Hash] attributes Model attributes in the form of hash
147
153
  def initialize(attributes = {})
148
154
  if (!attributes.is_a?(Hash))
149
- fail ArgumentError, "The input argument (attributes) must be a hash in `Bandwidth::ListMessageItem` initialize method"
155
+ fail ArgumentError, 'The input argument (attributes) must be a hash in `Bandwidth::ListMessageItem` initialize method'
150
156
  end
151
157
 
152
158
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -220,11 +226,16 @@ module Bandwidth
220
226
  if attributes.key?(:'campaign_class')
221
227
  self.campaign_class = attributes[:'campaign_class']
222
228
  end
229
+
230
+ if attributes.key?(:'campaign_id')
231
+ self.campaign_id = attributes[:'campaign_id']
232
+ end
223
233
  end
224
234
 
225
235
  # Show invalid properties with the reasons. Usually used together with valid?
226
236
  # @return Array for valid properties with the reasons
227
237
  def list_invalid_properties
238
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
228
239
  invalid_properties = Array.new
229
240
  invalid_properties
230
241
  end
@@ -232,6 +243,7 @@ module Bandwidth
232
243
  # Check to see if the all the properties in the model are valid
233
244
  # @return true if the model is valid
234
245
  def valid?
246
+ warn '[DEPRECATED] the `valid?` method is obsolete'
235
247
  true
236
248
  end
237
249
 
@@ -255,7 +267,8 @@ module Bandwidth
255
267
  message_length == o.message_length &&
256
268
  attachment_count == o.attachment_count &&
257
269
  recipient_count == o.recipient_count &&
258
- campaign_class == o.campaign_class
270
+ campaign_class == o.campaign_class &&
271
+ campaign_id == o.campaign_id
259
272
  end
260
273
 
261
274
  # @see the `==` method
@@ -267,44 +280,37 @@ module Bandwidth
267
280
  # Calculates hash code according to all attributes.
268
281
  # @return [Integer] Hash code
269
282
  def hash
270
- [message_id, account_id, source_tn, destination_tn, message_status, message_direction, message_type, segment_count, error_code, receive_time, carrier_name, message_size, message_length, attachment_count, recipient_count, campaign_class].hash
283
+ [message_id, account_id, source_tn, destination_tn, message_status, message_direction, message_type, segment_count, error_code, receive_time, carrier_name, message_size, message_length, attachment_count, recipient_count, campaign_class, campaign_id].hash
271
284
  end
272
285
 
273
286
  # Builds the object from hash
274
287
  # @param [Hash] attributes Model attributes in the form of hash
275
288
  # @return [Object] Returns the model itself
276
289
  def self.build_from_hash(attributes)
277
- new.build_from_hash(attributes)
278
- end
279
-
280
- # Builds the object from hash
281
- # @param [Hash] attributes Model attributes in the form of hash
282
- # @return [Object] Returns the model itself
283
- def build_from_hash(attributes)
284
290
  return nil unless attributes.is_a?(Hash)
285
291
  attributes = attributes.transform_keys(&:to_sym)
286
- self.class.openapi_types.each_pair do |key, type|
287
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
288
- self.send("#{key}=", nil)
292
+ transformed_hash = {}
293
+ openapi_types.each_pair do |key, type|
294
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
295
+ transformed_hash["#{key}"] = nil
289
296
  elsif type =~ /\AArray<(.*)>/i
290
297
  # check to ensure the input is an array given that the attribute
291
298
  # is documented as an array but the input is not
292
- if attributes[self.class.attribute_map[key]].is_a?(Array)
293
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
299
+ if attributes[attribute_map[key]].is_a?(Array)
300
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
294
301
  end
295
- elsif !attributes[self.class.attribute_map[key]].nil?
296
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
302
+ elsif !attributes[attribute_map[key]].nil?
303
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
297
304
  end
298
305
  end
299
-
300
- self
306
+ new(transformed_hash)
301
307
  end
302
308
 
303
309
  # Deserializes the data based on type
304
310
  # @param string type Data type
305
311
  # @param string value Value to be deserialized
306
312
  # @return [Object] Deserialized data
307
- def _deserialize(type, value)
313
+ def self._deserialize(type, value)
308
314
  case type.to_sym
309
315
  when :Time
310
316
  Time.parse(value)
@@ -388,7 +394,5 @@ module Bandwidth
388
394
  value
389
395
  end
390
396
  end
391
-
392
397
  end
393
-
394
398
  end