@mergeapi/merge-node-client 0.1.8 → 1.0.1

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 (571) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +6 -6
  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 +2 -2
  6. package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  7. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  8. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  9. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  10. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  11. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  12. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  13. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  14. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  15. package/api/resources/accounting/resources/contacts/client/Client.js +4 -4
  16. package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  17. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  18. package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
  19. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  20. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  21. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  22. package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
  23. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  24. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  25. package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
  26. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  27. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  28. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  29. package/api/resources/accounting/resources/payments/client/Client.js +4 -4
  30. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  31. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
  32. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  33. package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
  34. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  35. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  36. package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  37. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  38. package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  39. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  40. package/api/resources/accounting/types/CreditNote.d.ts +2 -0
  41. package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
  42. package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
  43. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
  44. package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
  45. package/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  46. package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
  47. package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  48. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
  49. package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +315 -0
  50. package/api/resources/accounting/types/ExpenseLineRequestCurrency.js +5 -0
  51. package/api/resources/accounting/types/Invoice.d.ts +3 -1
  52. package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
  53. package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
  54. package/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
  55. package/api/resources/accounting/types/InvoiceStatus.js +5 -0
  56. package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
  57. package/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  58. package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
  59. package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  60. package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
  61. package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  62. package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
  63. package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  64. package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
  65. package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
  66. package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
  67. package/api/resources/accounting/types/JournalLine.d.ts +2 -0
  68. package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  69. package/api/resources/accounting/types/Payment.d.ts +1 -0
  70. package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
  71. package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
  72. package/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
  73. package/api/resources/accounting/types/PaymentLineItem.js +5 -0
  74. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
  75. package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
  76. package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  77. package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
  78. package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
  79. package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
  80. package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  81. package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
  82. package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  83. package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  84. package/api/resources/accounting/types/index.d.ts +9 -0
  85. package/api/resources/accounting/types/index.js +9 -0
  86. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  87. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  88. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  89. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  90. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  91. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  92. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  93. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  94. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  95. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  96. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  97. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  98. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  99. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  100. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  101. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  102. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  103. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  104. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  105. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  106. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  107. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  108. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  109. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  110. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  111. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  112. package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
  113. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  114. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  115. package/api/resources/ats/resources/users/client/Client.js +2 -2
  116. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  117. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  118. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  119. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  120. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  121. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  122. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  123. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  124. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  125. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  126. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  127. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  128. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  129. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  130. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  131. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  132. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  133. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  134. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  135. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  136. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  137. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  138. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  139. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  140. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  141. package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
  142. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  143. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  144. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  145. package/api/resources/crm/resources/users/client/Client.js +4 -4
  146. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  147. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  148. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  149. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  150. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  151. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  152. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  153. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  154. package/api/resources/filestorage/resources/files/client/Client.js +5 -5
  155. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  156. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  157. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  158. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  159. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  160. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  161. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  162. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  163. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  164. package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
  165. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  166. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  167. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  168. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  169. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  170. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  171. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  172. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  173. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  174. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  175. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  176. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  177. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  178. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  179. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  180. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  181. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  182. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  183. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  184. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  185. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  186. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  187. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  188. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  189. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  190. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  191. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  192. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  193. package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
  194. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  195. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  196. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  197. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  198. package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  199. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  200. package/api/resources/index.d.ts +1 -1
  201. package/api/resources/index.js +2 -2
  202. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  203. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  204. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  205. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  206. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  207. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  208. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  209. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  210. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  211. package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
  212. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  213. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  214. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  215. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  216. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  217. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  218. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  219. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  220. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  221. package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
  222. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  223. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  224. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  225. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  226. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  227. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  228. package/dist/Client.d.ts +3 -3
  229. package/dist/Client.js +6 -6
  230. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  231. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  232. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  233. package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  234. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  235. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  236. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  237. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  238. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  239. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  240. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  241. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  242. package/dist/api/resources/accounting/resources/contacts/client/Client.js +4 -4
  243. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  244. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  245. package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
  246. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  247. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  248. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  249. package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
  250. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  251. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  252. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
  253. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  254. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  255. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  256. package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
  257. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  258. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
  259. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  260. package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
  261. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  262. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  263. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  264. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  265. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  266. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  267. package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -0
  268. package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
  269. package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
  270. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
  271. package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
  272. package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  273. package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
  274. package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  275. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
  276. package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +315 -0
  277. package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.js +5 -0
  278. package/dist/api/resources/accounting/types/Invoice.d.ts +3 -1
  279. package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
  280. package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
  281. package/dist/api/resources/accounting/types/InvoiceStatus.d.ts +15 -0
  282. package/dist/api/resources/accounting/types/InvoiceStatus.js +5 -0
  283. package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
  284. package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  285. package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
  286. package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  287. package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
  288. package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  289. package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
  290. package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  291. package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
  292. package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
  293. package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
  294. package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -0
  295. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  296. package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
  297. package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
  298. package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
  299. package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
  300. package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
  301. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
  302. package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
  303. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  304. package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
  305. package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
  306. package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
  307. package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  308. package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
  309. package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  310. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  311. package/dist/api/resources/accounting/types/index.d.ts +9 -0
  312. package/dist/api/resources/accounting/types/index.js +9 -0
  313. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  314. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  315. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  316. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  317. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  318. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  319. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  320. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  321. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  322. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  323. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  324. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  325. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  326. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  327. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  328. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  329. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  330. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  331. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  332. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  333. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  334. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  335. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  336. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  337. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  338. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  339. package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
  340. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  341. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  342. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  343. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  344. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  345. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  346. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  347. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  348. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  349. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  350. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  351. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  352. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  353. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  354. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  355. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  356. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  357. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  358. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  359. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  360. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  361. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  362. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  363. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  364. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  365. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  366. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  367. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  368. package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
  369. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  370. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  371. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  372. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  373. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  374. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  375. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  376. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  377. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  378. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  379. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  380. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  381. package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
  382. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  383. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  384. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  385. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  386. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  387. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  388. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  389. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  390. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  391. package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
  392. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  393. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  394. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  395. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  396. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  397. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  398. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  399. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  400. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  401. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  402. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  403. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  404. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  405. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  406. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  407. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  408. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  409. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  410. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  411. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  412. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  413. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  414. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  415. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  416. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  417. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  418. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  419. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  420. package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
  421. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  422. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  423. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  424. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  425. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  426. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  427. package/dist/api/resources/index.d.ts +1 -1
  428. package/dist/api/resources/index.js +2 -2
  429. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  430. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  431. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  432. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  433. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  434. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  435. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  436. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  437. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  438. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
  439. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  440. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  441. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  442. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  443. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  444. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  445. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  446. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  447. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  448. package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
  449. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  450. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  451. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  452. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  453. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  454. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  455. package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  456. package/dist/serialization/resources/accounting/types/CreditNote.js +5 -0
  457. package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
  458. package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
  459. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
  460. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
  461. package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
  462. package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  463. package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
  464. package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  465. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
  466. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +3 -1
  467. package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +10 -0
  468. package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +43 -0
  469. package/dist/serialization/resources/accounting/types/Invoice.d.ts +2 -1
  470. package/dist/serialization/resources/accounting/types/Invoice.js +6 -1
  471. package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
  472. package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
  473. package/dist/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
  474. package/dist/serialization/resources/accounting/types/InvoiceStatus.js +43 -0
  475. package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
  476. package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  477. package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
  478. package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  479. package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
  480. package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  481. package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
  482. package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  483. package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
  484. package/dist/serialization/resources/accounting/types/JournalEntry.js +5 -0
  485. package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
  486. package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
  487. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
  488. package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
  489. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  490. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
  491. package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
  492. package/dist/serialization/resources/accounting/types/Payment.js +3 -0
  493. package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
  494. package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
  495. package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
  496. package/dist/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
  497. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
  498. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
  499. package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  500. package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  501. package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
  502. package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
  503. package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
  504. package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  505. package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
  506. package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  507. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
  508. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
  509. package/dist/serialization/resources/accounting/types/index.d.ts +9 -0
  510. package/dist/serialization/resources/accounting/types/index.js +9 -0
  511. package/dist/serialization/resources/index.d.ts +1 -1
  512. package/dist/serialization/resources/index.js +2 -2
  513. package/package.json +1 -1
  514. package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  515. package/serialization/resources/accounting/types/CreditNote.js +5 -0
  516. package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
  517. package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
  518. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
  519. package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
  520. package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
  521. package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  522. package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
  523. package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  524. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -1
  525. package/serialization/resources/accounting/types/ExpenseLineRequest.js +3 -1
  526. package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +10 -0
  527. package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +43 -0
  528. package/serialization/resources/accounting/types/Invoice.d.ts +2 -1
  529. package/serialization/resources/accounting/types/Invoice.js +6 -1
  530. package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
  531. package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
  532. package/serialization/resources/accounting/types/InvoiceStatus.d.ts +10 -0
  533. package/serialization/resources/accounting/types/InvoiceStatus.js +43 -0
  534. package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
  535. package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  536. package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
  537. package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  538. package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
  539. package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  540. package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
  541. package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  542. package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
  543. package/serialization/resources/accounting/types/JournalEntry.js +5 -0
  544. package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
  545. package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
  546. package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
  547. package/serialization/resources/accounting/types/JournalLine.js +1 -0
  548. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  549. package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
  550. package/serialization/resources/accounting/types/Payment.d.ts +1 -0
  551. package/serialization/resources/accounting/types/Payment.js +3 -0
  552. package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
  553. package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
  554. package/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
  555. package/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
  556. package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
  557. package/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
  558. package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  559. package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  560. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
  561. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
  562. package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
  563. package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  564. package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
  565. package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  566. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
  567. package/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
  568. package/serialization/resources/accounting/types/index.d.ts +9 -0
  569. package/serialization/resources/accounting/types/index.js +9 -0
  570. package/serialization/resources/index.d.ts +1 -1
  571. package/serialization/resources/index.js +2 -2
