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
 
@@ -67,6 +67,7 @@ module Svix
67
67
  # Show invalid properties with the reasons. Usually used together with valid?
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
70
71
  invalid_properties = Array.new
71
72
  if !@expiry.nil? && @expiry > 259200
72
73
  invalid_properties.push('invalid value for "expiry", must be smaller than or equal to 259200.')
@@ -82,6 +83,7 @@ module Svix
82
83
  # Check to see if the all the properties in the model are valid
83
84
  # @return true if the model is valid
84
85
  def valid?
86
+ warn '[DEPRECATED] the `valid?` method is obsolete'
85
87
  return false if !@expiry.nil? && @expiry > 259200
86
88
  return false if !@expiry.nil? && @expiry < 0
87
89
  true
@@ -125,36 +127,30 @@ module Svix
125
127
  # @param [Hash] attributes Model attributes in the form of hash
126
128
  # @return [Object] Returns the model itself
127
129
  def self.build_from_hash(attributes)
128
- new.build_from_hash(attributes)
129
- end
130
-
131
- # Builds the object from hash
132
- # @param [Hash] attributes Model attributes in the form of hash
133
- # @return [Object] Returns the model itself
134
- def build_from_hash(attributes)
135
130
  return nil unless attributes.is_a?(Hash)
136
- self.class.openapi_types.each_pair do |key, type|
137
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
138
- self.send("#{key}=", nil)
131
+ attributes = attributes.transform_keys(&:to_sym)
132
+ transformed_hash = {}
133
+ openapi_types.each_pair do |key, type|
134
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
135
+ transformed_hash["#{key}"] = nil
139
136
  elsif type =~ /\AArray<(.*)>/i
140
137
  # check to ensure the input is an array given that the attribute
141
138
  # is documented as an array but the input is not
142
- if attributes[self.class.attribute_map[key]].is_a?(Array)
143
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
139
+ if attributes[attribute_map[key]].is_a?(Array)
140
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
144
141
  end
145
- elsif !attributes[self.class.attribute_map[key]].nil?
146
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
142
+ elsif !attributes[attribute_map[key]].nil?
143
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
147
144
  end
148
145
  end
149
-
150
- self
146
+ new(transformed_hash)
151
147
  end
152
148
 
153
149
  # Deserializes the data based on type
154
150
  # @param string type Data type
155
151
  # @param string value Value to be deserialized
156
152
  # @return [Object] Deserialized data
157
- def _deserialize(type, value)
153
+ def self._deserialize(type, value)
158
154
  case type.to_sym
159
155
  when :Time
160
156
  Time.parse(value)
@@ -189,7 +185,7 @@ module Svix
189
185
  else # model
190
186
  # models (e.g. Pet) or oneOf
191
187
  klass = Svix.const_get(type)
192
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
188
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
193
189
  end
194
190
  end
195
191
 
@@ -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,6 +79,7 @@ module Svix
79
79
  # Show invalid properties with the reasons. Usually used together with valid?
80
80
  # @return Array for valid properties with the reasons
81
81
  def list_invalid_properties
82
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
82
83
  invalid_properties = Array.new
83
84
  invalid_properties
84
85
  end
@@ -86,6 +87,7 @@ module Svix
86
87
  # Check to see if the all the properties in the model are valid
87
88
  # @return true if the model is valid
88
89
  def valid?
90
+ warn '[DEPRECATED] the `valid?` method is obsolete'
89
91
  true
90
92
  end
91
93
 
@@ -114,36 +116,30 @@ module Svix
114
116
  # @param [Hash] attributes Model attributes in the form of hash
115
117
  # @return [Object] Returns the model itself
116
118
  def self.build_from_hash(attributes)
117
- new.build_from_hash(attributes)
118
- end
119
-
120
- # Builds the object from hash
121
- # @param [Hash] attributes Model attributes in the form of hash
122
- # @return [Object] Returns the model itself
123
- def build_from_hash(attributes)
124
119
  return nil unless attributes.is_a?(Hash)
125
- self.class.openapi_types.each_pair do |key, type|
126
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
127
- self.send("#{key}=", nil)
120
+ attributes = attributes.transform_keys(&:to_sym)
121
+ transformed_hash = {}
122
+ openapi_types.each_pair do |key, type|
123
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
124
+ transformed_hash["#{key}"] = nil
128
125
  elsif type =~ /\AArray<(.*)>/i
129
126
  # check to ensure the input is an array given that the attribute
130
127
  # is documented as an array but the input is not
