sib-api-v3-sdk 7.0.0 → 7.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (464) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -8
  3. data/docs/BlockDomain.md +8 -0
  4. data/docs/ContactsApi.md +25 -13
  5. data/docs/CreateEmailCampaign.md +1 -1
  6. data/docs/CreateSmsCampaign.md +1 -1
  7. data/docs/CreateSmtpEmail.md +2 -1
  8. data/docs/CreateSmtpTemplateSender.md +1 -1
  9. data/docs/EmailCampaignsApi.md +7 -5
  10. data/docs/FoldersApi.md +9 -3
  11. data/docs/GetBlockedDomains.md +8 -0
  12. data/docs/GetCampaignOverview.md +1 -1
  13. data/docs/GetChildDomain.md +2 -2
  14. data/docs/GetChildrenList.md +1 -1
  15. data/docs/GetContactCampaignStatsOpened.md +1 -1
  16. data/docs/GetContactDetails.md +2 -2
  17. data/docs/GetEmailCampaign.md +8 -8
  18. data/docs/GetEmailCampaigns.md +1 -1
  19. data/docs/GetEmailEventReportEvents.md +2 -1
  20. data/docs/GetExtendedCampaignOverview.md +6 -6
  21. data/docs/GetExtendedCampaignStats.md +1 -1
  22. data/docs/GetExtendedCampaignStatsGlobalStats.md +7 -0
  23. data/docs/GetExtendedContactDetails.md +2 -2
  24. data/docs/GetExtendedContactDetailsStatisticsLinks.md +1 -1
  25. data/docs/GetExtendedContactDetailsStatisticsMessagesSent.md +1 -1
  26. data/docs/GetExtendedContactDetailsStatisticsOpened.md +1 -1
  27. data/docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md +2 -2
  28. data/docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md +2 -2
  29. data/docs/GetExtendedList.md +2 -1
  30. data/docs/GetFolderLists.md +2 -2
  31. data/docs/GetList.md +1 -0
  32. data/docs/GetLists.md +2 -2
  33. data/docs/GetProcesses.md +1 -1
  34. data/docs/GetSmsCampaign.md +5 -5
  35. data/docs/GetSmsCampaignOverview.md +3 -3
  36. data/docs/GetSmsCampaignRecipients.md +7 -0
  37. data/docs/GetSmsCampaigns.md +1 -1
  38. data/docs/GetSmsEventReportEvents.md +4 -4
  39. data/docs/GetSmtpTemplateOverview.md +2 -2
  40. data/docs/GetTransacAggregatedSmsReport.md +10 -10
  41. data/docs/GetTransacBlockedContactsContacts.md +1 -1
  42. data/docs/GetTransacEmailContent.md +1 -1
  43. data/docs/GetTransacEmailContentEvents.md +1 -1
  44. data/docs/GetTransacEmailsList.md +1 -0
  45. data/docs/GetTransacEmailsListTransactionalEmails.md +1 -1
  46. data/docs/GetTransacSmsReportReports.md +10 -10
  47. data/docs/GetWebhook.md +2 -2
  48. data/docs/ListsApi.md +11 -5
  49. data/docs/ProcessApi.md +3 -1
  50. data/docs/SMSCampaignsApi.md +7 -5
  51. data/docs/SendReportEmail.md +1 -5
  52. data/docs/SendSmtpEmail.md +3 -2
  53. data/docs/SendSmtpEmailMessageVersions.md +13 -0
  54. data/docs/SendSmtpEmailReplyTo1.md +9 -0
  55. data/docs/SendSmtpEmailSender.md +3 -3
  56. data/docs/SendSmtpEmailTo1.md +9 -0
  57. data/docs/SendTestEmail.md +1 -1
  58. data/docs/TransactionalEmailsApi.md +197 -11
  59. data/docs/TransactionalSMSApi.md +9 -5
  60. data/docs/UpdateEmailCampaign.md +1 -1
  61. data/docs/UpdateSmsCampaign.md +1 -1
  62. data/docs/WebhooksApi.md +3 -1
  63. data/lib/sib-api-v3-sdk.rb +16 -9
  64. data/lib/sib-api-v3-sdk/api/account_api.rb +11 -1
  65. data/lib/sib-api-v3-sdk/api/attributes_api.rb +11 -1
  66. data/lib/sib-api-v3-sdk/api/contacts_api.rb +49 -9
  67. data/lib/sib-api-v3-sdk/api/email_campaigns_api.rb +21 -5
  68. data/lib/sib-api-v3-sdk/api/folders_api.rb +23 -1
  69. data/lib/sib-api-v3-sdk/api/lists_api.rb +31 -3
  70. data/lib/sib-api-v3-sdk/api/process_api.rb +17 -1
  71. data/lib/sib-api-v3-sdk/api/reseller_api.rb +11 -1
  72. data/lib/sib-api-v3-sdk/api/senders_api.rb +11 -1
  73. data/lib/sib-api-v3-sdk/api/sms_campaigns_api.rb +21 -5
  74. data/lib/sib-api-v3-sdk/api/transactional_emails_api.rb +211 -7
  75. data/lib/sib-api-v3-sdk/api/transactional_sms_api.rb +23 -1
  76. data/lib/sib-api-v3-sdk/api/webhooks_api.rb +17 -1
  77. data/lib/sib-api-v3-sdk/api_client.rb +8 -5
  78. data/lib/sib-api-v3-sdk/api_error.rb +1 -1
  79. data/lib/sib-api-v3-sdk/configuration.rb +3 -3
  80. data/lib/sib-api-v3-sdk/models/ab_test_campaign_result.rb +3 -2
  81. data/lib/sib-api-v3-sdk/models/ab_test_campaign_result_clicked_links.rb +3 -2
  82. data/lib/sib-api-v3-sdk/models/ab_test_campaign_result_statistics.rb +3 -2
  83. data/lib/sib-api-v3-sdk/models/ab_test_version_clicks.rb +3 -2
  84. data/lib/sib-api-v3-sdk/models/ab_test_version_clicks_inner.rb +3 -2
  85. data/lib/sib-api-v3-sdk/models/ab_test_version_stats.rb +3 -2
  86. data/lib/sib-api-v3-sdk/models/add_child_domain.rb +3 -2
  87. data/lib/sib-api-v3-sdk/models/add_contact_to_list.rb +3 -2
  88. data/lib/sib-api-v3-sdk/models/add_credits.rb +3 -2
  89. data/lib/sib-api-v3-sdk/models/block_domain.rb +190 -0
  90. data/lib/sib-api-v3-sdk/models/create_attribute.rb +3 -2
  91. data/lib/sib-api-v3-sdk/models/create_attribute_enumeration.rb +3 -2
  92. data/lib/sib-api-v3-sdk/models/create_child.rb +3 -2
  93. data/lib/sib-api-v3-sdk/models/create_contact.rb +3 -2
  94. data/lib/sib-api-v3-sdk/models/create_doi_contact.rb +3 -2
  95. data/lib/sib-api-v3-sdk/models/create_email_campaign.rb +4 -3
  96. data/lib/sib-api-v3-sdk/models/create_email_campaign_recipients.rb +3 -2
  97. data/lib/sib-api-v3-sdk/models/create_email_campaign_sender.rb +3 -2
  98. data/lib/sib-api-v3-sdk/models/create_list.rb +3 -2
  99. data/lib/sib-api-v3-sdk/models/create_model.rb +3 -2
  100. data/lib/sib-api-v3-sdk/models/create_reseller.rb +3 -2
  101. data/lib/sib-api-v3-sdk/models/create_sender.rb +3 -2
  102. data/lib/sib-api-v3-sdk/models/create_sender_ips.rb +3 -2
  103. data/lib/sib-api-v3-sdk/models/create_sender_model.rb +3 -2
  104. data/lib/sib-api-v3-sdk/models/create_sms_campaign.rb +4 -3
  105. data/lib/sib-api-v3-sdk/models/create_sms_campaign_recipients.rb +3 -2
  106. data/lib/sib-api-v3-sdk/models/create_smtp_email.rb +18 -11
  107. data/lib/sib-api-v3-sdk/models/create_smtp_template.rb +3 -2
  108. data/lib/sib-api-v3-sdk/models/create_smtp_template_sender.rb +3 -7
  109. data/lib/sib-api-v3-sdk/models/create_update_contact_model.rb +3 -2
  110. data/lib/sib-api-v3-sdk/models/create_update_folder.rb +3 -2
  111. data/lib/sib-api-v3-sdk/models/create_webhook.rb +3 -2
  112. data/lib/sib-api-v3-sdk/models/created_process_id.rb +3 -2
  113. data/lib/sib-api-v3-sdk/models/delete_hardbounces.rb +3 -2
  114. data/lib/sib-api-v3-sdk/models/email_export_recipients.rb +3 -2
  115. data/lib/sib-api-v3-sdk/models/error_model.rb +3 -2
  116. data/lib/sib-api-v3-sdk/models/get_account.rb +3 -2
  117. data/lib/sib-api-v3-sdk/models/get_account_marketing_automation.rb +3 -2
  118. data/lib/sib-api-v3-sdk/models/get_account_plan.rb +3 -2
  119. data/lib/sib-api-v3-sdk/models/get_account_relay.rb +3 -2
  120. data/lib/sib-api-v3-sdk/models/get_account_relay_data.rb +3 -2
  121. data/lib/sib-api-v3-sdk/models/get_aggregated_report.rb +3 -2
  122. data/lib/sib-api-v3-sdk/models/get_attributes.rb +3 -2
  123. data/lib/sib-api-v3-sdk/models/get_attributes_attributes.rb +3 -2
  124. data/lib/sib-api-v3-sdk/models/get_attributes_enumeration.rb +3 -2
  125. data/lib/sib-api-v3-sdk/models/get_blocked_domains.rb +193 -0
  126. data/lib/sib-api-v3-sdk/models/get_campaign_overview.rb +4 -3
  127. data/lib/sib-api-v3-sdk/models/get_campaign_recipients.rb +3 -2
  128. data/lib/sib-api-v3-sdk/models/get_campaign_stats.rb +3 -2
  129. data/lib/sib-api-v3-sdk/models/get_child_account_creation_status.rb +3 -2
  130. data/lib/sib-api-v3-sdk/models/get_child_domain.rb +3 -12
  131. data/lib/sib-api-v3-sdk/models/get_child_domains.rb +3 -2
  132. data/lib/sib-api-v3-sdk/models/get_child_info.rb +3 -2
  133. data/lib/sib-api-v3-sdk/models/get_child_info_api_keys.rb +3 -2
  134. data/lib/sib-api-v3-sdk/models/get_child_info_api_keys_v2.rb +3 -2
  135. data/lib/sib-api-v3-sdk/models/get_child_info_api_keys_v3.rb +3 -2
  136. data/lib/sib-api-v3-sdk/models/get_child_info_credits.rb +3 -2
  137. data/lib/sib-api-v3-sdk/models/get_child_info_statistics.rb +3 -2
  138. data/lib/sib-api-v3-sdk/models/get_children_list.rb +3 -7
  139. data/lib/sib-api-v3-sdk/models/get_client.rb +3 -2
  140. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats.rb +3 -2
  141. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_clicked.rb +3 -2
  142. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_opened.rb +4 -3
  143. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_transac_attributes.rb +3 -2
  144. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_unsubscriptions.rb +3 -2
  145. data/lib/sib-api-v3-sdk/models/get_contact_details.rb +5 -4
  146. data/lib/sib-api-v3-sdk/models/get_contacts.rb +3 -2
  147. data/lib/sib-api-v3-sdk/models/get_device_browser_stats.rb +3 -2
  148. data/lib/sib-api-v3-sdk/models/get_email_campaign.rb +9 -18
  149. data/lib/sib-api-v3-sdk/models/get_email_campaigns.rb +3 -7
  150. data/lib/sib-api-v3-sdk/models/get_email_event_report.rb +3 -2
  151. data/lib/sib-api-v3-sdk/models/get_email_event_report_events.rb +20 -9
  152. data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview.rb +7 -16
  153. data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview_sender.rb +3 -2
  154. data/lib/sib-api-v3-sdk/models/get_extended_campaign_stats.rb +4 -4
  155. data/lib/sib-api-v3-sdk/models/get_extended_campaign_stats_global_stats.rb +176 -0
  156. data/lib/sib-api-v3-sdk/models/get_extended_client.rb +3 -2
  157. data/lib/sib-api-v3-sdk/models/get_extended_client_address.rb +3 -2
  158. data/lib/sib-api-v3-sdk/models/get_extended_contact_details.rb +5 -4
  159. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics.rb +3 -2
  160. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_clicked.rb +3 -2
  161. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_links.rb +4 -3
  162. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_messages_sent.rb +4 -3
  163. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_opened.rb +4 -3
  164. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions.rb +3 -2
  165. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription.rb +4 -8
  166. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription.rb +4 -8
  167. data/lib/sib-api-v3-sdk/models/get_extended_list.rb +20 -4
  168. data/lib/sib-api-v3-sdk/models/get_extended_list_campaign_stats.rb +3 -2
  169. data/lib/sib-api-v3-sdk/models/get_folder.rb +3 -2
  170. data/lib/sib-api-v3-sdk/models/get_folder_lists.rb +3 -12
  171. data/lib/sib-api-v3-sdk/models/get_folders.rb +3 -2
  172. data/lib/sib-api-v3-sdk/models/get_ip.rb +3 -2
  173. data/lib/sib-api-v3-sdk/models/get_ip_from_sender.rb +3 -2
  174. data/lib/sib-api-v3-sdk/models/get_ips.rb +3 -2
  175. data/lib/sib-api-v3-sdk/models/get_ips_from_sender.rb +3 -2
  176. data/lib/sib-api-v3-sdk/models/get_list.rb +22 -6
  177. data/lib/sib-api-v3-sdk/models/get_lists.rb +3 -12
  178. data/lib/sib-api-v3-sdk/models/get_process.rb +3 -2
  179. data/lib/sib-api-v3-sdk/models/get_processes.rb +3 -7
  180. data/lib/sib-api-v3-sdk/models/get_reports.rb +3 -2
  181. data/lib/sib-api-v3-sdk/models/get_reports_reports.rb +3 -2
  182. data/lib/sib-api-v3-sdk/models/get_senders_list.rb +3 -2
  183. data/lib/sib-api-v3-sdk/models/get_senders_list_ips.rb +3 -2
  184. data/lib/sib-api-v3-sdk/models/get_senders_list_senders.rb +3 -2
  185. data/lib/sib-api-v3-sdk/models/get_shared_template_url.rb +3 -2
  186. data/lib/sib-api-v3-sdk/models/get_sms_campaign.rb +8 -12
  187. data/lib/sib-api-v3-sdk/models/get_sms_campaign_overview.rb +6 -10
  188. data/lib/sib-api-v3-sdk/models/get_sms_campaign_recipients.rb +175 -0
  189. data/lib/sib-api-v3-sdk/models/get_sms_campaign_stats.rb +3 -2
  190. data/lib/sib-api-v3-sdk/models/get_sms_campaigns.rb +3 -7
  191. data/lib/sib-api-v3-sdk/models/get_sms_event_report.rb +3 -2
  192. data/lib/sib-api-v3-sdk/models/get_sms_event_report_events.rb +4 -23
  193. data/lib/sib-api-v3-sdk/models/get_smtp_template_overview.rb +5 -4
  194. data/lib/sib-api-v3-sdk/models/get_smtp_template_overview_sender.rb +3 -2
  195. data/lib/sib-api-v3-sdk/models/get_smtp_templates.rb +3 -2
  196. data/lib/sib-api-v3-sdk/models/get_sso_token.rb +3 -2
  197. data/lib/sib-api-v3-sdk/models/get_stats_by_browser.rb +3 -2
  198. data/lib/sib-api-v3-sdk/models/get_stats_by_device.rb +3 -2
  199. data/lib/sib-api-v3-sdk/models/get_stats_by_domain.rb +3 -2
  200. data/lib/sib-api-v3-sdk/models/get_transac_aggregated_sms_report.rb +3 -52
  201. data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts.rb +3 -2
  202. data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts_contacts.rb +4 -3
  203. data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts_reason.rb +3 -2
  204. data/lib/sib-api-v3-sdk/models/get_transac_email_content.rb +4 -3
  205. data/lib/sib-api-v3-sdk/models/get_transac_email_content_events.rb +4 -3
  206. data/lib/sib-api-v3-sdk/models/get_transac_emails_list.rb +14 -3
  207. data/lib/sib-api-v3-sdk/models/get_transac_emails_list_transactional_emails.rb +4 -3
  208. data/lib/sib-api-v3-sdk/models/get_transac_sms_report.rb +3 -2
  209. data/lib/sib-api-v3-sdk/models/get_transac_sms_report_reports.rb +3 -52
  210. data/lib/sib-api-v3-sdk/models/get_webhook.rb +5 -4
  211. data/lib/sib-api-v3-sdk/models/get_webhooks.rb +3 -2
  212. data/lib/sib-api-v3-sdk/models/manage_ip.rb +3 -2
  213. data/lib/sib-api-v3-sdk/models/post_contact_info.rb +3 -2
  214. data/lib/sib-api-v3-sdk/models/post_contact_info_contacts.rb +3 -2
  215. data/lib/sib-api-v3-sdk/models/post_send_failed.rb +3 -2
  216. data/lib/sib-api-v3-sdk/models/post_send_sms_test_failed.rb +3 -2
  217. data/lib/sib-api-v3-sdk/models/remaining_credit_model.rb +3 -2
  218. data/lib/sib-api-v3-sdk/models/remaining_credit_model_child.rb +3 -2
  219. data/lib/sib-api-v3-sdk/models/remaining_credit_model_reseller.rb +3 -2
  220. data/lib/sib-api-v3-sdk/models/remove_contact_from_list.rb +3 -2
  221. data/lib/sib-api-v3-sdk/models/remove_credits.rb +3 -2
  222. data/lib/sib-api-v3-sdk/models/request_contact_export.rb +3 -2
  223. data/lib/sib-api-v3-sdk/models/request_contact_export_custom_contact_filter.rb +3 -2
  224. data/lib/sib-api-v3-sdk/models/request_contact_import.rb +3 -2
  225. data/lib/sib-api-v3-sdk/models/request_contact_import_new_list.rb +3 -2
  226. data/lib/sib-api-v3-sdk/models/request_sms_recipient_export.rb +3 -2
  227. data/lib/sib-api-v3-sdk/models/send_email.rb +3 -2
  228. data/lib/sib-api-v3-sdk/models/send_email_attachment.rb +3 -2
  229. data/lib/sib-api-v3-sdk/models/send_report.rb +3 -2
  230. data/lib/sib-api-v3-sdk/models/send_report_email.rb +6 -90
  231. data/lib/sib-api-v3-sdk/models/send_sms.rb +3 -2
  232. data/lib/sib-api-v3-sdk/models/send_smtp_email.rb +18 -10
  233. data/lib/sib-api-v3-sdk/models/send_smtp_email_attachment.rb +3 -2
  234. data/lib/sib-api-v3-sdk/models/send_smtp_email_bcc.rb +3 -2
  235. data/lib/sib-api-v3-sdk/models/send_smtp_email_cc.rb +3 -2
  236. data/lib/sib-api-v3-sdk/models/send_smtp_email_message_versions.rb +247 -0
  237. data/lib/sib-api-v3-sdk/models/send_smtp_email_reply_to.rb +3 -2
  238. data/lib/sib-api-v3-sdk/models/send_smtp_email_reply_to_1.rb +201 -0
  239. data/lib/sib-api-v3-sdk/models/send_smtp_email_sender.rb +7 -11
  240. data/lib/sib-api-v3-sdk/models/send_smtp_email_to.rb +3 -2
  241. data/lib/sib-api-v3-sdk/models/send_smtp_email_to_1.rb +200 -0
  242. data/lib/sib-api-v3-sdk/models/send_template_email.rb +3 -2
  243. data/lib/sib-api-v3-sdk/models/send_test_email.rb +4 -3
  244. data/lib/sib-api-v3-sdk/models/send_test_sms.rb +3 -2
  245. data/lib/sib-api-v3-sdk/models/send_transac_sms.rb +3 -2
  246. data/lib/sib-api-v3-sdk/models/update_attribute.rb +3 -2
  247. data/lib/sib-api-v3-sdk/models/update_attribute_enumeration.rb +3 -2
  248. data/lib/sib-api-v3-sdk/models/update_campaign_status.rb +3 -2
  249. data/lib/sib-api-v3-sdk/models/update_child.rb +3 -2
  250. data/lib/sib-api-v3-sdk/models/update_child_account_status.rb +3 -2
  251. data/lib/sib-api-v3-sdk/models/update_child_domain.rb +3 -2
  252. data/lib/sib-api-v3-sdk/models/update_contact.rb +3 -2
  253. data/lib/sib-api-v3-sdk/models/update_email_campaign.rb +4 -3
  254. data/lib/sib-api-v3-sdk/models/update_email_campaign_recipients.rb +3 -2
  255. data/lib/sib-api-v3-sdk/models/update_email_campaign_sender.rb +3 -2
  256. data/lib/sib-api-v3-sdk/models/update_list.rb +3 -2
  257. data/lib/sib-api-v3-sdk/models/update_sender.rb +3 -2
  258. data/lib/sib-api-v3-sdk/models/update_sms_campaign.rb +4 -3
  259. data/lib/sib-api-v3-sdk/models/update_smtp_template.rb +3 -2
  260. data/lib/sib-api-v3-sdk/models/update_smtp_template_sender.rb +3 -2
  261. data/lib/sib-api-v3-sdk/models/update_webhook.rb +3 -2
  262. data/lib/sib-api-v3-sdk/models/upload_image_to_gallery.rb +3 -2
  263. data/lib/sib-api-v3-sdk/version.rb +2 -2
  264. data/spec/api/account_api_spec.rb +1 -1
  265. data/spec/api/attributes_api_spec.rb +1 -1
  266. data/spec/api/contacts_api_spec.rb +10 -5
  267. data/spec/api/email_campaigns_api_spec.rb +4 -3
  268. data/spec/api/folders_api_spec.rb +3 -1
  269. data/spec/api/lists_api_spec.rb +5 -2
  270. data/spec/api/process_api_spec.rb +2 -1
  271. data/spec/api/reseller_api_spec.rb +1 -1
  272. data/spec/api/senders_api_spec.rb +1 -1
  273. data/spec/api/sms_campaigns_api_spec.rb +4 -3
  274. data/spec/api/transactional_emails_api_spec.rb +45 -3
  275. data/spec/api/transactional_sms_api_spec.rb +3 -1
  276. data/spec/api/webhooks_api_spec.rb +2 -1
  277. data/spec/api_client_spec.rb +18 -1
  278. data/spec/configuration_spec.rb +1 -1
  279. data/spec/models/ab_test_campaign_result_clicked_links_spec.rb +1 -1
  280. data/spec/models/ab_test_campaign_result_spec.rb +1 -1
  281. data/spec/models/ab_test_campaign_result_statistics_spec.rb +1 -1
  282. data/spec/models/ab_test_version_clicks_inner_spec.rb +1 -1
  283. data/spec/models/ab_test_version_clicks_spec.rb +1 -1
  284. data/spec/models/ab_test_version_stats_spec.rb +1 -1
  285. data/spec/models/add_child_domain_spec.rb +1 -1
  286. data/spec/models/add_contact_to_list_spec.rb +1 -1
  287. data/spec/models/add_credits_spec.rb +1 -1
  288. data/spec/models/block_domain_spec.rb +41 -0
  289. data/spec/models/create_attribute_enumeration_spec.rb +1 -1
  290. data/spec/models/create_attribute_spec.rb +1 -1
  291. data/spec/models/create_child_spec.rb +1 -1
  292. data/spec/models/create_contact_spec.rb +1 -1
  293. data/spec/models/create_doi_contact_spec.rb +1 -1
  294. data/spec/models/create_email_campaign_recipients_spec.rb +1 -1
  295. data/spec/models/create_email_campaign_sender_spec.rb +1 -1
  296. data/spec/models/create_email_campaign_spec.rb +1 -1
  297. data/spec/models/create_list_spec.rb +1 -1
  298. data/spec/models/create_model_spec.rb +1 -1
  299. data/spec/models/create_reseller_spec.rb +1 -1
  300. data/spec/models/create_sender_ips_spec.rb +1 -1
  301. data/spec/models/create_sender_model_spec.rb +1 -1
  302. data/spec/models/create_sender_spec.rb +1 -1
  303. data/spec/models/create_sms_campaign_recipients_spec.rb +1 -1
  304. data/spec/models/create_sms_campaign_spec.rb +1 -1
  305. data/spec/models/create_smtp_email_spec.rb +7 -1
  306. data/spec/models/create_smtp_template_sender_spec.rb +1 -1
  307. data/spec/models/create_smtp_template_spec.rb +1 -1
  308. data/spec/models/create_update_contact_model_spec.rb +1 -1
  309. data/spec/models/create_update_folder_spec.rb +1 -1
  310. data/spec/models/create_webhook_spec.rb +1 -1
  311. data/spec/models/created_process_id_spec.rb +1 -1
  312. data/spec/models/delete_hardbounces_spec.rb +1 -1
  313. data/spec/models/email_export_recipients_spec.rb +1 -1
  314. data/spec/models/error_model_spec.rb +1 -1
  315. data/spec/models/get_account_marketing_automation_spec.rb +1 -1
  316. data/spec/models/get_account_plan_spec.rb +1 -1
  317. data/spec/models/get_account_relay_data_spec.rb +1 -1
  318. data/spec/models/get_account_relay_spec.rb +1 -1
  319. data/spec/models/get_account_spec.rb +1 -1
  320. data/spec/models/get_aggregated_report_spec.rb +1 -1
  321. data/spec/models/get_attributes_attributes_spec.rb +1 -1
  322. data/spec/models/get_attributes_enumeration_spec.rb +1 -1
  323. data/spec/models/get_attributes_spec.rb +1 -1
  324. data/spec/models/get_blocked_domains_spec.rb +41 -0
  325. data/spec/models/get_campaign_overview_spec.rb +1 -1
  326. data/spec/models/get_campaign_recipients_spec.rb +1 -1
  327. data/spec/models/get_campaign_stats_spec.rb +1 -1
  328. data/spec/models/get_child_account_creation_status_spec.rb +1 -1
  329. data/spec/models/get_child_domain_spec.rb +1 -1
  330. data/spec/models/get_child_domains_spec.rb +1 -1
  331. data/spec/models/get_child_info_api_keys_spec.rb +1 -1
  332. data/spec/models/get_child_info_api_keys_v2_spec.rb +1 -1
  333. data/spec/models/get_child_info_api_keys_v3_spec.rb +1 -1
  334. data/spec/models/get_child_info_credits_spec.rb +1 -1
  335. data/spec/models/get_child_info_spec.rb +1 -1
  336. data/spec/models/get_child_info_statistics_spec.rb +1 -1
  337. data/spec/models/get_children_list_spec.rb +1 -1
  338. data/spec/models/get_client_spec.rb +1 -1
  339. data/spec/models/get_contact_campaign_stats_clicked_spec.rb +1 -1
  340. data/spec/models/get_contact_campaign_stats_opened_spec.rb +1 -1
  341. data/spec/models/get_contact_campaign_stats_spec.rb +1 -1
  342. data/spec/models/get_contact_campaign_stats_transac_attributes_spec.rb +1 -1
  343. data/spec/models/get_contact_campaign_stats_unsubscriptions_spec.rb +1 -1
  344. data/spec/models/get_contact_details_spec.rb +1 -1
  345. data/spec/models/get_contacts_spec.rb +1 -1
  346. data/spec/models/get_device_browser_stats_spec.rb +1 -1
  347. data/spec/models/get_email_campaign_spec.rb +1 -1
  348. data/spec/models/get_email_campaigns_spec.rb +1 -1
  349. data/spec/models/get_email_event_report_events_spec.rb +8 -2
  350. data/spec/models/get_email_event_report_spec.rb +1 -1
  351. data/spec/models/get_extended_campaign_overview_sender_spec.rb +1 -1
  352. data/spec/models/get_extended_campaign_overview_spec.rb +1 -1
  353. data/spec/models/get_extended_campaign_stats_global_stats_spec.rb +35 -0
  354. data/spec/models/get_extended_campaign_stats_spec.rb +1 -1
  355. data/spec/models/get_extended_client_address_spec.rb +1 -1
  356. data/spec/models/get_extended_client_spec.rb +1 -1
  357. data/spec/models/get_extended_contact_details_spec.rb +1 -1
  358. data/spec/models/get_extended_contact_details_statistics_clicked_spec.rb +1 -1
  359. data/spec/models/get_extended_contact_details_statistics_links_spec.rb +1 -1
  360. data/spec/models/get_extended_contact_details_statistics_messages_sent_spec.rb +1 -1
  361. data/spec/models/get_extended_contact_details_statistics_opened_spec.rb +1 -1
  362. data/spec/models/get_extended_contact_details_statistics_spec.rb +1 -1
  363. data/spec/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription_spec.rb +1 -1
  364. data/spec/models/get_extended_contact_details_statistics_unsubscriptions_spec.rb +1 -1
  365. data/spec/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription_spec.rb +1 -1
  366. data/spec/models/get_extended_list_campaign_stats_spec.rb +1 -1
  367. data/spec/models/get_extended_list_spec.rb +7 -1
  368. data/spec/models/get_folder_lists_spec.rb +1 -1
  369. data/spec/models/get_folder_spec.rb +1 -1
  370. data/spec/models/get_folders_spec.rb +1 -1
  371. data/spec/models/get_ip_from_sender_spec.rb +1 -1
  372. data/spec/models/get_ip_spec.rb +1 -1
  373. data/spec/models/get_ips_from_sender_spec.rb +1 -1
  374. data/spec/models/get_ips_spec.rb +1 -1
  375. data/spec/models/get_list_spec.rb +7 -1
  376. data/spec/models/get_lists_spec.rb +1 -1
  377. data/spec/models/get_process_spec.rb +1 -1
  378. data/spec/models/get_processes_spec.rb +1 -1
  379. data/spec/models/get_reports_reports_spec.rb +1 -1
  380. data/spec/models/get_reports_spec.rb +1 -1
  381. data/spec/models/get_senders_list_ips_spec.rb +1 -1
  382. data/spec/models/get_senders_list_senders_spec.rb +1 -1
  383. data/spec/models/get_senders_list_spec.rb +1 -1
  384. data/spec/models/get_shared_template_url_spec.rb +1 -1
  385. data/spec/models/get_sms_campaign_overview_spec.rb +1 -1
  386. data/spec/models/get_sms_campaign_recipients_spec.rb +35 -0
  387. data/spec/models/get_sms_campaign_spec.rb +1 -1
  388. data/spec/models/get_sms_campaign_stats_spec.rb +1 -1
  389. data/spec/models/get_sms_campaigns_spec.rb +1 -1
  390. data/spec/models/get_sms_event_report_events_spec.rb +1 -1
  391. data/spec/models/get_sms_event_report_spec.rb +1 -1
  392. data/spec/models/get_smtp_template_overview_sender_spec.rb +1 -1
  393. data/spec/models/get_smtp_template_overview_spec.rb +1 -1
  394. data/spec/models/get_smtp_templates_spec.rb +1 -1
  395. data/spec/models/get_sso_token_spec.rb +1 -1
  396. data/spec/models/get_stats_by_browser_spec.rb +1 -1
  397. data/spec/models/get_stats_by_device_spec.rb +1 -1
  398. data/spec/models/get_stats_by_domain_spec.rb +1 -1
  399. data/spec/models/get_transac_aggregated_sms_report_spec.rb +1 -1
  400. data/spec/models/get_transac_blocked_contacts_contacts_spec.rb +1 -1
  401. data/spec/models/get_transac_blocked_contacts_reason_spec.rb +1 -1
  402. data/spec/models/get_transac_blocked_contacts_spec.rb +1 -1
  403. data/spec/models/get_transac_email_content_events_spec.rb +1 -1
  404. data/spec/models/get_transac_email_content_spec.rb +1 -1
  405. data/spec/models/get_transac_emails_list_spec.rb +7 -1
  406. data/spec/models/get_transac_emails_list_transactional_emails_spec.rb +1 -1
  407. data/spec/models/get_transac_sms_report_reports_spec.rb +1 -1
  408. data/spec/models/get_transac_sms_report_spec.rb +1 -1
  409. data/spec/models/get_webhook_spec.rb +1 -1
  410. data/spec/models/get_webhooks_spec.rb +1 -1
  411. data/spec/models/manage_ip_spec.rb +1 -1
  412. data/spec/models/post_contact_info_contacts_spec.rb +1 -1
  413. data/spec/models/post_contact_info_spec.rb +1 -1
  414. data/spec/models/post_send_failed_spec.rb +1 -1
  415. data/spec/models/post_send_sms_test_failed_spec.rb +1 -1
  416. data/spec/models/remaining_credit_model_child_spec.rb +1 -1
  417. data/spec/models/remaining_credit_model_reseller_spec.rb +1 -1
  418. data/spec/models/remaining_credit_model_spec.rb +1 -1
  419. data/spec/models/remove_contact_from_list_spec.rb +1 -1
  420. data/spec/models/remove_credits_spec.rb +1 -1
  421. data/spec/models/request_contact_export_custom_contact_filter_spec.rb +1 -1
  422. data/spec/models/request_contact_export_spec.rb +1 -1
  423. data/spec/models/request_contact_import_new_list_spec.rb +1 -1
  424. data/spec/models/request_contact_import_spec.rb +1 -1
  425. data/spec/models/request_sms_recipient_export_spec.rb +1 -1
  426. data/spec/models/send_email_attachment_spec.rb +1 -1
  427. data/spec/models/send_email_spec.rb +1 -1
  428. data/spec/models/send_report_email_spec.rb +1 -29
  429. data/spec/models/send_report_spec.rb +1 -1
  430. data/spec/models/send_sms_spec.rb +1 -1
  431. data/spec/models/send_smtp_email_attachment_spec.rb +1 -1
  432. data/spec/models/send_smtp_email_bcc_spec.rb +1 -1
  433. data/spec/models/send_smtp_email_cc_spec.rb +1 -1
  434. data/spec/models/send_smtp_email_message_versions_spec.rb +71 -0
  435. data/spec/models/send_smtp_email_reply_to_1_spec.rb +47 -0
  436. data/spec/models/send_smtp_email_reply_to_spec.rb +1 -1
  437. data/spec/models/send_smtp_email_sender_spec.rb +1 -1
  438. data/spec/models/send_smtp_email_spec.rb +7 -1
  439. data/spec/models/send_smtp_email_to_1_spec.rb +47 -0
  440. data/spec/models/send_smtp_email_to_spec.rb +1 -1
  441. data/spec/models/send_template_email_spec.rb +1 -1
  442. data/spec/models/send_test_email_spec.rb +1 -1
  443. data/spec/models/send_test_sms_spec.rb +1 -1
  444. data/spec/models/send_transac_sms_spec.rb +1 -1
  445. data/spec/models/update_attribute_enumeration_spec.rb +1 -1
  446. data/spec/models/update_attribute_spec.rb +1 -1
  447. data/spec/models/update_campaign_status_spec.rb +1 -1
  448. data/spec/models/update_child_account_status_spec.rb +1 -1
  449. data/spec/models/update_child_domain_spec.rb +1 -1
  450. data/spec/models/update_child_spec.rb +1 -1
  451. data/spec/models/update_contact_spec.rb +1 -1
  452. data/spec/models/update_email_campaign_recipients_spec.rb +1 -1
  453. data/spec/models/update_email_campaign_sender_spec.rb +1 -1
  454. data/spec/models/update_email_campaign_spec.rb +1 -1
  455. data/spec/models/update_list_spec.rb +1 -1
  456. data/spec/models/update_sender_spec.rb +1 -1
  457. data/spec/models/update_sms_campaign_spec.rb +1 -1
  458. data/spec/models/update_smtp_template_sender_spec.rb +1 -1
  459. data/spec/models/update_smtp_template_spec.rb +1 -1
  460. data/spec/models/update_webhook_spec.rb +1 -1
  461. data/spec/models/upload_image_to_gallery_spec.rb +1 -1
  462. data/spec/spec_helper.rb +1 -1
  463. metadata +193 -167
  464. data/testfile.rb +0 -23
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -123,7 +123,7 @@ module SibApiV3Sdk
123
123
  return nil unless attributes.is_a?(Hash)
