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
 
@@ -21,9 +21,9 @@ module Bandwidth
21
21
  end
22
22
  # Download Conference Recording
23
23
  # Downloads the specified recording file.
24
- # @param account_id [String] Your Bandwidth Account ID
25
- # @param conference_id [String] Programmable Voice API Conference ID
26
- # @param recording_id [String] Programmable Voice API Recording ID
24
+ # @param account_id [String] Your Bandwidth Account ID.
25
+ # @param conference_id [String] Programmable Voice API Conference ID.
26
+ # @param recording_id [String] Programmable Voice API Recording ID.
27
27
  # @param [Hash] opts the optional parameters
28
28
  # @return [File]
29
29
  def download_conference_recording(account_id, conference_id, recording_id, opts = {})
@@ -33,9 +33,9 @@ module Bandwidth
33
33
 
34
34
  # Download Conference Recording
35
35
  # Downloads the specified recording file.
36
- # @param account_id [String] Your Bandwidth Account ID
37
- # @param conference_id [String] Programmable Voice API Conference ID
38
- # @param recording_id [String] Programmable Voice API Recording ID
36
+ # @param account_id [String] Your Bandwidth Account ID.
37
+ # @param conference_id [String] Programmable Voice API Conference ID.
38
+ # @param recording_id [String] Programmable Voice API Recording ID.
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
41
41
  def download_conference_recording_with_http_info(account_id, conference_id, recording_id, opts = {})
@@ -96,8 +96,8 @@ module Bandwidth
96
96
 
97
97
  # Get Conference Information
98
98
  # Returns information about the specified conference.
99
- # @param account_id [String] Your Bandwidth Account ID
100
- # @param conference_id [String] Programmable Voice API Conference ID
99
+ # @param account_id [String] Your Bandwidth Account ID.
100
+ # @param conference_id [String] Programmable Voice API Conference ID.
101
101
  # @param [Hash] opts the optional parameters
102
102
  # @return [Conference]
103
103
  def get_conference(account_id, conference_id, opts = {})
@@ -107,8 +107,8 @@ module Bandwidth
107
107
 
108
108
  # Get Conference Information
109
109
  # Returns information about the specified conference.
110
- # @param account_id [String] Your Bandwidth Account ID
111
- # @param conference_id [String] Programmable Voice API Conference ID
110
+ # @param account_id [String] Your Bandwidth Account ID.
111
+ # @param conference_id [String] Programmable Voice API Conference ID.
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [Array<(Conference, Integer, Hash)>] Conference data, response status code and response headers
114
114
  def get_conference_with_http_info(account_id, conference_id, opts = {})
@@ -165,9 +165,9 @@ module Bandwidth
165
165
 
166
166
  # Get Conference Member
167
167
  # Returns information about the specified conference member.
168
- # @param account_id [String] Your Bandwidth Account ID
169
- # @param conference_id [String] Programmable Voice API Conference ID
170
- # @param member_id [String] Programmable Voice API Conference Member ID
168
+ # @param account_id [String] Your Bandwidth Account ID.
169
+ # @param conference_id [String] Programmable Voice API Conference ID.
170
+ # @param member_id [String] Programmable Voice API Conference Member ID.
171
171
  # @param [Hash] opts the optional parameters
172
172
  # @return [ConferenceMember]
173
173
  def get_conference_member(account_id, conference_id, member_id, opts = {})
@@ -177,9 +177,9 @@ module Bandwidth
177
177
 
178
178
  # Get Conference Member
179
179
  # Returns information about the specified conference member.
180
- # @param account_id [String] Your Bandwidth Account ID
181
- # @param conference_id [String] Programmable Voice API Conference ID
182
- # @param member_id [String] Programmable Voice API Conference Member ID
180
+ # @param account_id [String] Your Bandwidth Account ID.
181
+ # @param conference_id [String] Programmable Voice API Conference ID.
182
+ # @param member_id [String] Programmable Voice API Conference Member ID.
183
183
  # @param [Hash] opts the optional parameters
184
184
  # @return [Array<(ConferenceMember, Integer, Hash)>] ConferenceMember data, response status code and response headers
185
185
  def get_conference_member_with_http_info(account_id, conference_id, member_id, opts = {})
@@ -240,9 +240,9 @@ module Bandwidth
240
240
 
