twilio-ruby 5.6.3 → 5.6.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 (276) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +18 -0
  3. data/README.md +2 -2
  4. data/examples/print_call_log.rb +1 -1
  5. data/lib/twilio-ruby/jwt/client_capability.rb +1 -1
  6. data/lib/twilio-ruby/rest/api/v2010/account.rb +6 -1
  7. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +12 -2
  8. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +12 -2
  9. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +12 -2
  10. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +6 -1
  11. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +5 -1
  12. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +5 -1
  13. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +12 -2
  14. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +6 -1
  15. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +6 -1
  16. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +6 -1
  17. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +7 -0
  18. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +6 -1
  19. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +6 -1
  20. data/lib/twilio-ruby/rest/notify/v1/service/user.rb +6 -1
  21. data/lib/twilio-ruby/rest/notify/v1/service/user/user_binding.rb +6 -1
  22. data/lib/twilio-ruby/rest/preview/proxy/service/phone_number.rb +6 -1
  23. data/lib/twilio-ruby/rest/preview/understand/service/intent.rb +5 -1
  24. data/lib/twilio-ruby/rest/preview/understand/service/model_build.rb +12 -2
  25. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +6 -1
  26. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +12 -2
  27. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +12 -2
  28. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +12 -2
  29. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +6 -1
  30. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +6 -1
  31. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +12 -2
  32. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +10 -2
  33. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +6 -1
  34. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +12 -2
  35. data/lib/twilio-ruby/rest/video/v1/composition.rb +5 -1
  36. data/lib/twilio-ruby/rest/wireless/v1/command.rb +7 -1
  37. data/lib/twilio-ruby/version.rb +1 -1
  38. data/spec/integration/accounts/v1/credential/aws_spec.rb +9 -9
  39. data/spec/integration/accounts/v1/credential/public_key_spec.rb +9 -9
  40. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +6 -6
  41. data/spec/integration/api/v2010/account/address_spec.rb +25 -25
  42. data/spec/integration/api/v2010/account/application_spec.rb +20 -20
  43. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +7 -7
  44. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +6 -6
  45. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +6 -6
  46. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +6 -6
  47. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +6 -6
  48. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +6 -6
  49. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +6 -6
  50. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +6 -6
  51. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +7 -7
  52. data/spec/integration/api/v2010/account/call/feedback_spec.rb +12 -12
  53. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +10 -10
  54. data/spec/integration/api/v2010/account/call/notification_spec.rb +18 -18
  55. data/spec/integration/api/v2010/account/call/recording_spec.rb +18 -18
  56. data/spec/integration/api/v2010/account/call_spec.rb +20 -20
  57. data/spec/integration/api/v2010/account/conference/participant_spec.rb +34 -34
  58. data/spec/integration/api/v2010/account/conference_spec.rb +11 -11
  59. data/spec/integration/api/v2010/account/connect_app_spec.rb +11 -11
  60. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +17 -17
  61. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +25 -25
  62. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +8 -8
  63. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +8 -8
  64. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +8 -8
  65. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +17 -17
  66. data/spec/integration/api/v2010/account/key_spec.rb +15 -15
  67. data/spec/integration/api/v2010/account/message/feedback_spec.rb +4 -4
  68. data/spec/integration/api/v2010/account/message/media_spec.rb +18 -18
  69. data/spec/integration/api/v2010/account/message_spec.rb +21 -21
  70. data/spec/integration/api/v2010/account/new_key_spec.rb +2 -2
  71. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +2 -2
  72. data/spec/integration/api/v2010/account/notification_spec.rb +11 -11
  73. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +15 -15
  74. data/spec/integration/api/v2010/account/queue/member_spec.rb +19 -19
  75. data/spec/integration/api/v2010/account/queue_spec.rb +20 -20
  76. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +25 -25
  77. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +18 -18
  78. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +18 -18
  79. data/spec/integration/api/v2010/account/recording_spec.rb +11 -11
  80. data/spec/integration/api/v2010/account/short_code_spec.rb +11 -11
  81. data/spec/integration/api/v2010/account/signing_key_spec.rb +15 -15
  82. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +31 -31
  83. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +21 -21
  84. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +25 -25
  85. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +25 -25
  86. data/spec/integration/api/v2010/account/sip/domain_spec.rb +20 -20
  87. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +31 -31
  88. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +21 -21
  89. data/spec/integration/api/v2010/account/token_spec.rb +2 -2
  90. data/spec/integration/api/v2010/account/transcription_spec.rb +11 -11
  91. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +3 -3
  92. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +3 -3
  93. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +3 -3
  94. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +3 -3
  95. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +3 -3
  96. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +3 -3
  97. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +3 -3
  98. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +3 -3
  99. data/spec/integration/api/v2010/account/usage/record_spec.rb +3 -3
  100. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +22 -22
  101. data/spec/integration/api/v2010/account/validation_request_spec.rb +5 -5
  102. data/spec/integration/api/v2010/account_spec.rb +4 -4
  103. data/spec/integration/chat/v1/credential_spec.rb +9 -9
  104. data/spec/integration/chat/v1/service/channel/invite_spec.rb +25 -25
  105. data/spec/integration/chat/v1/service/channel/member_spec.rb +34 -34
  106. data/spec/integration/chat/v1/service/channel/message_spec.rb +34 -34
  107. data/spec/integration/chat/v1/service/channel_spec.rb +17 -17
  108. data/spec/integration/chat/v1/service/role_spec.rb +21 -21
  109. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +6 -6
  110. data/spec/integration/chat/v1/service/user_spec.rb +20 -20
  111. data/spec/integration/chat/v1/service_spec.rb +9 -9
  112. data/spec/integration/chat/v2/credential_spec.rb +9 -9
  113. data/spec/integration/chat/v2/service/binding_spec.rb +11 -11
  114. data/spec/integration/chat/v2/service/channel/invite_spec.rb +25 -25
  115. data/spec/integration/chat/v2/service/channel/member_spec.rb +31 -31
  116. data/spec/integration/chat/v2/service/channel/message_spec.rb +35 -35
  117. data/spec/integration/chat/v2/service/channel_spec.rb +17 -17
  118. data/spec/integration/chat/v2/service/role_spec.rb +21 -21
  119. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +18 -18
  120. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +6 -6
  121. data/spec/integration/chat/v2/service/user_spec.rb +20 -20
  122. data/spec/integration/chat/v2/service_spec.rb +9 -9
  123. data/spec/integration/fax/v1/fax/fax_media_spec.rb +10 -10
  124. data/spec/integration/fax/v1/fax_spec.rb +9 -9
  125. data/spec/integration/ip_messaging/v1/credential_spec.rb +9 -9
  126. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +25 -25
  127. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +34 -34
  128. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +34 -34
  129. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +17 -17
  130. data/spec/integration/ip_messaging/v1/service/role_spec.rb +21 -21
  131. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +6 -6
  132. data/spec/integration/ip_messaging/v1/service/user_spec.rb +20 -20
  133. data/spec/integration/ip_messaging/v1/service_spec.rb +9 -9
  134. data/spec/integration/ip_messaging/v2/credential_spec.rb +9 -9
  135. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +11 -11
  136. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +25 -25
  137. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +31 -31
  138. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +35 -35
  139. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +17 -17
  140. data/spec/integration/ip_messaging/v2/service/role_spec.rb +21 -21
  141. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +18 -18
  142. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +6 -6
  143. data/spec/integration/ip_messaging/v2/service/user_spec.rb +20 -20
  144. data/spec/integration/ip_messaging/v2/service_spec.rb +9 -9
  145. data/spec/integration/lookups/v1/phone_number_spec.rb +12 -2
  146. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +15 -15
  147. data/spec/integration/messaging/v1/service/phone_number_spec.rb +17 -17
  148. data/spec/integration/messaging/v1/service/short_code_spec.rb +15 -15
  149. data/spec/integration/messaging/v1/service_spec.rb +9 -9
  150. data/spec/integration/monitor/v1/alert_spec.rb +4 -4
  151. data/spec/integration/monitor/v1/event_spec.rb +2 -2
  152. data/spec/integration/notify/v1/credential_spec.rb +9 -9
  153. data/spec/integration/notify/v1/service/binding_spec.rb +16 -16
  154. data/spec/integration/notify/v1/service/notification_spec.rb +3 -3
  155. data/spec/integration/notify/v1/service/segment_spec.rb +3 -3
  156. data/spec/integration/notify/v1/service/user/segment_memberships_spec.rb +19 -19
  157. data/spec/integration/notify/v1/service/user/user_binding_spec.rb +28 -28
  158. data/spec/integration/notify/v1/service/user_spec.rb +16 -16
  159. data/spec/integration/notify/v1/service_spec.rb +6 -6
  160. data/spec/integration/preview/acc_security/service/verification_check_spec.rb +5 -5
  161. data/spec/integration/preview/acc_security/service/verification_spec.rb +5 -5
  162. data/spec/integration/preview/acc_security/service_spec.rb +7 -7
  163. data/spec/integration/preview/bulk_exports/export/day_spec.rb +2 -2
  164. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +4 -4
  165. data/spec/integration/preview/bulk_exports/export_spec.rb +2 -2
  166. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +20 -20
  167. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +17 -17
  168. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +17 -17
  169. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +17 -17
  170. data/spec/integration/preview/deployed_devices/fleet_spec.rb +6 -6
  171. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +3 -3
  172. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +8 -8
  173. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +11 -11
  174. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +7 -7
  175. data/spec/integration/preview/marketplace/available_add_on_spec.rb +2 -2
  176. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +11 -11
  177. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +9 -9
  178. data/spec/integration/preview/proxy/service/phone_number_spec.rb +15 -15
  179. data/spec/integration/preview/proxy/service/session/interaction_spec.rb +10 -10
  180. data/spec/integration/preview/proxy/service/session/participant/message_interaction_spec.rb +20 -20
  181. data/spec/integration/preview/proxy/service/session/participant_spec.rb +29 -29
  182. data/spec/integration/preview/proxy/service/session_spec.rb +16 -16
  183. data/spec/integration/preview/proxy/service/short_code_spec.rb +15 -15
  184. data/spec/integration/preview/proxy/service_spec.rb +6 -6
  185. data/spec/integration/preview/studio/flow/engagement/step_spec.rb +10 -10
  186. data/spec/integration/preview/studio/flow/engagement_spec.rb +11 -11
  187. data/spec/integration/preview/studio/flow_spec.rb +4 -4
  188. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +24 -24
  189. data/spec/integration/preview/sync/service/document_spec.rb +18 -18
  190. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +28 -28
  191. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +24 -24
  192. data/spec/integration/preview/sync/service/sync_list_spec.rb +13 -13
  193. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +32 -32
  194. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +24 -24
  195. data/spec/integration/preview/sync/service/sync_map_spec.rb +13 -13
  196. data/spec/integration/preview/sync/service_spec.rb +6 -6
  197. data/spec/integration/preview/understand/service/field_type/field_value_spec.rb +25 -25
  198. data/spec/integration/preview/understand/service/field_type_spec.rb +20 -20
  199. data/spec/integration/preview/understand/service/intent/field_spec.rb +25 -25
  200. data/spec/integration/preview/understand/service/intent/sample_spec.rb +31 -31
  201. data/spec/integration/preview/understand/service/intent_spec.rb +20 -20
  202. data/spec/integration/preview/understand/service/model_build_spec.rb +17 -17
  203. data/spec/integration/preview/understand/service/query_spec.rb +20 -20
  204. data/spec/integration/preview/understand/service_spec.rb +6 -6
  205. data/spec/integration/preview/wireless/command_spec.rb +5 -5
  206. data/spec/integration/preview/wireless/rate_plan_spec.rb +6 -6
  207. data/spec/integration/preview/wireless/sim/usage_spec.rb +2 -2
  208. data/spec/integration/preview/wireless/sim_spec.rb +4 -4
  209. data/spec/integration/pricing/v1/messaging/country_spec.rb +2 -2
  210. data/spec/integration/pricing/v1/phone_number/country_spec.rb +2 -2
  211. data/spec/integration/pricing/v1/voice/country_spec.rb +2 -2
  212. data/spec/integration/pricing/v1/voice/number_spec.rb +2 -2
  213. data/spec/integration/proxy/v1/service/phone_number_spec.rb +12 -12
  214. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +16 -16
  215. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +20 -20
  216. data/spec/integration/proxy/v1/service/session/participant_spec.rb +29 -29
  217. data/spec/integration/proxy/v1/service/session_spec.rb +16 -16
  218. data/spec/integration/proxy/v1/service/short_code_spec.rb +15 -15
  219. data/spec/integration/proxy/v1/service_spec.rb +9 -9
  220. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +10 -10
  221. data/spec/integration/studio/v1/flow/engagement_spec.rb +11 -11
  222. data/spec/integration/studio/v1/flow_spec.rb +4 -4
  223. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +24 -24
  224. data/spec/integration/sync/v1/service/document_spec.rb +17 -17
  225. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +25 -25
  226. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +24 -24
  227. data/spec/integration/sync/v1/service/sync_list_spec.rb +17 -17
  228. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +31 -31
  229. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +24 -24
  230. data/spec/integration/sync/v1/service/sync_map_spec.rb +17 -17
  231. data/spec/integration/sync/v1/service/sync_stream/stream_message_spec.rb +7 -7
  232. data/spec/integration/sync/v1/service/sync_stream_spec.rb +17 -17
  233. data/spec/integration/sync/v1/service_spec.rb +6 -6
  234. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +20 -20
  235. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +7 -7
  236. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +18 -18
  237. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +7 -7
  238. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +4 -4
  239. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +4 -4
  240. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +4 -4
  241. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +3 -3
  242. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +22 -22
  243. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +18 -18
  244. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +18 -18
  245. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +18 -18
  246. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +4 -4
  247. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +4 -4
  248. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +4 -4
  249. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +2 -2
  250. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +20 -20
  251. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +4 -4
  252. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +4 -4
  253. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +4 -4
  254. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +20 -20
  255. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +2 -2
  256. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +2 -2
  257. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +2 -2
  258. data/spec/integration/taskrouter/v1/workspace_spec.rb +9 -9
  259. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +16 -16
  260. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +16 -16
  261. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +21 -21
  262. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +16 -16
  263. data/spec/integration/trunking/v1/trunk_spec.rb +6 -6
  264. data/spec/integration/video/v1/composition_spec.rb +4 -4
  265. data/spec/integration/video/v1/recording_spec.rb +4 -4
  266. data/spec/integration/video/v1/room/recording_spec.rb +7 -7
  267. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +10 -10
  268. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +10 -10
  269. data/spec/integration/video/v1/room/room_participant_spec.rb +11 -11
  270. data/spec/integration/video/v1/room_spec.rb +5 -5
  271. data/spec/integration/wireless/v1/command_spec.rb +5 -5
  272. data/spec/integration/wireless/v1/rate_plan_spec.rb +6 -6
  273. data/spec/integration/wireless/v1/sim/data_session_spec.rb +2 -2
  274. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +2 -2
  275. data/spec/integration/wireless/v1/sim_spec.rb +4 -4
  276. metadata +2 -2
@@ -11,8 +11,8 @@ describe 'Key' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
15
- .keys("KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
15
+ .keys('KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
16
16
  }.to raise_exception(Twilio::REST::TwilioError)
17
17
 
18
18
  values = {}
@@ -41,8 +41,8 @@ describe 'Key' do
41
41
  ]
42
42
  ))
43
43
 
44
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
45
- .keys("KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
44
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
45
+ .keys('KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
46
46
 
47
47
  expect(actual).to_not eq(nil)
48
48
  end
@@ -51,8 +51,8 @@ describe 'Key' do
51
51
  @holodeck.mock(Twilio::Response.new(500, ''))
52
52
 
53
53
  expect {
54
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
55
- .keys("KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").delete()
54
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
55
+ .keys('KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').delete()
56
56
  }.to raise_exception(Twilio::REST::TwilioError)
57
57
 
58
58
  values = {}
@@ -69,8 +69,8 @@ describe 'Key' do
69
69
  nil,
70
70
  ))
71
71
 
72
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
73
- .keys("KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").delete()
72
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
73
+ .keys('KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').delete()
74
74
 
75
75
  expect(actual).to eq(true)
76
76
  end
@@ -79,7 +79,7 @@ describe 'Key' do
79
79
  @holodeck.mock(Twilio::Response.new(500, ''))
