@kadam-net/n8n-nodes-kadam
Version:
Kadam node for n8n to manage campaigns, creatives, and more.
14 lines (13 loc) • 1.84 kB
TypeScript
import { IExecuteFunctions } from 'n8n-workflow';
export declare function getPlatforms(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string, filterFields?: string[]): Promise<any[]>;
export declare function getBrowsers(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string, filterFields?: string[]): Promise<any[]>;
export declare function getCpaModes(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function getAges(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function getCountries(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string, filterFields?: string[]): Promise<any[]>;
export declare function getRegions(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function getCities(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function getDevices(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string, filterFields?: string[]): Promise<any[]>;
export declare function getLanguages(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string, filterFields?: string[]): Promise<any[]>;
export declare function getGeoCountries(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string, filterFields?: string[]): Promise<any[]>;
export declare function getServerTime(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;
export declare function getPaymentSystems(this: IExecuteFunctions, i: number, baseUrl: string, headers: any, appId: string): Promise<unknown>;