UNPKG

@niur/google-admanager-api

Version:
25 lines 719 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NetworkService = void 0; class NetworkService { constructor(client) { this._client = client; } getAllNetworks() { return this._client.getAllNetworks(); } getCurrentNetwork() { return this._client.getCurrentNetwork(); } getDefaultThirdPartyDataDeclaration() { return this._client.getDefaultThirdPartyDataDeclaration(); } makeTestNetwork() { return this._client.makeTestNetwork(); } updateNetwork(network) { return this._client.updateNetwork(network); } } exports.NetworkService = NetworkService; //# sourceMappingURL=network.service.js.map