241
241
  # Get Conference Recording Information
242
242
  # Returns metadata for the specified recording.
243
- # @param account_id [String] Your Bandwidth Account ID
244
- # @param conference_id [String] Programmable Voice API Conference ID
245
- # @param recording_id [String] Programmable Voice API Recording ID
243
+ # @param account_id [String] Your Bandwidth Account ID.
244
+ # @param conference_id [String] Programmable Voice API Conference ID.
245
+ # @param recording_id [String] Programmable Voice API Recording ID.
246
246
  # @param [Hash] opts the optional parameters
247
247
  # @return [ConferenceRecordingMetadata]
248
248
  def get_conference_recording(account_id, conference_id, recording_id, opts = {})
@@ -252,9 +252,9 @@ module Bandwidth
252
252
 
253
253
  # Get Conference Recording Information
254
254
  # Returns metadata for the specified recording.
255
- # @param account_id [String] Your Bandwidth Account ID
256
- # @param conference_id [String] Programmable Voice API Conference ID
257
- # @param recording_id [String] Programmable Voice API Recording ID
255
+ # @param account_id [String] Your Bandwidth Account ID.
256
+ # @param conference_id [String] Programmable Voice API Conference ID.
257
+ # @param recording_id [String] Programmable Voice API Recording ID.
258
258
  # @param [Hash] opts the optional parameters
259
259
  # @return [Array<(ConferenceRecordingMetadata, Integer, Hash)>] ConferenceRecordingMetadata data, response status code and response headers
260
260
  def get_conference_recording_with_http_info(account_id, conference_id, recording_id, opts = {})
@@ -315,8 +315,8 @@ module Bandwidth
315
315
 
316
316
  # Get Conference Recordings
317
317
  # Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.
318
- # @param account_id [String] Your Bandwidth Account ID
319
- # @param conference_id [String] Programmable Voice API Conference ID
318
+ # @param account_id [String] Your Bandwidth Account ID.
319
+ # @param conference_id [String] Programmable Voice API Conference ID.
320
320
  # @param [Hash] opts the optional parameters
321
321
  # @return [Array<ConferenceRecordingMetadata>]
322
322
  def list_conference_recordings(account_id, conference_id, opts = {})
@@ -326,8 +326,8 @@ module Bandwidth
326
326
 
327
327
  # Get Conference Recordings
328
328
  # Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.
329
- # @param account_id [String] Your Bandwidth Account ID
330
- # @param conference_id [String] Programmable Voice API Conference ID
329
+ # @param account_id [String] Your Bandwidth Account ID.
330
+ # @param conference_id [String] Programmable Voice API Conference ID.
331
331
  # @param [Hash] opts the optional parameters
332
332
  # @return [Array<(Array<ConferenceRecordingMetadata>, Integer, Hash)>] Array<ConferenceRecordingMetadata> data, response status code and response headers
333
333
  def list_conference_recordings_with_http_info(account_id, conference_id, opts = {})
@@ -384,7 +384,7 @@ module Bandwidth
384
384
 
385
385
  # Get Conferences
386
386
  # Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest. **NOTE:** If the number of conferences in the account is bigger than `pageSize`, a `Link` header (with format `<{url}>; rel=\"next\"`) will be returned in the response. The url can be used to retrieve the next page of conference records.
387
- # @param account_id [String] Your Bandwidth Account ID
387
+ # @param account_id [String] Your Bandwidth Account ID.
388
388
  # @param [Hash] opts the optional parameters
389
389
  # @option opts [String] :name Filter results by the &#x60;name&#x60; field.
390
390
  # @option opts [String] :min_created_time Filter results to conferences which have a &#x60;createdTime&#x60; after or at &#x60;minCreatedTime&#x60; (in ISO8601 format).
@@ -399,7 +399,7 @@ module Bandwidth
399
399
 
400
400
  # Get Conferences
401
401
  # Returns a max of 1000 conferences, sorted by &#x60;createdTime&#x60; from oldest to newest. **NOTE:** If the number of conferences in the account is bigger than &#x60;pageSize&#x60;, a &#x60;Link&#x60; header (with format &#x60;&lt;{url}&gt;; rel&#x3D;\&quot;next\&quot;&#x60;) will be returned in the response. The url can be used to retrieve the next page of conference records.
