@tennac-booking/sdk 1.0.129 → 1.0.131
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 +17 -2
- package/README.md +24 -5
- package/api.ts +876 -74
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +685 -57
- package/dist/api.js +286 -29
- 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 +685 -57
- package/dist/esm/api.js +282 -25
- 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/{CheckInPlayersRequest.md → CheckInPlayerRequest.md} +5 -5
- 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/EstimateEventPrice200Response.md +0 -2
- package/docs/EventBookingDetailSummary.md +2 -2
- package/docs/EventBookingDetailSummaryPaymentPerPlayersInner.md +30 -0
- package/docs/GetClubType200Response.md +20 -0
- 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/PlanPriceInput.md +22 -0
- package/docs/PublicAccessSettings.md +24 -0
- package/docs/PublicSubscriptionPlanResponse.md +5 -1
- 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/UserClubSubscription.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -45,8 +45,8 @@ docs/ChangePasswordResponse.md
|
|
|
45
45
|
docs/CheckInEventParticipants200Response.md
|
|
46
46
|
docs/CheckInEventParticipants200ResponseInvoicesInner.md
|
|
47
47
|
docs/CheckInEventParticipantsRequest.md
|
|
48
|
-
docs/
|
|
49
|
-
docs/
|
|
48
|
+
docs/CheckInPlayerRequest.md
|
|
49
|
+
docs/CheckInPlayerResponse.md
|
|
50
50
|
docs/CheckTeamNameAvailability200Response.md
|
|
51
51
|
docs/CheckedInPlayer.md
|
|
52
52
|
docs/ClientApi.md
|
|
@@ -58,6 +58,7 @@ docs/ClientRegisterRequest.md
|
|
|
58
58
|
docs/ClientSubscription.md
|
|
59
59
|
docs/ClientSubscriptionItem.md
|
|
60
60
|
docs/ClientSubscriptionsResponse.md
|
|
61
|
+
docs/ClubAccessSettingsResponse.md
|
|
61
62
|
docs/ClubAnalyticsApi.md
|
|
62
63
|
docs/ClubAnalyticsStaffApi.md
|
|
63
64
|
docs/ClubDaySchedule.md
|
|
@@ -136,6 +137,7 @@ docs/EstimateEventPrice200Response.md
|
|
|
136
137
|
docs/EstimateEventPriceRequest.md
|
|
137
138
|
docs/EstimateEventPriceRequestSharesInner.md
|
|
138
139
|
docs/EventBookingDetailSummary.md
|
|
140
|
+
docs/EventBookingDetailSummaryPaymentPerPlayersInner.md
|
|
139
141
|
docs/EventBookingResponse.md
|
|
140
142
|
docs/EventBookingResponsePlayersInner.md
|
|
141
143
|
docs/EventBookingResponsePlayersInnerInvoiceStatus.md
|
|
@@ -162,6 +164,7 @@ docs/GetActualities200Response.md
|
|
|
162
164
|
docs/GetAvailableSlotsBySports200Response.md
|
|
163
165
|
docs/GetClubMembers200Response.md
|
|
164
166
|
docs/GetClubRoles200Response.md
|
|
167
|
+
docs/GetClubType200Response.md
|
|
165
168
|
docs/GetClubUsersById200Response.md
|
|
166
169
|
docs/GetClubsWithVerificationDomains200ResponseInner.md
|
|
167
170
|
docs/GetCourtsByClubAndSportById200Response.md
|
|
@@ -170,6 +173,7 @@ docs/GetSlotsByClubById200Response.md
|
|
|
170
173
|
docs/GoogleAuthRequestBody.md
|
|
171
174
|
docs/GoogleAuthResponse.md
|
|
172
175
|
docs/GoogleAuthResponseUser.md
|
|
176
|
+
docs/HotelAccessSettings.md
|
|
173
177
|
docs/ICourtData.md
|
|
174
178
|
docs/ILevelBySports.md
|
|
175
179
|
docs/IUserAttributes.md
|
|
@@ -205,12 +209,19 @@ docs/OffPeakRule.md
|
|
|
205
209
|
docs/PartialClubActiveResponse.md
|
|
206
210
|
docs/PartialClubActiveResponseLocation.md
|
|
207
211
|
docs/PartialClubWeeklySchedule.md
|
|
212
|
+
docs/PartialHotelAccessSettings.md
|
|
213
|
+
docs/PartialPaymentRequirementsSettings.md
|
|
214
|
+
docs/PartialPublicAccessSettings.md
|
|
215
|
+
docs/PartialSchoolAccessSettings.md
|
|
208
216
|
docs/ParticipationType.md
|
|
209
217
|
docs/PasswordResetRequestBody.md
|
|
210
218
|
docs/PaymentByPlayerInfo.md
|
|
211
219
|
docs/PaymentMethod.md
|
|
220
|
+
docs/PaymentRequirementsSettings.md
|
|
212
221
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
213
222
|
docs/PlanInterval.md
|
|
223
|
+
docs/PlanPrice.md
|
|
224
|
+
docs/PlanPriceInput.md
|
|
214
225
|
docs/PlayerCategoriesResponse.md
|
|
215
226
|
docs/PlayerCategory.md
|
|
216
227
|
docs/PlayerCategoryId.md
|
|
@@ -222,6 +233,7 @@ docs/PlayerSummary.md
|
|
|
222
233
|
docs/PlayerWithPaymentMethod.md
|
|
223
234
|
docs/ProfilePictureResponse.md
|
|
224
235
|
docs/ProfilePictureUpdateRequestBody.md
|
|
236
|
+
docs/PublicAccessSettings.md
|
|
225
237
|
docs/PublicSubscriptionPlanResponse.md
|
|
226
238
|
docs/PublicUserProfileResponse.md
|
|
227
239
|
docs/PublishEventResponse.md
|
|
@@ -239,6 +251,7 @@ docs/RequestPasswordReset200Response.md
|
|
|
239
251
|
docs/ResetPasswordRequest.md
|
|
240
252
|
docs/RetentionRateResponse.md
|
|
241
253
|
docs/RevenueBySportItem.md
|
|
254
|
+
docs/SchoolAccessSettings.md
|
|
242
255
|
docs/SendSubscriptionInvitationRequest.md
|
|
243
256
|
docs/SendSubscriptionInvitationResponse.md
|
|
244
257
|
docs/SlotInfo.md
|
|
@@ -291,6 +304,7 @@ docs/SubscribeRequestBody.md
|
|
|
291
304
|
docs/SubscriberPrice.md
|
|
292
305
|
docs/SubscriptionInfo.md
|
|
293
306
|
docs/SubscriptionMutationResponse.md
|
|
307
|
+
docs/SubscriptionPlanDiscountResponse.md
|
|
294
308
|
docs/SubscriptionPlanResponse.md
|
|
295
309
|
docs/SubscriptionsManagerApi.md
|
|
296
310
|
docs/SubscriptionsPublicApi.md
|
|
@@ -300,6 +314,7 @@ docs/SurfaceType.md
|
|
|
300
314
|
docs/Team.md
|
|
301
315
|
docs/TimeBounds.md
|
|
302
316
|
docs/UpdateActuality200Response.md
|
|
317
|
+
docs/UpdateClubAccessSettingsRequest.md
|
|
303
318
|
docs/UpdateClubGeneralSettingsRequest.md
|
|
304
319
|
docs/UpdateClubGeneralSettingsRequestLogo.md
|
|
305
320
|
docs/UpdateClubHoursSettingsRequest.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.131
|
|
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.131 --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} |
|
|
@@ -173,6 +176,7 @@ Class | Method | HTTP request | Description
|
|
|
173
176
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
174
177
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
175
178
|
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
179
|
+
*SubscriptionsManagerApi* | [**archivePlan**](docs/SubscriptionsManagerApi.md#archiveplan) | **POST** /api/subscriptions/plans/{productId}/archive |
|
|
176
180
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
177
181
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
178
182
|
*SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
|
|
@@ -260,8 +264,8 @@ Class | Method | HTTP request | Description
|
|
|
260
264
|
- [CheckInEventParticipants200Response](docs/CheckInEventParticipants200Response.md)
|
|
261
265
|
- [CheckInEventParticipants200ResponseInvoicesInner](docs/CheckInEventParticipants200ResponseInvoicesInner.md)
|
|
262
266
|
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
263
|
-
- [
|
|
264
|
-
- [
|
|
267
|
+
- [CheckInPlayerRequest](docs/CheckInPlayerRequest.md)
|
|
268
|
+
- [CheckInPlayerResponse](docs/CheckInPlayerResponse.md)
|
|
265
269
|
- [CheckTeamNameAvailability200Response](docs/CheckTeamNameAvailability200Response.md)
|
|
266
270
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
267
271
|
- [ClientFullOnboardingResponse](docs/ClientFullOnboardingResponse.md)
|
|
@@ -272,6 +276,7 @@ Class | Method | HTTP request | Description
|
|
|
272
276
|
- [ClientSubscription](docs/ClientSubscription.md)
|
|
273
277
|
- [ClientSubscriptionItem](docs/ClientSubscriptionItem.md)
|
|
274
278
|
- [ClientSubscriptionsResponse](docs/ClientSubscriptionsResponse.md)
|
|
279
|
+
- [ClubAccessSettingsResponse](docs/ClubAccessSettingsResponse.md)
|
|
275
280
|
- [ClubDaySchedule](docs/ClubDaySchedule.md)
|
|
276
281
|
- [ClubEvent](docs/ClubEvent.md)
|
|
277
282
|
- [ClubGeneralSettingsResponse](docs/ClubGeneralSettingsResponse.md)
|
|
@@ -340,6 +345,7 @@ Class | Method | HTTP request | Description
|
|
|
340
345
|
- [EstimateEventPriceRequest](docs/EstimateEventPriceRequest.md)
|
|
341
346
|
- [EstimateEventPriceRequestSharesInner](docs/EstimateEventPriceRequestSharesInner.md)
|
|
342
347
|
- [EventBookingDetailSummary](docs/EventBookingDetailSummary.md)
|
|
348
|
+
- [EventBookingDetailSummaryPaymentPerPlayersInner](docs/EventBookingDetailSummaryPaymentPerPlayersInner.md)
|
|
343
349
|
- [EventBookingResponse](docs/EventBookingResponse.md)
|
|
344
350
|
- [EventBookingResponsePlayersInner](docs/EventBookingResponsePlayersInner.md)
|
|
345
351
|
- [EventBookingResponsePlayersInnerInvoiceStatus](docs/EventBookingResponsePlayersInnerInvoiceStatus.md)
|
|
@@ -363,6 +369,7 @@ Class | Method | HTTP request | Description
|
|
|
363
369
|
- [GetAvailableSlotsBySports200Response](docs/GetAvailableSlotsBySports200Response.md)
|
|
364
370
|
- [GetClubMembers200Response](docs/GetClubMembers200Response.md)
|
|
365
371
|
- [GetClubRoles200Response](docs/GetClubRoles200Response.md)
|
|
372
|
+
- [GetClubType200Response](docs/GetClubType200Response.md)
|
|
366
373
|
- [GetClubUsersById200Response](docs/GetClubUsersById200Response.md)
|
|
367
374
|
- [GetClubsWithVerificationDomains200ResponseInner](docs/GetClubsWithVerificationDomains200ResponseInner.md)
|
|
368
375
|
- [GetCourtsByClubAndSportById200Response](docs/GetCourtsByClubAndSportById200Response.md)
|
|
@@ -371,6 +378,7 @@ Class | Method | HTTP request | Description
|
|
|
371
378
|
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
372
379
|
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
373
380
|
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
381
|
+
- [HotelAccessSettings](docs/HotelAccessSettings.md)
|
|
374
382
|
- [ICourtData](docs/ICourtData.md)
|
|
375
383
|
- [ILevelBySports](docs/ILevelBySports.md)
|
|
376
384
|
- [IUserAttributes](docs/IUserAttributes.md)
|
|
@@ -405,12 +413,19 @@ Class | Method | HTTP request | Description
|
|
|
405
413
|
- [PartialClubActiveResponse](docs/PartialClubActiveResponse.md)
|
|
406
414
|
- [PartialClubActiveResponseLocation](docs/PartialClubActiveResponseLocation.md)
|
|
407
415
|
- [PartialClubWeeklySchedule](docs/PartialClubWeeklySchedule.md)
|
|
416
|
+
- [PartialHotelAccessSettings](docs/PartialHotelAccessSettings.md)
|
|
417
|
+
- [PartialPaymentRequirementsSettings](docs/PartialPaymentRequirementsSettings.md)
|
|
418
|
+
- [PartialPublicAccessSettings](docs/PartialPublicAccessSettings.md)
|
|
419
|
+
- [PartialSchoolAccessSettings](docs/PartialSchoolAccessSettings.md)
|
|
408
420
|
- [ParticipationType](docs/ParticipationType.md)
|
|
409
421
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
410
422
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
411
423
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
424
|
+
- [PaymentRequirementsSettings](docs/PaymentRequirementsSettings.md)
|
|
412
425
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
413
426
|
- [PlanInterval](docs/PlanInterval.md)
|
|
427
|
+
- [PlanPrice](docs/PlanPrice.md)
|
|
428
|
+
- [PlanPriceInput](docs/PlanPriceInput.md)
|
|
414
429
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
415
430
|
- [PlayerCategory](docs/PlayerCategory.md)
|
|
416
431
|
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
@@ -422,6 +437,7 @@ Class | Method | HTTP request | Description
|
|
|
422
437
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
423
438
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
424
439
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
440
|
+
- [PublicAccessSettings](docs/PublicAccessSettings.md)
|
|
425
441
|
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
426
442
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
427
443
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
@@ -439,6 +455,7 @@ Class | Method | HTTP request | Description
|
|
|
439
455
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
440
456
|
- [RetentionRateResponse](docs/RetentionRateResponse.md)
|
|
441
457
|
- [RevenueBySportItem](docs/RevenueBySportItem.md)
|
|
458
|
+
- [SchoolAccessSettings](docs/SchoolAccessSettings.md)
|
|
442
459
|
- [SendSubscriptionInvitationRequest](docs/SendSubscriptionInvitationRequest.md)
|
|
443
460
|
- [SendSubscriptionInvitationResponse](docs/SendSubscriptionInvitationResponse.md)
|
|
444
461
|
- [SlotInfo](docs/SlotInfo.md)
|
|
@@ -489,11 +506,13 @@ Class | Method | HTTP request | Description
|
|
|
489
506
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
490
507
|
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
491
508
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
509
|
+
- [SubscriptionPlanDiscountResponse](docs/SubscriptionPlanDiscountResponse.md)
|
|
492
510
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
493
511
|
- [SurfaceType](docs/SurfaceType.md)
|
|
494
512
|
- [Team](docs/Team.md)
|
|
495
513
|
- [TimeBounds](docs/TimeBounds.md)
|
|
496
514
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
515
|
+
- [UpdateClubAccessSettingsRequest](docs/UpdateClubAccessSettingsRequest.md)
|
|
497
516
|
- [UpdateClubGeneralSettingsRequest](docs/UpdateClubGeneralSettingsRequest.md)
|
|
498
517
|
- [UpdateClubGeneralSettingsRequestLogo](docs/UpdateClubGeneralSettingsRequestLogo.md)
|
|
499
518
|
- [UpdateClubHoursSettingsRequest](docs/UpdateClubHoursSettingsRequest.md)
|