sunshine-conversations-client 14.3.5 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (400) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG_RB.md +25 -4
  3. data/README.md +7 -5
  4. data/docs/AcceptControlBody.md +1 -1
  5. data/docs/Action.md +1 -1
  6. data/docs/ActionSubset.md +1 -1
  7. data/docs/Android.md +2 -0
  8. data/docs/AndroidAllOf.md +2 -0
  9. data/docs/AndroidUpdate.md +2 -0
  10. data/docs/AndroidUpdateAllOf.md +2 -0
  11. data/docs/App.md +1 -1
  12. data/docs/AppCreateBody.md +1 -1
  13. data/docs/AppSettings.md +1 -1
  14. data/docs/AppUpdateBody.md +1 -1
  15. data/docs/AttachmentSchema.md +1 -1
  16. data/docs/Buy.md +1 -1
  17. data/docs/ClientsApi.md +1 -1
  18. data/docs/Content.md +5 -1
  19. data/docs/Conversation.md +1 -1
  20. data/docs/ConversationCreateBody.md +1 -1
  21. data/docs/ConversationTruncated.md +1 -1
  22. data/docs/ConversationUpdateBody.md +1 -1
  23. data/docs/ConversationsApi.md +3 -3
  24. data/docs/DefaultResponderDefaultResponder.md +3 -7
  25. data/docs/Device.md +1 -1
  26. data/docs/DevicesApi.md +2 -2
  27. data/docs/Error.md +19 -0
  28. data/docs/ErrorResponse.md +17 -0
  29. data/docs/FileMessage.md +5 -1
  30. data/docs/ImageMessage.md +6 -2
  31. data/docs/IntegrationUpdate.md +2 -0
  32. data/docs/IntegrationsApi.md +1 -1
  33. data/docs/Ios.md +2 -0
  34. data/docs/IosAllOf.md +2 -0
  35. data/docs/IosUpdate.md +2 -0
  36. data/docs/IosUpdateAllOf.md +2 -0
  37. data/docs/Item.md +1 -1
  38. data/docs/Link.md +1 -1
  39. data/docs/LocationRequest.md +1 -1
  40. data/docs/Message.md +1 -1
  41. data/docs/MessagePost.md +1 -1
  42. data/docs/MessageWebhook.md +1 -1
  43. data/docs/OAuthEndpointsApi.md +1 -1
  44. data/docs/OfferControlBody.md +1 -1
  45. data/docs/ParticipantsApi.md +2 -2
  46. data/docs/PassControlBody.md +1 -1
  47. data/docs/Postback.md +1 -1
  48. data/docs/PostbackWebhook.md +1 -1
  49. data/docs/Reply.md +1 -1
  50. data/docs/SwitchboardAcceptControlAllOfPayload.md +1 -1
  51. data/docs/SwitchboardAcceptControlFailureAllOfPayload.md +1 -1
  52. data/docs/SwitchboardIntegrationCreateBody.md +2 -2
  53. data/docs/SwitchboardIntegrationUpdateBody.md +2 -2
  54. data/docs/SwitchboardIntegrationsApi.md +1 -1
  55. data/docs/SwitchboardOfferControlAllOfPayload.md +1 -1
  56. data/docs/SwitchboardPassControlAllOfPayload.md +1 -1
  57. data/docs/TextMessage.md +5 -1
  58. data/docs/Unity.md +2 -0
  59. data/docs/UnityAllOf.md +2 -0
  60. data/docs/UnityUpdate.md +2 -0
  61. data/docs/UnityUpdateAllOf.md +3 -1
  62. data/docs/User.md +1 -1
  63. data/docs/UserAllOf.md +1 -1
  64. data/docs/UserCreateBody.md +1 -1
  65. data/docs/UserMergeEventAllOfPayload.md +1 -1
  66. data/docs/UserUpdateBody.md +1 -1
  67. data/docs/WebUpdate.md +2 -0
  68. data/docs/WebUpdateAllOf.md +2 -0
  69. data/docs/Webview.md +1 -1
  70. data/docs/Whatsapp.md +0 -2
  71. data/docs/WhatsappAllOf.md +0 -2
  72. data/lib/sunshine-conversations-client/api/activities_api.rb +1 -1
  73. data/lib/sunshine-conversations-client/api/app_keys_api.rb +1 -1
  74. data/lib/sunshine-conversations-client/api/apps_api.rb +1 -1
  75. data/lib/sunshine-conversations-client/api/attachments_api.rb +1 -1
  76. data/lib/sunshine-conversations-client/api/clients_api.rb +1 -1
  77. data/lib/sunshine-conversations-client/api/conversations_api.rb +4 -4
  78. data/lib/sunshine-conversations-client/api/custom_integration_api_keys_api.rb +1 -1
  79. data/lib/sunshine-conversations-client/api/devices_api.rb +5 -5
  80. data/lib/sunshine-conversations-client/api/integrations_api.rb +1 -1
  81. data/lib/sunshine-conversations-client/api/messages_api.rb +1 -1
  82. data/lib/sunshine-conversations-client/api/o_auth_endpoints_api.rb +3 -1
  83. data/lib/sunshine-conversations-client/api/participants_api.rb +1 -1
  84. data/lib/sunshine-conversations-client/api/switchboard_actions_api.rb +1 -1
  85. data/lib/sunshine-conversations-client/api/switchboard_integrations_api.rb +1 -1
  86. data/lib/sunshine-conversations-client/api/switchboards_api.rb +1 -1
  87. data/lib/sunshine-conversations-client/api/users_api.rb +1 -1
  88. data/lib/sunshine-conversations-client/api/webhooks_api.rb +1 -1
  89. data/lib/sunshine-conversations-client/api_client.rb +1 -1
  90. data/lib/sunshine-conversations-client/api_error.rb +1 -1
  91. data/lib/sunshine-conversations-client/configuration.rb +1 -1
  92. data/lib/sunshine-conversations-client/models/accept_control_body.rb +2 -2
  93. data/lib/sunshine-conversations-client/models/action.rb +2 -3
  94. data/lib/sunshine-conversations-client/models/action_subset.rb +2 -3
  95. data/lib/sunshine-conversations-client/models/activity.rb +1 -1
  96. data/lib/sunshine-conversations-client/models/activity_all_of.rb +1 -1
  97. data/lib/sunshine-conversations-client/models/activity_message.rb +1 -1
  98. data/lib/sunshine-conversations-client/models/activity_post.rb +1 -1
  99. data/lib/sunshine-conversations-client/models/activity_post_all_of.rb +1 -1
  100. data/lib/sunshine-conversations-client/models/activity_types.rb +1 -1
  101. data/lib/sunshine-conversations-client/models/android.rb +13 -2
  102. data/lib/sunshine-conversations-client/models/android_all_of.rb +12 -2
  103. data/lib/sunshine-conversations-client/models/android_update.rb +12 -2
  104. data/lib/sunshine-conversations-client/models/android_update_all_of.rb +12 -2
  105. data/lib/sunshine-conversations-client/models/api_key.rb +1 -1
  106. data/lib/sunshine-conversations-client/models/app.rb +2 -3
  107. data/lib/sunshine-conversations-client/models/app_create_body.rb +2 -3
  108. data/lib/sunshine-conversations-client/models/app_key.rb +1 -1
  109. data/lib/sunshine-conversations-client/models/app_key_create_body.rb +1 -1
  110. data/lib/sunshine-conversations-client/models/app_key_list_response.rb +1 -1
  111. data/lib/sunshine-conversations-client/models/app_key_response.rb +1 -1
  112. data/lib/sunshine-conversations-client/models/app_list_filter.rb +1 -1
  113. data/lib/sunshine-conversations-client/models/app_list_response.rb +1 -1
  114. data/lib/sunshine-conversations-client/models/app_response.rb +1 -1
  115. data/lib/sunshine-conversations-client/models/app_settings.rb +1 -1
  116. data/lib/sunshine-conversations-client/models/app_sub_schema.rb +1 -1
  117. data/lib/sunshine-conversations-client/models/app_update_body.rb +2 -3
  118. data/lib/sunshine-conversations-client/models/apple.rb +2 -1
  119. data/lib/sunshine-conversations-client/models/apple_all_of.rb +1 -1
  120. data/lib/sunshine-conversations-client/models/apple_message_override_payload.rb +1 -1
  121. data/lib/sunshine-conversations-client/models/apple_update.rb +1 -1
  122. data/lib/sunshine-conversations-client/models/apple_update_all_of.rb +1 -1
  123. data/lib/sunshine-conversations-client/models/attachment_delete_body.rb +1 -1
  124. data/lib/sunshine-conversations-client/models/attachment_response.rb +1 -1
  125. data/lib/sunshine-conversations-client/models/attachment_schema.rb +2 -2
  126. data/lib/sunshine-conversations-client/models/attachment_upload_body.rb +1 -1
  127. data/lib/sunshine-conversations-client/models/author.rb +1 -1
  128. data/lib/sunshine-conversations-client/models/author_webhook.rb +1 -1
  129. data/lib/sunshine-conversations-client/models/buy.rb +2 -3
  130. data/lib/sunshine-conversations-client/models/campaign.rb +1 -1
  131. data/lib/sunshine-conversations-client/models/carousel_message.rb +1 -1
  132. data/lib/sunshine-conversations-client/models/carousel_message_display_settings.rb +1 -1
  133. data/lib/sunshine-conversations-client/models/client.rb +1 -1
  134. data/lib/sunshine-conversations-client/models/client_add_event.rb +1 -1
  135. data/lib/sunshine-conversations-client/models/client_add_event_all_of.rb +1 -1
  136. data/lib/sunshine-conversations-client/models/client_add_event_all_of_payload.rb +1 -1
  137. data/lib/sunshine-conversations-client/models/client_association.rb +1 -1
  138. data/lib/sunshine-conversations-client/models/client_create.rb +1 -1
  139. data/lib/sunshine-conversations-client/models/client_list_response.rb +1 -1
  140. data/lib/sunshine-conversations-client/models/client_remove_event.rb +1 -1
  141. data/lib/sunshine-conversations-client/models/client_remove_event_all_of.rb +1 -1
  142. data/lib/sunshine-conversations-client/models/client_remove_event_all_of_payload.rb +1 -1
  143. data/lib/sunshine-conversations-client/models/client_response.rb +1 -1
  144. data/lib/sunshine-conversations-client/models/client_type.rb +1 -1
  145. data/lib/sunshine-conversations-client/models/client_update_event.rb +1 -1
  146. data/lib/sunshine-conversations-client/models/client_update_event_all_of.rb +1 -1
  147. data/lib/sunshine-conversations-client/models/client_update_event_all_of_payload.rb +1 -1
  148. data/lib/sunshine-conversations-client/models/confirmation.rb +1 -1
  149. data/lib/sunshine-conversations-client/models/content.rb +53 -3
  150. data/lib/sunshine-conversations-client/models/conversation.rb +2 -3
  151. data/lib/sunshine-conversations-client/models/conversation_all_of.rb +1 -1
  152. data/lib/sunshine-conversations-client/models/conversation_create_body.rb +2 -3
  153. data/lib/sunshine-conversations-client/models/conversation_create_event.rb +1 -1
  154. data/lib/sunshine-conversations-client/models/conversation_create_event_all_of.rb +1 -1
  155. data/lib/sunshine-conversations-client/models/conversation_create_event_all_of_payload.rb +1 -1
  156. data/lib/sunshine-conversations-client/models/conversation_join_event.rb +1 -1
  157. data/lib/sunshine-conversations-client/models/conversation_join_event_all_of.rb +1 -1
  158. data/lib/sunshine-conversations-client/models/conversation_join_event_all_of_payload.rb +1 -1
  159. data/lib/sunshine-conversations-client/models/conversation_leave_event.rb +1 -1
  160. data/lib/sunshine-conversations-client/models/conversation_leave_event_all_of.rb +1 -1
  161. data/lib/sunshine-conversations-client/models/conversation_leave_event_all_of_payload.rb +1 -1
  162. data/lib/sunshine-conversations-client/models/conversation_list_filter.rb +1 -1
  163. data/lib/sunshine-conversations-client/models/conversation_list_response.rb +1 -1
  164. data/lib/sunshine-conversations-client/models/conversation_message_delivery_channel_event.rb +1 -1
  165. data/lib/sunshine-conversations-client/models/conversation_message_delivery_channel_event_all_of.rb +1 -1
  166. data/lib/sunshine-conversations-client/models/conversation_message_delivery_failure_event.rb +1 -1
  167. data/lib/sunshine-conversations-client/models/conversation_message_delivery_failure_event_all_of.rb +1 -1
  168. data/lib/sunshine-conversations-client/models/conversation_message_delivery_payload.rb +1 -1
  169. data/lib/sunshine-conversations-client/models/conversation_message_delivery_payload_destination.rb +1 -1
  170. data/lib/sunshine-conversations-client/models/conversation_message_delivery_payload_external_messages.rb +1 -1
  171. data/lib/sunshine-conversations-client/models/conversation_message_delivery_payload_message.rb +1 -1
  172. data/lib/sunshine-conversations-client/models/conversation_message_delivery_user_event.rb +1 -1
  173. data/lib/sunshine-conversations-client/models/conversation_message_event.rb +1 -1
  174. data/lib/sunshine-conversations-client/models/conversation_message_event_all_of.rb +1 -1
  175. data/lib/sunshine-conversations-client/models/conversation_message_event_all_of_payload.rb +1 -1
  176. data/lib/sunshine-conversations-client/models/conversation_postback_event.rb +1 -1
  177. data/lib/sunshine-conversations-client/models/conversation_postback_event_all_of.rb +1 -1
  178. data/lib/sunshine-conversations-client/models/conversation_postback_event_all_of_payload.rb +1 -1
  179. data/lib/sunshine-conversations-client/models/conversation_read_event.rb +1 -1
  180. data/lib/sunshine-conversations-client/models/conversation_read_event_all_of.rb +1 -1
  181. data/lib/sunshine-conversations-client/models/conversation_read_event_all_of_payload.rb +1 -1
  182. data/lib/sunshine-conversations-client/models/conversation_referral_event.rb +1 -1
  183. data/lib/sunshine-conversations-client/models/conversation_referral_event_all_of.rb +1 -1
  184. data/lib/sunshine-conversations-client/models/conversation_referral_event_all_of_payload.rb +1 -1
  185. data/lib/sunshine-conversations-client/models/conversation_remove_event.rb +1 -1
  186. data/lib/sunshine-conversations-client/models/conversation_remove_event_all_of.rb +1 -1
  187. data/lib/sunshine-conversations-client/models/conversation_remove_event_all_of_payload.rb +1 -1
  188. data/lib/sunshine-conversations-client/models/conversation_response.rb +1 -1
  189. data/lib/sunshine-conversations-client/models/conversation_truncated.rb +2 -3
  190. data/lib/sunshine-conversations-client/models/conversation_type.rb +1 -1
  191. data/lib/sunshine-conversations-client/models/conversation_typing_event.rb +1 -1
  192. data/lib/sunshine-conversations-client/models/conversation_typing_event_all_of.rb +1 -1
  193. data/lib/sunshine-conversations-client/models/conversation_typing_event_all_of_payload.rb +1 -1
  194. data/lib/sunshine-conversations-client/models/conversation_update_body.rb +2 -3
  195. data/lib/sunshine-conversations-client/models/custom.rb +1 -1
  196. data/lib/sunshine-conversations-client/models/custom_all_of.rb +1 -1
  197. data/lib/sunshine-conversations-client/models/custom_update.rb +1 -1
  198. data/lib/sunshine-conversations-client/models/default_responder.rb +2 -1
  199. data/lib/sunshine-conversations-client/models/default_responder_default_responder.rb +12 -31
  200. data/lib/sunshine-conversations-client/models/default_responder_id.rb +1 -1
  201. data/lib/sunshine-conversations-client/models/destination.rb +1 -1
  202. data/lib/sunshine-conversations-client/models/device.rb +2 -3
  203. data/lib/sunshine-conversations-client/models/device_list_response.rb +1 -1
  204. data/lib/sunshine-conversations-client/models/device_response.rb +1 -1
  205. data/lib/sunshine-conversations-client/models/download_message_ref_body.rb +1 -1
  206. data/lib/sunshine-conversations-client/models/download_message_ref_body_all_of.rb +1 -1
  207. data/lib/sunshine-conversations-client/models/download_message_ref_body_all_of_apple.rb +1 -1
  208. data/lib/sunshine-conversations-client/models/download_message_ref_body_all_of_apple_interactive_data_ref.rb +1 -1
  209. data/lib/sunshine-conversations-client/models/error.rb +214 -0
  210. data/lib/sunshine-conversations-client/models/error_response.rb +203 -0
  211. data/lib/sunshine-conversations-client/models/event_sub_schema.rb +1 -1
  212. data/lib/sunshine-conversations-client/models/extra_channel_options.rb +1 -1
  213. data/lib/sunshine-conversations-client/models/extra_channel_options_messenger.rb +1 -1
  214. data/lib/sunshine-conversations-client/models/field.rb +1 -1
  215. data/lib/sunshine-conversations-client/models/file_message.rb +53 -3
  216. data/lib/sunshine-conversations-client/models/form_message.rb +1 -1
  217. data/lib/sunshine-conversations-client/models/form_message_field.rb +1 -1
  218. data/lib/sunshine-conversations-client/models/form_message_field_all_of.rb +1 -1
  219. data/lib/sunshine-conversations-client/models/form_response_message.rb +1 -1
  220. data/lib/sunshine-conversations-client/models/form_response_message_field.rb +1 -1
  221. data/lib/sunshine-conversations-client/models/form_response_message_field_all_of.rb +1 -1
  222. data/lib/sunshine-conversations-client/models/identity.rb +1 -1
  223. data/lib/sunshine-conversations-client/models/image_message.rb +54 -4
  224. data/lib/sunshine-conversations-client/models/inline_object.rb +1 -1
  225. data/lib/sunshine-conversations-client/models/instagram.rb +4 -11
  226. data/lib/sunshine-conversations-client/models/instagram_all_of.rb +3 -11
  227. data/lib/sunshine-conversations-client/models/instagram_update.rb +1 -1
  228. data/lib/sunshine-conversations-client/models/instagram_update_all_of.rb +1 -1
  229. data/lib/sunshine-conversations-client/models/integration.rb +1 -1
  230. data/lib/sunshine-conversations-client/models/integration_api_key.rb +1 -1
  231. data/lib/sunshine-conversations-client/models/integration_api_key_list_response.rb +1 -1
  232. data/lib/sunshine-conversations-client/models/integration_api_key_response.rb +1 -1
  233. data/lib/sunshine-conversations-client/models/integration_id.rb +1 -1
  234. data/lib/sunshine-conversations-client/models/integration_list_filter.rb +1 -1
  235. data/lib/sunshine-conversations-client/models/integration_list_response.rb +1 -1
  236. data/lib/sunshine-conversations-client/models/integration_response.rb +1 -1
  237. data/lib/sunshine-conversations-client/models/integration_type.rb +1 -1
  238. data/lib/sunshine-conversations-client/models/integration_update.rb +12 -2
  239. data/lib/sunshine-conversations-client/models/integration_update_base.rb +1 -1
  240. data/lib/sunshine-conversations-client/models/ios.rb +13 -2
  241. data/lib/sunshine-conversations-client/models/ios_all_of.rb +12 -2
  242. data/lib/sunshine-conversations-client/models/ios_update.rb +12 -2
  243. data/lib/sunshine-conversations-client/models/ios_update_all_of.rb +12 -2
  244. data/lib/sunshine-conversations-client/models/item.rb +2 -3
  245. data/lib/sunshine-conversations-client/models/line.rb +2 -1
  246. data/lib/sunshine-conversations-client/models/line_all_of.rb +1 -1
  247. data/lib/sunshine-conversations-client/models/line_update.rb +1 -1
  248. data/lib/sunshine-conversations-client/models/link.rb +2 -3
  249. data/lib/sunshine-conversations-client/models/links.rb +1 -1
  250. data/lib/sunshine-conversations-client/models/list_message.rb +1 -1
  251. data/lib/sunshine-conversations-client/models/location_message.rb +1 -1
  252. data/lib/sunshine-conversations-client/models/location_message_coordinates.rb +1 -1
  253. data/lib/sunshine-conversations-client/models/location_message_location.rb +1 -1
  254. data/lib/sunshine-conversations-client/models/location_request.rb +2 -3
  255. data/lib/sunshine-conversations-client/models/mailgun.rb +3 -10
  256. data/lib/sunshine-conversations-client/models/mailgun_all_of.rb +2 -10
  257. data/lib/sunshine-conversations-client/models/mailgun_update.rb +1 -1
  258. data/lib/sunshine-conversations-client/models/mailgun_update_all_of.rb +1 -1
  259. data/lib/sunshine-conversations-client/models/match_criteria.rb +1 -1
  260. data/lib/sunshine-conversations-client/models/match_criteria_base.rb +1 -1
  261. data/lib/sunshine-conversations-client/models/match_criteria_mailgun.rb +1 -1
  262. data/lib/sunshine-conversations-client/models/match_criteria_mailgun_all_of.rb +1 -1
  263. data/lib/sunshine-conversations-client/models/match_criteria_messagebird.rb +1 -1
  264. data/lib/sunshine-conversations-client/models/match_criteria_messagebird_all_of.rb +1 -1
  265. data/lib/sunshine-conversations-client/models/match_criteria_twilio.rb +1 -1
  266. data/lib/sunshine-conversations-client/models/match_criteria_twilio_all_of.rb +1 -1
  267. data/lib/sunshine-conversations-client/models/match_criteria_whatsapp.rb +1 -1
  268. data/lib/sunshine-conversations-client/models/match_criteria_whatsapp_all_of.rb +1 -1
  269. data/lib/sunshine-conversations-client/models/message.rb +2 -2
  270. data/lib/sunshine-conversations-client/models/message_bird_update.rb +1 -1
  271. data/lib/sunshine-conversations-client/models/message_list_response.rb +1 -1
  272. data/lib/sunshine-conversations-client/models/message_override.rb +1 -1
  273. data/lib/sunshine-conversations-client/models/message_override_apple.rb +1 -1
  274. data/lib/sunshine-conversations-client/models/message_override_line.rb +1 -1
  275. data/lib/sunshine-conversations-client/models/message_override_messenger.rb +1 -1
  276. data/lib/sunshine-conversations-client/models/message_override_payload.rb +1 -1
  277. data/lib/sunshine-conversations-client/models/message_override_whatsapp.rb +1 -1
  278. data/lib/sunshine-conversations-client/models/message_post.rb +2 -3
  279. data/lib/sunshine-conversations-client/models/message_post_response.rb +1 -1
  280. data/lib/sunshine-conversations-client/models/message_webhook.rb +2 -2
  281. data/lib/sunshine-conversations-client/models/messagebird.rb +4 -19
  282. data/lib/sunshine-conversations-client/models/messagebird_all_of.rb +3 -19
  283. data/lib/sunshine-conversations-client/models/messenger.rb +4 -11
  284. data/lib/sunshine-conversations-client/models/messenger_all_of.rb +3 -11
  285. data/lib/sunshine-conversations-client/models/messenger_update.rb +1 -1
  286. data/lib/sunshine-conversations-client/models/meta.rb +1 -1
  287. data/lib/sunshine-conversations-client/models/offer_control_body.rb +2 -2
  288. data/lib/sunshine-conversations-client/models/page.rb +1 -1
  289. data/lib/sunshine-conversations-client/models/participant.rb +1 -1
  290. data/lib/sunshine-conversations-client/models/participant_join_body.rb +1 -1
  291. data/lib/sunshine-conversations-client/models/participant_leave_body.rb +1 -1
  292. data/lib/sunshine-conversations-client/models/participant_leave_body_participant_id.rb +1 -1
  293. data/lib/sunshine-conversations-client/models/participant_leave_body_user_external_id.rb +1 -1
  294. data/lib/sunshine-conversations-client/models/participant_leave_body_user_id.rb +1 -1
  295. data/lib/sunshine-conversations-client/models/participant_list_response.rb +1 -1
  296. data/lib/sunshine-conversations-client/models/participant_response.rb +1 -1
  297. data/lib/sunshine-conversations-client/models/participant_sub_schema.rb +1 -1
  298. data/lib/sunshine-conversations-client/models/participant_with_user_external_id.rb +1 -1
  299. data/lib/sunshine-conversations-client/models/participant_with_user_id.rb +1 -1
  300. data/lib/sunshine-conversations-client/models/pass_control_body.rb +2 -2
  301. data/lib/sunshine-conversations-client/models/postback.rb +2 -3
  302. data/lib/sunshine-conversations-client/models/postback_webhook.rb +2 -3
  303. data/lib/sunshine-conversations-client/models/prechat_capture.rb +1 -1
  304. data/lib/sunshine-conversations-client/models/profile.rb +1 -1
  305. data/lib/sunshine-conversations-client/models/quoted_message.rb +1 -1
  306. data/lib/sunshine-conversations-client/models/quoted_message_external_message_id.rb +1 -1
  307. data/lib/sunshine-conversations-client/models/quoted_message_message.rb +1 -1
  308. data/lib/sunshine-conversations-client/models/referral.rb +1 -1
  309. data/lib/sunshine-conversations-client/models/referral_details.rb +1 -1
  310. data/lib/sunshine-conversations-client/models/reply.rb +2 -3
  311. data/lib/sunshine-conversations-client/models/source.rb +1 -1
  312. data/lib/sunshine-conversations-client/models/source_webhook.rb +1 -1
  313. data/lib/sunshine-conversations-client/models/source_with_campaign_webhook.rb +1 -1
  314. data/lib/sunshine-conversations-client/models/source_with_campaign_webhook_all_of.rb +1 -1
  315. data/lib/sunshine-conversations-client/models/status.rb +1 -1
  316. data/lib/sunshine-conversations-client/models/switchboard.rb +1 -1
  317. data/lib/sunshine-conversations-client/models/switchboard_accept_control.rb +1 -1
  318. data/lib/sunshine-conversations-client/models/switchboard_accept_control_all_of.rb +1 -1
  319. data/lib/sunshine-conversations-client/models/switchboard_accept_control_all_of_payload.rb +2 -3
  320. data/lib/sunshine-conversations-client/models/switchboard_accept_control_failure.rb +1 -1
  321. data/lib/sunshine-conversations-client/models/switchboard_accept_control_failure_all_of.rb +1 -1
  322. data/lib/sunshine-conversations-client/models/switchboard_accept_control_failure_all_of_payload.rb +2 -3
  323. data/lib/sunshine-conversations-client/models/switchboard_integration.rb +2 -1
  324. data/lib/sunshine-conversations-client/models/switchboard_integration_create_body.rb +2 -1
  325. data/lib/sunshine-conversations-client/models/switchboard_integration_list_response.rb +1 -1
  326. data/lib/sunshine-conversations-client/models/switchboard_integration_response.rb +1 -1
  327. data/lib/sunshine-conversations-client/models/switchboard_integration_update_body.rb +2 -1
  328. data/lib/sunshine-conversations-client/models/switchboard_integration_webhook.rb +1 -1
  329. data/lib/sunshine-conversations-client/models/switchboard_list_response.rb +1 -1
  330. data/lib/sunshine-conversations-client/models/switchboard_offer_control.rb +1 -1
  331. data/lib/sunshine-conversations-client/models/switchboard_offer_control_all_of.rb +1 -1
  332. data/lib/sunshine-conversations-client/models/switchboard_offer_control_all_of_payload.rb +2 -3
  333. data/lib/sunshine-conversations-client/models/switchboard_offer_control_failure.rb +1 -1
  334. data/lib/sunshine-conversations-client/models/switchboard_pass_control.rb +1 -1
  335. data/lib/sunshine-conversations-client/models/switchboard_pass_control_all_of.rb +1 -1
  336. data/lib/sunshine-conversations-client/models/switchboard_pass_control_all_of_payload.rb +2 -3
  337. data/lib/sunshine-conversations-client/models/switchboard_pass_control_failure.rb +1 -1
  338. data/lib/sunshine-conversations-client/models/switchboard_response.rb +1 -1
  339. data/lib/sunshine-conversations-client/models/switchboard_update_body.rb +1 -1
  340. data/lib/sunshine-conversations-client/models/target.rb +1 -1
  341. data/lib/sunshine-conversations-client/models/telegram.rb +3 -10
  342. data/lib/sunshine-conversations-client/models/telegram_all_of.rb +2 -10
  343. data/lib/sunshine-conversations-client/models/telegram_update.rb +1 -1
  344. data/lib/sunshine-conversations-client/models/template_message.rb +1 -1
  345. data/lib/sunshine-conversations-client/models/text_message.rb +53 -3
  346. data/lib/sunshine-conversations-client/models/ticket_closed.rb +1 -1
  347. data/lib/sunshine-conversations-client/models/transfer_to_email.rb +1 -1
  348. data/lib/sunshine-conversations-client/models/twilio.rb +3 -10
  349. data/lib/sunshine-conversations-client/models/twilio_all_of.rb +2 -10
  350. data/lib/sunshine-conversations-client/models/twilio_update.rb +1 -1
  351. data/lib/sunshine-conversations-client/models/twitter.rb +4 -19
  352. data/lib/sunshine-conversations-client/models/twitter_all_of.rb +3 -19
  353. data/lib/sunshine-conversations-client/models/twitter_update.rb +1 -1
  354. data/lib/sunshine-conversations-client/models/unity.rb +13 -2
  355. data/lib/sunshine-conversations-client/models/unity_all_of.rb +12 -2
  356. data/lib/sunshine-conversations-client/models/unity_update.rb +12 -2
  357. data/lib/sunshine-conversations-client/models/unity_update_all_of.rb +12 -2
  358. data/lib/sunshine-conversations-client/models/user.rb +2 -2
  359. data/lib/sunshine-conversations-client/models/user_all_of.rb +2 -2
  360. data/lib/sunshine-conversations-client/models/user_create_body.rb +2 -3
  361. data/lib/sunshine-conversations-client/models/user_merge_event.rb +1 -1
  362. data/lib/sunshine-conversations-client/models/user_merge_event_all_of.rb +1 -1
  363. data/lib/sunshine-conversations-client/models/user_merge_event_all_of_payload.rb +2 -2
  364. data/lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_clients.rb +1 -1
  365. data/lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_conversations.rb +1 -1
  366. data/lib/sunshine-conversations-client/models/user_merge_event_all_of_payload_merged_users.rb +1 -1
  367. data/lib/sunshine-conversations-client/models/user_remove_event.rb +1 -1
  368. data/lib/sunshine-conversations-client/models/user_remove_event_all_of.rb +1 -1
  369. data/lib/sunshine-conversations-client/models/user_remove_event_all_of_payload.rb +1 -1
  370. data/lib/sunshine-conversations-client/models/user_response.rb +1 -1
  371. data/lib/sunshine-conversations-client/models/user_truncated.rb +1 -1
  372. data/lib/sunshine-conversations-client/models/user_update_body.rb +2 -3
  373. data/lib/sunshine-conversations-client/models/user_update_event.rb +1 -1
  374. data/lib/sunshine-conversations-client/models/user_update_event_all_of.rb +1 -1
  375. data/lib/sunshine-conversations-client/models/user_update_event_all_of_payload.rb +1 -1
  376. data/lib/sunshine-conversations-client/models/viber.rb +3 -10
  377. data/lib/sunshine-conversations-client/models/viber_all_of.rb +2 -10
  378. data/lib/sunshine-conversations-client/models/viber_update.rb +1 -1
  379. data/lib/sunshine-conversations-client/models/web.rb +2 -1
  380. data/lib/sunshine-conversations-client/models/web_all_of.rb +1 -1
  381. data/lib/sunshine-conversations-client/models/web_update.rb +12 -2
  382. data/lib/sunshine-conversations-client/models/web_update_all_of.rb +12 -2
  383. data/lib/sunshine-conversations-client/models/webhook.rb +1 -1
  384. data/lib/sunshine-conversations-client/models/webhook_body.rb +1 -1
  385. data/lib/sunshine-conversations-client/models/webhook_create_body.rb +1 -1
  386. data/lib/sunshine-conversations-client/models/webhook_list_response.rb +1 -1
  387. data/lib/sunshine-conversations-client/models/webhook_response.rb +1 -1
  388. data/lib/sunshine-conversations-client/models/webhook_sub_schema.rb +1 -1
  389. data/lib/sunshine-conversations-client/models/webview.rb +2 -3
  390. data/lib/sunshine-conversations-client/models/whats_app_update.rb +1 -1
  391. data/lib/sunshine-conversations-client/models/whats_app_update_all_of.rb +1 -1
  392. data/lib/sunshine-conversations-client/models/whatsapp.rb +3 -17
  393. data/lib/sunshine-conversations-client/models/whatsapp_all_of.rb +2 -17
  394. data/lib/sunshine-conversations-client/version.rb +2 -2
  395. data/lib/sunshine-conversations-client.rb +3 -1
  396. data/spec/api_client_spec.rb +1 -1
  397. data/spec/configuration_spec.rb +1 -1
  398. data/spec/spec_helper.rb +1 -1
  399. data/sunshine-conversations-client.gemspec +1 -1
  400. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21fbc1e500e6aca136291b088b2ad365959d79dc1ed51afe4074d63f0fab41d1
