Skip to content

Commit

Permalink
[Release 1.3.0] SMS and Email service now using MessageInput type to …
Browse files Browse the repository at this point in the history
…interface with the SaaS corresponding services. Also, requests to SaaS contain a version header for seamless handling of changes down the line.
  • Loading branch information
UnumID Admin committed Apr 14, 2021
1 parent c4c6795 commit 800aef2
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 41 deletions.
4 changes: 2 additions & 2 deletions docs/classes/custerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides Error.constructor</p>
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/utils/error.ts#L5">src/utils/error.ts:5</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/utils/error.ts#L5">src/utils/error.ts:5</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -153,7 +153,7 @@ <h3>code</h3>
<div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/utils/error.ts#L5">src/utils/error.ts:5</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/utils/error.ts#L5">src/utils/error.ts:5</a></li>
</ul>
</aside>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/credentialinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3>credential<wbr>Types</h3>
<div class="tsd-signature tsd-kind-icon">credential<wbr>Types<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 <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L172">src/types.d.ts:172</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L172">src/types.d.ts:172</a></li>
</ul>
</aside>
</section>
Expand All @@ -112,7 +112,7 @@ <h3>subject<wbr>Did</h3>
<div class="tsd-signature tsd-kind-icon">subject<wbr>Did<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L173">src/types.d.ts:173</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L173">src/types.d.ts:173</a></li>
</ul>
</aside>
</section>
Expand Down
8 changes: 4 additions & 4 deletions docs/interfaces/credentialstatusinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>created<wbr>At</h3>
<div class="tsd-signature tsd-kind-icon">created<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L127">src/types.d.ts:127</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L127">src/types.d.ts:127</a></li>
</ul>
</aside>
</section>
Expand All @@ -114,7 +114,7 @@ <h3>credential<wbr>Id</h3>
<div class="tsd-signature tsd-kind-icon">credential<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L129">src/types.d.ts:129</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L129">src/types.d.ts:129</a></li>
</ul>
</aside>
</section>
Expand All @@ -124,7 +124,7 @@ <h3>status</h3>
<div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;valid&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;revoked&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L130">src/types.d.ts:130</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L130">src/types.d.ts:130</a></li>
</ul>
</aside>
</section>
Expand All @@ -134,7 +134,7 @@ <h3>updated<wbr>At</h3>
<div class="tsd-signature tsd-kind-icon">updated<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L128">src/types.d.ts:128</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L128">src/types.d.ts:128</a></li>
</ul>
</aside>
</section>
Expand Down
8 changes: 4 additions & 4 deletions docs/interfaces/decryptedpresentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>is<wbr>Verified</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="verifiedstatus.html">VerifiedStatus</a>.<a href="verifiedstatus.html#isverified">isVerified</a></p>
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L154">src/types.d.ts:154</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L154">src/types.d.ts:154</a></li>
</ul>
</aside>
</section>
Expand All @@ -123,7 +123,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> message</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="verifiedstatus.html">VerifiedStatus</a>.<a href="verifiedstatus.html#message">message</a></p>
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L155">src/types.d.ts:155</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L155">src/types.d.ts:155</a></li>
</ul>
</aside>
</section>
Expand All @@ -133,7 +133,7 @@ <h3>presentation</h3>
<div class="tsd-signature tsd-kind-icon">presentation<span class="tsd-signature-symbol">:</span> <a href="nopresentation.html" class="tsd-signature-type" data-tsd-kind="Interface">NoPresentation</a><span class="tsd-signature-symbol"> | </span><a href="presentation.html" class="tsd-signature-type" data-tsd-kind="Interface">Presentation</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L165">src/types.d.ts:165</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L165">src/types.d.ts:165</a></li>
</ul>
</aside>
</section>
Expand All @@ -143,7 +143,7 @@ <h3>type</h3>
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;NoPresentation&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;VerifiablePresentation&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L164">src/types.d.ts:164</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L164">src/types.d.ts:164</a></li>
</ul>
</aside>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/registeredissuer.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h3>keys</h3>
<div class="tsd-signature tsd-kind-icon">keys<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">KeyPairSet</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L79">src/types.d.ts:79</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L79">src/types.d.ts:79</a></li>
</ul>
</aside>
</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/registeredverifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>keys</h3>
<div class="tsd-signature tsd-kind-icon">keys<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">KeyPairSet</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L145">src/types.d.ts:145</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L145">src/types.d.ts:145</a></li>
</ul>
</aside>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/unumdto.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>auth<wbr>Token</h3>
<div class="tsd-signature tsd-kind-icon">auth<wbr>Token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L180">src/types.d.ts:180</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L180">src/types.d.ts:180</a></li>
</ul>
</aside>
</section>
Expand All @@ -120,7 +120,7 @@ <h3>body</h3>
<div class="tsd-signature tsd-kind-icon">body<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">T</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L181">src/types.d.ts:181</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L181">src/types.d.ts:181</a></li>
</ul>
</aside>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/verifiedstatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>is<wbr>Verified</h3>
<div class="tsd-signature tsd-kind-icon">is<wbr>Verified<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L154">src/types.d.ts:154</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L154">src/types.d.ts:154</a></li>
</ul>
</aside>
</section>
Expand All @@ -119,7 +119,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> message</h3>
<div class="tsd-signature tsd-kind-icon">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/b4c8f66/src/types.d.ts#L155">src/types.d.ts:155</a></li>
<li>Defined in <a href="https://github.com/UnumID/Server-SDK-Typescript/blob/c4c6795/src/types.d.ts#L155">src/types.d.ts:155</a></li>
</ul>
</aside>
</section>
Expand Down
Loading

0 comments on commit 800aef2

Please sign in to comment.