@gooday_corp/gooday-api-client 1.1.21 → 1.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.ts +6 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -409,6 +409,12 @@ export interface BookingResponse {
|
|
|
409
409
|
* @memberof BookingResponse
|
|
410
410
|
*/
|
|
411
411
|
'method': BookingResponseMethodEnum;
|
|
412
|
+
/**
|
|
413
|
+
* Business venue favorite
|
|
414
|
+
* @type {BusinessVenueDTO}
|
|
415
|
+
* @memberof BookingResponse
|
|
416
|
+
*/
|
|
417
|
+
'favorite'?: BusinessVenueDTO;
|
|
412
418
|
}
|
|
413
419
|
|
|
414
420
|
export const BookingResponseMethodEnum = {
|