bandwidth-sdk 18.1.2 → 18.1.4

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 (394) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +54 -8
  3. data/UPDATING_MODEL_TESTS.md +17 -2
  4. data/bandwidth-sdk.gemspec +2 -2
  5. data/bandwidth.yml +161 -55
  6. data/coverage/.last_run.json +1 -1
  7. data/coverage/.resultset.json +149 -69
  8. data/coverage/index.html +2892 -2040
  9. data/custom_templates/gemspec.mustache +1 -1
  10. data/docs/AnswerCallback.md +3 -1
  11. data/docs/DisconnectCallback.md +5 -1
  12. data/docs/InitiateCallback.md +5 -1
  13. data/docs/MediaApi.md +8 -8
  14. data/docs/MessagesApi.md +4 -4
  15. data/docs/MultiChannelApi.md +2 -2
  16. data/docs/RbmActionBase.md +1 -1
  17. data/docs/RbmSuggestionResponse.md +1 -1
  18. data/docs/StatusCallback.md +1 -1
  19. data/lib/bandwidth-sdk/api/calls_api.rb +6 -6
  20. data/lib/bandwidth-sdk/api/conferences_api.rb +10 -10
  21. data/lib/bandwidth-sdk/api/endpoints_api.rb +6 -6
  22. data/lib/bandwidth-sdk/api/media_api.rb +13 -13
  23. data/lib/bandwidth-sdk/api/messages_api.rb +7 -7
  24. data/lib/bandwidth-sdk/api/mfa_api.rb +4 -4
  25. data/lib/bandwidth-sdk/api/multi_channel_api.rb +4 -4
  26. data/lib/bandwidth-sdk/api/phone_number_lookup_api.rb +4 -4
  27. data/lib/bandwidth-sdk/api/recordings_api.rb +11 -11
  28. data/lib/bandwidth-sdk/api/statistics_api.rb +2 -2
  29. data/lib/bandwidth-sdk/api/toll_free_verification_api.rb +9 -9
  30. data/lib/bandwidth-sdk/api/transcriptions_api.rb +4 -4
  31. data/lib/bandwidth-sdk/api_client.rb +1 -1
  32. data/lib/bandwidth-sdk/api_error.rb +1 -1
  33. data/lib/bandwidth-sdk/api_model_base.rb +1 -1
  34. data/lib/bandwidth-sdk/configuration.rb +1 -1
  35. data/lib/bandwidth-sdk/models/account_statistics.rb +1 -1
  36. data/lib/bandwidth-sdk/models/additional_denial_reason.rb +1 -1
  37. data/lib/bandwidth-sdk/models/address.rb +1 -1
  38. data/lib/bandwidth-sdk/models/answer_callback.rb +16 -6
  39. data/lib/bandwidth-sdk/models/async_lookup_request.rb +1 -1
  40. data/lib/bandwidth-sdk/models/blocked_webhook.rb +1 -1
  41. data/lib/bandwidth-sdk/models/bridge_complete_callback.rb +1 -1
  42. data/lib/bandwidth-sdk/models/bridge_target_complete_callback.rb +1 -1
  43. data/lib/bandwidth-sdk/models/brtc_error.rb +1 -1
  44. data/lib/bandwidth-sdk/models/brtc_error_response.rb +1 -1
  45. data/lib/bandwidth-sdk/models/brtc_error_source.rb +1 -1
  46. data/lib/bandwidth-sdk/models/brtc_link.rb +1 -1
  47. data/lib/bandwidth-sdk/models/business_entity_type_enum.rb +1 -1
  48. data/lib/bandwidth-sdk/models/business_registration_type_enum.rb +1 -1
  49. data/lib/bandwidth-sdk/models/bxml/root.rb +1 -1
  50. data/lib/bandwidth-sdk/models/bxml/verb.rb +1 -1
  51. data/lib/bandwidth-sdk/models/bxml/verbs/gather.rb +1 -1
  52. data/lib/bandwidth-sdk/models/bxml/verbs/speak_sentence.rb +1 -1
  53. data/lib/bandwidth-sdk/models/call_direction_enum.rb +1 -1
  54. data/lib/bandwidth-sdk/models/call_recording_metadata.rb +1 -1
  55. data/lib/bandwidth-sdk/models/call_state.rb +1 -1
  56. data/lib/bandwidth-sdk/models/call_state_enum.rb +1 -1
  57. data/lib/bandwidth-sdk/models/call_transcription.rb +1 -1
  58. data/lib/bandwidth-sdk/models/call_transcription_detected_language_enum.rb +1 -1
  59. data/lib/bandwidth-sdk/models/call_transcription_metadata.rb +1 -1
  60. data/lib/bandwidth-sdk/models/call_transcription_response.rb +1 -1
  61. data/lib/bandwidth-sdk/models/call_transcription_track_enum.rb +1 -1
  62. data/lib/bandwidth-sdk/models/callback.rb +1 -1
  63. data/lib/bandwidth-sdk/models/callback_method_enum.rb +1 -1
  64. data/lib/bandwidth-sdk/models/card_width_enum.rb +1 -1
  65. data/lib/bandwidth-sdk/models/code_request.rb +1 -1
  66. data/lib/bandwidth-sdk/models/completed_lookup_status_enum.rb +1 -1
  67. data/lib/bandwidth-sdk/models/conference.rb +1 -1
  68. data/lib/bandwidth-sdk/models/conference_completed_callback.rb +1 -1
  69. data/lib/bandwidth-sdk/models/conference_created_callback.rb +1 -1
  70. data/lib/bandwidth-sdk/models/conference_member.rb +1 -1
  71. data/lib/bandwidth-sdk/models/conference_member_exit_callback.rb +1 -1
  72. data/lib/bandwidth-sdk/models/conference_member_join_callback.rb +1 -1
  73. data/lib/bandwidth-sdk/models/conference_recording_available_callback.rb +1 -1
  74. data/lib/bandwidth-sdk/models/conference_recording_metadata.rb +1 -1
  75. data/lib/bandwidth-sdk/models/conference_redirect_callback.rb +1 -1
  76. data/lib/bandwidth-sdk/models/conference_state_enum.rb +1 -1
  77. data/lib/bandwidth-sdk/models/contact.rb +1 -1
  78. data/lib/bandwidth-sdk/models/create_async_bulk_lookup_response.rb +1 -1
  79. data/lib/bandwidth-sdk/models/create_async_bulk_lookup_response_data.rb +1 -1
  80. data/lib/bandwidth-sdk/models/create_call.rb +1 -1
  81. data/lib/bandwidth-sdk/models/create_call_response.rb +1 -1
  82. data/lib/bandwidth-sdk/models/create_endpoint_request_base.rb +1 -1
  83. data/lib/bandwidth-sdk/models/create_endpoint_response.rb +1 -1
  84. data/lib/bandwidth-sdk/models/create_endpoint_response_data.rb +1 -1
  85. data/lib/bandwidth-sdk/models/create_message_request_error.rb +1 -1
  86. data/lib/bandwidth-sdk/models/create_multi_channel_message_response.rb +1 -1
  87. data/lib/bandwidth-sdk/models/create_sync_lookup_response.rb +1 -1
  88. data/lib/bandwidth-sdk/models/create_sync_lookup_response_data.rb +1 -1
  89. data/lib/bandwidth-sdk/models/create_web_rtc_connection_request.rb +1 -1
  90. data/lib/bandwidth-sdk/models/deactivation_event_enum.rb +1 -1
  91. data/lib/bandwidth-sdk/models/device.rb +1 -1
  92. data/lib/bandwidth-sdk/models/device_status_enum.rb +1 -1
  93. data/lib/bandwidth-sdk/models/disconnect_callback.rb +26 -6
  94. data/lib/bandwidth-sdk/models/diversion.rb +1 -1
  95. data/lib/bandwidth-sdk/models/dtmf_callback.rb +1 -1
  96. data/lib/bandwidth-sdk/models/endpoint.rb +1 -1
  97. data/lib/bandwidth-sdk/models/endpoint_direction_enum.rb +1 -1
  98. data/lib/bandwidth-sdk/models/endpoint_event.rb +1 -1
  99. data/lib/bandwidth-sdk/models/endpoint_event_type_enum.rb +1 -1
  100. data/lib/bandwidth-sdk/models/endpoint_response.rb +1 -1
  101. data/lib/bandwidth-sdk/models/endpoint_status_enum.rb +1 -1
  102. data/lib/bandwidth-sdk/models/endpoint_type_enum.rb +1 -1
  103. data/lib/bandwidth-sdk/models/endpoints.rb +1 -1
  104. data/lib/bandwidth-sdk/models/error_object.rb +1 -1
  105. data/lib/bandwidth-sdk/models/error_source.rb +1 -1
  106. data/lib/bandwidth-sdk/models/failure_webhook.rb +1 -1
  107. data/lib/bandwidth-sdk/models/field_error.rb +1 -1
  108. data/lib/bandwidth-sdk/models/file_format_enum.rb +1 -1
  109. data/lib/bandwidth-sdk/models/gather_callback.rb +1 -1
  110. data/lib/bandwidth-sdk/models/get_async_bulk_lookup_response.rb +1 -1
  111. data/lib/bandwidth-sdk/models/get_async_bulk_lookup_response_data.rb +1 -1
  112. data/lib/bandwidth-sdk/models/in_progress_lookup_status_enum.rb +1 -1
  113. data/lib/bandwidth-sdk/models/inbound_callback.rb +1 -1
  114. data/lib/bandwidth-sdk/models/inbound_callback_message.rb +1 -1
  115. data/lib/bandwidth-sdk/models/inbound_callback_type_enum.rb +1 -1
  116. data/lib/bandwidth-sdk/models/initiate_callback.rb +27 -5
  117. data/lib/bandwidth-sdk/models/latest_message_delivery_status_enum.rb +1 -1
  118. data/lib/bandwidth-sdk/models/line_type_enum.rb +1 -1
  119. data/lib/bandwidth-sdk/models/link.rb +1 -1
  120. data/lib/bandwidth-sdk/models/link_schema.rb +1 -1
  121. data/lib/bandwidth-sdk/models/links_object.rb +1 -1
  122. data/lib/bandwidth-sdk/models/list_endpoints_response.rb +1 -1
  123. data/lib/bandwidth-sdk/models/list_message_direction_enum.rb +1 -1
  124. data/lib/bandwidth-sdk/models/list_message_item.rb +1 -1
  125. data/lib/bandwidth-sdk/models/lookup_error_response.rb +1 -1
  126. data/lib/bandwidth-sdk/models/lookup_error_schema.rb +1 -1
  127. data/lib/bandwidth-sdk/models/lookup_error_schema_meta.rb +1 -1
  128. data/lib/bandwidth-sdk/models/lookup_result.rb +1 -1
  129. data/lib/bandwidth-sdk/models/machine_detection_complete_callback.rb +1 -1
  130. data/lib/bandwidth-sdk/models/machine_detection_configuration.rb +1 -1
  131. data/lib/bandwidth-sdk/models/machine_detection_mode_enum.rb +1 -1
  132. data/lib/bandwidth-sdk/models/machine_detection_result.rb +1 -1
  133. data/lib/bandwidth-sdk/models/media.rb +1 -1
  134. data/lib/bandwidth-sdk/models/message.rb +1 -1
  135. data/lib/bandwidth-sdk/models/message_direction_enum.rb +1 -1
  136. data/lib/bandwidth-sdk/models/message_request.rb +1 -1
  137. data/lib/bandwidth-sdk/models/message_status_enum.rb +1 -1
  138. data/lib/bandwidth-sdk/models/message_type_enum.rb +1 -1
  139. data/lib/bandwidth-sdk/models/messages_list.rb +1 -1
  140. data/lib/bandwidth-sdk/models/messaging_code_response.rb +1 -1
  141. data/lib/bandwidth-sdk/models/messaging_request_error.rb +1 -1
  142. data/lib/bandwidth-sdk/models/mfa_forbidden_request_error.rb +1 -1
  143. data/lib/bandwidth-sdk/models/mfa_request_error.rb +1 -1
  144. data/lib/bandwidth-sdk/models/mfa_unauthorized_request_error.rb +1 -1
  145. data/lib/bandwidth-sdk/models/mms_message_content.rb +1 -1
  146. data/lib/bandwidth-sdk/models/mms_message_content_file.rb +1 -1
  147. data/lib/bandwidth-sdk/models/multi_channel_action.rb +1 -1
  148. data/lib/bandwidth-sdk/models/multi_channel_action_calendar_event.rb +1 -1
  149. data/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_object.rb +1 -1
  150. data/lib/bandwidth-sdk/models/multi_channel_channel_list_mms_response_object.rb +1 -1
  151. data/lib/bandwidth-sdk/models/multi_channel_channel_list_object_base.rb +1 -1
  152. data/lib/bandwidth-sdk/models/multi_channel_channel_list_owner_object.rb +1 -1
  153. data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object.rb +1 -1
  154. data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_object_all_of_content.rb +1 -1
  155. data/lib/bandwidth-sdk/models/multi_channel_channel_list_rbm_response_object.rb +1 -1
  156. data/lib/bandwidth-sdk/models/multi_channel_channel_list_request_object.rb +1 -1
  157. data/lib/bandwidth-sdk/models/multi_channel_channel_list_response_object.rb +1 -1
  158. data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_object.rb +1 -1
  159. data/lib/bandwidth-sdk/models/multi_channel_channel_list_sms_response_object.rb +1 -1
  160. data/lib/bandwidth-sdk/models/multi_channel_error.rb +1 -1
  161. data/lib/bandwidth-sdk/models/multi_channel_message_channel_enum.rb +1 -1
  162. data/lib/bandwidth-sdk/models/multi_channel_message_content.rb +1 -1
  163. data/lib/bandwidth-sdk/models/multi_channel_message_request.rb +1 -1
  164. data/lib/bandwidth-sdk/models/multi_channel_message_response_data.rb +1 -1
  165. data/lib/bandwidth-sdk/models/opt_in_workflow.rb +1 -1
  166. data/lib/bandwidth-sdk/models/page.rb +1 -1
  167. data/lib/bandwidth-sdk/models/page_info.rb +1 -1
  168. data/lib/bandwidth-sdk/models/priority_enum.rb +1 -1
  169. data/lib/bandwidth-sdk/models/product_type_enum.rb +1 -1
  170. data/lib/bandwidth-sdk/models/rbm_action_base.rb +1 -1
  171. data/lib/bandwidth-sdk/models/rbm_action_dial.rb +1 -1
  172. data/lib/bandwidth-sdk/models/rbm_action_open_url.rb +1 -1
  173. data/lib/bandwidth-sdk/models/rbm_action_type_enum.rb +1 -1
  174. data/lib/bandwidth-sdk/models/rbm_action_view_location.rb +1 -1
  175. data/lib/bandwidth-sdk/models/rbm_card_content.rb +1 -1
  176. data/lib/bandwidth-sdk/models/rbm_card_content_media.rb +1 -1
  177. data/lib/bandwidth-sdk/models/rbm_location_response.rb +1 -1
  178. data/lib/bandwidth-sdk/models/rbm_media_height_enum.rb +1 -1
  179. data/lib/bandwidth-sdk/models/rbm_message_carousel_card.rb +1 -1
  180. data/lib/bandwidth-sdk/models/rbm_message_content_file.rb +1 -1
  181. data/lib/bandwidth-sdk/models/rbm_message_content_rich_card.rb +1 -1
  182. data/lib/bandwidth-sdk/models/rbm_message_content_text.rb +1 -1
  183. data/lib/bandwidth-sdk/models/rbm_message_media.rb +1 -1
  184. data/lib/bandwidth-sdk/models/rbm_open_url_enum.rb +1 -1
  185. data/lib/bandwidth-sdk/models/rbm_standalone_card.rb +1 -1
  186. data/lib/bandwidth-sdk/models/rbm_suggestion_response.rb +1 -1
  187. data/lib/bandwidth-sdk/models/rbm_web_view_enum.rb +1 -1
  188. data/lib/bandwidth-sdk/models/recording_available_callback.rb +1 -1
  189. data/lib/bandwidth-sdk/models/recording_complete_callback.rb +1 -1
  190. data/lib/bandwidth-sdk/models/recording_state_enum.rb +1 -1
  191. data/lib/bandwidth-sdk/models/recording_transcription_clip.rb +1 -1
  192. data/lib/bandwidth-sdk/models/recording_transcription_metadata.rb +1 -1
  193. data/lib/bandwidth-sdk/models/recording_transcriptions.rb +1 -1
  194. data/lib/bandwidth-sdk/models/redirect_callback.rb +1 -1
  195. data/lib/bandwidth-sdk/models/redirect_method_enum.rb +1 -1
  196. data/lib/bandwidth-sdk/models/sip_connection_metadata.rb +1 -1
  197. data/lib/bandwidth-sdk/models/sip_credentials.rb +1 -1
  198. data/lib/bandwidth-sdk/models/sms_message_content.rb +1 -1
  199. data/lib/bandwidth-sdk/models/standalone_card_orientation_enum.rb +1 -1
  200. data/lib/bandwidth-sdk/models/status_callback.rb +1 -1
  201. data/lib/bandwidth-sdk/models/status_callback_message.rb +1 -1
  202. data/lib/bandwidth-sdk/models/status_callback_type_enum.rb +3 -2
  203. data/lib/bandwidth-sdk/models/stir_shaken.rb +1 -1
  204. data/lib/bandwidth-sdk/models/sync_lookup_request.rb +1 -1
  205. data/lib/bandwidth-sdk/models/telephone_number.rb +1 -1
  206. data/lib/bandwidth-sdk/models/tfv_basic_authentication.rb +1 -1
  207. data/lib/bandwidth-sdk/models/tfv_callback_status_enum.rb +1 -1
  208. data/lib/bandwidth-sdk/models/tfv_error.rb +1 -1
  209. data/lib/bandwidth-sdk/models/tfv_status.rb +1 -1
  210. data/lib/bandwidth-sdk/models/tfv_status_enum.rb +1 -1
  211. data/lib/bandwidth-sdk/models/tfv_submission_info.rb +1 -1
  212. data/lib/bandwidth-sdk/models/tfv_submission_wrapper.rb +1 -1
  213. data/lib/bandwidth-sdk/models/thumbnail_alignment_enum.rb +1 -1
  214. data/lib/bandwidth-sdk/models/transcribe_recording.rb +1 -1
  215. data/lib/bandwidth-sdk/models/transcription.rb +1 -1
  216. data/lib/bandwidth-sdk/models/transcription_available_callback.rb +1 -1
  217. data/lib/bandwidth-sdk/models/transfer_answer_callback.rb +1 -1
  218. data/lib/bandwidth-sdk/models/transfer_complete_callback.rb +1 -1
  219. data/lib/bandwidth-sdk/models/transfer_disconnect_callback.rb +1 -1
  220. data/lib/bandwidth-sdk/models/update_call.rb +1 -1
  221. data/lib/bandwidth-sdk/models/update_call_recording.rb +1 -1
  222. data/lib/bandwidth-sdk/models/update_conference.rb +1 -1
  223. data/lib/bandwidth-sdk/models/update_conference_member.rb +1 -1
  224. data/lib/bandwidth-sdk/models/verification_denial_webhook.rb +1 -1
  225. data/lib/bandwidth-sdk/models/verification_request.rb +1 -1
  226. data/lib/bandwidth-sdk/models/verification_update_request.rb +1 -1
  227. data/lib/bandwidth-sdk/models/verification_webhook.rb +1 -1
  228. data/lib/bandwidth-sdk/models/verify_code_request.rb +1 -1
  229. data/lib/bandwidth-sdk/models/verify_code_response.rb +1 -1
  230. data/lib/bandwidth-sdk/models/voice_api_error.rb +1 -1
  231. data/lib/bandwidth-sdk/models/voice_code_response.rb +1 -1
  232. data/lib/bandwidth-sdk/models/webhook_subscription.rb +1 -1
  233. data/lib/bandwidth-sdk/models/webhook_subscription_basic_authentication.rb +1 -1
  234. data/lib/bandwidth-sdk/models/webhook_subscription_error.rb +1 -1
  235. data/lib/bandwidth-sdk/models/webhook_subscription_request_schema.rb +1 -1
  236. data/lib/bandwidth-sdk/models/webhook_subscription_type_enum.rb +1 -1
  237. data/lib/bandwidth-sdk/models/webhook_subscriptions_list_body.rb +1 -1
  238. data/lib/bandwidth-sdk/version.rb +2 -2
  239. data/lib/bandwidth-sdk.rb +1 -1
  240. data/openapitools.json +1 -1
  241. data/spec/unit/models/account_statistics_spec.rb +1 -1
  242. data/spec/unit/models/additional_denial_reason_spec.rb +1 -1
  243. data/spec/unit/models/address_spec.rb +1 -1
  244. data/spec/unit/models/answer_callback_spec.rb +8 -4
  245. data/spec/unit/models/async_lookup_request_spec.rb +1 -1
  246. data/spec/unit/models/blocked_webhook_spec.rb +1 -1
  247. data/spec/unit/models/bridge_complete_callback_spec.rb +1 -1
  248. data/spec/unit/models/bridge_target_complete_callback_spec.rb +1 -1
  249. data/spec/unit/models/brtc_error_response_spec.rb +1 -1
  250. data/spec/unit/models/brtc_error_source_spec.rb +1 -1
  251. data/spec/unit/models/brtc_error_spec.rb +1 -1
  252. data/spec/unit/models/brtc_link_spec.rb +1 -1
  253. data/spec/unit/models/call_recording_metadata_spec.rb +1 -1
  254. data/spec/unit/models/call_state_spec.rb +1 -1
  255. data/spec/unit/models/call_transcription_metadata_spec.rb +1 -1
  256. data/spec/unit/models/call_transcription_response_spec.rb +1 -1
  257. data/spec/unit/models/call_transcription_spec.rb +1 -1
  258. data/spec/unit/models/code_request_spec.rb +1 -1
  259. data/spec/unit/models/conference_completed_callback_spec.rb +1 -1
  260. data/spec/unit/models/conference_created_callback_spec.rb +1 -1
  261. data/spec/unit/models/conference_member_exit_callback_spec.rb +1 -1
  262. data/spec/unit/models/conference_member_join_callback_spec.rb +1 -1
  263. data/spec/unit/models/conference_member_spec.rb +1 -1
  264. data/spec/unit/models/conference_recording_available_callback_spec.rb +1 -1
  265. data/spec/unit/models/conference_recording_metadata_spec.rb +1 -1
  266. data/spec/unit/models/conference_redirect_callback_spec.rb +1 -1
  267. data/spec/unit/models/conference_spec.rb +1 -1
  268. data/spec/unit/models/contact_spec.rb +1 -1
  269. data/spec/unit/models/create_async_bulk_lookup_response_data_spec.rb +1 -1
  270. data/spec/unit/models/create_async_bulk_lookup_response_spec.rb +1 -1
  271. data/spec/unit/models/create_call_response_spec.rb +1 -1
  272. data/spec/unit/models/create_call_spec.rb +1 -1
  273. data/spec/unit/models/create_endpoint_request_base_spec.rb +1 -1
  274. data/spec/unit/models/create_endpoint_response_data_spec.rb +1 -1
  275. data/spec/unit/models/create_endpoint_response_spec.rb +1 -1
  276. data/spec/unit/models/create_message_request_error_spec.rb +1 -1
  277. data/spec/unit/models/create_multi_channel_message_response_spec.rb +1 -1
  278. data/spec/unit/models/create_sync_lookup_response_data_spec.rb +1 -1
  279. data/spec/unit/models/create_sync_lookup_response_spec.rb +1 -1
  280. data/spec/unit/models/create_web_rtc_connection_request_spec.rb +1 -1
  281. data/spec/unit/models/device_spec.rb +1 -1
  282. data/spec/unit/models/disconnect_callback_spec.rb +12 -4
  283. data/spec/unit/models/diversion_spec.rb +1 -1
  284. data/spec/unit/models/dtmf_callback_spec.rb +1 -1
  285. data/spec/unit/models/endpoint_event_spec.rb +1 -1
  286. data/spec/unit/models/endpoint_response_spec.rb +1 -1
  287. data/spec/unit/models/endpoint_spec.rb +1 -1
  288. data/spec/unit/models/endpoints_spec.rb +1 -1
  289. data/spec/unit/models/error_object_spec.rb +1 -1
  290. data/spec/unit/models/error_source_spec.rb +1 -1
  291. data/spec/unit/models/failure_webhook_spec.rb +1 -1
  292. data/spec/unit/models/field_error_spec.rb +1 -1
  293. data/spec/unit/models/gather_callback_spec.rb +1 -1
  294. data/spec/unit/models/get_async_bulk_lookup_response_data_spec.rb +1 -1
  295. data/spec/unit/models/get_async_bulk_lookup_response_spec.rb +1 -1
  296. data/spec/unit/models/inbound_callback_message_spec.rb +1 -1
  297. data/spec/unit/models/inbound_callback_spec.rb +1 -1
  298. data/spec/unit/models/initiate_callback_spec.rb +13 -4
  299. data/spec/unit/models/link_schema_spec.rb +1 -1
  300. data/spec/unit/models/link_spec.rb +1 -1
  301. data/spec/unit/models/links_object_spec.rb +1 -1
  302. data/spec/unit/models/list_endpoints_response_spec.rb +1 -1
  303. data/spec/unit/models/list_message_item_spec.rb +1 -1
  304. data/spec/unit/models/lookup_error_response_spec.rb +1 -1
  305. data/spec/unit/models/lookup_error_schema_meta_spec.rb +1 -1
  306. data/spec/unit/models/lookup_error_schema_spec.rb +1 -1
  307. data/spec/unit/models/lookup_result_spec.rb +1 -1
  308. data/spec/unit/models/machine_detection_complete_callback_spec.rb +1 -1
  309. data/spec/unit/models/machine_detection_configuration_spec.rb +1 -1
  310. data/spec/unit/models/machine_detection_result_spec.rb +1 -1
  311. data/spec/unit/models/media_spec.rb +1 -1
  312. data/spec/unit/models/message_request_spec.rb +1 -1
  313. data/spec/unit/models/message_spec.rb +1 -1
  314. data/spec/unit/models/messages_list_spec.rb +1 -1
  315. data/spec/unit/models/messaging_code_response_spec.rb +1 -1
  316. data/spec/unit/models/messaging_request_error_spec.rb +1 -1
  317. data/spec/unit/models/mfa_forbidden_request_error_spec.rb +1 -1
  318. data/spec/unit/models/mfa_request_error_spec.rb +1 -1
  319. data/spec/unit/models/mfa_unauthorized_request_error_spec.rb +1 -1
  320. data/spec/unit/models/mms_message_content_file_spec.rb +1 -1
  321. data/spec/unit/models/mms_message_content_spec.rb +1 -1
  322. data/spec/unit/models/multi_channel_action_calendar_event_spec.rb +1 -1
  323. data/spec/unit/models/multi_channel_channel_list_mms_object_spec.rb +1 -1
  324. data/spec/unit/models/multi_channel_channel_list_mms_response_object_spec.rb +1 -1
  325. data/spec/unit/models/multi_channel_channel_list_object_base_spec.rb +1 -1
  326. data/spec/unit/models/multi_channel_channel_list_owner_object_spec.rb +1 -1
  327. data/spec/unit/models/multi_channel_channel_list_rbm_object_spec.rb +1 -1
  328. data/spec/unit/models/multi_channel_channel_list_rbm_response_object_spec.rb +1 -1
  329. data/spec/unit/models/multi_channel_channel_list_sms_object_spec.rb +1 -1
  330. data/spec/unit/models/multi_channel_channel_list_sms_response_object_spec.rb +1 -1
  331. data/spec/unit/models/multi_channel_error_spec.rb +1 -1
  332. data/spec/unit/models/multi_channel_message_content_spec.rb +1 -1
  333. data/spec/unit/models/multi_channel_message_request_spec.rb +1 -1
  334. data/spec/unit/models/multi_channel_message_response_data_spec.rb +1 -1
  335. data/spec/unit/models/opt_in_workflow_spec.rb +1 -1
  336. data/spec/unit/models/page_info_spec.rb +1 -1
  337. data/spec/unit/models/page_spec.rb +1 -1
  338. data/spec/unit/models/rbm_action_base_spec.rb +1 -1
  339. data/spec/unit/models/rbm_action_dial_spec.rb +1 -1
  340. data/spec/unit/models/rbm_action_open_url_spec.rb +1 -1
  341. data/spec/unit/models/rbm_action_view_location_spec.rb +1 -1
  342. data/spec/unit/models/rbm_card_content_media_spec.rb +1 -1
  343. data/spec/unit/models/rbm_card_content_spec.rb +1 -1
  344. data/spec/unit/models/rbm_location_response_spec.rb +1 -1
  345. data/spec/unit/models/rbm_message_carousel_card_spec.rb +1 -1
  346. data/spec/unit/models/rbm_message_content_file_spec.rb +1 -1
  347. data/spec/unit/models/rbm_message_content_text_spec.rb +1 -1
  348. data/spec/unit/models/rbm_message_media_spec.rb +1 -1
  349. data/spec/unit/models/rbm_standalone_card_spec.rb +1 -1
  350. data/spec/unit/models/rbm_suggestion_response_spec.rb +1 -1
  351. data/spec/unit/models/recording_available_callback_spec.rb +1 -1
  352. data/spec/unit/models/recording_complete_callback_spec.rb +1 -1
  353. data/spec/unit/models/recording_transcription_clip_spec.rb +1 -1
  354. data/spec/unit/models/recording_transcription_metadata_spec.rb +1 -1
  355. data/spec/unit/models/recording_transcriptions_spec.rb +1 -1
  356. data/spec/unit/models/redirect_callback_spec.rb +1 -1
  357. data/spec/unit/models/sip_connection_metadata_spec.rb +1 -1
  358. data/spec/unit/models/sip_credentials_spec.rb +1 -1
  359. data/spec/unit/models/sms_message_content_spec.rb +1 -1
  360. data/spec/unit/models/status_callback_message_spec.rb +1 -1
  361. data/spec/unit/models/status_callback_spec.rb +1 -1
  362. data/spec/unit/models/status_callback_type_enum_spec.rb +6 -0
  363. data/spec/unit/models/stir_shaken_spec.rb +1 -1
  364. data/spec/unit/models/sync_lookup_request_spec.rb +1 -1
  365. data/spec/unit/models/telephone_number_spec.rb +1 -1
  366. data/spec/unit/models/tfv_basic_authentication_spec.rb +1 -1
  367. data/spec/unit/models/tfv_error_spec.rb +1 -1
  368. data/spec/unit/models/tfv_status_spec.rb +1 -1
  369. data/spec/unit/models/tfv_submission_info_spec.rb +1 -1
  370. data/spec/unit/models/tfv_submission_wrapper_spec.rb +1 -1
  371. data/spec/unit/models/transcribe_recording_spec.rb +1 -1
  372. data/spec/unit/models/transcription_available_callback_spec.rb +1 -1
  373. data/spec/unit/models/transcription_spec.rb +1 -1
  374. data/spec/unit/models/transfer_answer_callback_spec.rb +1 -1
  375. data/spec/unit/models/transfer_complete_callback_spec.rb +1 -1
  376. data/spec/unit/models/transfer_disconnect_callback_spec.rb +1 -1
  377. data/spec/unit/models/update_call_recording_spec.rb +1 -1
  378. data/spec/unit/models/update_call_spec.rb +1 -1
  379. data/spec/unit/models/update_conference_member_spec.rb +1 -1
  380. data/spec/unit/models/update_conference_spec.rb +1 -1
  381. data/spec/unit/models/verification_denial_webhook_spec.rb +1 -1
  382. data/spec/unit/models/verification_request_spec.rb +1 -1
  383. data/spec/unit/models/verification_update_request_spec.rb +1 -1
  384. data/spec/unit/models/verification_webhook_spec.rb +1 -1
  385. data/spec/unit/models/verify_code_request_spec.rb +1 -1
  386. data/spec/unit/models/verify_code_response_spec.rb +1 -1
  387. data/spec/unit/models/voice_api_error_spec.rb +1 -1
  388. data/spec/unit/models/voice_code_response_spec.rb +1 -1
  389. data/spec/unit/models/webhook_subscription_basic_authentication_spec.rb +1 -1
  390. data/spec/unit/models/webhook_subscription_error_spec.rb +1 -1
  391. data/spec/unit/models/webhook_subscription_request_schema_spec.rb +1 -1
  392. data/spec/unit/models/webhook_subscription_spec.rb +1 -1
  393. data/spec/unit/models/webhook_subscriptions_list_body_spec.rb +1 -1
  394. metadata +230 -227
