@gooday_corp/gooday-api-client 1.2.91 → 1.2.93

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
@@ -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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.91",
3
+ "version": "1.2.93",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},