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
|
|
@@ -75,10 +75,14 @@ module Svix
|
|
75
75
|
if (value = attributes[:'data']).is_a?(Array)
|
76
76
|
self.data = value
|
77
77
|
end
|
78
|
+
else
|
79
|
+
self.data = nil
|
78
80
|
end
|
79
81
|
|
80
82
|
if attributes.key?(:'done')
|
81
83
|
self.done = attributes[:'done']
|
84
|
+
else
|
85
|
+
self.done = nil
|
82
86
|
end
|
83
87
|
|
84
88
|
if attributes.key?(:'iterator')
|
@@ -93,6 +97,7 @@ module Svix
|
|
93
97
|
# Show invalid properties with the reasons. Usually used together with valid?
|
94
98
|
# @return Array for valid properties with the reasons
|
95
99
|
def list_invalid_properties
|
100
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
96
101
|
invalid_properties = Array.new
|
97
102
|
if @data.nil?
|
98
103
|
invalid_properties.push('invalid value for "data", data cannot be nil.')
|
@@ -108,6 +113,7 @@ module Svix
|
|
108
113
|
# Check to see if the all the properties in the model are valid
|
109
114
|
# @return true if the model is valid
|
110
115
|
def valid?
|
116
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
111
117
|
return false if @data.nil?
|
112
118
|
return false if @done.nil?
|
113
119
|
true
|
@@ -140,36 +146,30 @@ module Svix
|
|
140
146
|
# @param [Hash] attributes Model attributes in the form of hash
|
141
147
|
# @return [Object] Returns the model itself
|
142
148
|
def self.build_from_hash(attributes)
|
143
|
-
new.build_from_hash(attributes)
|
144
|
-
end
|
145
|
-
|
146
|
-
# Builds the object from hash
|
147
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
148
|
-
# @return [Object] Returns the model itself
|
149
|
-
def build_from_hash(attributes)
|
150
149
|
return nil unless attributes.is_a?(Hash)
|
151
|
-
|
152
|
-
|
153
|
-
|
150
|
+
attributes = attributes.transform_keys(&:to_sym)
|
151
|
+
transformed_hash = {}
|
152
|
+
openapi_types.each_pair do |key, type|
|
153
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
154
|
+
transformed_hash["#{key}"] = nil
|
154
155
|
elsif type =~ /\AArray<(.*)>/i
|
155
156
|
# check to ensure the input is an array given that the attribute
|
156
157
|
# is documented as an array but the input is not
|
157
|
-
if attributes[
|
158
|
-
|
158
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
159
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
159
160
|
end
|
160
|
-
elsif !attributes[
|
161
|
-
|
161
|
+
elsif !attributes[attribute_map[key]].nil?
|
162
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
162
163
|
end
|
163
164
|
end
|
164
|
-
|
165
|
-
self
|
165
|
+
new(transformed_hash)
|
166
166
|
end
|
167
167
|
|
168
168
|
# Deserializes the data based on type
|
169
169
|
# @param string type Data type
|
170
170
|
# @param string value Value to be deserialized
|
171
171
|
# @return [Object] Deserialized data
|
172
|
-
def _deserialize(type, value)
|
172
|
+
def self._deserialize(type, value)
|
173
173
|
case type.to_sym
|
174
174
|
when :Time
|
175
175
|
Time.parse(value)
|
@@ -204,7 +204,7 @@ module Svix
|
|
204
204
|
else # model
|
205
205
|
# models (e.g. Pet) or oneOf
|
206
206
|
klass = Svix.const_get(type)
|
207
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
207
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
208
208
|
end
|
209
209
|
end
|
210
210
|
|
@@ -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
|
|
@@ -75,10 +75,14 @@ module Svix
|
|
75
75
|
if (value = attributes[:'data']).is_a?(Array)
|
76
76
|
self.data = value
|
77
77
|
end
|
78
|
+
else
|
79
|
+
self.data = nil
|
78
80
|
end
|
79
81
|
|
80
82
|
if attributes.key?(:'done')
|
81
83
|
self.done = attributes[:'done']
|
84
|
+
else
|
85
|
+
self.done = nil
|
82
86
|
end
|
83
87
|
|
84
88
|
if attributes.key?(:'iterator')
|
@@ -93,6 +97,7 @@ module Svix
|
|
93
97
|
# Show invalid properties with the reasons. Usually used together with valid?
|
94
98
|
# @return Array for valid properties with the reasons
|
95
99
|
def list_invalid_properties
|
100
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
96
101
|
invalid_properties = Array.new
|
97
102
|
if @data.nil?
|
98
103
|
invalid_properties.push('invalid value for "data", data cannot be nil.')
|
@@ -108,6 +113,7 @@ module Svix
|
|
108
113
|
# Check to see if the all the properties in the model are valid
|
109
114
|
# @return true if the model is valid
|
110
115
|
def valid?
|
116
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
111
117
|
return false if @data.nil?
|
112
118
|
return false if @done.nil?
|
113
119
|
true
|
@@ -140,36 +146,30 @@ module Svix
|
|
140
146
|
# @param [Hash] attributes Model attributes in the form of hash
|
141
147
|
# @return [Object] Returns the model itself
|
142
148
|
def self.build_from_hash(attributes)
|
143
|
-
new.build_from_hash(attributes)
|
144
|
-
end
|
145
|
-
|
146
|
-
# Builds the object from hash
|
147
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
148
|
-
# @return [Object] Returns the model itself
|
149
|
-
def build_from_hash(attributes)
|
150
149
|
return nil unless attributes.is_a?(Hash)
|
151
|
-
|
152
|
-
|
153
|
-
|
150
|
+
attributes = attributes.transform_keys(&:to_sym)
|
151
|
+
transformed_hash = {}
|
152
|
+
openapi_types.each_pair do |key, type|
|
153
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
154
|
+
transformed_hash["#{key}"] = nil
|
154
155
|
elsif type =~ /\AArray<(.*)>/i
|
155
156
|
# check to ensure the input is an array given that the attribute
|
156
157
|
# is documented as an array but the input is not
|
157
|
-
if attributes[
|
158
|
-
|
158
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
159
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
159
160
|
end
|
160
|
-
elsif !attributes[
|
161
|
-
|
161
|
+
elsif !attributes[attribute_map[key]].nil?
|
162
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
162
163
|
end
|
163
164
|
end
|
164
|
-
|
165
|
-
self
|
165
|
+
new(transformed_hash)
|
166
166
|
end
|
167
167
|
|
168
168
|
# Deserializes the data based on type
|
169
169
|
# @param string type Data type
|
170
170
|
# @param string value Value to be deserialized
|
171
171
|
# @return [Object] Deserialized data
|
172
|
-
def _deserialize(type, value)
|
172
|
+
def self._deserialize(type, value)
|
173
173
|
case type.to_sym
|
174
174
|
when :Time
|
175
175
|
Time.parse(value)
|
@@ -204,7 +204,7 @@ module Svix
|
|
204
204
|
else # model
|
205
205
|
# models (e.g. Pet) or oneOf
|
206
206
|
klass = Svix.const_get(type)
|
207
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
207
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
208
208
|
end
|
209
209
|
end
|
210
210
|
|
@@ -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
|
|
@@ -75,10 +75,14 @@ module Svix
|
|
75
75
|
if (value = attributes[:'data']).is_a?(Array)
|
76
76
|
self.data = value
|
77
77
|
end
|
78
|
+
else
|
79
|
+
self.data = nil
|
78
80
|
end
|
79
81
|
|
80
82
|
if attributes.key?(:'done')
|
81
83
|
self.done = attributes[:'done']
|
84
|
+
else
|
85
|
+
self.done = nil
|
82
86
|
end
|
83
87
|
|
84
88
|
if attributes.key?(:'iterator')
|
@@ -93,6 +97,7 @@ module Svix
|
|
93
97
|
# Show invalid properties with the reasons. Usually used together with valid?
|
94
98
|
# @return Array for valid properties with the reasons
|
95
99
|
def list_invalid_properties
|
100
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
96
101
|
invalid_properties = Array.new
|
97
102
|
if @data.nil?
|
98
103
|
invalid_properties.push('invalid value for "data", data cannot be nil.')
|
@@ -108,6 +113,7 @@ module Svix
|
|
108
113
|
# Check to see if the all the properties in the model are valid
|
109
114
|
# @return true if the model is valid
|
110
115
|
def valid?
|
116
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
111
117
|
return false if @data.nil?
|
112
118
|
return false if @done.nil?
|
113
119
|
true
|
@@ -140,36 +146,30 @@ module Svix
|
|
140
146
|
# @param [Hash] attributes Model attributes in the form of hash
|
141
147
|
# @return [Object] Returns the model itself
|
142
148
|
def self.build_from_hash(attributes)
|
143
|
-
new.build_from_hash(attributes)
|
144
|
-
end
|
145
|
-
|
146
|
-
# Builds the object from hash
|
147
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
148
|
-
# @return [Object] Returns the model itself
|
149
|
-
def build_from_hash(attributes)
|
150
149
|
return nil unless attributes.is_a?(Hash)
|
151
|
-
|
152
|
-
|
153
|
-
|
150
|
+
attributes = attributes.transform_keys(&:to_sym)
|
151
|
+
transformed_hash = {}
|
152
|
+
openapi_types.each_pair do |key, type|
|
153
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
154
|
+
transformed_hash["#{key}"] = nil
|
154
155
|
elsif type =~ /\AArray<(.*)>/i
|
155
156
|
# check to ensure the input is an array given that the attribute
|
156
157
|
# is documented as an array but the input is not
|
157
|
-
if attributes[
|
158
|
-
|
158
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
159
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
159
160
|
end
|
160
|
-
elsif !attributes[
|
161
|
-
|
161
|
+
elsif !attributes[attribute_map[key]].nil?
|
162
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
162
163
|
end
|
163
164
|
end
|
164
|
-
|
165
|
-
self
|
165
|
+
new(transformed_hash)
|
166
166
|
end
|
167
167
|
|
168
168
|
# Deserializes the data based on type
|
169
169
|
# @param string type Data type
|
170
170
|
# @param string value Value to be deserialized
|
171
171
|
# @return [Object] Deserialized data
|
172
|
-
def _deserialize(type, value)
|
172
|
+
def self._deserialize(type, value)
|
173
173
|
case type.to_sym
|
174
174
|
when :Time
|
175
175
|
Time.parse(value)
|
@@ -204,7 +204,7 @@ module Svix
|
|
204
204
|
else # model
|
205
205
|
# models (e.g. Pet) or oneOf
|
206
206
|
klass = Svix.const_get(type)
|
207
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
207
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
208
208
|
end
|
209
209
|
end
|
210
210
|
|
@@ -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
|
|
@@ -41,6 +41,28 @@ module Svix
|
|
41
41
|
|
42
42
|
attr_accessor :url
|
43
43
|
|
44
|
+
class EnumAttributeValidator
|
45
|
+
attr_reader :datatype
|
46
|
+
attr_reader :allowable_values
|
47
|
+
|
48
|
+
def initialize(datatype, allowable_values)
|
49
|
+
@allowable_values = allowable_values.map do |value|
|
50
|
+
case datatype.to_s
|
51
|
+
when /Integer/i
|
52
|
+
value.to_i
|
53
|
+
when /Float/i
|
54
|
+
value.to_f
|
55
|
+
else
|
56
|
+
value
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
def valid?(value)
|
62
|
+
!value || allowable_values.include?(value)
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
44
66
|
# Attribute mapping from ruby-style variable name to JSON key.
|
45
67
|
def self.attribute_map
|
46
68
|
{
|
@@ -103,10 +125,14 @@ module Svix
|
|
103
125
|
|
104
126
|
if attributes.key?(:'endpoint_id')
|
105
127
|
self.endpoint_id = attributes[:'endpoint_id']
|
128
|
+
else
|
129
|
+
self.endpoint_id = nil
|
106
130
|
end
|
107
131
|
|
108
132
|
if attributes.key?(:'id')
|
109
133
|
self.id = attributes[:'id']
|
134
|
+
else
|
135
|
+
self.id = nil
|
110
136
|
end
|
111
137
|
|
112
138
|
if attributes.key?(:'msg')
|
@@ -115,40 +141,57 @@ module Svix
|
|
115
141
|
|
116
142
|
if attributes.key?(:'msg_id')
|
117
143
|
self.msg_id = attributes[:'msg_id']
|
144
|
+
else
|
145
|
+
self.msg_id = nil
|
118
146
|
end
|
119
147
|
|
120
148
|
if attributes.key?(:'response')
|
121
149
|
self.response = attributes[:'response']
|
150
|
+
else
|
151
|
+
self.response = nil
|
122
152
|
end
|
123
153
|
|
124
154
|
if attributes.key?(:'response_duration_ms')
|
125
155
|
self.response_duration_ms = attributes[:'response_duration_ms']
|
156
|
+
else
|
157
|
+
self.response_duration_ms = nil
|
126
158
|
end
|
127
159
|
|
128
160
|
if attributes.key?(:'response_status_code')
|
129
161
|
self.response_status_code = attributes[:'response_status_code']
|
162
|
+
else
|
163
|
+
self.response_status_code = nil
|
130
164
|
end
|
131
165
|
|
132
166
|
if attributes.key?(:'status')
|
133
167
|
self.status = attributes[:'status']
|
168
|
+
else
|
169
|
+
self.status = nil
|
134
170
|
end
|
135
171
|
|
136
172
|
if attributes.key?(:'timestamp')
|
137
173
|
self.timestamp = attributes[:'timestamp']
|
174
|
+
else
|
175
|
+
self.timestamp = nil
|
138
176
|
end
|
139
177
|
|
140
178
|
if attributes.key?(:'trigger_type')
|
141
179
|
self.trigger_type = attributes[:'trigger_type']
|
180
|
+
else
|
181
|
+
self.trigger_type = nil
|
142
182
|
end
|
143
183
|
|
144
184
|
if attributes.key?(:'url')
|
145
185
|
self.url = attributes[:'url']
|
186
|
+
else
|
187
|
+
self.url = nil
|
146
188
|
end
|
147
189
|
end
|
148
190
|
|
149
191
|
# Show invalid properties with the reasons. Usually used together with valid?
|
150
192
|
# @return Array for valid properties with the reasons
|
151
193
|
def list_invalid_properties
|
194
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
152
195
|
invalid_properties = Array.new
|
153
196
|
if @endpoint_id.nil?
|
154
197
|
invalid_properties.push('invalid value for "endpoint_id", endpoint_id cannot be nil.')
|
@@ -204,6 +247,7 @@ module Svix
|
|
204
247
|
# Check to see if the all the properties in the model are valid
|
205
248
|
# @return true if the model is valid
|
206
249
|
def valid?
|
250
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
207
251
|
return false if @endpoint_id.nil?
|
208
252
|
return false if @id.nil?
|
209
253
|
return false if @msg_id.nil?
|
@@ -271,36 +315,30 @@ module Svix
|
|
271
315
|
# @param [Hash] attributes Model attributes in the form of hash
|
272
316
|
# @return [Object] Returns the model itself
|
273
317
|
def self.build_from_hash(attributes)
|
274
|
-
new.build_from_hash(attributes)
|
275
|
-
end
|
276
|
-
|
277
|
-
# Builds the object from hash
|
278
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
279
|
-
# @return [Object] Returns the model itself
|
280
|
-
def build_from_hash(attributes)
|
281
318
|
return nil unless attributes.is_a?(Hash)
|
282
|
-
|
283
|
-
|
284
|
-
|
319
|
+
attributes = attributes.transform_keys(&:to_sym)
|
320
|
+
transformed_hash = {}
|
321
|
+
openapi_types.each_pair do |key, type|
|
322
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
323
|
+
transformed_hash["#{key}"] = nil
|
285
324
|
elsif type =~ /\AArray<(.*)>/i
|
286
325
|
# check to ensure the input is an array given that the attribute
|
287
326
|
# is documented as an array but the input is not
|
288
|
-
if attributes[
|
289
|
-
|
327
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
328
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
290
329
|
end
|
291
|
-
elsif !attributes[
|
292
|
-
|
330
|
+
elsif !attributes[attribute_map[key]].nil?
|
331
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
293
332
|
end
|
294
333
|
end
|
295
|
-
|
296
|
-
self
|
334
|
+
new(transformed_hash)
|
297
335
|
end
|
298
336
|
|
299
337
|
# Deserializes the data based on type
|
300
338
|
# @param string type Data type
|
301
339
|
# @param string value Value to be deserialized
|
302
340
|
# @return [Object] Deserialized data
|
303
|
-
def _deserialize(type, value)
|
341
|
+
def self._deserialize(type, value)
|
304
342
|
case type.to_sym
|
305
343
|
when :Time
|
306
344
|
Time.parse(value)
|
@@ -335,7 +373,7 @@ module Svix
|
|
335
373
|
else # model
|
336
374
|
# models (e.g. Pet) or oneOf
|
337
375
|
klass = Svix.const_get(type)
|
338
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
376
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
339
377
|
end
|
340
378
|
end
|
341
379
|
|
@@ -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
|
|
@@ -86,6 +86,8 @@ module Svix
|
|
86
86
|
|
87
87
|
if attributes.key?(:'data')
|
88
88
|
self.data = attributes[:'data']
|
89
|
+
else
|
90
|
+
self.data = nil
|
89
91
|
end
|
90
92
|
|
91
93
|
if attributes.key?(:'type')
|
@@ -98,6 +100,7 @@ module Svix
|
|
98
100
|
# Show invalid properties with the reasons. Usually used together with valid?
|
99
101
|
# @return Array for valid properties with the reasons
|
100
102
|
def list_invalid_properties
|
103
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
101
104
|
invalid_properties = Array.new
|
102
105
|
if @data.nil?
|
103
106
|
invalid_properties.push('invalid value for "data", data cannot be nil.')
|
@@ -113,6 +116,7 @@ module Svix
|
|
113
116
|
# Check to see if the all the properties in the model are valid
|
114
117
|
# @return true if the model is valid
|
115
118
|
def valid?
|
119
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
116
120
|
return false if @data.nil?
|
117
121
|
return false if @type.nil?
|
118
122
|
type_validator = EnumAttributeValidator.new('String', ["message.attempt.exhausted"])
|
@@ -155,36 +159,30 @@ module Svix
|
|
155
159
|
# @param [Hash] attributes Model attributes in the form of hash
|
156
160
|
# @return [Object] Returns the model itself
|
157
161
|
def self.build_from_hash(attributes)
|
158
|
-
new.build_from_hash(attributes)
|
159
|
-
end
|
160
|
-
|
161
|
-
# Builds the object from hash
|
162
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
163
|
-
# @return [Object] Returns the model itself
|
164
|
-
def build_from_hash(attributes)
|
165
162
|
return nil unless attributes.is_a?(Hash)
|
166
|
-
|
167
|
-
|
168
|
-
|
163
|
+
attributes = attributes.transform_keys(&:to_sym)
|
164
|
+
transformed_hash = {}
|
165
|
+
openapi_types.each_pair do |key, type|
|
166
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
167
|
+
transformed_hash["#{key}"] = nil
|
169
168
|
elsif type =~ /\AArray<(.*)>/i
|
170
169
|
# check to ensure the input is an array given that the attribute
|
171
170
|
# is documented as an array but the input is not
|
172
|
-
if attributes[
|
173
|
-
|
171
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
172
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
174
173
|
end
|
175
|
-
elsif !attributes[
|
176
|
-
|
174
|
+
elsif !attributes[attribute_map[key]].nil?
|
175
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
177
176
|
end
|
178
177
|
end
|
179
|
-
|
180
|
-
self
|
178
|
+
new(transformed_hash)
|
181
179
|
end
|
182
180
|
|
183
181
|
# Deserializes the data based on type
|
184
182
|
# @param string type Data type
|
185
183
|
# @param string value Value to be deserialized
|
186
184
|
# @return [Object] Deserialized data
|
187
|
-
def _deserialize(type, value)
|
185
|
+
def self._deserialize(type, value)
|
188
186
|
case type.to_sym
|
189
187
|
when :Time
|
190
188
|
Time.parse(value)
|
@@ -219,7 +217,7 @@ module Svix
|
|
219
217
|
else # model
|
220
218
|
# models (e.g. Pet) or oneOf
|
221
219
|
klass = Svix.const_get(type)
|
222
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
220
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
223
221
|
end
|
224
222
|
end
|
225
223
|
|
@@ -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
|
|
@@ -87,6 +87,8 @@ module Svix
|
|
87
87
|
|
88
88
|
if attributes.key?(:'app_id')
|
89
89
|
self.app_id = attributes[:'app_id']
|
90
|
+
else
|
91
|
+
self.app_id = nil
|
90
92
|
end
|
91
93
|
|
92
94
|
if attributes.key?(:'app_uid')
|
@@ -95,10 +97,14 @@ module Svix
|
|
95
97
|
|
96
98
|
if attributes.key?(:'endpoint_id')
|
97
99
|
self.endpoint_id = attributes[:'endpoint_id']
|
100
|
+
else
|
101
|
+
self.endpoint_id = nil
|
98
102
|
end
|
99
103
|
|
100
104
|
if attributes.key?(:'last_attempt')
|
101
105
|
self.last_attempt = attributes[:'last_attempt']
|
106
|
+
else
|
107
|
+
self.last_attempt = nil
|
102
108
|
end
|
103
109
|
|
104
110
|
if attributes.key?(:'msg_event_id')
|
@@ -107,12 +113,15 @@ module Svix
|
|
107
113
|
|
108
114
|
if attributes.key?(:'msg_id')
|
109
115
|
self.msg_id = attributes[:'msg_id']
|
116
|
+
else
|
117
|
+
self.msg_id = nil
|
110
118
|
end
|
111
119
|
end
|
112
120
|
|
113
121
|
# Show invalid properties with the reasons. Usually used together with valid?
|
114
122
|
# @return Array for valid properties with the reasons
|
115
123
|
def list_invalid_properties
|
124
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
116
125
|
invalid_properties = Array.new
|
117
126
|
if @app_id.nil?
|
118
127
|
invalid_properties.push('invalid value for "app_id", app_id cannot be nil.')
|
@@ -162,6 +171,7 @@ module Svix
|
|
162
171
|
# Check to see if the all the properties in the model are valid
|
163
172
|
# @return true if the model is valid
|
164
173
|
def valid?
|
174
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
165
175
|
return false if @app_id.nil?
|
166
176
|
return false if !@app_uid.nil? && @app_uid.to_s.length > 256
|
167
177
|
return false if !@app_uid.nil? && @app_uid.to_s.length < 1
|
@@ -242,36 +252,30 @@ module Svix
|
|
242
252
|
# @param [Hash] attributes Model attributes in the form of hash
|
243
253
|
# @return [Object] Returns the model itself
|
244
254
|
def self.build_from_hash(attributes)
|
245
|
-
new.build_from_hash(attributes)
|
246
|
-
end
|
247
|
-
|
248
|
-
# Builds the object from hash
|
249
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
250
|
-
# @return [Object] Returns the model itself
|
251
|
-
def build_from_hash(attributes)
|
252
255
|
return nil unless attributes.is_a?(Hash)
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
+
attributes = attributes.transform_keys(&:to_sym)
|
257
|
+
transformed_hash = {}
|
258
|
+
openapi_types.each_pair do |key, type|
|
259
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
260
|
+
transformed_hash["#{key}"] = nil
|
256
261
|
elsif type =~ /\AArray<(.*)>/i
|
257
262
|
# check to ensure the input is an array given that the attribute
|
258
263
|
# is documented as an array but the input is not
|
259
|
-
if attributes[
|
260
|
-
|
264
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
265
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
261
266
|
end
|
262
|
-
elsif !attributes[
|
263
|
-
|
267
|
+
elsif !attributes[attribute_map[key]].nil?
|
268
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
264
269
|
end
|
265
270
|
end
|
266
|
-
|
267
|
-
self
|
271
|
+
new(transformed_hash)
|
268
272
|
end
|
269
273
|
|
270
274
|
# Deserializes the data based on type
|
271
275
|
# @param string type Data type
|
272
276
|
# @param string value Value to be deserialized
|
273
277
|
# @return [Object] Deserialized data
|
274
|
-
def _deserialize(type, value)
|
278
|
+
def self._deserialize(type, value)
|
275
279
|
case type.to_sym
|
276
280
|
when :Time
|
277
281
|
Time.parse(value)
|
@@ -306,7 +310,7 @@ module Svix
|
|
306
310
|
else # model
|
307
311
|
# models (e.g. Pet) or oneOf
|
308
312
|
klass = Svix.const_get(type)
|
309
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
313
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
310
314
|
end
|
311
315
|
end
|
312
316
|
|