@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
15 lines (14 loc) • 748 B
TypeScript
import { AddEventAttendeesApi, BasicApi, BatchApi, ChangePropertyApi, IdentifiersApi, ListAssociationsApi, RetrieveParticipantStateApi, SettingsApi, SubscriberStateChangesApi } from '../../../../codegen/marketing/events/index';
import IConfiguration from '../../../configuration/IConfiguration';
export default class EventsDiscovery {
addEventAttendeesApi: AddEventAttendeesApi;
basicApi: BasicApi;
batchApi: BatchApi;
changePropertyApi: ChangePropertyApi;
identifiersApi: IdentifiersApi;
listAssociationsApi: ListAssociationsApi;
retrieveParticipantStateApi: RetrieveParticipantStateApi;
settingsApi: SettingsApi;
subscriberStateChangesApi: SubscriberStateChangesApi;
constructor(config: IConfiguration);
}