1.23.3
(fix): Fix wire test generation for exhaustive fixture. This includes several fixes:
- Fix int vs int64 type mismatch for long types by explicitly casting to int64
- Fix enum values to use .Ptr() method for pointer types
- Fix field names to use Go exported names (e.g., FieldString instead of String)
- Add Bytes helper function for []byte pointer types
- Skip endpoints returning primitive date types in wire tests (workaround for Go SDK date parsing issue where time.Time expects RFC3339 datetime format)