mailslurp_client 15.0.3 → 15.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/lib/mailslurp_client/api/alias_controller_api.rb +59 -55
- data/lib/mailslurp_client/api/attachment_controller_api.rb +49 -60
- data/lib/mailslurp_client/api/bounce_controller_api.rb +26 -18
- data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +15 -15
- data/lib/mailslurp_client/api/common_actions_controller_api.rb +128 -67
- data/lib/mailslurp_client/api/contact_controller_api.rb +22 -22
- data/lib/mailslurp_client/api/domain_controller_api.rb +32 -32
- data/lib/mailslurp_client/api/email_controller_api.rb +137 -117
- data/lib/mailslurp_client/api/expired_controller_api.rb +19 -19
- data/lib/mailslurp_client/api/export_controller_api.rb +38 -38
- data/lib/mailslurp_client/api/form_controller_api.rb +16 -18
- data/lib/mailslurp_client/api/group_controller_api.rb +52 -52
- data/lib/mailslurp_client/api/inbox_controller_api.rb +256 -236
- data/lib/mailslurp_client/api/inbox_forwarder_controller_api.rb +33 -29
- data/lib/mailslurp_client/api/inbox_ruleset_controller_api.rb +33 -29
- data/lib/mailslurp_client/api/mail_server_controller_api.rb +26 -26
- data/lib/mailslurp_client/api/missed_email_controller_api.rb +54 -42
- data/lib/mailslurp_client/api/sent_emails_controller_api.rb +157 -47
- data/lib/mailslurp_client/api/template_controller_api.rb +21 -21
- data/lib/mailslurp_client/api/tracking_controller_api.rb +16 -16
- data/lib/mailslurp_client/api/wait_for_controller_api.rb +128 -88
- data/lib/mailslurp_client/api/webhook_controller_api.rb +102 -86
- data/lib/mailslurp_client/configuration.rb +4 -4
- data/lib/mailslurp_client/models/abstract_webhook_payload.rb +10 -25
- data/lib/mailslurp_client/models/alias_dto.rb +45 -56
- data/lib/mailslurp_client/models/alias_projection.rb +42 -72
- data/lib/mailslurp_client/models/attachment_entity.rb +34 -54
- data/lib/mailslurp_client/models/attachment_meta_data.rb +21 -21
- data/lib/mailslurp_client/models/attachment_projection.rb +36 -51
- data/lib/mailslurp_client/models/basic_auth_options.rb +0 -10
- data/lib/mailslurp_client/models/bounce_projection.rb +13 -23
- data/lib/mailslurp_client/models/bounce_recipient.rb +22 -42
- data/lib/mailslurp_client/models/bounced_email_dto.rb +56 -76
- data/lib/mailslurp_client/models/bounced_recipient_dto.rb +16 -31
- data/lib/mailslurp_client/models/bulk_send_email_options.rb +5 -0
- data/lib/mailslurp_client/models/condition_option.rb +2 -2
- data/lib/mailslurp_client/models/contact_dto.rb +53 -73
- data/lib/mailslurp_client/models/contact_projection.rb +42 -52
- data/lib/mailslurp_client/models/count_dto.rb +0 -5
- data/lib/mailslurp_client/models/create_contact_options.rb +42 -42
- data/lib/mailslurp_client/models/create_domain_options.rb +21 -16
- data/lib/mailslurp_client/models/create_group_options.rb +0 -5
- data/lib/mailslurp_client/models/create_inbox_dto.rb +58 -58
- data/lib/mailslurp_client/models/create_inbox_forwarder_options.rb +19 -14
- data/lib/mailslurp_client/models/create_inbox_ruleset_options.rb +23 -23
- data/lib/mailslurp_client/models/create_template_options.rb +0 -10
- data/lib/mailslurp_client/models/create_webhook_options.rb +18 -18
- data/lib/mailslurp_client/models/describe_mail_server_domain_result.rb +15 -25
- data/lib/mailslurp_client/models/dns_lookup_options.rb +24 -14
- data/lib/mailslurp_client/models/dns_lookup_result.rb +23 -42
- data/lib/mailslurp_client/models/dns_lookup_results.rb +0 -5
- data/lib/mailslurp_client/models/domain_dto.rb +59 -80
- data/lib/mailslurp_client/models/domain_name_record.rb +11 -30
- data/lib/mailslurp_client/models/domain_preview.rb +26 -50
- data/lib/mailslurp_client/models/email.rb +134 -135
- data/lib/mailslurp_client/models/email_analysis.rb +28 -28
- data/lib/mailslurp_client/models/email_content_match_result.rb +13 -23
- data/lib/mailslurp_client/models/email_links_result.rb +13 -23
- data/lib/mailslurp_client/models/email_preview.rb +47 -47
- data/lib/mailslurp_client/models/email_projection.rb +77 -97
- data/lib/mailslurp_client/models/email_recipients.rb +16 -15
- data/lib/mailslurp_client/models/email_text_lines_result.rb +13 -23
- data/lib/mailslurp_client/models/email_verification_result.rb +16 -36
- data/lib/mailslurp_client/models/expiration_defaults.rb +16 -26
- data/lib/mailslurp_client/models/expired_inbox_dto.rb +13 -28
- data/lib/mailslurp_client/models/expired_inbox_record_projection.rb +22 -42
- data/lib/mailslurp_client/models/export_link.rb +0 -5
- data/lib/mailslurp_client/models/export_options.rb +1 -6
- data/lib/mailslurp_client/models/flush_expired_inboxes_result.rb +13 -23
- data/lib/mailslurp_client/models/forward_email_options.rb +36 -31
- data/lib/mailslurp_client/models/gravatar_url.rb +13 -23
- data/lib/mailslurp_client/models/group_contacts_dto.rb +13 -23
- data/lib/mailslurp_client/models/group_dto.rb +22 -37
- data/lib/mailslurp_client/models/group_projection.rb +22 -37
- data/lib/mailslurp_client/models/html_validation_result.rb +13 -14
- data/lib/mailslurp_client/models/{inbox.rb → inbox_dto.rb} +47 -57
- data/lib/mailslurp_client/models/inbox_exists_dto.rb +0 -5
- data/lib/mailslurp_client/models/inbox_forwarder_dto.rb +31 -61
- data/lib/mailslurp_client/models/inbox_forwarder_test_options.rb +0 -5
- data/lib/mailslurp_client/models/inbox_forwarder_test_result.rb +13 -23
- data/lib/mailslurp_client/models/inbox_preview.rb +38 -38
- data/lib/mailslurp_client/models/inbox_ruleset_dto.rb +43 -78
- data/lib/mailslurp_client/models/inbox_ruleset_test_options.rb +0 -5
- data/lib/mailslurp_client/models/inbox_ruleset_test_result.rb +13 -18
- data/lib/mailslurp_client/models/inline_object.rb +221 -0
- data/lib/mailslurp_client/models/ip_address_result.rb +0 -10
- data/lib/mailslurp_client/models/json_schema_dto.rb +0 -5
- data/lib/mailslurp_client/models/match_option.rb +7 -2
- data/lib/mailslurp_client/models/match_options.rb +16 -16
- data/lib/mailslurp_client/models/missed_email.rb +67 -102
- data/lib/mailslurp_client/models/missed_email_projection.rb +19 -29
- data/lib/mailslurp_client/models/name_server_record.rb +10 -30
- data/lib/mailslurp_client/models/organization_inbox_projection.rb +44 -44
- data/lib/mailslurp_client/models/page_alias.rb +52 -52
- data/lib/mailslurp_client/models/page_attachment_entity.rb +52 -52
- data/lib/mailslurp_client/models/page_bounced_email.rb +52 -52
- data/lib/mailslurp_client/models/page_bounced_recipients.rb +52 -52
- data/lib/mailslurp_client/models/page_contact_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_email_preview.rb +52 -52
- data/lib/mailslurp_client/models/page_email_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_expired_inbox_record_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_group_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_inbox_forwarder_dto.rb +52 -52
- data/lib/mailslurp_client/models/page_inbox_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_inbox_ruleset_dto.rb +52 -52
- data/lib/mailslurp_client/models/page_missed_email_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_organization_inbox_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_sent_email_projection.rb +49 -49
- data/lib/mailslurp_client/models/page_template_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_thread_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_tracking_pixel_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_unknown_missed_email_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_webhook_projection.rb +52 -52
- data/lib/mailslurp_client/models/page_webhook_result.rb +52 -52
- data/lib/mailslurp_client/models/pageable.rb +10 -10
- data/lib/mailslurp_client/models/raw_email_json.rb +0 -5
- data/lib/mailslurp_client/models/recipient.rb +13 -23
- data/lib/mailslurp_client/models/reply_to_alias_email_options.rb +38 -37
- data/lib/mailslurp_client/models/reply_to_email_options.rb +51 -50
- data/lib/mailslurp_client/models/send_email_options.rb +107 -115
- data/lib/mailslurp_client/models/sender.rb +14 -23
- data/lib/mailslurp_client/models/sent_email_dto.rb +97 -102
- data/lib/mailslurp_client/models/sent_email_projection.rb +66 -105
- data/lib/mailslurp_client/models/simple_send_email_options.rb +24 -24
- data/lib/mailslurp_client/models/template_dto.rb +22 -47
- data/lib/mailslurp_client/models/template_projection.rb +16 -41
- data/lib/mailslurp_client/models/template_variable.rb +0 -10
- data/lib/mailslurp_client/models/test_new_inbox_forwarder_options.rb +0 -10
- data/lib/mailslurp_client/models/test_new_inbox_ruleset_options.rb +0 -10
- data/lib/mailslurp_client/models/thread_projection.rb +60 -95
- data/lib/mailslurp_client/models/tracking_pixel_dto.rb +43 -68
- data/lib/mailslurp_client/models/tracking_pixel_projection.rb +34 -54
- data/lib/mailslurp_client/models/unknown_missed_email_projection.rb +19 -29
- data/lib/mailslurp_client/models/unread_count.rb +0 -5
- data/lib/mailslurp_client/models/unseen_error_count_dto.rb +0 -5
- data/lib/mailslurp_client/models/update_group_contacts.rb +0 -5
- data/lib/mailslurp_client/models/update_inbox_options.rb +26 -26
- data/lib/mailslurp_client/models/upload_attachment_options.rb +14 -14
- data/lib/mailslurp_client/models/validation_message.rb +1 -5
- data/lib/mailslurp_client/models/verify_email_address_options.rb +0 -5
- data/lib/mailslurp_client/models/wait_for_conditions.rb +48 -58
- data/lib/mailslurp_client/models/webhook_dto.rb +64 -69
- data/lib/mailslurp_client/models/webhook_email_opened_payload.rb +42 -42
- data/lib/mailslurp_client/models/webhook_email_read_payload.rb +49 -49
- data/lib/mailslurp_client/models/webhook_new_attachment_payload.rb +43 -43
- data/lib/mailslurp_client/models/webhook_new_contact_payload.rb +75 -95
- data/lib/mailslurp_client/models/webhook_new_email_payload.rb +84 -84
- data/lib/mailslurp_client/models/webhook_projection.rb +36 -61
- data/lib/mailslurp_client/models/webhook_redrive_result.rb +13 -23
- data/lib/mailslurp_client/models/webhook_result_dto.rb +76 -126
- data/lib/mailslurp_client/models/webhook_test_request.rb +21 -36
- data/lib/mailslurp_client/models/webhook_test_response.rb +13 -13
- data/lib/mailslurp_client/models/webhook_test_result.rb +13 -23
- data/lib/mailslurp_client/version.rb +1 -1
- data/lib/mailslurp_client.rb +2 -1
- metadata +4 -3
@@ -22,17 +22,17 @@ module MailSlurpClient
|
|
22
22
|
# Create new random inbox
|
23
23
|
# Returns an Inbox with an `id` and an `emailAddress`
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [Boolean] :allow_team_access
|
26
|
-
# @option opts [
|
27
|
-
# @option opts [
|
28
|
-
# @option opts [
|
29
|
-
# @option opts [
|
30
|
-
# @option opts [
|
31
|
-
# @option opts [String] :
|
32
|
-
# @option opts [String] :name
|
33
|
-
# @option opts [Array<String>] :tags
|
34
|
-
# @option opts [Boolean] :
|
35
|
-
# @return [
|
25
|
+
# @option opts [Boolean] :allow_team_access
|
26
|
+
# @option opts [Boolean] :use_domain_pool
|
27
|
+
# @option opts [DateTime] :expires_at
|
28
|
+
# @option opts [Integer] :expires_in
|
29
|
+
# @option opts [String] :email_address
|
30
|
+
# @option opts [String] :inbox_type
|
31
|
+
# @option opts [String] :description
|
32
|
+
# @option opts [String] :name
|
33
|
+
# @option opts [Array<String>] :tags
|
34
|
+
# @option opts [Boolean] :favourite
|
35
|
+
# @return [InboxDto]
|
36
36
|
def create_new_email_address(opts = {})
|
37
37
|
data, _status_code, _headers = create_new_email_address_with_http_info(opts)
|
38
38
|
data
|
@@ -41,17 +41,17 @@ module MailSlurpClient
|
|
41
41
|
# Create new random inbox
|
42
42
|
# Returns an Inbox with an `id` and an `emailAddress`
|
43
43
|
# @param [Hash] opts the optional parameters
|
44
|
-
# @option opts [Boolean] :allow_team_access
|
45
|
-
# @option opts [
|
46
|
-
# @option opts [
|
47
|
-
# @option opts [
|
48
|
-
# @option opts [
|
49
|
-
# @option opts [
|
50
|
-
# @option opts [String] :
|
51
|
-
# @option opts [String] :name
|
52
|
-
# @option opts [Array<String>] :tags
|
53
|
-
# @option opts [Boolean] :
|
54
|
-
# @return [Array<(
|
44
|
+
# @option opts [Boolean] :allow_team_access
|
45
|
+
# @option opts [Boolean] :use_domain_pool
|
46
|
+
# @option opts [DateTime] :expires_at
|
47
|
+
# @option opts [Integer] :expires_in
|
48
|
+
# @option opts [String] :email_address
|
49
|
+
# @option opts [String] :inbox_type
|
50
|
+
# @option opts [String] :description
|
51
|
+
# @option opts [String] :name
|
52
|
+
# @option opts [Array<String>] :tags
|
53
|
+
# @option opts [Boolean] :favourite
|
54
|
+
# @return [Array<(InboxDto, Integer, Hash)>] InboxDto data, response status code and response headers
|
55
55
|
def create_new_email_address_with_http_info(opts = {})
|
56
56
|
if @api_client.config.debugging
|
57
57
|
@api_client.config.logger.debug 'Calling API: CommonActionsControllerApi.create_new_email_address ...'
|
@@ -66,20 +66,20 @@ module MailSlurpClient
|
|
66
66
|
# query parameters
|
67
67
|
query_params = opts[:query_params] || {}
|
68
68
|
query_params[:'allowTeamAccess'] = opts[:'allow_team_access'] if !opts[:'allow_team_access'].nil?
|
69
|
-
query_params[:'
|
70
|
-
query_params[:'emailAddress'] = opts[:'email_address'] if !opts[:'email_address'].nil?
|
69
|
+
query_params[:'useDomainPool'] = opts[:'use_domain_pool'] if !opts[:'use_domain_pool'].nil?
|
71
70
|
query_params[:'expiresAt'] = opts[:'expires_at'] if !opts[:'expires_at'].nil?
|
72
71
|
query_params[:'expiresIn'] = opts[:'expires_in'] if !opts[:'expires_in'].nil?
|
73
|
-
query_params[:'
|
72
|
+
query_params[:'emailAddress'] = opts[:'email_address'] if !opts[:'email_address'].nil?
|
74
73
|
query_params[:'inboxType'] = opts[:'inbox_type'] if !opts[:'inbox_type'].nil?
|
74
|
+
query_params[:'description'] = opts[:'description'] if !opts[:'description'].nil?
|
75
75
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
76
76
|
query_params[:'tags'] = @api_client.build_collection_param(opts[:'tags'], :multi) if !opts[:'tags'].nil?
|
77
|
-
query_params[:'
|
77
|
+
query_params[:'favourite'] = opts[:'favourite'] if !opts[:'favourite'].nil?
|
78
78
|
|
79
79
|
# header parameters
|
80
80
|
header_params = opts[:header_params] || {}
|
81
81
|
# HTTP header 'Accept' (if needed)
|
82
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
82
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
83
83
|
|
84
84
|
# form parameters
|
85
85
|
form_params = opts[:form_params] || {}
|
@@ -88,7 +88,7 @@ module MailSlurpClient
|
|
88
88
|
post_body = opts[:body]
|
89
89
|
|
90
90
|
# return_type
|
91
|
-
return_type = opts[:return_type] || '
|
91
|
+
return_type = opts[:return_type] || 'InboxDto'
|
92
92
|
|
93
93
|
# auth_names
|
94
94
|
auth_names = opts[:auth_names] || ['API_KEY']
|
@@ -112,17 +112,17 @@ module MailSlurpClient
|
|
112
112
|
# Create new random inbox
|
113
113
|
# Returns an Inbox with an `id` and an `emailAddress`
|
114
114
|
# @param [Hash] opts the optional parameters
|
115
|
-
# @option opts [Boolean] :allow_team_access
|
116
|
-
# @option opts [
|
117
|
-
# @option opts [
|
118
|
-
# @option opts [
|
119
|
-
# @option opts [
|
120
|
-
# @option opts [
|
121
|
-
# @option opts [String] :
|
122
|
-
# @option opts [String] :name
|
123
|
-
# @option opts [Array<String>] :tags
|
124
|
-
# @option opts [Boolean] :
|
125
|
-
# @return [
|
115
|
+
# @option opts [Boolean] :allow_team_access
|
116
|
+
# @option opts [Boolean] :use_domain_pool
|
117
|
+
# @option opts [DateTime] :expires_at
|
118
|
+
# @option opts [Integer] :expires_in
|
119
|
+
# @option opts [String] :email_address
|
120
|
+
# @option opts [String] :inbox_type
|
121
|
+
# @option opts [String] :description
|
122
|
+
# @option opts [String] :name
|
123
|
+
# @option opts [Array<String>] :tags
|
124
|
+
# @option opts [Boolean] :favourite
|
125
|
+
# @return [InboxDto]
|
126
126
|
def create_new_email_address1(opts = {})
|
127
127
|
data, _status_code, _headers = create_new_email_address1_with_http_info(opts)
|
128
128
|
data
|
@@ -131,17 +131,17 @@ module MailSlurpClient
|
|
131
131
|
# Create new random inbox
|
132
132
|
# Returns an Inbox with an `id` and an `emailAddress`
|
133
133
|
# @param [Hash] opts the optional parameters
|
134
|
-
# @option opts [Boolean] :allow_team_access
|
135
|
-
# @option opts [
|
136
|
-
# @option opts [
|
137
|
-
# @option opts [
|
138
|
-
# @option opts [
|
139
|
-
# @option opts [
|
140
|
-
# @option opts [String] :
|
141
|
-
# @option opts [String] :name
|
142
|
-
# @option opts [Array<String>] :tags
|
143
|
-
# @option opts [Boolean] :
|
144
|
-
# @return [Array<(
|
134
|
+
# @option opts [Boolean] :allow_team_access
|
135
|
+
# @option opts [Boolean] :use_domain_pool
|
136
|
+
# @option opts [DateTime] :expires_at
|
137
|
+
# @option opts [Integer] :expires_in
|
138
|
+
# @option opts [String] :email_address
|
139
|
+
# @option opts [String] :inbox_type
|
140
|
+
# @option opts [String] :description
|
141
|
+
# @option opts [String] :name
|
142
|
+
# @option opts [Array<String>] :tags
|
143
|
+
# @option opts [Boolean] :favourite
|
144
|
+
# @return [Array<(InboxDto, Integer, Hash)>] InboxDto data, response status code and response headers
|
145
145
|
def create_new_email_address1_with_http_info(opts = {})
|
146
146
|
if @api_client.config.debugging
|
147
147
|
@api_client.config.logger.debug 'Calling API: CommonActionsControllerApi.create_new_email_address1 ...'
|
@@ -156,20 +156,20 @@ module MailSlurpClient
|
|
156
156
|
# query parameters
|
157
157
|
query_params = opts[:query_params] || {}
|
158
158
|
query_params[:'allowTeamAccess'] = opts[:'allow_team_access'] if !opts[:'allow_team_access'].nil?
|
159
|
-
query_params[:'
|
160
|
-
query_params[:'emailAddress'] = opts[:'email_address'] if !opts[:'email_address'].nil?
|
159
|
+
query_params[:'useDomainPool'] = opts[:'use_domain_pool'] if !opts[:'use_domain_pool'].nil?
|
161
160
|
query_params[:'expiresAt'] = opts[:'expires_at'] if !opts[:'expires_at'].nil?
|
162
161
|
query_params[:'expiresIn'] = opts[:'expires_in'] if !opts[:'expires_in'].nil?
|
163
|
-
query_params[:'
|
162
|
+
query_params[:'emailAddress'] = opts[:'email_address'] if !opts[:'email_address'].nil?
|
164
163
|
query_params[:'inboxType'] = opts[:'inbox_type'] if !opts[:'inbox_type'].nil?
|
164
|
+
query_params[:'description'] = opts[:'description'] if !opts[:'description'].nil?
|
165
165
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
166
166
|
query_params[:'tags'] = @api_client.build_collection_param(opts[:'tags'], :multi) if !opts[:'tags'].nil?
|
167
|
-
query_params[:'
|
167
|
+
query_params[:'favourite'] = opts[:'favourite'] if !opts[:'favourite'].nil?
|
168
168
|
|
169
169
|
# header parameters
|
170
170
|
header_params = opts[:header_params] || {}
|
171
171
|
# HTTP header 'Accept' (if needed)
|
172
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
172
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
173
173
|
|
174
174
|
# form parameters
|
175
175
|
form_params = opts[:form_params] || {}
|
@@ -178,7 +178,7 @@ module MailSlurpClient
|
|
178
178
|
post_body = opts[:body]
|
179
179
|
|
180
180
|
# return_type
|
181
|
-
return_type = opts[:return_type] || '
|
181
|
+
return_type = opts[:return_type] || 'InboxDto'
|
182
182
|
|
183
183
|
# auth_names
|
184
184
|
auth_names = opts[:auth_names] || ['API_KEY']
|
@@ -199,9 +199,70 @@ module MailSlurpClient
|
|
199
199
|
return data, status_code, headers
|
200
200
|
end
|
201
201
|
|
202
|
+
# Delete inbox email address by inbox id
|
203
|
+
# Deletes inbox email address
|
204
|
+
# @param inbox_id [String]
|
205
|
+
# @param [Hash] opts the optional parameters
|
206
|
+
# @return [nil]
|
207
|
+
def delete_email_address(inbox_id, opts = {})
|
208
|
+
delete_email_address_with_http_info(inbox_id, opts)
|
209
|
+
nil
|
210
|
+
end
|
211
|
+
|
212
|
+
# Delete inbox email address by inbox id
|
213
|
+
# Deletes inbox email address
|
214
|
+
# @param inbox_id [String]
|
215
|
+
# @param [Hash] opts the optional parameters
|
216
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
217
|
+
def delete_email_address_with_http_info(inbox_id, opts = {})
|
218
|
+
if @api_client.config.debugging
|
219
|
+
@api_client.config.logger.debug 'Calling API: CommonActionsControllerApi.delete_email_address ...'
|
220
|
+
end
|
221
|
+
# verify the required parameter 'inbox_id' is set
|
222
|
+
if @api_client.config.client_side_validation && inbox_id.nil?
|
223
|
+
fail ArgumentError, "Missing the required parameter 'inbox_id' when calling CommonActionsControllerApi.delete_email_address"
|
224
|
+
end
|
225
|
+
# resource path
|
226
|
+
local_var_path = '/deleteEmailAddress'
|
227
|
+
|
228
|
+
# query parameters
|
229
|
+
query_params = opts[:query_params] || {}
|
230
|
+
query_params[:'inboxId'] = inbox_id
|
231
|
+
|
232
|
+
# header parameters
|
233
|
+
header_params = opts[:header_params] || {}
|
234
|
+
|
235
|
+
# form parameters
|
236
|
+
form_params = opts[:form_params] || {}
|
237
|
+
|
238
|
+
# http body (model)
|
239
|
+
post_body = opts[:body]
|
240
|
+
|
241
|
+
# return_type
|
242
|
+
return_type = opts[:return_type]
|
243
|
+
|
244
|
+
# auth_names
|
245
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
246
|
+
|
247
|
+
new_options = opts.merge(
|
248
|
+
:header_params => header_params,
|
249
|
+
:query_params => query_params,
|
250
|
+
:form_params => form_params,
|
251
|
+
:body => post_body,
|
252
|
+
:auth_names => auth_names,
|
253
|
+
:return_type => return_type
|
254
|
+
)
|
255
|
+
|
256
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
257
|
+
if @api_client.config.debugging
|
258
|
+
@api_client.config.logger.debug "API called: CommonActionsControllerApi#delete_email_address\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
259
|
+
end
|
260
|
+
return data, status_code, headers
|
261
|
+
end
|
262
|
+
|
202
263
|
# Delete all emails in an inbox
|
203
264
|
# Deletes all emails
|
204
|
-
# @param inbox_id [String]
|
265
|
+
# @param inbox_id [String]
|
205
266
|
# @param [Hash] opts the optional parameters
|
206
267
|
# @return [nil]
|
207
268
|
def empty_inbox(inbox_id, opts = {})
|
@@ -211,7 +272,7 @@ module MailSlurpClient
|
|
211
272
|
|
212
273
|
# Delete all emails in an inbox
|
213
274
|
# Deletes all emails
|
214
|
-
# @param inbox_id [String]
|
275
|
+
# @param inbox_id [String]
|
215
276
|
# @param [Hash] opts the optional parameters
|
216
277
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
217
278
|
def empty_inbox_with_http_info(inbox_id, opts = {})
|
@@ -262,26 +323,26 @@ module MailSlurpClient
|
|
262
323
|
|
263
324
|
# Send an email
|
264
325
|
# If no senderId or inboxId provided a random email address will be used to send from.
|
265
|
-
# @param
|
326
|
+
# @param simple_send_email_options [SimpleSendEmailOptions]
|
266
327
|
# @param [Hash] opts the optional parameters
|
267
328
|
# @return [nil]
|
268
|
-
def send_email_simple(
|
269
|
-
send_email_simple_with_http_info(
|
329
|
+
def send_email_simple(simple_send_email_options, opts = {})
|
330
|
+
send_email_simple_with_http_info(simple_send_email_options, opts)
|
270
331
|
nil
|
271
332
|
end
|
272
333
|
|
273
334
|
# Send an email
|
274
335
|
# If no senderId or inboxId provided a random email address will be used to send from.
|
275
|
-
# @param
|
336
|
+
# @param simple_send_email_options [SimpleSendEmailOptions]
|
276
337
|
# @param [Hash] opts the optional parameters
|
277
338
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
278
|
-
def send_email_simple_with_http_info(
|
339
|
+
def send_email_simple_with_http_info(simple_send_email_options, opts = {})
|
279
340
|
if @api_client.config.debugging
|
280
341
|
@api_client.config.logger.debug 'Calling API: CommonActionsControllerApi.send_email_simple ...'
|
281
342
|
end
|
282
|
-
# verify the required parameter '
|
283
|
-
if @api_client.config.client_side_validation &&
|
284
|
-
fail ArgumentError, "Missing the required parameter '
|
343
|
+
# verify the required parameter 'simple_send_email_options' is set
|
344
|
+
if @api_client.config.client_side_validation && simple_send_email_options.nil?
|
345
|
+
fail ArgumentError, "Missing the required parameter 'simple_send_email_options' when calling CommonActionsControllerApi.send_email_simple"
|
285
346
|
end
|
286
347
|
# resource path
|
287
348
|
local_var_path = '/sendEmail'
|
@@ -298,7 +359,7 @@ module MailSlurpClient
|
|
298
359
|
form_params = opts[:form_params] || {}
|
299
360
|
|
300
361
|
# http body (model)
|
301
|
-
post_body = opts[:body] || @api_client.object_to_http_body(
|
362
|
+
post_body = opts[:body] || @api_client.object_to_http_body(simple_send_email_options)
|
302
363
|
|
303
364
|
# return_type
|
304
365
|
return_type = opts[:return_type]
|
@@ -20,7 +20,7 @@ module MailSlurpClient
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
# Create a contact
|
23
|
-
# @param create_contact_options [CreateContactOptions]
|
23
|
+
# @param create_contact_options [CreateContactOptions]
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @return [ContactDto]
|
26
26
|
def create_contact(create_contact_options, opts = {})
|
@@ -29,7 +29,7 @@ module MailSlurpClient
|
|
29
29
|
end
|
30
30
|
|
31
31
|
# Create a contact
|
32
|
-
# @param create_contact_options [CreateContactOptions]
|
32
|
+
# @param create_contact_options [CreateContactOptions]
|
33
33
|
# @param [Hash] opts the optional parameters
|
34
34
|
# @return [Array<(ContactDto, Integer, Hash)>] ContactDto data, response status code and response headers
|
35
35
|
def create_contact_with_http_info(create_contact_options, opts = {})
|
@@ -49,7 +49,7 @@ module MailSlurpClient
|
|
49
49
|
# header parameters
|
50
50
|
header_params = opts[:header_params] || {}
|
51
51
|
# HTTP header 'Accept' (if needed)
|
52
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
52
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
53
53
|
# HTTP header 'Content-Type'
|
54
54
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
55
55
|
|
@@ -82,7 +82,7 @@ module MailSlurpClient
|
|
82
82
|
end
|
83
83
|
|
84
84
|
# Delete contact
|
85
|
-
# @param contact_id [String]
|
85
|
+
# @param contact_id [String]
|
86
86
|
# @param [Hash] opts the optional parameters
|
87
87
|
# @return [nil]
|
88
88
|
def delete_contact(contact_id, opts = {})
|
@@ -91,7 +91,7 @@ module MailSlurpClient
|
|
91
91
|
end
|
92
92
|
|
93
93
|
# Delete contact
|
94
|
-
# @param contact_id [String]
|
94
|
+
# @param contact_id [String]
|
95
95
|
# @param [Hash] opts the optional parameters
|
96
96
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
97
97
|
def delete_contact_with_http_info(contact_id, opts = {})
|
@@ -141,11 +141,11 @@ module MailSlurpClient
|
|
141
141
|
|
142
142
|
# Get all contacts
|
143
143
|
# @param [Hash] opts the optional parameters
|
144
|
-
# @option opts [DateTime] :before Filter by created at before the given timestamp
|
145
144
|
# @option opts [Integer] :page Optional page index in list pagination (default to 0)
|
146
|
-
# @option opts [DateTime] :since Filter by created at after the given timestamp
|
147
145
|
# @option opts [Integer] :size Optional page size in list pagination (default to 20)
|
148
146
|
# @option opts [String] :sort Optional createdAt sort direction ASC or DESC (default to 'ASC')
|
147
|
+
# @option opts [DateTime] :since Filter by created at after the given timestamp
|
148
|
+
# @option opts [DateTime] :before Filter by created at before the given timestamp
|
149
149
|
# @return [PageContactProjection]
|
150
150
|
def get_all_contacts(opts = {})
|
151
151
|
data, _status_code, _headers = get_all_contacts_with_http_info(opts)
|
@@ -154,11 +154,11 @@ module MailSlurpClient
|
|
154
154
|
|
155
155
|
# Get all contacts
|
156
156
|
# @param [Hash] opts the optional parameters
|
157
|
-
# @option opts [DateTime] :before Filter by created at before the given timestamp
|
158
157
|
# @option opts [Integer] :page Optional page index in list pagination
|
159
|
-
# @option opts [DateTime] :since Filter by created at after the given timestamp
|
160
158
|
# @option opts [Integer] :size Optional page size in list pagination
|
161
159
|
# @option opts [String] :sort Optional createdAt sort direction ASC or DESC
|
160
|
+
# @option opts [DateTime] :since Filter by created at after the given timestamp
|
161
|
+
# @option opts [DateTime] :before Filter by created at before the given timestamp
|
162
162
|
# @return [Array<(PageContactProjection, Integer, Hash)>] PageContactProjection data, response status code and response headers
|
163
163
|
def get_all_contacts_with_http_info(opts = {})
|
164
164
|
if @api_client.config.debugging
|
@@ -173,16 +173,16 @@ module MailSlurpClient
|
|
173
173
|
|
174
174
|
# query parameters
|
175
175
|
query_params = opts[:query_params] || {}
|
176
|
-
query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
|
177
176
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
178
|
-
query_params[:'since'] = opts[:'since'] if !opts[:'since'].nil?
|
179
177
|
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
180
178
|
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
179
|
+
query_params[:'since'] = opts[:'since'] if !opts[:'since'].nil?
|
180
|
+
query_params[:'before'] = opts[:'before'] if !opts[:'before'].nil?
|
181
181
|
|
182
182
|
# header parameters
|
183
183
|
header_params = opts[:header_params] || {}
|
184
184
|
# HTTP header 'Accept' (if needed)
|
185
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
185
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
186
186
|
|
187
187
|
# form parameters
|
188
188
|
form_params = opts[:form_params] || {}
|
@@ -213,7 +213,7 @@ module MailSlurpClient
|
|
213
213
|
end
|
214
214
|
|
215
215
|
# Get contact
|
216
|
-
# @param contact_id [String]
|
216
|
+
# @param contact_id [String]
|
217
217
|
# @param [Hash] opts the optional parameters
|
218
218
|
# @return [ContactDto]
|
219
219
|
def get_contact(contact_id, opts = {})
|
@@ -222,7 +222,7 @@ module MailSlurpClient
|
|
222
222
|
end
|
223
223
|
|
224
224
|
# Get contact
|
225
|
-
# @param contact_id [String]
|
225
|
+
# @param contact_id [String]
|
226
226
|
# @param [Hash] opts the optional parameters
|
227
227
|
# @return [Array<(ContactDto, Integer, Hash)>] ContactDto data, response status code and response headers
|
228
228
|
def get_contact_with_http_info(contact_id, opts = {})
|
@@ -242,7 +242,7 @@ module MailSlurpClient
|
|
242
242
|
# header parameters
|
243
243
|
header_params = opts[:header_params] || {}
|
244
244
|
# HTTP header 'Accept' (if needed)
|
245
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
245
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
246
246
|
|
247
247
|
# form parameters
|
248
248
|
form_params = opts[:form_params] || {}
|
@@ -273,18 +273,18 @@ module MailSlurpClient
|
|
273
273
|
end
|
274
274
|
|
275
275
|
# Get contact vCard vcf file
|
276
|
-
# @param contact_id [String]
|
276
|
+
# @param contact_id [String]
|
277
277
|
# @param [Hash] opts the optional parameters
|
278
|
-
# @return [String]
|
278
|
+
# @return [Array<String>]
|
279
279
|
def get_contact_v_card(contact_id, opts = {})
|
280
280
|
data, _status_code, _headers = get_contact_v_card_with_http_info(contact_id, opts)
|
281
281
|
data
|
282
282
|
end
|
283
283
|
|
284
284
|
# Get contact vCard vcf file
|
285
|
-
# @param contact_id [String]
|
285
|
+
# @param contact_id [String]
|
286
286
|
# @param [Hash] opts the optional parameters
|
287
|
-
# @return [Array<(String
|
287
|
+
# @return [Array<(Array<String>, Integer, Hash)>] Array<String> data, response status code and response headers
|
288
288
|
def get_contact_v_card_with_http_info(contact_id, opts = {})
|
289
289
|
if @api_client.config.debugging
|
290
290
|
@api_client.config.logger.debug 'Calling API: ContactControllerApi.get_contact_v_card ...'
|
@@ -302,7 +302,7 @@ module MailSlurpClient
|
|
302
302
|
# header parameters
|
303
303
|
header_params = opts[:header_params] || {}
|
304
304
|
# HTTP header 'Accept' (if needed)
|
305
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
305
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
306
306
|
|
307
307
|
# form parameters
|
308
308
|
form_params = opts[:form_params] || {}
|
@@ -311,7 +311,7 @@ module MailSlurpClient
|
|
311
311
|
post_body = opts[:body]
|
312
312
|
|
313
313
|
# return_type
|
314
|
-
return_type = opts[:return_type] || 'String'
|
314
|
+
return_type = opts[:return_type] || 'Array<String>'
|
315
315
|
|
316
316
|
# auth_names
|
317
317
|
auth_names = opts[:auth_names] || ['API_KEY']
|
@@ -356,7 +356,7 @@ module MailSlurpClient
|
|
356
356
|
# header parameters
|
357
357
|
header_params = opts[:header_params] || {}
|
358
358
|
# HTTP header 'Accept' (if needed)
|
359
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
359
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
360
360
|
|
361
361
|
# form parameters
|
362
362
|
form_params = opts[:form_params] || {}
|