svix 1.38.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (219) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/README.md +8 -1
  4. data/lib/svix/api/application_api.rb +23 -14
  5. data/lib/svix/api/authentication_api.rb +23 -11
  6. data/lib/svix/api/background_tasks_api.rb +3 -3
  7. data/lib/svix/api/broadcast_api.rb +6 -3
  8. data/lib/svix/api/endpoint_api.rb +86 -44
  9. data/lib/svix/api/environment_api.rb +8 -5
  10. data/lib/svix/api/environment_settings_api.rb +2 -2
  11. data/lib/svix/api/event_type_api.rb +39 -21
  12. data/lib/svix/api/events_api.rb +2 -2
  13. data/lib/svix/api/health_api.rb +2 -2
  14. data/lib/svix/api/inbound_api.rb +7 -4
  15. data/lib/svix/api/integration_api.rb +16 -10
  16. data/lib/svix/api/message_api.rb +21 -15
  17. data/lib/svix/api/message_attempt_api.rb +25 -25
  18. data/lib/svix/api/statistics_api.rb +9 -6
  19. data/lib/svix/api/stream_api.rb +176 -10
  20. data/lib/svix/api/stream_event_types_api.rb +486 -0
  21. data/lib/svix/api/transformation_template_api.rb +49 -22
  22. data/lib/svix/api/webhook_endpoint_api.rb +572 -0
  23. data/lib/svix/api_client.rb +45 -28
  24. data/lib/svix/api_error.rb +2 -1
  25. data/lib/svix/configuration.rb +42 -12
  26. data/lib/svix/models/aggregate_event_types_out.rb +43 -19
  27. data/lib/svix/models/app_portal_access_in.rb +19 -19
  28. data/lib/svix/models/app_portal_access_out.rb +19 -19
  29. data/lib/svix/models/app_usage_stats_in.rb +19 -19
  30. data/lib/svix/models/app_usage_stats_out.rb +43 -19
  31. data/lib/svix/models/application_in.rb +17 -19
  32. data/lib/svix/models/application_out.rb +25 -19
  33. data/lib/svix/models/application_patch.rb +15 -19
  34. data/lib/svix/models/application_stats.rb +19 -19
  35. data/lib/svix/models/application_token_expire_in.rb +15 -19
  36. data/lib/svix/models/attempt_statistics_data.rb +15 -19
  37. data/lib/svix/models/attempt_statistics_response.rb +45 -19
  38. data/lib/svix/models/auth_token_out.rb +21 -19
  39. data/lib/svix/models/azure_blob_storage_config.rb +21 -19
  40. data/lib/svix/models/background_task_out.rb +45 -19
  41. data/lib/svix/models/background_task_status.rb +7 -4
  42. data/lib/svix/models/background_task_type.rb +7 -4
  43. data/lib/svix/models/big_query_config.rb +271 -0
  44. data/lib/svix/models/border_radius_config.rb +37 -19
  45. data/lib/svix/models/border_radius_enum.rb +7 -4
  46. data/lib/svix/models/client_secret_jwt_params_in.rb +41 -19
  47. data/lib/svix/models/completion_choice.rb +21 -19
  48. data/lib/svix/models/completion_message.rb +19 -19
  49. data/lib/svix/models/create_message_token_in.rb +17 -19
  50. data/lib/svix/models/create_stream_in.rb +30 -23
  51. data/lib/svix/models/custom_color_palette.rb +15 -19
  52. data/lib/svix/models/custom_strings_override.rb +15 -19
  53. data/lib/svix/models/custom_theme_override.rb +15 -19
  54. data/lib/svix/models/dashboard_access_out.rb +19 -19
  55. data/lib/svix/models/duration.rb +19 -19
  56. data/lib/svix/models/endpoint_created_event.rb +17 -19
  57. data/lib/svix/models/endpoint_created_event_data.rb +19 -19
  58. data/lib/svix/models/endpoint_deleted_event.rb +17 -19
  59. data/lib/svix/models/endpoint_deleted_event_data.rb +19 -19
  60. data/lib/svix/models/endpoint_disabled_event.rb +17 -19
  61. data/lib/svix/models/endpoint_disabled_event_data.rb +21 -19
  62. data/lib/svix/models/endpoint_headers_in.rb +17 -19
  63. data/lib/svix/models/endpoint_headers_out.rb +19 -19
  64. data/lib/svix/models/endpoint_headers_patch_in.rb +17 -19
  65. data/lib/svix/models/endpoint_in.rb +17 -19
  66. data/lib/svix/models/endpoint_message_out.rb +47 -19
  67. data/lib/svix/models/endpoint_mtls_config_in.rb +17 -19
  68. data/lib/svix/models/endpoint_oauth_config_in.rb +45 -19
  69. data/lib/svix/models/endpoint_out.rb +29 -19
  70. data/lib/svix/models/endpoint_patch.rb +20 -20
  71. data/lib/svix/models/endpoint_secret_out.rb +17 -19
  72. data/lib/svix/models/endpoint_secret_rotate_in.rb +15 -21
  73. data/lib/svix/models/endpoint_stats.rb +23 -19
  74. data/lib/svix/models/endpoint_transformation_in.rb +15 -19
  75. data/lib/svix/models/endpoint_transformation_out.rb +15 -19
  76. data/lib/svix/models/endpoint_transformation_simulate_in.rb +21 -19
  77. data/lib/svix/models/endpoint_transformation_simulate_out.rb +41 -19
  78. data/lib/svix/models/endpoint_update.rb +17 -19
  79. data/lib/svix/models/endpoint_updated_event.rb +17 -19
  80. data/lib/svix/models/endpoint_updated_event_data.rb +19 -19
  81. data/lib/svix/models/environment_in.rb +19 -19
  82. data/lib/svix/models/environment_out.rb +21 -19
  83. data/lib/svix/models/environment_settings_out.rb +15 -19
  84. data/lib/svix/models/event_example_in.rb +52 -23
  85. data/lib/svix/models/event_in.rb +55 -20
  86. data/lib/svix/models/event_out.rb +57 -20
  87. data/lib/svix/models/event_stream_out.rb +21 -19
  88. data/lib/svix/models/event_type_example_out.rb +17 -19
  89. data/lib/svix/models/event_type_from_open_api.rb +95 -20
  90. data/lib/svix/models/event_type_import_open_api_in.rb +15 -19
  91. data/lib/svix/models/event_type_import_open_api_out.rb +17 -19
  92. data/lib/svix/models/event_type_import_open_api_out_data.rb +17 -19
  93. data/lib/svix/models/event_type_in.rb +19 -19
  94. data/lib/svix/models/event_type_out.rb +25 -19
  95. data/lib/svix/models/event_type_patch.rb +15 -19
  96. data/lib/svix/models/event_type_schema_in.rb +17 -19
  97. data/lib/svix/models/event_type_update.rb +17 -19
  98. data/lib/svix/models/export_event_type_out.rb +43 -19
  99. data/lib/svix/models/font_size_config.rb +15 -19
  100. data/lib/svix/models/generate_in.rb +17 -19
  101. data/lib/svix/models/generate_out.rb +25 -19
  102. data/lib/svix/models/google_cloud_storage_config.rb +19 -19
  103. data/lib/svix/models/http_error_out.rb +19 -19
  104. data/lib/svix/models/http_validation_error.rb +17 -19
  105. data/lib/svix/models/hubspot_oauth_config_in.rb +17 -19
  106. data/lib/svix/models/inbound_path_params.rb +19 -19
  107. data/lib/svix/models/incoming_webhook_payload_out.rb +15 -19
  108. data/lib/svix/models/integration_in.rb +17 -19
  109. data/lib/svix/models/integration_key_out.rb +17 -19
  110. data/lib/svix/models/integration_out.rb +23 -19
  111. data/lib/svix/models/integration_update.rb +17 -19
  112. data/lib/svix/models/kafka_security_protocol_type.rb +7 -4
  113. data/lib/svix/models/list_response_application_out.rb +19 -19
  114. data/lib/svix/models/list_response_application_stats.rb +19 -19
  115. data/lib/svix/models/list_response_background_task_out.rb +19 -19
  116. data/lib/svix/models/list_response_endpoint_message_out.rb +19 -19
  117. data/lib/svix/models/list_response_endpoint_out.rb +19 -19
  118. data/lib/svix/models/list_response_event_type_out.rb +19 -19
  119. data/lib/svix/models/list_response_integration_out.rb +19 -19
  120. data/lib/svix/models/list_response_message_attempt_endpoint_out.rb +19 -19
  121. data/lib/svix/models/list_response_message_attempt_out.rb +19 -19
  122. data/lib/svix/models/list_response_message_endpoint_out.rb +19 -19
  123. data/lib/svix/models/list_response_message_out.rb +19 -19
  124. data/lib/svix/models/list_response_operational_webhook_endpoint_out.rb +259 -0
  125. data/lib/svix/models/list_response_sink_out.rb +19 -19
  126. data/lib/svix/models/list_response_stream_event_type_out.rb +259 -0
  127. data/lib/svix/models/list_response_stream_out.rb +19 -19
  128. data/lib/svix/models/list_response_stream_sink_out.rb +19 -19
  129. data/lib/svix/models/list_response_template_out.rb +19 -19
  130. data/lib/svix/models/message_attempt_endpoint_out.rb +57 -19
  131. data/lib/svix/models/message_attempt_exhausted_event.rb +17 -19
  132. data/lib/svix/models/message_attempt_exhausted_event_data.rb +23 -19
  133. data/lib/svix/models/message_attempt_failed_data.rb +21 -19
  134. data/lib/svix/models/message_attempt_failing_event.rb +17 -19
  135. data/lib/svix/models/message_attempt_failing_event_data.rb +23 -19
  136. data/lib/svix/models/message_attempt_headers_out.rb +19 -19
  137. data/lib/svix/models/message_attempt_out.rb +57 -19
  138. data/lib/svix/models/message_attempt_recovered_event.rb +17 -19
  139. data/lib/svix/models/message_attempt_recovered_event_data.rb +23 -19
  140. data/lib/svix/models/message_attempt_trigger_type.rb +7 -4
  141. data/lib/svix/models/message_broadcast_in.rb +19 -19
  142. data/lib/svix/models/message_broadcast_out.rb +43 -19
  143. data/lib/svix/models/message_endpoint_out.rb +51 -19
  144. data/lib/svix/models/message_events_out.rb +21 -19
  145. data/lib/svix/models/message_in.rb +19 -19
  146. data/lib/svix/models/message_out.rb +23 -19
  147. data/lib/svix/models/message_raw_payload_out.rb +17 -19
  148. data/lib/svix/models/message_status.rb +7 -4
  149. data/lib/svix/models/message_subscriber_auth_token_out.rb +19 -19
  150. data/lib/svix/models/o_auth_payload_in.rb +19 -19
  151. data/lib/svix/models/o_auth_payload_out.rb +15 -19
  152. data/lib/svix/models/oauth2_auth_method_in.rb +7 -4
  153. data/lib/svix/models/oauth2_grant_type_in.rb +7 -4
  154. data/lib/svix/models/oauth_jws_signing_algorithm.rb +7 -4
  155. data/lib/svix/models/one_time_token_in.rb +17 -19
  156. data/lib/svix/models/one_time_token_out.rb +17 -19
  157. data/lib/svix/models/operational_webhook_endpoint_in.rb +408 -0
  158. data/lib/svix/models/operational_webhook_endpoint_out.rb +442 -0
  159. data/lib/svix/models/operational_webhook_endpoint_secret_in.rb +233 -0
  160. data/lib/svix/models/operational_webhook_endpoint_secret_out.rb +243 -0
  161. data/lib/svix/models/operational_webhook_endpoint_update.rb +380 -0
  162. data/lib/svix/models/ordering.rb +7 -4
  163. data/lib/svix/models/recover_in.rb +17 -19
  164. data/lib/svix/models/recover_out.rb +43 -19
  165. data/lib/svix/models/redshift_config.rb +25 -19
  166. data/lib/svix/models/replay_in.rb +17 -19
  167. data/lib/svix/models/replay_out.rb +43 -19
  168. data/lib/svix/models/retry_schedule_in_out.rb +15 -19
  169. data/lib/svix/models/rotated_url_out.rb +17 -19
  170. data/lib/svix/models/s3_config.rb +23 -19
  171. data/lib/svix/models/settings_in.rb +15 -19
  172. data/lib/svix/models/settings_out.rb +15 -19
  173. data/lib/svix/models/sink_http_config.rb +17 -19
  174. data/lib/svix/models/sink_in.rb +4 -4
  175. data/lib/svix/models/sink_in_one_of.rb +21 -19
  176. data/lib/svix/models/sink_in_one_of1.rb +25 -19
  177. data/lib/svix/models/sink_in_one_of2.rb +23 -19
  178. data/lib/svix/models/sink_in_one_of3.rb +19 -19
  179. data/lib/svix/models/sink_otel_v1_config.rb +17 -19
  180. data/lib/svix/models/sink_out.rb +4 -4
  181. data/lib/svix/models/sink_payload_format.rb +7 -4
  182. data/lib/svix/models/sink_status.rb +7 -4
  183. data/lib/svix/models/sink_status_in.rb +7 -4
  184. data/lib/svix/models/sink_transform_in.rb +15 -19
  185. data/lib/svix/models/sink_transformation_out.rb +15 -19
  186. data/lib/svix/models/snowflake_config.rb +21 -19
  187. data/lib/svix/models/statistics_period.rb +7 -4
  188. data/lib/svix/models/status_code_class.rb +7 -4
  189. data/lib/svix/models/stream_event_type_in.rb +262 -0
  190. data/lib/svix/models/stream_event_type_out.rb +294 -0
  191. data/lib/svix/models/stream_event_type_patch.rb +254 -0
  192. data/lib/svix/models/stream_in.rb +24 -22
  193. data/lib/svix/models/stream_out.rb +28 -22
  194. data/lib/svix/models/stream_patch.rb +22 -22
  195. data/lib/svix/models/stream_sink_in.rb +6 -5
  196. data/lib/svix/models/stream_sink_in_one_of.rb +19 -19
  197. data/lib/svix/models/stream_sink_in_one_of1.rb +19 -19
  198. data/lib/svix/models/stream_sink_in_one_of2.rb +19 -19
  199. data/lib/svix/models/stream_sink_in_one_of3.rb +19 -19
  200. data/lib/svix/models/stream_sink_in_one_of4.rb +19 -19
  201. data/lib/svix/models/stream_sink_in_one_of5.rb +19 -19
  202. data/lib/svix/models/stream_sink_in_one_of6.rb +19 -19
  203. data/lib/svix/models/stream_sink_in_one_of7.rb +271 -0
  204. data/lib/svix/models/stream_sink_out.rb +6 -5
  205. data/lib/svix/models/stream_sink_patch.rb +6 -5
  206. data/lib/svix/models/template_in.rb +43 -21
  207. data/lib/svix/models/template_out.rb +57 -19
  208. data/lib/svix/models/template_patch.rb +43 -21
  209. data/lib/svix/models/template_update.rb +41 -19
  210. data/lib/svix/models/transformation_http_method.rb +7 -4
  211. data/lib/svix/models/transformation_simulate_in.rb +21 -19
  212. data/lib/svix/models/transformation_simulate_out.rb +41 -19
  213. data/lib/svix/models/transformation_template_kind.rb +7 -4
  214. data/lib/svix/models/validation_error.rb +21 -19
  215. data/lib/svix/operational_webhook_endpoint_api.rb +37 -0
  216. data/lib/svix/version.rb +1 -1
  217. data/svix.gemspec +12 -2
  218. metadata +45 -22
  219. 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
