bandwidth-sdk 18.1.3 → 18.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +56 -10
  3. data/README.md +2 -0
  4. data/UPDATING_MODEL_TESTS.md +17 -2
  5. data/bandwidth-sdk.gemspec +2 -2
  6. data/bandwidth.yml +190 -51
  7. data/coverage/.last_run.json +1 -1
  8. data/coverage/.resultset.json +819 -144
  9. data/coverage/index.html +15708 -8440
  10. data/custom_templates/configuration.mustache +6 -2
  11. data/custom_templates/gemspec.mustache +1 -1
  12. data/docs/AnswerCallback.md +4 -2
  13. data/docs/BridgeCompleteCallback.md +1 -1
  14. data/docs/BridgeTargetCompleteCallback.md +1 -1
  15. data/docs/ConferenceCompletedCallback.md +1 -1
  16. data/docs/ConferenceCreatedCallback.md +1 -1
  17. data/docs/ConferenceMemberExitCallback.md +1 -1
  18. data/docs/ConferenceMemberJoinCallback.md +1 -1
  19. data/docs/ConferenceRecordingAvailableCallback.md +1 -1
  20. data/docs/ConferenceRedirectCallback.md +1 -1
  21. data/docs/DisconnectCallback.md +6 -2
  22. data/docs/DtmfCallback.md +1 -1
  23. data/docs/GatherCallback.md +1 -1
  24. data/docs/InitiateCallback.md +6 -2
  25. data/docs/MachineDetectionCompleteCallback.md +1 -1
  26. data/docs/MediaApi.md +8 -8
  27. data/docs/MessagesApi.md +4 -4
  28. data/docs/MultiChannelApi.md +2 -2
  29. data/docs/RbmActionBase.md +1 -1
  30. data/docs/RbmSuggestionResponse.md +1 -1
  31. data/docs/RecordingAvailableCallback.md +1 -1
  32. data/docs/RecordingCompleteCallback.md +1 -1
  33. data/docs/RedirectCallback.md +1 -1
  34. data/docs/ReferCallStatusEnum.md +15 -0
  35. data/docs/ReferCompleteCallback.md +46 -0
  36. data/docs/TranscriptionAvailableCallback.md +1 -1
  37. data/docs/TransferAnswerCallback.md +1 -1
  38. data/docs/TransferCompleteCallback.md +1 -1
  39. data/docs/TransferDisconnectCallback.md +1 -1
  40. data/lib/bandwidth-sdk/api/calls_api.rb +6 -6
  41. data/lib/bandwidth-sdk/api/conferences_api.rb +10 -10
  42. data/lib/bandwidth-sdk/api/endpoints_api.rb +6 -6
  43. data/lib/bandwidth-sdk/api/media_api.rb +13 -13
  44. data/lib/bandwidth-sdk/api/messages_api.rb +7 -7
  45. data/lib/bandwidth-sdk/api/mfa_api.rb +4 -4
  46. data/lib/bandwidth-sdk/api/multi_channel_api.rb +4 -4
  47. data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +4 -4
  48. data/lib/bandwidth-sdk/api/recordings_api.rb +11 -11
  49. data/lib/bandwidth-sdk/api/statistics_api.rb +2 -2
  50. data/lib/bandwidth-sdk/api/toll_free_verification_api.rb +9 -9
  51. data/lib/bandwidth-sdk/api/transcriptions_api.rb +4 -4
  52. data/lib/bandwidth-sdk/api_client.rb +1 -1
  53. data/lib/bandwidth-sdk/api_error.rb +1 -1
  54. data/lib/bandwidth-sdk/api_model_base.rb +1 -1
  55. data/lib/bandwidth-sdk/configuration.rb +7 -3
  56. data/lib/bandwidth-sdk/models/account_statistics.rb +1 -1
  57. data/lib/bandwidth-sdk/models/additional_denial_reason.rb +1 -1
  58. data/lib/bandwidth-sdk/models/address.rb +1 -1
  59. data/lib/bandwidth-sdk/models/answer_callback.rb +17 -7
  60. data/lib/bandwidth-sdk/models/async_lookup_request.rb +1 -1
  61. data/lib/bandwidth-sdk/models/blocked_webhook.rb +1 -1
  62. data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +2 -2
  63. data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +2 -2
  64. data/lib/bandwidth-sdk/models/brtc_error.rb +1 -1
  65. data/lib/bandwidth-sdk/models/brtc_error_response.rb +1 -1
  66. data/lib/bandwidth-sdk/models/brtc_error_source.rb +1 -1
  67. data/lib/bandwidth-sdk/models/brtc_link.rb +1 -1
  68. data/lib/bandwidth-sdk/models/business_entity_type_enum.rb +1 -1
  69. data/lib/bandwidth-sdk/models/business_registration_type_enum.rb +1 -1
  70. data/lib/bandwidth-sdk/models/bxml/root.rb +1 -1
  71. data/lib/bandwidth-sdk/models/bxml/verb.rb +1 -1
  72. data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +1 -1
  73. data/lib/bandwidth-sdk/models/bxml/verbs/refer.rb +24 -0
  74. data/lib/bandwidth-sdk/models/bxml/verbs/sip_uri.rb +3 -1
  75. data/lib/bandwidth-sdk/models/bxml/verbs/speak_sentence.rb +1 -1
  76. data/lib/bandwidth-sdk/models/call_direction_enum.rb +1 -1
  77. data/lib/bandwidth-sdk/models/call_recording_metadata.rb +1 -1
  78. data/lib/bandwidth-sdk/models/call_state.rb +1 -1
  79. data/lib/bandwidth-sdk/models/call_state_enum.rb +1 -1
  80. data/lib/bandwidth-sdk/models/call_transcription.rb +1 -1
  81. data/lib/bandwidth-sdk/models/call_transcription_detected_language_enum.rb +1 -1
  82. data/lib/bandwidth-sdk/models/call_transcription_metadata.rb +1 -1
  83. data/lib/bandwidth-sdk/models/call_transcription_response.rb +1 -1
  84. data/lib/bandwidth-sdk/models/call_transcription_track_enum.rb +1 -1
  85. data/lib/bandwidth-sdk/models/callback.rb +1 -1
  86. data/lib/bandwidth-sdk/models/callback_method_enum.rb +1 -1
  87. data/lib/bandwidth-sdk/models/card_width_enum.rb +1 -1
  88. data/lib/bandwidth-sdk/models/code_request.rb +1 -1
  89. data/lib/bandwidth-sdk/models/completed_lookup_status_enum.rb +1 -1
  90. data/lib/bandwidth-sdk/models/conference.rb +1 -1
  91. data/lib/bandwidth-sdk/models/conference_completed_callback.rb +2 -2
  92. data/lib/bandwidth-sdk/models/conference_created_callback.rb +2 -2
  93. data/lib/bandwidth-sdk/models/conference_member.rb +1 -1
  94. data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +2 -2
  95. data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +2 -2
  96. data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +2 -2
  97. data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +1 -1
  98. data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +2 -2
  99. data/lib/bandwidth-sdk/models/conference_state_enum.rb +1 -1
  100. data/lib/bandwidth-sdk/models/contact.rb +1 -1
  101. data/lib/bandwidth-sdk/models/create_async_bulk_lookup_response.rb +1 -1
  102. data/lib/bandwidth-sdk/models/create_async_bulk_lookup_response_data.rb +1 -1
  103. data/lib/bandwidth-sdk/models/create_call.rb +1 -1
  104. data/lib/bandwidth-sdk/models/create_call_response.rb +1 -1
  105. data/lib/bandwidth-sdk/models/create_endpoint_request_base.rb +1 -1
  106. data/lib/bandwidth-sdk/models/create_endpoint_response.rb +1 -1
  107. data/lib/bandwidth-sdk/models/create_endpoint_response_data.rb +1 -1
  108. data/lib/bandwidth-sdk/models/create_message_request_error.rb +1 -1
  109. data/lib/bandwidth-sdk/models/create_multi_channel_message_response.rb +1 -1
  110. data/lib/bandwidth-sdk/models/create_sync_lookup_response.rb +1 -1
  111. data/lib/bandwidth-sdk/models/create_sync_lookup_response_data.rb +1 -1
  112. data/lib/bandwidth-sdk/models/create_web_rtc_connection_request.rb +1 -1
  113. data/lib/bandwidth-sdk/models/deactivation_event_enum.rb +1 -1
  114. data/lib/bandwidth-sdk/models/device.rb +1 -1
  115. data/lib/bandwidth-sdk/models/device_status_enum.rb +1 -1
  116. data/lib/bandwidth-sdk/models/disconnect_callback.rb +27 -7
  117. data/lib/bandwidth-sdk/models/diversion.rb +1 -1
  118. data/lib/bandwidth-sdk/models/dtmf_callback.rb +2 -2
  119. data/lib/bandwidth-sdk/models/endpoint.rb +1 -1
  120. data/lib/bandwidth-sdk/models/endpoint_direction_enum.rb +1 -1
  121. data/lib/bandwidth-sdk/models/endpoint_event.rb +1 -1
  122. data/lib/bandwidth-sdk/models/endpoint_event_type_enum.rb +1 -1
  123. data/lib/bandwidth-sdk/models/endpoint_response.rb +1 -1
  124. data/lib/bandwidth-sdk/models/endpoint_status_enum.rb +1 -1
  125. data/lib/bandwidth-sdk/models/endpoint_type_enum.rb +1 -1
  126. data/lib/bandwidth-sdk/models/endpoints.rb +1 -1
  127. data/lib/bandwidth-sdk/models/error_object.rb +1 -1
  128. data/lib/bandwidth-sdk/models/error_source.rb +1 -1
  129. data/lib/bandwidth-sdk/models/failure_webhook.rb +1 -1
  130. data/lib/bandwidth-sdk/models/field_error.rb +1 -1
  131. data/lib/bandwidth-sdk/models/file_format_enum.rb +1 -1
  132. data/lib/bandwidth-sdk/models/gather_callback.rb +2 -2
  133. data/lib/bandwidth-sdk/models/get_async_bulk_lookup_response.rb +1 -1
  134. data/lib/bandwidth-sdk/models/get_async_bulk_lookup_response_data.rb +1 -1
  135. data/lib/bandwidth-sdk/models/in_progress_lookup_status_enum.rb +1 -1
  136. data/lib/bandwidth-sdk/models/inbound_callback.rb +1 -1
  137. data/lib/bandwidth-sdk/models/inbound_callback_message.rb +1 -1
  138. data/lib/bandwidth-sdk/models/inbound_callback_type_enum.rb +1 -1
  139. data/lib/bandwidth-sdk/models/initiate_callback.rb +28 -6
  140. data/lib/bandwidth-sdk/models/latest_message_delivery_status_enum.rb +1 -1
  141. data/lib/bandwidth-sdk/models/line_type_enum.rb +1 -1
  142. data/lib/bandwidth-sdk/models/link.rb +1 -1
  143. data/lib/bandwidth-sdk/models/link_schema.rb +1 -1
  144. data/lib/bandwidth-sdk/models/links_object.rb +1 -1
  145. data/lib/bandwidth-sdk/models/list_endpoints_response.rb +1 -1
  146. data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +1 -1
  147. data/lib/bandwidth-sdk/models/list_message_item.rb +1 -1
  148. data/lib/bandwidth-sdk/models/lookup_error_response.rb +1 -1
  149. data/lib/bandwidth-sdk/models/lookup_error_schema.rb +1 -1
  150. data/lib/bandwidth-sdk/models/lookup_error_schema_meta.rb +1 -1
  151. data/lib/bandwidth-sdk/models/lookup_result.rb +1 -1
  152. data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +2 -2
  153. data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +1 -1
  154. data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +1 -1
  155. data/lib/bandwidth-sdk/models/machine_detection_result.rb +1 -1
  156. data/lib/bandwidth-sdk/models/media.rb +1 -1
  157. data/lib/bandwidth-sdk/models/message.rb +1 -1
  158. data/lib/bandwidth-sdk/models/message_direction_enum.rb +1 -1
  159. data/lib/bandwidth-sdk/models/message_request.rb +1 -1
  160. data/lib/bandwidth-sdk/models/message_status_enum.rb +1 -1
  161. data/lib/bandwidth-sdk/models/message_type_enum.rb +1 -1
  162. data/lib/bandwidth-sdk/models/messages_list.rb +1 -1
  163. data/lib/bandwidth-sdk/models/messaging_code_response.rb +1 -1
  164. data/lib/bandwidth-sdk/models/messaging_request_error.rb +1 -1
  165. data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +1 -1
  166. data/lib/bandwidth-sdk/models/mfa_request_error.rb +1 -1
  167. data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +1 -1
  168. data/lib/bandwidth-sdk/models/mms_message_content.rb +1 -1
  169. data/lib/bandwidth-sdk/models/mms_message_content_file.rb +1 -1
  170. data/lib/bandwidth-sdk/models/multi_channel_action.rb +1 -1
  171. data/lib/bandwidth-sdk/models/multi_channel_action_calendar_event.rb +1 -1
  172. data/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb +1 -1
  173. data/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb +1 -1
  174. data/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb +1 -1
  175. data/lib/bandwidth-sdk/models/multi_channel_channel_list_owner_object.rb +1 -1
  176. data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb +1 -1
  177. data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object_all_of_content.rb +1 -1
  178. data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb +1 -1
  179. data/lib/bandwidth-sdk/models/multi_channel_channel_list_request_object.rb +1 -1
  180. data/lib/bandwidth-sdk/models/multi_channel_channel_list_response_object.rb +1 -1
  181. data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb +1 -1
  182. data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb +1 -1
  183. data/lib/bandwidth-sdk/models/multi_channel_error.rb +1 -1
  184. data/lib/bandwidth-sdk/models/multi_channel_message_channel_enum.rb +1 -1
  185. data/lib/bandwidth-sdk/models/multi_channel_message_content.rb +1 -1
  186. data/lib/bandwidth-sdk/models/multi_channel_message_request.rb +1 -1
  187. data/lib/bandwidth-sdk/models/multi_channel_message_response_data.rb +1 -1
  188. data/lib/bandwidth-sdk/models/opt_in_workflow.rb +1 -1
  189. data/lib/bandwidth-sdk/models/page.rb +1 -1
  190. data/lib/bandwidth-sdk/models/page_info.rb +1 -1
  191. data/lib/bandwidth-sdk/models/priority_enum.rb +1 -1
  192. data/lib/bandwidth-sdk/models/product_type_enum.rb +1 -1
  193. data/lib/bandwidth-sdk/models/rbm_action_base.rb +1 -1
  194. data/lib/bandwidth-sdk/models/rbm_action_dial.rb +1 -1
  195. data/lib/bandwidth-sdk/models/rbm_action_open_url.rb +1 -1
  196. data/lib/bandwidth-sdk/models/rbm_action_type_enum.rb +1 -1
  197. data/lib/bandwidth-sdk/models/rbm_action_view_location.rb +1 -1
  198. data/lib/bandwidth-sdk/models/rbm_card_content.rb +1 -1
  199. data/lib/bandwidth-sdk/models/rbm_card_content_media.rb +1 -1
  200. data/lib/bandwidth-sdk/models/rbm_location_response.rb +1 -1
  201. data/lib/bandwidth-sdk/models/rbm_media_height_enum.rb +1 -1
  202. data/lib/bandwidth-sdk/models/rbm_message_carousel_card.rb +1 -1
  203. data/lib/bandwidth-sdk/models/rbm_message_content_file.rb +1 -1
  204. data/lib/bandwidth-sdk/models/rbm_message_content_rich_card.rb +1 -1
  205. data/lib/bandwidth-sdk/models/rbm_message_content_text.rb +1 -1
  206. data/lib/bandwidth-sdk/models/rbm_message_media.rb +1 -1
  207. data/lib/bandwidth-sdk/models/rbm_open_url_enum.rb +1 -1
  208. data/lib/bandwidth-sdk/models/rbm_standalone_card.rb +1 -1
  209. data/lib/bandwidth-sdk/models/rbm_suggestion_response.rb +1 -1
  210. data/lib/bandwidth-sdk/models/rbm_web_view_enum.rb +1 -1
  211. data/lib/bandwidth-sdk/models/recording_available_callback.rb +2 -2
  212. data/lib/bandwidth-sdk/models/recording_complete_callback.rb +2 -2
  213. data/lib/bandwidth-sdk/models/recording_state_enum.rb +1 -1
  214. data/lib/bandwidth-sdk/models/recording_transcription_clip.rb +1 -1
  215. data/lib/bandwidth-sdk/models/recording_transcription_metadata.rb +1 -1
  216. data/lib/bandwidth-sdk/models/recording_transcriptions.rb +1 -1
  217. data/lib/bandwidth-sdk/models/redirect_callback.rb +2 -2
  218. data/lib/bandwidth-sdk/models/redirect_method_enum.rb +1 -1
  219. data/lib/bandwidth-sdk/models/refer_call_status_enum.rb +40 -0
  220. data/lib/bandwidth-sdk/models/refer_complete_callback.rb +309 -0
  221. data/lib/bandwidth-sdk/models/sip_connection_metadata.rb +1 -1
  222. data/lib/bandwidth-sdk/models/sip_credentials.rb +1 -1
  223. data/lib/bandwidth-sdk/models/sms_message_content.rb +1 -1
  224. data/lib/bandwidth-sdk/models/standalone_card_orientation_enum.rb +1 -1
  225. data/lib/bandwidth-sdk/models/status_callback.rb +1 -1
  226. data/lib/bandwidth-sdk/models/status_callback_message.rb +1 -1
  227. data/lib/bandwidth-sdk/models/status_callback_type_enum.rb +1 -1
  228. data/lib/bandwidth-sdk/models/stir_shaken.rb +1 -1
  229. data/lib/bandwidth-sdk/models/sync_lookup_request.rb +1 -1
  230. data/lib/bandwidth-sdk/models/telephone_number.rb +1 -1
  231. data/lib/bandwidth-sdk/models/tfv_basic_authentication.rb +1 -1
  232. data/lib/bandwidth-sdk/models/tfv_callback_status_enum.rb +1 -1
  233. data/lib/bandwidth-sdk/models/tfv_error.rb +1 -1
  234. data/lib/bandwidth-sdk/models/tfv_status.rb +1 -1
  235. data/lib/bandwidth-sdk/models/tfv_status_enum.rb +1 -1
  236. data/lib/bandwidth-sdk/models/tfv_submission_info.rb +1 -1
  237. data/lib/bandwidth-sdk/models/tfv_submission_wrapper.rb +1 -1
  238. data/lib/bandwidth-sdk/models/thumbnail_alignment_enum.rb +1 -1
  239. data/lib/bandwidth-sdk/models/transcribe_recording.rb +1 -1
  240. data/lib/bandwidth-sdk/models/transcription.rb +1 -1
  241. data/lib/bandwidth-sdk/models/transcription_available_callback.rb +2 -2
  242. data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +2 -2
  243. data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +2 -2
  244. data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +2 -2
  245. data/lib/bandwidth-sdk/models/update_call.rb +1 -1
  246. data/lib/bandwidth-sdk/models/update_call_recording.rb +1 -1
  247. data/lib/bandwidth-sdk/models/update_conference.rb +1 -1
  248. data/lib/bandwidth-sdk/models/update_conference_member.rb +1 -1
  249. data/lib/bandwidth-sdk/models/verification_denial_webhook.rb +1 -1
  250. data/lib/bandwidth-sdk/models/verification_request.rb +1 -1
  251. data/lib/bandwidth-sdk/models/verification_update_request.rb +1 -1
  252. data/lib/bandwidth-sdk/models/verification_webhook.rb +1 -1
  253. data/lib/bandwidth-sdk/models/verify_code_request.rb +1 -1
  254. data/lib/bandwidth-sdk/models/verify_code_response.rb +1 -1
  255. data/lib/bandwidth-sdk/models/voice_api_error.rb +1 -1
  256. data/lib/bandwidth-sdk/models/voice_code_response.rb +1 -1
  257. data/lib/bandwidth-sdk/models/webhook_subscription.rb +1 -1
  258. data/lib/bandwidth-sdk/models/webhook_subscription_basic_authentication.rb +1 -1
  259. data/lib/bandwidth-sdk/models/webhook_subscription_error.rb +1 -1
  260. data/lib/bandwidth-sdk/models/webhook_subscription_request_schema.rb +1 -1
  261. data/lib/bandwidth-sdk/models/webhook_subscription_type_enum.rb +1 -1
  262. data/lib/bandwidth-sdk/models/webhook_subscriptions_list_body.rb +1 -1
  263. data/lib/bandwidth-sdk/version.rb +2 -2
  264. data/lib/bandwidth-sdk.rb +4 -1
  265. data/openapitools.json +1 -1
  266. data/spec/unit/api/calls_api_spec.rb +1 -2
  267. data/spec/unit/api/conferences_api_spec.rb +1 -2
  268. data/spec/unit/api/endpoints_api_spec.rb +1 -2
  269. data/spec/unit/api/media_api_spec.rb +1 -2
  270. data/spec/unit/api/messages_api_spec.rb +1 -2
  271. data/spec/unit/api/mfa_api_spec.rb +1 -2
  272. data/spec/unit/api/multi_channel_api_spec.rb +1 -2
  273. data/spec/unit/api/phone_number_lookup_api_spec.rb +1 -2
  274. data/spec/unit/api/recordings_api_spec.rb +1 -2
  275. data/spec/unit/api/statistics_api_spec.rb +1 -2
  276. data/spec/unit/api/toll_free_verification_api_spec.rb +1 -2
  277. data/spec/unit/api/transcriptions_api_spec.rb +1 -2
  278. data/spec/unit/models/account_statistics_spec.rb +1 -1
  279. data/spec/unit/models/additional_denial_reason_spec.rb +1 -1
  280. data/spec/unit/models/address_spec.rb +1 -1
  281. data/spec/unit/models/answer_callback_spec.rb +8 -4
  282. data/spec/unit/models/async_lookup_request_spec.rb +1 -1
  283. data/spec/unit/models/blocked_webhook_spec.rb +1 -1
  284. data/spec/unit/models/bridge_complete_callback_spec.rb +1 -1
  285. data/spec/unit/models/bridge_target_complete_callback_spec.rb +1 -1
  286. data/spec/unit/models/brtc_error_response_spec.rb +1 -1
  287. data/spec/unit/models/brtc_error_source_spec.rb +1 -1
  288. data/spec/unit/models/brtc_error_spec.rb +1 -1
  289. data/spec/unit/models/brtc_link_spec.rb +1 -1
  290. data/spec/unit/models/bxml/verbs/refer_spec.rb +54 -0
  291. data/spec/unit/models/call_recording_metadata_spec.rb +1 -1
  292. data/spec/unit/models/call_state_spec.rb +1 -1
  293. data/spec/unit/models/call_transcription_metadata_spec.rb +1 -1
  294. data/spec/unit/models/call_transcription_response_spec.rb +1 -1
  295. data/spec/unit/models/call_transcription_spec.rb +1 -1
  296. data/spec/unit/models/code_request_spec.rb +1 -1
  297. data/spec/unit/models/conference_completed_callback_spec.rb +1 -1
  298. data/spec/unit/models/conference_created_callback_spec.rb +1 -1
  299. data/spec/unit/models/conference_member_exit_callback_spec.rb +1 -1
  300. data/spec/unit/models/conference_member_join_callback_spec.rb +1 -1
  301. data/spec/unit/models/conference_member_spec.rb +1 -1
  302. data/spec/unit/models/conference_recording_available_callback_spec.rb +1 -1
  303. data/spec/unit/models/conference_recording_metadata_spec.rb +1 -1
  304. data/spec/unit/models/conference_redirect_callback_spec.rb +1 -1
  305. data/spec/unit/models/conference_spec.rb +1 -1
  306. data/spec/unit/models/contact_spec.rb +1 -1
  307. data/spec/unit/models/create_async_bulk_lookup_response_data_spec.rb +1 -1
  308. data/spec/unit/models/create_async_bulk_lookup_response_spec.rb +1 -1
  309. data/spec/unit/models/create_call_response_spec.rb +1 -1
  310. data/spec/unit/models/create_call_spec.rb +1 -1
  311. data/spec/unit/models/create_endpoint_request_base_spec.rb +1 -1
  312. data/spec/unit/models/create_endpoint_response_data_spec.rb +1 -1
  313. data/spec/unit/models/create_endpoint_response_spec.rb +1 -1
  314. data/spec/unit/models/create_message_request_error_spec.rb +1 -1
  315. data/spec/unit/models/create_multi_channel_message_response_spec.rb +1 -1
  316. data/spec/unit/models/create_sync_lookup_response_data_spec.rb +1 -1
  317. data/spec/unit/models/create_sync_lookup_response_spec.rb +1 -1
  318. data/spec/unit/models/create_web_rtc_connection_request_spec.rb +1 -1
  319. data/spec/unit/models/device_spec.rb +1 -1
  320. data/spec/unit/models/disconnect_callback_spec.rb +12 -4
  321. data/spec/unit/models/diversion_spec.rb +1 -1
  322. data/spec/unit/models/dtmf_callback_spec.rb +1 -1
  323. data/spec/unit/models/endpoint_event_spec.rb +1 -1
  324. data/spec/unit/models/endpoint_response_spec.rb +1 -1
  325. data/spec/unit/models/endpoint_spec.rb +1 -1
  326. data/spec/unit/models/endpoints_spec.rb +1 -1
  327. data/spec/unit/models/error_object_spec.rb +1 -1
  328. data/spec/unit/models/error_source_spec.rb +1 -1
  329. data/spec/unit/models/failure_webhook_spec.rb +1 -1
  330. data/spec/unit/models/field_error_spec.rb +1 -1
  331. data/spec/unit/models/gather_callback_spec.rb +1 -1
  332. data/spec/unit/models/get_async_bulk_lookup_response_data_spec.rb +1 -1
  333. data/spec/unit/models/get_async_bulk_lookup_response_spec.rb +1 -1
  334. data/spec/unit/models/inbound_callback_message_spec.rb +1 -1
  335. data/spec/unit/models/inbound_callback_spec.rb +1 -1
  336. data/spec/unit/models/initiate_callback_spec.rb +13 -4
  337. data/spec/unit/models/link_schema_spec.rb +1 -1
  338. data/spec/unit/models/link_spec.rb +1 -1
  339. data/spec/unit/models/links_object_spec.rb +1 -1
  340. data/spec/unit/models/list_endpoints_response_spec.rb +1 -1
  341. data/spec/unit/models/list_message_item_spec.rb +1 -1
  342. data/spec/unit/models/lookup_error_response_spec.rb +1 -1
  343. data/spec/unit/models/lookup_error_schema_meta_spec.rb +1 -1
  344. data/spec/unit/models/lookup_error_schema_spec.rb +1 -1
  345. data/spec/unit/models/lookup_result_spec.rb +1 -1
  346. data/spec/unit/models/machine_detection_complete_callback_spec.rb +1 -1
  347. data/spec/unit/models/machine_detection_configuration_spec.rb +1 -1
  348. data/spec/unit/models/machine_detection_result_spec.rb +1 -1
  349. data/spec/unit/models/media_spec.rb +1 -1
  350. data/spec/unit/models/message_request_spec.rb +1 -1
  351. data/spec/unit/models/message_spec.rb +1 -1
  352. data/spec/unit/models/messages_list_spec.rb +1 -1
  353. data/spec/unit/models/messaging_code_response_spec.rb +1 -1
  354. data/spec/unit/models/messaging_request_error_spec.rb +1 -1
  355. data/spec/unit/models/mfa_forbidden_request_error_spec.rb +1 -1
  356. data/spec/unit/models/mfa_request_error_spec.rb +1 -1
  357. data/spec/unit/models/mfa_unauthorized_request_error_spec.rb +1 -1
  358. data/spec/unit/models/mms_message_content_file_spec.rb +1 -1
  359. data/spec/unit/models/mms_message_content_spec.rb +1 -1
  360. data/spec/unit/models/multi_channel_action_calendar_event_spec.rb +1 -1
  361. data/spec/unit/models/multi_channel_channel_list_mms_object_spec.rb +1 -1
  362. data/spec/unit/models/multi_channel_channel_list_mms_response_object_spec.rb +1 -1
  363. data/spec/unit/models/multi_channel_channel_list_object_base_spec.rb +1 -1
  364. data/spec/unit/models/multi_channel_channel_list_owner_object_spec.rb +1 -1
  365. data/spec/unit/models/multi_channel_channel_list_rbm_object_spec.rb +1 -1
  366. data/spec/unit/models/multi_channel_channel_list_rbm_response_object_spec.rb +1 -1
  367. data/spec/unit/models/multi_channel_channel_list_sms_object_spec.rb +1 -1
  368. data/spec/unit/models/multi_channel_channel_list_sms_response_object_spec.rb +1 -1
  369. data/spec/unit/models/multi_channel_error_spec.rb +1 -1
  370. data/spec/unit/models/multi_channel_message_content_spec.rb +1 -1
  371. data/spec/unit/models/multi_channel_message_request_spec.rb +1 -1
  372. data/spec/unit/models/multi_channel_message_response_data_spec.rb +1 -1
  373. data/spec/unit/models/opt_in_workflow_spec.rb +1 -1
  374. data/spec/unit/models/page_info_spec.rb +1 -1
  375. data/spec/unit/models/page_spec.rb +1 -1
  376. data/spec/unit/models/rbm_action_base_spec.rb +1 -1
  377. data/spec/unit/models/rbm_action_dial_spec.rb +1 -1
  378. data/spec/unit/models/rbm_action_open_url_spec.rb +1 -1
  379. data/spec/unit/models/rbm_action_view_location_spec.rb +1 -1
  380. data/spec/unit/models/rbm_card_content_media_spec.rb +1 -1
  381. data/spec/unit/models/rbm_card_content_spec.rb +1 -1
  382. data/spec/unit/models/rbm_location_response_spec.rb +1 -1
  383. data/spec/unit/models/rbm_message_carousel_card_spec.rb +1 -1
  384. data/spec/unit/models/rbm_message_content_file_spec.rb +1 -1
  385. data/spec/unit/models/rbm_message_content_text_spec.rb +1 -1
  386. data/spec/unit/models/rbm_message_media_spec.rb +1 -1
  387. data/spec/unit/models/rbm_standalone_card_spec.rb +1 -1
  388. data/spec/unit/models/rbm_suggestion_response_spec.rb +1 -1
  389. data/spec/unit/models/recording_available_callback_spec.rb +1 -1
  390. data/spec/unit/models/recording_complete_callback_spec.rb +1 -1
  391. data/spec/unit/models/recording_transcription_clip_spec.rb +1 -1
  392. data/spec/unit/models/recording_transcription_metadata_spec.rb +1 -1
  393. data/spec/unit/models/recording_transcriptions_spec.rb +1 -1
  394. data/spec/unit/models/redirect_callback_spec.rb +1 -1
  395. data/spec/unit/models/refer_call_status_enum_spec.rb +31 -0
  396. data/spec/unit/models/refer_complete_callback_spec.rb +123 -0
  397. data/spec/unit/models/sip_connection_metadata_spec.rb +1 -1
  398. data/spec/unit/models/sip_credentials_spec.rb +1 -1
  399. data/spec/unit/models/sms_message_content_spec.rb +1 -1
  400. data/spec/unit/models/status_callback_message_spec.rb +1 -1
  401. data/spec/unit/models/status_callback_spec.rb +1 -1
  402. data/spec/unit/models/stir_shaken_spec.rb +1 -1
  403. data/spec/unit/models/sync_lookup_request_spec.rb +1 -1
  404. data/spec/unit/models/telephone_number_spec.rb +1 -1
  405. data/spec/unit/models/tfv_basic_authentication_spec.rb +1 -1
  406. data/spec/unit/models/tfv_error_spec.rb +1 -1
  407. data/spec/unit/models/tfv_status_spec.rb +1 -1
  408. data/spec/unit/models/tfv_submission_info_spec.rb +1 -1
  409. data/spec/unit/models/tfv_submission_wrapper_spec.rb +1 -1
  410. data/spec/unit/models/transcribe_recording_spec.rb +1 -1
  411. data/spec/unit/models/transcription_available_callback_spec.rb +1 -1
  412. data/spec/unit/models/transcription_spec.rb +1 -1
  413. data/spec/unit/models/transfer_answer_callback_spec.rb +1 -1
  414. data/spec/unit/models/transfer_complete_callback_spec.rb +1 -1
  415. data/spec/unit/models/transfer_disconnect_callback_spec.rb +1 -1
  416. data/spec/unit/models/update_call_recording_spec.rb +1 -1
  417. data/spec/unit/models/update_call_spec.rb +1 -1
  418. data/spec/unit/models/update_conference_member_spec.rb +1 -1
  419. data/spec/unit/models/update_conference_spec.rb +1 -1
  420. data/spec/unit/models/verification_denial_webhook_spec.rb +1 -1
  421. data/spec/unit/models/verification_request_spec.rb +1 -1
  422. data/spec/unit/models/verification_update_request_spec.rb +1 -1
  423. data/spec/unit/models/verification_webhook_spec.rb +1 -1
  424. data/spec/unit/models/verify_code_request_spec.rb +1 -1
  425. data/spec/unit/models/verify_code_response_spec.rb +1 -1
  426. data/spec/unit/models/voice_api_error_spec.rb +1 -1
  427. data/spec/unit/models/voice_code_response_spec.rb +1 -1
  428. data/spec/unit/models/webhook_subscription_basic_authentication_spec.rb +1 -1
  429. data/spec/unit/models/webhook_subscription_error_spec.rb +1 -1
  430. data/spec/unit/models/webhook_subscription_request_schema_spec.rb +1 -1
  431. data/spec/unit/models/webhook_subscription_spec.rb +1 -1
  432. data/spec/unit/models/webhook_subscriptions_list_body_spec.rb +1 -1
  433. metadata +241 -227
