mailslurp_client 8.0.20 → 8.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32bcd973502ad43d88b53787d1bc469cf8d242f228ca3e3c293ecb4950a5e6cf
4
- data.tar.gz: 63a241ed1cf479aff99ea97b68752762a6ce5c836089817d955d9859a2a93de8
3
+ metadata.gz: 5d1015cb70586961b4ce1cd1bfe2c9dbbe87aa499315a6495fcc019a50f77ec6
4
+ data.tar.gz: 2b3a6d2204707518afeb7448eb5dc23779b0e07a368df4d9156076c6b7cb6af7
5
5
  SHA512:
6
- metadata.gz: 7435252aec5655916884fd22444263014c64efc9c9db43e95fae3b9f1d5dcf9d399ffc841467c82ac5ccb503f438ea86ffdf8940035bf3c9ee23da1b2671bcb0
7
- data.tar.gz: 32e25d7d1cc4aadd80ad14ecefa17a942d8c6c43a97f56277d969828367fbf24b2ec9c675d1915ef13f37ed76a21c411ec22c8a1ff479df3a38874756f0cf96e
6
+ metadata.gz: 0f613a4cd36d6946d5382a0535a601383851f385f67c457596a25e4d2c2f7624bd41ee0523ae1cd79bfa077b7bb7acacf4c90fe1d73490aadbe18350c70d7c85
7
+ data.tar.gz: 20a5312fae03832be520fca753fdbd165975924fcb57b746db5718883b30c7e7a259b20282718f34c51bad42fb40e498ce13ff95f961bfdaa1f0318abe71b57f
@@ -106,6 +106,10 @@ module MailSlurpClient
106
106
  invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
107
107
  end
108
108
 
109
+ if @favourite.nil?
110
+ invalid_properties.push('invalid value for "favourite", favourite cannot be nil.')
111
+ end
112
+
109
113
  if @id.nil?
110
114
  invalid_properties.push('invalid value for "id", id cannot be nil.')
111
115
  end
@@ -117,6 +121,7 @@ module MailSlurpClient
117
121
  # @return true if the model is valid
118
122
  def valid?
119
123
  return false if @created_at.nil?
124
+ return false if @favourite.nil?
120
125
  return false if @id.nil?
121
126
  true
122
127
  end
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated email alias results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
16
17
  class PageAlias
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated contact results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
16
17
  class PageContactProjection
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated email preview results. EmailProjections and EmailPreviews are essentially the same but have legacy naming issues. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full entity use the projection ID with individual method calls. For emails there are several methods for fetching message bodies and attachments.
16
17
  class PageEmailPreview
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated email projection results. EmailProjections and EmailPreviews are essentially the same but have legacy naming issues. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full email entity use the projection ID with individual method calls. For emails there are several methods for fetching message bodies and attachments.
16
17
  class PageEmailProjection
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated contact group results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
16
17
  class PageGroupProjection
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated inbox results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
16
17
  class PageInboxProjection
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated sent email results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full sent email entity use the projection ID with individual method calls.
16
17
  class PageSentEmailProjection
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated email template results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
16
17
  class PageTemplateProjection
17
18
  attr_accessor :content
18
19
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.3.1
13
13
  require 'date'
14
14
 
15
15
  module MailSlurpClient
16
+ # Paginated webhook results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
16
17
  class PageWebhookProjection
17
18
  attr_accessor :content
18
19
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '8.0.20'
14
+ VERSION = '8.1.1'
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.0.20
4
+ version: 8.1.1
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-18 00:00:00.000000000 Z
11
+ date: 2020-11-19 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.