Skip to content

Commit

Permalink
add event RATE_AVAILABILITY_UPDATE (#39)
Browse files Browse the repository at this point in the history
* add event RATE_AVAILABILITY_UPDATE

* bump version
  • Loading branch information
shawn-cx-li authored Mar 23, 2021
1 parent 0f4ed03 commit 4d8841b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ declare module "@luxuryescapes/lib-events" {
const PROPERTY_DELETE: string;

const ROOM_AVAILABILITY_UPDATE: string;
const RATE_AVAILABILITY_UPDATE: string;

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

"ROOM_AVAILABILITY_UPDATE",
"RATE_AVAILABILITY_UPDATE",

"HOTEL_RESERVATION_SITEMINDER_ERROR",
"HOTEL_RESERVATION_TRAVELCLICK_ERROR",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxuryescapes/lib-events",
"version": "1.0.36",
"version": "1.0.37",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest && yarn run lint",
Expand Down

0 comments on commit 4d8841b

Please sign in to comment.