@@ -222,6 +222,8 @@
222
222
  1,
223
223
  1,
224
224
  1,
225
+ 1,
226
+ 1,
225
227
  null,
226
228
  null,
227
229
  1,
@@ -257,6 +259,7 @@
257
259
  1,
258
260
  1,
259
261
  1,
262
+ 1,
260
263
  null,
261
264
  null,
262
265
  1,
@@ -533,8 +536,8 @@
533
536
  null,
534
537
  1,
535
538
  2,
536
- 2,
537
- 2,
539
+ 1,
540
+ 1,
538
541
  null,
539
542
  0,
540
543
  null,
@@ -819,15 +822,15 @@
819
822
  null,
820
823
  null,
821
824
  1,
822
- 1779,
825
+ 1801,
823
826
  null,
824
- 167,
827
+ 170,
825
828
  null,
826
829
  10,
827
830
  null,
828
- 1090,
831
+ 1103,
829
832
  null,
830
- 86,
833
+ 89,
831
834
  null,
832
835
  43,
833
836
  null,
@@ -843,30 +846,30 @@
843
846
  0,
844
847
  0,
845
848
  null,
846
- 3,
847
- 3,
848
- 3,
849
- 3,
850
- 9,
849
+ 4,
850
+ 4,
851
+ 4,
852
+ 4,
853
+ 10,
851
854
  null,
