sib-api-v3-sdk 5.2.5 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (470) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/LICENSE.md +1 -1
  4. data/README.md +100 -75
  5. data/docs/AbTestCampaignResult.md +15 -0
  6. data/docs/AbTestCampaignResultClickedLinks.md +9 -0
  7. data/docs/AbTestCampaignResultStatistics.md +13 -0
  8. data/docs/AbTestVersionClicks.md +7 -0
  9. data/docs/AbTestVersionClicksInner.md +10 -0
  10. data/docs/AbTestVersionStats.md +9 -0
  11. data/docs/AccountApi.md +3 -3
  12. data/docs/AddContactToList.md +2 -1
  13. data/docs/AttributesApi.md +18 -18
  14. data/docs/ContactsApi.md +136 -73
  15. data/docs/CreateAttribute.md +1 -1
  16. data/docs/CreateChild.md +1 -0
  17. data/docs/CreateContact.md +2 -2
  18. data/docs/CreateDoiContact.md +13 -0
  19. data/docs/CreateEmailCampaign.md +4 -1
  20. data/docs/CreateEmailCampaignSender.md +1 -0
  21. data/docs/CreateReseller.md +1 -0
  22. data/docs/CreateSender.md +1 -1
  23. data/docs/CreateSmsCampaign.md +1 -1
  24. data/docs/CreateSmtpTemplateSender.md +1 -0
  25. data/docs/CreateWebhook.md +2 -2
  26. data/docs/EmailCampaignsApi.md +202 -25
  27. data/docs/EmailExportRecipients.md +1 -1
  28. data/docs/FoldersApi.md +12 -12
  29. data/docs/GetAggregatedReport.md +13 -13
  30. data/docs/GetCampaignStats.md +1 -0
  31. data/docs/GetChildAccountCreationStatus.md +8 -0
  32. data/docs/GetChildrenList.md +1 -0
  33. data/docs/GetDeviceBrowserStats.md +11 -0
  34. data/docs/GetEmailCampaign.md +1 -0
  35. data/docs/GetExtendedCampaignOverview.md +1 -0
  36. data/docs/GetExtendedCampaignOverviewSender.md +1 -0
  37. data/docs/GetExtendedCampaignStats.md +2 -0
  38. data/docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md +1 -1
  39. data/docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md +1 -1
  40. data/docs/GetSharedTemplateUrl.md +8 -0
  41. data/docs/GetSmtpTemplateOverview.md +1 -0
  42. data/docs/GetSmtpTemplateOverviewSender.md +1 -0
  43. data/docs/GetStatsByBrowser.md +7 -0
  44. data/docs/GetStatsByDevice.md +11 -0
  45. data/docs/GetTransacBlockedContacts.md +9 -0
  46. data/docs/GetTransacBlockedContactsContacts.md +11 -0
  47. data/docs/GetTransacBlockedContactsReason.md +9 -0
  48. data/docs/GetTransacEmailsListTransactionalEmails.md +2 -0
  49. data/docs/ListsApi.md +17 -17
  50. data/docs/PostContactInfoContacts.md +1 -0
  51. data/docs/RemainingCreditModelChild.md +2 -2
  52. data/docs/RemainingCreditModelReseller.md +2 -2
  53. data/docs/RemoveContactFromList.md +3 -2
  54. data/docs/RequestContactExport.md +3 -2
  55. data/docs/RequestContactExportCustomContactFilter.md +13 -0
  56. data/docs/RequestContactImport.md +2 -2
  57. data/docs/RequestSMSRecipientExport.md +1 -1
  58. data/docs/ResellerApi.md +158 -91
  59. data/docs/SMSCampaignsApi.md +24 -24
  60. data/docs/SendEmail.md +3 -3
  61. data/docs/SendReport.md +1 -1
  62. data/docs/SendReportEmail.md +1 -5
  63. data/docs/SendSmtpEmail.md +4 -4
  64. data/docs/SendSmtpEmailBcc.md +1 -1
  65. data/docs/SendSmtpEmailCc.md +1 -1
  66. data/docs/SendSmtpEmailReplyTo.md +1 -1
  67. data/docs/SendSmtpEmailSender.md +2 -1
  68. data/docs/SendSmtpEmailTo.md +1 -1
  69. data/docs/SendTransacSms.md +2 -2
  70. data/docs/SendersApi.md +8 -8
  71. data/docs/{SMTPApi.md → TransactionalEmailsApi.md} +254 -73
  72. data/docs/TransactionalSMSApi.md +17 -17
  73. data/docs/UpdateAttribute.md +1 -1
  74. data/docs/UpdateChildAccountStatus.md +1 -0
  75. data/docs/UpdateContact.md +1 -1
  76. data/docs/UpdateEmailCampaign.md +4 -1
  77. data/docs/UpdateEmailCampaignSender.md +1 -0
  78. data/docs/UpdateSmsCampaign.md +1 -1
  79. data/docs/UpdateSmtpTemplateSender.md +1 -0
  80. data/docs/UpdateWebhook.md +1 -1
  81. data/docs/UploadImageToGallery.md +9 -0
  82. data/docs/WebhooksApi.md +1 -1
  83. data/lib/sib-api-v3-sdk.rb +20 -3
  84. data/lib/sib-api-v3-sdk/api/account_api.rb +8 -11
  85. data/lib/sib-api-v3-sdk/api/attributes_api.rb +23 -35
  86. data/lib/sib-api-v3-sdk/api/contacts_api.rb +203 -220
  87. data/lib/sib-api-v3-sdk/api/email_campaigns_api.rb +204 -73
  88. data/lib/sib-api-v3-sdk/api/folders_api.rb +29 -47
  89. data/lib/sib-api-v3-sdk/api/lists_api.rb +42 -69
  90. data/lib/sib-api-v3-sdk/api/process_api.rb +9 -15
  91. data/lib/sib-api-v3-sdk/api/reseller_api.rb +233 -214
  92. data/lib/sib-api-v3-sdk/api/senders_api.rb +25 -43
  93. data/lib/sib-api-v3-sdk/api/sms_campaigns_api.rb +47 -73
  94. data/lib/sib-api-v3-sdk/api/{smtp_api.rb → transactional_emails_api.rb} +253 -122
  95. data/lib/sib-api-v3-sdk/api/transactional_sms_api.rb +19 -31
  96. data/lib/sib-api-v3-sdk/api/webhooks_api.rb +18 -33
  97. data/lib/sib-api-v3-sdk/api_client.rb +10 -10
  98. data/lib/sib-api-v3-sdk/api_error.rb +2 -2
  99. data/lib/sib-api-v3-sdk/configuration.rb +3 -3
  100. data/lib/sib-api-v3-sdk/models/ab_test_campaign_result.rb +298 -0
  101. data/lib/sib-api-v3-sdk/models/ab_test_campaign_result_clicked_links.rb +202 -0
  102. data/lib/sib-api-v3-sdk/models/ab_test_campaign_result_statistics.rb +258 -0
  103. data/lib/sib-api-v3-sdk/models/ab_test_version_clicks.rb +175 -0
  104. data/lib/sib-api-v3-sdk/models/ab_test_version_clicks_inner.rb +219 -0
  105. data/lib/sib-api-v3-sdk/models/ab_test_version_stats.rb +205 -0
  106. data/lib/sib-api-v3-sdk/models/add_child_domain.rb +7 -12
  107. data/lib/sib-api-v3-sdk/models/add_contact_to_list.rb +22 -15
  108. data/lib/sib-api-v3-sdk/models/add_credits.rb +7 -12
  109. data/lib/sib-api-v3-sdk/models/create_attribute.rb +11 -15
  110. data/lib/sib-api-v3-sdk/models/create_attribute_enumeration.rb +9 -14
  111. data/lib/sib-api-v3-sdk/models/create_child.rb +58 -19
  112. data/lib/sib-api-v3-sdk/models/create_contact.rb +9 -14
  113. data/lib/sib-api-v3-sdk/models/create_doi_contact.rb +258 -0
  114. data/lib/sib-api-v3-sdk/models/create_email_campaign.rb +80 -30
  115. data/lib/sib-api-v3-sdk/models/create_email_campaign_recipients.rb +7 -11
  116. data/lib/sib-api-v3-sdk/models/create_email_campaign_sender.rb +21 -15
  117. data/lib/sib-api-v3-sdk/models/create_list.rb +9 -14
  118. data/lib/sib-api-v3-sdk/models/create_model.rb +8 -13
  119. data/lib/sib-api-v3-sdk/models/create_reseller.rb +20 -15
  120. data/lib/sib-api-v3-sdk/models/create_sender.rb +10 -15
  121. data/lib/sib-api-v3-sdk/models/create_sender_ips.rb +13 -19
  122. data/lib/sib-api-v3-sdk/models/create_sender_model.rb +8 -13
  123. data/lib/sib-api-v3-sdk/models/create_sms_campaign.rb +17 -22
  124. data/lib/sib-api-v3-sdk/models/create_sms_campaign_recipients.rb +8 -13
  125. data/lib/sib-api-v3-sdk/models/create_smtp_email.rb +8 -13
  126. data/lib/sib-api-v3-sdk/models/create_smtp_template.rb +10 -15
  127. data/lib/sib-api-v3-sdk/models/create_smtp_template_sender.rb +21 -15
  128. data/lib/sib-api-v3-sdk/models/create_update_contact_model.rb +7 -12
  129. data/lib/sib-api-v3-sdk/models/create_update_folder.rb +7 -12
  130. data/lib/sib-api-v3-sdk/models/create_webhook.rb +14 -18
  131. data/lib/sib-api-v3-sdk/models/created_process_id.rb +8 -13
  132. data/lib/sib-api-v3-sdk/models/delete_hardbounces.rb +7 -12
  133. data/lib/sib-api-v3-sdk/models/email_export_recipients.rb +12 -16
  134. data/lib/sib-api-v3-sdk/models/error_model.rb +12 -16
  135. data/lib/sib-api-v3-sdk/models/get_account.rb +14 -19
  136. data/lib/sib-api-v3-sdk/models/get_account_marketing_automation.rb +8 -13
  137. data/lib/sib-api-v3-sdk/models/get_account_plan.rb +16 -20
  138. data/lib/sib-api-v3-sdk/models/get_account_relay.rb +9 -13
  139. data/lib/sib-api-v3-sdk/models/get_account_relay_data.rb +10 -14
  140. data/lib/sib-api-v3-sdk/models/get_aggregated_report.rb +7 -77
  141. data/lib/sib-api-v3-sdk/models/get_attributes.rb +8 -13
  142. data/lib/sib-api-v3-sdk/models/get_attributes_attributes.rb +15 -19
  143. data/lib/sib-api-v3-sdk/models/get_attributes_enumeration.rb +9 -14
  144. data/lib/sib-api-v3-sdk/models/get_campaign_overview.rb +17 -21
  145. data/lib/sib-api-v3-sdk/models/get_campaign_recipients.rb +9 -14
  146. data/lib/sib-api-v3-sdk/models/get_campaign_stats.rb +29 -24
  147. data/lib/sib-api-v3-sdk/models/get_child_account_creation_status.rb +189 -0
  148. data/lib/sib-api-v3-sdk/models/get_child_domain.rb +9 -14
  149. data/lib/sib-api-v3-sdk/models/get_child_domains.rb +7 -12
  150. data/lib/sib-api-v3-sdk/models/get_child_info.rb +12 -17
  151. data/lib/sib-api-v3-sdk/models/get_child_info_api_keys.rb +8 -12
  152. data/lib/sib-api-v3-sdk/models/get_child_info_api_keys_v2.rb +9 -14
  153. data/lib/sib-api-v3-sdk/models/get_child_info_api_keys_v3.rb +9 -14
  154. data/lib/sib-api-v3-sdk/models/get_child_info_credits.rb +7 -11
  155. data/lib/sib-api-v3-sdk/models/get_child_info_statistics.rb +7 -11
  156. data/lib/sib-api-v3-sdk/models/get_children_list.rb +24 -14
  157. data/lib/sib-api-v3-sdk/models/get_client.rb +11 -16
  158. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats.rb +7 -11
  159. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_clicked.rb +9 -14
  160. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_opened.rb +11 -16
  161. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_transac_attributes.rb +10 -15
  162. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_unsubscriptions.rb +9 -14
  163. data/lib/sib-api-v3-sdk/models/get_contact_details.rb +15 -20
  164. data/lib/sib-api-v3-sdk/models/get_contacts.rb +9 -14
  165. data/lib/sib-api-v3-sdk/models/get_device_browser_stats.rb +234 -0
  166. data/lib/sib-api-v3-sdk/models/get_email_campaign.rb +40 -34
  167. data/lib/sib-api-v3-sdk/models/get_email_campaigns.rb +8 -13
  168. data/lib/sib-api-v3-sdk/models/get_email_event_report.rb +7 -12
  169. data/lib/sib-api-v3-sdk/models/get_email_event_report_events.rb +14 -18
  170. data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview.rb +40 -34
  171. data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview_sender.rb +19 -14
  172. data/lib/sib-api-v3-sdk/models/get_extended_campaign_stats.rb +45 -20
  173. data/lib/sib-api-v3-sdk/models/get_extended_client.rb +12 -17
  174. data/lib/sib-api-v3-sdk/models/get_extended_client_address.rb +11 -15
  175. data/lib/sib-api-v3-sdk/models/get_extended_contact_details.rb +16 -21
  176. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics.rb +7 -11
  177. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_clicked.rb +9 -14
  178. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_links.rb +11 -16
  179. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_messages_sent.rb +9 -14
  180. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_opened.rb +11 -16
  181. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions.rb +9 -13
  182. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription.rb +8 -18
  183. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription.rb +9 -19
  184. data/lib/sib-api-v3-sdk/models/get_extended_list.rb +13 -18
  185. data/lib/sib-api-v3-sdk/models/get_extended_list_campaign_stats.rb +9 -14
  186. data/lib/sib-api-v3-sdk/models/get_folder.rb +12 -17
  187. data/lib/sib-api-v3-sdk/models/get_folder_lists.rb +9 -14
  188. data/lib/sib-api-v3-sdk/models/get_folders.rb +7 -12
  189. data/lib/sib-api-v3-sdk/models/get_ip.rb +11 -16
  190. data/lib/sib-api-v3-sdk/models/get_ip_from_sender.rb +11 -16
  191. data/lib/sib-api-v3-sdk/models/get_ips.rb +8 -13
  192. data/lib/sib-api-v3-sdk/models/get_ips_from_sender.rb +8 -13
  193. data/lib/sib-api-v3-sdk/models/get_list.rb +11 -16
  194. data/lib/sib-api-v3-sdk/models/get_lists.rb +9 -14
  195. data/lib/sib-api-v3-sdk/models/get_process.rb +13 -17
  196. data/lib/sib-api-v3-sdk/models/get_processes.rb +8 -13
  197. data/lib/sib-api-v3-sdk/models/get_reports.rb +7 -12
  198. data/lib/sib-api-v3-sdk/models/get_reports_reports.rb +20 -25
  199. data/lib/sib-api-v3-sdk/models/get_senders_list.rb +7 -12
  200. data/lib/sib-api-v3-sdk/models/get_senders_list_ips.rb +10 -15
  201. data/lib/sib-api-v3-sdk/models/get_senders_list_senders.rb +11 -16
  202. data/lib/sib-api-v3-sdk/models/get_shared_template_url.rb +189 -0
  203. data/lib/sib-api-v3-sdk/models/get_sms_campaign.rb +20 -24
  204. data/lib/sib-api-v3-sdk/models/get_sms_campaign_overview.rb +18 -22
  205. data/lib/sib-api-v3-sdk/models/get_sms_campaign_stats.rb +14 -19
  206. data/lib/sib-api-v3-sdk/models/get_sms_campaigns.rb +8 -13
  207. data/lib/sib-api-v3-sdk/models/get_sms_event_report.rb +7 -12
  208. data/lib/sib-api-v3-sdk/models/get_sms_event_report_events.rb +14 -18
  209. data/lib/sib-api-v3-sdk/models/get_smtp_template_overview.rb +31 -26
  210. data/lib/sib-api-v3-sdk/models/get_smtp_template_overview_sender.rb +19 -14
  211. data/lib/sib-api-v3-sdk/models/get_smtp_templates.rb +7 -12
  212. data/lib/sib-api-v3-sdk/models/get_sso_token.rb +8 -13
  213. data/lib/sib-api-v3-sdk/models/get_stats_by_browser.rb +174 -0
  214. data/lib/sib-api-v3-sdk/models/get_stats_by_device.rb +222 -0
  215. data/lib/sib-api-v3-sdk/models/get_stats_by_domain.rb +7 -12
  216. data/lib/sib-api-v3-sdk/models/get_transac_aggregated_sms_report.rb +17 -22
  217. data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts.rb +195 -0
  218. data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts_contacts.rb +233 -0
  219. data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts_reason.rb +229 -0
  220. data/lib/sib-api-v3-sdk/models/get_transac_email_content.rb +13 -18
  221. data/lib/sib-api-v3-sdk/models/get_transac_email_content_events.rb +9 -14
  222. data/lib/sib-api-v3-sdk/models/get_transac_emails_list.rb +7 -12
  223. data/lib/sib-api-v3-sdk/models/get_transac_emails_list_transactional_emails.rb +36 -19
  224. data/lib/sib-api-v3-sdk/models/get_transac_sms_report.rb +7 -12
  225. data/lib/sib-api-v3-sdk/models/get_transac_sms_report_reports.rb +17 -22
  226. data/lib/sib-api-v3-sdk/models/get_webhook.rb +17 -21
  227. data/lib/sib-api-v3-sdk/models/get_webhooks.rb +8 -13
  228. data/lib/sib-api-v3-sdk/models/manage_ip.rb +7 -12
  229. data/lib/sib-api-v3-sdk/models/post_contact_info.rb +8 -13
  230. data/lib/sib-api-v3-sdk/models/post_contact_info_contacts.rb +19 -14
  231. data/lib/sib-api-v3-sdk/models/post_send_failed.rb +9 -14
  232. data/lib/sib-api-v3-sdk/models/post_send_sms_test_failed.rb +9 -14
  233. data/lib/sib-api-v3-sdk/models/remaining_credit_model.rb +9 -14
  234. data/lib/sib-api-v3-sdk/models/remaining_credit_model_child.rb +11 -15
  235. data/lib/sib-api-v3-sdk/models/remaining_credit_model_reseller.rb +11 -16
  236. data/lib/sib-api-v3-sdk/models/remove_contact_from_list.rb +22 -15
  237. data/lib/sib-api-v3-sdk/models/remove_credits.rb +7 -12
  238. data/lib/sib-api-v3-sdk/models/request_contact_export.rb +19 -20
  239. data/lib/sib-api-v3-sdk/models/request_contact_export_custom_contact_filter.rb +293 -0
  240. data/lib/sib-api-v3-sdk/models/request_contact_import.rb +9 -14
  241. data/lib/sib-api-v3-sdk/models/request_contact_import_new_list.rb +7 -11
  242. data/lib/sib-api-v3-sdk/models/request_sms_recipient_export.rb +12 -16
  243. data/lib/sib-api-v3-sdk/models/send_email.rb +11 -16
  244. data/lib/sib-api-v3-sdk/models/send_email_attachment.rb +12 -17
  245. data/lib/sib-api-v3-sdk/models/send_report.rb +12 -16
  246. data/lib/sib-api-v3-sdk/models/send_report_email.rb +12 -100
  247. data/lib/sib-api-v3-sdk/models/send_sms.rb +9 -14
  248. data/lib/sib-api-v3-sdk/models/send_smtp_email.rb +12 -17
  249. data/lib/sib-api-v3-sdk/models/send_smtp_email_attachment.rb +9 -15
  250. data/lib/sib-api-v3-sdk/models/send_smtp_email_bcc.rb +9 -14
  251. data/lib/sib-api-v3-sdk/models/send_smtp_email_cc.rb +9 -14
  252. data/lib/sib-api-v3-sdk/models/send_smtp_email_reply_to.rb +10 -14
  253. data/lib/sib-api-v3-sdk/models/send_smtp_email_sender.rb +22 -16
  254. data/lib/sib-api-v3-sdk/models/send_smtp_email_to.rb +9 -14
  255. data/lib/sib-api-v3-sdk/models/send_template_email.rb +8 -13
  256. data/lib/sib-api-v3-sdk/models/send_test_email.rb +7 -12
  257. data/lib/sib-api-v3-sdk/models/send_test_sms.rb +7 -12
  258. data/lib/sib-api-v3-sdk/models/send_transac_sms.rb +21 -25
  259. data/lib/sib-api-v3-sdk/models/update_attribute.rb +8 -13
  260. data/lib/sib-api-v3-sdk/models/update_attribute_enumeration.rb +9 -14
  261. data/lib/sib-api-v3-sdk/models/update_campaign_status.rb +10 -13
  262. data/lib/sib-api-v3-sdk/models/update_child.rb +7 -12
  263. data/lib/sib-api-v3-sdk/models/update_child_account_status.rb +19 -14
  264. data/lib/sib-api-v3-sdk/models/update_child_domain.rb +7 -12
  265. data/lib/sib-api-v3-sdk/models/update_contact.rb +8 -13
  266. data/lib/sib-api-v3-sdk/models/update_email_campaign.rb +78 -28
  267. data/lib/sib-api-v3-sdk/models/update_email_campaign_recipients.rb +7 -11
  268. data/lib/sib-api-v3-sdk/models/update_email_campaign_sender.rb +20 -14
  269. data/lib/sib-api-v3-sdk/models/update_list.rb +7 -12
  270. data/lib/sib-api-v3-sdk/models/update_sender.rb +7 -12
  271. data/lib/sib-api-v3-sdk/models/update_sms_campaign.rb +13 -19
  272. data/lib/sib-api-v3-sdk/models/update_smtp_template.rb +7 -12
  273. data/lib/sib-api-v3-sdk/models/update_smtp_template_sender.rb +20 -14
  274. data/lib/sib-api-v3-sdk/models/update_webhook.rb +8 -12
  275. data/lib/sib-api-v3-sdk/models/upload_image_to_gallery.rb +199 -0
  276. data/lib/sib-api-v3-sdk/version.rb +3 -3
  277. data/sib-api-v3-sdk.gemspec +5 -5
  278. data/spec/api/account_api_spec.rb +4 -5
  279. data/spec/api/attributes_api_spec.rb +10 -14
  280. data/spec/api/contacts_api_spec.rb +62 -73
  281. data/spec/api/email_campaigns_api_spec.rb +54 -28
  282. data/spec/api/folders_api_spec.rb +12 -18
  283. data/spec/api/lists_api_spec.rb +17 -26
  284. data/spec/api/process_api_spec.rb +4 -6
  285. data/spec/api/reseller_api_spec.rb +53 -54
  286. data/spec/api/senders_api_spec.rb +10 -16
  287. data/spec/api/sms_campaigns_api_spec.rb +19 -27
  288. data/spec/api/{smtp_api_spec.rb → transactional_emails_api_spec.rb} +65 -39
  289. data/spec/api/transactional_sms_api_spec.rb +8 -12
  290. data/spec/api/webhooks_api_spec.rb +7 -12
  291. data/spec/api_client_spec.rb +36 -36
  292. data/spec/configuration_spec.rb +10 -10
  293. data/spec/models/ab_test_campaign_result_clicked_links_spec.rb +47 -0
  294. data/spec/models/ab_test_campaign_result_spec.rb +91 -0
  295. data/spec/models/ab_test_campaign_result_statistics_spec.rb +71 -0
  296. data/spec/models/ab_test_version_clicks_inner_spec.rb +53 -0
  297. data/spec/models/ab_test_version_clicks_spec.rb +35 -0
  298. data/spec/models/ab_test_version_stats_spec.rb +47 -0
  299. data/spec/models/add_child_domain_spec.rb +3 -4
  300. data/spec/models/add_contact_to_list_spec.rb +9 -4
  301. data/spec/models/add_credits_spec.rb +4 -5
  302. data/spec/models/create_attribute_enumeration_spec.rb +4 -5
  303. data/spec/models/create_attribute_spec.rb +9 -10
  304. data/spec/models/create_child_spec.rb +17 -8
  305. data/spec/models/create_contact_spec.rb +9 -10
  306. data/spec/models/create_doi_contact_spec.rb +71 -0
  307. data/spec/models/create_email_campaign_recipients_spec.rb +4 -5
  308. data/spec/models/create_email_campaign_sender_spec.rb +10 -5
  309. data/spec/models/create_email_campaign_spec.rb +49 -32
  310. data/spec/models/create_list_spec.rb +4 -5
  311. data/spec/models/create_model_spec.rb +3 -4
  312. data/spec/models/create_reseller_spec.rb +9 -4
  313. data/spec/models/create_sender_ips_spec.rb +5 -6
  314. data/spec/models/create_sender_model_spec.rb +5 -6
  315. data/spec/models/create_sender_spec.rb +5 -6
  316. data/spec/models/create_sms_campaign_recipients_spec.rb +4 -5
  317. data/spec/models/create_sms_campaign_spec.rb +7 -8
  318. data/spec/models/create_smtp_email_spec.rb +3 -4
  319. data/spec/models/create_smtp_template_sender_spec.rb +10 -5
  320. data/spec/models/create_smtp_template_spec.rb +12 -13
  321. data/spec/models/create_update_contact_model_spec.rb +3 -4
  322. data/spec/models/create_update_folder_spec.rb +3 -4
  323. data/spec/models/create_webhook_spec.rb +14 -15
  324. data/spec/models/created_process_id_spec.rb +3 -4
  325. data/spec/models/delete_hardbounces_spec.rb +5 -6
  326. data/spec/models/email_export_recipients_spec.rb +8 -9
  327. data/spec/models/error_model_spec.rb +8 -9
  328. data/spec/models/get_account_marketing_automation_spec.rb +4 -5
  329. data/spec/models/get_account_plan_spec.rb +16 -17
  330. data/spec/models/get_account_relay_data_spec.rb +5 -6
  331. data/spec/models/get_account_relay_spec.rb +4 -5
  332. data/spec/models/get_account_spec.rb +10 -11
  333. data/spec/models/get_aggregated_report_spec.rb +15 -16
  334. data/spec/models/get_attributes_attributes_spec.rb +15 -16
  335. data/spec/models/get_attributes_enumeration_spec.rb +4 -5
  336. data/spec/models/get_attributes_spec.rb +3 -4
  337. data/spec/models/get_campaign_overview_spec.rb +23 -24
  338. data/spec/models/get_campaign_recipients_spec.rb +4 -5
  339. data/spec/models/get_campaign_stats_spec.rb +20 -15
  340. data/spec/models/get_child_account_creation_status_spec.rb +41 -0
  341. data/spec/models/get_child_domain_spec.rb +4 -5
  342. data/spec/models/get_child_domains_spec.rb +2 -3
  343. data/spec/models/get_child_info_api_keys_spec.rb +4 -5
  344. data/spec/models/get_child_info_api_keys_v2_spec.rb +4 -5
  345. data/spec/models/get_child_info_api_keys_v3_spec.rb +4 -5
  346. data/spec/models/get_child_info_credits_spec.rb +4 -5
  347. data/spec/models/get_child_info_spec.rb +11 -12
  348. data/spec/models/get_child_info_statistics_spec.rb +5 -6
  349. data/spec/models/get_children_list_spec.rb +9 -4
  350. data/spec/models/get_client_spec.rb +6 -7
  351. data/spec/models/get_contact_campaign_stats_clicked_spec.rb +4 -5
  352. data/spec/models/get_contact_campaign_stats_opened_spec.rb +6 -7
  353. data/spec/models/get_contact_campaign_stats_spec.rb +10 -11
  354. data/spec/models/get_contact_campaign_stats_transac_attributes_spec.rb +5 -6
  355. data/spec/models/get_contact_campaign_stats_unsubscriptions_spec.rb +4 -5
  356. data/spec/models/get_contact_details_spec.rb +11 -12
  357. data/spec/models/get_contacts_spec.rb +4 -5
  358. data/spec/models/get_device_browser_stats_spec.rb +59 -0
  359. data/spec/models/get_email_campaign_spec.rb +46 -41
  360. data/spec/models/get_email_campaigns_spec.rb +4 -5
  361. data/spec/models/get_email_event_report_events_spec.rb +16 -17
  362. data/spec/models/get_email_event_report_spec.rb +3 -4
  363. data/spec/models/get_extended_campaign_overview_sender_spec.rb +10 -5
  364. data/spec/models/get_extended_campaign_overview_spec.rb +44 -39
  365. data/spec/models/get_extended_campaign_stats_spec.rb +20 -9
  366. data/spec/models/get_extended_client_address_spec.rb +6 -7
  367. data/spec/models/get_extended_client_spec.rb +7 -8
  368. data/spec/models/get_extended_contact_details_spec.rb +12 -13
  369. data/spec/models/get_extended_contact_details_statistics_clicked_spec.rb +4 -5
  370. data/spec/models/get_extended_contact_details_statistics_links_spec.rb +6 -7
  371. data/spec/models/get_extended_contact_details_statistics_messages_sent_spec.rb +4 -5
  372. data/spec/models/get_extended_contact_details_statistics_opened_spec.rb +6 -7
  373. data/spec/models/get_extended_contact_details_statistics_spec.rb +10 -11
  374. data/spec/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription_spec.rb +4 -5
  375. data/spec/models/get_extended_contact_details_statistics_unsubscriptions_spec.rb +4 -5
  376. data/spec/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription_spec.rb +5 -6
  377. data/spec/models/get_extended_list_campaign_stats_spec.rb +4 -5
  378. data/spec/models/get_extended_list_spec.rb +10 -11
  379. data/spec/models/get_folder_lists_spec.rb +4 -5
  380. data/spec/models/get_folder_spec.rb +7 -8
  381. data/spec/models/get_folders_spec.rb +4 -5
  382. data/spec/models/get_ip_from_sender_spec.rb +6 -7
  383. data/spec/models/get_ip_spec.rb +6 -7
  384. data/spec/models/get_ips_from_sender_spec.rb +3 -4
  385. data/spec/models/get_ips_spec.rb +3 -4
  386. data/spec/models/get_list_spec.rb +6 -7
  387. data/spec/models/get_lists_spec.rb +4 -5
  388. data/spec/models/get_process_spec.rb +10 -11
  389. data/spec/models/get_processes_spec.rb +4 -5
  390. data/spec/models/get_reports_reports_spec.rb +15 -16
  391. data/spec/models/get_reports_spec.rb +3 -4
  392. data/spec/models/get_senders_list_ips_spec.rb +5 -6
  393. data/spec/models/get_senders_list_senders_spec.rb +7 -8
  394. data/spec/models/get_senders_list_spec.rb +3 -4
  395. data/spec/models/get_shared_template_url_spec.rb +41 -0
  396. data/spec/models/get_sms_campaign_overview_spec.rb +14 -15
  397. data/spec/models/get_sms_campaign_spec.rb +16 -17
  398. data/spec/models/get_sms_campaign_stats_spec.rb +9 -10
  399. data/spec/models/get_sms_campaigns_spec.rb +4 -5
  400. data/spec/models/get_sms_event_report_events_spec.rb +13 -14
  401. data/spec/models/get_sms_event_report_spec.rb +3 -4
  402. data/spec/models/get_smtp_template_overview_sender_spec.rb +10 -5
  403. data/spec/models/get_smtp_template_overview_spec.rb +20 -15
  404. data/spec/models/get_smtp_templates_spec.rb +4 -5
  405. data/spec/models/get_sso_token_spec.rb +3 -4
  406. data/spec/models/get_stats_by_browser_spec.rb +35 -0
  407. data/spec/models/get_stats_by_device_spec.rb +59 -0
  408. data/spec/models/get_stats_by_domain_spec.rb +2 -3
  409. data/spec/models/get_transac_aggregated_sms_report_spec.rb +12 -13
  410. data/spec/models/get_transac_blocked_contacts_contacts_spec.rb +59 -0
  411. data/spec/models/get_transac_blocked_contacts_reason_spec.rb +51 -0
  412. data/spec/models/get_transac_blocked_contacts_spec.rb +47 -0
  413. data/spec/models/get_transac_email_content_events_spec.rb +4 -5
  414. data/spec/models/get_transac_email_content_spec.rb +9 -10
  415. data/spec/models/get_transac_emails_list_spec.rb +3 -4
  416. data/spec/models/get_transac_emails_list_transactional_emails_spec.rb +20 -9
  417. data/spec/models/get_transac_sms_report_reports_spec.rb +12 -13
  418. data/spec/models/get_transac_sms_report_spec.rb +3 -4
  419. data/spec/models/get_webhook_spec.rb +13 -14
  420. data/spec/models/get_webhooks_spec.rb +3 -4
  421. data/spec/models/manage_ip_spec.rb +3 -4
  422. data/spec/models/post_contact_info_contacts_spec.rb +11 -6
  423. data/spec/models/post_contact_info_spec.rb +3 -4
  424. data/spec/models/post_send_failed_spec.rb +7 -8
  425. data/spec/models/post_send_sms_test_failed_spec.rb +6 -7
  426. data/spec/models/remaining_credit_model_child_spec.rb +4 -5
  427. data/spec/models/remaining_credit_model_reseller_spec.rb +4 -5
  428. data/spec/models/remaining_credit_model_spec.rb +4 -5
  429. data/spec/models/remove_contact_from_list_spec.rb +10 -5
  430. data/spec/models/remove_credits_spec.rb +4 -5
  431. data/spec/models/request_contact_export_custom_contact_filter_spec.rb +83 -0
  432. data/spec/models/request_contact_export_spec.rb +11 -6
  433. data/spec/models/request_contact_import_new_list_spec.rb +4 -5
  434. data/spec/models/request_contact_import_spec.rb +11 -12
  435. data/spec/models/request_sms_recipient_export_spec.rb +8 -9
  436. data/spec/models/send_email_attachment_spec.rb +4 -5
  437. data/spec/models/send_email_spec.rb +11 -12
  438. data/spec/models/send_report_email_spec.rb +4 -33
  439. data/spec/models/send_report_spec.rb +8 -9
  440. data/spec/models/send_sms_spec.rb +7 -8
  441. data/spec/models/send_smtp_email_attachment_spec.rb +5 -6
  442. data/spec/models/send_smtp_email_bcc_spec.rb +4 -5
  443. data/spec/models/send_smtp_email_cc_spec.rb +4 -5
  444. data/spec/models/send_smtp_email_reply_to_spec.rb +4 -5
  445. data/spec/models/send_smtp_email_sender_spec.rb +10 -5
  446. data/spec/models/send_smtp_email_spec.rb +15 -16
  447. data/spec/models/send_smtp_email_to_spec.rb +4 -5
  448. data/spec/models/send_template_email_spec.rb +3 -4
  449. data/spec/models/send_test_email_spec.rb +3 -4
  450. data/spec/models/send_test_sms_spec.rb +3 -4
  451. data/spec/models/send_transac_sms_spec.rb +12 -13
  452. data/spec/models/update_attribute_enumeration_spec.rb +4 -5
  453. data/spec/models/update_attribute_spec.rb +4 -5
  454. data/spec/models/update_campaign_status_spec.rb +7 -8
  455. data/spec/models/update_child_account_status_spec.rb +11 -6
  456. data/spec/models/update_child_domain_spec.rb +3 -4
  457. data/spec/models/update_child_spec.rb +7 -8
  458. data/spec/models/update_contact_spec.rb +8 -9
  459. data/spec/models/update_email_campaign_recipients_spec.rb +4 -5
  460. data/spec/models/update_email_campaign_sender_spec.rb +10 -5
  461. data/spec/models/update_email_campaign_spec.rb +49 -32
  462. data/spec/models/update_list_spec.rb +4 -5
  463. data/spec/models/update_sender_spec.rb +5 -6
  464. data/spec/models/update_sms_campaign_spec.rb +7 -8
  465. data/spec/models/update_smtp_template_sender_spec.rb +10 -5
  466. data/spec/models/update_smtp_template_spec.rb +12 -13
  467. data/spec/models/update_webhook_spec.rb +9 -10
  468. data/spec/models/upload_image_to_gallery_spec.rb +47 -0
  469. data/spec/spec_helper.rb +2 -2
  470. metadata +78 -10
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **sms** | **Integer** | SMS Credits remaining for reseller account |
7
- **email** | **Integer** | Email Credits remaining for reseller account |
6
+ **sms** | **Float** | SMS Credits remaining for reseller account |
7
+ **email** | **Float** | Email Credits remaining for reseller account |
8
8
 
9
9
 
@@ -3,7 +3,8 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **emails** | **Array<String>** | Required if 'all' is false. Emails to remove from a list | [optional]
7
- **all** | **BOOLEAN** | Required if 'emails' is empty. Remove all existing contacts from a list | [optional]
6
+ **emails** | **Array<String>** | Required if 'all' is false. Emails to remove from a list. You can pass a maximum of 150 emails for removal in one request. | [optional]
7
+ **ids** | **Array<Integer>** | Mandatory if Emails are not passed, ignored otherwise. Emails to add to a list. You can pass a maximum of 150 emails for addition in one request. If you need to add the emails in bulk, please prefer /contacts/import api. | [optional]
8
+ **all** | **BOOLEAN** | Required if none of 'emails' or 'ids' are passed. Remove all existing contacts from a list. A process will be created in this scenario. You can fetch the process details to know about the progress | [optional]
8
9
 
9
10
 
@@ -4,7 +4,8 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **export_attributes** | **Array<String>** | List of all the attributes that you want to export. These attributes must be present in your contact database. For example, ['fname', 'lname', 'email']. | [optional]
7
- **contact_filter** | **Object** | Set the filter for the contacts to be exported. For example, {'blacklisted':true} will export all the blacklisted contacts. |
8
- **notify_url** | **String** | Webhook that will be called once the export process is finished | [optional]
7
+ **contact_filter** | **Object** | This attribute has been deprecated and will be removed by January 1st, 2021. Only one of the two filter options (contactFilter or customContactFilter) can be passed in the request. Set the filter for the contacts to be exported. For example, {\"blacklisted\":true} will export all the blacklisted contacts. | [optional]
8
+ **custom_contact_filter** | [**RequestContactExportCustomContactFilter**](RequestContactExportCustomContactFilter.md) | | [optional]
9
+ **notify_url** | **String** | Webhook that will be called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 | [optional]
9
10
 
10
11
 
@@ -0,0 +1,13 @@
1
+ # SibApiV3Sdk::RequestContactExportCustomContactFilter
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **action_for_contacts** | **String** | Mandatory if neither actionForEmailCampaigns nor actionForSmsCampaigns is passed. This will export the contacts on the basis of provided action applied on contacts as per the list id. * allContacts - Fetch the list of all contacts for a particular list. * subscribed & unsubscribed - Fetch the list of subscribed / unsubscribed (blacklisted via any means) contacts for a particular list. * unsubscribedPerList - Fetch the list of contacts that are unsubscribed from a particular list only. | [optional]
7
+ **action_for_email_campaigns** | **String** | Mandatory if neither actionForContacts nor actionForSmsCampaigns is passed. This will export the contacts on the basis of provided action applied on email campaigns. * openers & nonOpeners - emailCampaignId is mandatory. Fetch the list of readers / non-readers for a particular email campaign. * clickers & nonClickers - emailCampaignId is mandatory. Fetch the list of clickers / non-clickers for a particular email campaign. * unsubscribed - emailCampaignId is mandatory. Fetch the list of all unsubscribed (blacklisted via any means) contacts for a particular email campaign. * hardBounces & softBounces - emailCampaignId is optional. Fetch the list of hard bounces / soft bounces for a particular / all email campaign(s). | [optional]
8
+ **action_for_sms_campaigns** | **String** | Mandatory if neither actionForContacts nor actionForEmailCampaigns is passed. This will export the contacts on the basis of provided action applied on sms campaigns. * unsubscribed - Fetch the list of all unsubscribed (blacklisted via any means) contacts for all / particular sms campaigns. * hardBounces & softBounces - Fetch the list of hard bounces / soft bounces for all / particular sms campaigns. | [optional]
9
+ **list_id** | **Integer** | Mandatory if actionForContacts is passed, ignored otherwise. Id of the list for which the corresponding action shall be applied in the filter. | [optional]
10
+ **email_campaign_id** | **Integer** | Considered only if actionForEmailCampaigns is passed, ignored otherwise. Mandatory if action is one of the following - openers, nonOpeners, clickers, nonClickers, unsubscribed. The id of the email campaign for which the corresponding action shall be applied in the filter. | [optional]
11
+ **sms_campaign_id** | **Integer** | Considered only if actionForSmsCampaigns is passed, ignored otherwise. The id of sms campaign for which the corresponding action shall be applied in the filter. | [optional]
12
+
13
+
@@ -4,9 +4,9 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **file_url** | **String** | Mandatory if fileBody is not defined. URL of the file to be imported (no local file). Possible file formats: .txt, .csv | [optional]
7
- **file_body** | **String** | Mandatory if fileUrl is not defined. CSV content to be imported. Use semicolon to separate multiple attributes | [optional]
7
+ **file_body** | **String** | Mandatory if fileUrl is not defined. CSV content to be imported. Use semicolon to separate multiple attributes. Maximum allowed file body size is 10MB . However we recommend a safe limit of around 8 MB to avoid the issues caused due to increase of file body size while parsing. Please use fileUrl instead to import bigger files. | [optional]
8
8
  **list_ids** | **Array<Integer>** | Mandatory if newList is not defined. Ids of the lists in which the contacts shall be imported. For example, [2, 4, 7]. | [optional]
9
- **notify_url** | **String** | URL that will be called once the export process is finished | [optional]
9
+ **notify_url** | **String** | URL that will be called once the import process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 | [optional]
10
10
  **new_list** | [**RequestContactImportNewList**](RequestContactImportNewList.md) | | [optional]
11
11
  **email_blacklist** | **BOOLEAN** | To blacklist all the contacts for email | [optional] [default to false]
12
12
  **sms_blacklist** | **BOOLEAN** | To blacklist all the contacts for sms | [optional] [default to false]
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **notify_url** | **String** | URL that will be called once the export process is finished | [optional]
6
+ **notify_url** | **String** | URL that will be called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 | [optional]
7
7
  **recipients_type** | **String** | Filter the recipients based on how they interacted with the campaign |
8
8
 
9
9
 
@@ -4,25 +4,26 @@ All URIs are relative to *https://api.sendinblue.com/v3*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**add_credits**](ResellerApi.md#add_credits) | **POST** /reseller/children/{childAuthKey}/credits/add | Add Email and/or SMS credits to a specific child account
8
- [**associate_ip_to_child**](ResellerApi.md#associate_ip_to_child) | **POST** /reseller/children/{childAuthKey}/ips/associate | Associate a dedicated IP to the child
9
- [**create_child_domain**](ResellerApi.md#create_child_domain) | **POST** /reseller/children/{childAuthKey}/domains | Creates a domain for a child account
7
+ [**add_credits**](ResellerApi.md#add_credits) | **POST** /reseller/children/{childIdentifier}/credits/add | Add Email and/or SMS credits to a specific child account
8
+ [**associate_ip_to_child**](ResellerApi.md#associate_ip_to_child) | **POST** /reseller/children/{childIdentifier}/ips/associate | Associate a dedicated IP to the child
9
+ [**create_child_domain**](ResellerApi.md#create_child_domain) | **POST** /reseller/children/{childIdentifier}/domains | Create a domain for a child account
10
10
  [**create_reseller_child**](ResellerApi.md#create_reseller_child) | **POST** /reseller/children | Creates a reseller child
11
- [**delete_child_domain**](ResellerApi.md#delete_child_domain) | **DELETE** /reseller/children/{childAuthKey}/domains/{domainName} | Deletes the sender domain of the reseller child based on the childAuthKey and domainName passed
12
- [**delete_reseller_child**](ResellerApi.md#delete_reseller_child) | **DELETE** /reseller/children/{childAuthKey} | Deletes a single reseller child based on the childAuthKey supplied
13
- [**dissociate_ip_from_child**](ResellerApi.md#dissociate_ip_from_child) | **POST** /reseller/children/{childAuthKey}/ips/dissociate | Dissociate a dedicated IP to the child
14
- [**get_child_domains**](ResellerApi.md#get_child_domains) | **GET** /reseller/children/{childAuthKey}/domains | Gets all the sender domains of a specific child account
15
- [**get_child_info**](ResellerApi.md#get_child_info) | **GET** /reseller/children/{childAuthKey} | Gets the info about a specific child account
16
- [**get_reseller_childs**](ResellerApi.md#get_reseller_childs) | **GET** /reseller/children | Gets the list of all reseller's children accounts
17
- [**get_sso_token**](ResellerApi.md#get_sso_token) | **GET** /reseller/children/{childAuthKey}/auth | Get session token to access Sendinblue (SSO)
18
- [**remove_credits**](ResellerApi.md#remove_credits) | **POST** /reseller/children/{childAuthKey}/credits/remove | Remove Email and/or SMS credits from a specific child account
19
- [**update_child_account_status**](ResellerApi.md#update_child_account_status) | **PUT** /reseller/children/{childAuthKey}/accountStatus | Updates infos of reseller's child account status based on the childAuthKey supplied
20
- [**update_child_domain**](ResellerApi.md#update_child_domain) | **PUT** /reseller/children/{childAuthKey}/domains/{domainName} | Updates the sender domain of reseller's child based on the childAuthKey and domainName passed
21
- [**update_reseller_child**](ResellerApi.md#update_reseller_child) | **PUT** /reseller/children/{childAuthKey} | Updates infos of reseller's child based on the childAuthKey supplied
11
+ [**delete_child_domain**](ResellerApi.md#delete_child_domain) | **DELETE** /reseller/children/{childIdentifier}/domains/{domainName} | Delete the sender domain of the reseller child based on the childIdentifier and domainName passed
12
+ [**delete_reseller_child**](ResellerApi.md#delete_reseller_child) | **DELETE** /reseller/children/{childIdentifier} | Delete a single reseller child based on the child identifier supplied
13
+ [**dissociate_ip_from_child**](ResellerApi.md#dissociate_ip_from_child) | **POST** /reseller/children/{childIdentifier}/ips/dissociate | Dissociate a dedicated IP to the child
14
+ [**get_child_account_creation_status**](ResellerApi.md#get_child_account_creation_status) | **GET** /reseller/children/{childIdentifier}/accountCreationStatus | Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied
15
+ [**get_child_domains**](ResellerApi.md#get_child_domains) | **GET** /reseller/children/{childIdentifier}/domains | Get all sender domains for a specific child account
16
+ [**get_child_info**](ResellerApi.md#get_child_info) | **GET** /reseller/children/{childIdentifier} | Get a child account's details
17
+ [**get_reseller_childs**](ResellerApi.md#get_reseller_childs) | **GET** /reseller/children | Get the list of all children accounts
18
+ [**get_sso_token**](ResellerApi.md#get_sso_token) | **GET** /reseller/children/{childIdentifier}/auth | Get session token to access Sendinblue (SSO)
19
+ [**remove_credits**](ResellerApi.md#remove_credits) | **POST** /reseller/children/{childIdentifier}/credits/remove | Remove Email and/or SMS credits from a specific child account
20
+ [**update_child_account_status**](ResellerApi.md#update_child_account_status) | **PUT** /reseller/children/{childIdentifier}/accountStatus | Update info of reseller's child account status based on the childIdentifier supplied
21
+ [**update_child_domain**](ResellerApi.md#update_child_domain) | **PUT** /reseller/children/{childIdentifier}/domains/{domainName} | Update the sender domain of reseller's child based on the childIdentifier and domainName passed
22
+ [**update_reseller_child**](ResellerApi.md#update_reseller_child) | **PUT** /reseller/children/{childIdentifier} | Update info of reseller's child based on the child identifier supplied
22
23
 
23
24
 
24
25
  # **add_credits**
25
- > RemainingCreditModel add_credits(child_auth_key, add_credits)
26
+ > RemainingCreditModel add_credits(child_identifier, add_credits)
26
27
 
27
28
  Add Email and/or SMS credits to a specific child account
28
29
 
@@ -45,14 +46,14 @@ end
45
46
 
46
47
  api_instance = SibApiV3Sdk::ResellerApi.new
47
48
 
48
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
49
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
49
50
 
50
51
  add_credits = SibApiV3Sdk::AddCredits.new # AddCredits | Values to post to add credit to a specific child account
51
52
 
52
53
 
53
54
  begin
54
55
  #Add Email and/or SMS credits to a specific child account
55
- result = api_instance.add_credits(child_auth_key, add_credits)
56
+ result = api_instance.add_credits(child_identifier, add_credits)
56
57
  p result
57
58
  rescue SibApiV3Sdk::ApiError => e
58
59
  puts "Exception when calling ResellerApi->add_credits: #{e}"
@@ -63,7 +64,7 @@ end
63
64
 
64
65
  Name | Type | Description | Notes
65
66
  ------------- | ------------- | ------------- | -------------
66
- **child_auth_key** | **String**| auth key of reseller's child |
67
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
67
68
  **add_credits** | [**AddCredits**](AddCredits.md)| Values to post to add credit to a specific child account |
68
69
 
69
70
  ### Return type
@@ -82,7 +83,7 @@ Name | Type | Description | Notes
82
83
 
83
84
 
84
85
  # **associate_ip_to_child**
85
- > associate_ip_to_child(child_auth_key, ip)
86
+ > associate_ip_to_child(child_identifier, ip)
86
87
 
87
88
  Associate a dedicated IP to the child
88
89
 
@@ -105,14 +106,14 @@ end
105
106
 
106
107
  api_instance = SibApiV3Sdk::ResellerApi.new
107
108
 
108
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
109
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
109
110
 
110
111
  ip = SibApiV3Sdk::ManageIp.new # ManageIp | IP to associate
111
112
 
112
113
 
113
114
  begin
114
115
  #Associate a dedicated IP to the child
115
- api_instance.associate_ip_to_child(child_auth_key, ip)
116
+ api_instance.associate_ip_to_child(child_identifier, ip)
116
117
  rescue SibApiV3Sdk::ApiError => e
117
118
  puts "Exception when calling ResellerApi->associate_ip_to_child: #{e}"
118
119
  end
@@ -122,7 +123,7 @@ end
122
123
 
123
124
  Name | Type | Description | Notes
124
125
  ------------- | ------------- | ------------- | -------------
125
- **child_auth_key** | **String**| auth key of reseller's child |
126
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
126
127
  **ip** | [**ManageIp**](ManageIp.md)| IP to associate |
127
128
 
128
129
  ### Return type
@@ -141,9 +142,9 @@ nil (empty response body)
141
142
 
142
143
 
143
144
  # **create_child_domain**
144
- > create_child_domain(child_auth_key, add_child_domain)
145
+ > create_child_domain(child_identifier, add_child_domain)
145
146
 
146
- Creates a domain for a child account
147
+ Create a domain for a child account
147
148
 
148
149
  ### Example
149
150
  ```ruby
@@ -164,14 +165,14 @@ end
164
165
 
165
166
  api_instance = SibApiV3Sdk::ResellerApi.new
166
167
 
167
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
168
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
168
169
 
169
- add_child_domain = SibApiV3Sdk::AddChildDomain.new # AddChildDomain | Sender domain to add for a specific child account
170
+ add_child_domain = SibApiV3Sdk::AddChildDomain.new # AddChildDomain | Sender domain to add for a specific child account. This will not be displayed to the parent account.
170
171
 
171
172
 
172
173
  begin
173
- #Creates a domain for a child account
174
- api_instance.create_child_domain(child_auth_key, add_child_domain)
174
+ #Create a domain for a child account
175
+ api_instance.create_child_domain(child_identifier, add_child_domain)
175
176
  rescue SibApiV3Sdk::ApiError => e
176
177
  puts "Exception when calling ResellerApi->create_child_domain: #{e}"
177
178
  end
@@ -181,8 +182,8 @@ end
181
182
 
182
183
  Name | Type | Description | Notes
183
184
  ------------- | ------------- | ------------- | -------------
184
- **child_auth_key** | **String**| auth key of reseller's child |
185
- **add_child_domain** | [**AddChildDomain**](AddChildDomain.md)| Sender domain to add for a specific child account |
185
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
186
+ **add_child_domain** | [**AddChildDomain**](AddChildDomain.md)| Sender domain to add for a specific child account. This will not be displayed to the parent account. |
186
187
 
187
188
  ### Return type
188
189
 
@@ -258,9 +259,9 @@ Name | Type | Description | Notes
258
259
 
259
260
 
260
261
  # **delete_child_domain**
261
- > delete_child_domain(child_auth_key, domain_name)
262
+ > delete_child_domain(child_identifier, domain_name)
262
263
 
263
- Deletes the sender domain of the reseller child based on the childAuthKey and domainName passed
264
+ Delete the sender domain of the reseller child based on the childIdentifier and domainName passed
264
265
 
265
266
  ### Example
266
267
  ```ruby
@@ -281,14 +282,14 @@ end
281
282
 
282
283
  api_instance = SibApiV3Sdk::ResellerApi.new
283
284
 
284
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
285
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
285
286
 
286
- domain_name = "domain_name_example" # String | Pass the existing domain that needs to be deleted
287
+ domain_name = 'domain_name_example' # String | Pass the existing domain that needs to be deleted
287
288
 
288
289
 
289
290
  begin
290
- #Deletes the sender domain of the reseller child based on the childAuthKey and domainName passed
291
- api_instance.delete_child_domain(child_auth_key, domain_name)
291
+ #Delete the sender domain of the reseller child based on the childIdentifier and domainName passed
292
+ api_instance.delete_child_domain(child_identifier, domain_name)
292
293
  rescue SibApiV3Sdk::ApiError => e
293
294
  puts "Exception when calling ResellerApi->delete_child_domain: #{e}"
294
295
  end
@@ -298,7 +299,7 @@ end
298
299
 
299
300
  Name | Type | Description | Notes
300
301
  ------------- | ------------- | ------------- | -------------
301
- **child_auth_key** | **String**| auth key of reseller's child |
302
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
302
303
  **domain_name** | **String**| Pass the existing domain that needs to be deleted |
303
304
 
304
305
  ### Return type
@@ -317,9 +318,9 @@ nil (empty response body)
317
318
 
318
319
 
319
320
  # **delete_reseller_child**
320
- > delete_reseller_child(child_auth_key)
321
+ > delete_reseller_child(child_identifier)
321
322
 
322
- Deletes a single reseller child based on the childAuthKey supplied
323
+ Delete a single reseller child based on the child identifier supplied
323
324
 
324
325
  ### Example
325
326
  ```ruby
@@ -340,12 +341,12 @@ end
340
341
 
341
342
  api_instance = SibApiV3Sdk::ResellerApi.new
342
343
 
343
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
344
+ child_identifier = 'child_identifier_example' # String | Either auth key or child id of reseller's child
344
345
 
345
346
 
346
347
  begin
347
- #Deletes a single reseller child based on the childAuthKey supplied
348
- api_instance.delete_reseller_child(child_auth_key)
348
+ #Delete a single reseller child based on the child identifier supplied
349
+ api_instance.delete_reseller_child(child_identifier)
349
350
  rescue SibApiV3Sdk::ApiError => e
350
351
  puts "Exception when calling ResellerApi->delete_reseller_child: #{e}"
351
352
  end
@@ -355,7 +356,7 @@ end
355
356
 
356
357
  Name | Type | Description | Notes
357
358
  ------------- | ------------- | ------------- | -------------
358
- **child_auth_key** | **String**| auth key of reseller's child |
359
+ **child_identifier** | **String**| Either auth key or child id of reseller's child |
359
360
 
360
361
  ### Return type
361
362
 
@@ -373,7 +374,7 @@ nil (empty response body)
373
374
 
374
375
 
375
376
  # **dissociate_ip_from_child**
376
- > dissociate_ip_from_child(child_auth_key, ip)
377
+ > dissociate_ip_from_child(child_identifier, ip)
377
378
 
378
379
  Dissociate a dedicated IP to the child
379
380
 
@@ -396,14 +397,14 @@ end
396
397
 
397
398
  api_instance = SibApiV3Sdk::ResellerApi.new
398
399
 
399
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
400
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
400
401
 
401
402
  ip = SibApiV3Sdk::ManageIp.new # ManageIp | IP to dissociate
402
403
 
403
404
 
404
405
  begin
405
406
  #Dissociate a dedicated IP to the child
406
- api_instance.dissociate_ip_from_child(child_auth_key, ip)
407
+ api_instance.dissociate_ip_from_child(child_identifier, ip)
407
408
  rescue SibApiV3Sdk::ApiError => e
408
409
  puts "Exception when calling ResellerApi->dissociate_ip_from_child: #{e}"
409
410
  end
@@ -413,7 +414,7 @@ end
413
414
 
414
415
  Name | Type | Description | Notes
415
416
  ------------- | ------------- | ------------- | -------------
416
- **child_auth_key** | **String**| auth key of reseller's child |
417
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
417
418
  **ip** | [**ManageIp**](ManageIp.md)| IP to dissociate |
418
419
 
419
420
  ### Return type
@@ -431,10 +432,67 @@ nil (empty response body)
431
432
 
432
433
 
433
434
 
435
+ # **get_child_account_creation_status**
436
+ > GetChildAccountCreationStatus get_child_account_creation_status(child_identifier)
437
+
438
+ Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied
439
+
440
+ ### Example
441
+ ```ruby
442
+ # load the gem
443
+ require 'sib-api-v3-sdk'
444
+ # setup authorization
445
+ SibApiV3Sdk.configure do |config|
446
+ # Configure API key authorization: api-key
447
+ config.api_key['api-key'] = 'YOUR API KEY'
448
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
449
+ #config.api_key_prefix['api-key'] = 'Bearer'
450
+
451
+ # Configure API key authorization: partner-key
452
+ config.api_key['partner-key'] = 'YOUR API KEY'
453
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
454
+ #config.api_key_prefix['partner-key'] = 'Bearer'
455
+ end
456
+
457
+ api_instance = SibApiV3Sdk::ResellerApi.new
458
+
459
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
460
+
461
+
462
+ begin
463
+ #Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied
464
+ result = api_instance.get_child_account_creation_status(child_identifier)
465
+ p result
466
+ rescue SibApiV3Sdk::ApiError => e
467
+ puts "Exception when calling ResellerApi->get_child_account_creation_status: #{e}"
468
+ end
469
+ ```
470
+
471
+ ### Parameters
472
+
473
+ Name | Type | Description | Notes
474
+ ------------- | ------------- | ------------- | -------------
475
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
476
+
477
+ ### Return type
478
+
479
+ [**GetChildAccountCreationStatus**](GetChildAccountCreationStatus.md)
480
+
481
+ ### Authorization
482
+
483
+ [api-key](../README.md#api-key), [partner-key](../README.md#partner-key)
484
+
485
+ ### HTTP request headers
486
+
487
+ - **Content-Type**: application/json
488
+ - **Accept**: application/json
489
+
490
+
491
+
434
492
  # **get_child_domains**
435
- > GetChildDomains get_child_domains(child_auth_key)
493
+ > GetChildDomains get_child_domains(child_identifier)
436
494
 
437
- Gets all the sender domains of a specific child account
495
+ Get all sender domains for a specific child account
438
496
 
439
497
  ### Example
440
498
  ```ruby
@@ -455,12 +513,12 @@ end
455
513
 
456
514
  api_instance = SibApiV3Sdk::ResellerApi.new
457
515
 
458
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
516
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
459
517
 
460
518
 
461
519
  begin
462
- #Gets all the sender domains of a specific child account
463
- result = api_instance.get_child_domains(child_auth_key)
520
+ #Get all sender domains for a specific child account
521
+ result = api_instance.get_child_domains(child_identifier)
464
522
  p result
465
523
  rescue SibApiV3Sdk::ApiError => e
466
524
  puts "Exception when calling ResellerApi->get_child_domains: #{e}"
@@ -471,7 +529,7 @@ end
471
529
 
472
530
  Name | Type | Description | Notes
473
531
  ------------- | ------------- | ------------- | -------------
474
- **child_auth_key** | **String**| auth key of reseller's child |
532
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
475
533
 
476
534
  ### Return type
477
535
 
@@ -489,9 +547,9 @@ Name | Type | Description | Notes
489
547
 
490
548
 
491
549
  # **get_child_info**
492
- > GetChildInfo get_child_info(child_auth_key)
550
+ > GetChildInfo get_child_info(child_identifier)
493
551
 
494
- Gets the info about a specific child account
552
+ Get a child account's details
495
553
 
496
554
  ### Example
497
555
  ```ruby
@@ -512,12 +570,12 @@ end
512
570
 
513
571
  api_instance = SibApiV3Sdk::ResellerApi.new
514
572
 
515
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
573
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
516
574
 
517
575
 
518
576
  begin
519
- #Gets the info about a specific child account
520
- result = api_instance.get_child_info(child_auth_key)
577
+ #Get a child account's details
578
+ result = api_instance.get_child_info(child_identifier)
521
579
  p result
522
580
  rescue SibApiV3Sdk::ApiError => e
523
581
  puts "Exception when calling ResellerApi->get_child_info: #{e}"
@@ -528,7 +586,7 @@ end
528
586
 
529
587
  Name | Type | Description | Notes
530
588
  ------------- | ------------- | ------------- | -------------
531
- **child_auth_key** | **String**| auth key of reseller's child |
589
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
532
590
 
533
591
  ### Return type
534
592
 
@@ -546,9 +604,9 @@ Name | Type | Description | Notes
546
604
 
547
605
 
548
606
  # **get_reseller_childs**
549
- > GetChildrenList get_reseller_childs
607
+ > GetChildrenList get_reseller_childs(opts)
550
608
 
551
- Gets the list of all reseller's children accounts
609
+ Get the list of all children accounts
552
610
 
553
611
  ### Example
554
612
  ```ruby
@@ -569,9 +627,14 @@ end
569
627
 
570
628
  api_instance = SibApiV3Sdk::ResellerApi.new
571
629
 
630
+ opts = {
631
+ limit: 10, # Integer | Number of documents for child accounts information per page
632
+ offset: 0 # Integer | Index of the first document in the page
633
+ }
634
+
572
635
  begin
573
- #Gets the list of all reseller's children accounts
574
- result = api_instance.get_reseller_childs
636
+ #Get the list of all children accounts
637
+ result = api_instance.get_reseller_childs(opts)
575
638
  p result
576
639
  rescue SibApiV3Sdk::ApiError => e
577
640
  puts "Exception when calling ResellerApi->get_reseller_childs: #{e}"
@@ -579,7 +642,11 @@ end
579
642
  ```
580
643
 
581
644
  ### Parameters
582
- This endpoint does not need any parameter.
645
+
646
+ Name | Type | Description | Notes
647
+ ------------- | ------------- | ------------- | -------------
648
+ **limit** | **Integer**| Number of documents for child accounts information per page | [optional] [default to 10]
649
+ **offset** | **Integer**| Index of the first document in the page | [optional] [default to 0]
583
650
 
584
651
  ### Return type
585
652
 
@@ -597,7 +664,7 @@ This endpoint does not need any parameter.
597
664
 
598
665
 
599
666
  # **get_sso_token**
600
- > GetSsoToken get_sso_token(child_auth_key)
667
+ > GetSsoToken get_sso_token(child_identifier)
601
668
 
602
669
  Get session token to access Sendinblue (SSO)
603
670
 
@@ -622,12 +689,12 @@ end
622
689
 
623
690
  api_instance = SibApiV3Sdk::ResellerApi.new
624
691
 
625
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
692
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
626
693
 
627
694
 
628
695
  begin
629
696
  #Get session token to access Sendinblue (SSO)
630
- result = api_instance.get_sso_token(child_auth_key)
697
+ result = api_instance.get_sso_token(child_identifier)
631
698
  p result
632
699
  rescue SibApiV3Sdk::ApiError => e
633
700
  puts "Exception when calling ResellerApi->get_sso_token: #{e}"
@@ -638,7 +705,7 @@ end
638
705
 
639
706
  Name | Type | Description | Notes
640
707
  ------------- | ------------- | ------------- | -------------
641
- **child_auth_key** | **String**| auth key of reseller's child |
708
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
642
709
 
643
710
  ### Return type
644
711
 
@@ -656,7 +723,7 @@ Name | Type | Description | Notes
656
723
 
657
724
 
658
725
  # **remove_credits**
659
- > RemainingCreditModel remove_credits(child_auth_key, remove_credits)
726
+ > RemainingCreditModel remove_credits(child_identifier, remove_credits)
660
727
 
661
728
  Remove Email and/or SMS credits from a specific child account
662
729
 
@@ -679,14 +746,14 @@ end
679
746
 
680
747
  api_instance = SibApiV3Sdk::ResellerApi.new
681
748
 
682
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
749
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
683
750
 
684
751
  remove_credits = SibApiV3Sdk::RemoveCredits.new # RemoveCredits | Values to post to remove email or SMS credits from a specific child account
685
752
 
686
753
 
687
754
  begin
688
755
  #Remove Email and/or SMS credits from a specific child account
689
- result = api_instance.remove_credits(child_auth_key, remove_credits)
756
+ result = api_instance.remove_credits(child_identifier, remove_credits)
690
757
  p result
691
758
  rescue SibApiV3Sdk::ApiError => e
692
759
  puts "Exception when calling ResellerApi->remove_credits: #{e}"
@@ -697,7 +764,7 @@ end
697
764
 
698
765
  Name | Type | Description | Notes
699
766
  ------------- | ------------- | ------------- | -------------
700
- **child_auth_key** | **String**| auth key of reseller's child |
767
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
701
768
  **remove_credits** | [**RemoveCredits**](RemoveCredits.md)| Values to post to remove email or SMS credits from a specific child account |
702
769
 
703
770
  ### Return type
@@ -716,9 +783,9 @@ Name | Type | Description | Notes
716
783
 
717
784
 
718
785
  # **update_child_account_status**
719
- > update_child_account_status(child_auth_key, update_child_account_status)
786
+ > update_child_account_status(child_identifier, update_child_account_status)
720
787
 
721
- Updates infos of reseller's child account status based on the childAuthKey supplied
788
+ Update info of reseller's child account status based on the childIdentifier supplied
722
789
 
723
790
  ### Example
724
791
  ```ruby
@@ -739,14 +806,14 @@ end
739
806
 
740
807
  api_instance = SibApiV3Sdk::ResellerApi.new
741
808
 
742
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
809
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
743
810
 
744
811
  update_child_account_status = SibApiV3Sdk::UpdateChildAccountStatus.new # UpdateChildAccountStatus | values to update in child account status
745
812
 
746
813
 
747
814
  begin
748
- #Updates infos of reseller's child account status based on the childAuthKey supplied
749
- api_instance.update_child_account_status(child_auth_key, update_child_account_status)
815
+ #Update info of reseller's child account status based on the childIdentifier supplied
816
+ api_instance.update_child_account_status(child_identifier, update_child_account_status)
750
817
  rescue SibApiV3Sdk::ApiError => e
751
818
  puts "Exception when calling ResellerApi->update_child_account_status: #{e}"
752
819
  end
@@ -756,7 +823,7 @@ end
756
823
 
757
824
  Name | Type | Description | Notes
758
825
  ------------- | ------------- | ------------- | -------------
759
- **child_auth_key** | **String**| auth key of reseller's child |
826
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
760
827
  **update_child_account_status** | [**UpdateChildAccountStatus**](UpdateChildAccountStatus.md)| values to update in child account status |
761
828
 
762
829
  ### Return type
@@ -775,9 +842,9 @@ nil (empty response body)
775
842
 
776
843
 
777
844
  # **update_child_domain**
778
- > update_child_domain(child_auth_key, domain_name, update_child_domain)
845
+ > update_child_domain(child_identifier, domain_name, update_child_domain)
779
846
 
780
- Updates the sender domain of reseller's child based on the childAuthKey and domainName passed
847
+ Update the sender domain of reseller's child based on the childIdentifier and domainName passed
781
848
 
782
849
  ### Example
783
850
  ```ruby
@@ -798,16 +865,16 @@ end
798
865
 
799
866
  api_instance = SibApiV3Sdk::ResellerApi.new
800
867
 
801
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
868
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
802
869
 
803
- domain_name = "domain_name_example" # String | Pass the existing domain that needs to be updated
870
+ domain_name = 'domain_name_example' # String | Pass the existing domain that needs to be updated
804
871
 
805
872
  update_child_domain = SibApiV3Sdk::UpdateChildDomain.new # UpdateChildDomain | value to update for sender domain
806
873
 
807
874
 
808
875
  begin
809
- #Updates the sender domain of reseller's child based on the childAuthKey and domainName passed
810
- api_instance.update_child_domain(child_auth_key, domain_name, update_child_domain)
876
+ #Update the sender domain of reseller's child based on the childIdentifier and domainName passed
877
+ api_instance.update_child_domain(child_identifier, domain_name, update_child_domain)
811
878
  rescue SibApiV3Sdk::ApiError => e
812
879
  puts "Exception when calling ResellerApi->update_child_domain: #{e}"
813
880
  end
@@ -817,7 +884,7 @@ end
817
884
 
818
885
  Name | Type | Description | Notes
819
886
  ------------- | ------------- | ------------- | -------------
820
- **child_auth_key** | **String**| auth key of reseller's child |
887
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
821
888
  **domain_name** | **String**| Pass the existing domain that needs to be updated |
822
889
  **update_child_domain** | [**UpdateChildDomain**](UpdateChildDomain.md)| value to update for sender domain |
823
890
 
@@ -837,9 +904,9 @@ nil (empty response body)
837
904
 
838
905
 
839
906
  # **update_reseller_child**
840
- > update_reseller_child(child_auth_key, reseller_child)
907
+ > update_reseller_child(child_identifier, reseller_child)
841
908
 
842
- Updates infos of reseller's child based on the childAuthKey supplied
909
+ Update info of reseller's child based on the child identifier supplied
843
910
 
844
911
  ### Example
845
912
  ```ruby
@@ -860,14 +927,14 @@ end
860
927
 
861
928
  api_instance = SibApiV3Sdk::ResellerApi.new
862
929
 
863
- child_auth_key = "child_auth_key_example" # String | auth key of reseller's child
930
+ child_identifier = 'child_identifier_example' # String | Either auth key or id of reseller's child
864
931
 
865
932
  reseller_child = SibApiV3Sdk::UpdateChild.new # UpdateChild | values to update in child profile
866
933
 
867
934
 
868
935
  begin
869
- #Updates infos of reseller's child based on the childAuthKey supplied
870
- api_instance.update_reseller_child(child_auth_key, reseller_child)
936
+ #Update info of reseller's child based on the child identifier supplied
937
+ api_instance.update_reseller_child(child_identifier, reseller_child)
871
938
  rescue SibApiV3Sdk::ApiError => e
872
939
  puts "Exception when calling ResellerApi->update_reseller_child: #{e}"
873
940
  end
@@ -877,7 +944,7 @@ end
877
944
 
878
945
  Name | Type | Description | Notes
879
946
  ------------- | ------------- | ------------- | -------------
880
- **child_auth_key** | **String**| auth key of reseller's child |
947
+ **child_identifier** | **String**| Either auth key or id of reseller's child |
881
948
  **reseller_child** | [**UpdateChild**](UpdateChild.md)| values to update in child profile |
882
949
 
883
950
  ### Return type