(feat): The SDK now supports inline path parameters in the generated request class like so:
(feat): You can now configure the generated class property access to be public or private.
You can configure this in your generators.yml like so:
(fix): Update the endpoint generator to not require the in-lined request wrapper if it’s only composed of optional properties.
(fix): Update optional query parameters lists to be generated as an optional array instead of an array of optional values.