@@ -819,15 +819,15 @@
819
819
  null,
820
820
  null,
821
821
  1,
822
- 1779,
822
+ 1786,
823
823
  null,
824
824
  167,
825
825
  null,
826
826
  10,
827
827
  null,
828
- 1090,
828
+ 1095,
829
829
  null,
830
- 86,
830
+ 87,
831
831
  null,
832
832
  43,
833
833
  null,
@@ -843,11 +843,11 @@
843
843
  0,
844
844
  0,
845
845
  null,
846
- 3,
847
- 3,
848
- 3,
849
- 3,
850
- 9,
846
+ 4,
847
+ 4,
848
+ 4,
849
+ 4,
850
+ 10,
851
851
  null,
852
852
  null,
853
853
  null,
@@ -874,16 +874,16 @@
874
874
  null,
875
875
  null,
876
876
  1,
877
- 2768,
877
+ 2780,
878
878
  300,
879
- 2623,
880
- 63,
881
- 193,
879
+ 2635,
880
+ 65,
881
+ 197,
882
882
  null,
883
- 2560,
883
+ 2570,
884
884
  154,
885
885
  null,
886
- 2406,
886
+ 2416,
887
887
  null,
888
888
  null,
889
889
  null,
@@ -2563,6 +2563,9 @@
2563
2563
  null,
