@tennac-booking/sdk 1.0.181 → 1.0.182

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.
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
8
8
  **clubId** | **string** | | [default to undefined]
9
9
  **clubName** | **string** | | [default to undefined]
10
10
  **clubPicture** | **string** | | [default to undefined]
11
- **bannerPictures** | **Array<string>** | | [optional] [default to undefined]
12
11
  **address** | **string** | | [optional] [default to undefined]
13
12
  **description** | **string** | | [optional] [default to undefined]
14
13
  **tags** | **Array<string>** | | [optional] [default to undefined]
@@ -30,7 +29,6 @@ const instance: UserClubMembership = {
30
29
  clubId,
31
30
  clubName,
32
31
  clubPicture,
33
- bannerPictures,
34
32
  address,
35
33
  description,
36
34
  tags,
@@ -42,7 +42,6 @@ Name | Type | Description | Notes
42
42
  **subscriptionsCount** | **number** | | [optional] [default to undefined]
43
43
  **subscriptions** | [**Array<ClubSubscriptions>**](ClubSubscriptions.md) | | [optional] [default to undefined]
44
44
  **clubs** | [**Array<UserClubMembership>**](UserClubMembership.md) | | [optional] [default to undefined]
45
- **favoriteClubsDetails** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
46
45
  **frequentlyVisitedClubs** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
47
46
  **frequentlyPlayedWith** | [**Array<PlayerSummary>**](PlayerSummary.md) | | [optional] [default to undefined]
48
47
  **stripeLinks** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
@@ -92,7 +91,6 @@ const instance: UserProfileResponse = {
92
91
  subscriptionsCount,
93
92
  subscriptions,
94
93
  clubs,
95
- favoriteClubsDetails,
96
94
  frequentlyVisitedClubs,
97
95
  frequentlyPlayedWith,
98
96
  stripeLinks,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tennac-booking/sdk",
3
- "version": "1.0.181",
3
+ "version": "1.0.182",
4
4
  "description": "OpenAPI client for @tennac-booking/sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {