Add subscription support + license extension on renewal

This commit is contained in:
Krystie
2026-08-19 12:45:06 -07:00
parent 14d0eaa2b3
commit ff722aa4d8
2075 changed files with 357707 additions and 63 deletions
+17
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