852
855
  null,
853
856
  null,
854
857
  null,
855
- 346,
856
- 346,
858
+ 348,
859
+ 348,
857
860
  null,
858
861
  null,
859
862
  null,
860
863
  null,
861
864
  null,
862
865
  1,
863
- 152,
866
+ 153,
864
867
  null,
865
868
  null,
866
869
  null,
867
870
  null,
868
871
  1,
869
- 152,
872
+ 153,
870
873
  null,
871
874
  null,
872
875
  null,
@@ -874,16 +877,16 @@
874
877
  null,
875
878
  null,
876
879
  1,
877
- 2768,
880
+ 2810,
878
881
  300,
879
- 2623,
880
- 63,
881
- 193,
882
+ 2665,
883
+ 65,
884
+ 197,
882
885
  null,
883
- 2560,
886
+ 2600,
884
887
  154,
885
888
  null,
886
- 2406,
889
+ 2446,
887
890
  null,
888
891
  null,
889
892
  null,
@@ -987,6 +990,10 @@
987
990
  null,
988
991
  null,
989
992
  null,
993
+ 1,
994
+ null,
995
+ null,
996
+ null,
990
997
  null,
991
998
  1,
992
999
  null,
@@ -1107,15 +1114,15 @@
1107
1114
  37,
1108
1115
  37,
