@tennac-booking/sdk 1.0.178 → 1.0.179

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 CHANGED
@@ -13505,6 +13505,12 @@ export interface UserProfileResponse {
13505
13505
  * @memberof UserProfileResponse
13506
13506
  */
13507
13507
  'clubs'?: Array<UserClubMembership>;
13508
+ /**
13509
+ *
13510
+ * @type {Array<ClubSummary>}
13511
+ * @memberof UserProfileResponse
13512
+ */
13513
+ 'favoriteClubsDetails'?: Array<ClubSummary>;
13508
13514
  /**
13509
13515
  *
13510
13516
  * @type {Array<ClubSummary>}
package/dist/api.d.ts CHANGED
@@ -13278,6 +13278,12 @@ export interface UserProfileResponse {
13278
13278
  * @memberof UserProfileResponse
13279
13279
  */
13280
13280
  'clubs'?: Array<UserClubMembership>;
13281
+ /**
13282
+ *
13283
+ * @type {Array<ClubSummary>}
13284
+ * @memberof UserProfileResponse
13285
+ */
13286
+ 'favoriteClubsDetails'?: Array<ClubSummary>;
13281
13287
  /**
13282
13288
  *
13283
13289
  * @type {Array<ClubSummary>}
package/dist/esm/api.d.ts CHANGED
@@ -13278,6 +13278,12 @@ export interface UserProfileResponse {
13278
13278
  * @memberof UserProfileResponse
13279
13279
  */
13280
13280
  'clubs'?: Array<UserClubMembership>;
13281
+ /**
13282
+ *
13283
+ * @type {Array<ClubSummary>}
13284
+ * @memberof UserProfileResponse
13285
+ */
13286
+ 'favoriteClubsDetails'?: Array<ClubSummary>;
13281
13287
  /**
13282
13288
  *
13283
13289
  * @type {Array<ClubSummary>}
@@ -42,6 +42,7 @@ Name | Type | Description | Notes
42
42
  **subscriptionsCount** | **number** | | [optional] [default to undefined]
43
43
  **subscriptions** | [**Array&lt;ClubSubscriptions&gt;**](ClubSubscriptions.md) | | [optional] [default to undefined]
44
44
  **clubs** | [**Array&lt;UserClubMembership&gt;**](UserClubMembership.md) | | [optional] [default to undefined]
45
+ **favoriteClubsDetails** | [**Array&lt;ClubSummary&gt;**](ClubSummary.md) | | [optional] [default to undefined]
45
46
  **frequentlyVisitedClubs** | [**Array&lt;ClubSummary&gt;**](ClubSummary.md) | | [optional] [default to undefined]
46
47
  **frequentlyPlayedWith** | [**Array&lt;PlayerSummary&gt;**](PlayerSummary.md) | | [optional] [default to undefined]
47
48
  **stripeLinks** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
@@ -91,6 +92,7 @@ const instance: UserProfileResponse = {
91
92
  subscriptionsCount,
92
93
  subscriptions,
93
94
  clubs,
95
+ favoriteClubsDetails,
94
96
  frequentlyVisitedClubs,
95
97
  frequentlyPlayedWith,
96
98
  stripeLinks,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.178",
3
+ "version": "1.0.179",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {