Rocky_Mountain_Vending/.pnpm-store/v10/files/8f/e1a9176f035b644616671218c68873ada4b05a8986b46bfd2d4db8e3d053f19384618a6ebfffcf9ae5a92c8b0574de9672329da483cc1522f3650dd825dce3
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
474 B
Text

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