80
80
 
81
81
  expect {
82
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
82
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
83
83
  .keys.create()
84
84
  }.to raise_exception(Twilio::REST::TwilioError)
85
85
 
@@ -109,7 +109,7 @@ describe 'Key' do
109
109
  ]
110
110
  ))
111
111
 
112
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
112
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
113
113
  .keys.create()
114
114
 
115
115
  expect(actual).to_not eq(nil)
@@ -119,7 +119,7 @@ describe 'Key' do
119
119
  @holodeck.mock(Twilio::Response.new(500, ''))
120
120
 
121
121
  expect {
122
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
122
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
123
123
  .keys.list()
124
124
  }.to raise_exception(Twilio::REST::TwilioError)
125
125
 
@@ -150,7 +150,7 @@ describe 'Key' do
150
150
  ]
151
151
  ))
152
152
 
153
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
153
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
154
154
  .keys.list()
155
155
 
156
156
  expect(actual).to_not eq(nil)
@@ -187,7 +187,7 @@ describe 'Key' do
187
187
  ]
188
188
  ))
189
189
 
190
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
190
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
191
191
  .keys.list()
192
192
 
193
193
  expect(actual).to_not eq(nil)
@@ -197,8 +197,8 @@ describe 'Key' do
197
197
  @holodeck.mock(Twilio::Response.new(500, ''))
