index.ts•2.48 kB
import ListAccountsTool from "./list-accounts.tool.js";
import ListAgedPayablesByContact from "./list-aged-payables-by-contact.tool.js";
import ListAgedReceivablesByContact
from "./list-aged-receivables-by-contact.tool.js";
import ListBankTransactionsTool from "./list-bank-transactions.tool.js";
import ListContactsTool from "./list-contacts.tool.js";
import ListCreditNotesTool from "./list-credit-notes.tool.js";
import ListInvoicesTool from "./list-invoices.tool.js";
import ListItemsTool from "./list-items.tool.js";
import ListManualJournalsTool from "./list-manual-journals.tool.js";
import ListOrganisationDetailsTool from "./list-organisation-details.tool.js";
import ListPaymentsTool from "./list-payments.tool.js";
import ListPayrollEmployeeLeaveBalancesTool
from "./list-payroll-employee-leave-balances.tool.js";
import ListPayrollEmployeeLeaveTypesTool
from "./list-payroll-employee-leave-types.tool.js";
import ListPayrollEmployeeLeaveTool
from "./list-payroll-employee-leave.tool.js";
import ListPayrollEmployeesTool from "./list-payroll-employees.tool.js";
import ListPayrollLeavePeriodsToolTool
from "./list-payroll-leave-periods.tool.js";
import ListPayrollLeaveTypesTool from "./list-payroll-leave-types.tool.js";
import ListPayrollTimesheetsTool from "./list-payroll-timesheets.tool.js";
import ListProfitAndLossTool from "./list-profit-and-loss.tool.js";
import ListQuotesTool from "./list-quotes.tool.js";
import ListReportBalanceSheetTool from "./list-report-balance-sheet.tool.js";
import ListTaxRatesTool from "./list-tax-rates.tool.js";
import ListTrackingCategoriesTool from "./list-tracking-categories.tool.js";
import ListTrialBalanceTool from "./list-trial-balance.tool.js";
import ListContactGroupsTool from "./list-contact-groups.tool.js";
export const ListTools = [
ListAccountsTool,
ListContactsTool,
ListCreditNotesTool,
ListInvoicesTool,
ListItemsTool,
ListManualJournalsTool,
ListQuotesTool,
ListTaxRatesTool,
ListTrialBalanceTool,
ListPaymentsTool,
ListProfitAndLossTool,
ListBankTransactionsTool,
ListPayrollEmployeesTool,
ListReportBalanceSheetTool,
ListOrganisationDetailsTool,
ListPayrollEmployeeLeaveTool,
ListPayrollLeavePeriodsToolTool,
ListPayrollEmployeeLeaveTypesTool,
ListPayrollEmployeeLeaveBalancesTool,
ListPayrollLeaveTypesTool,
ListAgedReceivablesByContact,
ListAgedPayablesByContact,
ListPayrollTimesheetsTool,
ListContactGroupsTool,
ListTrackingCategoriesTool
];