@mergeapi/merge-node-client 0.1.8 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (537) hide show
  1. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  2. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  3. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  4. package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  5. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  6. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  7. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  8. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  9. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  10. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  11. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  12. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  13. package/api/resources/accounting/resources/contacts/client/Client.js +4 -4
  14. package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  15. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  16. package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
  17. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  18. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  19. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  20. package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
  21. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  22. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  23. package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
  24. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  25. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  26. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  27. package/api/resources/accounting/resources/payments/client/Client.js +4 -4
  28. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  29. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
  30. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  31. package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
  32. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  33. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  34. package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  35. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  36. package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  37. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  38. package/api/resources/accounting/types/CreditNote.d.ts +2 -0
  39. package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
  40. package/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
  41. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
  42. package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
  43. package/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  44. package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
  45. package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  46. package/api/resources/accounting/types/Invoice.d.ts +2 -0
  47. package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
  48. package/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
  49. package/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
  50. package/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  51. package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
  52. package/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  53. package/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
  54. package/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  55. package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
  56. package/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  57. package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
  58. package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
  59. package/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
  60. package/api/resources/accounting/types/JournalLine.d.ts +2 -0
  61. package/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  62. package/api/resources/accounting/types/Payment.d.ts +1 -0
  63. package/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
  64. package/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
  65. package/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
  66. package/api/resources/accounting/types/PaymentLineItem.js +5 -0
  67. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
  68. package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
  69. package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  70. package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
  71. package/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
  72. package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
  73. package/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  74. package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
  75. package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  76. package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  77. package/api/resources/accounting/types/index.d.ts +7 -0
  78. package/api/resources/accounting/types/index.js +7 -0
  79. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  80. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  81. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  82. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  83. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  84. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  85. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  86. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  87. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  88. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  89. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  90. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  91. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  92. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  93. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  94. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  95. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  96. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  97. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  98. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  99. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  100. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  101. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  102. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  103. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  104. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  105. package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
  106. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  107. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  108. package/api/resources/ats/resources/users/client/Client.js +2 -2
  109. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  110. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  111. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  112. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  113. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  114. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  115. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  116. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  117. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  118. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  119. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  120. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  121. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  122. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  123. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  124. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  125. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  126. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  127. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  128. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  129. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  130. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  131. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  132. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  133. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  134. package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
  135. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  136. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  137. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  138. package/api/resources/crm/resources/users/client/Client.js +4 -4
  139. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  140. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  141. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  142. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  143. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  144. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  145. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  146. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  147. package/api/resources/filestorage/resources/files/client/Client.js +5 -5
  148. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  149. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  150. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  151. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  152. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  153. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  154. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  155. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  156. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  157. package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
  158. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  159. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  160. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  161. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  162. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  163. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  164. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  165. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  166. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  167. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  168. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  169. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  170. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  171. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  172. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  173. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  174. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  175. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  176. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  177. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  178. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  179. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  180. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  181. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  182. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  183. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  184. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  185. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  186. package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
  187. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  188. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  189. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  190. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  191. package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  192. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  193. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  194. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  195. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  196. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  197. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  198. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  199. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  200. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  201. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  202. package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
  203. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  204. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  205. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  206. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  207. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  208. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  209. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  210. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  211. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  212. package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
  213. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  214. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  215. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  216. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  217. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  218. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  219. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  220. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  221. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  222. package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  223. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  224. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  225. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  226. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  227. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  228. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  229. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  230. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  231. package/dist/api/resources/accounting/resources/contacts/client/Client.js +4 -4
  232. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  233. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  234. package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
  235. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  236. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  237. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  238. package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
  239. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  240. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  241. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
  242. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  243. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  244. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  245. package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
  246. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  247. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
  248. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  249. package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
  250. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  251. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  252. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  253. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  254. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  255. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  256. package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -0
  257. package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +5 -0
  258. package/dist/api/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +5 -0
  259. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -0
  260. package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +65 -1
  261. package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  262. package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +65 -1
  263. package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  264. package/dist/api/resources/accounting/types/Invoice.d.ts +2 -0
  265. package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +5 -0
  266. package/dist/api/resources/accounting/types/InvoiceAppliedPaymentsItem.js +5 -0
  267. package/dist/api/resources/accounting/types/InvoicesListRequestExpand.d.ts +129 -1
  268. package/dist/api/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  269. package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +129 -1
  270. package/dist/api/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  271. package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +33 -1
  272. package/dist/api/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  273. package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +33 -1
  274. package/dist/api/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  275. package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
  276. package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +5 -0
  277. package/dist/api/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +5 -0
  278. package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -0
  279. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  280. package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
  281. package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +5 -0
  282. package/dist/api/resources/accounting/types/PaymentAppliedToLinesItem.js +5 -0
  283. package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +28 -0
  284. package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
  285. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +26 -0
  286. package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
  287. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  288. package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +5 -0
  289. package/dist/api/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +5 -0
  290. package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +33 -1
  291. package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  292. package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +33 -1
  293. package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  294. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  295. package/dist/api/resources/accounting/types/index.d.ts +7 -0
  296. package/dist/api/resources/accounting/types/index.js +7 -0
  297. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  298. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  299. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  300. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  301. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  302. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  303. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  304. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  305. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  306. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  307. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  308. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  309. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  310. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  311. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  312. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  313. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  314. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  315. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  316. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  317. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  318. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  319. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  320. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  321. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  322. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  323. package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
  324. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  325. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  326. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  327. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  328. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  329. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  330. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  331. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  332. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  333. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  334. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  335. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  336. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  337. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  338. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  339. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  340. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  341. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  342. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  343. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  344. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  345. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  346. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  347. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  348. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  349. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  350. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  351. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  352. package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
  353. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  354. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  355. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  356. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  357. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  358. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  359. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  360. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  361. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  362. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  363. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  364. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  365. package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
  366. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  367. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  368. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  369. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  370. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  371. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  372. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  373. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  374. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  375. package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
  376. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  377. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  378. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  379. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  380. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  381. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  382. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  383. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  384. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  385. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  386. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  387. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  388. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  389. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  390. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  391. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  392. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  393. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  394. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  395. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  396. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  397. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  398. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  399. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  400. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  401. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  402. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  403. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  404. package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
  405. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  406. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  407. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  408. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  409. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  410. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  411. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  412. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  413. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  414. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  415. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  416. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  417. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  418. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  419. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  420. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
  421. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  422. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  423. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  424. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  425. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  426. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  427. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  428. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  429. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  430. package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
  431. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  432. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  433. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  434. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  435. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  436. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  437. package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  438. package/dist/serialization/resources/accounting/types/CreditNote.js +5 -0
  439. package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
  440. package/dist/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
  441. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
  442. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
  443. package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
  444. package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  445. package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
  446. package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  447. package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -0
  448. package/dist/serialization/resources/accounting/types/Invoice.js +5 -0
  449. package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
  450. package/dist/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
  451. package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
  452. package/dist/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  453. package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
  454. package/dist/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  455. package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
  456. package/dist/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  457. package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
  458. package/dist/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  459. package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
  460. package/dist/serialization/resources/accounting/types/JournalEntry.js +5 -0
  461. package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
  462. package/dist/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
  463. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
  464. package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
  465. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  466. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
  467. package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
  468. package/dist/serialization/resources/accounting/types/Payment.js +3 -0
  469. package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
  470. package/dist/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
  471. package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
  472. package/dist/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
  473. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
  474. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
  475. package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  476. package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  477. package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
  478. package/dist/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
  479. package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
  480. package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  481. package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
  482. package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  483. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
  484. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
  485. package/dist/serialization/resources/accounting/types/index.d.ts +7 -0
  486. package/dist/serialization/resources/accounting/types/index.js +7 -0
  487. package/package.json +1 -1
  488. package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  489. package/serialization/resources/accounting/types/CreditNote.js +5 -0
  490. package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.d.ts +10 -0
  491. package/serialization/resources/accounting/types/CreditNoteAppliedPaymentsItem.js +43 -0
  492. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +1 -0
  493. package/serialization/resources/accounting/types/CreditNoteLineItem.js +1 -0
  494. package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
  495. package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +64 -0
  496. package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
  497. package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +64 -0
  498. package/serialization/resources/accounting/types/Invoice.d.ts +1 -0
  499. package/serialization/resources/accounting/types/Invoice.js +5 -0
  500. package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.d.ts +10 -0
  501. package/serialization/resources/accounting/types/InvoiceAppliedPaymentsItem.js +43 -0
  502. package/serialization/resources/accounting/types/InvoicesListRequestExpand.d.ts +1 -1
  503. package/serialization/resources/accounting/types/InvoicesListRequestExpand.js +128 -0
  504. package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.d.ts +1 -1
  505. package/serialization/resources/accounting/types/InvoicesRetrieveRequestExpand.js +128 -0
  506. package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.d.ts +1 -1
  507. package/serialization/resources/accounting/types/JournalEntriesListRequestExpand.js +32 -0
  508. package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.d.ts +1 -1
  509. package/serialization/resources/accounting/types/JournalEntriesRetrieveRequestExpand.js +32 -0
  510. package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
  511. package/serialization/resources/accounting/types/JournalEntry.js +5 -0
  512. package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.d.ts +10 -0
  513. package/serialization/resources/accounting/types/JournalEntryAppliedPaymentsItem.js +43 -0
  514. package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
  515. package/serialization/resources/accounting/types/JournalLine.js +1 -0
  516. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  517. package/serialization/resources/accounting/types/JournalLineRequest.js +1 -0
  518. package/serialization/resources/accounting/types/Payment.d.ts +1 -0
  519. package/serialization/resources/accounting/types/Payment.js +3 -0
  520. package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.d.ts +10 -0
  521. package/serialization/resources/accounting/types/PaymentAppliedToLinesItem.js +43 -0
  522. package/serialization/resources/accounting/types/PaymentLineItem.d.ts +19 -0
  523. package/serialization/resources/accounting/types/PaymentLineItem.js +40 -0
  524. package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
  525. package/serialization/resources/accounting/types/PaymentLineItemRequest.js +39 -0
  526. package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  527. package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  528. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.d.ts +10 -0
  529. package/serialization/resources/accounting/types/PaymentRequestAppliedToLinesItem.js +43 -0
  530. package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
  531. package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +32 -0
  532. package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
  533. package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +32 -0
  534. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +1 -0
  535. package/serialization/resources/accounting/types/VendorCreditLine.js +1 -0
  536. package/serialization/resources/accounting/types/index.d.ts +7 -0
  537. package/serialization/resources/accounting/types/index.js +7 -0
