@tennac-booking/sdk 1.0.226 → 1.0.227

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 (138) hide show
  1. package/.openapi-generator/FILES +30 -51
  2. package/README.md +48 -76
  3. package/api.ts +3556 -4764
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2615 -3712
  8. package/dist/api.js +9856 -15757
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +11 -32
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +41 -133
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +8 -21
  15. package/dist/esm/api.d.ts +25620 -0
  16. package/dist/esm/api.js +17756 -0
  17. package/dist/esm/base.d.ts +66 -0
  18. package/dist/esm/base.js +60 -0
  19. package/dist/esm/common.d.ts +65 -0
  20. package/dist/esm/common.js +149 -0
  21. package/dist/esm/configuration.d.ts +91 -0
  22. package/dist/esm/configuration.js +40 -0
  23. package/dist/esm/index.d.ts +13 -0
  24. package/dist/esm/index.js +15 -0
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/AgendaBooking.md +0 -2
  28. package/docs/BookingPopulated.md +1 -9
  29. package/docs/BookingSummary.md +4 -4
  30. package/docs/BookingsApi.md +80 -29
  31. package/docs/BookingsStaffApi.md +57 -1
  32. package/docs/BookingsUserApi.md +6 -58
  33. package/docs/CheckInPlayerSumupRequest.md +22 -0
  34. package/docs/{CloseOpenBookingResponse.md → CheckInPlayerSumupResponse.md} +7 -5
  35. package/docs/CheckInSumupPaymentInfo.md +26 -0
  36. package/docs/ClubPageResponse.md +0 -16
  37. package/docs/ClubPricingPeriodResponse.md +6 -6
  38. package/docs/ClubReservationSettingsResponse.md +2 -2
  39. package/docs/ClubResponse.md +2 -12
  40. package/docs/ClubSummary.md +0 -6
  41. package/docs/CreateBookingRequest.md +2 -0
  42. package/docs/CreateOpenBookingRequest.md +4 -6
  43. package/docs/CreateSubscriptionPlanRequestDiscount.md +0 -4
  44. package/docs/EventBookingDetailSummary.md +0 -2
  45. package/docs/EventBookingResponse.md +0 -2
  46. package/docs/EventResponse.md +0 -2
  47. package/docs/EventsApi.md +0 -113
  48. package/docs/EventsStaffApi.md +25 -119
  49. package/docs/GetClubsWithVerificationDomains200ResponseInner.md +0 -2
  50. package/docs/GetOpenBookingPrice200Response.md +24 -0
  51. package/docs/GetOpenBookingPriceRequest.md +26 -0
  52. package/docs/IUserAttributes.md +0 -4
  53. package/docs/JoinPriceEstimateResponse.md +38 -0
  54. package/docs/JoinPriceEstimateResponseSubscriptionInfo.md +25 -0
  55. package/docs/MyClubInfosResponse.md +2 -0
  56. package/docs/OpenBookingInfo.md +5 -7
  57. package/docs/OpenBookingSlotInfo.md +24 -0
  58. package/docs/PaymentIntentResult.md +28 -0
  59. package/docs/{SupportedLanguage.md → PaymentProviderType.md} +3 -3
  60. package/docs/{NotificationActorType.md → PaymentStatus.md} +6 -4
  61. package/docs/PaymentsStaffApi.md +124 -0
  62. package/docs/PlayerPrice.md +1 -3
  63. package/docs/PublicEmailApi.md +4 -4
  64. package/docs/QuickReservationClubSummary.md +0 -12
  65. package/docs/SportResponse.md +0 -2
  66. package/docs/StaffEventBookingResponse.md +0 -2
  67. package/docs/StaffEventsPaginatedResponse.md +26 -0
  68. package/docs/StaffUserProfileResponse.md +0 -4
  69. package/docs/SubscriptionPlanDiscountResponse.md +0 -2
  70. package/docs/SubscriptionPlanDiscountUpdateRequest.md +0 -2
  71. package/docs/SumUpApi.md +63 -0
  72. package/docs/SumUpManagerApi.md +617 -0
  73. package/docs/SumupAccountStatusResponse.md +32 -0
  74. package/docs/{VerifyVerificationCodeResponse.md → SumupCancelPaymentRequest.md} +5 -5
  75. package/docs/{RequestVerificationCodeResponse.md → SumupConnectUrlResponse.md} +5 -5
  76. package/docs/SumupCreatePaymentRequest.md +32 -0
  77. package/docs/SumupOAuthCallbackResponse.md +24 -0
  78. package/docs/SumupPairReaderRequest.md +24 -0
  79. package/docs/{Health200Response.md → SumupPairReaderResponse.md} +5 -7
  80. package/docs/SumupReaderInfo.md +42 -0
  81. package/docs/{NotificationTargetPreview.md → SumupReaderInfoDevice.md} +7 -7
  82. package/docs/{MarkNotificationsReadResponse.md → SumupReaderResponse.md} +5 -5
  83. package/docs/SumupReaderStatusInfo.md +32 -0
  84. package/docs/SumupReaderStatusResponse.md +20 -0
  85. package/docs/SumupReadersResponse.md +20 -0
  86. package/docs/{NotificationResponseClub.md → SumupUpdateReaderRequest.md} +5 -7
  87. package/docs/UpdateClubHoursSettingsRequest.md +1 -1
  88. package/docs/UpdateClubReservationSettingsRequest.md +2 -2
  89. package/docs/UserClubMembership.md +0 -2
  90. package/docs/UserProfileResponse.md +0 -12
  91. package/docs/UsersApi.md +0 -273
  92. package/docs/WaitListStaffApi.md +0 -55
  93. package/index.ts +1 -1
  94. package/package.json +4 -2
  95. package/tsconfig.esm.json +7 -0
  96. package/tsconfig.json +2 -5
  97. package/docs/AuthApi.md +0 -113
  98. package/docs/ClubPageResponseClubCustomerStatus.md +0 -27
  99. package/docs/ClubPageResponseSportsIdsLookup.md +0 -23
  100. package/docs/ClubPricingPeriodPayload.md +0 -32
  101. package/docs/ComingEventsPageResponse.md +0 -22
  102. package/docs/CourtEnvironment.md +0 -10
  103. package/docs/EstimateOpenBookingJoinRequest.md +0 -24
  104. package/docs/GetOpenEventBookingsBySport200Response.md +0 -20
  105. package/docs/GetOpenEventBookingsBySport200ResponseEventBookingsInner.md +0 -46
  106. package/docs/JobResult.md +0 -24
  107. package/docs/JobsApi.md +0 -367
  108. package/docs/JoinOpenBookingRequest.md +0 -28
  109. package/docs/MarkNotificationsReadRequest.md +0 -22
  110. package/docs/NotificationData.md +0 -22
  111. package/docs/NotificationInitiator.md +0 -28
  112. package/docs/NotificationParticipantPreview.md +0 -24
  113. package/docs/NotificationPreview.md +0 -78
  114. package/docs/NotificationResponse.md +0 -46
  115. package/docs/NotificationSlotPreview.md +0 -24
  116. package/docs/NotificationSportPreview.md +0 -24
  117. package/docs/NotificationType.md +0 -26
  118. package/docs/OpenBookingBasePriceResponse.md +0 -24
  119. package/docs/OpenBookingJoinEstimateResponse.md +0 -26
  120. package/docs/OpenBookingPriceBody.md +0 -26
  121. package/docs/PartnerSearchItem.md +0 -28
  122. package/docs/PartnerSearchResponse.md +0 -22
  123. package/docs/PartnerSearchResponseMeta.md +0 -26
  124. package/docs/PricingPeriodDiscount.md +0 -24
  125. package/docs/QuickReservationCourtType.md +0 -10
  126. package/docs/RequestOrganizationEmailCodeBody.md +0 -22
  127. package/docs/RequestOrganizationEmailCodeResponse.md +0 -22
  128. package/docs/RequestVerificationCodeBody.md +0 -26
  129. package/docs/StaffEventsPageResponse.md +0 -22
  130. package/docs/UserNextBookingSummary.md +0 -26
  131. package/docs/UserNotificationsResponse.md +0 -22
  132. package/docs/UserNotificationsResponseMeta.md +0 -28
  133. package/docs/VerifyOrganizationEmailCodeBody.md +0 -24
  134. package/docs/VerifyOrganizationEmailCodeResponse.md +0 -22
  135. package/docs/VerifyVerificationCodeBody.md +0 -24
  136. package/docs/WaitListEntryWithPlayer.md +0 -44
  137. package/docs/WaitListPlayer.md +0 -28
  138. package/docs/WaitListPlayersListResponse.md +0 -22
@@ -0,0 +1,32 @@
1
+ # SumupCreatePaymentRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **amountInCents** | **number** | | [default to undefined]
9
+ **currency** | **string** | | [default to undefined]
10
+ **readerId** | **string** | | [optional] [default to undefined]
11
+ **description** | **string** | | [optional] [default to undefined]
12
+ **reference** | **string** | | [optional] [default to undefined]
13
+ **metadata** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
14
+ **userId** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { SumupCreatePaymentRequest } from '@tennac-booking/sdk';
20
+
21
+ const instance: SumupCreatePaymentRequest = {
22
+ amountInCents,
23
+ currency,
24
+ readerId,
25
+ description,
26
+ reference,
27
+ metadata,
28
+ userId,
29
+ };
30
+ ```
31
+
32
+ [[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,24 @@
1
+ # SumupOAuthCallbackResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **clubId** | **string** | | [default to undefined]
9
+ **merchantCode** | **string** | | [default to undefined]
10
+ **scope** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SumupOAuthCallbackResponse } from '@tennac-booking/sdk';
16
+
17
+ const instance: SumupOAuthCallbackResponse = {
18
+ clubId,
19
+ merchantCode,
20
+ scope,
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)
@@ -0,0 +1,24 @@
1
+ # SumupPairReaderRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **pairingCode** | **string** | | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SumupPairReaderRequest } from '@tennac-booking/sdk';
16
+
17
+ const instance: SumupPairReaderRequest = {
18
+ pairingCode,
19
+ name,
20
+ metadata,
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,21 +1,19 @@
1
- # Health200Response
1
+ # SumupPairReaderResponse
2
2
 
3
3
 
4
4
  ## Properties
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **timestamp** | **string** | | [default to undefined]
9
- **status** | **string** | | [default to undefined]
8
+ **reader** | [**SumupReaderInfo**](SumupReaderInfo.md) | | [default to undefined]
10
9
 
11
10
  ## Example
12
11
 
13
12
  ```typescript
