@mergeapi/merge-node-client 0.1.3 → 0.1.5

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 (831) 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/accounts/client/Client.js +4 -4
  4. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  5. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  6. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  7. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  8. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  9. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  10. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  11. package/api/resources/accounting/resources/contacts/client/Client.js +11 -5
  12. package/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
  13. package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  14. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  15. package/api/resources/accounting/resources/expenses/client/Client.js +4 -4
  16. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  17. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  18. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  19. package/api/resources/accounting/resources/invoices/client/Client.js +4 -4
  20. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  21. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  22. package/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
  23. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  24. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  25. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  26. package/api/resources/accounting/resources/payments/client/Client.js +4 -4
  27. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  28. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
  29. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  30. package/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
  31. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
  32. package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
  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 -2
  39. package/api/resources/accounting/types/CreditNoteApplyLine.d.ts +21 -0
  40. package/api/resources/accounting/types/CreditNoteApplyLine.js +5 -0
  41. package/api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +5 -0
  42. package/api/resources/accounting/types/CreditNoteApplyLineInvoice.js +5 -0
  43. package/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +9 -1
  44. package/api/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
  45. package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +9 -1
  46. package/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
  47. package/api/resources/accounting/types/Expense.d.ts +4 -0
  48. package/api/resources/accounting/types/ExpenseLine.d.ts +311 -0
  49. package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +315 -0
  50. package/api/resources/accounting/types/ExpenseLineCurrency.js +5 -0
  51. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +311 -0
  52. package/api/resources/accounting/types/ExpenseRequest.d.ts +4 -0
  53. package/api/resources/accounting/types/Invoice.d.ts +11 -0
  54. package/api/resources/accounting/types/InvoiceRequest.d.ts +11 -0
  55. package/api/resources/accounting/types/InvoiceRequestStatus.d.ts +15 -0
  56. package/api/resources/accounting/types/InvoiceRequestStatus.js +5 -0
  57. package/api/resources/accounting/types/InvoiceStatusEnum.d.ts +20 -0
  58. package/api/resources/accounting/types/InvoiceStatusEnum.js +14 -0
  59. package/api/resources/accounting/types/JournalEntry.d.ts +2 -0
  60. package/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
  61. package/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +5 -0
  62. package/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +5 -0
  63. package/api/resources/accounting/types/JournalLine.d.ts +311 -0
  64. package/api/resources/accounting/types/JournalLineCurrency.d.ts +315 -0
  65. package/api/resources/accounting/types/JournalLineCurrency.js +5 -0
  66. package/api/resources/accounting/types/JournalLineRequest.d.ts +311 -0
  67. package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +315 -0
  68. package/api/resources/accounting/types/JournalLineRequestCurrency.js +5 -0
  69. package/api/resources/accounting/types/Payment.d.ts +1 -0
  70. package/api/resources/accounting/types/PaymentLineItem.d.ts +26 -0
  71. package/api/resources/accounting/types/PaymentLineItem.js +5 -0
  72. package/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +5 -0
  73. package/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js +5 -0
  74. package/api/resources/accounting/types/PaymentLineItemRequest.d.ts +25 -0
  75. package/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
  76. package/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +5 -0
  77. package/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +5 -0
  78. package/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  79. package/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +17 -1
  80. package/api/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
  81. package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +17 -1
  82. package/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
  83. package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
  84. package/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
  85. package/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +5 -0
  86. package/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +5 -0
  87. package/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +16 -0
  88. package/api/resources/accounting/types/RelatedObjectTypeEnum.js +12 -0
  89. package/api/resources/accounting/types/VendorCredit.d.ts +1 -0
  90. package/api/resources/accounting/types/VendorCreditApplyLine.d.ts +21 -0
  91. package/api/resources/accounting/types/VendorCreditApplyLine.js +5 -0
  92. package/api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +5 -0
  93. package/api/resources/accounting/types/VendorCreditApplyLineInvoice.js +5 -0
  94. package/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -1
  95. package/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
  96. package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -1
  97. package/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
  98. package/api/resources/accounting/types/index.d.ts +16 -0
  99. package/api/resources/accounting/types/index.js +16 -0
  100. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  101. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  102. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  103. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  104. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  105. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  106. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  107. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  108. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  109. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  110. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  111. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  112. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  113. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  114. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  115. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  116. package/api/resources/ats/resources/jobs/client/Client.js +2 -2
  117. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  118. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  119. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  120. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  121. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  122. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  123. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  124. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  125. package/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
  126. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
  127. package/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
  128. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  129. package/api/resources/ats/resources/users/client/Client.js +2 -2
  130. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  131. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  132. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  133. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  134. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  135. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  136. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  137. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  138. package/api/resources/crm/resources/contacts/client/Client.js +15 -9
  139. package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
  140. package/api/resources/crm/resources/customObjectClasses/client/Client.js +3 -3
  141. package/api/resources/crm/resources/customObjects/client/Client.js +6 -6
  142. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  143. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  144. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  145. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  146. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  147. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  148. package/api/resources/crm/resources/leads/client/Client.js +12 -6
  149. package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +8 -0
  150. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  151. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  152. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  153. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  154. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  155. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  156. package/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
  157. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  158. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -1
  159. package/api/resources/crm/resources/syncStatus/client/Client.js +2 -2
  160. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  161. package/api/resources/crm/resources/users/client/Client.js +4 -4
  162. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  163. package/api/resources/crm/types/AccountRequest.d.ts +2 -0
  164. package/api/resources/crm/types/RemoteField.d.ts +2 -2
  165. package/api/resources/crm/types/RemoteFieldRemoteFieldClass.d.ts +5 -0
  166. package/api/resources/crm/types/RemoteFieldRemoteFieldClass.js +5 -0
  167. package/api/resources/crm/types/index.d.ts +1 -0
  168. package/api/resources/crm/types/index.js +1 -0
  169. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  170. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  171. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  172. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  173. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  174. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  175. package/api/resources/filestorage/resources/files/client/Client.js +5 -5
  176. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  177. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  178. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  179. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  180. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  181. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  182. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  183. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  184. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  185. package/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
  186. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -1
  187. package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -2
  188. package/api/resources/filestorage/resources/users/client/Client.js +3 -3
  189. package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  190. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  191. package/api/resources/filestorage/types/FilePermissions.d.ts +8 -0
  192. package/api/resources/filestorage/types/FilePermissions.js +5 -0
  193. package/api/resources/filestorage/types/FilePermissionsItem.d.ts +5 -0
  194. package/api/resources/filestorage/types/FilePermissionsItem.js +5 -0
  195. package/api/resources/filestorage/types/FileRequest.d.ts +2 -1
  196. package/api/resources/filestorage/types/FileRequestPermissions.d.ts +8 -0
  197. package/api/resources/filestorage/types/FileRequestPermissions.js +5 -0
  198. package/api/resources/filestorage/types/FileRequestPermissionsItem.d.ts +5 -0
  199. package/api/resources/filestorage/types/FileRequestPermissionsItem.js +5 -0
  200. package/api/resources/filestorage/types/File_.d.ts +2 -1
  201. package/api/resources/filestorage/types/Folder.d.ts +2 -1
  202. package/api/resources/filestorage/types/FolderPermissions.d.ts +8 -0
  203. package/api/resources/filestorage/types/FolderPermissions.js +5 -0
  204. package/api/resources/filestorage/types/FolderPermissionsItem.d.ts +5 -0
  205. package/api/resources/filestorage/types/FolderPermissionsItem.js +5 -0
  206. package/api/resources/filestorage/types/FolderRequest.d.ts +2 -1
  207. package/api/resources/filestorage/types/FolderRequestPermissions.d.ts +8 -0
  208. package/api/resources/filestorage/types/FolderRequestPermissions.js +5 -0
  209. package/api/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +5 -0
  210. package/api/resources/filestorage/types/FolderRequestPermissionsItem.js +5 -0
  211. package/api/resources/filestorage/types/Permission.d.ts +34 -0
  212. package/api/resources/filestorage/types/Permission.js +5 -0
  213. package/api/resources/filestorage/types/PermissionRequest.d.ts +33 -0
  214. package/api/resources/filestorage/types/PermissionRequest.js +5 -0
  215. package/api/resources/filestorage/types/RolesEnum.d.ts +14 -0
  216. package/api/resources/filestorage/types/RolesEnum.js +11 -0
  217. package/api/resources/filestorage/types/TypeEnum.d.ts +16 -0
  218. package/api/resources/filestorage/types/TypeEnum.js +12 -0
  219. package/api/resources/filestorage/types/index.d.ts +12 -0
  220. package/api/resources/filestorage/types/index.js +12 -0
  221. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  222. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  223. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  224. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  225. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  226. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  227. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  228. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  229. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  230. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  231. package/api/resources/hris/resources/employees/client/Client.js +15 -6
  232. package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +12 -0
  233. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  234. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  235. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  236. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  237. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  238. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  239. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  240. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  241. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  242. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  243. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  244. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  245. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  246. package/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
  247. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
  248. package/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
  249. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  250. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  251. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  252. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  253. package/api/resources/hris/types/Employee.d.ts +2 -0
  254. package/api/resources/hris/types/EmployeeRequest.d.ts +2 -0
  255. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  256. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  257. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  258. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  259. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  260. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  261. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  262. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  263. package/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
  264. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  265. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  266. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  267. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  268. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  269. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  270. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  271. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  272. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  273. package/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
  274. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
  275. package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
  276. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  277. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  278. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  279. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  280. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  281. package/api/resources/ticketing/types/RemoteField.d.ts +2 -2
  282. package/api/resources/ticketing/types/RemoteFieldRemoteFieldClass.d.ts +5 -0
  283. package/api/resources/ticketing/types/RemoteFieldRemoteFieldClass.js +5 -0
  284. package/api/resources/ticketing/types/index.d.ts +1 -0
  285. package/api/resources/ticketing/types/index.js +1 -0
  286. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  287. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  288. package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  289. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  290. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  291. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  292. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  293. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  294. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  295. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  296. package/dist/api/resources/accounting/resources/contacts/client/Client.js +11 -5
  297. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
  298. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  299. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  300. package/dist/api/resources/accounting/resources/expenses/client/Client.js +4 -4
  301. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  302. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  303. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  304. package/dist/api/resources/accounting/resources/invoices/client/Client.js +4 -4
  305. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  306. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  307. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +4 -4
  308. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  309. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  310. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  311. package/dist/api/resources/accounting/resources/payments/client/Client.js +4 -4
  312. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  313. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +4 -4
  314. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  315. package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +3 -3
  316. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -1
  317. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -2
  318. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  319. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  320. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  321. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  322. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  323. package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -2
  324. package/dist/api/resources/accounting/types/CreditNoteApplyLine.d.ts +21 -0
  325. package/dist/api/resources/accounting/types/CreditNoteApplyLine.js +5 -0
  326. package/dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +5 -0
  327. package/dist/api/resources/accounting/types/CreditNoteApplyLineInvoice.js +5 -0
  328. package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.d.ts +9 -1
  329. package/dist/api/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
  330. package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +9 -1
  331. package/dist/api/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
  332. package/dist/api/resources/accounting/types/Expense.d.ts +4 -0
  333. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +311 -0
  334. package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +315 -0
  335. package/dist/api/resources/accounting/types/ExpenseLineCurrency.js +5 -0
  336. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +311 -0
  337. package/dist/api/resources/accounting/types/ExpenseRequest.d.ts +4 -0
  338. package/dist/api/resources/accounting/types/Invoice.d.ts +11 -0
  339. package/dist/api/resources/accounting/types/InvoiceRequest.d.ts +11 -0
  340. package/dist/api/resources/accounting/types/InvoiceRequestStatus.d.ts +15 -0
  341. package/dist/api/resources/accounting/types/InvoiceRequestStatus.js +5 -0
  342. package/dist/api/resources/accounting/types/InvoiceStatusEnum.d.ts +20 -0
  343. package/dist/api/resources/accounting/types/InvoiceStatusEnum.js +14 -0
  344. package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -0
  345. package/dist/api/resources/accounting/types/JournalEntryRequest.d.ts +3 -0
  346. package/dist/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +5 -0
  347. package/dist/api/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +5 -0
  348. package/dist/api/resources/accounting/types/JournalLine.d.ts +311 -0
  349. package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +315 -0
  350. package/dist/api/resources/accounting/types/JournalLineCurrency.js +5 -0
  351. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +311 -0
  352. package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +315 -0
  353. package/dist/api/resources/accounting/types/JournalLineRequestCurrency.js +5 -0
  354. package/dist/api/resources/accounting/types/Payment.d.ts +1 -0
  355. package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +26 -0
  356. package/dist/api/resources/accounting/types/PaymentLineItem.js +5 -0
  357. package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +5 -0
  358. package/dist/api/resources/accounting/types/PaymentLineItemRelatedObjectType.js +5 -0
  359. package/dist/api/resources/accounting/types/PaymentLineItemRequest.d.ts +25 -0
  360. package/dist/api/resources/accounting/types/PaymentLineItemRequest.js +5 -0
  361. package/dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +5 -0
  362. package/dist/api/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +5 -0
  363. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +1 -0
  364. package/dist/api/resources/accounting/types/PaymentsListRequestExpand.d.ts +17 -1
  365. package/dist/api/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
  366. package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +17 -1
  367. package/dist/api/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
  368. package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -0
  369. package/dist/api/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
  370. package/dist/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +5 -0
  371. package/dist/api/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +5 -0
  372. package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.d.ts +16 -0
  373. package/dist/api/resources/accounting/types/RelatedObjectTypeEnum.js +12 -0
  374. package/dist/api/resources/accounting/types/VendorCredit.d.ts +1 -0
  375. package/dist/api/resources/accounting/types/VendorCreditApplyLine.d.ts +21 -0
  376. package/dist/api/resources/accounting/types/VendorCreditApplyLine.js +5 -0
  377. package/dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +5 -0
  378. package/dist/api/resources/accounting/types/VendorCreditApplyLineInvoice.js +5 -0
  379. package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +17 -1
  380. package/dist/api/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
  381. package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +17 -1
  382. package/dist/api/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
  383. package/dist/api/resources/accounting/types/index.d.ts +16 -0
  384. package/dist/api/resources/accounting/types/index.js +16 -0
  385. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  386. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  387. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  388. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  389. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  390. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  391. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  392. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  393. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  394. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  395. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  396. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  397. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  398. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  399. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  400. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  401. package/dist/api/resources/ats/resources/jobs/client/Client.js +2 -2
  402. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  403. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  404. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  405. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  406. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  407. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  408. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  409. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  410. package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +3 -3
  411. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -1
  412. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -2
  413. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  414. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  415. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  416. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  417. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  418. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  419. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  420. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  421. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  422. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  423. package/dist/api/resources/crm/resources/contacts/client/Client.js +15 -9
  424. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +8 -0
  425. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +3 -3
  426. package/dist/api/resources/crm/resources/customObjects/client/Client.js +6 -6
  427. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  428. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  429. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  430. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  431. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  432. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  433. package/dist/api/resources/crm/resources/leads/client/Client.js +12 -6
  434. package/dist/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +8 -0
  435. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  436. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  437. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  438. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  439. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  440. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  441. package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +3 -3
  442. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  443. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -1
  444. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -2
  445. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  446. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  447. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  448. package/dist/api/resources/crm/types/AccountRequest.d.ts +2 -0
  449. package/dist/api/resources/crm/types/RemoteField.d.ts +2 -2
  450. package/dist/api/resources/crm/types/RemoteFieldRemoteFieldClass.d.ts +5 -0
  451. package/dist/api/resources/crm/types/RemoteFieldRemoteFieldClass.js +5 -0
  452. package/dist/api/resources/crm/types/index.d.ts +1 -0
  453. package/dist/api/resources/crm/types/index.js +1 -0
  454. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  455. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  456. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  457. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  458. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  459. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  460. package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
  461. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  462. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  463. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  464. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  465. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  466. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  467. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  468. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  469. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  470. package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +3 -3
  471. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -1
  472. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -2
  473. package/dist/api/resources/filestorage/resources/users/client/Client.js +3 -3
  474. package/dist/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +1 -1
  475. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  476. package/dist/api/resources/filestorage/types/FilePermissions.d.ts +8 -0
  477. package/dist/api/resources/filestorage/types/FilePermissions.js +5 -0
  478. package/dist/api/resources/filestorage/types/FilePermissionsItem.d.ts +5 -0
  479. package/dist/api/resources/filestorage/types/FilePermissionsItem.js +5 -0
  480. package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -1
  481. package/dist/api/resources/filestorage/types/FileRequestPermissions.d.ts +8 -0
  482. package/dist/api/resources/filestorage/types/FileRequestPermissions.js +5 -0
  483. package/dist/api/resources/filestorage/types/FileRequestPermissionsItem.d.ts +5 -0
  484. package/dist/api/resources/filestorage/types/FileRequestPermissionsItem.js +5 -0
  485. package/dist/api/resources/filestorage/types/File_.d.ts +2 -1
  486. package/dist/api/resources/filestorage/types/Folder.d.ts +2 -1
  487. package/dist/api/resources/filestorage/types/FolderPermissions.d.ts +8 -0
  488. package/dist/api/resources/filestorage/types/FolderPermissions.js +5 -0
  489. package/dist/api/resources/filestorage/types/FolderPermissionsItem.d.ts +5 -0
  490. package/dist/api/resources/filestorage/types/FolderPermissionsItem.js +5 -0
  491. package/dist/api/resources/filestorage/types/FolderRequest.d.ts +2 -1
  492. package/dist/api/resources/filestorage/types/FolderRequestPermissions.d.ts +8 -0
  493. package/dist/api/resources/filestorage/types/FolderRequestPermissions.js +5 -0
  494. package/dist/api/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +5 -0
  495. package/dist/api/resources/filestorage/types/FolderRequestPermissionsItem.js +5 -0
  496. package/dist/api/resources/filestorage/types/Permission.d.ts +34 -0
  497. package/dist/api/resources/filestorage/types/Permission.js +5 -0
  498. package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +33 -0
  499. package/dist/api/resources/filestorage/types/PermissionRequest.js +5 -0
  500. package/dist/api/resources/filestorage/types/RolesEnum.d.ts +14 -0
  501. package/dist/api/resources/filestorage/types/RolesEnum.js +11 -0
  502. package/dist/api/resources/filestorage/types/TypeEnum.d.ts +16 -0
  503. package/dist/api/resources/filestorage/types/TypeEnum.js +12 -0
  504. package/dist/api/resources/filestorage/types/index.d.ts +12 -0
  505. package/dist/api/resources/filestorage/types/index.js +12 -0
  506. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  507. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  508. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  509. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  510. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  511. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  512. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  513. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  514. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  515. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  516. package/dist/api/resources/hris/resources/employees/client/Client.js +15 -6
  517. package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +12 -0
  518. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  519. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  520. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  521. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  522. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  523. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  524. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  525. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  526. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  527. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  528. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  529. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  530. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  531. package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +3 -3
  532. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -1
  533. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -2
  534. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  535. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  536. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  537. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  538. package/dist/api/resources/hris/types/Employee.d.ts +2 -0
  539. package/dist/api/resources/hris/types/EmployeeRequest.d.ts +2 -0
  540. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  541. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  542. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  543. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  544. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  545. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  546. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  547. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  548. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +2 -2
  549. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  550. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  551. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  552. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  553. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  554. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  555. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  556. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  557. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  558. package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +3 -3
  559. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -1
  560. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -2
  561. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  562. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  563. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  564. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  565. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  566. package/dist/api/resources/ticketing/types/RemoteField.d.ts +2 -2
  567. package/dist/api/resources/ticketing/types/RemoteFieldRemoteFieldClass.d.ts +5 -0
  568. package/dist/api/resources/ticketing/types/RemoteFieldRemoteFieldClass.js +5 -0
  569. package/dist/api/resources/ticketing/types/index.d.ts +1 -0
  570. package/dist/api/resources/ticketing/types/index.js +1 -0
  571. package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  572. package/dist/serialization/resources/accounting/types/CreditNote.js +3 -0
  573. package/dist/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +15 -0
  574. package/dist/serialization/resources/accounting/types/CreditNoteApplyLine.js +47 -0
  575. package/dist/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +10 -0
  576. package/dist/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.js +43 -0
  577. package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
  578. package/dist/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
  579. package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
  580. package/dist/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
  581. package/dist/serialization/resources/accounting/types/Expense.d.ts +2 -0
  582. package/dist/serialization/resources/accounting/types/Expense.js +2 -0
  583. package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
  584. package/dist/serialization/resources/accounting/types/ExpenseLine.js +1 -0
  585. package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +10 -0
  586. package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.js +43 -0
  587. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
  588. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +1 -0
  589. package/dist/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
  590. package/dist/serialization/resources/accounting/types/ExpenseRequest.js +2 -0
  591. package/dist/serialization/resources/accounting/types/Invoice.d.ts +1 -0
  592. package/dist/serialization/resources/accounting/types/Invoice.js +1 -0
  593. package/dist/serialization/resources/accounting/types/InvoiceRequest.d.ts +1 -0
  594. package/dist/serialization/resources/accounting/types/InvoiceRequest.js +1 -0
  595. package/dist/serialization/resources/accounting/types/InvoiceRequestStatus.d.ts +10 -0
  596. package/dist/serialization/resources/accounting/types/InvoiceRequestStatus.js +43 -0
  597. package/dist/serialization/resources/accounting/types/InvoiceStatusEnum.d.ts +10 -0
  598. package/dist/serialization/resources/accounting/types/InvoiceStatusEnum.js +31 -0
  599. package/dist/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
  600. package/dist/serialization/resources/accounting/types/JournalEntry.js +1 -0
  601. package/dist/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
  602. package/dist/serialization/resources/accounting/types/JournalEntryRequest.js +6 -0
  603. package/dist/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +10 -0
  604. package/dist/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +43 -0
  605. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
  606. package/dist/serialization/resources/accounting/types/JournalLine.js +1 -0
  607. package/dist/serialization/resources/accounting/types/JournalLineCurrency.d.ts +10 -0
  608. package/dist/serialization/resources/accounting/types/JournalLineCurrency.js +43 -0
  609. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  610. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +3 -0
  611. package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +10 -0
  612. package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.js +43 -0
  613. package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
  614. package/dist/serialization/resources/accounting/types/Payment.js +3 -0
  615. package/dist/serialization/resources/accounting/types/PaymentLineItem.d.ts +18 -0
  616. package/dist/serialization/resources/accounting/types/PaymentLineItem.js +50 -0
  617. package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +10 -0
  618. package/dist/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.js +43 -0
  619. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
  620. package/dist/serialization/resources/accounting/types/PaymentLineItemRequest.js +50 -0
  621. package/dist/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +10 -0
  622. package/dist/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +43 -0
  623. package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  624. package/dist/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  625. package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
  626. package/dist/serialization/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
  627. package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
  628. package/dist/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
  629. package/dist/serialization/resources/accounting/types/PurchaseOrder.d.ts +1 -0
  630. package/dist/serialization/resources/accounting/types/PurchaseOrder.js +1 -0
  631. package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
  632. package/dist/serialization/resources/accounting/types/PurchaseOrderRequest.js +5 -0
  633. package/dist/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +10 -0
  634. package/dist/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +43 -0
  635. package/dist/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +10 -0
  636. package/dist/serialization/resources/accounting/types/RelatedObjectTypeEnum.js +31 -0
  637. package/dist/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
  638. package/dist/serialization/resources/accounting/types/VendorCredit.js +3 -0
  639. package/dist/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +15 -0
  640. package/dist/serialization/resources/accounting/types/VendorCreditApplyLine.js +47 -0
  641. package/dist/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +10 -0
  642. package/dist/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.js +43 -0
  643. package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
  644. package/dist/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
  645. package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
  646. package/dist/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
  647. package/dist/serialization/resources/accounting/types/index.d.ts +16 -0
  648. package/dist/serialization/resources/accounting/types/index.js +16 -0
  649. package/dist/serialization/resources/crm/types/AccountRequest.d.ts +2 -0
  650. package/dist/serialization/resources/crm/types/AccountRequest.js +6 -0
  651. package/dist/serialization/resources/crm/types/RemoteField.d.ts +2 -2
  652. package/dist/serialization/resources/crm/types/RemoteField.js +2 -2
  653. package/dist/serialization/resources/crm/types/RemoteFieldRemoteFieldClass.d.ts +10 -0
  654. package/dist/serialization/resources/crm/types/RemoteFieldRemoteFieldClass.js +43 -0
  655. package/dist/serialization/resources/crm/types/index.d.ts +1 -0
  656. package/dist/serialization/resources/crm/types/index.js +1 -0
  657. package/dist/serialization/resources/filestorage/types/FilePermissions.d.ts +10 -0
  658. package/dist/serialization/resources/filestorage/types/FilePermissions.js +44 -0
  659. package/dist/serialization/resources/filestorage/types/FilePermissionsItem.d.ts +10 -0
  660. package/dist/serialization/resources/filestorage/types/FilePermissionsItem.js +43 -0
  661. package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +1 -1
  662. package/dist/serialization/resources/filestorage/types/FileRequest.js +12 -1
  663. package/dist/serialization/resources/filestorage/types/FileRequestPermissions.d.ts +10 -0
  664. package/dist/serialization/resources/filestorage/types/FileRequestPermissions.js +44 -0
  665. package/dist/serialization/resources/filestorage/types/FileRequestPermissionsItem.d.ts +10 -0
  666. package/dist/serialization/resources/filestorage/types/FileRequestPermissionsItem.js +43 -0
  667. package/dist/serialization/resources/filestorage/types/File_.d.ts +1 -1
  668. package/dist/serialization/resources/filestorage/types/File_.js +12 -1
  669. package/dist/serialization/resources/filestorage/types/Folder.d.ts +1 -1
  670. package/dist/serialization/resources/filestorage/types/Folder.js +12 -1
  671. package/dist/serialization/resources/filestorage/types/FolderPermissions.d.ts +10 -0
  672. package/dist/serialization/resources/filestorage/types/FolderPermissions.js +44 -0
  673. package/dist/serialization/resources/filestorage/types/FolderPermissionsItem.d.ts +10 -0
  674. package/dist/serialization/resources/filestorage/types/FolderPermissionsItem.js +43 -0
  675. package/dist/serialization/resources/filestorage/types/FolderRequest.d.ts +1 -1
  676. package/dist/serialization/resources/filestorage/types/FolderRequest.js +12 -1
  677. package/dist/serialization/resources/filestorage/types/FolderRequestPermissions.d.ts +10 -0
  678. package/dist/serialization/resources/filestorage/types/FolderRequestPermissions.js +44 -0
  679. package/dist/serialization/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +10 -0
  680. package/dist/serialization/resources/filestorage/types/FolderRequestPermissionsItem.js +43 -0
  681. package/dist/serialization/resources/filestorage/types/Permission.d.ts +18 -0
  682. package/dist/serialization/resources/filestorage/types/Permission.js +50 -0
  683. package/dist/serialization/resources/filestorage/types/PermissionRequest.d.ts +18 -0
  684. package/dist/serialization/resources/filestorage/types/PermissionRequest.js +50 -0
  685. package/dist/serialization/resources/filestorage/types/RolesEnum.d.ts +10 -0
  686. package/dist/serialization/resources/filestorage/types/RolesEnum.js +31 -0
  687. package/dist/serialization/resources/filestorage/types/TypeEnum.d.ts +10 -0
  688. package/dist/serialization/resources/filestorage/types/TypeEnum.js +31 -0
  689. package/dist/serialization/resources/filestorage/types/index.d.ts +12 -0
  690. package/dist/serialization/resources/filestorage/types/index.js +12 -0
  691. package/dist/serialization/resources/hris/types/Employee.d.ts +1 -0
  692. package/dist/serialization/resources/hris/types/Employee.js +1 -0
  693. package/dist/serialization/resources/hris/types/EmployeeRequest.d.ts +1 -0
  694. package/dist/serialization/resources/hris/types/EmployeeRequest.js +1 -0
  695. package/dist/serialization/resources/ticketing/types/RemoteField.d.ts +2 -2
  696. package/dist/serialization/resources/ticketing/types/RemoteField.js +2 -2
  697. package/dist/serialization/resources/ticketing/types/RemoteFieldRemoteFieldClass.d.ts +10 -0
  698. package/dist/serialization/resources/ticketing/types/RemoteFieldRemoteFieldClass.js +43 -0
  699. package/dist/serialization/resources/ticketing/types/index.d.ts +1 -0
  700. package/dist/serialization/resources/ticketing/types/index.js +1 -0
  701. package/package.json +1 -1
  702. package/serialization/resources/accounting/types/CreditNote.d.ts +1 -0
  703. package/serialization/resources/accounting/types/CreditNote.js +3 -0
  704. package/serialization/resources/accounting/types/CreditNoteApplyLine.d.ts +15 -0
  705. package/serialization/resources/accounting/types/CreditNoteApplyLine.js +47 -0
  706. package/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.d.ts +10 -0
  707. package/serialization/resources/accounting/types/CreditNoteApplyLineInvoice.js +43 -0
  708. package/serialization/resources/accounting/types/CreditNotesListRequestExpand.d.ts +1 -1
  709. package/serialization/resources/accounting/types/CreditNotesListRequestExpand.js +8 -0
  710. package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.d.ts +1 -1
  711. package/serialization/resources/accounting/types/CreditNotesRetrieveRequestExpand.js +8 -0
  712. package/serialization/resources/accounting/types/Expense.d.ts +2 -0
  713. package/serialization/resources/accounting/types/Expense.js +2 -0
  714. package/serialization/resources/accounting/types/ExpenseLine.d.ts +1 -0
  715. package/serialization/resources/accounting/types/ExpenseLine.js +1 -0
  716. package/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +10 -0
  717. package/serialization/resources/accounting/types/ExpenseLineCurrency.js +43 -0
  718. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
  719. package/serialization/resources/accounting/types/ExpenseLineRequest.js +1 -0
  720. package/serialization/resources/accounting/types/ExpenseRequest.d.ts +2 -0
  721. package/serialization/resources/accounting/types/ExpenseRequest.js +2 -0
  722. package/serialization/resources/accounting/types/Invoice.d.ts +1 -0
  723. package/serialization/resources/accounting/types/Invoice.js +1 -0
  724. package/serialization/resources/accounting/types/InvoiceRequest.d.ts +1 -0
  725. package/serialization/resources/accounting/types/InvoiceRequest.js +1 -0
  726. package/serialization/resources/accounting/types/InvoiceRequestStatus.d.ts +10 -0
  727. package/serialization/resources/accounting/types/InvoiceRequestStatus.js +43 -0
  728. package/serialization/resources/accounting/types/InvoiceStatusEnum.d.ts +10 -0
  729. package/serialization/resources/accounting/types/InvoiceStatusEnum.js +31 -0
  730. package/serialization/resources/accounting/types/JournalEntry.d.ts +1 -0
  731. package/serialization/resources/accounting/types/JournalEntry.js +1 -0
  732. package/serialization/resources/accounting/types/JournalEntryRequest.d.ts +2 -0
  733. package/serialization/resources/accounting/types/JournalEntryRequest.js +6 -0
  734. package/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.d.ts +10 -0
  735. package/serialization/resources/accounting/types/JournalEntryRequestTrackingCategoriesItem.js +43 -0
  736. package/serialization/resources/accounting/types/JournalLine.d.ts +1 -0
  737. package/serialization/resources/accounting/types/JournalLine.js +1 -0
  738. package/serialization/resources/accounting/types/JournalLineCurrency.d.ts +10 -0
  739. package/serialization/resources/accounting/types/JournalLineCurrency.js +43 -0
  740. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  741. package/serialization/resources/accounting/types/JournalLineRequest.js +3 -0
  742. package/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +10 -0
  743. package/serialization/resources/accounting/types/JournalLineRequestCurrency.js +43 -0
  744. package/serialization/resources/accounting/types/Payment.d.ts +1 -0
  745. package/serialization/resources/accounting/types/Payment.js +3 -0
  746. package/serialization/resources/accounting/types/PaymentLineItem.d.ts +18 -0
  747. package/serialization/resources/accounting/types/PaymentLineItem.js +50 -0
  748. package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.d.ts +10 -0
  749. package/serialization/resources/accounting/types/PaymentLineItemRelatedObjectType.js +43 -0
  750. package/serialization/resources/accounting/types/PaymentLineItemRequest.d.ts +18 -0
  751. package/serialization/resources/accounting/types/PaymentLineItemRequest.js +50 -0
  752. package/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.d.ts +10 -0
  753. package/serialization/resources/accounting/types/PaymentLineItemRequestRelatedObjectType.js +43 -0
  754. package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  755. package/serialization/resources/accounting/types/PaymentRequest.js +3 -0
  756. package/serialization/resources/accounting/types/PaymentsListRequestExpand.d.ts +1 -1
  757. package/serialization/resources/accounting/types/PaymentsListRequestExpand.js +16 -0
  758. package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.d.ts +1 -1
  759. package/serialization/resources/accounting/types/PaymentsRetrieveRequestExpand.js +16 -0
  760. package/serialization/resources/accounting/types/PurchaseOrder.d.ts +1 -0
  761. package/serialization/resources/accounting/types/PurchaseOrder.js +1 -0
  762. package/serialization/resources/accounting/types/PurchaseOrderRequest.d.ts +1 -0
  763. package/serialization/resources/accounting/types/PurchaseOrderRequest.js +5 -0
  764. package/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.d.ts +10 -0
  765. package/serialization/resources/accounting/types/PurchaseOrderRequestTrackingCategoriesItem.js +43 -0
  766. package/serialization/resources/accounting/types/RelatedObjectTypeEnum.d.ts +10 -0
  767. package/serialization/resources/accounting/types/RelatedObjectTypeEnum.js +31 -0
  768. package/serialization/resources/accounting/types/VendorCredit.d.ts +1 -0
  769. package/serialization/resources/accounting/types/VendorCredit.js +3 -0
  770. package/serialization/resources/accounting/types/VendorCreditApplyLine.d.ts +15 -0
  771. package/serialization/resources/accounting/types/VendorCreditApplyLine.js +47 -0
  772. package/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.d.ts +10 -0
  773. package/serialization/resources/accounting/types/VendorCreditApplyLineInvoice.js +43 -0
  774. package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.d.ts +1 -1
  775. package/serialization/resources/accounting/types/VendorCreditsListRequestExpand.js +16 -0
  776. package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.d.ts +1 -1
  777. package/serialization/resources/accounting/types/VendorCreditsRetrieveRequestExpand.js +16 -0
  778. package/serialization/resources/accounting/types/index.d.ts +16 -0
  779. package/serialization/resources/accounting/types/index.js +16 -0
  780. package/serialization/resources/crm/types/AccountRequest.d.ts +2 -0
  781. package/serialization/resources/crm/types/AccountRequest.js +6 -0
  782. package/serialization/resources/crm/types/RemoteField.d.ts +2 -2
  783. package/serialization/resources/crm/types/RemoteField.js +2 -2
  784. package/serialization/resources/crm/types/RemoteFieldRemoteFieldClass.d.ts +10 -0
  785. package/serialization/resources/crm/types/RemoteFieldRemoteFieldClass.js +43 -0
  786. package/serialization/resources/crm/types/index.d.ts +1 -0
  787. package/serialization/resources/crm/types/index.js +1 -0
  788. package/serialization/resources/filestorage/types/FilePermissions.d.ts +10 -0
  789. package/serialization/resources/filestorage/types/FilePermissions.js +44 -0
  790. package/serialization/resources/filestorage/types/FilePermissionsItem.d.ts +10 -0
  791. package/serialization/resources/filestorage/types/FilePermissionsItem.js +43 -0
  792. package/serialization/resources/filestorage/types/FileRequest.d.ts +1 -1
  793. package/serialization/resources/filestorage/types/FileRequest.js +12 -1
  794. package/serialization/resources/filestorage/types/FileRequestPermissions.d.ts +10 -0
  795. package/serialization/resources/filestorage/types/FileRequestPermissions.js +44 -0
  796. package/serialization/resources/filestorage/types/FileRequestPermissionsItem.d.ts +10 -0
  797. package/serialization/resources/filestorage/types/FileRequestPermissionsItem.js +43 -0
  798. package/serialization/resources/filestorage/types/File_.d.ts +1 -1
  799. package/serialization/resources/filestorage/types/File_.js +12 -1
  800. package/serialization/resources/filestorage/types/Folder.d.ts +1 -1
  801. package/serialization/resources/filestorage/types/Folder.js +12 -1
  802. package/serialization/resources/filestorage/types/FolderPermissions.d.ts +10 -0
  803. package/serialization/resources/filestorage/types/FolderPermissions.js +44 -0
  804. package/serialization/resources/filestorage/types/FolderPermissionsItem.d.ts +10 -0
  805. package/serialization/resources/filestorage/types/FolderPermissionsItem.js +43 -0
  806. package/serialization/resources/filestorage/types/FolderRequest.d.ts +1 -1
  807. package/serialization/resources/filestorage/types/FolderRequest.js +12 -1
  808. package/serialization/resources/filestorage/types/FolderRequestPermissions.d.ts +10 -0
  809. package/serialization/resources/filestorage/types/FolderRequestPermissions.js +44 -0
  810. package/serialization/resources/filestorage/types/FolderRequestPermissionsItem.d.ts +10 -0
  811. package/serialization/resources/filestorage/types/FolderRequestPermissionsItem.js +43 -0
  812. package/serialization/resources/filestorage/types/Permission.d.ts +18 -0
  813. package/serialization/resources/filestorage/types/Permission.js +50 -0
  814. package/serialization/resources/filestorage/types/PermissionRequest.d.ts +18 -0
  815. package/serialization/resources/filestorage/types/PermissionRequest.js +50 -0
  816. package/serialization/resources/filestorage/types/RolesEnum.d.ts +10 -0
  817. package/serialization/resources/filestorage/types/RolesEnum.js +31 -0
  818. package/serialization/resources/filestorage/types/TypeEnum.d.ts +10 -0
  819. package/serialization/resources/filestorage/types/TypeEnum.js +31 -0
  820. package/serialization/resources/filestorage/types/index.d.ts +12 -0
  821. package/serialization/resources/filestorage/types/index.js +12 -0
  822. package/serialization/resources/hris/types/Employee.d.ts +1 -0
  823. package/serialization/resources/hris/types/Employee.js +1 -0
  824. package/serialization/resources/hris/types/EmployeeRequest.d.ts +1 -0
  825. package/serialization/resources/hris/types/EmployeeRequest.js +1 -0
  826. package/serialization/resources/ticketing/types/RemoteField.d.ts +2 -2
  827. package/serialization/resources/ticketing/types/RemoteField.js +2 -2
  828. package/serialization/resources/ticketing/types/RemoteFieldRemoteFieldClass.d.ts +10 -0
  829. package/serialization/resources/ticketing/types/RemoteFieldRemoteFieldClass.js +43 -0
  830. package/serialization/resources/ticketing/types/index.d.ts +1 -0
  831. package/serialization/resources/ticketing/types/index.js +1 -0