131
- if attributes[self.class.attribute_map[key]].is_a?(Array)
132
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
128
+ if attributes[attribute_map[key]].is_a?(Array)
129
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
133
130
  end
134
- elsif !attributes[self.class.attribute_map[key]].nil?
135
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
131
+ elsif !attributes[attribute_map[key]].nil?
132
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
136
133
  end
137
134
  end
138
-
139
- self
135
+ new(transformed_hash)
140
136
  end
141
137
 
142
138
  # Deserializes the data based on type
143
139
  # @param string type Data type
144
140
  # @param string value Value to be deserialized
145
141
  # @return [Object] Deserialized data
146
- def _deserialize(type, value)
142
+ def self._deserialize(type, value)
147
143
  case type.to_sym
148
144
  when :Time
149
145
  Time.parse(value)
@@ -178,7 +174,7 @@ module Svix
178
174
  else # model
179
175
  # models (e.g. Pet) or oneOf
180
176
  klass = Svix.const_get(type)
181
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
177
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
182
178
  end
183
179
  end
184
180
 
@@ -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
 
@@ -23,6 +23,28 @@ module Svix
23
23
 
24
24
  attr_accessor :start_date
25
25
 
26
+ class EnumAttributeValidator
27
+ attr_reader :datatype
28
+ attr_reader :allowable_values
29
+
30
+ def initialize(datatype, allowable_values)
31
+ @allowable_values = allowable_values.map do |value|
32
+ case datatype.to_s
33
+ when /Integer/i
34
+ value.to_i
35
+ when /Float/i
36
+ value.to_f
37
+ else
38
+ value
39
+ end
40
+ end
41
+ end
42
+
43
+ def valid?(value)
44
+ !value || allowable_values.include?(value)
45
+ end
46
+ end
47
+
26
48
  # Attribute mapping from ruby-style variable name to JSON key.
27
49
  def self.attribute_map
