diff --git a/nodes/FriendGrid/FriendGrid.node.ts b/nodes/FriendGrid/FriendGrid.node.ts index d769732..15ef49e 100644 --- a/nodes/FriendGrid/FriendGrid.node.ts +++ b/nodes/FriendGrid/FriendGrid.node.ts @@ -1,8 +1,11 @@ +import { + IExecuteFunctions, +} from 'n8n-core'; + import { ICredentialsDecrypted, ICredentialTestFunctions, IDataObject, - IExecuteFunctions, INodeCredentialTestResult, INodeExecutionData, INodeType, diff --git a/nodes/FriendGrid/GenericFunctions.ts b/nodes/FriendGrid/GenericFunctions.ts index f16d4ce..31cd934 100644 --- a/nodes/FriendGrid/GenericFunctions.ts +++ b/nodes/FriendGrid/GenericFunctions.ts @@ -3,11 +3,14 @@ import { } from 'request'; import { - IDataObject, IExecuteFunctions, IExecuteSingleFunctions, IHookFunctions, ILoadOptionsFunctions, +} from 'n8n-core'; + +import { + IDataObject, NodeApiError, NodeOperationError, } from 'n8n-workflow';