UNPKG

verimor-api-sdk

Version:
23 lines 996 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IysConsentSource = void 0; /** * Enum for IYS consent sources. */ var IysConsentSource; (function (IysConsentSource) { IysConsentSource["PHYSICAL"] = "HS_FIZIKSEL_ORTAM"; IysConsentSource["WET_SIGNATURE"] = "HS_ISLAK_IMZA"; IysConsentSource["WEB"] = "HS_WEB"; IysConsentSource["CALL_CENTER"] = "HS_CAGRI_MERKEZI"; IysConsentSource["SOCIAL_MEDIA"] = "HS_SOSYAL_MEDYA"; IysConsentSource["EMAIL"] = "HS_EPOSTA"; IysConsentSource["MESSAGE"] = "HS_MESAJ"; IysConsentSource["MOBILE"] = "HS_MOBIL"; IysConsentSource["E_ENVIRONMENT"] = "HS_EORTAM"; IysConsentSource["EVENT"] = "HS_ETKINLIK"; IysConsentSource["PRE_2015"] = "HS_2015"; IysConsentSource["ATM"] = "HS_ATM"; IysConsentSource["DECISION"] = "HS_KARAR"; })(IysConsentSource = exports.IysConsentSource || (exports.IysConsentSource = {})); //# sourceMappingURL=iys-consent-source.js.map