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
|
|
@@ -33,6 +33,28 @@ module Svix
|
|
33
33
|
|
34
34
|
attr_accessor :transformation
|
35
35
|
|
36
|
+
class EnumAttributeValidator
|
37
|
+
attr_reader :datatype
|
38
|
+
attr_reader :allowable_values
|
39
|
+
|
40
|
+
def initialize(datatype, allowable_values)
|
41
|
+
@allowable_values = allowable_values.map do |value|
|
42
|
+
case datatype.to_s
|
43
|
+
when /Integer/i
|
44
|
+
value.to_i
|
45
|
+
when /Float/i
|
46
|
+
value.to_f
|
47
|
+
else
|
48
|
+
value
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
def valid?(value)
|
54
|
+
!value || allowable_values.include?(value)
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
36
58
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
59
|
def self.attribute_map
|
38
60
|
{
|
@@ -134,6 +156,7 @@ module Svix
|
|
134
156
|
# Show invalid properties with the reasons. Usually used together with valid?
|
135
157
|
# @return Array for valid properties with the reasons
|
136
158
|
def list_invalid_properties
|
159
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
137
160
|
invalid_properties = Array.new
|
138
161
|
if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
139
162
|
invalid_properties.push('invalid value for "feature_flag", the character length must be smaller than or equal to 256.')
|
@@ -162,6 +185,7 @@ module Svix
|
|
162
185
|
# Check to see if the all the properties in the model are valid
|
163
186
|
# @return true if the model is valid
|
164
187
|
def valid?
|
188
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
165
189
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
166
190
|
return false if !@feature_flag.nil? && @feature_flag !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
167
191
|
return false if !@filter_types.nil? && @filter_types.length < 1
|
@@ -198,11 +222,15 @@ module Svix
|
|
198
222
|
# Custom attribute writer method with validation
|
199
223
|
# @param [Object] transformation Value to be assigned
|
200
224
|
def transformation=(transformation)
|
201
|
-
if
|
225
|
+
if transformation.nil?
|
226
|
+
fail ArgumentError, 'transformation cannot be nil'
|
227
|
+
end
|
228
|
+
|
229
|
+
if transformation.to_s.length > 51200
|
202
230
|
fail ArgumentError, 'invalid value for "transformation", the character length must be smaller than or equal to 51200.'
|
203
231
|
end
|
204
232
|
|
205
|
-
if
|
233
|
+
if transformation.to_s.length < 10
|
206
234
|
fail ArgumentError, 'invalid value for "transformation", the character length must be great than or equal to 10.'
|
207
235
|
end
|
208
236
|
|
@@ -241,36 +269,30 @@ module Svix
|
|
241
269
|
# @param [Hash] attributes Model attributes in the form of hash
|
242
270
|
# @return [Object] Returns the model itself
|
243
271
|
def self.build_from_hash(attributes)
|
244
|
-
new.build_from_hash(attributes)
|
245
|
-
end
|
246
|
-
|
247
|
-
# Builds the object from hash
|
248
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
249
|
-
# @return [Object] Returns the model itself
|
250
|
-
def build_from_hash(attributes)
|
251
272
|
return nil unless attributes.is_a?(Hash)
|
252
|
-
|
253
|
-
|
254
|
-
|
273
|
+
attributes = attributes.transform_keys(&:to_sym)
|
274
|
+
transformed_hash = {}
|
275
|
+
openapi_types.each_pair do |key, type|
|
276
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
277
|
+
transformed_hash["#{key}"] = nil
|
255
278
|
elsif type =~ /\AArray<(.*)>/i
|
256
279
|
# check to ensure the input is an array given that the attribute
|
257
280
|
# is documented as an array but the input is not
|
258
|
-
if attributes[
|
259
|
-
|
281
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
282
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
260
283
|
end
|
261
|
-
elsif !attributes[
|
262
|
-
|
284
|
+
elsif !attributes[attribute_map[key]].nil?
|
285
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
263
286
|
end
|
264
287
|
end
|
265
|
-
|
266
|
-
self
|
288
|
+
new(transformed_hash)
|
267
289
|
end
|
268
290
|
|
269
291
|
# Deserializes the data based on type
|
270
292
|
# @param string type Data type
|
271
293
|
# @param string value Value to be deserialized
|
272
294
|
# @return [Object] Deserialized data
|
273
|
-
def _deserialize(type, value)
|
295
|
+
def self._deserialize(type, value)
|
274
296
|
case type.to_sym
|
275
297
|
when :Time
|
276
298
|
Time.parse(value)
|
@@ -305,7 +327,7 @@ module Svix
|
|
305
327
|
else # model
|
306
328
|
# models (e.g. Pet) or oneOf
|
307
329
|
klass = Svix.const_get(type)
|
308
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
330
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
309
331
|
end
|
310
332
|
end
|
311
333
|
|
@@ -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
|
|
@@ -33,6 +33,28 @@ module Svix
|
|
33
33
|
|
34
34
|
attr_accessor :transformation
|
35
35
|
|
36
|
+
class EnumAttributeValidator
|
37
|
+
attr_reader :datatype
|
38
|
+
attr_reader :allowable_values
|
39
|
+
|
40
|
+
def initialize(datatype, allowable_values)
|
41
|
+
@allowable_values = allowable_values.map do |value|
|
42
|
+
case datatype.to_s
|
43
|
+
when /Integer/i
|
44
|
+
value.to_i
|
45
|
+
when /Float/i
|
46
|
+
value.to_f
|
47
|
+
else
|
48
|
+
value
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
def valid?(value)
|
54
|
+
!value || allowable_values.include?(value)
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
36
58
|
# Attribute mapping from ruby-style variable name to JSON key.
|
37
59
|
def self.attribute_map
|
38
60
|
{
|
@@ -124,6 +146,8 @@ module Svix
|
|
124
146
|
|
125
147
|
if attributes.key?(:'logo')
|
126
148
|
self.logo = attributes[:'logo']
|
149
|
+
else
|
150
|
+
self.logo = nil
|
127
151
|
end
|
128
152
|
|
129
153
|
if attributes.key?(:'name')
|
@@ -134,12 +158,15 @@ module Svix
|
|
134
158
|
|
135
159
|
if attributes.key?(:'transformation')
|
136
160
|
self.transformation = attributes[:'transformation']
|
161
|
+
else
|
162
|
+
self.transformation = nil
|
137
163
|
end
|
138
164
|
end
|
139
165
|
|
140
166
|
# Show invalid properties with the reasons. Usually used together with valid?
|
141
167
|
# @return Array for valid properties with the reasons
|
142
168
|
def list_invalid_properties
|
169
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
143
170
|
invalid_properties = Array.new
|
144
171
|
if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
145
172
|
invalid_properties.push('invalid value for "feature_flag", the character length must be smaller than or equal to 256.')
|
@@ -176,6 +203,7 @@ module Svix
|
|
176
203
|
# Check to see if the all the properties in the model are valid
|
177
204
|
# @return true if the model is valid
|
178
205
|
def valid?
|
206
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
179
207
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
180
208
|
return false if !@feature_flag.nil? && @feature_flag !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
181
209
|
return false if !@filter_types.nil? && @filter_types.length < 1
|
@@ -261,36 +289,30 @@ module Svix
|
|
261
289
|
# @param [Hash] attributes Model attributes in the form of hash
|
262
290
|
# @return [Object] Returns the model itself
|
263
291
|
def self.build_from_hash(attributes)
|
264
|
-
new.build_from_hash(attributes)
|
265
|
-
end
|
266
|
-
|
267
|
-
# Builds the object from hash
|
268
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
269
|
-
# @return [Object] Returns the model itself
|
270
|
-
def build_from_hash(attributes)
|
271
292
|
return nil unless attributes.is_a?(Hash)
|
272
|
-
|
273
|
-
|
274
|
-
|
293
|
+
attributes = attributes.transform_keys(&:to_sym)
|
294
|
+
transformed_hash = {}
|
295
|
+
openapi_types.each_pair do |key, type|
|
296
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
297
|
+
transformed_hash["#{key}"] = nil
|
275
298
|
elsif type =~ /\AArray<(.*)>/i
|
276
299
|
# check to ensure the input is an array given that the attribute
|
277
300
|
# is documented as an array but the input is not
|
278
|
-
if attributes[
|
279
|
-
|
301
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
302
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
280
303
|
end
|
281
|
-
elsif !attributes[
|
282
|
-
|
304
|
+
elsif !attributes[attribute_map[key]].nil?
|
305
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
283
306
|
end
|
284
307
|
end
|
285
|
-
|
286
|
-
self
|
308
|
+
new(transformed_hash)
|
287
309
|
end
|
288
310
|
|
289
311
|
# Deserializes the data based on type
|
290
312
|
# @param string type Data type
|
291
313
|
# @param string value Value to be deserialized
|
292
314
|
# @return [Object] Deserialized data
|
293
|
-
def _deserialize(type, value)
|
315
|
+
def self._deserialize(type, value)
|
294
316
|
case type.to_sym
|
295
317
|
when :Time
|
296
318
|
Time.parse(value)
|
@@ -325,7 +347,7 @@ module Svix
|
|
325
347
|
else # model
|
326
348
|
# models (e.g. Pet) or oneOf
|
327
349
|
klass = Svix.const_get(type)
|
328
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
350
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
329
351
|
end
|
330
352
|
end
|
331
353
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -18,6 +18,10 @@ module Svix
|
|
18
18
|
POST = "POST".freeze
|
19
19
|
PUT = "PUT".freeze
|
20
20
|
|
21
|
+
def self.all_vars
|
22
|
+
@all_vars ||= [POST, PUT].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 #TransformationHttpMethod"
|
34
|
-
value
|
36
|
+
return value if TransformationHttpMethod.all_vars.include?(value)
|
37
|
+
raise "Invalid ENUM value #{value} for class #TransformationHttpMethod"
|
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
|
|
@@ -79,20 +79,27 @@ module Svix
|
|
79
79
|
|
80
80
|
if attributes.key?(:'code')
|
81
81
|
self.code = attributes[:'code']
|
82
|
+
else
|
83
|
+
self.code = nil
|
82
84
|
end
|
83
85
|
|
84
86
|
if attributes.key?(:'event_type')
|
85
87
|
self.event_type = attributes[:'event_type']
|
88
|
+
else
|
89
|
+
self.event_type = nil
|
86
90
|
end
|
87
91
|
|
88
92
|
if attributes.key?(:'payload')
|
89
93
|
self.payload = attributes[:'payload']
|
94
|
+
else
|
95
|
+
self.payload = nil
|
90
96
|
end
|
91
97
|
end
|
92
98
|
|
93
99
|
# Show invalid properties with the reasons. Usually used together with valid?
|
94
100
|
# @return Array for valid properties with the reasons
|
95
101
|
def list_invalid_properties
|
102
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
96
103
|
invalid_properties = Array.new
|
97
104
|
if @code.nil?
|
98
105
|
invalid_properties.push('invalid value for "code", code cannot be nil.')
|
@@ -129,6 +136,7 @@ module Svix
|
|
129
136
|
# Check to see if the all the properties in the model are valid
|
130
137
|
# @return true if the model is valid
|
131
138
|
def valid?
|
139
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
132
140
|
return false if @code.nil?
|
133
141
|
return false if @code.to_s.length > 51200
|
134
142
|
return false if @code.to_s.length < 10
|
@@ -209,36 +217,30 @@ module Svix
|
|
209
217
|
# @param [Hash] attributes Model attributes in the form of hash
|
210
218
|
# @return [Object] Returns the model itself
|
211
219
|
def self.build_from_hash(attributes)
|
212
|
-
new.build_from_hash(attributes)
|
213
|
-
end
|
214
|
-
|
215
|
-
# Builds the object from hash
|
216
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
217
|
-
# @return [Object] Returns the model itself
|
218
|
-
def build_from_hash(attributes)
|
219
220
|
return nil unless attributes.is_a?(Hash)
|
220
|
-
|
221
|
-
|
222
|
-
|
221
|
+
attributes = attributes.transform_keys(&:to_sym)
|
222
|
+
transformed_hash = {}
|
223
|
+
openapi_types.each_pair do |key, type|
|
224
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
225
|
+
transformed_hash["#{key}"] = nil
|
223
226
|
elsif type =~ /\AArray<(.*)>/i
|
224
227
|
# check to ensure the input is an array given that the attribute
|
225
228
|
# is documented as an array but the input is not
|
226
|
-
if attributes[
|
227
|
-
|
229
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
230
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
228
231
|
end
|
229
|
-
elsif !attributes[
|
230
|
-
|
232
|
+
elsif !attributes[attribute_map[key]].nil?
|
233
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
231
234
|
end
|
232
235
|
end
|
233
|
-
|
234
|
-
self
|
236
|
+
new(transformed_hash)
|
235
237
|
end
|
236
238
|
|
237
239
|
# Deserializes the data based on type
|
238
240
|
# @param string type Data type
|
239
241
|
# @param string value Value to be deserialized
|
240
242
|
# @return [Object] Deserialized data
|
241
|
-
def _deserialize(type, value)
|
243
|
+
def self._deserialize(type, value)
|
242
244
|
case type.to_sym
|
243
245
|
when :Time
|
244
246
|
Time.parse(value)
|
@@ -273,7 +275,7 @@ module Svix
|
|
273
275
|
else # model
|
274
276
|
# models (e.g. Pet) or oneOf
|
275
277
|
klass = Svix.const_get(type)
|
276
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
278
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
277
279
|
end
|
278
280
|
end
|
279
281
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -21,6 +21,28 @@ module Svix
|
|
21
21
|
|
22
22
|
attr_accessor :url
|
23
23
|
|
24
|
+
class EnumAttributeValidator
|
25
|
+
attr_reader :datatype
|
26
|
+
attr_reader :allowable_values
|
27
|
+
|
28
|
+
def initialize(datatype, allowable_values)
|
29
|
+
@allowable_values = allowable_values.map do |value|
|
30
|
+
case datatype.to_s
|
31
|
+
when /Integer/i
|
32
|
+
value.to_i
|
33
|
+
when /Float/i
|
34
|
+
value.to_f
|
35
|
+
else
|
36
|
+
value
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
def valid?(value)
|
42
|
+
!value || allowable_values.include?(value)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
24
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
47
|
def self.attribute_map
|
26
48
|
{
|
@@ -71,16 +93,21 @@ module Svix
|
|
71
93
|
|
72
94
|
if attributes.key?(:'payload')
|
73
95
|
self.payload = attributes[:'payload']
|
96
|
+
else
|
97
|
+
self.payload = nil
|
74
98
|
end
|
75
99
|
|
76
100
|
if attributes.key?(:'url')
|
77
101
|
self.url = attributes[:'url']
|
102
|
+
else
|
103
|
+
self.url = nil
|
78
104
|
end
|
79
105
|
end
|
80
106
|
|
81
107
|
# Show invalid properties with the reasons. Usually used together with valid?
|
82
108
|
# @return Array for valid properties with the reasons
|
83
109
|
def list_invalid_properties
|
110
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
84
111
|
invalid_properties = Array.new
|
85
112
|
if @payload.nil?
|
86
113
|
invalid_properties.push('invalid value for "payload", payload cannot be nil.')
|
@@ -104,6 +131,7 @@ module Svix
|
|
104
131
|
# Check to see if the all the properties in the model are valid
|
105
132
|
# @return true if the model is valid
|
106
133
|
def valid?
|
134
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
107
135
|
return false if @payload.nil?
|
108
136
|
return false if @url.nil?
|
109
137
|
return false if @url.to_s.length > 65536
|
@@ -155,36 +183,30 @@ module Svix
|
|
155
183
|
# @param [Hash] attributes Model attributes in the form of hash
|
156
184
|
# @return [Object] Returns the model itself
|
157
185
|
def self.build_from_hash(attributes)
|
158
|
-
new.build_from_hash(attributes)
|
159
|
-
end
|
160
|
-
|
161
|
-
# Builds the object from hash
|
162
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
163
|
-
# @return [Object] Returns the model itself
|
164
|
-
def build_from_hash(attributes)
|
165
186
|
return nil unless attributes.is_a?(Hash)
|
166
|
-
|
167
|
-
|
168
|
-
|
187
|
+
attributes = attributes.transform_keys(&:to_sym)
|
188
|
+
transformed_hash = {}
|
189
|
+
openapi_types.each_pair do |key, type|
|
190
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
191
|
+
transformed_hash["#{key}"] = nil
|
169
192
|
elsif type =~ /\AArray<(.*)>/i
|
170
193
|
# check to ensure the input is an array given that the attribute
|
171
194
|
# is documented as an array but the input is not
|
172
|
-
if attributes[
|
173
|
-
|
195
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
196
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
174
197
|
end
|
175
|
-
elsif !attributes[
|
176
|
-
|
198
|
+
elsif !attributes[attribute_map[key]].nil?
|
199
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
177
200
|
end
|
178
201
|
end
|
179
|
-
|
180
|
-
self
|
202
|
+
new(transformed_hash)
|
181
203
|
end
|
182
204
|
|
183
205
|
# Deserializes the data based on type
|
184
206
|
# @param string type Data type
|
185
207
|
# @param string value Value to be deserialized
|
186
208
|
# @return [Object] Deserialized data
|
187
|
-
def _deserialize(type, value)
|
209
|
+
def self._deserialize(type, value)
|
188
210
|
case type.to_sym
|
189
211
|
when :Time
|
190
212
|
Time.parse(value)
|
@@ -219,7 +241,7 @@ module Svix
|
|
219
241
|
else # model
|
220
242
|
# models (e.g. Pet) or oneOf
|
221
243
|
klass = Svix.const_get(type)
|
222
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
244
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
223
245
|
end
|
224
246
|
end
|
225
247
|
|
@@ -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
|
|
@@ -28,6 +28,10 @@ module Svix
|
|
28
28
|
WINDMILL = "Windmill".freeze
|
29
29
|
ZAPIER = "Zapier".freeze
|
30
30
|
|
31
|
+
def self.all_vars
|
32
|
+
@all_vars ||= [CUSTOM, CUSTOMER_IO, DISCORD, HUBSPOT, INNGEST, SALESFORCE, SEGMENT, SLACK, TEAMS, TRIGGER_DEV, WINDMILL, ZAPIER].freeze
|
33
|
+
end
|
34
|
+
|
31
35
|
# Builds the enum from string
|
32
36
|
# @param [String] The enum value in the form of the string
|
33
37
|
# @return [String] The enum value
|
@@ -39,9 +43,8 @@ module Svix
|
|
39
43
|
# @param [String] The enum value in the form of the string
|
40
44
|
# @return [String] The enum value
|
41
45
|
def build_from_hash(value)
|
42
|
-
|
43
|
-
raise "Invalid ENUM value #{value} for class #TransformationTemplateKind"
|
44
|
-
value
|
46
|
+
return value if TransformationTemplateKind.all_vars.include?(value)
|
47
|
+
raise "Invalid ENUM value #{value} for class #TransformationTemplateKind"
|
45
48
|
end
|
46
49
|
end
|
47
50
|
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
|
|
@@ -73,20 +73,27 @@ module Svix
|
|
73
73
|
if (value = attributes[:'loc']).is_a?(Array)
|
74
74
|
self.loc = value
|
75
75
|
end
|
76
|
+
else
|
77
|
+
self.loc = nil
|
76
78
|
end
|
77
79
|
|
78
80
|
if attributes.key?(:'msg')
|
79
81
|
self.msg = attributes[:'msg']
|
82
|
+
else
|
83
|
+
self.msg = nil
|
80
84
|
end
|
81
85
|
|
82
86
|
if attributes.key?(:'type')
|
83
87
|
self.type = attributes[:'type']
|
88
|
+
else
|
89
|
+
self.type = nil
|
84
90
|
end
|
85
91
|
end
|
86
92
|
|
87
93
|
# Show invalid properties with the reasons. Usually used together with valid?
|
88
94
|
# @return Array for valid properties with the reasons
|
89
95
|
def list_invalid_properties
|
96
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
90
97
|
invalid_properties = Array.new
|
91
98
|
if @loc.nil?
|
92
99
|
invalid_properties.push('invalid value for "loc", loc cannot be nil.')
|
@@ -106,6 +113,7 @@ module Svix
|
|
106
113
|
# Check to see if the all the properties in the model are valid
|
107
114
|
# @return true if the model is valid
|
108
115
|
def valid?
|
116
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
109
117
|
return false if @loc.nil?
|
110
118
|
return false if @msg.nil?
|
111
119
|
return false if @type.nil?
|
@@ -138,36 +146,30 @@ module Svix
|
|
138
146
|
# @param [Hash] attributes Model attributes in the form of hash
|
139
147
|
# @return [Object] Returns the model itself
|
140
148
|
def self.build_from_hash(attributes)
|
141
|
-
new.build_from_hash(attributes)
|
142
|
-
end
|
143
|
-
|
144
|
-
# Builds the object from hash
|
145
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
146
|
-
# @return [Object] Returns the model itself
|
147
|
-
def build_from_hash(attributes)
|
148
149
|
return nil unless attributes.is_a?(Hash)
|
149
|
-
|
150
|
-
|
151
|
-
|
150
|
+
attributes = attributes.transform_keys(&:to_sym)
|
151
|
+
transformed_hash = {}
|
152
|
+
openapi_types.each_pair do |key, type|
|
153
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
154
|
+
transformed_hash["#{key}"] = nil
|
152
155
|
elsif type =~ /\AArray<(.*)>/i
|
153
156
|
# check to ensure the input is an array given that the attribute
|
154
157
|
# is documented as an array but the input is not
|
155
|
-
if attributes[
|
156
|
-
|
158
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
159
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
157
160
|
end
|
158
|
-
elsif !attributes[
|
159
|
-
|
161
|
+
elsif !attributes[attribute_map[key]].nil?
|
162
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
160
163
|
end
|
161
164
|
end
|
162
|
-
|
163
|
-
self
|
165
|
+
new(transformed_hash)
|
164
166
|
end
|
165
167
|
|
166
168
|
# Deserializes the data based on type
|
167
169
|
# @param string type Data type
|
168
170
|
# @param string value Value to be deserialized
|
169
171
|
# @return [Object] Deserialized data
|
170
|
-
def _deserialize(type, value)
|
172
|
+
def self._deserialize(type, value)
|
171
173
|
case type.to_sym
|
172
174
|
when :Time
|
173
175
|
Time.parse(value)
|
@@ -202,7 +204,7 @@ module Svix
|
|
202
204
|
else # model
|
203
205
|
# models (e.g. Pet) or oneOf
|
204
206
|
klass = Svix.const_get(type)
|
205
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
207
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
206
208
|
end
|
207
209
|
end
|
208
210
|
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Svix
|
4
|
+
class OperationalWebhookEndpointAPI
|
5
|
+
def initialize(api_client)
|
6
|
+
@api = OperationalWebhookEndpointApi.new(api_client)
|
7
|
+
end
|
8
|
+
|
9
|
+
def list(options = {})
|
10
|
+
return @api.v1_endpoint_list(options)
|
11
|
+
end
|
12
|
+
|
13
|
+
def create(endpoint_in, options = {})
|
14
|
+
return @api.v1_endpoint_create(endpoint_in, options)
|
15
|
+
end
|
16
|
+
|
17
|
+
def get(endpoint_id)
|
18
|
+
return @api.v1_endpoint_get(endpoint_id)
|
19
|
+
end
|
20
|
+
|
21
|
+
def update(endpoint_id, endpoint_update)
|
22
|
+
return @api.v1_endpoint_update(endpoint_id, endpoint_update)
|
23
|
+
end
|
24
|
+
|
25
|
+
def delete(endpoint_id)
|
26
|
+
return @api.v1_endpoint_delete(endpoint_id)
|
27
|
+
end
|
28
|
+
|
29
|
+
def get_secret(endpoint_id)
|
30
|
+
return @api.v1_endpoint_get_secret(endpoint_id)
|
31
|
+
end
|
32
|
+
|
33
|
+
def rotate_secret(endpoint_id, endpoint_secret_rotate_in, options = {})
|
34
|
+
return @api.v1_endpoint_rotate_secret(endpoint_id, endpoint_secret_rotate_in, options)
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|