We have tests covering adherence to schema.ts with our Zod types, but these don't catch if we're missing optional params.
Example: #1295
Would be great to be able to catch such cases too so our internal SDK types include both required and optional params from the spec.
We have tests covering adherence to
schema.tswith our Zod types, but these don't catch if we're missing optional params.Example: #1295
Would be great to be able to catch such cases too so our internal SDK types include both required and optional params from the spec.