Rocky_Mountain_Vending/.pnpm-store/v10/files/d3/b6cb85c4b8f515394d6bdec43de1af8522d140cbf886dd8de92598e5338242528b54f5f7e33f8d94ce3268aa2125cd6f6f9f5a983775c53bf497a7bef0b249
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

14 lines
463 B
Text

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