mailslurp_client 11.5.8 → 11.5.20

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: 4891d11a7ed8a77976e1b520b87c990fd3ba3ce9f71cf894d5a0139832f5b1f4
4
- data.tar.gz: ed3adb9a0b70d2446f1a73d2afd4d193429354c2a30f3e8563ca27edf0d60f82
3
+ metadata.gz: b8ac96b55c1b47921ba2a8790deecb72d240cef8416898bba4405ae29a07f905
4
+ data.tar.gz: 748d5b8df7e87447557df346d98c1247ab95cad286965ae42886843e7415e59a
5
5
  SHA512:
6
- metadata.gz: dbe65cfe2be0bd143f276740cf9fcab8f11d941be41e394e82c3cc0c5e20d0ec0370017ff8d44a2d8958b85111e14ab95d7a113176bf75ef22a9fc94b32f97a3
7
- data.tar.gz: 03524c4d257f86ea308cf439c09e830748183b02ed2f60aa5a78d700bac2c75af4a55f48cb7389792ccfd57f904828f8ff4600841f761fa8142c6041c0d204ce
6
+ metadata.gz: 92c8a95f2746ada0569dc8512cb70733939910313945c6ce1280f639167f70056a6d7d91295848fa799f1d54b54ccdeafa120adf90836eef983ea41cf32599cf
7
+ data.tar.gz: 2a92bec95925849bb53a31cbd5b3f3e83fdb8f756e109d8bc0959f84a68dfe33179921013a1b8ae78c645392e54b71b109960e1aea7b9eb058df6dfa075ce7bc
@@ -122,6 +122,10 @@ module MailSlurpClient
122
122
  invalid_properties.push('invalid value for "id", id cannot be nil.')
123
123
  end
124
124
 
125
+ if @team_access.nil?
126
+ invalid_properties.push('invalid value for "team_access", team_access cannot be nil.')
127
+ end
128
+
125
129
  invalid_properties
126
130
  end
127
131
 
@@ -131,6 +135,7 @@ module MailSlurpClient
131
135
  return false if @created_at.nil?
132
136
  return false if @favourite.nil?
133
137
  return false if @id.nil?
138
+ return false if @team_access.nil?
134
139
  true
135
140
  end
136
141
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '11.5.8'
14
+ VERSION = '11.5.20'
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.5.8
4
+ version: 11.5.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-04-02 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.