28
50
  {
@@ -71,24 +93,33 @@ module Svix
71
93
 
72
94
  if attributes.key?(:'data')
73
95
  self.data = attributes[:'data']
96
+ else
97
+ self.data = nil
74
98
  end
75
99
 
76
100
  if attributes.key?(:'end_date')
77
101
  self.end_date = attributes[:'end_date']
102
+ else
103
+ self.end_date = nil
78
104
  end
79
105
 
80
106
  if attributes.key?(:'period')
81
107
  self.period = attributes[:'period']
108
+ else
109
+ self.period = nil
82
110
  end
83
111
 
84
112
  if attributes.key?(:'start_date')
85
113
  self.start_date = attributes[:'start_date']
114
+ else
115
+ self.start_date = nil
86
116
  end
87
117
  end
88
118
 
89
119
  # Show invalid properties with the reasons. Usually used together with valid?
90
120
  # @return Array for valid properties with the reasons
91
121
  def list_invalid_properties
122
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
92
123
  invalid_properties = Array.new
93
124
  if @data.nil?
94
125
  invalid_properties.push('invalid value for "data", data cannot be nil.')
@@ -112,6 +143,7 @@ module Svix
112
143
  # Check to see if the all the properties in the model are valid
113
144
  # @return true if the model is valid
114
145
  def valid?
146
+ warn '[DEPRECATED] the `valid?` method is obsolete'
115
147
  return false if @data.nil?
116
148
  return false if @end_date.nil?
117
149
  return false if @period.nil?
@@ -146,36 +178,30 @@ module Svix
146
178
  # @param [Hash] attributes Model attributes in the form of hash
147
179
  # @return [Object] Returns the model itself
148
180
  def self.build_from_hash(attributes)
149
- new.build_from_hash(attributes)
150
- end
151
-
152
- # Builds the object from hash
153
- # @param [Hash] attributes Model attributes in the form of hash
154
- # @return [Object] Returns the model itself
155
- def build_from_hash(attributes)
156
181
  return nil unless attributes.is_a?(Hash)
157
- self.class.openapi_types.each_pair do |key, type|
158
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
159
- self.send("#{key}=", nil)
182
+ attributes = attributes.transform_keys(&:to_sym)
183
+ transformed_hash = {}
184
+ openapi_types.each_pair do |key, type|
185
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
186
+ transformed_hash["#{key}"] = nil
160
187
  elsif type =~ /\AArray<(.*)>/i
161
188
  # check to ensure the input is an array given that the attribute
162
189
  # is documented as an array but the input is not
163
- if attributes[self.class.attribute_map[key]].is_a?(Array)
164
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
190
+ if attributes[attribute_map[key]].is_a?(Array)
191
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
165
192
  end
166
- elsif !attributes[self.class.attribute_map[key]].nil?
167
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
193
+ elsif !attributes[attribute_map[key]].nil?
194
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
168
195
  end
169
196
  end
170
-
171
- self
197
+ new(transformed_hash)
172
198
  end
173
199
 
174
200
  # Deserializes the data based on type
175
201
  # @param string type Data type
176
202
  # @param string value Value to be deserialized
177
203
  # @return [Object] Deserialized data
178
- def _deserialize(type, value)
204
+ def self._deserialize(type, value)
179
205
  case type.to_sym
180
206
  when :Time
181
207
  Time.parse(value)
@@ -210,7 +236,7 @@ module Svix
210
236
  else # model
211
237
  # models (e.g. Pet) or oneOf
212
238
  klass = Svix.const_get(type)
213
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
239
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
214
240
  end
215
241
  end
216
242
 
@@ -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
 
@@ -83,6 +83,8 @@ module Svix
83
83
 
84
84
  if attributes.key?(:'created_at')
85
85
  self.created_at = attributes[:'created_at']
86
+ else
87
+ self.created_at = nil
86
88
  end
87
89
 
88
90
  if attributes.key?(:'expires_at')
@@ -91,6 +93,8 @@ module Svix
91
93
 
92
94
  if attributes.key?(:'id')
93
95
  self.id = attributes[:'id']
96
+ else
97
+ self.id = nil
94
98
  end
95
99
 
96
100
  if attributes.key?(:'name')
@@ -105,12 +109,15 @@ module Svix
105
109
 
106
110
  if attributes.key?(:'token')
107
111
  self.token = attributes[:'token']
112
+ else
113
+ self.token = nil
108
114
  end
109
115
  end
110
116
 
111
117
  # Show invalid properties with the reasons. Usually used together with valid?
112
118
  # @return Array for valid properties with the reasons
113
119
  def list_invalid_properties
120
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
114
121
  invalid_properties = Array.new
115
122
  if @created_at.nil?
116
123
  invalid_properties.push('invalid value for "created_at", created_at cannot be nil.')
@@ -130,6 +137,7 @@ module Svix
130
137
  # Check to see if the all the properties in the model are valid
131
138
  # @return true if the model is valid
132
139
  def valid?
140
+ warn '[DEPRECATED] the `valid?` method is obsolete'
133
141
  return false if @created_at.nil?
134
142
  return false if @id.nil?
135
143
  return false if @token.nil?
@@ -165,36 +173,30 @@ module Svix
165
173
  # @param [Hash] attributes Model attributes in the form of hash
166
174
  # @return [Object] Returns the model itself
167
175
  def self.build_from_hash(attributes)
168
- new.build_from_hash(attributes)
169
- end
170
-
171
- # Builds the object from hash
172
- # @param [Hash] attributes Model attributes in the form of hash
173
- # @return [Object] Returns the model itself
174
- def build_from_hash(attributes)
175
176
  return nil unless attributes.is_a?(Hash)
176
- self.class.openapi_types.each_pair do |key, type|
177
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
178
- self.send("#{key}=", nil)
177
+ attributes = attributes.transform_keys(&:to_sym)
178
+ transformed_hash = {}
179
+ openapi_types.each_pair do |key, type|
180
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
181
+ transformed_hash["#{key}"] = nil
179
182
  elsif type =~ /\AArray<(.*)>/i
180
183
  # check to ensure the input is an array given that the attribute
181
184
  # is documented as an array but the input is not
182
- if attributes[self.class.attribute_map[key]].is_a?(Array)
183
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
185
+ if attributes[attribute_map[key]].is_a?(Array)
186
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
184
187
  end
185
- elsif !attributes[self.class.attribute_map[key]].nil?
186
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
188
+ elsif !attributes[attribute_map[key]].nil?
189
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
187
190
  end
188
191
  end
189
-
190
- self
192
+ new(transformed_hash)
191
193
  end
192
194
 
193
195
  # Deserializes the data based on type
194
196
  # @param string type Data type
195
197
  # @param string value Value to be deserialized
196
198
  # @return [Object] Deserialized data
197
- def _deserialize(type, value)
199
+ def self._deserialize(type, value)
198
200
  case type.to_sym
199
201
  when :Time
200
202
  Time.parse(value)
@@ -229,7 +231,7 @@ module Svix
229
231
  else # model
230
232
  # models (e.g. Pet) or oneOf
231
233
  klass = Svix.const_get(type)
232
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
234
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
233
235
  end
234
236
  end
235
237
 
@@ -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
 
@@ -67,20 +67,27 @@ module Svix
67
67
 
68
68
  if attributes.key?(:'access_key')
69
69
  self.access_key = attributes[:'access_key']
70
+ else
71
+ self.access_key = nil
70
72
  end
71
73
 
72
74
  if attributes.key?(:'account')
73
75
  self.account = attributes[:'account']
76
+ else
77
+ self.account = nil
74
78
  end
75
79
 
76
80
  if attributes.key?(:'container')
77
81
  self.container = attributes[:'container']
82
+ else
83
+ self.container = nil
78
84
  end
79
85
  end
80
86
 
81
87
  # Show invalid properties with the reasons. Usually used together with valid?
82
88
  # @return Array for valid properties with the reasons
83
89
  def list_invalid_properties
90
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
84
91
  invalid_properties = Array.new
85
92
  if @access_key.nil?
86
93
  invalid_properties.push('invalid value for "access_key", access_key cannot be nil.')
@@ -100,6 +107,7 @@ module Svix
100
107
  # Check to see if the all the properties in the model are valid
101
108
  # @return true if the model is valid
102
109
  def valid?
110
+ warn '[DEPRECATED] the `valid?` method is obsolete'
103
111
  return false if @access_key.nil?
104
112
  return false if @account.nil?
105
113
  return false if @container.nil?
@@ -132,36 +140,30 @@ module Svix
132
140
  # @param [Hash] attributes Model attributes in the form of hash
133
141
  # @return [Object] Returns the model itself
134
142
  def self.build_from_hash(attributes)
135
- new.build_from_hash(attributes)
136
- end
137
-
138
- # Builds the object from hash
139
- # @param [Hash] attributes Model attributes in the form of hash
140
- # @return [Object] Returns the model itself
141
- def build_from_hash(attributes)
142
143
  return nil unless attributes.is_a?(Hash)
143
- self.class.openapi_types.each_pair do |key, type|
144
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
145
- self.send("#{key}=", nil)
144
+ attributes = attributes.transform_keys(&:to_sym)
145
+ transformed_hash = {}
146
+ openapi_types.each_pair do |key, type|
147
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
148
+ transformed_hash["#{key}"] = nil
146
149
  elsif type =~ /\AArray<(.*)>/i
147
150
  # check to ensure the input is an array given that the attribute
148
151
  # is documented as an array but the input is not
149
- if attributes[self.class.attribute_map[key]].is_a?(Array)
150
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
152
+ if attributes[attribute_map[key]].is_a?(Array)
153
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
151
154
  end
152
- elsif !attributes[self.class.attribute_map[key]].nil?
153
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
155
+ elsif !attributes[attribute_map[key]].nil?
156
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
154
157
  end
155
158
  end
156
-
157
- self
159
+ new(transformed_hash)
158
160
  end
159
161
 
160
162
  # Deserializes the data based on type
161
163
  # @param string type Data type
162
164
  # @param string value Value to be deserialized
163
165
  # @return [Object] Deserialized data
164
- def _deserialize(type, value)
166
+ def self._deserialize(type, value)
165
167
  case type.to_sym
166
168
  when :Time
167
169
  Time.parse(value)
@@ -196,7 +198,7 @@ module Svix
196
198
  else # model
197
199
  # models (e.g. Pet) or oneOf
198
200
  klass = Svix.const_get(type)
199
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
201
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
200
202
  end
201
203
  end
202
204
 
@@ -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
 
@@ -23,6 +23,28 @@ module Svix
23
23
 
24
24
  attr_accessor :task
25
25
 
26
+ class EnumAttributeValidator
27
+ attr_reader :datatype
28
+ attr_reader :allowable_values
29
+
30
+ def initialize(datatype, allowable_values)
31
+ @allowable_values = allowable_values.map do |value|
32
+ case datatype.to_s
33
+ when /Integer/i
34
+ value.to_i
35
+ when /Float/i
36
+ value.to_f
37
+ else
38
+ value
39
+ end
40
+ end
41
+ end
42
+
43
+ def valid?(value)
44
+ !value || allowable_values.include?(value)
45
+ end
46
+ end
47
+
26
48
  # Attribute mapping from ruby-style variable name to JSON key.
27
49
  def self.attribute_map
28
50
  {
@@ -71,24 +93,33 @@ module Svix
71
93
 
72
94
  if attributes.key?(:'data')
73
95
  self.data = attributes[:'data']
96
+ else
97
+ self.data = nil
74
98
  end
75
99
 
76
100
  if attributes.key?(:'id')
77
101
  self.id = attributes[:'id']
102
+ else
103
+ self.id = nil
78
104
  end
79
105
 
80
106
  if attributes.key?(:'status')
81
107
  self.status = attributes[:'status']
108
+ else
109
+ self.status = nil
82
110
  end
83
111
 
84
112
  if attributes.key?(:'task')
85
113
  self.task = attributes[:'task']
114
+ else
115
+ self.task = nil
86
116
  end
87
117
  end
88
118
 
89
119
  # Show invalid properties with the reasons. Usually used together with valid?
90
120
  # @return Array for valid properties with the reasons
91
121
  def list_invalid_properties
122
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
92
123
  invalid_properties = Array.new
93
124
  if @data.nil?
94
125
  invalid_properties.push('invalid value for "data", data cannot be nil.')
@@ -112,6 +143,7 @@ module Svix
112
143
  # Check to see if the all the properties in the model are valid
113
144
  # @return true if the model is valid
114
145
  def valid?
146
+ warn '[DEPRECATED] the `valid?` method is obsolete'
115
147
  return false if @data.nil?
116
148
  return false if @id.nil?
117
149
  return false if @status.nil?
@@ -146,36 +178,30 @@ module Svix
146
178
  # @param [Hash] attributes Model attributes in the form of hash
147
179
  # @return [Object] Returns the model itself
148
180
  def self.build_from_hash(attributes)
149
- new.build_from_hash(attributes)
150
- end
151
-
152
- # Builds the object from hash
153
- # @param [Hash] attributes Model attributes in the form of hash
154
- # @return [Object] Returns the model itself
155
- def build_from_hash(attributes)
156
181
  return nil unless attributes.is_a?(Hash)
157
- self.class.openapi_types.each_pair do |key, type|
158
- if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
159
- self.send("#{key}=", nil)
182
+ attributes = attributes.transform_keys(&:to_sym)
183
+ transformed_hash = {}
184
+ openapi_types.each_pair do |key, type|
185
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
186
+ transformed_hash["#{key}"] = nil
160
187
  elsif type =~ /\AArray<(.*)>/i
161
188
  # check to ensure the input is an array given that the attribute
162
189
  # is documented as an array but the input is not
163
- if attributes[self.class.attribute_map[key]].is_a?(Array)
164
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
190
+ if attributes[attribute_map[key]].is_a?(Array)
191
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
165
192
  end
166
- elsif !attributes[self.class.attribute_map[key]].nil?
167
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
193
+ elsif !attributes[attribute_map[key]].nil?
194
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
168
195
  end
169
196
  end
170
-
171
- self
197
+ new(transformed_hash)
172
198
  end
173
199
 
174
200
  # Deserializes the data based on type
175
201
  # @param string type Data type
176
202
  # @param string value Value to be deserialized
177
203
  # @return [Object] Deserialized data
178
- def _deserialize(type, value)
204
+ def self._deserialize(type, value)
179
205
  case type.to_sym
180
206
  when :Time
181
207
  Time.parse(value)
@@ -210,7 +236,7 @@ module Svix
210
236
  else # model
211
237
  # models (e.g. Pet) or oneOf
212
238
  klass = Svix.const_get(type)
213
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
239
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
214
240
  end
215
241
  end
216
242
 
@@ -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
 
@@ -19,6 +19,10 @@ module Svix
19
19
  FINISHED = "finished".freeze
20
20
  FAILED = "failed".freeze
21
21
 
22
+ def self.all_vars
23
+ @all_vars ||= [RUNNING, FINISHED, FAILED].freeze
24
+ end
25
+
22
26
  # Builds the enum from string
23
27
  # @param [String] The enum value in the form of the string
24
28
  # @return [String] The enum value
@@ -30,9 +34,8 @@ module Svix
30
34
  # @param [String] The enum value in the form of the string
31
35
  # @return [String] The enum value
32
36
  def build_from_hash(value)
33
- constantValues = BackgroundTaskStatus.constants.select { |c| BackgroundTaskStatus::const_get(c) == value }
34
- raise "Invalid ENUM value #{value} for class #BackgroundTaskStatus" if constantValues.empty?
35
- value
37
+ return value if BackgroundTaskStatus.all_vars.include?(value)
38
+ raise "Invalid ENUM value #{value} for class #BackgroundTaskStatus"
36
39
  end
37
40
  end
38
41
  end