lightrail-client
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -97,3 +97,3 @@ "use strict"; | ||
// TODO@Dan Review Previous import of package.json to dynamically set this was breaking publish (dist included src/ & package.json file) | ||
r.set("User-Agent", "Lightrail-JavaScript/4.2.1"); | ||
r.set("User-Agent", "Lightrail-JavaScript/4.2.2"); | ||
} | ||
@@ -100,0 +100,0 @@ if (exports.configuration.isBrowser) { |
@@ -76,2 +76,3 @@ export declare type TransactionParty = LightrailTransactionParty | StripeTransactionParty | InternalTransactionParty; | ||
discountLightrail?: number; | ||
forgiven?: number; | ||
paidLightrail?: number; | ||
@@ -78,0 +79,0 @@ paidStripe?: number; |
@@ -6,2 +6,3 @@ import { PaginatedLightrailResponse } from "../LightrailResponse"; | ||
export interface ListValuesParams extends PaginationParams { | ||
id?: FilterableString; | ||
formatCurrencies?: boolean; | ||
@@ -8,0 +9,0 @@ issuanceId?: string; |
{ | ||
"name": "lightrail-client", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "A Javascript and Typescript client for Lightrail", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83256
1973