1109
1116
  37,
1110
- 116,
1111
- 116,
1112
- 113,
1117
+ 37,
1118
+ 224,
1119
+ 224,
1120
+ 5,
1113
1121
  null,
1114
1122
  3,
1115
1123
  null,
1116
1124
  3,
1117
1125
  3,
1118
- 3,
1119
1126
  0,
1120
1127
  0,
1121
1128
  null,
@@ -1186,8 +1193,8 @@
1186
1193
  null,
1187
1194
  null,
1188
1195
  1,
1189
- 118,
1190
- 114,
1196
+ 226,
1197
+ 222,
1191
1198
  null,
1192
1199
  null,
1193
1200
  null,
@@ -2563,6 +2570,9 @@
2563
2570
  null,
2564
2571
  1,
2565
2572
  null,
2573
+ null,
2574
+ 1,
2575
+ null,
2566
2576
  1,
2567
2577
  1,
2568
2578
  1,
@@ -2587,7 +2597,8 @@
2587
2597
  null,
2588
2598
  null,
2589
2599
  1,
2590
- 67,
2600
+ 71,
2601
+ null,
2591
2602
  null,
2592
2603
  null,
2593
2604
  null,
@@ -2636,6 +2647,7 @@
2636
2647
  null,
2637
2648
  null,
