Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lorefnon committed Sep 28, 2023
2 parents 4b87cdf + 6a8b4de commit de614af
Show file tree
Hide file tree
Showing 15 changed files with 137 additions and 136 deletions.
122 changes: 61 additions & 61 deletions docs/classes/Generator.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/CommonCustomTypesOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">CommonCustomTypesOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L269">src/generator-options.ts:269</a></li></ul></aside>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L269">src/generator-options.ts:269</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand All @@ -43,8 +43,8 @@ <h3 class="tsd-anchor-link"><span>import<wbr/>Path</span><a href="#importPath" a
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.importPath</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L266">src/generator-options.ts:266</a></li>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L266">src/generator-options.ts:266</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L266">src/generator-options.ts:266</a></li>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L266">src/generator-options.ts:266</a></li></ul></aside></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
8 changes: 4 additions & 4 deletions docs/interfaces/CommonOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">CommonOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L283">src/generator-options.ts:283</a></li></ul></aside>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L283">src/generator-options.ts:283</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -53,7 +53,7 @@ <h4>See</h4><p>CommonCustomTypesOptions</p>
</div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.customTypes</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L274">src/generator-options.ts:274</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L274">src/generator-options.ts:274</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="primaryKey" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>primary<wbr/>Key</span><a href="#primaryKey" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">primary<wbr/>Key</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">isAutoGenerated</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
Expand All @@ -75,7 +75,7 @@ <h4>See</h4><p>CommonCustomTypesOptions</p>
</div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.primaryKey</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L280">src/generator-options.ts:280</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L280">src/generator-options.ts:280</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="typeAdapter" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>type<wbr/>Adapter</span><a href="#typeAdapter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">type<wbr/>Adapter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">importPath</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
Expand All @@ -93,7 +93,7 @@ <h4>See</h4><p>CommonPrimaryKeyOptions</p>
</div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.typeAdapter</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L277">src/generator-options.ts:277</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L277">src/generator-options.ts:277</a></li></ul></aside></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/CommonPrimaryKeyOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">CommonPrimaryKeyOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L257">src/generator-options.ts:257</a></li></ul></aside>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L257">src/generator-options.ts:257</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand All @@ -43,7 +43,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.isAutoGenerated</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L254">src/generator-options.ts:254</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L254">src/generator-options.ts:254</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="name" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
Expand All @@ -52,7 +52,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.name</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L250">src/generator-options.ts:250</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L250">src/generator-options.ts:250</a></li></ul></aside></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
6 changes: 3 additions & 3 deletions docs/interfaces/CommonTypeAdapterOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">CommonTypeAdapterOptions</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L229">src/generator-options.ts:229</a></li></ul></aside>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L229">src/generator-options.ts:229</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand All @@ -43,8 +43,8 @@ <h3 class="tsd-anchor-link"><span>import<wbr/>Path</span><a href="#importPath" a
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<p>Inherited from z.TypeOf.importPath</p>
<ul>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L226">src/generator-options.ts:226</a></li>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/4a2eced/src/generator-options.ts#L226">src/generator-options.ts:226</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L226">src/generator-options.ts:226</a></li>
<li>Defined in <a href="https://github.com/lorefnon/ts-sql-codegen/blob/5c02314/src/generator-options.ts#L226">src/generator-options.ts:226</a></li></ul></aside></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
Loading

0 comments on commit de614af

Please sign in to comment.