@tennac-booking/sdk 1.0.129 → 1.0.130
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 +344 -346
- package/README.md +23 -24
- package/api.ts +857 -1035
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +686 -858
- package/dist/api.js +289 -315
- 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 +686 -858
- package/dist/esm/api.js +285 -311
- 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/BookingsStaffApi.md +10 -10
- package/docs/{EventBookingResponsePlayersInnerInvoiceStatus.md → CheckInPlayerRequest.md} +5 -3
- package/docs/{CheckInPlayersResponse.md → CheckInPlayerResponse.md} +5 -5
- package/docs/ClubAccessSettingsResponse.md +26 -0
- package/docs/ClubPlayerSubscriptionSummary.md +3 -3
- package/docs/ClubSettingsManagerApi.md +52 -0
- package/docs/ClubSettingsStaffApi.md +44 -0
- package/docs/ClubsStaffApi.md +47 -0
- package/docs/CreatePlan201Response.md +2 -0
- package/docs/CreateSubscriptionPlanRequest.md +2 -2
- package/docs/CreateSubscriptionPlanRequestDiscount.md +2 -0
- package/docs/DeleteSubscriptionPlanResponse.md +2 -0
- package/docs/EventsApi.md +1 -4
- package/docs/EventsManagerApi.md +0 -110
- package/docs/{EventBookingResponseSetupStatus.md → GetClubType200Response.md} +5 -3
- package/docs/HotelAccessSettings.md +26 -0
- package/docs/MonthlyTurnoverResponse.md +0 -1
- package/docs/OffPeakRule.md +2 -0
- package/docs/PartialHotelAccessSettings.md +27 -0
- package/docs/PartialPaymentRequirementsSettings.md +23 -0
- package/docs/PartialPublicAccessSettings.md +25 -0
- package/docs/PartialSchoolAccessSettings.md +25 -0
- package/docs/PaymentRequirementsSettings.md +22 -0
- package/docs/PlanPrice.md +26 -0
- package/docs/{CheckInPlayersRequest.md → PlanPriceInput.md} +7 -5
- package/docs/PublicAccessSettings.md +24 -0
- package/docs/PublicSubscriptionPlanResponse.md +5 -1
- package/docs/PublishEventResponse.md +0 -4
- package/docs/SchoolAccessSettings.md +24 -0
- package/docs/SendSubscriptionInvitationRequest.md +2 -0
- package/docs/SubscriptionPlanDiscountResponse.md +34 -0
- package/docs/SubscriptionPlanResponse.md +7 -1
- package/docs/SubscriptionsManagerApi.md +55 -1
- package/docs/UpdateClubAccessSettingsRequest.md +26 -0
- package/docs/UsersApi.md +0 -54
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/EventBookingDetailSummary.md +0 -40
- package/docs/EventBookingResponse.md +0 -36
- package/docs/EventBookingResponsePlayersInner.md +0 -28
- package/docs/EventBookingStatus.md +0 -16
- package/docs/InvoiceStatusSETUPPENDING.md +0 -8
- package/docs/InvoiceStatusSETUPSUCCESS.md +0 -8
- package/docs/ParticipationType.md +0 -10
- package/docs/RecurringDefinitionResponse.md +0 -34
- package/docs/UpdateRecurringDefinition200Response.md +0 -20
- package/docs/UpdateRecurringDefinitionRequest.md +0 -56
- package/docs/UserEventParticipation.md +0 -22
- package/docs/UserEventSummary.md +0 -44
- package/docs/UserEventsResponse.md +0 -28
- package/docs/VisibilityType.md +0 -12
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.121
|
|
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.121 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -56,7 +56,7 @@ Class | Method | HTTP request | Description
|
|
|
56
56
|
*BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
|
|
57
57
|
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
58
58
|
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
59
|
-
*BookingsStaffApi* | [**
|
|
59
|
+
*BookingsStaffApi* | [**checkInPlayer**](docs/BookingsStaffApi.md#checkinplayer) | **POST** /api/bookings/{bookingId}/check-in |
|
|
60
60
|
*BookingsStaffApi* | [**createStaffBooking**](docs/BookingsStaffApi.md#createstaffbooking) | **POST** /api/bookings/staff |
|
|
61
61
|
*BookingsStaffApi* | [**getBookingById**](docs/BookingsStaffApi.md#getbookingbyid) | **GET** /api/bookings/{bookingId} |
|
|
62
62
|
*BookingsStaffApi* | [**getBookingHistoryStaff**](docs/BookingsStaffApi.md#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} |
|
|
@@ -94,10 +94,12 @@ Class | Method | HTTP request | Description
|
|
|
94
94
|
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
95
95
|
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
96
96
|
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
97
|
+
*ClubSettingsManagerApi* | [**updateAccessSettings**](docs/ClubSettingsManagerApi.md#updateaccesssettings) | **PATCH** /api/club-settings/access |
|
|
97
98
|
*ClubSettingsManagerApi* | [**updateClubGeneralSettings**](docs/ClubSettingsManagerApi.md#updateclubgeneralsettings) | **PATCH** /api/club-settings/settings/general |
|
|
98
99
|
*ClubSettingsManagerApi* | [**updateHoursSettings**](docs/ClubSettingsManagerApi.md#updatehourssettings) | **PUT** /api/club-settings/hours |
|
|
99
100
|
*ClubSettingsManagerApi* | [**updatePresentationSettings**](docs/ClubSettingsManagerApi.md#updatepresentationsettings) | **PATCH** /api/club-settings/presentation |
|
|
100
101
|
*ClubSettingsManagerApi* | [**updateReservationSettings**](docs/ClubSettingsManagerApi.md#updatereservationsettings) | **PUT** /api/club-settings/reservation |
|
|
102
|
+
*ClubSettingsStaffApi* | [**getAccessSettings**](docs/ClubSettingsStaffApi.md#getaccesssettings) | **GET** /api/club-settings/access |
|
|
101
103
|
*ClubSettingsStaffApi* | [**getClubGeneralSettings**](docs/ClubSettingsStaffApi.md#getclubgeneralsettings) | **GET** /api/club-settings/settings/general |
|
|
102
104
|
*ClubSettingsStaffApi* | [**getHoursSettings**](docs/ClubSettingsStaffApi.md#gethourssettings) | **GET** /api/club-settings/hours |
|
|
103
105
|
*ClubSettingsStaffApi* | [**getPresentationSettings**](docs/ClubSettingsStaffApi.md#getpresentationsettings) | **GET** /api/club-settings/presentation |
|
|
@@ -143,6 +145,7 @@ Class | Method | HTTP request | Description
|
|
|
143
145
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
144
146
|
*ClubsStaffApi* | [**getClubPresentationSettings**](docs/ClubsStaffApi.md#getclubpresentationsettings) | **GET** /api/clubs/settings/presentation |
|
|
145
147
|
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
148
|
+
*ClubsStaffApi* | [**getClubType**](docs/ClubsStaffApi.md#getclubtype) | **GET** /api/clubs/clubType |
|
|
146
149
|
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
147
150
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
148
151
|
*ClubsStaffApi* | [**getUserProfileStaff**](docs/ClubsStaffApi.md#getuserprofilestaff) | **GET** /api/clubs/staff/profile/{id} |
|
|
@@ -157,12 +160,10 @@ Class | Method | HTTP request | Description
|
|
|
157
160
|
*EventsManagerApi* | [**checkEventConflicts**](docs/EventsManagerApi.md#checkeventconflicts) | **POST** /api/events/manager/checkConflicts |
|
|
158
161
|
*EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
|
|
159
162
|
*EventsManagerApi* | [**deleteEvent**](docs/EventsManagerApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} |
|
|
160
|
-
*EventsManagerApi* | [**getExpiringRecurringDefinitions**](docs/EventsManagerApi.md#getexpiringrecurringdefinitions) | **GET** /api/events/manager/recurring/expiring |
|
|
161
163
|
*EventsManagerApi* | [**publishEvent**](docs/EventsManagerApi.md#publishevent) | **PUT** /api/events/manager/publishEvent/{eventId} |
|
|
162
164
|
*EventsManagerApi* | [**unpublishEvent**](docs/EventsManagerApi.md#unpublishevent) | **PUT** /api/events/manager/unpublishEvent/{eventId} |
|
|
163
165
|
*EventsManagerApi* | [**updateEvent**](docs/EventsManagerApi.md#updateevent) | **PUT** /api/events/manager/updateEvent/{eventId} |
|
|
164
166
|
*EventsManagerApi* | [**updatePublishedEvent**](docs/EventsManagerApi.md#updatepublishedevent) | **PUT** /api/events/manager/updatePublishedEvent/{eventId} |
|
|
165
|
-
*EventsManagerApi* | [**updateRecurringDefinition**](docs/EventsManagerApi.md#updaterecurringdefinition) | **PUT** /api/events/manager/recurring/{definitionId} |
|
|
166
167
|
*EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
|
|
167
168
|
*EventsStaffApi* | [**getDailyEvents**](docs/EventsStaffApi.md#getdailyevents) | **GET** /api/events/calendar/daily |
|
|
168
169
|
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
@@ -173,6 +174,7 @@ Class | Method | HTTP request | Description
|
|
|
173
174
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
174
175
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
175
176
|
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
177
|
+
*SubscriptionsManagerApi* | [**archivePlan**](docs/SubscriptionsManagerApi.md#archiveplan) | **POST** /api/subscriptions/plans/{productId}/archive |
|
|
176
178
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
177
179
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
178
180
|
*SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
|
|
@@ -202,7 +204,6 @@ Class | Method | HTTP request | Description
|
|
|
202
204
|
*UsersApi* | [**getNearestUsersFromCoordinates**](docs/UsersApi.md#getnearestusersfromcoordinates) | **GET** /api/users/nearest-players/coordinates |
|
|
203
205
|
*UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
|
|
204
206
|
*UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
|
|
205
|
-
*UsersApi* | [**getUserEvents**](docs/UsersApi.md#getuserevents) | **GET** /api/users/me/events |
|
|
206
207
|
*UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
|
|
207
208
|
*UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
|
|
208
209
|
*UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
|
|
@@ -260,8 +261,8 @@ Class | Method | HTTP request | Description
|
|
|
260
261
|
- [CheckInEventParticipants200Response](docs/CheckInEventParticipants200Response.md)
|
|
261
262
|
- [CheckInEventParticipants200ResponseInvoicesInner](docs/CheckInEventParticipants200ResponseInvoicesInner.md)
|
|
262
263
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
263
|
-
- [
|
|
264
|
-
- [
|
|
264
|
+
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
265
|
+
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
265
266
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
266
267
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
267
268
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -272,6 +273,7 @@ Class | Method | HTTP request | Description
|
|
|
272
273
|
- [ClientSubscription](docs/ClientSubscription.md)
|
|
273
274
|
- [ClientSubscriptionItem](docs/ClientSubscriptionItem.md)
|
|
274
275
|
- [ClientSubscriptionsResponse](docs/ClientSubscriptionsResponse.md)
|
|
276
|
+
- [ClubAccessSettingsResponse](docs/ClubAccessSettingsResponse.md)
|
|
275
277
|
- [ClubDaySchedule](docs/ClubDaySchedule.md)
|
|
276
278
|
- [ClubEvent](docs/ClubEvent.md)
|
|
277
279
|
- [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
|
|
@@ -339,12 +341,6 @@ Class | Method | HTTP request | Description
|
|
|
339
341
|
- [EstimateEventPrice200Response](docs/EstimateEventPrice200Response.md)
|
|
340
342
|
- [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
|
|
341
343
|
- [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
|
|
342
|
-
- [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
|
|
343
|
-
- [EventBookingResponse](docs/EventBookingResponse.md)
|
|
344
|
-
- [EventBookingResponsePlayersInner](docs/EventBookingResponsePlayersInner.md)
|
|
345
|
-
- [EventBookingResponsePlayersInnerInvoiceStatus](docs/EventBookingResponsePlayersInnerInvoiceStatus.md)
|
|
346
|
-
- [EventBookingResponseSetupStatus](docs/EventBookingResponseSetupStatus.md)
|
|
347
|
-
- [EventBookingStatus](docs/EventBookingStatus.md)
|
|
348
344
|
- [EventConflictCheckRequest](docs/EventConflictCheckRequest.md)
|
|
349
345
|
- [EventConflictCheckResponse](docs/EventConflictCheckResponse.md)
|
|
350
346
|
- [EventResponse](docs/EventResponse.md)
|
|
@@ -363,6 +359,7 @@ Class | Method | HTTP request | Description
|
|
|
363
359
|
- [GetAvailableSlotsBySports200Response](docs/GetAvailableSlotsBySports200Response.md)
|
|
364
360
|
- [GetClubMembers200Response](docs/GetClubMembers200Response.md)
|
|
365
361
|
- [GetClubRoles200Response](docs/GetClubRoles200Response.md)
|
|
362
|
+
- [GetClubType200Response](docs/GetClubType200Response.md)
|
|
366
363
|
- [GetClubUsersById200Response](docs/GetClubUsersById200Response.md)
|
|
367
364
|
- [GetClubsWithVerificationDomains200ResponseInner](docs/GetClubsWithVerificationDomains200ResponseInner.md)
|
|
368
365
|
- [GetCourtsByClubAndSportById200Response](docs/GetCourtsByClubAndSportById200Response.md)
|
|
@@ -371,6 +368,7 @@ Class | Method | HTTP request | Description
|
|
|
371
368
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
372
369
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
373
370
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
371
|
+
- [HotelAccessSettings](docs/HotelAccessSettings.md)
|
|
374
372
|
- [ICourtData](docs/ICourtData.md)
|
|
375
373
|
- [ILevelBySports](docs/ILevelBySports.md)
|
|
376
374
|
- [IUserAttributes](docs/IUserAttributes.md)
|
|
@@ -384,8 +382,6 @@ Class | Method | HTTP request | Description
|
|
|
384
382
|
- [ImageReferencePayload](docs/ImageReferencePayload.md)
|
|
385
383
|
- [InvoiceInfo](docs/InvoiceInfo.md)
|
|
386
384
|
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
387
|
-
- [InvoiceStatusSETUPPENDING](docs/InvoiceStatusSETUPPENDING.md)
|
|
388
|
-
- [InvoiceStatusSETUPSUCCESS](docs/InvoiceStatusSETUPSUCCESS.md)
|
|
389
385
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
390
386
|
- [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
|
|
391
387
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
@@ -405,12 +401,18 @@ Class | Method | HTTP request | Description
|
|
|
405
401
|
- [PartialClubActiveResponse](docs/PartialClubActiveResponse.md)
|
|
406
402
|
- [PartialClubActiveResponseLocation](docs/PartialClubActiveResponseLocation.md)
|
|
407
403
|
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
408
|
-
- [
|
|
404
|
+
- [PartialHotelAccessSettings](docs/PartialHotelAccessSettings.md)
|
|
405
|
+
- [PartialPaymentRequirementsSettings](docs/PartialPaymentRequirementsSettings.md)
|
|
406
|
+
- [PartialPublicAccessSettings](docs/PartialPublicAccessSettings.md)
|
|
407
|
+
- [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
|
|
409
408
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
410
409
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
411
410
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
411
|
+
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
412
412
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
413
413
|
- [PlanInterval](docs/PlanInterval.md)
|
|
414
|
+
- [PlanPrice](docs/PlanPrice.md)
|
|
415
|
+
- [PlanPriceInput](docs/PlanPriceInput.md)
|
|
414
416
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
415
417
|
- [PlayerCategory](docs/PlayerCategory.md)
|
|
416
418
|
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
@@ -422,6 +424,7 @@ Class | Method | HTTP request | Description
|
|
|
422
424
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
423
425
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
424
426
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
427
|
+
- [PublicAccessSettings](docs/PublicAccessSettings.md)
|
|
425
428
|
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
426
429
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
427
430
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
@@ -430,7 +433,6 @@ Class | Method | HTTP request | Description
|
|
|
430
433
|
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
431
434
|
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
432
435
|
- [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
|
|
433
|
-
- [RecurringDefinitionResponse](docs/RecurringDefinitionResponse.md)
|
|
434
436
|
- [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
|
|
435
437
|
- [RefreshTokenResponse](docs/RefreshTokenResponse.md)
|
|
436
438
|
- [RegisterRequestBody](docs/RegisterRequestBody.md)
|
|
@@ -439,6 +441,7 @@ Class | Method | HTTP request | Description
|
|
|
439
441
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
440
442
|
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
441
443
|
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
444
|
+
- [SchoolAccessSettings](docs/SchoolAccessSettings.md)
|
|
442
445
|
- [SendSubscriptionInvitationRequest](docs/SendSubscriptionInvitationRequest.md)
|
|
443
446
|
- [SendSubscriptionInvitationResponse](docs/SendSubscriptionInvitationResponse.md)
|
|
444
447
|
- [SlotInfo](docs/SlotInfo.md)
|
|
@@ -489,11 +492,13 @@ Class | Method | HTTP request | Description
|
|
|
489
492
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
490
493
|
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
491
494
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
495
|
+
- [SubscriptionPlanDiscountResponse](docs/SubscriptionPlanDiscountResponse.md)
|
|
492
496
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
493
497
|
- [SurfaceType](docs/SurfaceType.md)
|
|
494
498
|
- [Team](docs/Team.md)
|
|
495
499
|
- [TimeBounds](docs/TimeBounds.md)
|
|
496
500
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
501
|
+
- [UpdateClubAccessSettingsRequest](docs/UpdateClubAccessSettingsRequest.md)
|
|
497
502
|
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
498
503
|
- [UpdateClubGeneralSettingsRequestLogo](docs/UpdateClubGeneralSettingsRequestLogo.md)
|
|
499
504
|
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|
|
@@ -509,8 +514,6 @@ Class | Method | HTTP request | Description
|
|
|
509
514
|
- [UpdateEventRequest](docs/UpdateEventRequest.md)
|
|
510
515
|
- [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
|
|
511
516
|
- [UpdatePlanRequest](docs/UpdatePlanRequest.md)
|
|
512
|
-
- [UpdateRecurringDefinition200Response](docs/UpdateRecurringDefinition200Response.md)
|
|
513
|
-
- [UpdateRecurringDefinitionRequest](docs/UpdateRecurringDefinitionRequest.md)
|
|
514
517
|
- [UpdateSportRequest](docs/UpdateSportRequest.md)
|
|
515
518
|
- [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
|
|
516
519
|
- [UpdateUserCreditsRequest](docs/UpdateUserCreditsRequest.md)
|
|
@@ -520,16 +523,12 @@ Class | Method | HTTP request | Description
|
|
|
520
523
|
- [UserClubMembership](docs/UserClubMembership.md)
|
|
521
524
|
- [UserClubMembershipsResponse](docs/UserClubMembershipsResponse.md)
|
|
522
525
|
- [UserClubSubscription](docs/UserClubSubscription.md)
|
|
523
|
-
- [UserEventParticipation](docs/UserEventParticipation.md)
|
|
524
|
-
- [UserEventSummary](docs/UserEventSummary.md)
|
|
525
|
-
- [UserEventsResponse](docs/UserEventsResponse.md)
|
|
526
526
|
- [UserInfo](docs/UserInfo.md)
|
|
527
527
|
- [UserLocationSummary](docs/UserLocationSummary.md)
|
|
528
528
|
- [UserProfileResponse](docs/UserProfileResponse.md)
|
|
529
529
|
- [UserRolesResponse](docs/UserRolesResponse.md)
|
|
530
530
|
- [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
|
|
531
531
|
- [VerifyEmailRequest](docs/VerifyEmailRequest.md)
|
|
532
|
-
- [VisibilityType](docs/VisibilityType.md)
|
|
533
532
|
- [YearlyTurnoverResponse](docs/YearlyTurnoverResponse.md)
|
|
534
533
|
|
|
535
534
|
|