124
124
  self.class.swagger_types.each_pair do |key, type|
125
125
  if type =~ /\AArray<(.*)>/i
126
- # check to ensure the input is an array given that the the attribute
126
+ # check to ensure the input is an array given that the attribute
127
127
  # is documented as an array but the input is not
128
128
  if attributes[self.class.attribute_map[key]].is_a?(Array)
129
129
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -219,5 +219,6 @@ module SibApiV3Sdk
219
219
  value
220
220
  end
221
221
  end
222
+
222
223
  end
223
224
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -134,7 +134,7 @@ module SibApiV3Sdk
134
134
  return nil unless attributes.is_a?(Hash)
135
135
  self.class.swagger_types.each_pair do |key, type|
136
136
  if type =~ /\AArray<(.*)>/i
137
- # check to ensure the input is an array given that the the attribute
137
+ # check to ensure the input is an array given that the attribute
138
138
  # is documented as an array but the input is not
139
139
  if attributes[self.class.attribute_map[key]].is_a?(Array)
140
140
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -230,5 +230,6 @@ module SibApiV3Sdk
230
230
  value
231
231
  end
232
232
  end
233
+
233
234
  end
234
235
  end
@@ -6,63 +6,25 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module SibApiV3Sdk
16
- # Email sending credentials including subject, body, to, cc etc.
16
+ # Custom attributes for the report email.
17
17
  class SendReportEmail
