UNPKG

@dmgt/google-ad-manager-api

Version:
9 lines 763 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createClientAsync = exports.DaiAuthenticationKeysKeyType = exports.DaiAuthenticationKeysStatus = void 0; var DaiAuthenticationKeys_1 = require("./definitions/DaiAuthenticationKeys"); Object.defineProperty(exports, "DaiAuthenticationKeysStatus", { enumerable: true, get: function () { return DaiAuthenticationKeys_1.Status; } }); Object.defineProperty(exports, "DaiAuthenticationKeysKeyType", { enumerable: true, get: function () { return DaiAuthenticationKeys_1.KeyType; } }); var client_1 = require("./client"); Object.defineProperty(exports, "createClientAsync", { enumerable: true, get: function () { return client_1.createClientAsync; } }); //# sourceMappingURL=index.js.map