@tennac-booking/sdk 1.0.74 → 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.
Files changed (62) hide show
  1. package/.openapi-generator/FILES +245 -234
  2. package/README.md +24 -7
  3. package/api.ts +1240 -461
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +1016 -400
  8. package/dist/api.js +395 -161
  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 +1016 -400
  16. package/dist/esm/api.js +394 -156
  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/{BookingPriceBody.md → AddPaymentMethodRequestBody.md} +5 -7
  28. package/docs/BookingInfo.md +2 -2
  29. package/docs/BookingPopulated.md +0 -2
  30. package/docs/BookingsApi.md +0 -52
  31. package/docs/ClubAnalyticsStaffApi.md +167 -0
  32. package/docs/ClubPlayerBookingItem.md +36 -0
  33. package/docs/ClubPlayerBookingsResponse.md +22 -0
  34. package/docs/ClubPlayerDetailResponse.md +46 -0
  35. package/docs/ClubPlayerDetailResponseSportsLevelsInner.md +22 -0
  36. package/docs/ClubPlayerStatisticsResponse.md +42 -0
  37. package/docs/ClubPlayerStatisticsResponseBookingAmountEvolutionThisMonthInner.md +22 -0
  38. package/docs/ClubPlayerStatisticsResponseFavoriteClub.md +23 -0
  39. package/docs/ClubPlayerStatisticsResponseMostPlayedClub.md +25 -0
  40. package/docs/ClubPlayerStatisticsResponseMostPlayedPartnersInner.md +26 -0
  41. package/docs/ClubPlayerSubscriptionSummary.md +28 -0
  42. package/docs/ClubResponse.md +0 -8
  43. package/docs/ClubSettingsResponse.md +2 -0
  44. package/docs/ConfirmPaymentMethodRequestBody.md +20 -0
  45. package/docs/ConfirmPaymentMethodResponse.md +22 -0
  46. package/docs/CreateBookingRequest.md +2 -2
  47. package/docs/CreateEventRequest.md +2 -0
  48. package/docs/IUserAttributes.md +12 -2
  49. package/docs/PartialClubResponse.md +0 -8
  50. package/docs/PaymentMethodSetupResponse.md +24 -0
  51. package/docs/SetupPaymentMethodRequestBody.md +20 -0
  52. package/docs/SetupPaymentMethodResponse.md +24 -0
  53. package/docs/SlotInfo.md +2 -2
  54. package/docs/StaffUserProfileResponse.md +12 -2
  55. package/docs/SubscribeRequestBody.md +0 -2
  56. package/docs/UserProfileResponse.md +12 -4
  57. package/docs/UsersApi.md +156 -0
  58. package/index.ts +1 -1
  59. package/package.json +1 -1
  60. package/docs/PlayerPrice.md +0 -30
  61. package/docs/SportsPublicApi.md +0 -53
  62. package/docs/SubscriptionInfo.md +0 -24
