UNPKG

@dmgt/google-ad-manager-api

Version:
16 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyType = exports.Status = void 0; var Status; (function (Status) { Status["UNKNOWN"] = "UNKNOWN"; Status["ACTIVE"] = "ACTIVE"; Status["INACTIVE"] = "INACTIVE"; })(Status || (exports.Status = Status = {})); var KeyType; (function (KeyType) { KeyType["UNKNOWN"] = "UNKNOWN"; KeyType["API"] = "API"; KeyType["HMAC"] = "HMAC"; })(KeyType || (exports.KeyType = KeyType = {})); //# sourceMappingURL=DaiAuthenticationKeys.js.map