svix 1.38.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/README.md +8 -1
- data/lib/svix/api/application_api.rb +23 -14
- data/lib/svix/api/authentication_api.rb +23 -11
- data/lib/svix/api/background_tasks_api.rb +3 -3
- data/lib/svix/api/broadcast_api.rb +6 -3
- data/lib/svix/api/endpoint_api.rb +86 -44
- data/lib/svix/api/environment_api.rb +8 -5
- data/lib/svix/api/environment_settings_api.rb +2 -2
- data/lib/svix/api/event_type_api.rb +39 -21
- data/lib/svix/api/events_api.rb +2 -2
- data/lib/svix/api/health_api.rb +2 -2
- data/lib/svix/api/inbound_api.rb +7 -4
- data/lib/svix/api/integration_api.rb +16 -10
- data/lib/svix/api/message_api.rb +21 -15
- data/lib/svix/api/message_attempt_api.rb +25 -25
- data/lib/svix/api/sink_api.rb +7 -4
- data/lib/svix/api/statistics_api.rb +9 -6
- data/lib/svix/api/stream_api.rb +19 -10
- data/lib/svix/api/transformation_template_api.rb +49 -22
- data/lib/svix/api/webhook_endpoint_api.rb +572 -0
- data/lib/svix/api_client.rb +45 -28
- data/lib/svix/api_error.rb +2 -1
- data/lib/svix/configuration.rb +42 -12
- data/lib/svix/models/aggregate_event_types_out.rb +43 -19
- data/lib/svix/models/app_portal_access_in.rb +19 -19
- data/lib/svix/models/app_portal_access_out.rb +19 -19
- data/lib/svix/models/app_usage_stats_in.rb +19 -19
- data/lib/svix/models/app_usage_stats_out.rb +43 -19
- data/lib/svix/models/application_in.rb +17 -19
- data/lib/svix/models/application_out.rb +25 -19
- data/lib/svix/models/application_patch.rb +15 -19
- data/lib/svix/models/application_stats.rb +19 -19
- data/lib/svix/models/application_token_expire_in.rb +15 -19
- data/lib/svix/models/attempt_statistics_data.rb +15 -19
- data/lib/svix/models/attempt_statistics_response.rb +45 -19
- data/lib/svix/models/auth_token_out.rb +21 -19
- data/lib/svix/models/azure_blob_storage_config.rb +21 -19
- data/lib/svix/models/background_task_out.rb +45 -19
- data/lib/svix/models/background_task_status.rb +7 -4
- data/lib/svix/models/background_task_type.rb +7 -4
- data/lib/svix/models/big_query_config.rb +271 -0
- data/lib/svix/models/border_radius_config.rb +37 -19
- data/lib/svix/models/border_radius_enum.rb +7 -4
- data/lib/svix/models/client_secret_jwt_params_in.rb +41 -19
- data/lib/svix/models/completion_choice.rb +21 -19
- data/lib/svix/models/completion_message.rb +19 -19
- data/lib/svix/models/create_message_token_in.rb +17 -19
- data/lib/svix/models/create_stream_in.rb +30 -23
- data/lib/svix/models/custom_color_palette.rb +15 -19
- data/lib/svix/models/custom_strings_override.rb +15 -19
- data/lib/svix/models/custom_theme_override.rb +15 -19
- data/lib/svix/models/dashboard_access_out.rb +19 -19
- data/lib/svix/models/duration.rb +19 -19
- data/lib/svix/models/endpoint_created_event.rb +17 -19
- data/lib/svix/models/endpoint_created_event_data.rb +19 -19
- data/lib/svix/models/endpoint_deleted_event.rb +17 -19
- data/lib/svix/models/endpoint_deleted_event_data.rb +19 -19
- data/lib/svix/models/endpoint_disabled_event.rb +17 -19
- data/lib/svix/models/endpoint_disabled_event_data.rb +21 -19
- data/lib/svix/models/endpoint_headers_in.rb +17 -19
- data/lib/svix/models/endpoint_headers_out.rb +19 -19
- data/lib/svix/models/endpoint_headers_patch_in.rb +17 -19
- data/lib/svix/models/endpoint_in.rb +17 -19
- data/lib/svix/models/endpoint_message_out.rb +47 -19
- data/lib/svix/models/endpoint_mtls_config_in.rb +17 -19
- data/lib/svix/models/endpoint_oauth_config_in.rb +45 -19
- data/lib/svix/models/endpoint_out.rb +29 -19
- data/lib/svix/models/endpoint_patch.rb +20 -20
- data/lib/svix/models/endpoint_secret_out.rb +17 -19
- data/lib/svix/models/endpoint_secret_rotate_in.rb +15 -21
- data/lib/svix/models/endpoint_stats.rb +23 -19
- data/lib/svix/models/endpoint_transformation_in.rb +15 -19
- data/lib/svix/models/endpoint_transformation_out.rb +15 -19
- data/lib/svix/models/endpoint_transformation_simulate_in.rb +21 -19
- data/lib/svix/models/endpoint_transformation_simulate_out.rb +41 -19
- data/lib/svix/models/endpoint_update.rb +17 -19
- data/lib/svix/models/endpoint_updated_event.rb +17 -19
- data/lib/svix/models/endpoint_updated_event_data.rb +19 -19
- data/lib/svix/models/environment_in.rb +19 -19
- data/lib/svix/models/environment_out.rb +21 -19
- data/lib/svix/models/environment_settings_out.rb +15 -19
- data/lib/svix/models/event_example_in.rb +17 -19
- data/lib/svix/models/event_in.rb +17 -19
- data/lib/svix/models/event_out.rb +19 -19
- data/lib/svix/models/event_stream_out.rb +21 -19
- data/lib/svix/models/event_type_example_out.rb +17 -19
- data/lib/svix/models/event_type_from_open_api.rb +95 -20
- data/lib/svix/models/event_type_import_open_api_in.rb +15 -19
- data/lib/svix/models/event_type_import_open_api_out.rb +17 -19
- data/lib/svix/models/event_type_import_open_api_out_data.rb +17 -19
- data/lib/svix/models/event_type_in.rb +19 -19
- data/lib/svix/models/event_type_out.rb +25 -19
- data/lib/svix/models/event_type_patch.rb +15 -19
- data/lib/svix/models/event_type_schema_in.rb +17 -19
- data/lib/svix/models/event_type_update.rb +17 -19
- data/lib/svix/models/export_event_type_out.rb +43 -19
- data/lib/svix/models/font_size_config.rb +15 -19
- data/lib/svix/models/generate_in.rb +17 -19
- data/lib/svix/models/generate_out.rb +25 -19
- data/lib/svix/models/google_cloud_storage_config.rb +19 -19
- data/lib/svix/models/http_error_out.rb +19 -19
- data/lib/svix/models/http_validation_error.rb +17 -19
- data/lib/svix/models/hubspot_oauth_config_in.rb +17 -19
- data/lib/svix/models/inbound_path_params.rb +19 -19
- data/lib/svix/models/incoming_webhook_payload_out.rb +15 -19
- data/lib/svix/models/integration_in.rb +17 -19
- data/lib/svix/models/integration_key_out.rb +17 -19
- data/lib/svix/models/integration_out.rb +23 -19
- data/lib/svix/models/integration_update.rb +17 -19
- data/lib/svix/models/kafka_security_protocol_type.rb +7 -4
- data/lib/svix/models/list_response_application_out.rb +19 -19
- data/lib/svix/models/list_response_application_stats.rb +19 -19
- data/lib/svix/models/list_response_background_task_out.rb +19 -19
- data/lib/svix/models/list_response_endpoint_message_out.rb +19 -19
- data/lib/svix/models/list_response_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_event_type_out.rb +19 -19
- data/lib/svix/models/list_response_integration_out.rb +19 -19
- data/lib/svix/models/list_response_message_attempt_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_message_attempt_out.rb +19 -19
- data/lib/svix/models/list_response_message_endpoint_out.rb +19 -19
- data/lib/svix/models/list_response_message_out.rb +19 -19
- data/lib/svix/models/list_response_operational_webhook_endpoint_out.rb +259 -0
- data/lib/svix/models/list_response_sink_out.rb +19 -19
- data/lib/svix/models/list_response_stream_out.rb +19 -19
- data/lib/svix/models/list_response_stream_sink_out.rb +19 -19
- data/lib/svix/models/list_response_template_out.rb +19 -19
- data/lib/svix/models/message_attempt_endpoint_out.rb +57 -19
- data/lib/svix/models/message_attempt_exhausted_event.rb +17 -19
- data/lib/svix/models/message_attempt_exhausted_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_failed_data.rb +21 -19
- data/lib/svix/models/message_attempt_failing_event.rb +17 -19
- data/lib/svix/models/message_attempt_failing_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_headers_out.rb +19 -19
- data/lib/svix/models/message_attempt_out.rb +57 -19
- data/lib/svix/models/message_attempt_recovered_event.rb +17 -19
- data/lib/svix/models/message_attempt_recovered_event_data.rb +23 -19
- data/lib/svix/models/message_attempt_trigger_type.rb +7 -4
- data/lib/svix/models/message_broadcast_in.rb +19 -19
- data/lib/svix/models/message_broadcast_out.rb +43 -19
- data/lib/svix/models/message_endpoint_out.rb +51 -19
- data/lib/svix/models/message_events_out.rb +21 -19
- data/lib/svix/models/message_in.rb +19 -19
- data/lib/svix/models/message_out.rb +23 -19
- data/lib/svix/models/message_raw_payload_out.rb +17 -19
- data/lib/svix/models/message_status.rb +7 -4
- data/lib/svix/models/message_subscriber_auth_token_out.rb +19 -19
- data/lib/svix/models/o_auth_payload_in.rb +19 -19
- data/lib/svix/models/o_auth_payload_out.rb +15 -19
- data/lib/svix/models/oauth2_auth_method_in.rb +7 -4
- data/lib/svix/models/oauth2_grant_type_in.rb +7 -4
- data/lib/svix/models/oauth_jws_signing_algorithm.rb +7 -4
- data/lib/svix/models/one_time_token_in.rb +17 -19
- data/lib/svix/models/one_time_token_out.rb +17 -19
- data/lib/svix/models/operational_webhook_endpoint_in.rb +408 -0
- data/lib/svix/models/operational_webhook_endpoint_out.rb +442 -0
- data/lib/svix/models/operational_webhook_endpoint_secret_in.rb +233 -0
- data/lib/svix/models/operational_webhook_endpoint_secret_out.rb +243 -0
- data/lib/svix/models/operational_webhook_endpoint_update.rb +380 -0
- data/lib/svix/models/ordering.rb +7 -4
- data/lib/svix/models/recover_in.rb +17 -19
- data/lib/svix/models/recover_out.rb +43 -19
- data/lib/svix/models/redshift_config.rb +25 -19
- data/lib/svix/models/replay_in.rb +17 -19
- data/lib/svix/models/replay_out.rb +43 -19
- data/lib/svix/models/retry_schedule_in_out.rb +15 -19
- data/lib/svix/models/rotated_url_out.rb +17 -19
- data/lib/svix/models/s3_config.rb +23 -19
- data/lib/svix/models/settings_in.rb +15 -19
- data/lib/svix/models/settings_out.rb +15 -19
- data/lib/svix/models/sink_http_config.rb +17 -19
- data/lib/svix/models/sink_in.rb +4 -4
- data/lib/svix/models/sink_in_one_of.rb +21 -19
- data/lib/svix/models/sink_in_one_of1.rb +25 -19
- data/lib/svix/models/sink_in_one_of2.rb +23 -19
- data/lib/svix/models/sink_in_one_of3.rb +19 -19
- data/lib/svix/models/sink_otel_v1_config.rb +17 -19
- data/lib/svix/models/sink_out.rb +4 -4
- data/lib/svix/models/sink_payload_format.rb +7 -4
- data/lib/svix/models/sink_status.rb +7 -4
- data/lib/svix/models/sink_status_in.rb +7 -4
- data/lib/svix/models/sink_transform_in.rb +15 -19
- data/lib/svix/models/sink_transformation_out.rb +15 -19
- data/lib/svix/models/snowflake_config.rb +21 -19
- data/lib/svix/models/statistics_period.rb +7 -4
- data/lib/svix/models/status_code_class.rb +7 -4
- data/lib/svix/models/stream_in.rb +24 -22
- data/lib/svix/models/stream_out.rb +28 -22
- data/lib/svix/models/stream_patch.rb +22 -22
- data/lib/svix/models/stream_sink_in.rb +6 -5
- data/lib/svix/models/stream_sink_in_one_of.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of1.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of2.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of3.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of4.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of5.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of6.rb +19 -19
- data/lib/svix/models/stream_sink_in_one_of7.rb +271 -0
- data/lib/svix/models/stream_sink_out.rb +6 -5
- data/lib/svix/models/stream_sink_patch.rb +6 -5
- data/lib/svix/models/template_in.rb +43 -21
- data/lib/svix/models/template_out.rb +57 -19
- data/lib/svix/models/template_patch.rb +43 -21
- data/lib/svix/models/template_update.rb +41 -19
- data/lib/svix/models/transformation_http_method.rb +7 -4
- data/lib/svix/models/transformation_simulate_in.rb +21 -19
- data/lib/svix/models/transformation_simulate_out.rb +41 -19
- data/lib/svix/models/transformation_template_kind.rb +7 -4
- data/lib/svix/models/validation_error.rb +21 -19
- data/lib/svix/operational_webhook_endpoint_api.rb +37 -0
- data/lib/svix/version.rb +1 -1
- data/svix.gemspec +12 -2
- metadata +40 -21
@@ -0,0 +1,271 @@
|
|
1
|
+
=begin
|
2
|
+
#Svix API
|
3
|
+
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.1.1
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.9.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module Svix
|
17
|
+
class StreamSinkInOneOf7
|
18
|
+
attr_accessor :config
|
19
|
+
|
20
|
+
attr_accessor :type
|
21
|
+
|
22
|
+
class EnumAttributeValidator
|
23
|
+
attr_reader :datatype
|
24
|
+
attr_reader :allowable_values
|
25
|
+
|
26
|
+
def initialize(datatype, allowable_values)
|
27
|
+
@allowable_values = allowable_values.map do |value|
|
28
|
+
case datatype.to_s
|
29
|
+
when /Integer/i
|
30
|
+
value.to_i
|
31
|
+
when /Float/i
|
32
|
+
value.to_f
|
33
|
+
else
|
34
|
+
value
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
def valid?(value)
|
40
|
+
!value || allowable_values.include?(value)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
45
|
+
def self.attribute_map
|
46
|
+
{
|
47
|
+
:'config' => :'config',
|
48
|
+
:'type' => :'type'
|
49
|
+
}
|
50
|
+
end
|
51
|
+
|
52
|
+
# Returns all the JSON keys this model knows about
|
53
|
+
def self.acceptable_attributes
|
54
|
+
attribute_map.values
|
55
|
+
end
|
56
|
+
|
57
|
+
# Attribute type mapping.
|
58
|
+
def self.openapi_types
|
59
|
+
{
|
60
|
+
:'config' => :'BigQueryConfig',
|
61
|
+
:'type' => :'String'
|
62
|
+
}
|
63
|
+
end
|
64
|
+
|
65
|
+
# List of attributes with nullable: true
|
66
|
+
def self.openapi_nullable
|
67
|
+
Set.new([
|
68
|
+
])
|
69
|
+
end
|
70
|
+
|
71
|
+
# Initializes the object
|
72
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
73
|
+
def initialize(attributes = {})
|
74
|
+
if (!attributes.is_a?(Hash))
|
75
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Svix::StreamSinkInOneOf7` initialize method"
|
76
|
+
end
|
77
|
+
|
78
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
79
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
80
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
81
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Svix::StreamSinkInOneOf7`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
82
|
+
end
|
83
|
+
h[k.to_sym] = v
|
84
|
+
}
|
85
|
+
|
86
|
+
if attributes.key?(:'config')
|
87
|
+
self.config = attributes[:'config']
|
88
|
+
else
|
89
|
+
self.config = nil
|
90
|
+
end
|
91
|
+
|
92
|
+
if attributes.key?(:'type')
|
93
|
+
self.type = attributes[:'type']
|
94
|
+
else
|
95
|
+
self.type = nil
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
100
|
+
# @return Array for valid properties with the reasons
|
101
|
+
def list_invalid_properties
|
102
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
103
|
+
invalid_properties = Array.new
|
104
|
+
if @config.nil?
|
105
|
+
invalid_properties.push('invalid value for "config", config cannot be nil.')
|
106
|
+
end
|
107
|
+
|
108
|
+
if @type.nil?
|
109
|
+
invalid_properties.push('invalid value for "type", type cannot be nil.')
|
110
|
+
end
|
111
|
+
|
112
|
+
invalid_properties
|
113
|
+
end
|
114
|
+
|
115
|
+
# Check to see if the all the properties in the model are valid
|
116
|
+
# @return true if the model is valid
|
117
|
+
def valid?
|
118
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
119
|
+
return false if @config.nil?
|
120
|
+
return false if @type.nil?
|
121
|
+
type_validator = EnumAttributeValidator.new('String', ["bigQuery"])
|
122
|
+
return false unless type_validator.valid?(@type)
|
123
|
+
true
|
124
|
+
end
|
125
|
+
|
126
|
+
# Custom attribute writer method checking allowed values (enum).
|
127
|
+
# @param [Object] type Object to be assigned
|
128
|
+
def type=(type)
|
129
|
+
validator = EnumAttributeValidator.new('String', ["bigQuery"])
|
130
|
+
unless validator.valid?(type)
|
131
|
+
fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
|
132
|
+
end
|
133
|
+
@type = type
|
134
|
+
end
|
135
|
+
|
136
|
+
# Checks equality by comparing each attribute.
|
137
|
+
# @param [Object] Object to be compared
|
138
|
+
def ==(o)
|
139
|
+
return true if self.equal?(o)
|
140
|
+
self.class == o.class &&
|
141
|
+
config == o.config &&
|
142
|
+
type == o.type
|
143
|
+
end
|
144
|
+
|
145
|
+
# @see the `==` method
|
146
|
+
# @param [Object] Object to be compared
|
147
|
+
def eql?(o)
|
148
|
+
self == o
|
149
|
+
end
|
150
|
+
|
151
|
+
# Calculates hash code according to all attributes.
|
152
|
+
# @return [Integer] Hash code
|
153
|
+
def hash
|
154
|
+
[config, type].hash
|
155
|
+
end
|
156
|
+
|
157
|
+
# Builds the object from hash
|
158
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
159
|
+
# @return [Object] Returns the model itself
|
160
|
+
def self.build_from_hash(attributes)
|
161
|
+
return nil unless attributes.is_a?(Hash)
|
162
|
+
attributes = attributes.transform_keys(&:to_sym)
|
163
|
+
transformed_hash = {}
|
164
|
+
openapi_types.each_pair do |key, type|
|
165
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
166
|
+
transformed_hash["#{key}"] = nil
|
167
|
+
elsif type =~ /\AArray<(.*)>/i
|
168
|
+
# check to ensure the input is an array given that the attribute
|
169
|
+
# is documented as an array but the input is not
|
170
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
171
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
172
|
+
end
|
173
|
+
elsif !attributes[attribute_map[key]].nil?
|
174
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
175
|
+
end
|
176
|
+
end
|
177
|
+
new(transformed_hash)
|
178
|
+
end
|
179
|
+
|
180
|
+
# Deserializes the data based on type
|
181
|
+
# @param string type Data type
|
182
|
+
# @param string value Value to be deserialized
|
183
|
+
# @return [Object] Deserialized data
|
184
|
+
def self._deserialize(type, value)
|
185
|
+
case type.to_sym
|
186
|
+
when :Time
|
187
|
+
Time.parse(value)
|
188
|
+
when :Date
|
189
|
+
Date.parse(value)
|
190
|
+
when :String
|
191
|
+
value.to_s
|
192
|
+
when :Integer
|
193
|
+
value.to_i
|
194
|
+
when :Float
|
195
|
+
value.to_f
|
196
|
+
when :Boolean
|
197
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
198
|
+
true
|
199
|
+
else
|
200
|
+
false
|
201
|
+
end
|
202
|
+
when :Object
|
203
|
+
# generic object (usually a Hash), return directly
|
204
|
+
value
|
205
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
206
|
+
inner_type = Regexp.last_match[:inner_type]
|
207
|
+
value.map { |v| _deserialize(inner_type, v) }
|
208
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
209
|
+
k_type = Regexp.last_match[:k_type]
|
210
|
+
v_type = Regexp.last_match[:v_type]
|
211
|
+
{}.tap do |hash|
|
212
|
+
value.each do |k, v|
|
213
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
214
|
+
end
|
215
|
+
end
|
216
|
+
else # model
|
217
|
+
# models (e.g. Pet) or oneOf
|
218
|
+
klass = Svix.const_get(type)
|
219
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
220
|
+
end
|
221
|
+
end
|
222
|
+
|
223
|
+
# Returns the string representation of the object
|
224
|
+
# @return [String] String presentation of the object
|
225
|
+
def to_s
|
226
|
+
to_hash.to_s
|
227
|
+
end
|
228
|
+
|
229
|
+
# to_body is an alias to to_hash (backward compatibility)
|
230
|
+
# @return [Hash] Returns the object in the form of hash
|
231
|
+
def to_body
|
232
|
+
to_hash
|
233
|
+
end
|
234
|
+
|
235
|
+
# Returns the object in the form of hash
|
236
|
+
# @return [Hash] Returns the object in the form of hash
|
237
|
+
def to_hash
|
238
|
+
hash = {}
|
239
|
+
self.class.attribute_map.each_pair do |attr, param|
|
240
|
+
value = self.send(attr)
|
241
|
+
if value.nil?
|
242
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
243
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
244
|
+
end
|
245
|
+
|
246
|
+
hash[param] = _to_hash(value)
|
247
|
+
end
|
248
|
+
hash
|
249
|
+
end
|
250
|
+
|
251
|
+
# Outputs non-array value in the form of hash
|
252
|
+
# For object, use to_hash. Otherwise, just return the value
|
253
|
+
# @param [Object] value Any valid value
|
254
|
+
# @return [Hash] Returns the value in the form of hash
|
255
|
+
def _to_hash(value)
|
256
|
+
if value.is_a?(Array)
|
257
|
+
value.compact.map { |v| _to_hash(v) }
|
258
|
+
elsif value.is_a?(Hash)
|
259
|
+
{}.tap do |hash|
|
260
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
261
|
+
end
|
262
|
+
elsif value.respond_to? :to_hash
|
263
|
+
value.to_hash
|
264
|
+
else
|
265
|
+
value
|
266
|
+
end
|
267
|
+
end
|
268
|
+
|
269
|
+
end
|
270
|
+
|
271
|
+
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
|
|
@@ -25,7 +25,8 @@ module Svix
|
|
25
25
|
:'StreamSinkInOneOf3',
|
26
26
|
:'StreamSinkInOneOf4',
|
27
27
|
:'StreamSinkInOneOf5',
|
28
|
-
:'StreamSinkInOneOf6'
|
28
|
+
:'StreamSinkInOneOf6',
|
29
|
+
:'StreamSinkInOneOf7'
|
29
30
|
]
|
30
31
|
end
|
31
32
|
|
@@ -38,7 +39,7 @@ module Svix
|
|
38
39
|
# - We do not attempt to check whether exactly one item matches.
|
39
40
|
# - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
|
40
41
|
# due to the way the deserialization is made in the base_object template (it just casts without verifying).
|
41
|
-
# - TODO: scalar values are
|
42
|
+
# - TODO: scalar values are de facto behaving as if they were nullable.
|
42
43
|
# - TODO: logging when debugging is set.
|
43
44
|
openapi_one_of.each do |klass|
|
44
45
|
begin
|
@@ -93,9 +94,9 @@ module Svix
|
|
93
94
|
return model if model
|
94
95
|
else
|
95
96
|
# raise if data contains keys that are not known to the model
|
96
|
-
raise
|
97
|
+
raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
97
98
|
model = const.build_from_hash(data)
|
98
|
-
return model if model
|
99
|
+
return model if model
|
99
100
|
end
|
100
101
|
end
|
101
102
|
end
|
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.1.1
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.9.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -25,7 +25,8 @@ module Svix
|
|
25
25
|
:'StreamSinkInOneOf3',
|
26
26
|
:'StreamSinkInOneOf4',
|
27
27
|
:'StreamSinkInOneOf5',
|
28
|
-
:'StreamSinkInOneOf6'
|
28
|
+
:'StreamSinkInOneOf6',
|
29
|
+
:'StreamSinkInOneOf7'
|
29
30
|
]
|
30
31
|
end
|
31
32
|
|
@@ -38,7 +39,7 @@ module Svix
|
|
38
39
|
# - We do not attempt to check whether exactly one item matches.
|
39
40
|
# - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
|
40
41
|
# due to the way the deserialization is made in the base_object template (it just casts without verifying).
|
41
|
-
# - TODO: scalar values are
|
42
|
+
# - TODO: scalar values are de facto behaving as if they were nullable.
|
42
43
|
# - TODO: logging when debugging is set.
|
43
44
|
openapi_one_of.each do |klass|
|
44
45
|
begin
|
@@ -93,9 +94,9 @@ module Svix
|
|
93
94
|
return model if model
|
94
95
|
else
|
95
96
|
# raise if data contains keys that are not known to the model
|
96
|
-
raise
|
97
|
+
raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
97
98
|
model = const.build_from_hash(data)
|
98
|
-
return model if model
|
99
|
+
return model if model
|
99
100
|
end
|
100
101
|
end
|
101
102
|
end
|
@@ -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
|
{
|
@@ -116,8 +138,6 @@ module Svix
|
|
116
138
|
|
117
139
|
if attributes.key?(:'instructions_link')
|
118
140
|
self.instructions_link = attributes[:'instructions_link']
|
119
|
-
else
|
120
|
-
self.instructions_link = 'null'
|
121
141
|
end
|
122
142
|
|
123
143
|
if attributes.key?(:'kind')
|
@@ -126,20 +146,27 @@ module Svix
|
|
126
146
|
|
127
147
|
if attributes.key?(:'logo')
|
128
148
|
self.logo = attributes[:'logo']
|
149
|
+
else
|
150
|
+
self.logo = nil
|
129
151
|
end
|
130
152
|
|
131
153
|
if attributes.key?(:'name')
|
132
154
|
self.name = attributes[:'name']
|
155
|
+
else
|
156
|
+
self.name = nil
|
133
157
|
end
|
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.')
|
@@ -180,6 +207,7 @@ module Svix
|
|
180
207
|
# Check to see if the all the properties in the model are valid
|
181
208
|
# @return true if the model is valid
|
182
209
|
def valid?
|
210
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
183
211
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
184
212
|
return false if !@feature_flag.nil? && @feature_flag !~ Regexp.new(/^[a-zA-Z0-9\-_.]+$/)
|
185
213
|
return false if !@filter_types.nil? && @filter_types.length < 1
|
@@ -266,36 +294,30 @@ module Svix
|
|
266
294
|
# @param [Hash] attributes Model attributes in the form of hash
|
267
295
|
# @return [Object] Returns the model itself
|
268
296
|
def self.build_from_hash(attributes)
|
269
|
-
new.build_from_hash(attributes)
|
270
|
-
end
|
271
|
-
|
272
|
-
# Builds the object from hash
|
273
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
274
|
-
# @return [Object] Returns the model itself
|
275
|
-
def build_from_hash(attributes)
|
276
297
|
return nil unless attributes.is_a?(Hash)
|
277
|
-
|
278
|
-
|
279
|
-
|
298
|
+
attributes = attributes.transform_keys(&:to_sym)
|
299
|
+
transformed_hash = {}
|
300
|
+
openapi_types.each_pair do |key, type|
|
301
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
302
|
+
transformed_hash["#{key}"] = nil
|
280
303
|
elsif type =~ /\AArray<(.*)>/i
|
281
304
|
# check to ensure the input is an array given that the attribute
|
282
305
|
# is documented as an array but the input is not
|
283
|
-
if attributes[
|
284
|
-
|
306
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
307
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
285
308
|
end
|
286
|
-
elsif !attributes[
|
287
|
-
|
309
|
+
elsif !attributes[attribute_map[key]].nil?
|
310
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
288
311
|
end
|
289
312
|
end
|
290
|
-
|
291
|
-
self
|
313
|
+
new(transformed_hash)
|
292
314
|
end
|
293
315
|
|
294
316
|
# Deserializes the data based on type
|
295
317
|
# @param string type Data type
|
296
318
|
# @param string value Value to be deserialized
|
297
319
|
# @return [Object] Deserialized data
|
298
|
-
def _deserialize(type, value)
|
320
|
+
def self._deserialize(type, value)
|
299
321
|
case type.to_sym
|
300
322
|
when :Time
|
301
323
|
Time.parse(value)
|
@@ -330,7 +352,7 @@ module Svix
|
|
330
352
|
else # model
|
331
353
|
# models (e.g. Pet) or oneOf
|
332
354
|
klass = Svix.const_get(type)
|
333
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
355
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
334
356
|
end
|
335
357
|
end
|
336
358
|
|
@@ -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
|
|
@@ -41,6 +41,28 @@ module Svix
|
|
41
41
|
|
42
42
|
attr_accessor :updated_at
|
43
43
|
|
44
|
+
class EnumAttributeValidator
|
45
|
+
attr_reader :datatype
|
46
|
+
attr_reader :allowable_values
|
47
|
+
|
48
|
+
def initialize(datatype, allowable_values)
|
49
|
+
@allowable_values = allowable_values.map do |value|
|
50
|
+
case datatype.to_s
|
51
|
+
when /Integer/i
|
52
|
+
value.to_i
|
53
|
+
when /Float/i
|
54
|
+
value.to_f
|
55
|
+
else
|
56
|
+
value
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
def valid?(value)
|
62
|
+
!value || allowable_values.include?(value)
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
44
66
|
# Attribute mapping from ruby-style variable name to JSON key.
|
45
67
|
def self.attribute_map
|
46
68
|
{
|
@@ -110,10 +132,14 @@ module Svix
|
|
110
132
|
|
111
133
|
if attributes.key?(:'created_at')
|
112
134
|
self.created_at = attributes[:'created_at']
|
135
|
+
else
|
136
|
+
self.created_at = nil
|
113
137
|
end
|
114
138
|
|
115
139
|
if attributes.key?(:'description')
|
116
140
|
self.description = attributes[:'description']
|
141
|
+
else
|
142
|
+
self.description = nil
|
117
143
|
end
|
118
144
|
|
119
145
|
if attributes.key?(:'feature_flag')
|
@@ -128,10 +154,14 @@ module Svix
|
|
128
154
|
|
129
155
|
if attributes.key?(:'id')
|
130
156
|
self.id = attributes[:'id']
|
157
|
+
else
|
158
|
+
self.id = nil
|
131
159
|
end
|
132
160
|
|
133
161
|
if attributes.key?(:'instructions')
|
134
162
|
self.instructions = attributes[:'instructions']
|
163
|
+
else
|
164
|
+
self.instructions = nil
|
135
165
|
end
|
136
166
|
|
137
167
|
if attributes.key?(:'instructions_link')
|
@@ -140,32 +170,45 @@ module Svix
|
|
140
170
|
|
141
171
|
if attributes.key?(:'kind')
|
142
172
|
self.kind = attributes[:'kind']
|
173
|
+
else
|
174
|
+
self.kind = nil
|
143
175
|
end
|
144
176
|
|
145
177
|
if attributes.key?(:'logo')
|
146
178
|
self.logo = attributes[:'logo']
|
179
|
+
else
|
180
|
+
self.logo = nil
|
147
181
|
end
|
148
182
|
|
149
183
|
if attributes.key?(:'name')
|
150
184
|
self.name = attributes[:'name']
|
185
|
+
else
|
186
|
+
self.name = nil
|
151
187
|
end
|
152
188
|
|
153
189
|
if attributes.key?(:'org_id')
|
154
190
|
self.org_id = attributes[:'org_id']
|
191
|
+
else
|
192
|
+
self.org_id = nil
|
155
193
|
end
|
156
194
|
|
157
195
|
if attributes.key?(:'transformation')
|
158
196
|
self.transformation = attributes[:'transformation']
|
197
|
+
else
|
198
|
+
self.transformation = nil
|
159
199
|
end
|
160
200
|
|
161
201
|
if attributes.key?(:'updated_at')
|
162
202
|
self.updated_at = attributes[:'updated_at']
|
203
|
+
else
|
204
|
+
self.updated_at = nil
|
163
205
|
end
|
164
206
|
end
|
165
207
|
|
166
208
|
# Show invalid properties with the reasons. Usually used together with valid?
|
167
209
|
# @return Array for valid properties with the reasons
|
168
210
|
def list_invalid_properties
|
211
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
169
212
|
invalid_properties = Array.new
|
170
213
|
if @created_at.nil?
|
171
214
|
invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
|
@@ -226,6 +269,7 @@ module Svix
|
|
226
269
|
# Check to see if the all the properties in the model are valid
|
227
270
|
# @return true if the model is valid
|
228
271
|
def valid?
|
272
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
229
273
|
return false if @created_at.nil?
|
230
274
|
return false if @description.nil?
|
231
275
|
return false if !@feature_flag.nil? && @feature_flag.to_s.length > 256
|
@@ -303,36 +347,30 @@ module Svix
|
|
303
347
|
# @param [Hash] attributes Model attributes in the form of hash
|
304
348
|
# @return [Object] Returns the model itself
|
305
349
|
def self.build_from_hash(attributes)
|
306
|
-
new.build_from_hash(attributes)
|
307
|
-
end
|
308
|
-
|
309
|
-
# Builds the object from hash
|
310
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
311
|
-
# @return [Object] Returns the model itself
|
312
|
-
def build_from_hash(attributes)
|
313
350
|
return nil unless attributes.is_a?(Hash)
|
314
|
-
|
315
|
-
|
316
|
-
|
351
|
+
attributes = attributes.transform_keys(&:to_sym)
|
352
|
+
transformed_hash = {}
|
353
|
+
openapi_types.each_pair do |key, type|
|
354
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
355
|
+
transformed_hash["#{key}"] = nil
|
317
356
|
elsif type =~ /\AArray<(.*)>/i
|
318
357
|
# check to ensure the input is an array given that the attribute
|
319
358
|
# is documented as an array but the input is not
|
320
|
-
if attributes[
|
321
|
-
|
359
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
360
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
322
361
|
end
|
323
|
-
elsif !attributes[
|
324
|
-
|
362
|
+
elsif !attributes[attribute_map[key]].nil?
|
363
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
325
364
|
end
|
326
365
|
end
|
327
|
-
|
328
|
-
self
|
366
|
+
new(transformed_hash)
|
329
367
|
end
|
330
368
|
|
331
369
|
# Deserializes the data based on type
|
332
370
|
# @param string type Data type
|
333
371
|
# @param string value Value to be deserialized
|
334
372
|
# @return [Object] Deserialized data
|
335
|
-
def _deserialize(type, value)
|
373
|
+
def self._deserialize(type, value)
|
336
374
|
case type.to_sym
|
337
375
|
when :Time
|
338
376
|
Time.parse(value)
|
@@ -367,7 +405,7 @@ module Svix
|
|
367
405
|
else # model
|
368
406
|
# models (e.g. Pet) or oneOf
|
369
407
|
klass = Svix.const_get(type)
|
370
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
408
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
371
409
|
end
|
372
410
|
end
|
373
411
|
|