mailslurp_client 11.9.6 → 11.9.7

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: d0a1a411afff479fbacfd18fab51004f6390faa924ea2879b2da91ca430da9df
4
- data.tar.gz: adf74f4d849806cf70050543d44766b60c6b14ea299302fa8852b65759842ec9
3
+ metadata.gz: 02a8ff40a73da5d30250d02a5bfed53138036c65229f98b7b08aff3cee2a1333
4
+ data.tar.gz: f60df01fa25d8c5f882640ec7897382ecd109df7c4ef58e980c12472ff97c9d8
5
5
  SHA512:
6
- metadata.gz: 6d8d24e06f13f36d3efb581ab82d4517ab9d6c53c3e2cbe0b7b29e3f3fa8414891917c5e971ea3b23b198cdbde45749b96a7b3e5f5bd6a8c76f9f16484f3bd9a
7
- data.tar.gz: f74b002c143619edce7abba2a98a76583f10b14006983de0ce593ba77df3253249ab061edafe14b6064a8081e2241085f62f123ff3df38a1da2221da8af20947
6
+ metadata.gz: 6944996acaa881427c510bf699fcf4451bb1e4632761b3c0b62247f6856c488e8b72ad7c78f666df92f4bbe8c54c73953c811db35defb30b8c955cf79da374dc
7
+ data.tar.gz: c157b393de6c93f30fcfd7ebbdb8d3a92c0a44c0a5bffe44f3665ad80709d6569b43fc76131f71f8c8ed18ebe81aa83f9d33dd9bde1706ed2eeb0970bee2b3cf
@@ -470,7 +470,7 @@ module MailSlurpClient
470
470
  return data, status_code, headers
471
471
  end
472
472
 
473
- # Get email content
473
+ # Get email content including headers and body. Expects email to exist by ID. For emails that may not have arrived yet use the WaitForController.
474
474
  # Returns a email summary object with headers and content. To retrieve the raw unparsed email use the getRawEmail endpoints
475
475
  # @param email_id [String] emailId
476
476
  # @param [Hash] opts the optional parameters
@@ -481,7 +481,7 @@ module MailSlurpClient
481
481
  data
482
482
  end
483
483
 
484
- # Get email content
484
+ # Get email content including headers and body. Expects email to exist by ID. For emails that may not have arrived yet use the WaitForController.
485
485
  # Returns a email summary object with headers and content. To retrieve the raw unparsed email use the getRawEmail endpoints
486
486
  # @param email_id [String] emailId
487
487
  # @param [Hash] opts the optional parameters
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '11.9.6'
14
+ VERSION = '11.9.7'
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: 11.9.6
4
+ version: 11.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-04 00:00:00.000000000 Z
11
+ date: 2021-05-05 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.