Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (40 loc) · 1.84 KB

File metadata and controls

58 lines (40 loc) · 1.84 KB

#Verified library for templates

Master will not point to anything, checkout individual branches.

I will list versions bump notices here and the changes if they are important to the library user on each version bump:

Commonly used properties

Try to keep sent data in ' lower camel case'

Special significance: orgNo

Other examples:

  • firstName, lastName, personNumber, email, phone, mobile, customerName, country
  • postalCode, postalTown, postalAddress

1.2.3


-Added ability to set tags and name, through setCustom method

1.2.1-prealpha


  • Added possibility to modify recipients ( Add, update, remove )
  • Added posibility to submit user data however times needed. (see submitUserData flag)
  • Added the ability to upload files after an envelope has been created. ( API not documented yet)

1.1.0-prealpha


  • Added ability to trigger flow action and receive result

0.6.0


  • Provided getMyRoles method in VeLib.core
  • Fixed params document uid and descriptor selectors based on private /public template

0.4.0


Added behavior to send x-namespace companyUid by looking into params in public templates requests helper. ( However this should not affect any old templates )

0.3.1


  • Fixed critical bug with custom domain and signing url

0.3.0


  • Added request authorization for companyUid param
  • Stopped polling in id_rights when response is 404
  • Replaced fetch with Axios for requests

0.3.3


  • Will only issue an warning in case access token is missing from the URL.
  • VeLib.core.init now accepts second argument the descriptor_id so it can be removed from the url