UNPKG

@contaazul/n8n-nodes-contaazul

Version:

Node para integração com a API da Conta Azul no n8n

7 lines (6 loc) 379 B
import { IExecuteFunctions } from 'n8n-workflow'; export declare function getSalesByFilter(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[]>; export declare function getSaleById(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[]>; export declare function createSale(this: IExecuteFunctions): Promise<{ json: any; }[]>;