netcup-node
Version:
A node wrapper for the Netcup CCP API (https://www.netcup-wiki.de/wiki/CCP_API)
11 lines (10 loc) • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Actions = void 0;
var Actions;
(function (Actions) {
Actions["login"] = "login";
Actions["infoDnsZone"] = "infoDnsZone";
Actions["infoDnsRecords"] = "infoDnsRecords";
Actions["updateDnsRecords"] = "updateDnsRecords";
})(Actions = exports.Actions || (exports.Actions = {}));