Skip to content

Releases: oneblink/sdk-node-js

v13.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 02:12

Added

  • sortBy and sortDirection to FormSearchOptions
  • emailClassificationId to form schema
  • optional emailAddress property to createJob() job details for sending job notification emails

Dependencies

v13.1.7

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:00

Removed

  • UUID/GUID validation from form element and option ids

Dependencies

v13.1.6

Choose a tag to compare

@github-actions github-actions released this 22 May 04:28

Added

  • approvalFormPrefillMappings to form validation

v13.1.5

Choose a tag to compare

@github-actions github-actions released this 13 May 01:17

Added

  • required properties to lookupButton form element

v13.1.4

Choose a tag to compare

@github-actions github-actions released this 07 May 03:37

Added

  • repeatable set form elements to form element mappings
  • pdfConfigurations to SALESFORCE_CREATE_OBJECT_RECORD form workflow events
  • entrySummary to repeatableSet

Dependencies

v13.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Apr 02:31

Dependencies

v13.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Apr 03:36

Added

  • username to requests to upload prefill data

Dependencies

v13.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 00:26

Added

  • workspaceId to search options

Dependencies

v13.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 02:51

Added

  • SALESFORCE_CREATE_OBJECT_RECORD submission event
  • SYMPHONY_3_SMART_GLUE submission event

Removed

  • Courier, Times New Roman, Symbol and ZapfDingbats from supported fonts (unused)

Fixed

  • github action permissions to allow docs and github release jobs

Dependencies

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 23:00

Changed

  • [BREAKING] This package is now pure ESM. Please read this. See diff below to migrate require statements to import statements:
    - const OneBlink = require('@oneblink/sdk')
    + import * as OneBlink from '@oneblink/sdk'
  • [BREAKING] Require Node.js 24

Dependencies

Added

  • OneBlink US tenant