svix 0.62.0 → 0.62.1

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: b7d56e59355325ba16710774d5755119e3dda7eb2b43e2c1bfee7da627615384
4
- data.tar.gz: e376f3052618c320d5280dd01ee7899ddb14fffaf264d5482e8d77e597388180
3
+ metadata.gz: ee523c0adc337d673127a04bf1fb92ea0c4a6a794506e99c57fdf2950e74d7e5
4
+ data.tar.gz: b9dffab553ceb10a5a9f84c0f40301d766d3c5149ddc3730fa557956ee658825
5
5
  SHA512:
6
- metadata.gz: 9d9c4b0e689d975c627badc1917d81e0c3e9384bcfbca6d0fc4904f3d6f9b3730015a2d126e4acbf73fbda20be56668ef3501476c2fa4761b3d917200bf439c1
7
- data.tar.gz: 30bfffcb8c3e688071dda73bd70fe4d60d62697354cff38325fa53064f3aa4925f4d2b81ff0d5f32e3933d0fdc2f127246f439af2dc9fbbedcd2c33b6cbe80c3
6
+ metadata.gz: 9566f93ab438af260d8bfe1d0764af6a5ae4b2d0f10ba8ba34a7a69cf4a83a9249ee860bd1add0c29647313f004e6b72126a1f67c1a6e38b1d719a6d1bedf16d
7
+ data.tar.gz: 5c6ab63a7b409176d0a55efea2a95ff02fa20366e0b44f0e9f96d2b801aa6dc5441281ec628903933753830090473db59abae4d2dfb3245d27da244400644795
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- svix (0.62.0)
4
+ svix (0.62.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -60,7 +60,7 @@ module Svix
60
60
  :'event_type' => :'String',
61
61
  :'id' => :'String',
62
62
  :'next_attempt' => :'Time',
63
- :'payload' => :'Hash<String, AnyType>',
63
+ :'payload' => :'Object',
64
64
  :'status' => :'MessageStatus',
65
65
  :'timestamp' => :'Time'
66
66
  }
@@ -113,9 +113,7 @@ module Svix
113
113
  end
114
114
 
115
115
  if attributes.key?(:'payload')
116
- if (value = attributes[:'payload']).is_a?(Hash)
117
- self.payload = value
118
- end
116
+ self.payload = attributes[:'payload']
119
117
  end
120
118
 
121
119
  if attributes.key?(:'status')
@@ -32,7 +32,7 @@ module Svix
32
32
  # Attribute type mapping.
33
33
  def self.openapi_types
34
34
  {
35
- :'example' => :'Hash<String, AnyType>'
35
+ :'example' => :'Object'
36
36
  }
37
37
  end
38
38
 
@@ -58,9 +58,7 @@ module Svix
58
58
  }
59
59
 
60
60
  if attributes.key?(:'example')
61
- if (value = attributes[:'example']).is_a?(Hash)
62
- self.example = value
63
- end
61
+ self.example = attributes[:'example']
64
62
  end
65
63
  end
66
64
 
@@ -50,7 +50,7 @@ module Svix
50
50
  :'channels' => :'Array<String>',
51
51
  :'event_id' => :'String',
52
52
  :'event_type' => :'String',
53
- :'payload' => :'Hash<String, AnyType>',
53
+ :'payload' => :'Object',
54
54
  :'payload_retention_period' => :'Integer'
55
55
  }
56
56
  end
@@ -93,9 +93,7 @@ module Svix
93
93
  end
94
94
 
95
95
  if attributes.key?(:'payload')
96
- if (value = attributes[:'payload']).is_a?(Hash)
97
- self.payload = value
98
- end
96
+ self.payload = attributes[:'payload']
99
97
  end
100
98
 
101
99
  if attributes.key?(:'payload_retention_period')
@@ -53,7 +53,7 @@ module Svix
53
53
  :'event_id' => :'String',
54
54
  :'event_type' => :'String',
55
55
  :'id' => :'String',
56
- :'payload' => :'Hash<String, AnyType>',
56
+ :'payload' => :'Object',
57
57
  :'timestamp' => :'Time'
58
58
  }
59
59
  end
@@ -100,9 +100,7 @@ module Svix
100
100
  end
101
101
 
102
102
  if attributes.key?(:'payload')
103
- if (value = attributes[:'payload']).is_a?(Hash)
104
- self.payload = value
105
- end
103
+ self.payload = attributes[:'payload']
106
104
  end
107
105
 
108
106
  if attributes.key?(:'timestamp')
data/lib/svix/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Svix
4
- VERSION = "0.62.0"
4
+ VERSION = "0.62.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.62.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svix
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus