@tennac-booking/sdk 1.0.163 → 1.0.166
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 +377 -373
- package/README.md +4 -0
- package/api.ts +349 -43
- package/dist/api.d.ts +297 -43
- package/dist/api.js +135 -31
- package/dist/esm/api.d.ts +297 -43
- package/dist/esm/api.js +129 -29
- package/docs/BookingsApi.md +1 -1
- package/docs/BookingsUserApi.md +1 -1
- package/docs/ClientApi.md +2 -2
- package/docs/ClubPresentationSettingsResponse.md +2 -0
- package/docs/ClubsApi.md +2 -2
- package/docs/ContactApi.md +61 -0
- package/docs/ContactRequestBody.md +28 -0
- package/docs/ContactSuccessResponse.md +20 -0
- package/docs/CreateEventRequest.md +8 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +1 -1
- package/docs/EventBookingDetailSummary.md +1 -1
- package/docs/EventConflictCheckRequest.md +8 -4
- package/docs/EventResponse.md +8 -4
- package/docs/EventsStaffApi.md +1 -1
- package/docs/ImageContextType.md +7 -1
- package/docs/RecurringDefinitionResponse.md +8 -0
- package/docs/Sponsor.md +24 -0
- package/docs/UpdateClubPresentationSettingsRequest.md +2 -0
- package/docs/UpdateEventRequest.md +8 -4
- package/docs/UpdateRecurringDefinitionRequest.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,7 @@ Class | Method | HTTP request | Description
|
|
|
172
172
|
*ClubsStaffApi* | [**getInvoices**](docs/ClubsStaffApi.md#getinvoices) | **GET** /api/clubs/invoices |
|
|
173
173
|
*ClubsStaffApi* | [**getUserProfileStaff**](docs/ClubsStaffApi.md#getuserprofilestaff) | **GET** /api/clubs/staff/profile/{id} |
|
|
174
174
|
*ClubsStaffApi* | [**updateUserCreditsStaff**](docs/ClubsStaffApi.md#updateusercreditsstaff) | **PUT** /api/clubs/staff/user-credits/{id} |
|
|
175
|
+
*ContactApi* | [**sendContact**](docs/ContactApi.md#sendcontact) | **POST** /api/contact |
|
|
175
176
|
*DefaultApi* | [**createClub**](docs/DefaultApi.md#createclub) | **POST** /api/clubs |
|
|
176
177
|
*EventsApi* | [**checkTeamNameAvailability**](docs/EventsApi.md#checkteamnameavailability) | **GET** /api/events/{eventId}/team-name-availability |
|
|
177
178
|
*EventsApi* | [**estimateEventPrice**](docs/EventsApi.md#estimateeventprice) | **POST** /api/events/{eventId}/estimate-price |
|
|
@@ -349,6 +350,8 @@ Class | Method | HTTP request | Description
|
|
|
349
350
|
- [ClubSubscriptions](docs/ClubSubscriptions.md)
|
|
350
351
|
- [ClubSummary](docs/ClubSummary.md)
|
|
351
352
|
- [ClubUserCountResponse](docs/ClubUserCountResponse.md)
|
|
353
|
+
- [ContactRequestBody](docs/ContactRequestBody.md)
|
|
354
|
+
- [ContactSuccessResponse](docs/ContactSuccessResponse.md)
|
|
352
355
|
- [CourtBookingShareItem](docs/CourtBookingShareItem.md)
|
|
353
356
|
- [CourtInfo](docs/CourtInfo.md)
|
|
354
357
|
- [CourtResponse](docs/CourtResponse.md)
|
|
@@ -517,6 +520,7 @@ Class | Method | HTTP request | Description
|
|
|
517
520
|
- [SendSubscriptionInvitationRequest](docs/SendSubscriptionInvitationRequest.md)
|
|
518
521
|
- [SendSubscriptionInvitationResponse](docs/SendSubscriptionInvitationResponse.md)
|
|
519
522
|
- [SlotInfo](docs/SlotInfo.md)
|
|
523
|
+
- [Sponsor](docs/Sponsor.md)
|
|
520
524
|
- [SportAnalyticsResponse](docs/SportAnalyticsResponse.md)
|
|
521
525
|
- [SportInfo](docs/SportInfo.md)
|
|
522
526
|
- [SportKey](docs/SportKey.md)
|