UNPKG

@dmgt/google-ad-manager-api

Version:
16 lines 680 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConsentType = exports.IdentifierType = void 0; var IdentifierType; (function (IdentifierType) { IdentifierType["PUBLISHER_PROVIDED_IDENTIFIER"] = "PUBLISHER_PROVIDED_IDENTIFIER"; IdentifierType["UNKNOWN"] = "UNKNOWN"; })(IdentifierType || (exports.IdentifierType = IdentifierType = {})); var ConsentType; (function (ConsentType) { ConsentType["UNSET"] = "UNSET"; ConsentType["GRANTED"] = "GRANTED"; ConsentType["DENIED"] = "DENIED"; ConsentType["UNKNOWN"] = "UNKNOWN"; })(ConsentType || (exports.ConsentType = ConsentType = {})); //# sourceMappingURL=UpdateRequest.js.map