@tennac-booking/sdk 1.0.76 → 1.0.79

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.
Files changed (44) hide show
  1. package/.openapi-generator/FILES +6 -16
  2. package/README.md +6 -22
  3. package/api.ts +504 -1246
  4. package/dist/api.d.ts +319 -898
  5. package/dist/api.js +161 -395
  6. package/dist/esm/api.d.ts +319 -898
  7. package/dist/esm/api.js +156 -394
  8. package/docs/BookingInfo.md +2 -2
  9. package/docs/BookingPopulated.md +2 -0
  10. package/docs/{AddPaymentMethodRequestBody.md → BookingPriceBody.md} +7 -5
  11. package/docs/BookingResponse.md +2 -0
  12. package/docs/BookingsApi.md +52 -0
  13. package/docs/ClubAnalyticsStaffApi.md +0 -167
  14. package/docs/ClubResponse.md +8 -0
  15. package/docs/ClubSettingsResponse.md +0 -2
  16. package/docs/CreateBookingRequest.md +2 -2
  17. package/docs/CreateEventRequest.md +0 -2
  18. package/docs/IUserAttributes.md +2 -12
  19. package/docs/PartialClubResponse.md +8 -0
  20. package/docs/PlayerPrice.md +30 -0
  21. package/docs/{SetupPaymentMethodRequestBody.md → QuickReservationClubSport.md} +7 -5
  22. package/docs/QuickReservationClubSummary.md +4 -0
  23. package/docs/SlotInfo.md +2 -2
  24. package/docs/SportsPublicApi.md +53 -0
  25. package/docs/StaffUserProfileResponse.md +2 -12
  26. package/docs/SubscribeRequestBody.md +2 -0
  27. package/docs/SubscriptionInfo.md +24 -0
  28. package/docs/UserProfileResponse.md +4 -12
  29. package/docs/UsersApi.md +0 -156
  30. package/package.json +1 -1
  31. package/docs/ClubPlayerBookingItem.md +0 -36
  32. package/docs/ClubPlayerBookingsResponse.md +0 -22
  33. package/docs/ClubPlayerDetailResponse.md +0 -46
  34. package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +0 -22
  35. package/docs/ClubPlayerStatisticsResponse.md +0 -42
  36. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +0 -22
  37. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +0 -23
  38. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +0 -25
  39. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +0 -26
  40. package/docs/ClubPlayerSubscriptionSummary.md +0 -28
  41. package/docs/ConfirmPaymentMethodRequestBody.md +0 -20
  42. package/docs/ConfirmPaymentMethodResponse.md +0 -22
  43. package/docs/PaymentMethodSetupResponse.md +0 -24
  44. package/docs/SetupPaymentMethodResponse.md +0 -24
@@ -1,20 +0,0 @@
1
- # ConfirmPaymentMethodRequestBody
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **setupIntentId** | **string** | | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { ConfirmPaymentMethodRequestBody } from '@tennac-booking/sdk';
14
-
15
- const instance: ConfirmPaymentMethodRequestBody = {
16
- setupIntentId,
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,22 +0,0 @@
1
- # ConfirmPaymentMethodResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **message** | **string** | | [default to undefined]
9
- **paymentMethodId** | **string** | | [optional] [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ConfirmPaymentMethodResponse } from '@tennac-booking/sdk';
15
-
16
- const instance: ConfirmPaymentMethodResponse = {
17
- message,
18
- paymentMethodId,
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,24 +0,0 @@
1
- # PaymentMethodSetupResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **message** | **string** | | [default to undefined]
9
- **paymentMethods** | **Array<string>** | | [default to undefined]
10
- **defaultPaymentMethodId** | **string** | | [optional] [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { PaymentMethodSetupResponse } from '@tennac-booking/sdk';
16
-
17
- const instance: PaymentMethodSetupResponse = {
18
- message,
19
- paymentMethods,
20
- defaultPaymentMethodId,
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,24 +0,0 @@
1
- # SetupPaymentMethodResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **setupIntentId** | **string** | | [default to undefined]
9
- **clientSecret** | **string** | | [default to undefined]
10
- **message** | **string** | | [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { SetupPaymentMethodResponse } from '@tennac-booking/sdk';
16
-
17
- const instance: SetupPaymentMethodResponse = {
18
- setupIntentId,
19
- clientSecret,
20
- message,
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)