2564
2564
  1,
2565
2565
  null,
2566
+ null,
2567
+ 1,
2568
+ null,
2566
2569
  1,
2567
2570
  1,
2568
2571
  1,
@@ -2587,7 +2590,8 @@
2587
2590
  null,
2588
2591
  null,
2589
2592
  1,
2590
- 67,
2593
+ 71,
2594
+ null,
2591
2595
  null,
2592
2596
  null,
2593
2597
  null,
@@ -2636,6 +2640,7 @@
2636
2640
  null,
2637
2641
  null,
2638
2642
  null,
2643
+ null,
2639
2644
  1,
2640
2645
  1,
2641
2646
  null,
@@ -2655,10 +2660,14 @@
2655
2660
  null,
2656
2661
  7,
2657
2662
  7,
2658
- 57,
2663
+ 61,
2659
2664
  1,
2660
2665
  null,
2661
- 56,
2666
+ 60,
2667
+ null,
2668
+ null,
2669
+ 6,
2670
+ 4,
2662
2671
  null,
2663
2672
  null,
2664
2673
  6,
@@ -2756,6 +2765,7 @@
2756
2765
  null,
2757
2766
  null,
2758
2767
  null,
2768
+ null,
2759
2769
  1,
2760
2770
  2,
2761
2771
  null,
