@tennac-booking/sdk 1.0.55 → 1.0.60
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 +182 -222
- package/README.md +158 -165
- package/api.ts +6921 -7583
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +4106 -5418
- package/dist/api.js +3585 -2957
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api.d.ts +4106 -5418
- package/dist/esm/api.js +3511 -2862
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/common.js +2 -2
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- 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 +23 -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/{ManagerClubCourtsApi.md → ClubSettingsManagerApi.md} +64 -63
- package/docs/ClubSettingsResponse.md +41 -0
- package/docs/{AddFavoriteClubRequestBody.md → ClubUserCountResponse.md} +5 -5
- package/docs/ClubsApi.md +515 -8
- package/docs/ClubsManagerApi.md +1005 -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/CreateSportForClub201Response.md +20 -0
- package/docs/{Sport.md → CreateSportForClubRequest.md} +4 -6
- package/docs/CreateSportRequest.md +1 -7
- package/docs/CreateSubscriptionPlanRequest.md +6 -4
- package/docs/CreatorChargeResult.md +26 -0
- package/docs/DailyTurnoverResponse.md +3 -3
- package/docs/{ManagerSportsApi.md → DefaultApi.md} +35 -38
- package/docs/{DeleteEvent200Response.md → DeleteClubResponse.md} +4 -4
- package/docs/{CourtDeleteResponse.md → DeleteClubRoleResponse.md} +4 -4
- package/docs/DeleteClubSettingsResponse.md +20 -0
- package/docs/{DeleteClubRole200Response.md → DeleteCourtResponse.md} +4 -4
- package/docs/{DeleteSport200Response.md → DeleteEventResponse.md} +4 -4
- package/docs/DeleteSlotsByClubInRange200Response.md +1 -1
- package/docs/DeleteSportResponse.md +20 -0
- 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/{CourtsResponse.md → GetCourtsByClub200Response.md} +4 -6
- 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/PartialClubResponse.md +49 -0
- package/docs/PaymentByPlayerInfo.md +22 -0
- package/docs/PaymentMethod.md +2 -1
- package/docs/PlayerPaymentInfo.md +36 -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/{StaffClubBookingsApi.md → SportsStaffApi.md} +14 -11
- package/docs/SubscriptionPlanResponse.md +4 -14
- 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/UpdateSportRequest.md +1 -5
- package/docs/UpdateSubscriptionPlanForClub200Response.md +20 -0
- package/docs/{BookingPopulatedUserId.md → UserInfo.md} +6 -6
- package/docs/UsersApi.md +32 -127
- package/docs/YearlyTurnoverResponse.md +4 -4
- package/index.ts +2 -2
- package/package.json +1 -1
- package/docs/ActiveClub.md +0 -30
- package/docs/AddClubMemberResponse.md +0 -22
- package/docs/AddPaymentMethodSetupRequestBody.md +0 -20
- 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/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/FrequentlyVisitedClubItem.md +0 -24
- 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/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/StripeStatus.md +0 -16
- package/docs/SubscriptionPlan.md +0 -36
- package/docs/SubscriptionResponse.md +0 -36
- 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/UserClubSportsApi.md +0 -60
- package/docs/UserClubsApi.md +0 -145
- package/docs/UserInfoStaff.md +0 -38
- package/docs/UserStaffResponse.md +0 -40
- package/docs/YearlyTurnoverResponseMonthlyBreakdownInner.md +0 -24
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# UpdateSubscriptionPlanRequest
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**name** | **string** | Nouveau nom du plan d\'abonnement | [optional] [default to undefined]
|
|
9
|
-
**description** | **string** | Nouvelle description du plan d\'abonnement | [optional] [default to undefined]
|
|
10
|
-
**metadata** | **object** | Nouvelles métadonnées pour le plan | [optional] [default to undefined]
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
import { UpdateSubscriptionPlanRequest } from '@tennac-booking/sdk';
|
|
16
|
-
|
|
17
|
-
const instance: UpdateSubscriptionPlanRequest = {
|
|
18
|
-
name,
|
|
19
|
-
description,
|
|
20
|
-
metadata,
|
|
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)
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# UpdateSubscriptionPlanResponse
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**message** | **string** | Message de confirmation | [optional] [default to undefined]
|
|
9
|
-
**plan** | [**SubscriptionPlan**](SubscriptionPlan.md) | | [optional] [default to undefined]
|
|
10
|
-
|
|
11
|
-
## Example
|
|
12
|
-
|
|
13
|
-
```typescript
|
|
14
|
-
import { UpdateSubscriptionPlanResponse } from '@tennac-booking/sdk';
|
|
15
|
-
|
|
16
|
-
const instance: UpdateSubscriptionPlanResponse = {
|
|
17
|
-
message,
|
|
18
|
-
plan,
|
|
19
|
-
};
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# UpdateUserCityRequestBody
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**city** | **string** | Nouvelle ville de l\'utilisateur | [default to undefined]
|
|
9
|
-
|
|
10
|
-
## Example
|
|
11
|
-
|
|
12
|
-
```typescript
|
|
13
|
-
import { UpdateUserCityRequestBody } from '@tennac-booking/sdk';
|
|
14
|
-
|
|
15
|
-
const instance: UpdateUserCityRequestBody = {
|
|
16
|
-
city,
|
|
17
|
-
};
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# UpdateUserDescriptionRequestBody
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**description** | **string** | Nouvelle description de l\'utilisateur | [default to undefined]
|
|
9
|
-
|
|
10
|
-
## Example
|
|
11
|
-
|
|
12
|
-
```typescript
|
|
13
|
-
import { UpdateUserDescriptionRequestBody } from '@tennac-booking/sdk';
|
|
14
|
-
|
|
15
|
-
const instance: UpdateUserDescriptionRequestBody = {
|
|
16
|
-
description,
|
|
17
|
-
};
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
[[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/UserBookingItem.md
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# UserBookingItem
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **string** | ID de la réservation | [optional] [default to undefined]
|
|
9
|
-
**clubPicture** | **string** | URL de l\'image du club | [optional] [default to undefined]
|
|
10
|
-
**courtName** | **string** | Nom du terrain | [optional] [default to undefined]
|
|
11
|
-
**sportName** | **string** | Nom du sport | [optional] [default to undefined]
|
|
12
|
-
**startDate** | **string** | Date de début de la réservation | [optional] [default to undefined]
|
|
13
|
-
**myPaymentStatus** | **string** | Statut de paiement de l\'utilisateur | [optional] [default to undefined]
|
|
14
|
-
**bookingStatus** | **string** | Statut de la réservation | [optional] [default to undefined]
|
|
15
|
-
**playersName** | **Array<string>** | Liste des noms des joueurs | [optional] [default to undefined]
|
|
16
|
-
**myAmountToPay** | **number** | Montant que l\'utilisateur doit payer | [optional] [default to undefined]
|
|
17
|
-
**totalAmount** | **number** | Montant total de la réservation | [optional] [default to undefined]
|
|
18
|
-
**timeBeforeCancel** | **string** | Date limite avant annulation | [optional] [default to undefined]
|
|
19
|
-
**clubAddress** | **string** | Adresse du club | [optional] [default to undefined]
|
|
20
|
-
**bookingHistory** | **string** | Historique de la réservation | [optional] [default to undefined]
|
|
21
|
-
**paymentStatus** | [**Array<PaymentStatus>**](PaymentStatus.md) | Statut de paiement pour chaque joueur | [optional] [default to undefined]
|
|
22
|
-
|
|
23
|
-
## Example
|
|
24
|
-
|
|
25
|
-
```typescript
|
|
26
|
-
import { UserBookingItem } from '@tennac-booking/sdk';
|
|
27
|
-
|
|
28
|
-
const instance: UserBookingItem = {
|
|
29
|
-
id,
|
|
30
|
-
clubPicture,
|
|
31
|
-
courtName,
|
|
32
|
-
sportName,
|
|
33
|
-
startDate,
|
|
34
|
-
myPaymentStatus,
|
|
35
|
-
bookingStatus,
|
|
36
|
-
playersName,
|
|
37
|
-
myAmountToPay,
|
|
38
|
-
totalAmount,
|
|
39
|
-
timeBeforeCancel,
|
|
40
|
-
clubAddress,
|
|
41
|
-
bookingHistory,
|
|
42
|
-
paymentStatus,
|
|
43
|
-
};
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
# UserClubCourtsApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost*
|
|
4
|
-
|
|
5
|
-
|Method | HTTP request | Description|
|
|
6
|
-
|------------- | ------------- | -------------|
|
|
7
|
-
|[**getCourtsByClubAndSport**](#getcourtsbyclubandsport) | **GET** /api/clubs/{id}/sports/{sportId}/courts | Récupérer les terrains d\'un club pour un sport spécifique|
|
|
8
|
-
|
|
9
|
-
# **getCourtsByClubAndSport**
|
|
10
|
-
> GetCourtsByClubAndSport200Response getCourtsByClubAndSport()
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Example
|
|
14
|
-
|
|
15
|
-
```typescript
|
|
16
|
-
import {
|
|
17
|
-
UserClubCourtsApi,
|
|
18
|
-
Configuration
|
|
19
|
-
} from '@tennac-booking/sdk';
|
|
20
|
-
|
|
21
|
-
const configuration = new Configuration();
|
|
22
|
-
const apiInstance = new UserClubCourtsApi(configuration);
|
|
23
|
-
|
|
24
|
-
let id: string; //ID du club (default to undefined)
|
|
25
|
-
let sportId: string; //ID du sport (default to undefined)
|
|
26
|
-
|
|
27
|
-
const { status, data } = await apiInstance.getCourtsByClubAndSport(
|
|
28
|
-
id,
|
|
29
|
-
sportId
|
|
30
|
-
);
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
### Parameters
|
|
34
|
-
|
|
35
|
-
|Name | Type | Description | Notes|
|
|
36
|
-
|------------- | ------------- | ------------- | -------------|
|
|
37
|
-
| **id** | [**string**] | ID du club | defaults to undefined|
|
|
38
|
-
| **sportId** | [**string**] | ID du sport | defaults to undefined|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Return type
|
|
42
|
-
|
|
43
|
-
**GetCourtsByClubAndSport200Response**
|
|
44
|
-
|
|
45
|
-
### Authorization
|
|
46
|
-
|
|
47
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
48
|
-
|
|
49
|
-
### HTTP request headers
|
|
50
|
-
|
|
51
|
-
- **Content-Type**: Not defined
|
|
52
|
-
- **Accept**: application/json
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### HTTP response details
|
|
56
|
-
| Status code | Description | Response headers |
|
|
57
|
-
|-------------|-------------|------------------|
|
|
58
|
-
|**200** | Liste des terrains du club pour le sport spécifié | - |
|
|
59
|
-
|**400** | Requête invalide | - |
|
|
60
|
-
|**404** | Ressource non trouvée | - |
|
|
61
|
-
|**500** | Erreur serveur interne | - |
|
|
62
|
-
|
|
63
|
-
[[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)
|
|
64
|
-
|
package/docs/UserClubSlotsApi.md
DELETED
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
# UserClubSlotsApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost*
|
|
4
|
-
|
|
5
|
-
|Method | HTTP request | Description|
|
|
6
|
-
|------------- | ------------- | -------------|
|
|
7
|
-
|[**getAvailableSlotsByClub**](#getavailableslotsbyclub) | **GET** /api/clubs/{clubID}/availableSlots | Obtenir tous les créneaux disponibles pour un club|
|
|
8
|
-
|[**getAvailableSlotsBySports**](#getavailableslotsbysports) | **GET** /api/clubs/{id}/sports/{sportId}/slots | Obtenir tous les slots disponibles pour un sport dans un club|
|
|
9
|
-
|[**getAvailableSlotsBySportsAndDay**](#getavailableslotsbysportsandday) | **GET** /api/clubs/{id}/sports/{sportId}/slots/{day} | Obtenir les slots disponibles pour un jour donné|
|
|
10
|
-
|
|
11
|
-
# **getAvailableSlotsByClub**
|
|
12
|
-
> SlotsResponse getAvailableSlotsByClub()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Example
|
|
16
|
-
|
|
17
|
-
```typescript
|
|
18
|
-
import {
|
|
19
|
-
UserClubSlotsApi,
|
|
20
|
-
Configuration
|
|
21
|
-
} from '@tennac-booking/sdk';
|
|
22
|
-
|
|
23
|
-
const configuration = new Configuration();
|
|
24
|
-
const apiInstance = new UserClubSlotsApi(configuration);
|
|
25
|
-
|
|
26
|
-
let clubID: string; //ID du club (default to undefined)
|
|
27
|
-
|
|
28
|
-
const { status, data } = await apiInstance.getAvailableSlotsByClub(
|
|
29
|
-
clubID
|
|
30
|
-
);
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
### Parameters
|
|
34
|
-
|
|
35
|
-
|Name | Type | Description | Notes|
|
|
36
|
-
|------------- | ------------- | ------------- | -------------|
|
|
37
|
-
| **clubID** | [**string**] | ID du club | defaults to undefined|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Return type
|
|
41
|
-
|
|
42
|
-
**SlotsResponse**
|
|
43
|
-
|
|
44
|
-
### Authorization
|
|
45
|
-
|
|
46
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
47
|
-
|
|
48
|
-
### HTTP request headers
|
|
49
|
-
|
|
50
|
-
- **Content-Type**: Not defined
|
|
51
|
-
- **Accept**: application/json
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### HTTP response details
|
|
55
|
-
| Status code | Description | Response headers |
|
|
56
|
-
|-------------|-------------|------------------|
|
|
57
|
-
|**200** | Liste des créneaux disponibles pour le club | - |
|
|
58
|
-
|**400** | Requête invalide | - |
|
|
59
|
-
|**500** | Erreur serveur interne | - |
|
|
60
|
-
|
|
61
|
-
[[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)
|
|
62
|
-
|
|
63
|
-
# **getAvailableSlotsBySports**
|
|
64
|
-
> SlotsResponse getAvailableSlotsBySports()
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Example
|
|
68
|
-
|
|
69
|
-
```typescript
|
|
70
|
-
import {
|
|
71
|
-
UserClubSlotsApi,
|
|
72
|
-
Configuration
|
|
73
|
-
} from '@tennac-booking/sdk';
|
|
74
|
-
|
|
75
|
-
const configuration = new Configuration();
|
|
76
|
-
const apiInstance = new UserClubSlotsApi(configuration);
|
|
77
|
-
|
|
78
|
-
let id: string; //ID du club (default to undefined)
|
|
79
|
-
let sportId: string; //ID du sport (default to undefined)
|
|
80
|
-
let start: string; //Date de début (format ISO) (optional) (default to undefined)
|
|
81
|
-
let end: string; //Date de fin (format ISO) (optional) (default to undefined)
|
|
82
|
-
|
|
83
|
-
const { status, data } = await apiInstance.getAvailableSlotsBySports(
|
|
84
|
-
id,
|
|
85
|
-
sportId,
|
|
86
|
-
start,
|
|
87
|
-
end
|
|
88
|
-
);
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
### Parameters
|
|
92
|
-
|
|
93
|
-
|Name | Type | Description | Notes|
|
|
94
|
-
|------------- | ------------- | ------------- | -------------|
|
|
95
|
-
| **id** | [**string**] | ID du club | defaults to undefined|
|
|
96
|
-
| **sportId** | [**string**] | ID du sport | defaults to undefined|
|
|
97
|
-
| **start** | [**string**] | Date de début (format ISO) | (optional) defaults to undefined|
|
|
98
|
-
| **end** | [**string**] | Date de fin (format ISO) | (optional) defaults to undefined|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Return type
|
|
102
|
-
|
|
103
|
-
**SlotsResponse**
|
|
104
|
-
|
|
105
|
-
### Authorization
|
|
106
|
-
|
|
107
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
108
|
-
|
|
109
|
-
### HTTP request headers
|
|
110
|
-
|
|
111
|
-
- **Content-Type**: Not defined
|
|
112
|
-
- **Accept**: application/json
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### HTTP response details
|
|
116
|
-
| Status code | Description | Response headers |
|
|
117
|
-
|-------------|-------------|------------------|
|
|
118
|
-
|**200** | Liste des créneaux disponibles | - |
|
|
119
|
-
|**400** | Requête invalide | - |
|
|
120
|
-
|**500** | Erreur serveur interne | - |
|
|
121
|
-
|
|
122
|
-
[[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)
|
|
123
|
-
|
|
124
|
-
# **getAvailableSlotsBySportsAndDay**
|
|
125
|
-
> SlotsResponse getAvailableSlotsBySportsAndDay()
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Example
|
|
129
|
-
|
|
130
|
-
```typescript
|
|
131
|
-
import {
|
|
132
|
-
UserClubSlotsApi,
|
|
133
|
-
Configuration
|
|
134
|
-
} from '@tennac-booking/sdk';
|
|
135
|
-
|
|
136
|
-
const configuration = new Configuration();
|
|
137
|
-
const apiInstance = new UserClubSlotsApi(configuration);
|
|
138
|
-
|
|
139
|
-
let id: string; //ID du club (default to undefined)
|
|
140
|
-
let sportId: string; //ID du sport (default to undefined)
|
|
141
|
-
let day: string; //Date du jour (format YYYY-MM-DD) (default to undefined)
|
|
142
|
-
|
|
143
|
-
const { status, data } = await apiInstance.getAvailableSlotsBySportsAndDay(
|
|
144
|
-
id,
|
|
145
|
-
sportId,
|
|
146
|
-
day
|
|
147
|
-
);
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
### Parameters
|
|
151
|
-
|
|
152
|
-
|Name | Type | Description | Notes|
|
|
153
|
-
|------------- | ------------- | ------------- | -------------|
|
|
154
|
-
| **id** | [**string**] | ID du club | defaults to undefined|
|
|
155
|
-
| **sportId** | [**string**] | ID du sport | defaults to undefined|
|
|
156
|
-
| **day** | [**string**] | Date du jour (format YYYY-MM-DD) | defaults to undefined|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
### Return type
|
|
160
|
-
|
|
161
|
-
**SlotsResponse**
|
|
162
|
-
|
|
163
|
-
### Authorization
|
|
164
|
-
|
|
165
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
166
|
-
|
|
167
|
-
### HTTP request headers
|
|
168
|
-
|
|
169
|
-
- **Content-Type**: Not defined
|
|
170
|
-
- **Accept**: application/json
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### HTTP response details
|
|
174
|
-
| Status code | Description | Response headers |
|
|
175
|
-
|-------------|-------------|------------------|
|
|
176
|
-
|**200** | Liste des créneaux disponibles pour le jour donné | - |
|
|
177
|
-
|**400** | Requête invalide | - |
|
|
178
|
-
|**500** | Erreur serveur interne | - |
|
|
179
|
-
|
|
180
|
-
[[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)
|
|
181
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# UserClubSportsApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost*
|
|
4
|
-
|
|
5
|
-
|Method | HTTP request | Description|
|
|
6
|
-
|------------- | ------------- | -------------|
|
|
7
|
-
|[**getSportsByClub**](#getsportsbyclub) | **GET** /api/clubs/{id}/sports | Récupérer tous les sports pour un club|
|
|
8
|
-
|
|
9
|
-
# **getSportsByClub**
|
|
10
|
-
> Array<Sport> getSportsByClub()
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Example
|
|
14
|
-
|
|
15
|
-
```typescript
|
|
16
|
-
import {
|
|
17
|
-
UserClubSportsApi,
|
|
18
|
-
Configuration
|
|
19
|
-
} from '@tennac-booking/sdk';
|
|
20
|
-
|
|
21
|
-
const configuration = new Configuration();
|
|
22
|
-
const apiInstance = new UserClubSportsApi(configuration);
|
|
23
|
-
|
|
24
|
-
let id: string; //ID du club (default to undefined)
|
|
25
|
-
|
|
26
|
-
const { status, data } = await apiInstance.getSportsByClub(
|
|
27
|
-
id
|
|
28
|
-
);
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
### Parameters
|
|
32
|
-
|
|
33
|
-
|Name | Type | Description | Notes|
|
|
34
|
-
|------------- | ------------- | ------------- | -------------|
|
|
35
|
-
| **id** | [**string**] | ID du club | defaults to undefined|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Return type
|
|
39
|
-
|
|
40
|
-
**Array<Sport>**
|
|
41
|
-
|
|
42
|
-
### Authorization
|
|
43
|
-
|
|
44
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
45
|
-
|
|
46
|
-
### HTTP request headers
|
|
47
|
-
|
|
48
|
-
- **Content-Type**: Not defined
|
|
49
|
-
- **Accept**: application/json
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### HTTP response details
|
|
53
|
-
| Status code | Description | Response headers |
|
|
54
|
-
|-------------|-------------|------------------|
|
|
55
|
-
|**200** | Liste des sports du club | - |
|
|
56
|
-
|**400** | Requête invalide | - |
|
|
57
|
-
|**500** | Erreur serveur interne | - |
|
|
58
|
-
|
|
59
|
-
[[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)
|
|
60
|
-
|
package/docs/UserClubsApi.md
DELETED
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
# UserClubsApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost*
|
|
4
|
-
|
|
5
|
-
|Method | HTTP request | Description|
|
|
6
|
-
|------------- | ------------- | -------------|
|
|
7
|
-
|[**getActiveClubs**](#getactiveclubs) | **GET** /api/clubs/activeClubs | Obtenir la liste des clubs actifs (seulement id et nom)|
|
|
8
|
-
|[**getMostLikedClub**](#getmostlikedclub) | **GET** /api/analytics/most-liked | Retrieve the list of most visited clubs (max 10)|
|
|
9
|
-
|[**getPopularClubs**](#getpopularclubs) | **GET** /api/analytics/popular | Retrieve the list of most liked clubs (max 10)|
|
|
10
|
-
|
|
11
|
-
# **getActiveClubs**
|
|
12
|
-
> GetActiveClubs200Response getActiveClubs()
|
|
13
|
-
|
|
14
|
-
Retourne une liste des clubs dont la propriété `isActive` est `true`. Chaque club contient uniquement son `id` et son `name`.
|
|
15
|
-
|
|
16
|
-
### Example
|
|
17
|
-
|
|
18
|
-
```typescript
|
|
19
|
-
import {
|
|
20
|
-
UserClubsApi,
|
|
21
|
-
Configuration
|
|
22
|
-
} from '@tennac-booking/sdk';
|
|
23
|
-
|
|
24
|
-
const configuration = new Configuration();
|
|
25
|
-
const apiInstance = new UserClubsApi(configuration);
|
|
26
|
-
|
|
27
|
-
const { status, data } = await apiInstance.getActiveClubs();
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Parameters
|
|
31
|
-
This endpoint does not have any parameters.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Return type
|
|
35
|
-
|
|
36
|
-
**GetActiveClubs200Response**
|
|
37
|
-
|
|
38
|
-
### Authorization
|
|
39
|
-
|
|
40
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
41
|
-
|
|
42
|
-
### HTTP request headers
|
|
43
|
-
|
|
44
|
-
- **Content-Type**: Not defined
|
|
45
|
-
- **Accept**: application/json
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### HTTP response details
|
|
49
|
-
| Status code | Description | Response headers |
|
|
50
|
-
|-------------|-------------|------------------|
|
|
51
|
-
|**200** | Liste des clubs actifs | - |
|
|
52
|
-
|**500** | Erreur serveur interne | - |
|
|
53
|
-
|
|
54
|
-
[[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)
|
|
55
|
-
|
|
56
|
-
# **getMostLikedClub**
|
|
57
|
-
> Array<ClubResponse> getMostLikedClub()
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Example
|
|
61
|
-
|
|
62
|
-
```typescript
|
|
63
|
-
import {
|
|
64
|
-
UserClubsApi,
|
|
65
|
-
Configuration
|
|
66
|
-
} from '@tennac-booking/sdk';
|
|
67
|
-
|
|
68
|
-
const configuration = new Configuration();
|
|
69
|
-
const apiInstance = new UserClubsApi(configuration);
|
|
70
|
-
|
|
71
|
-
const { status, data } = await apiInstance.getMostLikedClub();
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
### Parameters
|
|
75
|
-
This endpoint does not have any parameters.
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Return type
|
|
79
|
-
|
|
80
|
-
**Array<ClubResponse>**
|
|
81
|
-
|
|
82
|
-
### Authorization
|
|
83
|
-
|
|
84
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
85
|
-
|
|
86
|
-
### HTTP request headers
|
|
87
|
-
|
|
88
|
-
- **Content-Type**: Not defined
|
|
89
|
-
- **Accept**: application/json
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### HTTP response details
|
|
93
|
-
| Status code | Description | Response headers |
|
|
94
|
-
|-------------|-------------|------------------|
|
|
95
|
-
|**200** | List of popular clubs | - |
|
|
96
|
-
|**401** | Non autorisé | - |
|
|
97
|
-
|**500** | Erreur serveur interne | - |
|
|
98
|
-
|
|
99
|
-
[[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)
|
|
100
|
-
|
|
101
|
-
# **getPopularClubs**
|
|
102
|
-
> Array<ClubResponse> getPopularClubs()
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Example
|
|
106
|
-
|
|
107
|
-
```typescript
|
|
108
|
-
import {
|
|
109
|
-
UserClubsApi,
|
|
110
|
-
Configuration
|
|
111
|
-
} from '@tennac-booking/sdk';
|
|
112
|
-
|
|
113
|
-
const configuration = new Configuration();
|
|
114
|
-
const apiInstance = new UserClubsApi(configuration);
|
|
115
|
-
|
|
116
|
-
const { status, data } = await apiInstance.getPopularClubs();
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
### Parameters
|
|
120
|
-
This endpoint does not have any parameters.
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Return type
|
|
124
|
-
|
|
125
|
-
**Array<ClubResponse>**
|
|
126
|
-
|
|
127
|
-
### Authorization
|
|
128
|
-
|
|
129
|
-
[bearerAuth](../README.md#bearerAuth)
|
|
130
|
-
|
|
131
|
-
### HTTP request headers
|
|
132
|
-
|
|
133
|
-
- **Content-Type**: Not defined
|
|
134
|
-
- **Accept**: application/json
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### HTTP response details
|
|
138
|
-
| Status code | Description | Response headers |
|
|
139
|
-
|-------------|-------------|------------------|
|
|
140
|
-
|**200** | List of popular clubs | - |
|
|
141
|
-
|**401** | Non autorisé | - |
|
|
142
|
-
|**500** | Erreur serveur interne | - |
|
|
143
|
-
|
|
144
|
-
[[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)
|
|
145
|
-
|
package/docs/UserInfoStaff.md
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# UserInfoStaff
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**username** | **string** | | [optional] [default to undefined]
|
|
10
|
-
**firstName** | **string** | | [optional] [default to undefined]
|
|
11
|
-
**lastName** | **string** | | [optional] [default to undefined]
|
|
12
|
-
**email** | **string** | | [optional] [default to undefined]
|
|
13
|
-
**isAccountVerified** | **boolean** | | [optional] [default to undefined]
|
|
14
|
-
**levelBySports** | [**Array<PublicClubUserLevelBySportsInner>**](PublicClubUserLevelBySportsInner.md) | | [optional] [default to undefined]
|
|
15
|
-
**location** | [**Location**](Location.md) | | [optional] [default to undefined]
|
|
16
|
-
**phone** | **string** | | [optional] [default to undefined]
|
|
17
|
-
**profilePicture** | **string** | | [optional] [default to undefined]
|
|
18
|
-
|
|
19
|
-
## Example
|
|
20
|
-
|
|
21
|
-
```typescript
|
|
22
|
-
import { UserInfoStaff } from '@tennac-booking/sdk';
|
|
23
|
-
|
|
24
|
-
const instance: UserInfoStaff = {
|
|
25
|
-
id,
|
|
26
|
-
username,
|
|
27
|
-
firstName,
|
|
28
|
-
lastName,
|
|
29
|
-
email,
|
|
30
|
-
isAccountVerified,
|
|
31
|
-
levelBySports,
|
|
32
|
-
location,
|
|
33
|
-
phone,
|
|
34
|
-
profilePicture,
|
|
35
|
-
};
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# UserStaffResponse
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**firstName** | **string** | | [optional] [default to undefined]
|
|
10
|
-
**lastName** | **string** | | [optional] [default to undefined]
|
|
11
|
-
**gender** | **string** | | [optional] [default to undefined]
|
|
12
|
-
**email** | **string** | | [optional] [default to undefined]
|
|
13
|
-
**profilePicture** | **string** | | [optional] [default to undefined]
|
|
14
|
-
**isSubscribedToMyClub** | **boolean** | | [optional] [default to undefined]
|
|
15
|
-
**creditOnMyClub** | **number** | | [optional] [default to undefined]
|
|
16
|
-
**isAccountVerified** | **boolean** | | [optional] [default to undefined]
|
|
17
|
-
**isProfileVisible** | **boolean** | | [optional] [default to undefined]
|
|
18
|
-
**isSubscribedToClub** | **boolean** | | [optional] [default to undefined]
|
|
19
|
-
|
|
20
|
-
## Example
|
|
21
|
-
|
|
22
|
-
```typescript
|
|
23
|
-
import { UserStaffResponse } from '@tennac-booking/sdk';
|
|
24
|
-
|
|
25
|
-
const instance: UserStaffResponse = {
|
|
26
|
-
id,
|
|
27
|
-
firstName,
|
|
28
|
-
lastName,
|
|
29
|
-
gender,
|
|
30
|
-
email,
|
|
31
|
-
profilePicture,
|
|
32
|
-
isSubscribedToMyClub,
|
|
33
|
-
creditOnMyClub,
|
|
34
|
-
isAccountVerified,
|
|
35
|
-
isProfileVisible,
|
|
36
|
-
isSubscribedToClub,
|
|
37
|
-
};
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# YearlyTurnoverResponseMonthlyBreakdownInner
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Properties
|
|
5
|
-
|
|
6
|
-
Name | Type | Description | Notes
|
|
7
|
-
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**month** | **number** | | [optional] [default to undefined]
|
|
9
|
-
**monthlyTurnover** | **number** | | [optional] [default to undefined]
|
|
10
|
-
**invoiceCount** | **number** | | [optional] [default to undefined]
|
|
11
|
-
|
|
12
|
-
## Example
|
|
13
|
-
|
|
14
|
-
```typescript
|
|
15
|
-
import { YearlyTurnoverResponseMonthlyBreakdownInner } from '@tennac-booking/sdk';
|
|
16
|
-
|
|
17
|
-
const instance: YearlyTurnoverResponseMonthlyBreakdownInner = {
|
|
18
|
-
month,
|
|
19
|
-
monthlyTurnover,
|
|
20
|
-
invoiceCount,
|
|
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)
|