Rocky_Mountain_Vending/.pnpm-store/v10/files/93/8b4f635fe9f2d61bca696bbad8025b05883a3d5ac3edeabed9c0667d03fe2a9a4b3a44c46800d24043acaf45e23cb26f449edab9fec26283871c6a97371dd3
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

15 lines
516 B
Text

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