UNPKG

@clearcodehq/openrtb

Version:

Library with OpenRTB spec types which allows to build and validate OpenRTB objects

19 lines (18 loc) 989 B
"use strict"; // Copyright (C) 2021 by Clearcode <https://clearcode.cc> // and associates (see AUTHORS). Object.defineProperty(exports, "__esModule", { value: true }); exports.IPLocationService = exports.LocationType = void 0; var LocationType; (function (LocationType) { LocationType[LocationType["GPSLocationServices"] = 1] = "GPSLocationServices"; LocationType[LocationType["IPAddress"] = 2] = "IPAddress"; LocationType[LocationType["UserProvided"] = 3] = "UserProvided"; })(LocationType = exports.LocationType || (exports.LocationType = {})); var IPLocationService; (function (IPLocationService) { IPLocationService[IPLocationService["IP2location"] = 1] = "IP2location"; IPLocationService[IPLocationService["Neustar"] = 2] = "Neustar"; IPLocationService[IPLocationService["MaxMind"] = 3] = "MaxMind"; IPLocationService[IPLocationService["NetAcuity"] = 4] = "NetAcuity"; })(IPLocationService = exports.IPLocationService || (exports.IPLocationService = {}));