@tennac-booking/sdk 1.0.221 → 1.0.222

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 +47 -25
  2. package/README.md +70 -38
  3. package/api.ts +3363 -1854
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +3048 -1793
  8. package/dist/api.js +15612 -9532
  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 +6 -6
  24. package/docs/ClubPageResponse.md +14 -0
  25. package/docs/ClubPageResponseClubCustomerStatus.md +27 -0
  26. package/docs/ClubPricingPeriodPayload.md +32 -0
  27. package/docs/ClubPricingPeriodResponse.md +6 -6
  28. package/docs/ClubReservationSettingsResponse.md +2 -2
  29. package/docs/ClubResponse.md +12 -2
  30. package/docs/ClubSummary.md +6 -0
  31. package/docs/ComingEventsPageResponse.md +22 -0
  32. package/docs/CourtEnvironment.md +10 -0
  33. package/docs/CreateBookingRequest.md +0 -2
  34. package/docs/CreateOpenBookingRequest.md +6 -4
  35. package/docs/CreateSubscriptionPlanRequestDiscount.md +4 -0
  36. package/docs/EstimateOpenBookingJoinRequest.md +24 -0
  37. package/docs/EventBookingDetailSummary.md +2 -0
  38. package/docs/EventBookingResponse.md +2 -0
  39. package/docs/EventResponse.md +2 -0
  40. package/docs/EventsApi.md +58 -0
  41. package/docs/EventsStaffApi.md +119 -25
  42. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +2 -0
  43. package/docs/{SumupReadersResponse.md → Health200Response.md} +7 -5
  44. package/docs/IUserAttributes.md +4 -0
  45. package/docs/JobResult.md +24 -0
  46. package/docs/JobsApi.md +367 -0
  47. package/docs/JoinOpenBookingRequest.md +28 -0
  48. package/docs/MarkNotificationsReadRequest.md +22 -0
  49. package/docs/{SumupPairReaderResponse.md → MarkNotificationsReadResponse.md} +5 -5
  50. package/docs/MyClubInfosResponse.md +0 -2
  51. package/docs/{PaymentStatus.md → NotificationActorType.md} +4 -6
  52. package/docs/NotificationData.md +22 -0
  53. package/docs/NotificationInitiator.md +28 -0
  54. package/docs/NotificationParticipantPreview.md +24 -0
  55. package/docs/NotificationPreview.md +78 -0
  56. package/docs/NotificationResponse.md +46 -0
  57. package/docs/NotificationResponseClub.md +24 -0
  58. package/docs/NotificationSlotPreview.md +24 -0
  59. package/docs/NotificationSportPreview.md +24 -0
  60. package/docs/{SumupPairReaderRequest.md → NotificationTargetPreview.md} +7 -7
  61. package/docs/NotificationType.md +26 -0
  62. package/docs/OpenBookingBasePriceResponse.md +24 -0
  63. package/docs/OpenBookingInfo.md +7 -5
  64. package/docs/OpenBookingJoinEstimateResponse.md +26 -0
  65. package/docs/OpenBookingPriceBody.md +26 -0
  66. package/docs/PartnerSearchItem.md +28 -0
  67. package/docs/PartnerSearchResponse.md +22 -0
  68. package/docs/PartnerSearchResponseMeta.md +26 -0
  69. package/docs/PlayerPrice.md +3 -1
  70. package/docs/PricingPeriodDiscount.md +24 -0
  71. package/docs/PublicEmailApi.md +4 -4
  72. package/docs/QuickReservationClubSummary.md +12 -0
  73. package/docs/QuickReservationCourtType.md +10 -0
  74. package/docs/RequestOrganizationEmailCodeBody.md +22 -0
  75. package/docs/RequestOrganizationEmailCodeResponse.md +22 -0
  76. package/docs/RequestVerificationCodeBody.md +26 -0
  77. package/docs/{SumupConnectUrlResponse.md → RequestVerificationCodeResponse.md} +5 -5
  78. package/docs/SportResponse.md +2 -0
  79. package/docs/StaffEventBookingResponse.md +2 -0
  80. package/docs/StaffEventsPageResponse.md +22 -0
  81. package/docs/StaffUserProfileResponse.md +4 -0
  82. package/docs/SubscriptionPlanDiscountResponse.md +2 -0
  83. package/docs/SubscriptionPlanDiscountUpdateRequest.md +2 -0
  84. package/docs/{PaymentProviderType.md → SupportedLanguage.md} +3 -3
  85. package/docs/UpdateClubHoursSettingsRequest.md +1 -1
  86. package/docs/UpdateClubReservationSettingsRequest.md +2 -2
  87. package/docs/UserClubMembership.md +2 -0
  88. package/docs/UserNextBookingSummary.md +26 -0
  89. package/docs/UserNotificationsResponse.md +22 -0
  90. package/docs/UserNotificationsResponseMeta.md +28 -0
  91. package/docs/UserProfileResponse.md +12 -0
  92. package/docs/UsersApi.md +273 -0
  93. package/docs/VerifyOrganizationEmailCodeBody.md +24 -0
  94. package/docs/VerifyOrganizationEmailCodeResponse.md +22 -0
  95. package/docs/VerifyVerificationCodeBody.md +24 -0
  96. package/docs/{SumupCancelPaymentRequest.md → VerifyVerificationCodeResponse.md} +5 -5
  97. package/docs/WaitListEntryWithPlayer.md +44 -0
  98. package/docs/WaitListPlayer.md +28 -0
  99. package/docs/WaitListPlayersListResponse.md +22 -0
  100. package/docs/WaitListStaffApi.md +55 -0
  101. package/index.ts +1 -1
  102. package/package.json +2 -4
  103. package/tsconfig.json +5 -2
  104. package/dist/esm/api.d.ts +0 -25210
  105. package/dist/esm/api.js +0 -17399
  106. package/dist/esm/base.d.ts +0 -66
  107. package/dist/esm/base.js +0 -60
  108. package/dist/esm/common.d.ts +0 -65
  109. package/dist/esm/common.js +0 -149
  110. package/dist/esm/configuration.d.ts +0 -91
  111. package/dist/esm/configuration.js +0 -40
  112. package/dist/esm/index.d.ts +0 -13
  113. package/dist/esm/index.js +0 -15
  114. package/docs/CheckInPlayerSumupRequest.md +0 -22
  115. package/docs/CheckInPlayerSumupResponse.md +0 -24
  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
