@gooday_corp/gooday-api-client 1.2.90 → 1.2.92
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
|
@@ -7692,6 +7692,12 @@ export interface WhatsOnSlotsPayload {
|
|
|
7692
7692
|
* @memberof WhatsOnSlotsPayload
|
|
7693
7693
|
*/
|
|
7694
7694
|
'endDate': string;
|
|
7695
|
+
/**
|
|
7696
|
+
* List of collaborators associated with the booking
|
|
7697
|
+
* @type {Array<string>}
|
|
7698
|
+
* @memberof WhatsOnSlotsPayload
|
|
7699
|
+
*/
|
|
7700
|
+
'collaborators': Array<string>;
|
|
7695
7701
|
/**
|
|
7696
7702
|
* WhatsOn ID
|
|
7697
7703
|
* @type {string}
|