UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

14 lines 612 B
import type { Client } from "soap"; import type { ThirdPartyDataDeclaration } from "../../common/types"; import type { Network } from "./network.type"; import type { NetworkServiceOperations } from "./networkService.interface"; export declare class NetworkService implements NetworkServiceOperations { private _client; constructor(client: Client); getAllNetworks(): any; getCurrentNetwork(): Network; getDefaultThirdPartyDataDeclaration(): ThirdPartyDataDeclaration; makeTestNetwork(): Network; updateNetwork(network: Network): Network; } //# sourceMappingURL=network.service.d.ts.map