402
- # @param account_id [String] Your Bandwidth Account ID
402
+ # @param account_id [String] Your Bandwidth Account ID.
403
403
  # @param [Hash] opts the optional parameters
404
404
  # @option opts [String] :name Filter results by the &#x60;name&#x60; field.
405
405
  # @option opts [String] :min_created_time Filter results to conferences which have a &#x60;createdTime&#x60; after or at &#x60;minCreatedTime&#x60; (in ISO8601 format).
@@ -470,8 +470,8 @@ module Bandwidth
470
470
 
471
471
  # Update Conference
472
472
  # Update the conference state.
473
- # @param account_id [String] Your Bandwidth Account ID
474
- # @param conference_id [String] Programmable Voice API Conference ID
473
+ # @param account_id [String] Your Bandwidth Account ID.
474
+ # @param conference_id [String] Programmable Voice API Conference ID.
475
475
  # @param update_conference [UpdateConference]
476
476
  # @param [Hash] opts the optional parameters
477
477
  # @return [nil]
@@ -482,8 +482,8 @@ module Bandwidth
482
482
 
483
483
  # Update Conference
484
484
  # Update the conference state.
485
- # @param account_id [String] Your Bandwidth Account ID
486
- # @param conference_id [String] Programmable Voice API Conference ID
485
+ # @param account_id [String] Your Bandwidth Account ID.
486
+ # @param conference_id [String] Programmable Voice API Conference ID.
487
487
  # @param update_conference [UpdateConference]
488
488
  # @param [Hash] opts the optional parameters
489
489
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -516,7 +516,7 @@ module Bandwidth
516
516
  # HTTP header 'Content-Type'
517
517
  content_type = @api_client.select_header_content_type(['application/json'])
518
518
  if !content_type.nil?
519
- header_params['Content-Type'] = content_type
519
+ header_params['Content-Type'] = content_type
520
520
  end
521
521
 
522
522
  # form parameters
@@ -550,8 +550,8 @@ module Bandwidth
550
550
 
551
551
  # Update Conference BXML
552
552
  # Update the conference BXML document.
553
- # @param account_id [String] Your Bandwidth Account ID
554
- # @param conference_id [String] Programmable Voice API Conference ID
553
+ # @param account_id [String] Your Bandwidth Account ID.
554
+ # @param conference_id [String] Programmable Voice API Conference ID.
555
555
  # @param body [String]
556
556
  # @param [Hash] opts the optional parameters
557
557
  # @return [nil]
@@ -562,8 +562,8 @@ module Bandwidth
562
562
 
563
563
  # Update Conference BXML
564
564
  # Update the conference BXML document.
565
- # @param account_id [String] Your Bandwidth Account ID
566
- # @param conference_id [String] Programmable Voice API Conference ID
565
+ # @param account_id [String] Your Bandwidth Account ID.
566
+ # @param conference_id [String] Programmable Voice API Conference ID.
567
567
  # @param body [String]
568
568
  # @param [Hash] opts the optional parameters
569
569
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -596,7 +596,7 @@ module Bandwidth
596
596
  # HTTP header 'Content-Type'
597
597
  content_type = @api_client.select_header_content_type(['application/xml'])
598
598
  if !content_type.nil?
599
- header_params['Content-Type'] = content_type
599
+ header_params['Content-Type'] = content_type
600
600
  end
601
601
 
602
602
  # form parameters
@@ -630,9 +630,9 @@ module Bandwidth
630
630
 
631
631
  # Update Conference Member
632
632
  # Updates settings for a particular conference member.
633
- # @param account_id [String] Your Bandwidth Account ID
634
- # @param conference_id [String] Programmable Voice API Conference ID
635
- # @param member_id [String] Programmable Voice API Conference Member ID
633
+ # @param account_id [String] Your Bandwidth Account ID.
634
+ # @param conference_id [String] Programmable Voice API Conference ID.
635
+ # @param member_id [String] Programmable Voice API Conference Member ID.
636
636
  # @param update_conference_member [UpdateConferenceMember]
637
637
  # @param [Hash] opts the optional parameters
638
638
  # @return [nil]
@@ -643,9 +643,9 @@ module Bandwidth
643
643
 
644
644
  # Update Conference Member
645
645
  # Updates settings for a particular conference member.
