Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/f1f003bf680fb7c1f4bf0a838baf3c52c044c66efd0f577062d06c2ba74b510e3e8a7e99b6e6d5a93e05f534b5996d1492a4d10a7d91a8f78f6ced390b938d
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

13 lines
470 B
Text

"use strict";
// File generated from our OpenAPI spec
Object.defineProperty(exports, "__esModule", { value: true });
exports.SetupAttempts = void 0;
const StripeResource_js_1 = require("../StripeResource.js");
const stripeMethod = StripeResource_js_1.StripeResource.method;
exports.SetupAttempts = StripeResource_js_1.StripeResource.extend({
list: stripeMethod({
method: 'GET',
fullPath: '/v1/setup_attempts',
methodType: 'list',
}),
});