chargebee
Version:
A library for integrating with Chargebee.
14 lines (13 loc) • 667 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const createChargebee_js_1 = require("./createChargebee.js");
const FetchClient_js_1 = require("./net/FetchClient.js");
const eventType_js_1 = require("./resources/webhook/eventType.js");
const httpClient = new FetchClient_js_1.FetchHttpClient();
const Chargebee = (0, createChargebee_js_1.CreateChargebee)(httpClient);
module.exports = Chargebee;
module.exports.Chargebee = Chargebee;
module.exports.default = Chargebee;
// Export webhook event types
module.exports.WebhookEventType = eventType_js_1.WebhookEventType;
module.exports.WebhookContentType = eventType_js_1.WebhookContentType;