18
- # Subject of the email message
19
- attr_accessor :subject
20
-
21
18
  # Email addresses of the recipients
22
19
  attr_accessor :to
23
20
 
24
- # Type of the message body
25
- attr_accessor :content_type
26
-
27
- # Email addresses of the recipients in bcc
28
- attr_accessor :bcc
29
-
30
- # Email addresses of the recipients in cc
31
- attr_accessor :cc
32
-
33
- # Body of the email message
21
+ # Custom text message to be presented in the report email.
34
22
  attr_accessor :body
35
23
 
36
- class EnumAttributeValidator
37
- attr_reader :datatype
38
- attr_reader :allowable_values
39
-
40
- def initialize(datatype, allowable_values)
41
- @allowable_values = allowable_values.map do |value|
42
- case datatype.to_s
43
- when /Integer/i
44
- value.to_i
45
- when /Float/i
46
- value.to_f
47
- else
48
- value
49
- end
50
- end
51
- end
52
-
53
- def valid?(value)
54
- !value || allowable_values.include?(value)
55
- end
56
- end
57
-
58
24
  # Attribute mapping from ruby-style variable name to JSON key.
59
25
  def self.attribute_map
60
26
  {
61
- :'subject' => :'subject',
62
27
  :'to' => :'to',
63
- :'content_type' => :'contentType',
64
- :'bcc' => :'bcc',
65
- :'cc' => :'cc',
66
28
  :'body' => :'body'
67
29
  }
