0d398f3271
Remove the `ConfigFieldSchema` and `ConfigSchemaRecord` types that are no longer needed now that `configSchema` and `config.schema` each accept only one form. The deprecated overloads now constrain directly to the factory signature `(zImpl: typeof z) => z.ZodType`. Also fix pre-existing API report warnings by promoting `ResolvedExtensionInputs`, `RequiredExtensionIds`, `VerifyExtensionFactoryOutput`, and `VerifyExtensionAttachTo` to `@public` and exporting them from both entry points. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor