UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

14 lines 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StockStatus = void 0; var StockStatus; (function (StockStatus) { StockStatus["IN_STOCK"] = "IN_STOCK"; StockStatus["OUT_OF_STOCK"] = "OUT_OF_STOCK"; StockStatus["LOW_STOCK"] = "LOW_STOCK"; StockStatus["BACK_ORDERED"] = "BACK_ORDERED"; StockStatus["DISCONTINUED"] = "DISCONTINUED"; StockStatus["RESERVED"] = "RESERVED"; StockStatus["PENDING_REPLENISHMENT"] = "PENDING_REPLENISHMENT"; })(StockStatus = exports.StockStatus || (exports.StockStatus = {})); //# sourceMappingURL=stock-level-status.enum.js.map