2638
2649
  null,
2650
+ null,
2639
2651
  1,
2640
2652
  1,
2641
2653
  null,
@@ -2655,10 +2667,14 @@
2655
2667
  null,
2656
2668
  7,
2657
2669
  7,
2658
- 57,
2670
+ 61,
2659
2671
  1,
2660
2672
  null,
2661
- 56,
2673
+ 60,
2674
+ null,
2675
+ null,
2676
+ 6,
2677
+ 4,
2662
2678
  null,
2663
2679
  null,
2664
2680
  6,
@@ -2756,6 +2772,7 @@
2756
2772
  null,
2757
2773
  null,
2758
2774
  null,
2775
+ null,
2759
2776
  1,
2760
2777
  2,
2761
2778
  null,
@@ -2774,16 +2791,16 @@
2774
2791
  1,
2775
2792
  1,
2776
2793
  1,
2777
- 14,
2794
+ 15,
2778
2795
  0,
2779
- 14,
2796
+ 15,
2780
2797
  null,
2781
2798
  null,
2782
2799
  0,
2783
2800
  0,
2784
2801
  null,
2785
- 14,
2786
- 14,
2802
+ 15,
2803
+ 15,
2787
2804
  null,
2788
2805
  null,
2789
2806
  1,
@@ -2794,13 +2811,13 @@
2794
2811
  1,
2795
2812
  2,
2796
2813
  2,
2797
- 28,
2798
- 28,
2814
+ 30,
2815
+ 30,
2799
2816
  0,
2800
2817
  0,
2801
2818
  null,
2802
2819
  null,
2803
- 28,
2820
+ 30,
2804
2821
  null,
2805
2822
  2,
2806
2823
  null,
@@ -4770,21 +4787,21 @@
4770
4787
  1,
4771
4788
  null,
4772
4789
  1,
4773
- 29,
4790
+ 30,
4774
4791
  null,
4775
4792
  null,
4776
4793
  null,
4777
4794
  null,
4778
4795
  null,
4779
4796
  1,
4780
- 24,
4797
+ 25,
4781
4798
  null,
4782
4799
  null,
4783
4800
  null,
4784
4801
  null,
4785
4802
  null,
4786
4803
  1,
4787
- 24,
4804
+ 25,
4788
4805
  1,
4789
4806
  null,
4790
4807
  null,
@@ -13058,6 +13075,12 @@
13058
13075
  null,
13059
13076
  1,
13060
13077
  null,
13078
+ null,
13079
+ 1,
13080
+ null,
13081
+ null,
13082
+ 1,
13083
+ null,
13061
13084
  1,
13062
13085
  1,
13063
13086
  1,
@@ -13082,7 +13105,9 @@
13082
13105
  null,
13083
13106
  null,
13084
13107
  1,
13085
- 79,
13108
+ 87,
13109
+ null,
13110
+ null,
13086
13111
  null,
13087
13112
  null,
13088
13113
  null,
@@ -13137,6 +13162,8 @@
13137
13162
  null,
13138
13163
  null,
13139
13164
  null,
13165
+ null,
13166
+ null,
13140
13167
  1,
13141
13168
  1,
13142
13169
  null,
@@ -13157,10 +13184,18 @@
13157
13184
  null,
13158
13185
  7,
13159
13186
  7,
13160
- 69,
13187
+ 77,
13161
13188
  1,
13162
13189
  null,
13163
- 68,
13190
+ 76,
13191
+ null,
13192
+ null,
13193
+ 6,
13194
+ 4,
13195
+ null,
13196
+ null,
13197
+ 6,
13198
+ 4,
13164
13199
  null,
13165
13200
  null,
13166
13201
  6,
@@ -13273,6 +13308,8 @@
13273
13308
  null,
13274
13309
  null,
13275
13310
  null,
13311
+ null,
13312
+ null,
13276
13313
  1,
13277
13314
  2,
13278
13315
  null,
@@ -13291,16 +13328,16 @@
13291
13328
  1,
13292
13329
  1,
13293
13330
  1,
13294
- 17,
13331
+ 19,
13295
13332
  0,
13296
- 17,
13333
+ 19,
13297
13334
  null,
13298
13335
  null,
13299
13336
  0,
13300
13337
  0,
13301
13338
  null,
13302
- 17,
13303
- 17,
13339
+ 19,
13340
+ 19,
13304
13341
  null,
13305
13342
  null,
13306
13343
  1,
@@ -13311,13 +13348,13 @@
13311
13348
  1,
13312
13349
  2,
13313
13350
  2,
13314
- 34,
13315
- 34,
13351
+ 38,
13352
+ 38,
13316
13353
  0,
13317
13354
  0,
13318
13355
  null,
13319
13356
  null,
13320
- 34,
13357
+ 38,
13321
13358
  null,
13322
13359
  2,
13323
13360
  null,
@@ -17770,6 +17807,12 @@
17770
17807
  null,
17771
17808
  1,
17772
17809
  null,
17810
+ null,
17811
+ 1,
17812
+ null,
17813
+ null,
17814
+ 1,
17815
+ null,
17773
17816
  1,
17774
17817
  1,
17775
17818
  1,
@@ -17794,7 +17837,9 @@
17794
17837
  null,
17795
17838
  null,
17796
17839
  1,
17797
- 63,
17840
+ 71,
17841
+ null,
17842
+ null,
17798
17843
  null,
17799
17844
  null,
17800
17845
  null,
@@ -17841,6 +17886,8 @@
17841
17886
  null,
17842
17887
  null,
17843
17888
  null,
17889
+ null,
17890
+ null,
17844
17891
  1,
17845
17892
  1,
17846
17893
  null,
@@ -17856,10 +17903,14 @@
17856
17903
  null,
17857
17904
  7,
17858
17905
  7,
17859
- 53,
17906
+ 61,
17860
17907
  1,
17861
17908
  null,
17862
- 52,
17909
+ 60,
17910
+ null,
17911
+ null,
17912
+ 6,
17913
+ 4,
17863
17914
  null,
17864
17915
  null,
17865
17916
  6,
@@ -17914,6 +17965,12 @@
17914
17965
  4,
17915
17966
  null,
17916
17967
  null,
17968
+ 6,
17969
+ 4,
17970
+ 4,
17971
+ null,
17972
+ null,
17973
+ null,
17917
17974
  null,
17918
17975
  null,
17919
17976
  null,
@@ -17971,6 +18028,8 @@
17971
18028
  null,
17972
18029
  null,
17973
18030
  null,
18031
+ null,
18032
+ null,
17974
18033
  1,
17975
18034
  2,
17976
18035
  null,
@@ -17989,16 +18048,16 @@
17989
18048
  1,
17990
18049
  1,
17991
18050
  1,
17992
- 13,
18051
+ 15,
17993
18052
  0,
17994
- 13,
18053
+ 15,
17995
18054
  null,
17996
18055
  null,
17997
18056
  0,
17998
18057
  0,
17999
18058
  null,
18000
- 13,
18001
- 13,
18059
+ 15,
18060
+ 15,
18002
18061
  null,
18003
18062
  null,
18004
18063
  1,
@@ -18009,13 +18068,13 @@
18009
18068
  1,
18010
18069
  2,
18011
18070
  2,
18012
- 26,
18013
- 26,
18071
+ 30,
18072
+ 30,
18014
18073
  0,
18015
18074
  0,
18016
18075
  null,
18017
18076
  null,
18018
- 26,
18077
+ 30,
18019
18078
  null,
18020
18079
  2,
18021
18080
  null,
@@ -33078,13 +33137,278 @@
33078
33137
  null,
33079
33138
  null,
33080
33139
  1,
