svix 1.38.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +8 -1
- data/lib/svix/api/application_api.rb +23 -14
- data/lib/svix/api/authentication_api.rb +23 -11
- data/lib/svix/api/background_tasks_api.rb +3 -3
- data/lib/svix/api/broadcast_api.rb +6 -3
- data/lib/svix/api/endpoint_api.rb +86 -44
- data/lib/svix/api/environment_api.rb +8 -5
- data/lib/svix/api/environment_settings_api.rb +2 -2
- data/lib/svix/api/event_type_api.rb +39 -21
- data/lib/svix/api/events_api.rb +2 -2
- data/lib/svix/api/health_api.rb +2 -2
- data/lib/svix/api/inbound_api.rb +7 -4
- data/lib/svix/api/integration_api.rb +16 -10
- data/lib/svix/api/message_api.rb +21 -15
- data/lib/svix/api/message_attempt_api.rb +25 -25
- data/lib/svix/api/statistics_api.rb +9 -6
- data/lib/svix/api/stream_api.rb +176 -10
- data/lib/svix/api/stream_event_types_api.rb +486 -0
- data/lib/svix/api/transformation_template_api.rb +49 -22
- data/lib/svix/api/webhook_endpoint_api.rb +572 -0
- data/lib/svix/api_client.rb +45 -28
- data/lib/svix/api_error.rb +2 -1
- data/lib/svix/configuration.rb +42 -12
- data/lib/svix/models/aggregate_event_types_out.rb +43 -19
- data/lib/svix/models/app_portal_access_in.rb +19 -19
- data/lib/svix/models/app_portal_access_out.rb +19 -19
- data/lib/svix/models/app_usage_stats_in.rb +19 -19
- data/lib/svix/models/app_usage_stats_out.rb +43 -19
- data/lib/svix/models/application_in.rb +17 -19
- data/lib/svix/models/application_out.rb +25 -19
- data/lib/svix/models/application_patch.rb +15 -19
- data/lib/svix/models/application_stats.rb +19 -19
- data/lib/svix/models/application_token_expire_in.rb +15 -19
- data/lib/svix/models/attempt_statistics_data.rb +15 -19
- data/lib/svix/models/attempt_statistics_response.rb +45 -19
- data/lib/svix/models/auth_token_out.rb +21 -19
- data/lib/svix/models/azure_blob_storage_config.rb +21 -19
- data/lib/svix/models/background_task_out.rb +45 -19
- data/lib/svix/models/background_task_status.rb +7 -4
- data/lib/svix/models/background_task_type.rb +7 -4
- data/lib/svix/models/big_query_config.rb +271 -0
- data/lib/svix/models/border_radius_config.rb +37 -19
- data/lib/svix/models/border_radius_enum.rb +7 -4
- data/lib/svix/models/client_secret_jwt_params_in.rb +41 -19
- data/lib/svix/models/completion_choice.rb +21 -19
- data/lib/svix/models/completion_message.rb +19 -19
- data/lib/svix/models/create_message_token_in.rb +17 -19
- data/lib/svix/models/create_stream_in.rb +30 -23
- data/lib/svix/models/custom_color_palette.rb +15 -19
- data/lib/svix/models/custom_strings_override.rb +15 -19
- data/lib/svix/models/custom_theme_override.rb +15 -19
- data/lib/svix/models/dashboard_access_out.rb +19 -19
- data/lib/svix/models/duration.rb +19 -19
- data/lib/svix/models/endpoint_created_event.rb +17 -19
- data/lib/svix/models/endpoint_created_event_data.rb +19 -19
- data/lib/svix/models/endpoint_deleted_event.rb +17 -19
- data/lib/svix/models/endpoint_deleted_event_data.rb +19 -19
- data/lib/svix/models/endpoint_disabled_event.rb +17 -19
- data/lib/svix/models/endpoint_disabled_event_data.rb +21 -19
- data/lib/svix/models/endpoint_headers_in.rb +17 -19
- data/lib/svix/models/endpoint_headers_out.rb +19 -19
- data/lib/svix/models/endpoint_headers_patch_in.rb +17 -19
- data/lib/svix/models/endpoint_in.rb +17 -19
- data/lib/svix/models/endpoint_message_out.rb +47 -19
- data/lib/svix/models/endpoint_mtls_config_in.rb +17 -19
- data/lib/svix/models/endpoint_oauth_config_in.rb +45 -19
- data/lib/svix/models/endpoint_out.rb +29 -19
- data/lib/svix/models/endpoint_patch.rb +20 -20
- data/lib/svix/models/endpoint_secret_out.rb +17 -19
- data/lib/svix/models/endpoint_secret_rotate_in.rb +15 -21
- data/lib/svix/models/endpoint_stats.rb +23 -19
- data/lib/svix/models/endpoint_transformation_in.rb +15 -19
- data/lib/svix/models/endpoint_transformation_out.rb +15 -19
- data/lib/svix/models/endpoint_transformation_simulate_in.rb +21 -19
- data/lib/svix/models/endpoint_transformation_simulate_out.rb +41 -19
- data/lib/svix/models/endpoint_update.rb +17 -19
- data/lib/svix/models/endpoint_updated_event.rb +17 -19
- data/lib/svix/models/endpoint_updated_event_data.rb +19 -19
- data/lib/svix/models/environment_in.rb +19 -19
- data/lib/svix/models/environment_out.rb +21 -19
- data/lib/svix/models/environment_settings_out.rb +15 -19
- data/lib/svix/models/event_example_in.rb +52 -23
- data/lib/svix/models/event_in.rb +55 -20
- data/lib/svix/models/event_out.rb +57 -20
- data/lib/svix/models/event_stream_out.rb +21 -19
- data/lib/svix/models/event_type_example_out.rb +17 -19
- data/lib/svix/models/event_type_from_open_api.rb +95 -20
- data/lib/svix/models/event_type_import_open_api_in.rb +15 -19
- data/lib/svix/models/event_type_import_open_api_out.rb +17 -19
- data/lib/svix/models/event_type_import_open_api_out_data.rb +17 -19
- data/lib/svix/models/event_type_in.rb +19 -19
- data/lib/svix/models/event_type_out.rb +25 -19
- data/lib/svix/models/event_type_patch.rb +15 -19
- data/lib/svix/models/event_type_schema_in.rb +17 -19
- data/lib/svix/models/event_type_update.rb +17 -19
- data/lib/svix/models/export_event_type_out.rb +43 -19
- data/lib/svix/models/font_size_config.rb +15 -19
- data/lib/svix/models/generate_in.rb +17 -19
- data/lib/svix/models/generate_out.rb +25 -19
- data/lib/svix/models/google_cloud_storage_config.rb +19 -19
- data/lib/svix/models/http_error_out.rb +19 -19
- data/lib/svix/models/http_validation_error.rb +17 -19
- data/lib/svix/models/hubspot_oauth_config_in.rb +17 -19
- data/lib/svix/models/inbound_path_params.rb +19 -19
- data/lib/svix/models/incoming_webhook_payload_out.rb +15 -19
- data/lib/svix/models/integration_in.rb +17 -19
- data/lib/svix/models/integration_key_out.rb +17 -19
- data/lib/svix/models/integration_out.rb +23 -19
- data/lib/svix/models/integration_update.rb +17 -19
- data/lib/svix/models/kafka_security_protocol_type.rb +7 -4
- data/lib/svix/models/list_response_application_out.rb +19 -19
- data/lib/svix/models/list_response_application_stats.rb +19 -19
- data/lib/svix/models/list_response_background_task_out.rb +19 -19
- data/lib/svix/models/list_response_endpoint_message_out.rb +19 -19
- data/lib/svix/models/list_response_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_event_type_out.rb +19 -19
- data/lib/svix/models/list_response_integration_out.rb +19 -19
- data/lib/svix/models/list_response_message_attempt_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_message_attempt_out.rb +19 -19
- data/lib/svix/models/list_response_message_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_message_out.rb +19 -19
- data/lib/svix/models/list_response_operational_webhook_endpoint_out.rb +259 -0
- data/lib/svix/models/list_response_sink_out.rb +19 -19
- data/lib/svix/models/list_response_stream_event_type_out.rb +259 -0
- data/lib/svix/models/list_response_stream_out.rb +19 -19
- data/lib/svix/models/list_response_stream_sink_out.rb +19 -19
- data/lib/svix/models/list_response_template_out.rb +19 -19
- data/lib/svix/models/message_attempt_endpoint_out.rb +57 -19
- data/lib/svix/models/message_attempt_exhausted_event.rb +17 -19
- data/lib/svix/models/message_attempt_exhausted_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_failed_data.rb +21 -19
- data/lib/svix/models/message_attempt_failing_event.rb +17 -19
- data/lib/svix/models/message_attempt_failing_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_headers_out.rb +19 -19
- data/lib/svix/models/message_attempt_out.rb +57 -19
- data/lib/svix/models/message_attempt_recovered_event.rb +17 -19
- data/lib/svix/models/message_attempt_recovered_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_trigger_type.rb +7 -4
- data/lib/svix/models/message_broadcast_in.rb +19 -19
- data/lib/svix/models/message_broadcast_out.rb +43 -19
- data/lib/svix/models/message_endpoint_out.rb +51 -19
- data/lib/svix/models/message_events_out.rb +21 -19
- data/lib/svix/models/message_in.rb +19 -19
- data/lib/svix/models/message_out.rb +23 -19
- data/lib/svix/models/message_raw_payload_out.rb +17 -19
- data/lib/svix/models/message_status.rb +7 -4
- data/lib/svix/models/message_subscriber_auth_token_out.rb +19 -19
- data/lib/svix/models/o_auth_payload_in.rb +19 -19
- data/lib/svix/models/o_auth_payload_out.rb +15 -19
- data/lib/svix/models/oauth2_auth_method_in.rb +7 -4
- data/lib/svix/models/oauth2_grant_type_in.rb +7 -4
- data/lib/svix/models/oauth_jws_signing_algorithm.rb +7 -4
- data/lib/svix/models/one_time_token_in.rb +17 -19
- data/lib/svix/models/one_time_token_out.rb +17 -19
- data/lib/svix/models/operational_webhook_endpoint_in.rb +408 -0
- data/lib/svix/models/operational_webhook_endpoint_out.rb +442 -0
- data/lib/svix/models/operational_webhook_endpoint_secret_in.rb +233 -0
- data/lib/svix/models/operational_webhook_endpoint_secret_out.rb +243 -0
- data/lib/svix/models/operational_webhook_endpoint_update.rb +380 -0
- data/lib/svix/models/ordering.rb +7 -4
- data/lib/svix/models/recover_in.rb +17 -19
- data/lib/svix/models/recover_out.rb +43 -19
- data/lib/svix/models/redshift_config.rb +25 -19
- data/lib/svix/models/replay_in.rb +17 -19
- data/lib/svix/models/replay_out.rb +43 -19
- data/lib/svix/models/retry_schedule_in_out.rb +15 -19
- data/lib/svix/models/rotated_url_out.rb +17 -19
- data/lib/svix/models/s3_config.rb +23 -19
- data/lib/svix/models/settings_in.rb +15 -19
- data/lib/svix/models/settings_out.rb +15 -19
- data/lib/svix/models/sink_http_config.rb +17 -19
- data/lib/svix/models/sink_in.rb +4 -4
- data/lib/svix/models/sink_in_one_of.rb +21 -19
- data/lib/svix/models/sink_in_one_of1.rb +25 -19
- data/lib/svix/models/sink_in_one_of2.rb +23 -19
- data/lib/svix/models/sink_in_one_of3.rb +19 -19
- data/lib/svix/models/sink_otel_v1_config.rb +17 -19
- data/lib/svix/models/sink_out.rb +4 -4
- data/lib/svix/models/sink_payload_format.rb +7 -4
- data/lib/svix/models/sink_status.rb +7 -4
- data/lib/svix/models/sink_status_in.rb +7 -4
- data/lib/svix/models/sink_transform_in.rb +15 -19
- data/lib/svix/models/sink_transformation_out.rb +15 -19
- data/lib/svix/models/snowflake_config.rb +21 -19
- data/lib/svix/models/statistics_period.rb +7 -4
- data/lib/svix/models/status_code_class.rb +7 -4
- data/lib/svix/models/stream_event_type_in.rb +262 -0
- data/lib/svix/models/stream_event_type_out.rb +294 -0
- data/lib/svix/models/stream_event_type_patch.rb +254 -0
- data/lib/svix/models/stream_in.rb +24 -22
- data/lib/svix/models/stream_out.rb +28 -22
- data/lib/svix/models/stream_patch.rb +22 -22
- data/lib/svix/models/stream_sink_in.rb +6 -5
- data/lib/svix/models/stream_sink_in_one_of.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of1.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of2.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of3.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of4.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of5.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of6.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of7.rb +271 -0
- data/lib/svix/models/stream_sink_out.rb +6 -5
- data/lib/svix/models/stream_sink_patch.rb +6 -5
- data/lib/svix/models/template_in.rb +43 -21
- data/lib/svix/models/template_out.rb +57 -19
- data/lib/svix/models/template_patch.rb +43 -21
- data/lib/svix/models/template_update.rb +41 -19
- data/lib/svix/models/transformation_http_method.rb +7 -4
- data/lib/svix/models/transformation_simulate_in.rb +21 -19
- data/lib/svix/models/transformation_simulate_out.rb +41 -19
- data/lib/svix/models/transformation_template_kind.rb +7 -4
- data/lib/svix/models/validation_error.rb +21 -19
- data/lib/svix/operational_webhook_endpoint_api.rb +37 -0
- data/lib/svix/version.rb +1 -1
- data/svix.gemspec +12 -2
- metadata +45 -22
- data/lib/svix/api/sink_api.rb +0 -176
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,6 +17,10 @@ module Svix
|
|
17
17
|
class OauthJwsSigningAlgorithm
|
18
18
|
RS256 = "RS256".freeze
|
19
19
|
|
20
|
+
def self.all_vars
|
21
|
+
@all_vars ||= [RS256].freeze
|
22
|
+
end
|
23
|
+
|
20
24
|
# Builds the enum from string
|
21
25
|
# @param [String] The enum value in the form of the string
|
22
26
|
# @return [String] The enum value
|
@@ -28,9 +32,8 @@ module Svix
|
|
28
32
|
# @param [String] The enum value in the form of the string
|
29
33
|
# @return [String] The enum value
|
30
34
|
def build_from_hash(value)
|
31
|
-
|
32
|
-
raise "Invalid ENUM value #{value} for class #OauthJwsSigningAlgorithm"
|
33
|
-
value
|
35
|
+
return value if OauthJwsSigningAlgorithm.all_vars.include?(value)
|
36
|
+
raise "Invalid ENUM value #{value} for class #OauthJwsSigningAlgorithm"
|
34
37
|
end
|
35
38
|
end
|
36
39
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -59,12 +59,15 @@ module Svix
|
|
59
59
|
|
60
60
|
if attributes.key?(:'one_time_token')
|
61
61
|
self.one_time_token = attributes[:'one_time_token']
|
62
|
+
else
|
63
|
+
self.one_time_token = nil
|
62
64
|
end
|
63
65
|
end
|
64
66
|
|
65
67
|
# Show invalid properties with the reasons. Usually used together with valid?
|
66
68
|
# @return Array for valid properties with the reasons
|
67
69
|
def list_invalid_properties
|
70
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
68
71
|
invalid_properties = Array.new
|
69
72
|
if @one_time_token.nil?
|
70
73
|
invalid_properties.push('invalid value for "one_time_token", one_time_token cannot be nil.')
|
@@ -76,6 +79,7 @@ module Svix
|
|
76
79
|
# Check to see if the all the properties in the model are valid
|
77
80
|
# @return true if the model is valid
|
78
81
|
def valid?
|
82
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
79
83
|
return false if @one_time_token.nil?
|
80
84
|
true
|
81
85
|
end
|
@@ -104,36 +108,30 @@ module Svix
|
|
104
108
|
# @param [Hash] attributes Model attributes in the form of hash
|
105
109
|
# @return [Object] Returns the model itself
|
106
110
|
def self.build_from_hash(attributes)
|
107
|
-
new.build_from_hash(attributes)
|
108
|
-
end
|
109
|
-
|
110
|
-
# Builds the object from hash
|
111
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
112
|
-
# @return [Object] Returns the model itself
|
113
|
-
def build_from_hash(attributes)
|
114
111
|
return nil unless attributes.is_a?(Hash)
|
115
|
-
|
116
|
-
|
117
|
-
|
112
|
+
attributes = attributes.transform_keys(&:to_sym)
|
113
|
+
transformed_hash = {}
|
114
|
+
openapi_types.each_pair do |key, type|
|
115
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
116
|
+
transformed_hash["#{key}"] = nil
|
118
117
|
elsif type =~ /\AArray<(.*)>/i
|
119
118
|
# check to ensure the input is an array given that the attribute
|
120
119
|
# is documented as an array but the input is not
|
121
|
-
if attributes[
|
122
|
-
|
120
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
121
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
123
122
|
end
|
124
|
-
elsif !attributes[
|
125
|
-
|
123
|
+
elsif !attributes[attribute_map[key]].nil?
|
124
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
126
125
|
end
|
127
126
|
end
|
128
|
-
|
129
|
-
self
|
127
|
+
new(transformed_hash)
|
130
128
|
end
|
131
129
|
|
132
130
|
# Deserializes the data based on type
|
133
131
|
# @param string type Data type
|
134
132
|
# @param string value Value to be deserialized
|
135
133
|
# @return [Object] Deserialized data
|
136
|
-
def _deserialize(type, value)
|
134
|
+
def self._deserialize(type, value)
|
137
135
|
case type.to_sym
|
138
136
|
when :Time
|
139
137
|
Time.parse(value)
|
@@ -168,7 +166,7 @@ module Svix
|
|
168
166
|
else # model
|
169
167
|
# models (e.g. Pet) or oneOf
|
170
168
|
klass = Svix.const_get(type)
|
171
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
169
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
172
170
|
end
|
173
171
|
end
|
174
172
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -59,12 +59,15 @@ module Svix
|
|
59
59
|
|
60
60
|
if attributes.key?(:'token')
|
61
61
|
self.token = attributes[:'token']
|
62
|
+
else
|
63
|
+
self.token = nil
|
62
64
|
end
|
63
65
|
end
|
64
66
|
|
65
67
|
# Show invalid properties with the reasons. Usually used together with valid?
|
66
68
|
# @return Array for valid properties with the reasons
|
67
69
|
def list_invalid_properties
|
70
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
68
71
|
invalid_properties = Array.new
|
69
72
|
if @token.nil?
|
70
73
|
invalid_properties.push('invalid value for "token", token cannot be nil.')
|
@@ -76,6 +79,7 @@ module Svix
|
|
76
79
|
# Check to see if the all the properties in the model are valid
|
77
80
|
# @return true if the model is valid
|
78
81
|
def valid?
|
82
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
79
83
|
return false if @token.nil?
|
80
84
|
true
|
81
85
|
end
|
@@ -104,36 +108,30 @@ module Svix
|
|
104
108
|
# @param [Hash] attributes Model attributes in the form of hash
|
105
109
|
# @return [Object] Returns the model itself
|
106
110
|
def self.build_from_hash(attributes)
|
107
|
-
new.build_from_hash(attributes)
|
108
|
-
end
|
109
|
-
|
110
|
-
# Builds the object from hash
|
111
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
112
|
-
# @return [Object] Returns the model itself
|
113
|
-
def build_from_hash(attributes)
|
114
111
|
return nil unless attributes.is_a?(Hash)
|
115
|
-
|
116
|
-
|
117
|
-
|
112
|
+
attributes = attributes.transform_keys(&:to_sym)
|
113
|
+
transformed_hash = {}
|
114
|
+
openapi_types.each_pair do |key, type|
|
115
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
116
|
+
transformed_hash["#{key}"] = nil
|
118
117
|
elsif type =~ /\AArray<(.*)>/i
|
119
118
|
# check to ensure the input is an array given that the attribute
|
120
119
|
# is documented as an array but the input is not
|
121
|
-
if attributes[
|
122
|
-
|
120
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
121
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
123
122
|
end
|
124
|
-
elsif !attributes[
|
125
|
-
|
123
|
+
elsif !attributes[attribute_map[key]].nil?
|
124
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
126
125
|
end
|
127
126
|
end
|
128
|
-
|
129
|
-
self
|
127
|
+
new(transformed_hash)
|
130
128
|
end
|
131
129
|
|
132
130
|
# Deserializes the data based on type
|
133
131
|
# @param string type Data type
|
134
132
|
# @param string value Value to be deserialized
|
135
133
|
# @return [Object] Deserialized data
|
136
|
-
def _deserialize(type, value)
|
134
|
+
def self._deserialize(type, value)
|
137
135
|
case type.to_sym
|
138
136
|
when :Time
|
139
137
|
Time.parse(value)
|
@@ -168,7 +166,7 @@ module Svix
|
|
168
166
|
else # model
|
169
167
|
# models (e.g. Pet) or oneOf
|
170
168
|
klass = Svix.const_get(type)
|
171
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
169
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
172
170
|
end
|
173
171
|
end
|
174
172
|
|
@@ -0,0 +1,408 @@
|
|
1
|
+
=begin
|
2
|
+
#Svix API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.9.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module Svix
|
17
|
+
class OperationalWebhookEndpointIn
|
18
|
+
attr_accessor :description
|
19
|
+
|
20
|
+
attr_accessor :disabled
|
21
|
+
|
22
|
+
attr_accessor :filter_types
|
23
|
+
|
24
|
+
attr_accessor :metadata
|
25
|
+
|
26
|
+
attr_accessor :rate_limit
|
27
|
+
|
28
|
+
# The endpoint's verification secret. If `null` is passed, a secret is automatically generated. Format: `base64` encoded random bytes optionally prefixed with `whsec_`. Recommended size: 24.
|
29
|
+
attr_accessor :secret
|
30
|
+
|
31
|
+
# Optional unique identifier for the endpoint
|
32
|
+
attr_accessor :uid
|
33
|
+
|
34
|
+
attr_accessor :url
|
35
|
+
|
36
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
37
|
+
def self.attribute_map
|
38
|
+
{
|
39
|
+
:'description' => :'description',
|
40
|
+
:'disabled' => :'disabled',
|
41
|
+
:'filter_types' => :'filterTypes',
|
42
|
+
:'metadata' => :'metadata',
|
43
|
+
:'rate_limit' => :'rateLimit',
|
44
|
+
:'secret' => :'secret',
|
45
|
+
:'uid' => :'uid',
|
46
|
+
:'url' => :'url'
|
47
|
+
}
|
48
|
+
end
|
49
|
+
|
50
|
+
# Returns all the JSON keys this model knows about
|
51
|
+
def self.acceptable_attributes
|
52
|
+
attribute_map.values
|
53
|
+
end
|
54
|
+
|
55
|
+
# Attribute type mapping.
|
56
|
+
def self.openapi_types
|
57
|
+
{
|
58
|
+
:'description' => :'String',
|
59
|
+
:'disabled' => :'Boolean',
|
60
|
+
:'filter_types' => :'Array<String>',
|
61
|
+
:'metadata' => :'Hash<String, String>',
|
62
|
+
:'rate_limit' => :'Integer',
|
63
|
+
:'secret' => :'String',
|
64
|
+
:'uid' => :'String',
|
65
|
+
:'url' => :'String'
|
66
|
+
}
|
67
|
+
end
|
68
|
+
|
69
|
+
# List of attributes with nullable: true
|
70
|
+
def self.openapi_nullable
|
71
|
+
Set.new([
|
72
|
+
:'filter_types',
|
73
|
+
:'rate_limit',
|
74
|
+
:'secret',
|
75
|
+
:'uid',
|
76
|
+
])
|
77
|
+
end
|
78
|
+
|
79
|
+
# Initializes the object
|
80
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
81
|
+
def initialize(attributes = {})
|
82
|
+
if (!attributes.is_a?(Hash))
|
83
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Svix::OperationalWebhookEndpointIn` initialize method"
|
84
|
+
end
|
85
|
+
|
86
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
87
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
88
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
89
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Svix::OperationalWebhookEndpointIn`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
90
|
+
end
|
91
|
+
h[k.to_sym] = v
|
92
|
+
}
|
93
|
+
|
94
|
+
if attributes.key?(:'description')
|
95
|
+
self.description = attributes[:'description']
|
96
|
+
else
|
97
|
+
self.description = ''
|
98
|
+
end
|
99
|
+
|
100
|
+
if attributes.key?(:'disabled')
|
101
|
+
self.disabled = attributes[:'disabled']
|
102
|
+
else
|
103
|
+
self.disabled = false
|
104
|
+
end
|
105
|
+
|
106
|
+
if attributes.key?(:'filter_types')
|
107
|
+
if (value = attributes[:'filter_types']).is_a?(Array)
|
108
|
+
self.filter_types = value
|
109
|
+
end
|
110
|
+
end
|
111
|
+
|
112
|
+
if attributes.key?(:'metadata')
|
113
|
+
if (value = attributes[:'metadata']).is_a?(Hash)
|
114
|
+
self.metadata = value
|
115
|
+
end
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.key?(:'rate_limit')
|
119
|
+
self.rate_limit = attributes[:'rate_limit']
|
120
|
+
end
|
121
|
+
|
122
|
+
if attributes.key?(:'secret')
|
123
|
+
self.secret = attributes[:'secret']
|
124
|
+
end
|
125
|
+
|
126
|
+
if attributes.key?(:'uid')
|
127
|
+
self.uid = attributes[:'uid']
|
128
|
+
end
|
129
|
+
|
130
|
+
if attributes.key?(:'url')
|
131
|
+
self.url = attributes[:'url']
|
132
|
+
else
|
133
|
+
self.url = nil
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
138
|
+
# @return Array for valid properties with the reasons
|
139
|
+
def list_invalid_properties
|
140
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
141
|
+
invalid_properties = Array.new
|
142
|
+
if !@filter_types.nil? && @filter_types.length < 1
|
143
|
+
invalid_properties.push('invalid value for "filter_types", number of items must be greater than or equal to 1.')
|
144
|
+
end
|
145
|
+
|
146
|
+
if !@rate_limit.nil? && @rate_limit < 1
|
147
|
+
invalid_properties.push('invalid value for "rate_limit", must be greater than or equal to 1.')
|
148
|
+
end
|
149
|
+
|
150
|
+
pattern = Regexp.new(/^(whsec_)?[a-zA-Z0-9+\/=]{32,100}$/)
|
151
|
+
if !@secret.nil? && @secret !~ pattern
|
152
|
+
invalid_properties.push("invalid value for \"secret\", must conform to the pattern #{pattern}.")
|
153
|
+
end
|
154
|
+
|
155
|
+
if !@uid.nil? && @uid.to_s.length > 256
|
156
|
+
invalid_properties.push('invalid value for "uid", the character length must be smaller than or equal to 256.')
|
157
|
+
end
|
158
|
+
|
159
|
+
if !@uid.nil? && @uid.to_s.length < 1
|
160
|
+
invalid_properties.push('invalid value for "uid", the character length must be great than or equal to 1.')
|
161
|
+
end
|
162
|
+
|
163
|
+
pattern = Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
164
|
+
if !@uid.nil? && @uid !~ pattern
|
165
|
+
invalid_properties.push("invalid value for \"uid\", must conform to the pattern #{pattern}.")
|
166
|
+
end
|
167
|
+
|
168
|
+
if @url.nil?
|
169
|
+
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
170
|
+
end
|
171
|
+
|
172
|
+
if @url.to_s.length > 65536
|
173
|
+
invalid_properties.push('invalid value for "url", the character length must be smaller than or equal to 65536.')
|
174
|
+
end
|
175
|
+
|
176
|
+
if @url.to_s.length < 1
|
177
|
+
invalid_properties.push('invalid value for "url", the character length must be great than or equal to 1.')
|
178
|
+
end
|
179
|
+
|
180
|
+
invalid_properties
|
181
|
+
end
|
182
|
+
|
183
|
+
# Check to see if the all the properties in the model are valid
|
184
|
+
# @return true if the model is valid
|
185
|
+
def valid?
|
186
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
187
|
+
return false if !@filter_types.nil? && @filter_types.length < 1
|
188
|
+
return false if !@rate_limit.nil? && @rate_limit < 1
|
189
|
+
return false if !@secret.nil? && @secret !~ Regexp.new(/^(whsec_)?[a-zA-Z0-9+\/=]{32,100}$/)
|
190
|
+
return false if !@uid.nil? && @uid.to_s.length > 256
|
191
|
+
return false if !@uid.nil? && @uid.to_s.length < 1
|
192
|
+
return false if !@uid.nil? && @uid !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
193
|
+
return false if @url.nil?
|
194
|
+
return false if @url.to_s.length > 65536
|
195
|
+
return false if @url.to_s.length < 1
|
196
|
+
true
|
197
|
+
end
|
198
|
+
|
199
|
+
# Custom attribute writer method with validation
|
200
|
+
# @param [Object] filter_types Value to be assigned
|
201
|
+
def filter_types=(filter_types)
|
202
|
+
if !filter_types.nil? && filter_types.length < 1
|
203
|
+
fail ArgumentError, 'invalid value for "filter_types", number of items must be greater than or equal to 1.'
|
204
|
+
end
|
205
|
+
|
206
|
+
@filter_types = filter_types
|
207
|
+
end
|
208
|
+
|
209
|
+
# Custom attribute writer method with validation
|
210
|
+
# @param [Object] rate_limit Value to be assigned
|
211
|
+
def rate_limit=(rate_limit)
|
212
|
+
if !rate_limit.nil? && rate_limit < 1
|
213
|
+
fail ArgumentError, 'invalid value for "rate_limit", must be greater than or equal to 1.'
|
214
|
+
end
|
215
|
+
|
216
|
+
@rate_limit = rate_limit
|
217
|
+
end
|
218
|
+
|
219
|
+
# Custom attribute writer method with validation
|
220
|
+
# @param [Object] secret Value to be assigned
|
221
|
+
def secret=(secret)
|
222
|
+
pattern = Regexp.new(/^(whsec_)?[a-zA-Z0-9+\/=]{32,100}$/)
|
223
|
+
if !secret.nil? && secret !~ pattern
|
224
|
+
fail ArgumentError, "invalid value for \"secret\", must conform to the pattern #{pattern}."
|
225
|
+
end
|
226
|
+
|
227
|
+
@secret = secret
|
228
|
+
end
|
229
|
+
|
230
|
+
# Custom attribute writer method with validation
|
231
|
+
# @param [Object] uid Value to be assigned
|
232
|
+
def uid=(uid)
|
233
|
+
if !uid.nil? && uid.to_s.length > 256
|
234
|
+
fail ArgumentError, 'invalid value for "uid", the character length must be smaller than or equal to 256.'
|
235
|
+
end
|
236
|
+
|
237
|
+
if !uid.nil? && uid.to_s.length < 1
|
238
|
+
fail ArgumentError, 'invalid value for "uid", the character length must be great than or equal to 1.'
|
239
|
+
end
|
240
|
+
|
241
|
+
pattern = Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
242
|
+
if !uid.nil? && uid !~ pattern
|
243
|
+
fail ArgumentError, "invalid value for \"uid\", must conform to the pattern #{pattern}."
|
244
|
+
end
|
245
|
+
|
246
|
+
@uid = uid
|
247
|
+
end
|
248
|
+
|
249
|
+
# Custom attribute writer method with validation
|
250
|
+
# @param [Object] url Value to be assigned
|
251
|
+
def url=(url)
|
252
|
+
if url.nil?
|
253
|
+
fail ArgumentError, 'url cannot be nil'
|
254
|
+
end
|
255
|
+
|
256
|
+
if url.to_s.length > 65536
|
257
|
+
fail ArgumentError, 'invalid value for "url", the character length must be smaller than or equal to 65536.'
|
258
|
+
end
|
259
|
+
|
260
|
+
if url.to_s.length < 1
|
261
|
+
fail ArgumentError, 'invalid value for "url", the character length must be great than or equal to 1.'
|
262
|
+
end
|
263
|
+
|
264
|
+
@url = url
|
265
|
+
end
|
266
|
+
|
267
|
+
# Checks equality by comparing each attribute.
|
268
|
+
# @param [Object] Object to be compared
|
269
|
+
def ==(o)
|
270
|
+
return true if self.equal?(o)
|
271
|
+
self.class == o.class &&
|
272
|
+
description == o.description &&
|
273
|
+
disabled == o.disabled &&
|
274
|
+
filter_types == o.filter_types &&
|
275
|
+
metadata == o.metadata &&
|
276
|
+
rate_limit == o.rate_limit &&
|
277
|
+
secret == o.secret &&
|
278
|
+
uid == o.uid &&
|
279
|
+
url == o.url
|
280
|
+
end
|
281
|
+
|
282
|
+
# @see the `==` method
|
283
|
+
# @param [Object] Object to be compared
|
284
|
+
def eql?(o)
|
285
|
+
self == o
|
286
|
+
end
|
287
|
+
|
288
|
+
# Calculates hash code according to all attributes.
|
289
|
+
# @return [Integer] Hash code
|
290
|
+
def hash
|
291
|
+
[description, disabled, filter_types, metadata, rate_limit, secret, uid, url].hash
|
292
|
+
end
|
293
|
+
|
294
|
+
# Builds the object from hash
|
295
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
296
|
+
# @return [Object] Returns the model itself
|
297
|
+
def self.build_from_hash(attributes)
|
298
|
+
return nil unless attributes.is_a?(Hash)
|
299
|
+
attributes = attributes.transform_keys(&:to_sym)
|
300
|
+
transformed_hash = {}
|
301
|
+
openapi_types.each_pair do |key, type|
|
302
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
303
|
+
transformed_hash["#{key}"] = nil
|
304
|
+
elsif type =~ /\AArray<(.*)>/i
|
305
|
+
# check to ensure the input is an array given that the attribute
|
306
|
+
# is documented as an array but the input is not
|
307
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
308
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
309
|
+
end
|
310
|
+
elsif !attributes[attribute_map[key]].nil?
|
311
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
312
|
+
end
|
313
|
+
end
|
314
|
+
new(transformed_hash)
|
315
|
+
end
|
316
|
+
|
317
|
+
# Deserializes the data based on type
|
318
|
+
# @param string type Data type
|
319
|
+
# @param string value Value to be deserialized
|
320
|
+
# @return [Object] Deserialized data
|
321
|
+
def self._deserialize(type, value)
|
322
|
+
case type.to_sym
|
323
|
+
when :Time
|
324
|
+
Time.parse(value)
|
325
|
+
when :Date
|
326
|
+
Date.parse(value)
|
327
|
+
when :String
|
328
|
+
value.to_s
|
329
|
+
when :Integer
|
330
|
+
value.to_i
|
331
|
+
when :Float
|
332
|
+
value.to_f
|
333
|
+
when :Boolean
|
334
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
335
|
+
true
|
336
|
+
else
|
337
|
+
false
|
338
|
+
end
|
339
|
+
when :Object
|
340
|
+
# generic object (usually a Hash), return directly
|
341
|
+
value
|
342
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
343
|
+
inner_type = Regexp.last_match[:inner_type]
|
344
|
+
value.map { |v| _deserialize(inner_type, v) }
|
345
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
346
|
+
k_type = Regexp.last_match[:k_type]
|
347
|
+
v_type = Regexp.last_match[:v_type]
|
348
|
+
{}.tap do |hash|
|
349
|
+
value.each do |k, v|
|
350
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
351
|
+
end
|
352
|
+
end
|
353
|
+
else # model
|
354
|
+
# models (e.g. Pet) or oneOf
|
355
|
+
klass = Svix.const_get(type)
|
356
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
# Returns the string representation of the object
|
361
|
+
# @return [String] String presentation of the object
|
362
|
+
def to_s
|
363
|
+
to_hash.to_s
|
364
|
+
end
|
365
|
+
|
366
|
+
# to_body is an alias to to_hash (backward compatibility)
|
367
|
+
# @return [Hash] Returns the object in the form of hash
|
368
|
+
def to_body
|
369
|
+
to_hash
|
370
|
+
end
|
371
|
+
|
372
|
+
# Returns the object in the form of hash
|
373
|
+
# @return [Hash] Returns the object in the form of hash
|
374
|
+
def to_hash
|
375
|
+
hash = {}
|
376
|
+
self.class.attribute_map.each_pair do |attr, param|
|
377
|
+
value = self.send(attr)
|
378
|
+
if value.nil?
|
379
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
380
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
381
|
+
end
|
382
|
+
|
383
|
+
hash[param] = _to_hash(value)
|
384
|
+
end
|
385
|
+
hash
|
386
|
+
end
|
387
|
+
|
388
|
+
# Outputs non-array value in the form of hash
|
389
|
+
# For object, use to_hash. Otherwise, just return the value
|
390
|
+
# @param [Object] value Any valid value
|
391
|
+
# @return [Hash] Returns the value in the form of hash
|
392
|
+
def _to_hash(value)
|
393
|
+
if value.is_a?(Array)
|
394
|
+
value.compact.map { |v| _to_hash(v) }
|
395
|
+
elsif value.is_a?(Hash)
|
396
|
+
{}.tap do |hash|
|
397
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
398
|
+
end
|
399
|
+
elsif value.respond_to? :to_hash
|
400
|
+
value.to_hash
|
401
|
+
else
|
402
|
+
value
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
406
|
+
end
|
407
|
+
|
408
|
+
end
|