@tennac-booking/sdk 1.0.75 → 1.0.76
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.
- package/.openapi-generator/FILES +245 -234
- package/README.md +22 -5
- package/api.ts +1239 -466
- package/dist/api.d.ts +1015 -405
- package/dist/api.js +394 -160
- package/dist/esm/api.d.ts +1015 -405
- package/dist/esm/api.js +393 -155
- package/docs/{BookingPriceBody.md → AddPaymentMethodRequestBody.md} +5 -7
- package/docs/BookingInfo.md +2 -2
- package/docs/BookingPopulated.md +0 -2
- package/docs/BookingResponse.md +0 -2
- package/docs/BookingsApi.md +0 -52
- package/docs/ClubAnalyticsStaffApi.md +167 -0
- package/docs/ClubPlayerBookingItem.md +36 -0
- package/docs/ClubPlayerBookingsResponse.md +22 -0
- package/docs/ClubPlayerDetailResponse.md +46 -0
- package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +22 -0
- package/docs/ClubPlayerStatisticsResponse.md +42 -0
- package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
- package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
- package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
- package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
- package/docs/ClubPlayerSubscriptionSummary.md +28 -0
- package/docs/ClubResponse.md +0 -8
- package/docs/ClubSettingsResponse.md +2 -0
- package/docs/ConfirmPaymentMethodRequestBody.md +20 -0
- package/docs/ConfirmPaymentMethodResponse.md +22 -0
- package/docs/CreateBookingRequest.md +2 -2
- package/docs/CreateEventRequest.md +2 -0
- package/docs/IUserAttributes.md +12 -2
- package/docs/PartialClubResponse.md +0 -8
- package/docs/PaymentMethodSetupResponse.md +24 -0
- package/docs/SetupPaymentMethodRequestBody.md +20 -0
- package/docs/SetupPaymentMethodResponse.md +24 -0
- package/docs/SlotInfo.md +2 -2
- package/docs/StaffUserProfileResponse.md +12 -2
- package/docs/SubscribeRequestBody.md +0 -2
- package/docs/UserProfileResponse.md +12 -4
- package/docs/UsersApi.md +156 -0
- package/package.json +1 -1
- package/docs/PlayerPrice.md +0 -30
- package/docs/SportsPublicApi.md +0 -53
- package/docs/SubscriptionInfo.md +0 -24
package/.openapi-generator/FILES
CHANGED
|
@@ -1,234 +1,245 @@
|
|
|
1
|
-
.gitignore
|
|
2
|
-
.npmignore
|
|
3
|
-
.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
docs/
|
|
10
|
-
docs/
|
|
11
|
-
docs/
|
|
12
|
-
docs/BookingAnalyticsResponse.md
|
|
13
|
-
docs/BookingDetailResponse.md
|
|
14
|
-
docs/BookingHistoryPopulated.md
|
|
15
|
-
docs/BookingInfo.md
|
|
16
|
-
docs/BookingPaymentStatusResponse.md
|
|
17
|
-
docs/BookingPaymentStatusResponseBooking.md
|
|
18
|
-
docs/BookingPaymentStatusResponseSummary.md
|
|
19
|
-
docs/BookingPopulated.md
|
|
20
|
-
docs/
|
|
21
|
-
docs/
|
|
22
|
-
docs/
|
|
23
|
-
docs/
|
|
24
|
-
docs/
|
|
25
|
-
docs/
|
|
26
|
-
docs/
|
|
27
|
-
docs/
|
|
28
|
-
docs/
|
|
29
|
-
docs/
|
|
30
|
-
docs/
|
|
31
|
-
docs/
|
|
32
|
-
docs/
|
|
33
|
-
docs/
|
|
34
|
-
docs/
|
|
35
|
-
docs/
|
|
36
|
-
docs/
|
|
37
|
-
docs/
|
|
38
|
-
docs/
|
|
39
|
-
docs/
|
|
40
|
-
docs/
|
|
41
|
-
docs/
|
|
42
|
-
docs/
|
|
43
|
-
docs/
|
|
44
|
-
docs/
|
|
45
|
-
docs/
|
|
46
|
-
docs/
|
|
47
|
-
docs/
|
|
48
|
-
docs/
|
|
49
|
-
docs/
|
|
50
|
-
docs/
|
|
51
|
-
docs/
|
|
52
|
-
docs/
|
|
53
|
-
docs/
|
|
54
|
-
docs/
|
|
55
|
-
docs/
|
|
56
|
-
docs/
|
|
57
|
-
docs/
|
|
58
|
-
docs/
|
|
59
|
-
docs/
|
|
60
|
-
docs/
|
|
61
|
-
docs/
|
|
62
|
-
docs/
|
|
63
|
-
docs/
|
|
64
|
-
docs/
|
|
65
|
-
docs/
|
|
66
|
-
docs/
|
|
67
|
-
docs/
|
|
68
|
-
docs/
|
|
69
|
-
docs/
|
|
70
|
-
docs/
|
|
71
|
-
docs/
|
|
72
|
-
docs/
|
|
73
|
-
docs/
|
|
74
|
-
docs/
|
|
75
|
-
docs/
|
|
76
|
-
docs/
|
|
77
|
-
docs/
|
|
78
|
-
docs/
|
|
79
|
-
docs/
|
|
80
|
-
docs/
|
|
81
|
-
docs/
|
|
82
|
-
docs/
|
|
83
|
-
docs/
|
|
84
|
-
docs/
|
|
85
|
-
docs/
|
|
86
|
-
docs/
|
|
87
|
-
docs/
|
|
88
|
-
docs/
|
|
89
|
-
docs/
|
|
90
|
-
docs/
|
|
91
|
-
docs/
|
|
92
|
-
docs/
|
|
93
|
-
docs/
|
|
94
|
-
docs/
|
|
95
|
-
docs/
|
|
96
|
-
docs/
|
|
97
|
-
docs/
|
|
98
|
-
docs/
|
|
99
|
-
docs/
|
|
100
|
-
docs/
|
|
101
|
-
docs/
|
|
102
|
-
docs/
|
|
103
|
-
docs/
|
|
104
|
-
docs/
|
|
105
|
-
docs/
|
|
106
|
-
docs/
|
|
107
|
-
docs/
|
|
108
|
-
docs/
|
|
109
|
-
docs/
|
|
110
|
-
docs/
|
|
111
|
-
docs/
|
|
112
|
-
docs/
|
|
113
|
-
docs/
|
|
114
|
-
docs/
|
|
115
|
-
docs/
|
|
116
|
-
docs/
|
|
117
|
-
docs/
|
|
118
|
-
docs/
|
|
119
|
-
docs/
|
|
120
|
-
docs/
|
|
121
|
-
docs/
|
|
122
|
-
docs/
|
|
123
|
-
docs/
|
|
124
|
-
docs/
|
|
125
|
-
docs/
|
|
126
|
-
docs/
|
|
127
|
-
docs/
|
|
128
|
-
docs/
|
|
129
|
-
docs/
|
|
130
|
-
docs/
|
|
131
|
-
docs/
|
|
132
|
-
docs/
|
|
133
|
-
docs/
|
|
134
|
-
docs/
|
|
135
|
-
docs/
|
|
136
|
-
docs/
|
|
137
|
-
docs/
|
|
138
|
-
docs/
|
|
139
|
-
docs/
|
|
140
|
-
docs/
|
|
141
|
-
docs/
|
|
142
|
-
docs/
|
|
143
|
-
docs/
|
|
144
|
-
docs/
|
|
145
|
-
docs/
|
|
146
|
-
docs/
|
|
147
|
-
docs/
|
|
148
|
-
docs/
|
|
149
|
-
docs/
|
|
150
|
-
docs/
|
|
151
|
-
docs/
|
|
152
|
-
docs/
|
|
153
|
-
docs/
|
|
154
|
-
docs/
|
|
155
|
-
docs/
|
|
156
|
-
docs/
|
|
157
|
-
docs/
|
|
158
|
-
docs/
|
|
159
|
-
docs/
|
|
160
|
-
docs/
|
|
161
|
-
docs/
|
|
162
|
-
docs/
|
|
163
|
-
docs/
|
|
164
|
-
docs/
|
|
165
|
-
docs/
|
|
166
|
-
docs/
|
|
167
|
-
docs/
|
|
168
|
-
docs/
|
|
169
|
-
docs/
|
|
170
|
-
docs/
|
|
171
|
-
docs/
|
|
172
|
-
docs/
|
|
173
|
-
docs/
|
|
174
|
-
docs/
|
|
175
|
-
docs/
|
|
176
|
-
docs/
|
|
177
|
-
docs/
|
|
178
|
-
docs/
|
|
179
|
-
docs/
|
|
180
|
-
docs/
|
|
181
|
-
docs/
|
|
182
|
-
docs/
|
|
183
|
-
docs/
|
|
184
|
-
docs/
|
|
185
|
-
docs/
|
|
186
|
-
docs/
|
|
187
|
-
docs/
|
|
188
|
-
docs/
|
|
189
|
-
docs/
|
|
190
|
-
docs/
|
|
191
|
-
docs/
|
|
192
|
-
docs/
|
|
193
|
-
docs/
|
|
194
|
-
docs/
|
|
195
|
-
docs/
|
|
196
|
-
docs/
|
|
197
|
-
docs/
|
|
198
|
-
docs/
|
|
199
|
-
docs/
|
|
200
|
-
docs/
|
|
201
|
-
docs/
|
|
202
|
-
docs/
|
|
203
|
-
docs/
|
|
204
|
-
docs/
|
|
205
|
-
docs/
|
|
206
|
-
docs/
|
|
207
|
-
docs/
|
|
208
|
-
docs/
|
|
209
|
-
docs/
|
|
210
|
-
docs/
|
|
211
|
-
docs/
|
|
212
|
-
docs/
|
|
213
|
-
docs/
|
|
214
|
-
docs/
|
|
215
|
-
docs/
|
|
216
|
-
docs/
|
|
217
|
-
docs/
|
|
218
|
-
docs/
|
|
219
|
-
docs/
|
|
220
|
-
docs/
|
|
221
|
-
docs/
|
|
222
|
-
docs/
|
|
223
|
-
docs/
|
|
224
|
-
docs/
|
|
225
|
-
docs/
|
|
226
|
-
docs/
|
|
227
|
-
docs/
|
|
228
|
-
docs/
|
|
229
|
-
docs/
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
1
|
+
.gitignore
|
|
2
|
+
.npmignore
|
|
3
|
+
README.md
|
|
4
|
+
api.ts
|
|
5
|
+
base.ts
|
|
6
|
+
common.ts
|
|
7
|
+
configuration.ts
|
|
8
|
+
docs/AddClubMember201Response.md
|
|
9
|
+
docs/AddClubMemberRequest.md
|
|
10
|
+
docs/AddOrganizationRequest.md
|
|
11
|
+
docs/AddPaymentMethodRequestBody.md
|
|
12
|
+
docs/BookingAnalyticsResponse.md
|
|
13
|
+
docs/BookingDetailResponse.md
|
|
14
|
+
docs/BookingHistoryPopulated.md
|
|
15
|
+
docs/BookingInfo.md
|
|
16
|
+
docs/BookingPaymentStatusResponse.md
|
|
17
|
+
docs/BookingPaymentStatusResponseBooking.md
|
|
18
|
+
docs/BookingPaymentStatusResponseSummary.md
|
|
19
|
+
docs/BookingPopulated.md
|
|
20
|
+
docs/BookingResponse.md
|
|
21
|
+
docs/BookingResponseOnsitePaymentsInner.md
|
|
22
|
+
docs/BookingStatus.md
|
|
23
|
+
docs/BookingSummary.md
|
|
24
|
+
docs/BookingSummaryClubAddress.md
|
|
25
|
+
docs/BookingsApi.md
|
|
26
|
+
docs/BookingsManagerApi.md
|
|
27
|
+
docs/BookingsStaffApi.md
|
|
28
|
+
docs/BookingsUserApi.md
|
|
29
|
+
docs/CancelBookingResponse.md
|
|
30
|
+
docs/CaptureResult.md
|
|
31
|
+
docs/ChangePasswordRequestBody.md
|
|
32
|
+
docs/ChangePasswordResponse.md
|
|
33
|
+
docs/CheckInPlayersRequest.md
|
|
34
|
+
docs/CheckInPlayersResponse.md
|
|
35
|
+
docs/CheckedInPlayer.md
|
|
36
|
+
docs/ClubAnalyticsApi.md
|
|
37
|
+
docs/ClubAnalyticsStaffApi.md
|
|
38
|
+
docs/ClubMemberResponse.md
|
|
39
|
+
docs/ClubMemberResponseUser.md
|
|
40
|
+
docs/ClubPlayerBookingItem.md
|
|
41
|
+
docs/ClubPlayerBookingsResponse.md
|
|
42
|
+
docs/ClubPlayerDetailResponse.md
|
|
43
|
+
docs/ClubPlayerDetailResponseSportsLevelsInner.md
|
|
44
|
+
docs/ClubPlayerResponse.md
|
|
45
|
+
docs/ClubPlayerStatisticsResponse.md
|
|
46
|
+
docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md
|
|
47
|
+
docs/ClubPlayerStatisticsResponseFavoriteClub.md
|
|
48
|
+
docs/ClubPlayerStatisticsResponseMostPlayedClub.md
|
|
49
|
+
docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md
|
|
50
|
+
docs/ClubPlayerSubscriptionSummary.md
|
|
51
|
+
docs/ClubResponse.md
|
|
52
|
+
docs/ClubResponseCreatedAt.md
|
|
53
|
+
docs/ClubResponseLocation.md
|
|
54
|
+
docs/ClubResponseLocationCoordinates.md
|
|
55
|
+
docs/ClubResponseUpdatedAt.md
|
|
56
|
+
docs/ClubRoleResponse.md
|
|
57
|
+
docs/ClubRolesManagerApi.md
|
|
58
|
+
docs/ClubRolesStaffApi.md
|
|
59
|
+
docs/ClubSettingsManagerApi.md
|
|
60
|
+
docs/ClubSettingsResponse.md
|
|
61
|
+
docs/ClubSubscriptions.md
|
|
62
|
+
docs/ClubSummary.md
|
|
63
|
+
docs/ClubUserCountResponse.md
|
|
64
|
+
docs/ClubsApi.md
|
|
65
|
+
docs/ClubsManagerApi.md
|
|
66
|
+
docs/ClubsStaffApi.md
|
|
67
|
+
docs/ConfirmPaymentMethodRequestBody.md
|
|
68
|
+
docs/ConfirmPaymentMethodResponse.md
|
|
69
|
+
docs/CourtInfo.md
|
|
70
|
+
docs/CourtResponse.md
|
|
71
|
+
docs/CourtStatus.md
|
|
72
|
+
docs/CreateBookingRequest.md
|
|
73
|
+
docs/CreateClubRequest.md
|
|
74
|
+
docs/CreateClubRoleRequest.md
|
|
75
|
+
docs/CreateClubSettingsRequest.md
|
|
76
|
+
docs/CreateCourtForClub201Response.md
|
|
77
|
+
docs/CreateCourtRequest.md
|
|
78
|
+
docs/CreateEventRequest.md
|
|
79
|
+
docs/CreatePlan201Response.md
|
|
80
|
+
docs/CreateSportForClub201Response.md
|
|
81
|
+
docs/CreateSportForClubRequest.md
|
|
82
|
+
docs/CreateSportRequest.md
|
|
83
|
+
docs/CreateSubscriptionPlanRequest.md
|
|
84
|
+
docs/CreateSubscriptionPlanRequestDiscount.md
|
|
85
|
+
docs/CreatorChargeResult.md
|
|
86
|
+
docs/DailyTurnoverResponse.md
|
|
87
|
+
docs/DefaultApi.md
|
|
88
|
+
docs/DeleteClubRoleResponse.md
|
|
89
|
+
docs/DeleteClubSettingsResponse.md
|
|
90
|
+
docs/DeleteCourtResponse.md
|
|
91
|
+
docs/DeleteEventResponse.md
|
|
92
|
+
docs/DeleteSportResponse.md
|
|
93
|
+
docs/DeleteSubscriptionPlanResponse.md
|
|
94
|
+
docs/DiscountType.md
|
|
95
|
+
docs/EventResponse.md
|
|
96
|
+
docs/EventResponseCourtsInner.md
|
|
97
|
+
docs/EventsApi.md
|
|
98
|
+
docs/EventsListResponse.md
|
|
99
|
+
docs/EventsManagerApi.md
|
|
100
|
+
docs/EventsStaffApi.md
|
|
101
|
+
docs/FavoriteClubMutationResponse.md
|
|
102
|
+
docs/FavoriteClubRequestBody.md
|
|
103
|
+
docs/FavoriteClubsResponse.md
|
|
104
|
+
docs/FavoritePlayerMutationResponse.md
|
|
105
|
+
docs/FavoritePlayerRequestBody.md
|
|
106
|
+
docs/FavoritePlayersResponse.md
|
|
107
|
+
docs/Gender.md
|
|
108
|
+
docs/GenderPercentageResponse.md
|
|
109
|
+
docs/GetActualities200Response.md
|
|
110
|
+
docs/GetAvailableSlotsBySports200Response.md
|
|
111
|
+
docs/GetClubMembers200Response.md
|
|
112
|
+
docs/GetClubRoles200Response.md
|
|
113
|
+
docs/GetClubUsersById200Response.md
|
|
114
|
+
docs/GetClubsWithVerificationDomains200ResponseInner.md
|
|
115
|
+
docs/GetCourtsByClubAndSportById200Response.md
|
|
116
|
+
docs/GetInfillPercentagePerPeriod200Response.md
|
|
117
|
+
docs/GetSlotsByClubById200Response.md
|
|
118
|
+
docs/GoogleAuthRequestBody.md
|
|
119
|
+
docs/GoogleAuthResponse.md
|
|
120
|
+
docs/GoogleAuthResponseUser.md
|
|
121
|
+
docs/ICourtData.md
|
|
122
|
+
docs/ILevelBySports.md
|
|
123
|
+
docs/IUserAttributes.md
|
|
124
|
+
docs/IUserAttributesOrganizationsInner.md
|
|
125
|
+
docs/IUserLocation.md
|
|
126
|
+
docs/InvoiceInfo.md
|
|
127
|
+
docs/JoinEventRequest.md
|
|
128
|
+
docs/JoinEventResponse.md
|
|
129
|
+
docs/LastSixMonthsTurnoverItem.md
|
|
130
|
+
docs/LevelBySportEntry.md
|
|
131
|
+
docs/LoginRequestBody.md
|
|
132
|
+
docs/LoginResponse.md
|
|
133
|
+
docs/ManagerCancelBookingRequest.md
|
|
134
|
+
docs/ManagerCancelBookingResponse.md
|
|
135
|
+
docs/MonthlyBreakdown.md
|
|
136
|
+
docs/MonthlyTurnoverResponse.md
|
|
137
|
+
docs/NoShowFeeResponse.md
|
|
138
|
+
docs/OffPeakRule.md
|
|
139
|
+
docs/PartialClubResponse.md
|
|
140
|
+
docs/PasswordResetRequestBody.md
|
|
141
|
+
docs/PaymentByPlayerInfo.md
|
|
142
|
+
docs/PaymentMethod.md
|
|
143
|
+
docs/PaymentMethodSetupResponse.md
|
|
144
|
+
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
145
|
+
docs/PlanInterval.md
|
|
146
|
+
docs/PlayerCategoriesResponse.md
|
|
147
|
+
docs/PlayerCategory.md
|
|
148
|
+
docs/PlayerCategoryId.md
|
|
149
|
+
docs/PlayerListResponse.md
|
|
150
|
+
docs/PlayerPaymentInfo.md
|
|
151
|
+
docs/PlayerSummary.md
|
|
152
|
+
docs/PlayerWithPaymentMethod.md
|
|
153
|
+
docs/ProfilePictureResponse.md
|
|
154
|
+
docs/ProfilePictureUpdateRequestBody.md
|
|
155
|
+
docs/PublicSubscriptionPlanResponse.md
|
|
156
|
+
docs/PublicUserProfileResponse.md
|
|
157
|
+
docs/PublishEventResponse.md
|
|
158
|
+
docs/QuickReservationClubSummary.md
|
|
159
|
+
docs/QuickReservationClubSummaryLocation.md
|
|
160
|
+
docs/QuickReservationResponse.md
|
|
161
|
+
docs/QuickReservationSlotSummary.md
|
|
162
|
+
docs/RefreshTokenRequestBody.md
|
|
163
|
+
docs/RefreshTokenResponse.md
|
|
164
|
+
docs/RegisterRequestBody.md
|
|
165
|
+
docs/RegisterRequestBodyLocation.md
|
|
166
|
+
docs/RequestPasswordReset200Response.md
|
|
167
|
+
docs/ResetPasswordRequest.md
|
|
168
|
+
docs/SetupPaymentMethodRequestBody.md
|
|
169
|
+
docs/SetupPaymentMethodResponse.md
|
|
170
|
+
docs/SlotInfo.md
|
|
171
|
+
docs/SportAnalyticsResponse.md
|
|
172
|
+
docs/SportInfo.md
|
|
173
|
+
docs/SportKey.md
|
|
174
|
+
docs/SportLevel.md
|
|
175
|
+
docs/SportResponse.md
|
|
176
|
+
docs/SportWithLevels.md
|
|
177
|
+
docs/SportsManagerApi.md
|
|
178
|
+
docs/SportsStaffApi.md
|
|
179
|
+
docs/StaffUserProfileResponse.md
|
|
180
|
+
docs/StripeStripeDeletedProduct.md
|
|
181
|
+
docs/StripeStripePrice.md
|
|
182
|
+
docs/StripeStripePriceBillingScheme.md
|
|
183
|
+
docs/StripeStripePriceCurrencyOptions.md
|
|
184
|
+
docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md
|
|
185
|
+
docs/StripeStripePriceCurrencyOptionsTaxBehavior.md
|
|
186
|
+
docs/StripeStripePriceCurrencyOptionsTier.md
|
|
187
|
+
docs/StripeStripePriceCustomUnitAmount.md
|
|
188
|
+
docs/StripeStripePriceProduct.md
|
|
189
|
+
docs/StripeStripePriceRecurring.md
|
|
190
|
+
docs/StripeStripePriceRecurringInterval.md
|
|
191
|
+
docs/StripeStripePriceRecurringUsageType.md
|
|
192
|
+
docs/StripeStripePriceTaxBehavior.md
|
|
193
|
+
docs/StripeStripePriceTier.md
|
|
194
|
+
docs/StripeStripePriceTiersMode.md
|
|
195
|
+
docs/StripeStripePriceTransformQuantity.md
|
|
196
|
+
docs/StripeStripePriceTransformQuantityRound.md
|
|
197
|
+
docs/StripeStripePriceType.md
|
|
198
|
+
docs/StripeStripeProduct.md
|
|
199
|
+
docs/StripeStripeProductDefaultPrice.md
|
|
200
|
+
docs/StripeStripeProductMarketingFeature.md
|
|
201
|
+
docs/StripeStripeProductPackageDimensions.md
|
|
202
|
+
docs/StripeStripeProductTaxCode.md
|
|
203
|
+
docs/StripeStripeProductType.md
|
|
204
|
+
docs/StripeStripeResponseStripeStripePrice.md
|
|
205
|
+
docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md
|
|
206
|
+
docs/StripeStripeTaxCode.md
|
|
207
|
+
docs/SubscribeRequestBody.md
|
|
208
|
+
docs/SubscriberPrice.md
|
|
209
|
+
docs/SubscriptionMutationResponse.md
|
|
210
|
+
docs/SubscriptionPlanResponse.md
|
|
211
|
+
docs/SubscriptionsManagerApi.md
|
|
212
|
+
docs/SubscriptionsPublicApi.md
|
|
213
|
+
docs/SubscriptionsStaffApi.md
|
|
214
|
+
docs/SubscriptionsUserApi.md
|
|
215
|
+
docs/SurfaceType.md
|
|
216
|
+
docs/Team.md
|
|
217
|
+
docs/UpdateActuality200Response.md
|
|
218
|
+
docs/UpdateClubRequest.md
|
|
219
|
+
docs/UpdateClubRequestLocation.md
|
|
220
|
+
docs/UpdateClubRequestLocationCoordinates.md
|
|
221
|
+
docs/UpdateClubRoleRequest.md
|
|
222
|
+
docs/UpdateClubSettingsRequest.md
|
|
223
|
+
docs/UpdateCustomerRequestBody.md
|
|
224
|
+
docs/UpdateCustomerResponse.md
|
|
225
|
+
docs/UpdateEventRequest.md
|
|
226
|
+
docs/UpdateLevelBySportsRequestBody.md
|
|
227
|
+
docs/UpdatePlanRequest.md
|
|
228
|
+
docs/UpdateSportRequest.md
|
|
229
|
+
docs/UpdateSubscriptionPlanForClub200Response.md
|
|
230
|
+
docs/UpdateUserRequestBody.md
|
|
231
|
+
docs/UpdateUserRequestBodyLevelBySportsInner.md
|
|
232
|
+
docs/UserClubSubscription.md
|
|
233
|
+
docs/UserInfo.md
|
|
234
|
+
docs/UserLocationSummary.md
|
|
235
|
+
docs/UserProfileResponse.md
|
|
236
|
+
docs/UserRolesResponse.md
|
|
237
|
+
docs/UserSubscriptionsResponse.md
|
|
238
|
+
docs/UsersApi.md
|
|
239
|
+
docs/VerifyEmailRequest.md
|
|
240
|
+
docs/YearlyTurnoverResponse.md
|
|
241
|
+
git_push.sh
|
|
242
|
+
index.ts
|
|
243
|
+
package.json
|
|
244
|
+
tsconfig.esm.json
|
|
245
|
+
tsconfig.json
|
package/README.md
CHANGED
|
@@ -52,7 +52,6 @@ All URIs are relative to *http://localhost*
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
54
54
|
*BookingsApi* | [**getBookingHistory**](docs/BookingsApi.md#getbookinghistory) | **GET** /api/bookings/history/{bookingId} |
|
|
55
|
-
*BookingsApi* | [**getBookingPrice**](docs/BookingsApi.md#getbookingprice) | **POST** /api/bookings/booking-price |
|
|
56
55
|
*BookingsApi* | [**getQuickReservationSlots**](docs/BookingsApi.md#getquickreservationslots) | **GET** /api/bookings/quick-reservations |
|
|
57
56
|
*BookingsManagerApi* | [**applyNoShowFee**](docs/BookingsManagerApi.md#applynoshowfee) | **POST** /api/bookings/{bookingId}/no-show |
|
|
58
57
|
*BookingsManagerApi* | [**managerCancelBooking**](docs/BookingsManagerApi.md#managercancelbooking) | **POST** /api/bookings/{bookingId}/manager-cancel |
|
|
@@ -67,6 +66,9 @@ Class | Method | HTTP request | Description
|
|
|
67
66
|
*ClubAnalyticsApi* | [**getMostLikedClub**](docs/ClubAnalyticsApi.md#getmostlikedclub) | **GET** /api/club-analytics/most-liked-clubs |
|
|
68
67
|
*ClubAnalyticsApi* | [**getPopularClubs**](docs/ClubAnalyticsApi.md#getpopularclubs) | **GET** /api/club-analytics/popular-clubs |
|
|
69
68
|
*ClubAnalyticsStaffApi* | [**getAnalyticsBySport**](docs/ClubAnalyticsStaffApi.md#getanalyticsbysport) | **GET** /api/club-analytics/sport/{sportId}/analytics |
|
|
69
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerBookingsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbookingsbyid) | **GET** /api/club-analytics/players/{playerId}/bookings |
|
|
70
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerById**](docs/ClubAnalyticsStaffApi.md#getclubplayerbyid) | **GET** /api/club-analytics/players/{playerId} |
|
|
71
|
+
*ClubAnalyticsStaffApi* | [**getClubPlayerStatisticsById**](docs/ClubAnalyticsStaffApi.md#getclubplayerstatisticsbyid) | **GET** /api/club-analytics/players/{playerId}/statistics |
|
|
70
72
|
*ClubAnalyticsStaffApi* | [**getClubPlayers**](docs/ClubAnalyticsStaffApi.md#getclubplayers) | **GET** /api/club-analytics/players |
|
|
71
73
|
*ClubAnalyticsStaffApi* | [**getDailyTurnOver**](docs/ClubAnalyticsStaffApi.md#getdailyturnover) | **GET** /api/club-analytics/daily-turnover |
|
|
72
74
|
*ClubAnalyticsStaffApi* | [**getGenderPercentage**](docs/ClubAnalyticsStaffApi.md#getgenderpercentage) | **GET** /api/club-analytics/gender-percentage |
|
|
@@ -137,7 +139,6 @@ Class | Method | HTTP request | Description
|
|
|
137
139
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
138
140
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
139
141
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
140
|
-
*SportsPublicApi* | [**getVerifiedSports**](docs/SportsPublicApi.md#getverifiedsports) | **GET** /api/sports/verified |
|
|
141
142
|
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
142
143
|
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
143
144
|
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
@@ -151,7 +152,9 @@ Class | Method | HTTP request | Description
|
|
|
151
152
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
152
153
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
153
154
|
*UsersApi* | [**addOrganization**](docs/UsersApi.md#addorganization) | **POST** /api/users/me/add-organization |
|
|
155
|
+
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
|
|
154
156
|
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
|
|
157
|
+
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
|
|
155
158
|
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
156
159
|
*UsersApi* | [**getBookingDetail**](docs/UsersApi.md#getbookingdetail) | **GET** /api/users/me/booking-detail/{bookingId} |
|
|
157
160
|
*UsersApi* | [**getFavoriteClubs**](docs/UsersApi.md#getfavoriteclubs) | **GET** /api/users/me/favorite-clubs |
|
|
@@ -176,6 +179,7 @@ Class | Method | HTTP request | Description
|
|
|
176
179
|
*UsersApi* | [**requestEmailVerification**](docs/UsersApi.md#requestemailverification) | **POST** /api/users/me/request-email-verification |
|
|
177
180
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/request-password-reset |
|
|
178
181
|
*UsersApi* | [**resetPassword**](docs/UsersApi.md#resetpassword) | **POST** /api/users/reset-password |
|
|
182
|
+
*UsersApi* | [**setupOffSessionPaymentMethod**](docs/UsersApi.md#setupoffsessionpaymentmethod) | **POST** /api/users/setupOffSessionPaymentMethod |
|
|
179
183
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
180
184
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
181
185
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
@@ -190,6 +194,7 @@ Class | Method | HTTP request | Description
|
|
|
190
194
|
- [AddClubMember201Response](docs/AddClubMember201Response.md)
|
|
191
195
|
- [AddClubMemberRequest](docs/AddClubMemberRequest.md)
|
|
192
196
|
- [AddOrganizationRequest](docs/AddOrganizationRequest.md)
|
|
197
|
+
- [AddPaymentMethodRequestBody](docs/AddPaymentMethodRequestBody.md)
|
|
193
198
|
- [BookingAnalyticsResponse](docs/BookingAnalyticsResponse.md)
|
|
194
199
|
- [BookingDetailResponse](docs/BookingDetailResponse.md)
|
|
195
200
|
- [BookingHistoryPopulated](docs/BookingHistoryPopulated.md)
|
|
@@ -198,7 +203,6 @@ Class | Method | HTTP request | Description
|
|
|
198
203
|
- [BookingPaymentStatusResponseBooking](docs/BookingPaymentStatusResponseBooking.md)
|
|
199
204
|
- [BookingPaymentStatusResponseSummary](docs/BookingPaymentStatusResponseSummary.md)
|
|
200
205
|
- [BookingPopulated](docs/BookingPopulated.md)
|
|
201
|
-
- [BookingPriceBody](docs/BookingPriceBody.md)
|
|
202
206
|
- [BookingResponse](docs/BookingResponse.md)
|
|
203
207
|
- [BookingResponseOnsitePaymentsInner](docs/BookingResponseOnsitePaymentsInner.md)
|
|
204
208
|
- [BookingStatus](docs/BookingStatus.md)
|
|
@@ -213,7 +217,17 @@ Class | Method | HTTP request | Description
|
|
|
213
217
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
214
218
|
- [ClubMemberResponse](docs/ClubMemberResponse.md)
|
|
215
219
|
- [ClubMemberResponseUser](docs/ClubMemberResponseUser.md)
|
|
220
|
+
- [ClubPlayerBookingItem](docs/ClubPlayerBookingItem.md)
|
|
221
|
+
- [ClubPlayerBookingsResponse](docs/ClubPlayerBookingsResponse.md)
|
|
222
|
+
- [ClubPlayerDetailResponse](docs/ClubPlayerDetailResponse.md)
|
|
223
|
+
- [ClubPlayerDetailResponseSportsLevelsInner](docs/ClubPlayerDetailResponseSportsLevelsInner.md)
|
|
216
224
|
- [ClubPlayerResponse](docs/ClubPlayerResponse.md)
|
|
225
|
+
- [ClubPlayerStatisticsResponse](docs/ClubPlayerStatisticsResponse.md)
|
|
226
|
+
- [ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner](docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md)
|
|
227
|
+
- [ClubPlayerStatisticsResponseFavoriteClub](docs/ClubPlayerStatisticsResponseFavoriteClub.md)
|
|
228
|
+
- [ClubPlayerStatisticsResponseMostPlayedClub](docs/ClubPlayerStatisticsResponseMostPlayedClub.md)
|
|
229
|
+
- [ClubPlayerStatisticsResponseMostPlayedPartnersInner](docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md)
|
|
230
|
+
- [ClubPlayerSubscriptionSummary](docs/ClubPlayerSubscriptionSummary.md)
|
|
217
231
|
- [ClubResponse](docs/ClubResponse.md)
|
|
218
232
|
- [ClubResponseCreatedAt](docs/ClubResponseCreatedAt.md)
|
|
219
233
|
- [ClubResponseLocation](docs/ClubResponseLocation.md)
|
|
@@ -224,6 +238,8 @@ Class | Method | HTTP request | Description
|
|
|
224
238
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
225
239
|
- [ClubSummary](docs/ClubSummary.md)
|
|
226
240
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
241
|
+
- [ConfirmPaymentMethodRequestBody](docs/ConfirmPaymentMethodRequestBody.md)
|
|
242
|
+
- [ConfirmPaymentMethodResponse](docs/ConfirmPaymentMethodResponse.md)
|
|
227
243
|
- [CourtInfo](docs/CourtInfo.md)
|
|
228
244
|
- [CourtResponse](docs/CourtResponse.md)
|
|
229
245
|
- [CourtStatus](docs/CourtStatus.md)
|
|
@@ -294,6 +310,7 @@ Class | Method | HTTP request | Description
|
|
|
294
310
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
295
311
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
296
312
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
313
|
+
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
297
314
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
298
315
|
- [PlanInterval](docs/PlanInterval.md)
|
|
299
316
|
- [PlayerCategoriesResponse](docs/PlayerCategoriesResponse.md)
|
|
@@ -301,7 +318,6 @@ Class | Method | HTTP request | Description
|
|
|
301
318
|
- [PlayerCategoryId](docs/PlayerCategoryId.md)
|
|
302
319
|
- [PlayerListResponse](docs/PlayerListResponse.md)
|
|
303
320
|
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
304
|
-
- [PlayerPrice](docs/PlayerPrice.md)
|
|
305
321
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
306
322
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
307
323
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
@@ -319,6 +335,8 @@ Class | Method | HTTP request | Description
|
|
|
319
335
|
- [RegisterRequestBodyLocation](docs/RegisterRequestBodyLocation.md)
|
|
320
336
|
- [RequestPasswordReset200Response](docs/RequestPasswordReset200Response.md)
|
|
321
337
|
- [ResetPasswordRequest](docs/ResetPasswordRequest.md)
|
|
338
|
+
- [SetupPaymentMethodRequestBody](docs/SetupPaymentMethodRequestBody.md)
|
|
339
|
+
- [SetupPaymentMethodResponse](docs/SetupPaymentMethodResponse.md)
|
|
322
340
|
- [SlotInfo](docs/SlotInfo.md)
|
|
323
341
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
324
342
|
- [SportInfo](docs/SportInfo.md)
|
|
@@ -356,7 +374,6 @@ Class | Method | HTTP request | Description
|
|
|
356
374
|
- [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
|
|
357
375
|
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
358
376
|
- [SubscriberPrice](docs/SubscriberPrice.md)
|
|
359
|
-
- [SubscriptionInfo](docs/SubscriptionInfo.md)
|
|
360
377
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
361
378
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
362
379
|
- [SurfaceType](docs/SurfaceType.md)
|