@mergeapi/merge-node-client 1.0.9 → 1.0.10

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.
Files changed (949) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +9 -9
  3. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  4. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  5. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
  6. package/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +5 -1
  7. package/api/resources/accounting/resources/accounts/client/Client.js +8 -5
  8. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  9. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  10. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  11. package/api/resources/accounting/resources/attachments/client/Client.js +8 -5
  12. package/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  13. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  14. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  15. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  16. package/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
  17. package/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +5 -1
  18. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
  19. package/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +5 -1
  20. package/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
  21. package/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -1
  22. package/api/resources/accounting/resources/contacts/client/Client.d.ts +7 -0
  23. package/api/resources/accounting/resources/contacts/client/Client.js +91 -6
  24. package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +9 -1
  25. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +33 -0
  26. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.js +5 -0
  27. package/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
  28. package/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  29. package/api/resources/accounting/resources/creditNotes/client/Client.js +6 -3
  30. package/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +5 -1
  31. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  32. package/api/resources/accounting/resources/expenses/client/Client.d.ts +14 -0
  33. package/api/resources/accounting/resources/expenses/client/Client.js +167 -6
  34. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  35. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.js +5 -0
  36. package/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +9 -1
  37. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +33 -0
  38. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.js +5 -0
  39. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
  40. package/api/resources/accounting/resources/expenses/client/requests/index.d.ts +2 -0
  41. package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  42. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
  43. package/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
  44. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  45. package/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
  46. package/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +5 -1
  47. package/api/resources/accounting/resources/invoices/client/Client.d.ts +14 -0
  48. package/api/resources/accounting/resources/invoices/client/Client.js +169 -8
  49. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  50. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.js +5 -0
  51. package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +9 -1
  52. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +33 -0
  53. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.js +5 -0
  54. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
  55. package/api/resources/accounting/resources/invoices/client/requests/index.d.ts +2 -0
  56. package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -1
  57. package/api/resources/accounting/resources/issues/client/Client.js +7 -4
  58. package/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  59. package/api/resources/accounting/resources/items/client/Client.js +6 -3
  60. package/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -1
  61. package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +25 -1
  62. package/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  63. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +25 -1
  64. package/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  65. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +14 -0
  66. package/api/resources/accounting/resources/journalEntries/client/Client.js +167 -6
  67. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  68. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.js +5 -0
  69. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +9 -1
  70. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +33 -0
  71. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.js +5 -0
  72. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
  73. package/api/resources/accounting/resources/journalEntries/client/requests/index.d.ts +2 -0
  74. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  75. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +9 -2
  76. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  77. package/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  78. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  79. package/api/resources/accounting/resources/payments/client/Client.d.ts +14 -0
  80. package/api/resources/accounting/resources/payments/client/Client.js +169 -8
  81. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  82. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.js +5 -0
  83. package/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +9 -1
  84. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +33 -0
  85. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.js +5 -0
  86. package/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
  87. package/api/resources/accounting/resources/payments/client/requests/index.d.ts +2 -0
  88. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  89. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +14 -0
  90. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +167 -6
  91. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  92. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.js +5 -0
  93. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +9 -1
  94. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +33 -0
  95. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.js +5 -0
  96. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
  97. package/api/resources/accounting/resources/purchaseOrders/client/requests/index.d.ts +2 -0
  98. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  99. package/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -3
  100. package/api/resources/accounting/resources/scopes/client/Client.js +6 -6
  101. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  102. package/api/resources/accounting/resources/taxRates/client/Client.js +6 -3
  103. package/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +5 -1
  104. package/api/resources/accounting/resources/trackingCategories/client/Client.js +6 -3
  105. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +5 -1
  106. package/api/resources/accounting/resources/transactions/client/Client.js +6 -3
  107. package/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +5 -1
  108. package/api/resources/accounting/resources/vendorCredits/client/Client.js +6 -3
  109. package/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +5 -1
  110. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  111. package/api/resources/accounting/types/Account.d.ts +1 -1
  112. package/api/resources/accounting/types/AccountDetails.d.ts +2 -0
  113. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  114. package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  115. package/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  116. package/api/resources/accounting/types/AccountIntegration.d.ts +4 -2
  117. package/api/resources/accounting/types/AccountingAttachment.d.ts +1 -1
  118. package/api/resources/accounting/types/AccountingPeriod.d.ts +7 -3
  119. package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  120. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  121. package/api/resources/accounting/types/BalanceSheet.d.ts +1 -1
  122. package/api/resources/accounting/types/CashFlowStatement.d.ts +1 -1
  123. package/api/resources/accounting/types/CompanyInfo.d.ts +1 -1
  124. package/api/resources/accounting/types/ComponentTypeEnum.d.ts +12 -0
  125. package/api/resources/accounting/types/ComponentTypeEnum.js +10 -0
  126. package/api/resources/accounting/types/Contact.d.ts +2 -1
  127. package/api/resources/accounting/types/ContactRequest.d.ts +1 -0
  128. package/api/resources/accounting/types/CreditNote.d.ts +3 -1
  129. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +4 -2
  130. package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  131. package/api/resources/accounting/types/EventTypeEnum.js +1 -0
  132. package/api/resources/accounting/types/Expense.d.ts +4 -1
  133. package/api/resources/accounting/types/ExpenseLine.d.ts +4 -1
  134. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +4 -0
  135. package/api/resources/accounting/types/ExpenseRequest.d.ts +3 -0
  136. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  137. package/api/resources/accounting/types/FieldFormatEnum.d.ts +20 -0
  138. package/api/resources/accounting/types/FieldFormatEnum.js +14 -0
  139. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  140. package/api/resources/accounting/types/FieldTypeEnum.d.ts +20 -0
  141. package/api/resources/accounting/types/FieldTypeEnum.js +14 -0
  142. package/api/resources/accounting/types/IncomeStatement.d.ts +1 -1
  143. package/api/resources/accounting/types/Invoice.d.ts +10 -4
  144. package/api/resources/accounting/types/InvoiceLineItem.d.ts +5 -1
  145. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  146. package/api/resources/accounting/types/InvoiceRequest.d.ts +10 -5
  147. package/api/resources/accounting/types/Item.d.ts +5 -1
  148. package/api/resources/accounting/types/ItemFormatEnum.d.ts +20 -0
  149. package/api/resources/accounting/types/ItemFormatEnum.js +14 -0
  150. package/api/resources/accounting/types/ItemPurchaseTaxRate.d.ts +8 -0
  151. package/api/resources/accounting/types/ItemPurchaseTaxRate.js +5 -0
  152. package/api/resources/accounting/types/ItemSalesTaxRate.d.ts +8 -0
  153. package/api/resources/accounting/types/ItemSalesTaxRate.js +5 -0
  154. package/api/resources/accounting/types/ItemSchema.d.ts +9 -0
  155. package/api/resources/accounting/types/ItemSchema.js +5 -0
  156. package/api/resources/accounting/types/ItemTypeEnum.d.ts +20 -0
  157. package/api/resources/accounting/types/ItemTypeEnum.js +14 -0
  158. package/api/resources/accounting/types/JournalEntry.d.ts +8 -4
  159. package/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
  160. package/api/resources/accounting/types/JournalLine.d.ts +5 -1
  161. package/api/resources/accounting/types/JournalLineRequest.d.ts +4 -0
  162. package/api/resources/accounting/types/LanguageEnum.d.ts +12 -0
  163. package/api/resources/accounting/types/LanguageEnum.js +10 -0
  164. package/api/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +9 -0
  165. package/api/resources/accounting/types/PaginatedRemoteFieldClassList.js +5 -0
  166. package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  167. package/api/resources/accounting/types/Payment.d.ts +5 -4
  168. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -0
  169. package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  170. package/api/resources/accounting/types/PurchaseOrder.d.ts +7 -4
  171. package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +5 -2
  172. package/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +4 -1
  173. package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +3 -0
  174. package/api/resources/accounting/types/RemoteField.d.ts +8 -0
  175. package/api/resources/accounting/types/RemoteField.js +5 -0
  176. package/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  177. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  178. package/api/resources/accounting/types/RemoteFieldClass.d.ts +16 -0
  179. package/api/resources/accounting/types/RemoteFieldClass.js +5 -0
  180. package/api/resources/accounting/types/RemoteFieldRequest.d.ts +8 -0
  181. package/api/resources/accounting/types/RemoteFieldRequest.js +5 -0
  182. package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +5 -0
  183. package/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +5 -0
  184. package/api/resources/accounting/types/TaxComponent.d.ts +39 -0
  185. package/api/resources/accounting/types/TaxComponent.js +5 -0
  186. package/api/resources/accounting/types/TaxComponentComponentType.d.ts +11 -0
  187. package/api/resources/accounting/types/TaxComponentComponentType.js +5 -0
  188. package/api/resources/accounting/types/TaxRate.d.ts +18 -3
  189. package/api/resources/accounting/types/TaxRateStatus.d.ts +11 -0
  190. package/api/resources/accounting/types/TaxRateStatus.js +5 -0
  191. package/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +5 -0
  192. package/api/resources/accounting/types/TaxRateTaxComponentsItem.js +5 -0
  193. package/api/resources/accounting/types/TrackingCategory.d.ts +1 -1
  194. package/api/resources/accounting/types/Transaction.d.ts +3 -1
  195. package/api/resources/accounting/types/TransactionLineItem.d.ts +4 -3
  196. package/api/resources/accounting/types/VendorCredit.d.ts +4 -2
  197. package/api/resources/accounting/types/VendorCreditLine.d.ts +5 -3
  198. package/api/resources/accounting/types/index.d.ts +20 -2
  199. package/api/resources/accounting/types/index.js +20 -2
  200. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  201. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  202. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  203. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  204. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  205. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  206. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  207. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  208. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  209. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  210. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  211. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  212. package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  213. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  214. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  215. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  216. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  217. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  218. package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  219. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  220. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  221. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  222. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  223. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  224. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  225. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  226. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  227. package/api/resources/ats/resources/scopes/client/Client.js +3 -3
  228. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  229. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  230. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  231. package/api/resources/ats/resources/users/client/Client.js +2 -2
  232. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  233. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  234. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  235. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  236. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  237. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  238. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  239. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  240. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  241. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  242. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  243. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  244. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  245. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  246. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  247. package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  248. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  249. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  250. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  251. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  252. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  253. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  254. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  255. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  256. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  257. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  258. package/api/resources/crm/resources/scopes/client/Client.js +3 -3
  259. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  260. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  261. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  262. package/api/resources/crm/resources/users/client/Client.js +4 -4
  263. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  264. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  265. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  266. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  267. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  268. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  269. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  270. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  271. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  272. package/api/resources/filestorage/resources/files/client/Client.js +5 -5
  273. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  274. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  275. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  276. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  277. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  278. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  279. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  280. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  281. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  282. package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  283. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  284. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  285. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  286. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  287. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  288. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  289. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  290. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  291. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  292. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  293. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  294. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  295. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  296. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  297. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  298. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  299. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  300. package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  301. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  302. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  303. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  304. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  305. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  306. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  307. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  308. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  309. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  310. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  311. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  312. package/api/resources/hris/resources/scopes/client/Client.js +3 -3
  313. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  314. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  315. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  316. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  317. package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  318. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  319. package/api/resources/index.d.ts +1 -1
  320. package/api/resources/index.js +2 -2
  321. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  322. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  323. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  324. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  325. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  326. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  327. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  328. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  329. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  330. package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  331. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  332. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  333. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  334. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  335. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  336. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  337. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  338. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  339. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  340. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  341. package/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  342. package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  343. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  344. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  345. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  346. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  347. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  348. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  349. package/dist/Client.d.ts +3 -3
  350. package/dist/Client.js +9 -9
  351. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  352. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  353. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +6 -3
  354. package/dist/api/resources/accounting/resources/accountingPeriods/client/requests/AccountingPeriodsListRequest.d.ts +5 -1
  355. package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -5
  356. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  357. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  358. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  359. package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -5
  360. package/dist/api/resources/accounting/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  361. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  362. package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  363. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  364. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +6 -3
  365. package/dist/api/resources/accounting/resources/balanceSheets/client/requests/BalanceSheetsListRequest.d.ts +5 -1
  366. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +6 -3
  367. package/dist/api/resources/accounting/resources/cashFlowStatements/client/requests/CashFlowStatementsListRequest.d.ts +5 -1
  368. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +6 -3
  369. package/dist/api/resources/accounting/resources/companyInfo/client/requests/CompanyInfoListRequest.d.ts +5 -1
  370. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +7 -0
  371. package/dist/api/resources/accounting/resources/contacts/client/Client.js +91 -6
  372. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +9 -1
  373. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +33 -0
  374. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.js +5 -0
  375. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRetrieveRequest.d.ts +4 -0
  376. package/dist/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  377. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +6 -3
  378. package/dist/api/resources/accounting/resources/creditNotes/client/requests/CreditNotesListRequest.d.ts +5 -1
  379. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  380. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +14 -0
  381. package/dist/api/resources/accounting/resources/expenses/client/Client.js +167 -6
  382. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  383. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.js +5 -0
  384. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesListRequest.d.ts +9 -1
  385. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +33 -0
  386. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.js +5 -0
  387. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRetrieveRequest.d.ts +4 -0
  388. package/dist/api/resources/accounting/resources/expenses/client/requests/index.d.ts +2 -0
  389. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  390. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -1
  391. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -2
  392. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  393. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +6 -3
  394. package/dist/api/resources/accounting/resources/incomeStatements/client/requests/IncomeStatementsListRequest.d.ts +5 -1
  395. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +14 -0
  396. package/dist/api/resources/accounting/resources/invoices/client/Client.js +169 -8
  397. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  398. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.js +5 -0
  399. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +9 -1
  400. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +33 -0
  401. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.js +5 -0
  402. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRetrieveRequest.d.ts +4 -0
  403. package/dist/api/resources/accounting/resources/invoices/client/requests/index.d.ts +2 -0
  404. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +1 -1
  405. package/dist/api/resources/accounting/resources/issues/client/Client.js +7 -4
  406. package/dist/api/resources/accounting/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  407. package/dist/api/resources/accounting/resources/items/client/Client.js +6 -3
  408. package/dist/api/resources/accounting/resources/items/client/requests/ItemsListRequest.d.ts +5 -1
  409. package/dist/api/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +25 -1
  410. package/dist/api/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  411. package/dist/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +25 -1
  412. package/dist/api/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  413. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +14 -0
  414. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +167 -6
  415. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +33 -0
  416. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.js +5 -0
  417. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesListRequest.d.ts +9 -1
  418. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +33 -0
  419. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.js +5 -0
  420. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRetrieveRequest.d.ts +4 -0
  421. package/dist/api/resources/accounting/resources/journalEntries/client/requests/index.d.ts +2 -0
  422. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  423. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +9 -2
  424. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  425. package/dist/api/resources/accounting/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  426. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  427. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +14 -0
  428. package/dist/api/resources/accounting/resources/payments/client/Client.js +169 -8
  429. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  430. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.js +5 -0
  431. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsListRequest.d.ts +9 -1
  432. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +33 -0
  433. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.js +5 -0
  434. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRetrieveRequest.d.ts +4 -0
  435. package/dist/api/resources/accounting/resources/payments/client/requests/index.d.ts +2 -0
  436. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  437. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +14 -0
  438. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +167 -6
  439. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +33 -0
  440. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.js +5 -0
  441. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersListRequest.d.ts +9 -1
  442. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +33 -0
  443. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.js +5 -0
  444. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRetrieveRequest.d.ts +4 -0
  445. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/index.d.ts +2 -0
  446. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  447. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -3
  448. package/dist/api/resources/accounting/resources/scopes/client/Client.js +6 -6
  449. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  450. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +6 -3
  451. package/dist/api/resources/accounting/resources/taxRates/client/requests/TaxRatesListRequest.d.ts +5 -1
  452. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +6 -3
  453. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +5 -1
  454. package/dist/api/resources/accounting/resources/transactions/client/Client.js +6 -3
  455. package/dist/api/resources/accounting/resources/transactions/client/requests/TransactionsListRequest.d.ts +5 -1
  456. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +6 -3
  457. package/dist/api/resources/accounting/resources/vendorCredits/client/requests/VendorCreditsListRequest.d.ts +5 -1
  458. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  459. package/dist/api/resources/accounting/types/Account.d.ts +1 -1
  460. package/dist/api/resources/accounting/types/AccountDetails.d.ts +2 -0
  461. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  462. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  463. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  464. package/dist/api/resources/accounting/types/AccountIntegration.d.ts +4 -2
  465. package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +1 -1
  466. package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +7 -3
  467. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  468. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  469. package/dist/api/resources/accounting/types/BalanceSheet.d.ts +1 -1
  470. package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +1 -1
  471. package/dist/api/resources/accounting/types/CompanyInfo.d.ts +1 -1
  472. package/dist/api/resources/accounting/types/ComponentTypeEnum.d.ts +12 -0
  473. package/dist/api/resources/accounting/types/ComponentTypeEnum.js +10 -0
  474. package/dist/api/resources/accounting/types/Contact.d.ts +2 -1
  475. package/dist/api/resources/accounting/types/ContactRequest.d.ts +1 -0
  476. package/dist/api/resources/accounting/types/CreditNote.d.ts +3 -1
  477. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +4 -2
  478. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  479. package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
  480. package/dist/api/resources/accounting/types/Expense.d.ts +4 -1
  481. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +4 -1
  482. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +4 -0
  483. package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +3 -0
  484. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  485. package/dist/api/resources/accounting/types/FieldFormatEnum.d.ts +20 -0
  486. package/dist/api/resources/accounting/types/FieldFormatEnum.js +14 -0
  487. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  488. package/dist/api/resources/accounting/types/FieldTypeEnum.d.ts +20 -0
  489. package/dist/api/resources/accounting/types/FieldTypeEnum.js +14 -0
  490. package/dist/api/resources/accounting/types/IncomeStatement.d.ts +1 -1
  491. package/dist/api/resources/accounting/types/Invoice.d.ts +10 -4
  492. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +5 -1
  493. package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  494. package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +10 -5
  495. package/dist/api/resources/accounting/types/Item.d.ts +5 -1
  496. package/dist/api/resources/accounting/types/ItemFormatEnum.d.ts +20 -0
  497. package/dist/api/resources/accounting/types/ItemFormatEnum.js +14 -0
  498. package/dist/api/resources/accounting/types/ItemPurchaseTaxRate.d.ts +8 -0
  499. package/dist/api/resources/accounting/types/ItemPurchaseTaxRate.js +5 -0
  500. package/dist/api/resources/accounting/types/ItemSalesTaxRate.d.ts +8 -0
  501. package/dist/api/resources/accounting/types/ItemSalesTaxRate.js +5 -0
  502. package/dist/api/resources/accounting/types/ItemSchema.d.ts +9 -0
  503. package/dist/api/resources/accounting/types/ItemSchema.js +5 -0
  504. package/dist/api/resources/accounting/types/ItemTypeEnum.d.ts +20 -0
  505. package/dist/api/resources/accounting/types/ItemTypeEnum.js +14 -0
  506. package/dist/api/resources/accounting/types/JournalEntry.d.ts +8 -4
  507. package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
  508. package/dist/api/resources/accounting/types/JournalLine.d.ts +5 -1
  509. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +4 -0
  510. package/dist/api/resources/accounting/types/LanguageEnum.d.ts +12 -0
  511. package/dist/api/resources/accounting/types/LanguageEnum.js +10 -0
  512. package/dist/api/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +9 -0
  513. package/dist/api/resources/accounting/types/PaginatedRemoteFieldClassList.js +5 -0
  514. package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  515. package/dist/api/resources/accounting/types/Payment.d.ts +5 -4
  516. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +2 -0
  517. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  518. package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +7 -4
  519. package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +5 -2
  520. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +4 -1
  521. package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +3 -0
  522. package/dist/api/resources/accounting/types/RemoteField.d.ts +8 -0
  523. package/dist/api/resources/accounting/types/RemoteField.js +5 -0
  524. package/dist/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  525. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  526. package/dist/api/resources/accounting/types/RemoteFieldClass.d.ts +16 -0
  527. package/dist/api/resources/accounting/types/RemoteFieldClass.js +5 -0
  528. package/dist/api/resources/accounting/types/RemoteFieldRequest.d.ts +8 -0
  529. package/dist/api/resources/accounting/types/RemoteFieldRequest.js +5 -0
  530. package/dist/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +5 -0
  531. package/dist/api/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +5 -0
  532. package/dist/api/resources/accounting/types/TaxComponent.d.ts +39 -0
  533. package/dist/api/resources/accounting/types/TaxComponent.js +5 -0
  534. package/dist/api/resources/accounting/types/TaxComponentComponentType.d.ts +11 -0
  535. package/dist/api/resources/accounting/types/TaxComponentComponentType.js +5 -0
  536. package/dist/api/resources/accounting/types/TaxRate.d.ts +18 -3
  537. package/dist/api/resources/accounting/types/TaxRateStatus.d.ts +11 -0
  538. package/dist/api/resources/accounting/types/TaxRateStatus.js +5 -0
  539. package/dist/api/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +5 -0
  540. package/dist/api/resources/accounting/types/TaxRateTaxComponentsItem.js +5 -0
  541. package/dist/api/resources/accounting/types/TrackingCategory.d.ts +1 -1
  542. package/dist/api/resources/accounting/types/Transaction.d.ts +3 -1
  543. package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +4 -3
  544. package/dist/api/resources/accounting/types/VendorCredit.d.ts +4 -2
  545. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +5 -3
  546. package/dist/api/resources/accounting/types/index.d.ts +20 -2
  547. package/dist/api/resources/accounting/types/index.js +20 -2
  548. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  549. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  550. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  551. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  552. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  553. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  554. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  555. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  556. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  557. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  558. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  559. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  560. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  561. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  562. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  563. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  564. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  565. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  566. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  567. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  568. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  569. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  570. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  571. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  572. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  573. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  574. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  575. package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
  576. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  577. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  578. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  579. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  580. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  581. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  582. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  583. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  584. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  585. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  586. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  587. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  588. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  589. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  590. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  591. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  592. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  593. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  594. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  595. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  596. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  597. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  598. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  599. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  600. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  601. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  602. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  603. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  604. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  605. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  606. package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
  607. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  608. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  609. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  610. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  611. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  612. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  613. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  614. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  615. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  616. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  617. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  618. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  619. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  620. package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
  621. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  622. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  623. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  624. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  625. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  626. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  627. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  628. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  629. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  630. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  631. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  632. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  633. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  634. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  635. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  636. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  637. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  638. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  639. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  640. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  641. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  642. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  643. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  644. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  645. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  646. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  647. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  648. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  649. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  650. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  651. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  652. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  653. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  654. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  655. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  656. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  657. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  658. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  659. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  660. package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
  661. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  662. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  663. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  664. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  665. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  666. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  667. package/dist/api/resources/index.d.ts +1 -1
  668. package/dist/api/resources/index.js +2 -2
  669. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  670. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  671. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  672. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  673. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  674. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  675. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  676. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  677. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  678. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  679. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  680. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  681. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  682. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  683. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  684. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  685. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  686. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  687. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  688. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  689. package/dist/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  690. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  691. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  692. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  693. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  694. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  695. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  696. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  697. package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +1 -1
  698. package/dist/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  699. package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +1 -1
  700. package/dist/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  701. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -1
  702. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -1
  703. package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +1 -0
  704. package/dist/serialization/resources/accounting/types/AccountDetails.js +1 -0
  705. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  706. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +1 -0
  707. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  708. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  709. package/dist/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
  710. package/dist/serialization/resources/accounting/types/AccountIntegration.js +1 -0
  711. package/dist/serialization/resources/accounting/types/AccountingPeriod.d.ts +5 -2
  712. package/dist/serialization/resources/accounting/types/AccountingPeriod.js +8 -3
  713. package/dist/serialization/resources/accounting/types/ComponentTypeEnum.d.ts +10 -0
  714. package/dist/serialization/resources/accounting/types/ComponentTypeEnum.js +31 -0
  715. package/dist/serialization/resources/accounting/types/Contact.d.ts +1 -0
  716. package/dist/serialization/resources/accounting/types/Contact.js +3 -0
  717. package/dist/serialization/resources/accounting/types/ContactRequest.d.ts +1 -0
  718. package/dist/serialization/resources/accounting/types/ContactRequest.js +3 -0
  719. package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  720. package/dist/serialization/resources/accounting/types/CreditNote.js +1 -0
  721. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -1
  722. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -1
  723. package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  724. package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  725. package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
  726. package/dist/serialization/resources/accounting/types/Expense.js +4 -0
  727. package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
  728. package/dist/serialization/resources/accounting/types/ExpenseLine.js +1 -0
  729. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  730. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +4 -0
  731. package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
  732. package/dist/serialization/resources/accounting/types/ExpenseRequest.js +4 -0
  733. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  734. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  735. package/dist/serialization/resources/accounting/types/FieldFormatEnum.d.ts +10 -0
  736. package/dist/serialization/resources/accounting/types/FieldFormatEnum.js +31 -0
  737. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  738. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  739. package/dist/serialization/resources/accounting/types/FieldTypeEnum.d.ts +10 -0
  740. package/dist/serialization/resources/accounting/types/FieldTypeEnum.js +31 -0
  741. package/dist/serialization/resources/accounting/types/Invoice.d.ts +4 -2
  742. package/dist/serialization/resources/accounting/types/Invoice.js +12 -8
  743. package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
  744. package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  745. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +2 -0
  746. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  747. package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
  748. package/dist/serialization/resources/accounting/types/InvoiceRequest.js +4 -0
  749. package/dist/serialization/resources/accounting/types/Item.d.ts +2 -0
  750. package/dist/serialization/resources/accounting/types/Item.js +2 -0
  751. package/dist/serialization/resources/accounting/types/ItemFormatEnum.d.ts +10 -0
  752. package/dist/serialization/resources/accounting/types/ItemFormatEnum.js +31 -0
  753. package/dist/serialization/resources/accounting/types/ItemPurchaseTaxRate.d.ts +10 -0
  754. package/dist/serialization/resources/accounting/types/ItemPurchaseTaxRate.js +43 -0
  755. package/dist/serialization/resources/accounting/types/ItemSalesTaxRate.d.ts +10 -0
  756. package/dist/serialization/resources/accounting/types/ItemSalesTaxRate.js +43 -0
  757. package/dist/serialization/resources/accounting/types/ItemSchema.d.ts +14 -0
  758. package/dist/serialization/resources/accounting/types/ItemSchema.js +44 -0
  759. package/dist/serialization/resources/accounting/types/ItemTypeEnum.d.ts +10 -0
  760. package/dist/serialization/resources/accounting/types/ItemTypeEnum.js +31 -0
  761. package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +4 -2
  762. package/dist/serialization/resources/accounting/types/JournalEntry.js +6 -2
  763. package/dist/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
  764. package/dist/serialization/resources/accounting/types/JournalEntryRequest.js +4 -0
  765. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  766. package/dist/serialization/resources/accounting/types/JournalLine.js +4 -0
  767. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  768. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +4 -0
  769. package/dist/serialization/resources/accounting/types/LanguageEnum.d.ts +10 -0
  770. package/dist/serialization/resources/accounting/types/LanguageEnum.js +31 -0
  771. package/dist/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +14 -0
  772. package/dist/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.js +46 -0
  773. package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  774. package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
  775. package/dist/serialization/resources/accounting/types/Payment.d.ts +3 -2
  776. package/dist/serialization/resources/accounting/types/Payment.js +5 -2
  777. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +1 -0
  778. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +12 -0
  779. package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  780. package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  781. package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +3 -1
  782. package/dist/serialization/resources/accounting/types/PurchaseOrder.js +7 -3
  783. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -1
  784. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItem.js +5 -1
  785. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +3 -1
  786. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.js +5 -1
  787. package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
  788. package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +4 -0
  789. package/dist/serialization/resources/accounting/types/RemoteField.d.ts +13 -0
  790. package/dist/serialization/resources/accounting/types/RemoteField.js +43 -0
  791. package/dist/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  792. package/dist/serialization/resources/accounting/types/RemoteFieldApi.js +1 -1
  793. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  794. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  795. package/dist/serialization/resources/accounting/types/RemoteFieldClass.d.ts +21 -0
  796. package/dist/serialization/resources/accounting/types/RemoteFieldClass.js +51 -0
  797. package/dist/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +13 -0
  798. package/dist/serialization/resources/accounting/types/RemoteFieldRequest.js +43 -0
  799. package/dist/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +10 -0
  800. package/dist/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +43 -0
  801. package/dist/serialization/resources/accounting/types/TaxComponent.d.ts +20 -0
  802. package/dist/serialization/resources/accounting/types/TaxComponent.js +50 -0
  803. package/dist/serialization/resources/accounting/types/TaxComponentComponentType.d.ts +10 -0
  804. package/dist/serialization/resources/accounting/types/TaxComponentComponentType.js +43 -0
  805. package/dist/serialization/resources/accounting/types/TaxRate.d.ts +6 -1
  806. package/dist/serialization/resources/accounting/types/TaxRate.js +8 -1
  807. package/dist/serialization/resources/accounting/types/TaxRateStatus.d.ts +10 -0
  808. package/dist/serialization/resources/accounting/types/TaxRateStatus.js +43 -0
  809. package/dist/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +10 -0
  810. package/dist/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +43 -0
  811. package/dist/serialization/resources/accounting/types/Transaction.d.ts +1 -0
  812. package/dist/serialization/resources/accounting/types/Transaction.js +1 -0
  813. package/dist/serialization/resources/accounting/types/TransactionLineItem.d.ts +1 -1
  814. package/dist/serialization/resources/accounting/types/TransactionLineItem.js +1 -1
  815. package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
  816. package/dist/serialization/resources/accounting/types/VendorCredit.js +1 -0
  817. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -1
  818. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +2 -1
  819. package/dist/serialization/resources/accounting/types/index.d.ts +20 -2
  820. package/dist/serialization/resources/accounting/types/index.js +20 -2
  821. package/dist/serialization/resources/index.d.ts +1 -1
  822. package/dist/serialization/resources/index.js +2 -2
  823. package/package.json +1 -1
  824. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.d.ts +1 -1
  825. package/serialization/resources/accounting/resources/items/types/ItemsListRequestExpand.js +24 -0
  826. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.d.ts +1 -1
  827. package/serialization/resources/accounting/resources/items/types/ItemsRetrieveRequestExpand.js +24 -0
  828. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -1
  829. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +4 -1
  830. package/serialization/resources/accounting/types/AccountDetails.d.ts +1 -0
  831. package/serialization/resources/accounting/types/AccountDetails.js +1 -0
  832. package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +1 -0
  833. package/serialization/resources/accounting/types/AccountDetailsAndActions.js +1 -0
  834. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  835. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  836. package/serialization/resources/accounting/types/AccountIntegration.d.ts +1 -0
  837. package/serialization/resources/accounting/types/AccountIntegration.js +1 -0
  838. package/serialization/resources/accounting/types/AccountingPeriod.d.ts +5 -2
  839. package/serialization/resources/accounting/types/AccountingPeriod.js +8 -3
  840. package/serialization/resources/accounting/types/ComponentTypeEnum.d.ts +10 -0
  841. package/serialization/resources/accounting/types/ComponentTypeEnum.js +31 -0
  842. package/serialization/resources/accounting/types/Contact.d.ts +1 -0
  843. package/serialization/resources/accounting/types/Contact.js +3 -0
  844. package/serialization/resources/accounting/types/ContactRequest.d.ts +1 -0
  845. package/serialization/resources/accounting/types/ContactRequest.js +3 -0
  846. package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  847. package/serialization/resources/accounting/types/CreditNote.js +1 -0
  848. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +2 -1
  849. package/serialization/resources/accounting/types/CreditNoteLineItem.js +2 -1
  850. package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  851. package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  852. package/serialization/resources/accounting/types/Expense.d.ts +2 -0
  853. package/serialization/resources/accounting/types/Expense.js +4 -0
  854. package/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
  855. package/serialization/resources/accounting/types/ExpenseLine.js +1 -0
  856. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  857. package/serialization/resources/accounting/types/ExpenseLineRequest.js +4 -0
  858. package/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
  859. package/serialization/resources/accounting/types/ExpenseRequest.js +4 -0
  860. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  861. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  862. package/serialization/resources/accounting/types/FieldFormatEnum.d.ts +10 -0
  863. package/serialization/resources/accounting/types/FieldFormatEnum.js +31 -0
  864. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  865. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  866. package/serialization/resources/accounting/types/FieldTypeEnum.d.ts +10 -0
  867. package/serialization/resources/accounting/types/FieldTypeEnum.js +31 -0
  868. package/serialization/resources/accounting/types/Invoice.d.ts +4 -2
  869. package/serialization/resources/accounting/types/Invoice.js +12 -8
  870. package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +2 -0
  871. package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  872. package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +2 -0
  873. package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  874. package/serialization/resources/accounting/types/InvoiceRequest.d.ts +2 -0
  875. package/serialization/resources/accounting/types/InvoiceRequest.js +4 -0
  876. package/serialization/resources/accounting/types/Item.d.ts +2 -0
  877. package/serialization/resources/accounting/types/Item.js +2 -0
  878. package/serialization/resources/accounting/types/ItemFormatEnum.d.ts +10 -0
  879. package/serialization/resources/accounting/types/ItemFormatEnum.js +31 -0
  880. package/serialization/resources/accounting/types/ItemPurchaseTaxRate.d.ts +10 -0
  881. package/serialization/resources/accounting/types/ItemPurchaseTaxRate.js +43 -0
  882. package/serialization/resources/accounting/types/ItemSalesTaxRate.d.ts +10 -0
  883. package/serialization/resources/accounting/types/ItemSalesTaxRate.js +43 -0
  884. package/serialization/resources/accounting/types/ItemSchema.d.ts +14 -0
  885. package/serialization/resources/accounting/types/ItemSchema.js +44 -0
  886. package/serialization/resources/accounting/types/ItemTypeEnum.d.ts +10 -0
  887. package/serialization/resources/accounting/types/ItemTypeEnum.js +31 -0
  888. package/serialization/resources/accounting/types/JournalEntry.d.ts +4 -2
  889. package/serialization/resources/accounting/types/JournalEntry.js +6 -2
  890. package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
  891. package/serialization/resources/accounting/types/JournalEntryRequest.js +4 -0
  892. package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  893. package/serialization/resources/accounting/types/JournalLine.js +4 -0
  894. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  895. package/serialization/resources/accounting/types/JournalLineRequest.js +4 -0
  896. package/serialization/resources/accounting/types/LanguageEnum.d.ts +10 -0
  897. package/serialization/resources/accounting/types/LanguageEnum.js +31 -0
  898. package/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.d.ts +14 -0
  899. package/serialization/resources/accounting/types/PaginatedRemoteFieldClassList.js +46 -0
  900. package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  901. package/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
  902. package/serialization/resources/accounting/types/Payment.d.ts +3 -2
  903. package/serialization/resources/accounting/types/Payment.js +5 -2
  904. package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +1 -0
  905. package/serialization/resources/accounting/types/PaymentLineItemRequest.js +12 -0
  906. package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  907. package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  908. package/serialization/resources/accounting/types/PurchaseOrder.d.ts +3 -1
  909. package/serialization/resources/accounting/types/PurchaseOrder.js +7 -3
  910. package/serialization/resources/accounting/types/PurchaseOrderLineItem.d.ts +3 -1
  911. package/serialization/resources/accounting/types/PurchaseOrderLineItem.js +5 -1
  912. package/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.d.ts +3 -1
  913. package/serialization/resources/accounting/types/PurchaseOrderLineItemRequest.js +5 -1
  914. package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +2 -0
  915. package/serialization/resources/accounting/types/PurchaseOrderRequest.js +4 -0
  916. package/serialization/resources/accounting/types/RemoteField.d.ts +13 -0
  917. package/serialization/resources/accounting/types/RemoteField.js +43 -0
  918. package/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -1
  919. package/serialization/resources/accounting/types/RemoteFieldApi.js +1 -1
  920. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  921. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  922. package/serialization/resources/accounting/types/RemoteFieldClass.d.ts +21 -0
  923. package/serialization/resources/accounting/types/RemoteFieldClass.js +51 -0
  924. package/serialization/resources/accounting/types/RemoteFieldRequest.d.ts +13 -0
  925. package/serialization/resources/accounting/types/RemoteFieldRequest.js +43 -0
  926. package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.d.ts +10 -0
  927. package/serialization/resources/accounting/types/RemoteFieldRequestRemoteFieldClass.js +43 -0
  928. package/serialization/resources/accounting/types/TaxComponent.d.ts +20 -0
  929. package/serialization/resources/accounting/types/TaxComponent.js +50 -0
  930. package/serialization/resources/accounting/types/TaxComponentComponentType.d.ts +10 -0
  931. package/serialization/resources/accounting/types/TaxComponentComponentType.js +43 -0
  932. package/serialization/resources/accounting/types/TaxRate.d.ts +6 -1
  933. package/serialization/resources/accounting/types/TaxRate.js +8 -1
  934. package/serialization/resources/accounting/types/TaxRateStatus.d.ts +10 -0
  935. package/serialization/resources/accounting/types/TaxRateStatus.js +43 -0
  936. package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.d.ts +10 -0
  937. package/serialization/resources/accounting/types/TaxRateTaxComponentsItem.js +43 -0
  938. package/serialization/resources/accounting/types/Transaction.d.ts +1 -0
  939. package/serialization/resources/accounting/types/Transaction.js +1 -0
  940. package/serialization/resources/accounting/types/TransactionLineItem.d.ts +1 -1
  941. package/serialization/resources/accounting/types/TransactionLineItem.js +1 -1
  942. package/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
  943. package/serialization/resources/accounting/types/VendorCredit.js +1 -0
  944. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +2 -1
  945. package/serialization/resources/accounting/types/VendorCreditLine.js +2 -1
  946. package/serialization/resources/accounting/types/index.d.ts +20 -2
  947. package/serialization/resources/accounting/types/index.js +20 -2
  948. package/serialization/resources/index.d.ts +1 -1
  949. package/serialization/resources/index.js +2 -2