@@ -6,6 +6,38 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.CreditNotesRetrieveRequestExpand = void 0;
7
7
  exports.CreditNotesRetrieveRequestExpand = {
8
8
  AccountingPeriod: "accounting_period",
9
+ AppliedPayments: "applied_payments",
10
+ AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period",
11
+ AppliedPaymentsCompany: "applied_payments,company",
12
+ AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period",
13
+ AppliedPaymentsContact: "applied_payments,contact",
14
+ AppliedPaymentsContactAccountingPeriod: "applied_payments,contact,accounting_period",
15
+ AppliedPaymentsContactCompany: "applied_payments,contact,company",
16
+ AppliedPaymentsContactCompanyAccountingPeriod: "applied_payments,contact,company,accounting_period",
17
+ AppliedPaymentsLineItems: "applied_payments,line_items",
18
+ AppliedPaymentsLineItemsAccountingPeriod: "applied_payments,line_items,accounting_period",
19
+ AppliedPaymentsLineItemsCompany: "applied_payments,line_items,company",
20
+ AppliedPaymentsLineItemsCompanyAccountingPeriod: "applied_payments,line_items,company,accounting_period",
21
+ AppliedPaymentsLineItemsContact: "applied_payments,line_items,contact",
22
+ AppliedPaymentsLineItemsContactAccountingPeriod: "applied_payments,line_items,contact,accounting_period",
23
+ AppliedPaymentsLineItemsContactCompany: "applied_payments,line_items,contact,company",
24
+ AppliedPaymentsLineItemsContactCompanyAccountingPeriod: "applied_payments,line_items,contact,company,accounting_period",
25
+ AppliedPaymentsLineItemsTrackingCategories: "applied_payments,line_items,tracking_categories",
26
+ AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "applied_payments,line_items,tracking_categories,accounting_period",
27
+ AppliedPaymentsLineItemsTrackingCategoriesCompany: "applied_payments,line_items,tracking_categories,company",
28
+ AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,company,accounting_period",
29
+ AppliedPaymentsLineItemsTrackingCategoriesContact: "applied_payments,line_items,tracking_categories,contact",
30
+ AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,accounting_period",
31
+ AppliedPaymentsLineItemsTrackingCategoriesContactCompany: "applied_payments,line_items,tracking_categories,contact,company",
32
+ AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,company,accounting_period",
33
+ AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories",
34
+ AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period",
35
+ AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company",
36
+ AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period",
37
+ AppliedPaymentsTrackingCategoriesContact: "applied_payments,tracking_categories,contact",
38
+ AppliedPaymentsTrackingCategoriesContactAccountingPeriod: "applied_payments,tracking_categories,contact,accounting_period",
39
+ AppliedPaymentsTrackingCategoriesContactCompany: "applied_payments,tracking_categories,contact,company",
40
+ AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,tracking_categories,contact,company,accounting_period",
9
41
  Company: "company",
10
42
  CompanyAccountingPeriod: "company,accounting_period",
11
43
  Contact: "contact",
@@ -30,6 +62,38 @@ exports.CreditNotesRetrieveRequestExpand = {
30
62
  LineItemsTrackingCategoriesContactCompanyAccountingPeriod: "line_items,tracking_categories,contact,company,accounting_period",
31
63
  Payments: "payments",
32
64
  PaymentsAccountingPeriod: "payments,accounting_period",
65
+ PaymentsAppliedPayments: "payments,applied_payments",
66
+ PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period",
67
+ PaymentsAppliedPaymentsCompany: "payments,applied_payments,company",
68
+ PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period",
69
+ PaymentsAppliedPaymentsContact: "payments,applied_payments,contact",
70
+ PaymentsAppliedPaymentsContactAccountingPeriod: "payments,applied_payments,contact,accounting_period",
71
+ PaymentsAppliedPaymentsContactCompany: "payments,applied_payments,contact,company",
72
+ PaymentsAppliedPaymentsContactCompanyAccountingPeriod: "payments,applied_payments,contact,company,accounting_period",
73
+ PaymentsAppliedPaymentsLineItems: "payments,applied_payments,line_items",
74
+ PaymentsAppliedPaymentsLineItemsAccountingPeriod: "payments,applied_payments,line_items,accounting_period",
75
+ PaymentsAppliedPaymentsLineItemsCompany: "payments,applied_payments,line_items,company",
76
+ PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod: "payments,applied_payments,line_items,company,accounting_period",
77
+ PaymentsAppliedPaymentsLineItemsContact: "payments,applied_payments,line_items,contact",
78
+ PaymentsAppliedPaymentsLineItemsContactAccountingPeriod: "payments,applied_payments,line_items,contact,accounting_period",
79
+ PaymentsAppliedPaymentsLineItemsContactCompany: "payments,applied_payments,line_items,contact,company",
80
+ PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod: "payments,applied_payments,line_items,contact,company,accounting_period",
81
+ PaymentsAppliedPaymentsLineItemsTrackingCategories: "payments,applied_payments,line_items,tracking_categories",
82
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,accounting_period",
83
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany: "payments,applied_payments,line_items,tracking_categories,company",
84
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,company,accounting_period",
85
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact: "payments,applied_payments,line_items,tracking_categories,contact",
86
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
87
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany: "payments,applied_payments,line_items,tracking_categories,contact,company",
88
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
89
+ PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories",
90
+ PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period",
91
+ PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company",
92
+ PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period",
93
+ PaymentsAppliedPaymentsTrackingCategoriesContact: "payments,applied_payments,tracking_categories,contact",
94
+ PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,tracking_categories,contact,accounting_period",
95
+ PaymentsAppliedPaymentsTrackingCategoriesContactCompany: "payments,applied_payments,tracking_categories,contact,company",
96
+ PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,contact,company,accounting_period",
33
97
  PaymentsCompany: "payments,company",
34
98
  PaymentsCompanyAccountingPeriod: "payments,company,accounting_period",
35
99
  PaymentsContact: "payments,contact",
@@ -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 });
@@ -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";
@@ -6,6 +6,70 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.InvoicesListRequestExpand = void 0;
7
7
  exports.InvoicesListRequestExpand = {
8
8
  AccountingPeriod: "accounting_period",
9
+ AppliedPayments: "applied_payments",
10
+ AppliedPaymentsAccountingPeriod: "applied_payments,accounting_period",
11
+ AppliedPaymentsCompany: "applied_payments,company",
12
+ AppliedPaymentsCompanyAccountingPeriod: "applied_payments,company,accounting_period",
13
+ AppliedPaymentsContact: "applied_payments,contact",
14
+ AppliedPaymentsContactAccountingPeriod: "applied_payments,contact,accounting_period",
15
+ AppliedPaymentsContactCompany: "applied_payments,contact,company",
16
+ AppliedPaymentsContactCompanyAccountingPeriod: "applied_payments,contact,company,accounting_period",
17
+ AppliedPaymentsLineItems: "applied_payments,line_items",
18
+ AppliedPaymentsLineItemsAccountingPeriod: "applied_payments,line_items,accounting_period",
19
+ AppliedPaymentsLineItemsCompany: "applied_payments,line_items,company",
20
+ AppliedPaymentsLineItemsCompanyAccountingPeriod: "applied_payments,line_items,company,accounting_period",
21
+ AppliedPaymentsLineItemsContact: "applied_payments,line_items,contact",
22
+ AppliedPaymentsLineItemsContactAccountingPeriod: "applied_payments,line_items,contact,accounting_period",
23
+ AppliedPaymentsLineItemsContactCompany: "applied_payments,line_items,contact,company",
24
+ AppliedPaymentsLineItemsContactCompanyAccountingPeriod: "applied_payments,line_items,contact,company,accounting_period",
25
+ AppliedPaymentsLineItemsPurchaseOrders: "applied_payments,line_items,purchase_orders",
26
+ AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "applied_payments,line_items,purchase_orders,accounting_period",
27
+ AppliedPaymentsLineItemsPurchaseOrdersCompany: "applied_payments,line_items,purchase_orders,company",
28
+ AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,company,accounting_period",
29
+ AppliedPaymentsLineItemsPurchaseOrdersContact: "applied_payments,line_items,purchase_orders,contact",
30
+ AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,accounting_period",
31
+ AppliedPaymentsLineItemsPurchaseOrdersContactCompany: "applied_payments,line_items,purchase_orders,contact,company",
32
+ AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,purchase_orders,contact,company,accounting_period",
33
+ AppliedPaymentsLineItemsTrackingCategories: "applied_payments,line_items,tracking_categories",
34
+ AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "applied_payments,line_items,tracking_categories,accounting_period",
35
+ AppliedPaymentsLineItemsTrackingCategoriesCompany: "applied_payments,line_items,tracking_categories,company",
36
+ AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,company,accounting_period",
37
+ AppliedPaymentsLineItemsTrackingCategoriesContact: "applied_payments,line_items,tracking_categories,contact",
38
+ AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,accounting_period",
39
+ AppliedPaymentsLineItemsTrackingCategoriesContactCompany: "applied_payments,line_items,tracking_categories,contact,company",
40
+ AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,contact,company,accounting_period",
41
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "applied_payments,line_items,tracking_categories,purchase_orders",
42
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
43
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,line_items,tracking_categories,purchase_orders,company",
44
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
45
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "applied_payments,line_items,tracking_categories,purchase_orders,contact",
46
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
47
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
48
+ AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
49
+ AppliedPaymentsPurchaseOrders: "applied_payments,purchase_orders",
50
+ AppliedPaymentsPurchaseOrdersAccountingPeriod: "applied_payments,purchase_orders,accounting_period",
51
+ AppliedPaymentsPurchaseOrdersCompany: "applied_payments,purchase_orders,company",
52
+ AppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "applied_payments,purchase_orders,company,accounting_period",
53
+ AppliedPaymentsPurchaseOrdersContact: "applied_payments,purchase_orders,contact",
54
+ AppliedPaymentsPurchaseOrdersContactAccountingPeriod: "applied_payments,purchase_orders,contact,accounting_period",
55
+ AppliedPaymentsPurchaseOrdersContactCompany: "applied_payments,purchase_orders,contact,company",
56
+ AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,purchase_orders,contact,company,accounting_period",
57
+ AppliedPaymentsTrackingCategories: "applied_payments,tracking_categories",
58
+ AppliedPaymentsTrackingCategoriesAccountingPeriod: "applied_payments,tracking_categories,accounting_period",
59
+ AppliedPaymentsTrackingCategoriesCompany: "applied_payments,tracking_categories,company",
60
+ AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "applied_payments,tracking_categories,company,accounting_period",
61
+ AppliedPaymentsTrackingCategoriesContact: "applied_payments,tracking_categories,contact",
62
+ AppliedPaymentsTrackingCategoriesContactAccountingPeriod: "applied_payments,tracking_categories,contact,accounting_period",
63
+ AppliedPaymentsTrackingCategoriesContactCompany: "applied_payments,tracking_categories,contact,company",
64
+ AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "applied_payments,tracking_categories,contact,company,accounting_period",
65
+ AppliedPaymentsTrackingCategoriesPurchaseOrders: "applied_payments,tracking_categories,purchase_orders",
66
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,accounting_period",
67
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "applied_payments,tracking_categories,purchase_orders,company",
68
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,company,accounting_period",
69
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "applied_payments,tracking_categories,purchase_orders,contact",
70
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
71
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "applied_payments,tracking_categories,purchase_orders,contact,company",
72
+ AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
9
73
  Company: "company",
10
74
  CompanyAccountingPeriod: "company,accounting_period",
11
75
  Contact: "contact",
@@ -46,6 +110,70 @@ exports.InvoicesListRequestExpand = {
46
110
  LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
47
111
  Payments: "payments",
48
112
  PaymentsAccountingPeriod: "payments,accounting_period",
113
+ PaymentsAppliedPayments: "payments,applied_payments",
114
+ PaymentsAppliedPaymentsAccountingPeriod: "payments,applied_payments,accounting_period",
115
+ PaymentsAppliedPaymentsCompany: "payments,applied_payments,company",
116
+ PaymentsAppliedPaymentsCompanyAccountingPeriod: "payments,applied_payments,company,accounting_period",
117
+ PaymentsAppliedPaymentsContact: "payments,applied_payments,contact",
118
+ PaymentsAppliedPaymentsContactAccountingPeriod: "payments,applied_payments,contact,accounting_period",
119
+ PaymentsAppliedPaymentsContactCompany: "payments,applied_payments,contact,company",
120
+ PaymentsAppliedPaymentsContactCompanyAccountingPeriod: "payments,applied_payments,contact,company,accounting_period",
121
+ PaymentsAppliedPaymentsLineItems: "payments,applied_payments,line_items",
122
+ PaymentsAppliedPaymentsLineItemsAccountingPeriod: "payments,applied_payments,line_items,accounting_period",
123
+ PaymentsAppliedPaymentsLineItemsCompany: "payments,applied_payments,line_items,company",
124
+ PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod: "payments,applied_payments,line_items,company,accounting_period",
125
+ PaymentsAppliedPaymentsLineItemsContact: "payments,applied_payments,line_items,contact",
126
+ PaymentsAppliedPaymentsLineItemsContactAccountingPeriod: "payments,applied_payments,line_items,contact,accounting_period",
127
+ PaymentsAppliedPaymentsLineItemsContactCompany: "payments,applied_payments,line_items,contact,company",
128
+ PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod: "payments,applied_payments,line_items,contact,company,accounting_period",
129
+ PaymentsAppliedPaymentsLineItemsPurchaseOrders: "payments,applied_payments,line_items,purchase_orders",
130
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,accounting_period",
131
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompany: "payments,applied_payments,line_items,purchase_orders,company",
132
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,company,accounting_period",
133
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersContact: "payments,applied_payments,line_items,purchase_orders,contact",
134
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,accounting_period",
135
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompany: "payments,applied_payments,line_items,purchase_orders,contact,company",
136
+ PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period",
137
+ PaymentsAppliedPaymentsLineItemsTrackingCategories: "payments,applied_payments,line_items,tracking_categories",
138
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,accounting_period",
139
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany: "payments,applied_payments,line_items,tracking_categories,company",
140
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,company,accounting_period",
141
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact: "payments,applied_payments,line_items,tracking_categories,contact",
142
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,accounting_period",
143
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany: "payments,applied_payments,line_items,tracking_categories,contact,company",
144
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period",
145
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders: "payments,applied_payments,line_items,tracking_categories,purchase_orders",
146
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period",
147
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company",
148
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period",
149
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact",
150
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period",
151
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company",
152
+ PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period",
153
+ PaymentsAppliedPaymentsPurchaseOrders: "payments,applied_payments,purchase_orders",
154
+ PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriod: "payments,applied_payments,purchase_orders,accounting_period",
155
+ PaymentsAppliedPaymentsPurchaseOrdersCompany: "payments,applied_payments,purchase_orders,company",
156
+ PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,company,accounting_period",
157
+ PaymentsAppliedPaymentsPurchaseOrdersContact: "payments,applied_payments,purchase_orders,contact",
158
+ PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,purchase_orders,contact,accounting_period",
159
+ PaymentsAppliedPaymentsPurchaseOrdersContactCompany: "payments,applied_payments,purchase_orders,contact,company",
160
+ PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,purchase_orders,contact,company,accounting_period",
161
+ PaymentsAppliedPaymentsTrackingCategories: "payments,applied_payments,tracking_categories",
162
+ PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod: "payments,applied_payments,tracking_categories,accounting_period",
163
+ PaymentsAppliedPaymentsTrackingCategoriesCompany: "payments,applied_payments,tracking_categories,company",
164
+ PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,company,accounting_period",
165
+ PaymentsAppliedPaymentsTrackingCategoriesContact: "payments,applied_payments,tracking_categories,contact",
166
+ PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod: "payments,applied_payments,tracking_categories,contact,accounting_period",
167
+ PaymentsAppliedPaymentsTrackingCategoriesContactCompany: "payments,applied_payments,tracking_categories,contact,company",
168
+ PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,contact,company,accounting_period",
169
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrders: "payments,applied_payments,tracking_categories,purchase_orders",
170
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,accounting_period",
171
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompany: "payments,applied_payments,tracking_categories,purchase_orders,company",
172
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period",
173
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContact: "payments,applied_payments,tracking_categories,purchase_orders,contact",
174
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period",
175
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany: "payments,applied_payments,tracking_categories,purchase_orders,contact,company",
176
+ PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod: "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period",
49
177
  PaymentsCompany: "payments,company",
50
178
  PaymentsCompanyAccountingPeriod: "payments,company,accounting_period",
51
179
  PaymentsContact: "payments,contact",