UNPKG

@maxio-com/advanced-billing-sdk

Version:

Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.

24 lines 952 B
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.eventSchema = void 0; var schema_1 = require("../schema"); var eventEventSpecificData_1 = require("./containers/eventEventSpecificData"); var eventKey_1 = require("./eventKey"); exports.eventSchema = (0, schema_1.expandoObject)({ id: ['id', (0, schema_1.bigint)()], key: ['key', eventKey_1.eventKeySchema], message: ['message', (0, schema_1.string)()], subscriptionId: ['subscription_id', (0, schema_1.nullable)((0, schema_1.number)())], customerId: ['customer_id', (0, schema_1.nullable)((0, schema_1.number)())], createdAt: ['created_at', (0, schema_1.string)()], eventSpecificData: [ 'event_specific_data', (0, schema_1.nullable)(eventEventSpecificData_1.eventEventSpecificDataSchema), ] }); //# sourceMappingURL=event.js.map