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

Commit 4deb57e

Browse files
committed
Fixed mail and public access
1 parent 58cb3f6 commit 4deb57e

File tree

202 files changed

+283
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+283
-283
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn install
2121
# set up git since we will later push to the repo
2222
- run: git config --global user.name "GitHub CD bot"
23-
- run: git config --global user.email "kontakt@angst-itc.com"
23+
- run: git config --global user.email "kontakt@angst-itc.de"
2424
# upgrade npm version in package.json to the tag used in the release.
2525
- run: npm version ${{ github.event.release.tag_name }}
2626
# build the project
@@ -29,7 +29,7 @@ jobs:
2929
- run: npm test
3030
- run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
3131
# publish to NPM -> there is one caveat, continue reading for the fix
32-
- run: npm publish --tag ${{ github.event.release.target_commitish }} --access public
32+
- run: npm publish --tag ${{ github.event.release.target_commitish }} --access=public
3333
env:
3434
# Use a token to publish to NPM. See below for how to set it up
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

docs/classes/Adresse.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</div><div><p>Version 2.0
44
veröffentlicht am 05. Oktober 2021</p>
55
</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>
6-
</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/623ab97/src/com/adresse.ts#L24">com/adresse.ts:24</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
6+
</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">
77
<p>Constructor.</p>
88
</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">
99
<p>Postleitzahl der Adresse</p>

0 commit comments

Comments
 (0)