- OpenAPI Generator version: 5.2.0
9
+ Generator version: 7.9.0
10
10
 
11
11
  =end
12
12
 
@@ -74,6 +74,7 @@ module Svix
74
74
  # Show invalid properties with the reasons. Usually used together with valid?
75
75
  # @return Array for valid properties with the reasons
76
76
  def list_invalid_properties
77
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
77
78
  invalid_properties = Array.new
78
79
  if !@code.nil? && @code.to_s.length > 51200
79
80
  invalid_properties.push('invalid value for "code", the character length must be smaller than or equal to 51200.')
@@ -89,6 +90,7 @@ module Svix
89
90
  # Check to see if the all the properties in the model are valid
90
91
  # @return true if the model is valid
91
92
  def valid?
93
+ warn '[DEPRECATED] the `valid?` method is obsolete'
92
94
  return false if !@code.nil? && @code.to_s.length > 51200
93
95
  return false if !@code.nil? && @code.to_s.length < 10
94
96
  true
@@ -133,36 +135,30 @@ module Svix
133
135
  # @param [Hash] attributes Model attributes in the form of hash
134
136
  # @return [Object] Returns the model itself
135
137
  def self.build_from_hash(attributes)
136
- new.build_from_hash(attributes)
137
- end
138
-
139
- # Builds the object from hash
140
- # @param [Hash] attributes Model attributes in the form of hash
141
- # @return [Object] Returns the model itself
142
- def build_from_hash(attributes)
143
138
  return nil unless attributes.is_a?(Hash)
