Files
klz-cables.com/.pnpm-store/v10/files/44/0a9d290a1da1ab01902f203310a876e4ecb12c11dbef96d809940bbaa13ac6e2ee0dcd4b4c694b8b8052d75a1e8b0fb14b51cc257b365121447ff409712621
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

20 lines
784 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIG = exports.EndOperation = void 0;
var EndOperation;
(function (EndOperation) {
EndOperation["AutoAck"] = "auto ack";
EndOperation["Ack"] = "ack";
EndOperation["AckAll"] = "ackAll";
EndOperation["Reject"] = "reject";
EndOperation["Nack"] = "nack";
EndOperation["NackAll"] = "nackAll";
EndOperation["ChannelClosed"] = "channel closed";
EndOperation["ChannelError"] = "channel error";
EndOperation["InstrumentationTimeout"] = "instrumentation timeout";
})(EndOperation = exports.EndOperation || (exports.EndOperation = {}));
exports.DEFAULT_CONFIG = {
consumeTimeoutMs: 1000 * 60,
useLinksForConsume: false,
};
//# sourceMappingURL=types.js.map