@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/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)