UNPKG

nodejs-google-adwords

Version:
27 lines (26 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AdwordsOperartionService = /** @class */ (function () { function AdwordsOperartionService() { } AdwordsOperartionService.prototype.get = function (serviceSelector) { throw new Error('The method get does not overrided.'); }; AdwordsOperartionService.prototype.getAsync = function (serviceSelector) { throw new Error('The method getAsync does not overrided.'); }; AdwordsOperartionService.prototype.mutate = function (operations) { throw new Error('The method mutate does not overrided.'); }; AdwordsOperartionService.prototype.mutateAsync = function (operations, operationType) { throw new Error('The method mutateAsync does not overrided.'); }; AdwordsOperartionService.prototype.mutateLabelAsync = function (operations, operationType) { throw new Error('The method mutateLabelAsync does not overrided.'); }; AdwordsOperartionService.prototype.upload = function (medias) { throw new Error('The method upload does not overrided.'); }; return AdwordsOperartionService; }()); exports.AdwordsOperartionService = AdwordsOperartionService;