@@ -20,6 +20,7 @@ export interface JournalLineRequest {
20
20
  /** The value of the line item including taxes and other fees. */
21
21
  netAmount?: number;
22
22
  trackingCategory?: Merge.accounting.JournalLineRequestTrackingCategory;
23
+ /** The journal line item's associated tracking categories. */
23
24
  trackingCategories?: (Merge.accounting.JournalLineRequestTrackingCategoriesItem | undefined)[];
24
25
  /**
25
26
  * The journal line item's currency.
@@ -335,10 +336,13 @@ export interface JournalLineRequest {
335
336
  /** The company the journal entry belongs to. */
336
337
  company?: string;
337
338
  contact?: string;
339
+ /** The tax rate that applies to this line item. */
340
+ taxRate?: string;
338
341
  /** The line's description. */
339
342
  description?: string;
340
343
  /** The journal line item's exchange rate. */
341
344
  exchangeRate?: string;
342
345
  integrationParams?: Record<string, unknown>;
343
346
  linkedAccountParams?: Record<string, unknown>;
347
+ remoteFields?: Merge.accounting.RemoteFieldRequest[];
344
348
  }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * - `en` - en
6
+ * - `de` - de
7
+ */
8
+ export declare type LanguageEnum = "en" | "de";
9
+ export declare const LanguageEnum: {
10
+ readonly En: "en";
11
+ readonly De: "de";
12
+ };
@@ -0,0 +1,10 @@
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.LanguageEnum = void 0;
7
+ exports.LanguageEnum = {
8
+ En: "en",
9
+ De: "de",
10
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export interface PaginatedRemoteFieldClassList {
6
+ next?: string;
7
+ previous?: string;
8
+ results?: Merge.accounting.RemoteFieldClass[];
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -351,4 +351,5 @@ export interface PatchedPaymentRequest {
351
351
  appliedToLines?: Merge.accounting.PatchedPaymentRequestAppliedToLinesItem[];
352
352
  integrationParams?: Record<string, unknown>;
353
353
  linkedAccountParams?: Record<string, unknown>;
354
+ remoteFields?: Merge.accounting.RemoteFieldRequest[];
354
355
  }
@@ -352,14 +352,15 @@ export interface Payment {
352
352
  */
353
353
  type?: Merge.accounting.PaymentType;
354
354
  trackingCategories?: (Merge.accounting.PaymentTrackingCategoriesItem | undefined)[];
355
- /** When the third party's payment entry was updated. */
356
- remoteUpdatedAt?: Date;
357
- /** Indicates whether or not this object has been deleted in the third party platform. */
358
- remoteWasDeleted?: boolean;
359
355
  /** The accounting period that the Payment was generated in. */
360
356
  accountingPeriod?: Merge.accounting.PaymentAccountingPeriod;
361
357
  /** A list of “Payment Applied to Lines” objects. */
362
358
  appliedToLines?: Merge.accounting.PaymentAppliedToLinesItem[];
359
+ /** When the third party's payment entry was updated. */
360
+ remoteUpdatedAt?: Date;
361
+ /** 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/). */
362
+ remoteWasDeleted?: boolean;
363
363
  fieldMappings?: Record<string, unknown>;
364
364
  remoteData?: Merge.accounting.RemoteData[];
365
+ remoteFields?: Merge.accounting.RemoteField[];
365
366
  }
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Merge from "../../..";
4
5
  /**
5
6
  * # The PaymentLineItem Object
6
7
  *
@@ -25,4 +26,5 @@ export interface PaymentLineItemRequest {
25
26
  relatedObjectType?: string;
26
27
  integrationParams?: Record<string, unknown>;
27
28
  linkedAccountParams?: Record<string, unknown>;
29
+ remoteFields?: Merge.accounting.RemoteFieldRequest[];
28
30
  }
@@ -351,4 +351,5 @@ export interface PaymentRequest {
351
351
  appliedToLines?: Merge.accounting.PaymentRequestAppliedToLinesItem[];
352
352
  integrationParams?: Record<string, unknown>;
353
353
  linkedAccountParams?: Record<string, unknown>;
354
+ remoteFields?: Merge.accounting.RemoteFieldRequest[];
354
355
  }
@@ -9,7 +9,7 @@ import * as Merge from "../../..";
9
9
  *
10
10
  * A `PurchaseOrder` represents a request to purchase goods or services from a vendor. It outlines the details of the purchase, such as the items or services requested, quantities, prices, and delivery details.
11
11
  *
12
- * A `PurchaseOrder` is a crucial component of the procurement process, but does not typically result in any impact on the company’s general ledger. The general ledger is typically only affected when the `PurchaseOrder` is fulfilled as an _Accounts Payable_ Invoice object.
12
+ * A `PurchaseOrder` is a crucial component of the procurement process, but does not typically result in any impact on the company’s general ledger. The general ledger is typically only affected when the `PurchaseOrder` is fulfilled as an _Accounts Payable_ `Invoice` object (also known as a Bill).
13
13
  *
14
14
  * ### Usage Example
15
15
  *
@@ -365,15 +365,18 @@ export interface PurchaseOrder {
365
365
  /** The purchase order's exchange rate. */
366
366
  exchangeRate?: string;
367
367
  lineItems?: Merge.accounting.PurchaseOrderLineItem[];
368
+ /** If the transaction is inclusive or exclusive of tax. `True` if inclusive, `False` if exclusive. */
369
+ inclusiveOfTax?: boolean;
368
370
  trackingCategories?: (Merge.accounting.PurchaseOrderTrackingCategoriesItem | undefined)[];
371
+ /** The accounting period that the PurchaseOrder was generated in. */
372
+ accountingPeriod?: Merge.accounting.PurchaseOrderAccountingPeriod;
369
373
  /** When the third party's purchase order note was created. */
370
374
  remoteCreatedAt?: Date;
371
375
  /** When the third party's purchase order note was updated. */
372
376
  remoteUpdatedAt?: Date;
373
- /** Indicates whether or not this object has been deleted in the third party platform. */
377
+ /** 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/). */
374
378
  remoteWasDeleted?: boolean;
375
- /** The accounting period that the PurchaseOrder was generated in. */
376
- accountingPeriod?: Merge.accounting.PurchaseOrderAccountingPeriod;
377
379
  fieldMappings?: Record<string, unknown>;
378
380
  remoteData?: Merge.accounting.RemoteData[];
381
+ remoteFields?: Merge.accounting.RemoteField[];
379
382
  }
@@ -33,7 +33,7 @@ export interface PurchaseOrderLineItem {
33
33
  /** The purchase order line item's associated tracking category. */
34
34
  trackingCategory?: string;
35
35
  /** The purchase order line item's associated tracking categories. */
36
- trackingCategories: string[];
36
+ trackingCategories?: (string | undefined)[];
37
37
  /** The purchase order line item's tax amount. */
38
38
  taxAmount?: string;
39
39
  /** The purchase order line item's total amount. */
@@ -349,10 +349,13 @@ export interface PurchaseOrderLineItem {
349
349
  * - `ZWL` - Zimbabwean Dollar (2009)
350
350
  */
351
351
  currency?: Merge.accounting.PurchaseOrderLineItemCurrency;
352
+ /** The tax rate that applies to this line item. */
353
+ taxRate?: string;
352
354
  /** The purchase order line item's exchange rate. */
353
355
  exchangeRate?: string;
354
356
  /** The company the purchase order line item belongs to. */
355
357
  company?: string;
356
- /** Indicates whether or not this object has been deleted in the third party platform. */
358
+ /** 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/). */
357
359
  remoteWasDeleted?: boolean;
360
+ remoteFields?: Merge.accounting.RemoteField[];
358
361
  }
@@ -28,7 +28,7 @@ export interface PurchaseOrderLineItemRequest {
28
28
  /** The purchase order line item's associated tracking category. */
29
29
  trackingCategory?: string;
30
30
  /** The purchase order line item's associated tracking categories. */
31
- trackingCategories: string[];
31
+ trackingCategories?: (string | undefined)[];
32
32
  /** The purchase order line item's tax amount. */
33
33
  taxAmount?: string;
34
34
  /** The purchase order line item's total amount. */
@@ -344,10 +344,13 @@ export interface PurchaseOrderLineItemRequest {
344
344
  * - `ZWL` - Zimbabwean Dollar (2009)
345
345
  */
346
346
  currency?: Merge.accounting.PurchaseOrderLineItemRequestCurrency;
347
+ /** The tax rate that applies to this line item. */
348
+ taxRate?: string;
347
349
  /** The purchase order line item's exchange rate. */
348
350
  exchangeRate?: string;
349
351
  /** The company the purchase order line item belongs to. */
350
352
  company?: string;
351
353
  integrationParams?: Record<string, unknown>;
352
354
  linkedAccountParams?: Record<string, unknown>;
355
+ remoteFields?: Merge.accounting.RemoteFieldRequest[];
353
356
  }
@@ -351,10 +351,13 @@ export interface PurchaseOrderRequest {
351
351
  * - `ZWL` - Zimbabwean Dollar (2009)
352
352
  */
353
353
  currency?: Merge.accounting.PurchaseOrderRequestCurrency;
354
+ /** If the transaction is inclusive or exclusive of tax. `True` if inclusive, `False` if exclusive. */
355
+ inclusiveOfTax?: boolean;
354
356
  /** The purchase order's exchange rate. */
355
357
  exchangeRate?: string;
356
358
  trackingCategories?: (Merge.accounting.PurchaseOrderRequestTrackingCategoriesItem | undefined)[];
357
359
  lineItems?: Merge.accounting.PurchaseOrderLineItemRequest[];
358
360
  integrationParams?: Record<string, unknown>;
359
361
  linkedAccountParams?: Record<string, unknown>;
362
+ remoteFields?: Merge.accounting.RemoteFieldRequest[];
360
363
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export interface RemoteField {
6
+ remoteFieldClass: Merge.accounting.RemoteFieldClass;
7
+ value?: Record<string, unknown>;
8
+ }
@@ -0,0 +1,5 @@
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,7 +6,7 @@ export interface RemoteFieldApi {
6
6
  schema: Record<string, unknown>;
7
7
  remoteKeyName: string;
8
8
  remoteEndpointInfo: Merge.accounting.RemoteEndpointInfo;
9
- exampleValues: unknown[];
9
+ exampleValues?: unknown[];
10
10
  advancedMetadata?: Merge.accounting.AdvancedMetadata;
11
11
  coverage?: Merge.accounting.RemoteFieldApiCoverage;
12
12
  }
@@ -21,5 +21,6 @@ export interface RemoteFieldApiResponse {
21
21
  expense?: Merge.accounting.RemoteFieldApi[];
22
22
  vendorCredit?: Merge.accounting.RemoteFieldApi[];
23
23
  transaction?: Merge.accounting.RemoteFieldApi[];
24
+ accountingPeriod?: Merge.accounting.RemoteFieldApi[];
24
25
  generalLedgerTransaction?: Merge.accounting.RemoteFieldApi[];
25
26
  }
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export interface RemoteFieldClass {
6
+ id?: string;
7
+ displayName?: string;
8
+ remoteKeyName?: string;
9
+ description?: string;
10
+ isCustom?: boolean;
11
+ isRequired?: boolean;
12
+ fieldType?: Merge.accounting.FieldTypeEnum;
13
+ fieldFormat?: Merge.accounting.FieldFormatEnum;
14
+ fieldChoices?: string[];
15
+ itemSchema?: Merge.accounting.ItemSchema;
16
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export interface RemoteFieldRequest {
6
+ remoteFieldClass: Merge.accounting.RemoteFieldRequestRemoteFieldClass;
7
+ value?: unknown;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export declare type RemoteFieldRequestRemoteFieldClass = string | Merge.accounting.RemoteFieldClass;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,39 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * # The TaxRate Object
7
+ *
8
+ * ### Description
9
+ *
10
+ * The `TaxComponent` object is used to represent any sub-taxes that make up the `TaxRate`.
11
+ *
12
+ * ### Usage Example
13
+ *
14
+ * Fetch from the `LIST TaxRates` endpoint and view tax components relevant to a tax rate.
15
+ */
16
+ export interface TaxComponent {
17
+ id?: string;
18
+ /** The third-party API ID of the matching object. */
19
+ remoteId?: string;
20
+ /** The datetime that this object was created by Merge. */
21
+ createdAt?: Date;
22
+ /** The datetime that this object was modified by Merge. */
23
+ modifiedAt?: Date;
24
+ /** The tax rate’s name. */
25
+ name?: string;
26
+ /** The tax component’s rate. */
27
+ rate?: string;
28
+ /** Returns True if the tax component is compound, False if not. */
29
+ isCompound?: boolean;
30
+ /**
31
+ * Returns PURCHASE if the tax component corresponds to a purchase tax or SALES if the tax component corresponds to a sales tax.
32
+ *
33
+ * - `SALES` - SALES
34
+ * - `PURCHASE` - PURCHASE
35
+ */
36
+ componentType?: Merge.accounting.TaxComponentComponentType;
37
+ /** 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/). */
38
+ remoteWasDeleted?: boolean;
39
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * Returns PURCHASE if the tax component corresponds to a purchase tax or SALES if the tax component corresponds to a sales tax.
7
+ *
8
+ * - `SALES` - SALES
9
+ * - `PURCHASE` - PURCHASE
10
+ */
11
+ export declare type TaxComponentComponentType = Merge.accounting.ComponentTypeEnum | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -21,15 +21,30 @@ export interface TaxRate {
21
21
  createdAt?: Date;
22
22
  /** The datetime that this object was modified by Merge. */
23
23
  modifiedAt?: Date;
24
+ /** The subsidiary that the tax rate belongs to (in the case of multi-entity systems). */
25
+ company?: Merge.accounting.TaxRateCompany;
26
+ /** The tax code associated with this tax rate or group of tax rates from the third-party platform. */
27
+ code?: string;
28
+ /** The tax rate’s name. */
29
+ name?: string;
24
30
  /** The tax rate's description. */
25
31
  description?: string;
32
+ /**
33
+ * The tax rate’s status - `ACTIVE` if an active tax rate, `ARCHIVED` if not active.
34
+ *
35
+ * - `ACTIVE` - ACTIVE
36
+ * - `ARCHIVED` - ARCHIVED
37
+ */
38
+ status?: Merge.accounting.TaxRateStatus;
39
+ /** The country the tax rate is associated with. */
40
+ country?: string;
26
41
  /** The tax’s total tax rate - sum of the tax components (not compounded). */
27
42
  totalTaxRate?: number;
28
43
  /** The tax rate’s effective tax rate - total amount of tax with compounding. */
29
44
  effectiveTaxRate?: number;
30
- /** The subsidiary that the tax rate belongs to (in the case of multi-entity systems). */
31
- company?: Merge.accounting.TaxRateCompany;
32
- /** Indicates whether or not this object has been deleted in the third party platform. */
45
+ /** The related tax components of the tax rate. */
46
+ taxComponents?: Merge.accounting.TaxRateTaxComponentsItem[];
47
+ /** 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/). */
33
48
  remoteWasDeleted?: boolean;
34
49
  fieldMappings?: Record<string, unknown>;
35
50
  remoteData?: Merge.accounting.RemoteData[];
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * The tax rate’s status - `ACTIVE` if an active tax rate, `ARCHIVED` if not active.
7
+ *
8
+ * - `ACTIVE` - ACTIVE
9
+ * - `ARCHIVED` - ARCHIVED
10
+ */
11
+ export declare type TaxRateStatus = Merge.accounting.Status7D1Enum | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export declare type TaxRateTaxComponentsItem = string | Merge.accounting.TaxComponent;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -41,7 +41,7 @@ export interface TrackingCategory {
41
41
  parentCategory?: string;
42
42
  /** The company the tracking category belongs to. */
43
43
  company?: Merge.accounting.TrackingCategoryCompany;
44
- /** Indicates whether or not this object has been deleted in the third party platform. */
44
+ /** 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/). */
45
45
  remoteWasDeleted?: boolean;
46
46
  fieldMappings?: Record<string, unknown>;
47
47
  remoteData?: Merge.accounting.RemoteData[];
@@ -39,6 +39,8 @@ export interface Transaction {
39
39
  account?: Merge.accounting.TransactionAccount;
40
40
  /** The contact to whom the transaction relates to. */
41
41
  contact?: Merge.accounting.TransactionContact;
42
+ /** If the transaction is inclusive or exclusive of tax. `True` if inclusive, `False` if exclusive. */
43
+ inclusiveOfTax?: boolean;
42
44
  /** The total amount being paid after taxes. */
43
45
  totalAmount?: string;
44
46
  /**
@@ -358,7 +360,7 @@ export interface Transaction {
358
360
  company?: string;
359
361
  trackingCategories?: (Merge.accounting.TransactionTrackingCategoriesItem | undefined)[];
360
362
  lineItems?: Merge.accounting.TransactionLineItem[];
361
- /** Indicates whether or not this object has been deleted in the third party platform. */
363
+ /** 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/). */
362
364
  remoteWasDeleted?: boolean;
363
365
  /** The accounting period that the Transaction was generated in. */
364
366
  accountingPeriod?: Merge.accounting.TransactionAccountingPeriod;
@@ -32,10 +32,11 @@ export interface TransactionLineItem {
32
32
  account?: string;
33
33
  /** The line's associated tracking category. */
34
34
  trackingCategory?: string;
35
- /** The line's associated tracking categories. */
36
- trackingCategories: string[];
35
+ /** The transaction line item's associated tracking categories. */
36
+ trackingCategories?: (string | undefined)[];
37
37
  /** The line item's total. */
38
38
  totalLineAmount?: string;
39
+ /** The tax rate that applies to this line item. */
39
40
  taxRate?: string;
40
41
  /**
41
42
  * The line item's currency.
@@ -352,6 +353,6 @@ export interface TransactionLineItem {
352
353
  exchangeRate?: string;
353
354
  /** The company the line belongs to. */
354
355
  company?: string;
355
- /** Indicates whether or not this object has been deleted in the third party platform. */
356
+ /** 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/). */
356
357
  remoteWasDeleted?: boolean;
357
358
  }
@@ -7,7 +7,7 @@ import * as Merge from "../../..";
7
7
  *
8
8
  * ### Description
9
9
  *
10
- * A `VendorCredit` is transaction issued by a vendor to the accounting company, indicating a reduction or cancellation of the amount owed to the vendor. It is most generally used as an adjustment note used to rectify errors, returns, or overpayments related to a purchasing transaction. A `VendorCredit` can be applied to _Accounts Payable_ Invoices to decrease the overall amount of the Invoice.
10
+ * A `VendorCredit` is transaction issued by a vendor to the accounting company, indicating a reduction or cancellation of the amount owed to the vendor. It is most generally used as an adjustment note used to rectify errors, returns, or overpayments related to a purchasing transaction. A `VendorCredit` can be applied to `Accounts Payable` Invoices to decrease the overall amount of the `Invoice`.
11
11
  *
12
12
  * ### Usage Example
13
13
  *
@@ -342,11 +342,13 @@ export interface VendorCredit {
342
342
  currency?: Merge.accounting.VendorCreditCurrency;
343
343
  /** The vendor credit's exchange rate. */
344
344
  exchangeRate?: string;
345
+ /** If the transaction is inclusive or exclusive of tax. `True` if inclusive, `False` if exclusive. */
346
+ inclusiveOfTax?: boolean;
345
347
  /** The company the vendor credit belongs to. */
346
348
  company?: Merge.accounting.VendorCreditCompany;
347
349
  lines?: Merge.accounting.VendorCreditLine[];
348
350
  trackingCategories?: (Merge.accounting.VendorCreditTrackingCategoriesItem | undefined)[];
349
- /** Indicates whether or not this object has been deleted in the third party platform. */
351
+ /** 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/). */
350
352
  remoteWasDeleted?: boolean;
351
353
  /** The accounting period that the VendorCredit was generated in. */
352
354
  accountingPeriod?: Merge.accounting.VendorCreditAccountingPeriod;
@@ -25,16 +25,18 @@ export interface VendorCreditLine {
25
25
  netAmount?: number;
26
26
  /** The line's associated tracking category. */
27
27
  trackingCategory?: string;
28
- /** The line's associated tracking categories. */
29
- trackingCategories: string[];
28
+ /** The vendor credit line item's associated tracking categories. */
29
+ trackingCategories?: (string | undefined)[];
30
30
  /** The line's description. */
31
31
  description?: string;
32
32
  /** The line's account. */
33
33
  account?: Merge.accounting.VendorCreditLineAccount;
34
34
  /** The company the line belongs to. */
35
35
  company?: string;
36
+ /** The tax rate that applies to this line item. */
37
+ taxRate?: string;
36
38
  /** The vendor credit line item's exchange rate. */
37
39
  exchangeRate?: string;
38
- /** Indicates whether or not this object has been deleted in the third party platform. */
40
+ /** 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/). */
39
41
  remoteWasDeleted?: boolean;
40
42
  }
@@ -49,6 +49,7 @@ export * from "./CommonModelScopeApi";
49
49
  export * from "./CommonModelScopesBodyRequest";
50
50
  export * from "./CompanyInfoCurrency";
51
51
  export * from "./CompanyInfo";
52
+ export * from "./ComponentTypeEnum";
52
53
  export * from "./ContactStatus";
53
54
  export * from "./ContactAddressesItem";
54
55
  export * from "./Contact";
@@ -109,6 +110,7 @@ export * from "./ExpenseRequest";
109
110
  export * from "./ExpenseResponse";
110
111
  export * from "./ExternalTargetFieldApi";
111
112
  export * from "./ExternalTargetFieldApiResponse";
113
+ export * from "./FieldFormatEnum";
112
114
  export * from "./FieldMappingApiInstanceTargetField";
113
115
  export * from "./FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo";
114
116
  export * from "./FieldMappingApiInstanceRemoteField";
@@ -117,6 +119,7 @@ export * from "./FieldMappingApiInstanceResponse";
117
119
  export * from "./FieldMappingInstanceResponse";
118
120
  export * from "./FieldPermissionDeserializer";
119
121
  export * from "./FieldPermissionDeserializerRequest";
122
+ export * from "./FieldTypeEnum";
120
123
  export * from "./IncomeStatementCurrency";
121
124
  export * from "./IncomeStatementCompany";
122
125
  export * from "./IncomeStatement";
@@ -128,10 +131,10 @@ export * from "./InvoiceCompany";
128
131
  export * from "./InvoiceCurrency";
129
132
  export * from "./InvoiceStatus";
130
133
  export * from "./InvoiceTrackingCategoriesItem";
131
- export * from "./InvoicePaymentsItem";
132
- export * from "./InvoiceAppliedPaymentsItem";
133
134
  export * from "./InvoiceAccountingPeriod";
134
135
  export * from "./InvoicePurchaseOrdersItem";
136
+ export * from "./InvoicePaymentsItem";
137
+ export * from "./InvoiceAppliedPaymentsItem";
135
138
  export * from "./Invoice";
136
139
  export * from "./InvoiceLineItemCurrency";
137
140
  export * from "./InvoiceLineItemItem";
@@ -164,7 +167,12 @@ export * from "./ItemStatus";
164
167
  export * from "./ItemPurchaseAccount";
165
168
  export * from "./ItemSalesAccount";
166
169
  export * from "./ItemCompany";
170
+ export * from "./ItemPurchaseTaxRate";
171
+ export * from "./ItemSalesTaxRate";
167
172
  export * from "./Item";
173
+ export * from "./ItemFormatEnum";
174
+ export * from "./ItemSchema";
175
+ export * from "./ItemTypeEnum";
168
176
  export * from "./JournalEntryPaymentsItem";
169
177
  export * from "./JournalEntryAppliedPaymentsItem";
170
178
  export * from "./JournalEntryCurrency";
@@ -190,6 +198,7 @@ export * from "./JournalLineRequestTrackingCategory";
190
198
  export * from "./JournalLineRequestTrackingCategoriesItem";
191
199
  export * from "./JournalLineRequestCurrency";
192
200
  export * from "./JournalLineRequest";
201
+ export * from "./LanguageEnum";
193
202
  export * from "./LinkToken";
194
203
  export * from "./LinkedAccountStatus";
195
204
  export * from "./MetaResponse";
@@ -217,6 +226,7 @@ export * from "./PaginatedItemList";
217
226
  export * from "./PaginatedJournalEntryList";
218
227
  export * from "./PaginatedPaymentList";
219
228
  export * from "./PaginatedPurchaseOrderList";
229
+ export * from "./PaginatedRemoteFieldClassList";
220
230
  export * from "./PaginatedSyncStatusList";
221
231
  export * from "./PaginatedTaxRateList";
222
232
  export * from "./PaginatedTrackingCategoryList";
@@ -279,9 +289,13 @@ export * from "./PurchaseOrderResponse";
279
289
  export * from "./PurchaseOrderStatusEnum";
280
290
  export * from "./RemoteData";
281
291
  export * from "./RemoteEndpointInfo";
292
+ export * from "./RemoteField";
282
293
  export * from "./RemoteFieldApiCoverage";
283
294
  export * from "./RemoteFieldApi";
284
295
  export * from "./RemoteFieldApiResponse";
296
+ export * from "./RemoteFieldClass";
297
+ export * from "./RemoteFieldRequestRemoteFieldClass";
298
+ export * from "./RemoteFieldRequest";
285
299
  export * from "./RemoteKey";
286
300
  export * from "./RemoteResponse";
287
301
  export * from "./ReportItem";
@@ -292,7 +306,11 @@ export * from "./SelectiveSyncConfigurationsUsageEnum";
292
306
  export * from "./Status7D1Enum";
293
307
  export * from "./SyncStatus";
294
308
  export * from "./SyncStatusStatusEnum";
309
+ export * from "./TaxComponentComponentType";
310
+ export * from "./TaxComponent";
295
311
  export * from "./TaxRateCompany";
312
+ export * from "./TaxRateStatus";
313
+ export * from "./TaxRateTaxComponentsItem";
296
314
  export * from "./TaxRate";
297
315
  export * from "./TrackingCategoryStatus";
298
316
  export * from "./TrackingCategoryCategoryType";