sib-api-v3-sdk 5.2.5 → 5.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/LICENSE.md +1 -1
- data/README.md +17 -1
- data/docs/AbTestCampaignResult.md +13 -0
- data/docs/AttributesApi.md +6 -6
- data/docs/ContactsApi.md +12 -12
- data/docs/CreateContact.md +1 -1
- data/docs/CreateEmailCampaign.md +3 -0
- data/docs/CreateEmailCampaignSender.md +1 -0
- data/docs/CreateSmtpTemplateSender.md +1 -0
- data/docs/CreateWebhook.md +1 -1
- data/docs/EmailCampaignsApi.md +127 -7
- data/docs/GetChildAccountCreationStatus.md +8 -0
- data/docs/GetChildrenList.md +1 -0
- data/docs/GetDeviceBrowserStats.md +11 -0
- data/docs/GetExtendedCampaignOverviewSender.md +1 -0
- data/docs/GetExtendedCampaignStats.md +2 -0
- data/docs/GetSharedTemplateUrl.md +8 -0
- data/docs/GetSmtpTemplateOverviewSender.md +1 -0
- data/docs/GetStatsByBrowser.md +7 -0
- data/docs/GetStatsByDevice.md +11 -0
- data/docs/GetTransacBlockedContacts.md +9 -0
- data/docs/GetTransacBlockedContactsContacts.md +11 -0
- data/docs/GetTransacBlockedContactsReason.md +9 -0
- data/docs/ListsApi.md +1 -1
- data/docs/RequestContactExport.md +2 -1
- data/docs/RequestContactExportCustomContactFilter.md +13 -0
- data/docs/ResellerApi.md +87 -20
- data/docs/SMSCampaignsApi.md +3 -3
- data/docs/SMTPApi.md +200 -19
- data/docs/SendReport.md +1 -1
- data/docs/SendReportEmail.md +1 -1
- data/docs/SendSmtpEmail.md +2 -2
- data/docs/SendSmtpEmailBcc.md +1 -1
- data/docs/SendSmtpEmailCc.md +1 -1
- data/docs/SendSmtpEmailReplyTo.md +1 -1
- data/docs/SendSmtpEmailSender.md +1 -1
- data/docs/SendSmtpEmailTo.md +1 -1
- data/docs/SendTransacSms.md +1 -1
- data/docs/SendersApi.md +2 -2
- data/docs/TransactionalSMSApi.md +11 -11
- data/docs/UpdateContact.md +1 -1
- data/docs/UpdateEmailCampaign.md +3 -0
- data/docs/UpdateEmailCampaignSender.md +1 -0
- data/docs/UpdateSmtpTemplateSender.md +1 -0
- data/docs/WebhooksApi.md +1 -1
- data/lib/sib-api-v3-sdk.rb +12 -2
- data/lib/sib-api-v3-sdk/api/account_api.rb +6 -9
- data/lib/sib-api-v3-sdk/api/attributes_api.rb +15 -27
- data/lib/sib-api-v3-sdk/api/contacts_api.rb +81 -155
- data/lib/sib-api-v3-sdk/api/email_campaigns_api.rb +141 -61
- data/lib/sib-api-v3-sdk/api/folders_api.rb +21 -39
- data/lib/sib-api-v3-sdk/api/lists_api.rb +30 -57
- data/lib/sib-api-v3-sdk/api/process_api.rb +9 -15
- data/lib/sib-api-v3-sdk/api/reseller_api.rb +111 -92
- data/lib/sib-api-v3-sdk/api/senders_api.rb +21 -39
- data/lib/sib-api-v3-sdk/api/sms_campaigns_api.rb +33 -59
- data/lib/sib-api-v3-sdk/api/smtp_api.rb +213 -82
- data/lib/sib-api-v3-sdk/api/transactional_sms_api.rb +15 -27
- data/lib/sib-api-v3-sdk/api/webhooks_api.rb +18 -33
- data/lib/sib-api-v3-sdk/api_client.rb +10 -10
- data/lib/sib-api-v3-sdk/api_error.rb +2 -2
- data/lib/sib-api-v3-sdk/configuration.rb +3 -3
- data/lib/sib-api-v3-sdk/models/ab_test_campaign_result.rb +280 -0
- data/lib/sib-api-v3-sdk/models/add_child_domain.rb +7 -12
- data/lib/sib-api-v3-sdk/models/add_contact_to_list.rb +7 -12
- data/lib/sib-api-v3-sdk/models/add_credits.rb +7 -12
- data/lib/sib-api-v3-sdk/models/create_attribute.rb +10 -14
- data/lib/sib-api-v3-sdk/models/create_attribute_enumeration.rb +9 -14
- data/lib/sib-api-v3-sdk/models/create_child.rb +12 -17
- data/lib/sib-api-v3-sdk/models/create_contact.rb +8 -13
- data/lib/sib-api-v3-sdk/models/create_email_campaign.rb +79 -29
- data/lib/sib-api-v3-sdk/models/create_email_campaign_recipients.rb +7 -11
- data/lib/sib-api-v3-sdk/models/create_email_campaign_sender.rb +21 -15
- data/lib/sib-api-v3-sdk/models/create_list.rb +9 -14
- data/lib/sib-api-v3-sdk/models/create_model.rb +8 -13
- data/lib/sib-api-v3-sdk/models/create_reseller.rb +8 -13
- data/lib/sib-api-v3-sdk/models/create_sender.rb +9 -14
- data/lib/sib-api-v3-sdk/models/create_sender_ips.rb +13 -19
- data/lib/sib-api-v3-sdk/models/create_sender_model.rb +8 -13
- data/lib/sib-api-v3-sdk/models/create_sms_campaign.rb +13 -18
- data/lib/sib-api-v3-sdk/models/create_sms_campaign_recipients.rb +8 -13
- data/lib/sib-api-v3-sdk/models/create_smtp_email.rb +8 -13
- data/lib/sib-api-v3-sdk/models/create_smtp_template.rb +10 -15
- data/lib/sib-api-v3-sdk/models/create_smtp_template_sender.rb +21 -15
- data/lib/sib-api-v3-sdk/models/create_update_contact_model.rb +7 -12
- data/lib/sib-api-v3-sdk/models/create_update_folder.rb +7 -12
- data/lib/sib-api-v3-sdk/models/create_webhook.rb +13 -17
- data/lib/sib-api-v3-sdk/models/created_process_id.rb +8 -13
- data/lib/sib-api-v3-sdk/models/delete_hardbounces.rb +7 -12
- data/lib/sib-api-v3-sdk/models/email_export_recipients.rb +11 -15
- data/lib/sib-api-v3-sdk/models/error_model.rb +12 -16
- data/lib/sib-api-v3-sdk/models/get_account.rb +14 -19
- data/lib/sib-api-v3-sdk/models/get_account_marketing_automation.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_account_plan.rb +16 -20
- data/lib/sib-api-v3-sdk/models/get_account_relay.rb +9 -13
- data/lib/sib-api-v3-sdk/models/get_account_relay_data.rb +10 -14
- data/lib/sib-api-v3-sdk/models/get_aggregated_report.rb +20 -25
- data/lib/sib-api-v3-sdk/models/get_attributes.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_attributes_attributes.rb +15 -19
- data/lib/sib-api-v3-sdk/models/get_attributes_enumeration.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_campaign_overview.rb +17 -21
- data/lib/sib-api-v3-sdk/models/get_campaign_recipients.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_campaign_stats.rb +17 -22
- data/lib/sib-api-v3-sdk/models/get_child_account_creation_status.rb +189 -0
- data/lib/sib-api-v3-sdk/models/get_child_domain.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_child_domains.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_child_info.rb +12 -17
- data/lib/sib-api-v3-sdk/models/get_child_info_api_keys.rb +8 -12
- data/lib/sib-api-v3-sdk/models/get_child_info_api_keys_v2.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_child_info_api_keys_v3.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_child_info_credits.rb +7 -11
- data/lib/sib-api-v3-sdk/models/get_child_info_statistics.rb +7 -11
- data/lib/sib-api-v3-sdk/models/get_children_list.rb +24 -14
- data/lib/sib-api-v3-sdk/models/get_client.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats.rb +7 -11
- data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_clicked.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_opened.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_transac_attributes.rb +10 -15
- data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_unsubscriptions.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_contact_details.rb +15 -20
- data/lib/sib-api-v3-sdk/models/get_contacts.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_device_browser_stats.rb +234 -0
- data/lib/sib-api-v3-sdk/models/get_email_campaign.rb +29 -33
- data/lib/sib-api-v3-sdk/models/get_email_campaigns.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_email_event_report.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_email_event_report_events.rb +14 -18
- data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview.rb +27 -31
- data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview_sender.rb +19 -14
- data/lib/sib-api-v3-sdk/models/get_extended_campaign_stats.rb +45 -20
- data/lib/sib-api-v3-sdk/models/get_extended_client.rb +12 -17
- data/lib/sib-api-v3-sdk/models/get_extended_client_address.rb +11 -15
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details.rb +16 -21
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics.rb +7 -11
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_clicked.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_links.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_messages_sent.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_opened.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions.rb +9 -13
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription.rb +10 -15
- data/lib/sib-api-v3-sdk/models/get_extended_list.rb +13 -18
- data/lib/sib-api-v3-sdk/models/get_extended_list_campaign_stats.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_folder.rb +12 -17
- data/lib/sib-api-v3-sdk/models/get_folder_lists.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_folders.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_ip.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_ip_from_sender.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_ips.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_ips_from_sender.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_list.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_lists.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_process.rb +13 -17
- data/lib/sib-api-v3-sdk/models/get_processes.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_reports.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_reports_reports.rb +20 -25
- data/lib/sib-api-v3-sdk/models/get_senders_list.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_senders_list_ips.rb +10 -15
- data/lib/sib-api-v3-sdk/models/get_senders_list_senders.rb +11 -16
- data/lib/sib-api-v3-sdk/models/get_shared_template_url.rb +189 -0
- data/lib/sib-api-v3-sdk/models/get_sms_campaign.rb +20 -24
- data/lib/sib-api-v3-sdk/models/get_sms_campaign_overview.rb +18 -22
- data/lib/sib-api-v3-sdk/models/get_sms_campaign_stats.rb +14 -19
- data/lib/sib-api-v3-sdk/models/get_sms_campaigns.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_sms_event_report.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_sms_event_report_events.rb +14 -18
- data/lib/sib-api-v3-sdk/models/get_smtp_template_overview.rb +19 -24
- data/lib/sib-api-v3-sdk/models/get_smtp_template_overview_sender.rb +19 -14
- data/lib/sib-api-v3-sdk/models/get_smtp_templates.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_sso_token.rb +8 -13
- data/lib/sib-api-v3-sdk/models/get_stats_by_browser.rb +174 -0
- data/lib/sib-api-v3-sdk/models/get_stats_by_device.rb +222 -0
- data/lib/sib-api-v3-sdk/models/get_stats_by_domain.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_transac_aggregated_sms_report.rb +17 -22
- data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts.rb +195 -0
- data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts_contacts.rb +233 -0
- data/lib/sib-api-v3-sdk/models/get_transac_blocked_contacts_reason.rb +229 -0
- data/lib/sib-api-v3-sdk/models/get_transac_email_content.rb +13 -18
- data/lib/sib-api-v3-sdk/models/get_transac_email_content_events.rb +9 -14
- data/lib/sib-api-v3-sdk/models/get_transac_emails_list.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_transac_emails_list_transactional_emails.rb +12 -17
- data/lib/sib-api-v3-sdk/models/get_transac_sms_report.rb +7 -12
- data/lib/sib-api-v3-sdk/models/get_transac_sms_report_reports.rb +17 -22
- data/lib/sib-api-v3-sdk/models/get_webhook.rb +17 -21
- data/lib/sib-api-v3-sdk/models/get_webhooks.rb +8 -13
- data/lib/sib-api-v3-sdk/models/manage_ip.rb +7 -12
- data/lib/sib-api-v3-sdk/models/post_contact_info.rb +8 -13
- data/lib/sib-api-v3-sdk/models/post_contact_info_contacts.rb +7 -12
- data/lib/sib-api-v3-sdk/models/post_send_failed.rb +9 -14
- data/lib/sib-api-v3-sdk/models/post_send_sms_test_failed.rb +9 -14
- data/lib/sib-api-v3-sdk/models/remaining_credit_model.rb +9 -14
- data/lib/sib-api-v3-sdk/models/remaining_credit_model_child.rb +9 -13
- data/lib/sib-api-v3-sdk/models/remaining_credit_model_reseller.rb +9 -14
- data/lib/sib-api-v3-sdk/models/remove_contact_from_list.rb +7 -12
- data/lib/sib-api-v3-sdk/models/remove_credits.rb +7 -12
- data/lib/sib-api-v3-sdk/models/request_contact_export.rb +18 -19
- data/lib/sib-api-v3-sdk/models/request_contact_export_custom_contact_filter.rb +293 -0
- data/lib/sib-api-v3-sdk/models/request_contact_import.rb +7 -12
- data/lib/sib-api-v3-sdk/models/request_contact_import_new_list.rb +7 -11
- data/lib/sib-api-v3-sdk/models/request_sms_recipient_export.rb +11 -15
- data/lib/sib-api-v3-sdk/models/send_email.rb +8 -13
- data/lib/sib-api-v3-sdk/models/send_email_attachment.rb +12 -17
- data/lib/sib-api-v3-sdk/models/send_report.rb +12 -16
- data/lib/sib-api-v3-sdk/models/send_report_email.rb +14 -17
- data/lib/sib-api-v3-sdk/models/send_sms.rb +9 -14
- data/lib/sib-api-v3-sdk/models/send_smtp_email.rb +10 -15
- data/lib/sib-api-v3-sdk/models/send_smtp_email_attachment.rb +9 -15
- data/lib/sib-api-v3-sdk/models/send_smtp_email_bcc.rb +9 -14
- data/lib/sib-api-v3-sdk/models/send_smtp_email_cc.rb +9 -14
- data/lib/sib-api-v3-sdk/models/send_smtp_email_reply_to.rb +9 -13
- data/lib/sib-api-v3-sdk/models/send_smtp_email_sender.rb +9 -13
- data/lib/sib-api-v3-sdk/models/send_smtp_email_to.rb +9 -14
- data/lib/sib-api-v3-sdk/models/send_template_email.rb +8 -13
- data/lib/sib-api-v3-sdk/models/send_test_email.rb +7 -12
- data/lib/sib-api-v3-sdk/models/send_test_sms.rb +7 -12
- data/lib/sib-api-v3-sdk/models/send_transac_sms.rb +17 -21
- data/lib/sib-api-v3-sdk/models/update_attribute.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_attribute_enumeration.rb +9 -14
- data/lib/sib-api-v3-sdk/models/update_campaign_status.rb +10 -13
- data/lib/sib-api-v3-sdk/models/update_child.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_child_account_status.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_child_domain.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_contact.rb +8 -13
- data/lib/sib-api-v3-sdk/models/update_email_campaign.rb +77 -27
- data/lib/sib-api-v3-sdk/models/update_email_campaign_recipients.rb +7 -11
- data/lib/sib-api-v3-sdk/models/update_email_campaign_sender.rb +20 -14
- data/lib/sib-api-v3-sdk/models/update_list.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_sender.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_sms_campaign.rb +9 -15
- data/lib/sib-api-v3-sdk/models/update_smtp_template.rb +7 -12
- data/lib/sib-api-v3-sdk/models/update_smtp_template_sender.rb +20 -14
- data/lib/sib-api-v3-sdk/models/update_webhook.rb +7 -11
- data/lib/sib-api-v3-sdk/version.rb +3 -3
- data/spec/api/account_api_spec.rb +3 -4
- data/spec/api/attributes_api_spec.rb +6 -10
- data/spec/api/contacts_api_spec.rb +28 -52
- data/spec/api/email_campaigns_api_spec.rb +37 -22
- data/spec/api/folders_api_spec.rb +8 -14
- data/spec/api/lists_api_spec.rb +11 -20
- data/spec/api/process_api_spec.rb +4 -6
- data/spec/api/reseller_api_spec.rb +31 -32
- data/spec/api/senders_api_spec.rb +8 -14
- data/spec/api/sms_campaigns_api_spec.rb +12 -20
- data/spec/api/smtp_api_spec.rb +53 -27
- data/spec/api/transactional_sms_api_spec.rb +6 -10
- data/spec/api/webhooks_api_spec.rb +7 -12
- data/spec/api_client_spec.rb +36 -36
- data/spec/configuration_spec.rb +10 -10
- data/spec/models/ab_test_campaign_result_spec.rb +79 -0
- data/spec/models/add_child_domain_spec.rb +3 -4
- data/spec/models/add_contact_to_list_spec.rb +3 -4
- data/spec/models/add_credits_spec.rb +4 -5
- data/spec/models/create_attribute_enumeration_spec.rb +4 -5
- data/spec/models/create_attribute_spec.rb +9 -10
- data/spec/models/create_child_spec.rb +7 -8
- data/spec/models/create_contact_spec.rb +9 -10
- data/spec/models/create_email_campaign_recipients_spec.rb +4 -5
- data/spec/models/create_email_campaign_sender_spec.rb +10 -5
- data/spec/models/create_email_campaign_spec.rb +49 -32
- data/spec/models/create_list_spec.rb +4 -5
- data/spec/models/create_model_spec.rb +3 -4
- data/spec/models/create_reseller_spec.rb +3 -4
- data/spec/models/create_sender_ips_spec.rb +5 -6
- data/spec/models/create_sender_model_spec.rb +5 -6
- data/spec/models/create_sender_spec.rb +5 -6
- data/spec/models/create_sms_campaign_recipients_spec.rb +4 -5
- data/spec/models/create_sms_campaign_spec.rb +7 -8
- data/spec/models/create_smtp_email_spec.rb +3 -4
- data/spec/models/create_smtp_template_sender_spec.rb +10 -5
- data/spec/models/create_smtp_template_spec.rb +12 -13
- data/spec/models/create_update_contact_model_spec.rb +3 -4
- data/spec/models/create_update_folder_spec.rb +3 -4
- data/spec/models/create_webhook_spec.rb +14 -15
- data/spec/models/created_process_id_spec.rb +3 -4
- data/spec/models/delete_hardbounces_spec.rb +5 -6
- data/spec/models/email_export_recipients_spec.rb +8 -9
- data/spec/models/error_model_spec.rb +8 -9
- data/spec/models/get_account_marketing_automation_spec.rb +4 -5
- data/spec/models/get_account_plan_spec.rb +16 -17
- data/spec/models/get_account_relay_data_spec.rb +5 -6
- data/spec/models/get_account_relay_spec.rb +4 -5
- data/spec/models/get_account_spec.rb +10 -11
- data/spec/models/get_aggregated_report_spec.rb +15 -16
- data/spec/models/get_attributes_attributes_spec.rb +15 -16
- data/spec/models/get_attributes_enumeration_spec.rb +4 -5
- data/spec/models/get_attributes_spec.rb +3 -4
- data/spec/models/get_campaign_overview_spec.rb +23 -24
- data/spec/models/get_campaign_recipients_spec.rb +4 -5
- data/spec/models/get_campaign_stats_spec.rb +14 -15
- data/spec/models/get_child_account_creation_status_spec.rb +41 -0
- data/spec/models/get_child_domain_spec.rb +4 -5
- data/spec/models/get_child_domains_spec.rb +2 -3
- data/spec/models/get_child_info_api_keys_spec.rb +4 -5
- data/spec/models/get_child_info_api_keys_v2_spec.rb +4 -5
- data/spec/models/get_child_info_api_keys_v3_spec.rb +4 -5
- data/spec/models/get_child_info_credits_spec.rb +4 -5
- data/spec/models/get_child_info_spec.rb +11 -12
- data/spec/models/get_child_info_statistics_spec.rb +5 -6
- data/spec/models/get_children_list_spec.rb +9 -4
- data/spec/models/get_client_spec.rb +6 -7
- data/spec/models/get_contact_campaign_stats_clicked_spec.rb +4 -5
- data/spec/models/get_contact_campaign_stats_opened_spec.rb +6 -7
- data/spec/models/get_contact_campaign_stats_spec.rb +10 -11
- data/spec/models/get_contact_campaign_stats_transac_attributes_spec.rb +5 -6
- data/spec/models/get_contact_campaign_stats_unsubscriptions_spec.rb +4 -5
- data/spec/models/get_contact_details_spec.rb +11 -12
- data/spec/models/get_contacts_spec.rb +4 -5
- data/spec/models/get_device_browser_stats_spec.rb +59 -0
- data/spec/models/get_email_campaign_spec.rb +40 -41
- data/spec/models/get_email_campaigns_spec.rb +4 -5
- data/spec/models/get_email_event_report_events_spec.rb +16 -17
- data/spec/models/get_email_event_report_spec.rb +3 -4
- data/spec/models/get_extended_campaign_overview_sender_spec.rb +10 -5
- data/spec/models/get_extended_campaign_overview_spec.rb +38 -39
- data/spec/models/get_extended_campaign_stats_spec.rb +20 -9
- data/spec/models/get_extended_client_address_spec.rb +6 -7
- data/spec/models/get_extended_client_spec.rb +7 -8
- data/spec/models/get_extended_contact_details_spec.rb +12 -13
- data/spec/models/get_extended_contact_details_statistics_clicked_spec.rb +4 -5
- data/spec/models/get_extended_contact_details_statistics_links_spec.rb +6 -7
- data/spec/models/get_extended_contact_details_statistics_messages_sent_spec.rb +4 -5
- data/spec/models/get_extended_contact_details_statistics_opened_spec.rb +6 -7
- data/spec/models/get_extended_contact_details_statistics_spec.rb +10 -11
- data/spec/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription_spec.rb +4 -5
- data/spec/models/get_extended_contact_details_statistics_unsubscriptions_spec.rb +4 -5
- data/spec/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription_spec.rb +5 -6
- data/spec/models/get_extended_list_campaign_stats_spec.rb +4 -5
- data/spec/models/get_extended_list_spec.rb +10 -11
- data/spec/models/get_folder_lists_spec.rb +4 -5
- data/spec/models/get_folder_spec.rb +7 -8
- data/spec/models/get_folders_spec.rb +4 -5
- data/spec/models/get_ip_from_sender_spec.rb +6 -7
- data/spec/models/get_ip_spec.rb +6 -7
- data/spec/models/get_ips_from_sender_spec.rb +3 -4
- data/spec/models/get_ips_spec.rb +3 -4
- data/spec/models/get_list_spec.rb +6 -7
- data/spec/models/get_lists_spec.rb +4 -5
- data/spec/models/get_process_spec.rb +10 -11
- data/spec/models/get_processes_spec.rb +4 -5
- data/spec/models/get_reports_reports_spec.rb +15 -16
- data/spec/models/get_reports_spec.rb +3 -4
- data/spec/models/get_senders_list_ips_spec.rb +5 -6
- data/spec/models/get_senders_list_senders_spec.rb +7 -8
- data/spec/models/get_senders_list_spec.rb +3 -4
- data/spec/models/get_shared_template_url_spec.rb +41 -0
- data/spec/models/get_sms_campaign_overview_spec.rb +14 -15
- data/spec/models/get_sms_campaign_spec.rb +16 -17
- data/spec/models/get_sms_campaign_stats_spec.rb +9 -10
- data/spec/models/get_sms_campaigns_spec.rb +4 -5
- data/spec/models/get_sms_event_report_events_spec.rb +13 -14
- data/spec/models/get_sms_event_report_spec.rb +3 -4
- data/spec/models/get_smtp_template_overview_sender_spec.rb +10 -5
- data/spec/models/get_smtp_template_overview_spec.rb +14 -15
- data/spec/models/get_smtp_templates_spec.rb +4 -5
- data/spec/models/get_sso_token_spec.rb +3 -4
- data/spec/models/get_stats_by_browser_spec.rb +35 -0
- data/spec/models/get_stats_by_device_spec.rb +59 -0
- data/spec/models/get_stats_by_domain_spec.rb +2 -3
- data/spec/models/get_transac_aggregated_sms_report_spec.rb +12 -13
- data/spec/models/get_transac_blocked_contacts_contacts_spec.rb +59 -0
- data/spec/models/get_transac_blocked_contacts_reason_spec.rb +51 -0
- data/spec/models/get_transac_blocked_contacts_spec.rb +47 -0
- data/spec/models/get_transac_email_content_events_spec.rb +4 -5
- data/spec/models/get_transac_email_content_spec.rb +9 -10
- data/spec/models/get_transac_emails_list_spec.rb +3 -4
- data/spec/models/get_transac_emails_list_transactional_emails_spec.rb +8 -9
- data/spec/models/get_transac_sms_report_reports_spec.rb +12 -13
- data/spec/models/get_transac_sms_report_spec.rb +3 -4
- data/spec/models/get_webhook_spec.rb +13 -14
- data/spec/models/get_webhooks_spec.rb +3 -4
- data/spec/models/manage_ip_spec.rb +3 -4
- data/spec/models/post_contact_info_contacts_spec.rb +5 -6
- data/spec/models/post_contact_info_spec.rb +3 -4
- data/spec/models/post_send_failed_spec.rb +7 -8
- data/spec/models/post_send_sms_test_failed_spec.rb +6 -7
- data/spec/models/remaining_credit_model_child_spec.rb +4 -5
- data/spec/models/remaining_credit_model_reseller_spec.rb +4 -5
- data/spec/models/remaining_credit_model_spec.rb +4 -5
- data/spec/models/remove_contact_from_list_spec.rb +4 -5
- data/spec/models/remove_credits_spec.rb +4 -5
- data/spec/models/request_contact_export_custom_contact_filter_spec.rb +83 -0
- data/spec/models/request_contact_export_spec.rb +11 -6
- data/spec/models/request_contact_import_new_list_spec.rb +4 -5
- data/spec/models/request_contact_import_spec.rb +11 -12
- data/spec/models/request_sms_recipient_export_spec.rb +8 -9
- data/spec/models/send_email_attachment_spec.rb +4 -5
- data/spec/models/send_email_spec.rb +11 -12
- data/spec/models/send_report_email_spec.rb +12 -13
- data/spec/models/send_report_spec.rb +8 -9
- data/spec/models/send_sms_spec.rb +7 -8
- data/spec/models/send_smtp_email_attachment_spec.rb +5 -6
- data/spec/models/send_smtp_email_bcc_spec.rb +4 -5
- data/spec/models/send_smtp_email_cc_spec.rb +4 -5
- data/spec/models/send_smtp_email_reply_to_spec.rb +4 -5
- data/spec/models/send_smtp_email_sender_spec.rb +4 -5
- data/spec/models/send_smtp_email_spec.rb +15 -16
- data/spec/models/send_smtp_email_to_spec.rb +4 -5
- data/spec/models/send_template_email_spec.rb +3 -4
- data/spec/models/send_test_email_spec.rb +3 -4
- data/spec/models/send_test_sms_spec.rb +3 -4
- data/spec/models/send_transac_sms_spec.rb +12 -13
- data/spec/models/update_attribute_enumeration_spec.rb +4 -5
- data/spec/models/update_attribute_spec.rb +4 -5
- data/spec/models/update_campaign_status_spec.rb +7 -8
- data/spec/models/update_child_account_status_spec.rb +5 -6
- data/spec/models/update_child_domain_spec.rb +3 -4
- data/spec/models/update_child_spec.rb +7 -8
- data/spec/models/update_contact_spec.rb +8 -9
- data/spec/models/update_email_campaign_recipients_spec.rb +4 -5
- data/spec/models/update_email_campaign_sender_spec.rb +10 -5
- data/spec/models/update_email_campaign_spec.rb +49 -32
- data/spec/models/update_list_spec.rb +4 -5
- data/spec/models/update_sender_spec.rb +5 -6
- data/spec/models/update_sms_campaign_spec.rb +7 -8
- data/spec/models/update_smtp_template_sender_spec.rb +10 -5
- data/spec/models/update_smtp_template_spec.rb +12 -13
- data/spec/models/update_webhook_spec.rb +9 -10
- data/spec/spec_helper.rb +2 -2
- metadata +42 -2
@@ -1,19 +1,18 @@
|
|
1
1
|
=begin
|
2
2
|
#SendinBlue API
|
3
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 |
|
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
5
|
|
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.
|
9
|
+
Swagger Codegen version: 2.4.12
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module SibApiV3Sdk
|
16
|
-
|
17
16
|
class CreateEmailCampaign
|
18
17
|
# Tag of the campaign
|
19
18
|
attr_accessor :tag
|
@@ -88,6 +87,15 @@ module SibApiV3Sdk
|
|
88
87
|
# Choose the duration of the test in hours. Maximum is 7 days, pass 24*7 = 168 hours. The winning version will be sent at the end of the test. Mandatory if 'splitRule' >= 1 and < 50. If splitRule = 50, 'winnerDelay' is ignored if passed
|
89
88
|
attr_accessor :winner_delay
|
90
89
|
|
90
|
+
# Available for dedicated ip clients. Set this to true if you wish to warm up your ip.
|
91
|
+
attr_accessor :ip_warmup_enable
|
92
|
+
|
93
|
+
# Mandatory if ipWarmupEnable is set to true. Set an initial quota greater than 1 for warming up your ip. We recommend you set a value of 3000.
|
94
|
+
attr_accessor :initial_quota
|
95
|
+
|
96
|
+
# Mandatory if ipWarmupEnable is set to true. Set a percentage increase rate for warming up your ip. We recommend you set the increase rate to 30% per day. If you want to send the same number of emails every day, set the daily increase value to 0%.
|
97
|
+
attr_accessor :increase_rate
|
98
|
+
|
91
99
|
class EnumAttributeValidator
|
92
100
|
attr_reader :datatype
|
93
101
|
attr_reader :allowable_values
|
@@ -137,7 +145,10 @@ module SibApiV3Sdk
|
|
137
145
|
:'subject_b' => :'subjectB',
|
138
146
|
:'split_rule' => :'splitRule',
|
139
147
|
:'winner_criteria' => :'winnerCriteria',
|
140
|
-
:'winner_delay' => :'winnerDelay'
|
148
|
+
:'winner_delay' => :'winnerDelay',
|
149
|
+
:'ip_warmup_enable' => :'ipWarmupEnable',
|
150
|
+
:'initial_quota' => :'initialQuota',
|
151
|
+
:'increase_rate' => :'increaseRate'
|
141
152
|
}
|
142
153
|
end
|
143
154
|
|
@@ -168,7 +179,10 @@ module SibApiV3Sdk
|
|
168
179
|
:'subject_b' => :'String',
|
169
180
|
:'split_rule' => :'Integer',
|
170
181
|
:'winner_criteria' => :'String',
|
171
|
-
:'winner_delay' => :'Integer'
|
182
|
+
:'winner_delay' => :'Integer',
|
183
|
+
:'ip_warmup_enable' => :'BOOLEAN',
|
184
|
+
:'initial_quota' => :'Integer',
|
185
|
+
:'increase_rate' => :'Integer'
|
172
186
|
}
|
173
187
|
end
|
174
188
|
|
@@ -178,7 +192,7 @@ module SibApiV3Sdk
|
|
178
192
|
return unless attributes.is_a?(Hash)
|
179
193
|
|
180
194
|
# convert string to symbol for hash key
|
181
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
195
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
182
196
|
|
183
197
|
if attributes.has_key?(:'tag')
|
184
198
|
self.tag = attributes[:'tag']
|
@@ -286,6 +300,19 @@ module SibApiV3Sdk
|
|
286
300
|
self.winner_delay = attributes[:'winnerDelay']
|
287
301
|
end
|
288
302
|
|
303
|
+
if attributes.has_key?(:'ipWarmupEnable')
|
304
|
+
self.ip_warmup_enable = attributes[:'ipWarmupEnable']
|
305
|
+
else
|
306
|
+
self.ip_warmup_enable = false
|
307
|
+
end
|
308
|
+
|
309
|
+
if attributes.has_key?(:'initialQuota')
|
310
|
+
self.initial_quota = attributes[:'initialQuota']
|
311
|
+
end
|
312
|
+
|
313
|
+
if attributes.has_key?(:'increaseRate')
|
314
|
+
self.increase_rate = attributes[:'increaseRate']
|
315
|
+
end
|
289
316
|
end
|
290
317
|
|
291
318
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -293,30 +320,38 @@ module SibApiV3Sdk
|
|
293
320
|
def list_invalid_properties
|
294
321
|
invalid_properties = Array.new
|
295
322
|
if @sender.nil?
|
296
|
-
invalid_properties.push(
|
323
|
+
invalid_properties.push('invalid value for "sender", sender cannot be nil.')
|
297
324
|
end
|
298
325
|
|
299
326
|
if @name.nil?
|
300
|
-
invalid_properties.push(
|
327
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
301
328
|
end
|
302
329
|
|
303
330
|
if !@split_rule.nil? && @split_rule > 50
|
304
|
-
invalid_properties.push(
|
331
|
+
invalid_properties.push('invalid value for "split_rule", must be smaller than or equal to 50.')
|
305
332
|
end
|
306
333
|
|
307
334
|
if !@split_rule.nil? && @split_rule < 1
|
308
|
-
invalid_properties.push(
|
335
|
+
invalid_properties.push('invalid value for "split_rule", must be greater than or equal to 1.')
|
309
336
|
end
|
310
337
|
|
311
338
|
if !@winner_delay.nil? && @winner_delay > 168
|
312
|
-
invalid_properties.push(
|
339
|
+
invalid_properties.push('invalid value for "winner_delay", must be smaller than or equal to 168.')
|
313
340
|
end
|
314
341
|
|
315
342
|
if !@winner_delay.nil? && @winner_delay < 1
|
316
|
-
invalid_properties.push(
|
343
|
+
invalid_properties.push('invalid value for "winner_delay", must be greater than or equal to 1.')
|
317
344
|
end
|
318
345
|
|
319
|
-
|
346
|
+
if !@increase_rate.nil? && @increase_rate > 100
|
347
|
+
invalid_properties.push('invalid value for "increase_rate", must be smaller than or equal to 100.')
|
348
|
+
end
|
349
|
+
|
350
|
+
if !@increase_rate.nil? && @increase_rate < 0
|
351
|
+
invalid_properties.push('invalid value for "increase_rate", must be greater than or equal to 0.')
|
352
|
+
end
|
353
|
+
|
354
|
+
invalid_properties
|
320
355
|
end
|
321
356
|
|
322
357
|
# Check to see if the all the properties in the model are valid
|
@@ -326,23 +361,24 @@ module SibApiV3Sdk
|
|
326
361
|
return false if @name.nil?
|
327
362
|
return false if !@split_rule.nil? && @split_rule > 50
|
328
363
|
return false if !@split_rule.nil? && @split_rule < 1
|
329
|
-
winner_criteria_validator = EnumAttributeValidator.new('String', [
|
364
|
+
winner_criteria_validator = EnumAttributeValidator.new('String', ['open', 'click'])
|
330
365
|
return false unless winner_criteria_validator.valid?(@winner_criteria)
|
331
366
|
return false if !@winner_delay.nil? && @winner_delay > 168
|
332
367
|
return false if !@winner_delay.nil? && @winner_delay < 1
|
333
|
-
return
|
368
|
+
return false if !@increase_rate.nil? && @increase_rate > 100
|
369
|
+
return false if !@increase_rate.nil? && @increase_rate < 0
|
370
|
+
true
|
334
371
|
end
|
335
372
|
|
336
373
|
# Custom attribute writer method with validation
|
337
374
|
# @param [Object] split_rule Value to be assigned
|
338
375
|
def split_rule=(split_rule)
|
339
|
-
|
340
376
|
if !split_rule.nil? && split_rule > 50
|
341
|
-
fail ArgumentError,
|
377
|
+
fail ArgumentError, 'invalid value for "split_rule", must be smaller than or equal to 50.'
|
342
378
|
end
|
343
379
|
|
344
380
|
if !split_rule.nil? && split_rule < 1
|
345
|
-
fail ArgumentError,
|
381
|
+
fail ArgumentError, 'invalid value for "split_rule", must be greater than or equal to 1.'
|
346
382
|
end
|
347
383
|
|
348
384
|
@split_rule = split_rule
|
@@ -351,9 +387,9 @@ module SibApiV3Sdk
|
|
351
387
|
# Custom attribute writer method checking allowed values (enum).
|
352
388
|
# @param [Object] winner_criteria Object to be assigned
|
353
389
|
def winner_criteria=(winner_criteria)
|
354
|
-
validator = EnumAttributeValidator.new('String', [
|
390
|
+
validator = EnumAttributeValidator.new('String', ['open', 'click'])
|
355
391
|
unless validator.valid?(winner_criteria)
|
356
|
-
fail ArgumentError,
|
392
|
+
fail ArgumentError, 'invalid value for "winner_criteria", must be one of #{validator.allowable_values}.'
|
357
393
|
end
|
358
394
|
@winner_criteria = winner_criteria
|
359
395
|
end
|
@@ -361,18 +397,31 @@ module SibApiV3Sdk
|
|
361
397
|
# Custom attribute writer method with validation
|
362
398
|
# @param [Object] winner_delay Value to be assigned
|
363
399
|
def winner_delay=(winner_delay)
|
364
|
-
|
365
400
|
if !winner_delay.nil? && winner_delay > 168
|
366
|
-
fail ArgumentError,
|
401
|
+
fail ArgumentError, 'invalid value for "winner_delay", must be smaller than or equal to 168.'
|
367
402
|
end
|
368
403
|
|
369
404
|
if !winner_delay.nil? && winner_delay < 1
|
370
|
-
fail ArgumentError,
|
405
|
+
fail ArgumentError, 'invalid value for "winner_delay", must be greater than or equal to 1.'
|
371
406
|
end
|
372
407
|
|
373
408
|
@winner_delay = winner_delay
|
374
409
|
end
|
375
410
|
|
411
|
+
# Custom attribute writer method with validation
|
412
|
+
# @param [Object] increase_rate Value to be assigned
|
413
|
+
def increase_rate=(increase_rate)
|
414
|
+
if !increase_rate.nil? && increase_rate > 100
|
415
|
+
fail ArgumentError, 'invalid value for "increase_rate", must be smaller than or equal to 100.'
|
416
|
+
end
|
417
|
+
|
418
|
+
if !increase_rate.nil? && increase_rate < 0
|
419
|
+
fail ArgumentError, 'invalid value for "increase_rate", must be greater than or equal to 0.'
|
420
|
+
end
|
421
|
+
|
422
|
+
@increase_rate = increase_rate
|
423
|
+
end
|
424
|
+
|
376
425
|
# Checks equality by comparing each attribute.
|
377
426
|
# @param [Object] Object to be compared
|
378
427
|
def ==(o)
|
@@ -402,7 +451,10 @@ module SibApiV3Sdk
|
|
402
451
|
subject_b == o.subject_b &&
|
403
452
|
split_rule == o.split_rule &&
|
404
453
|
winner_criteria == o.winner_criteria &&
|
405
|
-
winner_delay == o.winner_delay
|
454
|
+
winner_delay == o.winner_delay &&
|
455
|
+
ip_warmup_enable == o.ip_warmup_enable &&
|
456
|
+
initial_quota == o.initial_quota &&
|
457
|
+
increase_rate == o.increase_rate
|
406
458
|
end
|
407
459
|
|
408
460
|
# @see the `==` method
|
@@ -414,7 +466,7 @@ module SibApiV3Sdk
|
|
414
466
|
# Calculates hash code according to all attributes.
|
415
467
|
# @return [Fixnum] Hash code
|
416
468
|
def hash
|
417
|
-
[tag, sender, name, html_content, html_url, template_id, scheduled_at, subject, reply_to, to_field, recipients, attachment_url, inline_image_activation, mirror_active, footer, header, utm_campaign, params, send_at_best_time, ab_testing, subject_a, subject_b, split_rule, winner_criteria, winner_delay].hash
|
469
|
+
[tag, sender, name, html_content, html_url, template_id, scheduled_at, subject, reply_to, to_field, recipients, attachment_url, inline_image_activation, mirror_active, footer, header, utm_campaign, params, send_at_best_time, ab_testing, subject_a, subject_b, split_rule, winner_criteria, winner_delay, ip_warmup_enable, initial_quota, increase_rate].hash
|
418
470
|
end
|
419
471
|
|
420
472
|
# Builds the object from hash
|
@@ -427,7 +479,7 @@ module SibApiV3Sdk
|
|
427
479
|
# check to ensure the input is an array given that the the attribute
|
428
480
|
# is documented as an array but the input is not
|
429
481
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
430
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
482
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
431
483
|
end
|
432
484
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
433
485
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -509,7 +561,7 @@ module SibApiV3Sdk
|
|
509
561
|
# @return [Hash] Returns the value in the form of hash
|
510
562
|
def _to_hash(value)
|
511
563
|
if value.is_a?(Array)
|
512
|
-
value.compact.map{ |v| _to_hash(v) }
|
564
|
+
value.compact.map { |v| _to_hash(v) }
|
513
565
|
elsif value.is_a?(Hash)
|
514
566
|
{}.tap do |hash|
|
515
567
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -520,7 +572,5 @@ module SibApiV3Sdk
|
|
520
572
|
value
|
521
573
|
end
|
522
574
|
end
|
523
|
-
|
524
575
|
end
|
525
|
-
|
526
576
|
end
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#SendinBlue API
|
3
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 |
|
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
5
|
|
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.
|
9
|
+
Swagger Codegen version: 2.4.12
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -21,7 +21,6 @@ module SibApiV3Sdk
|
|
21
21
|
# Mandatory if scheduledAt is not empty. List Ids to send the campaign to
|
22
22
|
attr_accessor :list_ids
|
23
23
|
|
24
|
-
|
25
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
26
25
|
def self.attribute_map
|
27
26
|
{
|
@@ -44,7 +43,7 @@ module SibApiV3Sdk
|
|
44
43
|
return unless attributes.is_a?(Hash)
|
45
44
|
|
46
45
|
# convert string to symbol for hash key
|
47
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
46
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
48
47
|
|
49
48
|
if attributes.has_key?(:'exclusionListIds')
|
50
49
|
if (value = attributes[:'exclusionListIds']).is_a?(Array)
|
@@ -57,20 +56,19 @@ module SibApiV3Sdk
|
|
57
56
|
self.list_ids = value
|
58
57
|
end
|
59
58
|
end
|
60
|
-
|
61
59
|
end
|
62
60
|
|
63
61
|
# Show invalid properties with the reasons. Usually used together with valid?
|
64
62
|
# @return Array for valid properties with the reasons
|
65
63
|
def list_invalid_properties
|
66
64
|
invalid_properties = Array.new
|
67
|
-
|
65
|
+
invalid_properties
|
68
66
|
end
|
69
67
|
|
70
68
|
# Check to see if the all the properties in the model are valid
|
71
69
|
# @return true if the model is valid
|
72
70
|
def valid?
|
73
|
-
|
71
|
+
true
|
74
72
|
end
|
75
73
|
|
76
74
|
# Checks equality by comparing each attribute.
|
@@ -104,7 +102,7 @@ module SibApiV3Sdk
|
|
104
102
|
# check to ensure the input is an array given that the the attribute
|
105
103
|
# is documented as an array but the input is not
|
106
104
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
107
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
105
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
108
106
|
end
|
109
107
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
110
108
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -186,7 +184,7 @@ module SibApiV3Sdk
|
|
186
184
|
# @return [Hash] Returns the value in the form of hash
|
187
185
|
def _to_hash(value)
|
188
186
|
if value.is_a?(Array)
|
189
|
-
value.compact.map{ |v| _to_hash(v) }
|
187
|
+
value.compact.map { |v| _to_hash(v) }
|
190
188
|
elsif value.is_a?(Hash)
|
191
189
|
{}.tap do |hash|
|
192
190
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -197,7 +195,5 @@ module SibApiV3Sdk
|
|
197
195
|
value
|
198
196
|
end
|
199
197
|
end
|
200
|
-
|
201
198
|
end
|
202
|
-
|
203
199
|
end
|
@@ -1,19 +1,19 @@
|
|
1
1
|
=begin
|
2
2
|
#SendinBlue API
|
3
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 |
|
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
5
|
|
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.
|
9
|
+
Swagger Codegen version: 2.4.12
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
require 'date'
|
14
14
|
|
15
15
|
module SibApiV3Sdk
|
16
|
-
# Sender details including email and name (optional). For example {
|
16
|
+
# Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"example@abc.com\"}` , `{\"name\":\"xyz\", \"id\":123}`
|
17
17
|
class CreateEmailCampaignSender
|
18
18
|
# Sender Name
|
19
19
|
attr_accessor :name
|
@@ -21,12 +21,15 @@ module SibApiV3Sdk
|
|
21
21
|
# Sender email
|
22
22
|
attr_accessor :email
|
23
23
|
|
24
|
+
# Select the sender for the campaign on the basis of sender id. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email).
|
25
|
+
attr_accessor :id
|
24
26
|
|
25
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
26
28
|
def self.attribute_map
|
27
29
|
{
|
28
30
|
:'name' => :'name',
|
29
|
-
:'email' => :'email'
|
31
|
+
:'email' => :'email',
|
32
|
+
:'id' => :'id'
|
30
33
|
}
|
31
34
|
end
|
32
35
|
|
@@ -34,7 +37,8 @@ module SibApiV3Sdk
|
|
34
37
|
def self.swagger_types
|
35
38
|
{
|
36
39
|
:'name' => :'String',
|
37
|
-
:'email' => :'String'
|
40
|
+
:'email' => :'String',
|
41
|
+
:'id' => :'Integer'
|
38
42
|
}
|
39
43
|
end
|
40
44
|
|
@@ -44,7 +48,7 @@ module SibApiV3Sdk
|
|
44
48
|
return unless attributes.is_a?(Hash)
|
45
49
|
|
46
50
|
# convert string to symbol for hash key
|
47
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
51
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
48
52
|
|
49
53
|
if attributes.has_key?(:'name')
|
50
54
|
self.name = attributes[:'name']
|
@@ -54,6 +58,9 @@ module SibApiV3Sdk
|
|
54
58
|
self.email = attributes[:'email']
|
55
59
|
end
|
56
60
|
|
61
|
+
if attributes.has_key?(:'id')
|
62
|
+
self.id = attributes[:'id']
|
63
|
+
end
|
57
64
|
end
|
58
65
|
|
59
66
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -61,17 +68,17 @@ module SibApiV3Sdk
|
|
61
68
|
def list_invalid_properties
|
62
69
|
invalid_properties = Array.new
|
63
70
|
if @email.nil?
|
64
|
-
invalid_properties.push(
|
71
|
+
invalid_properties.push('invalid value for "email", email cannot be nil.')
|
65
72
|
end
|
66
73
|
|
67
|
-
|
74
|
+
invalid_properties
|
68
75
|
end
|
69
76
|
|
70
77
|
# Check to see if the all the properties in the model are valid
|
71
78
|
# @return true if the model is valid
|
72
79
|
def valid?
|
73
80
|
return false if @email.nil?
|
74
|
-
|
81
|
+
true
|
75
82
|
end
|
76
83
|
|
77
84
|
# Checks equality by comparing each attribute.
|
@@ -80,7 +87,8 @@ module SibApiV3Sdk
|
|
80
87
|
return true if self.equal?(o)
|
81
88
|
self.class == o.class &&
|
82
89
|
name == o.name &&
|
83
|
-
email == o.email
|
90
|
+
email == o.email &&
|
91
|
+
id == o.id
|
84
92
|
end
|
85
93
|
|
86
94
|
# @see the `==` method
|
@@ -92,7 +100,7 @@ module SibApiV3Sdk
|
|
92
100
|
# Calculates hash code according to all attributes.
|
93
101
|
# @return [Fixnum] Hash code
|
94
102
|
def hash
|
95
|
-
[name, email].hash
|
103
|
+
[name, email, id].hash
|
96
104
|
end
|
97
105
|
|
98
106
|
# Builds the object from hash
|
@@ -105,7 +113,7 @@ module SibApiV3Sdk
|
|
105
113
|
# check to ensure the input is an array given that the the attribute
|
106
114
|
# is documented as an array but the input is not
|
107
115
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
108
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
116
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
109
117
|
end
|
110
118
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
111
119
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
@@ -187,7 +195,7 @@ module SibApiV3Sdk
|
|
187
195
|
# @return [Hash] Returns the value in the form of hash
|
188
196
|
def _to_hash(value)
|
189
197
|
if value.is_a?(Array)
|
190
|
-
value.compact.map{ |v| _to_hash(v) }
|
198
|
+
value.compact.map { |v| _to_hash(v) }
|
191
199
|
elsif value.is_a?(Hash)
|
192
200
|
{}.tap do |hash|
|
193
201
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
@@ -198,7 +206,5 @@ module SibApiV3Sdk
|
|
198
206
|
value
|
199
207
|
end
|
200
208
|
end
|
201
|
-
|
202
209
|
end
|
203
|
-
|
204
210
|
end
|