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
+19
View File
@@ -0,0 +1,19 @@
"use strict";
// File generated from our OpenAPI spec
Object.defineProperty(exports, "__esModule", { value: true });
exports.Radar = void 0;
const EarlyFraudWarnings_js_1 = require("./EarlyFraudWarnings.js");
const PaymentEvaluations_js_1 = require("./PaymentEvaluations.js");
const ValueLists_js_1 = require("./ValueLists.js");
const ValueListItems_js_1 = require("./ValueListItems.js");
class Radar {
constructor(stripe) {
this.stripe = stripe;
this.earlyFraudWarnings = new EarlyFraudWarnings_js_1.EarlyFraudWarningResource(stripe);
this.paymentEvaluations = new PaymentEvaluations_js_1.PaymentEvaluationResource(stripe);
this.valueLists = new ValueLists_js_1.ValueListResource(stripe);
this.valueListItems = new ValueListItems_js_1.ValueListItemResource(stripe);
}
}
exports.Radar = Radar;
//# sourceMappingURL=index.js.map