198
198
 
199
199
  expect {
200
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
201
- .keys("KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
200
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
201
+ .keys('KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
202
202
  }.to raise_exception(Twilio::REST::TwilioError)
203
203
 
204
204
  values = {}
@@ -227,8 +227,8 @@ describe 'Key' do
227
227
  ]
228
228
  ))
229
229
 
230
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
231
- .keys("KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
230
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
231
+ .keys('KYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
232
232
 
233
233
  expect(actual).to_not eq(nil)
234
234
  end
@@ -11,7 +11,7 @@ describe 'Fleet' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
15
15
  }.to raise_exception(Twilio::REST::TwilioError)
16
16
 
17
17
  values = {}
@@ -45,7 +45,7 @@ describe 'Fleet' do
45
45
  ]
46
46
  ))
47
47
 
48
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
48
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
49
49
 
50
50
  expect(actual).to_not eq(nil)
51
51
  end
@@ -54,7 +54,7 @@ describe 'Fleet' do
54
54
  @holodeck.mock(Twilio::Response.new(500, ''))
55
55
 
56
56
  expect {
57
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").delete()
57
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').delete()
58
58
  }.to raise_exception(Twilio::REST::TwilioError)
59
59
 
60
60
  values = {}
@@ -71,7 +71,7 @@ describe 'Fleet' do
71
71
  nil,
