@usercentrics/cmp-browser-sdk
Version:
Usercentrics CMP Browser SDK
22 lines (21 loc) • 1.03 kB
TypeScript
export declare enum TCF_WARN_MESSAGES {
COOKIE_BRIDGE_NOT_AVAILABLE = "Usercentrics: Cookie bridge is not available.",
COOKIE_BRIDGE_OPTIONS_NOT_SET = "Usercentrics: Cookie bridge options are not set",
GET_GLOBAL_TC_STRING_FAILURE = "Usercentrics: Unable to get the Global TC string",
INIT_TCF_ERROR = "Usercentrics: Unable to init TCF",
RESET_GVL_FAILURE = "Usercentrics: Unable to reset Global Vendor List",
SET_GLOBAL_TC_STRING_FAILURE = "Usercentrics: Unable to set the Global TC string",
VENDOR_REMOVED = "Usercentrics: The following vendor is not part of the official vendors list anymore: ",
TC_MODEL_UNDEFINED = "Usercentrics: tcModel can not be null.",
SELECTED_LANGUAGE_UNDEFINED = "Usercentrics: Selected language can not be undefined"
}
export declare enum TCF_VENDOR_PURPOSE_TYPE {
LEGITIMATE_INTEREST = "legIntPurposes",
PURPOSES = "purposes"
}
export declare enum TCF_VENDOR_STORAGE {
ID = 0,
LEGITIMATE_INTEREST = 1,
PURPOSES = 2,
SPECIAL_PURPOSES = 3
}