emailengine-client
Version:
A TypeScript client for the EmailEngine API
10 lines • 876 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetWebhookRouteInformationOptions = exports.GetWebhookRoutesOptions = exports.WebhooksApi = void 0;
var api_1 = require("./api");
Object.defineProperty(exports, "WebhooksApi", { enumerable: true, get: function () { return api_1.WebhooksApi; } });
var GetWebhooksOptions_1 = require("./models/GetWebhooksOptions");
Object.defineProperty(exports, "GetWebhookRoutesOptions", { enumerable: true, get: function () { return GetWebhooksOptions_1.GetWebhookRoutesOptions; } });
var GetWebhookRouteInformationOptions_1 = require("./models/GetWebhookRouteInformationOptions");
Object.defineProperty(exports, "GetWebhookRouteInformationOptions", { enumerable: true, get: function () { return GetWebhookRouteInformationOptions_1.GetWebhookRouteInformationOptions; } });
//# sourceMappingURL=index.js.map