72
72
  ))
73
73
 
74
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").delete()
74
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').delete()
75
75
 
76
76
  expect(actual).to eq(true)
77
77
  end
@@ -203,7 +203,7 @@ describe 'Fleet' do
203
203
  @holodeck.mock(Twilio::Response.new(500, ''))
204
204
 
205
205
  expect {
206
- @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
206
+ @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
207
207
  }.to raise_exception(Twilio::REST::TwilioError)
208
208
 
209
209
  values = {}
@@ -237,7 +237,7 @@ describe 'Fleet' do
237
237
  ]
238
238
  ))
239
239
 
240
- actual = @client.preview.deployed_devices.fleets("FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
240
+ actual = @client.preview.deployed_devices.fleets('FLaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
241
241
 
242
242
  expect(actual).to_not eq(nil)
243
243
  end
@@ -11,7 +11,7 @@ describe 'DependentHostedNumberOrder' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
14
+ @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
15
15
  .dependent_hosted_number_orders.list()
16
16
  }.to raise_exception(Twilio::REST::TwilioError)
17
17
 
@@ -42,7 +42,7 @@ describe 'DependentHostedNumberOrder' do
42
42
  ]
43
43
  ))
44
44
 
45
- actual = @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
45
+ actual = @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
46
46
  .dependent_hosted_number_orders.list()