@@ -2774,16 +2784,16 @@
2774
2784
  1,
2775
2785
  1,
2776
2786
  1,
2777
- 14,
2787
+ 15,
2778
2788
  0,
2779
- 14,
2789
+ 15,
2780
2790
  null,
2781
2791
  null,
2782
2792
  0,
2783
2793
  0,
2784
2794
  null,
2785
- 14,
2786
- 14,
2795
+ 15,
2796
+ 15,
2787
2797
  null,
2788
2798
  null,
2789
2799
  1,
@@ -2794,13 +2804,13 @@
2794
2804
  1,
2795
2805
  2,
2796
2806
  2,
2797
- 28,
2798
- 28,
2807
+ 30,
2808
+ 30,
2799
2809
  0,
2800
2810
  0,
2801
2811
  null,
2802
2812
  null,
2803
- 28,
2813
+ 30,
2804
2814
  null,
2805
2815
  2,
2806
2816
  null,
@@ -13058,6 +13068,12 @@
13058
13068
  null,
13059
13069
  1,
13060
13070
  null,
13071
+ null,
13072
+ 1,
13073
+ null,
13074
+ null,
13075
+ 1,
13076
+ null,
13061
13077
  1,
13062
13078
  1,
13063
13079
  1,
@@ -13082,7 +13098,9 @@
13082
13098
  null,