144
- self.class.openapi_types.each_pair do |key, type|
145
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
146
- self.send("#{key}=", nil)
139
+ attributes = attributes.transform_keys(&:to_sym)
140
+ transformed_hash = {}
141
+ openapi_types.each_pair do |key, type|
142
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
143
+ transformed_hash["#{key}"] = nil
147
144
  elsif type =~ /\AArray<(.*)>/i
148
145
  # check to ensure the input is an array given that the attribute
149
146
  # is documented as an array but the input is not
150
- if attributes[self.class.attribute_map[key]].is_a?(Array)
151
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
147
+ if attributes[attribute_map[key]].is_a?(Array)
148
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
152
149
  end
153
- elsif !attributes[self.class.attribute_map[key]].nil?
154
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
150
+ elsif !attributes[attribute_map[key]].nil?
151
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
155
152
  end
156
153
  end
157
-
158
- self
154
+ new(transformed_hash)
159
155
  end
160
156
 
161
157
  # Deserializes the data based on type
162
158
  # @param string type Data type
163
159
  # @param string value Value to be deserialized
164
160
  # @return [Object] Deserialized data
165
- def _deserialize(type, value)
161
+ def self._deserialize(type, value)
166
162
  case type.to_sym
167
163
  when :Time
168
164
  Time.parse(value)
