twilio-ruby 7.1.0 → 7.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (446) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +39 -0
  3. data/Makefile +3 -0
  4. data/README.md +2 -2
  5. data/lib/twilio-ruby/base/client_base.rb +4 -1
  6. data/lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb +2 -1
  7. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +8 -4
  8. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +8 -4
  9. data/lib/twilio-ruby/rest/accounts/v1/safelist.rb +6 -3
  10. data/lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.rb +4 -2
  11. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +8 -4
  12. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +8 -4
  13. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +2 -1
  14. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country.rb +2 -1
  15. data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +2 -1
  16. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +2 -1
  17. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +4 -2
  18. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +8 -4
  19. data/lib/twilio-ruby/rest/api/v2010/account/call/siprec.rb +4 -2
  20. data/lib/twilio-ruby/rest/api/v2010/account/call/stream.rb +4 -2
  21. data/lib/twilio-ruby/rest/api/v2010/account/call/user_defined_message.rb +2 -1
  22. data/lib/twilio-ruby/rest/api/v2010/account/call/user_defined_message_subscription.rb +4 -2
  23. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +9 -5
  24. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +8 -4
  25. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +6 -3
  26. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +4 -2
  27. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +6 -3
  28. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +2 -1
  29. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +6 -3
  30. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +2 -1
  31. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +2 -1
  32. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +2 -1
  33. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +8 -4
  34. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +6 -3
  35. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +2 -1
  36. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +4 -2
  37. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +10 -6
  38. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +2 -1
  39. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +2 -1
  40. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +2 -1
  41. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +6 -3
  42. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +4 -2
  43. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +8 -4
  44. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +4 -2
  45. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +4 -2
  46. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +4 -2
  47. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +5 -3
  48. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +4 -2
  49. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +6 -3
  50. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +8 -4
  51. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +8 -4
  52. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.rb +6 -3
  53. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.rb +6 -3
  54. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.rb +6 -3
  55. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +6 -3
  56. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +6 -3
  57. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +8 -4
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +8 -4
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +8 -4
  60. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +2 -1
  61. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +4 -2
  62. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +8 -4
  63. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +2 -1
  64. data/lib/twilio-ruby/rest/api/v2010/account.rb +6 -3
  65. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +2 -1
  66. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +2 -1
  67. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +4 -2
  68. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +2 -1
  69. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +4 -2
  70. data/lib/twilio-ruby/rest/chat/v1/credential.rb +8 -4
  71. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +6 -3
  72. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +8 -4
  73. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +8 -4
  74. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +8 -4
  75. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +8 -4
  76. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +8 -4
  77. data/lib/twilio-ruby/rest/chat/v1/service.rb +8 -4
  78. data/lib/twilio-ruby/rest/chat/v2/credential.rb +8 -4
  79. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +4 -2
  80. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +6 -3
  81. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +5 -4
  82. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +5 -4
  83. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +8 -4
  84. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +5 -4
  85. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +8 -4
  86. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +4 -2
  87. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +5 -3
  88. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +6 -4
  89. data/lib/twilio-ruby/rest/chat/v2/service.rb +8 -4
  90. data/lib/twilio-ruby/rest/chat/v3/channel.rb +1 -1
  91. data/lib/twilio-ruby/rest/client.rb +5 -0
  92. data/lib/twilio-ruby/rest/content/v1/content/approval_create.rb +3 -2
  93. data/lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb +2 -1
  94. data/lib/twilio-ruby/rest/content/v1/content.rb +7 -4
  95. data/lib/twilio-ruby/rest/content/v2/content.rb +60 -3
  96. data/lib/twilio-ruby/rest/content/v2/content_and_approvals.rb +60 -3
  97. data/lib/twilio-ruby/rest/conversations/v1/address_configuration.rb +8 -4
  98. data/lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb +4 -2
  99. data/lib/twilio-ruby/rest/conversations/v1/configuration.rb +4 -2
  100. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +2 -1
  101. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +5 -4
  102. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +5 -4
  103. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +8 -4
  104. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +5 -4
  105. data/lib/twilio-ruby/rest/conversations/v1/credential.rb +8 -4
  106. data/lib/twilio-ruby/rest/conversations/v1/role.rb +8 -4
  107. data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +4 -2
  108. data/lib/twilio-ruby/rest/conversations/v1/service/configuration/notification.rb +4 -2
  109. data/lib/twilio-ruby/rest/conversations/v1/service/configuration/webhook.rb +4 -2
  110. data/lib/twilio-ruby/rest/conversations/v1/service/configuration.rb +4 -2
  111. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message/delivery_receipt.rb +2 -1
  112. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +5 -4
  113. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/participant.rb +5 -4
  114. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +8 -4
  115. data/lib/twilio-ruby/rest/conversations/v1/service/conversation.rb +5 -4
  116. data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +8 -4
  117. data/lib/twilio-ruby/rest/conversations/v1/service/user/user_conversation.rb +6 -3
  118. data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +5 -4
  119. data/lib/twilio-ruby/rest/conversations/v1/service.rb +6 -3
  120. data/lib/twilio-ruby/rest/conversations/v1/user/user_conversation.rb +6 -3
  121. data/lib/twilio-ruby/rest/conversations/v1/user.rb +5 -4
  122. data/lib/twilio-ruby/rest/events/v1/event_type.rb +16 -1
  123. data/lib/twilio-ruby/rest/events/v1/schema/schema_version.rb +2 -1
  124. data/lib/twilio-ruby/rest/events/v1/schema.rb +2 -1
  125. data/lib/twilio-ruby/rest/events/v1/sink/sink_test.rb +2 -1
  126. data/lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb +2 -1
  127. data/lib/twilio-ruby/rest/events/v1/sink.rb +8 -4
  128. data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +8 -4
  129. data/lib/twilio-ruby/rest/events/v1/subscription.rb +8 -4
  130. data/lib/twilio-ruby/rest/flex_api/v1/assessments.rb +2 -2
  131. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +6 -3
  132. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +5 -3
  133. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +8 -4
  134. data/lib/twilio-ruby/rest/flex_api/v1/insights_assessments_comment.rb +1 -1
  135. data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires.rb +4 -4
  136. data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_category.rb +3 -3
  137. data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_question.rb +3 -3
  138. data/lib/twilio-ruby/rest/flex_api/v1/insights_session.rb +1 -1
  139. data/lib/twilio-ruby/rest/flex_api/v1/insights_settings_answer_sets.rb +1 -1
  140. data/lib/twilio-ruby/rest/flex_api/v1/insights_settings_comment.rb +1 -1
  141. data/lib/twilio-ruby/rest/flex_api/v1/insights_user_roles.rb +1 -1
  142. data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.rb +2 -1
  143. data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.rb +4 -2
  144. data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel.rb +4 -2
  145. data/lib/twilio-ruby/rest/flex_api/v1/interaction.rb +4 -2
  146. data/lib/twilio-ruby/rest/flex_api/v1/plugin/plugin_versions.rb +2 -2
  147. data/lib/twilio-ruby/rest/flex_api/v1/plugin.rb +3 -3
  148. data/lib/twilio-ruby/rest/flex_api/v1/plugin_archive.rb +1 -1
  149. data/lib/twilio-ruby/rest/flex_api/v1/plugin_configuration/configured_plugin.rb +1 -1
  150. data/lib/twilio-ruby/rest/flex_api/v1/plugin_configuration.rb +2 -2
  151. data/lib/twilio-ruby/rest/flex_api/v1/plugin_configuration_archive.rb +1 -1
  152. data/lib/twilio-ruby/rest/flex_api/v1/plugin_release.rb +2 -2
  153. data/lib/twilio-ruby/rest/flex_api/v1/plugin_version_archive.rb +1 -1
  154. data/lib/twilio-ruby/rest/flex_api/v1/provisioning_status.rb +2 -1
  155. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +8 -4
  156. data/lib/twilio-ruby/rest/flex_api/v2/flex_user.rb +2 -1
  157. data/lib/twilio-ruby/rest/flex_api/v2/web_channels.rb +1 -1
  158. data/lib/twilio-ruby/rest/frontline_api/v1/user.rb +4 -2
  159. data/lib/twilio-ruby/rest/insights/v1/call/annotation.rb +4 -2
  160. data/lib/twilio-ruby/rest/insights/v1/call/call_summary.rb +2 -1
  161. data/lib/twilio-ruby/rest/insights/v1/call.rb +2 -1
  162. data/lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb +2 -1
  163. data/lib/twilio-ruby/rest/insights/v1/conference.rb +2 -1
  164. data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +2 -1
  165. data/lib/twilio-ruby/rest/insights/v1/room.rb +2 -1
  166. data/lib/twilio-ruby/rest/insights/v1/setting.rb +4 -2
  167. data/lib/twilio-ruby/rest/intelligence/v2/custom_operator.rb +7 -4
  168. data/lib/twilio-ruby/rest/intelligence/v2/operator.rb +2 -1
  169. data/lib/twilio-ruby/rest/intelligence/v2/operator_attachment.rb +4 -2
  170. data/lib/twilio-ruby/rest/intelligence/v2/operator_attachments.rb +2 -1
  171. data/lib/twilio-ruby/rest/intelligence/v2/operator_type.rb +2 -1
  172. data/lib/twilio-ruby/rest/intelligence/v2/prebuilt_operator.rb +2 -1
  173. data/lib/twilio-ruby/rest/intelligence/v2/service.rb +7 -4
  174. data/lib/twilio-ruby/rest/intelligence/v2/transcript/media.rb +2 -1
  175. data/lib/twilio-ruby/rest/intelligence/v2/transcript/operator_result.rb +2 -1
  176. data/lib/twilio-ruby/rest/intelligence/v2/transcript.rb +6 -3
  177. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +8 -4
  178. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +6 -3
  179. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +8 -4
  180. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +8 -4
  181. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +8 -4
  182. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +8 -4
  183. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +8 -4
  184. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +8 -4
  185. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +8 -4
  186. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +4 -2
  187. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +6 -3
  188. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +5 -4
  189. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +5 -4
  190. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +8 -4
  191. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +5 -4
  192. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +8 -4
  193. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +4 -2
  194. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +6 -3
  195. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +6 -4
  196. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +8 -4
  197. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +2 -1
  198. data/lib/twilio-ruby/rest/lookups/v2/phone_number.rb +2 -1
  199. data/lib/twilio-ruby/rest/marketplace/v1/available_add_on/available_add_on_extension.rb +309 -0
  200. data/lib/twilio-ruby/rest/marketplace/v1/available_add_on.rb +336 -0
  201. data/lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_extension.rb +352 -0
  202. data/lib/twilio-ruby/rest/marketplace/v1/installed_add_on/installed_add_on_usage.rb +170 -0
  203. data/lib/twilio-ruby/rest/marketplace/v1/installed_add_on.rb +465 -0
  204. data/lib/twilio-ruby/rest/marketplace/v1/module_data_management.rb +284 -0
  205. data/lib/twilio-ruby/rest/marketplace/v1.rb +79 -0
  206. data/lib/twilio-ruby/rest/marketplace.rb +6 -0
  207. data/lib/twilio-ruby/rest/marketplace_base.rb +38 -0
  208. data/lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_registration_otp.rb +2 -1
  209. data/lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb +4 -2
  210. data/lib/twilio-ruby/rest/messaging/v1/brand_registration.rb +6 -3
  211. data/lib/twilio-ruby/rest/messaging/v1/deactivations.rb +2 -1
  212. data/lib/twilio-ruby/rest/messaging/v1/domain_certs.rb +6 -3
  213. data/lib/twilio-ruby/rest/messaging/v1/domain_config.rb +4 -2
  214. data/lib/twilio-ruby/rest/messaging/v1/domain_config_messaging_service.rb +2 -1
  215. data/lib/twilio-ruby/rest/messaging/v1/external_campaign.rb +2 -1
  216. data/lib/twilio-ruby/rest/messaging/v1/linkshortening_messaging_service.rb +4 -2
  217. data/lib/twilio-ruby/rest/messaging/v1/linkshortening_messaging_service_domain_association.rb +2 -1
  218. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +6 -3
  219. data/lib/twilio-ruby/rest/messaging/v1/service/channel_sender.rb +2 -1
  220. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +6 -3
  221. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +6 -3
  222. data/lib/twilio-ruby/rest/messaging/v1/service/us_app_to_person.rb +8 -4
  223. data/lib/twilio-ruby/rest/messaging/v1/service/us_app_to_person_usecase.rb +2 -1
  224. data/lib/twilio-ruby/rest/messaging/v1/service.rb +8 -4
  225. data/lib/twilio-ruby/rest/messaging/v1/tollfree_verification.rb +23 -7
  226. data/lib/twilio-ruby/rest/messaging/v1/usecase.rb +2 -1
  227. data/lib/twilio-ruby/rest/messaging/v1.rb +1 -1
  228. data/lib/twilio-ruby/rest/microvisor/v1/account_config.rb +8 -4
  229. data/lib/twilio-ruby/rest/microvisor/v1/account_secret.rb +8 -4
  230. data/lib/twilio-ruby/rest/microvisor/v1/app/app_manifest.rb +2 -1
  231. data/lib/twilio-ruby/rest/microvisor/v1/app.rb +4 -2
  232. data/lib/twilio-ruby/rest/microvisor/v1/device/device_config.rb +8 -4
  233. data/lib/twilio-ruby/rest/microvisor/v1/device/device_secret.rb +8 -4
  234. data/lib/twilio-ruby/rest/microvisor/v1/device.rb +4 -2
  235. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +2 -1
  236. data/lib/twilio-ruby/rest/monitor/v1/event.rb +2 -1
  237. data/lib/twilio-ruby/rest/notify/v1/credential.rb +8 -4
  238. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +6 -3
  239. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +2 -1
  240. data/lib/twilio-ruby/rest/notify/v1/service.rb +8 -4
  241. data/lib/twilio-ruby/rest/numbers/v1/bulk_eligibility.rb +5 -3
  242. data/lib/twilio-ruby/rest/numbers/v1/eligibility.rb +3 -2
  243. data/lib/twilio-ruby/rest/numbers/v1/porting_port_in.rb +14 -4
  244. data/lib/twilio-ruby/rest/numbers/v1/porting_port_in_phone_number.rb +29 -6
  245. data/lib/twilio-ruby/rest/numbers/v1/porting_portability.rb +2 -15
  246. data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration.rb +3 -2
  247. data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_delete.rb +2 -1
  248. data/lib/twilio-ruby/rest/numbers/v1/porting_webhook_configuration_fetch.rb +2 -1
  249. data/lib/twilio-ruby/rest/numbers/v1/signing_request_configuration.rb +177 -0
  250. data/lib/twilio-ruby/rest/numbers/v1.rb +6 -0
  251. data/lib/twilio-ruby/rest/numbers/v2/authorization_document.rb +6 -3
  252. data/lib/twilio-ruby/rest/numbers/v2/bulk_hosted_number_order.rb +5 -3
  253. data/lib/twilio-ruby/rest/numbers/v2/hosted_number_order.rb +6 -3
  254. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.rb +2 -1
  255. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +4 -2
  256. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +6 -3
  257. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/replace_items.rb +2 -1
  258. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +8 -4
  259. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +8 -4
  260. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +2 -1
  261. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +2 -1
  262. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +8 -4
  263. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +2 -1
  264. data/lib/twilio-ruby/rest/oauth/v1/authorize.rb +2 -1
  265. data/lib/twilio-ruby/rest/oauth/v1/token.rb +2 -1
  266. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +8 -4
  267. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +8 -4
  268. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +8 -4
  269. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +8 -4
  270. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +8 -4
  271. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +6 -3
  272. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +8 -4
  273. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +2 -1
  274. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +2 -1
  275. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +4 -2
  276. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +8 -4
  277. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +6 -3
  278. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +7 -4
  279. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +6 -4
  280. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +6 -3
  281. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +6 -3
  282. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +6 -4
  283. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +6 -3
  284. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +6 -3
  285. data/lib/twilio-ruby/rest/preview/sync/service.rb +8 -4
  286. data/lib/twilio-ruby/rest/preview/wireless/command.rb +4 -2
  287. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +8 -4
  288. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +2 -1
  289. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +4 -2
  290. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +2 -1
  291. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +2 -1
  292. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +2 -1
  293. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +2 -1
  294. data/lib/twilio-ruby/rest/pricing/v2/country.rb +2 -1
  295. data/lib/twilio-ruby/rest/pricing/v2/number.rb +2 -1
  296. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +2 -1
  297. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +2 -1
  298. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +8 -4
  299. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +4 -2
  300. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +4 -2
  301. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +6 -3
  302. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +8 -4
  303. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +8 -4
  304. data/lib/twilio-ruby/rest/proxy/v1/service.rb +8 -4
  305. data/lib/twilio-ruby/rest/routes/v2/phone_number.rb +4 -2
  306. data/lib/twilio-ruby/rest/routes/v2/sip_domain.rb +4 -2
  307. data/lib/twilio-ruby/rest/routes/v2/trunk.rb +4 -2
  308. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +2 -1
  309. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +8 -4
  310. data/lib/twilio-ruby/rest/serverless/v1/service/build/build_status.rb +2 -1
  311. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +6 -3
  312. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +4 -2
  313. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +2 -1
  314. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +8 -4
  315. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +6 -3
  316. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +2 -1
  317. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +2 -1
  318. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +8 -4
  319. data/lib/twilio-ruby/rest/serverless/v1/service.rb +8 -4
  320. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +2 -1
  321. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +2 -1
  322. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +2 -1
  323. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +6 -3
  324. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +2 -1
  325. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +2 -1
  326. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +2 -1
  327. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +8 -4
  328. data/lib/twilio-ruby/rest/studio/v1/flow.rb +4 -2
  329. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +2 -1
  330. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +2 -1
  331. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +2 -1
  332. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +8 -4
  333. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +2 -1
  334. data/lib/twilio-ruby/rest/studio/v2/flow/flow_test_user.rb +4 -2
  335. data/lib/twilio-ruby/rest/studio/v2/flow.rb +8 -4
  336. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +2 -1
  337. data/lib/twilio-ruby/rest/supersim/v1/esim_profile.rb +4 -2
  338. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +6 -3
  339. data/lib/twilio-ruby/rest/supersim/v1/ip_command.rb +4 -2
  340. data/lib/twilio-ruby/rest/supersim/v1/network.rb +2 -1
  341. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +6 -3
  342. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +6 -3
  343. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +6 -3
  344. data/lib/twilio-ruby/rest/supersim/v1/sms_command.rb +4 -2
  345. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +6 -3
  346. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +7 -4
  347. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +6 -4
  348. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +6 -3
  349. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +8 -4
  350. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +6 -4
  351. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +6 -3
  352. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +8 -4
  353. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +2 -1
  354. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +8 -4
  355. data/lib/twilio-ruby/rest/sync/v1/service.rb +8 -4
  356. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +8 -4
  357. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +2 -1
  358. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +3 -2
  359. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +6 -4
  360. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +8 -4
  361. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.rb +3 -2
  362. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +2 -1
  363. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +2 -1
  364. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +2 -1
  365. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +8 -4
  366. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +3 -2
  367. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +4 -2
  368. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +2 -1
  369. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +2 -1
  370. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +2 -1
  371. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +2 -1
  372. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +6 -4
  373. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +2 -1
  374. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +2 -1
  375. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +2 -1
  376. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +8 -4
  377. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +2 -1
  378. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +2 -1
  379. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +2 -1
  380. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +8 -4
  381. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +6 -3
  382. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +6 -3
  383. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +8 -4
  384. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +6 -3
  385. data/lib/twilio-ruby/rest/trunking/v1/trunk/recording.rb +4 -2
  386. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +8 -4
  387. data/lib/twilio-ruby/rest/trusthub/v1/compliance_inquiries.rb +4 -2
  388. data/lib/twilio-ruby/rest/trusthub/v1/compliance_registration_inquiries.rb +4 -2
  389. data/lib/twilio-ruby/rest/trusthub/v1/compliance_tollfree_inquiries.rb +6 -2
  390. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.rb +6 -3
  391. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb +6 -3
  392. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb +4 -2
  393. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb +8 -4
  394. data/lib/twilio-ruby/rest/trusthub/v1/end_user.rb +8 -4
  395. data/lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb +2 -1
  396. data/lib/twilio-ruby/rest/trusthub/v1/policies.rb +2 -1
  397. data/lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb +8 -4
  398. data/lib/twilio-ruby/rest/trusthub/v1/supporting_document_type.rb +2 -1
  399. data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb +6 -3
  400. data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_entity_assignments.rb +6 -3
  401. data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_evaluations.rb +4 -2
  402. data/lib/twilio-ruby/rest/trusthub/v1/trust_products.rb +8 -4
  403. data/lib/twilio-ruby/rest/verify/v2/form.rb +2 -1
  404. data/lib/twilio-ruby/rest/verify/v2/safelist.rb +6 -3
  405. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +4 -2
  406. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge/notification.rb +2 -1
  407. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +6 -3
  408. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +6 -3
  409. data/lib/twilio-ruby/rest/verify/v2/service/entity/new_factor.rb +2 -1
  410. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +6 -3
  411. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +8 -4
  412. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +8 -4
  413. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +8 -4
  414. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +6 -3
  415. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +2 -1
  416. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +8 -4
  417. data/lib/twilio-ruby/rest/verify/v2/service.rb +8 -4
  418. data/lib/twilio-ruby/rest/verify/v2/verification_attempt.rb +2 -1
  419. data/lib/twilio-ruby/rest/verify/v2/verification_attempts_summary.rb +2 -1
  420. data/lib/twilio-ruby/rest/video/v1/composition.rb +6 -3
  421. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +8 -4
  422. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +4 -2
  423. data/lib/twilio-ruby/rest/video/v1/recording.rb +4 -2
  424. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +4 -2
  425. data/lib/twilio-ruby/rest/video/v1/room/participant/anonymize.rb +2 -1
  426. data/lib/twilio-ruby/rest/video/v1/room/participant/published_track.rb +2 -1
  427. data/lib/twilio-ruby/rest/video/v1/room/participant/subscribe_rules.rb +4 -2
  428. data/lib/twilio-ruby/rest/video/v1/room/participant/subscribed_track.rb +2 -1
  429. data/lib/twilio-ruby/rest/video/v1/room/participant.rb +4 -2
  430. data/lib/twilio-ruby/rest/video/v1/room/recording_rules.rb +4 -2
  431. data/lib/twilio-ruby/rest/video/v1/room/room_recording.rb +4 -2
  432. data/lib/twilio-ruby/rest/video/v1/room.rb +6 -3
  433. data/lib/twilio-ruby/rest/voice/v1/archived_call.rb +2 -1
  434. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +8 -4
  435. data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +8 -4
  436. data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +8 -4
  437. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +2 -1
  438. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +2 -1
  439. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +4 -2
  440. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +8 -4
  441. data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +8 -4
  442. data/lib/twilio-ruby/rest/wireless/v1/command.rb +6 -3
  443. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +8 -4
  444. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +6 -3
  445. data/lib/twilio-ruby/version.rb +1 -1
  446. metadata +12 -2