@@ -1,234 +1,245 @@
1
- .gitignore
2
- .npmignore
3
- .openapi-generator-ignore
4
- README.md
5
- api.ts
6
- base.ts
7
- common.ts
8
- configuration.ts
9
- docs/AddClubMember201Response.md
10
- docs/AddClubMemberRequest.md
11
- docs/AddOrganizationRequest.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/BookingPriceBody.md
21
- docs/BookingResponse.md
22
- docs/BookingResponseOnsitePaymentsInner.md
23
- docs/BookingStatus.md
24
- docs/BookingSummary.md
25
- docs/BookingSummaryClubAddress.md
26
- docs/BookingsApi.md
27
- docs/BookingsManagerApi.md
28
- docs/BookingsStaffApi.md
29
- docs/BookingsUserApi.md
30
- docs/CancelBookingResponse.md
31
- docs/CaptureResult.md
32
- docs/ChangePasswordRequestBody.md
33
- docs/ChangePasswordResponse.md
34
- docs/CheckInPlayersRequest.md
35
- docs/CheckInPlayersResponse.md
36
- docs/CheckedInPlayer.md
37
- docs/ClubAnalyticsApi.md
38
- docs/ClubAnalyticsStaffApi.md
39
- docs/ClubMemberResponse.md
40
- docs/ClubMemberResponseUser.md
41
- docs/ClubPlayerResponse.md
42
- docs/ClubResponse.md
43
- docs/ClubResponseCreatedAt.md
44
- docs/ClubResponseLocation.md
45
- docs/ClubResponseLocationCoordinates.md
46
- docs/ClubResponseUpdatedAt.md
47
- docs/ClubRoleResponse.md
48
- docs/ClubRolesManagerApi.md
49
- docs/ClubRolesStaffApi.md
50
- docs/ClubSettingsManagerApi.md
51
- docs/ClubSettingsResponse.md
52
- docs/ClubSubscriptions.md
53
- docs/ClubSummary.md
54
- docs/ClubUserCountResponse.md
55
- docs/ClubsApi.md
56
- docs/ClubsManagerApi.md
57
- docs/ClubsStaffApi.md
58
- docs/CourtInfo.md
59
- docs/CourtResponse.md
60
- docs/CourtStatus.md
61
- docs/CreateBookingRequest.md
62
- docs/CreateClubRequest.md
63
- docs/CreateClubRoleRequest.md
64
- docs/CreateClubSettingsRequest.md
65
- docs/CreateCourtForClub201Response.md
66
- docs/CreateCourtRequest.md
67
- docs/CreateEventRequest.md
68
- docs/CreatePlan201Response.md
69
- docs/CreateSportForClub201Response.md
70
- docs/CreateSportForClubRequest.md
71
- docs/CreateSportRequest.md
72
- docs/CreateSubscriptionPlanRequest.md
73
- docs/CreateSubscriptionPlanRequestDiscount.md
74
- docs/CreatorChargeResult.md
75
- docs/DailyTurnoverResponse.md
76
- docs/DefaultApi.md
77
- docs/DeleteClubRoleResponse.md
78
- docs/DeleteClubSettingsResponse.md
79
- docs/DeleteCourtResponse.md
80
- docs/DeleteEventResponse.md
81
- docs/DeleteSportResponse.md
82
- docs/DeleteSubscriptionPlanResponse.md
83
- docs/DiscountType.md
84
- docs/EventResponse.md
85
- docs/EventResponseCourtsInner.md
86
- docs/EventsApi.md
87
- docs/EventsListResponse.md
88
- docs/EventsManagerApi.md
89
- docs/EventsStaffApi.md
90
- docs/FavoriteClubMutationResponse.md
91
- docs/FavoriteClubRequestBody.md
92
- docs/FavoriteClubsResponse.md
93
- docs/FavoritePlayerMutationResponse.md
94
- docs/FavoritePlayerRequestBody.md
95
- docs/FavoritePlayersResponse.md
96
- docs/Gender.md
97
- docs/GenderPercentageResponse.md
98
- docs/GetActualities200Response.md
99
- docs/GetAvailableSlotsBySports200Response.md
100
- docs/GetClubMembers200Response.md
101
- docs/GetClubRoles200Response.md
102
- docs/GetClubUsersById200Response.md
103
- docs/GetClubsWithVerificationDomains200ResponseInner.md
104
- docs/GetCourtsByClubAndSportById200Response.md
105
- docs/GetInfillPercentagePerPeriod200Response.md
106
- docs/GetSlotsByClubById200Response.md
107
- docs/GoogleAuthRequestBody.md
108
- docs/GoogleAuthResponse.md
109
- docs/GoogleAuthResponseUser.md
110
- docs/ICourtData.md
111
- docs/ILevelBySports.md
112
- docs/IUserAttributes.md
113
- docs/IUserAttributesOrganizationsInner.md
114
- docs/IUserLocation.md
115
- docs/InvoiceInfo.md
116
- docs/JoinEventRequest.md
117
- docs/JoinEventResponse.md
118
- docs/LastSixMonthsTurnoverItem.md
119
- docs/LevelBySportEntry.md
120
- docs/LoginRequestBody.md
121
- docs/LoginResponse.md
122
- docs/ManagerCancelBookingRequest.md
123
- docs/ManagerCancelBookingResponse.md
124
- docs/MonthlyBreakdown.md
125
- docs/MonthlyTurnoverResponse.md
126
- docs/NoShowFeeResponse.md
127
- docs/OffPeakRule.md
128
- docs/PartialClubResponse.md
129
- docs/PasswordResetRequestBody.md
130
- docs/PaymentByPlayerInfo.md
131
- docs/PaymentMethod.md
132
- docs/PickIUserLocationExcludeKeyofIUserLocationType.md
133
- docs/PlanInterval.md
134
- docs/PlayerCategoriesResponse.md
135
- docs/PlayerCategory.md
136
- docs/PlayerCategoryId.md
137
- docs/PlayerListResponse.md
138
- docs/PlayerPaymentInfo.md
139
- docs/PlayerPrice.md
140
- docs/PlayerSummary.md
141
- docs/PlayerWithPaymentMethod.md
142
- docs/ProfilePictureResponse.md
143
- docs/ProfilePictureUpdateRequestBody.md
144
- docs/PublicSubscriptionPlanResponse.md
145
- docs/PublicUserProfileResponse.md
146
- docs/PublishEventResponse.md
147
- docs/QuickReservationClubSummary.md
148
- docs/QuickReservationClubSummaryLocation.md
149
- docs/QuickReservationResponse.md
150
- docs/QuickReservationSlotSummary.md
151
- docs/RefreshTokenRequestBody.md
152
- docs/RefreshTokenResponse.md
153
- docs/RegisterRequestBody.md
154
- docs/RegisterRequestBodyLocation.md
155
- docs/RequestPasswordReset200Response.md
156
- docs/ResetPasswordRequest.md
157
- docs/SlotInfo.md
158
- docs/SportAnalyticsResponse.md
159
- docs/SportInfo.md
160
- docs/SportKey.md
161
- docs/SportLevel.md
162
- docs/SportResponse.md
163
- docs/SportWithLevels.md
164
- docs/SportsManagerApi.md
165
- docs/SportsPublicApi.md
166
- docs/SportsStaffApi.md
167
- docs/StaffUserProfileResponse.md
168
- docs/StripeStripeDeletedProduct.md
169
- docs/StripeStripePrice.md
170
- docs/StripeStripePriceBillingScheme.md
171
- docs/StripeStripePriceCurrencyOptions.md
172
- docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md
173
- docs/StripeStripePriceCurrencyOptionsTaxBehavior.md
174
- docs/StripeStripePriceCurrencyOptionsTier.md
175
- docs/StripeStripePriceCustomUnitAmount.md
176
- docs/StripeStripePriceProduct.md
177
- docs/StripeStripePriceRecurring.md
178
- docs/StripeStripePriceRecurringInterval.md
179
- docs/StripeStripePriceRecurringUsageType.md
180
- docs/StripeStripePriceTaxBehavior.md
181
- docs/StripeStripePriceTier.md
182
- docs/StripeStripePriceTiersMode.md
183
- docs/StripeStripePriceTransformQuantity.md
184
- docs/StripeStripePriceTransformQuantityRound.md
185
- docs/StripeStripePriceType.md
186
- docs/StripeStripeProduct.md
187
- docs/StripeStripeProductDefaultPrice.md
188
- docs/StripeStripeProductMarketingFeature.md
189
- docs/StripeStripeProductPackageDimensions.md
190
- docs/StripeStripeProductTaxCode.md
191
- docs/StripeStripeProductType.md
192
- docs/StripeStripeResponseStripeStripePrice.md
193
- docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md
194
- docs/StripeStripeTaxCode.md
195
- docs/SubscribeRequestBody.md
196
- docs/SubscriberPrice.md
197
- docs/SubscriptionInfo.md
198
- docs/SubscriptionMutationResponse.md
199
- docs/SubscriptionPlanResponse.md
200
- docs/SubscriptionsManagerApi.md
201
- docs/SubscriptionsPublicApi.md
202
- docs/SubscriptionsStaffApi.md
203
- docs/SubscriptionsUserApi.md
204
- docs/SurfaceType.md
205
- docs/Team.md
206
- docs/UpdateActuality200Response.md
207
- docs/UpdateClubRequest.md
208
- docs/UpdateClubRequestLocation.md
209
- docs/UpdateClubRequestLocationCoordinates.md
210
- docs/UpdateClubRoleRequest.md
211
- docs/UpdateClubSettingsRequest.md
212
- docs/UpdateCustomerRequestBody.md
213
- docs/UpdateCustomerResponse.md
214
- docs/UpdateEventRequest.md
215
- docs/UpdateLevelBySportsRequestBody.md
216
- docs/UpdatePlanRequest.md
217
- docs/UpdateSportRequest.md
218
- docs/UpdateSubscriptionPlanForClub200Response.md
219
- docs/UpdateUserRequestBody.md
220
- docs/UpdateUserRequestBodyLevelBySportsInner.md
221
- docs/UserClubSubscription.md
222
- docs/UserInfo.md
223
- docs/UserLocationSummary.md
224
- docs/UserProfileResponse.md
225
- docs/UserRolesResponse.md
226
- docs/UserSubscriptionsResponse.md
227
- docs/UsersApi.md
228
- docs/VerifyEmailRequest.md
229
- docs/YearlyTurnoverResponse.md
230
- git_push.sh
231
- index.ts
232
- package.json
233
- tsconfig.esm.json
234
- tsconfig.json
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
@@ -1,4 +1,4 @@
1
- ## @tennac-booking/sdk@1.0.74
1
+ ## @tennac-booking/sdk@1.0.75
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @tennac-booking/sdk@1.0.74 --save
39
+ npm install @tennac-booking/sdk@1.0.75 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -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)