@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
14 lines • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClientAsync = exports.ThirdPartyDataDeclarationDeclarationType = exports.VideoTrackingUrlsKey = exports.CreativeWrappersStatus = exports.CreativeWrappersOrdering = exports.CreativeWrappersCreativeWrapperType = void 0;
var CreativeWrappers_1 = require("./definitions/CreativeWrappers");
Object.defineProperty(exports, "CreativeWrappersCreativeWrapperType", { enumerable: true, get: function () { return CreativeWrappers_1.CreativeWrapperType; } });
Object.defineProperty(exports, "CreativeWrappersOrdering", { enumerable: true, get: function () { return CreativeWrappers_1.Ordering; } });
Object.defineProperty(exports, "CreativeWrappersStatus", { enumerable: true, get: function () { return CreativeWrappers_1.Status; } });
var VideoTrackingUrls_1 = require("./definitions/VideoTrackingUrls");
Object.defineProperty(exports, "VideoTrackingUrlsKey", { enumerable: true, get: function () { return VideoTrackingUrls_1.Key; } });
var ThirdPartyDataDeclaration_1 = require("./definitions/ThirdPartyDataDeclaration");
Object.defineProperty(exports, "ThirdPartyDataDeclarationDeclarationType", { enumerable: true, get: function () { return ThirdPartyDataDeclaration_1.DeclarationType; } });
var client_1 = require("./client");
Object.defineProperty(exports, "createClientAsync", { enumerable: true, get: function () { return client_1.createClientAsync; } });
//# sourceMappingURL=index.js.map