@@ -0,0 +1,336 @@
1
+ ##
2
+ # This code was generated by
3
+ # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __
4
+ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
5
+ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
6
+ #
7
+ # Twilio - Marketplace
8
+ # This is the public Twilio REST API.
9
+ #
10
+ # NOTE: This class is auto generated by OpenAPI Generator.
11
+ # https://openapi-generator.tech
12
+ # Do not edit the class manually.
13
+ #
14
+
15
+
16
+ module Twilio
17
+ module REST
18
+ class Marketplace < MarketplaceBase
19
+ class V1 < Version
20
+ class AvailableAddOnList < ListResource
21
+
22
+ ##
23
+ # Initialize the AvailableAddOnList
24
+ # @param [Version] version Version that contains the resource
25
+ # @return [AvailableAddOnList] AvailableAddOnList
26
+ def initialize(version)
27
+ super(version)
28
+ # Path Solution
29
+ @solution = { }
30
+ @uri = "/AvailableAddOns"
31
+
32
+ end
33
+
34
+ ##
35
+ # Lists AvailableAddOnInstance records from the API as a list.
36
+ # Unlike stream(), this operation is eager and will load `limit` records into
37
+ # memory before returning.
38
+ # @param [Integer] limit Upper limit for the number of records to return. stream()
39
+ # guarantees to never return more than limit. Default is no limit
40
+ # @param [Integer] page_size Number of records to fetch per request, when
41
+ # not set will use the default value of 50 records. If no page_size is defined
42
+ # but a limit is defined, stream() will attempt to read the limit with the most
43
+ # efficient page size, i.e. min(limit, 1000)
44
+ # @return [Array] Array of up to limit results
45
+ def list(limit: nil, page_size: nil)
46
+ self.stream(
47
+ limit: limit,
48
+ page_size: page_size
49
+ ).entries
50
+ end
51
+
52
+ ##
53
+ # Streams Instance records from the API as an Enumerable.
54
+ # This operation lazily loads records as efficiently as possible until the limit
55
+ # is reached.
56
+ # @param [Integer] limit Upper limit for the number of records to return. stream()
57
+ # guarantees to never return more than limit. Default is no limit
58
+ # @param [Integer] page_size Number of records to fetch per request, when
59
+ # not set will use the default value of 50 records. If no page_size is defined
60
+ # but a limit is defined, stream() will attempt to read the limit with the most
61
+ # efficient page size, i.e. min(limit, 1000)
62
+ # @return [Enumerable] Enumerable that will yield up to limit results
63
+ def stream(limit: nil, page_size: nil)
64
+ limits = @version.read_limits(limit, page_size)
65
+
66
+ page = self.page(
67
+ page_size: limits[:page_size], )
68
+
69
+ @version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
70
+ end
71
+
72
+ ##
73
+ # When passed a block, yields AvailableAddOnInstance records from the API.
74
+ # This operation lazily loads records as efficiently as possible until the limit
75
+ # is reached.
76
+ def each
77
+ limits = @version.read_limits
78
+
79
+ page = self.page(page_size: limits[:page_size], )
80
+
81
+ @version.stream(page,
82
+ limit: limits[:limit],
83
+ page_limit: limits[:page_limit]).each {|x| yield x}
84
+ end
85
+
86
+ ##
87
+ # Retrieve a single page of AvailableAddOnInstance records from the API.
88
+ # Request is executed immediately.
89
+ # @param [String] page_token PageToken provided by the API
90
+ # @param [Integer] page_number Page Number, this value is simply for client state
91
+ # @param [Integer] page_size Number of records to return, defaults to 50
92
+ # @return [Page] Page of AvailableAddOnInstance
93
+ def page(page_token: :unset, page_number: :unset, page_size: :unset)
94
+ params = Twilio::Values.of({
95
+ 'PageToken' => page_token,
96
+ 'Page' => page_number,
97
+ 'PageSize' => page_size,
98
+ })
99
+
100
+ response = @version.page('GET', @uri, params: params)
101
+
102
+ AvailableAddOnPage.new(@version, response, @solution)
103
+ end
104
+
105
+ ##
106
+ # Retrieve a single page of AvailableAddOnInstance records from the API.
107
+ # Request is executed immediately.
108
+ # @param [String] target_url API-generated URL for the requested results page
109
+ # @return [Page] Page of AvailableAddOnInstance
110
+ def get_page(target_url)
111
+ response = @version.domain.request(
112
+ 'GET',
113
+ target_url
114
+ )
115
+ AvailableAddOnPage.new(@version, response, @solution)
116
+ end
117
+
118
+
119
+
120
+ # Provide a user friendly representation
121
+ def to_s
122
+ '#<Twilio.Marketplace.V1.AvailableAddOnList>'
123
+ end
124
+ end
125
+
126
+
127
+ class AvailableAddOnContext < InstanceContext
128
+ ##
129
+ # Initialize the AvailableAddOnContext
130
+ # @param [Version] version Version that contains the resource
131
+ # @param [String] sid The SID of the AvailableAddOn resource to fetch.
132
+ # @return [AvailableAddOnContext] AvailableAddOnContext
133
+ def initialize(version, sid)
134
+ super(version)
135
+
136
+ # Path Solution
137
+ @solution = { sid: sid, }
138
+ @uri = "/AvailableAddOns/#{@solution[:sid]}"
139
+
140
+ # Dependents
141
+ @extensions = nil
142
+ end
143
+ ##
144
+ # Fetch the AvailableAddOnInstance
145
+ # @return [AvailableAddOnInstance] Fetched AvailableAddOnInstance
146
+ def fetch
147
+
148
+ headers = Twilio::Values.of({'Content-Type' => 'application/x-www-form-urlencoded', })
149
+
150
+ payload = @version.fetch('GET', @uri, headers: headers)
151
+ AvailableAddOnInstance.new(
152
+ @version,
153
+ payload,
154
+ sid: @solution[:sid],
155
+ )
156
+ end
157
+
158
+ ##
159
+ # Access the extensions
160
+ # @return [AvailableAddOnExtensionList]
161
+ # @return [AvailableAddOnExtensionContext] if sid was passed.
162
+ def extensions(sid=:unset)
163
+
164
+ raise ArgumentError, 'sid cannot be nil' if sid.nil?
165
+
166
+ if sid != :unset
167
+ return AvailableAddOnExtensionContext.new(@version, @solution[:sid],sid )
168
+ end
169
+
170
+ unless @extensions
171
+ @extensions = AvailableAddOnExtensionList.new(
172
+ @version, available_add_on_sid: @solution[:sid], )
173
+ end
174
+
175
+ @extensions
176
+ end
177
+
178
+ ##
179
+ # Provide a user friendly representation
180
+ def to_s
181
+ context = @solution.map{|k, v| "#{k}: #{v}"}.join(',')
182
+ "#<Twilio.Marketplace.V1.AvailableAddOnContext #{context}>"
183
+ end
184
+
185
+ ##
186
+ # Provide a detailed, user friendly representation
187
+ def inspect
188
+ context = @solution.map{|k, v| "#{k}: #{v}"}.join(',')
189
+ "#<Twilio.Marketplace.V1.AvailableAddOnContext #{context}>"
190
+ end
191
+ end
192
+
193
+ class AvailableAddOnPage < Page
194
+ ##
195
+ # Initialize the AvailableAddOnPage
196
+ # @param [Version] version Version that contains the resource
197
+ # @param [Response] response Response from the API
198
+ # @param [Hash] solution Path solution for the resource
199
+ # @return [AvailableAddOnPage] AvailableAddOnPage
200
+ def initialize(version, response, solution)
201
+ super(version, response)
202
+
203
+ # Path Solution
204
+ @solution = solution
205
+ end
206
+
207
+ ##
208
+ # Build an instance of AvailableAddOnInstance
209
+ # @param [Hash] payload Payload response from the API
210
+ # @return [AvailableAddOnInstance] AvailableAddOnInstance
211
+ def get_instance(payload)
212
+ AvailableAddOnInstance.new(@version, payload)
213
+ end
214
+
215
+ ##
216
+ # Provide a user friendly representation
217
+ def to_s
218
+ '<Twilio.Marketplace.V1.AvailableAddOnPage>'
219
+ end
220
+ end
221
+ class AvailableAddOnInstance < InstanceResource
222
+ ##
223
+ # Initialize the AvailableAddOnInstance
224
+ # @param [Version] version Version that contains the resource
225
+ # @param [Hash] payload payload that contains response from Twilio
226
+ # @param [String] account_sid The SID of the
227
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created this AvailableAddOn
228
+ # resource.
229
+ # @param [String] sid The SID of the Call resource to fetch.
230
+ # @return [AvailableAddOnInstance] AvailableAddOnInstance
231
+ def initialize(version, payload , sid: nil)
232
+ super(version)
233
+
234
+ # Marshaled Properties
235
+ @properties = {
236
+ 'sid' => payload['sid'],
237
+ 'friendly_name' => payload['friendly_name'],
238
+ 'description' => payload['description'],
239
+ 'pricing_type' => payload['pricing_type'],
240
+ 'configuration_schema' => payload['configuration_schema'],
241
+ 'url' => payload['url'],
242
+ 'links' => payload['links'],
243
+ }
244
+
245
+ # Context
246
+ @instance_context = nil
247
+ @params = { 'sid' => sid || @properties['sid'] , }
248
+ end
249
+
250
+ ##
251
+ # Generate an instance context for the instance, the context is capable of
252
+ # performing various actions. All instance actions are proxied to the context
253
+ # @return [AvailableAddOnContext] CallContext for this CallInstance
254
+ def context
255
+ unless @instance_context
256
+ @instance_context = AvailableAddOnContext.new(@version , @params['sid'])
257
+ end
258
+ @instance_context
259
+ end
260
+
261
+ ##
262
+ # @return [String] The unique string that we created to identify the AvailableAddOn resource.
263
+ def sid
264
+ @properties['sid']
265
+ end
266
+
267
+ ##
268
+ # @return [String] The string that you assigned to describe the resource.
269
+ def friendly_name
270
+ @properties['friendly_name']
271
+ end
272
+
273
+ ##
274
+ # @return [String] A short description of the Add-on's functionality.
275
+ def description
276
+ @properties['description']
277
+ end
278
+
279
+ ##
280
+ # @return [String] How customers are charged for using this Add-on.
281
+ def pricing_type
282
+ @properties['pricing_type']
283
+ end
284
+
285
+ ##
286
+ # @return [Hash] The JSON object with the configuration that must be provided when installing a given Add-on.
287
+ def configuration_schema
288
+ @properties['configuration_schema']
289
+ end
290
+
291
+ ##
292
+ # @return [String] The absolute URL of the resource.
293
+ def url
294
+ @properties['url']
295
+ end
296
+
297
+ ##
298
+ # @return [Hash] The URLs of related resources.
299
+ def links
300
+ @properties['links']
301
+ end
302
+
303
+ ##
304
+ # Fetch the AvailableAddOnInstance
305
+ # @return [AvailableAddOnInstance] Fetched AvailableAddOnInstance
306
+ def fetch
307
+
308
+ context.fetch
309
+ end
310
+
311
+ ##
312
+ # Access the extensions
313
+ # @return [extensions] extensions
314
+ def extensions
315
+ context.extensions
316
+ end
317
+
318
+ ##
319
+ # Provide a user friendly representation
320
+ def to_s
321
+ values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
322
+ "<Twilio.Marketplace.V1.AvailableAddOnInstance #{values}>"
323
+ end
324
+
325
+ ##
326
+ # Provide a detailed, user friendly representation
327
+ def inspect
328
+ values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
329
+ "<Twilio.Marketplace.V1.AvailableAddOnInstance #{values}>"
330
+ end
331
+ end
332
+
333
+ end
334
+ end
335
+ end
336
+ end
@@ -0,0 +1,352 @@
1
+ ##
2
+ # This code was generated by
3
+ # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __
4
+ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
5
+ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
6
+ #
7
+ # Twilio - Marketplace
8
+ # This is the public Twilio REST API.
9
+ #
10
+ # NOTE: This class is auto generated by OpenAPI Generator.
11
+ # https://openapi-generator.tech
12
+ # Do not edit the class manually.
13
+ #
14
+
15
+
16
+ module Twilio
17
+ module REST
18
+ class Marketplace < MarketplaceBase
19
+ class V1 < Version
20
+ class InstalledAddOnContext < InstanceContext
21
+
22
+ class InstalledAddOnExtensionList < ListResource
23
+
24
+ ##
25
+ # Initialize the InstalledAddOnExtensionList
26
+ # @param [Version] version Version that contains the resource
27
+ # @return [InstalledAddOnExtensionList] InstalledAddOnExtensionList
28
+ def initialize(version, installed_add_on_sid: nil)
29
+ super(version)
30
+ # Path Solution
31
+ @solution = { installed_add_on_sid: installed_add_on_sid }
32
+ @uri = "/InstalledAddOns/#{@solution[:installed_add_on_sid]}/Extensions"
33
+
34
+ end
35
+
36
+ ##
37
+ # Lists InstalledAddOnExtensionInstance records from the API as a list.
38
+ # Unlike stream(), this operation is eager and will load `limit` records into
39
+ # memory before returning.
40
+ # @param [Integer] limit Upper limit for the number of records to return. stream()
41
+ # guarantees to never return more than limit. Default is no limit
42
+ # @param [Integer] page_size Number of records to fetch per request, when
43
+ # not set will use the default value of 50 records. If no page_size is defined
44
+ # but a limit is defined, stream() will attempt to read the limit with the most
45
+ # efficient page size, i.e. min(limit, 1000)
46
+ # @return [Array] Array of up to limit results
47
+ def list(limit: nil, page_size: nil)
48
+ self.stream(
49
+ limit: limit,
50
+ page_size: page_size
51
+ ).entries
52
+ end
53
+
54
+ ##
55
+ # Streams Instance records from the API as an Enumerable.
56
+ # This operation lazily loads records as efficiently as possible until the limit
57
+ # is reached.
58
+ # @param [Integer] limit Upper limit for the number of records to return. stream()
59
+ # guarantees to never return more than limit. Default is no limit
60
+ # @param [Integer] page_size Number of records to fetch per request, when
61
+ # not set will use the default value of 50 records. If no page_size is defined
62
+ # but a limit is defined, stream() will attempt to read the limit with the most
63
+ # efficient page size, i.e. min(limit, 1000)
64
+ # @return [Enumerable] Enumerable that will yield up to limit results
65
+ def stream(limit: nil, page_size: nil)
66
+ limits = @version.read_limits(limit, page_size)
67
+
68
+ page = self.page(
69
+ page_size: limits[:page_size], )
70
+
71
+ @version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
72
+ end
73
+
74
+ ##
75
+ # When passed a block, yields InstalledAddOnExtensionInstance records from the API.
76
+ # This operation lazily loads records as efficiently as possible until the limit
77
+ # is reached.
78
+ def each
79
+ limits = @version.read_limits
80
+
81
+ page = self.page(page_size: limits[:page_size], )
82
+
83
+ @version.stream(page,
84
+ limit: limits[:limit],
85
+ page_limit: limits[:page_limit]).each {|x| yield x}
86
+ end
87
+
88
+ ##
89
+ # Retrieve a single page of InstalledAddOnExtensionInstance records from the API.
90
+ # Request is executed immediately.
91
+ # @param [String] page_token PageToken provided by the API
92
+ # @param [Integer] page_number Page Number, this value is simply for client state
93
+ # @param [Integer] page_size Number of records to return, defaults to 50
94
+ # @return [Page] Page of InstalledAddOnExtensionInstance
95
+ def page(page_token: :unset, page_number: :unset, page_size: :unset)
96
+ params = Twilio::Values.of({
97
+ 'PageToken' => page_token,
98
+ 'Page' => page_number,
99
+ 'PageSize' => page_size,
100
+ })
101
+
102
+ response = @version.page('GET', @uri, params: params)
103
+
104
+ InstalledAddOnExtensionPage.new(@version, response, @solution)
105
+ end
106
+
107
+ ##
108
+ # Retrieve a single page of InstalledAddOnExtensionInstance records from the API.
109
+ # Request is executed immediately.
110
+ # @param [String] target_url API-generated URL for the requested results page
111
+ # @return [Page] Page of InstalledAddOnExtensionInstance
112
+ def get_page(target_url)
113
+ response = @version.domain.request(
114
+ 'GET',
115
+ target_url
116
+ )
117
+ InstalledAddOnExtensionPage.new(@version, response, @solution)
118
+ end
119
+
120
+
121
+
122
+ # Provide a user friendly representation
123
+ def to_s
124
+ '#<Twilio.Marketplace.V1.InstalledAddOnExtensionList>'
125
+ end
126
+ end
127
+
128
+
129
+ class InstalledAddOnExtensionContext < InstanceContext
130
+ ##
131
+ # Initialize the InstalledAddOnExtensionContext
132
+ # @param [Version] version Version that contains the resource
133
+ # @param [String] installed_add_on_sid The SID of the InstalledAddOn resource with the extension to update.
134
+ # @param [String] sid The SID of the InstalledAddOn Extension resource to update.
135
+ # @return [InstalledAddOnExtensionContext] InstalledAddOnExtensionContext
136
+ def initialize(version, installed_add_on_sid, sid)
137
+ super(version)
138
+
139
+ # Path Solution
140
+ @solution = { installed_add_on_sid: installed_add_on_sid, sid: sid, }
141
+ @uri = "/InstalledAddOns/#{@solution[:installed_add_on_sid]}/Extensions/#{@solution[:sid]}"
142
+
143
+
144
+ end
145
+ ##
146
+ # Fetch the InstalledAddOnExtensionInstance
147
+ # @return [InstalledAddOnExtensionInstance] Fetched InstalledAddOnExtensionInstance
148
+ def fetch
149
+
150
+ headers = Twilio::Values.of({'Content-Type' => 'application/x-www-form-urlencoded', })
151
+
152
+ payload = @version.fetch('GET', @uri, headers: headers)
153
+ InstalledAddOnExtensionInstance.new(
154
+ @version,
155
+ payload,
156
+ installed_add_on_sid: @solution[:installed_add_on_sid],
157
+ sid: @solution[:sid],
158
+ )
159
+ end
160
+
161
+ ##
162
+ # Update the InstalledAddOnExtensionInstance
163
+ # @param [Boolean] enabled Whether the Extension should be invoked.
164
+ # @return [InstalledAddOnExtensionInstance] Updated InstalledAddOnExtensionInstance
165
+ def update(
166
+ enabled: nil
167
+ )
168
+
169
+ data = Twilio::Values.of({
170
+ 'Enabled' => enabled,
171
+ })
172
+
173
+ headers = Twilio::Values.of({'Content-Type' => 'application/x-www-form-urlencoded', })
174
+
175
+ payload = @version.update('POST', @uri, data: data, headers: headers)
176
+ InstalledAddOnExtensionInstance.new(
177
+ @version,
178
+ payload,
179
+ installed_add_on_sid: @solution[:installed_add_on_sid],
180
+ sid: @solution[:sid],
181
+ )
182
+ end
183
+
184
+
185
+ ##
186
+ # Provide a user friendly representation
187
+ def to_s
188
+ context = @solution.map{|k, v| "#{k}: #{v}"}.join(',')
189
+ "#<Twilio.Marketplace.V1.InstalledAddOnExtensionContext #{context}>"
190
+ end
191
+
192
+ ##
193
+ # Provide a detailed, user friendly representation
194
+ def inspect
195
+ context = @solution.map{|k, v| "#{k}: #{v}"}.join(',')
196
+ "#<Twilio.Marketplace.V1.InstalledAddOnExtensionContext #{context}>"
197
+ end
198
+ end
199
+
200
+ class InstalledAddOnExtensionPage < Page
201
+ ##
202
+ # Initialize the InstalledAddOnExtensionPage
203
+ # @param [Version] version Version that contains the resource
204
+ # @param [Response] response Response from the API
205
+ # @param [Hash] solution Path solution for the resource
206
+ # @return [InstalledAddOnExtensionPage] InstalledAddOnExtensionPage
207
+ def initialize(version, response, solution)
208
+ super(version, response)
209
+
210
+ # Path Solution
211
+ @solution = solution
212
+ end
213
+
214
+ ##
215
+ # Build an instance of InstalledAddOnExtensionInstance
216
+ # @param [Hash] payload Payload response from the API
217
+ # @return [InstalledAddOnExtensionInstance] InstalledAddOnExtensionInstance
218
+ def get_instance(payload)
219
+ InstalledAddOnExtensionInstance.new(@version, payload, installed_add_on_sid: @solution[:installed_add_on_sid])
220
+ end
221
+
222
+ ##
223
+ # Provide a user friendly representation
224
+ def to_s
225
+ '<Twilio.Marketplace.V1.InstalledAddOnExtensionPage>'
226
+ end
227
+ end
228
+ class InstalledAddOnExtensionInstance < InstanceResource
229
+ ##
230
+ # Initialize the InstalledAddOnExtensionInstance
231
+ # @param [Version] version Version that contains the resource
232
+ # @param [Hash] payload payload that contains response from Twilio
233
+ # @param [String] account_sid The SID of the
234
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created this InstalledAddOnExtension
235
+ # resource.
236
+ # @param [String] sid The SID of the Call resource to fetch.
237
+ # @return [InstalledAddOnExtensionInstance] InstalledAddOnExtensionInstance
238
+ def initialize(version, payload , installed_add_on_sid: nil, sid: nil)
239
+ super(version)
240
+
241
+ # Marshaled Properties
242
+ @properties = {
243
+ 'sid' => payload['sid'],
244
+ 'installed_add_on_sid' => payload['installed_add_on_sid'],
245
+ 'friendly_name' => payload['friendly_name'],
246
+ 'product_name' => payload['product_name'],
247
+ 'unique_name' => payload['unique_name'],
248
+ 'enabled' => payload['enabled'],
249
+ 'url' => payload['url'],
250
+ }
251
+
252
+ # Context
253
+ @instance_context = nil
254
+ @params = { 'installed_add_on_sid' => installed_add_on_sid || @properties['installed_add_on_sid'] ,'sid' => sid || @properties['sid'] , }
255
+ end
256
+
257
+ ##
258
+ # Generate an instance context for the instance, the context is capable of
259
+ # performing various actions. All instance actions are proxied to the context
260
+ # @return [InstalledAddOnExtensionContext] CallContext for this CallInstance
261
+ def context
262
+ unless @instance_context
263
+ @instance_context = InstalledAddOnExtensionContext.new(@version , @params['installed_add_on_sid'], @params['sid'])
264
+ end
265
+ @instance_context
266
+ end
267
+
268
+ ##
269
+ # @return [String] The unique string that we created to identify the InstalledAddOn Extension resource.
270
+ def sid
271
+ @properties['sid']
272
+ end
273
+
274
+ ##
275
+ # @return [String] The SID of the InstalledAddOn resource to which this extension applies.
276
+ def installed_add_on_sid
277
+ @properties['installed_add_on_sid']
278
+ end
279
+
280
+ ##
281
+ # @return [String] The string that you assigned to describe the resource.
282
+ def friendly_name
283
+ @properties['friendly_name']
284
+ end
285
+
286
+ ##
287
+ # @return [String] The name of the Product this Extension is used within.
288
+ def product_name
289
+ @properties['product_name']
290
+ end
291
+
292
+ ##
293
+ # @return [String] An application-defined string that uniquely identifies the resource.
294
+ def unique_name
295
+ @properties['unique_name']
296
+ end
297
+
298
+ ##
299
+ # @return [Boolean] Whether the Extension will be invoked.
300
+ def enabled
301
+ @properties['enabled']
302
+ end
303
+
304
+ ##
305
+ # @return [String] The absolute URL of the resource.
306
+ def url
307
+ @properties['url']
308
+ end
309
+
310
+ ##
311
+ # Fetch the InstalledAddOnExtensionInstance
312
+ # @return [InstalledAddOnExtensionInstance] Fetched InstalledAddOnExtensionInstance
313
+ def fetch
314
+
315
+ context.fetch
316
+ end
317
+
318
+ ##
319
+ # Update the InstalledAddOnExtensionInstance
320
+ # @param [Boolean] enabled Whether the Extension should be invoked.
321
+ # @return [InstalledAddOnExtensionInstance] Updated InstalledAddOnExtensionInstance
322
+ def update(
323
+ enabled: nil
324
+ )
325
+
326
+ context.update(
327
+ enabled: enabled,
328
+ )
329
+ end
330
+
331
+ ##
332
+ # Provide a user friendly representation
333
+ def to_s
334
+ values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
335
+ "<Twilio.Marketplace.V1.InstalledAddOnExtensionInstance #{values}>"
336
+ end
337
+
338
+ ##
339
+ # Provide a detailed, user friendly representation
340
+ def inspect
341
+ values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
342
+ "<Twilio.Marketplace.V1.InstalledAddOnExtensionInstance #{values}>"
343
+ end
344
+ end
345
+
346
+ end
347
+ end
348
+ end
349
+ end
350
+ end
351
+
352
+