@marxlnfcs/wildduck-api
Version:
Provides a client to interact with the wildduck api
72 lines (71 loc) • 5.11 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./lib/wildduck"), exports);
__exportStar(require("./lib/api/client-component"), exports);
__exportStar(require("./lib/api/client-schema"), exports);
__exportStar(require("./lib/api/client"), exports);
__exportStar(require("./lib/api/components/addresses/addresses.interface"), exports);
__exportStar(require("./lib/api/components/addresses/addresses.service"), exports);
__exportStar(require("./lib/api/components/application-passwords/application-passwords.service"), exports);
__exportStar(require("./lib/api/components/archive/archive.interface"), exports);
__exportStar(require("./lib/api/components/archive/archive.service"), exports);
__exportStar(require("./lib/api/components/audit/audit.service"), exports);
__exportStar(require("./lib/api/components/authentication/authentication.interface"), exports);
__exportStar(require("./lib/api/components/authentication/authentication.service"), exports);
__exportStar(require("./lib/api/components/auto-replies/auto-replies.service"), exports);
__exportStar(require("./lib/api/components/certs/certs.interface"), exports);
__exportStar(require("./lib/api/components/certs/certs.service"), exports);
__exportStar(require("./lib/api/components/dkim/dkim.interface"), exports);
__exportStar(require("./lib/api/components/dkim/dkim.service"), exports);
__exportStar(require("./lib/api/components/domain-access/domain-access.service"), exports);
__exportStar(require("./lib/api/components/domain-aliases/domain-aliases.interface"), exports);
__exportStar(require("./lib/api/components/domain-aliases/domain-aliases.service"), exports);
__exportStar(require("./lib/api/components/export/export.interface"), exports);
__exportStar(require("./lib/api/components/export/export.service"), exports);
__exportStar(require("./lib/api/components/filters/filters.interface"), exports);
__exportStar(require("./lib/api/components/filters/filters.service"), exports);
__exportStar(require("./lib/api/components/mailboxes/mailboxes.interface"), exports);
__exportStar(require("./lib/api/components/mailboxes/mailboxes.service"), exports);
__exportStar(require("./lib/api/components/messages/messages.interface"), exports);
__exportStar(require("./lib/api/components/messages/messages.service"), exports);
__exportStar(require("./lib/api/components/settings/settings.interface"), exports);
__exportStar(require("./lib/api/components/settings/settings.service"), exports);
__exportStar(require("./lib/api/components/storage/storage.interface"), exports);
__exportStar(require("./lib/api/components/storage/storage.service"), exports);
__exportStar(require("./lib/api/components/submission/submission.service"), exports);
__exportStar(require("./lib/api/components/two-factor-auth/two-factor-auth.interface"), exports);
__exportStar(require("./lib/api/components/two-factor-auth/two-factor-auth.service"), exports);
__exportStar(require("./lib/api/components/users/users.interface"), exports);
__exportStar(require("./lib/api/components/users/users.service"), exports);
__exportStar(require("./lib/api/components/webhooks/webhooks.interface"), exports);
__exportStar(require("./lib/api/components/webhooks/webhooks.service"), exports);
__exportStar(require("./lib/exceptions/bad-request.exception"), exports);
__exportStar(require("./lib/exceptions/http.exception"), exports);
__exportStar(require("./lib/exceptions/internal-server-error.exception"), exports);
__exportStar(require("./lib/exceptions/invalid-proxy.exception"), exports);
__exportStar(require("./lib/exceptions/not-found.exception"), exports);
__exportStar(require("./lib/exceptions/not-implemented.exception"), exports);
__exportStar(require("./lib/exceptions/timeout.exception"), exports);
__exportStar(require("./lib/exceptions/unknown-error.exception"), exports);
__exportStar(require("./lib/exceptions/unprocessable-entity.exception"), exports);
__exportStar(require("./lib/interfaces/client-options.interface"), exports);
__exportStar(require("./lib/interfaces/http.interface"), exports);
__exportStar(require("./lib/interfaces/sse.interface"), exports);
__exportStar(require("./lib/internals/create-http-client"), exports);
__exportStar(require("./lib/internals/create-sse-client"), exports);
__exportStar(require("./lib/internals/duration-calculator"), exports);
__exportStar(require("./lib/internals/utilities"), exports);