Releases: oneblink/sdk-node-js
v6.2.0
Added
FORM
type to conditional predicates schema- LocationElement validation for
showStreetAddress
andformattedAddressElementId
Removed
- unique elementId constraint from form event and approval step validation
Dependencies
-
no longer depend upon @aws-sdk/lib-storage
-
no longer depend upon @aws-sdk/s3-request-presigner
-
update @oneblink/sdk-core to 6.1.0-beta.2 (from 6.0.1-beta.2)
-
depend upon @oneblink/storage 1.0.0-beta.13
v6.1.1
Added
pendingApprovalsReminder
to form
v6.1.0
Added
notificationElementId
to HCMS form workflow eventdecorativeImage
to image element validation
Dependencies
- update @oneblink/sdk-core to 6.0.1-beta.2 (from 6.0.0-beta.3)
v6.0.1
Dependencies
-
update @aws-sdk/client-s3 to 3.521.0 (from 3.504.0)
-
update @aws-sdk/client-sesv2 to 3.521.0 (from 3.504.0)
-
update @aws-sdk/lib-storage to 3.521.0 (from 3.504.0)
-
update @aws-sdk/s3-request-presigner to 3.521.0 (from 3.504.0)
-
update @oneblink/sdk-core to 6.0.0-beta.3 (from 5.4.0-beta.1)
-
update joi to 17.12.2 (from 17.12.1)
-
update nodemailer to 6.9.10 (from 6.9.9)
v6.0.0
Added
Forms.validateEndpointConfiguration()
Changed
- [BREAKING]
Forms.validateForm()
andForms.validateFormEvent()
to return an object with a result or an error instead of throwing errors - [BREAKING]
Forms.validateForm()
to return aNewForm
(aForm
without theid
,createdAt
andupdatedAt
properties)
Removed
- [BREAKING]
Forms.validateApiRequest()
- [BREAKING]
Forms.validateConditionalPredicates()
v5.5.0
v5.4.0
Added
isRetryable
to form workflow events
Dependencies
-
update @aws-sdk/client-s3 to 3.504.0 (from 3.474.0)
-
update @aws-sdk/client-sesv2 to 3.504.0 (from 3.474.0)
-
update @aws-sdk/lib-storage to 3.504.0 (from 3.474.0)
-
update @aws-sdk/s3-request-presigner to 3.504.0 (from 3.474.0)
-
update @oneblink/sdk-core to 5.3.0 (from 5.2.0-beta.2)
-
update joi to 17.12.1 (from 17.11.0)
-
update nodemailer to 6.9.9 (from 6.9.7)
v5.3.0
Added
WESTPAC_QUICK_STREAM
payment event to form schema
v5.2.0
Updated
- PDF config validation to include PDF Page size
- Form validation to include
customCssClasses
prop forms.getSubmissionData
to return undefined when anAccessDenied
error is thrown
Added
nswAPILiquorLicence
form elementuploadEmailAttachment
toForms
classemailAttachmentsEndpoint
to email form workflow events validation
Dependencies
-
update @aws-sdk/client-s3 to 3.474.0 (from 3.433.0)
-
update @aws-sdk/client-sesv2 to 3.474.0 (from 3.433.0)
-
update @aws-sdk/lib-storage to 3.474.0 (from 3.433.0)
-
update @aws-sdk/s3-request-presigner to 3.474.0 (from 3.433.0)
-
update @oneblink/sdk-core to 5.2.0-beta.2 (from 3.1.0-beta.4)
-
update joi to 17.11.0 (from 17.9.2)
-
update jsonwebtoken to 9.0.2 (from 9.0.0)
-
update node-fetch to 2.7.0 (from 2.6.11)
-
update nodemailer to 6.9.7 (from 6.9.3)
v5.1.3
Fixed
externalId
not being used as search param insearchSubmissions()