@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.
Files changed (2) hide show
  1. package/api.ts +6 -0
  2. 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},