44
55## Hierarchy
66
7- - ` TypeOf ` \< typeof ` ExportOptionsSchema ` \>
7+ - ` input ` \< typeof ` ExportOptionsSchema ` \>
88
99 ↳ ** ` ExportOptions ` **
1010
2424
2525### columnTypeMappingInterface
2626
27- • ** columnTypeMappingInterface** : ` boolean `
27+ • ` Optional ` ** columnTypeMappingInterface** : ` boolean `
2828
2929Additionally export a column types mapping useful for constructing filter type
3030for dynamic conditions.
@@ -37,39 +37,35 @@ Example:
3737
3838#### Inherited from
3939
40- z.TypeOf .columnTypeMappingInterface
40+ z.input .columnTypeMappingInterface
4141
4242#### Defined in
4343
44- [ src/generator-options.ts:113] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L113 )
45-
46- [ src/generator-options.ts:113] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L113 )
44+ [ src/generator-options.ts:113] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L113 )
4745
4846___
4947
5048### crudRepository
5149
52- • ** crudRepository** : ` boolean `
50+ • ` Optional ` ** crudRepository** : ` boolean `
5351
5452Generate a repository class to simplify common single-table CRUD operations
5553
5654This is currently only supported for tables having an id column as primary key
5755
5856#### Inherited from
5957
60- z.TypeOf .crudRepository
58+ z.input .crudRepository
6159
6260#### Defined in
6361
64- [ src/generator-options.ts:120] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L120 )
65-
66- [ src/generator-options.ts:120] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L120 )
62+ [ src/generator-options.ts:120] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L120 )
6763
6864___
6965
7066### extractedColumns
7167
72- • ** extractedColumns** : ` boolean `
68+ • ` Optional ` ** extractedColumns** : ` boolean `
7369
7470Additionally export the extracted columns (Useful for select * queries etc.)
7571
@@ -78,19 +74,17 @@ Example:
7874
7975#### Inherited from
8076
81- z.TypeOf .extractedColumns
77+ z.input .extractedColumns
8278
8379#### Defined in
8480
85- [ src/generator-options.ts:101] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L101 )
86-
87- [ src/generator-options.ts:101] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L101 )
81+ [ src/generator-options.ts:101] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L101 )
8882
8983___
9084
9185### rowTypes
9286
93- • ** rowTypes** : ` boolean ` \| \{ ` asInterface ` : ` boolean ` } & ` undefined ` \| ` boolean ` \| \{ ` asInterface ` : ` boolean ` }
87+ • ` Optional ` ** rowTypes** : ` boolean ` \| \{ ` asInterface ` : ` boolean ` }
9488
9589Additionally export the row types associated with table
9690
@@ -113,19 +107,17 @@ Example:
113107
114108#### Inherited from
115109
116- z.TypeOf .rowTypes
110+ z.input .rowTypes
117111
118112#### Defined in
119113
120- [ src/generator-options.ts:70] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L70 )
121-
122- [ src/generator-options.ts:70] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L70 )
114+ [ src/generator-options.ts:70] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L70 )
123115
124116___
125117
126118### tableClasses
127119
128- • ** tableClasses** : ` boolean `
120+ • ` Optional ` ** tableClasses** : ` boolean `
129121
130122If set to false, prevents the table class from getting exported
131123
@@ -134,19 +126,17 @@ export the table instance
134126
135127#### Inherited from
136128
137- z.TypeOf .tableClasses
129+ z.input .tableClasses
138130
139131#### Defined in
140132
141- [ src/generator-options.ts:47] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L47 )
142-
143- [ src/generator-options.ts:47] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L47 )
133+ [ src/generator-options.ts:47] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L47 )
144134
145135___
146136
147137### tableInstances
148138
149- • ** tableInstances** : ` boolean `
139+ • ` Optional ` ** tableInstances** : ` boolean `
150140
151141In addition to the table class, also expose instantiated instance of table class
152142
@@ -157,19 +147,17 @@ Example:
157147
158148#### Inherited from
159149
160- z.TypeOf .tableInstances
150+ z.input .tableInstances
161151
162152#### Defined in
163153
164- [ src/generator-options.ts:39] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L39 )
165-
166- [ src/generator-options.ts:39] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L39 )
154+ [ src/generator-options.ts:39] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L39 )
167155
168156___
169157
170158### valuesTypes
171159
172- • ** valuesTypes** : ` boolean ` \| \{ ` asInterface ` : ` boolean ` } & ` undefined ` \| ` boolean ` \| \{ ` asInterface ` : ` boolean ` }
160+ • ` Optional ` ** valuesTypes** : ` boolean ` \| \{ ` asInterface ` : ` boolean ` }
173161
174162Additionally export the value types associated with table
175163
@@ -192,10 +180,8 @@ Example:
192180
193181#### Inherited from
194182
195- z.TypeOf .valuesTypes
183+ z.input .valuesTypes
196184
197185#### Defined in
198186
199- [ src/generator-options.ts:93] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L93 )
200-
201- [ src/generator-options.ts:93] ( https://github.com/lorefnon/ts-sql-codegen/blob/b77777f/src/generator-options.ts#L93 )
187+ [ src/generator-options.ts:93] ( https://github.com/lorefnon/ts-sql-codegen/blob/e58eed00df9c6d2d18a73ca44cce2dac9ee007b5/src/generator-options.ts#L93 )
0 commit comments