@@ -197,7 +193,7 @@ module Svix
197
193
  else # model
198
194
  # models (e.g. Pet) or oneOf
199
195
  klass = Svix.const_get(type)
200
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
196
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
201
197
  end
202
198
  end
203
199
 
@@ -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
- OpenAPI Generator version: 5.2.0
9
+ Generator version: 7.9.0
10
10
 
11
11
  =end
12
12
 
@@ -76,6 +76,7 @@ module Svix
76
76
  # Show invalid properties with the reasons. Usually used together with valid?
77
77
  # @return Array for valid properties with the reasons
78
78
  def list_invalid_properties
79
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
79
80
  invalid_properties = Array.new
80
81
  if !@code.nil? && @code.to_s.length > 51200
81
82
  invalid_properties.push('invalid value for "code", the character length must be smaller than or equal to 51200.')
@@ -91,6 +92,7 @@ module Svix
91
92
  # Check to see if the all the properties in the model are valid
92
93
  # @return true if the model is valid
93
94
  def valid?
95
+ warn '[DEPRECATED] the `valid?` method is obsolete'
94
96
  return false if !@code.nil? && @code.to_s.length > 51200
95
97
  return false if !@code.nil? && @code.to_s.length < 10
96
98
  true
@@ -135,36 +137,30 @@ module Svix
135
137
  # @param [Hash] attributes Model attributes in the form of hash
