@booker25/sdk
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -145,3 +145,3 @@ "use strict"; | ||
} | ||
Booker25.version = '0.0.4'; | ||
Booker25.version = '0.0.5'; | ||
exports.default = Booker25; |
@@ -35,2 +35,8 @@ import ReservationPriceCalculationRequest from '../api/reservation-price-calculation-request'; | ||
/** | ||
* Get the reservation start date time. | ||
* | ||
* @returns This reservation startDatetime | ||
*/ | ||
getStartDatetime(): Date | null; | ||
/** | ||
* @param datetime The end datetime to set on the reservation (GMT) | ||
@@ -41,2 +47,8 @@ * @returns This reservation | ||
/** | ||
* Get the reservation end date time. | ||
* | ||
* @returns This reservation endDatetime | ||
*/ | ||
getEndDatetime(): Date | null; | ||
/** | ||
* Sets a contact to be attached to this reservation. This contact will either be linked through reservation contact or through the contact lookup. | ||
@@ -43,0 +55,0 @@ * This can be configured in salesforce. The contact will be duplicate checked and the existing contact will be linked instead if already found. |
@@ -44,2 +44,10 @@ "use strict"; | ||
/** | ||
* Get the reservation start date time. | ||
* | ||
* @returns This reservation startDatetime | ||
*/ | ||
getStartDatetime() { | ||
return this.startDatetime; | ||
} | ||
/** | ||
* @param datetime The end datetime to set on the reservation (GMT) | ||
@@ -53,2 +61,10 @@ * @returns This reservation | ||
/** | ||
* Get the reservation end date time. | ||
* | ||
* @returns This reservation endDatetime | ||
*/ | ||
getEndDatetime() { | ||
return this.endDatetime; | ||
} | ||
/** | ||
* Sets a contact to be attached to this reservation. This contact will either be linked through reservation contact or through the contact lookup. | ||
@@ -55,0 +71,0 @@ * This can be configured in salesforce. The contact will be duplicate checked and the existing contact will be linked instead if already found. |
@@ -128,4 +128,4 @@ import Booker25API from './api/booker25-api-requests'; | ||
} | ||
Booker25.version = '0.0.4'; | ||
Booker25.version = '0.0.5'; | ||
export { Environment }; | ||
export default Booker25; |
@@ -35,2 +35,8 @@ import ReservationPriceCalculationRequest from '../api/reservation-price-calculation-request'; | ||
/** | ||
* Get the reservation start date time. | ||
* | ||
* @returns This reservation startDatetime | ||
*/ | ||
getStartDatetime(): Date | null; | ||
/** | ||
* @param datetime The end datetime to set on the reservation (GMT) | ||
@@ -41,2 +47,8 @@ * @returns This reservation | ||
/** | ||
* Get the reservation end date time. | ||
* | ||
* @returns This reservation endDatetime | ||
*/ | ||
getEndDatetime(): Date | null; | ||
/** | ||
* Sets a contact to be attached to this reservation. This contact will either be linked through reservation contact or through the contact lookup. | ||
@@ -43,0 +55,0 @@ * This can be configured in salesforce. The contact will be duplicate checked and the existing contact will be linked instead if already found. |
@@ -42,2 +42,10 @@ import ReservationPriceCalculationRequest from '../api/reservation-price-calculation-request'; | ||
/** | ||
* Get the reservation start date time. | ||
* | ||
* @returns This reservation startDatetime | ||
*/ | ||
getStartDatetime() { | ||
return this.startDatetime; | ||
} | ||
/** | ||
* @param datetime The end datetime to set on the reservation (GMT) | ||
@@ -51,2 +59,10 @@ * @returns This reservation | ||
/** | ||
* Get the reservation end date time. | ||
* | ||
* @returns This reservation endDatetime | ||
*/ | ||
getEndDatetime() { | ||
return this.endDatetime; | ||
} | ||
/** | ||
* Sets a contact to be attached to this reservation. This contact will either be linked through reservation contact or through the contact lookup. | ||
@@ -53,0 +69,0 @@ * This can be configured in salesforce. The contact will be duplicate checked and the existing contact will be linked instead if already found. |
{ | ||
"name": "@booker25/sdk", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Package allowing for the easy use of Booker25 APIs.", | ||
@@ -5,0 +5,0 @@ "keywords": ["Booker25"], |
151050
3735