mailslurp_client 8.0.23 → 8.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f094edd3d3bc6770bea3f1d96d67e38ba1b14e8b52568bd38b28bf2b5f60a597
4
- data.tar.gz: 976651a3fd5f098a6920b1cdac11d1ef378d9aee2d044289a143ddc74ad183f1
3
+ metadata.gz: 6e09565223846183fdb2a82a4ffbcfcc87ed4cf1157e32e94300c1f5eaf5be18
4
+ data.tar.gz: 6399d456aec4cae1ad35269cd69febaf523b0d99fb2e83f2ef4b38959d4b92d0
5
5
  SHA512:
6
- metadata.gz: 003d9fec523f3481a999cedc9df6186e01a3a78d3413cfe51e70367b13f6c3d8e0ab0ca3c00df50e586b2e5004209d282420f1f80a279fecd995a25c65ad834c
7
- data.tar.gz: 12d9f0bac99be0fad44a4570962d94d09647365ea587ca30b0104e5f233f18600ee1da85cde5f64bb575893b05c4fb2755475047cf540d8e526707a91b88f40b
6
+ metadata.gz: c8aa61a184591e959fe8bfbd8db112f1f87885ff48286c9196996417ada4b7535568d1c639f2e0350d001ce94f981d003a05602e2b8574ed914b5f8fca6ac933
7
+ data.tar.gz: '0803e299e25b2862f19bd94534789432ab7635cdac52f7faf7e808bf99267a63e3cc4cad729a4b4642049549da9a0a1d06e9b41f73b78dc14669fc0dde86f7bf'
@@ -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.23'
14
+ VERSION = '8.1.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.0.23
4
+ version: 8.1.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-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.