ServiceStack is not generating some types for built-in services.
Just compare the generated output between the Dart and Swift generators:
Swift: https://gist.github.com/tritao/a3f765ff02ce62db3ac139bdf02b09fb
Dart: https://gist.github.com/tritao/fde9fb18ad79abd9c91a6d473828fc61
Note the lack of all authentication and role-related DTOs.
Is this expected or a bug? Any workaround to get all types?