Rocky_Mountain_Vending/.pnpm-store/v10/files/8a/a0069aba87d8fd8c9cb3a583cb90c4c7304d526056b4e86f2f8e355b1a68642178b79b3f75a854b549d4dbfac1e4f7b1645af99b374abfff037aaa99604808
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
469 B
Text

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