@mbc-cqrs-serverless/sequence
Version:
Generate increment sequence with time-rotation
12 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RotateByEnum = void 0;
var RotateByEnum;
(function (RotateByEnum) {
RotateByEnum["FISCAL_YEARLY"] = "fiscal_yearly";
RotateByEnum["YEARLY"] = "yearly";
RotateByEnum["MONTHLY"] = "monthly";
RotateByEnum["DAILY"] = "daily";
RotateByEnum["NONE"] = "none";
})(RotateByEnum || (exports.RotateByEnum = RotateByEnum = {}));
//# sourceMappingURL=rotate-by.enum.js.map