lightrail-client
Advanced tools
Comparing version 2.0.18 to 2.0.19
@@ -6,3 +6,3 @@ import { PaginatedLightrailResponse } from "../LightrailResponse"; | ||
export interface ListValuesParams extends PaginationParams { | ||
csv?: string; | ||
csv?: boolean; | ||
issuanceId?: string; | ||
@@ -9,0 +9,0 @@ showCode?: boolean; |
@@ -40,3 +40,4 @@ "use strict"; | ||
const lr = { | ||
body: response.body | ||
body: response.body, | ||
text: response.text | ||
}; | ||
@@ -43,0 +44,0 @@ if (response.header) { |
{ | ||
"name": "lightrail-client", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"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
63781
1357