13083
13099
  null,
13084
13100
  1,
13085
- 79,
13101
+ 87,
13102
+ null,
13103
+ null,
13086
13104
  null,
13087
13105
  null,
13088
13106
  null,
@@ -13137,6 +13155,8 @@
13137
13155
  null,
13138
13156
  null,
13139
13157
  null,
13158
+ null,
13159
+ null,
13140
13160
  1,
13141
13161
  1,
13142
13162
  null,
@@ -13157,10 +13177,18 @@
13157
13177
  null,
13158
13178
  7,
13159
13179
  7,
13160
- 69,
13180
+ 77,
13161
13181
  1,
13162
13182
  null,
13163
- 68,
13183
+ 76,
13184
+ null,
13185
+ null,
13186
+ 6,
13187
+ 4,
13188
+ null,
13189
+ null,
13190
+ 6,
13191
+ 4,
13164
13192
  null,
13165
13193
  null,
13166
13194
  6,
@@ -13273,6 +13301,8 @@
13273
13301
  null,
13274
13302
  null,
13275
13303
  null,
13304
+ null,
13305
+ null,
13276
13306
  1,
13277
13307
  2,
13278
13308
  null,
@@ -13291,16 +13321,16 @@
13291
13321
  1,
13292
13322
  1,
13293
13323
  1,