646
- # @param account_id [String] Your Bandwidth Account ID
647
- # @param conference_id [String] Programmable Voice API Conference ID
648
- # @param member_id [String] Programmable Voice API Conference Member ID
646
+ # @param account_id [String] Your Bandwidth Account ID.
647
+ # @param conference_id [String] Programmable Voice API Conference ID.
648
+ # @param member_id [String] Programmable Voice API Conference Member ID.
649
649
  # @param update_conference_member [UpdateConferenceMember]
650
650
  # @param [Hash] opts the optional parameters
651
651
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
@@ -682,7 +682,7 @@ module Bandwidth
682
682
  # HTTP header 'Content-Type'
683
683
  content_type = @api_client.select_header_content_type(['application/json'])
684
684
  if !content_type.nil?
685
- header_params['Content-Type'] = content_type
685
+ header_params['Content-Type'] = content_type
686
686
  end
687
687
 
688
688
  # form parameters
@@ -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
 
@@ -275,7 +275,7 @@ module Bandwidth
275
275
  # HTTP header 'Content-Type'
276
276
  content_type = @api_client.select_header_content_type(['application/json', 'application/ogg', 'application/pdf', 'application/rtf', 'application/zip', 'application/x-tar', 'application/xml', 'application/gzip', 'application/x-bzip2', 'application/x-gzip', 'application/smil', 'application/javascript', 'audio/mp4', 'audio/mpeg', 'audio/ogg', 'audio/flac', 'audio/webm', 'audio/wav', 'audio/amr', 'audio/3gpp', 'image/bmp', 'image/gif', 'image/jpeg', 'image/pjpeg', 'image/png', 'image/svg+xml', 'image/tiff', 'image/webp', 'image/x-icon', 'text/css', 'text/csv', 'text/calendar', 'text/plain', 'text/javascript', 'text/vcard', 'text/vnd.wap.wml', 'text/xml', 'video/avi', 'video/mp4', 'video/mpeg', 'video/ogg', 'video/quicktime', 'video/webm', 'video/x-ms-wmv'])
277
277
  if !content_type.nil?
278
- header_params['Content-Type'] = content_type
278
+ header_params['Content-Type'] = content_type
279
279
  end
280
280
  header_params[:'Content-Type'] = opts[:'content_type'] if !opts[:'content_type'].nil?
281
281
  header_params[:'Cache-Control'] = opts[:'cache_control'] if !opts[:'cache_control'].nil?
@@ -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
 
@@ -61,7 +61,7 @@ module Bandwidth
61
61
  # HTTP header 'Content-Type'
62
62
  content_type = @api_client.select_header_content_type(['application/json'])
63
63
  if !content_type.nil?
64
- header_params['Content-Type'] = content_type
64
+ header_params['Content-Type'] = content_type
65
65
  end
66
66
 
67
67
  # form parameters
@@ -107,9 +107,11 @@ module Bandwidth
107
107
  # @option opts [Integer] :error_code The error code of the message.
108
108
  # @option opts [String] :from_date_time The start of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.
109
109
  # @option opts [String] :to_date_time The end of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.
110
+ # @option opts [String] :campaign_id The campaign ID of the message.
110
111
  # @option opts [String] :sort The field and direction to sort by combined with a colon. Direction is either asc or desc.
111
112
  # @option opts [String] :page_token A base64 encoded value used for pagination of results.
112
113
  # @option opts [Integer] :limit The maximum records requested in search result. Default 100. The sum of limit and after cannot be more than 10000.
114
+ # @option opts [Boolean] :limit_total_count When set to true, the response&#39;s totalCount field will have a maximum value of 10,000. When set to false, or excluded, this will give an accurate totalCount of all messages that match the provided filters. If you are experiencing latency, try using this parameter to limit your results.
113
115
  # @return [MessagesList]
114
116
  def list_messages(account_id, opts = {})
115
117
  data, _status_code, _headers = list_messages_with_http_info(account_id, opts)
@@ -130,9 +132,11 @@ module Bandwidth
130
132
  # @option opts [Integer] :error_code The error code of the message.
131
133
  # @option opts [String] :from_date_time The start of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.
132
134
  # @option opts [String] :to_date_time The end of the date range to search in ISO 8601 format. Uses the message receive time. The date range to search in is currently 14 days.
