Rocky_Mountain_Vending/.pnpm-store/v10/files/06/12da08969c2d23ae4bd0f5dacc1c65922fc647f954fb1af1488c173321cd2891b41d87dcb18c176bf46f4c50cd027fe1f29630269bf8074d486224375e3a4d
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
461 B
Text

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