Skip to content

Commit

Permalink
[RELEASE] 0.19.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Turner committed Nov 2, 2022
1 parent c4365d2 commit 5890ac0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.16] - 2022-11-02

### Added

- `getSubmissionAttachmentMeta` to `Forms` class
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/types.ApprovalTypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div></div></li><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> approval<wbr/>Form<wbr/>Id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The id of a form that should be submitted with approval</p>
</div></div></li><li class="tsd-parameter"><h5><span class="tsd-flag ts-flagOptional">Optional</span> canned<wbr/>Response<wbr/>Key<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>Key to associate a canned response with an approval to allowing for reporting</p>
<p>Key to associate a canned response with an approval to allow for reporting</p>
</div></div></li><li class="tsd-parameter"><h5>form<wbr/>Approval<wbr/>Flow<wbr/>Instance<wbr/>Id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
<p>The unique identifier for the FormApprovalFlowInstance of this approval flow</p>
</div></div></li><li class="tsd-parameter"><h5>group<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
Expand Down
22 changes: 19 additions & 3 deletions docs/modules/types.FormTypes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules/types.SubmissionTypes.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oneblink/sdk",
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
"version": "0.19.16-beta.3",
"version": "0.19.16",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/sdk-node-js/issues"
Expand Down

0 comments on commit 5890ac0

Please sign in to comment.