Skip to content

integrations/ticketing/hubspot/dist

Interfaces

HubSpotTicketingClient

Properties

integration
integration: DefinedIntegration<ProviderManifestAuthorInput>;
rawClient
rawClient: Client;

Methods

getRawClient()
getRawClient(): Client;
Returns

Client


HubSpotTicketingClientOptions

Properties

accessToken?
optional accessToken?: string;
rawClient?
optional rawClient?: Client;

Type Aliases

HubSpotTicketingOperationAlias

type HubSpotTicketingOperationAlias = string;

HubSpotTicketingRawClient

type HubSpotTicketingRawClient = Client;

Variables

hubSpotTicketingProviderOperations

const hubSpotTicketingProviderOperations: ProviderOperationDeclarationInput[];

Functions

createHubSpotTicketingClient()

function createHubSpotTicketingClient(options?): HubSpotTicketingClient;

Parameters

Parameter Type
options? HubSpotTicketingClientOptions

Returns

HubSpotTicketingClient


createHubSpotTicketingOperationHandlers()

function createHubSpotTicketingOperationHandlers(rawClient): IntegrationOperationHandlers;

Parameters

Parameter Type
rawClient Client

Returns

IntegrationOperationHandlers

References

hubSpotTicketingProviderManifest

Re-exports hubSpotTicketingProviderManifest