136
138
  # @return [Object] Returns the model itself
137
139
  def self.build_from_hash(attributes)
138
- new.build_from_hash(attributes)
139
- end
140
-
141
- # Builds the object from hash
142
- # @param [Hash] attributes Model attributes in the form of hash
143
- # @return [Object] Returns the model itself
144
- def build_from_hash(attributes)
145
140
  return nil unless attributes.is_a?(Hash)
146
- self.class.openapi_types.each_pair do |key, type|
147
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
148
- self.send("#{key}=", nil)
141
+ attributes = attributes.transform_keys(&:to_sym)
142
+ transformed_hash = {}
143
+ openapi_types.each_pair do |key, type|
144
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
145
+ transformed_hash["#{key}"] = nil
149
146
  elsif type =~ /\AArray<(.*)>/i
150
147
  # check to ensure the input is an array given that the attribute
151
148
  # is documented as an array but the input is not
152
- if attributes[self.class.attribute_map[key]].is_a?(Array)
153
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
149
+ if attributes[attribute_map[key]].is_a?(Array)
150
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
154
151
  end
155
- elsif !attributes[self.class.attribute_map[key]].nil?
156
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
152
+ elsif !attributes[attribute_map[key]].nil?
153
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
157
154
  end
158
155
  end
159
-
160
- self
156
+ new(transformed_hash)
161
157
  end
