UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

18 lines 1.14 kB
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Freshservice implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getAgents(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getAgentGroups(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getAgentRoles(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getAssetTypes(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getAssetTypeFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getDepartments(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getLocations(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getRequesters(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Freshservice.node.d.ts.map