@mergeapi/merge-node-client 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/accounting/__package__.yml +3089 -0
- package/.mock/definition/accounting/employees.yml +24 -0
- package/.mock/definition/accounting/expenseReports.yml +938 -0
- package/.mock/definition/accounting/fieldMapping.yml +20 -0
- package/.mock/definition/accounting/items.yml +4 -0
- package/.mock/definition/accounting/payments.yml +8 -8
- package/.mock/definition/accounting/projects.yml +24 -0
- package/Client.d.ts +6 -6
- package/Client.js +17 -17
- package/api/resources/accounting/client/Client.d.ts +3 -0
- package/api/resources/accounting/client/Client.js +57 -52
- package/api/resources/accounting/resources/employees/client/Client.js +19 -1
- package/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +24 -0
- package/api/resources/accounting/resources/expenseReports/client/Client.d.ts +118 -0
- package/api/resources/accounting/resources/expenseReports/client/Client.js +667 -0
- package/api/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
- package/api/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +23 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +38 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +37 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +62 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +37 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +26 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.js +5 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/index.d.ts +6 -0
- package/api/resources/accounting/resources/expenseReports/client/requests/index.js +2 -0
- package/api/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/api/resources/accounting/resources/expenseReports/index.js +18 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +69 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +71 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +23 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +21 -0
- package/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +23 -0
- package/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/api/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/api/resources/accounting/resources/index.d.ts +3 -0
- package/api/resources/accounting/resources/index.js +4 -1
- package/api/resources/accounting/resources/projects/client/Client.js +19 -1
- package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +24 -0
- package/api/resources/accounting/types/ExpenseReport.d.ts +364 -0
- package/api/resources/accounting/types/ExpenseReport.js +5 -0
- package/api/resources/accounting/types/ExpenseReportCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLine.d.ts +366 -0
- package/api/resources/accounting/types/ExpenseReportLine.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineAccount.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineAccount.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineContact.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineContact.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineEmployee.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineEmployee.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineProject.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineProject.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +361 -0
- package/api/resources/accounting/types/ExpenseReportLineRequest.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestAccount.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestContact.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestEmployee.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestProject.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +5 -0
- package/api/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +5 -0
- package/api/resources/accounting/types/ExpenseReportLineTaxRate.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequest.d.ts +354 -0
- package/api/resources/accounting/types/ExpenseReportRequest.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequestCompany.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportRequestCompany.js +5 -0
- package/api/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +8 -0
- package/api/resources/accounting/types/ExpenseReportRequestEmployee.js +5 -0
- package/api/resources/accounting/types/ExpenseReportResponse.d.ts +10 -0
- package/api/resources/accounting/types/ExpenseReportResponse.js +5 -0
- package/api/resources/accounting/types/ExpenseReportStatus.d.ts +13 -0
- package/api/resources/accounting/types/ExpenseReportStatus.js +5 -0
- package/api/resources/accounting/types/ExpenseReportStatusEnum.d.ts +16 -0
- package/api/resources/accounting/types/ExpenseReportStatusEnum.js +12 -0
- package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/api/resources/accounting/types/Item.d.ts +9 -0
- package/api/resources/accounting/types/ItemType.d.ts +13 -0
- package/api/resources/accounting/types/ItemType.js +5 -0
- package/api/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedExpenseReportLineList.js +5 -0
- package/api/resources/accounting/types/PaginatedExpenseReportList.d.ts +9 -0
- package/api/resources/accounting/types/PaginatedExpenseReportList.js +5 -0
- package/api/resources/accounting/types/index.d.ts +26 -0
- package/api/resources/accounting/types/index.js +26 -0
- package/api/resources/index.d.ts +2 -2
- package/api/resources/index.js +3 -3
- package/dist/Client.d.ts +6 -6
- package/dist/Client.js +17 -17
- package/dist/api/resources/accounting/client/Client.d.ts +3 -0
- package/dist/api/resources/accounting/client/Client.js +57 -52
- package/dist/api/resources/accounting/resources/employees/client/Client.js +19 -1
- package/dist/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +24 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/Client.d.ts +118 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/Client.js +667 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +23 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.d.ts +38 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.d.ts +37 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsLinesRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.d.ts +62 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.d.ts +37 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRemoteFieldClassesListRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.d.ts +26 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/ExpenseReportsRetrieveRequest.js +5 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/index.d.ts +6 -0
- package/dist/api/resources/accounting/resources/expenseReports/client/requests/index.js +2 -0
- package/dist/api/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/dist/api/resources/accounting/resources/expenseReports/index.js +18 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +69 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +71 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +21 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +23 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/dist/api/resources/accounting/resources/index.d.ts +3 -0
- package/dist/api/resources/accounting/resources/index.js +4 -1
- package/dist/api/resources/accounting/resources/projects/client/Client.js +19 -1
- package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +24 -0
- package/dist/api/resources/accounting/types/ExpenseReport.d.ts +364 -0
- package/dist/api/resources/accounting/types/ExpenseReport.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLine.d.ts +366 -0
- package/dist/api/resources/accounting/types/ExpenseReportLine.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineAccount.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineAccount.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineContact.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineEmployee.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineEmployee.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineProject.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequest.d.ts +361 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequest.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestAccount.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestContact.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestEmployee.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestProject.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportLineTaxRate.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequest.d.ts +354 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequest.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestCompany.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestCompany.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +8 -0
- package/dist/api/resources/accounting/types/ExpenseReportRequestEmployee.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportResponse.d.ts +10 -0
- package/dist/api/resources/accounting/types/ExpenseReportResponse.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatus.d.ts +13 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatus.js +5 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatusEnum.d.ts +16 -0
- package/dist/api/resources/accounting/types/ExpenseReportStatusEnum.js +12 -0
- package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/api/resources/accounting/types/Item.d.ts +9 -0
- package/dist/api/resources/accounting/types/ItemType.d.ts +13 -0
- package/dist/api/resources/accounting/types/ItemType.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportLineList.js +5 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportList.d.ts +9 -0
- package/dist/api/resources/accounting/types/PaginatedExpenseReportList.js +5 -0
- package/dist/api/resources/accounting/types/index.d.ts +26 -0
- package/dist/api/resources/accounting/types/index.js +26 -0
- package/dist/api/resources/index.d.ts +2 -2
- package/dist/api/resources/index.js +3 -3
- package/dist/serialization/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +13 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +44 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/client/requests/index.js +5 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/index.js +18 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +105 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +57 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +10 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +57 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/dist/serialization/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/dist/serialization/resources/accounting/resources/index.d.ts +3 -0
- package/dist/serialization/resources/accounting/resources/index.js +4 -1
- package/dist/serialization/resources/accounting/types/ExpenseReport.d.ts +36 -0
- package/dist/serialization/resources/accounting/types/ExpenseReport.js +67 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLine.d.ts +43 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLine.js +74 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineAccount.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineContact.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineEmployee.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +41 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequest.js +72 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestProject.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportLineTaxRate.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +30 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequest.js +61 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestCompany.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestCompany.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportRequestEmployee.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportResponse.d.ts +19 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportResponse.js +50 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatus.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatus.js +42 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatusEnum.d.ts +10 -0
- package/dist/serialization/resources/accounting/types/ExpenseReportStatusEnum.js +41 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
- package/dist/serialization/resources/accounting/types/Item.d.ts +2 -0
- package/dist/serialization/resources/accounting/types/Item.js +2 -0
- package/dist/serialization/resources/accounting/types/ItemType.d.ts +11 -0
- package/dist/serialization/resources/accounting/types/ItemType.js +42 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportLineList.js +46 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportList.d.ts +15 -0
- package/dist/serialization/resources/accounting/types/PaginatedExpenseReportList.js +46 -0
- package/dist/serialization/resources/accounting/types/index.d.ts +26 -0
- package/dist/serialization/resources/accounting/types/index.js +26 -0
- package/dist/serialization/resources/index.d.ts +2 -2
- package/dist/serialization/resources/index.js +3 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +4069 -3614
- package/serialization/resources/accounting/resources/expenseReports/client/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenseReports/client/index.js +17 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.d.ts +13 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/ExpenseReportEndpointRequest.js +44 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/index.d.ts +1 -0
- package/serialization/resources/accounting/resources/expenseReports/client/requests/index.js +5 -0
- package/serialization/resources/accounting/resources/expenseReports/index.d.ts +2 -0
- package/serialization/resources/accounting/resources/expenseReports/index.js +18 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsLinesListRequestExpand.js +105 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsListRequestExpand.js +57 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.d.ts +10 -0
- package/serialization/resources/accounting/resources/expenseReports/types/ExpenseReportsRetrieveRequestExpand.js +57 -0
- package/serialization/resources/accounting/resources/expenseReports/types/index.d.ts +3 -0
- package/serialization/resources/accounting/resources/expenseReports/types/index.js +19 -0
- package/serialization/resources/accounting/resources/index.d.ts +3 -0
- package/serialization/resources/accounting/resources/index.js +4 -1
- package/serialization/resources/accounting/types/ExpenseReport.d.ts +36 -0
- package/serialization/resources/accounting/types/ExpenseReport.js +67 -0
- package/serialization/resources/accounting/types/ExpenseReportCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLine.d.ts +43 -0
- package/serialization/resources/accounting/types/ExpenseReportLine.js +74 -0
- package/serialization/resources/accounting/types/ExpenseReportLineAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineAccount.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineContact.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineContact.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineEmployee.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineProject.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineProject.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.d.ts +41 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequest.js +72 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestAccount.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestContact.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestEmployee.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestProject.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestProject.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineRequestTaxRate.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportLineTaxRate.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportLineTaxRate.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportRequest.d.ts +30 -0
- package/serialization/resources/accounting/types/ExpenseReportRequest.js +61 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestAccountingPeriod.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestCompany.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestCompany.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestEmployee.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportRequestEmployee.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportResponse.d.ts +19 -0
- package/serialization/resources/accounting/types/ExpenseReportResponse.js +50 -0
- package/serialization/resources/accounting/types/ExpenseReportStatus.d.ts +11 -0
- package/serialization/resources/accounting/types/ExpenseReportStatus.js +42 -0
- package/serialization/resources/accounting/types/ExpenseReportStatusEnum.d.ts +10 -0
- package/serialization/resources/accounting/types/ExpenseReportStatusEnum.js +41 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
- package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
- package/serialization/resources/accounting/types/Item.d.ts +2 -0
- package/serialization/resources/accounting/types/Item.js +2 -0
- package/serialization/resources/accounting/types/ItemType.d.ts +11 -0
- package/serialization/resources/accounting/types/ItemType.js +42 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportLineList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportLineList.js +46 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportList.d.ts +15 -0
- package/serialization/resources/accounting/types/PaginatedExpenseReportList.js +46 -0
- package/serialization/resources/accounting/types/index.d.ts +26 -0
- package/serialization/resources/accounting/types/index.js +26 -0
- package/serialization/resources/index.d.ts +2 -2
- package/serialization/resources/index.js +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {
|
|
8
|
+
* model: {
|
|
9
|
+
* trackingCategories: ["a1b2c3d4-e5f6-4a5b-9c3d-2e1f0a9b8c7d", "d4c3b2a1-9e8f-7g6h-5i4j-3k2l1m0n9o8p"]
|
|
10
|
+
* }
|
|
11
|
+
* }
|
|
12
|
+
*/
|
|
13
|
+
export interface ExpenseReportEndpointRequest {
|
|
14
|
+
/**
|
|
15
|
+
* Whether to include debug fields (such as log file links) in the response.
|
|
16
|
+
*/
|
|
17
|
+
isDebugMode?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Whether or not third-party updates should be run asynchronously.
|
|
20
|
+
*/
|
|
21
|
+
runAsync?: boolean;
|
|
22
|
+
model: Merge.accounting.ExpenseReportRequest;
|
|
23
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {}
|
|
8
|
+
*/
|
|
9
|
+
export interface ExpenseReportsLinesListRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The pagination cursor value.
|
|
12
|
+
*/
|
|
13
|
+
cursor?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
16
|
+
*/
|
|
17
|
+
expand?: Merge.accounting.ExpenseReportsLinesListRequestExpand;
|
|
18
|
+
/**
|
|
19
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
20
|
+
*/
|
|
21
|
+
includeDeletedData?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
24
|
+
*/
|
|
25
|
+
includeRemoteData?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
28
|
+
*/
|
|
29
|
+
includeRemoteFields?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
32
|
+
*/
|
|
33
|
+
includeShellData?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Number of results to return per page.
|
|
36
|
+
*/
|
|
37
|
+
pageSize?: number;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface ExpenseReportsLinesRemoteFieldClassesListRequest {
|
|
9
|
+
/**
|
|
10
|
+
* The pagination cursor value.
|
|
11
|
+
*/
|
|
12
|
+
cursor?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
15
|
+
*/
|
|
16
|
+
includeDeletedData?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
19
|
+
*/
|
|
20
|
+
includeRemoteData?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
23
|
+
*/
|
|
24
|
+
includeShellData?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* If provided, will only return remote field classes with this is_common_model_field value
|
|
27
|
+
*/
|
|
28
|
+
isCommonModelField?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* If provided, will only return remote fields classes with this is_custom value
|
|
31
|
+
*/
|
|
32
|
+
isCustom?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Number of results to return per page.
|
|
35
|
+
*/
|
|
36
|
+
pageSize?: number;
|
|
37
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {}
|
|
8
|
+
*/
|
|
9
|
+
export interface ExpenseReportsListRequest {
|
|
10
|
+
/**
|
|
11
|
+
* If provided, will only return expense reports for this company.
|
|
12
|
+
*/
|
|
13
|
+
companyId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* If provided, will only return objects created after this datetime.
|
|
16
|
+
*/
|
|
17
|
+
createdAfter?: Date;
|
|
18
|
+
/**
|
|
19
|
+
* If provided, will only return objects created before this datetime.
|
|
20
|
+
*/
|
|
21
|
+
createdBefore?: Date;
|
|
22
|
+
/**
|
|
23
|
+
* The pagination cursor value.
|
|
24
|
+
*/
|
|
25
|
+
cursor?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
28
|
+
*/
|
|
29
|
+
expand?: Merge.accounting.ExpenseReportsListRequestExpand;
|
|
30
|
+
/**
|
|
31
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
32
|
+
*/
|
|
33
|
+
includeDeletedData?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
36
|
+
*/
|
|
37
|
+
includeRemoteData?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
40
|
+
*/
|
|
41
|
+
includeRemoteFields?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
44
|
+
*/
|
|
45
|
+
includeShellData?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* If provided, only objects synced by Merge after this date time will be returned.
|
|
48
|
+
*/
|
|
49
|
+
modifiedAfter?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* If provided, only objects synced by Merge before this date time will be returned.
|
|
52
|
+
*/
|
|
53
|
+
modifiedBefore?: Date;
|
|
54
|
+
/**
|
|
55
|
+
* Number of results to return per page.
|
|
56
|
+
*/
|
|
57
|
+
pageSize?: number;
|
|
58
|
+
/**
|
|
59
|
+
* The API provider's ID for the given object.
|
|
60
|
+
*/
|
|
61
|
+
remoteId?: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* {}
|
|
7
|
+
*/
|
|
8
|
+
export interface ExpenseReportsRemoteFieldClassesListRequest {
|
|
9
|
+
/**
|
|
10
|
+
* The pagination cursor value.
|
|
11
|
+
*/
|
|
12
|
+
cursor?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
|
|
15
|
+
*/
|
|
16
|
+
includeDeletedData?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
19
|
+
*/
|
|
20
|
+
includeRemoteData?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
23
|
+
*/
|
|
24
|
+
includeShellData?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* If provided, will only return remote field classes with this is_common_model_field value
|
|
27
|
+
*/
|
|
28
|
+
isCommonModelField?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* If provided, will only return remote fields classes with this is_custom value
|
|
31
|
+
*/
|
|
32
|
+
isCustom?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Number of results to return per page.
|
|
35
|
+
*/
|
|
36
|
+
pageSize?: number;
|
|
37
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Merge from "../../../../../../index";
|
|
5
|
+
/**
|
|
6
|
+
* @example
|
|
7
|
+
* {}
|
|
8
|
+
*/
|
|
9
|
+
export interface ExpenseReportsRetrieveRequest {
|
|
10
|
+
/**
|
|
11
|
+
* Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
|
|
12
|
+
*/
|
|
13
|
+
expand?: Merge.accounting.ExpenseReportsRetrieveRequestExpand;
|
|
14
|
+
/**
|
|
15
|
+
* Whether to include the original data Merge fetched from the third-party to produce these models.
|
|
16
|
+
*/
|
|
17
|
+
includeRemoteData?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
|
|
20
|
+
*/
|
|
21
|
+
includeRemoteFields?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
|
|
24
|
+
*/
|
|
25
|
+
includeShellData?: boolean;
|
|
26
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { type ExpenseReportsListRequest } from "./ExpenseReportsListRequest";
|
|
2
|
+
export { type ExpenseReportEndpointRequest } from "./ExpenseReportEndpointRequest";
|
|
3
|
+
export { type ExpenseReportsLinesListRequest } from "./ExpenseReportsLinesListRequest";
|
|
4
|
+
export { type ExpenseReportsRetrieveRequest } from "./ExpenseReportsRetrieveRequest";
|
|
5
|
+
export { type ExpenseReportsLinesRemoteFieldClassesListRequest } from "./ExpenseReportsLinesRemoteFieldClassesListRequest";
|
|
6
|
+
export { type ExpenseReportsRemoteFieldClassesListRequest } from "./ExpenseReportsRemoteFieldClassesListRequest";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
18
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ExpenseReportsLinesListRequestExpand = "account" | "account,company" | "account,company,contact" | "account,company,contact,tax_rate" | "account,company,tax_rate" | "account,contact" | "account,contact,tax_rate" | "account,employee" | "account,employee,company" | "account,employee,company,contact" | "account,employee,company,contact,tax_rate" | "account,employee,company,tax_rate" | "account,employee,contact" | "account,employee,contact,tax_rate" | "account,employee,project" | "account,employee,project,company" | "account,employee,project,company,contact" | "account,employee,project,company,contact,tax_rate" | "account,employee,project,company,tax_rate" | "account,employee,project,contact" | "account,employee,project,contact,tax_rate" | "account,employee,project,tax_rate" | "account,employee,tax_rate" | "account,project" | "account,project,company" | "account,project,company,contact" | "account,project,company,contact,tax_rate" | "account,project,company,tax_rate" | "account,project,contact" | "account,project,contact,tax_rate" | "account,project,tax_rate" | "account,tax_rate" | "company" | "company,contact" | "company,contact,tax_rate" | "company,tax_rate" | "contact" | "contact,tax_rate" | "employee" | "employee,company" | "employee,company,contact" | "employee,company,contact,tax_rate" | "employee,company,tax_rate" | "employee,contact" | "employee,contact,tax_rate" | "employee,project" | "employee,project,company" | "employee,project,company,contact" | "employee,project,company,contact,tax_rate" | "employee,project,company,tax_rate" | "employee,project,contact" | "employee,project,contact,tax_rate" | "employee,project,tax_rate" | "employee,tax_rate" | "project" | "project,company" | "project,company,contact" | "project,company,contact,tax_rate" | "project,company,tax_rate" | "project,contact" | "project,contact,tax_rate" | "project,tax_rate" | "tax_rate";
|
|
5
|
+
export declare const ExpenseReportsLinesListRequestExpand: {
|
|
6
|
+
readonly Account: "account";
|
|
7
|
+
readonly AccountCompany: "account,company";
|
|
8
|
+
readonly AccountCompanyContact: "account,company,contact";
|
|
9
|
+
readonly AccountCompanyContactTaxRate: "account,company,contact,tax_rate";
|
|
10
|
+
readonly AccountCompanyTaxRate: "account,company,tax_rate";
|
|
11
|
+
readonly AccountContact: "account,contact";
|
|
12
|
+
readonly AccountContactTaxRate: "account,contact,tax_rate";
|
|
13
|
+
readonly AccountEmployee: "account,employee";
|
|
14
|
+
readonly AccountEmployeeCompany: "account,employee,company";
|
|
15
|
+
readonly AccountEmployeeCompanyContact: "account,employee,company,contact";
|
|
16
|
+
readonly AccountEmployeeCompanyContactTaxRate: "account,employee,company,contact,tax_rate";
|
|
17
|
+
readonly AccountEmployeeCompanyTaxRate: "account,employee,company,tax_rate";
|
|
18
|
+
readonly AccountEmployeeContact: "account,employee,contact";
|
|
19
|
+
readonly AccountEmployeeContactTaxRate: "account,employee,contact,tax_rate";
|
|
20
|
+
readonly AccountEmployeeProject: "account,employee,project";
|
|
21
|
+
readonly AccountEmployeeProjectCompany: "account,employee,project,company";
|
|
22
|
+
readonly AccountEmployeeProjectCompanyContact: "account,employee,project,company,contact";
|
|
23
|
+
readonly AccountEmployeeProjectCompanyContactTaxRate: "account,employee,project,company,contact,tax_rate";
|
|
24
|
+
readonly AccountEmployeeProjectCompanyTaxRate: "account,employee,project,company,tax_rate";
|
|
25
|
+
readonly AccountEmployeeProjectContact: "account,employee,project,contact";
|
|
26
|
+
readonly AccountEmployeeProjectContactTaxRate: "account,employee,project,contact,tax_rate";
|
|
27
|
+
readonly AccountEmployeeProjectTaxRate: "account,employee,project,tax_rate";
|
|
28
|
+
readonly AccountEmployeeTaxRate: "account,employee,tax_rate";
|
|
29
|
+
readonly AccountProject: "account,project";
|
|
30
|
+
readonly AccountProjectCompany: "account,project,company";
|
|
31
|
+
readonly AccountProjectCompanyContact: "account,project,company,contact";
|
|
32
|
+
readonly AccountProjectCompanyContactTaxRate: "account,project,company,contact,tax_rate";
|
|
33
|
+
readonly AccountProjectCompanyTaxRate: "account,project,company,tax_rate";
|
|
34
|
+
readonly AccountProjectContact: "account,project,contact";
|
|
35
|
+
readonly AccountProjectContactTaxRate: "account,project,contact,tax_rate";
|
|
36
|
+
readonly AccountProjectTaxRate: "account,project,tax_rate";
|
|
37
|
+
readonly AccountTaxRate: "account,tax_rate";
|
|
38
|
+
readonly Company: "company";
|
|
39
|
+
readonly CompanyContact: "company,contact";
|
|
40
|
+
readonly CompanyContactTaxRate: "company,contact,tax_rate";
|
|
41
|
+
readonly CompanyTaxRate: "company,tax_rate";
|
|
42
|
+
readonly Contact: "contact";
|
|
43
|
+
readonly ContactTaxRate: "contact,tax_rate";
|
|
44
|
+
readonly Employee: "employee";
|
|
45
|
+
readonly EmployeeCompany: "employee,company";
|
|
46
|
+
readonly EmployeeCompanyContact: "employee,company,contact";
|
|
47
|
+
readonly EmployeeCompanyContactTaxRate: "employee,company,contact,tax_rate";
|
|
48
|
+
readonly EmployeeCompanyTaxRate: "employee,company,tax_rate";
|
|
49
|
+
readonly EmployeeContact: "employee,contact";
|
|
50
|
+
readonly EmployeeContactTaxRate: "employee,contact,tax_rate";
|
|
51
|
+
readonly EmployeeProject: "employee,project";
|
|
52
|
+
readonly EmployeeProjectCompany: "employee,project,company";
|
|
53
|
+
readonly EmployeeProjectCompanyContact: "employee,project,company,contact";
|
|
54
|
+
readonly EmployeeProjectCompanyContactTaxRate: "employee,project,company,contact,tax_rate";
|
|
55
|
+
readonly EmployeeProjectCompanyTaxRate: "employee,project,company,tax_rate";
|
|
56
|
+
readonly EmployeeProjectContact: "employee,project,contact";
|
|
57
|
+
readonly EmployeeProjectContactTaxRate: "employee,project,contact,tax_rate";
|
|
58
|
+
readonly EmployeeProjectTaxRate: "employee,project,tax_rate";
|
|
59
|
+
readonly EmployeeTaxRate: "employee,tax_rate";
|
|
60
|
+
readonly Project: "project";
|
|
61
|
+
readonly ProjectCompany: "project,company";
|
|
62
|
+
readonly ProjectCompanyContact: "project,company,contact";
|
|
63
|
+
readonly ProjectCompanyContactTaxRate: "project,company,contact,tax_rate";
|
|
64
|
+
readonly ProjectCompanyTaxRate: "project,company,tax_rate";
|
|
65
|
+
readonly ProjectContact: "project,contact";
|
|
66
|
+
readonly ProjectContactTaxRate: "project,contact,tax_rate";
|
|
67
|
+
readonly ProjectTaxRate: "project,tax_rate";
|
|
68
|
+
readonly TaxRate: "tax_rate";
|
|
69
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ExpenseReportsLinesListRequestExpand = void 0;
|
|
7
|
+
exports.ExpenseReportsLinesListRequestExpand = {
|
|
8
|
+
Account: "account",
|
|
9
|
+
AccountCompany: "account,company",
|
|
10
|
+
AccountCompanyContact: "account,company,contact",
|
|
11
|
+
AccountCompanyContactTaxRate: "account,company,contact,tax_rate",
|
|
12
|
+
AccountCompanyTaxRate: "account,company,tax_rate",
|
|
13
|
+
AccountContact: "account,contact",
|
|
14
|
+
AccountContactTaxRate: "account,contact,tax_rate",
|
|
15
|
+
AccountEmployee: "account,employee",
|
|
16
|
+
AccountEmployeeCompany: "account,employee,company",
|
|
17
|
+
AccountEmployeeCompanyContact: "account,employee,company,contact",
|
|
18
|
+
AccountEmployeeCompanyContactTaxRate: "account,employee,company,contact,tax_rate",
|
|
19
|
+
AccountEmployeeCompanyTaxRate: "account,employee,company,tax_rate",
|
|
20
|
+
AccountEmployeeContact: "account,employee,contact",
|
|
21
|
+
AccountEmployeeContactTaxRate: "account,employee,contact,tax_rate",
|
|
22
|
+
AccountEmployeeProject: "account,employee,project",
|
|
23
|
+
AccountEmployeeProjectCompany: "account,employee,project,company",
|
|
24
|
+
AccountEmployeeProjectCompanyContact: "account,employee,project,company,contact",
|
|
25
|
+
AccountEmployeeProjectCompanyContactTaxRate: "account,employee,project,company,contact,tax_rate",
|
|
26
|
+
AccountEmployeeProjectCompanyTaxRate: "account,employee,project,company,tax_rate",
|
|
27
|
+
AccountEmployeeProjectContact: "account,employee,project,contact",
|
|
28
|
+
AccountEmployeeProjectContactTaxRate: "account,employee,project,contact,tax_rate",
|
|
29
|
+
AccountEmployeeProjectTaxRate: "account,employee,project,tax_rate",
|
|
30
|
+
AccountEmployeeTaxRate: "account,employee,tax_rate",
|
|
31
|
+
AccountProject: "account,project",
|
|
32
|
+
AccountProjectCompany: "account,project,company",
|
|
33
|
+
AccountProjectCompanyContact: "account,project,company,contact",
|
|
34
|
+
AccountProjectCompanyContactTaxRate: "account,project,company,contact,tax_rate",
|
|
35
|
+
AccountProjectCompanyTaxRate: "account,project,company,tax_rate",
|
|
36
|
+
AccountProjectContact: "account,project,contact",
|
|
37
|
+
AccountProjectContactTaxRate: "account,project,contact,tax_rate",
|
|
38
|
+
AccountProjectTaxRate: "account,project,tax_rate",
|
|
39
|
+
AccountTaxRate: "account,tax_rate",
|
|
40
|
+
Company: "company",
|
|
41
|
+
CompanyContact: "company,contact",
|
|
42
|
+
CompanyContactTaxRate: "company,contact,tax_rate",
|
|
43
|
+
CompanyTaxRate: "company,tax_rate",
|
|
44
|
+
Contact: "contact",
|
|
45
|
+
ContactTaxRate: "contact,tax_rate",
|
|
46
|
+
Employee: "employee",
|
|
47
|
+
EmployeeCompany: "employee,company",
|
|
48
|
+
EmployeeCompanyContact: "employee,company,contact",
|
|
49
|
+
EmployeeCompanyContactTaxRate: "employee,company,contact,tax_rate",
|
|
50
|
+
EmployeeCompanyTaxRate: "employee,company,tax_rate",
|
|
51
|
+
EmployeeContact: "employee,contact",
|
|
52
|
+
EmployeeContactTaxRate: "employee,contact,tax_rate",
|
|
53
|
+
EmployeeProject: "employee,project",
|
|
54
|
+
EmployeeProjectCompany: "employee,project,company",
|
|
55
|
+
EmployeeProjectCompanyContact: "employee,project,company,contact",
|
|
56
|
+
EmployeeProjectCompanyContactTaxRate: "employee,project,company,contact,tax_rate",
|
|
57
|
+
EmployeeProjectCompanyTaxRate: "employee,project,company,tax_rate",
|
|
58
|
+
EmployeeProjectContact: "employee,project,contact",
|
|
59
|
+
EmployeeProjectContactTaxRate: "employee,project,contact,tax_rate",
|
|
60
|
+
EmployeeProjectTaxRate: "employee,project,tax_rate",
|
|
61
|
+
EmployeeTaxRate: "employee,tax_rate",
|
|
62
|
+
Project: "project",
|
|
63
|
+
ProjectCompany: "project,company",
|
|
64
|
+
ProjectCompanyContact: "project,company,contact",
|
|
65
|
+
ProjectCompanyContactTaxRate: "project,company,contact,tax_rate",
|
|
66
|
+
ProjectCompanyTaxRate: "project,company,tax_rate",
|
|
67
|
+
ProjectContact: "project,contact",
|
|
68
|
+
ProjectContactTaxRate: "project,contact,tax_rate",
|
|
69
|
+
ProjectTaxRate: "project,tax_rate",
|
|
70
|
+
TaxRate: "tax_rate",
|
|
71
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ExpenseReportsListRequestExpand = "accounting_period" | "accounting_period,company" | "company" | "employee" | "employee,accounting_period" | "employee,accounting_period,company" | "employee,company" | "lines" | "lines,accounting_period" | "lines,accounting_period,company" | "lines,company" | "lines,employee" | "lines,employee,accounting_period" | "lines,employee,accounting_period,company" | "lines,employee,company";
|
|
5
|
+
export declare const ExpenseReportsListRequestExpand: {
|
|
6
|
+
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AccountingPeriodCompany: "accounting_period,company";
|
|
8
|
+
readonly Company: "company";
|
|
9
|
+
readonly Employee: "employee";
|
|
10
|
+
readonly EmployeeAccountingPeriod: "employee,accounting_period";
|
|
11
|
+
readonly EmployeeAccountingPeriodCompany: "employee,accounting_period,company";
|
|
12
|
+
readonly EmployeeCompany: "employee,company";
|
|
13
|
+
readonly Lines: "lines";
|
|
14
|
+
readonly LinesAccountingPeriod: "lines,accounting_period";
|
|
15
|
+
readonly LinesAccountingPeriodCompany: "lines,accounting_period,company";
|
|
16
|
+
readonly LinesCompany: "lines,company";
|
|
17
|
+
readonly LinesEmployee: "lines,employee";
|
|
18
|
+
readonly LinesEmployeeAccountingPeriod: "lines,employee,accounting_period";
|
|
19
|
+
readonly LinesEmployeeAccountingPeriodCompany: "lines,employee,accounting_period,company";
|
|
20
|
+
readonly LinesEmployeeCompany: "lines,employee,company";
|
|
21
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ExpenseReportsListRequestExpand = void 0;
|
|
7
|
+
exports.ExpenseReportsListRequestExpand = {
|
|
8
|
+
AccountingPeriod: "accounting_period",
|
|
9
|
+
AccountingPeriodCompany: "accounting_period,company",
|
|
10
|
+
Company: "company",
|
|
11
|
+
Employee: "employee",
|
|
12
|
+
EmployeeAccountingPeriod: "employee,accounting_period",
|
|
13
|
+
EmployeeAccountingPeriodCompany: "employee,accounting_period,company",
|
|
14
|
+
EmployeeCompany: "employee,company",
|
|
15
|
+
Lines: "lines",
|
|
16
|
+
LinesAccountingPeriod: "lines,accounting_period",
|
|
17
|
+
LinesAccountingPeriodCompany: "lines,accounting_period,company",
|
|
18
|
+
LinesCompany: "lines,company",
|
|
19
|
+
LinesEmployee: "lines,employee",
|
|
20
|
+
LinesEmployeeAccountingPeriod: "lines,employee,accounting_period",
|
|
21
|
+
LinesEmployeeAccountingPeriodCompany: "lines,employee,accounting_period,company",
|
|
22
|
+
LinesEmployeeCompany: "lines,employee,company",
|
|
23
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export type ExpenseReportsRetrieveRequestExpand = "accounting_period" | "accounting_period,company" | "company" | "employee" | "employee,accounting_period" | "employee,accounting_period,company" | "employee,company" | "lines" | "lines,accounting_period" | "lines,accounting_period,company" | "lines,company" | "lines,employee" | "lines,employee,accounting_period" | "lines,employee,accounting_period,company" | "lines,employee,company";
|
|
5
|
+
export declare const ExpenseReportsRetrieveRequestExpand: {
|
|
6
|
+
readonly AccountingPeriod: "accounting_period";
|
|
7
|
+
readonly AccountingPeriodCompany: "accounting_period,company";
|
|
8
|
+
readonly Company: "company";
|
|
9
|
+
readonly Employee: "employee";
|
|
10
|
+
readonly EmployeeAccountingPeriod: "employee,accounting_period";
|
|
11
|
+
readonly EmployeeAccountingPeriodCompany: "employee,accounting_period,company";
|
|
12
|
+
readonly EmployeeCompany: "employee,company";
|
|
13
|
+
readonly Lines: "lines";
|
|
14
|
+
readonly LinesAccountingPeriod: "lines,accounting_period";
|
|
15
|
+
readonly LinesAccountingPeriodCompany: "lines,accounting_period,company";
|
|
16
|
+
readonly LinesCompany: "lines,company";
|
|
17
|
+
readonly LinesEmployee: "lines,employee";
|
|
18
|
+
readonly LinesEmployeeAccountingPeriod: "lines,employee,accounting_period";
|
|
19
|
+
readonly LinesEmployeeAccountingPeriodCompany: "lines,employee,accounting_period,company";
|
|
20
|
+
readonly LinesEmployeeCompany: "lines,employee,company";
|
|
21
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ExpenseReportsRetrieveRequestExpand = void 0;
|
|
7
|
+
exports.ExpenseReportsRetrieveRequestExpand = {
|
|
8
|
+
AccountingPeriod: "accounting_period",
|
|
9
|
+
AccountingPeriodCompany: "accounting_period,company",
|
|
10
|
+
Company: "company",
|
|
11
|
+
Employee: "employee",
|
|
12
|
+
EmployeeAccountingPeriod: "employee,accounting_period",
|
|
13
|
+
EmployeeAccountingPeriodCompany: "employee,accounting_period,company",
|
|
14
|
+
EmployeeCompany: "employee,company",
|
|
15
|
+
Lines: "lines",
|
|
16
|
+
LinesAccountingPeriod: "lines,accounting_period",
|
|
17
|
+
LinesAccountingPeriodCompany: "lines,accounting_period,company",
|
|
18
|
+
LinesCompany: "lines,company",
|
|
19
|
+
LinesEmployee: "lines,employee",
|
|
20
|
+
LinesEmployeeAccountingPeriod: "lines,employee,accounting_period",
|
|
21
|
+
LinesEmployeeAccountingPeriodCompany: "lines,employee,accounting_period,company",
|
|
22
|
+
LinesEmployeeCompany: "lines,employee,company",
|
|
23
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ExpenseReportsListRequestExpand"), exports);
|
|
18
|
+
__exportStar(require("./ExpenseReportsLinesListRequestExpand"), exports);
|
|
19
|
+
__exportStar(require("./ExpenseReportsRetrieveRequestExpand"), exports);
|
|
@@ -8,6 +8,8 @@ export * as contacts from "./contacts";
|
|
|
8
8
|
export * from "./contacts/types";
|
|
9
9
|
export * as creditNotes from "./creditNotes";
|
|
10
10
|
export * from "./creditNotes/types";
|
|
11
|
+
export * as expenseReports from "./expenseReports";
|
|
12
|
+
export * from "./expenseReports/types";
|
|
11
13
|
export * as expenses from "./expenses";
|
|
12
14
|
export * from "./expenses/types";
|
|
13
15
|
export * as generalLedgerTransactions from "./generalLedgerTransactions";
|
|
@@ -76,6 +78,7 @@ export * from "./contacts/client/requests";
|
|
|
76
78
|
export * from "./creditNotes/client/requests";
|
|
77
79
|
export * from "./scopes/client/requests";
|
|
78
80
|
export * from "./employees/client/requests";
|
|
81
|
+
export * from "./expenseReports/client/requests";
|
|
79
82
|
export * from "./expenses/client/requests";
|
|
80
83
|
export * from "./fieldMapping/client/requests";
|
|
81
84
|
export * from "./generalLedgerTransactions/client/requests";
|
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.paymentTerms = exports.paymentMethods = exports.passthrough = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.employees = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.bankFeedTransactions = exports.bankFeedAccounts = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncTasks = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.projects = exports.payments = exports.linkedAccounts = exports.linkToken = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.generalLedgerTransactions = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
|
|
39
|
+
exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.paymentTerms = exports.paymentMethods = exports.passthrough = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.employees = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.bankFeedTransactions = exports.bankFeedAccounts = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncTasks = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.projects = exports.payments = exports.linkedAccounts = exports.linkToken = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.generalLedgerTransactions = exports.expenses = exports.expenseReports = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
|
|
40
40
|
exports.accounts = __importStar(require("./accounts"));
|
|
41
41
|
__exportStar(require("./accounts/types"), exports);
|
|
42
42
|
exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
|
|
@@ -47,6 +47,8 @@ exports.contacts = __importStar(require("./contacts"));
|
|
|
47
47
|
__exportStar(require("./contacts/types"), exports);
|
|
48
48
|
exports.creditNotes = __importStar(require("./creditNotes"));
|
|
49
49
|
__exportStar(require("./creditNotes/types"), exports);
|
|
50
|
+
exports.expenseReports = __importStar(require("./expenseReports"));
|
|
51
|
+
__exportStar(require("./expenseReports/types"), exports);
|
|
50
52
|
exports.expenses = __importStar(require("./expenses"));
|
|
51
53
|
__exportStar(require("./expenses/types"), exports);
|
|
52
54
|
exports.generalLedgerTransactions = __importStar(require("./generalLedgerTransactions"));
|
|
@@ -115,6 +117,7 @@ __exportStar(require("./contacts/client/requests"), exports);
|
|
|
115
117
|
__exportStar(require("./creditNotes/client/requests"), exports);
|
|
116
118
|
__exportStar(require("./scopes/client/requests"), exports);
|
|
117
119
|
__exportStar(require("./employees/client/requests"), exports);
|
|
120
|
+
__exportStar(require("./expenseReports/client/requests"), exports);
|
|
118
121
|
__exportStar(require("./expenses/client/requests"), exports);
|
|
119
122
|
__exportStar(require("./fieldMapping/client/requests"), exports);
|
|
120
123
|
__exportStar(require("./generalLedgerTransactions/client/requests"), exports);
|