@tennac-booking/sdk 1.0.111 → 1.0.113

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 (68) hide show
  1. package/.openapi-generator/FILES +15 -16
  2. package/README.md +23 -30
  3. package/api.ts +1150 -1925
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +838 -1282
  8. package/dist/api.js +542 -1109
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +838 -1282
  16. package/dist/esm/api.js +556 -1119
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/BookingsWithTimeBoundsResponse.md +1 -1
  28. package/docs/CheckInEventParticipants200Response.md +22 -0
  29. package/docs/CheckInEventParticipants200ResponseInvoicesInner.md +28 -0
  30. package/docs/{ClientRegisterResponse.md → CheckInEventParticipantsRequest.md} +5 -7
  31. package/docs/ClientApi.md +58 -3
  32. package/docs/{ClientAccountOnboardingResponse.md → ClientFullOnboardingResponse.md} +7 -11
  33. package/docs/ClientFullOnboardingResponseClub.md +24 -0
  34. package/docs/ClientRegister201Response.md +26 -0
  35. package/docs/{ClientRegisterRequestBody.md → ClientRegisterRequest.md} +7 -7
  36. package/docs/ClubMetadataResponse.md +30 -0
  37. package/docs/ClubMetadataResponseLocation.md +27 -0
  38. package/docs/ClubPlayerDetailResponse.md +0 -2
  39. package/docs/ClubSummary.md +2 -8
  40. package/docs/ClubsApi.md +55 -0
  41. package/docs/ClubsManagerApi.md +0 -56
  42. package/docs/ClubsStaffApi.md +59 -55
  43. package/docs/CreateEventRequest.md +1 -3
  44. package/docs/CreateOnsiteInvoiceRequest.md +28 -0
  45. package/docs/CreateOnsiteInvoiceResponse.md +22 -0
  46. package/docs/CreateOnsiteInvoiceResponseInvoice.md +31 -0
  47. package/docs/EventConflictCheckRequest.md +28 -0
  48. package/docs/EventConflictCheckResponse.md +26 -0
  49. package/docs/EventsManagerApi.md +114 -0
  50. package/docs/EventsStaffApi.md +20 -159
  51. package/docs/JoinEventRequest.md +8 -0
  52. package/docs/{AgendaBookingPlayer.md → JoinEventRequestPlayersPaymentMethodsInner.md} +5 -9
  53. package/docs/PaymentMethod.md +4 -0
  54. package/docs/PublishEventResponse.md +2 -0
  55. package/index.ts +1 -1
  56. package/package.json +1 -1
  57. package/docs/ActiveSubscriptionResponse.md +0 -22
  58. package/docs/AgendaBooking.md +0 -30
  59. package/docs/AgendaBookingSlot.md +0 -30
  60. package/docs/AgendaPaymentStatus.md +0 -12
  61. package/docs/ClientAccountOnboardingRequest.md +0 -29
  62. package/docs/ClientAccountResponse.md +0 -44
  63. package/docs/ClientAccountsApi.md +0 -408
  64. package/docs/ClientMeResponse.md +0 -28
  65. package/docs/ClientOnboardingResponse.md +0 -27
  66. package/docs/ClientSubscriptionResponse.md +0 -34
  67. package/docs/GetSubscriptionsHistory200Response.md +0 -22
  68. package/docs/UpdateUserCreditsRequest.md +0 -20
@@ -1,27 +0,0 @@
1
- # ClientOnboardingResponse
2
-
3
- Réponse pour l\'onboarding d\'un club
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **clubId** | **string** | ID unique du club créé | [default to undefined]
10
- **stripeAccountId** | **string** | ID du compte Stripe Connect du club | [default to undefined]
11
- **onboardingLink** | **string** | Lien d\'onboarding Stripe pour configurer le compte | [default to undefined]
12
- **message** | **string** | Message de confirmation | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { ClientOnboardingResponse } from '@tennac-booking/sdk';
18
-
19
- const instance: ClientOnboardingResponse = {
20
- clubId,
21
- stripeAccountId,
22
- onboardingLink,
23
- message,
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)
@@ -1,34 +0,0 @@
1
- # ClientSubscriptionResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | | [default to undefined]
9
- **subscriptionType** | **string** | | [default to undefined]
10
- **status** | **string** | | [default to undefined]
11
- **startDate** | **string** | | [default to undefined]
12
- **endDate** | **string** | | [optional] [default to undefined]
13
- **priceAmountInCents** | **number** | | [default to undefined]
14
- **currency** | **string** | | [default to undefined]
15
- **billingCycle** | **string** | | [default to undefined]
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import { ClientSubscriptionResponse } from '@tennac-booking/sdk';
21
-
22
- const instance: ClientSubscriptionResponse = {
23
- id,
24
- subscriptionType,
25
- status,
26
- startDate,
27
- endDate,
28
- priceAmountInCents,
29
- currency,
30
- billingCycle,
31
- };
32
- ```
33
-
34
- [[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
- # GetSubscriptionsHistory200Response
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **subscriptions** | [**Array<ClientSubscriptionResponse>**](ClientSubscriptionResponse.md) | | [default to undefined]
9
- **clientAccountId** | **string** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { GetSubscriptionsHistory200Response } from '@tennac-booking/sdk';
15
-
16
- const instance: GetSubscriptionsHistory200Response = {
17
- subscriptions,
18
- clientAccountId,
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
- # UpdateUserCreditsRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **deltaInCents** | **number** | Variation du crédit à appliquer, exprimée en centimes. Peut être négative pour retirer du crédit. | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { UpdateUserCreditsRequest } from '@tennac-booking/sdk';
14
-
15
- const instance: UpdateUserCreditsRequest = {
16
- deltaInCents,
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)