13294
- 17,
13324
+ 19,
13295
13325
  0,
13296
- 17,
13326
+ 19,
13297
13327
  null,
13298
13328
  null,
13299
13329
  0,
13300
13330
  0,
13301
13331
  null,
13302
- 17,
13303
- 17,
13332
+ 19,
13333
+ 19,
13304
13334
  null,
13305
13335
  null,
13306
13336
  1,
@@ -13311,13 +13341,13 @@
13311
13341
  1,
13312
13342
  2,
13313
13343
  2,
13314
- 34,
13315
- 34,
13344
+ 38,
13345
+ 38,
13316
13346
  0,
13317
13347
  0,
13318
13348
  null,
13319
13349
  null,
13320
- 34,
13350
+ 38,
13321
13351
  null,
13322
13352
  2,
13323
13353
  null,
@@ -17770,6 +17800,12 @@
17770
17800
  null,
17771
17801
  1,
17772
17802
  null,
17803
+ null,
17804
+ 1,
17805
+ null,
17806
+ null,
17807
+ 1,
17808
+ null,
17773
17809
  1,
17774
17810
  1,
17775
17811
  1,
@@ -17794,7 +17830,9 @@
17794
17830
  null,
17795
17831
  null,
17796
17832
  1,
17797
- 63,
17833
+ 71,
17834
+ null,
17835
+ null,
17798
17836
  null,
