File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hey-api-builders" ,
3- "version" : " 0.5.8 " ,
3+ "version" : " 0.5.9 " ,
44 "description" : " A custom plugin for @hey-api/openapi-ts that wraps JSON Schema Faker to generate builders." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ export interface Config {
2323
2424export type BuildersPlugin = DefinePlugin < Config >
2525
26- // Schema-related types moved from utils.ts
2726export interface BuilderOptions {
2827 useDefault ?: boolean ;
2928 useExamples ?: boolean ;
Original file line number Diff line number Diff line change 11import type { IR } from '@hey-api/openapi-ts' ;
22import type { Schema } from 'json-schema-faker' ;
33import type {
4- BuildersPlugin ,
5- BuilderOptions ,
64 GeneratedSchemaMeta ,
75 EnumSchemaObject ,
86 EnumItem ,
97 JsonValue ,
108 ExtendedSchema ,
119 NormalizedSchemaNode ,
12- BuildersHandler
1310} from './types' ;
1411
1512export function irToSchema (
You can’t perform that action at this time.
0 commit comments