@tennac-booking/sdk 1.0.108 → 1.0.110
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 +9 -1
- package/README.md +15 -2
- package/api.ts +672 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +478 -1
- package/dist/api.js +280 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +478 -1
- package/dist/esm/api.js +280 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CheckInEventParticipants200Response.md +22 -0
- package/docs/CheckInEventParticipants200ResponseInvoicesInner.md +28 -0
- package/docs/CheckInEventParticipantsRequest.md +20 -0
- package/docs/ClubsStaffApi.md +59 -0
- package/docs/CreateOnsiteInvoiceRequest.md +28 -0
- package/docs/CreateOnsiteInvoiceResponse.md +22 -0
- package/docs/CreateOnsiteInvoiceResponseInvoice.md +31 -0
- package/docs/EventConflictCheckRequest.md +28 -0
- package/docs/EventConflictCheckResponse.md +26 -0
- package/docs/EventsManagerApi.md +114 -0
- package/docs/EventsStaffApi.md +59 -0
- package/docs/JoinEventRequest.md +8 -0
- package/docs/JoinEventRequestPlayersPaymentMethodsInner.md +22 -0
- package/docs/PublishEventResponse.md +2 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
.gitignore
|
|
2
2
|
.npmignore
|
|
3
|
-
.openapi-generator-ignore
|
|
4
3
|
README.md
|
|
5
4
|
api.ts
|
|
6
5
|
base.ts
|
|
@@ -38,6 +37,9 @@ docs/CancelBookingResponse.md
|
|
|
38
37
|
docs/CaptureResult.md
|
|
39
38
|
docs/ChangePasswordRequestBody.md
|
|
40
39
|
docs/ChangePasswordResponse.md
|
|
40
|
+
docs/CheckInEventParticipants200Response.md
|
|
41
|
+
docs/CheckInEventParticipants200ResponseInvoicesInner.md
|
|
42
|
+
docs/CheckInEventParticipantsRequest.md
|
|
41
43
|
docs/CheckInPlayersRequest.md
|
|
42
44
|
docs/CheckInPlayersResponse.md
|
|
43
45
|
docs/CheckedInPlayer.md
|
|
@@ -100,6 +102,9 @@ docs/CreateClubRoleRequest.md
|
|
|
100
102
|
docs/CreateCourtForClub201Response.md
|
|
101
103
|
docs/CreateCourtRequest.md
|
|
102
104
|
docs/CreateEventRequest.md
|
|
105
|
+
docs/CreateOnsiteInvoiceRequest.md
|
|
106
|
+
docs/CreateOnsiteInvoiceResponse.md
|
|
107
|
+
docs/CreateOnsiteInvoiceResponseInvoice.md
|
|
103
108
|
docs/CreatePlan201Response.md
|
|
104
109
|
docs/CreateSportForClub201Response.md
|
|
105
110
|
docs/CreateSportForClubRequest.md
|
|
@@ -115,6 +120,8 @@ docs/DeleteEventResponse.md
|
|
|
115
120
|
docs/DeleteSportResponse.md
|
|
116
121
|
docs/DeleteSubscriptionPlanResponse.md
|
|
117
122
|
docs/DiscountType.md
|
|
123
|
+
docs/EventConflictCheckRequest.md
|
|
124
|
+
docs/EventConflictCheckResponse.md
|
|
118
125
|
docs/EventResponse.md
|
|
119
126
|
docs/EventsApi.md
|
|
120
127
|
docs/EventsListResponse.md
|
|
@@ -148,6 +155,7 @@ docs/IUserLocation.md
|
|
|
148
155
|
docs/InvoiceInfo.md
|
|
149
156
|
docs/InvoiceStatus.md
|
|
150
157
|
docs/JoinEventRequest.md
|
|
158
|
+
docs/JoinEventRequestPlayersPaymentMethodsInner.md
|
|
151
159
|
docs/JoinEventResponse.md
|
|
152
160
|
docs/LastSixMonthsTurnoverItem.md
|
|
153
161
|
docs/LevelBySportEntry.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @tennac-booking/sdk@1.0.
|
|
1
|
+
## @tennac-booking/sdk@1.0.110
|
|
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.110 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -132,6 +132,7 @@ Class | Method | HTTP request | Description
|
|
|
132
132
|
*ClubsManagerApi* | [**updateClubPresentationSettings**](docs/ClubsManagerApi.md#updateclubpresentationsettings) | **PUT** /api/clubs/settings/presentation |
|
|
133
133
|
*ClubsManagerApi* | [**updateCourt**](docs/ClubsManagerApi.md#updatecourt) | **PUT** /api/clubs/courts/{courtId} |
|
|
134
134
|
*ClubsManagerApi* | [**updateSubscriptionPlanForClub**](docs/ClubsManagerApi.md#updatesubscriptionplanforclub) | **PUT** /api/clubs/subscription-plans/{priceId} |
|
|
135
|
+
*ClubsStaffApi* | [**createOnsiteInvoiceForBooking**](docs/ClubsStaffApi.md#createonsiteinvoiceforbooking) | **POST** /api/clubs/staff/bookings/{bookingId}/invoices |
|
|
135
136
|
*ClubsStaffApi* | [**getActualities**](docs/ClubsStaffApi.md#getactualities) | **GET** /api/clubs/staff/actualities |
|
|
136
137
|
*ClubsStaffApi* | [**getClubInfos**](docs/ClubsStaffApi.md#getclubinfos) | **GET** /api/clubs/infos |
|
|
137
138
|
*ClubsStaffApi* | [**getClubMembers**](docs/ClubsStaffApi.md#getclubmembers) | **GET** /api/clubs/members |
|
|
@@ -145,11 +146,14 @@ Class | Method | HTTP request | Description
|
|
|
145
146
|
*EventsApi* | [**getPublishedEventsByClubId**](docs/EventsApi.md#getpublishedeventsbyclubid) | **GET** /api/events |
|
|
146
147
|
*EventsApi* | [**joinEvent**](docs/EventsApi.md#joinevent) | **POST** /api/events/{eventId}/join |
|
|
147
148
|
*EventsApi* | [**leaveEvent**](docs/EventsApi.md#leaveevent) | **DELETE** /api/events/{eventId}/leave |
|
|
149
|
+
*EventsManagerApi* | [**checkEventConflicts**](docs/EventsManagerApi.md#checkeventconflicts) | **POST** /api/events/manager/checkConflicts |
|
|
148
150
|
*EventsManagerApi* | [**createEvent**](docs/EventsManagerApi.md#createevent) | **POST** /api/events/manager/createEvent |
|
|
149
151
|
*EventsManagerApi* | [**deleteEvent**](docs/EventsManagerApi.md#deleteevent) | **DELETE** /api/events/manager/deleteEvent/{eventId} |
|
|
150
152
|
*EventsManagerApi* | [**publishEvent**](docs/EventsManagerApi.md#publishevent) | **PUT** /api/events/manager/publishEvent/{eventId} |
|
|
151
153
|
*EventsManagerApi* | [**unpublishEvent**](docs/EventsManagerApi.md#unpublishevent) | **PUT** /api/events/manager/unpublishEvent/{eventId} |
|
|
152
154
|
*EventsManagerApi* | [**updateEvent**](docs/EventsManagerApi.md#updateevent) | **PUT** /api/events/manager/updateEvent/{eventId} |
|
|
155
|
+
*EventsManagerApi* | [**updatePublishedEvent**](docs/EventsManagerApi.md#updatepublishedevent) | **PUT** /api/events/manager/updatePublishedEvent/{eventId} |
|
|
156
|
+
*EventsStaffApi* | [**checkInEventParticipants**](docs/EventsStaffApi.md#checkineventparticipants) | **POST** /api/events/{eventBookingId}/check-in |
|
|
153
157
|
*EventsStaffApi* | [**getEventsByClub**](docs/EventsStaffApi.md#geteventsbyclub) | **GET** /api/events/staff/getEvents |
|
|
154
158
|
*SportsManagerApi* | [**createSport**](docs/SportsManagerApi.md#createsport) | **POST** /api/sports |
|
|
155
159
|
*SportsManagerApi* | [**deleteSport**](docs/SportsManagerApi.md#deletesport) | **DELETE** /api/sports/{id} |
|
|
@@ -233,6 +237,9 @@ Class | Method | HTTP request | Description
|
|
|
233
237
|
- [CaptureResult](docs/CaptureResult.md)
|
|
234
238
|
- [ChangePasswordRequestBody](docs/ChangePasswordRequestBody.md)
|
|
235
239
|
- [ChangePasswordResponse](docs/ChangePasswordResponse.md)
|
|
240
|
+
- [CheckInEventParticipants200Response](docs/CheckInEventParticipants200Response.md)
|
|
241
|
+
- [CheckInEventParticipants200ResponseInvoicesInner](docs/CheckInEventParticipants200ResponseInvoicesInner.md)
|
|
242
|
+
- [CheckInEventParticipantsRequest](docs/CheckInEventParticipantsRequest.md)
|
|
236
243
|
- [CheckInPlayersRequest](docs/CheckInPlayersRequest.md)
|
|
237
244
|
- [CheckInPlayersResponse](docs/CheckInPlayersResponse.md)
|
|
238
245
|
- [CheckedInPlayer](docs/CheckedInPlayer.md)
|
|
@@ -285,6 +292,9 @@ Class | Method | HTTP request | Description
|
|
|
285
292
|
- [CreateCourtForClub201Response](docs/CreateCourtForClub201Response.md)
|
|
286
293
|
- [CreateCourtRequest](docs/CreateCourtRequest.md)
|
|
287
294
|
- [CreateEventRequest](docs/CreateEventRequest.md)
|
|
295
|
+
- [CreateOnsiteInvoiceRequest](docs/CreateOnsiteInvoiceRequest.md)
|
|
296
|
+
- [CreateOnsiteInvoiceResponse](docs/CreateOnsiteInvoiceResponse.md)
|
|
297
|
+
- [CreateOnsiteInvoiceResponseInvoice](docs/CreateOnsiteInvoiceResponseInvoice.md)
|
|
288
298
|
- [CreatePlan201Response](docs/CreatePlan201Response.md)
|
|
289
299
|
- [CreateSportForClub201Response](docs/CreateSportForClub201Response.md)
|
|
290
300
|
- [CreateSportForClubRequest](docs/CreateSportForClubRequest.md)
|
|
@@ -299,6 +309,8 @@ Class | Method | HTTP request | Description
|
|
|
299
309
|
- [DeleteSportResponse](docs/DeleteSportResponse.md)
|
|
300
310
|
- [DeleteSubscriptionPlanResponse](docs/DeleteSubscriptionPlanResponse.md)
|
|
301
311
|
- [DiscountType](docs/DiscountType.md)
|
|
312
|
+
- [EventConflictCheckRequest](docs/EventConflictCheckRequest.md)
|
|
313
|
+
- [EventConflictCheckResponse](docs/EventConflictCheckResponse.md)
|
|
302
314
|
- [EventResponse](docs/EventResponse.md)
|
|
303
315
|
- [EventsListResponse](docs/EventsListResponse.md)
|
|
304
316
|
- [FavoriteClubMutationResponse](docs/FavoriteClubMutationResponse.md)
|
|
@@ -329,6 +341,7 @@ Class | Method | HTTP request | Description
|
|
|
329
341
|
- [InvoiceInfo](docs/InvoiceInfo.md)
|
|
330
342
|
- [InvoiceStatus](docs/InvoiceStatus.md)
|
|
331
343
|
- [JoinEventRequest](docs/JoinEventRequest.md)
|
|
344
|
+
- [JoinEventRequestPlayersPaymentMethodsInner](docs/JoinEventRequestPlayersPaymentMethodsInner.md)
|
|
332
345
|
- [JoinEventResponse](docs/JoinEventResponse.md)
|
|
333
346
|
- [LastSixMonthsTurnoverItem](docs/LastSixMonthsTurnoverItem.md)
|
|
334
347
|
- [LevelBySportEntry](docs/LevelBySportEntry.md)
|