lightrail-client
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -12,2 +12,3 @@ import { RedemptionRule } from "./RedemptionRule"; | ||
usesRemaining: number; | ||
active: boolean; | ||
startDate: string; | ||
@@ -14,0 +15,0 @@ endDate: string; |
@@ -15,2 +15,3 @@ import { RedemptionRule } from "../../../model/RedemptionRule"; | ||
usesRemaining?: number; | ||
active?: boolean; | ||
startDate?: string; | ||
@@ -17,0 +18,0 @@ endDate?: string; |
{ | ||
"name": "lightrail-client", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"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
76717
1850