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
|
|
@@ -59,12 +59,15 @@ module Svix
|
|
59
59
|
|
60
60
|
if attributes.key?(:'url')
|
61
61
|
self.url = attributes[:'url']
|
62
|
+
else
|
63
|
+
self.url = 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 @url.nil?
|
70
73
|
invalid_properties.push('invalid value for "url", url 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 @url.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
|
|
@@ -71,24 +71,33 @@ module Svix
|
|
71
71
|
|
72
72
|
if attributes.key?(:'access_key_id')
|
73
73
|
self.access_key_id = attributes[:'access_key_id']
|
74
|
+
else
|
75
|
+
self.access_key_id = nil
|
74
76
|
end
|
75
77
|
|
76
78
|
if attributes.key?(:'bucket')
|
77
79
|
self.bucket = attributes[:'bucket']
|
80
|
+
else
|
81
|
+
self.bucket = nil
|
78
82
|
end
|
79
83
|
|
80
84
|
if attributes.key?(:'region')
|
81
85
|
self.region = attributes[:'region']
|
86
|
+
else
|
87
|
+
self.region = nil
|
82
88
|
end
|
83
89
|
|
84
90
|
if attributes.key?(:'secret_access_key')
|
85
91
|
self.secret_access_key = attributes[:'secret_access_key']
|
92
|
+
else
|
93
|
+
self.secret_access_key = nil
|
86
94
|
end
|
87
95
|
end
|
88
96
|
|
89
97
|
# Show invalid properties with the reasons. Usually used together with valid?
|
90
98
|
# @return Array for valid properties with the reasons
|
91
99
|
def list_invalid_properties
|
100
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
92
101
|
invalid_properties = Array.new
|
93
102
|
if @access_key_id.nil?
|
94
103
|
invalid_properties.push('invalid value for "access_key_id", access_key_id cannot be nil.')
|
@@ -112,6 +121,7 @@ module Svix
|
|
112
121
|
# Check to see if the all the properties in the model are valid
|
113
122
|
# @return true if the model is valid
|
114
123
|
def valid?
|
124
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
115
125
|
return false if @access_key_id.nil?
|
116
126
|
return false if @bucket.nil?
|
117
127
|
return false if @region.nil?
|
@@ -146,36 +156,30 @@ module Svix
|
|
146
156
|
# @param [Hash] attributes Model attributes in the form of hash
|
147
157
|
# @return [Object] Returns the model itself
|
148
158
|
def self.build_from_hash(attributes)
|
149
|
-
new.build_from_hash(attributes)
|
150
|
-
end
|
151
|
-
|
152
|
-
# Builds the object from hash
|
153
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
154
|
-
# @return [Object] Returns the model itself
|
155
|
-
def build_from_hash(attributes)
|
156
159
|
return nil unless attributes.is_a?(Hash)
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
+
attributes = attributes.transform_keys(&:to_sym)
|
161
|
+
transformed_hash = {}
|
162
|
+
openapi_types.each_pair do |key, type|
|
163
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
164
|
+
transformed_hash["#{key}"] = nil
|
160
165
|
elsif type =~ /\AArray<(.*)>/i
|
161
166
|
# check to ensure the input is an array given that the attribute
|
162
167
|
# is documented as an array but the input is not
|
163
|
-
if attributes[
|
164
|
-
|
168
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
169
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
165
170
|
end
|
166
|
-
elsif !attributes[
|
167
|
-
|
171
|
+
elsif !attributes[attribute_map[key]].nil?
|
172
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
168
173
|
end
|
169
174
|
end
|
170
|
-
|
171
|
-
self
|
175
|
+
new(transformed_hash)
|
172
176
|
end
|
173
177
|
|
174
178
|
# Deserializes the data based on type
|
175
179
|
# @param string type Data type
|
176
180
|
# @param string value Value to be deserialized
|
177
181
|
# @return [Object] Deserialized data
|
178
|
-
def _deserialize(type, value)
|
182
|
+
def self._deserialize(type, value)
|
179
183
|
case type.to_sym
|
180
184
|
when :Time
|
181
185
|
Time.parse(value)
|
@@ -210,7 +214,7 @@ module Svix
|
|
210
214
|
else # model
|
211
215
|
# models (e.g. Pet) or oneOf
|
212
216
|
klass = Svix.const_get(type)
|
213
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
217
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
214
218
|
end
|
215
219
|
end
|
216
220
|
|
@@ -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
|
|
@@ -233,6 +233,7 @@ module Svix
|
|
233
233
|
# Show invalid properties with the reasons. Usually used together with valid?
|
234
234
|
# @return Array for valid properties with the reasons
|
235
235
|
def list_invalid_properties
|
236
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
236
237
|
invalid_properties = Array.new
|
237
238
|
pattern = Regexp.new(/^[a-zA-Z0-9\-_ ]+$/)
|
238
239
|
if !@custom_font_family.nil? && @custom_font_family !~ pattern
|
@@ -261,6 +262,7 @@ module Svix
|
|
261
262
|
# Check to see if the all the properties in the model are valid
|
262
263
|
# @return true if the model is valid
|
263
264
|
def valid?
|
265
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
264
266
|
return false if !@custom_font_family.nil? && @custom_font_family !~ Regexp.new(/^[a-zA-Z0-9\-_ ]+$/)
|
265
267
|
return false if !@custom_font_family_url.nil? && @custom_font_family_url.to_s.length > 65536
|
266
268
|
return false if !@custom_font_family_url.nil? && @custom_font_family_url.to_s.length < 1
|
@@ -350,36 +352,30 @@ module Svix
|
|
350
352
|
# @param [Hash] attributes Model attributes in the form of hash
|
351
353
|
# @return [Object] Returns the model itself
|
352
354
|
def self.build_from_hash(attributes)
|
353
|
-
new.build_from_hash(attributes)
|
354
|
-
end
|
355
|
-
|
356
|
-
# Builds the object from hash
|
357
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
358
|
-
# @return [Object] Returns the model itself
|
359
|
-
def build_from_hash(attributes)
|
360
355
|
return nil unless attributes.is_a?(Hash)
|
361
|
-
|
362
|
-
|
363
|
-
|
356
|
+
attributes = attributes.transform_keys(&:to_sym)
|
357
|
+
transformed_hash = {}
|
358
|
+
openapi_types.each_pair do |key, type|
|
359
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
360
|
+
transformed_hash["#{key}"] = nil
|
364
361
|
elsif type =~ /\AArray<(.*)>/i
|
365
362
|
# check to ensure the input is an array given that the attribute
|
366
363
|
# is documented as an array but the input is not
|
367
|
-
if attributes[
|
368
|
-
|
364
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
365
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
369
366
|
end
|
370
|
-
elsif !attributes[
|
371
|
-
|
367
|
+
elsif !attributes[attribute_map[key]].nil?
|
368
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
372
369
|
end
|
373
370
|
end
|
374
|
-
|
375
|
-
self
|
371
|
+
new(transformed_hash)
|
376
372
|
end
|
377
373
|
|
378
374
|
# Deserializes the data based on type
|
379
375
|
# @param string type Data type
|
380
376
|
# @param string value Value to be deserialized
|
381
377
|
# @return [Object] Deserialized data
|
382
|
-
def _deserialize(type, value)
|
378
|
+
def self._deserialize(type, value)
|
383
379
|
case type.to_sym
|
384
380
|
when :Time
|
385
381
|
Time.parse(value)
|
@@ -414,7 +410,7 @@ module Svix
|
|
414
410
|
else # model
|
415
411
|
# models (e.g. Pet) or oneOf
|
416
412
|
klass = Svix.const_get(type)
|
417
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
413
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
418
414
|
end
|
419
415
|
end
|
420
416
|
|
@@ -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
|
|
@@ -233,6 +233,7 @@ module Svix
|
|
233
233
|
# Show invalid properties with the reasons. Usually used together with valid?
|
234
234
|
# @return Array for valid properties with the reasons
|
235
235
|
def list_invalid_properties
|
236
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
236
237
|
invalid_properties = Array.new
|
237
238
|
pattern = Regexp.new(/^[a-zA-Z0-9\-_ ]+$/)
|
238
239
|
if !@custom_font_family.nil? && @custom_font_family !~ pattern
|
@@ -261,6 +262,7 @@ module Svix
|
|
261
262
|
# Check to see if the all the properties in the model are valid
|
262
263
|
# @return true if the model is valid
|
263
264
|
def valid?
|
265
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
264
266
|
return false if !@custom_font_family.nil? && @custom_font_family !~ Regexp.new(/^[a-zA-Z0-9\-_ ]+$/)
|
265
267
|
return false if !@custom_font_family_url.nil? && @custom_font_family_url.to_s.length > 65536
|
266
268
|
return false if !@custom_font_family_url.nil? && @custom_font_family_url.to_s.length < 1
|
@@ -350,36 +352,30 @@ module Svix
|
|
350
352
|
# @param [Hash] attributes Model attributes in the form of hash
|
351
353
|
# @return [Object] Returns the model itself
|
352
354
|
def self.build_from_hash(attributes)
|
353
|
-
new.build_from_hash(attributes)
|
354
|
-
end
|
355
|
-
|
356
|
-
# Builds the object from hash
|
357
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
358
|
-
# @return [Object] Returns the model itself
|
359
|
-
def build_from_hash(attributes)
|
360
355
|
return nil unless attributes.is_a?(Hash)
|
361
|
-
|
362
|
-
|
363
|
-
|
356
|
+
attributes = attributes.transform_keys(&:to_sym)
|
357
|
+
transformed_hash = {}
|
358
|
+
openapi_types.each_pair do |key, type|
|
359
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
360
|
+
transformed_hash["#{key}"] = nil
|
364
361
|
elsif type =~ /\AArray<(.*)>/i
|
365
362
|
# check to ensure the input is an array given that the attribute
|
366
363
|
# is documented as an array but the input is not
|
367
|
-
if attributes[
|
368
|
-
|
364
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
365
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
369
366
|
end
|
370
|
-
elsif !attributes[
|
371
|
-
|
367
|
+
elsif !attributes[attribute_map[key]].nil?
|
368
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
372
369
|
end
|
373
370
|
end
|
374
|
-
|
375
|
-
self
|
371
|
+
new(transformed_hash)
|
376
372
|
end
|
377
373
|
|
378
374
|
# Deserializes the data based on type
|
379
375
|
# @param string type Data type
|
380
376
|
# @param string value Value to be deserialized
|
381
377
|
# @return [Object] Deserialized data
|
382
|
-
def _deserialize(type, value)
|
378
|
+
def self._deserialize(type, value)
|
383
379
|
case type.to_sym
|
384
380
|
when :Time
|
385
381
|
Time.parse(value)
|
@@ -414,7 +410,7 @@ module Svix
|
|
414
410
|
else # model
|
415
411
|
# models (e.g. Pet) or oneOf
|
416
412
|
klass = Svix.const_get(type)
|
417
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
413
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
418
414
|
end
|
419
415
|
end
|
420
416
|
|
@@ -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
|
|
@@ -69,12 +69,15 @@ module Svix
|
|
69
69
|
|
70
70
|
if attributes.key?(:'url')
|
71
71
|
self.url = attributes[:'url']
|
72
|
+
else
|
73
|
+
self.url = nil
|
72
74
|
end
|
73
75
|
end
|
74
76
|
|
75
77
|
# Show invalid properties with the reasons. Usually used together with valid?
|
76
78
|
# @return Array for valid properties with the reasons
|
77
79
|
def list_invalid_properties
|
80
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
78
81
|
invalid_properties = Array.new
|
79
82
|
if @url.nil?
|
80
83
|
invalid_properties.push('invalid value for "url", url cannot be nil.')
|
@@ -86,6 +89,7 @@ module Svix
|
|
86
89
|
# Check to see if the all the properties in the model are valid
|
87
90
|
# @return true if the model is valid
|
88
91
|
def valid?
|
92
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
89
93
|
return false if @url.nil?
|
90
94
|
true
|
91
95
|
end
|
@@ -115,36 +119,30 @@ module Svix
|
|
115
119
|
# @param [Hash] attributes Model attributes in the form of hash
|
116
120
|
# @return [Object] Returns the model itself
|
117
121
|
def self.build_from_hash(attributes)
|
118
|
-
new.build_from_hash(attributes)
|
119
|
-
end
|
120
|
-
|
121
|
-
# Builds the object from hash
|
122
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
123
|
-
# @return [Object] Returns the model itself
|
124
|
-
def build_from_hash(attributes)
|
125
122
|
return nil unless attributes.is_a?(Hash)
|
126
|
-
|
127
|
-
|
128
|
-
|
123
|
+
attributes = attributes.transform_keys(&:to_sym)
|
124
|
+
transformed_hash = {}
|
125
|
+
openapi_types.each_pair do |key, type|
|
126
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
127
|
+
transformed_hash["#{key}"] = nil
|
129
128
|
elsif type =~ /\AArray<(.*)>/i
|
130
129
|
# check to ensure the input is an array given that the attribute
|
131
130
|
# is documented as an array but the input is not
|
132
|
-
if attributes[
|
133
|
-
|
131
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
132
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
134
133
|
end
|
135
|
-
elsif !attributes[
|
136
|
-
|
134
|
+
elsif !attributes[attribute_map[key]].nil?
|
135
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
137
136
|
end
|
138
137
|
end
|
139
|
-
|
140
|
-
self
|
138
|
+
new(transformed_hash)
|
141
139
|
end
|
142
140
|
|
143
141
|
# Deserializes the data based on type
|
144
142
|
# @param string type Data type
|
145
143
|
# @param string value Value to be deserialized
|
146
144
|
# @return [Object] Deserialized data
|
147
|
-
def _deserialize(type, value)
|
145
|
+
def self._deserialize(type, value)
|
148
146
|
case type.to_sym
|
149
147
|
when :Time
|
150
148
|
Time.parse(value)
|
@@ -179,7 +177,7 @@ module Svix
|
|
179
177
|
else # model
|
180
178
|
# models (e.g. Pet) or oneOf
|
181
179
|
klass = Svix.const_get(type)
|
182
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
180
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
183
181
|
end
|
184
182
|
end
|
185
183
|
|
data/lib/svix/models/sink_in.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
|
|
@@ -35,7 +35,7 @@ module Svix
|
|
35
35
|
# - We do not attempt to check whether exactly one item matches.
|
36
36
|
# - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
|
37
37
|
# due to the way the deserialization is made in the base_object template (it just casts without verifying).
|
38
|
-
# - TODO: scalar values are
|
38
|
+
# - TODO: scalar values are de facto behaving as if they were nullable.
|
39
39
|
# - TODO: logging when debugging is set.
|
40
40
|
openapi_one_of.each do |klass|
|
41
41
|
begin
|
@@ -90,9 +90,9 @@ module Svix
|
|
90
90
|
return model if model
|
91
91
|
else
|
92
92
|
# raise if data contains keys that are not known to the model
|
93
|
-
raise
|
93
|
+
raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
94
94
|
model = const.build_from_hash(data)
|
95
|
-
return model if model
|
95
|
+
return model if model
|
96
96
|
end
|
97
97
|
end
|
98
98
|
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
|
|
@@ -89,20 +89,27 @@ module Svix
|
|
89
89
|
|
90
90
|
if attributes.key?(:'routing_key')
|
91
91
|
self.routing_key = attributes[:'routing_key']
|
92
|
+
else
|
93
|
+
self.routing_key = nil
|
92
94
|
end
|
93
95
|
|
94
96
|
if attributes.key?(:'type')
|
95
97
|
self.type = attributes[:'type']
|
98
|
+
else
|
99
|
+
self.type = nil
|
96
100
|
end
|
97
101
|
|
98
102
|
if attributes.key?(:'uri')
|
99
103
|
self.uri = attributes[:'uri']
|
104
|
+
else
|
105
|
+
self.uri = nil
|
100
106
|
end
|
101
107
|
end
|
102
108
|
|
103
109
|
# Show invalid properties with the reasons. Usually used together with valid?
|
104
110
|
# @return Array for valid properties with the reasons
|
105
111
|
def list_invalid_properties
|
112
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
106
113
|
invalid_properties = Array.new
|
107
114
|
if @routing_key.nil?
|
108
115
|
invalid_properties.push('invalid value for "routing_key", routing_key cannot be nil.')
|
@@ -122,6 +129,7 @@ module Svix
|
|
122
129
|
# Check to see if the all the properties in the model are valid
|
123
130
|
# @return true if the model is valid
|
124
131
|
def valid?
|
132
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
125
133
|
return false if @routing_key.nil?
|
126
134
|
return false if @type.nil?
|
127
135
|
type_validator = EnumAttributeValidator.new('String', ["rabbitMQ"])
|
@@ -166,36 +174,30 @@ module Svix
|
|
166
174
|
# @param [Hash] attributes Model attributes in the form of hash
|
167
175
|
# @return [Object] Returns the model itself
|
168
176
|
def self.build_from_hash(attributes)
|
169
|
-
new.build_from_hash(attributes)
|
170
|
-
end
|
171
|
-
|
172
|
-
# Builds the object from hash
|
173
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
174
|
-
# @return [Object] Returns the model itself
|
175
|
-
def build_from_hash(attributes)
|
176
177
|
return nil unless attributes.is_a?(Hash)
|
177
|
-
|
178
|
-
|
179
|
-
|
178
|
+
attributes = attributes.transform_keys(&:to_sym)
|
179
|
+
transformed_hash = {}
|
180
|
+
openapi_types.each_pair do |key, type|
|
181
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
182
|
+
transformed_hash["#{key}"] = nil
|
180
183
|
elsif type =~ /\AArray<(.*)>/i
|
181
184
|
# check to ensure the input is an array given that the attribute
|
182
185
|
# is documented as an array but the input is not
|
183
|
-
if attributes[
|
184
|
-
|
186
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
187
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
185
188
|
end
|
186
|
-
elsif !attributes[
|
187
|
-
|
189
|
+
elsif !attributes[attribute_map[key]].nil?
|
190
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
188
191
|
end
|
189
192
|
end
|
190
|
-
|
191
|
-
self
|
193
|
+
new(transformed_hash)
|
192
194
|
end
|
193
195
|
|
194
196
|
# Deserializes the data based on type
|
195
197
|
# @param string type Data type
|
196
198
|
# @param string value Value to be deserialized
|
197
199
|
# @return [Object] Deserialized data
|
198
|
-
def _deserialize(type, value)
|
200
|
+
def self._deserialize(type, value)
|
199
201
|
case type.to_sym
|
200
202
|
when :Time
|
201
203
|
Time.parse(value)
|
@@ -230,7 +232,7 @@ module Svix
|
|
230
232
|
else # model
|
231
233
|
# models (e.g. Pet) or oneOf
|
232
234
|
klass = Svix.const_get(type)
|
233
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
235
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
234
236
|
end
|
235
237
|
end
|
236
238
|
|