33081
- 2,
33140
+ 2,
33141
+ null,
33142
+ null,
33143
+ null,
33144
+ null,
33145
+ 1,
33146
+ 0,
33147
+ null,
33148
+ null,
33149
+ null,
33150
+ null,
33151
+ null,
33152
+ 1,
33153
+ 1,
33154
+ 1,
33155
+ 1,
33156
+ 1,
33157
+ 16,
33158
+ 0,
33159
+ 16,
33160
+ null,
33161
+ null,
33162
+ 0,
33163
+ 0,
33164
+ null,
33165
+ 16,
33166
+ 16,
33167
+ null,
33168
+ null,
33169
+ 1,
33170
+ null,
33171
+ null,
33172
+ null,
33173
+ null,
33174
+ 1,
33175
+ 2,
33176
+ 2,
33177
+ 32,
33178
+ 32,
33179
+ 0,
33180
+ 0,
33181
+ null,
33182
+ null,
33183
+ 32,
33184
+ null,
33185
+ 2,
33186
+ null,
33187
+ null,
33188
+ null
33189
+ ]
33190
+ },
33191
+ "/home/runner/work/ruby-sdk/ruby-sdk/lib/bandwidth-sdk/models/redirect_method_enum.rb": {
33192
+ "lines": [
33193
+ null,
33194
+ null,
33195
+ null,
33196
+ null,
33197
+ null,
33198
+ null,
33199
+ null,
33200
+ null,
33201
+ null,
33202
+ null,
33203
+ null,
33204
+ null,
33205
+ 1,
33206
+ 1,
33207
+ null,
33208
+ 1,
33209
+ 1,
33210
+ 1,
33211
+ 1,
33212
+ null,
33213
+ 1,
33214
+ 8,
33215
+ null,
33216
+ null,
33217
+ null,
33218
+ null,
33219
+ null,
33220
+ 1,
33221
+ 7,
33222
+ null,
33223
+ null,
33224
+ null,
33225
+ null,
33226
+ null,
33227
+ 1,
33228
+ 7,
33229
+ 1,
33230
+ null,
33231
+ null,
33232
+ null
33233
+ ]
33234
+ },
33235
+ "/home/runner/work/ruby-sdk/ruby-sdk/lib/bandwidth-sdk/models/refer_call_status_enum.rb": {
33236
+ "lines": [
33237
+ null,
33238
+ null,
33239
+ null,
33240
+ null,
33241
+ null,
33242
+ null,
33243
+ null,
33244
+ null,
33245
+ null,
33246
+ null,
33247
+ null,
33248
+ null,
33249
+ 1,
33250
+ 1,
33251
+ null,
33252
+ 1,
33253
+ 1,
33254
+ 1,
33255
+ 1,
33256
+ null,
33257
+ 1,
33258
+ 5,
33259
+ null,
33260
+ null,
33261
+ null,
33262
+ null,
33263
+ null,
33264
+ 1,
33265
+ 4,
33266
+ null,
33267
+ null,
33268
+ null,
33269
+ null,
33270
+ null,
33271
+ 1,
33272
+ 4,
33273
+ 1,
33274
+ null,
33275
+ null,
33276
+ null
33277
+ ]
33278
+ },
33279
+ "/home/runner/work/ruby-sdk/ruby-sdk/lib/bandwidth-sdk/models/refer_complete_callback.rb": {
33280
+ "lines": [
33281
+ null,
33282
+ null,
33283
+ null,
33284
+ null,
33285
+ null,
33286
+ null,
33287
+ null,
33288
+ null,
33289
+ null,
33290
+ null,
33291
+ null,
33292
+ null,
33293
+ 1,
33294
+ 1,
33295
+ null,
33296
+ 1,
33297
+ null,
33298
+ 1,
33299
+ null,
33300
+ 1,
33301
+ null,
33302
+ null,
33303
+ 1,
33304
+ null,
33305
+ null,
33306
+ 1,
33307
+ null,
33308
+ null,
33309
+ 1,
33310
+ null,
33311
+ null,
33312
+ 1,
33313
+ null,
33314
+ null,
33315
+ 1,
33316
+ null,
33317
+ 1,
33318
+ null,
33319
+ null,
33320
+ 1,
33321
+ null,
33322
+ null,
33323
+ 1,
33324
+ null,
33325
+ null,
33326
+ 1,
33327
+ null,
33328
+ null,
33329
+ 1,
33330
+ null,
33331
+ null,
33332
+ 1,
33333
+ null,
33334
+ 1,
33335
+ null,
33336
+ null,
33337
+ 1,
33338
+ null,
33339
+ null,
33340
+ 1,
33341
+ null,
33342
+ 1,
33343
+ 1,
33344
+ 1,
33345
+ null,
33346
+ 1,
33347
+ 0,
33348
+ 0,
33349
+ null,
33350
+ 0,
33351
+ null,
33352
+ 0,
33353
+ null,
33354
+ 0,
33355
+ null,
33356
+ null,
33357
+ null,
33358
+ null,
33359
+ 1,
33360
+ 0,
33361
+ null,
33362
+ null,
33363
+ null,
33364
+ null,
33365
+ 1,
33366
+ 71,
33367
+ null,
33368
+ null,
33369
+ null,
33370
+ null,
33371
+ null,
33372
+ null,
33373
+ null,
33374
+ null,
33375
+ null,
33376
+ null,
33377
+ null,
33378
+ null,
33379
+ null,
33380
+ null,
33381
+ null,
33382
+ null,
33383
+ null,
33384
+ null,
33385
+ null,
33386
+ 1,
33387
+ 8,
33388
+ null,
33082
33389
  null,
33083
33390
  null,
33391
+ 1,
33392
+ 1,
33393
+ null,
33084
33394
  null,
33085
33395
  null,
33086
33396
  1,
33087
- 0,
33397
+ 1,
33398
+ null,
33399
+ null,
33400
+ null,
33401
+ null,
33402
+ null,
33403
+ null,
33404
+ null,
33405
+ null,
33406
+ null,
33407
+ null,
33408
+ null,
33409
+ null,
33410
+ null,
33411
+ null,
33088
33412
  null,
33089
33413
  null,
33090
33414
  null,
@@ -33092,22 +33416,101 @@
33092
33416
  null,
33093
33417
  1,
33094
33418
  1,
33419
+ null,
33420
+ null,
33421
+ null,
33422
+ null,
33423
+ null,
33424
+ null,
33425
+ null,
33095
33426
  1,
33427
+ 8,
33096
33428
  1,
33429
+ null,
33430
+ null,
33431
+ null,
33432
+ 7,
33433
+ 7,
33434
+ 61,
33097
33435
  1,
33098
- 16,
33099
- 0,
33100
- 16,
33436
+ null,
33437
+ 60,
33438
+ null,
33439
+ null,
33440
+ 6,
33441
+ 4,
33442
+ null,
33443
+ null,
33444
+ 6,
33445
+ 4,
33446
+ null,
33447
+ null,
33448
+ 6,
33449
+ 4,
33450
+ null,
33451
+ null,
33452
+ 6,
33453
+ 4,
33454
+ null,
33455
+ null,
33456
+ 6,
33457
+ 4,
33458
+ null,
33459
+ null,
33460
+ 6,
33461
+ 4,
33462
+ null,
33463
+ null,
33464
+ 6,
33465
+ 4,
33466
+ null,
33467
+ null,
33468
+ 6,
33469
+ 4,
33470
+ null,
33471
+ null,
33472
+ 6,
33473
+ 4,
33474
+ null,
33475
+ null,
33476
+ 6,
33477
+ 4,
33478
+ null,
33479
+ null,
33480
+ 6,
33481
+ 4,
33482
+ null,
33483
+ null,
33484
+ 6,
33485
+ 4,
33486
+ null,
33487
+ null,
33488
+ 6,
33489
+ 4,
33490
+ null,
33491
+ null,
33492
+ 6,
33493
+ 4,
33494
+ null,
33495
+ null,
33496
+ 6,
33497
+ 4,
33498
+ null,
33101
33499
  null,
33102
33500
  null,
33501
+ null,
33502
+ null,
33503
+ 1,
33504
+ 0,
33103
33505
  0,
33104
33506
  0,
33105
33507
  null,
33106
- 16,
33107
- 16,
33508
+ null,
33108
33509
  null,
33109
33510
  null,
33110
33511
  1,
33512
+ 0,
33513
+ 0,
33111
33514
  null,
33112
33515
  null,
33113
33516
  null,
@@ -33115,22 +33518,13 @@
33115
33518
  1,
33116
33519
  2,
33117
33520
  2,
33118
- 32,
33119
- 32,
33120
- 0,
33121
- 0,
33122
33521
  null,
33123
33522
  null,
33124
- 32,
33125
33523
  null,
33126
- 2,
33127
33524
  null,
33128
33525
  null,
33129
- null
33130
- ]
33131
- },
33132
- "/home/runner/work/ruby-sdk/ruby-sdk/lib/bandwidth-sdk/models/redirect_method_enum.rb": {
33133
- "lines": [
33526
+ null,
33527
+ null,
33134
33528
  null,
33135
33529
  null,
33136
33530
  null,
@@ -33144,30 +33538,52 @@
33144
33538
  null,
33145
33539
  null,
33146
33540
  1,
33541
+ 2,
33542
+ null,
33543
+ null,
33544
+ null,
33545
+ null,
33147
33546
  1,
33547
+ 0,
33548
+ null,
33549
+ null,
33550
+ null,
33551
+ null,
33148
33552
  null,
33149
33553
  1,
33150
33554
  1,
33151
33555
  1,
33152
33556
  1,
33153
- null,
33154
33557
  1,
33155
- 8,
33558
+ 15,
33559
+ 0,
33560
+ 15,
33156
33561
  null,
33157
33562
  null,
33563
+ 0,
33564
+ 0,
33158
33565
  null,
33566
+ 15,
33567
+ 15,
33159
33568
  null,
33160
33569
  null,
33161
33570
  1,
33162
- 7,
33163
- null,
33164
33571
  null,
33165
33572
  null,
33166
33573
  null,
33167
33574
  null,
33168
33575
  1,
33169
- 7,
33170
- 1,
33576
+ 2,
33577
+ 2,
33578
+ 30,
33579
+ 30,
33580
+ 0,
33581
+ 0,
33582
+ null,
33583
+ null,
33584
+ 30,
33585
+ null,
33586
+ 2,
33171
33587
  null,
33172
33588
  null,
33173
33589
  null
@@ -43482,26 +43898,26 @@
43482
43898
  null,
43483
43899
  null,
43484
43900
  1,
43485
- 92,
43486
- 92,
43487
- 92,
43901
+ 95,
43902
+ 95,
43903
+ 95,
43488
43904
  null,
43489
43905
  null,
43490
43906
  null,
43491
43907
  null,
43492
43908
  1,
43493
- 22,
43909
+ 23,
43494
43910
  null,
43495
43911
  null,
43496
43912
  null,
43497
43913
  null,
43498
43914
  1,
43499
- 83,
43500
- 83,
43501
- 29,
43915
+ 85,
43916
+ 85,
43917
+ 31,
43502
43918
  null,
43503
43919
  null,
43504
- 83,
43920
+ 85,
43505
43921
  50,
43506
43922
  258,
43507
43923
  258,
@@ -43511,13 +43927,13 @@
43511
43927
  null,
43512
43928
  null,
43513
43929
  null,
43514
- 83,
43930
+ 85,
43515
43931
  null,
43516
43932
  null,
43517
43933
  null,
43518
43934
  null,
43519
43935
  1,
43520
- 56,
43936
+ 59,
43521
43937
  null,
43522
43938
  null,
43523
43939
  null,
@@ -43537,37 +43953,37 @@
43537
43953
  null,
43538
43954
  null,
43539
43955
  1,
43540
- 25,
43541
- 25,
43542
- 25,
43543
- 25,
43956
+ 30,
43957
+ 30,
43958
+ 30,
43959
+ 30,
43544
43960
  null,
43545
43961
  null,
43546
43962
  null,
43547
43963
  null,
43548
43964
  1,
43549
- 20,
43550
- 20,
43965
+ 23,
43966
+ 23,
43551
43967
  0,
43552
43968
  null,
43553
43969
  null,
43554
- 20,
43555
- 12,
43556
- 28,
43970
+ 23,
43971
+ 14,
43972
+ 30,
43557
43973
  null,
43558
43974
  null,
43559
43975
  null,
43560
- 20,
43561
- 20,
43562
- 230,
43563
- 230,
43976
+ 23,
43977
+ 23,
43978
+ 239,
43979
+ 239,
43564
43980
  null,
43565
43981
  0,
43566
43982
  null,
43567
43983
  null,
43568
43984
  null,
43569
43985
  null,
43570
- 20,
43986
+ 23,
43571
43987
  null,
43572
43988
  null,
43573
43989
  null,
@@ -43890,6 +44306,34 @@
43890
44306
  null
43891
44307
  ]
43892
44308
  },