162
158
 
163
159
  # Deserializes the data based on type
164
160
  # @param string type Data type
165
161
  # @param string value Value to be deserialized
166
162
  # @return [Object] Deserialized data
167
- def _deserialize(type, value)
163
+ def self._deserialize(type, value)
168
164
  case type.to_sym
169
165
  when :Time
170
166
  Time.parse(value)
@@ -199,7 +195,7 @@ module Svix
199
195
  else # model
200
196
  # models (e.g. Pet) or oneOf
201
197
  klass = Svix.const_get(type)
202
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
198
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
203
199
  end
204
200
  end
205
201
 
@@ -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
- OpenAPI Generator version: 5.2.0
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
- self.class.openapi_types.each_pair do |key, type|
221
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
222
- self.send("#{key}=", nil)
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[self.class.attribute_map[key]].is_a?(Array)
227
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
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[self.class.attribute_map[key]].nil?
230
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
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
- OpenAPI Generator version: 5.2.0
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
- self.class.openapi_types.each_pair do |key, type|
167
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
168
- self.send("#{key}=", nil)
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[self.class.attribute_map[key]].is_a?(Array)
173
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
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[self.class.attribute_map[key]].nil?
176
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
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
- OpenAPI Generator version: 5.2.0
9
+ Generator version: 7.9.0
10
10
 
11
11
  =end
12
12
 
@@ -136,6 +136,8 @@ module Svix
136
136
 
137
137
  if attributes.key?(:'url')
138
138
  self.url = attributes[:'url']
139
+ else
140
+ self.url = nil
139
141
  end
140
142
 
141
143
  if attributes.key?(:'version')
@@ -148,6 +150,7 @@ module Svix
148
150
  # Show invalid properties with the reasons. Usually used together with valid?
149
151
  # @return Array for valid properties with the reasons
150
152
  def list_invalid_properties
153
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
151
154
  invalid_properties = Array.new
152
155
  if !@channels.nil? && @channels.length > 10
153
156
  invalid_properties.push('invalid value for "channels", number of items must be less than or equal to 10.')
@@ -200,6 +203,7 @@ module Svix
200
203
  # Check to see if the all the properties in the model are valid
201
204
  # @return true if the model is valid
202
205
  def valid?
206
+ warn '[DEPRECATED] the `valid?` method is obsolete'
203
207
  return false if !@channels.nil? && @channels.length > 10
204
208
  return false if !@channels.nil? && @channels.length < 1
205
209
  return false if !@filter_types.nil? && @filter_types.length < 1
@@ -327,36 +331,30 @@ module Svix
327
331
  # @param [Hash] attributes Model attributes in the form of hash
328
332
  # @return [Object] Returns the model itself
329
333
  def self.build_from_hash(attributes)
330
- new.build_from_hash(attributes)
331
- end
332
-
333
- # Builds the object from hash
334
- # @param [Hash] attributes Model attributes in the form of hash
335
- # @return [Object] Returns the model itself
336
- def build_from_hash(attributes)
337
334
  return nil unless attributes.is_a?(Hash)
