Rocky_Mountain_Vending/.pnpm-store/v10/files/44/0a9d290a1da1ab01902f203310a876e4ecb12c11dbef96d809940bbaa13ac6e2ee0dcd4b4c694b8b8052d75a1e8b0fb14b51cc257b365121447ff409712621
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

20 lines
No EOL
784 B
Text

"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