135
+ # @option opts [String] :campaign_id The campaign ID of the message.
133
136
  # @option opts [String] :sort The field and direction to sort by combined with a colon. Direction is either asc or desc.
134
137
  # @option opts [String] :page_token A base64 encoded value used for pagination of results.
135
138
  # @option opts [Integer] :limit The maximum records requested in search result. Default 100. The sum of limit and after cannot be more than 10000.
139
+ # @option opts [Boolean] :limit_total_count When set to true, the response&#39;s totalCount field will have a maximum value of 10,000. When set to false, or excluded, this will give an accurate totalCount of all messages that match the provided filters. If you are experiencing latency, try using this parameter to limit your results.
136
140
  # @return [Array<(MessagesList, Integer, Hash)>] MessagesList data, response status code and response headers
137
141
  def list_messages_with_http_info(account_id, opts = {})
138
142
  if @api_client.config.debugging
@@ -157,9 +161,11 @@ module Bandwidth
157
161
  query_params[:'errorCode'] = opts[:'error_code'] if !opts[:'error_code'].nil?
158
162
  query_params[:'fromDateTime'] = opts[:'from_date_time'] if !opts[:'from_date_time'].nil?
159
163
  query_params[:'toDateTime'] = opts[:'to_date_time'] if !opts[:'to_date_time'].nil?
164
+ query_params[:'campaignId'] = opts[:'campaign_id'] if !opts[:'campaign_id'].nil?
160
165
  query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
161
166
  query_params[:'pageToken'] = opts[:'page_token'] if !opts[:'page_token'].nil?
162
167
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
168
+ query_params[:'limitTotalCount'] = opts[:'limit_total_count'] if !opts[:'limit_total_count'].nil?
163
169
 
164
170
  # header parameters
165
171
  header_params = opts[:header_params] || {}
@@ -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
 
@@ -21,7 +21,7 @@ module Bandwidth
21
21
  end
22
22
  # Messaging Authentication Code
23
23
  # Send an MFA code via text message (SMS).
24
- # @param account_id [String] Bandwidth Account ID with Voice service enabled.
24
+ # @param account_id [String] Your Bandwidth Account ID.
25
25
  # @param code_request [CodeRequest] MFA code request body.
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @return [MessagingCodeResponse]
@@ -32,7 +32,7 @@ module Bandwidth
32
32
 
33
33
  # Messaging Authentication Code
34
34
  # Send an MFA code via text message (SMS).
35
- # @param account_id [String] Bandwidth Account ID with Voice service enabled.
35
+ # @param account_id [String] Your Bandwidth Account ID.
36
36
  # @param code_request [CodeRequest] MFA code request body.
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @return [Array<(MessagingCodeResponse, Integer, Hash)>] MessagingCodeResponse data, response status code and response headers
@@ -61,7 +61,7 @@ module Bandwidth
61
61
  # HTTP header 'Content-Type'
62
62
  content_type = @api_client.select_header_content_type(['application/json'])
63
63
  if !content_type.nil?
64
- header_params['Content-Type'] = content_type
64
+ header_params['Content-Type'] = content_type
65
65
  end
66
66
 
67
67
  # form parameters
@@ -95,7 +95,7 @@ module Bandwidth
95
95
 
96
96
  # Voice Authentication Code
97
97
  # Send an MFA Code via a phone call.
98
- # @param account_id [String] Bandwidth Account ID with Voice service enabled.
98
+ # @param account_id [String] Your Bandwidth Account ID.
99
99
  # @param code_request [CodeRequest] MFA code request body.
100
100
  # @param [Hash] opts the optional parameters
101
101
  # @return [VoiceCodeResponse]
@@ -106,7 +106,7 @@ module Bandwidth
106
106
 
107
107
  # Voice Authentication Code
108
108
  # Send an MFA Code via a phone call.
109
- # @param account_id [String] Bandwidth Account ID with Voice service enabled.
109
+ # @param account_id [String] Your Bandwidth Account ID.
110
110
  # @param code_request [CodeRequest] MFA code request body.
111
111
  # @param [Hash] opts the optional parameters
112
112
  # @return [Array<(VoiceCodeResponse, Integer, Hash)>] VoiceCodeResponse data, response status code and response headers
