@tennac-booking/sdk 1.0.81 → 1.0.82
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 +246 -134
- package/README.md +325 -123
- package/api.ts +17109 -6137
- package/base.ts +4 -4
- package/common.ts +3 -3
- package/configuration.ts +3 -3
- package/dist/api.d.ts +11466 -3726
- package/dist/api.js +7819 -2859
- package/dist/base.d.ts +3 -3
- package/dist/base.js +4 -4
- package/dist/common.d.ts +3 -3
- package/dist/common.js +3 -3
- package/dist/configuration.d.ts +3 -3
- package/dist/configuration.js +3 -3
- package/dist/esm/api.d.ts +11466 -3726
- package/dist/esm/api.js +7724 -2760
- package/dist/esm/base.d.ts +3 -3
- package/dist/esm/base.js +4 -4
- package/dist/esm/common.d.ts +3 -3
- package/dist/esm/common.js +3 -3
- package/dist/esm/configuration.d.ts +3 -3
- package/dist/esm/configuration.js +3 -3
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/docs/{DeleteSlotsByClubInRange200Response.md → AddClubMember201Response.md} +6 -4
- package/docs/AddClubMemberRequest.md +7 -3
- package/docs/AddOrganizationRequest.md +22 -0
- package/docs/AddPaymentMethodRequestBody.md +20 -0
- package/docs/BookingAnalyticsResponse.md +34 -0
- package/docs/BookingDetailResponse.md +46 -0
- package/docs/BookingHistoryPopulated.md +34 -0
- package/docs/BookingInfo.md +50 -0
- package/docs/BookingPaymentStatusResponse.md +24 -0
- package/docs/BookingPaymentStatusResponseBooking.md +27 -0
- package/docs/BookingPaymentStatusResponseSummary.md +29 -0
- package/docs/BookingPopulated.md +46 -0
- package/docs/BookingResponse.md +4 -4
- package/docs/BookingResponseOnsitePaymentsInner.md +22 -0
- package/docs/BookingStatus.md +11 -1
- package/docs/BookingSummary.md +44 -0
- package/docs/{GetAllSportsRequest.md → BookingSummaryClubAddress.md} +3 -5
- package/docs/BookingsApi.md +138 -0
- package/docs/{ManagerSportsApi.md → BookingsManagerApi.md} +30 -34
- package/docs/BookingsStaffApi.md +323 -0
- package/docs/{UserBookingsApi.md → BookingsUserApi.md} +18 -26
- package/docs/CancelBookingResponse.md +1 -1
- package/docs/CaptureResult.md +30 -0
- package/docs/ChangePasswordResponse.md +1 -1
- package/docs/CheckInPlayersRequest.md +20 -0
- package/docs/CheckInPlayersResponse.md +22 -0
- package/docs/CheckedInPlayer.md +34 -0
- package/docs/{AdminClubsApi.md → ClubAnalyticsApi.md} +27 -34
- package/docs/ClubAnalyticsStaffApi.md +690 -0
- package/docs/ClubMemberResponse.md +24 -0
- package/docs/ClubMemberResponseUser.md +27 -0
- package/docs/ClubPlayerBookingItem.md +36 -0
- package/docs/ClubPlayerBookingsResponse.md +22 -0
- package/docs/ClubPlayerDetailResponse.md +46 -0
- package/docs/{RestoreSubscriptionPlanForClub200Response.md → ClubPlayerDetailResponseSportsLevelsInner.md} +7 -5
- package/docs/ClubPlayerResponse.md +36 -0
- package/docs/ClubPlayerStatisticsResponse.md +42 -0
- package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
- package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
- package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
- package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
- package/docs/ClubPlayerSubscriptionSummary.md +28 -0
- package/docs/ClubResponse.md +26 -22
- package/docs/ClubResponseCreatedAt.md +19 -0
- package/docs/ClubResponseLocation.md +29 -0
- package/docs/ClubResponseLocationCoordinates.md +22 -0
- package/docs/ClubResponseUpdatedAt.md +19 -0
- package/docs/ClubRoleResponse.md +11 -9
- package/docs/ClubRolesManagerApi.md +177 -0
- package/docs/ClubRolesStaffApi.md +154 -0
- package/docs/ClubSettingsManagerApi.md +221 -0
- package/docs/ClubSettingsResponse.md +41 -0
- package/docs/ClubSubscriptions.md +26 -0
- package/docs/ClubSummary.md +28 -0
- package/docs/{GetNumberOfClubUsers200Response.md → ClubUserCountResponse.md} +4 -4
- package/docs/ClubsApi.md +614 -0
- package/docs/ClubsManagerApi.md +950 -0
- package/docs/ClubsStaffApi.md +329 -0
- package/docs/ConfirmPaymentMethodRequestBody.md +20 -0
- package/docs/ConfirmPaymentMethodResponse.md +22 -0
- package/docs/CourtInfo.md +28 -0
- package/docs/CourtResponse.md +20 -16
- package/docs/CourtStatus.md +2 -5
- package/docs/CreateBookingRequest.md +3 -3
- package/docs/CreateClubRequest.md +0 -18
- package/docs/{ConfirmPaymentMethodSetupRequestBody.md → CreateClubRoleRequest.md} +7 -5
- package/docs/CreateClubSettingsRequest.md +15 -9
- package/docs/CreateCourtForClub201Response.md +20 -0
- package/docs/CreateCourtRequest.md +10 -12
- package/docs/CreateEventRequest.md +56 -0
- package/docs/CreatePlan201Response.md +22 -0
- package/docs/CreateSportForClub201Response.md +20 -0
- package/docs/CreateSportForClubRequest.md +26 -0
- package/docs/CreateSportRequest.md +6 -6
- package/docs/CreateSubscriptionPlanRequest.md +12 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +32 -0
- package/docs/CreatorChargeResult.md +26 -0
- package/docs/DailyTurnoverResponse.md +24 -0
- package/docs/{StaffSportsApi.md → DefaultApi.md} +18 -18
- package/docs/{DeleteSlotsResponse.md → DeleteClubRoleResponse.md} +4 -4
- package/docs/DeleteClubSettingsResponse.md +20 -0
- package/docs/{DeleteSport200Response.md → DeleteCourtResponse.md} +4 -4
- package/docs/{GenerateSlotsResponse.md → DeleteEventResponse.md} +4 -4
- package/docs/{DeleteClubRole200Response.md → DeleteSportResponse.md} +4 -4
- package/docs/DeleteSubscriptionPlanResponse.md +20 -0
- package/docs/{StripeStatus.md → DiscountType.md} +5 -7
- package/docs/EventResponse.md +66 -0
- package/docs/EventResponseCourtsInner.md +18 -0
- package/docs/EventsApi.md +238 -0
- package/docs/EventsListResponse.md +20 -0
- package/docs/{ManagerClubsApi.md → EventsManagerApi.md} +79 -75
- package/docs/{StaffProfileApi.md → EventsStaffApi.md} +14 -13
- package/docs/{AddClubMemberResponse.md → FavoriteClubMutationResponse.md} +6 -6
- package/docs/{GetClubSettingsRequest.md → FavoriteClubRequestBody.md} +3 -3
- package/docs/{BlockSlotResponse.md → FavoriteClubsResponse.md} +5 -7
- package/docs/FavoritePlayerMutationResponse.md +22 -0
- package/docs/FavoritePlayerRequestBody.md +20 -0
- package/docs/FavoritePlayersResponse.md +20 -0
- package/docs/Gender.md +12 -0
- package/docs/GenderPercentageResponse.md +26 -0
- package/docs/GetActualities200Response.md +20 -0
- package/docs/GetAvailableSlotsBySports200Response.md +20 -0
- package/docs/{ClubMembersResponse.md → GetClubMembers200Response.md} +6 -6
- package/docs/GetClubRoles200Response.md +20 -0
- package/docs/GetClubUsersById200Response.md +20 -0
- package/docs/GetClubsWithVerificationDomains200ResponseInner.md +26 -0
- package/docs/GetCourtsByClubAndSportById200Response.md +26 -0
- package/docs/GetInfillPercentagePerPeriod200Response.md +24 -0
- package/docs/{SlotsResponse.md → GetSlotsByClubById200Response.md} +6 -6
- package/docs/GoogleAuthRequestBody.md +20 -0
- package/docs/GoogleAuthResponse.md +30 -0
- package/docs/GoogleAuthResponseUser.md +26 -0
- package/docs/{Court.md → ICourtData.md} +18 -6
- package/docs/ILevelBySports.md +22 -0
- package/docs/IUserAttributes.md +82 -0
- package/docs/IUserAttributesOrganizationsInner.md +28 -0
- package/docs/IUserLocation.md +44 -0
- package/docs/InvoiceInfo.md +24 -0
- package/docs/JoinEventRequest.md +22 -0
- package/docs/{ApiErrorResponse.md → JoinEventResponse.md} +6 -6
- package/docs/LastSixMonthsTurnoverItem.md +22 -0
- package/docs/{ActiveClub.md → LevelBySportEntry.md} +7 -7
- package/docs/LoginResponse.md +2 -0
- package/docs/ManagerCancelBookingRequest.md +20 -0
- package/docs/ManagerCancelBookingResponse.md +1 -1
- package/docs/MonthlyBreakdown.md +24 -0
- package/docs/MonthlyTurnoverResponse.md +29 -0
- package/docs/NoShowFeeResponse.md +30 -0
- package/docs/OffPeakRule.md +26 -0
- package/docs/PartialClubResponse.md +51 -0
- package/docs/PasswordResetRequestBody.md +20 -0
- package/docs/PaymentByPlayerInfo.md +22 -0
- package/docs/PaymentMethod.md +2 -1
- package/docs/PaymentMethodSetupResponse.md +24 -0
- package/docs/PickIUserLocationExcludeKeyofIUserLocationType.md +43 -0
- package/docs/PlanInterval.md +14 -0
- package/docs/PlayerCategoriesResponse.md +20 -0
- package/docs/PlayerCategory.md +26 -0
- package/docs/PlayerCategoryId.md +16 -0
- package/docs/PlayerListResponse.md +26 -0
- package/docs/PlayerPaymentInfo.md +36 -0
- package/docs/PlayerSummary.md +42 -0
- package/docs/ProfilePictureResponse.md +20 -0
- package/docs/{ActiveClubListResponse.md → ProfilePictureUpdateRequestBody.md} +5 -5
- package/docs/PublicSubscriptionPlanResponse.md +30 -0
- package/docs/PublicUserProfileResponse.md +44 -0
- package/docs/PublishEventResponse.md +20 -0
- package/docs/QuickReservationClubSummary.md +28 -0
- package/docs/QuickReservationClubSummaryLocation.md +31 -0
- package/docs/QuickReservationResponse.md +22 -0
- package/docs/QuickReservationSlotSummary.md +42 -0
- package/docs/RefreshTokenResponse.md +6 -2
- package/docs/RegisterRequestBody.md +6 -0
- package/docs/RegisterRequestBodyLocation.md +44 -0
- package/docs/RequestPasswordReset200Response.md +20 -0
- package/docs/{GoogleSignInResponse.md → ResetPasswordRequest.md} +5 -7
- package/docs/SetupPaymentMethodRequestBody.md +1 -3
- package/docs/SetupPaymentMethodResponse.md +3 -3
- package/docs/SlotInfo.md +26 -0
- package/docs/SportAnalyticsResponse.md +24 -0
- package/docs/SportInfo.md +22 -0
- package/docs/SportKey.md +14 -0
- package/docs/SportLevel.md +22 -0
- package/docs/SportResponse.md +14 -8
- package/docs/SportWithLevels.md +30 -0
- package/docs/SportsManagerApi.md +180 -0
- package/docs/SportsStaffApi.md +55 -0
- package/docs/StaffUserProfileResponse.md +86 -0
- package/docs/StripeStripeDeletedProduct.md +25 -0
- package/docs/StripeStripePrice.md +63 -0
- package/docs/StripeStripePriceBillingScheme.md +10 -0
- package/docs/StripeStripePriceCurrencyOptions.md +28 -0
- package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +24 -0
- package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +12 -0
- package/docs/StripeStripePriceCurrencyOptionsTier.md +28 -0
- package/docs/StripeStripePriceCustomUnitAmount.md +24 -0
- package/docs/StripeStripePriceProduct.md +59 -0
- package/docs/StripeStripePriceRecurring.md +28 -0
- package/docs/StripeStripePriceRecurringInterval.md +14 -0
- package/docs/StripeStripePriceRecurringUsageType.md +10 -0
- package/docs/StripeStripePriceTaxBehavior.md +12 -0
- package/docs/StripeStripePriceTier.md +28 -0
- package/docs/StripeStripePriceTiersMode.md +10 -0
- package/docs/StripeStripePriceTransformQuantity.md +22 -0
- package/docs/StripeStripePriceTransformQuantityRound.md +10 -0
- package/docs/StripeStripePriceType.md +10 -0
- package/docs/StripeStripeProduct.md +59 -0
- package/docs/StripeStripeProductDefaultPrice.md +63 -0
- package/docs/StripeStripeProductMarketingFeature.md +20 -0
- package/docs/StripeStripeProductPackageDimensions.md +26 -0
- package/docs/StripeStripeProductTaxCode.md +27 -0
- package/docs/StripeStripeProductType.md +10 -0
- package/docs/StripeStripeResponseStripeStripePrice.md +64 -0
- package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +30 -0
- package/docs/StripeStripeTaxCode.md +27 -0
- package/docs/{DeleteClubSettingsRequest.md → SubscribeRequestBody.md} +5 -3
- package/docs/SubscriberPrice.md +22 -0
- package/docs/SubscriptionMutationResponse.md +20 -0
- package/docs/SubscriptionPlanResponse.md +16 -14
- package/docs/SubscriptionsManagerApi.md +171 -0
- package/docs/{StaffClubsApi.md → SubscriptionsPublicApi.md} +16 -15
- package/docs/{UserClubsApi.md → SubscriptionsStaffApi.md} +13 -12
- package/docs/SubscriptionsUserApi.md +222 -0
- package/docs/SurfaceType.md +12 -0
- package/docs/Team.md +22 -0
- package/docs/UpdateActuality200Response.md +20 -0
- package/docs/UpdateClubRequest.md +14 -20
- package/docs/UpdateClubRequestLocation.md +29 -0
- package/docs/UpdateClubRequestLocationCoordinates.md +22 -0
- package/docs/UpdateClubRoleRequest.md +22 -0
- package/docs/UpdateClubSettingsRequest.md +14 -10
- package/docs/UpdateCustomerRequestBody.md +3 -7
- package/docs/UpdateCustomerResponse.md +1 -3
- package/docs/UpdateEventRequest.md +54 -0
- package/docs/{ClubListResponse.md → UpdateLevelBySportsRequestBody.md} +5 -7
- package/docs/UpdatePlanRequest.md +22 -0
- package/docs/UpdateSportRequest.md +7 -3
- package/docs/UpdateSubscriptionPlanForClub200Response.md +20 -0
- package/docs/UpdateUserRequestBody.md +8 -2
- package/docs/UpdateUserRequestBodyLevelBySportsInner.md +22 -0
- package/docs/UserClubSubscription.md +42 -0
- package/docs/UserInfo.md +28 -0
- package/docs/UserLocationSummary.md +44 -0
- package/docs/UserProfileResponse.md +94 -0
- package/docs/UserRolesResponse.md +20 -0
- package/docs/{GetActiveClubs200Response.md → UserSubscriptionsResponse.md} +5 -5
- package/docs/UsersApi.md +1963 -0
- package/docs/VerifyEmailRequest.md +20 -0
- package/docs/YearlyTurnoverResponse.md +26 -0
- package/index.ts +3 -3
- package/package.json +5 -4
- package/docs/AdminClubSlotsApi.md +0 -62
- package/docs/Booking.md +0 -32
- package/docs/CancelBookingResponseBooking.md +0 -30
- package/docs/Club.md +0 -46
- package/docs/ClubInfoResponse.md +0 -46
- package/docs/ClubMember.md +0 -34
- package/docs/ClubRole.md +0 -30
- package/docs/ClubRolesResponse.md +0 -22
- package/docs/ClubSettings.md +0 -34
- package/docs/ClubsResponse.md +0 -22
- package/docs/ConfirmPaymentMethodSetupResponse.md +0 -22
- package/docs/CourtsResponse.md +0 -22
- package/docs/CreateClubRoleRequestBody.md +0 -24
- package/docs/CreatePriceRequest.md +0 -26
- package/docs/GetClubInfos200Response.md +0 -30
- package/docs/GetCourtsByClubAndSport200Response.md +0 -26
- package/docs/GetLastSixMonthsTurnover200ResponseInner.md +0 -24
- package/docs/GetUserRolesResponse.md +0 -20
- package/docs/GetUserRolesResponseRolesInner.md +0 -26
- package/docs/GetUserSubscriptionsResponse.md +0 -22
- package/docs/GoogleSignInRequestBody.md +0 -20
- package/docs/InitiateSubscriptionSessionRequestBody.md +0 -26
- package/docs/InitiateSubscriptionSessionResponse.md +0 -22
- package/docs/ManagerCancelBookingResponseBooking.md +0 -30
- package/docs/ManagerClubCourtsApi.md +0 -118
- package/docs/ManagerClubRolesApi.md +0 -268
- package/docs/ManagerClubSlotsApi.md +0 -125
- package/docs/ManagerClubSubscriptionsApi.md +0 -408
- package/docs/PriceResponse.md +0 -32
- package/docs/Slot.md +0 -24
- package/docs/SlotException.md +0 -26
- package/docs/SlotResponse.md +0 -34
- package/docs/Sport.md +0 -24
- package/docs/SportsResponse.md +0 -22
- package/docs/StaffClubAnalyticsApi.md +0 -111
- package/docs/StaffClubBookingsApi.md +0 -59
- package/docs/StaffClubSettingsApi.md +0 -62
- package/docs/SubscribeToClubRequestBody.md +0 -22
- package/docs/SubscriptionPlan.md +0 -36
- package/docs/SubscriptionResponse.md +0 -36
- package/docs/UpdateClubRoleRequestBody.md +0 -24
- package/docs/UpdateCustomerRequestBodyAddress.md +0 -30
- package/docs/UpdateCustomerResponseCustomer.md +0 -28
- package/docs/UpdateSubscriptionPlanRequest.md +0 -24
- package/docs/UpdateSubscriptionPlanResponse.md +0 -22
- package/docs/User.md +0 -40
- package/docs/UserApi.md +0 -119
- package/docs/UserAuthenticationApi.md +0 -226
- package/docs/UserClubCourtsApi.md +0 -64
- package/docs/UserClubSlotsApi.md +0 -181
- package/docs/UserClubSportsApi.md +0 -60
- package/docs/UserPaymentApi.md +0 -121
- package/docs/UserProfileApi.md +0 -224
- package/docs/UserResponse.md +0 -38
- package/docs/UserSubscriptionsApi.md +0 -222
- package/docs/UsersResponse.md +0 -22
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.77
|
|
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.77 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -47,168 +47,360 @@ npm install PATH_TO_GENERATED_PACKAGE --save
|
|
|
47
47
|
|
|
48
48
|
### Documentation for API Endpoints
|
|
49
49
|
|
|
50
|
-
All URIs are relative to *
|
|
50
|
+
All URIs are relative to *http://localhost*
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
54
|
+
*BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
|
|
55
|
+
*BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
|
|
56
|
+
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
57
|
+
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
58
|
+
*BookingsStaffApi* | [**checkInPlayers**](docs/BookingsStaffApi.md#checkinplayers) | **POST** /api/bookings/{bookingId}/check-in |
|
|
59
|
+
*BookingsStaffApi* | [**getBookingById**](docs/BookingsStaffApi.md#getbookingbyid) | **GET** /api/bookings/{bookingId} |
|
|
60
|
+
*BookingsStaffApi* | [**getBookingHistoryStaff**](docs/BookingsStaffApi.md#getbookinghistorystaff) | **GET** /api/bookings/staff/history{bookingId} |
|
|
61
|
+
*BookingsStaffApi* | [**getBookingPaymentStatus**](docs/BookingsStaffApi.md#getbookingpaymentstatus) | **GET** /api/bookings/{bookingId}/payment-status |
|
|
62
|
+
*BookingsStaffApi* | [**getDailyBookings**](docs/BookingsStaffApi.md#getdailybookings) | **GET** /api/bookings/daily/{date} |
|
|
63
|
+
*BookingsStaffApi* | [**getWeeklyBookings**](docs/BookingsStaffApi.md#getweeklybookings) | **GET** /api/bookings/weekly/{weekId} |
|
|
64
|
+
*BookingsUserApi* | [**cancelBooking**](docs/BookingsUserApi.md#cancelbooking) | **DELETE** /api/bookings/{bookingId} |
|
|
65
|
+
*BookingsUserApi* | [**createBooking**](docs/BookingsUserApi.md#createbooking) | **POST** /api/bookings |
|
|
66
|
+
*ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
|
|
67
|
+
*ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
|
|
68
|
+
*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
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
|
|
73
|
+
*ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
|
|
74
|
+
*ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
|
|
75
|
+
*ClubAnalyticsStaffApi* | [**getInfillPercentagePerPeriod**](docs/ClubAnalyticsStaffApi.md#getinfillpercentageperperiod) | **GET** /api/club-analytics/infill-percentage |
|
|
76
|
+
*ClubAnalyticsStaffApi* | [**getLastSixMonthsTurnover**](docs/ClubAnalyticsStaffApi.md#getlastsixmonthsturnover) | **GET** /api/club-analytics/last-six-months-turnover |
|
|
77
|
+
*ClubAnalyticsStaffApi* | [**getMonthlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getmonthlyturnover) | **GET** /api/club-analytics/monthly-turnover |
|
|
78
|
+
*ClubAnalyticsStaffApi* | [**getNumberOfClubUsers**](docs/ClubAnalyticsStaffApi.md#getnumberofclubusers) | **GET** /api/club-analytics/users-count |
|
|
79
|
+
*ClubAnalyticsStaffApi* | [**getTenNextBookings**](docs/ClubAnalyticsStaffApi.md#gettennextbookings) | **GET** /api/club-analytics/next-bookings |
|
|
80
|
+
*ClubAnalyticsStaffApi* | [**getYearlyTurnOver**](docs/ClubAnalyticsStaffApi.md#getyearlyturnover) | **GET** /api/club-analytics/yearly-turnover |
|
|
81
|
+
*ClubRolesManagerApi* | [**createClubRole**](docs/ClubRolesManagerApi.md#createclubrole) | **POST** /api/club-roles |
|
|
82
|
+
*ClubRolesManagerApi* | [**deleteClubRole**](docs/ClubRolesManagerApi.md#deleteclubrole) | **DELETE** /api/club-roles/{id} |
|
|
83
|
+
*ClubRolesManagerApi* | [**updateClubRole**](docs/ClubRolesManagerApi.md#updateclubrole) | **PUT** /api/club-roles/{id} |
|
|
84
|
+
*ClubRolesStaffApi* | [**getAllClubRoles**](docs/ClubRolesStaffApi.md#getallclubroles) | **GET** /api/club-roles |
|
|
85
|
+
*ClubRolesStaffApi* | [**getClubRoleById**](docs/ClubRolesStaffApi.md#getclubrolebyid) | **GET** /api/club-roles/{id} |
|
|
86
|
+
*ClubRolesStaffApi* | [**getUserRolesInClubs**](docs/ClubRolesStaffApi.md#getuserrolesinclubs) | **GET** /api/club-roles/me/roles |
|
|
87
|
+
*ClubSettingsManagerApi* | [**createClubSettings**](docs/ClubSettingsManagerApi.md#createclubsettings) | **POST** /api/club-settings/{clubId} |
|
|
88
|
+
*ClubSettingsManagerApi* | [**deleteClubSettings**](docs/ClubSettingsManagerApi.md#deleteclubsettings) | **DELETE** /api/club-settings |
|
|
89
|
+
*ClubSettingsManagerApi* | [**getClubSettings**](docs/ClubSettingsManagerApi.md#getclubsettings) | **GET** /api/club-settings |
|
|
90
|
+
*ClubSettingsManagerApi* | [**updateClubSettings**](docs/ClubSettingsManagerApi.md#updateclubsettings) | **PUT** /api/club-settings |
|
|
91
|
+
*ClubsApi* | [**getActiveClubs**](docs/ClubsApi.md#getactiveclubs) | **GET** /api/clubs/active |
|
|
92
|
+
*ClubsApi* | [**getAllClubs**](docs/ClubsApi.md#getallclubs) | **GET** /api/clubs |
|
|
93
|
+
*ClubsApi* | [**getAvailableSlotsByClubById**](docs/ClubsApi.md#getavailableslotsbyclubbyid) | **GET** /api/clubs/{clubID}/availableSlots |
|
|
94
|
+
*ClubsApi* | [**getAvailableSlotsBySports**](docs/ClubsApi.md#getavailableslotsbysports) | **GET** /api/clubs/{id}/sports/{sportId}/slots |
|
|
95
|
+
*ClubsApi* | [**getAvailableSlotsBySportsAndDay**](docs/ClubsApi.md#getavailableslotsbysportsandday) | **GET** /api/clubs/{id}/sports/{sportId}/slots/{day} |
|
|
96
|
+
*ClubsApi* | [**getClubInfo**](docs/ClubsApi.md#getclubinfo) | **GET** /api/clubs/info |
|
|
97
|
+
*ClubsApi* | [**getClubUsersById**](docs/ClubsApi.md#getclubusersbyid) | **GET** /api/clubs/{id}/users |
|
|
98
|
+
*ClubsApi* | [**getClubsWithVerificationDomains**](docs/ClubsApi.md#getclubswithverificationdomains) | **GET** /api/clubs/verification-domains |
|
|
99
|
+
*ClubsApi* | [**getCourtsByClubAndSportById**](docs/ClubsApi.md#getcourtsbyclubandsportbyid) | **GET** /api/clubs/{id}/sports/{sportId}/courts |
|
|
100
|
+
*ClubsApi* | [**getPublishedActualities**](docs/ClubsApi.md#getpublishedactualities) | **GET** /api/clubs/{id}/actualities |
|
|
101
|
+
*ClubsApi* | [**getSlotsByClubById**](docs/ClubsApi.md#getslotsbyclubbyid) | **GET** /api/clubs/{id}/slots |
|
|
102
|
+
*ClubsApi* | [**getSportsByClubById**](docs/ClubsApi.md#getsportsbyclubbyid) | **GET** /api/clubs/{id}/sports |
|
|
103
|
+
*ClubsManagerApi* | [**addClubMember**](docs/ClubsManagerApi.md#addclubmember) | **POST** /api/clubs/members |
|
|
104
|
+
*ClubsManagerApi* | [**archivePriceForSubscriptionPlan**](docs/ClubsManagerApi.md#archivepriceforsubscriptionplan) | **DELETE** /api/clubs/subscription-plans/{priceId}/archive-price |
|
|
105
|
+
*ClubsManagerApi* | [**createActuality**](docs/ClubsManagerApi.md#createactuality) | **POST** /api/clubs/actualities |
|
|
106
|
+
*ClubsManagerApi* | [**createCourtForClub**](docs/ClubsManagerApi.md#createcourtforclub) | **POST** /api/clubs/courts |
|
|
107
|
+
*ClubsManagerApi* | [**createPriceForSubscriptionPlan**](docs/ClubsManagerApi.md#createpriceforsubscriptionplan) | **POST** /api/clubs/subscription-plans/{productId}/prices |
|
|
108
|
+
*ClubsManagerApi* | [**createSportForClub**](docs/ClubsManagerApi.md#createsportforclub) | **POST** /api/clubs/sports |
|
|
109
|
+
*ClubsManagerApi* | [**deleteActuality**](docs/ClubsManagerApi.md#deleteactuality) | **DELETE** /api/clubs/actualities/{actualityId} |
|
|
110
|
+
*ClubsManagerApi* | [**deleteCourt**](docs/ClubsManagerApi.md#deletecourt) | **DELETE** /api/clubs/courts/{courtId} |
|
|
111
|
+
*ClubsManagerApi* | [**deleteSlotsByClubInRange**](docs/ClubsManagerApi.md#deleteslotsbyclubinrange) | **DELETE** /api/clubs/slots |
|
|
112
|
+
*ClubsManagerApi* | [**deleteSubscriptionPlanForClub**](docs/ClubsManagerApi.md#deletesubscriptionplanforclub) | **DELETE** /api/clubs/subscription-plans/{productId} |
|
|
113
|
+
*ClubsManagerApi* | [**publishActuality**](docs/ClubsManagerApi.md#publishactuality) | **PATCH** /api/clubs/actualities/{actualityId}/publish |
|
|
114
|
+
*ClubsManagerApi* | [**restoreSubscriptionPlanForClub**](docs/ClubsManagerApi.md#restoresubscriptionplanforclub) | **POST** /api/clubs/subscription-plans/{productId}/restore |
|
|
115
|
+
*ClubsManagerApi* | [**restoreSubscriptionPriceForClub**](docs/ClubsManagerApi.md#restoresubscriptionpriceforclub) | **POST** /api/clubs/subscription-plans/{priceId}/restore-price |
|
|
116
|
+
*ClubsManagerApi* | [**updateActuality**](docs/ClubsManagerApi.md#updateactuality) | **PUT** /api/clubs/actualities/{actualityId} |
|
|
117
|
+
*ClubsManagerApi* | [**updateClub**](docs/ClubsManagerApi.md#updateclub) | **PUT** /api/clubs |
|
|
118
|
+
*ClubsManagerApi* | [**updateClubInfos**](docs/ClubsManagerApi.md#updateclubinfos) | **PUT** /api/clubs/infos |
|
|
119
|
+
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
120
|
+
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
121
|
+
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
122
|
+
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
123
|
+
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
124
|
+
*ClubsStaffApi* | [**getClubRoles**](docs/ClubsStaffApi.md#getclubroles) | **GET** /api/clubs/roles |
|
|
125
|
+
*ClubsStaffApi* | [**getCourtsByClub**](docs/ClubsStaffApi.md#getcourtsbyclub) | **GET** /api/clubs/courts |
|
|
126
|
+
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
127
|
+
*ClubsStaffApi* | [**getUserProfileStaff**](docs/ClubsStaffApi.md#getuserprofilestaff) | **GET** /api/clubs/staff/profile/{id} |
|
|
128
|
+
*DefaultApi* | [**createClub**](docs/DefaultApi.md#createclub) | **POST** /api/clubs |
|
|
129
|
+
*EventsApi* | [**getEventById**](docs/EventsApi.md#geteventbyid) | **GET** /api/events/{eventId} |
|
|
130
|
+
*EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events |
|
|
131
|
+
*EventsApi* | [**joinEvent**](docs/EventsApi.md#joinevent) | **POST** /api/events/{eventId}/join |
|
|
132
|
+
*EventsApi* | [**leaveEvent**](docs/EventsApi.md#leaveevent) | **DELETE** /api/events/{eventId}/leave |
|
|
133
|
+
*EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
|
|
134
|
+
*EventsManagerApi* | [**deleteEvent**](docs/EventsManagerApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} |
|
|
135
|
+
*EventsManagerApi* | [**publishEvent**](docs/EventsManagerApi.md#publishevent) | **PUT** /api/events/manager/publishEvent/{eventId} |
|
|
136
|
+
*EventsManagerApi* | [**unpublishEvent**](docs/EventsManagerApi.md#unpublishevent) | **PUT** /api/events/manager/unpublishEvent/{eventId} |
|
|
137
|
+
*EventsManagerApi* | [**updateEvent**](docs/EventsManagerApi.md#updateevent) | **PUT** /api/events/manager/updateEvent/{eventId} |
|
|
138
|
+
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
139
|
+
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
140
|
+
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
141
|
+
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
142
|
+
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
143
|
+
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
144
|
+
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
145
|
+
*SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
|
|
146
|
+
*SubscriptionsPublicApi* | [**getPublicPlans**](docs/SubscriptionsPublicApi.md#getpublicplans) | **GET** /api/subscriptions/plans/{clubId} |
|
|
147
|
+
*SubscriptionsStaffApi* | [**getClubPlans**](docs/SubscriptionsStaffApi.md#getclubplans) | **GET** /api/subscriptions/plans |
|
|
148
|
+
*SubscriptionsUserApi* | [**cancel**](docs/SubscriptionsUserApi.md#cancel) | **DELETE** /api/subscriptions/{clubId}/{subscriptionId} |
|
|
149
|
+
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
150
|
+
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
151
|
+
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
152
|
+
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
153
|
+
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
154
|
+
*UsersApi* | [**addOrganization**](docs/UsersApi.md#addorganization) | **POST** /api/users/me/add-organization |
|
|
155
|
+
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
|
|
156
|
+
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
|
|
157
|
+
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
|
|
158
|
+
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
159
|
+
*UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
|
|
160
|
+
*UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
|
|
161
|
+
*UsersApi* | [**getFavoritesPlayers**](docs/UsersApi.md#getfavoritesplayers) | **GET** /api/users/me/favoritesPlayers |
|
|
162
|
+
*UsersApi* | [**getFrequentlyPlayedWith**](docs/UsersApi.md#getfrequentlyplayedwith) | **GET** /api/users/me/frequentlyPlayedWith |
|
|
163
|
+
*UsersApi* | [**getFrequentlyVisitedClub**](docs/UsersApi.md#getfrequentlyvisitedclub) | **GET** /api/users/me/frequentlyVisitedClub |
|
|
164
|
+
*UsersApi* | [**getMe**](docs/UsersApi.md#getme) | **GET** /api/users/me |
|
|
165
|
+
*UsersApi* | [**getNearestClubs**](docs/UsersApi.md#getnearestclubs) | **GET** /api/users/me/nearest-clubs |
|
|
166
|
+
*UsersApi* | [**getNearestClubsFromCoordinates**](docs/UsersApi.md#getnearestclubsfromcoordinates) | **GET** /api/users/nearest-clubs/coordinates |
|
|
167
|
+
*UsersApi* | [**getNearestUsers**](docs/UsersApi.md#getnearestusers) | **GET** /api/users/me/nearest-players |
|
|
168
|
+
*UsersApi* | [**getNearestUsersFromCoordinates**](docs/UsersApi.md#getnearestusersfromcoordinates) | **GET** /api/users/nearest-players/coordinates |
|
|
169
|
+
*UsersApi* | [**getPlayerCategories**](docs/UsersApi.md#getplayercategories) | **GET** /api/users/players/categories |
|
|
170
|
+
*UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
|
|
171
|
+
*UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
|
|
172
|
+
*UsersApi* | [**listPlayers**](docs/UsersApi.md#listplayers) | **GET** /api/users/players |
|
|
173
|
+
*UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
|
|
174
|
+
*UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
|
|
175
|
+
*UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
|
|
176
|
+
*UsersApi* | [**removeFavoriteClub**](docs/UsersApi.md#removefavoriteclub) | **DELETE** /api/users/me/favorite-clubs/{clubId} |
|
|
177
|
+
*UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
|
|
178
|
+
*UsersApi* | [**removeOrganization**](docs/UsersApi.md#removeorganization) | **POST** /api/users/me/remove-organization |
|
|
179
|
+
*UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
|
|
180
|
+
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
181
|
+
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
182
|
+
*UsersApi* | [**setupOffSessionPaymentMethod**](docs/UsersApi.md#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod |
|
|
183
|
+
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
184
|
+
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
185
|
+
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
186
|
+
*UsersApi* | [**updateMe**](docs/UsersApi.md#updateme) | **PUT** /api/users/me |
|
|
187
|
+
*UsersApi* | [**updateProfilePicture**](docs/UsersApi.md#updateprofilepicture) | **PUT** /api/users/me/profile-picture |
|
|
188
|
+
*UsersApi* | [**verifyEmail**](docs/UsersApi.md#verifyemail) | **POST** /api/users/verify-email |
|
|
189
|
+
*UsersApi* | [**verifyOrganization**](docs/UsersApi.md#verifyorganization) | **POST** /api/users/verify-organization |
|
|
111
190
|
|
|
112
191
|
|
|
113
192
|
### Documentation For Models
|
|
114
193
|
|
|
115
|
-
- [
|
|
116
|
-
- [ActiveClubListResponse](docs/ActiveClubListResponse.md)
|
|
194
|
+
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
117
195
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
118
|
-
- [
|
|
119
|
-
- [
|
|
120
|
-
- [
|
|
121
|
-
- [
|
|
196
|
+
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
197
|
+
- [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
|
|
198
|
+
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
199
|
+
- [BookingDetailResponse](docs/BookingDetailResponse.md)
|
|
200
|
+
- [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
|
|
201
|
+
- [BookingInfo](docs/BookingInfo.md)
|
|
202
|
+
- [BookingPaymentStatusResponse](docs/BookingPaymentStatusResponse.md)
|
|
203
|
+
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
204
|
+
- [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
|
|
205
|
+
- [BookingPopulated](docs/BookingPopulated.md)
|
|
122
206
|
- [BookingResponse](docs/BookingResponse.md)
|
|
207
|
+
- [BookingResponseOnsitePaymentsInner](docs/BookingResponseOnsitePaymentsInner.md)
|
|
123
208
|
- [BookingStatus](docs/BookingStatus.md)
|
|
209
|
+
- [BookingSummary](docs/BookingSummary.md)
|
|
210
|
+
- [BookingSummaryClubAddress](docs/BookingSummaryClubAddress.md)
|
|
124
211
|
- [CancelBookingResponse](docs/CancelBookingResponse.md)
|
|
125
|
-
- [
|
|
212
|
+
- [CaptureResult](docs/CaptureResult.md)
|
|
126
213
|
- [ChangePasswordRequestBody](docs/ChangePasswordRequestBody.md)
|
|
127
214
|
- [ChangePasswordResponse](docs/ChangePasswordResponse.md)
|
|
128
|
-
- [
|
|
129
|
-
- [
|
|
130
|
-
- [
|
|
131
|
-
- [
|
|
132
|
-
- [
|
|
215
|
+
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
216
|
+
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
217
|
+
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
218
|
+
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
219
|
+
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
220
|
+
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
221
|
+
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
222
|
+
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
223
|
+
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
224
|
+
- [ClubPlayerResponse](docs/ClubPlayerResponse.md)
|
|
225
|
+
- [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
|
|
226
|
+
- [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
|
|
227
|
+
- [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
|
|
228
|
+
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
229
|
+
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
230
|
+
- [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
|
|
133
231
|
- [ClubResponse](docs/ClubResponse.md)
|
|
134
|
-
- [
|
|
232
|
+
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
233
|
+
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
234
|
+
- [ClubResponseLocationCoordinates](docs/ClubResponseLocationCoordinates.md)
|
|
235
|
+
- [ClubResponseUpdatedAt](docs/ClubResponseUpdatedAt.md)
|
|
135
236
|
- [ClubRoleResponse](docs/ClubRoleResponse.md)
|
|
136
|
-
- [
|
|
137
|
-
- [
|
|
138
|
-
- [
|
|
139
|
-
- [
|
|
140
|
-
- [
|
|
141
|
-
- [
|
|
237
|
+
- [ClubSettingsResponse](docs/ClubSettingsResponse.md)
|
|
238
|
+
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
239
|
+
- [ClubSummary](docs/ClubSummary.md)
|
|
240
|
+
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
241
|
+
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
242
|
+
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
243
|
+
- [CourtInfo](docs/CourtInfo.md)
|
|
142
244
|
- [CourtResponse](docs/CourtResponse.md)
|
|
143
245
|
- [CourtStatus](docs/CourtStatus.md)
|
|
144
|
-
- [CourtsResponse](docs/CourtsResponse.md)
|
|
145
246
|
- [CreateBookingRequest](docs/CreateBookingRequest.md)
|
|
146
247
|
- [CreateClubRequest](docs/CreateClubRequest.md)
|
|
147
|
-
- [
|
|
248
|
+
- [CreateClubRoleRequest](docs/CreateClubRoleRequest.md)
|
|
148
249
|
- [CreateClubSettingsRequest](docs/CreateClubSettingsRequest.md)
|
|
250
|
+
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
149
251
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
150
|
-
- [
|
|
252
|
+
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
253
|
+
- [CreatePlan201Response](docs/CreatePlan201Response.md)
|
|
254
|
+
- [CreateSportForClub201Response](docs/CreateSportForClub201Response.md)
|
|
255
|
+
- [CreateSportForClubRequest](docs/CreateSportForClubRequest.md)
|
|
151
256
|
- [CreateSportRequest](docs/CreateSportRequest.md)
|
|
152
257
|
- [CreateSubscriptionPlanRequest](docs/CreateSubscriptionPlanRequest.md)
|
|
153
|
-
- [
|
|
154
|
-
- [
|
|
155
|
-
- [
|
|
156
|
-
- [
|
|
157
|
-
- [
|
|
158
|
-
- [
|
|
159
|
-
- [
|
|
160
|
-
- [
|
|
161
|
-
- [
|
|
162
|
-
- [
|
|
163
|
-
- [
|
|
164
|
-
- [
|
|
165
|
-
- [
|
|
166
|
-
- [
|
|
167
|
-
- [
|
|
168
|
-
- [
|
|
169
|
-
- [
|
|
170
|
-
- [
|
|
171
|
-
- [
|
|
172
|
-
- [
|
|
258
|
+
- [CreateSubscriptionPlanRequestDiscount](docs/CreateSubscriptionPlanRequestDiscount.md)
|
|
259
|
+
- [CreatorChargeResult](docs/CreatorChargeResult.md)
|
|
260
|
+
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
261
|
+
- [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
|
|
262
|
+
- [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
|
|
263
|
+
- [DeleteCourtResponse](docs/DeleteCourtResponse.md)
|
|
264
|
+
- [DeleteEventResponse](docs/DeleteEventResponse.md)
|
|
265
|
+
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
266
|
+
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
267
|
+
- [DiscountType](docs/DiscountType.md)
|
|
268
|
+
- [EventResponse](docs/EventResponse.md)
|
|
269
|
+
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
270
|
+
- [EventsListResponse](docs/EventsListResponse.md)
|
|
271
|
+
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
272
|
+
- [FavoriteClubRequestBody](docs/FavoriteClubRequestBody.md)
|
|
273
|
+
- [FavoriteClubsResponse](docs/FavoriteClubsResponse.md)
|
|
274
|
+
- [FavoritePlayerMutationResponse](docs/FavoritePlayerMutationResponse.md)
|
|
275
|
+
- [FavoritePlayerRequestBody](docs/FavoritePlayerRequestBody.md)
|
|
276
|
+
- [FavoritePlayersResponse](docs/FavoritePlayersResponse.md)
|
|
277
|
+
- [Gender](docs/Gender.md)
|
|
278
|
+
- [GenderPercentageResponse](docs/GenderPercentageResponse.md)
|
|
279
|
+
- [GetActualities200Response](docs/GetActualities200Response.md)
|
|
280
|
+
- [GetAvailableSlotsBySports200Response](docs/GetAvailableSlotsBySports200Response.md)
|
|
281
|
+
- [GetClubMembers200Response](docs/GetClubMembers200Response.md)
|
|
282
|
+
- [GetClubRoles200Response](docs/GetClubRoles200Response.md)
|
|
283
|
+
- [GetClubUsersById200Response](docs/GetClubUsersById200Response.md)
|
|
284
|
+
- [GetClubsWithVerificationDomains200ResponseInner](docs/GetClubsWithVerificationDomains200ResponseInner.md)
|
|
285
|
+
- [GetCourtsByClubAndSportById200Response](docs/GetCourtsByClubAndSportById200Response.md)
|
|
286
|
+
- [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
|
|
287
|
+
- [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
|
|
288
|
+
- [GoogleAuthRequestBody](docs/GoogleAuthRequestBody.md)
|
|
289
|
+
- [GoogleAuthResponse](docs/GoogleAuthResponse.md)
|
|
290
|
+
- [GoogleAuthResponseUser](docs/GoogleAuthResponseUser.md)
|
|
291
|
+
- [ICourtData](docs/ICourtData.md)
|
|
292
|
+
- [ILevelBySports](docs/ILevelBySports.md)
|
|
293
|
+
- [IUserAttributes](docs/IUserAttributes.md)
|
|
294
|
+
- [IUserAttributesOrganizationsInner](docs/IUserAttributesOrganizationsInner.md)
|
|
295
|
+
- [IUserLocation](docs/IUserLocation.md)
|
|
296
|
+
- [InvoiceInfo](docs/InvoiceInfo.md)
|
|
297
|
+
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
298
|
+
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
299
|
+
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
300
|
+
- [LevelBySportEntry](docs/LevelBySportEntry.md)
|
|
173
301
|
- [LoginRequestBody](docs/LoginRequestBody.md)
|
|
174
302
|
- [LoginResponse](docs/LoginResponse.md)
|
|
303
|
+
- [ManagerCancelBookingRequest](docs/ManagerCancelBookingRequest.md)
|
|
175
304
|
- [ManagerCancelBookingResponse](docs/ManagerCancelBookingResponse.md)
|
|
176
|
-
- [
|
|
305
|
+
- [MonthlyBreakdown](docs/MonthlyBreakdown.md)
|
|
306
|
+
- [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
|
|
307
|
+
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
308
|
+
- [OffPeakRule](docs/OffPeakRule.md)
|
|
309
|
+
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
310
|
+
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
311
|
+
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
177
312
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
313
|
+
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
314
|
+
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
315
|
+
- [PlanInterval](docs/PlanInterval.md)
|
|
316
|
+
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
317
|
+
- [PlayerCategory](docs/PlayerCategory.md)
|
|
318
|
+
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
319
|
+
- [PlayerListResponse](docs/PlayerListResponse.md)
|
|
320
|
+
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
321
|
+
- [PlayerSummary](docs/PlayerSummary.md)
|
|
178
322
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
179
|
-
- [
|
|
323
|
+
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
324
|
+
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
325
|
+
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
326
|
+
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
327
|
+
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
328
|
+
- [QuickReservationClubSummary](docs/QuickReservationClubSummary.md)
|
|
329
|
+
- [QuickReservationClubSummaryLocation](docs/QuickReservationClubSummaryLocation.md)
|
|
330
|
+
- [QuickReservationResponse](docs/QuickReservationResponse.md)
|
|
331
|
+
- [QuickReservationSlotSummary](docs/QuickReservationSlotSummary.md)
|
|
180
332
|
- [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
|
|
181
333
|
- [RefreshTokenResponse](docs/RefreshTokenResponse.md)
|
|
182
334
|
- [RegisterRequestBody](docs/RegisterRequestBody.md)
|
|
183
|
-
- [
|
|
335
|
+
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
336
|
+
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
337
|
+
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
184
338
|
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
185
339
|
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
186
|
-
- [
|
|
187
|
-
- [
|
|
188
|
-
- [
|
|
189
|
-
- [
|
|
190
|
-
- [
|
|
340
|
+
- [SlotInfo](docs/SlotInfo.md)
|
|
341
|
+
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
342
|
+
- [SportInfo](docs/SportInfo.md)
|
|
343
|
+
- [SportKey](docs/SportKey.md)
|
|
344
|
+
- [SportLevel](docs/SportLevel.md)
|
|
191
345
|
- [SportResponse](docs/SportResponse.md)
|
|
192
|
-
- [
|
|
193
|
-
- [
|
|
194
|
-
- [
|
|
195
|
-
- [
|
|
346
|
+
- [SportWithLevels](docs/SportWithLevels.md)
|
|
347
|
+
- [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
|
|
348
|
+
- [StripeStripeDeletedProduct](docs/StripeStripeDeletedProduct.md)
|
|
349
|
+
- [StripeStripePrice](docs/StripeStripePrice.md)
|
|
350
|
+
- [StripeStripePriceBillingScheme](docs/StripeStripePriceBillingScheme.md)
|
|
351
|
+
- [StripeStripePriceCurrencyOptions](docs/StripeStripePriceCurrencyOptions.md)
|
|
352
|
+
- [StripeStripePriceCurrencyOptionsCustomUnitAmount](docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md)
|
|
353
|
+
- [StripeStripePriceCurrencyOptionsTaxBehavior](docs/StripeStripePriceCurrencyOptionsTaxBehavior.md)
|
|
354
|
+
- [StripeStripePriceCurrencyOptionsTier](docs/StripeStripePriceCurrencyOptionsTier.md)
|
|
355
|
+
- [StripeStripePriceCustomUnitAmount](docs/StripeStripePriceCustomUnitAmount.md)
|
|
356
|
+
- [StripeStripePriceProduct](docs/StripeStripePriceProduct.md)
|
|
357
|
+
- [StripeStripePriceRecurring](docs/StripeStripePriceRecurring.md)
|
|
358
|
+
- [StripeStripePriceRecurringInterval](docs/StripeStripePriceRecurringInterval.md)
|
|
359
|
+
- [StripeStripePriceRecurringUsageType](docs/StripeStripePriceRecurringUsageType.md)
|
|
360
|
+
- [StripeStripePriceTaxBehavior](docs/StripeStripePriceTaxBehavior.md)
|
|
361
|
+
- [StripeStripePriceTier](docs/StripeStripePriceTier.md)
|
|
362
|
+
- [StripeStripePriceTiersMode](docs/StripeStripePriceTiersMode.md)
|
|
363
|
+
- [StripeStripePriceTransformQuantity](docs/StripeStripePriceTransformQuantity.md)
|
|
364
|
+
- [StripeStripePriceTransformQuantityRound](docs/StripeStripePriceTransformQuantityRound.md)
|
|
365
|
+
- [StripeStripePriceType](docs/StripeStripePriceType.md)
|
|
366
|
+
- [StripeStripeProduct](docs/StripeStripeProduct.md)
|
|
367
|
+
- [StripeStripeProductDefaultPrice](docs/StripeStripeProductDefaultPrice.md)
|
|
368
|
+
- [StripeStripeProductMarketingFeature](docs/StripeStripeProductMarketingFeature.md)
|
|
369
|
+
- [StripeStripeProductPackageDimensions](docs/StripeStripeProductPackageDimensions.md)
|
|
370
|
+
- [StripeStripeProductTaxCode](docs/StripeStripeProductTaxCode.md)
|
|
371
|
+
- [StripeStripeProductType](docs/StripeStripeProductType.md)
|
|
372
|
+
- [StripeStripeResponseStripeStripePrice](docs/StripeStripeResponseStripeStripePrice.md)
|
|
373
|
+
- [StripeStripeResponseStripeStripePriceAllOfLastResponse](docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md)
|
|
374
|
+
- [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
|
|
375
|
+
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
376
|
+
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
377
|
+
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
196
378
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
197
|
-
- [
|
|
379
|
+
- [SurfaceType](docs/SurfaceType.md)
|
|
380
|
+
- [Team](docs/Team.md)
|
|
381
|
+
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
198
382
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
199
|
-
- [
|
|
383
|
+
- [UpdateClubRequestLocation](docs/UpdateClubRequestLocation.md)
|
|
384
|
+
- [UpdateClubRequestLocationCoordinates](docs/UpdateClubRequestLocationCoordinates.md)
|
|
385
|
+
- [UpdateClubRoleRequest](docs/UpdateClubRoleRequest.md)
|
|
200
386
|
- [UpdateClubSettingsRequest](docs/UpdateClubSettingsRequest.md)
|
|
201
387
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
202
|
-
- [UpdateCustomerRequestBodyAddress](docs/UpdateCustomerRequestBodyAddress.md)
|
|
203
388
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
204
|
-
- [
|
|
389
|
+
- [UpdateEventRequest](docs/UpdateEventRequest.md)
|
|
390
|
+
- [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
|
|
391
|
+
- [UpdatePlanRequest](docs/UpdatePlanRequest.md)
|
|
205
392
|
- [UpdateSportRequest](docs/UpdateSportRequest.md)
|
|
206
|
-
- [
|
|
207
|
-
- [UpdateSubscriptionPlanResponse](docs/UpdateSubscriptionPlanResponse.md)
|
|
393
|
+
- [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
|
|
208
394
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|
|
209
|
-
- [
|
|
210
|
-
- [
|
|
211
|
-
- [
|
|
395
|
+
- [UpdateUserRequestBodyLevelBySportsInner](docs/UpdateUserRequestBodyLevelBySportsInner.md)
|
|
396
|
+
- [UserClubSubscription](docs/UserClubSubscription.md)
|
|
397
|
+
- [UserInfo](docs/UserInfo.md)
|
|
398
|
+
- [UserLocationSummary](docs/UserLocationSummary.md)
|
|
399
|
+
- [UserProfileResponse](docs/UserProfileResponse.md)
|
|
400
|
+
- [UserRolesResponse](docs/UserRolesResponse.md)
|
|
401
|
+
- [UserSubscriptionsResponse](docs/UserSubscriptionsResponse.md)
|
|
402
|
+
- [VerifyEmailRequest](docs/VerifyEmailRequest.md)
|
|
403
|
+
- [YearlyTurnoverResponse](docs/YearlyTurnoverResponse.md)
|
|
212
404
|
|
|
213
405
|
|
|
214
406
|
<a id="documentation-for-authorization"></a>
|
|
@@ -221,3 +413,13 @@ Authentication schemes defined for the API:
|
|
|
221
413
|
|
|
222
414
|
- **Type**: Bearer authentication (JWT)
|
|
223
415
|
|
|
416
|
+
<a id="staffAuth"></a>
|
|
417
|
+
### staffAuth
|
|
418
|
+
|
|
419
|
+
- **Type**: Bearer authentication (JWT)
|
|
420
|
+
|
|
421
|
+
<a id="managerAuth"></a>
|
|
422
|
+
### managerAuth
|
|
423
|
+
|
|
424
|
+
- **Type**: Bearer authentication (JWT)
|
|
425
|
+
|