@@ -0,0 +1,315 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * The expense line item's currency.
7
+ *
8
+ * * `XUA` - ADB Unit of Account
9
+ * * `AFN` - Afghan Afghani
10
+ * * `AFA` - Afghan Afghani (1927–2002)
11
+ * * `ALL` - Albanian Lek
12
+ * * `ALK` - Albanian Lek (1946–1965)
13
+ * * `DZD` - Algerian Dinar
14
+ * * `ADP` - Andorran Peseta
15
+ * * `AOA` - Angolan Kwanza
16
+ * * `AOK` - Angolan Kwanza (1977–1991)
17
+ * * `AON` - Angolan New Kwanza (1990–2000)
18
+ * * `AOR` - Angolan Readjusted Kwanza (1995–1999)
19
+ * * `ARA` - Argentine Austral
20
+ * * `ARS` - Argentine Peso
21
+ * * `ARM` - Argentine Peso (1881–1970)
22
+ * * `ARP` - Argentine Peso (1983–1985)
23
+ * * `ARL` - Argentine Peso Ley (1970–1983)
24
+ * * `AMD` - Armenian Dram
25
+ * * `AWG` - Aruban Florin
26
+ * * `AUD` - Australian Dollar
27
+ * * `ATS` - Austrian Schilling
28
+ * * `AZN` - Azerbaijani Manat
29
+ * * `AZM` - Azerbaijani Manat (1993–2006)
30
+ * * `BSD` - Bahamian Dollar
31
+ * * `BHD` - Bahraini Dinar
32
+ * * `BDT` - Bangladeshi Taka
33
+ * * `BBD` - Barbadian Dollar
34
+ * * `BYN` - Belarusian Ruble
35
+ * * `BYB` - Belarusian Ruble (1994–1999)
36
+ * * `BYR` - Belarusian Ruble (2000–2016)
37
+ * * `BEF` - Belgian Franc
38
+ * * `BEC` - Belgian Franc (convertible)
39
+ * * `BEL` - Belgian Franc (financial)
40
+ * * `BZD` - Belize Dollar
41
+ * * `BMD` - Bermudan Dollar
42
+ * * `BTN` - Bhutanese Ngultrum
43
+ * * `BOB` - Bolivian Boliviano
44
+ * * `BOL` - Bolivian Boliviano (1863–1963)
45
+ * * `BOV` - Bolivian Mvdol
46
+ * * `BOP` - Bolivian Peso
47
+ * * `BAM` - Bosnia-Herzegovina Convertible Mark
48
+ * * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
49
+ * * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
50
+ * * `BWP` - Botswanan Pula
51
+ * * `BRC` - Brazilian Cruzado (1986–1989)
52
+ * * `BRZ` - Brazilian Cruzeiro (1942–1967)
53
+ * * `BRE` - Brazilian Cruzeiro (1990–1993)
54
+ * * `BRR` - Brazilian Cruzeiro (1993–1994)
55
+ * * `BRN` - Brazilian New Cruzado (1989–1990)
56
+ * * `BRB` - Brazilian New Cruzeiro (1967–1986)
57
+ * * `BRL` - Brazilian Real
58
+ * * `GBP` - British Pound
59
+ * * `BND` - Brunei Dollar
60
+ * * `BGL` - Bulgarian Hard Lev
61
+ * * `BGN` - Bulgarian Lev
62
+ * * `BGO` - Bulgarian Lev (1879–1952)
63
+ * * `BGM` - Bulgarian Socialist Lev
64
+ * * `BUK` - Burmese Kyat
65
+ * * `BIF` - Burundian Franc
66
+ * * `XPF` - CFP Franc
67
+ * * `KHR` - Cambodian Riel
68
+ * * `CAD` - Canadian Dollar
69
+ * * `CVE` - Cape Verdean Escudo
70
+ * * `KYD` - Cayman Islands Dollar
71
+ * * `XAF` - Central African CFA Franc
72
+ * * `CLE` - Chilean Escudo
73
+ * * `CLP` - Chilean Peso
74
+ * * `CLF` - Chilean Unit of Account (UF)
75
+ * * `CNX` - Chinese People’s Bank Dollar
76
+ * * `CNY` - Chinese Yuan
77
+ * * `CNH` - Chinese Yuan (offshore)
78
+ * * `COP` - Colombian Peso
79
+ * * `COU` - Colombian Real Value Unit
80
+ * * `KMF` - Comorian Franc
81
+ * * `CDF` - Congolese Franc
82
+ * * `CRC` - Costa Rican Colón
83
+ * * `HRD` - Croatian Dinar
84
+ * * `HRK` - Croatian Kuna
85
+ * * `CUC` - Cuban Convertible Peso
86
+ * * `CUP` - Cuban Peso
87
+ * * `CYP` - Cypriot Pound
88
+ * * `CZK` - Czech Koruna
89
+ * * `CSK` - Czechoslovak Hard Koruna
90
+ * * `DKK` - Danish Krone
91
+ * * `DJF` - Djiboutian Franc
92
+ * * `DOP` - Dominican Peso
93
+ * * `NLG` - Dutch Guilder
94
+ * * `XCD` - East Caribbean Dollar
95
+ * * `DDM` - East German Mark
96
+ * * `ECS` - Ecuadorian Sucre
97
+ * * `ECV` - Ecuadorian Unit of Constant Value
98
+ * * `EGP` - Egyptian Pound
99
+ * * `GQE` - Equatorial Guinean Ekwele
100
+ * * `ERN` - Eritrean Nakfa
101
+ * * `EEK` - Estonian Kroon
102
+ * * `ETB` - Ethiopian Birr
103
+ * * `EUR` - Euro
104
+ * * `XBA` - European Composite Unit
105
+ * * `XEU` - European Currency Unit
106
+ * * `XBB` - European Monetary Unit
107
+ * * `XBC` - European Unit of Account (XBC)
108
+ * * `XBD` - European Unit of Account (XBD)
109
+ * * `FKP` - Falkland Islands Pound
110
+ * * `FJD` - Fijian Dollar
111
+ * * `FIM` - Finnish Markka
112
+ * * `FRF` - French Franc
113
+ * * `XFO` - French Gold Franc
114
+ * * `XFU` - French UIC-Franc
115
+ * * `GMD` - Gambian Dalasi
116
+ * * `GEK` - Georgian Kupon Larit
117
+ * * `GEL` - Georgian Lari
118
+ * * `DEM` - German Mark
119
+ * * `GHS` - Ghanaian Cedi
120
+ * * `GHC` - Ghanaian Cedi (1979–2007)
121
+ * * `GIP` - Gibraltar Pound
122
+ * * `XAU` - Gold
123
+ * * `GRD` - Greek Drachma
124
+ * * `GTQ` - Guatemalan Quetzal
125
+ * * `GWP` - Guinea-Bissau Peso
126
+ * * `GNF` - Guinean Franc
127
+ * * `GNS` - Guinean Syli
128
+ * * `GYD` - Guyanaese Dollar
129
+ * * `HTG` - Haitian Gourde
130
+ * * `HNL` - Honduran Lempira
131
+ * * `HKD` - Hong Kong Dollar
132
+ * * `HUF` - Hungarian Forint
133
+ * * `IMP` - IMP
134
+ * * `ISK` - Icelandic Króna
135
+ * * `ISJ` - Icelandic Króna (1918–1981)
136
+ * * `INR` - Indian Rupee
137
+ * * `IDR` - Indonesian Rupiah
138
+ * * `IRR` - Iranian Rial
139
+ * * `IQD` - Iraqi Dinar
140
+ * * `IEP` - Irish Pound
141
+ * * `ILS` - Israeli New Shekel
142
+ * * `ILP` - Israeli Pound
143
+ * * `ILR` - Israeli Shekel (1980–1985)
144
+ * * `ITL` - Italian Lira
145
+ * * `JMD` - Jamaican Dollar
146
+ * * `JPY` - Japanese Yen
147
+ * * `JOD` - Jordanian Dinar
148
+ * * `KZT` - Kazakhstani Tenge
149
+ * * `KES` - Kenyan Shilling
150
+ * * `KWD` - Kuwaiti Dinar
151
+ * * `KGS` - Kyrgystani Som
152
+ * * `LAK` - Laotian Kip
153
+ * * `LVL` - Latvian Lats
154
+ * * `LVR` - Latvian Ruble
155
+ * * `LBP` - Lebanese Pound
156
+ * * `LSL` - Lesotho Loti
157
+ * * `LRD` - Liberian Dollar
158
+ * * `LYD` - Libyan Dinar
159
+ * * `LTL` - Lithuanian Litas
160
+ * * `LTT` - Lithuanian Talonas
161
+ * * `LUL` - Luxembourg Financial Franc
162
+ * * `LUC` - Luxembourgian Convertible Franc
163
+ * * `LUF` - Luxembourgian Franc
164
+ * * `MOP` - Macanese Pataca
165
+ * * `MKD` - Macedonian Denar
166
+ * * `MKN` - Macedonian Denar (1992–1993)
167
+ * * `MGA` - Malagasy Ariary
168
+ * * `MGF` - Malagasy Franc
169
+ * * `MWK` - Malawian Kwacha
170
+ * * `MYR` - Malaysian Ringgit
171
+ * * `MVR` - Maldivian Rufiyaa
172
+ * * `MVP` - Maldivian Rupee (1947–1981)
173
+ * * `MLF` - Malian Franc
174
+ * * `MTL` - Maltese Lira
175
+ * * `MTP` - Maltese Pound
176
+ * * `MRU` - Mauritanian Ouguiya
177
+ * * `MRO` - Mauritanian Ouguiya (1973–2017)
178
+ * * `MUR` - Mauritian Rupee
179
+ * * `MXV` - Mexican Investment Unit
180
+ * * `MXN` - Mexican Peso
181
+ * * `MXP` - Mexican Silver Peso (1861–1992)
182
+ * * `MDC` - Moldovan Cupon
183
+ * * `MDL` - Moldovan Leu
184
+ * * `MCF` - Monegasque Franc
185
+ * * `MNT` - Mongolian Tugrik
186
+ * * `MAD` - Moroccan Dirham
187
+ * * `MAF` - Moroccan Franc
188
+ * * `MZE` - Mozambican Escudo
189
+ * * `MZN` - Mozambican Metical
190
+ * * `MZM` - Mozambican Metical (1980–2006)
191
+ * * `MMK` - Myanmar Kyat
192
+ * * `NAD` - Namibian Dollar
193
+ * * `NPR` - Nepalese Rupee
194
+ * * `ANG` - Netherlands Antillean Guilder
195
+ * * `TWD` - New Taiwan Dollar
196
+ * * `NZD` - New Zealand Dollar
197
+ * * `NIO` - Nicaraguan Córdoba
198
+ * * `NIC` - Nicaraguan Córdoba (1988–1991)
199
+ * * `NGN` - Nigerian Naira
200
+ * * `KPW` - North Korean Won
201
+ * * `NOK` - Norwegian Krone
202
+ * * `OMR` - Omani Rial
203
+ * * `PKR` - Pakistani Rupee
204
+ * * `XPD` - Palladium
205
+ * * `PAB` - Panamanian Balboa
206
+ * * `PGK` - Papua New Guinean Kina
207
+ * * `PYG` - Paraguayan Guarani
208
+ * * `PEI` - Peruvian Inti
209
+ * * `PEN` - Peruvian Sol
210
+ * * `PES` - Peruvian Sol (1863–1965)
211
+ * * `PHP` - Philippine Peso
212
+ * * `XPT` - Platinum
213
+ * * `PLN` - Polish Zloty
214
+ * * `PLZ` - Polish Zloty (1950–1995)
215
+ * * `PTE` - Portuguese Escudo
216
+ * * `GWE` - Portuguese Guinea Escudo
217
+ * * `QAR` - Qatari Rial
218
+ * * `XRE` - RINET Funds
219
+ * * `RHD` - Rhodesian Dollar
220
+ * * `RON` - Romanian Leu
221
+ * * `ROL` - Romanian Leu (1952–2006)
222
+ * * `RUB` - Russian Ruble
223
+ * * `RUR` - Russian Ruble (1991–1998)
224
+ * * `RWF` - Rwandan Franc
225
+ * * `SVC` - Salvadoran Colón
226
+ * * `WST` - Samoan Tala
227
+ * * `SAR` - Saudi Riyal
228
+ * * `RSD` - Serbian Dinar
229
+ * * `CSD` - Serbian Dinar (2002–2006)
230
+ * * `SCR` - Seychellois Rupee
231
+ * * `SLL` - Sierra Leonean Leone
232
+ * * `XAG` - Silver
233
+ * * `SGD` - Singapore Dollar
234
+ * * `SKK` - Slovak Koruna
235
+ * * `SIT` - Slovenian Tolar
236
+ * * `SBD` - Solomon Islands Dollar
237
+ * * `SOS` - Somali Shilling
238
+ * * `ZAR` - South African Rand
239
+ * * `ZAL` - South African Rand (financial)
240
+ * * `KRH` - South Korean Hwan (1953–1962)
241
+ * * `KRW` - South Korean Won
242
+ * * `KRO` - South Korean Won (1945–1953)
243
+ * * `SSP` - South Sudanese Pound
244
+ * * `SUR` - Soviet Rouble
245
+ * * `ESP` - Spanish Peseta
246
+ * * `ESA` - Spanish Peseta (A account)
247
+ * * `ESB` - Spanish Peseta (convertible account)
248
+ * * `XDR` - Special Drawing Rights
249
+ * * `LKR` - Sri Lankan Rupee
250
+ * * `SHP` - St. Helena Pound
251
+ * * `XSU` - Sucre
252
+ * * `SDD` - Sudanese Dinar (1992–2007)
253
+ * * `SDG` - Sudanese Pound
254
+ * * `SDP` - Sudanese Pound (1957–1998)
255
+ * * `SRD` - Surinamese Dollar
256
+ * * `SRG` - Surinamese Guilder
257
+ * * `SZL` - Swazi Lilangeni
258
+ * * `SEK` - Swedish Krona
259
+ * * `CHF` - Swiss Franc
260
+ * * `SYP` - Syrian Pound
261
+ * * `STN` - São Tomé & Príncipe Dobra
262
+ * * `STD` - São Tomé & Príncipe Dobra (1977–2017)
263
+ * * `TVD` - TVD
264
+ * * `TJR` - Tajikistani Ruble
265
+ * * `TJS` - Tajikistani Somoni
266
+ * * `TZS` - Tanzanian Shilling
267
+ * * `XTS` - Testing Currency Code
268
+ * * `THB` - Thai Baht
269
+ * * `XXX` - The codes assigned for transactions where no currency is involved
270
+ * * `TPE` - Timorese Escudo
271
+ * * `TOP` - Tongan Paʻanga
272
+ * * `TTD` - Trinidad & Tobago Dollar
273
+ * * `TND` - Tunisian Dinar
274
+ * * `TRY` - Turkish Lira
275
+ * * `TRL` - Turkish Lira (1922–2005)
276
+ * * `TMT` - Turkmenistani Manat
277
+ * * `TMM` - Turkmenistani Manat (1993–2009)
278
+ * * `USD` - US Dollar
279
+ * * `USN` - US Dollar (Next day)
280
+ * * `USS` - US Dollar (Same day)
281
+ * * `UGX` - Ugandan Shilling
282
+ * * `UGS` - Ugandan Shilling (1966–1987)
283
+ * * `UAH` - Ukrainian Hryvnia
284
+ * * `UAK` - Ukrainian Karbovanets
285
+ * * `AED` - United Arab Emirates Dirham
286
+ * * `UYW` - Uruguayan Nominal Wage Index Unit
287
+ * * `UYU` - Uruguayan Peso
288
+ * * `UYP` - Uruguayan Peso (1975–1993)
289
+ * * `UYI` - Uruguayan Peso (Indexed Units)
290
+ * * `UZS` - Uzbekistani Som
291
+ * * `VUV` - Vanuatu Vatu
292
+ * * `VES` - Venezuelan Bolívar
293
+ * * `VEB` - Venezuelan Bolívar (1871–2008)
294
+ * * `VEF` - Venezuelan Bolívar (2008–2018)
295
+ * * `VND` - Vietnamese Dong
296
+ * * `VNN` - Vietnamese Dong (1978–1985)
297
+ * * `CHE` - WIR Euro
298
+ * * `CHW` - WIR Franc
299
+ * * `XOF` - West African CFA Franc
300
+ * * `YDD` - Yemeni Dinar
301
+ * * `YER` - Yemeni Rial
302
+ * * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
303
+ * * `YUD` - Yugoslavian Hard Dinar (1966–1990)
304
+ * * `YUM` - Yugoslavian New Dinar (1994–2002)
305
+ * * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
306
+ * * `ZWN` - ZWN
307
+ * * `ZRN` - Zairean New Zaire (1993–1998)
308
+ * * `ZRZ` - Zairean Zaire (1971–1993)
309
+ * * `ZMW` - Zambian Kwacha
310
+ * * `ZMK` - Zambian Kwacha (1968–2012)
311
+ * * `ZWD` - Zimbabwean Dollar (1980–2008)
312
+ * * `ZWR` - Zimbabwean Dollar (2008)
313
+ * * `ZWL` - Zimbabwean Dollar (2009)
314
+ */
315
+ export declare type ExpenseLineRequestCurrency = Merge.accounting.CurrencyEnum | 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 });
@@ -360,7 +360,7 @@ export interface Invoice {
360
360
  * * `OPEN` - OPEN
361
361
  * * `VOID` - VOID
362
362
  */
363
- status?: Merge.accounting.InvoiceStatusEnum;
363
+ status?: Merge.accounting.InvoiceStatus;
364
364
  /** The total amount being paid in taxes. */
365
365
  totalTaxAmount?: number;
366
366
  /** The invoice's total amount. */
@@ -372,6 +372,8 @@ export interface Invoice {
372
372
  trackingCategories?: (Merge.accounting.InvoiceTrackingCategoriesItem | undefined)[];
373
373
  /** Array of `Payment` object IDs. */
374
374
  payments?: (Merge.accounting.InvoicePaymentsItem | undefined)[];
375
+ /** Array of `PaymentLineItems` object IDs. */
376
+ appliedPayments?: (Merge.accounting.InvoiceAppliedPaymentsItem | undefined)[];
375
377
  lineItems?: Merge.accounting.InvoiceLineItem[];
376
378
  remoteWasDeleted?: boolean;
377
379
  /** The accounting period that the Invoice was generated in. */
@@ -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 InvoiceAppliedPaymentsItem = string | Merge.accounting.PaymentLineItem;
@@ -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,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * The status of the invoice.
7
+ *
8
+ * * `PAID` - PAID
9
+ * * `DRAFT` - DRAFT
10
+ * * `SUBMITTED` - SUBMITTED
11
+ * * `PARTIALLY_PAID` - PARTIALLY_PAID
12
+ * * `OPEN` - OPEN
13
+ * * `VOID` - VOID
14
+ */
15
+ export declare type InvoiceStatus = Merge.accounting.InvoiceStatusEnum | 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 });
@@ -1,9 +1,73 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type InvoicesListRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,purchase_orders" | "line_items,purchase_orders,accounting_period" | "line_items,purchase_orders,company" | "line_items,purchase_orders,company,accounting_period" | "line_items,purchase_orders,contact" | "line_items,purchase_orders,contact,accounting_period" | "line_items,purchase_orders,contact,company" | "line_items,purchase_orders,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "line_items,tracking_categories,purchase_orders" | "line_items,tracking_categories,purchase_orders,accounting_period" | "line_items,tracking_categories,purchase_orders,company" | "line_items,tracking_categories,purchase_orders,company,accounting_period" | "line_items,tracking_categories,purchase_orders,contact" | "line_items,tracking_categories,purchase_orders,contact,accounting_period" | "line_items,tracking_categories,purchase_orders,contact,company" | "line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,purchase_orders" | "payments,line_items,purchase_orders,accounting_period" | "payments,line_items,purchase_orders,company" | "payments,line_items,purchase_orders,company,accounting_period" | "payments,line_items,purchase_orders,contact" | "payments,line_items,purchase_orders,contact,accounting_period" | "payments,line_items,purchase_orders,contact,company" | "payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders" | "payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,company" | "payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact" | "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,purchase_orders" | "payments,purchase_orders,accounting_period" | "payments,purchase_orders,company" | "payments,purchase_orders,company,accounting_period" | "payments,purchase_orders,contact" | "payments,purchase_orders,contact,accounting_period" | "payments,purchase_orders,contact,company" | "payments,purchase_orders,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories,purchase_orders" | "payments,tracking_categories,purchase_orders,accounting_period" | "payments,tracking_categories,purchase_orders,company" | "payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,tracking_categories,purchase_orders,contact" | "payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,tracking_categories,purchase_orders,contact,company" | "payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "purchase_orders" | "purchase_orders,accounting_period" | "purchase_orders,company" | "purchase_orders,company,accounting_period" | "purchase_orders,contact" | "purchase_orders,contact,accounting_period" | "purchase_orders,contact,company" | "purchase_orders,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,purchase_orders" | "tracking_categories,purchase_orders,accounting_period" | "tracking_categories,purchase_orders,company" | "tracking_categories,purchase_orders,company,accounting_period" | "tracking_categories,purchase_orders,contact" | "tracking_categories,purchase_orders,contact,accounting_period" | "tracking_categories,purchase_orders,contact,company" | "tracking_categories,purchase_orders,contact,company,accounting_period";
4
+ export declare type InvoicesListRequestExpand = "accounting_period" | "applied_payments" | "applied_payments,accounting_period" | "applied_payments,company" | "applied_payments,company,accounting_period" | "applied_payments,contact" | "applied_payments,contact,accounting_period" | "applied_payments,contact,company" | "applied_payments,contact,company,accounting_period" | "applied_payments,line_items" | "applied_payments,line_items,accounting_period" | "applied_payments,line_items,company" | "applied_payments,line_items,company,accounting_period" | "applied_payments,line_items,contact" | "applied_payments,line_items,contact,accounting_period" | "applied_payments,line_items,contact,company" | "applied_payments,line_items,contact,company,accounting_period" | "applied_payments,line_items,purchase_orders" | "applied_payments,line_items,purchase_orders,accounting_period" | "applied_payments,line_items,purchase_orders,company" | "applied_payments,line_items,purchase_orders,company,accounting_period" | "applied_payments,line_items,purchase_orders,contact" | "applied_payments,line_items,purchase_orders,contact,accounting_period" | "applied_payments,line_items,purchase_orders,contact,company" | "applied_payments,line_items,purchase_orders,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories" | "applied_payments,line_items,tracking_categories,accounting_period" | "applied_payments,line_items,tracking_categories,company" | "applied_payments,line_items,tracking_categories,company,accounting_period" | "applied_payments,line_items,tracking_categories,contact" | "applied_payments,line_items,tracking_categories,contact,accounting_period" | "applied_payments,line_items,tracking_categories,contact,company" | "applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders" | "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,company" | "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,contact" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,company" | "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "applied_payments,purchase_orders" | "applied_payments,purchase_orders,accounting_period" | "applied_payments,purchase_orders,company" | "applied_payments,purchase_orders,company,accounting_period" | "applied_payments,purchase_orders,contact" | "applied_payments,purchase_orders,contact,accounting_period" | "applied_payments,purchase_orders,contact,company" | "applied_payments,purchase_orders,contact,company,accounting_period" | "applied_payments,tracking_categories" | "applied_payments,tracking_categories,accounting_period" | "applied_payments,tracking_categories,company" | "applied_payments,tracking_categories,company,accounting_period" | "applied_payments,tracking_categories,contact" | "applied_payments,tracking_categories,contact,accounting_period" | "applied_payments,tracking_categories,contact,company" | "applied_payments,tracking_categories,contact,company,accounting_period" | "applied_payments,tracking_categories,purchase_orders" | "applied_payments,tracking_categories,purchase_orders,accounting_period" | "applied_payments,tracking_categories,purchase_orders,company" | "applied_payments,tracking_categories,purchase_orders,company,accounting_period" | "applied_payments,tracking_categories,purchase_orders,contact" | "applied_payments,tracking_categories,purchase_orders,contact,accounting_period" | "applied_payments,tracking_categories,purchase_orders,contact,company" | "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "company" | "company,accounting_period" | "contact" | "contact,accounting_period" | "contact,company" | "contact,company,accounting_period" | "line_items" | "line_items,accounting_period" | "line_items,company" | "line_items,company,accounting_period" | "line_items,contact" | "line_items,contact,accounting_period" | "line_items,contact,company" | "line_items,contact,company,accounting_period" | "line_items,purchase_orders" | "line_items,purchase_orders,accounting_period" | "line_items,purchase_orders,company" | "line_items,purchase_orders,company,accounting_period" | "line_items,purchase_orders,contact" | "line_items,purchase_orders,contact,accounting_period" | "line_items,purchase_orders,contact,company" | "line_items,purchase_orders,contact,company,accounting_period" | "line_items,tracking_categories" | "line_items,tracking_categories,accounting_period" | "line_items,tracking_categories,company" | "line_items,tracking_categories,company,accounting_period" | "line_items,tracking_categories,contact" | "line_items,tracking_categories,contact,accounting_period" | "line_items,tracking_categories,contact,company" | "line_items,tracking_categories,contact,company,accounting_period" | "line_items,tracking_categories,purchase_orders" | "line_items,tracking_categories,purchase_orders,accounting_period" | "line_items,tracking_categories,purchase_orders,company" | "line_items,tracking_categories,purchase_orders,company,accounting_period" | "line_items,tracking_categories,purchase_orders,contact" | "line_items,tracking_categories,purchase_orders,contact,accounting_period" | "line_items,tracking_categories,purchase_orders,contact,company" | "line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments" | "payments,accounting_period" | "payments,applied_payments" | "payments,applied_payments,accounting_period" | "payments,applied_payments,company" | "payments,applied_payments,company,accounting_period" | "payments,applied_payments,contact" | "payments,applied_payments,contact,accounting_period" | "payments,applied_payments,contact,company" | "payments,applied_payments,contact,company,accounting_period" | "payments,applied_payments,line_items" | "payments,applied_payments,line_items,accounting_period" | "payments,applied_payments,line_items,company" | "payments,applied_payments,line_items,company,accounting_period" | "payments,applied_payments,line_items,contact" | "payments,applied_payments,line_items,contact,accounting_period" | "payments,applied_payments,line_items,contact,company" | "payments,applied_payments,line_items,contact,company,accounting_period" | "payments,applied_payments,line_items,purchase_orders" | "payments,applied_payments,line_items,purchase_orders,accounting_period" | "payments,applied_payments,line_items,purchase_orders,company" | "payments,applied_payments,line_items,purchase_orders,company,accounting_period" | "payments,applied_payments,line_items,purchase_orders,contact" | "payments,applied_payments,line_items,purchase_orders,contact,accounting_period" | "payments,applied_payments,line_items,purchase_orders,contact,company" | "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories" | "payments,applied_payments,line_items,tracking_categories,accounting_period" | "payments,applied_payments,line_items,tracking_categories,company" | "payments,applied_payments,line_items,tracking_categories,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact" | "payments,applied_payments,line_items,tracking_categories,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,contact,company" | "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,company" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,purchase_orders" | "payments,applied_payments,purchase_orders,accounting_period" | "payments,applied_payments,purchase_orders,company" | "payments,applied_payments,purchase_orders,company,accounting_period" | "payments,applied_payments,purchase_orders,contact" | "payments,applied_payments,purchase_orders,contact,accounting_period" | "payments,applied_payments,purchase_orders,contact,company" | "payments,applied_payments,purchase_orders,contact,company,accounting_period" | "payments,applied_payments,tracking_categories" | "payments,applied_payments,tracking_categories,accounting_period" | "payments,applied_payments,tracking_categories,company" | "payments,applied_payments,tracking_categories,company,accounting_period" | "payments,applied_payments,tracking_categories,contact" | "payments,applied_payments,tracking_categories,contact,accounting_period" | "payments,applied_payments,tracking_categories,contact,company" | "payments,applied_payments,tracking_categories,contact,company,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders" | "payments,applied_payments,tracking_categories,purchase_orders,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,company" | "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,contact" | "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,applied_payments,tracking_categories,purchase_orders,contact,company" | "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,company" | "payments,company,accounting_period" | "payments,contact" | "payments,contact,accounting_period" | "payments,contact,company" | "payments,contact,company,accounting_period" | "payments,line_items" | "payments,line_items,accounting_period" | "payments,line_items,company" | "payments,line_items,company,accounting_period" | "payments,line_items,contact" | "payments,line_items,contact,accounting_period" | "payments,line_items,contact,company" | "payments,line_items,contact,company,accounting_period" | "payments,line_items,purchase_orders" | "payments,line_items,purchase_orders,accounting_period" | "payments,line_items,purchase_orders,company" | "payments,line_items,purchase_orders,company,accounting_period" | "payments,line_items,purchase_orders,contact" | "payments,line_items,purchase_orders,contact,accounting_period" | "payments,line_items,purchase_orders,contact,company" | "payments,line_items,purchase_orders,contact,company,accounting_period" | "payments,line_items,tracking_categories" | "payments,line_items,tracking_categories,accounting_period" | "payments,line_items,tracking_categories,company" | "payments,line_items,tracking_categories,company,accounting_period" | "payments,line_items,tracking_categories,contact" | "payments,line_items,tracking_categories,contact,accounting_period" | "payments,line_items,tracking_categories,contact,company" | "payments,line_items,tracking_categories,contact,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders" | "payments,line_items,tracking_categories,purchase_orders,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,company" | "payments,line_items,tracking_categories,purchase_orders,company,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact" | "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period" | "payments,line_items,tracking_categories,purchase_orders,contact,company" | "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" | "payments,purchase_orders" | "payments,purchase_orders,accounting_period" | "payments,purchase_orders,company" | "payments,purchase_orders,company,accounting_period" | "payments,purchase_orders,contact" | "payments,purchase_orders,contact,accounting_period" | "payments,purchase_orders,contact,company" | "payments,purchase_orders,contact,company,accounting_period" | "payments,tracking_categories" | "payments,tracking_categories,accounting_period" | "payments,tracking_categories,company" | "payments,tracking_categories,company,accounting_period" | "payments,tracking_categories,contact" | "payments,tracking_categories,contact,accounting_period" | "payments,tracking_categories,contact,company" | "payments,tracking_categories,contact,company,accounting_period" | "payments,tracking_categories,purchase_orders" | "payments,tracking_categories,purchase_orders,accounting_period" | "payments,tracking_categories,purchase_orders,company" | "payments,tracking_categories,purchase_orders,company,accounting_period" | "payments,tracking_categories,purchase_orders,contact" | "payments,tracking_categories,purchase_orders,contact,accounting_period" | "payments,tracking_categories,purchase_orders,contact,company" | "payments,tracking_categories,purchase_orders,contact,company,accounting_period" | "purchase_orders" | "purchase_orders,accounting_period" | "purchase_orders,company" | "purchase_orders,company,accounting_period" | "purchase_orders,contact" | "purchase_orders,contact,accounting_period" | "purchase_orders,contact,company" | "purchase_orders,contact,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,contact" | "tracking_categories,contact,accounting_period" | "tracking_categories,contact,company" | "tracking_categories,contact,company,accounting_period" | "tracking_categories,purchase_orders" | "tracking_categories,purchase_orders,accounting_period" | "tracking_categories,purchase_orders,company" | "tracking_categories,purchase_orders,company,accounting_period" | "tracking_categories,purchase_orders,contact" | "tracking_categories,purchase_orders,contact,accounting_period" | "tracking_categories,purchase_orders,contact,company" | "tracking_categories,purchase_orders,contact,company,accounting_period";
5
5
  export declare const InvoicesListRequestExpand: {
6
6
  readonly AccountingPeriod: "accounting_period";
7
+ readonly AppliedPayments: "applied_payments";
8
+ readonly AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period";
9
+ readonly AppliedPaymentsCompany: "applied_payments,company";
10
+ readonly AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period";
11
+ readonly AppliedPaymentsContact: "applied_payments,contact";
12
+ readonly AppliedPaymentsContactAccountingPeriod: "applied_payments,contact,accounting_period";
13
+ readonly AppliedPaymentsContactCompany: "applied_payments,contact,company";
14
+ readonly AppliedPaymentsContactCompanyAccountingPeriod: "applied_payments,contact,company,accounting_period";
15
+ readonly AppliedPaymentsLineItems: "applied_payments,line_items";
16
+ readonly AppliedPaymentsLineItemsAccountingPeriod: "applied_payments,line_items,accounting_period";
17
+ readonly AppliedPaymentsLineItemsCompany: "applied_payments,line_items,company";
18
+ readonly AppliedPaymentsLineItemsCompanyAccountingPeriod: "applied_payments,line_items,company,accounting_period";
19
+ readonly AppliedPaymentsLineItemsContact: "applied_payments,line_items,contact";
20
+ readonly AppliedPaymentsLineItemsContactAccountingPeriod: "applied_payments,line_items,contact,accounting_period";
21
+ readonly AppliedPaymentsLineItemsContactCompany: "applied_payments,line_items,contact,company";
22
+ readonly AppliedPaymentsLineItemsContactCompanyAccountingPeriod: "applied_payments,line_items,contact,company,accounting_period";
23
+ readonly AppliedPaymentsLineItemsPurchaseOrders: "applied_payments,line_items,purchase_orders";
24
+ readonly AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "applied_payments,line_items,purchase_orders,accounting_period";
25
+ readonly AppliedPaymentsLineItemsPurchaseOrdersCompany: "applied_payments,line_items,purchase_orders,company";
26
+ readonly AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,company,accounting_period";
27
+ readonly AppliedPaymentsLineItemsPurchaseOrdersContact: "applied_payments,line_items,purchase_orders,contact";
28
+ readonly AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,accounting_period";
29
+ readonly AppliedPaymentsLineItemsPurchaseOrdersContactCompany: "applied_payments,line_items,purchase_orders,contact,company";
30
+ readonly AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,company,accounting_period";
31
+ readonly AppliedPaymentsLineItemsTrackingCategories: "applied_payments,line_items,tracking_categories";
32
+ readonly AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "applied_payments,line_items,tracking_categories,accounting_period";
33
+ readonly AppliedPaymentsLineItemsTrackingCategoriesCompany: "applied_payments,line_items,tracking_categories,company";
34
+ readonly AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,company,accounting_period";
35
+ readonly AppliedPaymentsLineItemsTrackingCategoriesContact: "applied_payments,line_items,tracking_categories,contact";
36
+ readonly AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,accounting_period";
37
+ readonly AppliedPaymentsLineItemsTrackingCategoriesContactCompany: "applied_payments,line_items,tracking_categories,contact,company";
38
+ readonly AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,company,accounting_period";
39
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "applied_payments,line_items,tracking_categories,purchase_orders";
40
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period";
41
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,line_items,tracking_categories,purchase_orders,company";
42
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period";
43
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "applied_payments,line_items,tracking_categories,purchase_orders,contact";
44
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period";
45
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company";
46
+ readonly AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period";
47
+ readonly AppliedPaymentsPurchaseOrders: "applied_payments,purchase_orders";
48
+ readonly AppliedPaymentsPurchaseOrdersAccountingPeriod: "applied_payments,purchase_orders,accounting_period";
49
+ readonly AppliedPaymentsPurchaseOrdersCompany: "applied_payments,purchase_orders,company";
50
+ readonly AppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,purchase_orders,company,accounting_period";
51
+ readonly AppliedPaymentsPurchaseOrdersContact: "applied_payments,purchase_orders,contact";
52
+ readonly AppliedPaymentsPurchaseOrdersContactAccountingPeriod: "applied_payments,purchase_orders,contact,accounting_period";
53
+ readonly AppliedPaymentsPurchaseOrdersContactCompany: "applied_payments,purchase_orders,contact,company";
54
+ readonly AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,purchase_orders,contact,company,accounting_period";
55
+ readonly AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories";
56
+ readonly AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period";
57
+ readonly AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company";
58
+ readonly AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period";
59
+ readonly AppliedPaymentsTrackingCategoriesContact: "applied_payments,tracking_categories,contact";
60
+ readonly AppliedPaymentsTrackingCategoriesContactAccountingPeriod: "applied_payments,tracking_categories,contact,accounting_period";
61
+ readonly AppliedPaymentsTrackingCategoriesContactCompany: "applied_payments,tracking_categories,contact,company";
62
+ readonly AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,tracking_categories,contact,company,accounting_period";
63
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrders: "applied_payments,tracking_categories,purchase_orders";
64
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,accounting_period";
65
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,tracking_categories,purchase_orders,company";
66
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,company,accounting_period";
67
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "applied_payments,tracking_categories,purchase_orders,contact";
68
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,accounting_period";
69
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,tracking_categories,purchase_orders,contact,company";
70
+ readonly AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period";
7
71
  readonly Company: "company";
8
72
  readonly CompanyAccountingPeriod: "company,accounting_period";
9
73
  readonly Contact: "contact";
@@ -44,6 +108,70 @@ export declare const InvoicesListRequestExpand: {
44
108
  readonly LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "line_items,tracking_categories,purchase_orders,contact,company,accounting_period";
45
109
  readonly Payments: "payments";
46
110
  readonly PaymentsAccountingPeriod: "payments,accounting_period";
111
+ readonly PaymentsAppliedPayments: "payments,applied_payments";
112
+ readonly PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period";
113
+ readonly PaymentsAppliedPaymentsCompany: "payments,applied_payments,company";
114
+ readonly PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period";
115
+ readonly PaymentsAppliedPaymentsContact: "payments,applied_payments,contact";
116
+ readonly PaymentsAppliedPaymentsContactAccountingPeriod: "payments,applied_payments,contact,accounting_period";
117
+ readonly PaymentsAppliedPaymentsContactCompany: "payments,applied_payments,contact,company";
118
+ readonly PaymentsAppliedPaymentsContactCompanyAccountingPeriod: "payments,applied_payments,contact,company,accounting_period";
119
+ readonly PaymentsAppliedPaymentsLineItems: "payments,applied_payments,line_items";
120
+ readonly PaymentsAppliedPaymentsLineItemsAccountingPeriod: "payments,applied_payments,line_items,accounting_period";
121
+ readonly PaymentsAppliedPaymentsLineItemsCompany: "payments,applied_payments,line_items,company";
122
+ readonly PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod: "payments,applied_payments,line_items,company,accounting_period";
123
+ readonly PaymentsAppliedPaymentsLineItemsContact: "payments,applied_payments,line_items,contact";
124
+ readonly PaymentsAppliedPaymentsLineItemsContactAccountingPeriod: "payments,applied_payments,line_items,contact,accounting_period";
125
+ readonly PaymentsAppliedPaymentsLineItemsContactCompany: "payments,applied_payments,line_items,contact,company";
126
+ readonly PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod: "payments,applied_payments,line_items,contact,company,accounting_period";
127
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrders: "payments,applied_payments,line_items,purchase_orders";
128
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,accounting_period";
129
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompany: "payments,applied_payments,line_items,purchase_orders,company";
130
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,company,accounting_period";
131
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContact: "payments,applied_payments,line_items,purchase_orders,contact";
132
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,accounting_period";
133
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompany: "payments,applied_payments,line_items,purchase_orders,contact,company";
134
+ readonly PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period";
135
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategories: "payments,applied_payments,line_items,tracking_categories";
136
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,accounting_period";
137
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany: "payments,applied_payments,line_items,tracking_categories,company";
138
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,company,accounting_period";
139
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact: "payments,applied_payments,line_items,tracking_categories,contact";
140
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,accounting_period";
141
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany: "payments,applied_payments,line_items,tracking_categories,contact,company";
142
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period";
143
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "payments,applied_payments,line_items,tracking_categories,purchase_orders";
144
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period";
145
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company";
146
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period";
147
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact";
148
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period";
149
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company";
150
+ readonly PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period";
151
+ readonly PaymentsAppliedPaymentsPurchaseOrders: "payments,applied_payments,purchase_orders";
152
+ readonly PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriod: "payments,applied_payments,purchase_orders,accounting_period";
153
+ readonly PaymentsAppliedPaymentsPurchaseOrdersCompany: "payments,applied_payments,purchase_orders,company";
154
+ readonly PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,company,accounting_period";
155
+ readonly PaymentsAppliedPaymentsPurchaseOrdersContact: "payments,applied_payments,purchase_orders,contact";
156
+ readonly PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,purchase_orders,contact,accounting_period";
157
+ readonly PaymentsAppliedPaymentsPurchaseOrdersContactCompany: "payments,applied_payments,purchase_orders,contact,company";
158
+ readonly PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,contact,company,accounting_period";
159
+ readonly PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories";
160
+ readonly PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period";
161
+ readonly PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company";
162
+ readonly PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period";
163
+ readonly PaymentsAppliedPaymentsTrackingCategoriesContact: "payments,applied_payments,tracking_categories,contact";
164
+ readonly PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,tracking_categories,contact,accounting_period";
165
+ readonly PaymentsAppliedPaymentsTrackingCategoriesContactCompany: "payments,applied_payments,tracking_categories,contact,company";
166
+ readonly PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,contact,company,accounting_period";
167
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrders: "payments,applied_payments,tracking_categories,purchase_orders";
168
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,accounting_period";
169
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,tracking_categories,purchase_orders,company";
170
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period";
171
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,tracking_categories,purchase_orders,contact";
172
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period";
173
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,tracking_categories,purchase_orders,contact,company";
174
+ readonly PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period";
47
175
  readonly PaymentsCompany: "payments,company";
48
176
  readonly PaymentsCompanyAccountingPeriod: "payments,company,accounting_period";
49
177
  readonly PaymentsContact: "payments,contact";