@mergeapi/merge-node-client 1.1.1 → 1.1.2

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 (1506) hide show
  1. package/Client.d.ts +6 -6
  2. package/Client.js +15 -15
  3. package/README.md +3 -3
  4. package/api/resources/accounting/client/Client.d.ts +3 -0
  5. package/api/resources/accounting/client/Client.js +45 -40
  6. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  7. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  8. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  9. package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  10. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  11. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  12. package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  13. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  14. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  15. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  16. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  17. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  18. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  19. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  20. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  21. package/api/resources/accounting/resources/contacts/client/Client.js +5 -5
  22. package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  23. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  24. package/api/resources/accounting/resources/employees/client/Client.js +2 -2
  25. package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  26. package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  27. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  28. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +53 -0
  29. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +220 -0
  30. package/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
  31. package/api/resources/accounting/resources/generalLedgerTransactions/client/index.js +17 -0
  32. package/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts} +34 -2
  33. package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +18 -0
  34. package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.d.ts +2 -0
  35. package/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.js +2 -0
  36. package/api/resources/accounting/resources/generalLedgerTransactions/index.d.ts +2 -0
  37. package/api/resources/accounting/resources/generalLedgerTransactions/index.js +18 -0
  38. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +21 -0
  39. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +23 -0
  40. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +21 -0
  41. package/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +23 -0
  42. package/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
  43. package/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
  44. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  45. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  46. package/api/resources/accounting/resources/index.d.ts +3 -0
  47. package/api/resources/accounting/resources/index.js +4 -1
  48. package/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
  49. package/api/resources/accounting/resources/invoices/client/Client.js +16 -9
  50. package/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +16 -1
  51. package/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +12 -0
  52. package/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +14 -0
  53. package/api/resources/accounting/resources/invoices/types/index.d.ts +1 -0
  54. package/api/resources/accounting/resources/invoices/types/index.js +1 -0
  55. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  56. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  57. package/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  58. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  59. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  60. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  61. package/api/resources/accounting/resources/payments/client/Client.js +8 -8
  62. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  63. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  64. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  65. package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  66. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  67. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  68. package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  69. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  70. package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  71. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  72. package/api/resources/accounting/types/AccountCurrency.d.ts +1 -1
  73. package/api/resources/accounting/types/AccountRequestCurrency.d.ts +1 -1
  74. package/api/resources/accounting/types/BalanceSheetCurrency.d.ts +1 -1
  75. package/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +1 -1
  76. package/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +1 -1
  77. package/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +1 -1
  78. package/api/resources/accounting/types/CompanyInfoCurrency.d.ts +1 -1
  79. package/api/resources/accounting/types/CreditNote.d.ts +2 -2
  80. package/api/resources/accounting/types/CreditNoteCurrency.d.ts +1 -1
  81. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +11 -0
  82. package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +11 -0
  83. package/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
  84. package/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +1 -1
  85. package/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
  86. package/api/resources/accounting/types/ExpenseCurrency.d.ts +1 -1
  87. package/api/resources/accounting/types/ExpenseLineCurrency.d.ts +1 -1
  88. package/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +1 -1
  89. package/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +1 -1
  90. package/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +59 -0
  91. package/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +8 -0
  92. package/api/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +8 -0
  93. package/api/resources/accounting/types/GeneralLedgerTransactionCompany.js +5 -0
  94. package/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +5 -0
  95. package/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +5 -0
  96. package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +664 -0
  97. package/api/resources/accounting/types/GeneralLedgerTransactionLine.js +5 -0
  98. package/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +5 -0
  99. package/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +5 -0
  100. package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +315 -0
  101. package/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +5 -0
  102. package/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +8 -0
  103. package/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +5 -0
  104. package/api/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +5 -0
  105. package/api/resources/accounting/types/GeneralLedgerTransactionLineContact.js +5 -0
  106. package/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +5 -0
  107. package/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +5 -0
  108. package/api/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +5 -0
  109. package/api/resources/accounting/types/GeneralLedgerTransactionLineItem.js +5 -0
  110. package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +315 -0
  111. package/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +5 -0
  112. package/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +5 -0
  113. package/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +5 -0
  114. package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +16 -0
  115. package/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +5 -0
  116. package/api/resources/accounting/types/IncomeStatementCurrency.d.ts +1 -1
  117. package/api/resources/accounting/types/InvoiceCurrency.d.ts +1 -1
  118. package/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +1 -1
  119. package/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +1 -1
  120. package/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +1 -1
  121. package/api/resources/accounting/types/JournalEntryCurrency.d.ts +1 -1
  122. package/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +1 -1
  123. package/api/resources/accounting/types/JournalLineCurrency.d.ts +1 -1
  124. package/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +1 -1
  125. package/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +9 -0
  126. package/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +5 -0
  127. package/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +1 -1
  128. package/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +1 -1
  129. package/api/resources/accounting/types/PaymentCurrency.d.ts +1 -1
  130. package/api/resources/accounting/types/PaymentRequestCurrency.d.ts +1 -1
  131. package/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +1 -1
  132. package/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +1 -1
  133. package/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +1 -1
  134. package/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +1 -1
  135. package/api/resources/accounting/types/RemoteData.d.ts +12 -0
  136. package/api/resources/accounting/types/TrackingCategory.d.ts +1 -3
  137. package/api/resources/accounting/types/TrackingCategoryCompany.d.ts +1 -1
  138. package/api/resources/accounting/types/TransactionCurrency.d.ts +1 -1
  139. package/api/resources/accounting/types/{CurrencyEnum.d.ts → TransactionCurrencyEnum.d.ts} +2 -2
  140. package/{dist/api/resources/accounting/types/CurrencyEnum.js → api/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
  141. package/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +1 -1
  142. package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +22 -0
  143. package/api/resources/accounting/types/UnderlyingTransactionTypeEnum.js +15 -0
  144. package/api/resources/accounting/types/VendorCreditCurrency.d.ts +1 -1
  145. package/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +1 -1
  146. package/api/resources/accounting/types/index.d.ts +17 -1
  147. package/api/resources/accounting/types/index.js +17 -1
  148. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  149. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  150. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  151. package/api/resources/ats/resources/applications/client/Client.d.ts +3 -0
  152. package/api/resources/ats/resources/applications/client/Client.js +8 -5
  153. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  154. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  155. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  156. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  157. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  158. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  159. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  160. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  161. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  162. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -1
  163. package/api/resources/ats/resources/fieldMapping/client/Client.js +32 -8
  164. package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  165. package/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  166. package/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  167. package/api/resources/ats/resources/fieldMapping/client/requests/index.d.ts +1 -0
  168. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  169. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  170. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  171. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  172. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  173. package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  174. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  175. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  176. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  177. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  178. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  179. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  180. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  181. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  182. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  183. package/api/resources/ats/resources/scopes/client/Client.d.ts +4 -0
  184. package/api/resources/ats/resources/scopes/client/Client.js +7 -3
  185. package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  186. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  187. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  188. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  189. package/api/resources/ats/resources/users/client/Client.js +2 -2
  190. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  191. package/api/resources/ats/types/AuditLogEvent.d.ts +3 -0
  192. package/api/resources/ats/types/AuditLogEventEventType.d.ts +3 -0
  193. package/api/resources/ats/types/EventTypeEnum.d.ts +7 -1
  194. package/api/resources/ats/types/EventTypeEnum.js +3 -0
  195. package/api/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  196. package/api/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
  197. package/api/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  198. package/api/resources/ats/types/RemoteData.d.ts +12 -0
  199. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  200. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  201. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  202. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  203. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  204. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  205. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  206. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  207. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  208. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  209. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  210. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  211. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  212. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  213. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  214. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -1
  215. package/api/resources/crm/resources/fieldMapping/client/Client.js +32 -8
  216. package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  217. package/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  218. package/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  219. package/api/resources/crm/resources/fieldMapping/client/requests/index.d.ts +1 -0
  220. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  221. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  222. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  223. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  224. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  225. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  226. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  227. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  228. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  229. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  230. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  231. package/api/resources/crm/resources/scopes/client/Client.d.ts +4 -0
  232. package/api/resources/crm/resources/scopes/client/Client.js +7 -3
  233. package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  234. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  235. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  236. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  237. package/api/resources/crm/resources/users/client/Client.js +8 -5
  238. package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
  239. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  240. package/api/resources/crm/types/AuditLogEvent.d.ts +3 -0
  241. package/api/resources/crm/types/AuditLogEventEventType.d.ts +3 -0
  242. package/api/resources/crm/types/EventTypeEnum.d.ts +7 -1
  243. package/api/resources/crm/types/EventTypeEnum.js +3 -0
  244. package/api/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  245. package/api/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
  246. package/api/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  247. package/api/resources/crm/types/RemoteData.d.ts +12 -0
  248. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  249. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  250. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  251. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  252. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  253. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  254. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  255. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  256. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -1
  257. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +32 -8
  258. package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  259. package/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  260. package/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  261. package/api/resources/filestorage/resources/fieldMapping/client/requests/index.d.ts +1 -0
  262. package/api/resources/filestorage/resources/files/client/Client.js +5 -5
  263. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  264. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  265. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  266. package/api/resources/filestorage/resources/groups/client/Client.js +10 -4
  267. package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
  268. package/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
  269. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  270. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  271. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  272. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  273. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  274. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  275. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +4 -0
  276. package/api/resources/filestorage/resources/scopes/client/Client.js +7 -3
  277. package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  278. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  279. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  280. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  281. package/api/resources/filestorage/types/AuditLogEvent.d.ts +3 -0
  282. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +3 -0
  283. package/api/resources/filestorage/types/Drive.d.ts +2 -1
  284. package/api/resources/filestorage/types/EventTypeEnum.d.ts +7 -1
  285. package/api/resources/filestorage/types/EventTypeEnum.js +3 -0
  286. package/api/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  287. package/api/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
  288. package/api/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  289. package/api/resources/filestorage/types/File_.d.ts +1 -1
  290. package/api/resources/filestorage/types/Folder.d.ts +1 -1
  291. package/api/resources/filestorage/types/Group.d.ts +4 -1
  292. package/api/resources/filestorage/types/GroupChildGroupsItem.d.ts +5 -0
  293. package/api/resources/filestorage/types/GroupChildGroupsItem.js +5 -0
  294. package/api/resources/filestorage/types/Permission.d.ts +2 -2
  295. package/api/resources/filestorage/types/PermissionGroup.d.ts +1 -1
  296. package/api/resources/filestorage/types/PermissionRequest.d.ts +2 -2
  297. package/api/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -1
  298. package/api/resources/filestorage/types/PermissionRequestUser.d.ts +1 -1
  299. package/api/resources/filestorage/types/PermissionUser.d.ts +1 -1
  300. package/api/resources/filestorage/types/RemoteData.d.ts +19 -0
  301. package/api/resources/filestorage/types/RemoteData.js +5 -0
  302. package/api/resources/filestorage/types/User.d.ts +2 -1
  303. package/api/resources/filestorage/types/index.d.ts +2 -0
  304. package/api/resources/filestorage/types/index.js +2 -0
  305. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  306. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  307. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  308. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  309. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  310. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  311. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  312. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  313. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  314. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  315. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  316. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  317. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  318. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  319. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  320. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -1
  321. package/api/resources/hris/resources/fieldMapping/client/Client.js +32 -8
  322. package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  323. package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  324. package/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  325. package/api/resources/hris/resources/fieldMapping/client/requests/index.d.ts +1 -0
  326. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  327. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  328. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  329. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  330. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  331. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  332. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  333. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  334. package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
  335. package/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +3 -2
  336. package/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +9 -0
  337. package/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +11 -0
  338. package/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +9 -0
  339. package/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +11 -0
  340. package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +9 -0
  341. package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +11 -0
  342. package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +9 -0
  343. package/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +11 -0
  344. package/api/resources/hris/resources/locations/types/index.d.ts +4 -0
  345. package/api/resources/hris/resources/locations/types/index.js +4 -0
  346. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  347. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  348. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  349. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  350. package/api/resources/hris/resources/scopes/client/Client.d.ts +4 -0
  351. package/api/resources/hris/resources/scopes/client/Client.js +7 -3
  352. package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  353. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  354. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  355. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  356. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  357. package/api/resources/hris/resources/timesheetEntries/client/Client.js +16 -10
  358. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +8 -4
  359. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
  360. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  361. package/api/resources/hris/types/AuditLogEvent.d.ts +3 -0
  362. package/api/resources/hris/types/AuditLogEventEventType.d.ts +3 -0
  363. package/api/resources/hris/types/Employee.d.ts +1 -1
  364. package/api/resources/hris/types/EmployeeRequest.d.ts +1 -1
  365. package/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
  366. package/api/resources/hris/types/Employment.d.ts +1 -1
  367. package/api/resources/hris/types/EventTypeEnum.d.ts +7 -1
  368. package/api/resources/hris/types/EventTypeEnum.js +3 -0
  369. package/api/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  370. package/api/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
  371. package/api/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  372. package/api/resources/hris/types/RemoteData.d.ts +12 -0
  373. package/api/resources/hris/types/TimesheetEntry.d.ts +3 -2
  374. package/api/resources/hris/types/TimesheetEntryEmployee.d.ts +8 -0
  375. package/api/resources/hris/types/TimesheetEntryEmployee.js +5 -0
  376. package/api/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
  377. package/api/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +8 -0
  378. package/api/resources/hris/types/TimesheetEntryRequestEmployee.js +5 -0
  379. package/api/resources/hris/types/index.d.ts +2 -0
  380. package/api/resources/hris/types/index.js +2 -0
  381. package/api/resources/index.d.ts +2 -2
  382. package/api/resources/index.js +3 -3
  383. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  384. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  385. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  386. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  387. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  388. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  389. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  390. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  391. package/api/resources/ticketing/resources/collections/client/Client.d.ts +0 -11
  392. package/api/resources/ticketing/resources/collections/client/Client.js +2 -78
  393. package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +2 -1
  394. package/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -1
  395. package/api/resources/ticketing/resources/collections/client/requests/index.d.ts +0 -1
  396. package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +9 -0
  397. package/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +11 -0
  398. package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +9 -0
  399. package/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +11 -0
  400. package/api/resources/ticketing/resources/collections/types/index.d.ts +2 -1
  401. package/api/resources/ticketing/resources/collections/types/index.js +2 -1
  402. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  403. package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  404. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  405. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -1
  406. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +32 -8
  407. package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  408. package/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  409. package/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  410. package/api/resources/ticketing/resources/fieldMapping/client/requests/index.d.ts +1 -0
  411. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  412. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  413. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  414. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  415. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  416. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  417. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  418. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  419. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  420. package/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  421. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -0
  422. package/api/resources/ticketing/resources/scopes/client/Client.js +7 -3
  423. package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  424. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  425. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  426. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  427. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -5
  428. package/api/resources/ticketing/resources/tickets/client/Client.js +16 -16
  429. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +1 -6
  430. package/{dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts → api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts} +2 -2
  431. package/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.js +5 -0
  432. package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -1
  433. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +129 -1
  434. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
  435. package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +129 -1
  436. package/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
  437. package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +9 -0
  438. package/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +11 -0
  439. package/api/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
  440. package/api/resources/ticketing/resources/tickets/types/index.js +1 -2
  441. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  442. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  443. package/api/resources/ticketing/types/AuditLogEvent.d.ts +3 -0
  444. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +3 -0
  445. package/api/resources/ticketing/types/Collection.d.ts +2 -2
  446. package/api/resources/ticketing/types/CollectionTeamsItem.d.ts +5 -0
  447. package/api/resources/ticketing/types/CollectionTeamsItem.js +5 -0
  448. package/api/resources/ticketing/types/EventTypeEnum.d.ts +7 -1
  449. package/api/resources/ticketing/types/EventTypeEnum.js +3 -0
  450. package/api/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  451. package/api/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
  452. package/api/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  453. package/api/resources/ticketing/types/PaginatedViewerList.d.ts +9 -0
  454. package/api/resources/ticketing/types/PaginatedViewerList.js +5 -0
  455. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +6 -1
  456. package/api/resources/ticketing/types/RemoteData.d.ts +12 -0
  457. package/api/resources/ticketing/types/Team.d.ts +1 -1
  458. package/api/resources/ticketing/types/Ticket.d.ts +6 -1
  459. package/api/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +5 -0
  460. package/api/resources/ticketing/types/TicketAssignedTeamsItem.js +5 -0
  461. package/api/resources/ticketing/types/TicketRequest.d.ts +6 -1
  462. package/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +5 -0
  463. package/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +5 -0
  464. package/api/resources/ticketing/types/User.d.ts +2 -1
  465. package/api/resources/ticketing/types/Viewer.d.ts +28 -0
  466. package/api/resources/ticketing/types/Viewer.js +5 -0
  467. package/api/resources/ticketing/types/ViewerTeam.d.ts +8 -0
  468. package/api/resources/ticketing/types/ViewerTeam.js +5 -0
  469. package/api/resources/ticketing/types/ViewerUser.d.ts +8 -0
  470. package/api/resources/ticketing/types/ViewerUser.js +5 -0
  471. package/api/resources/ticketing/types/index.d.ts +7 -0
  472. package/api/resources/ticketing/types/index.js +7 -0
  473. package/dist/Client.d.ts +6 -6
  474. package/dist/Client.js +15 -15
  475. package/dist/api/resources/accounting/client/Client.d.ts +3 -0
  476. package/dist/api/resources/accounting/client/Client.js +45 -40
  477. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  478. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  479. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  480. package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  481. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  482. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  483. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  484. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  485. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  486. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  487. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  488. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  489. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  490. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  491. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  492. package/dist/api/resources/accounting/resources/contacts/client/Client.js +5 -5
  493. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  494. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  495. package/dist/api/resources/accounting/resources/employees/client/Client.js +2 -2
  496. package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  497. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  498. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  499. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +53 -0
  500. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +220 -0
  501. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.d.ts +1 -0
  502. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/index.js +17 -0
  503. package/dist/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.d.ts} +34 -2
  504. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.js +5 -0
  505. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.d.ts +18 -0
  506. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.js +5 -0
  507. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.d.ts +2 -0
  508. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/requests/index.js +2 -0
  509. package/dist/api/resources/accounting/resources/generalLedgerTransactions/index.d.ts +2 -0
  510. package/dist/api/resources/accounting/resources/generalLedgerTransactions/index.js +18 -0
  511. package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +21 -0
  512. package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +23 -0
  513. package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +21 -0
  514. package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +23 -0
  515. package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
  516. package/dist/api/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
  517. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  518. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  519. package/dist/api/resources/accounting/resources/index.d.ts +3 -0
  520. package/dist/api/resources/accounting/resources/index.js +4 -1
  521. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
  522. package/dist/api/resources/accounting/resources/invoices/client/Client.js +16 -9
  523. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesListRequest.d.ts +16 -1
  524. package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +12 -0
  525. package/dist/api/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +14 -0
  526. package/dist/api/resources/accounting/resources/invoices/types/index.d.ts +1 -0
  527. package/dist/api/resources/accounting/resources/invoices/types/index.js +1 -0
  528. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  529. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  530. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  531. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  532. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  533. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  534. package/dist/api/resources/accounting/resources/payments/client/Client.js +8 -8
  535. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  536. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  537. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  538. package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  539. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  540. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  541. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  542. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  543. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  544. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  545. package/dist/api/resources/accounting/types/AccountCurrency.d.ts +1 -1
  546. package/dist/api/resources/accounting/types/AccountRequestCurrency.d.ts +1 -1
  547. package/dist/api/resources/accounting/types/BalanceSheetCurrency.d.ts +1 -1
  548. package/dist/api/resources/accounting/types/BankFeedAccountCurrency.d.ts +1 -1
  549. package/dist/api/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +1 -1
  550. package/dist/api/resources/accounting/types/CashFlowStatementCurrency.d.ts +1 -1
  551. package/dist/api/resources/accounting/types/CompanyInfoCurrency.d.ts +1 -1
  552. package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -2
  553. package/dist/api/resources/accounting/types/CreditNoteCurrency.d.ts +1 -1
  554. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +11 -0
  555. package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +11 -0
  556. package/dist/api/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
  557. package/dist/api/resources/accounting/types/CreditNoteRequestCurrency.d.ts +1 -1
  558. package/dist/api/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +1 -1
  559. package/dist/api/resources/accounting/types/ExpenseCurrency.d.ts +1 -1
  560. package/dist/api/resources/accounting/types/ExpenseLineCurrency.d.ts +1 -1
  561. package/dist/api/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +1 -1
  562. package/dist/api/resources/accounting/types/ExpenseRequestCurrency.d.ts +1 -1
  563. package/dist/api/resources/accounting/types/GeneralLedgerTransaction.d.ts +59 -0
  564. package/dist/api/resources/accounting/types/GeneralLedgerTransaction.js +5 -0
  565. package/dist/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +8 -0
  566. package/dist/api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +5 -0
  567. package/dist/api/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +8 -0
  568. package/dist/api/resources/accounting/types/GeneralLedgerTransactionCompany.js +5 -0
  569. package/dist/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +5 -0
  570. package/dist/api/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +5 -0
  571. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +664 -0
  572. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.js +5 -0
  573. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +5 -0
  574. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +5 -0
  575. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +315 -0
  576. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +5 -0
  577. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +8 -0
  578. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +5 -0
  579. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +5 -0
  580. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineContact.js +5 -0
  581. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +5 -0
  582. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +5 -0
  583. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +5 -0
  584. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineItem.js +5 -0
  585. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +315 -0
  586. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +5 -0
  587. package/dist/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +5 -0
  588. package/dist/api/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +5 -0
  589. package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +16 -0
  590. package/dist/api/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +5 -0
  591. package/dist/api/resources/accounting/types/IncomeStatementCurrency.d.ts +1 -1
  592. package/dist/api/resources/accounting/types/InvoiceCurrency.d.ts +1 -1
  593. package/dist/api/resources/accounting/types/InvoiceLineItemCurrency.d.ts +1 -1
  594. package/dist/api/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +1 -1
  595. package/dist/api/resources/accounting/types/InvoiceRequestCurrency.d.ts +1 -1
  596. package/dist/api/resources/accounting/types/JournalEntryCurrency.d.ts +1 -1
  597. package/dist/api/resources/accounting/types/JournalEntryRequestCurrency.d.ts +1 -1
  598. package/dist/api/resources/accounting/types/JournalLineCurrency.d.ts +1 -1
  599. package/dist/api/resources/accounting/types/JournalLineRequestCurrency.d.ts +1 -1
  600. package/dist/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +9 -0
  601. package/dist/api/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +5 -0
  602. package/dist/api/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +1 -1
  603. package/dist/api/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +1 -1
  604. package/dist/api/resources/accounting/types/PaymentCurrency.d.ts +1 -1
  605. package/dist/api/resources/accounting/types/PaymentRequestCurrency.d.ts +1 -1
  606. package/dist/api/resources/accounting/types/PurchaseOrderCurrency.d.ts +1 -1
  607. package/dist/api/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +1 -1
  608. package/dist/api/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +1 -1
  609. package/dist/api/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +1 -1
  610. package/dist/api/resources/accounting/types/RemoteData.d.ts +12 -0
  611. package/dist/api/resources/accounting/types/TrackingCategory.d.ts +1 -3
  612. package/dist/api/resources/accounting/types/TrackingCategoryCompany.d.ts +1 -1
  613. package/dist/api/resources/accounting/types/TransactionCurrency.d.ts +1 -1
  614. package/dist/api/resources/accounting/types/{CurrencyEnum.d.ts → TransactionCurrencyEnum.d.ts} +2 -2
  615. package/{api/resources/accounting/types/CurrencyEnum.js → dist/api/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
  616. package/dist/api/resources/accounting/types/TransactionLineItemCurrency.d.ts +1 -1
  617. package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +22 -0
  618. package/dist/api/resources/accounting/types/UnderlyingTransactionTypeEnum.js +15 -0
  619. package/dist/api/resources/accounting/types/VendorCreditCurrency.d.ts +1 -1
  620. package/dist/api/resources/accounting/types/VendorCreditRequestCurrency.d.ts +1 -1
  621. package/dist/api/resources/accounting/types/index.d.ts +17 -1
  622. package/dist/api/resources/accounting/types/index.js +17 -1
  623. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  624. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  625. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  626. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +3 -0
  627. package/dist/api/resources/ats/resources/applications/client/Client.js +8 -5
  628. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  629. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  630. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  631. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  632. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  633. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  634. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  635. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  636. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  637. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -1
  638. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +32 -8
  639. package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  640. package/dist/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  641. package/dist/api/resources/ats/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  642. package/dist/api/resources/ats/resources/fieldMapping/client/requests/index.d.ts +1 -0
  643. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  644. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  645. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  646. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  647. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  648. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  649. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  650. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  651. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  652. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  653. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  654. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  655. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  656. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  657. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  658. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +4 -0
  659. package/dist/api/resources/ats/resources/scopes/client/Client.js +7 -3
  660. package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  661. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  662. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  663. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  664. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  665. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  666. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +3 -0
  667. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +3 -0
  668. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +7 -1
  669. package/dist/api/resources/ats/types/EventTypeEnum.js +3 -0
  670. package/dist/api/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  671. package/dist/api/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
  672. package/dist/api/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  673. package/dist/api/resources/ats/types/RemoteData.d.ts +12 -0
  674. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  675. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  676. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  677. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  678. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  679. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  680. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  681. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  682. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  683. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  684. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  685. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  686. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  687. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  688. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  689. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -1
  690. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +32 -8
  691. package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  692. package/dist/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  693. package/dist/api/resources/crm/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  694. package/dist/api/resources/crm/resources/fieldMapping/client/requests/index.d.ts +1 -0
  695. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  696. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  697. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  698. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  699. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  700. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  701. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  702. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  703. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  704. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  705. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  706. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +4 -0
  707. package/dist/api/resources/crm/resources/scopes/client/Client.js +7 -3
  708. package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  709. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  710. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  711. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  712. package/dist/api/resources/crm/resources/users/client/Client.js +8 -5
  713. package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +4 -0
  714. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  715. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +3 -0
  716. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +3 -0
  717. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +7 -1
  718. package/dist/api/resources/crm/types/EventTypeEnum.js +3 -0
  719. package/dist/api/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  720. package/dist/api/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
  721. package/dist/api/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  722. package/dist/api/resources/crm/types/RemoteData.d.ts +12 -0
  723. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  724. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  725. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  726. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  727. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  728. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  729. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  730. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  731. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -1
  732. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +32 -8
  733. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  734. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  735. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  736. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/index.d.ts +1 -0
  737. package/dist/api/resources/filestorage/resources/files/client/Client.js +5 -5
  738. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  739. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  740. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  741. package/dist/api/resources/filestorage/resources/groups/client/Client.js +10 -4
  742. package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
  743. package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsRetrieveRequest.d.ts +4 -0
  744. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  745. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  746. package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  747. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  748. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  749. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  750. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +4 -0
  751. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +7 -3
  752. package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  753. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  754. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  755. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  756. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +3 -0
  757. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +3 -0
  758. package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
  759. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +7 -1
  760. package/dist/api/resources/filestorage/types/EventTypeEnum.js +3 -0
  761. package/dist/api/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  762. package/dist/api/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
  763. package/dist/api/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  764. package/dist/api/resources/filestorage/types/File_.d.ts +1 -1
  765. package/dist/api/resources/filestorage/types/Folder.d.ts +1 -1
  766. package/dist/api/resources/filestorage/types/Group.d.ts +4 -1
  767. package/dist/api/resources/filestorage/types/GroupChildGroupsItem.d.ts +5 -0
  768. package/dist/api/resources/filestorage/types/GroupChildGroupsItem.js +5 -0
  769. package/dist/api/resources/filestorage/types/Permission.d.ts +2 -2
  770. package/dist/api/resources/filestorage/types/PermissionGroup.d.ts +1 -1
  771. package/dist/api/resources/filestorage/types/PermissionRequest.d.ts +2 -2
  772. package/dist/api/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -1
  773. package/dist/api/resources/filestorage/types/PermissionRequestUser.d.ts +1 -1
  774. package/dist/api/resources/filestorage/types/PermissionUser.d.ts +1 -1
  775. package/dist/api/resources/filestorage/types/RemoteData.d.ts +19 -0
  776. package/dist/api/resources/filestorage/types/RemoteData.js +5 -0
  777. package/dist/api/resources/filestorage/types/User.d.ts +2 -1
  778. package/dist/api/resources/filestorage/types/index.d.ts +2 -0
  779. package/dist/api/resources/filestorage/types/index.js +2 -0
  780. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  781. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  782. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  783. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  784. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  785. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  786. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  787. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  788. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  789. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  790. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  791. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  792. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  793. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  794. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  795. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -1
  796. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +32 -8
  797. package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  798. package/dist/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  799. package/dist/api/resources/hris/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  800. package/dist/api/resources/hris/resources/fieldMapping/client/requests/index.d.ts +1 -0
  801. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  802. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  803. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  804. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  805. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  806. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  807. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  808. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  809. package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +2 -2
  810. package/dist/api/resources/hris/resources/locations/client/requests/LocationsRetrieveRequest.d.ts +3 -2
  811. package/dist/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +9 -0
  812. package/dist/api/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +11 -0
  813. package/dist/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +9 -0
  814. package/dist/api/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +11 -0
  815. package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +9 -0
  816. package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +11 -0
  817. package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +9 -0
  818. package/dist/api/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +11 -0
  819. package/dist/api/resources/hris/resources/locations/types/index.d.ts +4 -0
  820. package/dist/api/resources/hris/resources/locations/types/index.js +4 -0
  821. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  822. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  823. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  824. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  825. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +4 -0
  826. package/dist/api/resources/hris/resources/scopes/client/Client.js +7 -3
  827. package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  828. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  829. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  830. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  831. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  832. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +16 -10
  833. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +8 -4
  834. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesRetrieveRequest.d.ts +4 -0
  835. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  836. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +3 -0
  837. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +3 -0
  838. package/dist/api/resources/hris/types/Employee.d.ts +1 -1
  839. package/dist/api/resources/hris/types/EmployeeRequest.d.ts +1 -1
  840. package/dist/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
  841. package/dist/api/resources/hris/types/Employment.d.ts +1 -1
  842. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +7 -1
  843. package/dist/api/resources/hris/types/EventTypeEnum.js +3 -0
  844. package/dist/api/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  845. package/dist/api/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
  846. package/dist/api/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  847. package/dist/api/resources/hris/types/RemoteData.d.ts +12 -0
  848. package/dist/api/resources/hris/types/TimesheetEntry.d.ts +3 -2
  849. package/dist/api/resources/hris/types/TimesheetEntryEmployee.d.ts +8 -0
  850. package/dist/api/resources/hris/types/TimesheetEntryEmployee.js +5 -0
  851. package/dist/api/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
  852. package/dist/api/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +8 -0
  853. package/dist/api/resources/hris/types/TimesheetEntryRequestEmployee.js +5 -0
  854. package/dist/api/resources/hris/types/index.d.ts +2 -0
  855. package/dist/api/resources/hris/types/index.js +2 -0
  856. package/dist/api/resources/index.d.ts +2 -2
  857. package/dist/api/resources/index.js +3 -3
  858. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  859. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  860. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  861. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  862. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  863. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  864. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  865. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  866. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +0 -11
  867. package/dist/api/resources/ticketing/resources/collections/client/Client.js +2 -78
  868. package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +2 -1
  869. package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsRetrieveRequest.d.ts +2 -1
  870. package/dist/api/resources/ticketing/resources/collections/client/requests/index.d.ts +0 -1
  871. package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +9 -0
  872. package/dist/api/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js +11 -0
  873. package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +9 -0
  874. package/dist/api/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +11 -0
  875. package/dist/api/resources/ticketing/resources/collections/types/index.d.ts +2 -1
  876. package/dist/api/resources/ticketing/resources/collections/types/index.js +2 -1
  877. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  878. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  879. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  880. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -1
  881. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +32 -8
  882. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +4 -0
  883. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.d.ts +13 -0
  884. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/FieldMappingsRetrieveRequest.js +5 -0
  885. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/index.d.ts +1 -0
  886. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  887. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  888. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  889. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  890. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  891. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  892. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  893. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  894. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  895. package/dist/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  896. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -0
  897. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +7 -3
  898. package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +4 -0
  899. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  900. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  901. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  902. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -5
  903. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +16 -16
  904. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +1 -6
  905. package/{api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts → dist/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.d.ts} +2 -2
  906. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsViewersListRequest.js +5 -0
  907. package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -1
  908. package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +129 -1
  909. package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
  910. package/dist/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +129 -1
  911. package/dist/api/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
  912. package/dist/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +9 -0
  913. package/dist/api/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js +11 -0
  914. package/dist/api/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
  915. package/dist/api/resources/ticketing/resources/tickets/types/index.js +1 -2
  916. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  917. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  918. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +3 -0
  919. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +3 -0
  920. package/dist/api/resources/ticketing/types/Collection.d.ts +2 -2
  921. package/dist/api/resources/ticketing/types/CollectionTeamsItem.d.ts +5 -0
  922. package/dist/api/resources/ticketing/types/CollectionTeamsItem.js +5 -0
  923. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +7 -1
  924. package/dist/api/resources/ticketing/types/EventTypeEnum.js +3 -0
  925. package/dist/api/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  926. package/dist/api/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
  927. package/dist/api/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  928. package/dist/api/resources/ticketing/types/PaginatedViewerList.d.ts +9 -0
  929. package/dist/api/resources/ticketing/types/PaginatedViewerList.js +5 -0
  930. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +6 -1
  931. package/dist/api/resources/ticketing/types/RemoteData.d.ts +12 -0
  932. package/dist/api/resources/ticketing/types/Team.d.ts +1 -1
  933. package/dist/api/resources/ticketing/types/Ticket.d.ts +6 -1
  934. package/dist/api/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +5 -0
  935. package/dist/api/resources/ticketing/types/TicketAssignedTeamsItem.js +5 -0
  936. package/dist/api/resources/ticketing/types/TicketRequest.d.ts +6 -1
  937. package/dist/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +5 -0
  938. package/dist/api/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +5 -0
  939. package/dist/api/resources/ticketing/types/User.d.ts +2 -1
  940. package/dist/api/resources/ticketing/types/Viewer.d.ts +28 -0
  941. package/dist/api/resources/ticketing/types/Viewer.js +5 -0
  942. package/dist/api/resources/ticketing/types/ViewerTeam.d.ts +8 -0
  943. package/dist/api/resources/ticketing/types/ViewerTeam.js +5 -0
  944. package/dist/api/resources/ticketing/types/ViewerUser.d.ts +8 -0
  945. package/dist/api/resources/ticketing/types/ViewerUser.js +5 -0
  946. package/dist/api/resources/ticketing/types/index.d.ts +7 -0
  947. package/dist/api/resources/ticketing/types/index.js +7 -0
  948. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/index.d.ts +1 -0
  949. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/index.js +17 -0
  950. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +10 -0
  951. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +47 -0
  952. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +10 -0
  953. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +47 -0
  954. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
  955. package/dist/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
  956. package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
  957. package/dist/serialization/resources/accounting/resources/index.js +3 -1
  958. package/dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +10 -0
  959. package/{serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js → dist/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js} +2 -2
  960. package/dist/serialization/resources/accounting/resources/invoices/types/index.d.ts +1 -0
  961. package/dist/serialization/resources/accounting/resources/invoices/types/index.js +1 -0
  962. package/dist/serialization/resources/accounting/types/AccountCurrency.d.ts +2 -2
  963. package/dist/serialization/resources/accounting/types/AccountCurrency.js +2 -2
  964. package/dist/serialization/resources/accounting/types/AccountRequestCurrency.d.ts +2 -2
  965. package/dist/serialization/resources/accounting/types/AccountRequestCurrency.js +2 -2
  966. package/dist/serialization/resources/accounting/types/BalanceSheetCurrency.d.ts +2 -2
  967. package/dist/serialization/resources/accounting/types/BalanceSheetCurrency.js +2 -2
  968. package/dist/serialization/resources/accounting/types/BankFeedAccountCurrency.d.ts +2 -2
  969. package/dist/serialization/resources/accounting/types/BankFeedAccountCurrency.js +2 -2
  970. package/dist/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +2 -2
  971. package/dist/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.js +2 -2
  972. package/dist/serialization/resources/accounting/types/CashFlowStatementCurrency.d.ts +2 -2
  973. package/dist/serialization/resources/accounting/types/CashFlowStatementCurrency.js +2 -2
  974. package/dist/serialization/resources/accounting/types/CompanyInfoCurrency.d.ts +2 -2
  975. package/dist/serialization/resources/accounting/types/CompanyInfoCurrency.js +2 -2
  976. package/dist/serialization/resources/accounting/types/CreditNote.d.ts +1 -1
  977. package/dist/serialization/resources/accounting/types/CreditNote.js +1 -1
  978. package/dist/serialization/resources/accounting/types/CreditNoteCurrency.d.ts +2 -2
  979. package/dist/serialization/resources/accounting/types/CreditNoteCurrency.js +2 -2
  980. package/dist/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
  981. package/dist/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -1
  982. package/dist/serialization/resources/accounting/types/CreditNoteRequestCurrency.d.ts +2 -2
  983. package/dist/serialization/resources/accounting/types/CreditNoteRequestCurrency.js +2 -2
  984. package/dist/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
  985. package/dist/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
  986. package/dist/serialization/resources/accounting/types/ExpenseCurrency.d.ts +2 -2
  987. package/dist/serialization/resources/accounting/types/ExpenseCurrency.js +2 -2
  988. package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +2 -2
  989. package/dist/serialization/resources/accounting/types/ExpenseLineCurrency.js +2 -2
  990. package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +2 -2
  991. package/dist/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +2 -2
  992. package/dist/serialization/resources/accounting/types/ExpenseRequestCurrency.d.ts +2 -2
  993. package/dist/serialization/resources/accounting/types/ExpenseRequestCurrency.js +2 -2
  994. package/dist/serialization/resources/accounting/types/GeneralLedgerTransaction.d.ts +33 -0
  995. package/dist/serialization/resources/accounting/types/GeneralLedgerTransaction.js +54 -0
  996. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +11 -0
  997. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +32 -0
  998. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +11 -0
  999. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.js +32 -0
  1000. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +11 -0
  1001. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +32 -0
  1002. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +39 -0
  1003. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +60 -0
  1004. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +11 -0
  1005. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +32 -0
  1006. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +11 -0
  1007. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +32 -0
  1008. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +11 -0
  1009. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +32 -0
  1010. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +11 -0
  1011. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.js +32 -0
  1012. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +11 -0
  1013. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +32 -0
  1014. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +11 -0
  1015. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.js +32 -0
  1016. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +11 -0
  1017. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +32 -0
  1018. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +11 -0
  1019. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +32 -0
  1020. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +11 -0
  1021. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +32 -0
  1022. package/dist/serialization/resources/accounting/types/IncomeStatementCurrency.d.ts +2 -2
  1023. package/dist/serialization/resources/accounting/types/IncomeStatementCurrency.js +2 -2
  1024. package/dist/serialization/resources/accounting/types/InvoiceCurrency.d.ts +2 -2
  1025. package/dist/serialization/resources/accounting/types/InvoiceCurrency.js +2 -2
  1026. package/dist/serialization/resources/accounting/types/InvoiceLineItemCurrency.d.ts +2 -2
  1027. package/dist/serialization/resources/accounting/types/InvoiceLineItemCurrency.js +2 -2
  1028. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +2 -2
  1029. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.js +2 -2
  1030. package/dist/serialization/resources/accounting/types/InvoiceRequestCurrency.d.ts +2 -2
  1031. package/dist/serialization/resources/accounting/types/InvoiceRequestCurrency.js +2 -2
  1032. package/dist/serialization/resources/accounting/types/JournalEntryCurrency.d.ts +2 -2
  1033. package/dist/serialization/resources/accounting/types/JournalEntryCurrency.js +2 -2
  1034. package/dist/serialization/resources/accounting/types/JournalEntryRequestCurrency.d.ts +2 -2
  1035. package/dist/serialization/resources/accounting/types/JournalEntryRequestCurrency.js +2 -2
  1036. package/dist/serialization/resources/accounting/types/JournalLineCurrency.d.ts +2 -2
  1037. package/dist/serialization/resources/accounting/types/JournalLineCurrency.js +2 -2
  1038. package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +2 -2
  1039. package/dist/serialization/resources/accounting/types/JournalLineRequestCurrency.js +2 -2
  1040. package/dist/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +15 -0
  1041. package/dist/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +36 -0
  1042. package/dist/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +2 -2
  1043. package/dist/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +2 -2
  1044. package/dist/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +2 -2
  1045. package/dist/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.js +2 -2
  1046. package/dist/serialization/resources/accounting/types/PaymentCurrency.d.ts +2 -2
  1047. package/dist/serialization/resources/accounting/types/PaymentCurrency.js +2 -2
  1048. package/dist/serialization/resources/accounting/types/PaymentRequestCurrency.d.ts +2 -2
  1049. package/dist/serialization/resources/accounting/types/PaymentRequestCurrency.js +2 -2
  1050. package/dist/serialization/resources/accounting/types/PurchaseOrderCurrency.d.ts +2 -2
  1051. package/dist/serialization/resources/accounting/types/PurchaseOrderCurrency.js +2 -2
  1052. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +2 -2
  1053. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.js +2 -2
  1054. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +2 -2
  1055. package/dist/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.js +2 -2
  1056. package/dist/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +2 -2
  1057. package/dist/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.js +2 -2
  1058. package/dist/serialization/resources/accounting/types/TrackingCategory.d.ts +0 -2
  1059. package/dist/serialization/resources/accounting/types/TrackingCategory.js +0 -2
  1060. package/dist/serialization/resources/accounting/types/TransactionCurrency.d.ts +2 -2
  1061. package/dist/serialization/resources/accounting/types/TransactionCurrency.js +2 -2
  1062. package/{serialization/resources/accounting/types/CurrencyEnum.d.ts → dist/serialization/resources/accounting/types/TransactionCurrencyEnum.d.ts} +2 -2
  1063. package/{serialization/resources/accounting/types/CurrencyEnum.js → dist/serialization/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
  1064. package/dist/serialization/resources/accounting/types/TransactionLineItemCurrency.d.ts +2 -2
  1065. package/dist/serialization/resources/accounting/types/TransactionLineItemCurrency.js +2 -2
  1066. package/dist/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +10 -0
  1067. package/dist/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.js +39 -0
  1068. package/dist/serialization/resources/accounting/types/VendorCreditCurrency.d.ts +2 -2
  1069. package/dist/serialization/resources/accounting/types/VendorCreditCurrency.js +2 -2
  1070. package/dist/serialization/resources/accounting/types/VendorCreditRequestCurrency.d.ts +2 -2
  1071. package/dist/serialization/resources/accounting/types/VendorCreditRequestCurrency.js +2 -2
  1072. package/dist/serialization/resources/accounting/types/index.d.ts +17 -1
  1073. package/dist/serialization/resources/accounting/types/index.js +17 -1
  1074. package/dist/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1075. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1076. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1077. package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  1078. package/dist/serialization/resources/ats/types/EventTypeEnum.js +3 -0
  1079. package/dist/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1080. package/dist/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1081. package/dist/serialization/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
  1082. package/dist/serialization/resources/ats/types/FieldPermissionDeserializer.js +2 -2
  1083. package/dist/serialization/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1084. package/dist/serialization/resources/ats/types/FieldPermissionDeserializerRequest.js +2 -2
  1085. package/dist/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1086. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1087. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1088. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1089. package/dist/serialization/resources/crm/types/EventTypeEnum.js +3 -0
  1090. package/dist/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1091. package/dist/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1092. package/dist/serialization/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
  1093. package/dist/serialization/resources/crm/types/FieldPermissionDeserializer.js +2 -2
  1094. package/dist/serialization/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1095. package/dist/serialization/resources/crm/types/FieldPermissionDeserializerRequest.js +2 -2
  1096. package/dist/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1097. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1098. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1099. package/dist/serialization/resources/filestorage/types/Drive.d.ts +2 -1
  1100. package/dist/serialization/resources/filestorage/types/Drive.js +2 -3
  1101. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1102. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +3 -0
  1103. package/dist/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1104. package/dist/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1105. package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
  1106. package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializer.js +2 -2
  1107. package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1108. package/dist/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.js +2 -2
  1109. package/dist/serialization/resources/filestorage/types/File_.d.ts +2 -1
  1110. package/dist/serialization/resources/filestorage/types/File_.js +2 -3
  1111. package/dist/serialization/resources/filestorage/types/Folder.d.ts +2 -1
  1112. package/dist/serialization/resources/filestorage/types/Folder.js +2 -3
  1113. package/dist/serialization/resources/filestorage/types/Group.d.ts +3 -1
  1114. package/dist/serialization/resources/filestorage/types/Group.js +6 -3
  1115. package/dist/serialization/resources/filestorage/types/GroupChildGroupsItem.d.ts +10 -0
  1116. package/dist/serialization/resources/filestorage/types/GroupChildGroupsItem.js +35 -0
  1117. package/dist/serialization/resources/filestorage/types/PaginatedGroupList.d.ts +1 -2
  1118. package/dist/serialization/resources/filestorage/types/PaginatedGroupList.js +2 -2
  1119. package/dist/serialization/resources/filestorage/types/PermissionGroup.d.ts +1 -2
  1120. package/dist/serialization/resources/filestorage/types/PermissionGroup.js +5 -2
  1121. package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -2
  1122. package/dist/serialization/resources/filestorage/types/PermissionRequestGroup.js +5 -2
  1123. package/dist/serialization/resources/filestorage/types/RemoteData.d.ts +13 -0
  1124. package/dist/serialization/resources/filestorage/types/RemoteData.js +34 -0
  1125. package/dist/serialization/resources/filestorage/types/User.d.ts +2 -1
  1126. package/dist/serialization/resources/filestorage/types/User.js +2 -3
  1127. package/dist/serialization/resources/filestorage/types/index.d.ts +2 -0
  1128. package/dist/serialization/resources/filestorage/types/index.js +2 -0
  1129. package/dist/serialization/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1130. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1131. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1132. package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +10 -0
  1133. package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +31 -0
  1134. package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +10 -0
  1135. package/dist/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +31 -0
  1136. package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +10 -0
  1137. package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +31 -0
  1138. package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +10 -0
  1139. package/dist/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +31 -0
  1140. package/dist/serialization/resources/hris/resources/locations/types/index.d.ts +4 -0
  1141. package/dist/serialization/resources/hris/resources/locations/types/index.js +4 -0
  1142. package/dist/serialization/resources/hris/types/EmployerBenefit.d.ts +2 -1
  1143. package/dist/serialization/resources/hris/types/EmployerBenefit.js +2 -3
  1144. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1145. package/dist/serialization/resources/hris/types/EventTypeEnum.js +3 -0
  1146. package/dist/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1147. package/dist/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1148. package/dist/serialization/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
  1149. package/dist/serialization/resources/hris/types/FieldPermissionDeserializer.js +2 -2
  1150. package/dist/serialization/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1151. package/dist/serialization/resources/hris/types/FieldPermissionDeserializerRequest.js +2 -2
  1152. package/dist/serialization/resources/hris/types/TimesheetEntry.d.ts +4 -2
  1153. package/dist/serialization/resources/hris/types/TimesheetEntry.js +4 -4
  1154. package/dist/serialization/resources/hris/types/TimesheetEntryEmployee.d.ts +10 -0
  1155. package/dist/serialization/resources/hris/types/TimesheetEntryEmployee.js +35 -0
  1156. package/dist/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
  1157. package/dist/serialization/resources/hris/types/TimesheetEntryRequest.js +2 -1
  1158. package/dist/serialization/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +10 -0
  1159. package/dist/serialization/resources/hris/types/TimesheetEntryRequestEmployee.js +35 -0
  1160. package/dist/serialization/resources/hris/types/index.d.ts +2 -0
  1161. package/dist/serialization/resources/hris/types/index.js +2 -0
  1162. package/dist/serialization/resources/index.d.ts +2 -2
  1163. package/dist/serialization/resources/index.js +3 -3
  1164. package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +10 -0
  1165. package/dist/serialization/resources/ticketing/resources/collections/types/{CollectionsUsersListRequestExpand.js → CollectionsListRequestExpand.js} +2 -2
  1166. package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +10 -0
  1167. package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +31 -0
  1168. package/dist/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -1
  1169. package/dist/serialization/resources/ticketing/resources/collections/types/index.js +2 -1
  1170. package/dist/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1171. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1172. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1173. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +1 -1
  1174. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
  1175. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +1 -1
  1176. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
  1177. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +10 -0
  1178. package/{serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js → dist/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js} +2 -2
  1179. package/dist/serialization/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
  1180. package/dist/serialization/resources/ticketing/resources/tickets/types/index.js +1 -2
  1181. package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -0
  1182. package/dist/serialization/resources/ticketing/types/Collection.js +2 -0
  1183. package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +11 -0
  1184. package/dist/serialization/resources/ticketing/types/CollectionTeamsItem.js +32 -0
  1185. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1186. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +3 -0
  1187. package/dist/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1188. package/dist/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1189. package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
  1190. package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializer.js +2 -2
  1191. package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1192. package/dist/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.js +2 -2
  1193. package/dist/serialization/resources/ticketing/types/PaginatedViewerList.d.ts +15 -0
  1194. package/dist/serialization/resources/ticketing/types/PaginatedViewerList.js +36 -0
  1195. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1196. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1197. package/dist/serialization/resources/ticketing/types/Ticket.d.ts +3 -0
  1198. package/dist/serialization/resources/ticketing/types/Ticket.js +3 -0
  1199. package/dist/serialization/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +11 -0
  1200. package/dist/serialization/resources/ticketing/types/TicketAssignedTeamsItem.js +32 -0
  1201. package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +3 -0
  1202. package/dist/serialization/resources/ticketing/types/TicketRequest.js +3 -0
  1203. package/dist/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +11 -0
  1204. package/dist/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +32 -0
  1205. package/dist/serialization/resources/ticketing/types/Viewer.d.ts +19 -0
  1206. package/dist/serialization/resources/ticketing/types/Viewer.js +40 -0
  1207. package/dist/serialization/resources/ticketing/types/ViewerTeam.d.ts +11 -0
  1208. package/dist/serialization/resources/ticketing/types/ViewerTeam.js +32 -0
  1209. package/dist/serialization/resources/ticketing/types/ViewerUser.d.ts +11 -0
  1210. package/dist/serialization/resources/ticketing/types/ViewerUser.js +32 -0
  1211. package/dist/serialization/resources/ticketing/types/index.d.ts +7 -0
  1212. package/dist/serialization/resources/ticketing/types/index.js +7 -0
  1213. package/dist/version.d.ts +1 -1
  1214. package/dist/version.js +1 -1
  1215. package/package.json +1 -1
  1216. package/reference.md +3249 -3120
  1217. package/serialization/resources/accounting/resources/generalLedgerTransactions/index.d.ts +1 -0
  1218. package/serialization/resources/accounting/resources/generalLedgerTransactions/index.js +17 -0
  1219. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.d.ts +10 -0
  1220. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsListRequestExpand.js +47 -0
  1221. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.d.ts +10 -0
  1222. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/GeneralLedgerTransactionsRetrieveRequestExpand.js +47 -0
  1223. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.d.ts +2 -0
  1224. package/serialization/resources/accounting/resources/generalLedgerTransactions/types/index.js +18 -0
  1225. package/serialization/resources/accounting/resources/index.d.ts +2 -0
  1226. package/serialization/resources/accounting/resources/index.js +3 -1
  1227. package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.d.ts +10 -0
  1228. package/serialization/resources/accounting/resources/invoices/types/InvoicesListRequestStatus.js +31 -0
  1229. package/serialization/resources/accounting/resources/invoices/types/index.d.ts +1 -0
  1230. package/serialization/resources/accounting/resources/invoices/types/index.js +1 -0
  1231. package/serialization/resources/accounting/types/AccountCurrency.d.ts +2 -2
  1232. package/serialization/resources/accounting/types/AccountCurrency.js +2 -2
  1233. package/serialization/resources/accounting/types/AccountRequestCurrency.d.ts +2 -2
  1234. package/serialization/resources/accounting/types/AccountRequestCurrency.js +2 -2
  1235. package/serialization/resources/accounting/types/BalanceSheetCurrency.d.ts +2 -2
  1236. package/serialization/resources/accounting/types/BalanceSheetCurrency.js +2 -2
  1237. package/serialization/resources/accounting/types/BankFeedAccountCurrency.d.ts +2 -2
  1238. package/serialization/resources/accounting/types/BankFeedAccountCurrency.js +2 -2
  1239. package/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.d.ts +2 -2
  1240. package/serialization/resources/accounting/types/BankFeedAccountRequestCurrency.js +2 -2
  1241. package/serialization/resources/accounting/types/CashFlowStatementCurrency.d.ts +2 -2
  1242. package/serialization/resources/accounting/types/CashFlowStatementCurrency.js +2 -2
  1243. package/serialization/resources/accounting/types/CompanyInfoCurrency.d.ts +2 -2
  1244. package/serialization/resources/accounting/types/CompanyInfoCurrency.js +2 -2
  1245. package/serialization/resources/accounting/types/CreditNote.d.ts +1 -1
  1246. package/serialization/resources/accounting/types/CreditNote.js +1 -1
  1247. package/serialization/resources/accounting/types/CreditNoteCurrency.d.ts +2 -2
  1248. package/serialization/resources/accounting/types/CreditNoteCurrency.js +2 -2
  1249. package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.d.ts +2 -1
  1250. package/serialization/resources/accounting/types/CreditNoteRequestAppliedPaymentsItem.js +2 -1
  1251. package/serialization/resources/accounting/types/CreditNoteRequestCurrency.d.ts +2 -2
  1252. package/serialization/resources/accounting/types/CreditNoteRequestCurrency.js +2 -2
  1253. package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.d.ts +2 -2
  1254. package/serialization/resources/accounting/types/CreditNoteRequestLineItemsItem.js +2 -2
  1255. package/serialization/resources/accounting/types/ExpenseCurrency.d.ts +2 -2
  1256. package/serialization/resources/accounting/types/ExpenseCurrency.js +2 -2
  1257. package/serialization/resources/accounting/types/ExpenseLineCurrency.d.ts +2 -2
  1258. package/serialization/resources/accounting/types/ExpenseLineCurrency.js +2 -2
  1259. package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.d.ts +2 -2
  1260. package/serialization/resources/accounting/types/ExpenseLineRequestCurrency.js +2 -2
  1261. package/serialization/resources/accounting/types/ExpenseRequestCurrency.d.ts +2 -2
  1262. package/serialization/resources/accounting/types/ExpenseRequestCurrency.js +2 -2
  1263. package/serialization/resources/accounting/types/GeneralLedgerTransaction.d.ts +33 -0
  1264. package/serialization/resources/accounting/types/GeneralLedgerTransaction.js +54 -0
  1265. package/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.d.ts +11 -0
  1266. package/serialization/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js +32 -0
  1267. package/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.d.ts +11 -0
  1268. package/serialization/resources/accounting/types/GeneralLedgerTransactionCompany.js +32 -0
  1269. package/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.d.ts +11 -0
  1270. package/serialization/resources/accounting/types/GeneralLedgerTransactionGeneralLedgerTransactionLinesItem.js +32 -0
  1271. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +39 -0
  1272. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +60 -0
  1273. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.d.ts +11 -0
  1274. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineAccount.js +32 -0
  1275. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.d.ts +11 -0
  1276. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineBaseCurrency.js +32 -0
  1277. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.d.ts +11 -0
  1278. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineCompany.js +32 -0
  1279. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.d.ts +11 -0
  1280. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineContact.js +32 -0
  1281. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.d.ts +11 -0
  1282. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineEmployee.js +32 -0
  1283. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.d.ts +11 -0
  1284. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineItem.js +32 -0
  1285. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.d.ts +11 -0
  1286. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineTransactionCurrency.js +32 -0
  1287. package/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.d.ts +11 -0
  1288. package/serialization/resources/accounting/types/GeneralLedgerTransactionTrackingCategoriesItem.js +32 -0
  1289. package/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.d.ts +11 -0
  1290. package/serialization/resources/accounting/types/GeneralLedgerTransactionUnderlyingTransactionType.js +32 -0
  1291. package/serialization/resources/accounting/types/IncomeStatementCurrency.d.ts +2 -2
  1292. package/serialization/resources/accounting/types/IncomeStatementCurrency.js +2 -2
  1293. package/serialization/resources/accounting/types/InvoiceCurrency.d.ts +2 -2
  1294. package/serialization/resources/accounting/types/InvoiceCurrency.js +2 -2
  1295. package/serialization/resources/accounting/types/InvoiceLineItemCurrency.d.ts +2 -2
  1296. package/serialization/resources/accounting/types/InvoiceLineItemCurrency.js +2 -2
  1297. package/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.d.ts +2 -2
  1298. package/serialization/resources/accounting/types/InvoiceLineItemRequestCurrency.js +2 -2
  1299. package/serialization/resources/accounting/types/InvoiceRequestCurrency.d.ts +2 -2
  1300. package/serialization/resources/accounting/types/InvoiceRequestCurrency.js +2 -2
  1301. package/serialization/resources/accounting/types/JournalEntryCurrency.d.ts +2 -2
  1302. package/serialization/resources/accounting/types/JournalEntryCurrency.js +2 -2
  1303. package/serialization/resources/accounting/types/JournalEntryRequestCurrency.d.ts +2 -2
  1304. package/serialization/resources/accounting/types/JournalEntryRequestCurrency.js +2 -2
  1305. package/serialization/resources/accounting/types/JournalLineCurrency.d.ts +2 -2
  1306. package/serialization/resources/accounting/types/JournalLineCurrency.js +2 -2
  1307. package/serialization/resources/accounting/types/JournalLineRequestCurrency.d.ts +2 -2
  1308. package/serialization/resources/accounting/types/JournalLineRequestCurrency.js +2 -2
  1309. package/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.d.ts +15 -0
  1310. package/serialization/resources/accounting/types/PaginatedGeneralLedgerTransactionList.js +36 -0
  1311. package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.d.ts +2 -2
  1312. package/serialization/resources/accounting/types/PatchedPaymentRequestAppliedToLinesItem.js +2 -2
  1313. package/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.d.ts +2 -2
  1314. package/serialization/resources/accounting/types/PatchedPaymentRequestCurrency.js +2 -2
  1315. package/serialization/resources/accounting/types/PaymentCurrency.d.ts +2 -2
  1316. package/serialization/resources/accounting/types/PaymentCurrency.js +2 -2
  1317. package/serialization/resources/accounting/types/PaymentRequestCurrency.d.ts +2 -2
  1318. package/serialization/resources/accounting/types/PaymentRequestCurrency.js +2 -2
  1319. package/serialization/resources/accounting/types/PurchaseOrderCurrency.d.ts +2 -2
  1320. package/serialization/resources/accounting/types/PurchaseOrderCurrency.js +2 -2
  1321. package/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.d.ts +2 -2
  1322. package/serialization/resources/accounting/types/PurchaseOrderLineItemCurrency.js +2 -2
  1323. package/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.d.ts +2 -2
  1324. package/serialization/resources/accounting/types/PurchaseOrderLineItemRequestCurrency.js +2 -2
  1325. package/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.d.ts +2 -2
  1326. package/serialization/resources/accounting/types/PurchaseOrderRequestCurrency.js +2 -2
  1327. package/serialization/resources/accounting/types/TrackingCategory.d.ts +0 -2
  1328. package/serialization/resources/accounting/types/TrackingCategory.js +0 -2
  1329. package/serialization/resources/accounting/types/TransactionCurrency.d.ts +2 -2
  1330. package/serialization/resources/accounting/types/TransactionCurrency.js +2 -2
  1331. package/{dist/serialization/resources/accounting/types/CurrencyEnum.d.ts → serialization/resources/accounting/types/TransactionCurrencyEnum.d.ts} +2 -2
  1332. package/{dist/serialization/resources/accounting/types/CurrencyEnum.js → serialization/resources/accounting/types/TransactionCurrencyEnum.js} +2 -2
  1333. package/serialization/resources/accounting/types/TransactionLineItemCurrency.d.ts +2 -2
  1334. package/serialization/resources/accounting/types/TransactionLineItemCurrency.js +2 -2
  1335. package/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.d.ts +10 -0
  1336. package/serialization/resources/accounting/types/UnderlyingTransactionTypeEnum.js +39 -0
  1337. package/serialization/resources/accounting/types/VendorCreditCurrency.d.ts +2 -2
  1338. package/serialization/resources/accounting/types/VendorCreditCurrency.js +2 -2
  1339. package/serialization/resources/accounting/types/VendorCreditRequestCurrency.d.ts +2 -2
  1340. package/serialization/resources/accounting/types/VendorCreditRequestCurrency.js +2 -2
  1341. package/serialization/resources/accounting/types/index.d.ts +17 -1
  1342. package/serialization/resources/accounting/types/index.js +17 -1
  1343. package/serialization/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1344. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1345. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1346. package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  1347. package/serialization/resources/ats/types/EventTypeEnum.js +3 -0
  1348. package/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1349. package/serialization/resources/ats/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1350. package/serialization/resources/ats/types/FieldPermissionDeserializer.d.ts +2 -2
  1351. package/serialization/resources/ats/types/FieldPermissionDeserializer.js +2 -2
  1352. package/serialization/resources/ats/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1353. package/serialization/resources/ats/types/FieldPermissionDeserializerRequest.js +2 -2
  1354. package/serialization/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1355. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1356. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1357. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1358. package/serialization/resources/crm/types/EventTypeEnum.js +3 -0
  1359. package/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1360. package/serialization/resources/crm/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1361. package/serialization/resources/crm/types/FieldPermissionDeserializer.d.ts +2 -2
  1362. package/serialization/resources/crm/types/FieldPermissionDeserializer.js +2 -2
  1363. package/serialization/resources/crm/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1364. package/serialization/resources/crm/types/FieldPermissionDeserializerRequest.js +2 -2
  1365. package/serialization/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1366. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1367. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1368. package/serialization/resources/filestorage/types/Drive.d.ts +2 -1
  1369. package/serialization/resources/filestorage/types/Drive.js +2 -3
  1370. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1371. package/serialization/resources/filestorage/types/EventTypeEnum.js +3 -0
  1372. package/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1373. package/serialization/resources/filestorage/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1374. package/serialization/resources/filestorage/types/FieldPermissionDeserializer.d.ts +2 -2
  1375. package/serialization/resources/filestorage/types/FieldPermissionDeserializer.js +2 -2
  1376. package/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1377. package/serialization/resources/filestorage/types/FieldPermissionDeserializerRequest.js +2 -2
  1378. package/serialization/resources/filestorage/types/File_.d.ts +2 -1
  1379. package/serialization/resources/filestorage/types/File_.js +2 -3
  1380. package/serialization/resources/filestorage/types/Folder.d.ts +2 -1
  1381. package/serialization/resources/filestorage/types/Folder.js +2 -3
  1382. package/serialization/resources/filestorage/types/Group.d.ts +3 -1
  1383. package/serialization/resources/filestorage/types/Group.js +6 -3
  1384. package/serialization/resources/filestorage/types/GroupChildGroupsItem.d.ts +10 -0
  1385. package/serialization/resources/filestorage/types/GroupChildGroupsItem.js +35 -0
  1386. package/serialization/resources/filestorage/types/PaginatedGroupList.d.ts +1 -2
  1387. package/serialization/resources/filestorage/types/PaginatedGroupList.js +2 -2
  1388. package/serialization/resources/filestorage/types/PermissionGroup.d.ts +1 -2
  1389. package/serialization/resources/filestorage/types/PermissionGroup.js +5 -2
  1390. package/serialization/resources/filestorage/types/PermissionRequestGroup.d.ts +1 -2
  1391. package/serialization/resources/filestorage/types/PermissionRequestGroup.js +5 -2
  1392. package/serialization/resources/filestorage/types/RemoteData.d.ts +13 -0
  1393. package/serialization/resources/filestorage/types/RemoteData.js +34 -0
  1394. package/serialization/resources/filestorage/types/User.d.ts +2 -1
  1395. package/serialization/resources/filestorage/types/User.js +2 -3
  1396. package/serialization/resources/filestorage/types/index.d.ts +2 -0
  1397. package/serialization/resources/filestorage/types/index.js +2 -0
  1398. package/serialization/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1399. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1400. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1401. package/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.d.ts +10 -0
  1402. package/serialization/resources/hris/resources/locations/types/LocationsListRequestRemoteFields.js +31 -0
  1403. package/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.d.ts +10 -0
  1404. package/serialization/resources/hris/resources/locations/types/LocationsListRequestShowEnumOrigins.js +31 -0
  1405. package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.d.ts +10 -0
  1406. package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestRemoteFields.js +31 -0
  1407. package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.d.ts +10 -0
  1408. package/serialization/resources/hris/resources/locations/types/LocationsRetrieveRequestShowEnumOrigins.js +31 -0
  1409. package/serialization/resources/hris/resources/locations/types/index.d.ts +4 -0
  1410. package/serialization/resources/hris/resources/locations/types/index.js +4 -0
  1411. package/serialization/resources/hris/types/EmployerBenefit.d.ts +2 -1
  1412. package/serialization/resources/hris/types/EmployerBenefit.js +2 -3
  1413. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1414. package/serialization/resources/hris/types/EventTypeEnum.js +3 -0
  1415. package/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1416. package/serialization/resources/hris/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1417. package/serialization/resources/hris/types/FieldPermissionDeserializer.d.ts +2 -2
  1418. package/serialization/resources/hris/types/FieldPermissionDeserializer.js +2 -2
  1419. package/serialization/resources/hris/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1420. package/serialization/resources/hris/types/FieldPermissionDeserializerRequest.js +2 -2
  1421. package/serialization/resources/hris/types/TimesheetEntry.d.ts +4 -2
  1422. package/serialization/resources/hris/types/TimesheetEntry.js +4 -4
  1423. package/serialization/resources/hris/types/TimesheetEntryEmployee.d.ts +10 -0
  1424. package/serialization/resources/hris/types/TimesheetEntryEmployee.js +35 -0
  1425. package/serialization/resources/hris/types/TimesheetEntryRequest.d.ts +2 -1
  1426. package/serialization/resources/hris/types/TimesheetEntryRequest.js +2 -1
  1427. package/serialization/resources/hris/types/TimesheetEntryRequestEmployee.d.ts +10 -0
  1428. package/serialization/resources/hris/types/TimesheetEntryRequestEmployee.js +35 -0
  1429. package/serialization/resources/hris/types/index.d.ts +2 -0
  1430. package/serialization/resources/hris/types/index.js +2 -0
  1431. package/serialization/resources/index.d.ts +2 -2
  1432. package/serialization/resources/index.js +3 -3
  1433. package/serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.d.ts +10 -0
  1434. package/{dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js → serialization/resources/ticketing/resources/collections/types/CollectionsListRequestExpand.js} +2 -2
  1435. package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.d.ts +10 -0
  1436. package/serialization/resources/ticketing/resources/collections/types/CollectionsRetrieveRequestExpand.js +31 -0
  1437. package/serialization/resources/ticketing/resources/collections/types/index.d.ts +2 -1
  1438. package/serialization/resources/ticketing/resources/collections/types/index.js +2 -1
  1439. package/serialization/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  1440. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1441. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1442. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.d.ts +1 -1
  1443. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestExpand.js +128 -0
  1444. package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.d.ts +1 -1
  1445. package/serialization/resources/ticketing/resources/tickets/types/TicketsRetrieveRequestExpand.js +128 -0
  1446. package/serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.d.ts +10 -0
  1447. package/{dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js → serialization/resources/ticketing/resources/tickets/types/TicketsViewersListRequestExpand.js} +2 -2
  1448. package/serialization/resources/ticketing/resources/tickets/types/index.d.ts +1 -2
  1449. package/serialization/resources/ticketing/resources/tickets/types/index.js +1 -2
  1450. package/serialization/resources/ticketing/types/Collection.d.ts +2 -0
  1451. package/serialization/resources/ticketing/types/Collection.js +2 -0
  1452. package/serialization/resources/ticketing/types/CollectionTeamsItem.d.ts +11 -0
  1453. package/serialization/resources/ticketing/types/CollectionTeamsItem.js +32 -0
  1454. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1455. package/serialization/resources/ticketing/types/EventTypeEnum.js +3 -0
  1456. package/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.d.ts +2 -2
  1457. package/serialization/resources/ticketing/types/FieldMappingApiInstanceRemoteField.js +2 -2
  1458. package/serialization/resources/ticketing/types/FieldPermissionDeserializer.d.ts +2 -2
  1459. package/serialization/resources/ticketing/types/FieldPermissionDeserializer.js +2 -2
  1460. package/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.d.ts +2 -2
  1461. package/serialization/resources/ticketing/types/FieldPermissionDeserializerRequest.js +2 -2
  1462. package/serialization/resources/ticketing/types/PaginatedViewerList.d.ts +15 -0
  1463. package/serialization/resources/ticketing/types/PaginatedViewerList.js +36 -0
  1464. package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1465. package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1466. package/serialization/resources/ticketing/types/Ticket.d.ts +3 -0
  1467. package/serialization/resources/ticketing/types/Ticket.js +3 -0
  1468. package/serialization/resources/ticketing/types/TicketAssignedTeamsItem.d.ts +11 -0
  1469. package/serialization/resources/ticketing/types/TicketAssignedTeamsItem.js +32 -0
  1470. package/serialization/resources/ticketing/types/TicketRequest.d.ts +3 -0
  1471. package/serialization/resources/ticketing/types/TicketRequest.js +3 -0
  1472. package/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.d.ts +11 -0
  1473. package/serialization/resources/ticketing/types/TicketRequestAssignedTeamsItem.js +32 -0
  1474. package/serialization/resources/ticketing/types/Viewer.d.ts +19 -0
  1475. package/serialization/resources/ticketing/types/Viewer.js +40 -0
  1476. package/serialization/resources/ticketing/types/ViewerTeam.d.ts +11 -0
  1477. package/serialization/resources/ticketing/types/ViewerTeam.js +32 -0
  1478. package/serialization/resources/ticketing/types/ViewerUser.d.ts +11 -0
  1479. package/serialization/resources/ticketing/types/ViewerUser.js +32 -0
  1480. package/serialization/resources/ticketing/types/index.d.ts +7 -0
  1481. package/serialization/resources/ticketing/types/index.js +7 -0
  1482. package/version.d.ts +1 -1
  1483. package/version.js +1 -1
  1484. package/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -9
  1485. package/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +0 -11
  1486. package/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -9
  1487. package/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -11
  1488. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
  1489. package/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +0 -12
  1490. package/dist/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -9
  1491. package/dist/api/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.js +0 -11
  1492. package/dist/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -9
  1493. package/dist/api/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -11
  1494. package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
  1495. package/dist/api/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.js +0 -12
  1496. package/dist/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -10
  1497. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
  1498. package/dist/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
  1499. package/serialization/resources/ticketing/resources/collections/types/CollectionsUsersListRequestExpand.d.ts +0 -10
  1500. package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.d.ts +0 -10
  1501. package/serialization/resources/ticketing/resources/tickets/types/TicketsCollaboratorsListRequestExpand.js +0 -31
  1502. package/serialization/resources/ticketing/resources/tickets/types/TicketsListRequestStatus.d.ts +0 -10
  1503. /package/api/resources/{ticketing/resources/collections/client/requests/CollectionsUsersListRequest.js → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsListRequest.js} +0 -0
  1504. /package/api/resources/{ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.js → accounting/resources/generalLedgerTransactions/client/requests/GeneralLedgerTransactionsRetrieveRequest.js} +0 -0
  1505. /package/{dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.js → api/resources/accounting/types/GeneralLedgerTransaction.js} +0 -0
  1506. /package/{dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.js → api/resources/accounting/types/GeneralLedgerTransactionAccountingPeriod.js} +0 -0
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type GeneralLedgerTransactionsListRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "general_ledger_transaction_lines" | "general_ledger_transaction_lines,accounting_period" | "general_ledger_transaction_lines,company" | "general_ledger_transaction_lines,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,general_ledger_transaction_lines" | "tracking_categories,general_ledger_transaction_lines,accounting_period" | "tracking_categories,general_ledger_transaction_lines,company" | "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
5
+ export declare const GeneralLedgerTransactionsListRequestExpand: {
6
+ readonly AccountingPeriod: "accounting_period";
7
+ readonly Company: "company";
8
+ readonly CompanyAccountingPeriod: "company,accounting_period";
9
+ readonly GeneralLedgerTransactionLines: "general_ledger_transaction_lines";
10
+ readonly GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period";
11
+ readonly GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company";
12
+ readonly GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period";
13
+ readonly TrackingCategories: "tracking_categories";
14
+ readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
15
+ readonly TrackingCategoriesCompany: "tracking_categories,company";
16
+ readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
17
+ readonly TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines";
18
+ readonly TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period";
19
+ readonly TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company";
20
+ readonly TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
21
+ };
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.GeneralLedgerTransactionsListRequestExpand = void 0;
7
+ exports.GeneralLedgerTransactionsListRequestExpand = {
8
+ AccountingPeriod: "accounting_period",
9
+ Company: "company",
10
+ CompanyAccountingPeriod: "company,accounting_period",
11
+ GeneralLedgerTransactionLines: "general_ledger_transaction_lines",
12
+ GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period",
13
+ GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company",
14
+ GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period",
15
+ TrackingCategories: "tracking_categories",
16
+ TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
17
+ TrackingCategoriesCompany: "tracking_categories,company",
18
+ TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
19
+ TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines",
20
+ TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period",
21
+ TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company",
22
+ TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period",
23
+ };
@@ -0,0 +1,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type GeneralLedgerTransactionsRetrieveRequestExpand = "accounting_period" | "company" | "company,accounting_period" | "general_ledger_transaction_lines" | "general_ledger_transaction_lines,accounting_period" | "general_ledger_transaction_lines,company" | "general_ledger_transaction_lines,company,accounting_period" | "tracking_categories" | "tracking_categories,accounting_period" | "tracking_categories,company" | "tracking_categories,company,accounting_period" | "tracking_categories,general_ledger_transaction_lines" | "tracking_categories,general_ledger_transaction_lines,accounting_period" | "tracking_categories,general_ledger_transaction_lines,company" | "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
5
+ export declare const GeneralLedgerTransactionsRetrieveRequestExpand: {
6
+ readonly AccountingPeriod: "accounting_period";
7
+ readonly Company: "company";
8
+ readonly CompanyAccountingPeriod: "company,accounting_period";
9
+ readonly GeneralLedgerTransactionLines: "general_ledger_transaction_lines";
10
+ readonly GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period";
11
+ readonly GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company";
12
+ readonly GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period";
13
+ readonly TrackingCategories: "tracking_categories";
14
+ readonly TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period";
15
+ readonly TrackingCategoriesCompany: "tracking_categories,company";
16
+ readonly TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period";
17
+ readonly TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines";
18
+ readonly TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period";
19
+ readonly TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company";
20
+ readonly TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period";
21
+ };
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.GeneralLedgerTransactionsRetrieveRequestExpand = void 0;
7
+ exports.GeneralLedgerTransactionsRetrieveRequestExpand = {
8
+ AccountingPeriod: "accounting_period",
9
+ Company: "company",
10
+ CompanyAccountingPeriod: "company,accounting_period",
11
+ GeneralLedgerTransactionLines: "general_ledger_transaction_lines",
12
+ GeneralLedgerTransactionLinesAccountingPeriod: "general_ledger_transaction_lines,accounting_period",
13
+ GeneralLedgerTransactionLinesCompany: "general_ledger_transaction_lines,company",
14
+ GeneralLedgerTransactionLinesCompanyAccountingPeriod: "general_ledger_transaction_lines,company,accounting_period",
15
+ TrackingCategories: "tracking_categories",
16
+ TrackingCategoriesAccountingPeriod: "tracking_categories,accounting_period",
17
+ TrackingCategoriesCompany: "tracking_categories,company",
18
+ TrackingCategoriesCompanyAccountingPeriod: "tracking_categories,company,accounting_period",
19
+ TrackingCategoriesGeneralLedgerTransactionLines: "tracking_categories,general_ledger_transaction_lines",
20
+ TrackingCategoriesGeneralLedgerTransactionLinesAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,accounting_period",
21
+ TrackingCategoriesGeneralLedgerTransactionLinesCompany: "tracking_categories,general_ledger_transaction_lines,company",
22
+ TrackingCategoriesGeneralLedgerTransactionLinesCompanyAccountingPeriod: "tracking_categories,general_ledger_transaction_lines,company,accounting_period",
23
+ };
@@ -0,0 +1,2 @@
1
+ export * from "./GeneralLedgerTransactionsListRequestExpand";
2
+ export * from "./GeneralLedgerTransactionsRetrieveRequestExpand";
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GeneralLedgerTransactionsListRequestExpand"), exports);
18
+ __exportStar(require("./GeneralLedgerTransactionsRetrieveRequestExpand"), exports);
@@ -67,7 +67,7 @@ class GenerateKey {
67
67
  method: "POST",
68
68
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
69
69
  ? yield core.Supplier.get(this._options.accountToken)
70
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
70
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
71
71
  contentType: "application/json",
72
72
  requestType: "json",
73
73
  body: serializers.accounting.GenerateRemoteKeyRequest.jsonOrThrow(request, {
@@ -103,7 +103,7 @@ class IncomeStatements {
103
103
  method: "GET",
104
104
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
105
105
  ? yield core.Supplier.get(this._options.accountToken)
106
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
106
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
107
107
  contentType: "application/json",
108
108
  queryParameters: _queryParams,
109
109
  requestType: "json",
@@ -167,7 +167,7 @@ class IncomeStatements {
167
167
  method: "GET",
168
168
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
169
169
  ? yield core.Supplier.get(this._options.accountToken)
170
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
170
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
171
171
  contentType: "application/json",
172
172
  queryParameters: _queryParams,
173
173
  requestType: "json",
@@ -10,6 +10,8 @@ export * as creditNotes from "./creditNotes";
10
10
  export * from "./creditNotes/types";
11
11
  export * as expenses from "./expenses";
12
12
  export * from "./expenses/types";
13
+ export * as generalLedgerTransactions from "./generalLedgerTransactions";
14
+ export * from "./generalLedgerTransactions/types";
13
15
  export * as invoices from "./invoices";
14
16
  export * from "./invoices/types";
15
17
  export * as issues from "./issues";
@@ -71,6 +73,7 @@ export * from "./scopes/client/requests";
71
73
  export * from "./employees/client/requests";
72
74
  export * from "./expenses/client/requests";
73
75
  export * from "./fieldMapping/client/requests";
76
+ export * from "./generalLedgerTransactions/client/requests";
74
77
  export * from "./generateKey/client/requests";
75
78
  export * from "./incomeStatements/client/requests";
76
79
  export * from "./invoices/client/requests";
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.employees = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.bankFeedTransactions = exports.bankFeedAccounts = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncTasks = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
29
+ exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.employees = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.bankFeedTransactions = exports.bankFeedAccounts = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncTasks = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.generalLedgerTransactions = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
30
30
  exports.accounts = __importStar(require("./accounts"));
31
31
  __exportStar(require("./accounts/types"), exports);
32
32
  exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
@@ -39,6 +39,8 @@ exports.creditNotes = __importStar(require("./creditNotes"));
39
39
  __exportStar(require("./creditNotes/types"), exports);
40
40
  exports.expenses = __importStar(require("./expenses"));
41
41
  __exportStar(require("./expenses/types"), exports);
42
+ exports.generalLedgerTransactions = __importStar(require("./generalLedgerTransactions"));
43
+ __exportStar(require("./generalLedgerTransactions/types"), exports);
42
44
  exports.invoices = __importStar(require("./invoices"));
43
45
  __exportStar(require("./invoices/types"), exports);
44
46
  exports.issues = __importStar(require("./issues"));
@@ -100,6 +102,7 @@ __exportStar(require("./scopes/client/requests"), exports);
100
102
  __exportStar(require("./employees/client/requests"), exports);
101
103
  __exportStar(require("./expenses/client/requests"), exports);
102
104
  __exportStar(require("./fieldMapping/client/requests"), exports);
105
+ __exportStar(require("./generalLedgerTransactions/client/requests"), exports);
103
106
  __exportStar(require("./generateKey/client/requests"), exports);
104
107
  __exportStar(require("./incomeStatements/client/requests"), exports);
105
108
  __exportStar(require("./invoices/client/requests"), exports);
@@ -40,6 +40,7 @@ export declare class Invoices {
40
40
  list(request?: Merge.accounting.InvoicesListRequest, requestOptions?: Invoices.RequestOptions): Promise<Merge.accounting.PaginatedInvoiceList>;
41
41
  /**
42
42
  * Creates an `Invoice` object with the given values.
43
+ * Including a `PurchaseOrder` id in the `purchase_orders` property will generate an Accounts Payable Invoice from the specified Purchase Order(s).
43
44
  *
44
45
  * @param {Merge.accounting.InvoiceEndpointRequest} request
45
46
  * @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
@@ -71,7 +71,7 @@ class Invoices {
71
71
  list(request = {}, requestOptions) {
72
72
  var _a, _b;
73
73
  return __awaiter(this, void 0, void 0, function* () {
74
- const { companyId, contactId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, issueDateAfter, issueDateBefore, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, type: type_, } = request;
74
+ const { companyId, contactId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, issueDateAfter, issueDateBefore, modifiedAfter, modifiedBefore, number: number_, pageSize, remoteFields, remoteId, showEnumOrigins, status, type: type_, } = request;
75
75
  const _queryParams = {};
76
76
  if (companyId != null) {
77
77
  _queryParams["company_id"] = companyId;
@@ -115,6 +115,9 @@ class Invoices {
115
115
  if (modifiedBefore != null) {
116
116
  _queryParams["modified_before"] = modifiedBefore.toISOString();
117
117
  }
118
+ if (number_ != null) {
119
+ _queryParams["number"] = number_;
120
+ }
118
121
  if (pageSize != null) {
119
122
  _queryParams["page_size"] = pageSize.toString();
120
123
  }
@@ -127,6 +130,9 @@ class Invoices {
127
130
  if (showEnumOrigins != null) {
128
131
  _queryParams["show_enum_origins"] = showEnumOrigins;
129
132
  }
133
+ if (status != null) {
134
+ _queryParams["status"] = status;
135
+ }
130
136
  if (type_ != null) {
131
137
  _queryParams["type"] = type_;
132
138
  }
@@ -135,7 +141,7 @@ class Invoices {
135
141
  method: "GET",
136
142
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
137
143
  ? yield core.Supplier.get(this._options.accountToken)
138
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
144
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
139
145
  contentType: "application/json",
140
146
  queryParameters: _queryParams,
141
147
  requestType: "json",
@@ -175,6 +181,7 @@ class Invoices {
175
181
  }
176
182
  /**
177
183
  * Creates an `Invoice` object with the given values.
184
+ * Including a `PurchaseOrder` id in the `purchase_orders` property will generate an Accounts Payable Invoice from the specified Purchase Order(s).
178
185
  *
179
186
  * @param {Merge.accounting.InvoiceEndpointRequest} request
180
187
  * @param {Invoices.RequestOptions} requestOptions - Request-specific configuration.
@@ -200,7 +207,7 @@ class Invoices {
200
207
  method: "POST",
201
208
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
202
209
  ? yield core.Supplier.get(this._options.accountToken)
203
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
210
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
204
211
  contentType: "application/json",
205
212
  queryParameters: _queryParams,
206
213
  requestType: "json",
@@ -274,7 +281,7 @@ class Invoices {
274
281
  method: "GET",
275
282
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
276
283
  ? yield core.Supplier.get(this._options.accountToken)
277
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
284
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
278
285
  contentType: "application/json",
279
286
  queryParameters: _queryParams,
280
287
  requestType: "json",
@@ -340,7 +347,7 @@ class Invoices {
340
347
  method: "PATCH",
341
348
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
342
349
  ? yield core.Supplier.get(this._options.accountToken)
343
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
350
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
344
351
  contentType: "application/json",
345
352
  queryParameters: _queryParams,
346
353
  requestType: "json",
@@ -418,7 +425,7 @@ class Invoices {
418
425
  method: "GET",
419
426
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
420
427
  ? yield core.Supplier.get(this._options.accountToken)
421
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
428
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
422
429
  contentType: "application/json",
423
430
  queryParameters: _queryParams,
424
431
  requestType: "json",
@@ -473,7 +480,7 @@ class Invoices {
473
480
  method: "GET",
474
481
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
475
482
  ? yield core.Supplier.get(this._options.accountToken)
476
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
483
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
477
484
  contentType: "application/json",
478
485
  requestType: "json",
479
486
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -526,7 +533,7 @@ class Invoices {
526
533
  method: "GET",
527
534
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
528
535
  ? yield core.Supplier.get(this._options.accountToken)
529
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
536
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
530
537
  contentType: "application/json",
531
538
  requestType: "json",
532
539
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -600,7 +607,7 @@ class Invoices {
600
607
  method: "GET",
601
608
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
602
609
  ? yield core.Supplier.get(this._options.accountToken)
603
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
610
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
604
611
  contentType: "application/json",
605
612
  queryParameters: _queryParams,
606
613
  requestType: "json",
@@ -63,6 +63,10 @@ export interface InvoicesListRequest {
63
63
  * If provided, only objects synced by Merge before this date time will be returned.
64
64
  */
65
65
  modifiedBefore?: Date;
66
+ /**
67
+ * If provided, will only return Invoices with this number.
68
+ */
69
+ number?: string;
66
70
  /**
67
71
  * Number of results to return per page.
68
72
  */
@@ -80,7 +84,18 @@ export interface InvoicesListRequest {
80
84
  */
81
85
  showEnumOrigins?: "type";
82
86
  /**
83
- * If provided, will only return Invoices with this type
87
+ * If provided, will only return Invoices with this status.
88
+ *
89
+ * - `PAID` - PAID
90
+ * - `DRAFT` - DRAFT
91
+ * - `SUBMITTED` - SUBMITTED
92
+ * - `PARTIALLY_PAID` - PARTIALLY_PAID
93
+ * - `OPEN` - OPEN
94
+ * - `VOID` - VOID
95
+ */
96
+ status?: Merge.accounting.InvoicesListRequestStatus;
97
+ /**
98
+ * If provided, will only return Invoices with this type.
84
99
  *
85
100
  * - `ACCOUNTS_RECEIVABLE` - ACCOUNTS_RECEIVABLE
86
101
  * - `ACCOUNTS_PAYABLE` - ACCOUNTS_PAYABLE
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type InvoicesListRequestStatus = "DRAFT" | "OPEN" | "PAID" | "PARTIALLY_PAID" | "SUBMITTED" | "VOID";
5
+ export declare const InvoicesListRequestStatus: {
6
+ readonly Draft: "DRAFT";
7
+ readonly Open: "OPEN";
8
+ readonly Paid: "PAID";
9
+ readonly PartiallyPaid: "PARTIALLY_PAID";
10
+ readonly Submitted: "SUBMITTED";
11
+ readonly Void: "VOID";
12
+ };
@@ -0,0 +1,14 @@
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.InvoicesListRequestStatus = void 0;
7
+ exports.InvoicesListRequestStatus = {
8
+ Draft: "DRAFT",
9
+ Open: "OPEN",
10
+ Paid: "PAID",
11
+ PartiallyPaid: "PARTIALLY_PAID",
12
+ Submitted: "SUBMITTED",
13
+ Void: "VOID",
14
+ };
@@ -1,3 +1,4 @@
1
1
  export * from "./InvoicesListRequestExpand";
2
+ export * from "./InvoicesListRequestStatus";
2
3
  export * from "./InvoicesListRequestType";
3
4
  export * from "./InvoicesRetrieveRequestExpand";
@@ -15,5 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./InvoicesListRequestExpand"), exports);
18
+ __exportStar(require("./InvoicesListRequestStatus"), exports);
18
19
  __exportStar(require("./InvoicesListRequestType"), exports);
19
20
  __exportStar(require("./InvoicesRetrieveRequestExpand"), exports);
@@ -109,7 +109,7 @@ class Issues {
109
109
  method: "GET",
110
110
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
111
111
  ? yield core.Supplier.get(this._options.accountToken)
112
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
112
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
113
  contentType: "application/json",
114
114
  queryParameters: _queryParams,
115
115
  requestType: "json",
@@ -164,7 +164,7 @@ class Issues {
164
164
  method: "GET",
165
165
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
166
166
  ? yield core.Supplier.get(this._options.accountToken)
167
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
168
168
  contentType: "application/json",
169
169
  requestType: "json",
170
170
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -109,7 +109,7 @@ class Items {
109
109
  method: "GET",
110
110
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
111
111
  ? yield core.Supplier.get(this._options.accountToken)
112
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
112
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
113
  contentType: "application/json",
114
114
  queryParameters: _queryParams,
115
115
  requestType: "json",
@@ -179,7 +179,7 @@ class Items {
179
179
  method: "GET",
180
180
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
181
181
  ? yield core.Supplier.get(this._options.accountToken)
182
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
183
  contentType: "application/json",
184
184
  queryParameters: _queryParams,
185
185
  requestType: "json",
@@ -123,7 +123,7 @@ class JournalEntries {
123
123
  method: "GET",
124
124
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
125
125
  ? yield core.Supplier.get(this._options.accountToken)
126
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
126
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
127
127
  contentType: "application/json",
128
128
  queryParameters: _queryParams,
129
129
  requestType: "json",
@@ -188,7 +188,7 @@ class JournalEntries {
188
188
  method: "POST",
189
189
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
190
190
  ? yield core.Supplier.get(this._options.accountToken)
191
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
191
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
192
192
  contentType: "application/json",
193
193
  queryParameters: _queryParams,
194
194
  requestType: "json",
@@ -258,7 +258,7 @@ class JournalEntries {
258
258
  method: "GET",
259
259
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
260
260
  ? yield core.Supplier.get(this._options.accountToken)
261
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
261
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
262
262
  contentType: "application/json",
263
263
  queryParameters: _queryParams,
264
264
  requestType: "json",
@@ -333,7 +333,7 @@ class JournalEntries {
333
333
  method: "GET",
334
334
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
335
335
  ? yield core.Supplier.get(this._options.accountToken)
336
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
336
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
337
337
  contentType: "application/json",
338
338
  queryParameters: _queryParams,
339
339
  requestType: "json",
@@ -387,7 +387,7 @@ class JournalEntries {
387
387
  method: "GET",
388
388
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
389
389
  ? yield core.Supplier.get(this._options.accountToken)
390
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
390
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
391
391
  contentType: "application/json",
392
392
  requestType: "json",
393
393
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -461,7 +461,7 @@ class JournalEntries {
461
461
  method: "GET",
462
462
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
463
463
  ? yield core.Supplier.get(this._options.accountToken)
464
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
464
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
465
465
  contentType: "application/json",
466
466
  queryParameters: _queryParams,
467
467
  requestType: "json",
@@ -70,7 +70,7 @@ class LinkToken {
70
70
  method: "POST",
71
71
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
72
72
  ? yield core.Supplier.get(this._options.accountToken)
73
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
73
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
74
74
  contentType: "application/json",
75
75
  requestType: "json",
76
76
  body: serializers.accounting.EndUserDetailsRequest.jsonOrThrow(request, {
@@ -106,7 +106,7 @@ class LinkedAccounts {
106
106
  method: "GET",
107
107
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
108
108
  ? yield core.Supplier.get(this._options.accountToken)
109
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
109
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
110
110
  contentType: "application/json",
111
111
  queryParameters: _queryParams,
112
112
  requestType: "json",
@@ -68,7 +68,7 @@ class Passthrough {
68
68
  method: "POST",
69
69
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
70
70
  ? yield core.Supplier.get(this._options.accountToken)
71
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
71
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
72
72
  contentType: "application/json",
73
73
  requestType: "json",
74
74
  body: serializers.accounting.DataPassthroughRequest.jsonOrThrow(request, {