47
47
 
48
48
  expect(actual).to_not eq(nil)
@@ -101,7 +101,7 @@ describe 'DependentHostedNumberOrder' do
101
101
  ]
102
102
  ))
103
103
 
104
- actual = @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
104
+ actual = @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
105
105
  .dependent_hosted_number_orders.list()
106
106
 
107
107
  expect(actual).to_not eq(nil)
@@ -11,7 +11,7 @@ describe 'AuthorizationDocument' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
15
15
  }.to raise_exception(Twilio::REST::TwilioError)
16
16
 
17
17
  values = {}
@@ -45,7 +45,7 @@ describe 'AuthorizationDocument' do
45
45
  ]
46
46
  ))
47
47
 
48
- actual = @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
48
+ actual = @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
49
49
 
50
50
  expect(actual).to_not eq(nil)
51
51
  end
@@ -54,7 +54,7 @@ describe 'AuthorizationDocument' do
54
54
  @holodeck.mock(Twilio::Response.new(500, ''))
55
55
 
56
56
  expect {
57
- @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
57
+ @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
58
58
  }.to raise_exception(Twilio::REST::TwilioError)
59
59
 
60
60
  values = {}
@@ -88,7 +88,7 @@ describe 'AuthorizationDocument' do
88
88
  ]
89
89
  ))
90
90
 
91
- actual = @client.preview.hosted_numbers.authorization_documents("PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
91
+ actual = @client.preview.hosted_numbers.authorization_documents('PXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
92
92
 
93
93
  expect(actual).to_not eq(nil)
94
94
  end
@@ -177,13 +177,13 @@ describe 'AuthorizationDocument' do
177
177
  @holodeck.mock(Twilio::Response.new(500, ''))
178
178
 
179
179
  expect {
180
- @client.preview.hosted_numbers.authorization_documents.create(hosted_number_order_sids: ['hosted_number_order_sids'], address_sid: "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", email: "email")
180
+ @client.preview.hosted_numbers.authorization_documents.create(hosted_number_order_sids: ['hosted_number_order_sids'], address_sid: 'ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', email: 'email')
181
181
  }.to raise_exception(Twilio::REST::TwilioError)
182
182
 
183
183
  values = {
184
184
  'HostedNumberOrderSids' => Twilio.serialize_list(['hosted_number_order_sids']) { |e| e },
185
- 'AddressSid' => "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
186
- 'Email' => "email",
185
+ 'AddressSid' => 'ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
186
+ 'Email' => 'email',
187
187
  }
188
188
  expect(
189
189
  @holodeck.has_request?(Holodeck::Request.new(
@@ -216,7 +216,7 @@ describe 'AuthorizationDocument' do
216
216
  ]
217
217
  ))
218
218
 
219
- actual = @client.preview.hosted_numbers.authorization_documents.create(hosted_number_order_sids: ['hosted_number_order_sids'], address_sid: "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", email: "email")
219
+ actual = @client.preview.hosted_numbers.authorization_documents.create(hosted_number_order_sids: ['hosted_number_order_sids'], address_sid: 'ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', email: 'email')
220
220
 
221
221
  expect(actual).to_not eq(nil)
222
222
  end
@@ -11,7 +11,7 @@ describe 'HostedNumberOrder' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.hosted_numbers.hosted_number_orders("HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.hosted_numbers.hosted_number_orders('HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
15
15
  }.to raise_exception(Twilio::REST::TwilioError)
16
16
 
17
17
  values = {}
@@ -63,7 +63,7 @@ describe 'HostedNumberOrder' do
63
63
  ]
64
64
  ))
65
65
 
