mailslurp_client 8.2.12 → 8.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,13 +21,13 @@ module MailSlurpClient
21
21
  # When, if ever, will the inbox expire and be deleted. If null then this inbox is permanent and the emails in it won't be deleted. Timestamp passed as string.
22
22
  attr_accessor :expires_at
23
23
 
24
- # Is the inbox favourited
24
+ # Is the inbox favorited. Favouriting inboxes is typically done in the dashboard for quick access
25
25
  attr_accessor :favourite
26
26
 
27
27
  # Optional name of the inbox. Displayed in the dashboard for easier search
28
28
  attr_accessor :name
29
29
 
30
- # Tags that inbox has been tagged with
30
+ # Tags that inbox has been tagged with. Tags can be added to inboxes to group different inboxes within an account. You can also search for inboxes by tag in the dashboard UI.
31
31
  attr_accessor :tags
32
32
 
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -21,7 +21,7 @@ module MailSlurpClient
21
21
  # Optional contentType for file. For instance `application/pdf`
22
22
  attr_accessor :content_type
23
23
 
24
- # Optional filename to save upload with
24
+ # Optional filename to save upload with. Will be the name that is shown in email clients
25
25
  attr_accessor :filename
26
26
 
27
27
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '8.2.12'
14
+ VERSION = '8.3.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailslurp_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.12
4
+ version: 8.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-22 00:00:00.000000000 Z
11
+ date: 2020-12-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Create emails addresses in Ruby then send and receive real emails and
14
14
  attachments. See https://www.mailslurp.com/docs/ruby/ for full Ruby documentation.
@@ -51,11 +51,15 @@ files:
51
51
  - lib/mailslurp_client/models/create_contact_options.rb
52
52
  - lib/mailslurp_client/models/create_domain_options.rb
53
53
  - lib/mailslurp_client/models/create_group_options.rb
54
+ - lib/mailslurp_client/models/create_inbox_dto.rb
54
55
  - lib/mailslurp_client/models/create_owned_alias_options.rb
55
56
  - lib/mailslurp_client/models/create_template_options.rb
56
57
  - lib/mailslurp_client/models/create_webhook_options.rb
57
58
  - lib/mailslurp_client/models/describe_domain_options.rb
58
59
  - lib/mailslurp_client/models/describe_mail_server_domain_result.rb
60
+ - lib/mailslurp_client/models/dns_lookup_options.rb
61
+ - lib/mailslurp_client/models/dns_lookup_result.rb
62
+ - lib/mailslurp_client/models/dns_lookup_results.rb
59
63
  - lib/mailslurp_client/models/domain_dto.rb
60
64
  - lib/mailslurp_client/models/domain_preview.rb
61
65
  - lib/mailslurp_client/models/download_attachment_dto.rb
@@ -72,6 +76,7 @@ files:
72
76
  - lib/mailslurp_client/models/html_validation_result.rb
73
77
  - lib/mailslurp_client/models/inbox.rb
74
78
  - lib/mailslurp_client/models/inbox_projection.rb
79
+ - lib/mailslurp_client/models/ip_address_result.rb
75
80
  - lib/mailslurp_client/models/match_option.rb
76
81
  - lib/mailslurp_client/models/match_options.rb
77
82
  - lib/mailslurp_client/models/model_alias.rb
@@ -88,7 +93,6 @@ files:
88
93
  - lib/mailslurp_client/models/pageable.rb
89
94
  - lib/mailslurp_client/models/raw_email_json.rb
90
95
  - lib/mailslurp_client/models/send_email_options.rb
91
- - lib/mailslurp_client/models/sent_email.rb
92
96
  - lib/mailslurp_client/models/sent_email_dto.rb
93
97
  - lib/mailslurp_client/models/sent_email_projection.rb
94
98
  - lib/mailslurp_client/models/set_inbox_favourited_options.rb