UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

99 lines (91 loc) 3.8 kB
# EventResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **seriesId** | **string** | | [optional] [default to undefined] **isRecurringSeries** | **boolean** | | [optional] [default to undefined] **seriesOccurrencesCount** | **number** | | [optional] [default to undefined] **clubId** | **string** | | [default to undefined] **type** | **string** | | [default to undefined] **title** | **string** | | [default to undefined] **category** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **photoUrl** | **string** | | [optional] [default to undefined] **isAllDay** | **boolean** | | [default to undefined] **date** | **string** | | [default to undefined] **startTime** | **number** | | [optional] [default to undefined] **endTime** | **number** | | [optional] [default to undefined] **startDate** | **string** | | [default to undefined] **endDate** | **string** | | [default to undefined] **courts** | **Array<string>** | | [default to undefined] **sports** | [**Array<SportWithLevels>**](SportWithLevels.md) | | [default to undefined] **recurringType** | **string** | | [default to undefined] **recurrenceEndDate** | **string** | | [optional] [default to undefined] **participationType** | **string** | | [default to undefined] **participants** | [**Array<EventUser>**](EventUser.md) | | [optional] [default to undefined] **teams** | [**Array<Team>**](Team.md) | | [optional] [default to undefined] **registeredAvatars** | **Array<string>** | | [optional] [default to undefined] **playerLimit** | **number** | | [optional] [default to undefined] **teamLimit** | **number** | | [optional] [default to undefined] **playersPerTeam** | **number** | | [optional] [default to undefined] **price** | **number** | | [optional] [default to undefined] **subscriberPrices** | [**Array<SubscriberPrice>**](SubscriberPrice.md) | | [optional] [default to undefined] **visibilityType** | **string** | | [default to undefined] **needLicence** | **boolean** | | [default to undefined] **levels** | **Array<string | null>** | | [optional] [default to undefined] **sponsors** | [**Array<EventSponsor>**](EventSponsor.md) | | [optional] [default to undefined] **registrationOpenDaysBefore** | **number** | | [default to undefined] **isRegistrationEnabled** | **boolean** | | [default to undefined] **isUserRegistered** | **boolean** | | [optional] [default to undefined] **createdBy** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [default to undefined] **createdAt** | **string** | | [default to undefined] **updatedAt** | **string** | | [default to undefined] ## Example ```typescript import { EventResponse } from '@tennac-booking/sdk'; const instance: EventResponse = { id, seriesId, isRecurringSeries, seriesOccurrencesCount, clubId, type, title, category, description, photoUrl, isAllDay, date, startTime, endTime, startDate, endDate, courts, sports, recurringType, recurrenceEndDate, participationType, participants, teams, registeredAvatars, playerLimit, teamLimit, playersPerTeam, price, subscriberPrices, visibilityType, needLicence, levels, sponsors, registrationOpenDaysBefore, isRegistrationEnabled, isUserRegistered, createdBy, isActive, createdAt, updatedAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)