68
30
  end
@@ -70,11 +32,7 @@ module SibApiV3Sdk
70
32
  # Attribute type mapping.
71
33
  def self.swagger_types
72
34
  {
73
- :'subject' => :'String',
74
35
  :'to' => :'Array<String>',
75
- :'content_type' => :'String',
76
- :'bcc' => :'Array<String>',
77
- :'cc' => :'Array<String>',
78
36
  :'body' => :'String'
79
37
  }
80
38
  end
@@ -87,34 +45,12 @@ module SibApiV3Sdk
87
45
  # convert string to symbol for hash key
88
46
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
89
47
 
90
- if attributes.has_key?(:'subject')
91
- self.subject = attributes[:'subject']
92
- end
93
-
94
48
  if attributes.has_key?(:'to')
95
49
  if (value = attributes[:'to']).is_a?(Array)
96
50
  self.to = value
97
51
  end
98
52
  end
99
53
 
100
- if attributes.has_key?(:'contentType')
101
- self.content_type = attributes[:'contentType']
102
- else
103
- self.content_type = 'html'
104
- end
105
-
106
- if attributes.has_key?(:'bcc')
107
- if (value = attributes[:'bcc']).is_a?(Array)
108
- self.bcc = value
109
- end
110
- end
111
-
112
- if attributes.has_key?(:'cc')
113
- if (value = attributes[:'cc']).is_a?(Array)
114
- self.cc = value
115
- end
116
- end
117
-
118
54
  if attributes.has_key?(:'body')
