@tennac-booking/sdk 1.0.86 → 1.0.88
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/.openapi-generator/FILES +256 -243
- package/README.md +49 -26
- package/api.ts +2623 -1424
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2072 -1280
- package/dist/api.js +920 -291
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2072 -1280
- package/dist/esm/api.js +913 -284
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/{DeleteClubSettingsResponse.md → AddPaymentMethodRequestBody.md} +5 -5
- package/docs/BookingDetailResponse.md +46 -0
- package/docs/BookingInfo.md +2 -2
- package/docs/BookingPopulated.md +3 -3
- package/docs/BookingResponse.md +0 -2
- package/docs/BookingSummary.md +2 -54
- package/docs/BookingsApi.md +0 -55
- package/docs/ClubAnalyticsStaffApi.md +173 -0
- package/docs/{BookingSportInfo.md → ClubDaySchedule.md} +7 -7
- package/docs/ClubGeneralSettingsResponse.md +32 -0
- package/docs/ClubHoursSettingsResponse.md +22 -0
- package/docs/ClubLocationSettings.md +26 -0
- package/docs/ClubPlayerBookingItem.md +36 -0
- package/docs/ClubPlayerBookingsPagination.md +28 -0
- package/docs/ClubPlayerBookingsResponse.md +24 -0
- package/docs/ClubPlayerDetailResponse.md +46 -0
- package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +22 -0
- package/docs/ClubPlayerStatisticsResponse.md +42 -0
- package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
- package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
- package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
- package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
- package/docs/ClubPlayerSubscriptionSummary.md +28 -0
- package/docs/ClubPresentationSettingsResponse.md +26 -0
- package/docs/ClubPricingPeriodResponse.md +30 -0
- package/docs/ClubReservationSettingsResponse.md +28 -0
- package/docs/ClubResponse.md +0 -8
- package/docs/ClubSettingsManagerApi.md +54 -60
- package/docs/ClubSettingsStaffApi.md +183 -0
- package/docs/ClubWeeklySchedule.md +32 -0
- package/docs/ClubsManagerApi.md +52 -0
- package/docs/ClubsStaffApi.md +44 -0
- package/docs/{BookingCourtInfo.md → ConfirmPaymentMethodRequestBody.md} +5 -7
- package/docs/{BookingPriceBody.md → ConfirmPaymentMethodResponse.md} +7 -7
- package/docs/CreateBookingRequest.md +2 -2
- package/docs/CreateEventRequest.md +3 -1
- package/docs/EventResponse.md +1 -1
- package/docs/IUserAttributes.md +12 -2
- package/docs/PartialClubResponse.md +0 -8
- package/docs/PartialClubWeeklySchedule.md +33 -0
- package/docs/PaymentMethodSetupResponse.md +24 -0
- package/docs/QuickReservationClubSummary.md +0 -4
- package/docs/{EventResponseCourtsInner.md → SetupPaymentMethodRequestBody.md} +5 -3
- package/docs/SetupPaymentMethodResponse.md +24 -0
- package/docs/SlotInfo.md +2 -2
- package/docs/StaffUserProfileResponse.md +12 -2
- package/docs/SubscribeRequestBody.md +0 -2
- package/docs/UpdateClubGeneralSettingsRequest.md +34 -0
- package/docs/UpdateClubHoursSettingsRequest.md +22 -0
- package/docs/UpdateClubPresentationSettingsRequest.md +26 -0
- package/docs/UpdateClubReservationSettingsRequest.md +28 -0
- package/docs/UpdateEventRequest.md +1 -1
- package/docs/UserProfileResponse.md +12 -4
- package/docs/UsersApi.md +160 -4
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/BookingClubInfo.md +0 -28
- package/docs/BookingPaymentStatus.md +0 -24
- package/docs/BookingPlayerPaymentSummary.md +0 -34
- package/docs/BookingPriceResponse.md +0 -22
- package/docs/BookingSlotInfo.md +0 -30
- package/docs/ClubSettingsResponse.md +0 -39
- package/docs/CreateClubSettingsRequest.md +0 -34
- package/docs/InvoiceStatus.md +0 -22
- package/docs/PlayerPrice.md +0 -30
- package/docs/QuickReservationClubSport.md +0 -22
- package/docs/SportsPublicApi.md +0 -53
- package/docs/SubscriptionInfo.md +0 -24
- package/docs/UpdateClubSettingsRequest.md +0 -32
- package/docs/UserBookingsResponse.md +0 -28
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.77
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @tennac-booking/sdk@1.0.
|
|
39
|
+
npm install @tennac-booking/sdk@1.0.77 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -52,7 +52,6 @@ All URIs are relative to *http://localhost*
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
54
54
|
*BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
|
|
55
|
-
*BookingsApi* | [**getBookingPrice**](docs/BookingsApi.md#getbookingprice) | **POST** /api/bookings/booking-price |
|
|
56
55
|
*BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
|
|
57
56
|
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
58
57
|
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
@@ -67,6 +66,9 @@ Class | Method | HTTP request | Description
|
|
|
67
66
|
*ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
|
|
68
67
|
*ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
|
|
69
68
|
*ClubAnalyticsStaffApi* | [**getAnalyticsBySport**](docs/ClubAnalyticsStaffApi.md#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics |
|
|
69
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerBookingsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbookingsbyid) | **GET** /api/club-analytics/players/{playerId}/bookings |
|
|
70
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbyid) | **GET** /api/club-analytics/players/{playerId} |
|
|
71
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerStatisticsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerstatisticsbyid) | **GET** /api/club-analytics/players/{playerId}/statistics |
|
|
70
72
|
*ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
|
|
71
73
|
*ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
|
|
72
74
|
*ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
|
|
@@ -82,10 +84,14 @@ Class | Method | HTTP request | Description
|
|
|
82
84
|
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
83
85
|
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
84
86
|
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
85
|
-
*ClubSettingsManagerApi* | [**
|
|
86
|
-
*ClubSettingsManagerApi* | [**
|
|
87
|
-
*ClubSettingsManagerApi* | [**
|
|
88
|
-
*ClubSettingsManagerApi* | [**
|
|
87
|
+
*ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/club-settings/settings/general |
|
|
88
|
+
*ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
|
|
89
|
+
*ClubSettingsManagerApi* | [**updatePresentationSettings**](docs/ClubSettingsManagerApi.md#updatepresentationsettings) | **PUT** /api/club-settings/presentation |
|
|
90
|
+
*ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
|
|
91
|
+
*ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
|
|
92
|
+
*ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
|
|
93
|
+
*ClubSettingsStaffApi* | [**getPresentationSettings**](docs/ClubSettingsStaffApi.md#getpresentationsettings) | **GET** /api/club-settings/presentation |
|
|
94
|
+
*ClubSettingsStaffApi* | [**getReservationSettings**](docs/ClubSettingsStaffApi.md#getreservationsettings) | **GET** /api/club-settings/reservation |
|
|
89
95
|
*ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
|
|
90
96
|
*ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
|
|
91
97
|
*ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
|
|
@@ -114,11 +120,13 @@ Class | Method | HTTP request | Description
|
|
|
114
120
|
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
115
121
|
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
116
122
|
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
123
|
+
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
117
124
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
118
125
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
119
126
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
120
127
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
121
128
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
129
|
+
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
122
130
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
123
131
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
124
132
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
@@ -137,7 +145,6 @@ Class | Method | HTTP request | Description
|
|
|
137
145
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
138
146
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
139
147
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
140
|
-
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
141
148
|
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
142
149
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
143
150
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
@@ -151,7 +158,9 @@ Class | Method | HTTP request | Description
|
|
|
151
158
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
152
159
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
153
160
|
*UsersApi* | [**addOrganization**](docs/UsersApi.md#addorganization) | **POST** /api/users/me/add-organization |
|
|
161
|
+
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
|
|
154
162
|
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
|
|
163
|
+
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
|
|
155
164
|
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
156
165
|
*UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
|
|
157
166
|
*UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
|
|
@@ -176,6 +185,7 @@ Class | Method | HTTP request | Description
|
|
|
176
185
|
*UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
|
|
177
186
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
178
187
|
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
188
|
+
*UsersApi* | [**setupOffSessionPaymentMethod**](docs/UsersApi.md#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod |
|
|
179
189
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
180
190
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
181
191
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
@@ -190,23 +200,17 @@ Class | Method | HTTP request | Description
|
|
|
190
200
|
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
191
201
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
192
202
|
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
203
|
+
- [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
|
|
193
204
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
194
|
-
- [
|
|
195
|
-
- [BookingCourtInfo](docs/BookingCourtInfo.md)
|
|
205
|
+
- [BookingDetailResponse](docs/BookingDetailResponse.md)
|
|
196
206
|
- [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
|
|
197
207
|
- [BookingInfo](docs/BookingInfo.md)
|
|
198
|
-
- [BookingPaymentStatus](docs/BookingPaymentStatus.md)
|
|
199
208
|
- [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
|
|
200
209
|
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
201
210
|
- [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
|
|
202
|
-
- [BookingPlayerPaymentSummary](docs/BookingPlayerPaymentSummary.md)
|
|
203
211
|
- [BookingPopulated](docs/BookingPopulated.md)
|
|
204
|
-
- [BookingPriceBody](docs/BookingPriceBody.md)
|
|
205
|
-
- [BookingPriceResponse](docs/BookingPriceResponse.md)
|
|
206
212
|
- [BookingResponse](docs/BookingResponse.md)
|
|
207
213
|
- [BookingResponseOnsitePaymentsInner](docs/BookingResponseOnsitePaymentsInner.md)
|
|
208
|
-
- [BookingSlotInfo](docs/BookingSlotInfo.md)
|
|
209
|
-
- [BookingSportInfo](docs/BookingSportInfo.md)
|
|
210
214
|
- [BookingStatus](docs/BookingStatus.md)
|
|
211
215
|
- [BookingSummary](docs/BookingSummary.md)
|
|
212
216
|
- [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
|
|
@@ -217,26 +221,45 @@ Class | Method | HTTP request | Description
|
|
|
217
221
|
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
218
222
|
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
219
223
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
224
|
+
- [ClubDaySchedule](docs/ClubDaySchedule.md)
|
|
225
|
+
- [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
|
|
226
|
+
- [ClubHoursSettingsResponse](docs/ClubHoursSettingsResponse.md)
|
|
227
|
+
- [ClubLocationSettings](docs/ClubLocationSettings.md)
|
|
220
228
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
221
229
|
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
230
|
+
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
231
|
+
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
232
|
+
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
233
|
+
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
234
|
+
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
222
235
|
- [ClubPlayerResponse](docs/ClubPlayerResponse.md)
|
|
236
|
+
- [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
|
|
237
|
+
- [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
|
|
238
|
+
- [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
|
|
239
|
+
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
240
|
+
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
241
|
+
- [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
|
|
242
|
+
- [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
|
|
243
|
+
- [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
|
|
244
|
+
- [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
|
|
223
245
|
- [ClubResponse](docs/ClubResponse.md)
|
|
224
246
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
225
247
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
226
248
|
- [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
|
|
227
249
|
- [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
|
|
228
250
|
- [ClubRoleResponse](docs/ClubRoleResponse.md)
|
|
229
|
-
- [ClubSettingsResponse](docs/ClubSettingsResponse.md)
|
|
230
251
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
231
252
|
- [ClubSummary](docs/ClubSummary.md)
|
|
232
253
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
254
|
+
- [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
|
|
255
|
+
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
256
|
+
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
233
257
|
- [CourtInfo](docs/CourtInfo.md)
|
|
234
258
|
- [CourtResponse](docs/CourtResponse.md)
|
|
235
259
|
- [CourtStatus](docs/CourtStatus.md)
|
|
236
260
|
- [CreateBookingRequest](docs/CreateBookingRequest.md)
|
|
237
261
|
- [CreateClubRequest](docs/CreateClubRequest.md)
|
|
238
262
|
- [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
|
|
239
|
-
- [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
|
|
240
263
|
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
241
264
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
242
265
|
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
@@ -249,14 +272,12 @@ Class | Method | HTTP request | Description
|
|
|
249
272
|
- [CreatorChargeResult](docs/CreatorChargeResult.md)
|
|
250
273
|
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
251
274
|
- [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
|
|
252
|
-
- [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
|
|
253
275
|
- [DeleteCourtResponse](docs/DeleteCourtResponse.md)
|
|
254
276
|
- [DeleteEventResponse](docs/DeleteEventResponse.md)
|
|
255
277
|
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
256
278
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
257
279
|
- [DiscountType](docs/DiscountType.md)
|
|
258
280
|
- [EventResponse](docs/EventResponse.md)
|
|
259
|
-
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
260
281
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
261
282
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
262
283
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
@@ -284,7 +305,6 @@ Class | Method | HTTP request | Description
|
|
|
284
305
|
- [IUserAttributesOrganizationsInner](docs/IUserAttributesOrganizationsInner.md)
|
|
285
306
|
- [IUserLocation](docs/IUserLocation.md)
|
|
286
307
|
- [InvoiceInfo](docs/InvoiceInfo.md)
|
|
287
|
-
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
288
308
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
289
309
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
290
310
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
@@ -298,9 +318,11 @@ Class | Method | HTTP request | Description
|
|
|
298
318
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
299
319
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
300
320
|
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
321
|
+
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
301
322
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
302
323
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
303
324
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
325
|
+
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
304
326
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
305
327
|
- [PlanInterval](docs/PlanInterval.md)
|
|
306
328
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
@@ -308,7 +330,6 @@ Class | Method | HTTP request | Description
|
|
|
308
330
|
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
309
331
|
- [PlayerListResponse](docs/PlayerListResponse.md)
|
|
310
332
|
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
311
|
-
- [PlayerPrice](docs/PlayerPrice.md)
|
|
312
333
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
313
334
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
314
335
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
@@ -316,7 +337,6 @@ Class | Method | HTTP request | Description
|
|
|
316
337
|
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
317
338
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
318
339
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
319
|
-
- [QuickReservationClubSport](docs/QuickReservationClubSport.md)
|
|
320
340
|
- [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
|
|
321
341
|
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
322
342
|
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
@@ -327,6 +347,8 @@ Class | Method | HTTP request | Description
|
|
|
327
347
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
328
348
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
329
349
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
350
|
+
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
351
|
+
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
330
352
|
- [SlotInfo](docs/SlotInfo.md)
|
|
331
353
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
332
354
|
- [SportInfo](docs/SportInfo.md)
|
|
@@ -364,17 +386,19 @@ Class | Method | HTTP request | Description
|
|
|
364
386
|
- [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
|
|
365
387
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
366
388
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
367
|
-
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
368
389
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
369
390
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
370
391
|
- [SurfaceType](docs/SurfaceType.md)
|
|
371
392
|
- [Team](docs/Team.md)
|
|
372
393
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
394
|
+
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
395
|
+
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
396
|
+
- [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
|
|
373
397
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
374
398
|
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
375
399
|
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
400
|
+
- [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
|
|
376
401
|
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
377
|
-
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
378
402
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
379
403
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
380
404
|
- [UpdateEventRequest](docs/UpdateEventRequest.md)
|
|
@@ -384,7 +408,6 @@ Class | Method | HTTP request | Description
|
|
|
384
408
|
- [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
|
|
385
409
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|
|
386
410
|
- [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
|
|
387
|
-
- [UserBookingsResponse](docs/UserBookingsResponse.md)
|
|
388
411
|
- [UserClubSubscription](docs/UserClubSubscription.md)
|
|
389
412
|
- [UserInfo](docs/UserInfo.md)
|
|
390
413
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|