Rocky_Mountain_Vending/.pnpm-store/v10/files/51/ff7266a101f2b7a5ce704608dbd4f74a8933fc5bdc439e551f0b9fe4840bdd82e8aa3efa4d3f4a66ab9e0c0eacf5f738cf222cbece93b87af4099bb7bfc9c1
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

17 lines
624 B
Text

"use strict";
// File generated from our OpenAPI spec
Object.defineProperty(exports, "__esModule", { value: true });
exports.VerificationReports = void 0;
const StripeResource_js_1 = require("../../StripeResource.js");
const stripeMethod = StripeResource_js_1.StripeResource.method;
exports.VerificationReports = StripeResource_js_1.StripeResource.extend({
retrieve: stripeMethod({
method: 'GET',
fullPath: '/v1/identity/verification_reports/{report}',
}),
list: stripeMethod({
method: 'GET',
fullPath: '/v1/identity/verification_reports',
methodType: 'list',
}),
});