17799
17837
  null,
17800
17838
  null,
@@ -17841,6 +17879,8 @@
17841
17879
  null,
17842
17880
  null,
17843
17881
  null,
17882
+ null,
17883
+ null,
17844
17884
  1,
17845
17885
  1,
17846
17886
  null,
@@ -17856,10 +17896,14 @@
17856
17896
  null,
17857
17897
  7,
17858
17898
  7,
17859
- 53,
17899
+ 61,
17860
17900
  1,
17861
17901
  null,
17862
- 52,
17902
+ 60,
17903
+ null,
17904
+ null,
17905
+ 6,
17906
+ 4,
17863
17907
  null,
17864
17908
  null,
17865
17909
  6,
@@ -17914,6 +17958,12 @@
17914
17958
  4,
17915
17959
  null,
17916
17960
  null,
17961
+ 6,
17962
+ 4,
17963
+ 4,
17964
+ null,
17965
+ null,
17966
+ null,
17917
17967
  null,
17918
17968
  null,
17919
17969
  null,
@@ -17971,6 +18021,8 @@
17971
18021
  null,
17972
18022
  null,
17973
18023
  null,
18024
+ null,
18025
+ null,
17974
18026
  1,
17975
18027
  2,
17976
18028
  null,
@@ -17989,16 +18041,16 @@
17989
18041
  1,
17990
18042
  1,
17991
18043
  1,
17992
- 13,
18044
+ 15,
17993
18045
  0,
17994
- 13,
18046
+ 15,
17995
18047
  null,
17996
18048
  null,
17997
18049
  0,
17998
18050
  0,
17999
18051
  null,
18000
- 13,
18001
- 13,
18052
+ 15,
18053
+ 15,
18002
18054
  null,
18003
18055
  null,
18004
18056
  1,
@@ -18009,13 +18061,13 @@
18009
18061
  1,
18010
18062
  2,
18011
18063
  2,
18012
- 26,
18013
- 26,
18064
+ 30,
18065
+ 30,
18014
18066
  0,
18015
18067
  0,
18016
18068
  null,
18017
18069
  null,
18018
- 26,
18070
+ 30,
18019
18071
  null,
18020
18072
  2,
18021
18073
  null,
@@ -34508,23 +34560,24 @@
34508
34560
  1,
34509
34561
  1,
34510
34562
  1,
34563
+ 1,
34511
34564
  null,
34512
34565
  1,
34513
- 7,
34566
+ 8,
34514
34567
  null,
34515
34568
  null,
34516
34569
  null,
34517
34570
  null,
34518
34571
  null,
34519
34572
  1,
34520
- 6,
34573
+ 7,
34521
34574
  null,
34522
34575
  null,
34523
34576
  null,
34524
34577
  null,
34525
34578
  null,
34526
34579
  1,
34527
- 6,
34580
+ 7,
34528
34581
  1,
34529
34582
  null,
34530
34583
  null,
@@ -44531,7 +44584,7 @@
44531
44584
  null,
44532
44585
  1,
44533
44586
  3,
44534
- null,
44587
+ 0,
44535
44588
  null,
44536
44589
  null,
44537
44590
  null,
@@ -44611,7 +44664,7 @@
44611
44664
  null,
44612
44665
  1,
44613
44666
  3,
44614
- null,
44667
+ 0,
44615
44668
  null,
44616
44669
  null,
44617
44670
  null,
@@ -45166,7 +45219,7 @@
45166
45219
  null,
45167
45220
  1,
45168
45221
  3,
45169
- null,
45222
+ 0,
45170
45223
  null,
45171
45224
  null,
45172
45225
  null,
@@ -45246,7 +45299,7 @@
45246
45299
  null,
45247
45300
  1,
45248
45301
  3,
45249
- null,
45302
+ 0,
45250
45303
  null,
45251
45304
  null,
45252
45305
  null,
@@ -45327,7 +45380,7 @@
45327
45380
  null,
45328
45381
  1,
45329
45382
  4,
45330
- null,
45383
+ 0,
45331
45384
  null,
45332
45385
  null,
45333
45386
  null,
@@ -45511,7 +45564,7 @@
45511
45564
  null,
45512
45565
  1,
45513
45566
  2,
45514
- null,
45567
+ 0,
45515
45568
  null,
45516
45569
  null,
45517
45570
  null,
@@ -45733,7 +45786,7 @@
45733
45786
  null,
45734
45787
  1,
45735
45788
  3,
