@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
|
@@ -1,34 +1,36 @@
|
|
|
1
|
-
#
|
|
1
|
+
# SubscriptionsUserApi
|
|
2
2
|
|
|
3
3
|
All URIs are relative to *http://localhost*
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
|[**
|
|
8
|
-
|[**
|
|
9
|
-
|[**
|
|
10
|
-
|[**
|
|
7
|
+
|[**cancel**](#cancel) | **DELETE** /api/subscriptions/{clubId}/{subscriptionId} | |
|
|
8
|
+
|[**mySubscriptions**](#mysubscriptions) | **GET** /api/subscriptions/me | |
|
|
9
|
+
|[**resume**](#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume | |
|
|
10
|
+
|[**subscribe**](#subscribe) | **POST** /api/subscriptions/subscribe | |
|
|
11
11
|
|
|
12
|
-
# **
|
|
13
|
-
>
|
|
12
|
+
# **cancel**
|
|
13
|
+
> SubscriptionMutationResponse cancel()
|
|
14
14
|
|
|
15
|
+
Annuler un abonnement à la fin de la période (auth classique)
|
|
15
16
|
|
|
16
17
|
### Example
|
|
17
18
|
|
|
18
19
|
```typescript
|
|
19
20
|
import {
|
|
20
|
-
|
|
21
|
-
Configuration
|
|
22
|
-
CreateCourtRequest
|
|
21
|
+
SubscriptionsUserApi,
|
|
22
|
+
Configuration
|
|
23
23
|
} from '@tennac-booking/sdk';
|
|
24
24
|
|
|
25
25
|
const configuration = new Configuration();
|
|
26
|
-
const apiInstance = new
|
|
26
|
+
const apiInstance = new SubscriptionsUserApi(configuration);
|
|
27
27
|
|
|
28
|
-
let
|
|
28
|
+
let clubId: string; // (default to undefined)
|
|
29
|
+
let subscriptionId: string; // (default to undefined)
|
|
29
30
|
|
|
30
|
-
const { status, data } = await apiInstance.
|
|
31
|
-
|
|
31
|
+
const { status, data } = await apiInstance.cancel(
|
|
32
|
+
clubId,
|
|
33
|
+
subscriptionId
|
|
32
34
|
);
|
|
33
35
|
```
|
|
34
36
|
|
|
@@ -36,12 +38,13 @@ const { status, data } = await apiInstance.createCourtForClub(
|
|
|
36
38
|
|
|
37
39
|
|Name | Type | Description | Notes|
|
|
38
40
|
|------------- | ------------- | ------------- | -------------|
|
|
39
|
-
| **
|
|
41
|
+
| **clubId** | [**string**] | | defaults to undefined|
|
|
42
|
+
| **subscriptionId** | [**string**] | | defaults to undefined|
|
|
40
43
|
|
|
41
44
|
|
|
42
45
|
### Return type
|
|
43
46
|
|
|
44
|
-
**
|
|
47
|
+
**SubscriptionMutationResponse**
|
|
45
48
|
|
|
46
49
|
### Authorization
|
|
47
50
|
|
|
@@ -49,52 +52,45 @@ const { status, data } = await apiInstance.createCourtForClub(
|
|
|
49
52
|
|
|
50
53
|
### HTTP request headers
|
|
51
54
|
|
|
52
|
-
- **Content-Type**:
|
|
55
|
+
- **Content-Type**: Not defined
|
|
53
56
|
- **Accept**: application/json
|
|
54
57
|
|
|
55
58
|
|
|
56
59
|
### HTTP response details
|
|
57
60
|
| Status code | Description | Response headers |
|
|
58
61
|
|-------------|-------------|------------------|
|
|
59
|
-
|**
|
|
60
|
-
|**400** |
|
|
61
|
-
|**
|
|
62
|
-
|**500** | Erreur serveur interne | - |
|
|
62
|
+
|**200** | Abonnement annulé (fin de période) | - |
|
|
63
|
+
|**400** | Bad Request | - |
|
|
64
|
+
|**401** | Unauthorized | - |
|
|
63
65
|
|
|
64
66
|
[[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)
|
|
65
67
|
|
|
66
|
-
# **
|
|
67
|
-
>
|
|
68
|
+
# **mySubscriptions**
|
|
69
|
+
> UserSubscriptionsResponse mySubscriptions()
|
|
68
70
|
|
|
71
|
+
Liste les abonnements de l\'utilisateur courant, groupés par club (auth classique)
|
|
69
72
|
|
|
70
73
|
### Example
|
|
71
74
|
|
|
72
75
|
```typescript
|
|
73
76
|
import {
|
|
74
|
-
|
|
77
|
+
SubscriptionsUserApi,
|
|
75
78
|
Configuration
|
|
76
79
|
} from '@tennac-booking/sdk';
|
|
77
80
|
|
|
78
81
|
const configuration = new Configuration();
|
|
79
|
-
const apiInstance = new
|
|
82
|
+
const apiInstance = new SubscriptionsUserApi(configuration);
|
|
80
83
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
const { status, data } = await apiInstance.deleteCourt(
|
|
84
|
-
courtId
|
|
85
|
-
);
|
|
84
|
+
const { status, data } = await apiInstance.mySubscriptions();
|
|
86
85
|
```
|
|
87
86
|
|
|
88
87
|
### Parameters
|
|
89
|
-
|
|
90
|
-
|Name | Type | Description | Notes|
|
|
91
|
-
|------------- | ------------- | ------------- | -------------|
|
|
92
|
-
| **courtId** | [**string**] | ID du terrain à supprimer | defaults to undefined|
|
|
88
|
+
This endpoint does not have any parameters.
|
|
93
89
|
|
|
94
90
|
|
|
95
91
|
### Return type
|
|
96
92
|
|
|
97
|
-
**
|
|
93
|
+
**UserSubscriptionsResponse**
|
|
98
94
|
|
|
99
95
|
### Authorization
|
|
100
96
|
|
|
@@ -109,38 +105,47 @@ const { status, data } = await apiInstance.deleteCourt(
|
|
|
109
105
|
### HTTP response details
|
|
110
106
|
| Status code | Description | Response headers |
|
|
111
107
|
|-------------|-------------|------------------|
|
|
112
|
-
|**200** |
|
|
113
|
-
|**
|
|
114
|
-
|**404** | Ressource non trouvée | - |
|
|
115
|
-
|**500** | Erreur serveur interne | - |
|
|
108
|
+
|**200** | Abonnements de l\'utilisateur | - |
|
|
109
|
+
|**401** | Unauthorized | - |
|
|
116
110
|
|
|
117
111
|
[[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)
|
|
118
112
|
|
|
119
|
-
# **
|
|
120
|
-
>
|
|
113
|
+
# **resume**
|
|
114
|
+
> SubscriptionMutationResponse resume()
|
|
121
115
|
|
|
116
|
+
Reprendre un abonnement annulé en fin de période (auth classique)
|
|
122
117
|
|
|
123
118
|
### Example
|
|
124
119
|
|
|
125
120
|
```typescript
|
|
126
121
|
import {
|
|
127
|
-
|
|
122
|
+
SubscriptionsUserApi,
|
|
128
123
|
Configuration
|
|
129
124
|
} from '@tennac-booking/sdk';
|
|
130
125
|
|
|
131
126
|
const configuration = new Configuration();
|
|
132
|
-
const apiInstance = new
|
|
127
|
+
const apiInstance = new SubscriptionsUserApi(configuration);
|
|
133
128
|
|
|
134
|
-
|
|
129
|
+
let clubId: string; // (default to undefined)
|
|
130
|
+
let subscriptionId: string; // (default to undefined)
|
|
131
|
+
|
|
132
|
+
const { status, data } = await apiInstance.resume(
|
|
133
|
+
clubId,
|
|
134
|
+
subscriptionId
|
|
135
|
+
);
|
|
135
136
|
```
|
|
136
137
|
|
|
137
138
|
### Parameters
|
|
138
|
-
|
|
139
|
+
|
|
140
|
+
|Name | Type | Description | Notes|
|
|
141
|
+
|------------- | ------------- | ------------- | -------------|
|
|
142
|
+
| **clubId** | [**string**] | | defaults to undefined|
|
|
143
|
+
| **subscriptionId** | [**string**] | | defaults to undefined|
|
|
139
144
|
|
|
140
145
|
|
|
141
146
|
### Return type
|
|
142
147
|
|
|
143
|
-
**
|
|
148
|
+
**SubscriptionMutationResponse**
|
|
144
149
|
|
|
145
150
|
### Authorization
|
|
146
151
|
|
|
@@ -155,34 +160,33 @@ This endpoint does not have any parameters.
|
|
|
155
160
|
### HTTP response details
|
|
156
161
|
| Status code | Description | Response headers |
|
|
157
162
|
|-------------|-------------|------------------|
|
|
158
|
-
|**200** |
|
|
159
|
-
|**400** |
|
|
160
|
-
|**
|
|
163
|
+
|**200** | Abonnement repris | - |
|
|
164
|
+
|**400** | Bad Request | - |
|
|
165
|
+
|**401** | Unauthorized | - |
|
|
161
166
|
|
|
162
167
|
[[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)
|
|
163
168
|
|
|
164
|
-
# **
|
|
165
|
-
>
|
|
169
|
+
# **subscribe**
|
|
170
|
+
> SubscriptionMutationResponse subscribe(subscribeRequestBody)
|
|
166
171
|
|
|
172
|
+
S\'abonner à un plan (auth classique)
|
|
167
173
|
|
|
168
174
|
### Example
|
|
169
175
|
|
|
170
176
|
```typescript
|
|
171
177
|
import {
|
|
172
|
-
|
|
178
|
+
SubscriptionsUserApi,
|
|
173
179
|
Configuration,
|
|
174
|
-
|
|
180
|
+
SubscribeRequestBody
|
|
175
181
|
} from '@tennac-booking/sdk';
|
|
176
182
|
|
|
177
183
|
const configuration = new Configuration();
|
|
178
|
-
const apiInstance = new
|
|
184
|
+
const apiInstance = new SubscriptionsUserApi(configuration);
|
|
179
185
|
|
|
180
|
-
let
|
|
181
|
-
let updateCourtRequest: UpdateCourtRequest; //
|
|
186
|
+
let subscribeRequestBody: SubscribeRequestBody; //
|
|
182
187
|
|
|
183
|
-
const { status, data } = await apiInstance.
|
|
184
|
-
|
|
185
|
-
updateCourtRequest
|
|
188
|
+
const { status, data } = await apiInstance.subscribe(
|
|
189
|
+
subscribeRequestBody
|
|
186
190
|
);
|
|
187
191
|
```
|
|
188
192
|
|
|
@@ -190,13 +194,12 @@ const { status, data } = await apiInstance.updateCourt(
|
|
|
190
194
|
|
|
191
195
|
|Name | Type | Description | Notes|
|
|
192
196
|
|------------- | ------------- | ------------- | -------------|
|
|
193
|
-
| **
|
|
194
|
-
| **courtId** | [**string**] | ID du terrain à mettre à jour | defaults to undefined|
|
|
197
|
+
| **subscribeRequestBody** | **SubscribeRequestBody**| | |
|
|
195
198
|
|
|
196
199
|
|
|
197
200
|
### Return type
|
|
198
201
|
|
|
199
|
-
**
|
|
202
|
+
**SubscriptionMutationResponse**
|
|
200
203
|
|
|
201
204
|
### Authorization
|
|
202
205
|
|
|
@@ -211,10 +214,9 @@ const { status, data } = await apiInstance.updateCourt(
|
|
|
211
214
|
### HTTP response details
|
|
212
215
|
| Status code | Description | Response headers |
|
|
213
216
|
|-------------|-------------|------------------|
|
|
214
|
-
|**
|
|
215
|
-
|**400** |
|
|
216
|
-
|**
|
|
217
|
-
|**500** | Erreur serveur interne | - |
|
|
217
|
+
|**201** | Abonnement créé | - |
|
|
218
|
+
|**400** | Bad Request | - |
|
|
219
|
+
|**401** | Unauthorized | - |
|
|
218
220
|
|
|
219
221
|
[[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)
|
|
220
222
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# SurfaceType
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Enum
|
|
5
|
+
|
|
6
|
+
* `Clay` (value: `'clay'`)
|
|
7
|
+
|
|
8
|
+
* `Grass` (value: `'grass'`)
|
|
9
|
+
|
|
10
|
+
* `Hard` (value: `'hard'`)
|
|
11
|
+
|
|
12
|
+
[[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,20 @@
|
|
|
1
|
+
# UpdateActuality200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**actuality** | **any** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { UpdateActuality200Response } from '@tennac-booking/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: UpdateActuality200Response = {
|
|
16
|
+
actuality,
|
|
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)
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**name** | **string** |
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
13
|
-
**picture** | **string** |
|
|
14
|
-
**
|
|
15
|
-
**
|
|
8
|
+
**name** | **string** | Nom du club | [optional] [default to undefined]
|
|
9
|
+
**websiteUrl** | **string** | URL du site web du club | [optional] [default to undefined]
|
|
10
|
+
**description** | **string** | Description du club | [optional] [default to undefined]
|
|
11
|
+
**email** | **string** | Email du club | [optional] [default to undefined]
|
|
12
|
+
**phone** | **string** | Téléphone du club | [optional] [default to undefined]
|
|
13
|
+
**picture** | **string** | URL de l\'image du club | [optional] [default to undefined]
|
|
14
|
+
**location** | [**UpdateClubRequestLocation**](UpdateClubRequestLocation.md) | | [optional] [default to undefined]
|
|
15
|
+
**rib** | **string** | RIB du club | [optional] [default to undefined]
|
|
16
16
|
|
|
17
17
|
## Example
|
|
18
18
|
|
|
@@ -21,13 +21,13 @@ import { UpdateClubRequest } from '@tennac-booking/sdk';
|
|
|
21
21
|
|
|
22
22
|
const instance: UpdateClubRequest = {
|
|
23
23
|
name,
|
|
24
|
-
|
|
24
|
+
websiteUrl,
|
|
25
|
+
description,
|
|
25
26
|
email,
|
|
26
27
|
phone,
|
|
27
|
-
description,
|
|
28
28
|
picture,
|
|
29
|
+
location,
|
|
29
30
|
rib,
|
|
30
|
-
websiteUrl,
|
|
31
31
|
};
|
|
32
32
|
```
|
|
33
33
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# UpdateClubRequestLocation
|
|
2
|
+
|
|
3
|
+
Localisation du club
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**coordinates** | [**UpdateClubRequestLocationCoordinates**](UpdateClubRequestLocationCoordinates.md) | | [optional] [default to undefined]
|
|
10
|
+
**country** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**zipCode** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**city** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**address** | **string** | | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { UpdateClubRequestLocation } from '@tennac-booking/sdk';
|
|
19
|
+
|
|
20
|
+
const instance: UpdateClubRequestLocation = {
|
|
21
|
+
coordinates,
|
|
22
|
+
country,
|
|
23
|
+
zipCode,
|
|
24
|
+
city,
|
|
25
|
+
address,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[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/{BookingPopulatedSlotIdCourtIdSportId.md → UpdateClubRequestLocationCoordinates.md}
RENAMED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
#
|
|
1
|
+
# UpdateClubRequestLocationCoordinates
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**
|
|
9
|
-
**
|
|
8
|
+
**lng** | **number** | | [optional] [default to undefined]
|
|
9
|
+
**lat** | **number** | | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import {
|
|
14
|
+
import { UpdateClubRequestLocationCoordinates } from '@tennac-booking/sdk';
|
|
15
15
|
|
|
16
|
-
const instance:
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
const instance: UpdateClubRequestLocationCoordinates = {
|
|
17
|
+
lng,
|
|
18
|
+
lat,
|
|
19
19
|
};
|
|
20
20
|
```
|
|
21
21
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# UpdateClubRoleRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**role** | **string** | Rôle (facultatif) | [optional] [default to undefined]
|
|
9
|
+
**rights** | **Array<string>** | Droits (facultatif) | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { UpdateClubRoleRequest } from '@tennac-booking/sdk';
|
|
15
|
+
|
|
16
|
+
const instance: UpdateClubRoleRequest = {
|
|
17
|
+
role,
|
|
18
|
+
rights,
|
|
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)
|
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
8
|
+
**maxWeeklyBookings** | **number** | Nombre maximum de réservations par semaine | [optional] [default to undefined]
|
|
9
|
+
**allowMultipleBookingsAtTheSameTime** | **boolean** | Autoriser plusieurs réservations en même temps | [optional] [default to undefined]
|
|
10
|
+
**sameTimeBookingsLimit** | **number** | Limite de réservations simultanées | [optional] [default to undefined]
|
|
11
|
+
**cancellationLimitHours** | **number** | Limite d\'annulation en heures | [optional] [default to undefined]
|
|
12
|
+
**availabilityPeriodInDays** | **number** | Période de disponibilité en jours | [optional] [default to undefined]
|
|
13
|
+
**sponsors** | **Array<string>** | Liste des sponsors | [optional] [default to undefined]
|
|
14
|
+
**timeBeforePayment** | **number** | Temps avant paiement en minutes | [optional] [default to undefined]
|
|
13
15
|
|
|
14
16
|
## Example
|
|
15
17
|
|
|
@@ -17,11 +19,13 @@ Name | Type | Description | Notes
|
|
|
17
19
|
import { UpdateClubSettingsRequest } from '@tennac-booking/sdk';
|
|
18
20
|
|
|
19
21
|
const instance: UpdateClubSettingsRequest = {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
maxWeeklyBookings,
|
|
23
|
+
allowMultipleBookingsAtTheSameTime,
|
|
24
|
+
sameTimeBookingsLimit,
|
|
25
|
+
cancellationLimitHours,
|
|
26
|
+
availabilityPeriodInDays,
|
|
27
|
+
sponsors,
|
|
28
|
+
timeBeforePayment,
|
|
25
29
|
};
|
|
26
30
|
```
|
|
27
31
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# UpdatePlanRequest
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**clubId** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**
|
|
10
|
-
**
|
|
9
|
+
**newAmountInCents** | **number** | | [default to undefined]
|
|
10
|
+
**oldPriceId** | **string** | | [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
|
-
import {
|
|
15
|
+
import { UpdatePlanRequest } from '@tennac-booking/sdk';
|
|
16
16
|
|
|
17
|
-
const instance:
|
|
17
|
+
const instance: UpdatePlanRequest = {
|
|
18
18
|
clubId,
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
newAmountInCents,
|
|
20
|
+
oldPriceId,
|
|
21
21
|
};
|
|
22
22
|
```
|
|
23
23
|
|
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**key** | **string** |
|
|
9
|
-
**name** | **string** | | [optional] [default to undefined]
|
|
10
|
-
**description** | **string** | | [optional] [default to undefined]
|
|
8
|
+
**key** | **string** | Clé/nom du sport | [optional] [default to undefined]
|
|
11
9
|
|
|
12
10
|
## Example
|
|
13
11
|
|
|
@@ -16,8 +14,6 @@ import { UpdateSportRequest } from '@tennac-booking/sdk';
|
|
|
16
14
|
|
|
17
15
|
const instance: UpdateSportRequest = {
|
|
18
16
|
key,
|
|
19
|
-
name,
|
|
20
|
-
description,
|
|
21
17
|
};
|
|
22
18
|
```
|
|
23
19
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# UpdateSubscriptionPlanForClub200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**price** | **any** | | [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { UpdateSubscriptionPlanForClub200Response } from '@tennac-booking/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: UpdateSubscriptionPlanForClub200Response = {
|
|
16
|
+
price,
|
|
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 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# UserInfo
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **string** |
|
|
9
|
-
**firstName** | **string** |
|
|
10
|
-
**lastName** | **string** |
|
|
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
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```typescript
|
|
15
|
-
import {
|
|
15
|
+
import { UserInfo } from '@tennac-booking/sdk';
|
|
16
16
|
|
|
17
|
-
const instance:
|
|
17
|
+
const instance: UserInfo = {
|
|
18
18
|
id,
|
|
19
19
|
firstName,
|
|
20
20
|
lastName,
|