66
- actual = @client.preview.hosted_numbers.hosted_number_orders("HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
66
+ actual = @client.preview.hosted_numbers.hosted_number_orders('HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
67
67
 
68
68
  expect(actual).to_not eq(nil)
69
69
  end
@@ -72,7 +72,7 @@ describe 'HostedNumberOrder' do
72
72
  @holodeck.mock(Twilio::Response.new(500, ''))
73
73
 
74
74
  expect {
75
- @client.preview.hosted_numbers.hosted_number_orders("HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").delete()
75
+ @client.preview.hosted_numbers.hosted_number_orders('HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').delete()
76
76
  }.to raise_exception(Twilio::REST::TwilioError)
77
77
 
78
78
  values = {}
@@ -89,7 +89,7 @@ describe 'HostedNumberOrder' do
89
89
  nil,
90
90
  ))
91
91
 
92
- actual = @client.preview.hosted_numbers.hosted_number_orders("HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").delete()
92
+ actual = @client.preview.hosted_numbers.hosted_number_orders('HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').delete()
93
93
 
94
94
  expect(actual).to eq(true)
95
95
  end
@@ -98,7 +98,7 @@ describe 'HostedNumberOrder' do
98
98
  @holodeck.mock(Twilio::Response.new(500, ''))
99
99
 
100
100
  expect {
101
- @client.preview.hosted_numbers.hosted_number_orders("HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
101
+ @client.preview.hosted_numbers.hosted_number_orders('HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
102
102
  }.to raise_exception(Twilio::REST::TwilioError)
103
103
 
104
104
  values = {}
@@ -150,7 +150,7 @@ describe 'HostedNumberOrder' do
150
150
  ]
151
151
  ))
152
152
 
153
- actual = @client.preview.hosted_numbers.hosted_number_orders("HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update()
153
+ actual = @client.preview.hosted_numbers.hosted_number_orders('HRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update()
154
154
 
155
155
  expect(actual).to_not eq(nil)
156
156
  end
@@ -257,10 +257,10 @@ describe 'HostedNumberOrder' do
257
257
  @holodeck.mock(Twilio::Response.new(500, ''))
258
258
 
259
259
  expect {
260
- @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: "+15017122661", sms_capability: true)
260
+ @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: '+15017122661', sms_capability: true)
261
261
  }.to raise_exception(Twilio::REST::TwilioError)
262
262
 
263
- values = {'PhoneNumber' => "+15017122661", 'SmsCapability' => true, }
263
+ values = {'PhoneNumber' => '+15017122661', 'SmsCapability' => true, }
264
264
  expect(
265
265
  @holodeck.has_request?(Holodeck::Request.new(
266
266
  method: 'post',
@@ -304,7 +304,7 @@ describe 'HostedNumberOrder' do
304
304
  ]
305
305
  ))
306
306
 
307
- actual = @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: "+15017122661", sms_capability: true)
307
+ actual = @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: '+15017122661', sms_capability: true)
308
308
 
309
309
  expect(actual).to_not eq(nil)
310
310
  end
@@ -344,7 +344,7 @@ describe 'HostedNumberOrder' do
344
344
  ]
345
345
  ))
346
346
 
347
- actual = @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: "+15017122661", sms_capability: true)
347
+ actual = @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: '+15017122661', sms_capability: true)
348
348
 
349
349
  expect(actual).to_not eq(nil)
350
350
  end
@@ -384,7 +384,7 @@ describe 'HostedNumberOrder' do
384
384
  ]
385
385
  ))
386
386
 
387
- actual = @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: "+15017122661", sms_capability: true)
387
+ actual = @client.preview.hosted_numbers.hosted_number_orders.create(phone_number: '+15017122661', sms_capability: true)
388
388
 
389
389
  expect(actual).to_not eq(nil)
390
390
  end
@@ -11,8 +11,8 @@ describe 'AvailableAddOnExtension' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
15
- .extensions("XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
15
+ .extensions('XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
16
16
  }.to raise_exception(Twilio::REST::TwilioError)
17
17
 
18
18
  values = {}
@@ -38,8 +38,8 @@ describe 'AvailableAddOnExtension' do
38
38
  ]
39
39
  ))
40
40
 
