sig/schemable/definition.rbs in schemable-1.0.0 vs sig/schemable/definition.rbs in schemable-1.0.1

- old
+ new

@@ -23,9 +23,10 @@ def additional_response_attributes: -> Hash[Symbol, any] def excluded_create_request_attributes: -> Array[Symbol] def excluded_update_request_attributes: -> Array[Symbol] def optional_create_request_attributes: -> Array[Symbol] def optional_update_request_attributes: -> Array[Symbol] + def default_value_for_enum_attributes: -> Hash[Symbol, any] def additional_create_request_attributes: -> Hash[Symbol, any] def additional_update_request_attributes: -> Hash[Symbol, any] def camelize_keys: (Hash[Symbol, any]) -> (Array[Hash[Symbol, any]] | Hash[Symbol, any]) end end