3.46.1
(fix): Fix outputSrcOnly not working with local-file-system output mode when the organization has
selfHostedSdKs enabled. The outputSrcOnly check now takes priority over shouldGenerateFullProject,
ensuring that when a user explicitly sets outputSrcOnly: true, only the src contents are output
without the full project structure.
3.46.0
(feat): Add outputSrcOnly configuration option that outputs only the contents of the src/ directory
directly to the destination path, without the src/ wrapper directory. This is useful when you
want to integrate the generated source files directly into another project without the extra
directory nesting. The option takes priority over outputSourceFiles when both are enabled.