14
- import { Health200Response } from '@tennac-booking/sdk';
13
+ import { SumupPairReaderResponse } from '@tennac-booking/sdk';
15
14
 
16
- const instance: Health200Response = {
17
- timestamp,
18
- status,
15
+ const instance: SumupPairReaderResponse = {
16
+ reader,
19
17
  };
20
18
  ```
21
19
 
@@ -0,0 +1,42 @@
1
+ # SumupReaderInfo
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [optional] [default to undefined]
9
+ **reader_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
+ **device** | [**SumupReaderInfoDevice**](SumupReaderInfoDevice.md) | | [optional] [default to undefined]
14
+ **metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
15
+ **created_at** | **string** | | [optional] [default to undefined]
16
+ **updated_at** | **string** | | [optional] [default to undefined]
17
+ **model** | **string** | | [optional] [default to undefined]
18
+ **device_type** | **string** | | [optional] [default to undefined]
19
+ **last_seen_at** | **string** | | [optional] [default to undefined]
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import { SumupReaderInfo } from '@tennac-booking/sdk';
25
+
26
+ const instance: SumupReaderInfo = {
27
+ id,
28
+ reader_id,
29
+ serial_number,
30
+ name,
31
+ status,
32
+ device,
33
+ metadata,
34
+ created_at,
35
+ updated_at,
36
+ model,
37
+ device_type,
38
+ last_seen_at,
39
+ };
40
+ ```
41
+
42
+ [[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,21 +1,21 @@
1
- # NotificationTargetPreview
1
+ # SumupReaderInfoDevice
2
2
 
3
3
 
4
4
  ## Properties
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **type** | **string** | | [default to undefined]
9
- **id** | **string** | | [optional] [default to undefined]
8
+ **model** | **string** | | [optional] [default to undefined]
9
+ **identifier** | **string** | | [optional] [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { NotificationTargetPreview } from '@tennac-booking/sdk';
14
+ import { SumupReaderInfoDevice } from '@tennac-booking/sdk';
15
15
 
16
- const instance: NotificationTargetPreview = {
17
- type,
18
- id,
16
+ const instance: SumupReaderInfoDevice = {
17
+ model,
18
+ identifier,
19
19
  };
20
20
  ```
21
21
 
@@ -1,19 +1,19 @@
1
- # MarkNotificationsReadResponse
1
+ # SumupReaderResponse
2
2
 
3
3
 
4
4
  ## Properties
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **updatedCount** | **number** | | [default to undefined]
8
+ **reader** | [**SumupReaderInfo**](SumupReaderInfo.md) | | [default to undefined]
9
9
 
10
10
  ## Example
11
11
 
12
12
  ```typescript
13
- import { MarkNotificationsReadResponse } from '@tennac-booking/sdk';
13
+ import { SumupReaderResponse } from '@tennac-booking/sdk';
14
14
 
15
- const instance: MarkNotificationsReadResponse = {
16
- updatedCount,
15
+ const instance: SumupReaderResponse = {
16
+ reader,
17
17
  };
18
18
  ```
19
19
 
@@ -0,0 +1,32 @@
1
+ # SumupReaderStatusInfo
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **battery_level** | **number** | | [optional] [default to undefined]
9
+ **battery_temperature** | **number** | | [optional] [default to undefined]
10
+ **connection_type** | **string** | | [optional] [default to undefined]
11
+ **firmware_version** | **string** | | [optional] [default to undefined]
12
+ **last_activity** | **string** | | [optional] [default to undefined]
13
+ **state** | **string** | | [optional] [default to undefined]
14
+ **status** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { SumupReaderStatusInfo } from '@tennac-booking/sdk';
20
+
21
+ const instance: SumupReaderStatusInfo = {
22
+ battery_level,
23
+ battery_temperature,
24
+ connection_type,
25
+ firmware_version,
26
+ last_activity,
27
+ state,
28
+ status,
29
+ };
30
+ ```
31
+
32
+ [[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
+ # SumupReaderStatusResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **data** | [**SumupReaderStatusInfo**](SumupReaderStatusInfo.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SumupReaderStatusResponse } from '@tennac-booking/sdk';
14
+
15
+ const instance: SumupReaderStatusResponse = {
16
+ data,
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)
@@ -0,0 +1,20 @@
1
+ # SumupReadersResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **readers** | [**Array<SumupReaderInfo>**](SumupReaderInfo.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { SumupReadersResponse } from '@tennac-booking/sdk';
14
+
15
+ const instance: SumupReadersResponse = {
16
+ readers,
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,23 +1,21 @@
1
- # NotificationResponseClub
1
+ # SumupUpdateReaderRequest
2
2
 
3
3
 
4
4
  ## Properties
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **picture** | **string** | | [optional] [default to undefined]
9
8
  **name** | **string** | | [optional] [default to undefined]
10
- **id** | **string** | | [optional] [default to undefined]
9
+ **metadata** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
11
10
 
12
11
  ## Example
13
12
 
14
13
  ```typescript
15
- import { NotificationResponseClub } from '@tennac-booking/sdk';
14
+ import { SumupUpdateReaderRequest } from '@tennac-booking/sdk';
16
15
 
17
- const instance: NotificationResponseClub = {
18
- picture,
16
+ const instance: SumupUpdateReaderRequest = {
19
17
  name,
20
- id,
18
+ metadata,
21
19
  };
22
20
  ```
23
21
 
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **schedule** | [**PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined**](PartialRecordWeekdayKeyClubDayScheduleOrNullOrUndefined.md) | | [optional] [default to undefined]
9
- **pricingPeriods** | [**Array<ClubPricingPeriodPayload>**](ClubPricingPeriodPayload.md) | | [optional] [default to undefined]
9
+ **pricingPeriods** | [**Array<ClubPricingPeriodResponse>**](ClubPricingPeriodResponse.md) | | [optional] [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **maxWeeklyBookings** | **number** | | [default to undefined]
9
9
  **unlimitedWeeklyBookings** | **boolean** | | [default to undefined]
10
- **maxSlotsPerBooking** | **number** | | [default to undefined]
10
+ **sameTimeBookingsLimit** | **number** | | [default to undefined]
11
11
  **cancellationDelayInHours** | **number** | | [default to undefined]
12
12
  **bookingPeriodInDays** | **number** | | [default to undefined]
13
13
 
@@ -19,7 +19,7 @@ import { UpdateClubReservationSettingsRequest } from '@tennac-booking/sdk';
19
19
  const instance: UpdateClubReservationSettingsRequest = {
20
20
  maxWeeklyBookings,
21
21
  unlimitedWeeklyBookings,
22
- maxSlotsPerBooking,
22
+ sameTimeBookingsLimit,
23
23
  cancellationDelayInHours,
24
24
  bookingPeriodInDays,
25
25
  };
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
8
8
  **clubId** | **string** | | [default to undefined]
9
9
  **clubName** | **string** | | [default to undefined]
10
10
  **clubPicture** | **string** | | [default to undefined]
11
- **bannerPictures** | **Array<string>** | | [optional] [default to undefined]
12
11
  **address** | **string** | | [optional] [default to undefined]
13
12
  **description** | **string** | | [optional] [default to undefined]
14
13
  **tags** | **Array<string>** | | [optional] [default to undefined]
@@ -30,7 +29,6 @@ const instance: UserClubMembership = {
30
29
  clubId,
31
30
  clubName,
32
31
  clubPicture,
33
- bannerPictures,
34
32
  address,
35
33
  description,
36
34
  tags,
@@ -9,8 +9,6 @@ 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]
14
12
  **email** | **string** | | [default to undefined]
15
13
  **gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
16
14
  **location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
@@ -41,14 +39,10 @@ Name | Type | Description | Notes
41
39
  **sports** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
42
40
  **stripeCustomerId** | **string** | | [optional] [default to undefined]
43
41
  **upcomingBookingsCount** | **number** | | [optional] [default to undefined]
44
- **nextBooking** | [**UserNextBookingSummary**](UserNextBookingSummary.md) | | [optional] [default to undefined]
45
42
  **subscriptionsCount** | **number** | | [optional] [default to undefined]
46
43
  **subscriptions** | [**Array<ClubSubscriptions>**](ClubSubscriptions.md) | | [optional] [default to undefined]
47
44
  **clubs** | [**Array<UserClubMembership>**](UserClubMembership.md) | | [optional] [default to undefined]
48
- **favoriteClubsDetails** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
49
45
  **frequentlyVisitedClubs** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
50
- **recentlyPlayedClubs** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
51
- **nearbyCityClubs** | [**Array<ClubSummary>**](ClubSummary.md) | | [optional] [default to undefined]
52
46
  **frequentlyPlayedWith** | [**Array<PlayerSummary>**](PlayerSummary.md) | | [optional] [default to undefined]
53
47
  **stripeLinks** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
54
48
  **verifiedSports** | [**Array<SportResponse>**](SportResponse.md) | | [optional] [default to undefined]
@@ -64,8 +58,6 @@ const instance: UserProfileResponse = {
64
58
  googleId,
65
59
  firstName,
66
60
  lastName,
67
- firstNameNormalized,
68
- lastNameNormalized,
69
61
  email,
70
62
  gender,
71
63
  location,
@@ -96,14 +88,10 @@ const instance: UserProfileResponse = {
96
88
  sports,
97
89
  stripeCustomerId,
98
90
  upcomingBookingsCount,
99
- nextBooking,
100
91
  subscriptionsCount,
101
92
  subscriptions,
102
93
  clubs,
103
- favoriteClubsDetails,
104
94
  frequentlyVisitedClubs,
105
- recentlyPlayedClubs,
106
- nearbyCityClubs,
107
95
  frequentlyPlayedWith,
108
96
  stripeLinks,
109
97
  verifiedSports,