UNPKG

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
"use strict"; 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 = {}));