1.42.1
(fix): Fix dynamic snippet generation for enum path parameters. Path parameters inlined as
struct fields on a wrapped request now use the enum value directly (e.g.
Action: prelude.ActionAllow) instead of .Ptr(), which produced a typecheck error
when the struct field is a non-pointer required enum. Path parameters passed as
positional function arguments continue to use .Ptr() when the SDK signature takes
a pointer.