@tennac-booking/sdk 1.0.82 → 1.0.83
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 +25 -1
- package/README.md +32 -1
- package/api.ts +1565 -73
- package/dist/api.d.ts +1224 -81
- package/dist/api.js +562 -8
- package/dist/esm/api.d.ts +1224 -81
- package/dist/esm/api.js +555 -5
- package/docs/BookingPopulated.md +2 -0
- package/docs/ClubAnalyticsStaffApi.md +7 -1
- package/docs/{EventResponseCourtsInner.md → ClubDaySchedule.md} +7 -3
- package/docs/ClubGeneralSettingsResponse.md +34 -0
- package/docs/ClubHoursSettingsResponse.md +22 -0
- package/docs/ClubLocationSettings.md +26 -0
- package/docs/ClubPlayerBookingsPagination.md +28 -0
- package/docs/ClubPlayerBookingsResponse.md +2 -0
- package/docs/ClubPresentationSettingsResponse.md +26 -0
- package/docs/ClubPricingPeriodResponse.md +30 -0
- package/docs/ClubReservationAccessSettingsResponse.md +26 -0
- package/docs/ClubReservationSettingsResponse.md +36 -0
- package/docs/ClubSettingsManagerApi.md +104 -0
- package/docs/ClubSettingsStaffApi.md +95 -0
- package/docs/ClubWeeklySchedule.md +32 -0
- package/docs/ClubsManagerApi.md +104 -0
- package/docs/ClubsStaffApi.md +88 -0
- package/docs/CreateEventRequest.md +1 -1
- package/docs/EventResponse.md +1 -1
- package/docs/HotelAccessSettings.md +26 -0
- package/docs/PartialClubWeeklySchedule.md +33 -0
- package/docs/PartialHotelAccessSettings.md +27 -0
- package/docs/PartialPaymentRequirementsSettings.md +23 -0
- package/docs/PartialPublicAccessPartialPublicAccessSettingsSchoolAccessPartialSchoolAccessSettingsHotelAccessPartialHotelAccessSettingsPaymentRequirementsPartialPaymentRequirementsSettings.md +27 -0
- package/docs/PartialPublicAccessSettings.md +25 -0
- package/docs/PartialSchoolAccessSettings.md +25 -0
- package/docs/PaymentRequirementsSettings.md +22 -0
- package/docs/PublicAccessSettings.md +24 -0
- package/docs/SchoolAccessSettings.md +24 -0
- package/docs/UpdateClubGeneralSettingsRequest.md +34 -0
- package/docs/UpdateClubHoursSettingsRequest.md +22 -0
- package/docs/UpdateClubPresentationSettingsRequest.md +26 -0
- package/docs/UpdateClubReservationSettingsRequest.md +34 -0
- package/docs/UpdateEventRequest.md +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -36,9 +36,14 @@ docs/CheckInPlayersResponse.md
|
|
|
36
36
|
docs/CheckedInPlayer.md
|
|
37
37
|
docs/ClubAnalyticsApi.md
|
|
38
38
|
docs/ClubAnalyticsStaffApi.md
|
|
39
|
+
docs/ClubDaySchedule.md
|
|
40
|
+
docs/ClubGeneralSettingsResponse.md
|
|
41
|
+
docs/ClubHoursSettingsResponse.md
|
|
42
|
+
docs/ClubLocationSettings.md
|
|
39
43
|
docs/ClubMemberResponse.md
|
|
40
44
|
docs/ClubMemberResponseUser.md
|
|
41
45
|
docs/ClubPlayerBookingItem.md
|
|
46
|
+
docs/ClubPlayerBookingsPagination.md
|
|
42
47
|
docs/ClubPlayerBookingsResponse.md
|
|
43
48
|
docs/ClubPlayerDetailResponse.md
|
|
44
49
|
docs/ClubPlayerDetailResponseSportsLevelsInner.md
|
|
@@ -49,6 +54,10 @@ docs/ClubPlayerStatisticsResponseFavoriteClub.md
|
|
|
49
54
|
docs/ClubPlayerStatisticsResponseMostPlayedClub.md
|
|
50
55
|
docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md
|
|
51
56
|
docs/ClubPlayerSubscriptionSummary.md
|
|
57
|
+
docs/ClubPresentationSettingsResponse.md
|
|
58
|
+
docs/ClubPricingPeriodResponse.md
|
|
59
|
+
docs/ClubReservationAccessSettingsResponse.md
|
|
60
|
+
docs/ClubReservationSettingsResponse.md
|
|
52
61
|
docs/ClubResponse.md
|
|
53
62
|
docs/ClubResponseCreatedAt.md
|
|
54
63
|
docs/ClubResponseLocation.md
|
|
@@ -59,9 +68,11 @@ docs/ClubRolesManagerApi.md
|
|
|
59
68
|
docs/ClubRolesStaffApi.md
|
|
60
69
|
docs/ClubSettingsManagerApi.md
|
|
61
70
|
docs/ClubSettingsResponse.md
|
|
71
|
+
docs/ClubSettingsStaffApi.md
|
|
62
72
|
docs/ClubSubscriptions.md
|
|
63
73
|
docs/ClubSummary.md
|
|
64
74
|
docs/ClubUserCountResponse.md
|
|
75
|
+
docs/ClubWeeklySchedule.md
|
|
65
76
|
docs/ClubsApi.md
|
|
66
77
|
docs/ClubsManagerApi.md
|
|
67
78
|
docs/ClubsStaffApi.md
|
|
@@ -94,7 +105,6 @@ docs/DeleteSportResponse.md
|
|
|
94
105
|
docs/DeleteSubscriptionPlanResponse.md
|
|
95
106
|
docs/DiscountType.md
|
|
96
107
|
docs/EventResponse.md
|
|
97
|
-
docs/EventResponseCourtsInner.md
|
|
98
108
|
docs/EventsApi.md
|
|
99
109
|
docs/EventsListResponse.md
|
|
100
110
|
docs/EventsManagerApi.md
|
|
@@ -119,6 +129,7 @@ docs/GetSlotsByClubById200Response.md
|
|
|
119
129
|
docs/GoogleAuthRequestBody.md
|
|
120
130
|
docs/GoogleAuthResponse.md
|
|
121
131
|
docs/GoogleAuthResponseUser.md
|
|
132
|
+
docs/HotelAccessSettings.md
|
|
122
133
|
docs/ICourtData.md
|
|
123
134
|
docs/ILevelBySports.md
|
|
124
135
|
docs/IUserAttributes.md
|
|
@@ -138,10 +149,17 @@ docs/MonthlyTurnoverResponse.md
|
|
|
138
149
|
docs/NoShowFeeResponse.md
|
|
139
150
|
docs/OffPeakRule.md
|
|
140
151
|
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
|
|
141
158
|
docs/PasswordResetRequestBody.md
|
|
142
159
|
docs/PaymentByPlayerInfo.md
|
|
143
160
|
docs/PaymentMethod.md
|
|
144
161
|
docs/PaymentMethodSetupResponse.md
|
|
162
|
+
docs/PaymentRequirementsSettings.md
|
|
145
163
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
146
164
|
docs/PlanInterval.md
|
|
147
165
|
docs/PlayerCategoriesResponse.md
|
|
@@ -153,6 +171,7 @@ docs/PlayerSummary.md
|
|
|
153
171
|
docs/PlayerWithPaymentMethod.md
|
|
154
172
|
docs/ProfilePictureResponse.md
|
|
155
173
|
docs/ProfilePictureUpdateRequestBody.md
|
|
174
|
+
docs/PublicAccessSettings.md
|
|
156
175
|
docs/PublicSubscriptionPlanResponse.md
|
|
157
176
|
docs/PublicUserProfileResponse.md
|
|
158
177
|
docs/PublishEventResponse.md
|
|
@@ -166,6 +185,7 @@ docs/RegisterRequestBody.md
|
|
|
166
185
|
docs/RegisterRequestBodyLocation.md
|
|
167
186
|
docs/RequestPasswordReset200Response.md
|
|
168
187
|
docs/ResetPasswordRequest.md
|
|
188
|
+
docs/SchoolAccessSettings.md
|
|
169
189
|
docs/SetupPaymentMethodRequestBody.md
|
|
170
190
|
docs/SetupPaymentMethodResponse.md
|
|
171
191
|
docs/SlotInfo.md
|
|
@@ -216,9 +236,13 @@ docs/SubscriptionsUserApi.md
|
|
|
216
236
|
docs/SurfaceType.md
|
|
217
237
|
docs/Team.md
|
|
218
238
|
docs/UpdateActuality200Response.md
|
|
239
|
+
docs/UpdateClubGeneralSettingsRequest.md
|
|
240
|
+
docs/UpdateClubHoursSettingsRequest.md
|
|
241
|
+
docs/UpdateClubPresentationSettingsRequest.md
|
|
219
242
|
docs/UpdateClubRequest.md
|
|
220
243
|
docs/UpdateClubRequestLocation.md
|
|
221
244
|
docs/UpdateClubRequestLocationCoordinates.md
|
|
245
|
+
docs/UpdateClubReservationSettingsRequest.md
|
|
222
246
|
docs/UpdateClubRoleRequest.md
|
|
223
247
|
docs/UpdateClubSettingsRequest.md
|
|
224
248
|
docs/UpdateCustomerRequestBody.md
|
package/README.md
CHANGED
|
@@ -88,6 +88,10 @@ Class | Method | HTTP request | Description
|
|
|
88
88
|
*ClubSettingsManagerApi* | [**deleteClubSettings**](docs/ClubSettingsManagerApi.md#deleteclubsettings) | **DELETE** /api/club-settings |
|
|
89
89
|
*ClubSettingsManagerApi* | [**getClubSettings**](docs/ClubSettingsManagerApi.md#getclubsettings) | **GET** /api/club-settings |
|
|
90
90
|
*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 |
|
|
91
95
|
*ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
|
|
92
96
|
*ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
|
|
93
97
|
*ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
|
|
@@ -115,12 +119,16 @@ Class | Method | HTTP request | Description
|
|
|
115
119
|
*ClubsManagerApi* | [**restoreSubscriptionPriceForClub**](docs/ClubsManagerApi.md#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price |
|
|
116
120
|
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
117
121
|
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
122
|
+
*ClubsManagerApi* | [**updateClubGeneralSettings**](docs/ClubsManagerApi.md#updateclubgeneralsettings) | **PUT** /api/clubs/settings/general |
|
|
118
123
|
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
124
|
+
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
119
125
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
120
126
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
121
127
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
128
|
+
*ClubsStaffApi* | [**getClubGeneralSettings**](docs/ClubsStaffApi.md#getclubgeneralsettings) | **GET** /api/clubs/settings/general |
|
|
122
129
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
123
130
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
131
|
+
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
124
132
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
125
133
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
126
134
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
@@ -215,9 +223,14 @@ Class | Method | HTTP request | Description
|
|
|
215
223
|
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
216
224
|
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
217
225
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
226
|
+
- [ClubDaySchedule](docs/ClubDaySchedule.md)
|
|
227
|
+
- [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
|
|
228
|
+
- [ClubHoursSettingsResponse](docs/ClubHoursSettingsResponse.md)
|
|
229
|
+
- [ClubLocationSettings](docs/ClubLocationSettings.md)
|
|
218
230
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
219
231
|
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
220
232
|
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
233
|
+
- [ClubPlayerBookingsPagination](docs/ClubPlayerBookingsPagination.md)
|
|
221
234
|
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
222
235
|
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
223
236
|
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
@@ -228,6 +241,10 @@ Class | Method | HTTP request | Description
|
|
|
228
241
|
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
229
242
|
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
230
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)
|
|
231
248
|
- [ClubResponse](docs/ClubResponse.md)
|
|
232
249
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
233
250
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
@@ -238,6 +255,7 @@ Class | Method | HTTP request | Description
|
|
|
238
255
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
239
256
|
- [ClubSummary](docs/ClubSummary.md)
|
|
240
257
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
258
|
+
- [ClubWeeklySchedule](docs/ClubWeeklySchedule.md)
|
|
241
259
|
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
242
260
|
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
243
261
|
- [CourtInfo](docs/CourtInfo.md)
|
|
@@ -266,7 +284,6 @@ Class | Method | HTTP request | Description
|
|
|
266
284
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
267
285
|
- [DiscountType](docs/DiscountType.md)
|
|
268
286
|
- [EventResponse](docs/EventResponse.md)
|
|
269
|
-
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
270
287
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
271
288
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
272
289
|
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
@@ -288,6 +305,7 @@ Class | Method | HTTP request | Description
|
|
|
288
305
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
289
306
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
290
307
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
308
|
+
- [HotelAccessSettings](docs/HotelAccessSettings.md)
|
|
291
309
|
- [ICourtData](docs/ICourtData.md)
|
|
292
310
|
- [ILevelBySports](docs/ILevelBySports.md)
|
|
293
311
|
- [IUserAttributes](docs/IUserAttributes.md)
|
|
@@ -307,10 +325,17 @@ Class | Method | HTTP request | Description
|
|
|
307
325
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
308
326
|
- [OffPeakRule](docs/OffPeakRule.md)
|
|
309
327
|
- [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)
|
|
310
334
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
311
335
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
312
336
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
313
337
|
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
338
|
+
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
314
339
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
315
340
|
- [PlanInterval](docs/PlanInterval.md)
|
|
316
341
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
@@ -322,6 +347,7 @@ Class | Method | HTTP request | Description
|
|
|
322
347
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
323
348
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
324
349
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
350
|
+
- [PublicAccessSettings](docs/PublicAccessSettings.md)
|
|
325
351
|
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
326
352
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
327
353
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
@@ -335,6 +361,7 @@ Class | Method | HTTP request | Description
|
|
|
335
361
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
336
362
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
337
363
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
364
|
+
- [SchoolAccessSettings](docs/SchoolAccessSettings.md)
|
|
338
365
|
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
339
366
|
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
340
367
|
- [SlotInfo](docs/SlotInfo.md)
|
|
@@ -379,9 +406,13 @@ Class | Method | HTTP request | Description
|
|
|
379
406
|
- [SurfaceType](docs/SurfaceType.md)
|
|
380
407
|
- [Team](docs/Team.md)
|
|
381
408
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
409
|
+
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
410
|
+
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
411
|
+
- [UpdateClubPresentationSettingsRequest](docs/UpdateClubPresentationSettingsRequest.md)
|
|
382
412
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
383
413
|
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
384
414
|
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
415
|
+
- [UpdateClubReservationSettingsRequest](docs/UpdateClubReservationSettingsRequest.md)
|
|
385
416
|
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
386
417
|
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
387
418
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|