44309
+ "/home/runner/work/ruby-sdk/ruby-sdk/lib/bandwidth-sdk/models/bxml/verbs/refer.rb": {
44310
+ "lines": [
44311
+ 1,
44312
+ 1,
44313
+ 1,
44314
+ null,
44315
+ null,
44316
+ null,
44317
+ 1,
44318
+ 5,
44319
+ null,
44320
+ null,
44321
+ 5,
44322
+ null,
44323
+ null,
44324
+ null,
44325
+ null,
44326
+ null,
44327
+ null,
44328
+ null,
44329
+ 1,
44330
+ 1,
44331
+ null,
44332
+ null,
44333
+ null,
44334
+ null
44335
+ ]
44336
+ },
43893
44337
  "/home/runner/work/ruby-sdk/ruby-sdk/lib/bandwidth-sdk/models/bxml/verbs/resume_recording.rb": {
43894
44338
  "lines": [
43895
44339
  1,
@@ -43953,11 +44397,13 @@
43953
44397
  null,
43954
44398
  null,
43955
44399
  null,
44400
+ null,
44401
+ null,
43956
44402
  1,
43957
- 4,
44403
+ 7,
43958
44404
  null,
43959
44405
  null,
43960
- 4,
44406
+ 7,
43961
44407
  null,
43962
44408
  null,
43963
44409
  null,
@@ -44532,7 +44978,7 @@
44532
44978
  null,
44533
44979
  1,
44534
44980
  3,
44535
- null,
44981
+ 0,
44536
44982
  null,
44537
44983
  null,
44538
44984
  null,
@@ -44612,7 +45058,7 @@
44612
45058
  null,
44613
45059
  1,
44614
45060
  3,
44615
- null,
45061
+ 0,
44616
45062
  null,
44617
45063
  null,
44618
45064
  null,
@@ -45167,7 +45613,7 @@
45167
45613
  null,
45168
45614
  1,
45169
45615
  3,
45170
- null,
45616
+ 0,
45171
45617
  null,
45172
45618
  null,
45173
45619
  null,
@@ -45247,7 +45693,7 @@
45247
45693
  null,
45248
45694
  1,
45249
45695
  3,
45250
- null,
45696
+ 0,
45251
45697
  null,
45252
45698
  null,
45253
45699
  null,
@@ -45328,7 +45774,7 @@
45328
45774
  null,
45329
45775
  1,
45330
45776
  4,
45331
- null,
45777
+ 0,
45332
45778
  null,
45333
45779
  null,
45334
45780
  null,
@@ -45512,7 +45958,7 @@
45512
45958
  null,
45513
45959
  1,
45514
45960
  2,
45515
- null,
45961
+ 0,
45516
45962
  null,
45517
45963
  null,
45518
45964
  null,
@@ -45734,7 +46180,7 @@
45734
46180
  null,
45735
46181
  1,
45736
46182
  3,
45737
- null,
46183
+ 0,
45738
46184
  null,
45739
46185
  null,
45740
46186
  null,
@@ -46087,7 +46533,7 @@
46087
46533
  null,
46088
46534
  1,
46089
46535
  2,
46090
- null,
46536
+ 0,
46091
46537
  null,
46092
46538
  null,
46093
46539
  null,
@@ -46294,7 +46740,7 @@
46294
46740
  null,
46295
46741
  1,
46296
46742
  3,
46297
- null,
46743
+ 0,
46298
46744
  null,
46299
46745
  null,
46300
46746
  null,
@@ -46991,7 +47437,7 @@
46991
47437
  null,
46992
47438
  1,
46993
47439
  3,
46994
- null,
47440
+ 0,
46995
47441
  null,
46996
47442
  null,
46997
47443
  null,
@@ -47066,7 +47512,7 @@
47066
47512
  null,
47067
47513
  1,
47068
47514
  3,
47069
- null,
47515
+ 0,
47070
47516
  null,
47071
47517
  null,
47072
47518
  null,
@@ -47141,7 +47587,7 @@
47141
47587
  null,
47142
47588
  1,
47143
47589
  3,
47144
- null,
47590
+ 0,
47145
47591
  null,
47146
47592
  null,
47147
47593
  null,
@@ -47586,7 +48032,7 @@
47586
48032
  null,
47587
48033
  1,
47588
48034
  4,
47589
- null,
48035
+ 0,
47590
48036
  null,
47591
48037
  null,
47592
48038
  null,
@@ -47671,7 +48117,7 @@
47671
48117
  null,
47672
48118
  1,
47673
48119
  3,
47674
- null,
48120
+ 0,
47675
48121
  null,
47676
48122
  null,
47677
48123
  null,
@@ -47939,7 +48385,7 @@
47939
48385
  null,
47940
48386
  1,
47941
48387
  2,
47942
- null,
48388
+ 0,
47943
48389
  null,
47944
48390
  null,
47945
48391
  null,
@@ -48021,7 +48467,7 @@
48021
48467
  null,
48022
48468
  1,
48023
48469
  2,
48024
- null,
48470
+ 0,
48025
48471
  null,
48026
48472
  null,
48027
48473
  null,
@@ -48292,7 +48738,7 @@
48292
48738
  null,
48293
48739
  1,
48294
48740
  2,
48295
- null,
48741
+ 0,
48296
48742
  null,
48297
48743
  null,
48298
48744
  null,
@@ -48367,7 +48813,7 @@
48367
48813
  null,
48368
48814
  1,
48369
48815
  3,
48370
- null,
48816
+ 0,
48371
48817
  null,
48372
48818
  null,
48373
48819
  null,
@@ -48566,7 +49012,7 @@
48566
49012
  null,
48567
49013
  1,
48568
49014
  3,
48569
- null,
49015
+ 0,
48570
49016
  null,
48571
49017
  null,
48572
49018
  null,
@@ -48791,7 +49237,6 @@
48791
49237
  1,
48792
49238
  1,
48793
49239
  1,
48794
- 1,
48795
49240
  null,
48796
49241
  1,
48797
49242
  null,
@@ -49031,7 +49476,6 @@
49031
49476
  1,
49032
49477
  1,
49033
49478
  1,
49034
- 1,
49035
49479
  null,
49036
49480
  1,
49037
49481
  null,
@@ -49363,7 +49807,6 @@
49363
49807
  1,
49364
49808
  1,
49365
49809
  1,
49366
- 1,
49367
49810
  null,
49368
49811
  1,
49369
49812
  null,
@@ -49542,7 +49985,6 @@
49542
49985
  1,
49543
49986
  1,
49544
49987
  1,
49545
- 1,
49546
49988
  null,
49547
49989
  1,
49548
49990
  null,
@@ -49656,7 +50098,6 @@
49656
50098
  1,
49657
50099
  1,
49658
50100
  1,
49659
- 1,
49660
50101
  null,
49661
50102
  1,
49662
50103
  null,
@@ -49772,7 +50213,6 @@
49772
50213
  1,
49773
50214
  1,
49774
50215
  1,
49775
- 1,
49776
50216
  null,
49777
50217
  1,
49778
50218
  null,
@@ -49887,7 +50327,6 @@
49887
50327
  1,
49888
50328
  1,
49889
50329
  1,
49890
- 1,
49891
50330
  null,
49892
50331
  1,
49893
50332
  null,
@@ -49965,7 +50404,6 @@
49965
50404
  1,
49966
50405
  1,
49967
50406
  1,
49968
- 1,
49969
50407
  null,
49970
50408
  1,
49971
50409
  null,
@@ -50100,7 +50538,6 @@
50100
50538
  1,
50101
50539
  1,
50102
50540
  1,
50103
- 1,
50104
50541
  null,
50105
50542
  1,
50106
50543
  null,
@@ -50472,7 +50909,6 @@
50472
50909
  1,
50473
50910
  1,
50474
50911
  1,
50475
- 1,
50476
50912
  null,
50477
50913
  1,
50478
50914
  null,
@@ -50555,7 +50991,6 @@
50555
50991
  1,
50556
50992
  1,
50557
50993
  1,
50558
- 1,
50559
50994
  null,
50560
50995
  1,
50561
50996
  null,
@@ -50826,7 +51261,6 @@
50826
51261
  1,
50827
51262
  1,
50828
51263
  1,
50829
- 1,
50830
51264
  null,
50831
51265
  1,
50832
51266
  null,
@@ -52008,6 +52442,7 @@
52008
52442
  null,
52009
52443
  null,
52010
52444
  null,
52445
+ null,
52011
52446
  1,
52012
52447
  1,
52013
52448
  1,
@@ -52057,6 +52492,8 @@
52057
52492
  null,
52058
52493
  null,
52059
52494
  null,
52495
+ null,
52496
+ 1,
52060
52497
  1,
52061
52498
  1,
52062
52499
  1,
@@ -52110,6 +52547,7 @@
52110
52547
  null,
52111
52548
  null,
52112
52549
  null,
52550
+ null,
52113
52551
  null
52114
52552
  ]
52115
52553
  },
