svix 0.32.0 → 0.34.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.
@@ -47,7 +47,7 @@ module Svix
47
47
  {
48
48
  :'a' => :'EndpointDisabledEvent',
49
49
  :'b' => :'EndpointCreatedEvent',
50
- :'c' => :'EndpointdUpdatedEvent',
50
+ :'c' => :'EndpointUpdatedEvent',
51
51
  :'d' => :'EndpointDeletedEvent',
52
52
  :'e' => :'MessageAttemptExhaustedEvent'
53
53
  }
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.32.0"
4
+ VERSION = "0.34.1"
5
5
  end
data/lib/svix.rb CHANGED
@@ -27,10 +27,11 @@ require "svix/models/endpoint_in"
27
27
  require "svix/models/endpoint_message_out"
28
28
  require "svix/models/endpoint_out"
29
29
  require "svix/models/endpoint_secret_out"
30
+ require "svix/models/endpoint_secret_rotate_in"
30
31
  require "svix/models/endpoint_stats"
31
32
  require "svix/models/endpoint_update"
32
33
  require "svix/models/endpoint_updated_event_data"
33
- require "svix/models/endpointd_updated_event"
34
+ require "svix/models/endpoint_updated_event"
34
35
  require "svix/models/event_example_in"
35
36
  require "svix/models/event_type_in"
36
37
  require "svix/models/event_type_out"
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.32.0
4
+ version: 0.34.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Svix
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-20 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -115,13 +115,17 @@ files:
115
115
  - lib/svix/models/endpoint_message_out.rb
116
116
  - lib/svix/models/endpoint_out.rb
117
117
  - lib/svix/models/endpoint_secret_out.rb
118
+ - lib/svix/models/endpoint_secret_rotate_in.rb
118
119
  - lib/svix/models/endpoint_stats.rb
119
120
  - lib/svix/models/endpoint_update.rb
121
+ - lib/svix/models/endpoint_updated_event.rb
120
122
  - lib/svix/models/endpoint_updated_event_data.rb
121
123
  - lib/svix/models/endpointd_updated_event.rb
122
124
  - lib/svix/models/event_example_in.rb
125
+ - lib/svix/models/event_type_example_out.rb
123
126
  - lib/svix/models/event_type_in.rb
124
127
  - lib/svix/models/event_type_out.rb
128
+ - lib/svix/models/event_type_schema_in.rb
125
129
  - lib/svix/models/event_type_update.rb
126
130
  - lib/svix/models/http_error_out.rb
127
131
  - lib/svix/models/http_validation_error.rb