verimor-api-sdk
Version:
A NodeJS SDK for the Verimor API
16 lines • 564 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IysConsentType = void 0;
/**
* Enum for IYS consent types.
*/
var IysConsentType;
(function (IysConsentType) {
/** Call consent ("ARAMA"). */
IysConsentType["CALL"] = "ARAMA";
/** Message consent ("MESAJ"). */
IysConsentType["MESSAGE"] = "MESAJ";
/** Email consent ("EPOSTA"). */
IysConsentType["EMAIL"] = "EPOSTA";
})(IysConsentType = exports.IysConsentType || (exports.IysConsentType = {}));
//# sourceMappingURL=iys-consent-type.js.map