Rocky_Mountain_Vending/.pnpm-store/v10/files/ae/9e48b8edd5d74e07a5f2cb2d4c78b7142238bf12dd1d8336dddac203cafd568439e185ecb75e98149d6cfbd002d6176a90d5fc1a2f6a73590e526fd4c33233
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

11 lines
381 B
Text

// File generated from our OpenAPI spec
import { StripeResource } from '../StripeResource.js';
const stripeMethod = StripeResource.method;
export const Events = StripeResource.extend({
retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/events/{id}' }),
list: stripeMethod({
method: 'GET',
fullPath: '/v1/events',
methodType: 'list',
}),
});