Skip to content

Commit 219a26e

Browse files
committed
[RELEASE] 0.4.6
1 parent fa346e4 commit 219a26e

16 files changed

+43
-58
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.4.6] - 2023-03-03
11+
1012
### Added
1113

1214
- `WYSIWYGRegex` to `formElementsService`

docs/interfaces/SubmissionTypes.FormSubmissionRequest.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/ApprovalTypes.html

Lines changed: 4 additions & 12 deletions
Large diffs are not rendered by default.

docs/modules/FormTypes.html

Lines changed: 6 additions & 15 deletions
Large diffs are not rendered by default.

docs/modules/SubmissionTypes.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/modules/abnService.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/modules/conditionalLogicService.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/modules/fileUploadService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>File Upload Service</h2>
66
</div><div><p>Helper functions for handling file uploads</p>
77
<pre><code class="language-js"><span class="hl-5">import</span><span class="hl-0"> { </span><span class="hl-6">fileUploadService</span><span class="hl-0"> } </span><span class="hl-5">from</span><span class="hl-0"> </span><span class="hl-2">&#39;@oneblink/sdk-core&#39;</span>
88
</code></pre>
9-
</div></div></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>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-namespace"><a href="fileUploadService.html#getContentDisposition" class="tsd-kind-icon">get<wbr/>Content<wbr/>Disposition</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace"><a id="getContentDisposition" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Content<wbr/>Disposition<a href="#getContentDisposition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace"><li class="tsd-signature tsd-kind-icon">get<wbr/>Content<wbr/>Disposition<span class="tsd-signature-symbol">(</span>filename<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/oneblink/sdk-core-js/blob/119ebdf/src/fileUploadService.ts#L15">src/fileUploadService.ts:15</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
9+
</div></div></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>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-namespace"><a href="fileUploadService.html#getContentDisposition" class="tsd-kind-icon">get<wbr/>Content<wbr/>Disposition</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace"><a id="getContentDisposition" class="tsd-anchor"></a><h3 class="tsd-anchor-link">get<wbr/>Content<wbr/>Disposition<a href="#getContentDisposition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace"><li class="tsd-signature tsd-kind-icon">get<wbr/>Content<wbr/>Disposition<span class="tsd-signature-symbol">(</span>filename<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/oneblink/sdk-core-js/blob/fa346e4/src/fileUploadService.ts#L15">src/fileUploadService.ts:15</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
1010
<p>Attempts to get the content disposition for the header by compiling a string
1111
of UTF-8 formatting based on the file name.</p>
1212
</div><div>

docs/modules/formElementsService.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/modules/paymentService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>Payment Service</h2>
66
</div><div><p>Helper functions for payments</p>
77
<pre><code class="language-js"><span class="hl-5">import</span><span class="hl-0"> { </span><span class="hl-6">paymentService</span><span class="hl-0"> } </span><span class="hl-5">from</span><span class="hl-0"> </span><span class="hl-2">&#39;@oneblink/sdk-core&#39;</span>
88
</code></pre>
9-
</div></div></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>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-namespace"><a href="paymentService.html#checkForPaymentEvent" class="tsd-kind-icon">check<wbr/>For<wbr/>Payment<wbr/>Event</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace"><a id="checkForPaymentEvent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">check<wbr/>For<wbr/>Payment<wbr/>Event<a href="#checkForPaymentEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace"><li class="tsd-signature tsd-kind-icon">check<wbr/>For<wbr/>Payment<wbr/>Event<span class="tsd-signature-symbol">(</span>definition<span class="tsd-signature-symbol">: </span><a href="FormTypes.html#Form" class="tsd-signature-type" data-tsd-kind="Type alias">Form</a>, submission<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>paymentSubmissionEvent<span class="tsd-signature-symbol">: </span><a href="SubmissionEventTypes.html#FormPaymentEvent" class="tsd-signature-type" data-tsd-kind="Type alias">FormPaymentEvent</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/oneblink/sdk-core-js/blob/119ebdf/src/paymentService.ts#L23">src/paymentService.ts:23</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
9+
</div></div></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>Functions</h3><ul class="tsd-index-list"><li class="tsd-kind-function tsd-parent-kind-namespace"><a href="paymentService.html#checkForPaymentEvent" class="tsd-kind-icon">check<wbr/>For<wbr/>Payment<wbr/>Event</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Functions</h2><section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-namespace"><a id="checkForPaymentEvent" class="tsd-anchor"></a><h3 class="tsd-anchor-link">check<wbr/>For<wbr/>Payment<wbr/>Event<a href="#checkForPaymentEvent" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace"><li class="tsd-signature tsd-kind-icon">check<wbr/>For<wbr/>Payment<wbr/>Event<span class="tsd-signature-symbol">(</span>definition<span class="tsd-signature-symbol">: </span><a href="FormTypes.html#Form" class="tsd-signature-type" data-tsd-kind="Type alias">Form</a>, submission<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>paymentSubmissionEvent<span class="tsd-signature-symbol">: </span><a href="SubmissionEventTypes.html#FormPaymentEvent" class="tsd-signature-type" data-tsd-kind="Type alias">FormPaymentEvent</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/oneblink/sdk-core-js/blob/fa346e4/src/paymentService.ts#L23">src/paymentService.ts:23</a></li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
1010
<p>Examine a submission and its form definition to validate whether a payment
1111
workflow event needs to run.</p>
1212
</div><div>

0 commit comments

Comments
 (0)