@tennac-booking/sdk 1.0.60 → 1.0.61
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 +40 -5
- package/README.md +47 -14
- package/api.ts +6803 -5030
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +3874 -2297
- package/dist/api.js +899 -495
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api.d.ts +3874 -2297
- package/dist/esm/api.js +880 -493
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/common.js +2 -2
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/docs/ClubResponse.md +0 -1
- package/docs/ClubsManagerApi.md +0 -55
- package/docs/ClubsStaffApi.md +2 -2
- package/docs/{SubscriptionSessionRequestBody.md → CreatePlan201Response.md} +5 -5
- package/docs/CreateSubscriptionPlanRequest.md +10 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +32 -0
- package/docs/DefaultApi.md +0 -54
- package/docs/{DeleteClubResponse.md → DeleteSubscriptionPlanResponse.md} +4 -4
- package/docs/DiscountType.md +14 -0
- package/docs/OffPeakRule.md +26 -0
- package/docs/PlanInterval.md +14 -0
- package/docs/PublicSubscriptionPlanResponse.md +30 -0
- package/docs/StripeStripeDeletedProduct.md +25 -0
- package/docs/StripeStripePrice.md +63 -0
- package/docs/StripeStripePriceBillingScheme.md +10 -0
- package/docs/StripeStripePriceCurrencyOptions.md +28 -0
- package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +24 -0
- package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +12 -0
- package/docs/StripeStripePriceCurrencyOptionsTier.md +28 -0
- package/docs/StripeStripePriceCustomUnitAmount.md +24 -0
- package/docs/StripeStripePriceProduct.md +59 -0
- package/docs/StripeStripePriceRecurring.md +28 -0
- package/docs/StripeStripePriceRecurringInterval.md +14 -0
- package/docs/StripeStripePriceRecurringUsageType.md +10 -0
- package/docs/StripeStripePriceTaxBehavior.md +12 -0
- package/docs/StripeStripePriceTier.md +28 -0
- package/docs/StripeStripePriceTiersMode.md +10 -0
- package/docs/StripeStripePriceTransformQuantity.md +22 -0
- package/docs/StripeStripePriceTransformQuantityRound.md +10 -0
- package/docs/StripeStripePriceType.md +10 -0
- package/docs/StripeStripeProduct.md +59 -0
- package/docs/StripeStripeProductDefaultPrice.md +63 -0
- package/docs/{GetCourtsByClub200Response.md → StripeStripeProductMarketingFeature.md} +5 -5
- package/docs/StripeStripeProductPackageDimensions.md +26 -0
- package/docs/StripeStripeProductTaxCode.md +27 -0
- package/docs/StripeStripeProductType.md +10 -0
- package/docs/StripeStripeResponseStripeStripePrice.md +64 -0
- package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +30 -0
- package/docs/StripeStripeTaxCode.md +27 -0
- package/docs/{SubscribeToClubRequestBody.md → SubscribeRequestBody.md} +3 -3
- package/docs/SubscriptionPlanResponse.md +14 -2
- package/docs/SubscriptionsManagerApi.md +171 -0
- package/docs/SubscriptionsPublicApi.md +60 -0
- package/docs/SubscriptionsStaffApi.md +54 -0
- package/docs/SubscriptionsUserApi.md +222 -0
- package/docs/UpdatePlanRequest.md +24 -0
- package/docs/UsersApi.md +0 -256
- package/index.ts +2 -2
- package/package.json +1 -1
- package/docs/SubscriptionSessionResponse.md +0 -20
package/.openapi-generator/FILES
CHANGED
|
@@ -66,20 +66,23 @@ docs/CreateClubSettingsRequest.md
|
|
|
66
66
|
docs/CreateCourtForClub201Response.md
|
|
67
67
|
docs/CreateCourtRequest.md
|
|
68
68
|
docs/CreateEventRequest.md
|
|
69
|
+
docs/CreatePlan201Response.md
|
|
69
70
|
docs/CreateSportForClub201Response.md
|
|
70
71
|
docs/CreateSportForClubRequest.md
|
|
71
72
|
docs/CreateSportRequest.md
|
|
72
73
|
docs/CreateSubscriptionPlanRequest.md
|
|
74
|
+
docs/CreateSubscriptionPlanRequestDiscount.md
|
|
73
75
|
docs/CreatorChargeResult.md
|
|
74
76
|
docs/DailyTurnoverResponse.md
|
|
75
77
|
docs/DefaultApi.md
|
|
76
|
-
docs/DeleteClubResponse.md
|
|
77
78
|
docs/DeleteClubRoleResponse.md
|
|
78
79
|
docs/DeleteClubSettingsResponse.md
|
|
79
80
|
docs/DeleteCourtResponse.md
|
|
80
81
|
docs/DeleteEventResponse.md
|
|
81
82
|
docs/DeleteSlotsByClubInRange200Response.md
|
|
82
83
|
docs/DeleteSportResponse.md
|
|
84
|
+
docs/DeleteSubscriptionPlanResponse.md
|
|
85
|
+
docs/DiscountType.md
|
|
83
86
|
docs/EventResponse.md
|
|
84
87
|
docs/EventResponseCourtsInner.md
|
|
85
88
|
docs/EventsApi.md
|
|
@@ -99,7 +102,6 @@ docs/GetAvailableSlotsBySports200Response.md
|
|
|
99
102
|
docs/GetClubMembers200Response.md
|
|
100
103
|
docs/GetClubRoles200Response.md
|
|
101
104
|
docs/GetClubUsersById200Response.md
|
|
102
|
-
docs/GetCourtsByClub200Response.md
|
|
103
105
|
docs/GetCourtsByClubAndSportById200Response.md
|
|
104
106
|
docs/GetInfillPercentagePerPeriod200Response.md
|
|
105
107
|
docs/GetSlotsByClubById200Response.md
|
|
@@ -122,17 +124,20 @@ docs/MonthlyBreakdown.md
|
|
|
122
124
|
docs/MonthlyTurnoverResponse.md
|
|
123
125
|
docs/NoShowFeeResponse.md
|
|
124
126
|
docs/NotImplementedResponse.md
|
|
127
|
+
docs/OffPeakRule.md
|
|
125
128
|
docs/PartialClubResponse.md
|
|
126
129
|
docs/PasswordResetRequestBody.md
|
|
127
130
|
docs/PaymentByPlayerInfo.md
|
|
128
131
|
docs/PaymentMethod.md
|
|
129
132
|
docs/PaymentMethodSetupResponse.md
|
|
130
133
|
docs/PickIUserLocationExcludeKeyofIUserLocationType.md
|
|
134
|
+
docs/PlanInterval.md
|
|
131
135
|
docs/PlayerPaymentInfo.md
|
|
132
136
|
docs/PlayerSummary.md
|
|
133
137
|
docs/PlayerWithPaymentMethod.md
|
|
134
138
|
docs/ProfilePictureResponse.md
|
|
135
139
|
docs/ProfilePictureUpdateRequestBody.md
|
|
140
|
+
docs/PublicSubscriptionPlanResponse.md
|
|
136
141
|
docs/PublicUserProfileResponse.md
|
|
137
142
|
docs/PublishEventResponse.md
|
|
138
143
|
docs/RefreshTokenRequestBody.md
|
|
@@ -148,11 +153,40 @@ docs/SportWithAnalytics.md
|
|
|
148
153
|
docs/SportsManagerApi.md
|
|
149
154
|
docs/SportsStaffApi.md
|
|
150
155
|
docs/StaffUserProfileResponse.md
|
|
151
|
-
docs/
|
|
156
|
+
docs/StripeStripeDeletedProduct.md
|
|
157
|
+
docs/StripeStripePrice.md
|
|
158
|
+
docs/StripeStripePriceBillingScheme.md
|
|
159
|
+
docs/StripeStripePriceCurrencyOptions.md
|
|
160
|
+
docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md
|
|
161
|
+
docs/StripeStripePriceCurrencyOptionsTaxBehavior.md
|
|
162
|
+
docs/StripeStripePriceCurrencyOptionsTier.md
|
|
163
|
+
docs/StripeStripePriceCustomUnitAmount.md
|
|
164
|
+
docs/StripeStripePriceProduct.md
|
|
165
|
+
docs/StripeStripePriceRecurring.md
|
|
166
|
+
docs/StripeStripePriceRecurringInterval.md
|
|
167
|
+
docs/StripeStripePriceRecurringUsageType.md
|
|
168
|
+
docs/StripeStripePriceTaxBehavior.md
|
|
169
|
+
docs/StripeStripePriceTier.md
|
|
170
|
+
docs/StripeStripePriceTiersMode.md
|
|
171
|
+
docs/StripeStripePriceTransformQuantity.md
|
|
172
|
+
docs/StripeStripePriceTransformQuantityRound.md
|
|
173
|
+
docs/StripeStripePriceType.md
|
|
174
|
+
docs/StripeStripeProduct.md
|
|
175
|
+
docs/StripeStripeProductDefaultPrice.md
|
|
176
|
+
docs/StripeStripeProductMarketingFeature.md
|
|
177
|
+
docs/StripeStripeProductPackageDimensions.md
|
|
178
|
+
docs/StripeStripeProductTaxCode.md
|
|
179
|
+
docs/StripeStripeProductType.md
|
|
180
|
+
docs/StripeStripeResponseStripeStripePrice.md
|
|
181
|
+
docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md
|
|
182
|
+
docs/StripeStripeTaxCode.md
|
|
183
|
+
docs/SubscribeRequestBody.md
|
|
152
184
|
docs/SubscriptionMutationResponse.md
|
|
153
185
|
docs/SubscriptionPlanResponse.md
|
|
154
|
-
docs/
|
|
155
|
-
docs/
|
|
186
|
+
docs/SubscriptionsManagerApi.md
|
|
187
|
+
docs/SubscriptionsPublicApi.md
|
|
188
|
+
docs/SubscriptionsStaffApi.md
|
|
189
|
+
docs/SubscriptionsUserApi.md
|
|
156
190
|
docs/SurfaceType.md
|
|
157
191
|
docs/UpdateActuality200Response.md
|
|
158
192
|
docs/UpdateClubRequest.md
|
|
@@ -163,6 +197,7 @@ docs/UpdateClubSettingsRequest.md
|
|
|
163
197
|
docs/UpdateCustomerRequestBody.md
|
|
164
198
|
docs/UpdateCustomerResponse.md
|
|
165
199
|
docs/UpdateLevelBySportsRequestBody.md
|
|
200
|
+
docs/UpdatePlanRequest.md
|
|
166
201
|
docs/UpdateSportRequest.md
|
|
167
202
|
docs/UpdateSubscriptionPlanForClub200Response.md
|
|
168
203
|
docs/UpdateUserRequestBody.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.61
|
|
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.
|
|
39
|
+
npm install @tennac-booking/sdk@1.0.61 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -101,7 +101,6 @@ Class | Method | HTTP request | Description
|
|
|
101
101
|
*ClubsManagerApi* | [**createCourtForClub**](docs/ClubsManagerApi.md#createcourtforclub) | **POST** /api/clubs/courts |
|
|
102
102
|
*ClubsManagerApi* | [**createPriceForSubscriptionPlan**](docs/ClubsManagerApi.md#createpriceforsubscriptionplan) | **POST** /api/clubs/subscription-plans/{productId}/prices |
|
|
103
103
|
*ClubsManagerApi* | [**createSportForClub**](docs/ClubsManagerApi.md#createsportforclub) | **POST** /api/clubs/sports |
|
|
104
|
-
*ClubsManagerApi* | [**createSubscriptionPlanForClub**](docs/ClubsManagerApi.md#createsubscriptionplanforclub) | **POST** /api/clubs/subscription-plans |
|
|
105
104
|
*ClubsManagerApi* | [**deleteActuality**](docs/ClubsManagerApi.md#deleteactuality) | **DELETE** /api/clubs/actualities/{actualityId} |
|
|
106
105
|
*ClubsManagerApi* | [**deleteCourt**](docs/ClubsManagerApi.md#deletecourt) | **DELETE** /api/clubs/courts/{courtId} |
|
|
107
106
|
*ClubsManagerApi* | [**deleteSlotsByClubInRange**](docs/ClubsManagerApi.md#deleteslotsbyclubinrange) | **DELETE** /api/clubs/slots |
|
|
@@ -122,7 +121,6 @@ Class | Method | HTTP request | Description
|
|
|
122
121
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
123
122
|
*ClubsStaffApi* | [**getUserProfileStaff**](docs/ClubsStaffApi.md#getuserprofilestaff) | **GET** /api/clubs/staff/profile/{id} |
|
|
124
123
|
*DefaultApi* | [**createClub**](docs/DefaultApi.md#createclub) | **POST** /api/clubs |
|
|
125
|
-
*DefaultApi* | [**deleteClub**](docs/DefaultApi.md#deleteclub) | **DELETE** /api/clubs/{id} |
|
|
126
124
|
*EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events |
|
|
127
125
|
*EventsApi* | [**registerForEvent**](docs/EventsApi.md#registerforevent) | **POST** /api/events/{eventId}/register |
|
|
128
126
|
*EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
|
|
@@ -134,10 +132,18 @@ Class | Method | HTTP request | Description
|
|
|
134
132
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
135
133
|
*SportsManagerApi* | [**updateSport**](docs/SportsManagerApi.md#updatesport) | **PUT** /api/sports/{id} |
|
|
136
134
|
*SportsStaffApi* | [**getAllSports**](docs/SportsStaffApi.md#getallsports) | **GET** /api/sports |
|
|
135
|
+
*SubscriptionsManagerApi* | [**createPlan**](docs/SubscriptionsManagerApi.md#createplan) | **POST** /api/subscriptions/plans |
|
|
136
|
+
*SubscriptionsManagerApi* | [**deletePlan**](docs/SubscriptionsManagerApi.md#deleteplan) | **DELETE** /api/subscriptions/plans/{productId} |
|
|
137
|
+
*SubscriptionsManagerApi* | [**updatePlan**](docs/SubscriptionsManagerApi.md#updateplan) | **PUT** /api/subscriptions/plans |
|
|
138
|
+
*SubscriptionsPublicApi* | [**getPublicPlans**](docs/SubscriptionsPublicApi.md#getpublicplans) | **GET** /api/subscriptions/plans/{clubId} |
|
|
139
|
+
*SubscriptionsStaffApi* | [**getClubPlans**](docs/SubscriptionsStaffApi.md#getclubplans) | **GET** /api/subscriptions/plans |
|
|
140
|
+
*SubscriptionsUserApi* | [**cancel**](docs/SubscriptionsUserApi.md#cancel) | **DELETE** /api/subscriptions/{clubId}/{subscriptionId} |
|
|
141
|
+
*SubscriptionsUserApi* | [**mySubscriptions**](docs/SubscriptionsUserApi.md#mysubscriptions) | **GET** /api/subscriptions/me |
|
|
142
|
+
*SubscriptionsUserApi* | [**resume**](docs/SubscriptionsUserApi.md#resume) | **POST** /api/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
143
|
+
*SubscriptionsUserApi* | [**subscribe**](docs/SubscriptionsUserApi.md#subscribe) | **POST** /api/subscriptions/subscribe |
|
|
137
144
|
*UsersApi* | [**addFavoriteClub**](docs/UsersApi.md#addfavoriteclub) | **POST** /api/users/me/favorite-clubs |
|
|
138
145
|
*UsersApi* | [**addFavoritePlayer**](docs/UsersApi.md#addfavoriteplayer) | **POST** /api/users/me/favoritesPlayers |
|
|
139
146
|
*UsersApi* | [**addPaymentMethodSetup**](docs/UsersApi.md#addpaymentmethodsetup) | **POST** /api/users/addPaymentMethodSetup |
|
|
140
|
-
*UsersApi* | [**cancelSubscription**](docs/UsersApi.md#cancelsubscription) | **DELETE** /api/users/me/subscriptions/{clubId}/{subscriptionId} |
|
|
141
147
|
*UsersApi* | [**changePassword**](docs/UsersApi.md#changepassword) | **PUT** /api/users/me/password |
|
|
142
148
|
*UsersApi* | [**confirmPaymentMethodSetup**](docs/UsersApi.md#confirmpaymentmethodsetup) | **POST** /api/users/confirmPaymentMethodSetup |
|
|
143
149
|
*UsersApi* | [**getAllUsers**](docs/UsersApi.md#getallusers) | **GET** /api/users |
|
|
@@ -153,18 +159,14 @@ Class | Method | HTTP request | Description
|
|
|
153
159
|
*UsersApi* | [**getNearestUsersFromCoordinates**](docs/UsersApi.md#getnearestusersfromcoordinates) | **GET** /api/users/nearest-players/coordinates |
|
|
154
160
|
*UsersApi* | [**getUserBookings**](docs/UsersApi.md#getuserbookings) | **GET** /api/users/me/bookings |
|
|
155
161
|
*UsersApi* | [**getUserProfileById**](docs/UsersApi.md#getuserprofilebyid) | **GET** /api/users/profile/{id} |
|
|
156
|
-
*UsersApi* | [**getUserSubscriptions**](docs/UsersApi.md#getusersubscriptions) | **GET** /api/users/me/subscriptions |
|
|
157
|
-
*UsersApi* | [**initiateSubscriptionSession**](docs/UsersApi.md#initiatesubscriptionsession) | **POST** /api/users/me/subscription-session |
|
|
158
162
|
*UsersApi* | [**login**](docs/UsersApi.md#login) | **POST** /api/users/login |
|
|
159
163
|
*UsersApi* | [**refreshToken**](docs/UsersApi.md#refreshtoken) | **POST** /api/users/refresh-token |
|
|
160
164
|
*UsersApi* | [**register**](docs/UsersApi.md#register) | **POST** /api/users |
|
|
161
165
|
*UsersApi* | [**removeFavoriteClub**](docs/UsersApi.md#removefavoriteclub) | **DELETE** /api/users/me/favorite-clubs/{clubId} |
|
|
162
166
|
*UsersApi* | [**removeFavoritePlayer**](docs/UsersApi.md#removefavoriteplayer) | **DELETE** /api/users/me/favoritesPlayers/{favoritePlayerId} |
|
|
163
167
|
*UsersApi* | [**requestPasswordReset**](docs/UsersApi.md#requestpasswordreset) | **POST** /api/users/me/request-password-rest |
|
|
164
|
-
*UsersApi* | [**resumeSubscription**](docs/UsersApi.md#resumesubscription) | **POST** /api/users/me/subscriptions/{clubId}/{subscriptionId}/resume |
|
|
165
168
|
*UsersApi* | [**setupNoShowPaymentMethod**](docs/UsersApi.md#setupnoshowpaymentmethod) | **POST** /api/users/setupNoShowPaymentMethod |
|
|
166
169
|
*UsersApi* | [**signInOrSignUpWithGoogle**](docs/UsersApi.md#signinorsignupwithgoogle) | **POST** /api/users/googleSignin |
|
|
167
|
-
*UsersApi* | [**subscribeToClub**](docs/UsersApi.md#subscribetoclub) | **POST** /api/users/me/subscribe |
|
|
168
170
|
*UsersApi* | [**updateCustomer**](docs/UsersApi.md#updatecustomer) | **PUT** /api/users/me/customer |
|
|
169
171
|
*UsersApi* | [**updateLevelBySports**](docs/UsersApi.md#updatelevelbysports) | **PUT** /api/users/me/level-by-sports |
|
|
170
172
|
*UsersApi* | [**updateMe**](docs/UsersApi.md#updateme) | **PUT** /api/users/me |
|
|
@@ -221,19 +223,22 @@ Class | Method | HTTP request | Description
|
|
|
221
223
|
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
222
224
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
223
225
|
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
226
|
+
- [CreatePlan201Response](docs/CreatePlan201Response.md)
|
|
224
227
|
- [CreateSportForClub201Response](docs/CreateSportForClub201Response.md)
|
|
225
228
|
- [CreateSportForClubRequest](docs/CreateSportForClubRequest.md)
|
|
226
229
|
- [CreateSportRequest](docs/CreateSportRequest.md)
|
|
227
230
|
- [CreateSubscriptionPlanRequest](docs/CreateSubscriptionPlanRequest.md)
|
|
231
|
+
- [CreateSubscriptionPlanRequestDiscount](docs/CreateSubscriptionPlanRequestDiscount.md)
|
|
228
232
|
- [CreatorChargeResult](docs/CreatorChargeResult.md)
|
|
229
233
|
- [DailyTurnoverResponse](docs/DailyTurnoverResponse.md)
|
|
230
|
-
- [DeleteClubResponse](docs/DeleteClubResponse.md)
|
|
231
234
|
- [DeleteClubRoleResponse](docs/DeleteClubRoleResponse.md)
|
|
232
235
|
- [DeleteClubSettingsResponse](docs/DeleteClubSettingsResponse.md)
|
|
233
236
|
- [DeleteCourtResponse](docs/DeleteCourtResponse.md)
|
|
234
237
|
- [DeleteEventResponse](docs/DeleteEventResponse.md)
|
|
235
238
|
- [DeleteSlotsByClubInRange200Response](docs/DeleteSlotsByClubInRange200Response.md)
|
|
236
239
|
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
240
|
+
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
241
|
+
- [DiscountType](docs/DiscountType.md)
|
|
237
242
|
- [EventResponse](docs/EventResponse.md)
|
|
238
243
|
- [EventResponseCourtsInner](docs/EventResponseCourtsInner.md)
|
|
239
244
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
@@ -250,7 +255,6 @@ Class | Method | HTTP request | Description
|
|
|
250
255
|
- [GetClubMembers200Response](docs/GetClubMembers200Response.md)
|
|
251
256
|
- [GetClubRoles200Response](docs/GetClubRoles200Response.md)
|
|
252
257
|
- [GetClubUsersById200Response](docs/GetClubUsersById200Response.md)
|
|
253
|
-
- [GetCourtsByClub200Response](docs/GetCourtsByClub200Response.md)
|
|
254
258
|
- [GetCourtsByClubAndSportById200Response](docs/GetCourtsByClubAndSportById200Response.md)
|
|
255
259
|
- [GetInfillPercentagePerPeriod200Response](docs/GetInfillPercentagePerPeriod200Response.md)
|
|
256
260
|
- [GetSlotsByClubById200Response](docs/GetSlotsByClubById200Response.md)
|
|
@@ -273,17 +277,20 @@ Class | Method | HTTP request | Description
|
|
|
273
277
|
- [MonthlyTurnoverResponse](docs/MonthlyTurnoverResponse.md)
|
|
274
278
|
- [NoShowFeeResponse](docs/NoShowFeeResponse.md)
|
|
275
279
|
- [NotImplementedResponse](docs/NotImplementedResponse.md)
|
|
280
|
+
- [OffPeakRule](docs/OffPeakRule.md)
|
|
276
281
|
- [PartialClubResponse](docs/PartialClubResponse.md)
|
|
277
282
|
- [PasswordResetRequestBody](docs/PasswordResetRequestBody.md)
|
|
278
283
|
- [PaymentByPlayerInfo](docs/PaymentByPlayerInfo.md)
|
|
279
284
|
- [PaymentMethod](docs/PaymentMethod.md)
|
|
280
285
|
- [PaymentMethodSetupResponse](docs/PaymentMethodSetupResponse.md)
|
|
281
286
|
- [PickIUserLocationExcludeKeyofIUserLocationType](docs/PickIUserLocationExcludeKeyofIUserLocationType.md)
|
|
287
|
+
- [PlanInterval](docs/PlanInterval.md)
|
|
282
288
|
- [PlayerPaymentInfo](docs/PlayerPaymentInfo.md)
|
|
283
289
|
- [PlayerSummary](docs/PlayerSummary.md)
|
|
284
290
|
- [PlayerWithPaymentMethod](docs/PlayerWithPaymentMethod.md)
|
|
285
291
|
- [ProfilePictureResponse](docs/ProfilePictureResponse.md)
|
|
286
292
|
- [ProfilePictureUpdateRequestBody](docs/ProfilePictureUpdateRequestBody.md)
|
|
293
|
+
- [PublicSubscriptionPlanResponse](docs/PublicSubscriptionPlanResponse.md)
|
|
287
294
|
- [PublicUserProfileResponse](docs/PublicUserProfileResponse.md)
|
|
288
295
|
- [PublishEventResponse](docs/PublishEventResponse.md)
|
|
289
296
|
- [RefreshTokenRequestBody](docs/RefreshTokenRequestBody.md)
|
|
@@ -297,11 +304,36 @@ Class | Method | HTTP request | Description
|
|
|
297
304
|
- [SportResponse](docs/SportResponse.md)
|
|
298
305
|
- [SportWithAnalytics](docs/SportWithAnalytics.md)
|
|
299
306
|
- [StaffUserProfileResponse](docs/StaffUserProfileResponse.md)
|
|
300
|
-
- [
|
|
307
|
+
- [StripeStripeDeletedProduct](docs/StripeStripeDeletedProduct.md)
|
|
308
|
+
- [StripeStripePrice](docs/StripeStripePrice.md)
|
|
309
|
+
- [StripeStripePriceBillingScheme](docs/StripeStripePriceBillingScheme.md)
|
|
310
|
+
- [StripeStripePriceCurrencyOptions](docs/StripeStripePriceCurrencyOptions.md)
|
|
311
|
+
- [StripeStripePriceCurrencyOptionsCustomUnitAmount](docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md)
|
|
312
|
+
- [StripeStripePriceCurrencyOptionsTaxBehavior](docs/StripeStripePriceCurrencyOptionsTaxBehavior.md)
|
|
313
|
+
- [StripeStripePriceCurrencyOptionsTier](docs/StripeStripePriceCurrencyOptionsTier.md)
|
|
314
|
+
- [StripeStripePriceCustomUnitAmount](docs/StripeStripePriceCustomUnitAmount.md)
|
|
315
|
+
- [StripeStripePriceProduct](docs/StripeStripePriceProduct.md)
|
|
316
|
+
- [StripeStripePriceRecurring](docs/StripeStripePriceRecurring.md)
|
|
317
|
+
- [StripeStripePriceRecurringInterval](docs/StripeStripePriceRecurringInterval.md)
|
|
318
|
+
- [StripeStripePriceRecurringUsageType](docs/StripeStripePriceRecurringUsageType.md)
|
|
319
|
+
- [StripeStripePriceTaxBehavior](docs/StripeStripePriceTaxBehavior.md)
|
|
320
|
+
- [StripeStripePriceTier](docs/StripeStripePriceTier.md)
|
|
321
|
+
- [StripeStripePriceTiersMode](docs/StripeStripePriceTiersMode.md)
|
|
322
|
+
- [StripeStripePriceTransformQuantity](docs/StripeStripePriceTransformQuantity.md)
|
|
323
|
+
- [StripeStripePriceTransformQuantityRound](docs/StripeStripePriceTransformQuantityRound.md)
|
|
324
|
+
- [StripeStripePriceType](docs/StripeStripePriceType.md)
|
|
325
|
+
- [StripeStripeProduct](docs/StripeStripeProduct.md)
|
|
326
|
+
- [StripeStripeProductDefaultPrice](docs/StripeStripeProductDefaultPrice.md)
|
|
327
|
+
- [StripeStripeProductMarketingFeature](docs/StripeStripeProductMarketingFeature.md)
|
|
328
|
+
- [StripeStripeProductPackageDimensions](docs/StripeStripeProductPackageDimensions.md)
|
|
329
|
+
- [StripeStripeProductTaxCode](docs/StripeStripeProductTaxCode.md)
|
|
330
|
+
- [StripeStripeProductType](docs/StripeStripeProductType.md)
|
|
331
|
+
- [StripeStripeResponseStripeStripePrice](docs/StripeStripeResponseStripeStripePrice.md)
|
|
332
|
+
- [StripeStripeResponseStripeStripePriceAllOfLastResponse](docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md)
|
|
333
|
+
- [StripeStripeTaxCode](docs/StripeStripeTaxCode.md)
|
|
334
|
+
- [SubscribeRequestBody](docs/SubscribeRequestBody.md)
|
|
301
335
|
- [SubscriptionMutationResponse](docs/SubscriptionMutationResponse.md)
|
|
302
336
|
- [SubscriptionPlanResponse](docs/SubscriptionPlanResponse.md)
|
|
303
|
-
- [SubscriptionSessionRequestBody](docs/SubscriptionSessionRequestBody.md)
|
|
304
|
-
- [SubscriptionSessionResponse](docs/SubscriptionSessionResponse.md)
|
|
305
337
|
- [SurfaceType](docs/SurfaceType.md)
|
|
306
338
|
- [UpdateActuality200Response](docs/UpdateActuality200Response.md)
|
|
307
339
|
- [UpdateClubRequest](docs/UpdateClubRequest.md)
|
|
@@ -312,6 +344,7 @@ Class | Method | HTTP request | Description
|
|
|
312
344
|
- [UpdateCustomerRequestBody](docs/UpdateCustomerRequestBody.md)
|
|
313
345
|
- [UpdateCustomerResponse](docs/UpdateCustomerResponse.md)
|
|
314
346
|
- [UpdateLevelBySportsRequestBody](docs/UpdateLevelBySportsRequestBody.md)
|
|
347
|
+
- [UpdatePlanRequest](docs/UpdatePlanRequest.md)
|
|
315
348
|
- [UpdateSportRequest](docs/UpdateSportRequest.md)
|
|
316
349
|
- [UpdateSubscriptionPlanForClub200Response](docs/UpdateSubscriptionPlanForClub200Response.md)
|
|
317
350
|
- [UpdateUserRequestBody](docs/UpdateUserRequestBody.md)
|