Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Fix public access
Browse files Browse the repository at this point in the history
  • Loading branch information
angstitc committed Dec 26, 2021
1 parent 4deb57e commit f87dce5
Show file tree
Hide file tree
Showing 202 changed files with 282 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: npm test
- run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
# publish to NPM -> there is one caveat, continue reading for the fix
- run: npm publish --tag ${{ github.event.release.target_commitish }} --access=public
- run: npm publish --access public --tag ${{ github.event.release.target_commitish }}
env:
# Use a token to publish to NPM. See below for how to set it up
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Adresse.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div><div><p>Version 2.0
veröffentlicht am 05. Oktober 2021</p>
</div><dl class="tsd-comment-tags"><dt>see</dt><dd><p><a href="https://www.bo4e.de/dokumentation/komponenten/com-adresse/5-10-2021">COM Adresse</a></p>
</dd></dl></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">Adresse</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="Adresse.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#adresszusatz" class="tsd-kind-icon">adresszusatz</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#coErgaenzung" class="tsd-kind-icon">co<wbr/>Ergaenzung</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#hausnummer" class="tsd-kind-icon">hausnummer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#landescode" class="tsd-kind-icon">landescode</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#ort" class="tsd-kind-icon">ort</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#postfach" class="tsd-kind-icon">postfach</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#postleitzahl" class="tsd-kind-icon">postleitzahl</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#strasse" class="tsd-kind-icon">strasse</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a><h3>constructor</h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">new <wbr/>Adresse<span class="tsd-signature-symbol">(</span>postleitzahl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, ort<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, strasse<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, hausnummer<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, postfach<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, adresszusatz<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, coErgaenzung<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, landescode<span class="tsd-signature-symbol">?: </span><a href="../enums/Landescode.html" class="tsd-signature-type" data-tsd-kind="Enumeration">Landescode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Adresse.html" class="tsd-signature-type" data-tsd-kind="Class">Adresse</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openEnWi/tsBO4E-lib/blob/58cb3f6/src/com/adresse.ts#L24">com/adresse.ts:24</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
</dd></dl></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">Adresse</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="Adresse.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#adresszusatz" class="tsd-kind-icon">adresszusatz</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#coErgaenzung" class="tsd-kind-icon">co<wbr/>Ergaenzung</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#hausnummer" class="tsd-kind-icon">hausnummer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#landescode" class="tsd-kind-icon">landescode</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#ort" class="tsd-kind-icon">ort</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#postfach" class="tsd-kind-icon">postfach</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#postleitzahl" class="tsd-kind-icon">postleitzahl</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Adresse.html#strasse" class="tsd-kind-icon">strasse</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a><h3>constructor</h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">new <wbr/>Adresse<span class="tsd-signature-symbol">(</span>postleitzahl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, ort<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, strasse<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, hausnummer<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, postfach<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, adresszusatz<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, coErgaenzung<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, landescode<span class="tsd-signature-symbol">?: </span><a href="../enums/Landescode.html" class="tsd-signature-type" data-tsd-kind="Enumeration">Landescode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Adresse.html" class="tsd-signature-type" data-tsd-kind="Class">Adresse</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/openEnWi/tsBO4E-lib/blob/4deb57e/src/com/adresse.ts#L24">com/adresse.ts:24</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
<p>Constructor.</p>
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>postleitzahl: <span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>Postleitzahl der Adresse</p>
Expand Down
Loading

0 comments on commit f87dce5

Please sign in to comment.