41
- actual = @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
42
- .extensions("XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
41
+ actual = @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
42
+ .extensions('XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
43
43
 
44
44
  expect(actual).to_not eq(nil)
45
45
  end
@@ -48,7 +48,7 @@ describe 'AvailableAddOnExtension' do
48
48
  @holodeck.mock(Twilio::Response.new(500, ''))
49
49
 
50
50
  expect {
51
- @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
51
+ @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
52
52
  .extensions.list()
53
53
  }.to raise_exception(Twilio::REST::TwilioError)
54
54
 
@@ -88,7 +88,7 @@ describe 'AvailableAddOnExtension' do
88
88
  ]
89
89
  ))
90
90
 
91
- actual = @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
91
+ actual = @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
92
92
  .extensions.list()
93
93
 
94
94
  expect(actual).to_not eq(nil)
@@ -113,7 +113,7 @@ describe 'AvailableAddOnExtension' do
113
113
  ]
114
114
  ))
115
115
 
116
- actual = @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
116
+ actual = @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
117
117
  .extensions.list()
118
118
 
119
119
  expect(actual).to_not eq(nil)
@@ -11,7 +11,7 @@ describe 'AvailableAddOn' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
15
15
  }.to raise_exception(Twilio::REST::TwilioError)
16
16
 
17
17
  values = {}
@@ -50,7 +50,7 @@ describe 'AvailableAddOn' do
50
50
  ]
51
51
  ))
52
52
 
53
- actual = @client.preview.marketplace.available_add_ons("XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
53
+ actual = @client.preview.marketplace.available_add_ons('XBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
54
54
 
55
55
  expect(actual).to_not eq(nil)
56
56
  end
@@ -11,8 +11,8 @@ describe 'InstalledAddOnExtension' do
11
11
  @holodeck.mock(Twilio::Response.new(500, ''))
12
12
 
13
13
  expect {
14
- @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
15
- .extensions("XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
14
+ @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
15
+ .extensions('XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
16
16
  }.to raise_exception(Twilio::REST::TwilioError)
17
17
 
18
18
  values = {}
@@ -39,8 +39,8 @@ describe 'InstalledAddOnExtension' do
39
39
  ]
40
40
  ))
41
41
 
42
- actual = @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
43
- .extensions("XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").fetch()
42
+ actual = @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
43
+ .extensions('XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').fetch()
44
44
 
45
45
  expect(actual).to_not eq(nil)
46
46
  end
@@ -49,8 +49,8 @@ describe 'InstalledAddOnExtension' do
49
49
  @holodeck.mock(Twilio::Response.new(500, ''))
50
50
 
51
51
  expect {
52
- @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
53
- .extensions("XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update(enabled: true)
52
+ @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
53
+ .extensions('XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update(enabled: true)
54
54
  }.to raise_exception(Twilio::REST::TwilioError)
55
55
 
56
56
  values = {'Enabled' => true, }
@@ -78,8 +78,8 @@ describe 'InstalledAddOnExtension' do
78
78
  ]
79
79
  ))
80
80
 
81
- actual = @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
82
- .extensions("XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa").update(enabled: true)
81
+ actual = @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
82
+ .extensions('XFaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa').update(enabled: true)
83
83
 
84
84
  expect(actual).to_not eq(nil)
85
85
  end
@@ -88,7 +88,7 @@ describe 'InstalledAddOnExtension' do
88
88
  @holodeck.mock(Twilio::Response.new(500, ''))
89
89
 
90
90
  expect {
91
- @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
91
+ @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
92
92
  .extensions.list()
93
93
  }.to raise_exception(Twilio::REST::TwilioError)
94
94
 
@@ -129,7 +129,7 @@ describe 'InstalledAddOnExtension' do
129
129
  ]
130
130
  ))
131
131
 
132
- actual = @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
132
+ actual = @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
133
133
  .extensions.list()
134
134
 
135
135
  expect(actual).to_not eq(nil)
@@ -154,7 +154,7 @@ describe 'InstalledAddOnExtension' do
154
154
  ]
155
155
  ))
156
156
 
157
- actual = @client.preview.marketplace.installed_add_ons("XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") \
157
+ actual = @client.preview.marketplace.installed_add_ons('XEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') \
158
158
  .extensions.list()
159
159
 
160
160
  expect(actual).to_not eq(nil)