Skip to content

Commit

Permalink
add Template prop to BookingDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAdamek committed Aug 6, 2024
1 parent 1545dea commit 837b51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tigerbay",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "API Client library for TigerBay",
"main": "lib/client.js",
"type": "commonjs",
Expand Down
1 change: 1 addition & 0 deletions src/models/reservations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ export interface CurrencyDetails {

export interface BookingDocument extends LinkedObject {
Id: number
Template: string
ExternalURI: string
CreatedByUserId: number
OwnerUserId: number
Expand Down

0 comments on commit 837b51d

Please sign in to comment.