UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

14 lines 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveBlocklistAddressOptions = exports.GetBlocklistAddressesOptions = exports.GetBlocklistsOptions = exports.AddBlocklistAddressOptions = exports.BlocklistsApi = void 0; var api_1 = require("./api"); Object.defineProperty(exports, "BlocklistsApi", { enumerable: true, get: function () { return api_1.BlocklistsApi; } }); var AddBlocklistAddressOptions_1 = require("./models/AddBlocklistAddressOptions"); Object.defineProperty(exports, "AddBlocklistAddressOptions", { enumerable: true, get: function () { return AddBlocklistAddressOptions_1.AddBlocklistAddressOptions; } }); var GetBlocklistsOptions_1 = require("./models/GetBlocklistsOptions"); Object.defineProperty(exports, "GetBlocklistsOptions", { enumerable: true, get: function () { return GetBlocklistsOptions_1.GetBlocklistsOptions; } }); var GetBlocklistAddressesOptions_1 = require("./models/GetBlocklistAddressesOptions"); Object.defineProperty(exports, "GetBlocklistAddressesOptions", { enumerable: true, get: function () { return GetBlocklistAddressesOptions_1.GetBlocklistAddressesOptions; } }); var RemoveBlocklistAddressOptions_1 = require("./models/RemoveBlocklistAddressOptions"); Object.defineProperty(exports, "RemoveBlocklistAddressOptions", { enumerable: true, get: function () { return RemoveBlocklistAddressOptions_1.RemoveBlocklistAddressOptions; } }); //# sourceMappingURL=index.js.map