Skip to content

Commit 0733b0b

Browse files
committed
[RELEASE] 11.0.0-beta.3
1 parent e1e3448 commit 0733b0b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 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": "11.0.0-beta.2",
4+
"version": "11.0.0-beta.3",
55
"author": "OneBlink <[email protected]> (https://oneblink.io)",
66
"bugs": {
77
"url": "https://github.com/oneblink/sdk-node-js/issues"

tests/forms-schema/forms-schema-form-events.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,11 @@ describe('PDF configuration', () => {
513513
type: 'FORM_ELEMENT',
514514
formElementId: elements[0].id,
515515
},
516+
{
517+
replaceableField: 'anotherName',
518+
type: 'VALUE',
519+
value: ['some choice'],
520+
},
516521
],
517522
},
518523
]

0 commit comments

Comments
 (0)