@tennac-booking/sdk 1.0.221 → 1.0.223

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 (131) hide show
  1. package/.openapi-generator/FILES +452 -429
  2. package/README.md +72 -38
  3. package/api.ts +3468 -1857
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2910 -1594
  8. package/dist/api.js +15682 -9514
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +32 -11
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +133 -41
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +21 -8
  15. package/dist/index.d.ts +1 -1
  16. package/dist/index.js +1 -1
  17. package/docs/AgendaBooking.md +2 -0
  18. package/docs/AuthApi.md +113 -0
  19. package/docs/BookingPopulated.md +9 -1
  20. package/docs/BookingSummary.md +4 -4
  21. package/docs/BookingsApi.md +25 -79
  22. package/docs/BookingsStaffApi.md +1 -57
  23. package/docs/BookingsUserApi.md +58 -6
  24. package/docs/{CheckInPlayerSumupResponse.md → CloseOpenBookingResponse.md} +5 -7
  25. package/docs/ClubPageResponse.md +14 -0
  26. package/docs/ClubPageResponseClubCustomerStatus.md +27 -0
  27. package/docs/ClubPricingPeriodPayload.md +32 -0
  28. package/docs/ClubPricingPeriodResponse.md +6 -6
  29. package/docs/ClubReservationSettingsResponse.md +2 -2
  30. package/docs/ClubResponse.md +12 -2
  31. package/docs/ClubSummary.md +6 -0
  32. package/docs/ComingEventsPageResponse.md +22 -0
  33. package/docs/CourtEnvironment.md +10 -0
  34. package/docs/CreateBookingRequest.md +0 -2
  35. package/docs/CreateOpenBookingRequest.md +6 -4
  36. package/docs/CreateSubscriptionPlanRequestDiscount.md +4 -0
  37. package/docs/EstimateOpenBookingJoinRequest.md +24 -0
  38. package/docs/EventBookingDetailSummary.md +2 -0
  39. package/docs/EventBookingResponse.md +2 -0
  40. package/docs/EventResponse.md +2 -0
  41. package/docs/EventsApi.md +58 -0
  42. package/docs/EventsStaffApi.md +119 -25
  43. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +2 -0
  44. package/docs/{SumupReadersResponse.md → Health200Response.md} +7 -5
  45. package/docs/IUserAttributes.md +4 -0
  46. package/docs/JobResult.md +24 -0
  47. package/docs/JobsApi.md +367 -0
  48. package/docs/JoinOpenBookingRequest.md +28 -0
  49. package/docs/MarkNotificationsReadRequest.md +22 -0
  50. package/docs/{SumupPairReaderResponse.md → MarkNotificationsReadResponse.md} +5 -5
  51. package/docs/MyClubInfosResponse.md +0 -2
  52. package/docs/{PaymentStatus.md → NotificationActorType.md} +4 -6
  53. package/docs/NotificationData.md +22 -0
  54. package/docs/NotificationInitiator.md +28 -0
  55. package/docs/NotificationParticipantPreview.md +24 -0
  56. package/docs/NotificationPreview.md +78 -0
  57. package/docs/NotificationResponse.md +46 -0
  58. package/docs/NotificationResponseClub.md +24 -0
  59. package/docs/NotificationSlotPreview.md +24 -0
  60. package/docs/NotificationSportPreview.md +24 -0
  61. package/docs/{SumupPairReaderRequest.md → NotificationTargetPreview.md} +7 -7
  62. package/docs/NotificationType.md +26 -0
  63. package/docs/OpenBookingBasePriceResponse.md +24 -0
  64. package/docs/OpenBookingInfo.md +7 -5
  65. package/docs/OpenBookingJoinEstimateResponse.md +26 -0
  66. package/docs/OpenBookingPriceBody.md +26 -0
  67. package/docs/PartnerSearchItem.md +28 -0
  68. package/docs/PartnerSearchResponse.md +22 -0
  69. package/docs/PartnerSearchResponseMeta.md +26 -0
  70. package/docs/PlayerPrice.md +3 -1
  71. package/docs/PricingPeriodDiscount.md +24 -0
  72. package/docs/PublicEmailApi.md +4 -4
  73. package/docs/QuickReservationClubSummary.md +12 -0
  74. package/docs/QuickReservationCourtType.md +10 -0
  75. package/docs/RequestOrganizationEmailCodeBody.md +22 -0
  76. package/docs/RequestOrganizationEmailCodeResponse.md +22 -0
  77. package/docs/RequestVerificationCodeBody.md +26 -0
  78. package/docs/{SumupConnectUrlResponse.md → RequestVerificationCodeResponse.md} +5 -5
  79. package/docs/SportResponse.md +2 -0
  80. package/docs/StaffEventBookingResponse.md +2 -0
  81. package/docs/StaffEventsPageResponse.md +22 -0
  82. package/docs/StaffUserProfileResponse.md +4 -0
  83. package/docs/SubscriptionPlanDiscountResponse.md +2 -0
  84. package/docs/SubscriptionPlanDiscountUpdateRequest.md +2 -0
  85. package/docs/{PaymentProviderType.md → SupportedLanguage.md} +3 -3
  86. package/docs/UpdateClubHoursSettingsRequest.md +1 -1
  87. package/docs/UpdateClubReservationSettingsRequest.md +2 -2
  88. package/docs/UserClubMembership.md +2 -0
  89. package/docs/UserNextBookingSummary.md +26 -0
  90. package/docs/UserNotificationsResponse.md +22 -0
  91. package/docs/UserNotificationsResponseMeta.md +28 -0
  92. package/docs/UserProfileResponse.md +12 -0
  93. package/docs/UsersApi.md +273 -0
  94. package/docs/VerifyOrganizationEmailCodeBody.md +24 -0
  95. package/docs/VerifyOrganizationEmailCodeResponse.md +22 -0
  96. package/docs/VerifyVerificationCodeBody.md +24 -0
  97. package/docs/{SumupCancelPaymentRequest.md → VerifyVerificationCodeResponse.md} +5 -5
  98. package/docs/WaitListEntryWithPlayer.md +44 -0
  99. package/docs/WaitListPlayer.md +28 -0
  100. package/docs/WaitListPlayersListResponse.md +22 -0
  101. package/docs/WaitListStaffApi.md +55 -0
  102. package/index.ts +1 -1
  103. package/package.json +2 -4
  104. package/tsconfig.json +5 -2
  105. package/dist/esm/api.d.ts +0 -25210
  106. package/dist/esm/api.js +0 -17399
  107. package/dist/esm/base.d.ts +0 -66
  108. package/dist/esm/base.js +0 -60
  109. package/dist/esm/common.d.ts +0 -65
  110. package/dist/esm/common.js +0 -149
  111. package/dist/esm/configuration.d.ts +0 -91
  112. package/dist/esm/configuration.js +0 -40
  113. package/dist/esm/index.d.ts +0 -13
  114. package/dist/esm/index.js +0 -15
  115. package/docs/CheckInPlayerSumupRequest.md +0 -22
  116. package/docs/CheckInSumupPaymentInfo.md +0 -26
  117. package/docs/GetOpenBookingPrice200Response.md +0 -24
  118. package/docs/GetOpenBookingPriceRequest.md +0 -26
  119. package/docs/JoinPriceEstimateResponse.md +0 -38
  120. package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +0 -25
  121. package/docs/OpenBookingSlotInfo.md +0 -24
  122. package/docs/PaymentIntentResult.md +0 -28
  123. package/docs/PaymentsStaffApi.md +0 -124
  124. package/docs/StaffEventsPaginatedResponse.md +0 -26
  125. package/docs/SumUpApi.md +0 -63
  126. package/docs/SumUpManagerApi.md +0 -332
  127. package/docs/SumupAccountStatusResponse.md +0 -32
  128. package/docs/SumupCreatePaymentRequest.md +0 -32
  129. package/docs/SumupOAuthCallbackResponse.md +0 -24
  130. package/docs/SumupReaderInfo.md +0 -34
  131. package/tsconfig.esm.json +0 -7
@@ -1,34 +0,0 @@
1
- # SumupReaderInfo
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **reader_id** | **string** | | [optional] [default to undefined]
9
- **id** | **string** | | [optional] [default to undefined]
10
- **serial_number** | **string** | | [optional] [default to undefined]
11
- **name** | **string** | | [optional] [default to undefined]
12
- **status** | **string** | | [optional] [default to undefined]
13
- **model** | **string** | | [optional] [default to undefined]
14
- **device_type** | **string** | | [optional] [default to undefined]
15
- **last_seen_at** | **string** | | [optional] [default to undefined]
16
-
17
- ## Example
18
-
19
- ```typescript
20
- import { SumupReaderInfo } from '@tennac-booking/sdk';
21
-
22
- const instance: SumupReaderInfo = {
23
- reader_id,
24
- id,
25
- serial_number,
26
- name,
27
- status,
28
- model,
29
- device_type,
30
- last_seen_at,
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)
package/tsconfig.esm.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "module": "esnext",
5
- "outDir": "dist/esm"
6
- }
7
- }