// @generated — do not edit import { definePermissions } from "@tailor-platform/erp-kit/core"; export const { permissions } = definePermissions("account-payable", { accountPayableDocument: [ "cancelAccountPayableDocument", "correctAccountPayableDocument", "createAccountPayableDocument", "createInvoiceToleranceConfig", "postAccountPayableDocument", "registerAccountPayableDocument", "releaseAccountPayableDocumentHold", "updateAccountPayableDocument", "updateInvoiceToleranceConfig", ], outgoingPayment: [ "cancelOutgoingPayment", "createOutgoingPayment", "postOutgoingPayment", "reverseOutgoingPayment", "updateOutgoingPayment", ], } as const);