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
|
|
@@ -76,6 +76,7 @@ module Svix
|
|
76
76
|
# Show invalid properties with the reasons. Usually used together with valid?
|
77
77
|
# @return Array for valid properties with the reasons
|
78
78
|
def list_invalid_properties
|
79
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
79
80
|
invalid_properties = Array.new
|
80
81
|
invalid_properties
|
81
82
|
end
|
@@ -83,6 +84,7 @@ module Svix
|
|
83
84
|
# Check to see if the all the properties in the model are valid
|
84
85
|
# @return true if the model is valid
|
85
86
|
def valid?
|
87
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
86
88
|
true
|
87
89
|
end
|
88
90
|
|
@@ -111,36 +113,30 @@ module Svix
|
|
111
113
|
# @param [Hash] attributes Model attributes in the form of hash
|
112
114
|
# @return [Object] Returns the model itself
|
113
115
|
def self.build_from_hash(attributes)
|
114
|
-
new.build_from_hash(attributes)
|
115
|
-
end
|
116
|
-
|
117
|
-
# Builds the object from hash
|
118
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
119
|
-
# @return [Object] Returns the model itself
|
120
|
-
def build_from_hash(attributes)
|
121
116
|
return nil unless attributes.is_a?(Hash)
|
122
|
-
|
123
|
-
|
124
|
-
|
117
|
+
attributes = attributes.transform_keys(&:to_sym)
|
118
|
+
transformed_hash = {}
|
119
|
+
openapi_types.each_pair do |key, type|
|
120
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
121
|
+
transformed_hash["#{key}"] = nil
|
125
122
|
elsif type =~ /\AArray<(.*)>/i
|
126
123
|
# check to ensure the input is an array given that the attribute
|
127
124
|
# is documented as an array but the input is not
|
128
|
-
if attributes[
|
129
|
-
|
125
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
126
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
130
127
|
end
|
131
|
-
elsif !attributes[
|
132
|
-
|
128
|
+
elsif !attributes[attribute_map[key]].nil?
|
129
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
133
130
|
end
|
134
131
|
end
|
135
|
-
|
136
|
-
self
|
132
|
+
new(transformed_hash)
|
137
133
|
end
|
138
134
|
|
139
135
|
# Deserializes the data based on type
|
140
136
|
# @param string type Data type
|
141
137
|
# @param string value Value to be deserialized
|
142
138
|
# @return [Object] Deserialized data
|
143
|
-
def _deserialize(type, value)
|
139
|
+
def self._deserialize(type, value)
|
144
140
|
case type.to_sym
|
145
141
|
when :Time
|
146
142
|
Time.parse(value)
|
@@ -175,7 +171,7 @@ module Svix
|
|
175
171
|
else # model
|
176
172
|
# models (e.g. Pet) or oneOf
|
177
173
|
klass = Svix.const_get(type)
|
178
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
174
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
179
175
|
end
|
180
176
|
end
|
181
177
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -86,6 +86,8 @@ module Svix
|
|
86
86
|
|
87
87
|
if attributes.key?(:'account_identifier')
|
88
88
|
self.account_identifier = attributes[:'account_identifier']
|
89
|
+
else
|
90
|
+
self.account_identifier = nil
|
89
91
|
end
|
90
92
|
|
91
93
|
if attributes.key?(:'db_name')
|
@@ -94,6 +96,8 @@ module Svix
|
|
94
96
|
|
95
97
|
if attributes.key?(:'private_key')
|
96
98
|
self.private_key = attributes[:'private_key']
|
99
|
+
else
|
100
|
+
self.private_key = nil
|
97
101
|
end
|
98
102
|
|
99
103
|
if attributes.key?(:'schema_name')
|
@@ -106,12 +110,15 @@ module Svix
|
|
106
110
|
|
107
111
|
if attributes.key?(:'user_id')
|
108
112
|
self.user_id = attributes[:'user_id']
|
113
|
+
else
|
114
|
+
self.user_id = nil
|
109
115
|
end
|
110
116
|
end
|
111
117
|
|
112
118
|
# Show invalid properties with the reasons. Usually used together with valid?
|
113
119
|
# @return Array for valid properties with the reasons
|
114
120
|
def list_invalid_properties
|
121
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
115
122
|
invalid_properties = Array.new
|
116
123
|
if @account_identifier.nil?
|
117
124
|
invalid_properties.push('invalid value for "account_identifier", account_identifier cannot be nil.')
|
@@ -131,6 +138,7 @@ module Svix
|
|
131
138
|
# Check to see if the all the properties in the model are valid
|
132
139
|
# @return true if the model is valid
|
133
140
|
def valid?
|
141
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
134
142
|
return false if @account_identifier.nil?
|
135
143
|
return false if @private_key.nil?
|
136
144
|
return false if @user_id.nil?
|
@@ -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
|
|
@@ -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
|
ONE_DAY = "OneDay".freeze
|
19
19
|
FIVE_MINUTES = "FiveMinutes".freeze
|
20
20
|
|
21
|
+
def self.all_vars
|
22
|
+
@all_vars ||= [ONE_DAY, FIVE_MINUTES].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 #StatisticsPeriod"
|
34
|
-
value
|
36
|
+
return value if StatisticsPeriod.all_vars.include?(value)
|
37
|
+
raise "Invalid ENUM value #{value} for class #StatisticsPeriod"
|
35
38
|
end
|
36
39
|
end
|
37
40
|
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
|
|
@@ -22,6 +22,10 @@ module Svix
|
|
22
22
|
Code4xx = 400.freeze
|
23
23
|
Code5xx = 500.freeze
|
24
24
|
|
25
|
+
def self.all_vars
|
26
|
+
@all_vars ||= [CodeNone, Code1xx, Code2xx, Code3xx, Code4xx, Code5xx].freeze
|
27
|
+
end
|
28
|
+
|
25
29
|
# Builds the enum from string
|
26
30
|
# @param [String] The enum value in the form of the string
|
27
31
|
# @return [String] The enum value
|
@@ -33,9 +37,8 @@ module Svix
|
|
33
37
|
# @param [String] The enum value in the form of the string
|
34
38
|
# @return [String] The enum value
|
35
39
|
def build_from_hash(value)
|
36
|
-
|
37
|
-
raise "Invalid ENUM value #{value} for class #StatusCodeClass"
|
38
|
-
value
|
40
|
+
return value if StatusCodeClass.all_vars.include?(value)
|
41
|
+
raise "Invalid ENUM value #{value} for class #StatusCodeClass"
|
39
42
|
end
|
40
43
|
end
|
41
44
|
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,6 +63,8 @@ module Svix
|
|
63
63
|
|
64
64
|
if attributes.key?(:'description')
|
65
65
|
self.description = attributes[:'description']
|
66
|
+
else
|
67
|
+
self.description = nil
|
66
68
|
end
|
67
69
|
|
68
70
|
if attributes.key?(:'uid')
|
@@ -73,6 +75,7 @@ module Svix
|
|
73
75
|
# Show invalid properties with the reasons. Usually used together with valid?
|
74
76
|
# @return Array for valid properties with the reasons
|
75
77
|
def list_invalid_properties
|
78
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
76
79
|
invalid_properties = Array.new
|
77
80
|
if @description.nil?
|
78
81
|
invalid_properties.push('invalid value for "description", description cannot be nil.')
|
@@ -101,6 +104,7 @@ module Svix
|
|
101
104
|
# Check to see if the all the properties in the model are valid
|
102
105
|
# @return true if the model is valid
|
103
106
|
def valid?
|
107
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
104
108
|
return false if @description.nil?
|
105
109
|
return false if @description.to_s.length < 1
|
106
110
|
return false if !@uid.nil? && @uid.to_s.length > 60
|
@@ -126,16 +130,20 @@ module Svix
|
|
126
130
|
# Custom attribute writer method with validation
|
127
131
|
# @param [Object] uid Value to be assigned
|
128
132
|
def uid=(uid)
|
129
|
-
if
|
133
|
+
if uid.nil?
|
134
|
+
fail ArgumentError, 'uid cannot be nil'
|
135
|
+
end
|
136
|
+
|
137
|
+
if uid.to_s.length > 60
|
130
138
|
fail ArgumentError, 'invalid value for "uid", the character length must be smaller than or equal to 60.'
|
131
139
|
end
|
132
140
|
|
133
|
-
if
|
141
|
+
if uid.to_s.length < 1
|
134
142
|
fail ArgumentError, 'invalid value for "uid", the character length must be great than or equal to 1.'
|
135
143
|
end
|
136
144
|
|
137
145
|
pattern = Regexp.new(/^(?!strm_)[a-zA-Z0-9_-]+$/)
|
138
|
-
if
|
146
|
+
if uid !~ pattern
|
139
147
|
fail ArgumentError, "invalid value for \"uid\", must conform to the pattern #{pattern}."
|
140
148
|
end
|
141
149
|
|
@@ -167,36 +175,30 @@ module Svix
|
|
167
175
|
# @param [Hash] attributes Model attributes in the form of hash
|
168
176
|
# @return [Object] Returns the model itself
|
169
177
|
def self.build_from_hash(attributes)
|
170
|
-
new.build_from_hash(attributes)
|
171
|
-
end
|
172
|
-
|
173
|
-
# Builds the object from hash
|
174
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
175
|
-
# @return [Object] Returns the model itself
|
176
|
-
def build_from_hash(attributes)
|
177
178
|
return nil unless attributes.is_a?(Hash)
|
178
|
-
|
179
|
-
|
180
|
-
|
179
|
+
attributes = attributes.transform_keys(&:to_sym)
|
180
|
+
transformed_hash = {}
|
181
|
+
openapi_types.each_pair do |key, type|
|
182
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
183
|
+
transformed_hash["#{key}"] = nil
|
181
184
|
elsif type =~ /\AArray<(.*)>/i
|
182
185
|
# check to ensure the input is an array given that the attribute
|
183
186
|
# is documented as an array but the input is not
|
184
|
-
if attributes[
|
185
|
-
|
187
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
188
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
186
189
|
end
|
187
|
-
elsif !attributes[
|
188
|
-
|
190
|
+
elsif !attributes[attribute_map[key]].nil?
|
191
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
189
192
|
end
|
190
193
|
end
|
191
|
-
|
192
|
-
self
|
194
|
+
new(transformed_hash)
|
193
195
|
end
|
194
196
|
|
195
197
|
# Deserializes the data based on type
|
196
198
|
# @param string type Data type
|
197
199
|
# @param string value Value to be deserialized
|
198
200
|
# @return [Object] Deserialized data
|
199
|
-
def _deserialize(type, value)
|
201
|
+
def self._deserialize(type, value)
|
200
202
|
case type.to_sym
|
201
203
|
when :Time
|
202
204
|
Time.parse(value)
|
@@ -231,7 +233,7 @@ module Svix
|
|
231
233
|
else # model
|
232
234
|
# models (e.g. Pet) or oneOf
|
233
235
|
klass = Svix.const_get(type)
|
234
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
236
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
235
237
|
end
|
236
238
|
end
|
237
239
|
|
@@ -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
|
|
@@ -76,6 +76,8 @@ module Svix
|
|
76
76
|
|
77
77
|
if attributes.key?(:'created_at')
|
78
78
|
self.created_at = attributes[:'created_at']
|
79
|
+
else
|
80
|
+
self.created_at = nil
|
79
81
|
end
|
80
82
|
|
81
83
|
if attributes.key?(:'description')
|
@@ -84,6 +86,8 @@ module Svix
|
|
84
86
|
|
85
87
|
if attributes.key?(:'id')
|
86
88
|
self.id = attributes[:'id']
|
89
|
+
else
|
90
|
+
self.id = nil
|
87
91
|
end
|
88
92
|
|
89
93
|
if attributes.key?(:'uid')
|
@@ -92,12 +96,15 @@ module Svix
|
|
92
96
|
|
93
97
|
if attributes.key?(:'updated_at')
|
94
98
|
self.updated_at = attributes[:'updated_at']
|
99
|
+
else
|
100
|
+
self.updated_at = nil
|
95
101
|
end
|
96
102
|
end
|
97
103
|
|
98
104
|
# Show invalid properties with the reasons. Usually used together with valid?
|
99
105
|
# @return Array for valid properties with the reasons
|
100
106
|
def list_invalid_properties
|
107
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
101
108
|
invalid_properties = Array.new
|
102
109
|
if @created_at.nil?
|
103
110
|
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
@@ -130,6 +137,7 @@ module Svix
|
|
130
137
|
# Check to see if the all the properties in the model are valid
|
131
138
|
# @return true if the model is valid
|
132
139
|
def valid?
|
140
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
133
141
|
return false if @created_at.nil?
|
134
142
|
return false if @id.nil?
|
135
143
|
return false if !@uid.nil? && @uid.to_s.length > 60
|
@@ -142,16 +150,20 @@ module Svix
|
|
142
150
|
# Custom attribute writer method with validation
|
143
151
|
# @param [Object] uid Value to be assigned
|
144
152
|
def uid=(uid)
|
145
|
-
if
|
153
|
+
if uid.nil?
|
154
|
+
fail ArgumentError, 'uid cannot be nil'
|
155
|
+
end
|
156
|
+
|
157
|
+
if uid.to_s.length > 60
|
146
158
|
fail ArgumentError, 'invalid value for "uid", the character length must be smaller than or equal to 60.'
|
147
159
|
end
|
148
160
|
|
149
|
-
if
|
161
|
+
if uid.to_s.length < 1
|
150
162
|
fail ArgumentError, 'invalid value for "uid", the character length must be great than or equal to 1.'
|
151
163
|
end
|
152
164
|
|
153
165
|
pattern = Regexp.new(/^(?!strm_)[a-zA-Z0-9_-]+$/)
|
154
|
-
if
|
166
|
+
if uid !~ pattern
|
155
167
|
fail ArgumentError, "invalid value for \"uid\", must conform to the pattern #{pattern}."
|
156
168
|
end
|
157
169
|
|
@@ -186,36 +198,30 @@ module Svix
|
|
186
198
|
# @param [Hash] attributes Model attributes in the form of hash
|
187
199
|
# @return [Object] Returns the model itself
|
188
200
|
def self.build_from_hash(attributes)
|
189
|
-
new.build_from_hash(attributes)
|
190
|
-
end
|
191
|
-
|
192
|
-
# Builds the object from hash
|
193
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
194
|
-
# @return [Object] Returns the model itself
|
195
|
-
def build_from_hash(attributes)
|
196
201
|
return nil unless attributes.is_a?(Hash)
|
197
|
-
|
198
|
-
|
199
|
-
|
202
|
+
attributes = attributes.transform_keys(&:to_sym)
|
203
|
+
transformed_hash = {}
|
204
|
+
openapi_types.each_pair do |key, type|
|
205
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
206
|
+
transformed_hash["#{key}"] = nil
|
200
207
|
elsif type =~ /\AArray<(.*)>/i
|
201
208
|
# check to ensure the input is an array given that the attribute
|
202
209
|
# is documented as an array but the input is not
|
203
|
-
if attributes[
|
204
|
-
|
210
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
211
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
205
212
|
end
|
206
|
-
elsif !attributes[
|
207
|
-
|
213
|
+
elsif !attributes[attribute_map[key]].nil?
|
214
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
208
215
|
end
|
209
216
|
end
|
210
|
-
|
211
|
-
self
|
217
|
+
new(transformed_hash)
|
212
218
|
end
|
213
219
|
|
214
220
|
# Deserializes the data based on type
|
215
221
|
# @param string type Data type
|
216
222
|
# @param string value Value to be deserialized
|
217
223
|
# @return [Object] Deserialized data
|
218
|
-
def _deserialize(type, value)
|
224
|
+
def self._deserialize(type, value)
|
219
225
|
case type.to_sym
|
220
226
|
when :Time
|
221
227
|
Time.parse(value)
|
@@ -250,7 +256,7 @@ module Svix
|
|
250
256
|
else # model
|
251
257
|
# models (e.g. Pet) or oneOf
|
252
258
|
klass = Svix.const_get(type)
|
253
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
259
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
254
260
|
end
|
255
261
|
end
|
256
262
|
|
@@ -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
|
|
@@ -73,6 +73,7 @@ module Svix
|
|
73
73
|
# Show invalid properties with the reasons. Usually used together with valid?
|
74
74
|
# @return Array for valid properties with the reasons
|
75
75
|
def list_invalid_properties
|
76
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
76
77
|
invalid_properties = Array.new
|
77
78
|
if !@uid.nil? && @uid.to_s.length > 60
|
78
79
|
invalid_properties.push('invalid value for "uid", the character length must be smaller than or equal to 60.')
|
@@ -93,6 +94,7 @@ module Svix
|
|
93
94
|
# Check to see if the all the properties in the model are valid
|
94
95
|
# @return true if the model is valid
|
95
96
|
def valid?
|
97
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
96
98
|
return false if !@uid.nil? && @uid.to_s.length > 60
|
97
99
|
return false if !@uid.nil? && @uid.to_s.length < 1
|
98
100
|
return false if !@uid.nil? && @uid !~ Regexp.new(/^(?!strm_)[a-zA-Z0-9_-]+$/)
|
@@ -102,16 +104,20 @@ module Svix
|
|
102
104
|
# Custom attribute writer method with validation
|
103
105
|
# @param [Object] uid Value to be assigned
|
104
106
|
def uid=(uid)
|
105
|
-
if
|
107
|
+
if uid.nil?
|
108
|
+
fail ArgumentError, 'uid cannot be nil'
|
109
|
+
end
|
110
|
+
|
111
|
+
if uid.to_s.length > 60
|
106
112
|
fail ArgumentError, 'invalid value for "uid", the character length must be smaller than or equal to 60.'
|
107
113
|
end
|
108
114
|
|
109
|
-
if
|
115
|
+
if uid.to_s.length < 1
|
110
116
|
fail ArgumentError, 'invalid value for "uid", the character length must be great than or equal to 1.'
|
111
117
|
end
|
112
118
|
|
113
119
|
pattern = Regexp.new(/^(?!strm_)[a-zA-Z0-9_-]+$/)
|
114
|
-
if
|
120
|
+
if uid !~ pattern
|
115
121
|
fail ArgumentError, "invalid value for \"uid\", must conform to the pattern #{pattern}."
|
116
122
|
end
|
117
123
|
|
@@ -143,36 +149,30 @@ module Svix
|
|
143
149
|
# @param [Hash] attributes Model attributes in the form of hash
|
144
150
|
# @return [Object] Returns the model itself
|
145
151
|
def self.build_from_hash(attributes)
|
146
|
-
new.build_from_hash(attributes)
|
147
|
-
end
|
148
|
-
|
149
|
-
# Builds the object from hash
|
150
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
151
|
-
# @return [Object] Returns the model itself
|
152
|
-
def build_from_hash(attributes)
|
153
152
|
return nil unless attributes.is_a?(Hash)
|
154
|
-
|
155
|
-
|
156
|
-
|
153
|
+
attributes = attributes.transform_keys(&:to_sym)
|
154
|
+
transformed_hash = {}
|
155
|
+
openapi_types.each_pair do |key, type|
|
156
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
157
|
+
transformed_hash["#{key}"] = nil
|
157
158
|
elsif type =~ /\AArray<(.*)>/i
|
158
159
|
# check to ensure the input is an array given that the attribute
|
159
160
|
# is documented as an array but the input is not
|
160
|
-
if attributes[
|
161
|
-
|
161
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
162
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
162
163
|
end
|
163
|
-
elsif !attributes[
|
164
|
-
|
164
|
+
elsif !attributes[attribute_map[key]].nil?
|
165
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
165
166
|
end
|
166
167
|
end
|
167
|
-
|
168
|
-
self
|
168
|
+
new(transformed_hash)
|
169
169
|
end
|
170
170
|
|
171
171
|
# Deserializes the data based on type
|
172
172
|
# @param string type Data type
|
173
173
|
# @param string value Value to be deserialized
|
174
174
|
# @return [Object] Deserialized data
|
175
|
-
def _deserialize(type, value)
|
175
|
+
def self._deserialize(type, value)
|
176
176
|
case type.to_sym
|
177
177
|
when :Time
|
178
178
|
Time.parse(value)
|
@@ -207,7 +207,7 @@ module Svix
|
|
207
207
|
else # model
|
208
208
|
# models (e.g. Pet) or oneOf
|
209
209
|
klass = Svix.const_get(type)
|
210
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
210
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
211
211
|
end
|
212
212
|
end
|
213
213
|
|
@@ -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
|
|
@@ -25,7 +25,8 @@ module Svix
|
|
25
25
|
:'StreamSinkInOneOf3',
|
26
26
|
:'StreamSinkInOneOf4',
|
27
27
|
:'StreamSinkInOneOf5',
|
28
|
-
:'StreamSinkInOneOf6'
|
28
|
+
:'StreamSinkInOneOf6',
|
29
|
+
:'StreamSinkInOneOf7'
|
29
30
|
]
|
30
31
|
end
|
31
32
|
|
@@ -38,7 +39,7 @@ module Svix
|
|
38
39
|
# - We do not attempt to check whether exactly one item matches.
|
39
40
|
# - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
|
40
41
|
# due to the way the deserialization is made in the base_object template (it just casts without verifying).
|
41
|
-
# - TODO: scalar values are
|
42
|
+
# - TODO: scalar values are de facto behaving as if they were nullable.
|
42
43
|
# - TODO: logging when debugging is set.
|
43
44
|
openapi_one_of.each do |klass|
|
44
45
|
begin
|
@@ -93,9 +94,9 @@ module Svix
|
|
93
94
|
return model if model
|
94
95
|
else
|
95
96
|
# raise if data contains keys that are not known to the model
|
96
|
-
raise
|
97
|
+
raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
97
98
|
model = const.build_from_hash(data)
|
98
|
-
return model if model
|
99
|
+
return model if model
|
99
100
|
end
|
100
101
|
end
|
101
102
|
end
|