338
- self.class.openapi_types.each_pair do |key, type|
339
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
340
- self.send("#{key}=", nil)
335
+ attributes = attributes.transform_keys(&:to_sym)
336
+ transformed_hash = {}
337
+ openapi_types.each_pair do |key, type|
338
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
339
+ transformed_hash["#{key}"] = nil
341
340
  elsif type =~ /\AArray<(.*)>/i
342
341
  # check to ensure the input is an array given that the attribute
343
342
  # is documented as an array but the input is not
344
- if attributes[self.class.attribute_map[key]].is_a?(Array)
345
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
343
+ if attributes[attribute_map[key]].is_a?(Array)
344
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
346
345
  end
347
- elsif !attributes[self.class.attribute_map[key]].nil?
348
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
346
+ elsif !attributes[attribute_map[key]].nil?
347
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
349
348
  end
350
349
  end
351
-
352
- self
350
+ new(transformed_hash)
353
351
  end
354
352
 
355
353
  # Deserializes the data based on type
356
354
  # @param string type Data type
357
355
  # @param string value Value to be deserialized
358
356
  # @return [Object] Deserialized data
359
- def _deserialize(type, value)
357
+ def self._deserialize(type, value)
360
358
  case type.to_sym
361
359
  when :Time
362
360
  Time.parse(value)
@@ -391,7 +389,7 @@ module Svix
391
389
  else # model
392
390
  # models (e.g. Pet) or oneOf
393
391
  klass = Svix.const_get(type)
394
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
392
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
395
393
  end
396
394
  end
397
395
 
@@ -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
- OpenAPI Generator version: 5.2.0
9
+ Generator version: 7.9.0
10
10
 
11
11
  =end
12
12
 
@@ -86,6 +86,8 @@ module Svix
86
86
 
87
87
  if attributes.key?(:'data')
88
88
  self.data = attributes[:'data']
89
+ else
90
+ self.data = nil
89
91
  end
90
92
 
91
93
  if attributes.key?(:'type')
@@ -98,6 +100,7 @@ module Svix
98
100
  # Show invalid properties with the reasons. Usually used together with valid?
99
101
  # @return Array for valid properties with the reasons
100
102
  def list_invalid_properties
103
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
101
104
  invalid_properties = Array.new
102
105
  if @data.nil?
103
106
  invalid_properties.push('invalid value for "data", data cannot be nil.')
@@ -113,6 +116,7 @@ module Svix
113
116
  # Check to see if the all the properties in the model are valid
114
117
  # @return true if the model is valid
115
118
  def valid?
119
+ warn '[DEPRECATED] the `valid?` method is obsolete'
116
120
  return false if @data.nil?
117
121
  return false if @type.nil?
118
122
  type_validator = EnumAttributeValidator.new('String', ["endpoint.updated"])
@@ -155,36 +159,30 @@ module Svix
155
159
  # @param [Hash] attributes Model attributes in the form of hash
156
160
  # @return [Object] Returns the model itself
157
161
  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
162
  return nil unless attributes.is_a?(Hash)
166
- self.class.openapi_types.each_pair do |key, type|
167
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
168
- self.send("#{key}=", nil)
163
+ attributes = attributes.transform_keys(&:to_sym)
164
+ transformed_hash = {}
165
+ openapi_types.each_pair do |key, type|
166
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
167
+ transformed_hash["#{key}"] = nil
169
168
  elsif type =~ /\AArray<(.*)>/i
170
169
  # check to ensure the input is an array given that the attribute
171
170
  # is documented as an array but the input is not
172
- if attributes[self.class.attribute_map[key]].is_a?(Array)
173
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
171
+ if attributes[attribute_map[key]].is_a?(Array)
172
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
174
173
  end
175
- elsif !attributes[self.class.attribute_map[key]].nil?
176
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
174
+ elsif !attributes[attribute_map[key]].nil?
175
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
177
176
  end
178
177
  end
179
-
180
- self
178
+ new(transformed_hash)
181
179
  end
182
180
 
183
181
  # Deserializes the data based on type
184
182
  # @param string type Data type
185
183
  # @param string value Value to be deserialized
186
184
  # @return [Object] Deserialized data
