@tennac-booking/sdk 1.0.88 → 1.0.89
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 +247 -256
- package/README.md +31 -49
- package/api.ts +4761 -5669
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1405 -2010
- package/dist/api.js +483 -936
- 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 +1405 -2010
- package/dist/esm/api.js +471 -928
- 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/{ConfirmPaymentMethodRequestBody.md → AddCreditsToCustomer200Response.md} +5 -5
- package/docs/AddCreditsToCustomerRequest.md +22 -0
- package/docs/BookingClubInfo.md +28 -0
- package/docs/BookingCourtInfo.md +22 -0
- package/docs/BookingInfo.md +2 -2
- package/docs/BookingPaymentStatus.md +24 -0
- package/docs/BookingPlayerPaymentSummary.md +34 -0
- package/docs/BookingPopulated.md +3 -3
- package/docs/BookingPriceBody.md +22 -0
- package/docs/BookingPriceResponse.md +22 -0
- package/docs/BookingResponse.md +2 -0
- package/docs/BookingSlotInfo.md +30 -0
- package/docs/{ClubDaySchedule.md → BookingSportInfo.md} +7 -7
- package/docs/BookingSummary.md +54 -2
- package/docs/BookingsApi.md +55 -0
- package/docs/ClubAnalyticsStaffApi.md +0 -173
- package/docs/ClubResponse.md +8 -0
- package/docs/ClubSettingsManagerApi.md +60 -54
- package/docs/ClubSettingsResponse.md +39 -0
- package/docs/ClubsApi.md +1 -1
- package/docs/ClubsManagerApi.md +58 -52
- package/docs/ClubsStaffApi.md +0 -44
- package/docs/CreateBookingRequest.md +4 -2
- package/docs/CreateClubSettingsRequest.md +34 -0
- package/docs/CreateEventRequest.md +1 -3
- package/docs/{AddPaymentMethodRequestBody.md → DeleteClubSettingsResponse.md} +5 -5
- package/docs/EventResponse.md +1 -1
- package/docs/{SetupPaymentMethodRequestBody.md → EventResponseCourtsInner.md} +3 -5
- package/docs/IUserAttributes.md +2 -12
- package/docs/InvoiceStatus.md +22 -0
- package/docs/MyClubInfosResponse.md +26 -0
- package/docs/PartialClubResponse.md +8 -0
- package/docs/PlayerPrice.md +30 -0
- package/docs/QuickReservationClubSport.md +22 -0
- package/docs/QuickReservationClubSummary.md +4 -0
- package/docs/SlotInfo.md +2 -2
- package/docs/SportsPublicApi.md +53 -0
- package/docs/StaffUserProfileResponse.md +2 -12
- package/docs/SubscribeRequestBody.md +2 -0
- package/docs/SubscriptionInfo.md +24 -0
- package/docs/UpdateClubSettingsRequest.md +32 -0
- package/docs/UpdateEventRequest.md +1 -1
- package/docs/UserApi.md +60 -0
- package/docs/UserBookingsResponse.md +28 -0
- package/docs/UserProfileResponse.md +4 -12
- package/docs/UsersApi.md +4 -160
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/BookingDetailResponse.md +0 -46
- package/docs/ClubGeneralSettingsResponse.md +0 -32
- package/docs/ClubHoursSettingsResponse.md +0 -22
- package/docs/ClubLocationSettings.md +0 -26
- package/docs/ClubPlayerBookingItem.md +0 -36
- package/docs/ClubPlayerBookingsPagination.md +0 -28
- package/docs/ClubPlayerBookingsResponse.md +0 -24
- package/docs/ClubPlayerDetailResponse.md +0 -46
- package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +0 -22
- package/docs/ClubPlayerStatisticsResponse.md +0 -42
- package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +0 -22
- package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +0 -23
- package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +0 -25
- package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +0 -26
- package/docs/ClubPlayerSubscriptionSummary.md +0 -28
- package/docs/ClubPresentationSettingsResponse.md +0 -26
- package/docs/ClubPricingPeriodResponse.md +0 -30
- package/docs/ClubReservationSettingsResponse.md +0 -28
- package/docs/ClubSettingsStaffApi.md +0 -183
- package/docs/ClubWeeklySchedule.md +0 -32
- package/docs/ConfirmPaymentMethodResponse.md +0 -22
- package/docs/PartialClubWeeklySchedule.md +0 -33
- package/docs/PaymentMethodSetupResponse.md +0 -24
- package/docs/SetupPaymentMethodResponse.md +0 -24
- package/docs/UpdateClubGeneralSettingsRequest.md +0 -34
- package/docs/UpdateClubHoursSettingsRequest.md +0 -22
- package/docs/UpdateClubPresentationSettingsRequest.md +0 -26
- package/docs/UpdateClubReservationSettingsRequest.md +0 -28
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.89
|
|
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.89 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -52,6 +52,7 @@ 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 |
|
|
55
56
|
*BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
|
|
56
57
|
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
57
58
|
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
@@ -66,9 +67,6 @@ Class | Method | HTTP request | Description
|
|
|
66
67
|
*ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
|
|
67
68
|
*ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
|
|
68
69
|
*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 |
|
|
72
70
|
*ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
|
|
73
71
|
*ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
|
|
74
72
|
*ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
|
|
@@ -84,14 +82,10 @@ Class | Method | HTTP request | Description
|
|
|
84
82
|
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
85
83
|
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
86
84
|
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
87
|
-
*ClubSettingsManagerApi* | [**
|
|
88
|
-
*ClubSettingsManagerApi* | [**
|
|
89
|
-
*ClubSettingsManagerApi* | [**
|
|
90
|
-
*ClubSettingsManagerApi* | [**
|
|
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 |
|
|
85
|
+
*ClubSettingsManagerApi* | [**createClubSettings**](docs/ClubSettingsManagerApi.md#createclubsettings) | **POST** /api/club-settings/{clubId} |
|
|
86
|
+
*ClubSettingsManagerApi* | [**deleteClubSettings**](docs/ClubSettingsManagerApi.md#deleteclubsettings) | **DELETE** /api/club-settings |
|
|
87
|
+
*ClubSettingsManagerApi* | [**getClubSettings**](docs/ClubSettingsManagerApi.md#getclubsettings) | **GET** /api/club-settings |
|
|
88
|
+
*ClubSettingsManagerApi* | [**updateClubSettings**](docs/ClubSettingsManagerApi.md#updateclubsettings) | **PUT** /api/club-settings |
|
|
95
89
|
*ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
|
|
96
90
|
*ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
|
|
97
91
|
*ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
|
|
@@ -105,6 +99,7 @@ Class | Method | HTTP request | Description
|
|
|
105
99
|
*ClubsApi* | [**getSlotsByClubById**](docs/ClubsApi.md#getslotsbyclubbyid) | **GET** /api/clubs/{id}/slots |
|
|
106
100
|
*ClubsApi* | [**getSportsByClubById**](docs/ClubsApi.md#getsportsbyclubbyid) | **GET** /api/clubs/{id}/sports |
|
|
107
101
|
*ClubsManagerApi* | [**addClubMember**](docs/ClubsManagerApi.md#addclubmember) | **POST** /api/clubs/members |
|
|
102
|
+
*ClubsManagerApi* | [**addCreditsToCustomer**](docs/ClubsManagerApi.md#addcreditstocustomer) | **POST** /api/clubs/customers/{userId}/credits |
|
|
108
103
|
*ClubsManagerApi* | [**archivePriceForSubscriptionPlan**](docs/ClubsManagerApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price |
|
|
109
104
|
*ClubsManagerApi* | [**createActuality**](docs/ClubsManagerApi.md#createactuality) | **POST** /api/clubs/actualities |
|
|
110
105
|
*ClubsManagerApi* | [**createCourtForClub**](docs/ClubsManagerApi.md#createcourtforclub) | **POST** /api/clubs/courts |
|
|
@@ -120,13 +115,11 @@ Class | Method | HTTP request | Description
|
|
|
120
115
|
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
121
116
|
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
122
117
|
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
123
|
-
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
124
118
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
125
119
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
126
120
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
127
121
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
128
122
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
129
|
-
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
130
123
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
131
124
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
132
125
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
@@ -145,6 +138,7 @@ Class | Method | HTTP request | Description
|
|
|
145
138
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
146
139
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
147
140
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
141
|
+
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
148
142
|
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
149
143
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
150
144
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
@@ -155,12 +149,11 @@ Class | Method | HTTP request | Description
|
|
|
155
149
|
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
156
150
|
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
157
151
|
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
152
|
+
*UserApi* | [**getMyClubInfos**](docs/UserApi.md#getmyclubinfos) | **GET** /api/users/me/club-infos |
|
|
158
153
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
159
154
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
160
155
|
*UsersApi* | [**addOrganization**](docs/UsersApi.md#addorganization) | **POST** /api/users/me/add-organization |
|
|
161
|
-
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
|
|
162
156
|
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
|
|
163
|
-
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
|
|
164
157
|
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
165
158
|
*UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
|
|
166
159
|
*UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
|
|
@@ -185,7 +178,6 @@ Class | Method | HTTP request | Description
|
|
|
185
178
|
*UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
|
|
186
179
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
187
180
|
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
188
|
-
*UsersApi* | [**setupOffSessionPaymentMethod**](docs/UsersApi.md#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod |
|
|
189
181
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
190
182
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
191
183
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
@@ -199,18 +191,26 @@ Class | Method | HTTP request | Description
|
|
|
199
191
|
|
|
200
192
|
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
201
193
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
194
|
+
- [AddCreditsToCustomer200Response](docs/AddCreditsToCustomer200Response.md)
|
|
195
|
+
- [AddCreditsToCustomerRequest](docs/AddCreditsToCustomerRequest.md)
|
|
202
196
|
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
203
|
-
- [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
|
|
204
197
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
205
|
-
- [
|
|
198
|
+
- [BookingClubInfo](docs/BookingClubInfo.md)
|
|
199
|
+
- [BookingCourtInfo](docs/BookingCourtInfo.md)
|
|
206
200
|
- [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
|
|
207
201
|
- [BookingInfo](docs/BookingInfo.md)
|
|
202
|
+
- [BookingPaymentStatus](docs/BookingPaymentStatus.md)
|
|
208
203
|
- [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
|
|
209
204
|
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
210
205
|
- [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
|
|
206
|
+
- [BookingPlayerPaymentSummary](docs/BookingPlayerPaymentSummary.md)
|
|
211
207
|
- [BookingPopulated](docs/BookingPopulated.md)
|
|
208
|
+
- [BookingPriceBody](docs/BookingPriceBody.md)
|
|
209
|
+
- [BookingPriceResponse](docs/BookingPriceResponse.md)
|
|
212
210
|
- [BookingResponse](docs/BookingResponse.md)
|
|
213
211
|
- [BookingResponseOnsitePaymentsInner](docs/BookingResponseOnsitePaymentsInner.md)
|
|
212
|
+
- [BookingSlotInfo](docs/BookingSlotInfo.md)
|
|
213
|
+
- [BookingSportInfo](docs/BookingSportInfo.md)
|
|
214
214
|
- [BookingStatus](docs/BookingStatus.md)
|
|
215
215
|
- [BookingSummary](docs/BookingSummary.md)
|
|
216
216
|
- [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
|
|
@@ -221,45 +221,26 @@ Class | Method | HTTP request | Description
|
|
|
221
221
|
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
222
222
|
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
223
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)
|
|
228
224
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
229
225
|
- [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)
|
|
235
226
|
- [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)
|
|
245
227
|
- [ClubResponse](docs/ClubResponse.md)
|
|
246
228
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
247
229
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
248
230
|
- [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
|
|
249
231
|
- [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
|
|
250
232
|
- [ClubRoleResponse](docs/ClubRoleResponse.md)
|
|
233
|
+
- [ClubSettingsResponse](docs/ClubSettingsResponse.md)
|
|
251
234
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
252
235
|
- [ClubSummary](docs/ClubSummary.md)
|
|
253
236
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
254
|
-
- [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
|
|
255
|
-
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
256
|
-
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
257
237
|
- [CourtInfo](docs/CourtInfo.md)
|
|
258
238
|
- [CourtResponse](docs/CourtResponse.md)
|
|
259
239
|
- [CourtStatus](docs/CourtStatus.md)
|
|
260
240
|
- [CreateBookingRequest](docs/CreateBookingRequest.md)
|
|
261
241
|
- [CreateClubRequest](docs/CreateClubRequest.md)
|
|
262
242
|
- [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
|
|
243
|
+
- [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
|
|
263
244
|
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
264
245
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
265
246
|
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
@@ -272,12 +253,14 @@ Class | Method | HTTP request | Description
|
|
|
272
253
|
- [CreatorChargeResult](docs/CreatorChargeResult.md)
|
|
273
254
|
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
274
255
|
- [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
|
|
256
|
+
- [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
|
|
275
257
|
- [DeleteCourtResponse](docs/DeleteCourtResponse.md)
|
|
276
258
|
- [DeleteEventResponse](docs/DeleteEventResponse.md)
|
|
277
259
|
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
278
260
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
279
261
|
- [DiscountType](docs/DiscountType.md)
|
|
280
262
|
- [EventResponse](docs/EventResponse.md)
|
|
263
|
+
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
281
264
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
282
265
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
283
266
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
@@ -305,6 +288,7 @@ Class | Method | HTTP request | Description
|
|
|
305
288
|
- [IUserAttributesOrganizationsInner](docs/IUserAttributesOrganizationsInner.md)
|
|
306
289
|
- [IUserLocation](docs/IUserLocation.md)
|
|
307
290
|
- [InvoiceInfo](docs/InvoiceInfo.md)
|
|
291
|
+
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
308
292
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
309
293
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
310
294
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
@@ -315,14 +299,13 @@ Class | Method | HTTP request | Description
|
|
|
315
299
|
- [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
|
|
316
300
|
- [MonthlyBreakdown](docs/MonthlyBreakdown.md)
|
|
317
301
|
- [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
|
|
302
|
+
- [MyClubInfosResponse](docs/MyClubInfosResponse.md)
|
|
318
303
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
319
304
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
320
305
|
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
321
|
-
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
322
306
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
323
307
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
324
308
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
325
|
-
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
326
309
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
327
310
|
- [PlanInterval](docs/PlanInterval.md)
|
|
328
311
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
@@ -330,6 +313,7 @@ Class | Method | HTTP request | Description
|
|
|
330
313
|
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
331
314
|
- [PlayerListResponse](docs/PlayerListResponse.md)
|
|
332
315
|
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
316
|
+
- [PlayerPrice](docs/PlayerPrice.md)
|
|
333
317
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
334
318
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
335
319
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
@@ -337,6 +321,7 @@ Class | Method | HTTP request | Description
|
|
|
337
321
|
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
338
322
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
339
323
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
324
|
+
- [QuickReservationClubSport](docs/QuickReservationClubSport.md)
|
|
340
325
|
- [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
|
|
341
326
|
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
342
327
|
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
@@ -347,8 +332,6 @@ Class | Method | HTTP request | Description
|
|
|
347
332
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
348
333
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
349
334
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
350
|
-
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
351
|
-
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
352
335
|
- [SlotInfo](docs/SlotInfo.md)
|
|
353
336
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
354
337
|
- [SportInfo](docs/SportInfo.md)
|
|
@@ -386,19 +369,17 @@ Class | Method | HTTP request | Description
|
|
|
386
369
|
- [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
|
|
387
370
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
388
371
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
372
|
+
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
389
373
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
390
374
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
391
375
|
- [SurfaceType](docs/SurfaceType.md)
|
|
392
376
|
- [Team](docs/Team.md)
|
|
393
377
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
394
|
-
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
395
|
-
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
396
|
-
- [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
|
|
397
378
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
398
379
|
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
399
380
|
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
400
|
-
- [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
|
|
401
381
|
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
382
|
+
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
402
383
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
403
384
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
404
385
|
- [UpdateEventRequest](docs/UpdateEventRequest.md)
|
|
@@ -408,6 +389,7 @@ Class | Method | HTTP request | Description
|
|
|
408
389
|
- [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
|
|
409
390
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|
|
410
391
|
- [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
|
|
392
|
+
- [UserBookingsResponse](docs/UserBookingsResponse.md)
|
|
411
393
|
- [UserClubSubscription](docs/UserClubSubscription.md)
|
|
412
394
|
- [UserInfo](docs/UserInfo.md)
|
|
413
395
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|