mailslurp/models/
mod.rs

1pub mod abstract_webhook_payload;
2pub use self::abstract_webhook_payload::AbstractWebhookPayload;
3pub mod alias_dto;
4pub use self::alias_dto::AliasDto;
5pub mod alias_projection;
6pub use self::alias_projection::AliasProjection;
7pub mod attachment_entity;
8pub use self::attachment_entity::AttachmentEntity;
9pub mod attachment_meta_data;
10pub use self::attachment_meta_data::AttachmentMetaData;
11pub mod attachment_projection;
12pub use self::attachment_projection::AttachmentProjection;
13pub mod basic_auth_options;
14pub use self::basic_auth_options::BasicAuthOptions;
15pub mod bounce_projection;
16pub use self::bounce_projection::BounceProjection;
17pub mod bounce_recipient;
18pub use self::bounce_recipient::BounceRecipient;
19pub mod bounced_email_dto;
20pub use self::bounced_email_dto::BouncedEmailDto;
21pub mod bounced_recipient_dto;
22pub use self::bounced_recipient_dto::BouncedRecipientDto;
23pub mod bulk_send_email_options;
24pub use self::bulk_send_email_options::BulkSendEmailOptions;
25pub mod condition_option;
26pub use self::condition_option::ConditionOption;
27pub mod contact_dto;
28pub use self::contact_dto::ContactDto;
29pub mod contact_projection;
30pub use self::contact_projection::ContactProjection;
31pub mod content_match_options;
32pub use self::content_match_options::ContentMatchOptions;
33pub mod create_alias_options;
34pub use self::create_alias_options::CreateAliasOptions;
35pub mod create_contact_options;
36pub use self::create_contact_options::CreateContactOptions;
37pub mod create_domain_options;
38pub use self::create_domain_options::CreateDomainOptions;
39pub mod create_group_options;
40pub use self::create_group_options::CreateGroupOptions;
41pub mod create_inbox_dto;
42pub use self::create_inbox_dto::CreateInboxDto;
43pub mod create_inbox_forwarder_options;
44pub use self::create_inbox_forwarder_options::CreateInboxForwarderOptions;
45pub mod create_inbox_ruleset_options;
46pub use self::create_inbox_ruleset_options::CreateInboxRulesetOptions;
47pub mod create_template_options;
48pub use self::create_template_options::CreateTemplateOptions;
49pub mod create_tracking_pixel_options;
50pub use self::create_tracking_pixel_options::CreateTrackingPixelOptions;
51pub mod create_webhook_options;
52pub use self::create_webhook_options::CreateWebhookOptions;
53pub mod describe_domain_options;
54pub use self::describe_domain_options::DescribeDomainOptions;
55pub mod describe_mail_server_domain_result;
56pub use self::describe_mail_server_domain_result::DescribeMailServerDomainResult;
57pub mod dns_lookup_options;
58pub use self::dns_lookup_options::DnsLookupOptions;
59pub mod dns_lookup_result;
60pub use self::dns_lookup_result::DnsLookupResult;
61pub mod dns_lookup_results;
62pub use self::dns_lookup_results::DnsLookupResults;
63pub mod domain_dto;
64pub use self::domain_dto::DomainDto;
65pub mod domain_name_record;
66pub use self::domain_name_record::DomainNameRecord;
67pub mod domain_preview;
68pub use self::domain_preview::DomainPreview;
69pub mod download_attachment_dto;
70pub use self::download_attachment_dto::DownloadAttachmentDto;
71pub mod email;
72pub use self::email::Email;
73pub mod email_analysis;
74pub use self::email_analysis::EmailAnalysis;
75pub mod email_content_match_result;
76pub use self::email_content_match_result::EmailContentMatchResult;
77pub mod email_links_result;
78pub use self::email_links_result::EmailLinksResult;
79pub mod email_preview;
80pub use self::email_preview::EmailPreview;
81pub mod email_projection;
82pub use self::email_projection::EmailProjection;
83pub mod email_recipients;
84pub use self::email_recipients::EmailRecipients;
85pub mod email_text_lines_result;
86pub use self::email_text_lines_result::EmailTextLinesResult;
87pub mod email_verification_result;
88pub use self::email_verification_result::EmailVerificationResult;
89pub mod expiration_defaults;
90pub use self::expiration_defaults::ExpirationDefaults;
91pub mod expired_inbox_dto;
92pub use self::expired_inbox_dto::ExpiredInboxDto;
93pub mod expired_inbox_record_projection;
94pub use self::expired_inbox_record_projection::ExpiredInboxRecordProjection;
95pub mod export_link;
96pub use self::export_link::ExportLink;
97pub mod export_options;
98pub use self::export_options::ExportOptions;
99pub mod forward_email_options;
100pub use self::forward_email_options::ForwardEmailOptions;
101pub mod gravatar_url;
102pub use self::gravatar_url::GravatarUrl;
103pub mod group_contacts_dto;
104pub use self::group_contacts_dto::GroupContactsDto;
105pub mod group_dto;
106pub use self::group_dto::GroupDto;
107pub mod group_projection;
108pub use self::group_projection::GroupProjection;
109pub mod html_validation_result;
110pub use self::html_validation_result::HtmlValidationResult;
111pub mod inbox;
112pub use self::inbox::Inbox;
113pub mod inbox_forwarder_dto;
114pub use self::inbox_forwarder_dto::InboxForwarderDto;
115pub mod inbox_forwarder_test_options;
116pub use self::inbox_forwarder_test_options::InboxForwarderTestOptions;
117pub mod inbox_forwarder_test_result;
118pub use self::inbox_forwarder_test_result::InboxForwarderTestResult;
119pub mod inbox_projection;
120pub use self::inbox_projection::InboxProjection;
121pub mod inbox_ruleset_dto;
122pub use self::inbox_ruleset_dto::InboxRulesetDto;
123pub mod inbox_ruleset_test_options;
124pub use self::inbox_ruleset_test_options::InboxRulesetTestOptions;
125pub mod inbox_ruleset_test_result;
126pub use self::inbox_ruleset_test_result::InboxRulesetTestResult;
127pub mod ip_address_result;
128pub use self::ip_address_result::IpAddressResult;
129pub mod json_schema_dto;
130pub use self::json_schema_dto::JsonSchemaDto;
131pub mod match_option;
132pub use self::match_option::MatchOption;
133pub mod match_options;
134pub use self::match_options::MatchOptions;
135pub mod missed_email;
136pub use self::missed_email::MissedEmail;
137pub mod missed_email_projection;
138pub use self::missed_email_projection::MissedEmailProjection;
139pub mod name_server_record;
140pub use self::name_server_record::NameServerRecord;
141pub mod organization_inbox_projection;
142pub use self::organization_inbox_projection::OrganizationInboxProjection;
143pub mod page_alias;
144pub use self::page_alias::PageAlias;
145pub mod page_attachment_entity;
146pub use self::page_attachment_entity::PageAttachmentEntity;
147pub mod page_bounced_email;
148pub use self::page_bounced_email::PageBouncedEmail;
149pub mod page_bounced_recipients;
150pub use self::page_bounced_recipients::PageBouncedRecipients;
151pub mod page_contact_projection;
152pub use self::page_contact_projection::PageContactProjection;
153pub mod page_email_preview;
154pub use self::page_email_preview::PageEmailPreview;
155pub mod page_email_projection;
156pub use self::page_email_projection::PageEmailProjection;
157pub mod page_expired_inbox_record_projection;
158pub use self::page_expired_inbox_record_projection::PageExpiredInboxRecordProjection;
159pub mod page_group_projection;
160pub use self::page_group_projection::PageGroupProjection;
161pub mod page_inbox_forwarder_dto;
162pub use self::page_inbox_forwarder_dto::PageInboxForwarderDto;
163pub mod page_inbox_projection;
164pub use self::page_inbox_projection::PageInboxProjection;
165pub mod page_inbox_ruleset_dto;
166pub use self::page_inbox_ruleset_dto::PageInboxRulesetDto;
167pub mod page_missed_email_projection;
168pub use self::page_missed_email_projection::PageMissedEmailProjection;
169pub mod page_organization_inbox_projection;
170pub use self::page_organization_inbox_projection::PageOrganizationInboxProjection;
171pub mod page_sent_email_projection;
172pub use self::page_sent_email_projection::PageSentEmailProjection;
173pub mod page_template_projection;
174pub use self::page_template_projection::PageTemplateProjection;
175pub mod page_thread_projection;
176pub use self::page_thread_projection::PageThreadProjection;
177pub mod page_tracking_pixel_projection;
178pub use self::page_tracking_pixel_projection::PageTrackingPixelProjection;
179pub mod page_unknown_missed_email_projection;
180pub use self::page_unknown_missed_email_projection::PageUnknownMissedEmailProjection;
181pub mod page_webhook_projection;
182pub use self::page_webhook_projection::PageWebhookProjection;
183pub mod page_webhook_result;
184pub use self::page_webhook_result::PageWebhookResult;
185pub mod pageable;
186pub use self::pageable::Pageable;
187pub mod raw_email_json;
188pub use self::raw_email_json::RawEmailJson;
189pub mod recipient;
190pub use self::recipient::Recipient;
191pub mod reply_to_alias_email_options;
192pub use self::reply_to_alias_email_options::ReplyToAliasEmailOptions;
193pub mod reply_to_email_options;
194pub use self::reply_to_email_options::ReplyToEmailOptions;
195pub mod send_email_options;
196pub use self::send_email_options::SendEmailOptions;
197pub mod sender;
198pub use self::sender::Sender;
199pub mod sent_email_dto;
200pub use self::sent_email_dto::SentEmailDto;
201pub mod sent_email_projection;
202pub use self::sent_email_projection::SentEmailProjection;
203pub mod set_inbox_favourited_options;
204pub use self::set_inbox_favourited_options::SetInboxFavouritedOptions;
205pub mod simple_send_email_options;
206pub use self::simple_send_email_options::SimpleSendEmailOptions;
207pub mod sort;
208pub use self::sort::Sort;
209pub mod template_dto;
210pub use self::template_dto::TemplateDto;
211pub mod template_projection;
212pub use self::template_projection::TemplateProjection;
213pub mod template_variable;
214pub use self::template_variable::TemplateVariable;
215pub mod test_new_inbox_forwarder_options;
216pub use self::test_new_inbox_forwarder_options::TestNewInboxForwarderOptions;
217pub mod test_new_inbox_ruleset_options;
218pub use self::test_new_inbox_ruleset_options::TestNewInboxRulesetOptions;
219pub mod thread_projection;
220pub use self::thread_projection::ThreadProjection;
221pub mod tracking_pixel_dto;
222pub use self::tracking_pixel_dto::TrackingPixelDto;
223pub mod tracking_pixel_projection;
224pub use self::tracking_pixel_projection::TrackingPixelProjection;
225pub mod unknown_missed_email_projection;
226pub use self::unknown_missed_email_projection::UnknownMissedEmailProjection;
227pub mod unread_count;
228pub use self::unread_count::UnreadCount;
229pub mod update_alias_options;
230pub use self::update_alias_options::UpdateAliasOptions;
231pub mod update_domain_options;
232pub use self::update_domain_options::UpdateDomainOptions;
233pub mod update_group_contacts;
234pub use self::update_group_contacts::UpdateGroupContacts;
235pub mod update_inbox_options;
236pub use self::update_inbox_options::UpdateInboxOptions;
237pub mod upload_attachment_options;
238pub use self::upload_attachment_options::UploadAttachmentOptions;
239pub mod validation_dto;
240pub use self::validation_dto::ValidationDto;
241pub mod validation_message;
242pub use self::validation_message::ValidationMessage;
243pub mod verify_email_address_options;
244pub use self::verify_email_address_options::VerifyEmailAddressOptions;
245pub mod wait_for_conditions;
246pub use self::wait_for_conditions::WaitForConditions;
247pub mod webhook_dto;
248pub use self::webhook_dto::WebhookDto;
249pub mod webhook_email_opened_payload;
250pub use self::webhook_email_opened_payload::WebhookEmailOpenedPayload;
251pub mod webhook_email_read_payload;
252pub use self::webhook_email_read_payload::WebhookEmailReadPayload;
253pub mod webhook_new_attachment_payload;
254pub use self::webhook_new_attachment_payload::WebhookNewAttachmentPayload;
255pub mod webhook_new_contact_payload;
256pub use self::webhook_new_contact_payload::WebhookNewContactPayload;
257pub mod webhook_new_email_payload;
258pub use self::webhook_new_email_payload::WebhookNewEmailPayload;
259pub mod webhook_projection;
260pub use self::webhook_projection::WebhookProjection;
261pub mod webhook_redrive_result;
262pub use self::webhook_redrive_result::WebhookRedriveResult;
263pub mod webhook_result_dto;
264pub use self::webhook_result_dto::WebhookResultDto;
265pub mod webhook_test_request;
266pub use self::webhook_test_request::WebhookTestRequest;
267pub mod webhook_test_response;
268pub use self::webhook_test_response::WebhookTestResponse;
269pub mod webhook_test_result;
270pub use self::webhook_test_result::WebhookTestResult;