UNPKG

verimor-api-sdk

Version:
16 lines 564 B
"use strict"; 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