svix 1.37.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +8 -1
- data/lib/svix/api/application_api.rb +23 -14
- data/lib/svix/api/authentication_api.rb +23 -11
- data/lib/svix/api/background_tasks_api.rb +3 -3
- data/lib/svix/api/broadcast_api.rb +6 -3
- data/lib/svix/api/endpoint_api.rb +86 -44
- data/lib/svix/api/environment_api.rb +8 -5
- data/lib/svix/api/environment_settings_api.rb +2 -2
- data/lib/svix/api/event_type_api.rb +39 -21
- data/lib/svix/api/events_api.rb +2 -2
- data/lib/svix/api/health_api.rb +2 -2
- data/lib/svix/api/inbound_api.rb +7 -4
- data/lib/svix/api/integration_api.rb +16 -10
- data/lib/svix/api/message_api.rb +21 -15
- data/lib/svix/api/message_attempt_api.rb +25 -25
- data/lib/svix/api/sink_api.rb +7 -4
- data/lib/svix/api/statistics_api.rb +9 -6
- data/lib/svix/api/stream_api.rb +19 -10
- data/lib/svix/api/transformation_template_api.rb +49 -22
- data/lib/svix/api/webhook_endpoint_api.rb +572 -0
- data/lib/svix/api_client.rb +45 -28
- data/lib/svix/api_error.rb +2 -1
- data/lib/svix/configuration.rb +42 -12
- data/lib/svix/models/aggregate_event_types_out.rb +43 -19
- data/lib/svix/models/app_portal_access_in.rb +19 -19
- data/lib/svix/models/app_portal_access_out.rb +19 -19
- data/lib/svix/models/app_usage_stats_in.rb +19 -19
- data/lib/svix/models/app_usage_stats_out.rb +43 -19
- data/lib/svix/models/application_in.rb +17 -19
- data/lib/svix/models/application_out.rb +25 -19
- data/lib/svix/models/application_patch.rb +15 -19
- data/lib/svix/models/application_stats.rb +19 -19
- data/lib/svix/models/application_token_expire_in.rb +15 -19
- data/lib/svix/models/attempt_statistics_data.rb +15 -19
- data/lib/svix/models/attempt_statistics_response.rb +45 -19
- data/lib/svix/models/auth_token_out.rb +21 -19
- data/lib/svix/models/azure_blob_storage_config.rb +21 -19
- data/lib/svix/models/background_task_out.rb +45 -19
- data/lib/svix/models/background_task_status.rb +7 -4
- data/lib/svix/models/background_task_type.rb +7 -4
- data/lib/svix/models/big_query_config.rb +271 -0
- data/lib/svix/models/border_radius_config.rb +37 -19
- data/lib/svix/models/border_radius_enum.rb +7 -4
- data/lib/svix/models/client_secret_jwt_params_in.rb +41 -19
- data/lib/svix/models/completion_choice.rb +21 -19
- data/lib/svix/models/completion_message.rb +19 -19
- data/lib/svix/models/create_message_token_in.rb +17 -19
- data/lib/svix/models/create_stream_in.rb +30 -23
- data/lib/svix/models/custom_color_palette.rb +15 -19
- data/lib/svix/models/custom_strings_override.rb +15 -19
- data/lib/svix/models/custom_theme_override.rb +15 -19
- data/lib/svix/models/dashboard_access_out.rb +19 -19
- data/lib/svix/models/duration.rb +19 -19
- data/lib/svix/models/endpoint_created_event.rb +17 -19
- data/lib/svix/models/endpoint_created_event_data.rb +19 -19
- data/lib/svix/models/endpoint_deleted_event.rb +17 -19
- data/lib/svix/models/endpoint_deleted_event_data.rb +19 -19
- data/lib/svix/models/endpoint_disabled_event.rb +17 -19
- data/lib/svix/models/endpoint_disabled_event_data.rb +21 -19
- data/lib/svix/models/endpoint_headers_in.rb +17 -19
- data/lib/svix/models/endpoint_headers_out.rb +19 -19
- data/lib/svix/models/endpoint_headers_patch_in.rb +17 -19
- data/lib/svix/models/endpoint_in.rb +17 -19
- data/lib/svix/models/endpoint_message_out.rb +47 -19
- data/lib/svix/models/endpoint_mtls_config_in.rb +17 -19
- data/lib/svix/models/endpoint_oauth_config_in.rb +45 -19
- data/lib/svix/models/endpoint_out.rb +29 -19
- data/lib/svix/models/endpoint_patch.rb +20 -20
- data/lib/svix/models/endpoint_secret_out.rb +17 -19
- data/lib/svix/models/endpoint_secret_rotate_in.rb +15 -21
- data/lib/svix/models/endpoint_stats.rb +23 -19
- data/lib/svix/models/endpoint_transformation_in.rb +15 -19
- data/lib/svix/models/endpoint_transformation_out.rb +15 -19
- data/lib/svix/models/endpoint_transformation_simulate_in.rb +21 -19
- data/lib/svix/models/endpoint_transformation_simulate_out.rb +41 -19
- data/lib/svix/models/endpoint_update.rb +17 -19
- data/lib/svix/models/endpoint_updated_event.rb +17 -19
- data/lib/svix/models/endpoint_updated_event_data.rb +19 -19
- data/lib/svix/models/environment_in.rb +19 -19
- data/lib/svix/models/environment_out.rb +21 -19
- data/lib/svix/models/environment_settings_out.rb +15 -19
- data/lib/svix/models/event_example_in.rb +17 -19
- data/lib/svix/models/event_in.rb +17 -19
- data/lib/svix/models/event_out.rb +19 -19
- data/lib/svix/models/event_stream_out.rb +21 -19
- data/lib/svix/models/event_type_example_out.rb +17 -19
- data/lib/svix/models/event_type_from_open_api.rb +95 -20
- data/lib/svix/models/event_type_import_open_api_in.rb +15 -19
- data/lib/svix/models/event_type_import_open_api_out.rb +17 -19
- data/lib/svix/models/event_type_import_open_api_out_data.rb +17 -19
- data/lib/svix/models/event_type_in.rb +19 -19
- data/lib/svix/models/event_type_out.rb +25 -19
- data/lib/svix/models/event_type_patch.rb +15 -19
- data/lib/svix/models/event_type_schema_in.rb +17 -19
- data/lib/svix/models/event_type_update.rb +17 -19
- data/lib/svix/models/export_event_type_out.rb +43 -19
- data/lib/svix/models/font_size_config.rb +15 -19
- data/lib/svix/models/generate_in.rb +17 -19
- data/lib/svix/models/generate_out.rb +25 -19
- data/lib/svix/models/google_cloud_storage_config.rb +19 -19
- data/lib/svix/models/http_error_out.rb +19 -19
- data/lib/svix/models/http_validation_error.rb +17 -19
- data/lib/svix/models/hubspot_oauth_config_in.rb +17 -19
- data/lib/svix/models/inbound_path_params.rb +19 -19
- data/lib/svix/models/incoming_webhook_payload_out.rb +15 -19
- data/lib/svix/models/integration_in.rb +17 -19
- data/lib/svix/models/integration_key_out.rb +17 -19
- data/lib/svix/models/integration_out.rb +23 -19
- data/lib/svix/models/integration_update.rb +17 -19
- data/lib/svix/models/kafka_security_protocol_type.rb +7 -4
- data/lib/svix/models/list_response_application_out.rb +19 -19
- data/lib/svix/models/list_response_application_stats.rb +19 -19
- data/lib/svix/models/list_response_background_task_out.rb +19 -19
- data/lib/svix/models/list_response_endpoint_message_out.rb +19 -19
- data/lib/svix/models/list_response_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_event_type_out.rb +19 -19
- data/lib/svix/models/list_response_integration_out.rb +19 -19
- data/lib/svix/models/list_response_message_attempt_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_message_attempt_out.rb +19 -19
- data/lib/svix/models/list_response_message_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_message_out.rb +19 -19
- data/lib/svix/models/list_response_operational_webhook_endpoint_out.rb +259 -0
- data/lib/svix/models/list_response_sink_out.rb +19 -19
- data/lib/svix/models/list_response_stream_out.rb +19 -19
- data/lib/svix/models/list_response_stream_sink_out.rb +19 -19
- data/lib/svix/models/list_response_template_out.rb +19 -19
- data/lib/svix/models/message_attempt_endpoint_out.rb +57 -19
- data/lib/svix/models/message_attempt_exhausted_event.rb +17 -19
- data/lib/svix/models/message_attempt_exhausted_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_failed_data.rb +21 -19
- data/lib/svix/models/message_attempt_failing_event.rb +17 -19
- data/lib/svix/models/message_attempt_failing_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_headers_out.rb +19 -19
- data/lib/svix/models/message_attempt_out.rb +57 -19
- data/lib/svix/models/message_attempt_recovered_event.rb +17 -19
- data/lib/svix/models/message_attempt_recovered_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_trigger_type.rb +7 -4
- data/lib/svix/models/message_broadcast_in.rb +19 -19
- data/lib/svix/models/message_broadcast_out.rb +43 -19
- data/lib/svix/models/message_endpoint_out.rb +51 -19
- data/lib/svix/models/message_events_out.rb +21 -19
- data/lib/svix/models/message_in.rb +19 -19
- data/lib/svix/models/message_out.rb +23 -19
- data/lib/svix/models/message_raw_payload_out.rb +17 -19
- data/lib/svix/models/message_status.rb +7 -4
- data/lib/svix/models/message_subscriber_auth_token_out.rb +19 -19
- data/lib/svix/models/o_auth_payload_in.rb +19 -19
- data/lib/svix/models/o_auth_payload_out.rb +15 -19
- data/lib/svix/models/oauth2_auth_method_in.rb +7 -4
- data/lib/svix/models/oauth2_grant_type_in.rb +7 -4
- data/lib/svix/models/oauth_jws_signing_algorithm.rb +7 -4
- data/lib/svix/models/one_time_token_in.rb +17 -19
- data/lib/svix/models/one_time_token_out.rb +17 -19
- data/lib/svix/models/operational_webhook_endpoint_in.rb +408 -0
- data/lib/svix/models/operational_webhook_endpoint_out.rb +442 -0
- data/lib/svix/models/operational_webhook_endpoint_secret_in.rb +233 -0
- data/lib/svix/models/operational_webhook_endpoint_secret_out.rb +243 -0
- data/lib/svix/models/operational_webhook_endpoint_update.rb +380 -0
- data/lib/svix/models/ordering.rb +7 -4
- data/lib/svix/models/recover_in.rb +17 -19
- data/lib/svix/models/recover_out.rb +43 -19
- data/lib/svix/models/redshift_config.rb +25 -19
- data/lib/svix/models/replay_in.rb +17 -19
- data/lib/svix/models/replay_out.rb +43 -19
- data/lib/svix/models/retry_schedule_in_out.rb +15 -19
- data/lib/svix/models/rotated_url_out.rb +17 -19
- data/lib/svix/models/s3_config.rb +23 -19
- data/lib/svix/models/settings_in.rb +15 -19
- data/lib/svix/models/settings_out.rb +15 -19
- data/lib/svix/models/sink_http_config.rb +17 -19
- data/lib/svix/models/sink_in.rb +4 -4
- data/lib/svix/models/sink_in_one_of.rb +21 -19
- data/lib/svix/models/sink_in_one_of1.rb +25 -19
- data/lib/svix/models/sink_in_one_of2.rb +23 -19
- data/lib/svix/models/sink_in_one_of3.rb +19 -19
- data/lib/svix/models/sink_otel_v1_config.rb +17 -19
- data/lib/svix/models/sink_out.rb +4 -4
- data/lib/svix/models/sink_payload_format.rb +7 -4
- data/lib/svix/models/sink_status.rb +7 -4
- data/lib/svix/models/sink_status_in.rb +7 -4
- data/lib/svix/models/sink_transform_in.rb +15 -19
- data/lib/svix/models/sink_transformation_out.rb +15 -19
- data/lib/svix/models/snowflake_config.rb +21 -19
- data/lib/svix/models/statistics_period.rb +7 -4
- data/lib/svix/models/status_code_class.rb +7 -4
- data/lib/svix/models/stream_in.rb +24 -22
- data/lib/svix/models/stream_out.rb +28 -22
- data/lib/svix/models/stream_patch.rb +22 -22
- data/lib/svix/models/stream_sink_in.rb +6 -5
- data/lib/svix/models/stream_sink_in_one_of.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of1.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of2.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of3.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of4.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of5.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of6.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of7.rb +271 -0
- data/lib/svix/models/stream_sink_out.rb +6 -5
- data/lib/svix/models/stream_sink_patch.rb +6 -5
- data/lib/svix/models/template_in.rb +43 -21
- data/lib/svix/models/template_out.rb +57 -19
- data/lib/svix/models/template_patch.rb +43 -21
- data/lib/svix/models/template_update.rb +41 -19
- data/lib/svix/models/transformation_http_method.rb +7 -4
- data/lib/svix/models/transformation_simulate_in.rb +21 -19
- data/lib/svix/models/transformation_simulate_out.rb +41 -19
- data/lib/svix/models/transformation_template_kind.rb +7 -4
- data/lib/svix/models/validation_error.rb +21 -19
- data/lib/svix/operational_webhook_endpoint_api.rb +37 -0
- data/lib/svix/version.rb +1 -1
- data/svix.gemspec +12 -2
- metadata +40 -21
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -59,12 +59,15 @@ module Svix
|
|
59
59
|
|
60
60
|
if attributes.key?(:'prompt')
|
61
61
|
self.prompt = attributes[:'prompt']
|
62
|
+
else
|
63
|
+
self.prompt = 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 @prompt.nil?
|
70
73
|
invalid_properties.push('invalid value for "prompt", prompt 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 @prompt.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
|
|
@@ -77,28 +77,39 @@ module Svix
|
|
77
77
|
if (value = attributes[:'choices']).is_a?(Array)
|
78
78
|
self.choices = value
|
79
79
|
end
|
80
|
+
else
|
81
|
+
self.choices = nil
|
80
82
|
end
|
81
83
|
|
82
84
|
if attributes.key?(:'created')
|
83
85
|
self.created = attributes[:'created']
|
86
|
+
else
|
87
|
+
self.created = nil
|
84
88
|
end
|
85
89
|
|
86
90
|
if attributes.key?(:'id')
|
87
91
|
self.id = attributes[:'id']
|
92
|
+
else
|
93
|
+
self.id = nil
|
88
94
|
end
|
89
95
|
|
90
96
|
if attributes.key?(:'model')
|
91
97
|
self.model = attributes[:'model']
|
98
|
+
else
|
99
|
+
self.model = nil
|
92
100
|
end
|
93
101
|
|
94
102
|
if attributes.key?(:'object')
|
95
103
|
self.object = attributes[:'object']
|
104
|
+
else
|
105
|
+
self.object = nil
|
96
106
|
end
|
97
107
|
end
|
98
108
|
|
99
109
|
# Show invalid properties with the reasons. Usually used together with valid?
|
100
110
|
# @return Array for valid properties with the reasons
|
101
111
|
def list_invalid_properties
|
112
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
102
113
|
invalid_properties = Array.new
|
103
114
|
if @choices.nil?
|
104
115
|
invalid_properties.push('invalid value for "choices", choices cannot be nil.')
|
@@ -126,6 +137,7 @@ module Svix
|
|
126
137
|
# Check to see if the all the properties in the model are valid
|
127
138
|
# @return true if the model is valid
|
128
139
|
def valid?
|
140
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
129
141
|
return false if @choices.nil?
|
130
142
|
return false if @created.nil?
|
131
143
|
return false if @id.nil?
|
@@ -162,36 +174,30 @@ module Svix
|
|
162
174
|
# @param [Hash] attributes Model attributes in the form of hash
|
163
175
|
# @return [Object] Returns the model itself
|
164
176
|
def self.build_from_hash(attributes)
|
165
|
-
new.build_from_hash(attributes)
|
166
|
-
end
|
167
|
-
|
168
|
-
# Builds the object from hash
|
169
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
170
|
-
# @return [Object] Returns the model itself
|
171
|
-
def build_from_hash(attributes)
|
172
177
|
return nil unless attributes.is_a?(Hash)
|
173
|
-
|
174
|
-
|
175
|
-
|
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
|
176
183
|
elsif type =~ /\AArray<(.*)>/i
|
177
184
|
# check to ensure the input is an array given that the attribute
|
178
185
|
# is documented as an array but the input is not
|
179
|
-
if attributes[
|
180
|
-
|
186
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
187
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
181
188
|
end
|
182
|
-
elsif !attributes[
|
183
|
-
|
189
|
+
elsif !attributes[attribute_map[key]].nil?
|
190
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
184
191
|
end
|
185
192
|
end
|
186
|
-
|
187
|
-
self
|
193
|
+
new(transformed_hash)
|
188
194
|
end
|
189
195
|
|
190
196
|
# Deserializes the data based on type
|
191
197
|
# @param string type Data type
|
192
198
|
# @param string value Value to be deserialized
|
193
199
|
# @return [Object] Deserialized data
|
194
|
-
def _deserialize(type, value)
|
200
|
+
def self._deserialize(type, value)
|
195
201
|
case type.to_sym
|
196
202
|
when :Time
|
197
203
|
Time.parse(value)
|
@@ -226,7 +232,7 @@ module Svix
|
|
226
232
|
else # model
|
227
233
|
# models (e.g. Pet) or oneOf
|
228
234
|
klass = Svix.const_get(type)
|
229
|
-
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)
|
230
236
|
end
|
231
237
|
end
|
232
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
|
|
@@ -65,16 +65,21 @@ module Svix
|
|
65
65
|
|
66
66
|
if attributes.key?(:'bucket')
|
67
67
|
self.bucket = attributes[:'bucket']
|
68
|
+
else
|
69
|
+
self.bucket = nil
|
68
70
|
end
|
69
71
|
|
70
72
|
if attributes.key?(:'credentials')
|
71
73
|
self.credentials = attributes[:'credentials']
|
74
|
+
else
|
75
|
+
self.credentials = nil
|
72
76
|
end
|
73
77
|
end
|
74
78
|
|
75
79
|
# Show invalid properties with the reasons. Usually used together with valid?
|
76
80
|
# @return Array for valid properties with the reasons
|
77
81
|
def list_invalid_properties
|
82
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
78
83
|
invalid_properties = Array.new
|
79
84
|
if @bucket.nil?
|
80
85
|
invalid_properties.push('invalid value for "bucket", bucket cannot be nil.')
|
@@ -90,6 +95,7 @@ module Svix
|
|
90
95
|
# Check to see if the all the properties in the model are valid
|
91
96
|
# @return true if the model is valid
|
92
97
|
def valid?
|
98
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
93
99
|
return false if @bucket.nil?
|
94
100
|
return false if @credentials.nil?
|
95
101
|
true
|
@@ -120,36 +126,30 @@ module Svix
|
|
120
126
|
# @param [Hash] attributes Model attributes in the form of hash
|
121
127
|
# @return [Object] Returns the model itself
|
122
128
|
def self.build_from_hash(attributes)
|
123
|
-
new.build_from_hash(attributes)
|
124
|
-
end
|
125
|
-
|
126
|
-
# Builds the object from hash
|
127
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
128
|
-
# @return [Object] Returns the model itself
|
129
|
-
def build_from_hash(attributes)
|
130
129
|
return nil unless attributes.is_a?(Hash)
|
131
|
-
|
132
|
-
|
133
|
-
|
130
|
+
attributes = attributes.transform_keys(&:to_sym)
|
131
|
+
transformed_hash = {}
|
132
|
+
openapi_types.each_pair do |key, type|
|
133
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
134
|
+
transformed_hash["#{key}"] = nil
|
134
135
|
elsif type =~ /\AArray<(.*)>/i
|
135
136
|
# check to ensure the input is an array given that the attribute
|
136
137
|
# is documented as an array but the input is not
|
137
|
-
if attributes[
|
138
|
-
|
138
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
139
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
139
140
|
end
|
140
|
-
elsif !attributes[
|
141
|
-
|
141
|
+
elsif !attributes[attribute_map[key]].nil?
|
142
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
142
143
|
end
|
143
144
|
end
|
144
|
-
|
145
|
-
self
|
145
|
+
new(transformed_hash)
|
146
146
|
end
|
147
147
|
|
148
148
|
# Deserializes the data based on type
|
149
149
|
# @param string type Data type
|
150
150
|
# @param string value Value to be deserialized
|
151
151
|
# @return [Object] Deserialized data
|
152
|
-
def _deserialize(type, value)
|
152
|
+
def self._deserialize(type, value)
|
153
153
|
case type.to_sym
|
154
154
|
when :Time
|
155
155
|
Time.parse(value)
|
@@ -184,7 +184,7 @@ module Svix
|
|
184
184
|
else # model
|
185
185
|
# models (e.g. Pet) or oneOf
|
186
186
|
klass = Svix.const_get(type)
|
187
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
187
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
188
188
|
end
|
189
189
|
end
|
190
190
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -63,16 +63,21 @@ module Svix
|
|
63
63
|
|
64
64
|
if attributes.key?(:'code')
|
65
65
|
self.code = attributes[:'code']
|
66
|
+
else
|
67
|
+
self.code = nil
|
66
68
|
end
|
67
69
|
|
68
70
|
if attributes.key?(:'detail')
|
69
71
|
self.detail = attributes[:'detail']
|
72
|
+
else
|
73
|
+
self.detail = nil
|
70
74
|
end
|
71
75
|
end
|
72
76
|
|
73
77
|
# Show invalid properties with the reasons. Usually used together with valid?
|
74
78
|
# @return Array for valid properties with the reasons
|
75
79
|
def list_invalid_properties
|
80
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
76
81
|
invalid_properties = Array.new
|
77
82
|
if @code.nil?
|
78
83
|
invalid_properties.push('invalid value for "code", code cannot be nil.')
|
@@ -88,6 +93,7 @@ module Svix
|
|
88
93
|
# Check to see if the all the properties in the model are valid
|
89
94
|
# @return true if the model is valid
|
90
95
|
def valid?
|
96
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
91
97
|
return false if @code.nil?
|
92
98
|
return false if @detail.nil?
|
93
99
|
true
|
@@ -118,36 +124,30 @@ module Svix
|
|
118
124
|
# @param [Hash] attributes Model attributes in the form of hash
|
119
125
|
# @return [Object] Returns the model itself
|
120
126
|
def self.build_from_hash(attributes)
|
121
|
-
new.build_from_hash(attributes)
|
122
|
-
end
|
123
|
-
|
124
|
-
# Builds the object from hash
|
125
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
126
|
-
# @return [Object] Returns the model itself
|
127
|
-
def build_from_hash(attributes)
|
128
127
|
return nil unless attributes.is_a?(Hash)
|
129
|
-
|
130
|
-
|
131
|
-
|
128
|
+
attributes = attributes.transform_keys(&:to_sym)
|
129
|
+
transformed_hash = {}
|
130
|
+
openapi_types.each_pair do |key, type|
|
131
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
132
|
+
transformed_hash["#{key}"] = nil
|
132
133
|
elsif type =~ /\AArray<(.*)>/i
|
133
134
|
# check to ensure the input is an array given that the attribute
|
134
135
|
# is documented as an array but the input is not
|
135
|
-
if attributes[
|
136
|
-
|
136
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
137
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
137
138
|
end
|
138
|
-
elsif !attributes[
|
139
|
-
|
139
|
+
elsif !attributes[attribute_map[key]].nil?
|
140
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
140
141
|
end
|
141
142
|
end
|
142
|
-
|
143
|
-
self
|
143
|
+
new(transformed_hash)
|
144
144
|
end
|
145
145
|
|
146
146
|
# Deserializes the data based on type
|
147
147
|
# @param string type Data type
|
148
148
|
# @param string value Value to be deserialized
|
149
149
|
# @return [Object] Deserialized data
|
150
|
-
def _deserialize(type, value)
|
150
|
+
def self._deserialize(type, value)
|
151
151
|
case type.to_sym
|
152
152
|
when :Time
|
153
153
|
Time.parse(value)
|
@@ -182,7 +182,7 @@ module Svix
|
|
182
182
|
else # model
|
183
183
|
# models (e.g. Pet) or oneOf
|
184
184
|
klass = Svix.const_get(type)
|
185
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
185
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
186
186
|
end
|
187
187
|
end
|
188
188
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -61,12 +61,15 @@ module Svix
|
|
61
61
|
if (value = attributes[:'detail']).is_a?(Array)
|
62
62
|
self.detail = value
|
63
63
|
end
|
64
|
+
else
|
65
|
+
self.detail = nil
|
64
66
|
end
|
65
67
|
end
|
66
68
|
|
67
69
|
# Show invalid properties with the reasons. Usually used together with valid?
|
68
70
|
# @return Array for valid properties with the reasons
|
69
71
|
def list_invalid_properties
|
72
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
70
73
|
invalid_properties = Array.new
|
71
74
|
if @detail.nil?
|
72
75
|
invalid_properties.push('invalid value for "detail", detail cannot be nil.')
|
@@ -78,6 +81,7 @@ module Svix
|
|
78
81
|
# Check to see if the all the properties in the model are valid
|
79
82
|
# @return true if the model is valid
|
80
83
|
def valid?
|
84
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
81
85
|
return false if @detail.nil?
|
82
86
|
true
|
83
87
|
end
|
@@ -106,36 +110,30 @@ module Svix
|
|
106
110
|
# @param [Hash] attributes Model attributes in the form of hash
|
107
111
|
# @return [Object] Returns the model itself
|
108
112
|
def self.build_from_hash(attributes)
|
109
|
-
new.build_from_hash(attributes)
|
110
|
-
end
|
111
|
-
|
112
|
-
# Builds the object from hash
|
113
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
114
|
-
# @return [Object] Returns the model itself
|
115
|
-
def build_from_hash(attributes)
|
116
113
|
return nil unless attributes.is_a?(Hash)
|
117
|
-
|
118
|
-
|
119
|
-
|
114
|
+
attributes = attributes.transform_keys(&:to_sym)
|
115
|
+
transformed_hash = {}
|
116
|
+
openapi_types.each_pair do |key, type|
|
117
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
118
|
+
transformed_hash["#{key}"] = nil
|
120
119
|
elsif type =~ /\AArray<(.*)>/i
|
121
120
|
# check to ensure the input is an array given that the attribute
|
122
121
|
# is documented as an array but the input is not
|
123
|
-
if attributes[
|
124
|
-
|
122
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
123
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
125
124
|
end
|
126
|
-
elsif !attributes[
|
127
|
-
|
125
|
+
elsif !attributes[attribute_map[key]].nil?
|
126
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
128
127
|
end
|
129
128
|
end
|
130
|
-
|
131
|
-
self
|
129
|
+
new(transformed_hash)
|
132
130
|
end
|
133
131
|
|
134
132
|
# Deserializes the data based on type
|
135
133
|
# @param string type Data type
|
136
134
|
# @param string value Value to be deserialized
|
137
135
|
# @return [Object] Deserialized data
|
138
|
-
def _deserialize(type, value)
|
136
|
+
def self._deserialize(type, value)
|
139
137
|
case type.to_sym
|
140
138
|
when :Time
|
141
139
|
Time.parse(value)
|
@@ -170,7 +168,7 @@ module Svix
|
|
170
168
|
else # model
|
171
169
|
# models (e.g. Pet) or oneOf
|
172
170
|
klass = Svix.const_get(type)
|
173
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
171
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
174
172
|
end
|
175
173
|
end
|
176
174
|
|
@@ -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?(:'refresh_token')
|
61
61
|
self.refresh_token = attributes[:'refresh_token']
|
62
|
+
else
|
63
|
+
self.refresh_token = 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 @refresh_token.nil?
|
70
73
|
invalid_properties.push('invalid value for "refresh_token", refresh_token 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 @refresh_token.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
|
|
@@ -64,16 +64,21 @@ module Svix
|
|
64
64
|
|
65
65
|
if attributes.key?(:'app_id')
|
66
66
|
self.app_id = attributes[:'app_id']
|
67
|
+
else
|
68
|
+
self.app_id = nil
|
67
69
|
end
|
68
70
|
|
69
71
|
if attributes.key?(:'inbound_token')
|
70
72
|
self.inbound_token = attributes[:'inbound_token']
|
73
|
+
else
|
74
|
+
self.inbound_token = nil
|
71
75
|
end
|
72
76
|
end
|
73
77
|
|
74
78
|
# Show invalid properties with the reasons. Usually used together with valid?
|
75
79
|
# @return Array for valid properties with the reasons
|
76
80
|
def list_invalid_properties
|
81
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
77
82
|
invalid_properties = Array.new
|
78
83
|
if @app_id.nil?
|
79
84
|
invalid_properties.push('invalid value for "app_id", app_id cannot be nil.')
|
@@ -102,6 +107,7 @@ module Svix
|
|
102
107
|
# Check to see if the all the properties in the model are valid
|
103
108
|
# @return true if the model is valid
|
104
109
|
def valid?
|
110
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
105
111
|
return false if @app_id.nil?
|
106
112
|
return false if @app_id.to_s.length > 256
|
107
113
|
return false if @app_id.to_s.length < 1
|
@@ -158,36 +164,30 @@ module Svix
|
|
158
164
|
# @param [Hash] attributes Model attributes in the form of hash
|
159
165
|
# @return [Object] Returns the model itself
|
160
166
|
def self.build_from_hash(attributes)
|
161
|
-
new.build_from_hash(attributes)
|
162
|
-
end
|
163
|
-
|
164
|
-
# Builds the object from hash
|
165
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
166
|
-
# @return [Object] Returns the model itself
|
167
|
-
def build_from_hash(attributes)
|
168
167
|
return nil unless attributes.is_a?(Hash)
|
169
|
-
|
170
|
-
|
171
|
-
|
168
|
+
attributes = attributes.transform_keys(&:to_sym)
|
169
|
+
transformed_hash = {}
|
170
|
+
openapi_types.each_pair do |key, type|
|
171
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
172
|
+
transformed_hash["#{key}"] = nil
|
172
173
|
elsif type =~ /\AArray<(.*)>/i
|
173
174
|
# check to ensure the input is an array given that the attribute
|
174
175
|
# is documented as an array but the input is not
|
175
|
-
if attributes[
|
176
|
-
|
176
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
177
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
177
178
|
end
|
178
|
-
elsif !attributes[
|
179
|
-
|
179
|
+
elsif !attributes[attribute_map[key]].nil?
|
180
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
180
181
|
end
|
181
182
|
end
|
182
|
-
|
183
|
-
self
|
183
|
+
new(transformed_hash)
|
184
184
|
end
|
185
185
|
|
186
186
|
# Deserializes the data based on type
|
187
187
|
# @param string type Data type
|
188
188
|
# @param string value Value to be deserialized
|
189
189
|
# @return [Object] Deserialized data
|
190
|
-
def _deserialize(type, value)
|
190
|
+
def self._deserialize(type, value)
|
191
191
|
case type.to_sym
|
192
192
|
when :Time
|
193
193
|
Time.parse(value)
|
@@ -222,7 +222,7 @@ module Svix
|
|
222
222
|
else # model
|
223
223
|
# models (e.g. Pet) or oneOf
|
224
224
|
klass = Svix.const_get(type)
|
225
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
225
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
226
226
|
end
|
227
227
|
end
|
228
228
|
|