1.0.0-rc58
(fix): Fix additional RuboCop warnings in generated SDK code:
- Disabled Layout/LineLength cop (long type names and require paths are unavoidable)
- Set Naming/VariableNumber to snake_case style (allows
last_4,address_1, etc.) - Renamed
get_tokenandget_auth_headersmethods totokenandauth_headers - Replaced OpenStruct with Struct in iterator tests