4
- data.tar.gz: 953917170da2012c51c9175aa76dff77746d84ae188aec24f021c89213b6f168
3
+ metadata.gz: 27f1b4dee7209c9267b9d4e6946d1accbfa0da11462f3b445a1dfa9e8ca06338
4
+ data.tar.gz: 8d38180f5c98c8005b354a010502fbb26b87e7a68627ba6cae39f39e45053394
5
5
  SHA512:
6
- metadata.gz: a4e213c40da8b89329fe6bcdb072a16edc988708bb57156bb9416d59ba3957eb4f331fa57ed6d80a09aadda5d99585e703d6996bc70bc8c57296fc300fb627e9
7
- data.tar.gz: c01e181faa215e173063ccb8ebb760f5a58c52cf877c71e35c70386bf8c655d713dbcf1c36555fd44addfbeeb6218f62e2d9a2a4e8bf3dff6bbbb56467de20d8
6
+ metadata.gz: b13b5f8e1aa5cf0d8c5e186eed2cea9f94cffe4683862399ee6ed41586bf8414e3a68513ea0fb2de50d754a1ca4446b33558a482a9f0df9785c0c64dcfcc533b
7
+ data.tar.gz: 997060507e7478eead48042b05dcaef920635907980d6d4e21dacb569277f5a7c3d3111e2b7e5de0a4a90a78230565241cfc3d95808618713a13200f93565c45
data/CHANGELOG_RB.md CHANGED
@@ -1,18 +1,39 @@
1
1
  # Changelog