45736
- null,
45789
+ 0,
45737
45790
  null,
45738
45791
  null,
45739
45792
  null,
@@ -46086,7 +46139,7 @@
46086
46139
  null,
46087
46140
  1,
46088
46141
  2,
46089
- null,
46142
+ 0,
46090
46143
  null,
46091
46144
  null,
46092
46145
  null,
@@ -46293,7 +46346,7 @@
46293
46346
  null,
46294
46347
  1,
46295
46348
  3,
46296
- null,
46349
+ 0,
46297
46350
  null,
46298
46351
  null,
46299
46352
  null,
@@ -46990,7 +47043,7 @@
46990
47043
  null,
46991
47044
  1,
46992
47045
  3,
46993
- null,
47046
+ 0,
46994
47047
  null,
46995
47048
  null,
46996
47049
  null,
@@ -47065,7 +47118,7 @@
47065
47118
  null,
47066
47119
  1,
47067
47120
  3,
47068
- null,
47121
+ 0,
47069
47122
  null,
47070
47123
  null,
47071
47124
  null,
@@ -47140,7 +47193,7 @@
47140
47193
  null,
47141
47194
  1,
47142
47195
  3,
47143
- null,
47196
+ 0,
47144
47197
  null,
47145
47198
  null,
47146
47199
  null,
@@ -47585,7 +47638,7 @@
47585
47638
  null,
47586
47639
  1,
47587
47640
  4,
47588
- null,
47641
+ 0,
47589
47642
  null,
47590
47643
  null,
47591
47644
  null,
@@ -47670,7 +47723,7 @@
47670
47723
  null,
47671
47724
  1,
47672
47725
  3,
47673
- null,
47726
+ 0,
47674
47727
  null,
47675
47728
  null,
47676
47729
  null,
@@ -47938,7 +47991,7 @@
47938
47991
  null,
47939
47992
  1,
47940
47993
  2,
47941
- null,
47994
+ 0,
47942
47995
  null,
47943
47996
  null,
47944
47997
  null,
@@ -48020,7 +48073,7 @@
48020
48073
  null,
48021
48074
  1,
48022
48075
  2,
48023
- null,
48076
+ 0,
48024
48077
  null,
48025
48078
  null,
48026
48079
  null,
@@ -48291,7 +48344,7 @@
48291
48344
  null,
48292
48345
  1,
48293
48346
  2,
48294
- null,
48347
+ 0,
48295
48348
  null,
48296
48349
  null,
48297
48350
  null,
@@ -48366,7 +48419,7 @@
48366
48419
  null,
48367
48420
  1,
48368
48421
  3,
48369
- null,
48422
+ 0,
48370
48423
  null,
48371
48424
  null,
48372
48425
  null,
@@ -48565,7 +48618,7 @@
48565
48618
  null,
48566
48619
  1,
48567
48620
  3,
48568
- null,
48621
+ 0,
48569
48622
  null,
48570
48623
  null,
48571
48624
  null,
@@ -52007,6 +52060,7 @@
52007
52060
  null,
52008
52061
  null,
52009
52062
  null,
52063
+ null,
52010
52064
  1,
52011
52065
  1,
52012
52066
  1,
@@ -52056,6 +52110,8 @@
52056
52110
  null,
52057
52111
  null,
52058
52112
  null,
52113
+ null,
52114
+ 1,
52059
52115
  1,
52060
52116
  1,
52061
52117
  1,
@@ -52109,6 +52165,7 @@
52109
52165
  null,
52110
52166
  null,
52111
52167
  null,
52168
+ null,
52112
52169
  null
52113
52170
  ]
52114
52171
  },
@@ -53294,7 +53351,6 @@
53294
53351
  null,
53295
53352
  1,
53296
53353
  1,
53297
- null,
53298
53354
  3,
53299
53355
  null,
53300
53356
  null,
@@ -53311,9 +53367,10 @@
53311
53367
  null,
53312
53368
  null,
53313
53369
  null,
53314
- 1,
53315
53370
  null,
53316
53371
  1,
53372
+ 1,
53373
+ null,
53317
53374
  null,
53318
53375
  null,
53319
53376
  null,
@@ -58416,6 +58473,8 @@
58416
58473
  null,
58417
58474
  null,
58418
58475
  null,
58476
+ null,
58477
+ null,
58419
58478
  1,
58420
58479
  1,
58421
58480
  1,
@@ -58469,6 +58528,10 @@
58469
58528
  null,
58470
58529
  null,
58471
58530
  null,
58531
+ null,
58532
+ null,
58533
+ 1,
58534
+ 1,
58472
58535
  1,
58473
58536
  1,
58474
58537
  1,
@@ -58526,6 +58589,8 @@
58526
58589
  null,
58527
58590
  null,
58528
58591
  null,
58592
+ null,
58593
+ null,
58529
58594
  null
58530
58595
  ]
58531
58596
  },
@@ -60635,6 +60700,8 @@
60635
60700
  null,
60636
60701
  null,
60637
60702
  null,
60703
+ null,
60704
+ null,
60638
60705
  1,
60639
60706
  1,
60640
60707
  1,
@@ -60678,6 +60745,11 @@
60678
60745
  null,
60679
60746
  null,
60680
60747
  null,
60748
+ null,
60749
+ null,
60750
+ 1,
60751
+ 1,
60752
+ 1,
60681
60753
  1,
60682
60754
  1,
60683
60755
  1,
@@ -60729,6 +60801,8 @@
60729
60801
  null,
60730
60802
  null,
60731
60803
  null,
60804
+ null,
60805
+ null,
60732
60806
  null
60733
60807
  ]
60734
60808
  },
@@ -68760,6 +68834,10 @@
68760
68834
  1,
68761
68835
  null,
68762
68836
  null,
68837
+ 1,
68838
+ 1,
68839
+ null,
68840
+ null,
68763
68841
  null,
68764
68842
  1,
68765
68843
  1,
@@ -68772,6 +68850,8 @@
68772
68850
  null,
68773
68851
  null,
68774
68852
  null,
68853
+ null,
68854
+ 1,
68775
68855
  1,
68776
68856
  1,
68777
68857
  1,
@@ -72688,6 +72768,6 @@
72688
72768
  ]
72689
72769
  }
72690
72770
  },
72691
- "timestamp": 1782244000
72771
+ "timestamp": 1785877937
72692
72772
  }
72693
72773
  }