Initial project import

This commit is contained in:
drjones
2026-06-13 17:36:44 -07:00
commit ad2a18cc8d
18471 changed files with 4497570 additions and 0 deletions

17
node_modules/stripe/cjs/resources/V2/index.js generated vendored Normal file
View File

@@ -0,0 +1,17 @@
"use strict";
// File generated from our OpenAPI spec
Object.defineProperty(exports, "__esModule", { value: true });
exports.V2 = void 0;
const index_js_1 = require("./Billing/index.js");
const index_js_2 = require("./Commerce/index.js");
const index_js_3 = require("./Core/index.js");
class V2 {
constructor(stripe) {
this.stripe = stripe;
this.billing = new index_js_1.Billing(stripe);
this.commerce = new index_js_2.Commerce(stripe);
this.core = new index_js_3.Core(stripe);
}
}
exports.V2 = V2;
//# sourceMappingURL=index.js.map