@tennac-booking/sdk 1.0.102 → 1.0.103
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 +28 -8
- package/README.md +46 -16
- package/api.ts +7999 -6458
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1689 -548
- package/dist/api.js +883 -266
- 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 +1689 -548
- package/dist/esm/api.js +871 -254
- 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/AddClubMemberRequest.md +7 -1
- package/docs/BookingPopulated.md +3 -3
- package/docs/ClientAccountOnboardingRequest.md +2 -2
- package/docs/ClientAccountsApi.md +1 -1
- package/docs/ClubAnalyticsStaffApi.md +314 -0
- package/docs/{AddCreditsToCustomer200Response.md → ClubDaySchedule.md} +7 -5
- 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 +26 -0
- package/docs/ClubResponse.md +2 -0
- package/docs/ClubSettingsManagerApi.md +54 -60
- package/docs/ClubSettingsStaffApi.md +183 -0
- package/docs/ClubWeeklySchedule.md +32 -0
- package/docs/ClubsManagerApi.md +52 -58
- package/docs/ClubsStaffApi.md +44 -0
- package/docs/CourtBookingShareItem.md +26 -0
- package/docs/CourtResponse.md +1 -1
- package/docs/CreateCourtRequest.md +1 -1
- package/docs/CreateEventRequest.md +3 -1
- package/docs/EventResponse.md +1 -1
- package/docs/PartialClubResponse.md +2 -0
- package/docs/PartialClubWeeklySchedule.md +33 -0
- package/docs/RetentionRateResponse.md +24 -0
- package/docs/RevenueBySportItem.md +24 -0
- package/docs/SlotInfo.md +2 -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/UserInfo.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/AddCreditsToCustomerRequest.md +0 -22
- package/docs/ClubSettingsResponse.md +0 -39
- package/docs/CreateClubSettingsRequest.md +0 -34
- package/docs/DeleteClubSettingsResponse.md +0 -20
- package/docs/EventResponseCourtsInner.md +0 -18
- package/docs/SportsStaffApi.md +0 -55
- package/docs/UpdateClubSettingsRequest.md +0 -32
package/.openapi-generator/FILES
CHANGED
|
@@ -9,8 +9,6 @@ configuration.ts
|
|
|
9
9
|
docs/ActiveSubscriptionResponse.md
|
|
10
10
|
docs/AddClubMember201Response.md
|
|
11
11
|
docs/AddClubMemberRequest.md
|
|
12
|
-
docs/AddCreditsToCustomer200Response.md
|
|
13
|
-
docs/AddCreditsToCustomerRequest.md
|
|
14
12
|
docs/AddOrganizationRequest.md
|
|
15
13
|
docs/BookingAnalyticsResponse.md
|
|
16
14
|
docs/BookingClubInfo.md
|
|
@@ -56,9 +54,27 @@ docs/ClientRegisterResponse.md
|
|
|
56
54
|
docs/ClientSubscriptionResponse.md
|
|
57
55
|
docs/ClubAnalyticsApi.md
|
|
58
56
|
docs/ClubAnalyticsStaffApi.md
|
|
57
|
+
docs/ClubDaySchedule.md
|
|
58
|
+
docs/ClubGeneralSettingsResponse.md
|
|
59
|
+
docs/ClubHoursSettingsResponse.md
|
|
60
|
+
docs/ClubLocationSettings.md
|
|
59
61
|
docs/ClubMemberResponse.md
|
|
60
62
|
docs/ClubMemberResponseUser.md
|
|
63
|
+
docs/ClubPlayerBookingItem.md
|
|
64
|
+
docs/ClubPlayerBookingsPagination.md
|
|
65
|
+
docs/ClubPlayerBookingsResponse.md
|
|
66
|
+
docs/ClubPlayerDetailResponse.md
|
|
67
|
+
docs/ClubPlayerDetailResponseSportsLevelsInner.md
|
|
61
68
|
docs/ClubPlayerResponse.md
|
|
69
|
+
docs/ClubPlayerStatisticsResponse.md
|
|
70
|
+
docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md
|
|
71
|
+
docs/ClubPlayerStatisticsResponseFavoriteClub.md
|
|
72
|
+
docs/ClubPlayerStatisticsResponseMostPlayedClub.md
|
|
73
|
+
docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md
|
|
74
|
+
docs/ClubPlayerSubscriptionSummary.md
|
|
75
|
+
docs/ClubPresentationSettingsResponse.md
|
|
76
|
+
docs/ClubPricingPeriodResponse.md
|
|
77
|
+
docs/ClubReservationSettingsResponse.md
|
|
62
78
|
docs/ClubResponse.md
|
|
63
79
|
docs/ClubResponseCreatedAt.md
|
|
64
80
|
docs/ClubResponseLocation.md
|
|
@@ -68,20 +84,21 @@ docs/ClubRoleResponse.md
|
|
|
68
84
|
docs/ClubRolesManagerApi.md
|
|
69
85
|
docs/ClubRolesStaffApi.md
|
|
70
86
|
docs/ClubSettingsManagerApi.md
|
|
71
|
-
docs/
|
|
87
|
+
docs/ClubSettingsStaffApi.md
|
|
72
88
|
docs/ClubSubscriptions.md
|
|
73
89
|
docs/ClubSummary.md
|
|
74
90
|
docs/ClubUserCountResponse.md
|
|
91
|
+
docs/ClubWeeklySchedule.md
|
|
75
92
|
docs/ClubsApi.md
|
|
76
93
|
docs/ClubsManagerApi.md
|
|
77
94
|
docs/ClubsStaffApi.md
|
|
95
|
+
docs/CourtBookingShareItem.md
|
|
78
96
|
docs/CourtInfo.md
|
|
79
97
|
docs/CourtResponse.md
|
|
80
98
|
docs/CourtStatus.md
|
|
81
99
|
docs/CreateBookingRequest.md
|
|
82
100
|
docs/CreateClubRequest.md
|
|
83
101
|
docs/CreateClubRoleRequest.md
|
|
84
|
-
docs/CreateClubSettingsRequest.md
|
|
85
102
|
docs/CreateCourtForClub201Response.md
|
|
86
103
|
docs/CreateCourtRequest.md
|
|
87
104
|
docs/CreateEventRequest.md
|
|
@@ -95,14 +112,12 @@ docs/CreatorChargeResult.md
|
|
|
95
112
|
docs/DailyTurnoverResponse.md
|
|
96
113
|
docs/DefaultApi.md
|
|
97
114
|
docs/DeleteClubRoleResponse.md
|
|
98
|
-
docs/DeleteClubSettingsResponse.md
|
|
99
115
|
docs/DeleteCourtResponse.md
|
|
100
116
|
docs/DeleteEventResponse.md
|
|
101
117
|
docs/DeleteSportResponse.md
|
|
102
118
|
docs/DeleteSubscriptionPlanResponse.md
|
|
103
119
|
docs/DiscountType.md
|
|
104
120
|
docs/EventResponse.md
|
|
105
|
-
docs/EventResponseCourtsInner.md
|
|
106
121
|
docs/EventsApi.md
|
|
107
122
|
docs/EventsListResponse.md
|
|
108
123
|
docs/EventsManagerApi.md
|
|
@@ -150,6 +165,7 @@ docs/MyClubInfosResponse.md
|
|
|
150
165
|
docs/NoShowFeeResponse.md
|
|
151
166
|
docs/OffPeakRule.md
|
|
152
167
|
docs/PartialClubResponse.md
|
|
168
|
+
docs/PartialClubWeeklySchedule.md
|
|
153
169
|
docs/PasswordResetRequestBody.md
|
|
154
170
|
docs/PaymentByPlayerInfo.md
|
|
155
171
|
docs/PaymentMethod.md
|
|
@@ -180,6 +196,8 @@ docs/RegisterRequestBody.md
|
|
|
180
196
|
docs/RegisterRequestBodyLocation.md
|
|
181
197
|
docs/RequestPasswordReset200Response.md
|
|
182
198
|
docs/ResetPasswordRequest.md
|
|
199
|
+
docs/RetentionRateResponse.md
|
|
200
|
+
docs/RevenueBySportItem.md
|
|
183
201
|
docs/SlotInfo.md
|
|
184
202
|
docs/SportAnalyticsResponse.md
|
|
185
203
|
docs/SportInfo.md
|
|
@@ -189,7 +207,6 @@ docs/SportResponse.md
|
|
|
189
207
|
docs/SportWithLevels.md
|
|
190
208
|
docs/SportsManagerApi.md
|
|
191
209
|
docs/SportsPublicApi.md
|
|
192
|
-
docs/SportsStaffApi.md
|
|
193
210
|
docs/StaffUserProfileResponse.md
|
|
194
211
|
docs/StripeStripeDeletedProduct.md
|
|
195
212
|
docs/StripeStripePrice.md
|
|
@@ -230,11 +247,14 @@ docs/SubscriptionsUserApi.md
|
|
|
230
247
|
docs/SurfaceType.md
|
|
231
248
|
docs/Team.md
|
|
232
249
|
docs/UpdateActuality200Response.md
|
|
250
|
+
docs/UpdateClubGeneralSettingsRequest.md
|
|
251
|
+
docs/UpdateClubHoursSettingsRequest.md
|
|
252
|
+
docs/UpdateClubPresentationSettingsRequest.md
|
|
233
253
|
docs/UpdateClubRequest.md
|
|
234
254
|
docs/UpdateClubRequestLocation.md
|
|
235
255
|
docs/UpdateClubRequestLocationCoordinates.md
|
|
256
|
+
docs/UpdateClubReservationSettingsRequest.md
|
|
236
257
|
docs/UpdateClubRoleRequest.md
|
|
237
|
-
docs/UpdateClubSettingsRequest.md
|
|
238
258
|
docs/UpdateCustomerRequestBody.md
|
|
239
259
|
docs/UpdateCustomerResponse.md
|
|
240
260
|
docs/UpdateEventRequest.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.100
|
|
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.100 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -71,12 +71,15 @@ Class | Method | HTTP request | Description
|
|
|
71
71
|
*ClientAccountsApi* | [**getMyActiveSubscription**](docs/ClientAccountsApi.md#getmyactivesubscription) | **GET** /client-accounts/me/subscription |
|
|
72
72
|
*ClientAccountsApi* | [**getMyClientAccount**](docs/ClientAccountsApi.md#getmyclientaccount) | **GET** /client-accounts/me |
|
|
73
73
|
*ClientAccountsApi* | [**getSubscriptionsHistory**](docs/ClientAccountsApi.md#getsubscriptionshistory) | **GET** /client-accounts/me/subscriptions-history |
|
|
74
|
-
*ClientAccountsApi* | [**listAvailablePrices**](docs/ClientAccountsApi.md#listavailableprices) | **GET** /client-accounts/available-prices |
|
|
74
|
+
*ClientAccountsApi* | [**listAvailablePrices**](docs/ClientAccountsApi.md#listavailableprices) | **GET** /client-accounts/plans/available-prices |
|
|
75
75
|
*ClientAccountsApi* | [**onboardClientAccount**](docs/ClientAccountsApi.md#onboardclientaccount) | **POST** /client-accounts/onboarding |
|
|
76
76
|
*ClientAccountsApi* | [**registerClientUser**](docs/ClientAccountsApi.md#registerclientuser) | **POST** /client-accounts/register-client-user |
|
|
77
77
|
*ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
|
|
78
78
|
*ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
|
|
79
79
|
*ClubAnalyticsStaffApi* | [**getAnalyticsBySport**](docs/ClubAnalyticsStaffApi.md#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics |
|
|
80
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerBookingsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbookingsbyid) | **GET** /api/club-analytics/players/{playerId}/bookings |
|
|
81
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbyid) | **GET** /api/club-analytics/players/{playerId} |
|
|
82
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerStatisticsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerstatisticsbyid) | **GET** /api/club-analytics/players/{playerId}/statistics |
|
|
80
83
|
*ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
|
|
81
84
|
*ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
|
|
82
85
|
*ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
|
|
@@ -84,7 +87,10 @@ Class | Method | HTTP request | Description
|
|
|
84
87
|
*ClubAnalyticsStaffApi* | [**getLastSixMonthsTurnover**](docs/ClubAnalyticsStaffApi.md#getlastsixmonthsturnover) | **GET** /api/club-analytics/last-six-months-turnover |
|
|
85
88
|
*ClubAnalyticsStaffApi* | [**getMonthlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getmonthlyturnover) | **GET** /api/club-analytics/monthly-turnover |
|
|
86
89
|
*ClubAnalyticsStaffApi* | [**getNumberOfClubUsers**](docs/ClubAnalyticsStaffApi.md#getnumberofclubusers) | **GET** /api/club-analytics/users-count |
|
|
90
|
+
*ClubAnalyticsStaffApi* | [**getRetentionRate**](docs/ClubAnalyticsStaffApi.md#getretentionrate) | **GET** /api/club-analytics/retention-rate |
|
|
91
|
+
*ClubAnalyticsStaffApi* | [**getRevenueBySport**](docs/ClubAnalyticsStaffApi.md#getrevenuebysport) | **GET** /api/club-analytics/revenue-by-sport |
|
|
87
92
|
*ClubAnalyticsStaffApi* | [**getTenNextBookings**](docs/ClubAnalyticsStaffApi.md#gettennextbookings) | **GET** /api/club-analytics/next-bookings |
|
|
93
|
+
*ClubAnalyticsStaffApi* | [**getTopCourtsByBookings**](docs/ClubAnalyticsStaffApi.md#gettopcourtsbybookings) | **GET** /api/club-analytics/top-courts |
|
|
88
94
|
*ClubAnalyticsStaffApi* | [**getYearlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getyearlyturnover) | **GET** /api/club-analytics/yearly-turnover |
|
|
89
95
|
*ClubRolesManagerApi* | [**createClubRole**](docs/ClubRolesManagerApi.md#createclubrole) | **POST** /api/club-roles |
|
|
90
96
|
*ClubRolesManagerApi* | [**deleteClubRole**](docs/ClubRolesManagerApi.md#deleteclubrole) | **DELETE** /api/club-roles/{id} |
|
|
@@ -92,10 +98,14 @@ Class | Method | HTTP request | Description
|
|
|
92
98
|
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
93
99
|
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
94
100
|
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
95
|
-
*ClubSettingsManagerApi* | [**
|
|
96
|
-
*ClubSettingsManagerApi* | [**
|
|
97
|
-
*ClubSettingsManagerApi* | [**
|
|
98
|
-
*ClubSettingsManagerApi* | [**
|
|
101
|
+
*ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/club-settings/settings/general |
|
|
102
|
+
*ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
|
|
103
|
+
*ClubSettingsManagerApi* | [**updatePresentationSettings**](docs/ClubSettingsManagerApi.md#updatepresentationsettings) | **PUT** /api/club-settings/presentation |
|
|
104
|
+
*ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
|
|
105
|
+
*ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
|
|
106
|
+
*ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
|
|
107
|
+
*ClubSettingsStaffApi* | [**getPresentationSettings**](docs/ClubSettingsStaffApi.md#getpresentationsettings) | **GET** /api/club-settings/presentation |
|
|
108
|
+
*ClubSettingsStaffApi* | [**getReservationSettings**](docs/ClubSettingsStaffApi.md#getreservationsettings) | **GET** /api/club-settings/reservation |
|
|
99
109
|
*ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
|
|
100
110
|
*ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
|
|
101
111
|
*ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
|
|
@@ -109,7 +119,6 @@ Class | Method | HTTP request | Description
|
|
|
109
119
|
*ClubsApi* | [**getSlotsByClubById**](docs/ClubsApi.md#getslotsbyclubbyid) | **GET** /api/clubs/{id}/slots |
|
|
110
120
|
*ClubsApi* | [**getSportsByClubById**](docs/ClubsApi.md#getsportsbyclubbyid) | **GET** /api/clubs/{id}/sports |
|
|
111
121
|
*ClubsManagerApi* | [**addClubMember**](docs/ClubsManagerApi.md#addclubmember) | **POST** /api/clubs/members |
|
|
112
|
-
*ClubsManagerApi* | [**addCreditsToCustomer**](docs/ClubsManagerApi.md#addcreditstocustomer) | **POST** /api/clubs/customers/{userId}/credits |
|
|
113
122
|
*ClubsManagerApi* | [**archivePriceForSubscriptionPlan**](docs/ClubsManagerApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price |
|
|
114
123
|
*ClubsManagerApi* | [**createActuality**](docs/ClubsManagerApi.md#createactuality) | **POST** /api/clubs/actualities |
|
|
115
124
|
*ClubsManagerApi* | [**createCourtForClub**](docs/ClubsManagerApi.md#createcourtforclub) | **POST** /api/clubs/courts |
|
|
@@ -125,11 +134,13 @@ Class | Method | HTTP request | Description
|
|
|
125
134
|
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
126
135
|
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
127
136
|
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
137
|
+
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
128
138
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
129
139
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
130
140
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
131
141
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
132
142
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
143
|
+
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
133
144
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
134
145
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
135
146
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
@@ -149,7 +160,6 @@ Class | Method | HTTP request | Description
|
|
|
149
160
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
150
161
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
151
162
|
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
152
|
-
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
153
163
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
154
164
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
155
165
|
*SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
|
|
@@ -203,8 +213,6 @@ Class | Method | HTTP request | Description
|
|
|
203
213
|
- [ActiveSubscriptionResponse](docs/ActiveSubscriptionResponse.md)
|
|
204
214
|
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
205
215
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
206
|
-
- [AddCreditsToCustomer200Response](docs/AddCreditsToCustomer200Response.md)
|
|
207
|
-
- [AddCreditsToCustomerRequest](docs/AddCreditsToCustomerRequest.md)
|
|
208
216
|
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
209
217
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
210
218
|
- [BookingClubInfo](docs/BookingClubInfo.md)
|
|
@@ -242,26 +250,44 @@ Class | Method | HTTP request | Description
|
|
|
242
250
|
- [ClientRegisterRequestBody](docs/ClientRegisterRequestBody.md)
|
|
243
251
|
- [ClientRegisterResponse](docs/ClientRegisterResponse.md)
|
|
244
252
|
- [ClientSubscriptionResponse](docs/ClientSubscriptionResponse.md)
|
|
253
|
+
- [ClubDaySchedule](docs/ClubDaySchedule.md)
|
|
254
|
+
- [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
|
|
255
|
+
- [ClubHoursSettingsResponse](docs/ClubHoursSettingsResponse.md)
|
|
256
|
+
- [ClubLocationSettings](docs/ClubLocationSettings.md)
|
|
245
257
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
246
258
|
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
259
|
+
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
260
|
+
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
261
|
+
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
262
|
+
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
263
|
+
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
247
264
|
- [ClubPlayerResponse](docs/ClubPlayerResponse.md)
|
|
265
|
+
- [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
|
|
266
|
+
- [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
|
|
267
|
+
- [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
|
|
268
|
+
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
269
|
+
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
270
|
+
- [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
|
|
271
|
+
- [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
|
|
272
|
+
- [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
|
|
273
|
+
- [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
|
|
248
274
|
- [ClubResponse](docs/ClubResponse.md)
|
|
249
275
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
250
276
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
251
277
|
- [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
|
|
252
278
|
- [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
|
|
253
279
|
- [ClubRoleResponse](docs/ClubRoleResponse.md)
|
|
254
|
-
- [ClubSettingsResponse](docs/ClubSettingsResponse.md)
|
|
255
280
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
256
281
|
- [ClubSummary](docs/ClubSummary.md)
|
|
257
282
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
283
|
+
- [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
|
|
284
|
+
- [CourtBookingShareItem](docs/CourtBookingShareItem.md)
|
|
258
285
|
- [CourtInfo](docs/CourtInfo.md)
|
|
259
286
|
- [CourtResponse](docs/CourtResponse.md)
|
|
260
287
|
- [CourtStatus](docs/CourtStatus.md)
|
|
261
288
|
- [CreateBookingRequest](docs/CreateBookingRequest.md)
|
|
262
289
|
- [CreateClubRequest](docs/CreateClubRequest.md)
|
|
263
290
|
- [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
|
|
264
|
-
- [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
|
|
265
291
|
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
266
292
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
267
293
|
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
@@ -274,14 +300,12 @@ Class | Method | HTTP request | Description
|
|
|
274
300
|
- [CreatorChargeResult](docs/CreatorChargeResult.md)
|
|
275
301
|
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
276
302
|
- [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
|
|
277
|
-
- [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
|
|
278
303
|
- [DeleteCourtResponse](docs/DeleteCourtResponse.md)
|
|
279
304
|
- [DeleteEventResponse](docs/DeleteEventResponse.md)
|
|
280
305
|
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
281
306
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
282
307
|
- [DiscountType](docs/DiscountType.md)
|
|
283
308
|
- [EventResponse](docs/EventResponse.md)
|
|
284
|
-
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
285
309
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
286
310
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
287
311
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
@@ -326,6 +350,7 @@ Class | Method | HTTP request | Description
|
|
|
326
350
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
327
351
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
328
352
|
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
353
|
+
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
329
354
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
330
355
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
331
356
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
@@ -356,6 +381,8 @@ Class | Method | HTTP request | Description
|
|
|
356
381
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
357
382
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
358
383
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
384
|
+
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
385
|
+
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
359
386
|
- [SlotInfo](docs/SlotInfo.md)
|
|
360
387
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
361
388
|
- [SportInfo](docs/SportInfo.md)
|
|
@@ -399,11 +426,14 @@ Class | Method | HTTP request | Description
|
|
|
399
426
|
- [SurfaceType](docs/SurfaceType.md)
|
|
400
427
|
- [Team](docs/Team.md)
|
|
401
428
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
429
|
+
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
430
|
+
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
431
|
+
- [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
|
|
402
432
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
403
433
|
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
404
434
|
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
435
|
+
- [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
|
|
405
436
|
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
406
|
-
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
407
437
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
408
438
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
409
439
|
- [UpdateEventRequest](docs/UpdateEventRequest.md)
|