119
55
  self.body = attributes[:'body']
120
56
  end
@@ -124,10 +60,6 @@ module SibApiV3Sdk
124
60
  # @return Array for valid properties with the reasons
125
61
  def list_invalid_properties
126
62
  invalid_properties = Array.new
127
- if @subject.nil?
128
- invalid_properties.push('invalid value for "subject", subject cannot be nil.')
129
- end
130
-
131
63
  if @to.nil?
132
64
  invalid_properties.push('invalid value for "to", to cannot be nil.')
133
65
  end
@@ -142,34 +74,17 @@ module SibApiV3Sdk
142
74
  # Check to see if the all the properties in the model are valid
143
75
  # @return true if the model is valid
144
76
  def valid?
145
- return false if @subject.nil?
146
77
  return false if @to.nil?
147
- content_type_validator = EnumAttributeValidator.new('String', ['text', 'html'])
148
- return false unless content_type_validator.valid?(@content_type)
149
78
  return false if @body.nil?
150
79
  true
151
80
  end
152
81
 
153
- # Custom attribute writer method checking allowed values (enum).
154
- # @param [Object] content_type Object to be assigned
155
- def content_type=(content_type)
156
- validator = EnumAttributeValidator.new('String', ['text', 'html'])
157
- unless validator.valid?(content_type)
158
- fail ArgumentError, 'invalid value for "content_type", must be one of #{validator.allowable_values}.'
159
- end
160
- @content_type = content_type
161
- end
162
-
163
82
  # Checks equality by comparing each attribute.
164
83
  # @param [Object] Object to be compared
165
84
  def ==(o)
166
85
  return true if self.equal?(o)
167
86
  self.class == o.class &&
168
- subject == o.subject &&
169
87
  to == o.to &&
170
- content_type == o.content_type &&
171
- bcc == o.bcc &&
172
- cc == o.cc &&
173
88
  body == o.body
174
89
  end
175
90
 
@@ -182,7 +97,7 @@ module SibApiV3Sdk
182
97
  # Calculates hash code according to all attributes.
183
98
  # @return [Fixnum] Hash code
184
99
  def hash
185
- [subject, to, content_type, bcc, cc, body].hash
100
+ [to, body].hash
186
101
  end
187
102
 
188
103
  # Builds the object from hash
@@ -192,7 +107,7 @@ module SibApiV3Sdk
192
107
  return nil unless attributes.is_a?(Hash)
193
108
  self.class.swagger_types.each_pair do |key, type|
194
109
  if type =~ /\AArray<(.*)>/i
195
- # check to ensure the input is an array given that the the attribute
110
+ # check to ensure the input is an array given that the attribute
196
111
  # is documented as an array but the input is not
197
112
  if attributes[self.class.attribute_map[key]].is_a?(Array)
198
113
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -288,5 +203,6 @@ module SibApiV3Sdk
288
203
  value
289
204
  end
290
205
  end
206
+
291
207
  end
292
208
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -132,7 +132,7 @@ module SibApiV3Sdk
132
132
  return nil unless attributes.is_a?(Hash)
133
133
  self.class.swagger_types.each_pair do |key, type|
134
134
  if type =~ /\AArray<(.*)>/i
135
- # check to ensure the input is an array given that the the attribute
135
+ # check to ensure the input is an array given that the attribute
136
136
  # is documented as an array but the input is not
137
137
  if attributes[self.class.attribute_map[key]].is_a?(Array)
138
138
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -228,5 +228,6 @@ module SibApiV3Sdk
228
228
  value
229
229
  end
230
230
  end
231
+
231
232
  end
232
233
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -16,7 +16,7 @@ module SibApiV3Sdk
16
16
  class SendSmtpEmail
17
17
  attr_accessor :sender
18
18
 
19
- # List of email addresses and names (optional) of the recipients. For example, [{\"name\":\"Jimmy\", \"email\":\"jimmy98@example.com\"}, {\"name\":\"Joe\", \"email\":\"joe@example.com\"}]
19
+ # Mandatory if messageVersions are not passed, ignored if messageVersions are passed. List of email addresses and names (optional) of the recipients. For example, [{\"name\":\"Jimmy\", \"email\":\"jimmy98@example.com\"}, {\"name\":\"Joe\", \"email\":\"joe@example.com\"}]
20
20
  attr_accessor :to
21
21
 
22
22
  # List of email addresses and names (optional) of the recipients in bcc
@@ -42,12 +42,15 @@ module SibApiV3Sdk
42
42
  # Pass the set of custom headers (not the standard headers) that shall be sent along the mail headers in the original email. 'sender.ip' header can be set (only for dedicated ip users) to mention the IP to be used for sending transactional emails. Headers are allowed in `This-Case-Only` (i.e. words separated by hyphen with first letter of each word in capital letter), they will be converted to such case styling if not in this format in the request payload. For example, `{\"sender.ip\":\"1.2.3.4\", \"X-Mailin-custom\":\"some_custom_header\"}`.
43
43
  attr_accessor :headers
44
44
 
45
- # Id of the template
45
+ # Id of the template. Mandatory if messageVersions are passed
46
46
  attr_accessor :template_id
47
47
 
48
48
  # Pass the set of attributes to customize the template. For example, {\"FNAME\":\"Joe\", \"LNAME\":\"Doe\"}. It's considered only if template is in New Template Language format.
49
49
  attr_accessor :params
50
50
 
51
+ # You can customize and send out multiple versions of a templateId. Some global parameters such as **to(mandatory), bcc, cc, replyTo, subject** can also be customized specific to each version. The size of individual params in all the messageVersions shall not exceed 100 KB limit and that of cumulative params shall not exceed 1000 KB. This feature is currently in its beta version. You can follow this **step-by-step guide** on how to use **messageVersions** to batch send emails - https://developers.sendinblue.com/docs/batch-send-transactional-emails
52
+ attr_accessor :message_versions
53
+
51
54
  # Tag your emails to find them more easily
52
55
  attr_accessor :tags
53
56
 
@@ -66,6 +69,7 @@ module SibApiV3Sdk
66
69
  :'headers' => :'headers',
67
70
  :'template_id' => :'templateId',
68
71
  :'params' => :'params',
72
+ :'message_versions' => :'messageVersions',
69
73
  :'tags' => :'tags'
70
74
  }
71
75
  end
@@ -85,6 +89,7 @@ module SibApiV3Sdk
85
89
  :'headers' => :'Object',
86
90
  :'template_id' => :'Integer',
87
91
  :'params' => :'Object',
92
+ :'message_versions' => :'Array<SendSmtpEmailMessageVersions>',
88
93
  :'tags' => :'Array<String>'
89
94
  }
90
95
  end
@@ -153,6 +158,12 @@ module SibApiV3Sdk
153
158
  self.params = attributes[:'params']
154
159
  end
155
160
 
161
+ if attributes.has_key?(:'messageVersions')
162
+ if (value = attributes[:'messageVersions']).is_a?(Array)
163
+ self.message_versions = value
164
+ end
165
+ end
166
+
156
167
  if attributes.has_key?(:'tags')
157
168
  if (value = attributes[:'tags']).is_a?(Array)
158
169
  self.tags = value
@@ -164,17 +175,12 @@ module SibApiV3Sdk
164
175
  # @return Array for valid properties with the reasons
165
176
  def list_invalid_properties
166
177
  invalid_properties = Array.new
167
- if @to.nil?
168
- invalid_properties.push('invalid value for "to", to cannot be nil.')
169
- end
170
-
171
178
  invalid_properties
172
179
  end
173
180
 
174
181
  # Check to see if the all the properties in the model are valid
175
182
  # @return true if the model is valid
176
183
  def valid?
177
- return false if @to.nil?
178
184
  true
179
185
  end
180
186
 
@@ -195,6 +201,7 @@ module SibApiV3Sdk
195
201
  headers == o.headers &&
196
202
  template_id == o.template_id &&
197
203
  params == o.params &&
204
+ message_versions == o.message_versions &&
198
205
  tags == o.tags
199
206
  end
200
207
 
@@ -207,7 +214,7 @@ module SibApiV3Sdk
207
214
  # Calculates hash code according to all attributes.
208
215
  # @return [Fixnum] Hash code
209
216
  def hash
210
- [sender, to, bcc, cc, html_content, text_content, subject, reply_to, attachment, headers, template_id, params, tags].hash
217
+ [sender, to, bcc, cc, html_content, text_content, subject, reply_to, attachment, headers, template_id, params, message_versions, tags].hash
211
218
  end
212
219
 
213
220
  # Builds the object from hash
@@ -217,7 +224,7 @@ module SibApiV3Sdk
217
224
  return nil unless attributes.is_a?(Hash)
218
225
  self.class.swagger_types.each_pair do |key, type|
219
226
  if type =~ /\AArray<(.*)>/i
220
- # check to ensure the input is an array given that the the attribute
227
+ # check to ensure the input is an array given that the attribute
221
228
  # is documented as an array but the input is not
222
229
  if attributes[self.class.attribute_map[key]].is_a?(Array)
223
230
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -313,5 +320,6 @@ module SibApiV3Sdk
313
320
  value
314
321
  end
315
322
  end
323
+
316
324
  end
317
325
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -119,7 +119,7 @@ module SibApiV3Sdk
119
119
  return nil unless attributes.is_a?(Hash)
120
120
  self.class.swagger_types.each_pair do |key, type|
121
121
  if type =~ /\AArray<(.*)>/i
122
- # check to ensure the input is an array given that the the attribute
122
+ # check to ensure the input is an array given that the attribute
123
123
  # is documented as an array but the input is not
124
124
  if attributes[self.class.attribute_map[key]].is_a?(Array)
125
125
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -215,5 +215,6 @@ module SibApiV3Sdk
215
215
  value
216
216
  end
217
217
  end
218
+
218
219
  end
219
220
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -99,7 +99,7 @@ module SibApiV3Sdk
99
99
  return nil unless attributes.is_a?(Hash)
100
100
  self.class.swagger_types.each_pair do |key, type|
101
101
  if type =~ /\AArray<(.*)>/i
102
- # check to ensure the input is an array given that the the attribute
102
+ # check to ensure the input is an array given that the attribute
103
103
  # is documented as an array but the input is not
104
104
  if attributes[self.class.attribute_map[key]].is_a?(Array)
105
105
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -195,5 +195,6 @@ module SibApiV3Sdk
195
195
  value
196
196
  end
197
197
  end
198
+
198
199
  end
199
200
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 3.0.0
7
7
  Contact: contact@sendinblue.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
9
+ Swagger Codegen version: 2.4.19
10
10
 
11
11
  =end
12
12
 
@@ -99,7 +99,7 @@ module SibApiV3Sdk
99
99
  return nil unless attributes.is_a?(Hash)
100
100
  self.class.swagger_types.each_pair do |key, type|
101
101
  if type =~ /\AArray<(.*)>/i
102
- # check to ensure the input is an array given that the the attribute
102
+ # check to ensure the input is an array given that the attribute
103
103
  # is documented as an array but the input is not
104
104
  if attributes[self.class.attribute_map[key]].is_a?(Array)
105
105
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -195,5 +195,6 @@ module SibApiV3Sdk
195
195
  value
196
196
  end
197
197
  end
198
+
198
199
  end
199
200
  end