2
2
 
3
- ## [14.3.5] - 2025-2-1
3
+ ## [15.0.0] - 2025-03-05
4
+
5
+ ### Fixed
6
+
7
+ - Fixed `nullable` definition on `next_switchbard_integration_id` property
8
+ - Fixed `nullable` definition on required integration credentials
9
+ - Changed typing of `metadata` fields from `Object` to `Hash<String, Object>`
10
+ - Changed return type of `download_message_ref()` from `Object` to `Hash<String, Object>`
11
+ - Changed typing of device `info` property from `Object` to `Hash<String, Object>`
12
+ - Removed `switchboard_id` and `app_id` properties in `default_responder` schema
13
+ - Removed `deployment_id` in WhatsApp Integration
14
+
15
+ ## [14.4.0] - 2025-03-03
16
+
17
+ ### Added
18
+
19
+ - Add `can_user_see_conversation_list` to all SDK integrations and their update schemas
20
+ - Added new fields `html_text`, `markdown_text` to [Text](https://github.com/zendesk/sunshine-conversations-ruby/blob/master/docs/TextMessage.md), [Image](https://github.com/zendesk/sunshine-conversations-ruby/blob/master/docs/ImageMessage.md) and [File](https://github.com/zendesk/sunshine-conversations-javascript/blob/master/docs/FileMessage.md) messages.
21
+ - See our [rich text](https://docs.smooch.io/guide/structured-messages/#rich-text) guide for more information.
22
+ - Add definitions for ErrorResponse and Error
23
+
24
+ ## [14.3.5] - 2025-02-01
4
25
 
5
26
  ### Added
6
27
 
7
28
  - Update author.subtype enum to include 'activity'.
8
29
 
9
- ## [14.3.4] - 2025-1-14
30
+ ## [14.3.4] - 2025-01-14
10
31
 
11
- ### Added
32
+ ### Added
12
33
 
13
34
  - Add a side note in the api documentation about providing authentication header when accessing mediaUrl with private attachments
14
35
 
15
- ## [14.3.1 - 14.3.3] - 2025-1-7
36
+ ## [14.3.1 - 14.3.3] - 2025-01-07
16
37
 
17
38
  - Fixed errors that prevented publishing language wrappers for the new version.
18
39
 
data/README.md CHANGED
@@ -4,8 +4,8 @@ SunshineConversationsClient - the Ruby gem for the Sunshine Conversations API
4
4
 
5
5
  This SDK is automatically generated by the [OpenAPI Generator Codegen](https://github.com/OpenAPITools/openapi-generator) project using the [Sunshine Conversations API spec](https://github.com/zendesk/sunshine-conversations-api-spec).
6
6
 
7
- - API version: 14.3.5
8
- - Package version: 14.3.5
7
+ - API version: 15.0.0
8
+ - Package version: 15.0.0
9
9
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
10
10
 
11
11
  ## Sunshine Conversations API Version
@@ -32,16 +32,16 @@ gem build sunshine-conversations-client.gemspec
32
32
  Then either install the gem locally:
33
33
 
34
34
  ```shell
35
- gem install ./sunshine-conversations-client-14.3.5.gem
35
+ gem install ./sunshine-conversations-client-15.0.0.gem
36
36
  ```
37
37
 
38
- (for development, run `gem install --dev ./sunshine-conversations-client-14.3.5.gem` to install the development dependencies)
38
+ (for development, run `gem install --dev ./sunshine-conversations-client-15.0.0.gem` to install the development dependencies)
39
39
 
40
40
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
41
41
 
42
42
  Finally add this to the Gemfile:
43
43
 
44
- gem 'sunshine-conversations-client', '~> 14.3.5'
44
+ gem 'sunshine-conversations-client', '~> 15.0.0'
45
45
 
46
46
  ### Install from Git
47
47
 
@@ -316,6 +316,8 @@ Class | Method | HTTP request | Description
316
316
  - [SunshineConversationsClient::DownloadMessageRefBodyAllOf](docs/DownloadMessageRefBodyAllOf.md)
317
317
  - [SunshineConversationsClient::DownloadMessageRefBodyAllOfApple](docs/DownloadMessageRefBodyAllOfApple.md)
318
318
  - [SunshineConversationsClient::DownloadMessageRefBodyAllOfAppleInteractiveDataRef](docs/DownloadMessageRefBodyAllOfAppleInteractiveDataRef.md)
319
+ - [SunshineConversationsClient::Error](docs/Error.md)
320
+ - [SunshineConversationsClient::ErrorResponse](docs/ErrorResponse.md)
319
321
  - [SunshineConversationsClient::EventSubSchema](docs/EventSubSchema.md)
320
322
  - [SunshineConversationsClient::ExtraChannelOptions](docs/ExtraChannelOptions.md)
321
323
  - [SunshineConversationsClient::ExtraChannelOptionsMessenger](docs/ExtraChannelOptionsMessenger.md)
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **metadata** | **Object** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. The metadata object will be included in the &#x60;switchboard:acceptControl&#x60; and &#x60;switchboard:acceptControl:failure&#x60; webhooks. | [optional]
7
+ **metadata** | **Hash** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. The metadata object will be included in the &#x60;switchboard:acceptControl&#x60; and &#x60;switchboard:acceptControl:failure&#x60; webhooks. | [optional]
8
8
 
9
9
  ## Code Sample
10
10
 
data/docs/Action.md CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **text** | **String** | The button text. |
9
9
  **amount** | **Integer** | The amount being charged. It needs to be specified in cents and is an integer (9.99$ -&gt; 999). |
10
10
  **currency** | **String** | An ISO 4217 standard currency code in lowercase. Used for actions of type buy. | [optional]
11
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
11
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
12
12
  **uri** | **String** | The webview URI. This is the URI that will open in the webview when clicking the button. |
13
13
  **default** | **Boolean** | Boolean value indicating whether the action is the default action for a message item in Facebook Messenger. | [optional]
14
14
  **extra_channel_options** | [**ExtraChannelOptions**](ExtraChannelOptions.md) | | [optional]
data/docs/ActionSubset.md CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **text** | **String** | The button text. |
9
9
  **amount** | **Integer** | The amount being charged. It needs to be specified in cents and is an integer (9.99$ -&gt; 999). |
10
10
  **currency** | **String** | An ISO 4217 standard currency code in lowercase. Used for actions of type buy. | [optional]
11
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
11
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
12
12
  **uri** | **String** | The webview URI. This is the URI that will open in the webview when clicking the button. |
13
13
  **default** | **Boolean** | Boolean value indicating whether the action is the default action for a message item in Facebook Messenger. | [optional]
14
14
  **extra_channel_options** | [**ExtraChannelOptions**](ExtraChannelOptions.md) | | [optional]
data/docs/Android.md CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **private_key** | **String** | Your private key from your generated private key file. | [optional]
11
11
  **server_key** | **String** | Your server key from the fcm console. | [optional]
12
12
  **sender_id** | **String** | Your sender id from the fcm console. | [optional]
13
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
13
14
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the android integration. | [optional]
14
15
  **attachments_enabled** | **Boolean** | Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center. | [optional] [readonly]
15
16
  **default_responder_id** | **String** | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to &lt;a href&#x3D;\&quot;https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\&quot;&gt;Per-channel default responder&lt;/a&gt; guide. | [optional]
@@ -26,6 +27,7 @@ instance = SunshineConversationsClient::Android.new(type: null,
26
27
  private_key: &lt;private-key&gt;,
27
28
  server_key: &lt;server-key&gt;,
28
29
  sender_id: &lt;sender-id&gt;,
30
+ can_user_see_conversation_list: false,
29
31
  can_user_create_more_conversations: null,
30
32
  attachments_enabled: null,
31
33
  default_responder_id: null,
data/docs/AndroidAllOf.md CHANGED
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **private_key** | **String** | Your private key from your generated private key file. | [optional]
11
11
  **server_key** | **String** | Your server key from the fcm console. | [optional]
12
12
  **sender_id** | **String** | Your sender id from the fcm console. | [optional]
13
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
13
14
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the android integration. | [optional]
14
15
  **attachments_enabled** | **Boolean** | Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center. | [optional] [readonly]
15
16
 
@@ -24,6 +25,7 @@ instance = SunshineConversationsClient::AndroidAllOf.new(type: null,
24
25
  private_key: &lt;private-key&gt;,
25
26
  server_key: &lt;server-key&gt;,
26
27
  sender_id: &lt;sender-id&gt;,
28
+ can_user_see_conversation_list: false,
27
29
  can_user_create_more_conversations: null,
28
30
  attachments_enabled: null)
29
31
  ```
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **private_key** | **String** | Your private key from your generated private key file. | [optional]
12
12
  **server_key** | **String** | Your server key from the fcm console. | [optional]
13
13
  **sender_id** | **String** | Your sender id from the fcm console. | [optional]
14
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
14
15
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the android integration. | [optional]
15
16
 
16
17
  ## Code Sample
@@ -25,6 +26,7 @@ instance = SunshineConversationsClient::AndroidUpdate.new(display_name: My aweso
25
26
  private_key: &lt;private-key&gt;,
26
27
  server_key: &lt;server-key&gt;,
27
28
  sender_id: &lt;sender-id&gt;,
29
+ can_user_see_conversation_list: false,
28
30
  can_user_create_more_conversations: null)
29
31
  ```
30
32
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **private_key** | **String** | Your private key from your generated private key file. | [optional]
10
10
  **server_key** | **String** | Your server key from the fcm console. | [optional]
11
11
  **sender_id** | **String** | Your sender id from the fcm console. | [optional]
12
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
12
13
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the android integration. | [optional]
13
14
 
14
15
  ## Code Sample
@@ -21,6 +22,7 @@ instance = SunshineConversationsClient::AndroidUpdateAllOf.new(project_id: &lt;p
21
22
  private_key: &lt;private-key&gt;,
22
23
  server_key: &lt;server-key&gt;,
23
24
  sender_id: &lt;sender-id&gt;,
25
+ can_user_see_conversation_list: false,
24
26
  can_user_create_more_conversations: null)
25
27
  ```
26
28
 
data/docs/App.md CHANGED
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **id** | **String** | A canonical ID that can be used to retrieve the Sunshine Conversations app. | [optional]
8
8
  **display_name** | **String** | The friendly name of the app. | [optional]
9
9
  **settings** | [**AppSettings**](AppSettings.md) | | [optional]
10
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
10
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **display_name** | **String** | The friendly name of the app. |
8
8
  **settings** | [**AppSettings**](AppSettings.md) | | [optional]
9
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
9
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
10
10
 
11
11
  ## Code Sample
12
12
 
data/docs/AppSettings.md CHANGED
@@ -22,7 +22,7 @@ instance = SunshineConversationsClient::AppSettings.new(conversation_retention_s
22
22
  use_animal_names: null,
23
23
  echo_postback: null,
24
24
  ignore_auto_conversation_start: null,
25
- multi_convo_enabled: false,
25
+ multi_convo_enabled: true,
26
26
  app_localization_enabled: null)
27
27
  ```
28
28
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **display_name** | **String** | The friendly name of the app. | [optional]
8
8
  **settings** | [**AppSettings**](AppSettings.md) | | [optional]
9
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
9
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **media_url** | **String** | Uploaded attachment’s url. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See &lt;a href&#x3D;\&quot;https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/\&quot;&gt;Configuring private attachments for messaging&lt;/a&gt; guide for more details.&lt;/aside&gt; | [optional]
7
+ **media_url** | **String** | Uploaded attachment’s url. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See [configuring private attachments for messaging](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/) guide for more details.&lt;/aside&gt; | [optional]
8
8
  **media_type** | **String** | Uploaded attachment&#39;s media type | [optional]
9
9
 
10
10
  ## Code Sample
data/docs/Buy.md CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **text** | **String** | The button text. |
9
9
  **amount** | **Integer** | The amount being charged. It needs to be specified in cents and is an integer (9.99$ -&gt; 999). |
10
10
  **currency** | **String** | An ISO 4217 standard currency code in lowercase. Used for actions of type buy. | [optional]
11
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
11
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
data/docs/ClientsApi.md CHANGED
@@ -37,7 +37,7 @@ end
37
37
  api_instance = SunshineConversationsClient::ClientsApi.new
38
38
  app_id = '5d8cff3cd55b040010928b5b' # String | Identifies the app.
39
39
  user_id_or_external_id = '42589ad070d43be9b00ff7e5' # String | The user's id or externalId.
40
- client_create = {"matchCriteria":{"type":"mailgun","integrationId":"582dedf230e788746891281a","primary":true,"address":"steveb@channel5.com","subject":"New message from {appName}"},"confirmation":{"type":"immediate","message":{"author":{"type":"business","displayName":"Steve","avatarUrl":"https://www.gravatar.com/image.jpg"},"content":{"type":"text","text":"Hello!"},"metadata":{"lang":"en-ca"}}},"target":{"conversationId":"029c31f25a21b47effd7be90"}} # ClientCreate |
40
+ client_create = SunshineConversationsClient::ClientCreate.new # ClientCreate |
41
41
  # Be sure to add the required body parameters
42
42
 
43
43
  begin
data/docs/Content.md CHANGED
@@ -6,11 +6,13 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **type** | **String** | The type of message. | [default to &#39;template&#39;]
8
8
  **text** | **String** | The fallback text message used when location messages are not supported by the channel. | [optional] [readonly]
9
+ **html_text** | **String** | HTML text content of the message. Can be provided in place of &#x60;text&#x60;. Cannot be used with &#x60;markdownText&#x60;. If no &#x60;text&#x60; is provided, will be converted to &#x60;text&#x60; upon reception to be displayed on channels that do not support rich text. See [rich text](https://docs.smooch.io/guide/structured-messages/rich-text) documentation for more information. | [optional]
10
+ **markdown_text** | **String** | Markdown text content of the message. Can be provided in place of &#x60;text&#x60;. Cannot be used with &#x60;htmlText&#x60;. Will be converted to &#x60;htmlText&#x60; upon reception. If converted &#x60;htmlText&#x60; exceeds 4096 characters, the message will be rejected. If no &#x60;text&#x60; is provided, will be converted to &#x60;text&#x60; upon reception to be displayed on channels that do not support rich text. See [rich text](https://docs.smooch.io/guide/structured-messages/rich-text) documentation for more information. | [optional]
9
11
  **actions** | [**Array&lt;ActionSubset&gt;**](ActionSubset.md) | An array of objects representing the actions associated with the message. The array length is limited by the third party channel. | [optional]
10
12
  **payload** | **String** | The payload of a [reply button](https://docs.smooch.io/guide/structured-messages/#reply-buttons) response message. | [optional]
11
13
  **items** | [**Array&lt;Item&gt;**](Item.md) | An array of objects representing the items associated with the message. Only present in carousel and list type messages. |
12
14
  **display_settings** | [**CarouselMessageDisplaySettings**](CarouselMessageDisplaySettings.md) | | [optional]
13
- **media_url** | **String** | The URL for media, such as an image, attached to the message. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See &lt;a href&#x3D;\&quot;https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/\&quot;&gt;Configuring private attachments for messaging&lt;/a&gt; guide for more details.&lt;/aside&gt; |
15
+ **media_url** | **String** | The URL for media, such as an image, attached to the message. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See [configuring private attachments for messaging](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/) guide for more details.&lt;/aside&gt; |
14
16
  **media_size** | **Float** | The size of the media in bytes. | [optional] [readonly]
15
17
  **media_type** | **String** | The type of media. | [optional] [readonly]
16
18
  **alt_text** | **String** | An optional description of the image for accessibility purposes. The field will be saved by default with the file name as the value. | [optional]
@@ -30,6 +32,8 @@ require 'SunshineConversationsClient'
30
32
 
31
33
  instance = SunshineConversationsClient::Content.new(type: null,
32
34
  text: null,
35
+ html_text: &lt;h1&gt;Hello!&lt;/h1&gt;,
36
+ markdown_text: # Hello!,
33
37
  actions: null,
34
38
  payload: null,
35
39
  items: null,
data/docs/Conversation.md CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **id** | **String** | The unique ID of the conversation. | [optional]
8
8
  **type** | [**ConversationType**](ConversationType.md) | | [optional]
9
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
9
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
10
10
  **active_switchboard_integration** | [**SwitchboardIntegrationWebhook**](SwitchboardIntegrationWebhook.md) | The current switchboard integration that is in control of the conversation. This field is omitted if no &#x60;activeSwitchboardIntegration&#x60; exists for the conversation. | [optional]
11
11
  **pending_switchboard_integration** | [**SwitchboardIntegrationWebhook**](SwitchboardIntegrationWebhook.md) | The switchboard integration that is awaiting control. This field is omitted if no switchboard integration has been previously offered control. | [optional]
12
12
  **is_default** | **Boolean** | Whether the conversation is the default conversation for the user. Will be true for the first personal conversation created for the user, and false in all other cases. | [optional]
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **display_name** | **String** | A friendly name for the conversation, may be displayed to the business or the user. | [optional]
10
10
  **description** | **String** | A short text describing the conversation. | [optional]
11
11
  **icon_url** | **String** | A custom conversation icon url. The image must be in either JPG, PNG, or GIF format | [optional]
12
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
12
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
13
13
 
14
14
  ## Code Sample
15
15
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **id** | **String** | The unique ID of the conversation. | [optional]
8
8
  **type** | [**ConversationType**](ConversationType.md) | | [optional]
9
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
9
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
10
10
  **active_switchboard_integration** | [**SwitchboardIntegrationWebhook**](SwitchboardIntegrationWebhook.md) | The current switchboard integration that is in control of the conversation. This field is omitted if no &#x60;activeSwitchboardIntegration&#x60; exists for the conversation. | [optional]
11
11
  **pending_switchboard_integration** | [**SwitchboardIntegrationWebhook**](SwitchboardIntegrationWebhook.md) | The switchboard integration that is awaiting control. This field is omitted if no switchboard integration has been previously offered control. | [optional]
12
12
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **display_name** | **String** | A friendly name for the conversation, may be displayed to the business or the user. | [optional]
8
8
  **description** | **String** | A short text describing the conversation. | [optional]
9
9
  **icon_url** | **String** | A custom conversation icon url. The image must be in either JPG, PNG, or GIF format | [optional]
10
- **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
10
+ **metadata** | **Hash&lt;String, Object&gt;** | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -135,7 +135,7 @@ Name | Type | Description | Notes
135
135
 
136
136
  ## download_message_ref
137
137
 
138
- > Object download_message_ref(app_id, conversation_id, download_message_ref_body)
138
+ > Hash&lt;String, Object&gt; download_message_ref(app_id, conversation_id, download_message_ref_body)
139
139
 
140
140
  Download Message Ref
141
141
 
@@ -160,7 +160,7 @@ end
160
160
  api_instance = SunshineConversationsClient::ConversationsApi.new
161
161
  app_id = '5d8cff3cd55b040010928b5b' # String | Identifies the app.
162
162
  conversation_id = '029c31f25a21b47effd7be90' # String | Identifies the conversation.
163
- download_message_ref_body = {"userId":"6e416caac6a5e9544e3fb6d7","apple":{"interactiveDateRef":{"url":"https://p61-content.icloud.com/M58C0A1A2EB62B6E899B4F28996E8DA229E1914295299C39944B2F2CA7482AE50.C01USN00","bid":"com.apple.messages.MSMessageExtensionBalloonPlugin:0000000000:com.apple.icloud.apps.messages.business.extension","key":"00c0d1827fdc858fe7b42421de1fb289c2ee0a9463d787ce4f118506f970bd6e38","signature":"81a619c81da5a01c6139219a5d20e17430c631e1eb","owner":"M58C0A2A1EB62B4E859B4F28996E8DA229E1914295299C39944B2F2CA7482AE50.C01USN00"}}} # DownloadMessageRefBody |
163
+ download_message_ref_body = {"userId":"6e416caac6a5e9544e3fb6d7","apple":{"interactiveDataRef":{"url":"https://p61-content.icloud.com/M58C0A1A2EB62B6E899B4F28996E8DA229E1914295299C39944B2F2CA7482AE50.C01USN00","bid":"com.apple.messages.MSMessageExtensionBalloonPlugin:0000000000:com.apple.icloud.apps.messages.business.extension","key":"00c0d1827fdc858fe7b42421de1fb289c2ee0a9463d787ce4f118506f970bd6e38","signature":"81a619c81da5a01c6139219a5d20e17430c631e1eb","owner":"M58C0A2A1EB62B4E859B4F28996E8DA229E1914295299C39944B2F2CA7482AE50.C01USN00"}}} # DownloadMessageRefBody |
164
164
  # Be sure to add the required body parameters
165
165
 
166
166
  begin
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- **Object**
186
+ **Hash&lt;String, Object&gt;**
187
187
 
188
188
  ### Authorization
189
189
 
@@ -4,26 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **switchboard_id** | **String** | The unique ID of the switchboard. | [optional]
8
- **app_id** | **String** | Identifies the app. | [optional]
7
+ **name** | **String** | The name of the switchboard integration. | [optional]
9
8
  **integration_id** | **String** | The unique ID of the integration. | [optional]
10
9
  **integration_type** | **String** | The type of the integration. | [optional]
11
- **name** | **String** | The name of the switchboard. | [optional]
12
10
  **deliver_standby_events** | **Boolean** | Indicates whether the switchboard should deliver standby events. | [optional]
13
11
  **next_switchboard_integration_id** | **String** | The unique ID of the next switchboard integration. | [optional]
14
12
  **message_history_count** | **Float** | The number of messages to keep in the message history. | [optional]
15
- **inherited** | **Boolean** | Indicates whether the switchboard is inherited. | [optional]
13
+ **inherited** | **Boolean** | Indicates whether the default responder is inherited from the switchboard&#39;s global config or not. Returns &#x60;false&#x60; if a per-channel responder override has been set for this integration, and &#x60;true&#x60; otherwise. | [optional]
16
14
 
17
15
  ## Code Sample
18
16
 
19
17
  ```ruby
20
18
  require 'SunshineConversationsClient'
21
19
 
22
- instance = SunshineConversationsClient::DefaultResponderDefaultResponder.new(switchboard_id: 5e4af71a81966cfff3ef6551,
23
- app_id: 5e4af71a81966cfff3ef6552,
20
+ instance = SunshineConversationsClient::DefaultResponderDefaultResponder.new(name: null,
24
21
  integration_id: 5e4af71a81966cfff3ef6550,
25
22
  integration_type: null,
26
- name: null,
27
23
  deliver_standby_events: null,
28
24
  next_switchboard_integration_id: null,
29
25
  message_history_count: null,
data/docs/Device.md CHANGED
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **integration_id** | **String** | The ID of the integration that the device was created for. | [optional]
13
13
  **last_seen** | **String** | A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the last time the user interacted with this device. | [optional]
14
14
  **push_notification_token** | **String** | The token used for push notifications on Android and iOS devices. | [optional]
15
- **info** | [**Object**](.md) | A flat curated object with properties that vary for each SDK platform. All keys are optional and not guaranteed to be available. | [optional]
15
+ **info** | **Hash&lt;String, Object&gt;** | A flat curated object with properties that vary for each SDK platform. All keys are optional and not guaranteed to be available. | [optional]
16
16
  **app_version** | **String** | Version of the mobile app in which the SDK is embedded. Not applicable for devices of type web. | [optional]
17
17
 
18
18
  ## Code Sample
data/docs/DevicesApi.md CHANGED
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
 
16
16
  Get Device
17
17
 
18
- Fetches a specific Device. ```shell /v2/apps/:appId/users/:userId ```
18
+ Fetches a specific Device.
19
19
 
20
20
  ### Example
21
21
 
@@ -77,7 +77,7 @@ Name | Type | Description | Notes
77
77
 
78
78
  List Devices
79
79
 
80
- Get all the devices for a particular user. The Devices are sorted based on last seen time. ```shell /v2/apps/:appId/users/:userId/devices ```
80
+ Get all the devices for a particular user. The Devices are sorted based on last seen time.
81
81
 
82
82
  ### Example
83
83
 
data/docs/Error.md ADDED
@@ -0,0 +1,19 @@
1
+ # SunshineConversationsClient::Error
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **code** | **String** | Error code used for classifying similar error types | [optional]
8
+ **title** | **String** | Description of the error | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'SunshineConversationsClient'
14
+
15
+ instance = SunshineConversationsClient::Error.new(code: not_found,
16
+ title: Resource not found)
17
+ ```
18
+
19
+
@@ -0,0 +1,17 @@
1
+ # SunshineConversationsClient::ErrorResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **errors** | [**Array&lt;Error&gt;**](Error.md) | List of errors that occurred. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'SunshineConversationsClient'
13
+
14
+ instance = SunshineConversationsClient::ErrorResponse.new(errors: null)
15
+ ```
16
+
17
+
data/docs/FileMessage.md CHANGED
@@ -5,11 +5,13 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **type** | **String** | The type of message. | [default to &#39;file&#39;]
8
- **media_url** | **String** | The URL for media, such as an image, attached to the message. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See &lt;a href&#x3D;\&quot;https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/\&quot;&gt;Configuring private attachments for messaging&lt;/a&gt; guide for more details.&lt;/aside&gt; |
8
+ **media_url** | **String** | The URL for media, such as an image, attached to the message. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See [configuring private attachments for messaging](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/) guide for more details.&lt;/aside&gt; |
9
9
  **media_size** | **Float** | The size of the media. | [optional] [readonly]
10
10
  **media_type** | **String** | The media type of the file. | [optional] [readonly]
11
11
  **alt_text** | **String** | An optional description of the file for accessibility purposes. The field will be saved by default with the file name as the value. | [optional]
12
12
  **text** | **String** | The text content of the message. | [optional]
13
+ **html_text** | **String** | HTML text content of the message. Can be provided in place of &#x60;text&#x60;. Cannot be used with &#x60;markdownText&#x60;. If no &#x60;text&#x60; is provided, will be converted to &#x60;text&#x60; upon reception to be displayed on channels that do not support rich text. See [rich text](https://docs.smooch.io/guide/structured-messages/rich-text) documentation for more information. | [optional]
14
+ **markdown_text** | **String** | Markdown text content of the message. Can be provided in place of &#x60;text&#x60;. Cannot be used with &#x60;htmlText&#x60;. Will be converted to &#x60;htmlText&#x60; upon reception. If converted &#x60;htmlText&#x60; exceeds 4096 characters, the message will be rejected. If no &#x60;text&#x60; is provided, will be converted to &#x60;text&#x60; upon reception to be displayed on channels that do not support rich text. See [rich text](https://docs.smooch.io/guide/structured-messages/rich-text) documentation for more information. | [optional]
13
15
  **attachment_id** | **String** | An identifier used by Sunshine Conversations for internal purposes. | [optional]
14
16
 
15
17
  ## Code Sample
@@ -23,6 +25,8 @@ instance = SunshineConversationsClient::FileMessage.new(type: null,
23
25
  media_type: null,
24
26
  alt_text: null,
25
27
  text: null,
28
+ html_text: &lt;h1&gt;Hello!&lt;/h1&gt;,
29
+ markdown_text: # Hello!,
26
30
  attachment_id: null)
27
31
  ```
28
32
 
data/docs/ImageMessage.md CHANGED
@@ -5,11 +5,13 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **type** | **String** | The type of message. | [default to &#39;image&#39;]
8
- **media_url** | **String** | The URL for media, such as an image, attached to the message. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See &lt;a href&#x3D;\&quot;https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/\&quot;&gt;Configuring private attachments for messaging&lt;/a&gt; guide for more details.&lt;/aside&gt; |
8
+ **media_url** | **String** | The URL for media, such as an image, attached to the message. &lt;aside class&#x3D;\&quot;notice\&quot;&gt;Note that for private attachments an authorization header is required to access the mediaUrl. See [configuring private attachments for messaging](https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/messaging_private_attachments/) guide for more details.&lt;/aside&gt; |
9
9
  **media_type** | **String** | The type of media. | [optional] [readonly]
10
10
  **media_size** | **Float** | The size of the media in bytes. | [optional] [readonly]
11
11
  **alt_text** | **String** | An optional description of the image for accessibility purposes. The field will be saved by default with the file name as the value. | [optional]
12
- **text** | **String** | The text content of the message. Optional only if actions are provided. | [optional]
12
+ **text** | **String** | The text content of the message. | [optional]
13
+ **html_text** | **String** | HTML text content of the message. Can be provided in place of &#x60;text&#x60;. Cannot be used with &#x60;markdownText&#x60;. If no &#x60;text&#x60; is provided, will be converted to &#x60;text&#x60; upon reception to be displayed on channels that do not support rich text. See [rich text](https://docs.smooch.io/guide/structured-messages/rich-text) documentation for more information. | [optional]
14
+ **markdown_text** | **String** | Markdown text content of the message. Can be provided in place of &#x60;text&#x60;. Cannot be used with &#x60;htmlText&#x60;. Will be converted to &#x60;htmlText&#x60; upon reception. If converted &#x60;htmlText&#x60; exceeds 4096 characters, the message will be rejected. If no &#x60;text&#x60; is provided, will be converted to &#x60;text&#x60; upon reception to be displayed on channels that do not support rich text. See [rich text](https://docs.smooch.io/guide/structured-messages/rich-text) documentation for more information. | [optional]
13
15
  **actions** | [**Array&lt;Action&gt;**](Action.md) | Array of message actions. | [optional]
14
16
  **attachment_id** | **String** | An identifier used by Sunshine Conversations for internal purposes. | [optional]
15
17
 
@@ -24,6 +26,8 @@ instance = SunshineConversationsClient::ImageMessage.new(type: null,
24
26
  media_size: null,
25
27
  alt_text: null,
26
28
  text: null,
29
+ html_text: &lt;h1&gt;Hello!&lt;/h1&gt;,
30
+ markdown_text: # Hello!,
27
31
  actions: null,
28
32
  attachment_id: null)
29
33
  ```
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **private_key** | **String** | Your private key from your generated private key file. | [optional]
12
12
  **server_key** | **String** | Your server key from the fcm console. | [optional]
13
13
  **sender_id** | **String** | Your sender id from the fcm console. | [optional]
14
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
14
15
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the web messenger integration. | [optional]
15
16
  **authentication_message_secret** | **String** | A secret used to create the state value when sending Apple authentication 2.0 messages | [optional]
16
17
  **page_access_token** | **String** | A Facebook Page Access Token. | [optional]
@@ -50,6 +51,7 @@ instance = SunshineConversationsClient::IntegrationUpdate.new(display_name: My a
50
51
  private_key: &lt;private-key&gt;,
51
52
  server_key: &lt;server-key&gt;,
52
53
  sender_id: &lt;sender-id&gt;,
54
+ can_user_see_conversation_list: false,
53
55
  can_user_create_more_conversations: null,
54
56
  authentication_message_secret: eH3Ea4329FzUGEsWkjQr1dbD1JDpn5Ygo/kbW0/f8gOQ4eHTr31bjDUcCfv3s9QaAwRgpd4sckdlSXwMOAGHBQ&#x3D;&#x3D;,
55
57
  page_access_token: your_access_token,
@@ -283,7 +283,7 @@ end
283
283
  api_instance = SunshineConversationsClient::IntegrationsApi.new
284
284
  app_id = '5d8cff3cd55b040010928b5b' # String | Identifies the app.
285
285
  integration_id = '029c31f25a21b47effd7be90' # String | The id of the integration.
286
- integration_update = SunshineConversationsClient::IntegrationUpdate.new # IntegrationUpdate |
286
+ integration_update = {"displayName":"My Test Integration"} # IntegrationUpdate |
287
287
  # Be sure to add the required body parameters
288
288
 
289
289
  begin
data/docs/Ios.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **password** | **String** | The password for your APN certificate. | [optional]
10
10
  **production** | **Boolean** | The APN environment to connect to (Production, if true, or Sandbox). Defaults to value inferred from certificate if not specified. | [optional]
11
11
  **auto_update_badge** | **Boolean** | Use the unread count of the conversation as the application badge. | [optional]
12
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
12
13
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the iOS integration. | [optional]
13
14
  **attachments_enabled** | **Boolean** | Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center. | [optional] [readonly]
14
15
  **default_responder_id** | **String** | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to &lt;a href&#x3D;\&quot;https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\&quot;&gt;Per-channel default responder&lt;/a&gt; guide. | [optional]
@@ -24,6 +25,7 @@ instance = SunshineConversationsClient::Ios.new(type: null,
24
25
  password: your_APN_password,
25
26
  production: null,
26
27
  auto_update_badge: null,
28
+ can_user_see_conversation_list: false,
27
29
  can_user_create_more_conversations: null,
28
30
  attachments_enabled: null,
29
31
  default_responder_id: null,
data/docs/IosAllOf.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **password** | **String** | The password for your APN certificate. | [optional]
10
10
  **production** | **Boolean** | The APN environment to connect to (Production, if true, or Sandbox). Defaults to value inferred from certificate if not specified. | [optional]
11
11
  **auto_update_badge** | **Boolean** | Use the unread count of the conversation as the application badge. | [optional]
12
+ **can_user_see_conversation_list** | **Boolean** | Allows users to view their list of conversations. By default, the list of conversations will be visible. *This setting only applies to apps where &#x60;settings.multiConvoEnabled&#x60; is set to &#x60;true&#x60;*. | [optional]
12
13
  **can_user_create_more_conversations** | **Boolean** | Allows users to create more than one conversation on the iOS integration. | [optional]
13
14
  **attachments_enabled** | **Boolean** | Allows users to send attachments. By default, the setting is set to true. This setting can only be configured in Zendesk Admin Center. | [optional] [readonly]
14
15
 
@@ -22,6 +23,7 @@ instance = SunshineConversationsClient::IosAllOf.new(type: null,
22
23
  password: your_APN_password,
23
24
  production: null,
24
25
  auto_update_badge: null,
26
+ can_user_see_conversation_list: false,
25
27
  can_user_create_more_conversations: null,
26
28
  attachments_enabled: null)
27
29
  ```