svix 1.10.0 → 1.12.0
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/svix/api/application_api.rb +20 -20
- data/lib/svix/api/authentication_api.rb +2 -2
- data/lib/svix/api/background_tasks_api.rb +12 -12
- data/lib/svix/api/broadcast_api.rb +2 -2
- data/lib/svix/api/endpoint_api.rb +12 -12
- data/lib/svix/api/environment_api.rb +2 -2
- data/lib/svix/api/environment_settings_api.rb +2 -2
- data/lib/svix/api/event_type_api.rb +82 -14
- data/lib/svix/api/health_api.rb +2 -2
- data/lib/svix/api/integration_api.rb +6 -6
- data/lib/svix/api/message_api.rb +115 -20
- data/lib/svix/api/message_attempt_api.rb +94 -94
- data/lib/svix/api/statistics_api.rb +10 -10
- data/lib/svix/api/transformation_template_api.rb +8 -8
- data/lib/svix/api_client.rb +2 -2
- data/lib/svix/api_error.rb +2 -2
- data/lib/svix/configuration.rb +10 -6
- data/lib/svix/event_type_api.rb +4 -0
- data/lib/svix/models/app_portal_access_in.rb +2 -2
- data/lib/svix/models/app_portal_access_out.rb +2 -2
- data/lib/svix/models/app_usage_stats_in.rb +2 -2
- data/lib/svix/models/app_usage_stats_out.rb +2 -2
- data/lib/svix/models/application_in.rb +2 -2
- data/lib/svix/models/application_out.rb +2 -2
- data/lib/svix/models/application_patch.rb +2 -2
- data/lib/svix/models/application_stats.rb +2 -2
- data/lib/svix/models/application_token_expire_in.rb +2 -2
- data/lib/svix/models/attempt_statistics_data.rb +2 -2
- data/lib/svix/models/attempt_statistics_response.rb +2 -2
- data/lib/svix/models/background_task_out.rb +2 -2
- data/lib/svix/models/background_task_status.rb +2 -2
- data/lib/svix/models/background_task_type.rb +2 -2
- data/lib/svix/models/border_radius_config.rb +2 -2
- data/lib/svix/models/border_radius_enum.rb +2 -2
- data/lib/svix/models/custom_color_palette.rb +2 -2
- data/lib/svix/models/custom_theme_override.rb +2 -2
- data/lib/svix/models/dashboard_access_out.rb +2 -2
- data/lib/svix/models/endpoint_created_event.rb +2 -2
- data/lib/svix/models/endpoint_created_event_data.rb +2 -2
- data/lib/svix/models/endpoint_deleted_event.rb +2 -2
- data/lib/svix/models/endpoint_deleted_event_data.rb +2 -2
- data/lib/svix/models/endpoint_disabled_event.rb +2 -2
- data/lib/svix/models/endpoint_disabled_event_data.rb +2 -2
- data/lib/svix/models/endpoint_headers_in.rb +2 -2
- data/lib/svix/models/endpoint_headers_out.rb +2 -2
- data/lib/svix/models/endpoint_headers_patch_in.rb +2 -2
- data/lib/svix/models/endpoint_in.rb +2 -2
- data/lib/svix/models/endpoint_message_out.rb +2 -2
- data/lib/svix/models/endpoint_out.rb +2 -2
- data/lib/svix/models/endpoint_patch.rb +2 -2
- data/lib/svix/models/endpoint_secret_out.rb +2 -2
- data/lib/svix/models/endpoint_secret_rotate_in.rb +2 -2
- data/lib/svix/models/endpoint_stats.rb +2 -2
- data/lib/svix/models/endpoint_transformation_in.rb +2 -2
- data/lib/svix/models/endpoint_transformation_out.rb +2 -2
- data/lib/svix/models/endpoint_transformation_simulate_in.rb +2 -2
- data/lib/svix/models/endpoint_transformation_simulate_out.rb +2 -2
- data/lib/svix/models/endpoint_update.rb +2 -2
- data/lib/svix/models/endpoint_updated_event.rb +2 -2
- data/lib/svix/models/endpoint_updated_event_data.rb +2 -2
- data/lib/svix/models/environment_in.rb +2 -2
- data/lib/svix/models/environment_out.rb +2 -2
- data/lib/svix/models/environment_settings_out.rb +2 -2
- data/lib/svix/models/event_example_in.rb +2 -2
- data/lib/svix/models/event_type_example_out.rb +2 -2
- data/lib/svix/models/event_type_import_open_api_in.rb +225 -0
- data/lib/svix/models/event_type_import_open_api_out.rb +223 -0
- data/lib/svix/models/event_type_import_open_api_out_data.rb +225 -0
- data/lib/svix/models/event_type_in.rb +2 -2
- data/lib/svix/models/event_type_out.rb +2 -2
- data/lib/svix/models/event_type_patch.rb +2 -2
- data/lib/svix/models/event_type_schema_in.rb +2 -2
- data/lib/svix/models/event_type_update.rb +2 -2
- data/lib/svix/models/font_size_config.rb +2 -2
- data/lib/svix/models/http_error_out.rb +2 -2
- data/lib/svix/models/http_validation_error.rb +2 -2
- data/lib/svix/models/integration_in.rb +2 -2
- data/lib/svix/models/integration_key_out.rb +2 -2
- data/lib/svix/models/integration_out.rb +2 -2
- data/lib/svix/models/integration_update.rb +2 -2
- data/lib/svix/models/list_response_application_out.rb +2 -2
- data/lib/svix/models/list_response_application_stats.rb +2 -2
- data/lib/svix/models/list_response_background_task_out.rb +2 -2
- data/lib/svix/models/list_response_endpoint_message_out.rb +2 -2
- data/lib/svix/models/list_response_endpoint_out.rb +2 -2
- data/lib/svix/models/list_response_event_type_out.rb +2 -2
- data/lib/svix/models/list_response_integration_out.rb +2 -2
- data/lib/svix/models/list_response_message_attempt_endpoint_out.rb +2 -2
- data/lib/svix/models/list_response_message_attempt_out.rb +2 -2
- data/lib/svix/models/list_response_message_endpoint_out.rb +2 -2
- data/lib/svix/models/list_response_message_out.rb +2 -2
- data/lib/svix/models/list_response_template_out.rb +2 -2
- data/lib/svix/models/message_attempt_endpoint_out.rb +2 -2
- data/lib/svix/models/message_attempt_exhausted_event.rb +2 -2
- data/lib/svix/models/message_attempt_exhausted_event_data.rb +2 -2
- data/lib/svix/models/message_attempt_failed_data.rb +2 -2
- data/lib/svix/models/message_attempt_failing_event.rb +2 -2
- data/lib/svix/models/message_attempt_failing_event_data.rb +2 -2
- data/lib/svix/models/message_attempt_headers_out.rb +2 -2
- data/lib/svix/models/message_attempt_out.rb +2 -2
- data/lib/svix/models/message_attempt_recovered_event.rb +2 -2
- data/lib/svix/models/message_attempt_recovered_event_data.rb +2 -2
- data/lib/svix/models/message_attempt_trigger_type.rb +2 -2
- data/lib/svix/models/message_broadcast_in.rb +2 -2
- data/lib/svix/models/message_broadcast_out.rb +2 -2
- data/lib/svix/models/message_endpoint_out.rb +2 -2
- data/lib/svix/models/message_in.rb +2 -2
- data/lib/svix/models/message_out.rb +2 -2
- data/lib/svix/models/message_raw_payload_out.rb +223 -0
- data/lib/svix/models/message_status.rb +2 -2
- data/lib/svix/models/one_time_token_in.rb +2 -2
- data/lib/svix/models/one_time_token_out.rb +2 -2
- data/lib/svix/models/ordering.rb +2 -2
- data/lib/svix/models/recover_in.rb +2 -2
- data/lib/svix/models/recover_out.rb +2 -2
- data/lib/svix/models/replay_in.rb +2 -2
- data/lib/svix/models/replay_out.rb +2 -2
- data/lib/svix/models/settings_in.rb +2 -2
- data/lib/svix/models/settings_out.rb +2 -2
- data/lib/svix/models/statistics_period.rb +2 -2
- data/lib/svix/models/status_code_class.rb +2 -2
- data/lib/svix/models/template_in.rb +39 -3
- data/lib/svix/models/template_out.rb +39 -3
- data/lib/svix/models/template_patch.rb +39 -3
- data/lib/svix/models/template_update.rb +39 -3
- data/lib/svix/models/transformation_http_method.rb +2 -2
- data/lib/svix/models/transformation_simulate_in.rb +2 -2
- data/lib/svix/models/transformation_simulate_out.rb +2 -2
- data/lib/svix/models/transformation_template_kind.rb +2 -2
- data/lib/svix/models/validation_error.rb +3 -3
- data/lib/svix/version.rb +1 -1
- data/lib/svix.rb +3 -0
- metadata +6 -2
data/lib/svix/configuration.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -138,8 +138,8 @@ module Svix
|
|
138
138
|
attr_accessor :force_ending_format
|
139
139
|
|
140
140
|
def initialize
|
141
|
-
@scheme = '
|
142
|
-
@host = '
|
141
|
+
@scheme = 'https'
|
142
|
+
@host = 'api.eu.svix.com'
|
143
143
|
@base_path = ''
|
144
144
|
@server_index = 0
|
145
145
|
@server_operation_index = {}
|
@@ -230,8 +230,12 @@ module Svix
|
|
230
230
|
def server_settings
|
231
231
|
[
|
232
232
|
{
|
233
|
-
url: "",
|
234
|
-
description: "
|
233
|
+
url: "https://api.eu.svix.com",
|
234
|
+
description: "The Svix EU region",
|
235
|
+
},
|
236
|
+
{
|
237
|
+
url: "https://api.us.svix.com",
|
238
|
+
description: "The Svix US region",
|
235
239
|
}
|
236
240
|
]
|
237
241
|
end
|
data/lib/svix/event_type_api.rb
CHANGED
@@ -29,5 +29,9 @@ module Svix
|
|
29
29
|
def delete(event_type_name)
|
30
30
|
return @api.v1_event_type_delete(event_type_name)
|
31
31
|
end
|
32
|
+
|
33
|
+
def import_openapi(event_type_import_open_api_in, options = {})
|
34
|
+
return @api.v1_event_type_import_openapi(event_type_import_open_api_in, options)
|
35
|
+
end
|
32
36
|
end
|
33
37
|
end
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|
@@ -1,9 +1,9 @@
|
|
1
1
|
=begin
|
2
2
|
#Svix API
|
3
3
|
|
4
|
-
#
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 1.
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.2.0
|