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
|
|
@@ -64,6 +64,8 @@ module Svix
|
|
64
64
|
|
65
65
|
if attributes.key?(:'since')
|
66
66
|
self.since = attributes[:'since']
|
67
|
+
else
|
68
|
+
self.since = nil
|
67
69
|
end
|
68
70
|
|
69
71
|
if attributes.key?(:'_until')
|
@@ -74,6 +76,7 @@ module Svix
|
|
74
76
|
# Show invalid properties with the reasons. Usually used together with valid?
|
75
77
|
# @return Array for valid properties with the reasons
|
76
78
|
def list_invalid_properties
|
79
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
77
80
|
invalid_properties = Array.new
|
78
81
|
if @since.nil?
|
79
82
|
invalid_properties.push('invalid value for "since", since cannot be nil.')
|
@@ -85,6 +88,7 @@ module Svix
|
|
85
88
|
# Check to see if the all the properties in the model are valid
|
86
89
|
# @return true if the model is valid
|
87
90
|
def valid?
|
91
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
88
92
|
return false if @since.nil?
|
89
93
|
true
|
90
94
|
end
|
@@ -114,36 +118,30 @@ module Svix
|
|
114
118
|
# @param [Hash] attributes Model attributes in the form of hash
|
115
119
|
# @return [Object] Returns the model itself
|
116
120
|
def self.build_from_hash(attributes)
|
117
|
-
new.build_from_hash(attributes)
|
118
|
-
end
|
119
|
-
|
120
|
-
# Builds the object from hash
|
121
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
122
|
-
# @return [Object] Returns the model itself
|
123
|
-
def build_from_hash(attributes)
|
124
121
|
return nil unless attributes.is_a?(Hash)
|
125
|
-
|
126
|
-
|
127
|
-
|
122
|
+
attributes = attributes.transform_keys(&:to_sym)
|
123
|
+
transformed_hash = {}
|
124
|
+
openapi_types.each_pair do |key, type|
|
125
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
126
|
+
transformed_hash["#{key}"] = nil
|
128
127
|
elsif type =~ /\AArray<(.*)>/i
|
129
128
|
# check to ensure the input is an array given that the attribute
|
130
129
|
# is documented as an array but the input is not
|
131
|
-
if attributes[
|
132
|
-
|
130
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
131
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
133
132
|
end
|
134
|
-
elsif !attributes[
|
135
|
-
|
133
|
+
elsif !attributes[attribute_map[key]].nil?
|
134
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
136
135
|
end
|
137
136
|
end
|
138
|
-
|
139
|
-
self
|
137
|
+
new(transformed_hash)
|
140
138
|
end
|
141
139
|
|
142
140
|
# Deserializes the data based on type
|
143
141
|
# @param string type Data type
|
144
142
|
# @param string value Value to be deserialized
|
145
143
|
# @return [Object] Deserialized data
|
146
|
-
def _deserialize(type, value)
|
144
|
+
def self._deserialize(type, value)
|
147
145
|
case type.to_sym
|
148
146
|
when :Time
|
149
147
|
Time.parse(value)
|
@@ -178,7 +176,7 @@ module Svix
|
|
178
176
|
else # model
|
179
177
|
# models (e.g. Pet) or oneOf
|
180
178
|
klass = Svix.const_get(type)
|
181
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
179
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
182
180
|
end
|
183
181
|
end
|
184
182
|
|
@@ -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
|
|
@@ -21,6 +21,28 @@ module Svix
|
|
21
21
|
|
22
22
|
attr_accessor :task
|
23
23
|
|
24
|
+
class EnumAttributeValidator
|
25
|
+
attr_reader :datatype
|
26
|
+
attr_reader :allowable_values
|
27
|
+
|
28
|
+
def initialize(datatype, allowable_values)
|
29
|
+
@allowable_values = allowable_values.map do |value|
|
30
|
+
case datatype.to_s
|
31
|
+
when /Integer/i
|
32
|
+
value.to_i
|
33
|
+
when /Float/i
|
34
|
+
value.to_f
|
35
|
+
else
|
36
|
+
value
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
def valid?(value)
|
42
|
+
!value || allowable_values.include?(value)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
24
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
47
|
def self.attribute_map
|
26
48
|
{
|
@@ -67,20 +89,27 @@ module Svix
|
|
67
89
|
|
68
90
|
if attributes.key?(:'id')
|
69
91
|
self.id = attributes[:'id']
|
92
|
+
else
|
93
|
+
self.id = nil
|
70
94
|
end
|
71
95
|
|
72
96
|
if attributes.key?(:'status')
|
73
97
|
self.status = attributes[:'status']
|
98
|
+
else
|
99
|
+
self.status = nil
|
74
100
|
end
|
75
101
|
|
76
102
|
if attributes.key?(:'task')
|
77
103
|
self.task = attributes[:'task']
|
104
|
+
else
|
105
|
+
self.task = nil
|
78
106
|
end
|
79
107
|
end
|
80
108
|
|
81
109
|
# Show invalid properties with the reasons. Usually used together with valid?
|
82
110
|
# @return Array for valid properties with the reasons
|
83
111
|
def list_invalid_properties
|
112
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
84
113
|
invalid_properties = Array.new
|
85
114
|
if @id.nil?
|
86
115
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
@@ -100,6 +129,7 @@ module Svix
|
|
100
129
|
# Check to see if the all the properties in the model are valid
|
101
130
|
# @return true if the model is valid
|
102
131
|
def valid?
|
132
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
103
133
|
return false if @id.nil?
|
104
134
|
return false if @status.nil?
|
105
135
|
return false if @task.nil?
|
@@ -132,36 +162,30 @@ module Svix
|
|
132
162
|
# @param [Hash] attributes Model attributes in the form of hash
|
133
163
|
# @return [Object] Returns the model itself
|
134
164
|
def self.build_from_hash(attributes)
|
135
|
-
new.build_from_hash(attributes)
|
136
|
-
end
|
137
|
-
|
138
|
-
# Builds the object from hash
|
139
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
140
|
-
# @return [Object] Returns the model itself
|
141
|
-
def build_from_hash(attributes)
|
142
165
|
return nil unless attributes.is_a?(Hash)
|
143
|
-
|
144
|
-
|
145
|
-
|
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
|
146
171
|
elsif type =~ /\AArray<(.*)>/i
|
147
172
|
# check to ensure the input is an array given that the attribute
|
148
173
|
# is documented as an array but the input is not
|
149
|
-
if attributes[
|
150
|
-
|
174
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
175
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
151
176
|
end
|
152
|
-
elsif !attributes[
|
153
|
-
|
177
|
+
elsif !attributes[attribute_map[key]].nil?
|
178
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
154
179
|
end
|
155
180
|
end
|
156
|
-
|
157
|
-
self
|
181
|
+
new(transformed_hash)
|
158
182
|
end
|
159
183
|
|
160
184
|
# Deserializes the data based on type
|
161
185
|
# @param string type Data type
|
162
186
|
# @param string value Value to be deserialized
|
163
187
|
# @return [Object] Deserialized data
|
164
|
-
def _deserialize(type, value)
|
188
|
+
def self._deserialize(type, value)
|
165
189
|
case type.to_sym
|
166
190
|
when :Time
|
167
191
|
Time.parse(value)
|
@@ -196,7 +220,7 @@ module Svix
|
|
196
220
|
else # model
|
197
221
|
# models (e.g. Pet) or oneOf
|
198
222
|
klass = Svix.const_get(type)
|
199
|
-
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)
|
200
224
|
end
|
201
225
|
end
|
202
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
|
|
@@ -92,10 +92,14 @@ module Svix
|
|
92
92
|
|
93
93
|
if attributes.key?(:'access_key_id')
|
94
94
|
self.access_key_id = attributes[:'access_key_id']
|
95
|
+
else
|
96
|
+
self.access_key_id = nil
|
95
97
|
end
|
96
98
|
|
97
99
|
if attributes.key?(:'cluster_identifier')
|
98
100
|
self.cluster_identifier = attributes[:'cluster_identifier']
|
101
|
+
else
|
102
|
+
self.cluster_identifier = nil
|
99
103
|
end
|
100
104
|
|
101
105
|
if attributes.key?(:'db_name')
|
@@ -104,10 +108,14 @@ module Svix
|
|
104
108
|
|
105
109
|
if attributes.key?(:'db_user')
|
106
110
|
self.db_user = attributes[:'db_user']
|
111
|
+
else
|
112
|
+
self.db_user = nil
|
107
113
|
end
|
108
114
|
|
109
115
|
if attributes.key?(:'region')
|
110
116
|
self.region = attributes[:'region']
|
117
|
+
else
|
118
|
+
self.region = nil
|
111
119
|
end
|
112
120
|
|
113
121
|
if attributes.key?(:'schema_name')
|
@@ -116,6 +124,8 @@ module Svix
|
|
116
124
|
|
117
125
|
if attributes.key?(:'secret_access_key')
|
118
126
|
self.secret_access_key = attributes[:'secret_access_key']
|
127
|
+
else
|
128
|
+
self.secret_access_key = nil
|
119
129
|
end
|
120
130
|
|
121
131
|
if attributes.key?(:'table_name')
|
@@ -126,6 +136,7 @@ module Svix
|
|
126
136
|
# Show invalid properties with the reasons. Usually used together with valid?
|
127
137
|
# @return Array for valid properties with the reasons
|
128
138
|
def list_invalid_properties
|
139
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
129
140
|
invalid_properties = Array.new
|
130
141
|
if @access_key_id.nil?
|
131
142
|
invalid_properties.push('invalid value for "access_key_id", access_key_id cannot be nil.')
|
@@ -153,6 +164,7 @@ module Svix
|
|
153
164
|
# Check to see if the all the properties in the model are valid
|
154
165
|
# @return true if the model is valid
|
155
166
|
def valid?
|
167
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
156
168
|
return false if @access_key_id.nil?
|
157
169
|
return false if @cluster_identifier.nil?
|
158
170
|
return false if @db_user.nil?
|
@@ -192,36 +204,30 @@ module Svix
|
|
192
204
|
# @param [Hash] attributes Model attributes in the form of hash
|
193
205
|
# @return [Object] Returns the model itself
|
194
206
|
def self.build_from_hash(attributes)
|
195
|
-
new.build_from_hash(attributes)
|
196
|
-
end
|
197
|
-
|
198
|
-
# Builds the object from hash
|
199
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
200
|
-
# @return [Object] Returns the model itself
|
201
|
-
def build_from_hash(attributes)
|
202
207
|
return nil unless attributes.is_a?(Hash)
|
203
|
-
|
204
|
-
|
205
|
-
|
208
|
+
attributes = attributes.transform_keys(&:to_sym)
|
209
|
+
transformed_hash = {}
|
210
|
+
openapi_types.each_pair do |key, type|
|
211
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
212
|
+
transformed_hash["#{key}"] = nil
|
206
213
|
elsif type =~ /\AArray<(.*)>/i
|
207
214
|
# check to ensure the input is an array given that the attribute
|
208
215
|
# is documented as an array but the input is not
|
209
|
-
if attributes[
|
210
|
-
|
216
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
217
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
211
218
|
end
|
212
|
-
elsif !attributes[
|
213
|
-
|
219
|
+
elsif !attributes[attribute_map[key]].nil?
|
220
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
214
221
|
end
|
215
222
|
end
|
216
|
-
|
217
|
-
self
|
223
|
+
new(transformed_hash)
|
218
224
|
end
|
219
225
|
|
220
226
|
# Deserializes the data based on type
|
221
227
|
# @param string type Data type
|
222
228
|
# @param string value Value to be deserialized
|
223
229
|
# @return [Object] Deserialized data
|
224
|
-
def _deserialize(type, value)
|
230
|
+
def self._deserialize(type, value)
|
225
231
|
case type.to_sym
|
226
232
|
when :Time
|
227
233
|
Time.parse(value)
|
@@ -256,7 +262,7 @@ module Svix
|
|
256
262
|
else # model
|
257
263
|
# models (e.g. Pet) or oneOf
|
258
264
|
klass = Svix.const_get(type)
|
259
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
265
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
260
266
|
end
|
261
267
|
end
|
262
268
|
|
@@ -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
|
|
@@ -64,6 +64,8 @@ module Svix
|
|
64
64
|
|
65
65
|
if attributes.key?(:'since')
|
66
66
|
self.since = attributes[:'since']
|
67
|
+
else
|
68
|
+
self.since = nil
|
67
69
|
end
|
68
70
|
|
69
71
|
if attributes.key?(:'_until')
|
@@ -74,6 +76,7 @@ module Svix
|
|
74
76
|
# Show invalid properties with the reasons. Usually used together with valid?
|
75
77
|
# @return Array for valid properties with the reasons
|
76
78
|
def list_invalid_properties
|
79
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
77
80
|
invalid_properties = Array.new
|
78
81
|
if @since.nil?
|
79
82
|
invalid_properties.push('invalid value for "since", since cannot be nil.')
|
@@ -85,6 +88,7 @@ module Svix
|
|
85
88
|
# Check to see if the all the properties in the model are valid
|
86
89
|
# @return true if the model is valid
|
87
90
|
def valid?
|
91
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
88
92
|
return false if @since.nil?
|
89
93
|
true
|
90
94
|
end
|
@@ -114,36 +118,30 @@ module Svix
|
|
114
118
|
# @param [Hash] attributes Model attributes in the form of hash
|
115
119
|
# @return [Object] Returns the model itself
|
116
120
|
def self.build_from_hash(attributes)
|
117
|
-
new.build_from_hash(attributes)
|
118
|
-
end
|
119
|
-
|
120
|
-
# Builds the object from hash
|
121
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
122
|
-
# @return [Object] Returns the model itself
|
123
|
-
def build_from_hash(attributes)
|
124
121
|
return nil unless attributes.is_a?(Hash)
|
125
|
-
|
126
|
-
|
127
|
-
|
122
|
+
attributes = attributes.transform_keys(&:to_sym)
|
123
|
+
transformed_hash = {}
|
124
|
+
openapi_types.each_pair do |key, type|
|
125
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
126
|
+
transformed_hash["#{key}"] = nil
|
128
127
|
elsif type =~ /\AArray<(.*)>/i
|
129
128
|
# check to ensure the input is an array given that the attribute
|
130
129
|
# is documented as an array but the input is not
|
131
|
-
if attributes[
|
132
|
-
|
130
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
131
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
133
132
|
end
|
134
|
-
elsif !attributes[
|
135
|
-
|
133
|
+
elsif !attributes[attribute_map[key]].nil?
|
134
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
136
135
|
end
|
137
136
|
end
|
138
|
-
|
139
|
-
self
|
137
|
+
new(transformed_hash)
|
140
138
|
end
|
141
139
|
|
142
140
|
# Deserializes the data based on type
|
143
141
|
# @param string type Data type
|
144
142
|
# @param string value Value to be deserialized
|
145
143
|
# @return [Object] Deserialized data
|
146
|
-
def _deserialize(type, value)
|
144
|
+
def self._deserialize(type, value)
|
147
145
|
case type.to_sym
|
148
146
|
when :Time
|
149
147
|
Time.parse(value)
|
@@ -178,7 +176,7 @@ module Svix
|
|
178
176
|
else # model
|
179
177
|
# models (e.g. Pet) or oneOf
|
180
178
|
klass = Svix.const_get(type)
|
181
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
179
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
182
180
|
end
|
183
181
|
end
|
184
182
|
|
@@ -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
|
|
@@ -21,6 +21,28 @@ module Svix
|
|
21
21
|
|
22
22
|
attr_accessor :task
|
23
23
|
|
24
|
+
class EnumAttributeValidator
|
25
|
+
attr_reader :datatype
|
26
|
+
attr_reader :allowable_values
|
27
|
+
|
28
|
+
def initialize(datatype, allowable_values)
|
29
|
+
@allowable_values = allowable_values.map do |value|
|
30
|
+
case datatype.to_s
|
31
|
+
when /Integer/i
|
32
|
+
value.to_i
|
33
|
+
when /Float/i
|
34
|
+
value.to_f
|
35
|
+
else
|
36
|
+
value
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
def valid?(value)
|
42
|
+
!value || allowable_values.include?(value)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
24
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
47
|
def self.attribute_map
|
26
48
|
{
|
@@ -67,20 +89,27 @@ module Svix
|
|
67
89
|
|
68
90
|
if attributes.key?(:'id')
|
69
91
|
self.id = attributes[:'id']
|
92
|
+
else
|
93
|
+
self.id = nil
|
70
94
|
end
|
71
95
|
|
72
96
|
if attributes.key?(:'status')
|
73
97
|
self.status = attributes[:'status']
|
98
|
+
else
|
99
|
+
self.status = nil
|
74
100
|
end
|
75
101
|
|
76
102
|
if attributes.key?(:'task')
|
77
103
|
self.task = attributes[:'task']
|
104
|
+
else
|
105
|
+
self.task = nil
|
78
106
|
end
|
79
107
|
end
|
80
108
|
|
81
109
|
# Show invalid properties with the reasons. Usually used together with valid?
|
82
110
|
# @return Array for valid properties with the reasons
|
83
111
|
def list_invalid_properties
|
112
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
84
113
|
invalid_properties = Array.new
|
85
114
|
if @id.nil?
|
86
115
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
@@ -100,6 +129,7 @@ module Svix
|
|
100
129
|
# Check to see if the all the properties in the model are valid
|
101
130
|
# @return true if the model is valid
|
102
131
|
def valid?
|
132
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
103
133
|
return false if @id.nil?
|
104
134
|
return false if @status.nil?
|
105
135
|
return false if @task.nil?
|
@@ -132,36 +162,30 @@ module Svix
|
|
132
162
|
# @param [Hash] attributes Model attributes in the form of hash
|
133
163
|
# @return [Object] Returns the model itself
|
134
164
|
def self.build_from_hash(attributes)
|
135
|
-
new.build_from_hash(attributes)
|
136
|
-
end
|
137
|
-
|
138
|
-
# Builds the object from hash
|
139
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
140
|
-
# @return [Object] Returns the model itself
|
141
|
-
def build_from_hash(attributes)
|
142
165
|
return nil unless attributes.is_a?(Hash)
|
143
|
-
|
144
|
-
|
145
|
-
|
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
|
146
171
|
elsif type =~ /\AArray<(.*)>/i
|
147
172
|
# check to ensure the input is an array given that the attribute
|
148
173
|
# is documented as an array but the input is not
|
149
|
-
if attributes[
|
150
|
-
|
174
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
175
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
151
176
|
end
|
152
|
-
elsif !attributes[
|
153
|
-
|
177
|
+
elsif !attributes[attribute_map[key]].nil?
|
178
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
154
179
|
end
|
155
180
|
end
|
156
|
-
|
157
|
-
self
|
181
|
+
new(transformed_hash)
|
158
182
|
end
|
159
183
|
|
160
184
|
# Deserializes the data based on type
|
161
185
|
# @param string type Data type
|
162
186
|
# @param string value Value to be deserialized
|
163
187
|
# @return [Object] Deserialized data
|
164
|
-
def _deserialize(type, value)
|
188
|
+
def self._deserialize(type, value)
|
165
189
|
case type.to_sym
|
166
190
|
when :Time
|
167
191
|
Time.parse(value)
|
@@ -196,7 +220,7 @@ module Svix
|
|
196
220
|
else # model
|
197
221
|
# models (e.g. Pet) or oneOf
|
198
222
|
klass = Svix.const_get(type)
|
199
|
-
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)
|
200
224
|
end
|
201
225
|
end
|
202
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
|
|
@@ -67,6 +67,7 @@ module Svix
|
|
67
67
|
# Show invalid properties with the reasons. Usually used together with valid?
|
68
68
|
# @return Array for valid properties with the reasons
|
69
69
|
def list_invalid_properties
|
70
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
70
71
|
invalid_properties = Array.new
|
71
72
|
invalid_properties
|
72
73
|
end
|
@@ -74,6 +75,7 @@ module Svix
|
|
74
75
|
# Check to see if the all the properties in the model are valid
|
75
76
|
# @return true if the model is valid
|
76
77
|
def valid?
|
78
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
77
79
|
true
|
78
80
|
end
|
79
81
|
|
@@ -101,36 +103,30 @@ module Svix
|
|
101
103
|
# @param [Hash] attributes Model attributes in the form of hash
|
102
104
|
# @return [Object] Returns the model itself
|
103
105
|
def self.build_from_hash(attributes)
|
104
|
-
new.build_from_hash(attributes)
|
105
|
-
end
|
106
|
-
|
107
|
-
# Builds the object from hash
|
108
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
109
|
-
# @return [Object] Returns the model itself
|
110
|
-
def build_from_hash(attributes)
|
111
106
|
return nil unless attributes.is_a?(Hash)
|
112
|
-
|
113
|
-
|
114
|
-
|
107
|
+
attributes = attributes.transform_keys(&:to_sym)
|
108
|
+
transformed_hash = {}
|
109
|
+
openapi_types.each_pair do |key, type|
|
110
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
111
|
+
transformed_hash["#{key}"] = nil
|
115
112
|
elsif type =~ /\AArray<(.*)>/i
|
116
113
|
# check to ensure the input is an array given that the attribute
|
117
114
|
# is documented as an array but the input is not
|
118
|
-
if attributes[
|
119
|
-
|
115
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
116
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
120
117
|
end
|
121
|
-
elsif !attributes[
|
122
|
-
|
118
|
+
elsif !attributes[attribute_map[key]].nil?
|
119
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
123
120
|
end
|
124
121
|
end
|
125
|
-
|
126
|
-
self
|
122
|
+
new(transformed_hash)
|
127
123
|
end
|
128
124
|
|
129
125
|
# Deserializes the data based on type
|
130
126
|
# @param string type Data type
|
131
127
|
# @param string value Value to be deserialized
|
132
128
|
# @return [Object] Deserialized data
|
133
|
-
def _deserialize(type, value)
|
129
|
+
def self._deserialize(type, value)
|
134
130
|
case type.to_sym
|
135
131
|
when :Time
|
136
132
|
Time.parse(value)
|
@@ -165,7 +161,7 @@ module Svix
|
|
165
161
|
else # model
|
166
162
|
# models (e.g. Pet) or oneOf
|
167
163
|
klass = Svix.const_get(type)
|
168
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
164
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
169
165
|
end
|
170
166
|
end
|
171
167
|
|