crate::swap_key!(InvoiceHubTableKey, "invoice-hub-table");
crate::swap_key!(DraftInvoiceTableKey, "draft-invoice-table");
crate::swap_key!(DraftInvoiceCreateModalKey, "draft-invoice-create-modal");
crate::swap_key!(DraftInvoiceEditModalKey, "draft-invoice-edit-modal");
crate::swap_key!(DraftInvoiceDeleteModalKey, "draft-invoice-delete-modal");
crate::swap_key!(
DraftInvoiceBulkDeleteModalKey,
"draft-invoice-bulk-delete-modal"
);
crate::swap_key!(
DraftInvoiceBulkEditModalKey,
"draft-invoice-bulk-edit-modal"
);
crate::swap_key!(PostedInvoiceTableKey, "posted-invoice-table");
crate::swap_key!(PaymentTableKey, "finance-payment-table");
crate::swap_key!(PaymentCreateModalKey, "finance-payment-create-modal");
crate::swap_key!(
PaymentBatchCreateModalKey,
"finance-payment-batch-create-modal"
);
crate::swap_key!(PostedInvoiceSelectTableKey, "posted-invoice-select-table");
crate::swap_key!(PostedInvoiceSelectModalKey, "posted-invoice-select-modal");
crate::swap_key!(DraftInvoiceSelectTableKey, "draft-invoice-select-table");
crate::swap_key!(DraftInvoiceSelectModalKey, "draft-invoice-select-modal");
crate::swap_key!(InvoicePdfPreviewModalKey, "invoice-pdf-preview-modal");
crate::swap_key!(InvoicePdfModalKey, "invoice-pdf-modal");
crate::swap_key!(CancelledInvoiceTableKey, "cancelled-invoice-table");