{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AccountingEventType",
"title": "AccountingEventType",
"type": "string",
"x-apideck-enum-id": "accounting.events",
"enum": [
"*",
"accounting.customer.created",
"accounting.customer.updated",
"accounting.customer.deleted",
"accounting.invoice.created",
"accounting.invoice.updated",
"accounting.invoice.deleted",
"accounting.invoice_item.created",
"accounting.invoice_item.updated",
"accounting.invoice_item.deleted",
"accounting.ledger_account.created",
"accounting.ledger_account.updated",
"accounting.ledger_account.deleted",
"accounting.tax_rate.created",
"accounting.tax_rate.updated",
"accounting.tax_rate.deleted",
"accounting.bill.created",
"accounting.bill.updated",
"accounting.bill.deleted",
"accounting.bill_payment.created",
"accounting.bill_payment.updated",
"accounting.bill_payment.deleted",
"accounting.payment.created",
"accounting.payment.updated",
"accounting.payment.deleted",
"accounting.supplier.created",
"accounting.supplier.updated",
"accounting.supplier.deleted",
"accounting.purchase_order.created",
"accounting.purchase_order.updated",
"accounting.purchase_order.deleted",
"accounting.expense.created",
"accounting.expense.updated",
"accounting.expense.deleted",
"accounting.credit_note.created",
"accounting.credit_note.updated",
"accounting.credit_note.deleted",
"accounting.quote.created",
"accounting.quote.updated",
"accounting.quote.deleted",
"accounting.project.created",
"accounting.project.updated",
"accounting.project.deleted"
]
}