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
data/lib/svix/models/duration.rb
CHANGED
@@ -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
|
|
@@ -63,16 +63,21 @@ module Svix
|
|
63
63
|
|
64
64
|
if attributes.key?(:'nanos')
|
65
65
|
self.nanos = attributes[:'nanos']
|
66
|
+
else
|
67
|
+
self.nanos = nil
|
66
68
|
end
|
67
69
|
|
68
70
|
if attributes.key?(:'secs')
|
69
71
|
self.secs = attributes[:'secs']
|
72
|
+
else
|
73
|
+
self.secs = nil
|
70
74
|
end
|
71
75
|
end
|
72
76
|
|
73
77
|
# Show invalid properties with the reasons. Usually used together with valid?
|
74
78
|
# @return Array for valid properties with the reasons
|
75
79
|
def list_invalid_properties
|
80
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
76
81
|
invalid_properties = Array.new
|
77
82
|
if @nanos.nil?
|
78
83
|
invalid_properties.push('invalid value for "nanos", nanos cannot be nil.')
|
@@ -96,6 +101,7 @@ module Svix
|
|
96
101
|
# Check to see if the all the properties in the model are valid
|
97
102
|
# @return true if the model is valid
|
98
103
|
def valid?
|
104
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
99
105
|
return false if @nanos.nil?
|
100
106
|
return false if @nanos < 0
|
101
107
|
return false if @secs.nil?
|
@@ -156,36 +162,30 @@ module Svix
|
|
156
162
|
# @param [Hash] attributes Model attributes in the form of hash
|
157
163
|
# @return [Object] Returns the model itself
|
158
164
|
def self.build_from_hash(attributes)
|
159
|
-
new.build_from_hash(attributes)
|
160
|
-
end
|
161
|
-
|
162
|
-
# Builds the object from hash
|
163
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
164
|
-
# @return [Object] Returns the model itself
|
165
|
-
def build_from_hash(attributes)
|
166
165
|
return nil unless attributes.is_a?(Hash)
|
167
|
-
|
168
|
-
|
169
|
-
|
166
|
+
attributes = attributes.transform_keys(&:to_sym)
|
167
|
+
transformed_hash = {}
|
168
|
+
openapi_types.each_pair do |key, type|
|
169
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
170
|
+
transformed_hash["#{key}"] = nil
|
170
171
|
elsif type =~ /\AArray<(.*)>/i
|
171
172
|
# check to ensure the input is an array given that the attribute
|
172
173
|
# is documented as an array but the input is not
|
173
|
-
if attributes[
|
174
|
-
|
174
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
175
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
175
176
|
end
|
176
|
-
elsif !attributes[
|
177
|
-
|
177
|
+
elsif !attributes[attribute_map[key]].nil?
|
178
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
178
179
|
end
|
179
180
|
end
|
180
|
-
|
181
|
-
self
|
181
|
+
new(transformed_hash)
|
182
182
|
end
|
183
183
|
|
184
184
|
# Deserializes the data based on type
|
185
185
|
# @param string type Data type
|
186
186
|
# @param string value Value to be deserialized
|
187
187
|
# @return [Object] Deserialized data
|
188
|
-
def _deserialize(type, value)
|
188
|
+
def self._deserialize(type, value)
|
189
189
|
case type.to_sym
|
190
190
|
when :Time
|
191
191
|
Time.parse(value)
|
@@ -220,7 +220,7 @@ module Svix
|
|
220
220
|
else # model
|
221
221
|
# models (e.g. Pet) or oneOf
|
222
222
|
klass = Svix.const_get(type)
|
223
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
223
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
224
224
|
end
|
225
225
|
end
|
226
226
|
|
@@ -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', ["endpoint.created"])
|
@@ -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
|
|
@@ -78,6 +78,8 @@ module Svix
|
|
78
78
|
|
79
79
|
if attributes.key?(:'app_id')
|
80
80
|
self.app_id = attributes[:'app_id']
|
81
|
+
else
|
82
|
+
self.app_id = nil
|
81
83
|
end
|
82
84
|
|
83
85
|
if attributes.key?(:'app_uid')
|
@@ -86,6 +88,8 @@ module Svix
|
|
86
88
|
|
87
89
|
if attributes.key?(:'endpoint_id')
|
88
90
|
self.endpoint_id = attributes[:'endpoint_id']
|
91
|
+
else
|
92
|
+
self.endpoint_id = nil
|
89
93
|
end
|
90
94
|
|
91
95
|
if attributes.key?(:'endpoint_uid')
|
@@ -96,6 +100,7 @@ module Svix
|
|
96
100
|
# Show invalid properties with the reasons. Usually used together with valid?
|
97
101
|
# @return Array for valid properties with the reasons
|
98
102
|
def list_invalid_properties
|
103
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
99
104
|
invalid_properties = Array.new
|
100
105
|
if @app_id.nil?
|
101
106
|
invalid_properties.push('invalid value for "app_id", app_id cannot be nil.')
|
@@ -137,6 +142,7 @@ module Svix
|
|
137
142
|
# Check to see if the all the properties in the model are valid
|
138
143
|
# @return true if the model is valid
|
139
144
|
def valid?
|
145
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
140
146
|
return false if @app_id.nil?
|
141
147
|
return false if !@app_uid.nil? && @app_uid.to_s.length > 256
|
142
148
|
return false if !@app_uid.nil? && @app_uid.to_s.length < 1
|
@@ -213,36 +219,30 @@ module Svix
|
|
213
219
|
# @param [Hash] attributes Model attributes in the form of hash
|
214
220
|
# @return [Object] Returns the model itself
|
215
221
|
def self.build_from_hash(attributes)
|
216
|
-
new.build_from_hash(attributes)
|
217
|
-
end
|
218
|
-
|
219
|
-
# Builds the object from hash
|
220
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
221
|
-
# @return [Object] Returns the model itself
|
222
|
-
def build_from_hash(attributes)
|
223
222
|
return nil unless attributes.is_a?(Hash)
|
224
|
-
|
225
|
-
|
226
|
-
|
223
|
+
attributes = attributes.transform_keys(&:to_sym)
|
224
|
+
transformed_hash = {}
|
225
|
+
openapi_types.each_pair do |key, type|
|
226
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
227
|
+
transformed_hash["#{key}"] = nil
|
227
228
|
elsif type =~ /\AArray<(.*)>/i
|
228
229
|
# check to ensure the input is an array given that the attribute
|
229
230
|
# is documented as an array but the input is not
|
230
|
-
if attributes[
|
231
|
-
|
231
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
232
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
232
233
|
end
|
233
|
-
elsif !attributes[
|
234
|
-
|
234
|
+
elsif !attributes[attribute_map[key]].nil?
|
235
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
235
236
|
end
|
236
237
|
end
|
237
|
-
|
238
|
-
self
|
238
|
+
new(transformed_hash)
|
239
239
|
end
|
240
240
|
|
241
241
|
# Deserializes the data based on type
|
242
242
|
# @param string type Data type
|
243
243
|
# @param string value Value to be deserialized
|
244
244
|
# @return [Object] Deserialized data
|
245
|
-
def _deserialize(type, value)
|
245
|
+
def self._deserialize(type, value)
|
246
246
|
case type.to_sym
|
247
247
|
when :Time
|
248
248
|
Time.parse(value)
|
@@ -277,7 +277,7 @@ module Svix
|
|
277
277
|
else # model
|
278
278
|
# models (e.g. Pet) or oneOf
|
279
279
|
klass = Svix.const_get(type)
|
280
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
280
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
281
281
|
end
|
282
282
|
end
|
283
283
|
|
@@ -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', ["endpoint.deleted"])
|
@@ -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
|
|
@@ -78,6 +78,8 @@ module Svix
|
|
78
78
|
|
79
79
|
if attributes.key?(:'app_id')
|
80
80
|
self.app_id = attributes[:'app_id']
|
81
|
+
else
|
82
|
+
self.app_id = nil
|
81
83
|
end
|
82
84
|
|
83
85
|
if attributes.key?(:'app_uid')
|
@@ -86,6 +88,8 @@ module Svix
|
|
86
88
|
|
87
89
|
if attributes.key?(:'endpoint_id')
|
88
90
|
self.endpoint_id = attributes[:'endpoint_id']
|
91
|
+
else
|
92
|
+
self.endpoint_id = nil
|
89
93
|
end
|
90
94
|
|
91
95
|
if attributes.key?(:'endpoint_uid')
|
@@ -96,6 +100,7 @@ module Svix
|
|
96
100
|
# Show invalid properties with the reasons. Usually used together with valid?
|
97
101
|
# @return Array for valid properties with the reasons
|
98
102
|
def list_invalid_properties
|
103
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
99
104
|
invalid_properties = Array.new
|
100
105
|
if @app_id.nil?
|
101
106
|
invalid_properties.push('invalid value for "app_id", app_id cannot be nil.')
|
@@ -137,6 +142,7 @@ module Svix
|
|
137
142
|
# Check to see if the all the properties in the model are valid
|
138
143
|
# @return true if the model is valid
|
139
144
|
def valid?
|
145
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
140
146
|
return false if @app_id.nil?
|
141
147
|
return false if !@app_uid.nil? && @app_uid.to_s.length > 256
|
142
148
|
return false if !@app_uid.nil? && @app_uid.to_s.length < 1
|
@@ -213,36 +219,30 @@ module Svix
|
|
213
219
|
# @param [Hash] attributes Model attributes in the form of hash
|
214
220
|
# @return [Object] Returns the model itself
|
215
221
|
def self.build_from_hash(attributes)
|
216
|
-
new.build_from_hash(attributes)
|
217
|
-
end
|
218
|
-
|
219
|
-
# Builds the object from hash
|
220
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
221
|
-
# @return [Object] Returns the model itself
|
222
|
-
def build_from_hash(attributes)
|
223
222
|
return nil unless attributes.is_a?(Hash)
|
224
|
-
|
225
|
-
|
226
|
-
|
223
|
+
attributes = attributes.transform_keys(&:to_sym)
|
224
|
+
transformed_hash = {}
|
225
|
+
openapi_types.each_pair do |key, type|
|
226
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
227
|
+
transformed_hash["#{key}"] = nil
|
227
228
|
elsif type =~ /\AArray<(.*)>/i
|
228
229
|
# check to ensure the input is an array given that the attribute
|
229
230
|
# is documented as an array but the input is not
|
230
|
-
if attributes[
|
231
|
-
|
231
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
232
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
232
233
|
end
|
233
|
-
elsif !attributes[
|
234
|
-
|
234
|
+
elsif !attributes[attribute_map[key]].nil?
|
235
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
235
236
|
end
|
236
237
|
end
|
237
|
-
|
238
|
-
self
|
238
|
+
new(transformed_hash)
|
239
239
|
end
|
240
240
|
|
241
241
|
# Deserializes the data based on type
|
242
242
|
# @param string type Data type
|
243
243
|
# @param string value Value to be deserialized
|
244
244
|
# @return [Object] Deserialized data
|
245
|
-
def _deserialize(type, value)
|
245
|
+
def self._deserialize(type, value)
|
246
246
|
case type.to_sym
|
247
247
|
when :Time
|
248
248
|
Time.parse(value)
|
@@ -277,7 +277,7 @@ module Svix
|
|
277
277
|
else # model
|
278
278
|
# models (e.g. Pet) or oneOf
|
279
279
|
klass = Svix.const_get(type)
|
280
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
280
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
281
281
|
end
|
282
282
|
end
|
283
283
|
|
@@ -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', ["endpoint.disabled"])
|
@@ -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
|
|
@@ -82,6 +82,8 @@ module Svix
|
|
82
82
|
|
83
83
|
if attributes.key?(:'app_id')
|
84
84
|
self.app_id = attributes[:'app_id']
|
85
|
+
else
|
86
|
+
self.app_id = nil
|
85
87
|
end
|
86
88
|
|
87
89
|
if attributes.key?(:'app_uid')
|
@@ -90,6 +92,8 @@ module Svix
|
|
90
92
|
|
91
93
|
if attributes.key?(:'endpoint_id')
|
92
94
|
self.endpoint_id = attributes[:'endpoint_id']
|
95
|
+
else
|
96
|
+
self.endpoint_id = nil
|
93
97
|
end
|
94
98
|
|
95
99
|
if attributes.key?(:'endpoint_uid')
|
@@ -98,12 +102,15 @@ module Svix
|
|
98
102
|
|
99
103
|
if attributes.key?(:'fail_since')
|
100
104
|
self.fail_since = attributes[:'fail_since']
|
105
|
+
else
|
106
|
+
self.fail_since = nil
|
101
107
|
end
|
102
108
|
end
|
103
109
|
|
104
110
|
# Show invalid properties with the reasons. Usually used together with valid?
|
105
111
|
# @return Array for valid properties with the reasons
|
106
112
|
def list_invalid_properties
|
113
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
107
114
|
invalid_properties = Array.new
|
108
115
|
if @app_id.nil?
|
109
116
|
invalid_properties.push('invalid value for "app_id", app_id cannot be nil.')
|
@@ -149,6 +156,7 @@ module Svix
|
|
149
156
|
# Check to see if the all the properties in the model are valid
|
150
157
|
# @return true if the model is valid
|
151
158
|
def valid?
|
159
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
152
160
|
return false if @app_id.nil?
|
153
161
|
return false if !@app_uid.nil? && @app_uid.to_s.length > 256
|
154
162
|
return false if !@app_uid.nil? && @app_uid.to_s.length < 1
|
@@ -227,36 +235,30 @@ module Svix
|
|
227
235
|
# @param [Hash] attributes Model attributes in the form of hash
|
228
236
|
# @return [Object] Returns the model itself
|
229
237
|
def self.build_from_hash(attributes)
|
230
|
-
new.build_from_hash(attributes)
|
231
|
-
end
|
232
|
-
|
233
|
-
# Builds the object from hash
|
234
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
235
|
-
# @return [Object] Returns the model itself
|
236
|
-
def build_from_hash(attributes)
|
237
238
|
return nil unless attributes.is_a?(Hash)
|
238
|
-
|
239
|
-
|
240
|
-
|
239
|
+
attributes = attributes.transform_keys(&:to_sym)
|
240
|
+
transformed_hash = {}
|
241
|
+
openapi_types.each_pair do |key, type|
|
242
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
243
|
+
transformed_hash["#{key}"] = nil
|
241
244
|
elsif type =~ /\AArray<(.*)>/i
|
242
245
|
# check to ensure the input is an array given that the attribute
|
243
246
|
# is documented as an array but the input is not
|
244
|
-
if attributes[
|
245
|
-
|
247
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
248
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
246
249
|
end
|
247
|
-
elsif !attributes[
|
248
|
-
|
250
|
+
elsif !attributes[attribute_map[key]].nil?
|
251
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
249
252
|
end
|
250
253
|
end
|
251
|
-
|
252
|
-
self
|
254
|
+
new(transformed_hash)
|
253
255
|
end
|
254
256
|
|
255
257
|
# Deserializes the data based on type
|
256
258
|
# @param string type Data type
|
257
259
|
# @param string value Value to be deserialized
|
258
260
|
# @return [Object] Deserialized data
|
259
|
-
def _deserialize(type, value)
|
261
|
+
def self._deserialize(type, value)
|
260
262
|
case type.to_sym
|
261
263
|
when :Time
|
262
264
|
Time.parse(value)
|
@@ -291,7 +293,7 @@ module Svix
|
|
291
293
|
else # model
|
292
294
|
# models (e.g. Pet) or oneOf
|
293
295
|
klass = Svix.const_get(type)
|
294
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
296
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
295
297
|
end
|
296
298
|
end
|
297
299
|
|