Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Releases: Giftbit/lightrail-client-javascript

v4.1.5

17 Apr 15:20
a402888
Compare
Choose a tag to compare
  • Requests automatically retry 3 times. Even on POSTs this is safe in Lightrail because requests choose their IDs and so are naturally idempotent.

v4.1.3

20 Feb 19:28
a402888
Compare
Choose a tag to compare

Added the following to UpdateProgramParams

discountSellerLiability?: number;
redemptionRule?: RedemptionRule;
balanceRule?: BalanceRule;

v4.1.2

19 Feb 18:23
Compare
Choose a tag to compare
  • Added metadata field to capture pending, void pending and reverse transaction requests.

v4.1.1

11 Feb 20:07
369ab18
Compare
Choose a tag to compare
  • Fixed vulnerability in dependency chain by updating vulnerability.

v4.1.0

11 Feb 20:28
Compare
Choose a tag to compare
  • Added transactions.getTransactionChain
  • Added Transaction properties -> simulated, pending, pendingVoidDate

v4.0.0

11 Feb 20:30
Compare
Choose a tag to compare
  • Added values.listValuesTransactions
  • Added values.listValuesAttachedContacts
  • Breaking change refactoring how setting contentType:text/csv is accessed

v3.2.3

11 Feb 20:32
Compare
Choose a tag to compare
  • Fixed missing dist folder

v3.2.1

11 Feb 20:33
Compare
Choose a tag to compare
  • Made Program name required
  • Fixed Value Creation Response typo

v3.2.0

11 Feb 20:34
Compare
Choose a tag to compare
  • Added transactions.reverse
  • Added transactions.capturePending
  • Added transactions.voidPending
  • Added createdBy to Contact, Program and Value

v3.1.2

11 Feb 20:37
Compare
Choose a tag to compare
  • Added usesRemaining properties to LightrailTransactionStep