@tennac-booking/sdk 1.0.55 → 1.0.61
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 +217 -222
- package/README.md +199 -173
- package/api.ts +8275 -7164
- package/base.ts +3 -3
- package/common.ts +3 -3
- package/configuration.ts +3 -3
- package/dist/api.d.ts +5952 -5687
- package/dist/api.js +4344 -3312
- package/dist/base.d.ts +3 -3
- package/dist/base.js +3 -3
- 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 +5952 -5687
- package/dist/esm/api.js +4251 -3215
- package/dist/esm/base.d.ts +3 -3
- package/dist/esm/base.js +3 -3
- 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/{ApiErrorResponse.md → AddClubMember201Response.md} +6 -6
- package/docs/AddClubMemberRequest.md +7 -3
- package/docs/BookingAnalyticsResponse.md +34 -0
- package/docs/BookingHistory.md +34 -0
- package/docs/BookingInfo.md +50 -0
- package/docs/BookingPaymentStatusResponse.md +3 -3
- package/docs/BookingPaymentStatusResponseBooking.md +8 -7
- package/docs/BookingPaymentStatusResponseSummary.md +10 -9
- package/docs/BookingPopulated.md +5 -5
- package/docs/BookingResponse.md +4 -4
- package/docs/{UpdateProfileVisibilityRequestBody.md → BookingResponseOnsitePaymentsInner.md} +7 -5
- package/docs/BookingStatus.md +9 -1
- package/docs/BookingsApi.md +10 -64
- package/docs/{ManagerBookingsApi.md → BookingsManagerApi.md} +14 -24
- package/docs/BookingsStaffApi.md +323 -0
- package/docs/{UserBookingsApi.md → BookingsUserApi.md} +17 -25
- package/docs/CancelBookingResponse.md +2 -2
- package/docs/CaptureResult.md +30 -0
- package/docs/CheckInPlayersRequest.md +20 -0
- package/docs/CheckInPlayersResponse.md +6 -6
- package/docs/CheckedInPlayer.md +34 -0
- package/docs/ClubAnalyticsApi.md +20 -160
- package/docs/ClubAnalyticsStaffApi.md +523 -0
- package/docs/ClubMemberResponse.md +24 -0
- package/docs/ClubMemberResponseUser.md +27 -0
- package/docs/ClubPlayerResponse.md +36 -0
- package/docs/ClubResponse.md +22 -14
- package/docs/ClubResponseCreatedAt.md +19 -0
- package/docs/{Location.md → ClubResponseLocation.md} +9 -12
- package/docs/{GetNumberOfClubUsers200Response.md → ClubResponseLocationCoordinates.md} +7 -5
- package/docs/ClubResponseUpdatedAt.md +19 -0
- package/docs/ClubRoleResponse.md +11 -9
- package/docs/ClubRolesManagerApi.md +177 -0
- package/docs/{StaffClubsApi.md → ClubRolesStaffApi.md} +41 -34
- package/docs/ClubSettingsManagerApi.md +221 -0
- package/docs/ClubSettingsResponse.md +41 -0
- package/docs/{AddFavoriteClubRequestBody.md → ClubUserCountResponse.md} +5 -5
- package/docs/ClubsApi.md +515 -8
- package/docs/ClubsManagerApi.md +950 -0
- package/docs/{ManagerClubsApi.md → ClubsStaffApi.md} +138 -62
- package/docs/CourtInfo.md +28 -0
- package/docs/CourtResponse.md +16 -16
- package/docs/CourtStatus.md +2 -5
- package/docs/CreateBookingRequest.md +1 -3
- package/docs/CreateClubRequest.md +22 -0
- package/docs/CreateClubRoleRequest.md +24 -0
- package/docs/CreateClubSettingsRequest.md +34 -0
- package/docs/{ActiveClubListResponse.md → CreateCourtForClub201Response.md} +5 -5
- package/docs/CreateCourtRequest.md +10 -12
- package/docs/CreateEventRequest.md +1 -3
- package/docs/{SubscriptionSessionRequestBody.md → CreatePlan201Response.md} +5 -5
- package/docs/CreateSportForClub201Response.md +20 -0
- package/docs/{Sport.md → CreateSportForClubRequest.md} +4 -6
- package/docs/CreateSportRequest.md +1 -7
- package/docs/CreateSubscriptionPlanRequest.md +12 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +32 -0
- package/docs/CreatorChargeResult.md +26 -0
- package/docs/DailyTurnoverResponse.md +3 -3
- package/docs/DefaultApi.md +62 -0
- package/docs/{CourtDeleteResponse.md → DeleteClubRoleResponse.md} +4 -4
- package/docs/DeleteClubSettingsResponse.md +20 -0
- package/docs/{DeleteSport200Response.md → DeleteCourtResponse.md} +4 -4
- package/docs/{DeleteEvent200Response.md → DeleteEventResponse.md} +4 -4
- package/docs/DeleteSlotsByClubInRange200Response.md +1 -1
- 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 +40 -0
- package/docs/EventResponseCourtsInner.md +18 -0
- package/docs/EventsApi.md +21 -21
- package/docs/{StaffEventResponse.md → EventsListResponse.md} +4 -4
- package/docs/{ManagerEventsApi.md → EventsManagerApi.md} +38 -40
- package/docs/{StaffEventsApi.md → EventsStaffApi.md} +11 -10
- package/docs/{GenderPercentage.md → GenderPercentageResponse.md} +7 -7
- 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 +1 -1
- package/docs/GetCourtsByClubAndSportById200Response.md +26 -0
- package/docs/GetInfillPercentagePerPeriod200Response.md +5 -5
- package/docs/{SlotsResponse.md → GetSlotsByClubById200Response.md} +6 -6
- package/docs/GetSportsByClubById200Response.md +20 -0
- package/docs/{Court.md → ICourtData.md} +18 -6
- package/docs/{DiagnosticsResponse.md → InvoiceInfo.md} +8 -8
- package/docs/{ClubListResponse.md → LastSixMonthsTurnoverItem.md} +7 -7
- package/docs/ManagerCancelBookingRequest.md +1 -1
- package/docs/ManagerCancelBookingResponse.md +2 -2
- package/docs/MonthlyBreakdown.md +24 -0
- package/docs/MonthlyTurnoverResponse.md +6 -5
- package/docs/NoShowFeeResponse.md +6 -6
- package/docs/OffPeakRule.md +26 -0
- package/docs/PartialClubResponse.md +49 -0
- package/docs/PaymentByPlayerInfo.md +22 -0
- package/docs/PaymentMethod.md +2 -1
- package/docs/PlanInterval.md +14 -0
- package/docs/PlayerPaymentInfo.md +36 -0
- package/docs/PublicSubscriptionPlanResponse.md +30 -0
- package/docs/PublishEventResponse.md +20 -0
- package/docs/SlotInfo.md +26 -0
- package/docs/SportAnalyticsResponse.md +24 -0
- package/docs/SportInfo.md +22 -0
- package/docs/SportResponse.md +8 -11
- package/docs/SportWithAnalytics.md +36 -0
- package/docs/SportsManagerApi.md +177 -0
- package/docs/SportsStaffApi.md +55 -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/{AddPaymentMethodSetupRequestBody.md → StripeStripeProductMarketingFeature.md} +5 -5
- 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/{SubscribeToClubRequestBody.md → SubscribeRequestBody.md} +3 -3
- package/docs/SubscriptionPlanResponse.md +16 -14
- package/docs/SubscriptionsManagerApi.md +171 -0
- package/docs/{UserClubSportsApi.md → SubscriptionsPublicApi.md} +15 -15
- package/docs/{StaffClubBookingsApi.md → SubscriptionsStaffApi.md} +12 -10
- package/docs/{ManagerClubCourtsApi.md → SubscriptionsUserApi.md} +68 -66
- package/docs/SurfaceType.md +12 -0
- package/docs/UpdateActuality200Response.md +20 -0
- package/docs/UpdateClubRequest.md +11 -11
- package/docs/UpdateClubRequestLocation.md +29 -0
- package/docs/{BookingPopulatedSlotIdCourtIdSportId.md → UpdateClubRequestLocationCoordinates.md} +7 -7
- package/docs/UpdateClubRoleRequest.md +22 -0
- package/docs/UpdateClubSettingsRequest.md +14 -10
- package/docs/{FrequentlyVisitedClubItem.md → UpdatePlanRequest.md} +7 -7
- package/docs/UpdateSportRequest.md +1 -5
- package/docs/UpdateSubscriptionPlanForClub200Response.md +20 -0
- package/docs/{BookingPopulatedUserId.md → UserInfo.md} +6 -6
- package/docs/UsersApi.md +27 -378
- package/docs/YearlyTurnoverResponse.md +4 -4
- package/index.ts +3 -3
- package/package.json +1 -1
- package/docs/ActiveClub.md +0 -30
- package/docs/AddClubMemberResponse.md +0 -22
- package/docs/AddPaymentMethodSetupResponse.md +0 -24
- package/docs/BlockSlotResponse.md +0 -22
- package/docs/Booking.md +0 -32
- package/docs/BookingHistoryResponse.md +0 -22
- package/docs/BookingHistoryResponseHistoryInner.md +0 -32
- package/docs/BookingPaymentStatusResponsePaymentStatusInner.md +0 -36
- package/docs/BookingPopulatedPaymentByPlayersStatusInner.md +0 -22
- package/docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md +0 -24
- package/docs/BookingPopulatedSlotId.md +0 -26
- package/docs/BookingPopulatedSlotIdCourtId.md +0 -28
- package/docs/BookingsStaffWeeklyWeekIdGet200Response.md +0 -20
- package/docs/CancelBookingResponseBooking.md +0 -30
- package/docs/CheckInPlayersResponseCheckedInPlayersInner.md +0 -34
- package/docs/Club.md +0 -40
- package/docs/ClubInfoResponse.md +0 -48
- package/docs/ClubMember.md +0 -24
- package/docs/ClubRole.md +0 -30
- package/docs/ClubRolesResponse.md +0 -22
- package/docs/ClubSettings.md +0 -40
- package/docs/ClubStaffResponse.md +0 -48
- package/docs/ConfirmPaymentMethodSetupRequestBody.md +0 -20
- package/docs/ConfirmPaymentMethodSetupResponse.md +0 -22
- package/docs/CourtWithNameResponse.md +0 -48
- package/docs/CourtsResponse.md +0 -22
- package/docs/CourtsWithNameResponse.md +0 -22
- package/docs/CreateClubRoleRequestBody.md +0 -24
- package/docs/CreatePriceRequest.md +0 -26
- package/docs/DiagnosticsApi.md +0 -97
- package/docs/Event.md +0 -40
- package/docs/EventBooking.md +0 -32
- package/docs/EventRegistrationRequest.md +0 -22
- package/docs/FrequentlyPlayedWithItem.md +0 -28
- package/docs/GetActiveClubs200Response.md +0 -20
- package/docs/GetClubInfos200Response.md +0 -30
- package/docs/GetCourtsByClubAndSport200Response.md +0 -26
- package/docs/GetLastSixMonthsTurnover200ResponseInner.md +0 -22
- package/docs/GetPublishedEventsByClubId200Response.md +0 -20
- package/docs/InvoicesResponse.md +0 -22
- package/docs/InvoicesResponseInvoicesInner.md +0 -34
- package/docs/InvoicesResponsePagination.md +0 -26
- package/docs/LevelBySportsItem.md +0 -22
- package/docs/ManagerCancelBookingResponseBooking.md +0 -30
- package/docs/ManagerClubRolesApi.md +0 -268
- package/docs/ManagerClubSlotsApi.md +0 -119
- package/docs/ManagerClubSubscriptionsApi.md +0 -387
- package/docs/ManagerEventResponse.md +0 -22
- package/docs/ManagerSportsApi.md +0 -119
- package/docs/NoShowFeeResponseCaptureResultsInner.md +0 -30
- package/docs/NoShowFeeResponseCreatorChargeResult.md +0 -26
- package/docs/PaymentStatus.md +0 -30
- package/docs/PriceResponse.md +0 -32
- package/docs/PublicClubUser.md +0 -46
- package/docs/PublicClubUserFrequentlyPlayedWithInner.md +0 -28
- package/docs/PublicClubUserFrequentlyVisitedClubsInner.md +0 -24
- package/docs/PublicClubUserLevelBySportsInner.md +0 -22
- package/docs/RegisterForEvent201Response.md +0 -20
- package/docs/RestoreSubscriptionPlanForClub200Response.md +0 -20
- package/docs/SdkDiagnosticsResponse.md +0 -28
- package/docs/SdkDiagnosticsResponseOpenapi.md +0 -24
- package/docs/SdkDiagnosticsResponseSdk.md +0 -24
- package/docs/Slot.md +0 -24
- package/docs/SlotException.md +0 -26
- package/docs/SlotResponse.md +0 -34
- package/docs/StaffBookingsApi.md +0 -61
- package/docs/StaffClubAnalyticsApi.md +0 -254
- package/docs/StripeLink.md +0 -26
- package/docs/SubscriptionPlan.md +0 -36
- package/docs/SubscriptionResponse.md +0 -36
- package/docs/SubscriptionSessionResponse.md +0 -20
- package/docs/UpdateClubRoleRequestBody.md +0 -24
- package/docs/UpdateCourtRequest.md +0 -38
- package/docs/UpdateProfilePictureRequestBody.md +0 -20
- package/docs/UpdateSubscriptionPlanRequest.md +0 -24
- package/docs/UpdateSubscriptionPlanResponse.md +0 -22
- package/docs/UpdateUserCityRequestBody.md +0 -20
- package/docs/UpdateUserDescriptionRequestBody.md +0 -20
- package/docs/UserBookingItem.md +0 -46
- package/docs/UserClubCourtsApi.md +0 -64
- package/docs/UserClubSlotsApi.md +0 -181
- package/docs/UserClubsApi.md +0 -145
- package/docs/UserInfoStaff.md +0 -38
- package/docs/UserStaffResponse.md +0 -40
- package/docs/YearlyTurnoverResponseMonthlyBreakdownInner.md +0 -24
|
@@ -0,0 +1,523 @@
|
|
|
1
|
+
# ClubAnalyticsStaffApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**getAnalyticsBySport**](#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics | |
|
|
8
|
+
|[**getClubPlayers**](#getclubplayers) | **GET** /api/club-analytics/players | |
|
|
9
|
+
|[**getDailyTurnOver**](#getdailyturnover) | **GET** /api/club-analytics/daily-turnover | |
|
|
10
|
+
|[**getGenderPercentage**](#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage | |
|
|
11
|
+
|[**getInfillPercentagePerPeriod**](#getinfillpercentageperperiod) | **GET** /api/club-analytics/infill-percentage | |
|
|
12
|
+
|[**getLastSixMonthsTurnover**](#getlastsixmonthsturnover) | **GET** /api/club-analytics/last-six-months-turnover | |
|
|
13
|
+
|[**getMonthlyTurnOver**](#getmonthlyturnover) | **GET** /api/club-analytics/monthly-turnover | |
|
|
14
|
+
|[**getNumberOfClubUsers**](#getnumberofclubusers) | **GET** /api/club-analytics/users-count | |
|
|
15
|
+
|[**getTenNextBookings**](#gettennextbookings) | **GET** /api/club-analytics/next-bookings | |
|
|
16
|
+
|[**getYearlyTurnOver**](#getyearlyturnover) | **GET** /api/club-analytics/yearly-turnover | |
|
|
17
|
+
|
|
18
|
+
# **getAnalyticsBySport**
|
|
19
|
+
> SportAnalyticsResponse getAnalyticsBySport()
|
|
20
|
+
|
|
21
|
+
Récupère les analytics par sport
|
|
22
|
+
|
|
23
|
+
### Example
|
|
24
|
+
|
|
25
|
+
```typescript
|
|
26
|
+
import {
|
|
27
|
+
ClubAnalyticsStaffApi,
|
|
28
|
+
Configuration
|
|
29
|
+
} from '@tennac-booking/sdk';
|
|
30
|
+
|
|
31
|
+
const configuration = new Configuration();
|
|
32
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
33
|
+
|
|
34
|
+
let sportId: string; // (default to undefined)
|
|
35
|
+
|
|
36
|
+
const { status, data } = await apiInstance.getAnalyticsBySport(
|
|
37
|
+
sportId
|
|
38
|
+
);
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Parameters
|
|
42
|
+
|
|
43
|
+
|Name | Type | Description | Notes|
|
|
44
|
+
|------------- | ------------- | ------------- | -------------|
|
|
45
|
+
| **sportId** | [**string**] | | defaults to undefined|
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Return type
|
|
49
|
+
|
|
50
|
+
**SportAnalyticsResponse**
|
|
51
|
+
|
|
52
|
+
### Authorization
|
|
53
|
+
|
|
54
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
55
|
+
|
|
56
|
+
### HTTP request headers
|
|
57
|
+
|
|
58
|
+
- **Content-Type**: Not defined
|
|
59
|
+
- **Accept**: application/json
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### HTTP response details
|
|
63
|
+
| Status code | Description | Response headers |
|
|
64
|
+
|-------------|-------------|------------------|
|
|
65
|
+
|**200** | Analytics du sport | - |
|
|
66
|
+
|**400** | Bad Request | - |
|
|
67
|
+
|**401** | Unauthorized | - |
|
|
68
|
+
|**500** | Server Error | - |
|
|
69
|
+
|
|
70
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
71
|
+
|
|
72
|
+
# **getClubPlayers**
|
|
73
|
+
> Array<ClubPlayerResponse> getClubPlayers()
|
|
74
|
+
|
|
75
|
+
Récupère la liste des joueurs du club
|
|
76
|
+
|
|
77
|
+
### Example
|
|
78
|
+
|
|
79
|
+
```typescript
|
|
80
|
+
import {
|
|
81
|
+
ClubAnalyticsStaffApi,
|
|
82
|
+
Configuration
|
|
83
|
+
} from '@tennac-booking/sdk';
|
|
84
|
+
|
|
85
|
+
const configuration = new Configuration();
|
|
86
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
87
|
+
|
|
88
|
+
const { status, data } = await apiInstance.getClubPlayers();
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### Parameters
|
|
92
|
+
This endpoint does not have any parameters.
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Return type
|
|
96
|
+
|
|
97
|
+
**Array<ClubPlayerResponse>**
|
|
98
|
+
|
|
99
|
+
### Authorization
|
|
100
|
+
|
|
101
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
102
|
+
|
|
103
|
+
### HTTP request headers
|
|
104
|
+
|
|
105
|
+
- **Content-Type**: Not defined
|
|
106
|
+
- **Accept**: application/json
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### HTTP response details
|
|
110
|
+
| Status code | Description | Response headers |
|
|
111
|
+
|-------------|-------------|------------------|
|
|
112
|
+
|**200** | Liste des joueurs du club | - |
|
|
113
|
+
|**401** | Unauthorized | - |
|
|
114
|
+
|**500** | Server Error | - |
|
|
115
|
+
|
|
116
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
117
|
+
|
|
118
|
+
# **getDailyTurnOver**
|
|
119
|
+
> DailyTurnoverResponse getDailyTurnOver()
|
|
120
|
+
|
|
121
|
+
Récupère le chiffre d\'affaires quotidien
|
|
122
|
+
|
|
123
|
+
### Example
|
|
124
|
+
|
|
125
|
+
```typescript
|
|
126
|
+
import {
|
|
127
|
+
ClubAnalyticsStaffApi,
|
|
128
|
+
Configuration
|
|
129
|
+
} from '@tennac-booking/sdk';
|
|
130
|
+
|
|
131
|
+
const configuration = new Configuration();
|
|
132
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
133
|
+
|
|
134
|
+
let date: string; // (default to undefined)
|
|
135
|
+
|
|
136
|
+
const { status, data } = await apiInstance.getDailyTurnOver(
|
|
137
|
+
date
|
|
138
|
+
);
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
### Parameters
|
|
142
|
+
|
|
143
|
+
|Name | Type | Description | Notes|
|
|
144
|
+
|------------- | ------------- | ------------- | -------------|
|
|
145
|
+
| **date** | [**string**] | | defaults to undefined|
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Return type
|
|
149
|
+
|
|
150
|
+
**DailyTurnoverResponse**
|
|
151
|
+
|
|
152
|
+
### Authorization
|
|
153
|
+
|
|
154
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
155
|
+
|
|
156
|
+
### HTTP request headers
|
|
157
|
+
|
|
158
|
+
- **Content-Type**: Not defined
|
|
159
|
+
- **Accept**: application/json
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### HTTP response details
|
|
163
|
+
| Status code | Description | Response headers |
|
|
164
|
+
|-------------|-------------|------------------|
|
|
165
|
+
|**200** | Chiffre d\'affaires quotidien | - |
|
|
166
|
+
|**400** | Bad Request | - |
|
|
167
|
+
|**401** | Unauthorized | - |
|
|
168
|
+
|**500** | Server Error | - |
|
|
169
|
+
|
|
170
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
171
|
+
|
|
172
|
+
# **getGenderPercentage**
|
|
173
|
+
> GenderPercentageResponse getGenderPercentage()
|
|
174
|
+
|
|
175
|
+
Récupère les pourcentages par genre
|
|
176
|
+
|
|
177
|
+
### Example
|
|
178
|
+
|
|
179
|
+
```typescript
|
|
180
|
+
import {
|
|
181
|
+
ClubAnalyticsStaffApi,
|
|
182
|
+
Configuration
|
|
183
|
+
} from '@tennac-booking/sdk';
|
|
184
|
+
|
|
185
|
+
const configuration = new Configuration();
|
|
186
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
187
|
+
|
|
188
|
+
const { status, data } = await apiInstance.getGenderPercentage();
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
### Parameters
|
|
192
|
+
This endpoint does not have any parameters.
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### Return type
|
|
196
|
+
|
|
197
|
+
**GenderPercentageResponse**
|
|
198
|
+
|
|
199
|
+
### Authorization
|
|
200
|
+
|
|
201
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
202
|
+
|
|
203
|
+
### HTTP request headers
|
|
204
|
+
|
|
205
|
+
- **Content-Type**: Not defined
|
|
206
|
+
- **Accept**: application/json
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### HTTP response details
|
|
210
|
+
| Status code | Description | Response headers |
|
|
211
|
+
|-------------|-------------|------------------|
|
|
212
|
+
|**200** | Pourcentages par genre | - |
|
|
213
|
+
|**401** | Unauthorized | - |
|
|
214
|
+
|**500** | Server Error | - |
|
|
215
|
+
|
|
216
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
217
|
+
|
|
218
|
+
# **getInfillPercentagePerPeriod**
|
|
219
|
+
> GetInfillPercentagePerPeriod200Response getInfillPercentagePerPeriod()
|
|
220
|
+
|
|
221
|
+
Récupère le taux de remplissage (infill) pour une période donnée
|
|
222
|
+
|
|
223
|
+
### Example
|
|
224
|
+
|
|
225
|
+
```typescript
|
|
226
|
+
import {
|
|
227
|
+
ClubAnalyticsStaffApi,
|
|
228
|
+
Configuration
|
|
229
|
+
} from '@tennac-booking/sdk';
|
|
230
|
+
|
|
231
|
+
const configuration = new Configuration();
|
|
232
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
233
|
+
|
|
234
|
+
let startDate: string; // (optional) (default to undefined)
|
|
235
|
+
let endDate: string; // (optional) (default to undefined)
|
|
236
|
+
|
|
237
|
+
const { status, data } = await apiInstance.getInfillPercentagePerPeriod(
|
|
238
|
+
startDate,
|
|
239
|
+
endDate
|
|
240
|
+
);
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
### Parameters
|
|
244
|
+
|
|
245
|
+
|Name | Type | Description | Notes|
|
|
246
|
+
|------------- | ------------- | ------------- | -------------|
|
|
247
|
+
| **startDate** | [**string**] | | (optional) defaults to undefined|
|
|
248
|
+
| **endDate** | [**string**] | | (optional) defaults to undefined|
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Return type
|
|
252
|
+
|
|
253
|
+
**GetInfillPercentagePerPeriod200Response**
|
|
254
|
+
|
|
255
|
+
### Authorization
|
|
256
|
+
|
|
257
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
258
|
+
|
|
259
|
+
### HTTP request headers
|
|
260
|
+
|
|
261
|
+
- **Content-Type**: Not defined
|
|
262
|
+
- **Accept**: application/json
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### HTTP response details
|
|
266
|
+
| Status code | Description | Response headers |
|
|
267
|
+
|-------------|-------------|------------------|
|
|
268
|
+
|**200** | Taux de remplissage | - |
|
|
269
|
+
|**400** | Bad Request | - |
|
|
270
|
+
|**401** | Unauthorized | - |
|
|
271
|
+
|**500** | Server Error | - |
|
|
272
|
+
|
|
273
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
274
|
+
|
|
275
|
+
# **getLastSixMonthsTurnover**
|
|
276
|
+
> Array<LastSixMonthsTurnoverItem> getLastSixMonthsTurnover()
|
|
277
|
+
|
|
278
|
+
Récupère le chiffre d\'affaires des 6 derniers mois
|
|
279
|
+
|
|
280
|
+
### Example
|
|
281
|
+
|
|
282
|
+
```typescript
|
|
283
|
+
import {
|
|
284
|
+
ClubAnalyticsStaffApi,
|
|
285
|
+
Configuration
|
|
286
|
+
} from '@tennac-booking/sdk';
|
|
287
|
+
|
|
288
|
+
const configuration = new Configuration();
|
|
289
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
290
|
+
|
|
291
|
+
const { status, data } = await apiInstance.getLastSixMonthsTurnover();
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
### Parameters
|
|
295
|
+
This endpoint does not have any parameters.
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Return type
|
|
299
|
+
|
|
300
|
+
**Array<LastSixMonthsTurnoverItem>**
|
|
301
|
+
|
|
302
|
+
### Authorization
|
|
303
|
+
|
|
304
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
305
|
+
|
|
306
|
+
### HTTP request headers
|
|
307
|
+
|
|
308
|
+
- **Content-Type**: Not defined
|
|
309
|
+
- **Accept**: application/json
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### HTTP response details
|
|
313
|
+
| Status code | Description | Response headers |
|
|
314
|
+
|-------------|-------------|------------------|
|
|
315
|
+
|**200** | Chiffre d\'affaires des 6 derniers mois | - |
|
|
316
|
+
|**401** | Unauthorized | - |
|
|
317
|
+
|**500** | Server Error | - |
|
|
318
|
+
|
|
319
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
320
|
+
|
|
321
|
+
# **getMonthlyTurnOver**
|
|
322
|
+
> MonthlyTurnoverResponse getMonthlyTurnOver()
|
|
323
|
+
|
|
324
|
+
Récupère le chiffre d\'affaires mensuel
|
|
325
|
+
|
|
326
|
+
### Example
|
|
327
|
+
|
|
328
|
+
```typescript
|
|
329
|
+
import {
|
|
330
|
+
ClubAnalyticsStaffApi,
|
|
331
|
+
Configuration
|
|
332
|
+
} from '@tennac-booking/sdk';
|
|
333
|
+
|
|
334
|
+
const configuration = new Configuration();
|
|
335
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
336
|
+
|
|
337
|
+
let year: string; // (default to undefined)
|
|
338
|
+
let month: string; // (default to undefined)
|
|
339
|
+
|
|
340
|
+
const { status, data } = await apiInstance.getMonthlyTurnOver(
|
|
341
|
+
year,
|
|
342
|
+
month
|
|
343
|
+
);
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
### Parameters
|
|
347
|
+
|
|
348
|
+
|Name | Type | Description | Notes|
|
|
349
|
+
|------------- | ------------- | ------------- | -------------|
|
|
350
|
+
| **year** | [**string**] | | defaults to undefined|
|
|
351
|
+
| **month** | [**string**] | | defaults to undefined|
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Return type
|
|
355
|
+
|
|
356
|
+
**MonthlyTurnoverResponse**
|
|
357
|
+
|
|
358
|
+
### Authorization
|
|
359
|
+
|
|
360
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
361
|
+
|
|
362
|
+
### HTTP request headers
|
|
363
|
+
|
|
364
|
+
- **Content-Type**: Not defined
|
|
365
|
+
- **Accept**: application/json
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### HTTP response details
|
|
369
|
+
| Status code | Description | Response headers |
|
|
370
|
+
|-------------|-------------|------------------|
|
|
371
|
+
|**200** | Chiffre d\'affaires mensuel | - |
|
|
372
|
+
|**400** | Bad Request | - |
|
|
373
|
+
|**401** | Unauthorized | - |
|
|
374
|
+
|**500** | Server Error | - |
|
|
375
|
+
|
|
376
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
377
|
+
|
|
378
|
+
# **getNumberOfClubUsers**
|
|
379
|
+
> ClubUserCountResponse getNumberOfClubUsers()
|
|
380
|
+
|
|
381
|
+
Récupère le nombre d\'utilisateurs du club
|
|
382
|
+
|
|
383
|
+
### Example
|
|
384
|
+
|
|
385
|
+
```typescript
|
|
386
|
+
import {
|
|
387
|
+
ClubAnalyticsStaffApi,
|
|
388
|
+
Configuration
|
|
389
|
+
} from '@tennac-booking/sdk';
|
|
390
|
+
|
|
391
|
+
const configuration = new Configuration();
|
|
392
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
393
|
+
|
|
394
|
+
const { status, data } = await apiInstance.getNumberOfClubUsers();
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
### Parameters
|
|
398
|
+
This endpoint does not have any parameters.
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Return type
|
|
402
|
+
|
|
403
|
+
**ClubUserCountResponse**
|
|
404
|
+
|
|
405
|
+
### Authorization
|
|
406
|
+
|
|
407
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
408
|
+
|
|
409
|
+
### HTTP request headers
|
|
410
|
+
|
|
411
|
+
- **Content-Type**: Not defined
|
|
412
|
+
- **Accept**: application/json
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### HTTP response details
|
|
416
|
+
| Status code | Description | Response headers |
|
|
417
|
+
|-------------|-------------|------------------|
|
|
418
|
+
|**200** | Nombre d\'utilisateurs | - |
|
|
419
|
+
|**401** | Unauthorized | - |
|
|
420
|
+
|**500** | Server Error | - |
|
|
421
|
+
|
|
422
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
423
|
+
|
|
424
|
+
# **getTenNextBookings**
|
|
425
|
+
> Array<BookingAnalyticsResponse> getTenNextBookings()
|
|
426
|
+
|
|
427
|
+
Récupère les 10 prochaines réservations
|
|
428
|
+
|
|
429
|
+
### Example
|
|
430
|
+
|
|
431
|
+
```typescript
|
|
432
|
+
import {
|
|
433
|
+
ClubAnalyticsStaffApi,
|
|
434
|
+
Configuration
|
|
435
|
+
} from '@tennac-booking/sdk';
|
|
436
|
+
|
|
437
|
+
const configuration = new Configuration();
|
|
438
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
439
|
+
|
|
440
|
+
const { status, data } = await apiInstance.getTenNextBookings();
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
### Parameters
|
|
444
|
+
This endpoint does not have any parameters.
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
### Return type
|
|
448
|
+
|
|
449
|
+
**Array<BookingAnalyticsResponse>**
|
|
450
|
+
|
|
451
|
+
### Authorization
|
|
452
|
+
|
|
453
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
454
|
+
|
|
455
|
+
### HTTP request headers
|
|
456
|
+
|
|
457
|
+
- **Content-Type**: Not defined
|
|
458
|
+
- **Accept**: application/json
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
### HTTP response details
|
|
462
|
+
| Status code | Description | Response headers |
|
|
463
|
+
|-------------|-------------|------------------|
|
|
464
|
+
|**200** | Prochaines réservations | - |
|
|
465
|
+
|**401** | Unauthorized | - |
|
|
466
|
+
|**500** | Server Error | - |
|
|
467
|
+
|
|
468
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
469
|
+
|
|
470
|
+
# **getYearlyTurnOver**
|
|
471
|
+
> YearlyTurnoverResponse getYearlyTurnOver()
|
|
472
|
+
|
|
473
|
+
Récupère le chiffre d\'affaires annuel avec détail mensuel
|
|
474
|
+
|
|
475
|
+
### Example
|
|
476
|
+
|
|
477
|
+
```typescript
|
|
478
|
+
import {
|
|
479
|
+
ClubAnalyticsStaffApi,
|
|
480
|
+
Configuration
|
|
481
|
+
} from '@tennac-booking/sdk';
|
|
482
|
+
|
|
483
|
+
const configuration = new Configuration();
|
|
484
|
+
const apiInstance = new ClubAnalyticsStaffApi(configuration);
|
|
485
|
+
|
|
486
|
+
let year: string; // (default to undefined)
|
|
487
|
+
|
|
488
|
+
const { status, data } = await apiInstance.getYearlyTurnOver(
|
|
489
|
+
year
|
|
490
|
+
);
|
|
491
|
+
```
|
|
492
|
+
|
|
493
|
+
### Parameters
|
|
494
|
+
|
|
495
|
+
|Name | Type | Description | Notes|
|
|
496
|
+
|------------- | ------------- | ------------- | -------------|
|
|
497
|
+
| **year** | [**string**] | | defaults to undefined|
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Return type
|
|
501
|
+
|
|
502
|
+
**YearlyTurnoverResponse**
|
|
503
|
+
|
|
504
|
+
### Authorization
|
|
505
|
+
|
|
506
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
507
|
+
|
|
508
|
+
### HTTP request headers
|
|
509
|
+
|
|
510
|
+
- **Content-Type**: Not defined
|
|
511
|
+
- **Accept**: application/json
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### HTTP response details
|
|
515
|
+
| Status code | Description | Response headers |
|
|
516
|
+
|-------------|-------------|------------------|
|
|
517
|
+
|**200** | Chiffre d\'affaires annuel | - |
|
|
518
|
+
|**400** | Bad Request | - |
|
|
519
|
+
|**401** | Unauthorized | - |
|
|
520
|
+
|**500** | Server Error | - |
|
|
521
|
+
|
|
522
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
523
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# ClubMemberResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**user** | [**ClubMemberResponseUser**](ClubMemberResponseUser.md) | | [default to undefined]
|
|
9
|
+
**role** | **string** | Rôle du membre dans le club | [default to undefined]
|
|
10
|
+
**rights** | **Array<string>** | Droits du membre dans le club | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { ClubMemberResponse } from '@tennac-booking/sdk';
|
|
16
|
+
|
|
17
|
+
const instance: ClubMemberResponse = {
|
|
18
|
+
user,
|
|
19
|
+
role,
|
|
20
|
+
rights,
|
|
21
|
+
};
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# ClubMemberResponseUser
|
|
2
|
+
|
|
3
|
+
Utilisateur (membre)
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**email** | **string** | | [default to undefined]
|
|
10
|
+
**lastName** | **string** | | [default to undefined]
|
|
11
|
+
**firstName** | **string** | | [default to undefined]
|
|
12
|
+
**id** | **string** | | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { ClubMemberResponseUser } from '@tennac-booking/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: ClubMemberResponseUser = {
|
|
20
|
+
email,
|
|
21
|
+
lastName,
|
|
22
|
+
firstName,
|
|
23
|
+
id,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# ClubPlayerResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **string** | ID de l\'utilisateur | [default to undefined]
|
|
9
|
+
**firstName** | **string** | Prénom | [default to undefined]
|
|
10
|
+
**lastName** | **string** | Nom | [default to undefined]
|
|
11
|
+
**gender** | **string** | Genre | [optional] [default to undefined]
|
|
12
|
+
**email** | **string** | Email | [default to undefined]
|
|
13
|
+
**profilePicture** | **string** | Photo de profil | [optional] [default to undefined]
|
|
14
|
+
**isAccountVerified** | **boolean** | Compte vérifié | [default to undefined]
|
|
15
|
+
**isProfileVisible** | **boolean** | Profil visible | [default to undefined]
|
|
16
|
+
**isSubscribedToClub** | **boolean** | Abonné au club | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { ClubPlayerResponse } from '@tennac-booking/sdk';
|
|
22
|
+
|
|
23
|
+
const instance: ClubPlayerResponse = {
|
|
24
|
+
id,
|
|
25
|
+
firstName,
|
|
26
|
+
lastName,
|
|
27
|
+
gender,
|
|
28
|
+
email,
|
|
29
|
+
profilePicture,
|
|
30
|
+
isAccountVerified,
|
|
31
|
+
isProfileVisible,
|
|
32
|
+
isSubscribedToClub,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/ClubResponse.md
CHANGED
|
@@ -5,17 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **string** |
|
|
9
|
-
**name** | **string** |
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**email** | **string** |
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**
|
|
16
|
-
**isActive** | **boolean** |
|
|
17
|
-
**
|
|
18
|
-
**
|
|
8
|
+
**id** | **string** | ID unique du club | [default to undefined]
|
|
9
|
+
**name** | **string** | Nom du club | [default to undefined]
|
|
10
|
+
**websiteUrl** | **string** | URL du site web du club | [optional] [default to undefined]
|
|
11
|
+
**description** | **string** | Description du club | [optional] [default to undefined]
|
|
12
|
+
**email** | **string** | Email du club | [optional] [default to undefined]
|
|
13
|
+
**phone** | **string** | Téléphone du club | [optional] [default to undefined]
|
|
14
|
+
**picture** | **string** | URL de l\'image du club | [optional] [default to undefined]
|
|
15
|
+
**location** | [**ClubResponseLocation**](ClubResponseLocation.md) | | [optional] [default to undefined]
|
|
16
|
+
**isActive** | **boolean** | Statut d\'activation du club | [default to undefined]
|
|
17
|
+
**paymentFeature** | **boolean** | Indique si le club utilise la fonctionnalité de paiement | [optional] [default to undefined]
|
|
18
|
+
**stripeAccountId** | **string** | ID du compte Stripe du club | [optional] [default to undefined]
|
|
19
|
+
**clubDashBoardUrl** | **string** | URL du dashboard Stripe du club | [optional] [default to undefined]
|
|
20
|
+
**isNoShowEnabled** | **boolean** | Indique si la fonctionnalité \"no show\" est activée | [optional] [default to undefined]
|
|
21
|
+
**createdAt** | [**ClubResponseCreatedAt**](ClubResponseCreatedAt.md) | | [optional] [default to undefined]
|
|
22
|
+
**updatedAt** | [**ClubResponseUpdatedAt**](ClubResponseUpdatedAt.md) | | [optional] [default to undefined]
|
|
19
23
|
|
|
20
24
|
## Example
|
|
21
25
|
|
|
@@ -25,13 +29,17 @@ import { ClubResponse } from '@tennac-booking/sdk';
|
|
|
25
29
|
const instance: ClubResponse = {
|
|
26
30
|
id,
|
|
27
31
|
name,
|
|
28
|
-
location,
|
|
29
|
-
phone,
|
|
30
|
-
email,
|
|
31
32
|
websiteUrl,
|
|
32
33
|
description,
|
|
34
|
+
email,
|
|
35
|
+
phone,
|
|
33
36
|
picture,
|
|
37
|
+
location,
|
|
34
38
|
isActive,
|
|
39
|
+
paymentFeature,
|
|
40
|
+
stripeAccountId,
|
|
41
|
+
clubDashBoardUrl,
|
|
42
|
+
isNoShowEnabled,
|
|
35
43
|
createdAt,
|
|
36
44
|
updatedAt,
|
|
37
45
|
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# ClubResponseCreatedAt
|
|
2
|
+
|
|
3
|
+
Date de création
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { ClubResponseCreatedAt } from '@tennac-booking/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: ClubResponseCreatedAt = {
|
|
16
|
+
};
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|