Skip to content

Commit

Permalink
pkg: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeid Ostad committed Mar 11, 2021
1 parent e26a4e6 commit d19966e
Show file tree
Hide file tree
Showing 9 changed files with 637 additions and 141 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"typescript.tsdk": "node_modules\\typescript\\lib",
"cSpell.words": [
"sqlts"
]
],
"gitdoc.enabled": false
}
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 134 additions & 33 deletions docs/interfaces/config.html

Large diffs are not rendered by default.

163 changes: 132 additions & 31 deletions docs/interfaces/typings.config.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/typings.decoratedtable.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="additionalproperties" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> additional<wbr>Properties</h3>
<div class="tsd-signature tsd-kind-icon">additional<wbr>Properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-signature tsd-kind-icon">additional<wbr>Properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="typings.table.html">Table</a>.<a href="typings.table.html#additionalproperties">additionalProperties</a></p>
<ul>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h3>columns</h3>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="extends" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> extends</h3>
<div class="tsd-signature tsd-kind-icon">extends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<div class="tsd-signature tsd-kind-icon">extends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="typings.table.html">Table</a>.<a href="typings.table.html#extends">extends</a></p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/typings.table.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="additionalproperties" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> additional<wbr>Properties</h3>
<div class="tsd-signature tsd-kind-icon">additional<wbr>Properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-signature tsd-kind-icon">additional<wbr>Properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@rmp135/sql-ts/dist/Typings.d.ts:80</li>
Expand Down Expand Up @@ -148,7 +148,7 @@ <h3>columns</h3>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="extends" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> extends</h3>
<div class="tsd-signature tsd-kind-icon">extends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<div class="tsd-signature tsd-kind-icon">extends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@rmp135/sql-ts/dist/Typings.d.ts:72</li>
Expand Down
Loading

0 comments on commit d19966e

Please sign in to comment.