@@ -0,0 +1,24 @@
1
+ # EstimateOpenBookingJoinRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **creditToUseInCents** | **number** | | [optional] [default to undefined]
9
+ **isCreatorPayingAll** | **boolean** | | [optional] [default to undefined]
10
+ **playerShares** | [**Array<PlayerShare>**](PlayerShare.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { EstimateOpenBookingJoinRequest } from '@tennac-booking/sdk';
16
+
17
+ const instance: EstimateOpenBookingJoinRequest = {
18
+ creditToUseInCents,
19
+ isCreatorPayingAll,
20
+ playerShares,
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)
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
  **limitSetupDate** | **string** | | [optional] [default to undefined]
16
16
  **limitCancellationDate** | **string** | | [optional] [default to undefined]
17
17
  **waitListPosition** | **number** | Position dans la file d\'attente si l\'utilisateur est en waitlist pour cet événement | [optional] [default to undefined]
18
+ **userParticipationStatus** | **string** | Statut de participation de l\'utilisateur pour cet event booking | [optional] [default to undefined]
18
19
  **createdAt** | **string** | | [default to undefined]
19
20
  **updatedAt** | **string** | | [default to undefined]
20
21
 
@@ -34,6 +35,7 @@ const instance: EventBookingDetailSummary = {
34
35
  limitSetupDate,
35
36
  limitCancellationDate,
36
37
  waitListPosition,
38
+ userParticipationStatus,
37
39
  createdAt,
38
40
  updatedAt,
39
41
  };
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **setupLimitDate** | **string** | | [optional] [default to undefined]
14
14
  **cancellationLimitDate** | **string** | | [optional] [default to undefined]
15
15
  **setupStatus** | [**EventBookingResponseSetupStatus**](EventBookingResponseSetupStatus.md) | | [optional] [default to undefined]
16
+ **amount** | **number** | | [optional] [default to undefined]
16
17
  **createdAt** | **string** | | [default to undefined]
17
18
  **updatedAt** | **string** | | [default to undefined]
18
19
 
@@ -30,6 +31,7 @@ const instance: EventBookingResponse = {
30
31
  setupLimitDate,
31
32
  cancellationLimitDate,
32
33
  setupStatus,
34
+ amount,
33
35
  createdAt,
34
36
  updatedAt,
35
37
  };
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
31
31
  **levels** | **Array<string | null>** | | [optional] [default to undefined]
32
32
  **sponsors** | [**Array<EventSponsor>**](EventSponsor.md) | | [optional] [default to undefined]
33
33
  **registrationOpenDaysBefore** | **number** | | [default to undefined]
34
+ **isUserRegistered** | **boolean** | | [optional] [default to undefined]
34
35
  **createdBy** | **string** | | [optional] [default to undefined]
35
36
  **isActive** | **boolean** | | [default to undefined]
36
37
  **createdAt** | **string** | | [default to undefined]
@@ -68,6 +69,7 @@ const instance: EventResponse = {
68
69
  levels,
69
70
  sponsors,
70
71
  registrationOpenDaysBefore,
72
+ isUserRegistered,
71
73
  createdBy,
72
74
  isActive,
73
75
  createdAt,
package/docs/EventsApi.md CHANGED
@@ -7,6 +7,7 @@ All URIs are relative to *http://localhost*
7
7
  |[**checkTeamNameAvailability**](#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability | |
8
8
  |[**estimateEventPrice**](#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price | |
9
9
  |[**estimateOpenEventBookingJoinPrice**](#estimateopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/estimate | |
10
+ |[**getComingEvent**](#getcomingevent) | **GET** /api/events/coming | |
10
11
  |[**getEventById**](#geteventbyid) | **GET** /api/events/{eventId} | |
11
12
  |[**getOpenEventBookingJoinPrice**](#getopeneventbookingjoinprice) | **GET** /api/events/{eventBookingId}/open/join-price | |
12
13
  |[**getOpenEventBookings**](#getopeneventbookings) | **GET** /api/events/open | |
@@ -185,6 +186,63 @@ const { status, data } = await apiInstance.estimateOpenEventBookingJoinPrice(
185
186
 
186
187
  [[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)
187
188
 
189
+ # **getComingEvent**
190
+ > ComingEventsPageResponse getComingEvent()
191
+
192
+ Get upcoming events for a club with pagination (max 10 per page)
193
+
194
+ ### Example
195
+
196
+ ```typescript
197
+ import {
198
+ EventsApi,
199
+ Configuration
200
+ } from '@tennac-booking/sdk';
201
+
202
+ const configuration = new Configuration();
203
+ const apiInstance = new EventsApi(configuration);
204
+
205
+ let clubId: string; // (optional) (default to undefined)
206
+ let page: number; // (optional) (default to undefined)
207
+
208
+ const { status, data } = await apiInstance.getComingEvent(
209
+ clubId,
210
+ page
211
+ );
212
+ ```
213
+
214
+ ### Parameters
215
+
216
+ |Name | Type | Description | Notes|
217
+ |------------- | ------------- | ------------- | -------------|
218
+ | **clubId** | [**string**] | | (optional) defaults to undefined|
219
+ | **page** | [**number**] | | (optional) defaults to undefined|
220
+
221
+
222
+ ### Return type
223
+
224
+ **ComingEventsPageResponse**
225
+
226
+ ### Authorization
227
+
228
+ [bearerAuth](../README.md#bearerAuth)
229
+
230
+ ### HTTP request headers
231
+
232
+ - **Content-Type**: Not defined
233
+ - **Accept**: application/json
234
+
235
+
236
+ ### HTTP response details
237
+ | Status code | Description | Response headers |
238
+ |-------------|-------------|------------------|
239
+ |**200** | List of upcoming events | - |
240
+ |**400** | Bad Request | - |
241
+ |**401** | Unauthorized | - |
242
+ |**500** | Server Error | - |
243
+
244
+ [[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)
245
+
188
246
  # **getEventById**
189
247
  > PublishEventResponse getEventById()
190
248
 
@@ -6,9 +6,11 @@ All URIs are relative to *http://localhost*
6
6
  |------------- | ------------- | -------------|
7
7
  |[**checkInEventParticipants**](#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in | |
8
8
  |[**getDailyEvents**](#getdailyevents) | **GET** /api/events/calendar/daily | |
9
+ |[**getDraftEventsByClub**](#getdrafteventsbyclub) | **GET** /api/events/staff/getEvents/drafts | |
9
10
  |[**getEventByIdForStaff**](#geteventbyidforstaff) | **GET** /api/events/staff/{eventId} | |
10
- |[**getEventsByClub**](#geteventsbyclub) | **GET** /api/events/staff/getEvents | |
11
11
  |[**getMonthlyEvents**](#getmonthlyevents) | **GET** /api/events/calendar/monthly | |
12
+ |[**getPastEventsByClub**](#getpasteventsbyclub) | **GET** /api/events/staff/getEvents/past | |
13
+ |[**getUpcomingEventsByClub**](#getupcomingeventsbyclub) | **GET** /api/events/staff/getEvents/upcoming | |
12
14
  |[**getWeeklyEvents**](#getweeklyevents) | **GET** /api/events/calendar/weekly | |
13
15
 
14
16
  # **checkInEventParticipants**
@@ -134,10 +136,9 @@ const { status, data } = await apiInstance.getDailyEvents(
134
136
 
135
137
  [[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)
136
138
 
137
- # **getEventByIdForStaff**
138
- > StaffEventDetailResponse getEventByIdForStaff()
139
+ # **getDraftEventsByClub**
140
+ > StaffEventsPageResponse getDraftEventsByClub()
139
141
 
140
- Get a specific event by ID (staff)
141
142
 
142
143
  ### Example
143
144
 
@@ -150,23 +151,16 @@ import {
150
151
  const configuration = new Configuration();
151
152
  const apiInstance = new EventsStaffApi(configuration);
152
153
 
153
- let eventId: string; // (default to undefined)
154
-
155
- const { status, data } = await apiInstance.getEventByIdForStaff(
156
- eventId
157
- );
154
+ const { status, data } = await apiInstance.getDraftEventsByClub();
158
155
  ```
159
156
 
160
157
  ### Parameters
161
-
162
- |Name | Type | Description | Notes|
163
- |------------- | ------------- | ------------- | -------------|
164
- | **eventId** | [**string**] | | defaults to undefined|
158
+ This endpoint does not have any parameters.
165
159
 
166
160
 
167
161
  ### Return type
168
162
 
169
- **StaffEventDetailResponse**
163
+ **StaffEventsPageResponse**
170
164
 
171
165
  ### Authorization
172
166
 
@@ -181,16 +175,17 @@ const { status, data } = await apiInstance.getEventByIdForStaff(
181
175
  ### HTTP response details
182
176
  | Status code | Description | Response headers |
183
177
  |-------------|-------------|------------------|
184
- |**200** | Event details | - |
178
+ |**200** | Draft events | - |
185
179
  |**400** | Bad Request | - |
186
- |**404** | Not Found | - |
180
+ |**401** | Unauthorized | - |
181
+ |**500** | Server Error | - |
187
182
 
188
183
  [[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)
189
184
 
190
- # **getEventsByClub**
191
- > StaffEventsPaginatedResponse getEventsByClub()
185
+ # **getEventByIdForStaff**
186
+ > StaffEventDetailResponse getEventByIdForStaff()
192
187
 
193
- // Use service to validate booking openness, team participation, and capacity const { event, booking: eb } = await this.eventService.joinEventBooking( eventBookingId, userId );
188
+ Get a specific event by ID (staff)
194
189
 
195
190
  ### Example
196
191
 
@@ -203,16 +198,23 @@ import {
203
198
  const configuration = new Configuration();
204
199
  const apiInstance = new EventsStaffApi(configuration);
205
200
 
206
- const { status, data } = await apiInstance.getEventsByClub();
201
+ let eventId: string; // (default to undefined)
202
+
203
+ const { status, data } = await apiInstance.getEventByIdForStaff(
204
+ eventId
205
+ );
207
206
  ```
208
207
 
209
208
  ### Parameters
210
- This endpoint does not have any parameters.
209
+
210
+ |Name | Type | Description | Notes|
211
+ |------------- | ------------- | ------------- | -------------|
212
+ | **eventId** | [**string**] | | defaults to undefined|
211
213
 
212
214
 
213
215
  ### Return type
214
216
 
215
- **StaffEventsPaginatedResponse**
217
+ **StaffEventDetailResponse**
216
218
 
217
219
  ### Authorization
218
220
 
@@ -227,10 +229,9 @@ This endpoint does not have any parameters.
227
229
  ### HTTP response details
228
230
  | Status code | Description | Response headers |
229
231
  |-------------|-------------|------------------|
230
- |**200** | List of events | - |
232
+ |**200** | Event details | - |
231
233
  |**400** | Bad Request | - |
232
- |**401** | Unauthorized | - |
233
- |**500** | Server Error | - |
234
+ |**404** | Not Found | - |
234
235
 
235
236
  [[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)
236
237
 
@@ -299,6 +300,99 @@ const { status, data } = await apiInstance.getMonthlyEvents(
299
300
 
300
301
  [[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)
301
302
 
303
+ # **getPastEventsByClub**
304
+ > StaffEventsPageResponse getPastEventsByClub()
305
+
306
+
307
+ ### Example
308
+
309
+ ```typescript
310
+ import {
311
+ EventsStaffApi,
312
+ Configuration
313
+ } from '@tennac-booking/sdk';
314
+
315
+ const configuration = new Configuration();
316
+ const apiInstance = new EventsStaffApi(configuration);
317
+
318
+ const { status, data } = await apiInstance.getPastEventsByClub();
319
+ ```
320
+
321
+ ### Parameters
322
+ This endpoint does not have any parameters.
323
+
324
+
325
+ ### Return type
326
+
327
+ **StaffEventsPageResponse**
328
+
329
+ ### Authorization
330
+
331
+ [bearerAuth](../README.md#bearerAuth)
332
+
333
+ ### HTTP request headers
334
+
335
+ - **Content-Type**: Not defined
336
+ - **Accept**: application/json
337
+
338
+
339
+ ### HTTP response details
340
+ | Status code | Description | Response headers |
341
+ |-------------|-------------|------------------|
342
+ |**200** | Past events | - |
343
+ |**400** | Bad Request | - |
344
+ |**401** | Unauthorized | - |
345
+ |**500** | Server Error | - |
346
+
347
+ [[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)
348
+
349
+ # **getUpcomingEventsByClub**
350
+ > StaffEventsPageResponse getUpcomingEventsByClub()
351
+
352
+ // Use service to validate booking openness, team participation, and capacity const { event, booking: eb } = await this.eventService.joinEventBooking( eventBookingId, userId );
353
+
354
+ ### Example
355
+
356
+ ```typescript
357
+ import {
358
+ EventsStaffApi,
359
+ Configuration
360
+ } from '@tennac-booking/sdk';
361
+
362
+ const configuration = new Configuration();
363
+ const apiInstance = new EventsStaffApi(configuration);
364
+
365
+ const { status, data } = await apiInstance.getUpcomingEventsByClub();
366
+ ```
367
+
368
+ ### Parameters
369
+ This endpoint does not have any parameters.
370
+
371
+
372
+ ### Return type
373
+
374
+ **StaffEventsPageResponse**
375
+
376
+ ### Authorization
377
+
378
+ [bearerAuth](../README.md#bearerAuth)
379
+
380
+ ### HTTP request headers
381
+
382
+ - **Content-Type**: Not defined
383
+ - **Accept**: application/json
384
+
385
+
386
+ ### HTTP response details
387
+ | Status code | Description | Response headers |
388
+ |-------------|-------------|------------------|
389
+ |**200** | Upcoming events | - |
390
+ |**400** | Bad Request | - |
391
+ |**401** | Unauthorized | - |
392
+ |**500** | Server Error | - |
393
+
394
+ [[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)
395
+
302
396
  # **getWeeklyEvents**
303
397
  > EventsListResponse getWeeklyEvents()
304
398
 
@@ -5,6 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **logo** | **string** | | [optional] [default to undefined]
8
9
  **allowedEmailDomains** | **Array<string>** | | [default to undefined]
9
10
  **address** | **string** | | [optional] [default to undefined]
10
11
  **name** | **string** | | [default to undefined]
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  import { GetClubsWithVerificationDomains200ResponseInner } from '@tennac-booking/sdk';
17
18
 
18
19
  const instance: GetClubsWithVerificationDomains200ResponseInner = {
20
+ logo,
19
21
  allowedEmailDomains,
20
22
  address,
21
23
  name,
@@ -1,19 +1,21 @@
1
- # SumupReadersResponse
1
+ # Health200Response
2
2
 
3
3
 
4
4
  ## Properties
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **readers** | [**Array<SumupReaderInfo>**](SumupReaderInfo.md) | | [default to undefined]
8
+ **timestamp** | **string** | | [default to undefined]
9
+ **status** | **string** | | [default to undefined]
9
10
 
10
11
  ## Example
11
12
 
12
13
  ```typescript
13
- import { SumupReadersResponse } from '@tennac-booking/sdk';
14
+ import { Health200Response } from '@tennac-booking/sdk';
14
15
 
15
- const instance: SumupReadersResponse = {
16
- readers,
16
+ const instance: Health200Response = {
17
+ timestamp,
18
+ status,
17
19
  };
18
20
  ```
19
21
 
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
  **googleId** | **string** | | [optional] [default to undefined]
10
10
  **firstName** | **string** | | [default to undefined]
11
11
  **lastName** | **string** | | [default to undefined]
12
+ **firstNameNormalized** | **string** | | [optional] [default to undefined]
13
+ **lastNameNormalized** | **string** | | [optional] [default to undefined]
12
14
  **email** | **string** | | [default to undefined]
13
15
  **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
14
16
  **location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
@@ -49,6 +51,8 @@ const instance: IUserAttributes = {
49
51
  googleId,
50
52
  firstName,
51
53
  lastName,
54
+ firstNameNormalized,
55
+ lastNameNormalized,
52
56
  email,
53
57
  gender,
54
58
  location,
@@ -0,0 +1,24 @@
1
+ # JobResult
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **success** | **boolean** | | [default to undefined]
9
+ **job** | **string** | | [default to undefined]
10
+ **timestamp** | **string** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { JobResult } from '@tennac-booking/sdk';
16
+
17
+ const instance: JobResult = {
18
+ success,
19
+ job,
20
+ timestamp,
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)