UNPKG

emailengine-client

Version:

A TypeScript client for the EmailEngine API

16 lines 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveOAuth2AppOptions = exports.UpdateOAuth2AppOptions = exports.ListOAuth2AppsOptions = exports.GetOAuth2InfoOptions = exports.RegisterOAuth2AppOptions = exports.OAuth2AppApi = void 0; var api_1 = require("./api"); Object.defineProperty(exports, "OAuth2AppApi", { enumerable: true, get: function () { return api_1.OAuth2AppApi; } }); var RegisterOAuth2AppOptions_1 = require("./models/RegisterOAuth2AppOptions"); Object.defineProperty(exports, "RegisterOAuth2AppOptions", { enumerable: true, get: function () { return RegisterOAuth2AppOptions_1.RegisterOAuth2AppOptions; } }); var GetOAuth2InfoOptions_1 = require("./models/GetOAuth2InfoOptions"); Object.defineProperty(exports, "GetOAuth2InfoOptions", { enumerable: true, get: function () { return GetOAuth2InfoOptions_1.GetOAuth2InfoOptions; } }); var ListOAuth2AppsOptions_1 = require("./models/ListOAuth2AppsOptions"); Object.defineProperty(exports, "ListOAuth2AppsOptions", { enumerable: true, get: function () { return ListOAuth2AppsOptions_1.ListOAuth2AppsOptions; } }); var UpdateOAuth2AppOptions_1 = require("./models/UpdateOAuth2AppOptions"); Object.defineProperty(exports, "UpdateOAuth2AppOptions", { enumerable: true, get: function () { return UpdateOAuth2AppOptions_1.UpdateOAuth2AppOptions; } }); var RemoveOAuth2AppOptions_1 = require("./models/RemoveOAuth2AppOptions"); Object.defineProperty(exports, "RemoveOAuth2AppOptions", { enumerable: true, get: function () { return RemoveOAuth2AppOptions_1.RemoveOAuth2AppOptions; } }); //# sourceMappingURL=index.js.map