svix 1.38.0 → 1.39.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/sink_api.rb +7 -4
- data/lib/svix/api/statistics_api.rb +9 -6
- data/lib/svix/api/stream_api.rb +19 -10
- 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 +17 -19
- data/lib/svix/models/event_in.rb +17 -19
- data/lib/svix/models/event_out.rb +19 -19
- 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_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_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 +40 -21
@@ -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
|
|
@@ -61,12 +61,15 @@ module Svix
|
|
61
61
|
if (value = attributes[:'headers']).is_a?(Hash)
|
62
62
|
self.headers = value
|
63
63
|
end
|
64
|
+
else
|
65
|
+
self.headers = nil
|
64
66
|
end
|
65
67
|
end
|
66
68
|
|
67
69
|
# Show invalid properties with the reasons. Usually used together with valid?
|
68
70
|
# @return Array for valid properties with the reasons
|
69
71
|
def list_invalid_properties
|
72
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
70
73
|
invalid_properties = Array.new
|
71
74
|
if @headers.nil?
|
72
75
|
invalid_properties.push('invalid value for "headers", headers cannot be nil.')
|
@@ -78,6 +81,7 @@ module Svix
|
|
78
81
|
# Check to see if the all the properties in the model are valid
|
79
82
|
# @return true if the model is valid
|
80
83
|
def valid?
|
84
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
81
85
|
return false if @headers.nil?
|
82
86
|
true
|
83
87
|
end
|
@@ -106,36 +110,30 @@ module Svix
|
|
106
110
|
# @param [Hash] attributes Model attributes in the form of hash
|
107
111
|
# @return [Object] Returns the model itself
|
108
112
|
def self.build_from_hash(attributes)
|
109
|
-
new.build_from_hash(attributes)
|
110
|
-
end
|
111
|
-
|
112
|
-
# Builds the object from hash
|
113
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
114
|
-
# @return [Object] Returns the model itself
|
115
|
-
def build_from_hash(attributes)
|
116
113
|
return nil unless attributes.is_a?(Hash)
|
117
|
-
|
118
|
-
|
119
|
-
|
114
|
+
attributes = attributes.transform_keys(&:to_sym)
|
115
|
+
transformed_hash = {}
|
116
|
+
openapi_types.each_pair do |key, type|
|
117
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
118
|
+
transformed_hash["#{key}"] = nil
|
120
119
|
elsif type =~ /\AArray<(.*)>/i
|
121
120
|
# check to ensure the input is an array given that the attribute
|
122
121
|
# is documented as an array but the input is not
|
123
|
-
if attributes[
|
124
|
-
|
122
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
123
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
125
124
|
end
|
126
|
-
elsif !attributes[
|
127
|
-
|
125
|
+
elsif !attributes[attribute_map[key]].nil?
|
126
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
128
127
|
end
|
129
128
|
end
|
130
|
-
|
131
|
-
self
|
129
|
+
new(transformed_hash)
|
132
130
|
end
|
133
131
|
|
134
132
|
# Deserializes the data based on type
|
135
133
|
# @param string type Data type
|
136
134
|
# @param string value Value to be deserialized
|
137
135
|
# @return [Object] Deserialized data
|
138
|
-
def _deserialize(type, value)
|
136
|
+
def self._deserialize(type, value)
|
139
137
|
case type.to_sym
|
140
138
|
when :Time
|
141
139
|
Time.parse(value)
|
@@ -170,7 +168,7 @@ module Svix
|
|
170
168
|
else # model
|
171
169
|
# models (e.g. Pet) or oneOf
|
172
170
|
klass = Svix.const_get(type)
|
173
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
171
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
174
172
|
end
|
175
173
|
end
|
176
174
|
|
@@ -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
|
|
@@ -66,18 +66,23 @@ module Svix
|
|
66
66
|
if (value = attributes[:'headers']).is_a?(Hash)
|
67
67
|
self.headers = value
|
68
68
|
end
|
69
|
+
else
|
70
|
+
self.headers = nil
|
69
71
|
end
|
70
72
|
|
71
73
|
if attributes.key?(:'sensitive')
|
72
74
|
if (value = attributes[:'sensitive']).is_a?(Array)
|
73
75
|
self.sensitive = value
|
74
76
|
end
|
77
|
+
else
|
78
|
+
self.sensitive = nil
|
75
79
|
end
|
76
80
|
end
|
77
81
|
|
78
82
|
# Show invalid properties with the reasons. Usually used together with valid?
|
79
83
|
# @return Array for valid properties with the reasons
|
80
84
|
def list_invalid_properties
|
85
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
81
86
|
invalid_properties = Array.new
|
82
87
|
if @headers.nil?
|
83
88
|
invalid_properties.push('invalid value for "headers", headers cannot be nil.')
|
@@ -93,6 +98,7 @@ module Svix
|
|
93
98
|
# Check to see if the all the properties in the model are valid
|
94
99
|
# @return true if the model is valid
|
95
100
|
def valid?
|
101
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
96
102
|
return false if @headers.nil?
|
97
103
|
return false if @sensitive.nil?
|
98
104
|
true
|
@@ -133,36 +139,30 @@ module Svix
|
|
133
139
|
# @param [Hash] attributes Model attributes in the form of hash
|
134
140
|
# @return [Object] Returns the model itself
|
135
141
|
def self.build_from_hash(attributes)
|
136
|
-
new.build_from_hash(attributes)
|
137
|
-
end
|
138
|
-
|
139
|
-
# Builds the object from hash
|
140
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
141
|
-
# @return [Object] Returns the model itself
|
142
|
-
def build_from_hash(attributes)
|
143
142
|
return nil unless attributes.is_a?(Hash)
|
144
|
-
|
145
|
-
|
146
|
-
|
143
|
+
attributes = attributes.transform_keys(&:to_sym)
|
144
|
+
transformed_hash = {}
|
145
|
+
openapi_types.each_pair do |key, type|
|
146
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
147
|
+
transformed_hash["#{key}"] = nil
|
147
148
|
elsif type =~ /\AArray<(.*)>/i
|
148
149
|
# check to ensure the input is an array given that the attribute
|
149
150
|
# is documented as an array but the input is not
|
150
|
-
if attributes[
|
151
|
-
|
151
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
152
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
152
153
|
end
|
153
|
-
elsif !attributes[
|
154
|
-
|
154
|
+
elsif !attributes[attribute_map[key]].nil?
|
155
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
155
156
|
end
|
156
157
|
end
|
157
|
-
|
158
|
-
self
|
158
|
+
new(transformed_hash)
|
159
159
|
end
|
160
160
|
|
161
161
|
# Deserializes the data based on type
|
162
162
|
# @param string type Data type
|
163
163
|
# @param string value Value to be deserialized
|
164
164
|
# @return [Object] Deserialized data
|
165
|
-
def _deserialize(type, value)
|
165
|
+
def self._deserialize(type, value)
|
166
166
|
case type.to_sym
|
167
167
|
when :Time
|
168
168
|
Time.parse(value)
|
@@ -197,7 +197,7 @@ module Svix
|
|
197
197
|
else # model
|
198
198
|
# models (e.g. Pet) or oneOf
|
199
199
|
klass = Svix.const_get(type)
|
200
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
200
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
201
201
|
end
|
202
202
|
end
|
203
203
|
|
@@ -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
|
|
@@ -61,12 +61,15 @@ module Svix
|
|
61
61
|
if (value = attributes[:'headers']).is_a?(Hash)
|
62
62
|
self.headers = value
|
63
63
|
end
|
64
|
+
else
|
65
|
+
self.headers = nil
|
64
66
|
end
|
65
67
|
end
|
66
68
|
|
67
69
|
# Show invalid properties with the reasons. Usually used together with valid?
|
68
70
|
# @return Array for valid properties with the reasons
|
69
71
|
def list_invalid_properties
|
72
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
70
73
|
invalid_properties = Array.new
|
71
74
|
if @headers.nil?
|
72
75
|
invalid_properties.push('invalid value for "headers", headers cannot be nil.')
|
@@ -78,6 +81,7 @@ module Svix
|
|
78
81
|
# Check to see if the all the properties in the model are valid
|
79
82
|
# @return true if the model is valid
|
80
83
|
def valid?
|
84
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
81
85
|
return false if @headers.nil?
|
82
86
|
true
|
83
87
|
end
|
@@ -106,36 +110,30 @@ module Svix
|
|
106
110
|
# @param [Hash] attributes Model attributes in the form of hash
|
107
111
|
# @return [Object] Returns the model itself
|
108
112
|
def self.build_from_hash(attributes)
|
109
|
-
new.build_from_hash(attributes)
|
110
|
-
end
|
111
|
-
|
112
|
-
# Builds the object from hash
|
113
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
114
|
-
# @return [Object] Returns the model itself
|
115
|
-
def build_from_hash(attributes)
|
116
113
|
return nil unless attributes.is_a?(Hash)
|
117
|
-
|
118
|
-
|
119
|
-
|
114
|
+
attributes = attributes.transform_keys(&:to_sym)
|
115
|
+
transformed_hash = {}
|
116
|
+
openapi_types.each_pair do |key, type|
|
117
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
118
|
+
transformed_hash["#{key}"] = nil
|
120
119
|
elsif type =~ /\AArray<(.*)>/i
|
121
120
|
# check to ensure the input is an array given that the attribute
|
122
121
|
# is documented as an array but the input is not
|
123
|
-
if attributes[
|
124
|
-
|
122
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
123
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
125
124
|
end
|
126
|
-
elsif !attributes[
|
127
|
-
|
125
|
+
elsif !attributes[attribute_map[key]].nil?
|
126
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
128
127
|
end
|
129
128
|
end
|
130
|
-
|
131
|
-
self
|
129
|
+
new(transformed_hash)
|
132
130
|
end
|
133
131
|
|
134
132
|
# Deserializes the data based on type
|
135
133
|
# @param string type Data type
|
136
134
|
# @param string value Value to be deserialized
|
137
135
|
# @return [Object] Deserialized data
|
138
|
-
def _deserialize(type, value)
|
136
|
+
def self._deserialize(type, value)
|
139
137
|
case type.to_sym
|
140
138
|
when :Time
|
141
139
|
Time.parse(value)
|
@@ -170,7 +168,7 @@ module Svix
|
|
170
168
|
else # model
|
171
169
|
# models (e.g. Pet) or oneOf
|
172
170
|
klass = Svix.const_get(type)
|
173
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
171
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
174
172
|
end
|
175
173
|
end
|
176
174
|
|
@@ -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
|
|
@@ -146,6 +146,8 @@ module Svix
|
|
146
146
|
|
147
147
|
if attributes.key?(:'url')
|
148
148
|
self.url = attributes[:'url']
|
149
|
+
else
|
150
|
+
self.url = nil
|
149
151
|
end
|
150
152
|
|
151
153
|
if attributes.key?(:'version')
|
@@ -158,6 +160,7 @@ module Svix
|
|
158
160
|
# Show invalid properties with the reasons. Usually used together with valid?
|
159
161
|
# @return Array for valid properties with the reasons
|
160
162
|
def list_invalid_properties
|
163
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
161
164
|
invalid_properties = Array.new
|
162
165
|
if !@channels.nil? && @channels.length > 10
|
163
166
|
invalid_properties.push('invalid value for "channels", number of items must be less than or equal to 10.')
|
@@ -215,6 +218,7 @@ module Svix
|
|
215
218
|
# Check to see if the all the properties in the model are valid
|
216
219
|
# @return true if the model is valid
|
217
220
|
def valid?
|
221
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
218
222
|
return false if !@channels.nil? && @channels.length > 10
|
219
223
|
return false if !@channels.nil? && @channels.length < 1
|
220
224
|
return false if !@filter_types.nil? && @filter_types.length < 1
|
@@ -355,36 +359,30 @@ module Svix
|
|
355
359
|
# @param [Hash] attributes Model attributes in the form of hash
|
356
360
|
# @return [Object] Returns the model itself
|
357
361
|
def self.build_from_hash(attributes)
|
358
|
-
new.build_from_hash(attributes)
|
359
|
-
end
|
360
|
-
|
361
|
-
# Builds the object from hash
|
362
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
363
|
-
# @return [Object] Returns the model itself
|
364
|
-
def build_from_hash(attributes)
|
365
362
|
return nil unless attributes.is_a?(Hash)
|
366
|
-
|
367
|
-
|
368
|
-
|
363
|
+
attributes = attributes.transform_keys(&:to_sym)
|
364
|
+
transformed_hash = {}
|
365
|
+
openapi_types.each_pair do |key, type|
|
366
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
367
|
+
transformed_hash["#{key}"] = nil
|
369
368
|
elsif type =~ /\AArray<(.*)>/i
|
370
369
|
# check to ensure the input is an array given that the attribute
|
371
370
|
# is documented as an array but the input is not
|
372
|
-
if attributes[
|
373
|
-
|
371
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
372
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
374
373
|
end
|
375
|
-
elsif !attributes[
|
376
|
-
|
374
|
+
elsif !attributes[attribute_map[key]].nil?
|
375
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
377
376
|
end
|
378
377
|
end
|
379
|
-
|
380
|
-
self
|
378
|
+
new(transformed_hash)
|
381
379
|
end
|
382
380
|
|
383
381
|
# Deserializes the data based on type
|
384
382
|
# @param string type Data type
|
385
383
|
# @param string value Value to be deserialized
|
386
384
|
# @return [Object] Deserialized data
|
387
|
-
def _deserialize(type, value)
|
385
|
+
def self._deserialize(type, value)
|
388
386
|
case type.to_sym
|
389
387
|
when :Time
|
390
388
|
Time.parse(value)
|
@@ -419,7 +417,7 @@ module Svix
|
|
419
417
|
else # model
|
420
418
|
# models (e.g. Pet) or oneOf
|
421
419
|
klass = Svix.const_get(type)
|
422
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
420
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
423
421
|
end
|
424
422
|
end
|
425
423
|
|
@@ -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
|
|
@@ -38,6 +38,28 @@ module Svix
|
|
38
38
|
|
39
39
|
attr_accessor :timestamp
|
40
40
|
|
41
|
+
class EnumAttributeValidator
|
42
|
+
attr_reader :datatype
|
43
|
+
attr_reader :allowable_values
|
44
|
+
|
45
|
+
def initialize(datatype, allowable_values)
|
46
|
+
@allowable_values = allowable_values.map do |value|
|
47
|
+
case datatype.to_s
|
48
|
+
when /Integer/i
|
49
|
+
value.to_i
|
50
|
+
when /Float/i
|
51
|
+
value.to_f
|
52
|
+
else
|
53
|
+
value
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
def valid?(value)
|
59
|
+
!value || allowable_values.include?(value)
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
41
63
|
# Attribute mapping from ruby-style variable name to JSON key.
|
42
64
|
def self.attribute_map
|
43
65
|
{
|
@@ -110,10 +132,14 @@ module Svix
|
|
110
132
|
|
111
133
|
if attributes.key?(:'event_type')
|
112
134
|
self.event_type = attributes[:'event_type']
|
135
|
+
else
|
136
|
+
self.event_type = nil
|
113
137
|
end
|
114
138
|
|
115
139
|
if attributes.key?(:'id')
|
116
140
|
self.id = attributes[:'id']
|
141
|
+
else
|
142
|
+
self.id = nil
|
117
143
|
end
|
118
144
|
|
119
145
|
if attributes.key?(:'next_attempt')
|
@@ -122,10 +148,14 @@ module Svix
|
|
122
148
|
|
123
149
|
if attributes.key?(:'payload')
|
124
150
|
self.payload = attributes[:'payload']
|
151
|
+
else
|
152
|
+
self.payload = nil
|
125
153
|
end
|
126
154
|
|
127
155
|
if attributes.key?(:'status')
|
128
156
|
self.status = attributes[:'status']
|
157
|
+
else
|
158
|
+
self.status = nil
|
129
159
|
end
|
130
160
|
|
131
161
|
if attributes.key?(:'tags')
|
@@ -136,12 +166,15 @@ module Svix
|
|
136
166
|
|
137
167
|
if attributes.key?(:'timestamp')
|
138
168
|
self.timestamp = attributes[:'timestamp']
|
169
|
+
else
|
170
|
+
self.timestamp = nil
|
139
171
|
end
|
140
172
|
end
|
141
173
|
|
142
174
|
# Show invalid properties with the reasons. Usually used together with valid?
|
143
175
|
# @return Array for valid properties with the reasons
|
144
176
|
def list_invalid_properties
|
177
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
145
178
|
invalid_properties = Array.new
|
146
179
|
if !@channels.nil? && @channels.length > 10
|
147
180
|
invalid_properties.push('invalid value for "channels", number of items must be less than or equal to 10.')
|
@@ -199,6 +232,7 @@ module Svix
|
|
199
232
|
# Check to see if the all the properties in the model are valid
|
200
233
|
# @return true if the model is valid
|
201
234
|
def valid?
|
235
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
202
236
|
return false if !@channels.nil? && @channels.length > 10
|
203
237
|
return false if !@channels.nil? && @channels.length < 1
|
204
238
|
return false if !@event_id.nil? && @event_id.to_s.length > 256
|
@@ -304,36 +338,30 @@ module Svix
|
|
304
338
|
# @param [Hash] attributes Model attributes in the form of hash
|
305
339
|
# @return [Object] Returns the model itself
|
306
340
|
def self.build_from_hash(attributes)
|
307
|
-
new.build_from_hash(attributes)
|
308
|
-
end
|
309
|
-
|
310
|
-
# Builds the object from hash
|
311
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
312
|
-
# @return [Object] Returns the model itself
|
313
|
-
def build_from_hash(attributes)
|
314
341
|
return nil unless attributes.is_a?(Hash)
|
315
|
-
|
316
|
-
|
317
|
-
|
342
|
+
attributes = attributes.transform_keys(&:to_sym)
|
343
|
+
transformed_hash = {}
|
344
|
+
openapi_types.each_pair do |key, type|
|
345
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
346
|
+
transformed_hash["#{key}"] = nil
|
318
347
|
elsif type =~ /\AArray<(.*)>/i
|
319
348
|
# check to ensure the input is an array given that the attribute
|
320
349
|
# is documented as an array but the input is not
|
321
|
-
if attributes[
|
322
|
-
|
350
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
351
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
323
352
|
end
|
324
|
-
elsif !attributes[
|
325
|
-
|
353
|
+
elsif !attributes[attribute_map[key]].nil?
|
354
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
326
355
|
end
|
327
356
|
end
|
328
|
-
|
329
|
-
self
|
357
|
+
new(transformed_hash)
|
330
358
|
end
|
331
359
|
|
332
360
|
# Deserializes the data based on type
|
333
361
|
# @param string type Data type
|
334
362
|
# @param string value Value to be deserialized
|
335
363
|
# @return [Object] Deserialized data
|
336
|
-
def _deserialize(type, value)
|
364
|
+
def self._deserialize(type, value)
|
337
365
|
case type.to_sym
|
338
366
|
when :Time
|
339
367
|
Time.parse(value)
|
@@ -368,7 +396,7 @@ module Svix
|
|
368
396
|
else # model
|
369
397
|
# models (e.g. Pet) or oneOf
|
370
398
|
klass = Svix.const_get(type)
|
371
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
399
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
372
400
|
end
|
373
401
|
end
|
374
402
|
|
@@ -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
|
|
@@ -66,6 +66,8 @@ module Svix
|
|
66
66
|
|
67
67
|
if attributes.key?(:'identity')
|
68
68
|
self.identity = attributes[:'identity']
|
69
|
+
else
|
70
|
+
self.identity = nil
|
69
71
|
end
|
70
72
|
|
71
73
|
if attributes.key?(:'server_ca_cert')
|
@@ -76,6 +78,7 @@ module Svix
|
|
76
78
|
# Show invalid properties with the reasons. Usually used together with valid?
|
77
79
|
# @return Array for valid properties with the reasons
|
78
80
|
def list_invalid_properties
|
81
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
79
82
|
invalid_properties = Array.new
|
80
83
|
if @identity.nil?
|
81
84
|
invalid_properties.push('invalid value for "identity", identity cannot be nil.')
|
@@ -87,6 +90,7 @@ module Svix
|
|
87
90
|
# Check to see if the all the properties in the model are valid
|
88
91
|
# @return true if the model is valid
|
89
92
|
def valid?
|
93
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
90
94
|
return false if @identity.nil?
|
91
95
|
true
|
92
96
|
end
|
@@ -116,36 +120,30 @@ module Svix
|
|
116
120
|
# @param [Hash] attributes Model attributes in the form of hash
|
117
121
|
# @return [Object] Returns the model itself
|
118
122
|
def self.build_from_hash(attributes)
|
119
|
-
new.build_from_hash(attributes)
|
120
|
-
end
|
121
|
-
|
122
|
-
# Builds the object from hash
|
123
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
124
|
-
# @return [Object] Returns the model itself
|
125
|
-
def build_from_hash(attributes)
|
126
123
|
return nil unless attributes.is_a?(Hash)
|
127
|
-
|
128
|
-
|
129
|
-
|
124
|
+
attributes = attributes.transform_keys(&:to_sym)
|
125
|
+
transformed_hash = {}
|
126
|
+
openapi_types.each_pair do |key, type|
|
127
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
128
|
+
transformed_hash["#{key}"] = nil
|
130
129
|
elsif type =~ /\AArray<(.*)>/i
|
131
130
|
# check to ensure the input is an array given that the attribute
|
132
131
|
# is documented as an array but the input is not
|
133
|
-
if attributes[
|
134
|
-
|
132
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
133
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
135
134
|
end
|
136
|
-
elsif !attributes[
|
137
|
-
|
135
|
+
elsif !attributes[attribute_map[key]].nil?
|
136
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
138
137
|
end
|
139
138
|
end
|
140
|
-
|
141
|
-
self
|
139
|
+
new(transformed_hash)
|
142
140
|
end
|
143
141
|
|
144
142
|
# Deserializes the data based on type
|
145
143
|
# @param string type Data type
|
146
144
|
# @param string value Value to be deserialized
|
147
145
|
# @return [Object] Deserialized data
|
148
|
-
def _deserialize(type, value)
|
146
|
+
def self._deserialize(type, value)
|
149
147
|
case type.to_sym
|
150
148
|
when :Time
|
151
149
|
Time.parse(value)
|
@@ -180,7 +178,7 @@ module Svix
|
|
180
178
|
else # model
|
181
179
|
# models (e.g. Pet) or oneOf
|
182
180
|
klass = Svix.const_get(type)
|
183
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
181
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
184
182
|
end
|
185
183
|
end
|
186
184
|
|