Skip to content

Commit

Permalink
Merge pull request #23 from brandsExclusive/add-tc-alert-event
Browse files Browse the repository at this point in the history
add alert event for TravelClick
  • Loading branch information
Shawn Li authored Apr 29, 2020
2 parents 636bd5a + 6700d91 commit 23b9ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ declare module "@luxuryescapes/lib-events" {
const PROPERTY_DELETE: string;

const HOTEL_RESERVATION_SITEMINDER_ERROR: string;

const HOTEL_RESERVATION_TRAVELCLICK_ERROR: string;

const VOUCHER_UPDATE: string;

const TOUR_UPDATE: string;
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const typeList = [
"PROPERTY_DELETE",

"HOTEL_RESERVATION_SITEMINDER_ERROR",
"HOTEL_RESERVATION_TRAVELCLICK_ERROR",

"VOUCHER_UPDATE",

Expand Down

0 comments on commit 23b9ca9

Please sign in to comment.