UNPKG

@niur/google-admanager-api

Version:
22 lines 668 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InventoryStatus = void 0; /** * Represents the status of objects that represent inventory - ad units and placements. */ var InventoryStatus; (function (InventoryStatus) { /** * The object is active. */ InventoryStatus["ACTIVE"] = "ACTIVE"; /** * The object is no longer active. */ InventoryStatus["INACTIVE"] = "INACTIVE"; /** * The object has been archived. */ InventoryStatus["ARCHIVED"] = "ARCHIVED"; })(InventoryStatus = exports.InventoryStatus || (exports.InventoryStatus = {})); //# sourceMappingURL=placement.enum.js.map