@@ -0,0 +1,315 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * The journal line item's currency.
7
+ *
8
+ * * `XUA` - ADB Unit of Account
9
+ * * `AFN` - Afghan Afghani
10
+ * * `AFA` - Afghan Afghani (1927–2002)
11
+ * * `ALL` - Albanian Lek
12
+ * * `ALK` - Albanian Lek (1946–1965)
13
+ * * `DZD` - Algerian Dinar
14
+ * * `ADP` - Andorran Peseta
15
+ * * `AOA` - Angolan Kwanza
16
+ * * `AOK` - Angolan Kwanza (1977–1991)
17
+ * * `AON` - Angolan New Kwanza (1990–2000)
18
+ * * `AOR` - Angolan Readjusted Kwanza (1995–1999)
19
+ * * `ARA` - Argentine Austral
20
+ * * `ARS` - Argentine Peso
21
+ * * `ARM` - Argentine Peso (1881–1970)
22
+ * * `ARP` - Argentine Peso (1983–1985)
23
+ * * `ARL` - Argentine Peso Ley (1970–1983)
24
+ * * `AMD` - Armenian Dram
25
+ * * `AWG` - Aruban Florin
26
+ * * `AUD` - Australian Dollar
27
+ * * `ATS` - Austrian Schilling
28
+ * * `AZN` - Azerbaijani Manat
29
+ * * `AZM` - Azerbaijani Manat (1993–2006)
30
+ * * `BSD` - Bahamian Dollar
31
+ * * `BHD` - Bahraini Dinar
32
+ * * `BDT` - Bangladeshi Taka
33
+ * * `BBD` - Barbadian Dollar
34
+ * * `BYN` - Belarusian Ruble
35
+ * * `BYB` - Belarusian Ruble (1994–1999)
36
+ * * `BYR` - Belarusian Ruble (2000–2016)
37
+ * * `BEF` - Belgian Franc
38
+ * * `BEC` - Belgian Franc (convertible)
39
+ * * `BEL` - Belgian Franc (financial)
40
+ * * `BZD` - Belize Dollar
41
+ * * `BMD` - Bermudan Dollar
42
+ * * `BTN` - Bhutanese Ngultrum
43
+ * * `BOB` - Bolivian Boliviano
44
+ * * `BOL` - Bolivian Boliviano (1863–1963)
45
+ * * `BOV` - Bolivian Mvdol
46
+ * * `BOP` - Bolivian Peso
47
+ * * `BAM` - Bosnia-Herzegovina Convertible Mark
48
+ * * `BAD` - Bosnia-Herzegovina Dinar (1992–1994)
49
+ * * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997)
50
+ * * `BWP` - Botswanan Pula
51
+ * * `BRC` - Brazilian Cruzado (1986–1989)
52
+ * * `BRZ` - Brazilian Cruzeiro (1942–1967)
53
+ * * `BRE` - Brazilian Cruzeiro (1990–1993)
54
+ * * `BRR` - Brazilian Cruzeiro (1993–1994)
55
+ * * `BRN` - Brazilian New Cruzado (1989–1990)
56
+ * * `BRB` - Brazilian New Cruzeiro (1967–1986)
57
+ * * `BRL` - Brazilian Real
58
+ * * `GBP` - British Pound
59
+ * * `BND` - Brunei Dollar
60
+ * * `BGL` - Bulgarian Hard Lev
61
+ * * `BGN` - Bulgarian Lev
62
+ * * `BGO` - Bulgarian Lev (1879–1952)
63
+ * * `BGM` - Bulgarian Socialist Lev
64
+ * * `BUK` - Burmese Kyat
65
+ * * `BIF` - Burundian Franc
66
+ * * `XPF` - CFP Franc
67
+ * * `KHR` - Cambodian Riel
68
+ * * `CAD` - Canadian Dollar
69
+ * * `CVE` - Cape Verdean Escudo
70
+ * * `KYD` - Cayman Islands Dollar
71
+ * * `XAF` - Central African CFA Franc
72
+ * * `CLE` - Chilean Escudo
73
+ * * `CLP` - Chilean Peso
74
+ * * `CLF` - Chilean Unit of Account (UF)
75
+ * * `CNX` - Chinese People’s Bank Dollar
76
+ * * `CNY` - Chinese Yuan
77
+ * * `CNH` - Chinese Yuan (offshore)
78
+ * * `COP` - Colombian Peso
79
+ * * `COU` - Colombian Real Value Unit
80
+ * * `KMF` - Comorian Franc
81
+ * * `CDF` - Congolese Franc
82
+ * * `CRC` - Costa Rican Colón
83
+ * * `HRD` - Croatian Dinar
84
+ * * `HRK` - Croatian Kuna
85
+ * * `CUC` - Cuban Convertible Peso
86
+ * * `CUP` - Cuban Peso
87
+ * * `CYP` - Cypriot Pound
88
+ * * `CZK` - Czech Koruna
89
+ * * `CSK` - Czechoslovak Hard Koruna
90
+ * * `DKK` - Danish Krone
91
+ * * `DJF` - Djiboutian Franc
92
+ * * `DOP` - Dominican Peso
93
+ * * `NLG` - Dutch Guilder
94
+ * * `XCD` - East Caribbean Dollar
95
+ * * `DDM` - East German Mark
96
+ * * `ECS` - Ecuadorian Sucre
97
+ * * `ECV` - Ecuadorian Unit of Constant Value
98
+ * * `EGP` - Egyptian Pound
99
+ * * `GQE` - Equatorial Guinean Ekwele
100
+ * * `ERN` - Eritrean Nakfa
101
+ * * `EEK` - Estonian Kroon
102
+ * * `ETB` - Ethiopian Birr
103
+ * * `EUR` - Euro
104
+ * * `XBA` - European Composite Unit
105
+ * * `XEU` - European Currency Unit
106
+ * * `XBB` - European Monetary Unit
107
+ * * `XBC` - European Unit of Account (XBC)
108
+ * * `XBD` - European Unit of Account (XBD)
109
+ * * `FKP` - Falkland Islands Pound
110
+ * * `FJD` - Fijian Dollar
111
+ * * `FIM` - Finnish Markka
112
+ * * `FRF` - French Franc
113
+ * * `XFO` - French Gold Franc
114
+ * * `XFU` - French UIC-Franc
115
+ * * `GMD` - Gambian Dalasi
116
+ * * `GEK` - Georgian Kupon Larit
117
+ * * `GEL` - Georgian Lari
118
+ * * `DEM` - German Mark
119
+ * * `GHS` - Ghanaian Cedi
120
+ * * `GHC` - Ghanaian Cedi (1979–2007)
121
+ * * `GIP` - Gibraltar Pound
122
+ * * `XAU` - Gold
123
+ * * `GRD` - Greek Drachma
124
+ * * `GTQ` - Guatemalan Quetzal
125
+ * * `GWP` - Guinea-Bissau Peso
126
+ * * `GNF` - Guinean Franc
127
+ * * `GNS` - Guinean Syli
128
+ * * `GYD` - Guyanaese Dollar
129
+ * * `HTG` - Haitian Gourde
130
+ * * `HNL` - Honduran Lempira
131
+ * * `HKD` - Hong Kong Dollar
132
+ * * `HUF` - Hungarian Forint
133
+ * * `IMP` - IMP
134
+ * * `ISK` - Icelandic Króna
135
+ * * `ISJ` - Icelandic Króna (1918–1981)
136
+ * * `INR` - Indian Rupee
137
+ * * `IDR` - Indonesian Rupiah
138
+ * * `IRR` - Iranian Rial
139
+ * * `IQD` - Iraqi Dinar
140
+ * * `IEP` - Irish Pound
141
+ * * `ILS` - Israeli New Shekel
142
+ * * `ILP` - Israeli Pound
143
+ * * `ILR` - Israeli Shekel (1980–1985)
144
+ * * `ITL` - Italian Lira
145
+ * * `JMD` - Jamaican Dollar
146
+ * * `JPY` - Japanese Yen
147
+ * * `JOD` - Jordanian Dinar
148
+ * * `KZT` - Kazakhstani Tenge
149
+ * * `KES` - Kenyan Shilling
150
+ * * `KWD` - Kuwaiti Dinar
151
+ * * `KGS` - Kyrgystani Som
152
+ * * `LAK` - Laotian Kip
153
+ * * `LVL` - Latvian Lats
154
+ * * `LVR` - Latvian Ruble
155
+ * * `LBP` - Lebanese Pound
156
+ * * `LSL` - Lesotho Loti
157
+ * * `LRD` - Liberian Dollar
158
+ * * `LYD` - Libyan Dinar
159
+ * * `LTL` - Lithuanian Litas
160
+ * * `LTT` - Lithuanian Talonas
161
+ * * `LUL` - Luxembourg Financial Franc
162
+ * * `LUC` - Luxembourgian Convertible Franc
163
+ * * `LUF` - Luxembourgian Franc
164
+ * * `MOP` - Macanese Pataca
165
+ * * `MKD` - Macedonian Denar
166
+ * * `MKN` - Macedonian Denar (1992–1993)
167
+ * * `MGA` - Malagasy Ariary
168
+ * * `MGF` - Malagasy Franc
169
+ * * `MWK` - Malawian Kwacha
170
+ * * `MYR` - Malaysian Ringgit
171
+ * * `MVR` - Maldivian Rufiyaa
172
+ * * `MVP` - Maldivian Rupee (1947–1981)
173
+ * * `MLF` - Malian Franc
174
+ * * `MTL` - Maltese Lira
175
+ * * `MTP` - Maltese Pound
176
+ * * `MRU` - Mauritanian Ouguiya
177
+ * * `MRO` - Mauritanian Ouguiya (1973–2017)
178
+ * * `MUR` - Mauritian Rupee
179
+ * * `MXV` - Mexican Investment Unit
180
+ * * `MXN` - Mexican Peso
181
+ * * `MXP` - Mexican Silver Peso (1861–1992)
182
+ * * `MDC` - Moldovan Cupon
183
+ * * `MDL` - Moldovan Leu
184
+ * * `MCF` - Monegasque Franc
185
+ * * `MNT` - Mongolian Tugrik
186
+ * * `MAD` - Moroccan Dirham
187
+ * * `MAF` - Moroccan Franc
188
+ * * `MZE` - Mozambican Escudo
189
+ * * `MZN` - Mozambican Metical
190
+ * * `MZM` - Mozambican Metical (1980–2006)
191
+ * * `MMK` - Myanmar Kyat
192
+ * * `NAD` - Namibian Dollar
193
+ * * `NPR` - Nepalese Rupee
194
+ * * `ANG` - Netherlands Antillean Guilder
195
+ * * `TWD` - New Taiwan Dollar
196
+ * * `NZD` - New Zealand Dollar
197
+ * * `NIO` - Nicaraguan Córdoba
198
+ * * `NIC` - Nicaraguan Córdoba (1988–1991)
199
+ * * `NGN` - Nigerian Naira
200
+ * * `KPW` - North Korean Won
201
+ * * `NOK` - Norwegian Krone
202
+ * * `OMR` - Omani Rial
203
+ * * `PKR` - Pakistani Rupee
204
+ * * `XPD` - Palladium
205
+ * * `PAB` - Panamanian Balboa
206
+ * * `PGK` - Papua New Guinean Kina
207
+ * * `PYG` - Paraguayan Guarani
208
+ * * `PEI` - Peruvian Inti
209
+ * * `PEN` - Peruvian Sol
210
+ * * `PES` - Peruvian Sol (1863–1965)
211
+ * * `PHP` - Philippine Peso
212
+ * * `XPT` - Platinum
213
+ * * `PLN` - Polish Zloty
214
+ * * `PLZ` - Polish Zloty (1950–1995)
215
+ * * `PTE` - Portuguese Escudo
216
+ * * `GWE` - Portuguese Guinea Escudo
217
+ * * `QAR` - Qatari Rial
218
+ * * `XRE` - RINET Funds
219
+ * * `RHD` - Rhodesian Dollar
220
+ * * `RON` - Romanian Leu
221
+ * * `ROL` - Romanian Leu (1952–2006)
222
+ * * `RUB` - Russian Ruble
223
+ * * `RUR` - Russian Ruble (1991–1998)
224
+ * * `RWF` - Rwandan Franc
225
+ * * `SVC` - Salvadoran Colón
226
+ * * `WST` - Samoan Tala
227
+ * * `SAR` - Saudi Riyal
228
+ * * `RSD` - Serbian Dinar
229
+ * * `CSD` - Serbian Dinar (2002–2006)
230
+ * * `SCR` - Seychellois Rupee
231
+ * * `SLL` - Sierra Leonean Leone
232
+ * * `XAG` - Silver
233
+ * * `SGD` - Singapore Dollar
234
+ * * `SKK` - Slovak Koruna
235
+ * * `SIT` - Slovenian Tolar
236
+ * * `SBD` - Solomon Islands Dollar
237
+ * * `SOS` - Somali Shilling
238
+ * * `ZAR` - South African Rand
239
+ * * `ZAL` - South African Rand (financial)
240
+ * * `KRH` - South Korean Hwan (1953–1962)
241
+ * * `KRW` - South Korean Won
242
+ * * `KRO` - South Korean Won (1945–1953)
243
+ * * `SSP` - South Sudanese Pound
244
+ * * `SUR` - Soviet Rouble
245
+ * * `ESP` - Spanish Peseta
246
+ * * `ESA` - Spanish Peseta (A account)
247
+ * * `ESB` - Spanish Peseta (convertible account)
248
+ * * `XDR` - Special Drawing Rights
249
+ * * `LKR` - Sri Lankan Rupee
250
+ * * `SHP` - St. Helena Pound
251
+ * * `XSU` - Sucre
252
+ * * `SDD` - Sudanese Dinar (1992–2007)
253
+ * * `SDG` - Sudanese Pound
254
+ * * `SDP` - Sudanese Pound (1957–1998)
255
+ * * `SRD` - Surinamese Dollar
256
+ * * `SRG` - Surinamese Guilder
257
+ * * `SZL` - Swazi Lilangeni
258
+ * * `SEK` - Swedish Krona
259
+ * * `CHF` - Swiss Franc
260
+ * * `SYP` - Syrian Pound
261
+ * * `STN` - São Tomé & Príncipe Dobra
262
+ * * `STD` - São Tomé & Príncipe Dobra (1977–2017)
263
+ * * `TVD` - TVD
264
+ * * `TJR` - Tajikistani Ruble
265
+ * * `TJS` - Tajikistani Somoni
266
+ * * `TZS` - Tanzanian Shilling
267
+ * * `XTS` - Testing Currency Code
268
+ * * `THB` - Thai Baht
269
+ * * `XXX` - The codes assigned for transactions where no currency is involved
270
+ * * `TPE` - Timorese Escudo
271
+ * * `TOP` - Tongan Paʻanga
272
+ * * `TTD` - Trinidad & Tobago Dollar
273
+ * * `TND` - Tunisian Dinar
274
+ * * `TRY` - Turkish Lira
275
+ * * `TRL` - Turkish Lira (1922–2005)
276
+ * * `TMT` - Turkmenistani Manat
277
+ * * `TMM` - Turkmenistani Manat (1993–2009)
278
+ * * `USD` - US Dollar
279
+ * * `USN` - US Dollar (Next day)
280
+ * * `USS` - US Dollar (Same day)
281
+ * * `UGX` - Ugandan Shilling
282
+ * * `UGS` - Ugandan Shilling (1966–1987)
283
+ * * `UAH` - Ukrainian Hryvnia
284
+ * * `UAK` - Ukrainian Karbovanets
285
+ * * `AED` - United Arab Emirates Dirham
286
+ * * `UYW` - Uruguayan Nominal Wage Index Unit
287
+ * * `UYU` - Uruguayan Peso
288
+ * * `UYP` - Uruguayan Peso (1975–1993)
289
+ * * `UYI` - Uruguayan Peso (Indexed Units)
290
+ * * `UZS` - Uzbekistani Som
291
+ * * `VUV` - Vanuatu Vatu
292
+ * * `VES` - Venezuelan Bolívar
293
+ * * `VEB` - Venezuelan Bolívar (1871–2008)
294
+ * * `VEF` - Venezuelan Bolívar (2008–2018)
295
+ * * `VND` - Vietnamese Dong
296
+ * * `VNN` - Vietnamese Dong (1978–1985)
297
+ * * `CHE` - WIR Euro
298
+ * * `CHW` - WIR Franc
299
+ * * `XOF` - West African CFA Franc
300
+ * * `YDD` - Yemeni Dinar
301
+ * * `YER` - Yemeni Rial
302
+ * * `YUN` - Yugoslavian Convertible Dinar (1990–1992)
303
+ * * `YUD` - Yugoslavian Hard Dinar (1966–1990)
304
+ * * `YUM` - Yugoslavian New Dinar (1994–2002)
305
+ * * `YUR` - Yugoslavian Reformed Dinar (1992–1993)
306
+ * * `ZWN` - ZWN
307
+ * * `ZRN` - Zairean New Zaire (1993–1998)
308
+ * * `ZRZ` - Zairean Zaire (1971–1993)
309
+ * * `ZMW` - Zambian Kwacha
310
+ * * `ZMK` - Zambian Kwacha (1968–2012)
311
+ * * `ZWD` - Zimbabwean Dollar (1980–2008)
312
+ * * `ZWR` - Zimbabwean Dollar (2008)
313
+ * * `ZWL` - Zimbabwean Dollar (2009)
314
+ */
315
+ export declare type JournalLineRequestCurrency = Merge.accounting.CurrencyEnum | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -342,6 +342,7 @@ export interface Payment {
342
342
  remoteUpdatedAt?: Date;
343
343
  /** Indicates whether or not this object has been deleted by third party webhooks. */
344
344
  remoteWasDeleted?: boolean;
345
+ appliedToLines?: Merge.accounting.PaymentLineItem[];
345
346
  /** This is the datetime that this object was last updated by Merge */
346
347
  modifiedAt?: Date;
347
348
  fieldMappings?: Record<string, unknown>;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * # The PaymentLineItem Object
7
+ * ### Description
8
+ * The `PaymentLineItem` object is an applied-to-line on a `Payment` that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
9
+ *
10
+ * ### Usage Example
11
+ * `Payment` will have a field called `applied-to-lines` which will be an array of `PaymentLineItemSerializer` objects that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
12
+ */
13
+ export interface PaymentLineItem {
14
+ /** The amount of the PaymentLineItem. */
15
+ appliedAmount?: string;
16
+ relatedObjectType?: Merge.accounting.PaymentLineItemRelatedObjectType;
17
+ /** UUID of the related_object_type associated to this PaymentLineItem. */
18
+ relatedObjectId?: string;
19
+ /** Applied date of the PaymentLineItem */
20
+ appliedDate?: Date;
21
+ /** The third-party API ID of the matching object. */
22
+ remoteId?: string;
23
+ id?: string;
24
+ /** This is the datetime that this object was last updated by Merge */
25
+ modifiedAt?: Date;
26
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export declare type PaymentLineItemRelatedObjectType = Merge.accounting.RelatedObjectTypeEnum | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ /**
6
+ * # The PaymentLineItem Object
7
+ * ### Description
8
+ * The `PaymentLineItem` object is an applied-to-line on a `Payment` that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
9
+ *
10
+ * ### Usage Example
11
+ * `Payment` will have a field called `applied-to-lines` which will be an array of `PaymentLineItemSerializer` objects that can either be a `Invoice`, `CreditNote`, or `JournalEntry`.
12
+ */
13
+ export interface PaymentLineItemRequest {
14
+ /** The amount of the PaymentLineItem. */
15
+ appliedAmount?: string;
16
+ relatedObjectType?: Merge.accounting.PaymentLineItemRequestRelatedObjectType;
17
+ /** UUID of the related_object_type associated to this PaymentLineItem. */
18
+ relatedObjectId?: string;
19
+ /** Applied date of the PaymentLineItem */
20
+ appliedDate?: Date;
21
+ /** The third-party API ID of the matching object. */
22
+ remoteId?: string;
23
+ integrationParams?: Record<string, unknown>;
24
+ linkedAccountParams?: Record<string, unknown>;
25
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../..";
5
+ export declare type PaymentLineItemRequestRelatedObjectType = Merge.accounting.RelatedObjectTypeEnum | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -335,6 +335,7 @@ export interface PaymentRequest {
335
335
  /** The total amount of money being paid to the supplier, or customer, after taxes. */
336
336
  totalAmount?: number;
337
337
  trackingCategories?: (Merge.accounting.PaymentRequestTrackingCategoriesItem | undefined)[];
338
+ appliedToLines?: Merge.accounting.PaymentLineItemRequest[];
338
339
  integrationParams?: Record<string, unknown>;
339
340
  linkedAccountParams?: Record<string, unknown>;
340
341
  }
@@ -1,10 +1,18 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type PaymentsListRequestExpand = "account" | "account,company" | "company" | "contact" | "contact,account" | "contact,account,company" | "contact,company" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,company" | "tracking_categories,company" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,company" | "tracking_categories,contact,company";
4
+ export declare type PaymentsListRequestExpand = "account" | "account,company" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,company" | "applied_to_lines,company" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,company" | "company" | "contact" | "contact,account" | "contact,account,company" | "contact,company" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,company" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,company" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,company" | "tracking_categories,contact,company";
5
5
  export declare const PaymentsListRequestExpand: {
6
6
  readonly Account: "account";
7
7
  readonly AccountCompany: "account,company";
8
+ readonly AppliedToLines: "applied_to_lines";
9
+ readonly AppliedToLinesAccount: "applied_to_lines,account";
10
+ readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
11
+ readonly AppliedToLinesCompany: "applied_to_lines,company";
12
+ readonly AppliedToLinesContact: "applied_to_lines,contact";
13
+ readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
14
+ readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
15
+ readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
8
16
  readonly Company: "company";
9
17
  readonly Contact: "contact";
10
18
  readonly ContactAccount: "contact,account";
@@ -13,6 +21,14 @@ export declare const PaymentsListRequestExpand: {
13
21
  readonly TrackingCategories: "tracking_categories";
14
22
  readonly TrackingCategoriesAccount: "tracking_categories,account";
15
23
  readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
24
+ readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
25
+ readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
26
+ readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
27
+ readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
28
+ readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
29
+ readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
30
+ readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
31
+ readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
16
32
  readonly TrackingCategoriesCompany: "tracking_categories,company";
17
33
  readonly TrackingCategoriesContact: "tracking_categories,contact";
18
34
  readonly TrackingCategoriesContactAccount: "tracking_categories,contact,account";
@@ -7,6 +7,14 @@ exports.PaymentsListRequestExpand = void 0;
7
7
  exports.PaymentsListRequestExpand = {
8
8
  Account: "account",
9
9
  AccountCompany: "account,company",
10
+ AppliedToLines: "applied_to_lines",
11
+ AppliedToLinesAccount: "applied_to_lines,account",
12
+ AppliedToLinesAccountCompany: "applied_to_lines,account,company",
13
+ AppliedToLinesCompany: "applied_to_lines,company",
14
+ AppliedToLinesContact: "applied_to_lines,contact",
15
+ AppliedToLinesContactAccount: "applied_to_lines,contact,account",
16
+ AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company",
17
+ AppliedToLinesContactCompany: "applied_to_lines,contact,company",
10
18
  Company: "company",
11
19
  Contact: "contact",
12
20
  ContactAccount: "contact,account",
@@ -15,6 +23,14 @@ exports.PaymentsListRequestExpand = {
15
23
  TrackingCategories: "tracking_categories",
16
24
  TrackingCategoriesAccount: "tracking_categories,account",
17
25
  TrackingCategoriesAccountCompany: "tracking_categories,account,company",
26
+ TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines",
27
+ TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account",
28
+ TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company",
29
+ TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company",
30
+ TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact",
31
+ TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account",
32
+ TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company",
33
+ TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company",
18
34
  TrackingCategoriesCompany: "tracking_categories,company",
19
35
  TrackingCategoriesContact: "tracking_categories,contact",
20
36
  TrackingCategoriesContactAccount: "tracking_categories,contact,account",
@@ -1,10 +1,18 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type PaymentsRetrieveRequestExpand = "account" | "account,company" | "company" | "contact" | "contact,account" | "contact,account,company" | "contact,company" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,company" | "tracking_categories,company" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,company" | "tracking_categories,contact,company";
4
+ export declare type PaymentsRetrieveRequestExpand = "account" | "account,company" | "applied_to_lines" | "applied_to_lines,account" | "applied_to_lines,account,company" | "applied_to_lines,company" | "applied_to_lines,contact" | "applied_to_lines,contact,account" | "applied_to_lines,contact,account,company" | "applied_to_lines,contact,company" | "company" | "contact" | "contact,account" | "contact,account,company" | "contact,company" | "tracking_categories" | "tracking_categories,account" | "tracking_categories,account,company" | "tracking_categories,applied_to_lines" | "tracking_categories,applied_to_lines,account" | "tracking_categories,applied_to_lines,account,company" | "tracking_categories,applied_to_lines,company" | "tracking_categories,applied_to_lines,contact" | "tracking_categories,applied_to_lines,contact,account" | "tracking_categories,applied_to_lines,contact,account,company" | "tracking_categories,applied_to_lines,contact,company" | "tracking_categories,company" | "tracking_categories,contact" | "tracking_categories,contact,account" | "tracking_categories,contact,account,company" | "tracking_categories,contact,company";
5
5
  export declare const PaymentsRetrieveRequestExpand: {
6
6
  readonly Account: "account";
7
7
  readonly AccountCompany: "account,company";
8
+ readonly AppliedToLines: "applied_to_lines";
9
+ readonly AppliedToLinesAccount: "applied_to_lines,account";
10
+ readonly AppliedToLinesAccountCompany: "applied_to_lines,account,company";
11
+ readonly AppliedToLinesCompany: "applied_to_lines,company";
12
+ readonly AppliedToLinesContact: "applied_to_lines,contact";
13
+ readonly AppliedToLinesContactAccount: "applied_to_lines,contact,account";
14
+ readonly AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company";
15
+ readonly AppliedToLinesContactCompany: "applied_to_lines,contact,company";
8
16
  readonly Company: "company";
9
17
  readonly Contact: "contact";
10
18
  readonly ContactAccount: "contact,account";
@@ -13,6 +21,14 @@ export declare const PaymentsRetrieveRequestExpand: {
13
21
  readonly TrackingCategories: "tracking_categories";
14
22
  readonly TrackingCategoriesAccount: "tracking_categories,account";
15
23
  readonly TrackingCategoriesAccountCompany: "tracking_categories,account,company";
24
+ readonly TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines";
25
+ readonly TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account";
26
+ readonly TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company";
27
+ readonly TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company";
28
+ readonly TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact";
29
+ readonly TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account";
30
+ readonly TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company";
31
+ readonly TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company";
16
32
  readonly TrackingCategoriesCompany: "tracking_categories,company";
17
33
  readonly TrackingCategoriesContact: "tracking_categories,contact";
18
34
  readonly TrackingCategoriesContactAccount: "tracking_categories,contact,account";
@@ -7,6 +7,14 @@ exports.PaymentsRetrieveRequestExpand = void 0;
7
7
  exports.PaymentsRetrieveRequestExpand = {
8
8
  Account: "account",
9
9
  AccountCompany: "account,company",
10
+ AppliedToLines: "applied_to_lines",
11
+ AppliedToLinesAccount: "applied_to_lines,account",
12
+ AppliedToLinesAccountCompany: "applied_to_lines,account,company",
13
+ AppliedToLinesCompany: "applied_to_lines,company",
14
+ AppliedToLinesContact: "applied_to_lines,contact",
15
+ AppliedToLinesContactAccount: "applied_to_lines,contact,account",
16
+ AppliedToLinesContactAccountCompany: "applied_to_lines,contact,account,company",
17
+ AppliedToLinesContactCompany: "applied_to_lines,contact,company",
10
18
  Company: "company",
11
19
  Contact: "contact",
12
20
  ContactAccount: "contact,account",
@@ -15,6 +23,14 @@ exports.PaymentsRetrieveRequestExpand = {
15
23
  TrackingCategories: "tracking_categories",
16
24
  TrackingCategoriesAccount: "tracking_categories,account",
17
25
  TrackingCategoriesAccountCompany: "tracking_categories,account,company",
26
+ TrackingCategoriesAppliedToLines: "tracking_categories,applied_to_lines",
27
+ TrackingCategoriesAppliedToLinesAccount: "tracking_categories,applied_to_lines,account",
28
+ TrackingCategoriesAppliedToLinesAccountCompany: "tracking_categories,applied_to_lines,account,company",
29
+ TrackingCategoriesAppliedToLinesCompany: "tracking_categories,applied_to_lines,company",
30
+ TrackingCategoriesAppliedToLinesContact: "tracking_categories,applied_to_lines,contact",
31
+ TrackingCategoriesAppliedToLinesContactAccount: "tracking_categories,applied_to_lines,contact,account",
32
+ TrackingCategoriesAppliedToLinesContactAccountCompany: "tracking_categories,applied_to_lines,contact,account,company",
33
+ TrackingCategoriesAppliedToLinesContactCompany: "tracking_categories,applied_to_lines,contact,company",
18
34
  TrackingCategoriesCompany: "tracking_categories,company",
19
35
  TrackingCategoriesContact: "tracking_categories,contact",
20
36
  TrackingCategoriesContactAccount: "tracking_categories,contact,account",
@@ -23,6 +23,8 @@ export interface PurchaseOrder {
23
23
  status?: Merge.accounting.PurchaseOrderStatus;
24
24
  /** The purchase order's issue date. */
25
25
  issueDate?: Date;
26
+ /** The human-readable number of the purchase order. */
27
+ purchaseOrderNumber?: string;
26
28
  /** The purchase order's delivery date. */
27
29
  deliveryDate?: Date;
28
30
  /** The purchase order's delivery address. */
@@ -350,6 +350,7 @@ export interface PurchaseOrderRequest {
350
350
  currency?: Merge.accounting.PurchaseOrderRequestCurrency;
351
351
  /** The purchase order's exchange rate. */
352
352
  exchangeRate?: string;
353
+ trackingCategories?: (Merge.accounting.PurchaseOrderRequestTrackingCategoriesItem | undefined)[];
353
354
  lineItems?: Merge.accounting.PurchaseOrderLineItemRequest[];
354
355
  integrationParams?: Record<string, unknown>;
355
356
  linkedAccountParams?: Record<string, unknown>;
@@ -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 PurchaseOrderRequestTrackingCategoriesItem = string | Merge.accounting.TrackingCategory;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * * `INVOICE` - INVOICE
6
+ * * `CREDIT_NOTE` - CREDIT_NOTE
7
+ * * `JOURNAL_ENTRY` - JOURNAL_ENTRY
8
+ * * `NONE` - NONE
9
+ */
10
+ export declare type RelatedObjectTypeEnum = "INVOICE" | "CREDIT_NOTE" | "JOURNAL_ENTRY" | "NONE";
11
+ export declare const RelatedObjectTypeEnum: {
12
+ readonly Invoice: "INVOICE";
13
+ readonly CreditNote: "CREDIT_NOTE";
14
+ readonly JournalEntry: "JOURNAL_ENTRY";
15
+ readonly None: "NONE";
16
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.RelatedObjectTypeEnum = void 0;
7
+ exports.RelatedObjectTypeEnum = {
8
+ Invoice: "INVOICE",
9
+ CreditNote: "CREDIT_NOTE",
10
+ JournalEntry: "JOURNAL_ENTRY",
11
+ None: "NONE",
12
+ };
@@ -341,6 +341,7 @@ export interface VendorCredit {
341
341
  trackingCategories?: (Merge.accounting.VendorCreditTrackingCategoriesItem | undefined)[];
342
342
  /** Indicates whether or not this object has been deleted by third party webhooks. */
343
343
  remoteWasDeleted?: boolean;
344
+ appliedToLines?: Merge.accounting.VendorCreditApplyLine[];
344
345
  /** This is the datetime that this object was last updated by Merge */
345
346
  modifiedAt?: Date;
346
347
  fieldMappings?: Record<string, unknown>;