@gooday_corp/gooday-api-client 1.2.94 → 1.2.95
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 +12 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2391,6 +2391,12 @@ export interface CalendarSlots {
|
|
|
2391
2391
|
* @memberof CalendarSlots
|
|
2392
2392
|
*/
|
|
2393
2393
|
'unavailableFriends': Array<object>;
|
|
2394
|
+
/**
|
|
2395
|
+
* Staffs unavailable for this slot
|
|
2396
|
+
* @type {Array<BusinessStaffEntity>}
|
|
2397
|
+
* @memberof CalendarSlots
|
|
2398
|
+
*/
|
|
2399
|
+
'unavailableStaffs': Array<BusinessStaffEntity>;
|
|
2394
2400
|
}
|
|
2395
2401
|
/**
|
|
2396
2402
|
*
|
|
@@ -7722,6 +7728,12 @@ export interface WhatsOnSlotsPayload {
|
|
|
7722
7728
|
* @memberof WhatsOnSlotsPayload
|
|
7723
7729
|
*/
|
|
7724
7730
|
'collaborators': Array<string>;
|
|
7731
|
+
/**
|
|
7732
|
+
* List of staff associated with the booking
|
|
7733
|
+
* @type {Array<string>}
|
|
7734
|
+
* @memberof WhatsOnSlotsPayload
|
|
7735
|
+
*/
|
|
7736
|
+
'staffs': Array<string>;
|
|
7725
7737
|
/**
|
|
7726
7738
|
* WhatsOn ID
|
|
7727
7739
|
* @type {string}
|