@tennac-booking/sdk 1.0.83 → 1.0.84
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 +14 -42
- package/README.md +17 -57
- package/api.ts +1063 -2958
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +860 -2258
- package/dist/api.js +193 -961
- 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 +860 -2258
- package/dist/esm/api.js +186 -954
- 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/BookingClubInfo.md +28 -0
- package/docs/{ConfirmPaymentMethodRequestBody.md → BookingCourtInfo.md} +7 -5
- package/docs/BookingInfo.md +2 -2
- package/docs/BookingPaymentStatus.md +24 -0
- package/docs/BookingPlayerPaymentSummary.md +34 -0
- package/docs/BookingPopulated.md +2 -2
- package/docs/{ClubDaySchedule.md → BookingPriceBody.md} +7 -7
- package/docs/BookingResponse.md +2 -0
- package/docs/BookingSlotInfo.md +30 -0
- package/docs/{AddPaymentMethodRequestBody.md → BookingSportInfo.md} +7 -5
- 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 +0 -104
- package/docs/ClubSettingsResponse.md +0 -2
- package/docs/ClubsManagerApi.md +0 -104
- package/docs/ClubsStaffApi.md +0 -88
- package/docs/CreateBookingRequest.md +2 -2
- package/docs/CreateEventRequest.md +1 -3
- 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/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/UpdateEventRequest.md +1 -1
- 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 -34
- 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/ClubReservationAccessSettingsResponse.md +0 -26
- package/docs/ClubReservationSettingsResponse.md +0 -36
- package/docs/ClubSettingsStaffApi.md +0 -95
- package/docs/ClubWeeklySchedule.md +0 -32
- package/docs/ConfirmPaymentMethodResponse.md +0 -22
- package/docs/HotelAccessSettings.md +0 -26
- package/docs/PartialClubWeeklySchedule.md +0 -33
- package/docs/PartialHotelAccessSettings.md +0 -27
- package/docs/PartialPaymentRequirementsSettings.md +0 -23
- package/docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md +0 -27
- package/docs/PartialPublicAccessSettings.md +0 -25
- package/docs/PartialSchoolAccessSettings.md +0 -25
- package/docs/PaymentMethodSetupResponse.md +0 -24
- package/docs/PaymentRequirementsSettings.md +0 -22
- package/docs/PublicAccessSettings.md +0 -24
- package/docs/SchoolAccessSettings.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 -34
package/.openapi-generator/FILES
CHANGED
|
@@ -9,17 +9,22 @@ configuration.ts
|
|
|
9
9
|
docs/AddClubMember201Response.md
|
|
10
10
|
docs/AddClubMemberRequest.md
|
|
11
11
|
docs/AddOrganizationRequest.md
|
|
12
|
-
docs/AddPaymentMethodRequestBody.md
|
|
13
12
|
docs/BookingAnalyticsResponse.md
|
|
14
|
-
docs/
|
|
13
|
+
docs/BookingClubInfo.md
|
|
14
|
+
docs/BookingCourtInfo.md
|
|
15
15
|
docs/BookingHistoryPopulated.md
|
|
16
16
|
docs/BookingInfo.md
|
|
17
|
+
docs/BookingPaymentStatus.md
|
|
17
18
|
docs/BookingPaymentStatusResponse.md
|
|
18
19
|
docs/BookingPaymentStatusResponseBooking.md
|
|
19
20
|
docs/BookingPaymentStatusResponseSummary.md
|
|
21
|
+
docs/BookingPlayerPaymentSummary.md
|
|
20
22
|
docs/BookingPopulated.md
|
|
23
|
+
docs/BookingPriceBody.md
|
|
21
24
|
docs/BookingResponse.md
|
|
22
25
|
docs/BookingResponseOnsitePaymentsInner.md
|
|
26
|
+
docs/BookingSlotInfo.md
|
|
27
|
+
docs/BookingSportInfo.md
|
|
23
28
|
docs/BookingStatus.md
|
|
24
29
|
docs/BookingSummary.md
|
|
25
30
|
docs/BookingSummaryClubAddress.md
|
|
@@ -36,28 +41,9 @@ docs/CheckInPlayersResponse.md
|
|
|
36
41
|
docs/CheckedInPlayer.md
|
|
37
42
|
docs/ClubAnalyticsApi.md
|
|
38
43
|
docs/ClubAnalyticsStaffApi.md
|
|
39
|
-
docs/ClubDaySchedule.md
|
|
40
|
-
docs/ClubGeneralSettingsResponse.md
|
|
41
|
-
docs/ClubHoursSettingsResponse.md
|
|
42
|
-
docs/ClubLocationSettings.md
|
|
43
44
|
docs/ClubMemberResponse.md
|
|
44
45
|
docs/ClubMemberResponseUser.md
|
|
45
|
-
docs/ClubPlayerBookingItem.md
|
|
46
|
-
docs/ClubPlayerBookingsPagination.md
|
|
47
|
-
docs/ClubPlayerBookingsResponse.md
|
|
48
|
-
docs/ClubPlayerDetailResponse.md
|
|
49
|
-
docs/ClubPlayerDetailResponseSportsLevelsInner.md
|
|
50
46
|
docs/ClubPlayerResponse.md
|
|
51
|
-
docs/ClubPlayerStatisticsResponse.md
|
|
52
|
-
docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md
|
|
53
|
-
docs/ClubPlayerStatisticsResponseFavoriteClub.md
|
|
54
|
-
docs/ClubPlayerStatisticsResponseMostPlayedClub.md
|
|
55
|
-
docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md
|
|
56
|
-
docs/ClubPlayerSubscriptionSummary.md
|
|
57
|
-
docs/ClubPresentationSettingsResponse.md
|
|
58
|
-
docs/ClubPricingPeriodResponse.md
|
|
59
|
-
docs/ClubReservationAccessSettingsResponse.md
|
|
60
|
-
docs/ClubReservationSettingsResponse.md
|
|
61
47
|
docs/ClubResponse.md
|
|
62
48
|
docs/ClubResponseCreatedAt.md
|
|
63
49
|
docs/ClubResponseLocation.md
|
|
@@ -68,16 +54,12 @@ docs/ClubRolesManagerApi.md
|
|
|
68
54
|
docs/ClubRolesStaffApi.md
|
|
69
55
|
docs/ClubSettingsManagerApi.md
|
|
70
56
|
docs/ClubSettingsResponse.md
|
|
71
|
-
docs/ClubSettingsStaffApi.md
|
|
72
57
|
docs/ClubSubscriptions.md
|
|
73
58
|
docs/ClubSummary.md
|
|
74
59
|
docs/ClubUserCountResponse.md
|
|
75
|
-
docs/ClubWeeklySchedule.md
|
|
76
60
|
docs/ClubsApi.md
|
|
77
61
|
docs/ClubsManagerApi.md
|
|
78
62
|
docs/ClubsStaffApi.md
|
|
79
|
-
docs/ConfirmPaymentMethodRequestBody.md
|
|
80
|
-
docs/ConfirmPaymentMethodResponse.md
|
|
81
63
|
docs/CourtInfo.md
|
|
82
64
|
docs/CourtResponse.md
|
|
83
65
|
docs/CourtStatus.md
|
|
@@ -105,6 +87,7 @@ docs/DeleteSportResponse.md
|
|
|
105
87
|
docs/DeleteSubscriptionPlanResponse.md
|
|
106
88
|
docs/DiscountType.md
|
|
107
89
|
docs/EventResponse.md
|
|
90
|
+
docs/EventResponseCourtsInner.md
|
|
108
91
|
docs/EventsApi.md
|
|
109
92
|
docs/EventsListResponse.md
|
|
110
93
|
docs/EventsManagerApi.md
|
|
@@ -129,13 +112,13 @@ docs/GetSlotsByClubById200Response.md
|
|
|
129
112
|
docs/GoogleAuthRequestBody.md
|
|
130
113
|
docs/GoogleAuthResponse.md
|
|
131
114
|
docs/GoogleAuthResponseUser.md
|
|
132
|
-
docs/HotelAccessSettings.md
|
|
133
115
|
docs/ICourtData.md
|
|
134
116
|
docs/ILevelBySports.md
|
|
135
117
|
docs/IUserAttributes.md
|
|
136
118
|
docs/IUserAttributesOrganizationsInner.md
|
|
137
119
|
docs/IUserLocation.md
|
|
138
120
|
docs/InvoiceInfo.md
|
|
121
|
+
docs/InvoiceStatus.md
|
|
139
122
|
docs/JoinEventRequest.md
|
|
140
123
|
docs/JoinEventResponse.md
|
|
141
124
|
docs/LastSixMonthsTurnoverItem.md
|
|
@@ -149,17 +132,9 @@ docs/MonthlyTurnoverResponse.md
|
|
|
149
132
|
docs/NoShowFeeResponse.md
|
|
150
133
|
docs/OffPeakRule.md
|
|
151
134
|
docs/PartialClubResponse.md
|
|
152
|
-
docs/PartialClubWeeklySchedule.md
|
|
153
|
-
docs/PartialHotelAccessSettings.md
|
|
154
|
-
docs/PartialPaymentRequirementsSettings.md
|
|
155
|
-
docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md
|
|
156
|
-
docs/PartialPublicAccessSettings.md
|
|
157
|
-
docs/PartialSchoolAccessSettings.md
|
|
158
135
|
docs/PasswordResetRequestBody.md
|
|
159
136
|
docs/PaymentByPlayerInfo.md
|
|
160
137
|
docs/PaymentMethod.md
|
|
161
|
-
docs/PaymentMethodSetupResponse.md
|
|
162
|
-
docs/PaymentRequirementsSettings.md
|
|
163
138
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
164
139
|
docs/PlanInterval.md
|
|
165
140
|
docs/PlayerCategoriesResponse.md
|
|
@@ -167,14 +142,15 @@ docs/PlayerCategory.md
|
|
|
167
142
|
docs/PlayerCategoryId.md
|
|
168
143
|
docs/PlayerListResponse.md
|
|
169
144
|
docs/PlayerPaymentInfo.md
|
|
145
|
+
docs/PlayerPrice.md
|
|
170
146
|
docs/PlayerSummary.md
|
|
171
147
|
docs/PlayerWithPaymentMethod.md
|
|
172
148
|
docs/ProfilePictureResponse.md
|
|
173
149
|
docs/ProfilePictureUpdateRequestBody.md
|
|
174
|
-
docs/PublicAccessSettings.md
|
|
175
150
|
docs/PublicSubscriptionPlanResponse.md
|
|
176
151
|
docs/PublicUserProfileResponse.md
|
|
177
152
|
docs/PublishEventResponse.md
|
|
153
|
+
docs/QuickReservationClubSport.md
|
|
178
154
|
docs/QuickReservationClubSummary.md
|
|
179
155
|
docs/QuickReservationClubSummaryLocation.md
|
|
180
156
|
docs/QuickReservationResponse.md
|
|
@@ -185,9 +161,6 @@ docs/RegisterRequestBody.md
|
|
|
185
161
|
docs/RegisterRequestBodyLocation.md
|
|
186
162
|
docs/RequestPasswordReset200Response.md
|
|
187
163
|
docs/ResetPasswordRequest.md
|
|
188
|
-
docs/SchoolAccessSettings.md
|
|
189
|
-
docs/SetupPaymentMethodRequestBody.md
|
|
190
|
-
docs/SetupPaymentMethodResponse.md
|
|
191
164
|
docs/SlotInfo.md
|
|
192
165
|
docs/SportAnalyticsResponse.md
|
|
193
166
|
docs/SportInfo.md
|
|
@@ -196,6 +169,7 @@ docs/SportLevel.md
|
|
|
196
169
|
docs/SportResponse.md
|
|
197
170
|
docs/SportWithLevels.md
|
|
198
171
|
docs/SportsManagerApi.md
|
|
172
|
+
docs/SportsPublicApi.md
|
|
199
173
|
docs/SportsStaffApi.md
|
|
200
174
|
docs/StaffUserProfileResponse.md
|
|
201
175
|
docs/StripeStripeDeletedProduct.md
|
|
@@ -227,6 +201,7 @@ docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md
|
|
|
227
201
|
docs/StripeStripeTaxCode.md
|
|
228
202
|
docs/SubscribeRequestBody.md
|
|
229
203
|
docs/SubscriberPrice.md
|
|
204
|
+
docs/SubscriptionInfo.md
|
|
230
205
|
docs/SubscriptionMutationResponse.md
|
|
231
206
|
docs/SubscriptionPlanResponse.md
|
|
232
207
|
docs/SubscriptionsManagerApi.md
|
|
@@ -236,13 +211,9 @@ docs/SubscriptionsUserApi.md
|
|
|
236
211
|
docs/SurfaceType.md
|
|
237
212
|
docs/Team.md
|
|
238
213
|
docs/UpdateActuality200Response.md
|
|
239
|
-
docs/UpdateClubGeneralSettingsRequest.md
|
|
240
|
-
docs/UpdateClubHoursSettingsRequest.md
|
|
241
|
-
docs/UpdateClubPresentationSettingsRequest.md
|
|
242
214
|
docs/UpdateClubRequest.md
|
|
243
215
|
docs/UpdateClubRequestLocation.md
|
|
244
216
|
docs/UpdateClubRequestLocationCoordinates.md
|
|
245
|
-
docs/UpdateClubReservationSettingsRequest.md
|
|
246
217
|
docs/UpdateClubRoleRequest.md
|
|
247
218
|
docs/UpdateClubSettingsRequest.md
|
|
248
219
|
docs/UpdateCustomerRequestBody.md
|
|
@@ -254,6 +225,7 @@ docs/UpdateSportRequest.md
|
|
|
254
225
|
docs/UpdateSubscriptionPlanForClub200Response.md
|
|
255
226
|
docs/UpdateUserRequestBody.md
|
|
256
227
|
docs/UpdateUserRequestBodyLevelBySportsInner.md
|
|
228
|
+
docs/UserBookingsResponse.md
|
|
257
229
|
docs/UserClubSubscription.md
|
|
258
230
|
docs/UserInfo.md
|
|
259
231
|
docs/UserLocationSummary.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.75
|
|
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.75 --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 |
|
|
@@ -88,10 +86,6 @@ Class | Method | HTTP request | Description
|
|
|
88
86
|
*ClubSettingsManagerApi* | [**deleteClubSettings**](docs/ClubSettingsManagerApi.md#deleteclubsettings) | **DELETE** /api/club-settings |
|
|
89
87
|
*ClubSettingsManagerApi* | [**getClubSettings**](docs/ClubSettingsManagerApi.md#getclubsettings) | **GET** /api/club-settings |
|
|
90
88
|
*ClubSettingsManagerApi* | [**updateClubSettings**](docs/ClubSettingsManagerApi.md#updateclubsettings) | **PUT** /api/club-settings |
|
|
91
|
-
*ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
|
|
92
|
-
*ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
|
|
93
|
-
*ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
|
|
94
|
-
*ClubSettingsStaffApi* | [**getReservationSettings**](docs/ClubSettingsStaffApi.md#getreservationsettings) | **GET** /api/club-settings/reservation |
|
|
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 |
|
|
@@ -119,16 +113,12 @@ Class | Method | HTTP request | Description
|
|
|
119
113
|
*ClubsManagerApi* | [**restoreSubscriptionPriceForClub**](docs/ClubsManagerApi.md#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price |
|
|
120
114
|
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
121
115
|
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
122
|
-
*ClubsManagerApi* | [**updateClubGeneralSettings**](docs/ClubsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/clubs/settings/general |
|
|
123
116
|
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
124
|
-
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
125
117
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
126
118
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
127
119
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
128
|
-
*ClubsStaffApi* | [**getClubGeneralSettings**](docs/ClubsStaffApi.md#getclubgeneralsettings) | **GET** /api/clubs/settings/general |
|
|
129
120
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
130
121
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
131
|
-
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
132
122
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
133
123
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
134
124
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
@@ -147,6 +137,7 @@ Class | Method | HTTP request | Description
|
|
|
147
137
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
148
138
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
149
139
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
140
|
+
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
150
141
|
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
151
142
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
152
143
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
@@ -160,9 +151,7 @@ Class | Method | HTTP request | Description
|
|
|
160
151
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
161
152
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
162
153
|
*UsersApi* | [**addOrganization**](docs/UsersApi.md#addorganization) | **POST** /api/users/me/add-organization |
|
|
163
|
-
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
|
|
164
154
|
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
|
|
165
|
-
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
|
|
166
155
|
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
167
156
|
*UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
|
|
168
157
|
*UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
|
|
@@ -187,7 +176,6 @@ Class | Method | HTTP request | Description
|
|
|
187
176
|
*UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
|
|
188
177
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
189
178
|
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
190
|
-
*UsersApi* | [**setupOffSessionPaymentMethod**](docs/UsersApi.md#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod |
|
|
191
179
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
192
180
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
193
181
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
@@ -202,17 +190,22 @@ Class | Method | HTTP request | Description
|
|
|
202
190
|
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
203
191
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
204
192
|
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
205
|
-
- [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
|
|
206
193
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
207
|
-
- [
|
|
194
|
+
- [BookingClubInfo](docs/BookingClubInfo.md)
|
|
195
|
+
- [BookingCourtInfo](docs/BookingCourtInfo.md)
|
|
208
196
|
- [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
|
|
209
197
|
- [BookingInfo](docs/BookingInfo.md)
|
|
198
|
+
- [BookingPaymentStatus](docs/BookingPaymentStatus.md)
|
|
210
199
|
- [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
|
|
211
200
|
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
212
201
|
- [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
|
|
202
|
+
- [BookingPlayerPaymentSummary](docs/BookingPlayerPaymentSummary.md)
|
|
213
203
|
- [BookingPopulated](docs/BookingPopulated.md)
|
|
204
|
+
- [BookingPriceBody](docs/BookingPriceBody.md)
|
|
214
205
|
- [BookingResponse](docs/BookingResponse.md)
|
|
215
206
|
- [BookingResponseOnsitePaymentsInner](docs/BookingResponseOnsitePaymentsInner.md)
|
|
207
|
+
- [BookingSlotInfo](docs/BookingSlotInfo.md)
|
|
208
|
+
- [BookingSportInfo](docs/BookingSportInfo.md)
|
|
216
209
|
- [BookingStatus](docs/BookingStatus.md)
|
|
217
210
|
- [BookingSummary](docs/BookingSummary.md)
|
|
218
211
|
- [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
|
|
@@ -223,28 +216,9 @@ Class | Method | HTTP request | Description
|
|
|
223
216
|
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
224
217
|
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
225
218
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
226
|
-
- [ClubDaySchedule](docs/ClubDaySchedule.md)
|
|
227
|
-
- [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
|
|
228
|
-
- [ClubHoursSettingsResponse](docs/ClubHoursSettingsResponse.md)
|
|
229
|
-
- [ClubLocationSettings](docs/ClubLocationSettings.md)
|
|
230
219
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
231
220
|
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
232
|
-
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
233
|
-
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
234
|
-
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
235
|
-
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
236
|
-
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
237
221
|
- [ClubPlayerResponse](docs/ClubPlayerResponse.md)
|
|
238
|
-
- [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
|
|
239
|
-
- [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
|
|
240
|
-
- [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
|
|
241
|
-
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
242
|
-
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
243
|
-
- [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
|
|
244
|
-
- [ClubPresentationSettingsResponse](docs/ClubPresentationSettingsResponse.md)
|
|
245
|
-
- [ClubPricingPeriodResponse](docs/ClubPricingPeriodResponse.md)
|
|
246
|
-
- [ClubReservationAccessSettingsResponse](docs/ClubReservationAccessSettingsResponse.md)
|
|
247
|
-
- [ClubReservationSettingsResponse](docs/ClubReservationSettingsResponse.md)
|
|
248
222
|
- [ClubResponse](docs/ClubResponse.md)
|
|
249
223
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
250
224
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
@@ -255,9 +229,6 @@ Class | Method | HTTP request | Description
|
|
|
255
229
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
256
230
|
- [ClubSummary](docs/ClubSummary.md)
|
|
257
231
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
258
|
-
- [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
|
|
259
|
-
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
260
|
-
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
261
232
|
- [CourtInfo](docs/CourtInfo.md)
|
|
262
233
|
- [CourtResponse](docs/CourtResponse.md)
|
|
263
234
|
- [CourtStatus](docs/CourtStatus.md)
|
|
@@ -284,6 +255,7 @@ Class | Method | HTTP request | Description
|
|
|
284
255
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
285
256
|
- [DiscountType](docs/DiscountType.md)
|
|
286
257
|
- [EventResponse](docs/EventResponse.md)
|
|
258
|
+
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
287
259
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
288
260
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
289
261
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
@@ -305,13 +277,13 @@ Class | Method | HTTP request | Description
|
|
|
305
277
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
306
278
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
307
279
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
308
|
-
- [HotelAccessSettings](docs/HotelAccessSettings.md)
|
|
309
280
|
- [ICourtData](docs/ICourtData.md)
|
|
310
281
|
- [ILevelBySports](docs/ILevelBySports.md)
|
|
311
282
|
- [IUserAttributes](docs/IUserAttributes.md)
|
|
312
283
|
- [IUserAttributesOrganizationsInner](docs/IUserAttributesOrganizationsInner.md)
|
|
313
284
|
- [IUserLocation](docs/IUserLocation.md)
|
|
314
285
|
- [InvoiceInfo](docs/InvoiceInfo.md)
|
|
286
|
+
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
315
287
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
316
288
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
317
289
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
@@ -325,17 +297,9 @@ Class | Method | HTTP request | Description
|
|
|
325
297
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
326
298
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
327
299
|
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
328
|
-
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
329
|
-
- [PartialHotelAccessSettings](docs/PartialHotelAccessSettings.md)
|
|
330
|
-
- [PartialPaymentRequirementsSettings](docs/PartialPaymentRequirementsSettings.md)
|
|
331
|
-
- [PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings](docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md)
|
|
332
|
-
- [PartialPublicAccessSettings](docs/PartialPublicAccessSettings.md)
|
|
333
|
-
- [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
|
|
334
300
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
335
301
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
336
302
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
337
|
-
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
338
|
-
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
339
303
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
340
304
|
- [PlanInterval](docs/PlanInterval.md)
|
|
341
305
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
@@ -343,14 +307,15 @@ Class | Method | HTTP request | Description
|
|
|
343
307
|
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
344
308
|
- [PlayerListResponse](docs/PlayerListResponse.md)
|
|
345
309
|
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
310
|
+
- [PlayerPrice](docs/PlayerPrice.md)
|
|
346
311
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
347
312
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
348
313
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
349
314
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
350
|
-
- [PublicAccessSettings](docs/PublicAccessSettings.md)
|
|
351
315
|
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
352
316
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
353
317
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
318
|
+
- [QuickReservationClubSport](docs/QuickReservationClubSport.md)
|
|
354
319
|
- [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
|
|
355
320
|
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
356
321
|
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
@@ -361,9 +326,6 @@ Class | Method | HTTP request | Description
|
|
|
361
326
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
362
327
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
363
328
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
364
|
-
- [SchoolAccessSettings](docs/SchoolAccessSettings.md)
|
|
365
|
-
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
366
|
-
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
367
329
|
- [SlotInfo](docs/SlotInfo.md)
|
|
368
330
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
369
331
|
- [SportInfo](docs/SportInfo.md)
|
|
@@ -401,18 +363,15 @@ Class | Method | HTTP request | Description
|
|
|
401
363
|
- [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
|
|
402
364
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
403
365
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
366
|
+
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
404
367
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
405
368
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
406
369
|
- [SurfaceType](docs/SurfaceType.md)
|
|
407
370
|
- [Team](docs/Team.md)
|
|
408
371
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
409
|
-
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
410
|
-
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
411
|
-
- [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
|
|
412
372
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
413
373
|
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
414
374
|
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
415
|
-
- [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
|
|
416
375
|
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
417
376
|
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
418
377
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
@@ -424,6 +383,7 @@ Class | Method | HTTP request | Description
|
|
|
424
383
|
- [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
|
|
425
384
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|
|
426
385
|
- [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
|
|
386
|
+
- [UserBookingsResponse](docs/UserBookingsResponse.md)
|
|
427
387
|
- [UserClubSubscription](docs/UserClubSubscription.md)
|
|
428
388
|
- [UserInfo](docs/UserInfo.md)
|
|
429
389
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|