Skip to content

Commit ca737a7

Browse files
committed
[RELEASE] 1.0.1
1 parent d5ced5c commit ca737a7

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
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](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2022-12-12
11+
1012
### Added
1113

1214
- timezone to Organisation

docs/modules/types.ApprovalTypes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</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">
44
<p>The id of a form that should be submitted with approval</p>
55
</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">
6-
<p>Key to associate a canned response with an approval to allowing for reporting</p>
6+
<p>Key to associate a canned response with an approval to allow for reporting</p>
77
</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">
88
<p>The unique identifier for the FormApprovalFlowInstance of this approval flow</p>
99
</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">

docs/modules/types.FormTypes.html

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

docs/modules/types.SubmissionTypes.html

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oneblink/sdk",
33
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4-
"version": "1.0.1-beta.1",
4+
"version": "1.0.1",
55
"author": "OneBlink <[email protected]> (https://oneblink.io)",
66
"bugs": {
77
"url": "https://github.com/oneblink/sdk-node-js/issues"

0 commit comments

Comments
 (0)