Renamed the AgentNameValidationRule type in the library target as CamelCaseValidationRule.

This commit is contained in:
2025-10-13 00:17:22 +02:00
parent b13e139237
commit c324affad1
4 changed files with 23 additions and 21 deletions
@@ -18,8 +18,8 @@ enum InputValidationError: Error {
case inputIsEmpty
/// An input is nil.
case inputIsNil
/// An input does not comply with the user agent name requirements.
case inputNotAgentName
/// An input is not camel-case.
case inputNotCamelCase
/// An input does not comply with the consumer key requirements.
case inputNotConsumerKey
/// An input does not comply with the consumer secret requirements.