@@ -135,7 +135,7 @@ module Bandwidth
135
135
  # HTTP header 'Content-Type'
136
136
  content_type = @api_client.select_header_content_type(['application/json'])
137
137
  if !content_type.nil?
138
- header_params['Content-Type'] = content_type
138
+ header_params['Content-Type'] = content_type
139
139
  end
140
140
 
141
141
  # form parameters
@@ -169,7 +169,7 @@ module Bandwidth
169
169
 
170
170
  # Verify Authentication Code
171
171
  # Verify a previously sent MFA code.
172
- # @param account_id [String] Bandwidth Account ID with Voice service enabled.
172
+ # @param account_id [String] Your Bandwidth Account ID.
173
173
  # @param verify_code_request [VerifyCodeRequest] MFA code verify request body.
174
174
  # @param [Hash] opts the optional parameters
175
175
  # @return [VerifyCodeResponse]
@@ -180,7 +180,7 @@ module Bandwidth
180
180
 
181
181
  # Verify Authentication Code
182
182
  # Verify a previously sent MFA code.
183
- # @param account_id [String] Bandwidth Account ID with Voice service enabled.
183
+ # @param account_id [String] Your Bandwidth Account ID.
184
184
  # @param verify_code_request [VerifyCodeRequest] MFA code verify request body.
185
185
  # @param [Hash] opts the optional parameters
186
186
  # @return [Array<(VerifyCodeResponse, Integer, Hash)>] VerifyCodeResponse data, response status code and response headers
@@ -209,7 +209,7 @@ module Bandwidth
209
209
  # HTTP header 'Content-Type'
210
210
  content_type = @api_client.select_header_content_type(['application/json'])
211
211
  if !content_type.nil?
212
- header_params['Content-Type'] = content_type
212
+ header_params['Content-Type'] = content_type
213
213
  end
214
214
 
215
215
  # form parameters
@@ -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
 
@@ -21,7 +21,7 @@ module Bandwidth
21
21
  end
22
22
  # Create Lookup
23
23
  # Create a Phone Number Lookup Request.
24
- # @param account_id [String] The ID of the Bandwidth account that the user belongs to.
24
+ # @param account_id [String] Your Bandwidth Account ID.
25
25
  # @param lookup_request [LookupRequest] Phone number lookup request.
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @return [CreateLookupResponse]
@@ -32,7 +32,7 @@ module Bandwidth
32
32
 
33
33
  # Create Lookup
34
34
  # Create a Phone Number Lookup Request.
35
- # @param account_id [String] The ID of the Bandwidth account that the user belongs to.
35
+ # @param account_id [String] Your Bandwidth Account ID.
36
36
  # @param lookup_request [LookupRequest] Phone number lookup request.
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @return [Array<(CreateLookupResponse, Integer, Hash)>] CreateLookupResponse data, response status code and response headers
@@ -61,7 +61,7 @@ module Bandwidth
61
61
  # HTTP header 'Content-Type'
62
62
  content_type = @api_client.select_header_content_type(['application/json'])
63
63
  if !content_type.nil?
64
- header_params['Content-Type'] = content_type
64
+ header_params['Content-Type'] = content_type
65
65
  end
66
66
 
67
67
  # form parameters
@@ -95,7 +95,7 @@ module Bandwidth
95
95
 
96
96
  # Get Lookup Request Status
97
97
  # Get an existing Phone Number Lookup Request.
98
- # @param account_id [String] The ID of the Bandwidth account that the user belongs to.
98
+ # @param account_id [String] Your Bandwidth Account ID.
99
99
  # @param request_id [String] The phone number lookup request ID from Bandwidth.
100
100
  # @param [Hash] opts the optional parameters
101
101
  # @return [LookupStatus]
@@ -106,7 +106,7 @@ module Bandwidth
106
106
 
107
107
  # Get Lookup Request Status
108
108
  # Get an existing Phone Number Lookup Request.
109
- # @param account_id [String] The ID of the Bandwidth account that the user belongs to.
109
+ # @param account_id [String] Your Bandwidth Account ID.
110
110
  # @param request_id [String] The phone number lookup request ID from Bandwidth.
111
111
  # @param [Hash] opts the optional parameters
112
112
  # @return [Array<(LookupStatus, Integer, Hash)>] LookupStatus data, response status code and response headers