@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.
15 lines • 505 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { array, expandoObject, string } from '../schema';
import { webhookSubscriptionSchema, } from './webhookSubscription';
export const createOrUpdateEndpointSchema = expandoObject({
url: ['url', string()],
webhookSubscriptions: [
'webhook_subscriptions',
array(webhookSubscriptionSchema),
],
});
//# sourceMappingURL=createOrUpdateEndpoint.js.map