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.6.0

13 Oct 16:17
d16d0f8
Compare
Choose a tag to compare
  • Now able to set showCode=true query param when creating a value.
  • Fixed the name of charset in generateCode params.

v4.5.1

24 Aug 18:40
Compare
Choose a tag to compare

v4.5.0

28 Jul 21:32
1b108c1
Compare
Choose a tag to compare
  • Added support for webhook create, get, list, update, delete, create secret, get secret, delete secret.
  • Added LightrailTransactionStep.balanceRule.
  • Updated README to note that this library is intended for the backend, not the browser.

V4.4.0

09 Apr 21:31
cf082d6
Compare
Choose a tag to compare

Adds webhook verify signature support.

v4.3.2

09 Dec 23:43
Compare
Choose a tag to compare

Fixes a bug where list program filter query params weren't being

v4.3.1

29 Nov 22:59
a86dab7
Compare
Choose a tag to compare

Adds query filter params isNull and orNull.

v4.3.0

19 Nov 00:03
64f94ca
Compare
Choose a tag to compare

DiscountSellerLiabilityRule

  • Adds discountSellerLiabilityRule
  • Deprecates discountSellerLiability

v4.2.2

12 Sep 19:11
af0ca7b
Compare
Choose a tag to compare

Update to listValues

Summary

  • Added support to listValues filterable params to support filtering by id

v4.2.1

13 May 17:43
Compare
Choose a tag to compare

Updates for Generic Code Support

Summary

  • Added support to Values for genericCodeOptions to allow perContact usage
  • Added support for listing Values by isGenericCode
  • Added support for attachedFromValueId

Generic Code Options

genericCodeOptions: {
    perContact: {
        balance?: number;
        usesRemaining?: number;
    };
}

v4.2.0

13 May 17:20
Compare
Choose a tag to compare

This release missed updates to 4.2.0 that had the new generic code work. Releasing on 4.2.1.