svix 1.38.0 → 1.40.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/statistics_api.rb +9 -6
- data/lib/svix/api/stream_api.rb +176 -10
- data/lib/svix/api/stream_event_types_api.rb +486 -0
- 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 +52 -23
- data/lib/svix/models/event_in.rb +55 -20
- data/lib/svix/models/event_out.rb +57 -20
- 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_event_type_out.rb +259 -0
- 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_event_type_in.rb +262 -0
- data/lib/svix/models/stream_event_type_out.rb +294 -0
- data/lib/svix/models/stream_event_type_patch.rb +254 -0
- 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 +45 -22
- data/lib/svix/api/sink_api.rb +0 -176
@@ -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?(:'data')
|
61
61
|
self.data = attributes[:'data']
|
62
|
+
else
|
63
|
+
self.data = 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 @data.nil?
|
70
73
|
invalid_properties.push('invalid value for "data", data 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 @data.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
|
|
@@ -66,6 +66,8 @@ module Svix
|
|
66
66
|
if (value = attributes[:'modified']).is_a?(Array)
|
67
67
|
self.modified = value
|
68
68
|
end
|
69
|
+
else
|
70
|
+
self.modified = nil
|
69
71
|
end
|
70
72
|
|
71
73
|
if attributes.key?(:'to_modify')
|
@@ -78,6 +80,7 @@ module Svix
|
|
78
80
|
# Show invalid properties with the reasons. Usually used together with valid?
|
79
81
|
# @return Array for valid properties with the reasons
|
80
82
|
def list_invalid_properties
|
83
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
81
84
|
invalid_properties = Array.new
|
82
85
|
if @modified.nil?
|
83
86
|
invalid_properties.push('invalid value for "modified", modified cannot be nil.')
|
@@ -89,6 +92,7 @@ module Svix
|
|
89
92
|
# Check to see if the all the properties in the model are valid
|
90
93
|
# @return true if the model is valid
|
91
94
|
def valid?
|
95
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
92
96
|
return false if @modified.nil?
|
93
97
|
true
|
94
98
|
end
|
@@ -118,36 +122,30 @@ module Svix
|
|
118
122
|
# @param [Hash] attributes Model attributes in the form of hash
|
119
123
|
# @return [Object] Returns the model itself
|
120
124
|
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
125
|
return nil unless attributes.is_a?(Hash)
|
129
|
-
|
130
|
-
|
131
|
-
|
126
|
+
attributes = attributes.transform_keys(&:to_sym)
|
127
|
+
transformed_hash = {}
|
128
|
+
openapi_types.each_pair do |key, type|
|
129
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
130
|
+
transformed_hash["#{key}"] = nil
|
132
131
|
elsif type =~ /\AArray<(.*)>/i
|
133
132
|
# check to ensure the input is an array given that the attribute
|
134
133
|
# is documented as an array but the input is not
|
135
|
-
if attributes[
|
136
|
-
|
134
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
135
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
137
136
|
end
|
138
|
-
elsif !attributes[
|
139
|
-
|
137
|
+
elsif !attributes[attribute_map[key]].nil?
|
138
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
140
139
|
end
|
141
140
|
end
|
142
|
-
|
143
|
-
self
|
141
|
+
new(transformed_hash)
|
144
142
|
end
|
145
143
|
|
146
144
|
# Deserializes the data based on type
|
147
145
|
# @param string type Data type
|
148
146
|
# @param string value Value to be deserialized
|
149
147
|
# @return [Object] Deserialized data
|
150
|
-
def _deserialize(type, value)
|
148
|
+
def self._deserialize(type, value)
|
151
149
|
case type.to_sym
|
152
150
|
when :Time
|
153
151
|
Time.parse(value)
|
@@ -182,7 +180,7 @@ module Svix
|
|
182
180
|
else # model
|
183
181
|
# models (e.g. Pet) or oneOf
|
184
182
|
klass = Svix.const_get(type)
|
185
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
183
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
186
184
|
end
|
187
185
|
end
|
188
186
|
|
@@ -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
|
|
@@ -101,6 +101,8 @@ module Svix
|
|
101
101
|
|
102
102
|
if attributes.key?(:'description')
|
103
103
|
self.description = attributes[:'description']
|
104
|
+
else
|
105
|
+
self.description = nil
|
104
106
|
end
|
105
107
|
|
106
108
|
if attributes.key?(:'feature_flag')
|
@@ -113,6 +115,8 @@ module Svix
|
|
113
115
|
|
114
116
|
if attributes.key?(:'name')
|
115
117
|
self.name = attributes[:'name']
|
118
|
+
else
|
119
|
+
self.name = nil
|
116
120
|
end
|
117
121
|
|
118
122
|
if attributes.key?(:'schemas')
|
@@ -125,6 +129,7 @@ module Svix
|
|
125
129
|
# Show invalid properties with the reasons. Usually used together with valid?
|
126
130
|
# @return Array for valid properties with the reasons
|
127
131
|
def list_invalid_properties
|
132
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
128
133
|
invalid_properties = Array.new
|
129
134
|
if @description.nil?
|
130
135
|
invalid_properties.push('invalid value for "description", description cannot be nil.')
|
@@ -167,6 +172,7 @@ module Svix
|
|
167
172
|
# Check to see if the all the properties in the model are valid
|
168
173
|
# @return true if the model is valid
|
169
174
|
def valid?
|
175
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
170
176
|
return false if @description.nil?
|
171
177
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
172
178
|
return false if !@feature_flag.nil? && @feature_flag !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
@@ -257,36 +263,30 @@ module Svix
|
|
257
263
|
# @param [Hash] attributes Model attributes in the form of hash
|
258
264
|
# @return [Object] Returns the model itself
|
259
265
|
def self.build_from_hash(attributes)
|
260
|
-
new.build_from_hash(attributes)
|
261
|
-
end
|
262
|
-
|
263
|
-
# Builds the object from hash
|
264
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
265
|
-
# @return [Object] Returns the model itself
|
266
|
-
def build_from_hash(attributes)
|
267
266
|
return nil unless attributes.is_a?(Hash)
|
268
|
-
|
269
|
-
|
270
|
-
|
267
|
+
attributes = attributes.transform_keys(&:to_sym)
|
268
|
+
transformed_hash = {}
|
269
|
+
openapi_types.each_pair do |key, type|
|
270
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
271
|
+
transformed_hash["#{key}"] = nil
|
271
272
|
elsif type =~ /\AArray<(.*)>/i
|
272
273
|
# check to ensure the input is an array given that the attribute
|
273
274
|
# is documented as an array but the input is not
|
274
|
-
if attributes[
|
275
|
-
|
275
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
276
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
276
277
|
end
|
277
|
-
elsif !attributes[
|
278
|
-
|
278
|
+
elsif !attributes[attribute_map[key]].nil?
|
279
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
279
280
|
end
|
280
281
|
end
|
281
|
-
|
282
|
-
self
|
282
|
+
new(transformed_hash)
|
283
283
|
end
|
284
284
|
|
285
285
|
# Deserializes the data based on type
|
286
286
|
# @param string type Data type
|
287
287
|
# @param string value Value to be deserialized
|
288
288
|
# @return [Object] Deserialized data
|
289
|
-
def _deserialize(type, value)
|
289
|
+
def self._deserialize(type, value)
|
290
290
|
case type.to_sym
|
291
291
|
when :Time
|
292
292
|
Time.parse(value)
|
@@ -321,7 +321,7 @@ module Svix
|
|
321
321
|
else # model
|
322
322
|
# models (e.g. Pet) or oneOf
|
323
323
|
klass = Svix.const_get(type)
|
324
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
324
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
325
325
|
end
|
326
326
|
end
|
327
327
|
|
@@ -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
|
|
@@ -103,14 +103,20 @@ module Svix
|
|
103
103
|
|
104
104
|
if attributes.key?(:'created_at')
|
105
105
|
self.created_at = attributes[:'created_at']
|
106
|
+
else
|
107
|
+
self.created_at = nil
|
106
108
|
end
|
107
109
|
|
108
110
|
if attributes.key?(:'deprecated')
|
109
111
|
self.deprecated = attributes[:'deprecated']
|
112
|
+
else
|
113
|
+
self.deprecated = nil
|
110
114
|
end
|
111
115
|
|
112
116
|
if attributes.key?(:'description')
|
113
117
|
self.description = attributes[:'description']
|
118
|
+
else
|
119
|
+
self.description = nil
|
114
120
|
end
|
115
121
|
|
116
122
|
if attributes.key?(:'feature_flag')
|
@@ -123,6 +129,8 @@ module Svix
|
|
123
129
|
|
124
130
|
if attributes.key?(:'name')
|
125
131
|
self.name = attributes[:'name']
|
132
|
+
else
|
133
|
+
self.name = nil
|
126
134
|
end
|
127
135
|
|
128
136
|
if attributes.key?(:'schemas')
|
@@ -133,12 +141,15 @@ module Svix
|
|
133
141
|
|
134
142
|
if attributes.key?(:'updated_at')
|
135
143
|
self.updated_at = attributes[:'updated_at']
|
144
|
+
else
|
145
|
+
self.updated_at = nil
|
136
146
|
end
|
137
147
|
end
|
138
148
|
|
139
149
|
# Show invalid properties with the reasons. Usually used together with valid?
|
140
150
|
# @return Array for valid properties with the reasons
|
141
151
|
def list_invalid_properties
|
152
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
142
153
|
invalid_properties = Array.new
|
143
154
|
if @created_at.nil?
|
144
155
|
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
@@ -193,6 +204,7 @@ module Svix
|
|
193
204
|
# Check to see if the all the properties in the model are valid
|
194
205
|
# @return true if the model is valid
|
195
206
|
def valid?
|
207
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
196
208
|
return false if @created_at.nil?
|
197
209
|
return false if @deprecated.nil?
|
198
210
|
return false if @description.nil?
|
@@ -288,36 +300,30 @@ module Svix
|
|
288
300
|
# @param [Hash] attributes Model attributes in the form of hash
|
289
301
|
# @return [Object] Returns the model itself
|
290
302
|
def self.build_from_hash(attributes)
|
291
|
-
new.build_from_hash(attributes)
|
292
|
-
end
|
293
|
-
|
294
|
-
# Builds the object from hash
|
295
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
296
|
-
# @return [Object] Returns the model itself
|
297
|
-
def build_from_hash(attributes)
|
298
303
|
return nil unless attributes.is_a?(Hash)
|
299
|
-
|
300
|
-
|
301
|
-
|
304
|
+
attributes = attributes.transform_keys(&:to_sym)
|
305
|
+
transformed_hash = {}
|
306
|
+
openapi_types.each_pair do |key, type|
|
307
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
308
|
+
transformed_hash["#{key}"] = nil
|
302
309
|
elsif type =~ /\AArray<(.*)>/i
|
303
310
|
# check to ensure the input is an array given that the attribute
|
304
311
|
# is documented as an array but the input is not
|
305
|
-
if attributes[
|
306
|
-
|
312
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
313
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
307
314
|
end
|
308
|
-
elsif !attributes[
|
309
|
-
|
315
|
+
elsif !attributes[attribute_map[key]].nil?
|
316
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
310
317
|
end
|
311
318
|
end
|
312
|
-
|
313
|
-
self
|
319
|
+
new(transformed_hash)
|
314
320
|
end
|
315
321
|
|
316
322
|
# Deserializes the data based on type
|
317
323
|
# @param string type Data type
|
318
324
|
# @param string value Value to be deserialized
|
319
325
|
# @return [Object] Deserialized data
|
320
|
-
def _deserialize(type, value)
|
326
|
+
def self._deserialize(type, value)
|
321
327
|
case type.to_sym
|
322
328
|
when :Time
|
323
329
|
Time.parse(value)
|
@@ -352,7 +358,7 @@ module Svix
|
|
352
358
|
else # model
|
353
359
|
# models (e.g. Pet) or oneOf
|
354
360
|
klass = Svix.const_get(type)
|
355
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
361
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
356
362
|
end
|
357
363
|
end
|
358
364
|
|
@@ -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
|
|
@@ -111,6 +111,7 @@ module Svix
|
|
111
111
|
# Show invalid properties with the reasons. Usually used together with valid?
|
112
112
|
# @return Array for valid properties with the reasons
|
113
113
|
def list_invalid_properties
|
114
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
114
115
|
invalid_properties = Array.new
|
115
116
|
if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
116
117
|
invalid_properties.push('invalid value for "feature_flag", the character length must be smaller than or equal to 256.')
|
@@ -136,6 +137,7 @@ module Svix
|
|
136
137
|
# Check to see if the all the properties in the model are valid
|
137
138
|
# @return true if the model is valid
|
138
139
|
def valid?
|
140
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
139
141
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
140
142
|
return false if !@feature_flag.nil? && @feature_flag !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
141
143
|
return false if !@group_name.nil? && @group_name.to_s.length > 256
|
@@ -202,36 +204,30 @@ module Svix
|
|
202
204
|
# @param [Hash] attributes Model attributes in the form of hash
|
203
205
|
# @return [Object] Returns the model itself
|
204
206
|
def self.build_from_hash(attributes)
|
205
|
-
new.build_from_hash(attributes)
|
206
|
-
end
|
207
|
-
|
208
|
-
# Builds the object from hash
|
209
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
210
|
-
# @return [Object] Returns the model itself
|
211
|
-
def build_from_hash(attributes)
|
212
207
|
return nil unless attributes.is_a?(Hash)
|
213
|
-
|
214
|
-
|
215
|
-
|
208
|
+
attributes = attributes.transform_keys(&:to_sym)
|
209
|
+
transformed_hash = {}
|
210
|
+
openapi_types.each_pair do |key, type|
|
211
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
212
|
+
transformed_hash["#{key}"] = nil
|
216
213
|
elsif type =~ /\AArray<(.*)>/i
|
217
214
|
# check to ensure the input is an array given that the attribute
|
218
215
|
# is documented as an array but the input is not
|
219
|
-
if attributes[
|
220
|
-
|
216
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
217
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
221
218
|
end
|
222
|
-
elsif !attributes[
|
223
|
-
|
219
|
+
elsif !attributes[attribute_map[key]].nil?
|
220
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
224
221
|
end
|
225
222
|
end
|
226
|
-
|
227
|
-
self
|
223
|
+
new(transformed_hash)
|
228
224
|
end
|
229
225
|
|
230
226
|
# Deserializes the data based on type
|
231
227
|
# @param string type Data type
|
232
228
|
# @param string value Value to be deserialized
|
233
229
|
# @return [Object] Deserialized data
|
234
|
-
def _deserialize(type, value)
|
230
|
+
def self._deserialize(type, value)
|
235
231
|
case type.to_sym
|
236
232
|
when :Time
|
237
233
|
Time.parse(value)
|
@@ -266,7 +262,7 @@ module Svix
|
|
266
262
|
else # model
|
267
263
|
# models (e.g. Pet) or oneOf
|
268
264
|
klass = Svix.const_get(type)
|
269
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
265
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
270
266
|
end
|
271
267
|
end
|
272
268
|
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -59,12 +59,15 @@ module Svix
|
|
59
59
|
|
60
60
|
if attributes.key?(:'schema')
|
61
61
|
self.schema = attributes[:'schema']
|
62
|
+
else
|
63
|
+
self.schema = 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 @schema.nil?
|
70
73
|
invalid_properties.push('invalid value for "schema", schema 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 @schema.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
|
|
@@ -96,6 +96,8 @@ module Svix
|
|
96
96
|
|
97
97
|
if attributes.key?(:'description')
|
98
98
|
self.description = attributes[:'description']
|
99
|
+
else
|
100
|
+
self.description = nil
|
99
101
|
end
|
100
102
|
|
101
103
|
if attributes.key?(:'feature_flag')
|
@@ -116,6 +118,7 @@ module Svix
|
|
116
118
|
# Show invalid properties with the reasons. Usually used together with valid?
|
117
119
|
# @return Array for valid properties with the reasons
|
118
120
|
def list_invalid_properties
|
121
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
119
122
|
invalid_properties = Array.new
|
120
123
|
if @description.nil?
|
121
124
|
invalid_properties.push('invalid value for "description", description cannot be nil.')
|
@@ -145,6 +148,7 @@ module Svix
|
|
145
148
|
# Check to see if the all the properties in the model are valid
|
146
149
|
# @return true if the model is valid
|
147
150
|
def valid?
|
151
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
148
152
|
return false if @description.nil?
|
149
153
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
150
154
|
return false if !@feature_flag.nil? && @feature_flag !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
@@ -212,36 +216,30 @@ module Svix
|
|
212
216
|
# @param [Hash] attributes Model attributes in the form of hash
|
213
217
|
# @return [Object] Returns the model itself
|
214
218
|
def self.build_from_hash(attributes)
|
215
|
-
new.build_from_hash(attributes)
|
216
|
-
end
|
217
|
-
|
218
|
-
# Builds the object from hash
|
219
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
220
|
-
# @return [Object] Returns the model itself
|
221
|
-
def build_from_hash(attributes)
|
222
219
|
return nil unless attributes.is_a?(Hash)
|
223
|
-
|
224
|
-
|
225
|
-
|
220
|
+
attributes = attributes.transform_keys(&:to_sym)
|
221
|
+
transformed_hash = {}
|
222
|
+
openapi_types.each_pair do |key, type|
|
223
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
224
|
+
transformed_hash["#{key}"] = nil
|
226
225
|
elsif type =~ /\AArray<(.*)>/i
|
227
226
|
# check to ensure the input is an array given that the attribute
|
228
227
|
# is documented as an array but the input is not
|
229
|
-
if attributes[
|
230
|
-
|
228
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
229
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
231
230
|
end
|
232
|
-
elsif !attributes[
|
233
|
-
|
231
|
+
elsif !attributes[attribute_map[key]].nil?
|
232
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
234
233
|
end
|
235
234
|
end
|
236
|
-
|
237
|
-
self
|
235
|
+
new(transformed_hash)
|
238
236
|
end
|
239
237
|
|
240
238
|
# Deserializes the data based on type
|
241
239
|
# @param string type Data type
|
242
240
|
# @param string value Value to be deserialized
|
243
241
|
# @return [Object] Deserialized data
|
244
|
-
def _deserialize(type, value)
|
242
|
+
def self._deserialize(type, value)
|
245
243
|
case type.to_sym
|
246
244
|
when :Time
|
247
245
|
Time.parse(value)
|
@@ -276,7 +274,7 @@ module Svix
|
|
276
274
|
else # model
|
277
275
|
# models (e.g. Pet) or oneOf
|
278
276
|
klass = Svix.const_get(type)
|
279
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
277
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
280
278
|
end
|
281
279
|
end
|
282
280
|
|