@@ -53295,7 +53733,6 @@
53295
53733
  null,
53296
53734
  1,
53297
53735
  1,
53298
- null,
53299
53736
  3,
53300
53737
  null,
53301
53738
  null,
@@ -53312,9 +53749,10 @@
53312
53749
  null,
53313
53750
  null,
53314
53751
  null,
53315
- 1,
53316
53752
  null,
53317
53753
  1,
53754
+ 1,
53755
+ null,
53318
53756
  null,
53319
53757
  null,
53320
53758
  null,
@@ -53834,6 +54272,64 @@
53834
54272
  null
53835
54273
  ]
53836
54274
  },
54275
+ "/home/runner/work/ruby-sdk/ruby-sdk/spec/unit/models/bxml/verbs/refer_spec.rb": {
54276
+ "lines": [
54277
+ null,
54278
+ 1,
54279
+ 1,
54280
+ null,
54281
+ 5,
54282
+ null,
54283
+ null,
54284
+ null,
54285
+ null,
54286
+ null,
54287
+ 1,
54288
+ null,
54289
+ 1,
54290
+ null,
54291
+ null,
54292
+ null,
54293
+ null,
54294
+ null,
54295
+ 4,
54296
+ null,
54297
+ 4,
54298
+ 3,
54299
+ null,
54300
+ 1,
54301
+ 1,
54302
+ 1,
54303
+ 1,
54304
+ null,
54305
+ null,
54306
+ 1,
54307
+ 1,
54308
+ 1,
54309
+ 1,
54310
+ null,
54311
+ null,
54312
+ 1,
54313
+ 1,
54314
+ 1,
54315
+ 1,
54316
+ null,
54317
+ null,
54318
+ null,
54319
+ 1,
54320
+ 1,
54321
+ 1,
54322
+ 1,
54323
+ null,
54324
+ null,
54325
+ 1,
54326
+ 1,
54327
+ 1,
54328
+ null,
54329
+ null,
54330
+ null
54331
+ ]
54332
+ },
53837
54333
  "/home/runner/work/ruby-sdk/ruby-sdk/spec/unit/models/bxml/verbs/resume_recording_spec.rb": {
53838
54334
  "lines": [
53839
54335
  null,
@@ -58417,6 +58913,8 @@
58417
58913
  null,
58418
58914
  null,
58419
58915
  null,
58916
+ null,
58917
+ null,
58420
58918
  1,
58421
58919
  1,
58422
58920
  1,
@@ -58470,6 +58968,10 @@
58470
58968
  null,
58471
58969
  null,
58472
58970
  null,
58971
+ null,
58972
+ null,
58973
+ 1,
58974
+ 1,
58473
58975
  1,
58474
58976
  1,
58475
58977
  1,
@@ -58527,6 +59029,8 @@
58527
59029
  null,
58528
59030
  null,
58529
59031
  null,
59032
+ null,
59033
+ null,
58530
59034
  null
58531
59035
  ]
58532
59036
  },
@@ -60636,6 +61140,8 @@
60636
61140
  null,
60637
61141
  null,
60638
61142
  null,
61143
+ null,
61144
+ null,
60639
61145
  1,
60640
61146
  1,
60641
61147
  1,
@@ -60679,6 +61185,11 @@
60679
61185
  null,
60680
61186
  null,
60681
61187
  null,
61188
+ null,
61189
+ null,
61190
+ 1,
61191
+ 1,
61192
+ 1,
60682
61193
  1,
60683
61194
  1,
60684
61195
  1,
@@ -60730,6 +61241,8 @@
60730
61241
  null,
60731
61242
  null,
60732
61243
  null,
61244
+ null,
61245
+ null,
60733
61246
  null
60734
61247
  ]
60735
61248
  },
@@ -68105,6 +68618,168 @@
68105
68618
  null
68106
68619
  ]
68107
68620
  },
68621
+ "/home/runner/work/ruby-sdk/ruby-sdk/spec/unit/models/refer_call_status_enum_spec.rb": {
68622
+ "lines": [
68623
+ null,
68624
+ 1,
68625
+ 1,
68626
+ 1,
68627
+ 1,
68628
+ null,
68629
+ null,
68630
+ 1,
68631
+ 1,
68632
+ null,
68633
+ null,
68634
+ null,
68635
+ 1,
68636
+ 1,
68637
+ 1,
68638
+ null,
68639
+ null,
68640
+ null,
68641
+ 1,
68642
+ 1,
68643
+ 1,
68644
+ 1,
68645
+ null,
68646
+ null,
68647
+ 1,
68648
+ 1,
68649
+ 1,
68650
+ null,
68651
+ null,
68652
+ null,
68653
+ null
68654
+ ]
68655
+ },
68656
+ "/home/runner/work/ruby-sdk/ruby-sdk/spec/unit/models/refer_complete_callback_spec.rb": {
68657
+ "lines": [
68658
+ null,
68659
+ 1,
68660
+ 2,
68661
+ 4,
68662
+ null,
68663
+ null,
68664
+ null,
68665
+ null,
68666
+ null,
68667
+ null,
68668
+ null,
68669
+ null,
68670
+ null,
68671
+ null,
68672
+ null,
68673
+ null,
68674
+ null,
68675
+ null,
68676
+ null,
68677
+ null,
68678
+ null,
68679
+ 1,
68680
+ 1,
68681
+ 1,
68682
+ 1,
68683
+ null,
68684
+ null,
68685
+ null,
68686
+ 1,
68687
+ 1,
68688
+ 1,
68689
+ null,
68690
+ null,
68691
+ null,
68692
+ null,
68693
+ 1,
68694
+ 1,
68695
+ 1,
68696
+ null,
68697
+ null,
68698
+ null,
68699
+ 1,
68700
+ 1,
68701
+ 1,
68702
+ null,
68703
+ null,
68704
+ null,
68705
+ null,
68706
+ null,
68707
+ null,
68708
+ 1,
68709
+ 1,
68710
+ 1,
68711
+ null,
68712
+ null,
68713
+ null,
68714
+ null,
68715
+ null,
68716
+ null,
68717
+ null,
68718
+ null,
68719
+ null,
68720
+ null,
68721
+ null,
68722
+ null,
68723
+ null,
68724
+ null,
68725
+ null,
68726
+ null,
68727
+ 1,
68728
+ 1,
68729
+ 1,
68730
+ 1,
68731
+ 1,
68732
+ 1,
68733
+ 1,
68734
+ 1,
68735
+ 1,
68736
+ 1,
68737
+ 1,
68738
+ 1,
68739
+ 1,
68740
+ 1,
68741
+ 1,
68742
+ 1,
68743
+ null,
68744
+ null,
68745
+ null,
68746
+ 1,
68747
+ 1,
68748
+ 1,
68749
+ null,
68750
+ null,
68751
+ null,
68752
+ 1,
68753
+ 1,
68754
+ 1,
68755
+ 1,
68756
+ null,
68757
+ null,
68758
+ null,
68759
+ 1,
68760
+ 1,
68761
+ 1,
68762
+ null,
68763
+ null,
68764
+ null,
68765
+ null,
68766
+ null,
68767
+ null,
68768
+ null,
68769
+ null,
68770
+ null,
68771
+ null,
68772
+ null,
68773
+ null,
68774
+ null,
68775
+ null,
68776
+ null,
68777
+ null,
68778
+ null,
68779
+ null,
68780
+ null
68781
+ ]
68782
+ },
68108
68783
  "/home/runner/work/ruby-sdk/ruby-sdk/spec/unit/models/sip_connection_metadata_spec.rb": {
68109
68784
  "lines": [
68110
68785
  null,
@@ -72695,6 +73370,6 @@
72695
73370
  ]
72696
73371
  }
72697
73372
  },
72698
- "timestamp": 1782852776
73373
+ "timestamp": 1787066849
72699
73374
  }
72700
73375
  }