@@ -0,0 +1,247 @@
1
+ =begin
2
+ #SendinBlue API
3
+
4
+ #SendinBlue provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/sendinblue **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable |
5
+
6
+ OpenAPI spec version: 3.0.0
7
+ Contact: contact@sendinblue.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.19
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module SibApiV3Sdk
16
+ class SendSmtpEmailMessageVersions
17
+ # List of email addresses and names (_optional_) of the recipients. For example, [{\"name\":\"Jimmy\", \"email\":\"jimmy98@example.com\"}, {\"name\":\"Joe\", \"email\":\"joe@example.com\"}]
18
+ attr_accessor :to
19
+
20
+ # Pass the set of attributes to customize the template. For example, {\"FNAME\":\"Joe\", \"LNAME\":\"Doe\"}. It's considered only if template is in New Template Language format.
21
+ attr_accessor :params
22
+
23
+ # List of email addresses and names (optional) of the recipients in bcc
24
+ attr_accessor :bcc
25
+
26
+ # List of email addresses and names (optional) of the recipients in cc
27
+ attr_accessor :cc
28
+
29
+ attr_accessor :reply_to
30
+
31
+ # Custom subject specific to message version
32
+ attr_accessor :subject
33
+
34
+ # Attribute mapping from ruby-style variable name to JSON key.
35
+ def self.attribute_map
36
+ {
37
+ :'to' => :'to',
38
+ :'params' => :'params',
39
+ :'bcc' => :'bcc',
40
+ :'cc' => :'cc',
41
+ :'reply_to' => :'replyTo',
42
+ :'subject' => :'subject'
43
+ }
44
+ end
45
+
46
+ # Attribute type mapping.
47
+ def self.swagger_types
48
+ {
49
+ :'to' => :'Array<SendSmtpEmailTo1>',
50
+ :'params' => :'Hash<String, Object>',
51
+ :'bcc' => :'Array<SendSmtpEmailBcc>',
52
+ :'cc' => :'Array<SendSmtpEmailCc>',
53
+ :'reply_to' => :'SendSmtpEmailReplyTo1',
54
+ :'subject' => :'String'
55
+ }
56
+ end
57
+
58
+ # Initializes the object
59
+ # @param [Hash] attributes Model attributes in the form of hash
60
+ def initialize(attributes = {})
61
+ return unless attributes.is_a?(Hash)
62
+
63
+ # convert string to symbol for hash key
64
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
65
+
66
+ if attributes.has_key?(:'to')
67
+ if (value = attributes[:'to']).is_a?(Array)
68
+ self.to = value
69
+ end
70
+ end
71
+
72
+ if attributes.has_key?(:'params')
73
+ if (value = attributes[:'params']).is_a?(Hash)
74
+ self.params = value
75
+ end
76
+ end
77
+
78
+ if attributes.has_key?(:'bcc')
79
+ if (value = attributes[:'bcc']).is_a?(Array)
80
+ self.bcc = value
81
+ end
82
+ end
83
+
84
+ if attributes.has_key?(:'cc')
85
+ if (value = attributes[:'cc']).is_a?(Array)
86
+ self.cc = value
87
+ end
88
+ end
89
+
90
+ if attributes.has_key?(:'replyTo')
91
+ self.reply_to = attributes[:'replyTo']
92
+ end
93
+
94
+ if attributes.has_key?(:'subject')
95
+ self.subject = attributes[:'subject']
96
+ end
97
+ end
98
+
99
+ # Show invalid properties with the reasons. Usually used together with valid?
100
+ # @return Array for valid properties with the reasons
101
+ def list_invalid_properties
102
+ invalid_properties = Array.new
103
+ if @to.nil?
104
+ invalid_properties.push('invalid value for "to", to cannot be nil.')
105
+ end
106
+
107
+ invalid_properties
108
+ end
109
+
110
+ # Check to see if the all the properties in the model are valid
111
+ # @return true if the model is valid
112
+ def valid?
113
+ return false if @to.nil?
114
+ true
115
+ end
116
+
117
+ # Checks equality by comparing each attribute.
118
+ # @param [Object] Object to be compared
119
+ def ==(o)
120
+ return true if self.equal?(o)
121
+ self.class == o.class &&
122
+ to == o.to &&
123
+ params == o.params &&
124
+ bcc == o.bcc &&
125
+ cc == o.cc &&
126
+ reply_to == o.reply_to &&
127
+ subject == o.subject
128
+ end
129
+
130
+ # @see the `==` method
131
+ # @param [Object] Object to be compared
132
+ def eql?(o)
133
+ self == o
134
+ end
135
+
136
+ # Calculates hash code according to all attributes.
137
+ # @return [Fixnum] Hash code
138
+ def hash
139
+ [to, params, bcc, cc, reply_to, subject].hash
140
+ end
141
+
142
+ # Builds the object from hash
143
+ # @param [Hash] attributes Model attributes in the form of hash
144
+ # @return [Object] Returns the model itself
145
+ def build_from_hash(attributes)
146
+ return nil unless attributes.is_a?(Hash)
147
+ self.class.swagger_types.each_pair do |key, type|
148
+ if type =~ /\AArray<(.*)>/i
149
+ # check to ensure the input is an array given that the attribute
150
+ # is documented as an array but the input is not
151
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
152
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
153
+ end
154
+ elsif !attributes[self.class.attribute_map[key]].nil?
155
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
156
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
157
+ end
158
+
159
+ self
160
+ end
161
+
162
+ # Deserializes the data based on type
163
+ # @param string type Data type
164
+ # @param string value Value to be deserialized
165
+ # @return [Object] Deserialized data
166
+ def _deserialize(type, value)
167
+ case type.to_sym
168
+ when :DateTime
169
+ DateTime.parse(value)
170
+ when :Date
171
+ Date.parse(value)
172
+ when :String
173
+ value.to_s
174
+ when :Integer
175
+ value.to_i
176
+ when :Float
177
+ value.to_f
178
+ when :BOOLEAN
179
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
180
+ true
181
+ else
182
+ false
183
+ end
184
+ when :Object
185
+ # generic object (usually a Hash), return directly
186
+ value
187
+ when /\AArray<(?<inner_type>.+)>\z/
188
+ inner_type = Regexp.last_match[:inner_type]
189
+ value.map { |v| _deserialize(inner_type, v) }
190
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
191
+ k_type = Regexp.last_match[:k_type]
192
+ v_type = Regexp.last_match[:v_type]
193
+ {}.tap do |hash|
194
+ value.each do |k, v|
195
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
196
+ end
197
+ end
198
+ else # model
199
+ temp_model = SibApiV3Sdk.const_get(type).new
200
+ temp_model.build_from_hash(value)
201
+ end
202
+ end
203
+
204
+ # Returns the string representation of the object
205
+ # @return [String] String presentation of the object
206
+ def to_s
207
+ to_hash.to_s
208
+ end
209
+
210
+ # to_body is an alias to to_hash (backward compatibility)
211
+ # @return [Hash] Returns the object in the form of hash
212
+ def to_body
213
+ to_hash
214
+ end
215
+
216
+ # Returns the object in the form of hash
217
+ # @return [Hash] Returns the object in the form of hash
218
+ def to_hash
219
+ hash = {}
220
+ self.class.attribute_map.each_pair do |attr, param|
221
+ value = self.send(attr)
222
+ next if value.nil?
223
+ hash[param] = _to_hash(value)
224
+ end
225
+ hash
226
+ end
227
+
228
+ # Outputs non-array value in the form of hash
229
+ # For object, use to_hash. Otherwise, just return the value
230
+ # @param [Object] value Any valid value
231
+ # @return [Hash] Returns the value in the form of hash
232
+ def _to_hash(value)
233
+ if value.is_a?(Array)
234
+ value.compact.map { |v| _to_hash(v) }
235
+ elsif value.is_a?(Hash)
236
+ {}.tap do |hash|
237
+ value.each { |k, v| hash[k] = _to_hash(v) }
238
+ end
239
+ elsif value.respond_to? :to_hash
240
+ value.to_hash
241
+ else
242
+ value
243
+ end
244
+ end
245
+
246
+ end
247
+ end