svix 1.37.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
|
|
@@ -119,10 +119,14 @@ module Svix
|
|
119
119
|
|
120
120
|
if attributes.key?(:'event_type')
|
121
121
|
self.event_type = attributes[:'event_type']
|
122
|
+
else
|
123
|
+
self.event_type = nil
|
122
124
|
end
|
123
125
|
|
124
126
|
if attributes.key?(:'payload')
|
125
127
|
self.payload = attributes[:'payload']
|
128
|
+
else
|
129
|
+
self.payload = nil
|
126
130
|
end
|
127
131
|
|
128
132
|
if attributes.key?(:'payload_retention_hours')
|
@@ -149,6 +153,7 @@ module Svix
|
|
149
153
|
# Show invalid properties with the reasons. Usually used together with valid?
|
150
154
|
# @return Array for valid properties with the reasons
|
151
155
|
def list_invalid_properties
|
156
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
152
157
|
invalid_properties = Array.new
|
153
158
|
if !@channels.nil? && @channels.length > 10
|
154
159
|
invalid_properties.push('invalid value for "channels", number of items must be less than or equal to 10.')
|
@@ -218,6 +223,7 @@ module Svix
|
|
218
223
|
# Check to see if the all the properties in the model are valid
|
219
224
|
# @return true if the model is valid
|
220
225
|
def valid?
|
226
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
221
227
|
return false if !@channels.nil? && @channels.length > 10
|
222
228
|
return false if !@channels.nil? && @channels.length < 1
|
223
229
|
return false if !@event_id.nil? && @event_id.to_s.length > 256
|
@@ -362,36 +368,30 @@ module Svix
|
|
362
368
|
# @param [Hash] attributes Model attributes in the form of hash
|
363
369
|
# @return [Object] Returns the model itself
|
364
370
|
def self.build_from_hash(attributes)
|
365
|
-
new.build_from_hash(attributes)
|
366
|
-
end
|
367
|
-
|
368
|
-
# Builds the object from hash
|
369
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
370
|
-
# @return [Object] Returns the model itself
|
371
|
-
def build_from_hash(attributes)
|
372
371
|
return nil unless attributes.is_a?(Hash)
|
373
|
-
|
374
|
-
|
375
|
-
|
372
|
+
attributes = attributes.transform_keys(&:to_sym)
|
373
|
+
transformed_hash = {}
|
374
|
+
openapi_types.each_pair do |key, type|
|
375
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
376
|
+
transformed_hash["#{key}"] = nil
|
376
377
|
elsif type =~ /\AArray<(.*)>/i
|
377
378
|
# check to ensure the input is an array given that the attribute
|
378
379
|
# is documented as an array but the input is not
|
379
|
-
if attributes[
|
380
|
-
|
380
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
381
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
381
382
|
end
|
382
|
-
elsif !attributes[
|
383
|
-
|
383
|
+
elsif !attributes[attribute_map[key]].nil?
|
384
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
384
385
|
end
|
385
386
|
end
|
386
|
-
|
387
|
-
self
|
387
|
+
new(transformed_hash)
|
388
388
|
end
|
389
389
|
|
390
390
|
# Deserializes the data based on type
|
391
391
|
# @param string type Data type
|
392
392
|
# @param string value Value to be deserialized
|
393
393
|
# @return [Object] Deserialized data
|
394
|
-
def _deserialize(type, value)
|
394
|
+
def self._deserialize(type, value)
|
395
395
|
case type.to_sym
|
396
396
|
when :Time
|
397
397
|
Time.parse(value)
|
@@ -426,7 +426,7 @@ module Svix
|
|
426
426
|
else # model
|
427
427
|
# models (e.g. Pet) or oneOf
|
428
428
|
klass = Svix.const_get(type)
|
429
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
429
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
430
430
|
end
|
431
431
|
end
|
432
432
|
|
@@ -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
|
|
@@ -100,14 +100,20 @@ module Svix
|
|
100
100
|
|
101
101
|
if attributes.key?(:'event_type')
|
102
102
|
self.event_type = attributes[:'event_type']
|
103
|
+
else
|
104
|
+
self.event_type = nil
|
103
105
|
end
|
104
106
|
|
105
107
|
if attributes.key?(:'id')
|
106
108
|
self.id = attributes[:'id']
|
109
|
+
else
|
110
|
+
self.id = nil
|
107
111
|
end
|
108
112
|
|
109
113
|
if attributes.key?(:'payload')
|
110
114
|
self.payload = attributes[:'payload']
|
115
|
+
else
|
116
|
+
self.payload = nil
|
111
117
|
end
|
112
118
|
|
113
119
|
if attributes.key?(:'tags')
|
@@ -118,12 +124,15 @@ module Svix
|
|
118
124
|
|
119
125
|
if attributes.key?(:'timestamp')
|
120
126
|
self.timestamp = attributes[:'timestamp']
|
127
|
+
else
|
128
|
+
self.timestamp = nil
|
121
129
|
end
|
122
130
|
end
|
123
131
|
|
124
132
|
# Show invalid properties with the reasons. Usually used together with valid?
|
125
133
|
# @return Array for valid properties with the reasons
|
126
134
|
def list_invalid_properties
|
135
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
127
136
|
invalid_properties = Array.new
|
128
137
|
if !@channels.nil? && @channels.length > 10
|
129
138
|
invalid_properties.push('invalid value for "channels", number of items must be less than or equal to 10.')
|
@@ -177,6 +186,7 @@ module Svix
|
|
177
186
|
# Check to see if the all the properties in the model are valid
|
178
187
|
# @return true if the model is valid
|
179
188
|
def valid?
|
189
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
180
190
|
return false if !@channels.nil? && @channels.length > 10
|
181
191
|
return false if !@channels.nil? && @channels.length < 1
|
182
192
|
return false if !@event_id.nil? && @event_id.to_s.length > 256
|
@@ -279,36 +289,30 @@ module Svix
|
|
279
289
|
# @param [Hash] attributes Model attributes in the form of hash
|
280
290
|
# @return [Object] Returns the model itself
|
281
291
|
def self.build_from_hash(attributes)
|
282
|
-
new.build_from_hash(attributes)
|
283
|
-
end
|
284
|
-
|
285
|
-
# Builds the object from hash
|
286
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
287
|
-
# @return [Object] Returns the model itself
|
288
|
-
def build_from_hash(attributes)
|
289
292
|
return nil unless attributes.is_a?(Hash)
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
+
attributes = attributes.transform_keys(&:to_sym)
|
294
|
+
transformed_hash = {}
|
295
|
+
openapi_types.each_pair do |key, type|
|
296
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
297
|
+
transformed_hash["#{key}"] = nil
|
293
298
|
elsif type =~ /\AArray<(.*)>/i
|
294
299
|
# check to ensure the input is an array given that the attribute
|
295
300
|
# is documented as an array but the input is not
|
296
|
-
if attributes[
|
297
|
-
|
301
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
302
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
298
303
|
end
|
299
|
-
elsif !attributes[
|
300
|
-
|
304
|
+
elsif !attributes[attribute_map[key]].nil?
|
305
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
301
306
|
end
|
302
307
|
end
|
303
|
-
|
304
|
-
self
|
308
|
+
new(transformed_hash)
|
305
309
|
end
|
306
310
|
|
307
311
|
# Deserializes the data based on type
|
308
312
|
# @param string type Data type
|
309
313
|
# @param string value Value to be deserialized
|
310
314
|
# @return [Object] Deserialized data
|
311
|
-
def _deserialize(type, value)
|
315
|
+
def self._deserialize(type, value)
|
312
316
|
case type.to_sym
|
313
317
|
when :Time
|
314
318
|
Time.parse(value)
|
@@ -343,7 +347,7 @@ module Svix
|
|
343
347
|
else # model
|
344
348
|
# models (e.g. Pet) or oneOf
|
345
349
|
klass = Svix.const_get(type)
|
346
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
350
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
347
351
|
end
|
348
352
|
end
|
349
353
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -59,12 +59,15 @@ module Svix
|
|
59
59
|
|
60
60
|
if attributes.key?(:'payload')
|
61
61
|
self.payload = attributes[:'payload']
|
62
|
+
else
|
63
|
+
self.payload = nil
|
62
64
|
end
|
63
65
|
end
|
64
66
|
|
65
67
|
# Show invalid properties with the reasons. Usually used together with valid?
|
66
68
|
# @return Array for valid properties with the reasons
|
67
69
|
def list_invalid_properties
|
70
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
68
71
|
invalid_properties = Array.new
|
69
72
|
if @payload.nil?
|
70
73
|
invalid_properties.push('invalid value for "payload", payload cannot be nil.')
|
@@ -76,6 +79,7 @@ module Svix
|
|
76
79
|
# Check to see if the all the properties in the model are valid
|
77
80
|
# @return true if the model is valid
|
78
81
|
def valid?
|
82
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
79
83
|
return false if @payload.nil?
|
80
84
|
true
|
81
85
|
end
|
@@ -104,36 +108,30 @@ module Svix
|
|
104
108
|
# @param [Hash] attributes Model attributes in the form of hash
|
105
109
|
# @return [Object] Returns the model itself
|
106
110
|
def self.build_from_hash(attributes)
|
107
|
-
new.build_from_hash(attributes)
|
108
|
-
end
|
109
|
-
|
110
|
-
# Builds the object from hash
|
111
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
112
|
-
# @return [Object] Returns the model itself
|
113
|
-
def build_from_hash(attributes)
|
114
111
|
return nil unless attributes.is_a?(Hash)
|
115
|
-
|
116
|
-
|
117
|
-
|
112
|
+
attributes = attributes.transform_keys(&:to_sym)
|
113
|
+
transformed_hash = {}
|
114
|
+
openapi_types.each_pair do |key, type|
|
115
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
116
|
+
transformed_hash["#{key}"] = nil
|
118
117
|
elsif type =~ /\AArray<(.*)>/i
|
119
118
|
# check to ensure the input is an array given that the attribute
|
120
119
|
# is documented as an array but the input is not
|
121
|
-
if attributes[
|
122
|
-
|
120
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
121
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
123
122
|
end
|
124
|
-
elsif !attributes[
|
125
|
-
|
123
|
+
elsif !attributes[attribute_map[key]].nil?
|
124
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
126
125
|
end
|
127
126
|
end
|
128
|
-
|
129
|
-
self
|
127
|
+
new(transformed_hash)
|
130
128
|
end
|
131
129
|
|
132
130
|
# Deserializes the data based on type
|
133
131
|
# @param string type Data type
|
134
132
|
# @param string value Value to be deserialized
|
135
133
|
# @return [Object] Deserialized data
|
136
|
-
def _deserialize(type, value)
|
134
|
+
def self._deserialize(type, value)
|
137
135
|
case type.to_sym
|
138
136
|
when :Time
|
139
137
|
Time.parse(value)
|
@@ -168,7 +166,7 @@ module Svix
|
|
168
166
|
else # model
|
169
167
|
# models (e.g. Pet) or oneOf
|
170
168
|
klass = Svix.const_get(type)
|
171
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
169
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
172
170
|
end
|
173
171
|
end
|
174
172
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -20,6 +20,10 @@ module Svix
|
|
20
20
|
Fail = 2.freeze
|
21
21
|
Sending = 3.freeze
|
22
22
|
|
23
|
+
def self.all_vars
|
24
|
+
@all_vars ||= [Success, Pending, Fail, Sending].freeze
|
25
|
+
end
|
26
|
+
|
23
27
|
# Builds the enum from string
|
24
28
|
# @param [String] The enum value in the form of the string
|
25
29
|
# @return [String] The enum value
|
@@ -31,9 +35,8 @@ module Svix
|
|
31
35
|
# @param [String] The enum value in the form of the string
|
32
36
|
# @return [String] The enum value
|
33
37
|
def build_from_hash(value)
|
34
|
-
|
35
|
-
raise "Invalid ENUM value #{value} for class #MessageStatus"
|
36
|
-
value
|
38
|
+
return value if MessageStatus.all_vars.include?(value)
|
39
|
+
raise "Invalid ENUM value #{value} for class #MessageStatus"
|
37
40
|
end
|
38
41
|
end
|
39
42
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -63,16 +63,21 @@ module Svix
|
|
63
63
|
|
64
64
|
if attributes.key?(:'bridge_token')
|
65
65
|
self.bridge_token = attributes[:'bridge_token']
|
66
|
+
else
|
67
|
+
self.bridge_token = nil
|
66
68
|
end
|
67
69
|
|
68
70
|
if attributes.key?(:'token')
|
69
71
|
self.token = attributes[:'token']
|
72
|
+
else
|
73
|
+
self.token = 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 @bridge_token.nil?
|
78
83
|
invalid_properties.push('invalid value for "bridge_token", bridge_token cannot be nil.')
|
@@ -88,6 +93,7 @@ module Svix
|
|
88
93
|
# Check to see if the all the properties in the model are valid
|
89
94
|
# @return true if the model is valid
|
90
95
|
def valid?
|
96
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
91
97
|
return false if @bridge_token.nil?
|
92
98
|
return false if @token.nil?
|
93
99
|
true
|
@@ -118,36 +124,30 @@ module Svix
|
|
118
124
|
# @param [Hash] attributes Model attributes in the form of hash
|
119
125
|
# @return [Object] Returns the model itself
|
120
126
|
def self.build_from_hash(attributes)
|
121
|
-
new.build_from_hash(attributes)
|
122
|
-
end
|
123
|
-
|
124
|
-
# Builds the object from hash
|
125
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
126
|
-
# @return [Object] Returns the model itself
|
127
|
-
def build_from_hash(attributes)
|
128
127
|
return nil unless attributes.is_a?(Hash)
|
129
|
-
|
130
|
-
|
131
|
-
|
128
|
+
attributes = attributes.transform_keys(&:to_sym)
|
129
|
+
transformed_hash = {}
|
130
|
+
openapi_types.each_pair do |key, type|
|
131
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
132
|
+
transformed_hash["#{key}"] = nil
|
132
133
|
elsif type =~ /\AArray<(.*)>/i
|
133
134
|
# check to ensure the input is an array given that the attribute
|
134
135
|
# is documented as an array but the input is not
|
135
|
-
if attributes[
|
136
|
-
|
136
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
137
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
137
138
|
end
|
138
|
-
elsif !attributes[
|
139
|
-
|
139
|
+
elsif !attributes[attribute_map[key]].nil?
|
140
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
140
141
|
end
|
141
142
|
end
|
142
|
-
|
143
|
-
self
|
143
|
+
new(transformed_hash)
|
144
144
|
end
|
145
145
|
|
146
146
|
# Deserializes the data based on type
|
147
147
|
# @param string type Data type
|
148
148
|
# @param string value Value to be deserialized
|
149
149
|
# @return [Object] Deserialized data
|
150
|
-
def _deserialize(type, value)
|
150
|
+
def self._deserialize(type, value)
|
151
151
|
case type.to_sym
|
152
152
|
when :Time
|
153
153
|
Time.parse(value)
|
@@ -182,7 +182,7 @@ module Svix
|
|
182
182
|
else # model
|
183
183
|
# models (e.g. Pet) or oneOf
|
184
184
|
klass = Svix.const_get(type)
|
185
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
185
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
186
186
|
end
|
187
187
|
end
|
188
188
|
|
@@ -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?(:'code')
|
65
65
|
self.code = attributes[:'code']
|
66
|
+
else
|
67
|
+
self.code = nil
|
66
68
|
end
|
67
69
|
|
68
70
|
if attributes.key?(:'redirect_uri')
|
69
71
|
self.redirect_uri = attributes[:'redirect_uri']
|
72
|
+
else
|
73
|
+
self.redirect_uri = 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 @code.nil?
|
78
83
|
invalid_properties.push('invalid value for "code", code cannot be nil.')
|
@@ -88,6 +93,7 @@ module Svix
|
|
88
93
|
# Check to see if the all the properties in the model are valid
|
89
94
|
# @return true if the model is valid
|
90
95
|
def valid?
|
96
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
91
97
|
return false if @code.nil?
|
92
98
|
return false if @redirect_uri.nil?
|
93
99
|
true
|
@@ -118,36 +124,30 @@ module Svix
|
|
118
124
|
# @param [Hash] attributes Model attributes in the form of hash
|
119
125
|
# @return [Object] Returns the model itself
|
120
126
|
def self.build_from_hash(attributes)
|
121
|
-
new.build_from_hash(attributes)
|
122
|
-
end
|
123
|
-
|
124
|
-
# Builds the object from hash
|
125
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
126
|
-
# @return [Object] Returns the model itself
|
127
|
-
def build_from_hash(attributes)
|
128
127
|
return nil unless attributes.is_a?(Hash)
|
129
|
-
|
130
|
-
|
131
|
-
|
128
|
+
attributes = attributes.transform_keys(&:to_sym)
|
129
|
+
transformed_hash = {}
|
130
|
+
openapi_types.each_pair do |key, type|
|
131
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
132
|
+
transformed_hash["#{key}"] = nil
|
132
133
|
elsif type =~ /\AArray<(.*)>/i
|
133
134
|
# check to ensure the input is an array given that the attribute
|
134
135
|
# is documented as an array but the input is not
|
135
|
-
if attributes[
|
136
|
-
|
136
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
137
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
137
138
|
end
|
138
|
-
elsif !attributes[
|
139
|
-
|
139
|
+
elsif !attributes[attribute_map[key]].nil?
|
140
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
140
141
|
end
|
141
142
|
end
|
142
|
-
|
143
|
-
self
|
143
|
+
new(transformed_hash)
|
144
144
|
end
|
145
145
|
|
146
146
|
# Deserializes the data based on type
|
147
147
|
# @param string type Data type
|
148
148
|
# @param string value Value to be deserialized
|
149
149
|
# @return [Object] Deserialized data
|
150
|
-
def _deserialize(type, value)
|
150
|
+
def self._deserialize(type, value)
|
151
151
|
case type.to_sym
|
152
152
|
when :Time
|
153
153
|
Time.parse(value)
|
@@ -182,7 +182,7 @@ module Svix
|
|
182
182
|
else # model
|
183
183
|
# models (e.g. Pet) or oneOf
|
184
184
|
klass = Svix.const_get(type)
|
185
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
185
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
186
186
|
end
|
187
187
|
end
|
188
188
|
|
@@ -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
|
|
@@ -84,6 +84,7 @@ module Svix
|
|
84
84
|
# Show invalid properties with the reasons. Usually used together with valid?
|
85
85
|
# @return Array for valid properties with the reasons
|
86
86
|
def list_invalid_properties
|
87
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
87
88
|
invalid_properties = Array.new
|
88
89
|
invalid_properties
|
89
90
|
end
|
@@ -91,6 +92,7 @@ module Svix
|
|
91
92
|
# Check to see if the all the properties in the model are valid
|
92
93
|
# @return true if the model is valid
|
93
94
|
def valid?
|
95
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
94
96
|
true
|
95
97
|
end
|
96
98
|
|
@@ -120,36 +122,30 @@ module Svix
|
|
120
122
|
# @param [Hash] attributes Model attributes in the form of hash
|
121
123
|
# @return [Object] Returns the model itself
|
122
124
|
def self.build_from_hash(attributes)
|
123
|
-
new.build_from_hash(attributes)
|
124
|
-
end
|
125
|
-
|
126
|
-
# Builds the object from hash
|
127
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
128
|
-
# @return [Object] Returns the model itself
|
129
|
-
def build_from_hash(attributes)
|
130
125
|
return nil unless attributes.is_a?(Hash)
|
131
|
-
|
132
|
-
|
133
|
-
|
126
|
+
attributes = attributes.transform_keys(&:to_sym)
|
127
|
+
transformed_hash = {}
|
128
|
+
openapi_types.each_pair do |key, type|
|
129
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
130
|
+
transformed_hash["#{key}"] = nil
|
134
131
|
elsif type =~ /\AArray<(.*)>/i
|
135
132
|
# check to ensure the input is an array given that the attribute
|
136
133
|
# is documented as an array but the input is not
|
137
|
-
if attributes[
|
138
|
-
|
134
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
135
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
139
136
|
end
|
140
|
-
elsif !attributes[
|
141
|
-
|
137
|
+
elsif !attributes[attribute_map[key]].nil?
|
138
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
142
139
|
end
|
143
140
|
end
|
144
|
-
|
145
|
-
self
|
141
|
+
new(transformed_hash)
|
146
142
|
end
|
147
143
|
|
148
144
|
# Deserializes the data based on type
|
149
145
|
# @param string type Data type
|
150
146
|
# @param string value Value to be deserialized
|
151
147
|
# @return [Object] Deserialized data
|
152
|
-
def _deserialize(type, value)
|
148
|
+
def self._deserialize(type, value)
|
153
149
|
case type.to_sym
|
154
150
|
when :Time
|
155
151
|
Time.parse(value)
|
@@ -184,7 +180,7 @@ module Svix
|
|
184
180
|
else # model
|
185
181
|
# models (e.g. Pet) or oneOf
|
186
182
|
klass = Svix.const_get(type)
|
187
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
183
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
188
184
|
end
|
189
185
|
end
|
190
186
|
|
@@ -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
|
|
@@ -19,6 +19,10 @@ module Svix
|
|
19
19
|
CLIENT_SECRET_BASIC = "clientSecretBasic".freeze
|
20
20
|
CLIENT_SECRET_POST = "clientSecretPost".freeze
|
21
21
|
|
22
|
+
def self.all_vars
|
23
|
+
@all_vars ||= [CLIENT_SECRET_JWT, CLIENT_SECRET_BASIC, CLIENT_SECRET_POST].freeze
|
24
|
+
end
|
25
|
+
|
22
26
|
# Builds the enum from string
|
23
27
|
# @param [String] The enum value in the form of the string
|
24
28
|
# @return [String] The enum value
|
@@ -30,9 +34,8 @@ module Svix
|
|
30
34
|
# @param [String] The enum value in the form of the string
|
31
35
|
# @return [String] The enum value
|
32
36
|
def build_from_hash(value)
|
33
|
-
|
34
|
-
raise "Invalid ENUM value #{value} for class #Oauth2AuthMethodIn"
|
35
|
-
value
|
37
|
+
return value if Oauth2AuthMethodIn.all_vars.include?(value)
|
38
|
+
raise "Invalid ENUM value #{value} for class #Oauth2AuthMethodIn"
|
36
39
|
end
|
37
40
|
end
|
38
41
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -18,6 +18,10 @@ module Svix
|
|
18
18
|
CLIENT_CREDENTIALS = "clientCredentials".freeze
|
19
19
|
REFRESH_TOKEN = "refreshToken".freeze
|
20
20
|
|
21
|
+
def self.all_vars
|
22
|
+
@all_vars ||= [CLIENT_CREDENTIALS, REFRESH_TOKEN].freeze
|
23
|
+
end
|
24
|
+
|
21
25
|
# Builds the enum from string
|
22
26
|
# @param [String] The enum value in the form of the string
|
23
27
|
# @return [String] The enum value
|
@@ -29,9 +33,8 @@ module Svix
|
|
29
33
|
# @param [String] The enum value in the form of the string
|
30
34
|
# @return [String] The enum value
|
31
35
|
def build_from_hash(value)
|
32
|
-
|
33
|
-
raise "Invalid ENUM value #{value} for class #Oauth2GrantTypeIn"
|
34
|
-
value
|
36
|
+
return value if Oauth2GrantTypeIn.all_vars.include?(value)
|
37
|
+
raise "Invalid ENUM value #{value} for class #Oauth2GrantTypeIn"
|
35
38
|
end
|
36
39
|
end
|
37
40
|
end
|