Comparing version 0.4.2 to 0.4.3
@@ -54,3 +54,11 @@ import { APIGroup, DateRange, LinkedObject, Warning } from "./common"; | ||
IsDefault: boolean; | ||
BoardBasisBreakdown: Array<BoardBasis>; | ||
} | ||
export interface BoardBasis { | ||
Name: string; | ||
Reference: string; | ||
Description: string; | ||
StartDate: Date; | ||
EndDatE: Date; | ||
} | ||
export interface Accommodation extends LinkedObject { | ||
@@ -57,0 +65,0 @@ SetupId: number; |
{ | ||
"name": "tigerbay", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "API Client library for TigerBay", | ||
@@ -5,0 +5,0 @@ "main": "lib/client.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
65378
1594