187
- def _deserialize(type, value)
185
+ def self._deserialize(type, value)
188
186
  case type.to_sym
189
187
  when :Time
190
188
  Time.parse(value)
@@ -219,7 +217,7 @@ module Svix
219
217
  else # model
220
218
  # models (e.g. Pet) or oneOf
221
219
  klass = Svix.const_get(type)
222
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
220
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
223
221
  end
224
222
  end
225
223
 
@@ -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
- OpenAPI Generator version: 5.2.0
9
+ Generator version: 7.9.0
10
10
 
11
11
  =end
12
12
 
@@ -78,6 +78,8 @@ module Svix
78
78
 
79
79
  if attributes.key?(:'app_id')
80
80
  self.app_id = attributes[:'app_id']
81
+ else
82
+ self.app_id = nil
81
83
  end
82
84
 
83
85
  if attributes.key?(:'app_uid')
@@ -86,6 +88,8 @@ module Svix
86
88
 
87
89
  if attributes.key?(:'endpoint_id')
88
90
  self.endpoint_id = attributes[:'endpoint_id']
91
+ else
92
+ self.endpoint_id = nil
89
93
  end
90
94
 
91
95
  if attributes.key?(:'endpoint_uid')
@@ -96,6 +100,7 @@ module Svix
96
100
  # Show invalid properties with the reasons. Usually used together with valid?
97
101
  # @return Array for valid properties with the reasons
98
102
  def list_invalid_properties
103
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
99
104
  invalid_properties = Array.new
100
105
  if @app_id.nil?
101
106
  invalid_properties.push('invalid value for "app_id", app_id cannot be nil.')
@@ -137,6 +142,7 @@ module Svix
137
142
  # Check to see if the all the properties in the model are valid
138
143
  # @return true if the model is valid
139
144
  def valid?
145
+ warn '[DEPRECATED] the `valid?` method is obsolete'
140
146
  return false if @app_id.nil?
141
147
  return false if !@app_uid.nil? && @app_uid.to_s.length > 256
142
148
  return false if !@app_uid.nil? && @app_uid.to_s.length < 1
@@ -213,36 +219,30 @@ module Svix
213
219
  # @param [Hash] attributes Model attributes in the form of hash
214
220
  # @return [Object] Returns the model itself
215
221
  def self.build_from_hash(attributes)
216
- new.build_from_hash(attributes)
217
- end
218
-
219
- # Builds the object from hash
220
- # @param [Hash] attributes Model attributes in the form of hash
221
- # @return [Object] Returns the model itself
222
- def build_from_hash(attributes)
223
222
  return nil unless attributes.is_a?(Hash)
224
- self.class.openapi_types.each_pair do |key, type|
225
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
226
- self.send("#{key}=", nil)
223
+ attributes = attributes.transform_keys(&:to_sym)
224
+ transformed_hash = {}
225
+ openapi_types.each_pair do |key, type|
226
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
227
+ transformed_hash["#{key}"] = nil
227
228
  elsif type =~ /\AArray<(.*)>/i
228
229
  # check to ensure the input is an array given that the attribute
229
230
  # is documented as an array but the input is not
230
- if attributes[self.class.attribute_map[key]].is_a?(Array)
231
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
231
+ if attributes[attribute_map[key]].is_a?(Array)
232
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
232
233
  end
233
- elsif !attributes[self.class.attribute_map[key]].nil?
234
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
234
+ elsif !attributes[attribute_map[key]].nil?
235
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
235
236
  end
236
237
  end
237
-
238
- self
238
+ new(transformed_hash)
239
239
  end
240
240
 
241
241
  # Deserializes the data based on type
242
242
  # @param string type Data type
243
243
  # @param string value Value to be deserialized
244
244
  # @return [Object] Deserialized data
245
- def _deserialize(type, value)
245
+ def self._deserialize(type, value)
246
246
  case type.to_sym
247
247
  when :Time
248
248
  Time.parse(value)
@@ -277,7 +277,7 @@ module Svix
277
277
  else # model
278
278
  # models (e.g. Pet) or oneOf
279
279
  klass = Svix.const_get(type)
280
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
280
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
281
281
  end
282
282
  end
283
283