@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
@@ -126,7 +126,7 @@ class CreditNotes {
126
126
  method: "GET",
127
127
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
128
128
  ? yield core.Supplier.get(this._options.accountToken)
129
- : 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),
129
+ : 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),
130
130
  contentType: "application/json",
131
131
  queryParameters: _queryParams,
132
132
  requestType: "json",
@@ -191,7 +191,7 @@ class CreditNotes {
191
191
  method: "POST",
192
192
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
193
193
  ? yield core.Supplier.get(this._options.accountToken)
194
- : 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),
194
+ : 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),
195
195
  contentType: "application/json",
196
196
  queryParameters: _queryParams,
197
197
  requestType: "json",
@@ -264,7 +264,7 @@ class CreditNotes {
264
264
  method: "GET",
265
265
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
266
266
  ? yield core.Supplier.get(this._options.accountToken)
267
- : 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),
267
+ : 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),
268
268
  contentType: "application/json",
269
269
  queryParameters: _queryParams,
270
270
  requestType: "json",
@@ -318,7 +318,7 @@ class CreditNotes {
318
318
  method: "GET",
319
319
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
320
320
  ? yield core.Supplier.get(this._options.accountToken)
321
- : 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),
321
+ : 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),
322
322
  contentType: "application/json",
323
323
  requestType: "json",
324
324
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -63,7 +63,7 @@ class DeleteAccount {
63
63
  method: "POST",
64
64
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
65
65
  ? yield core.Supplier.get(this._options.accountToken)
66
- : 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),
66
+ : 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),
67
67
  contentType: "application/json",
68
68
  requestType: "json",
69
69
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -85,7 +85,7 @@ class Employees {
85
85
  method: "GET",
86
86
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
87
87
  ? yield core.Supplier.get(this._options.accountToken)
88
- : 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),
88
+ : 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),
89
89
  contentType: "application/json",
90
90
  queryParameters: _queryParams,
91
91
  requestType: "json",
@@ -149,7 +149,7 @@ class Employees {
149
149
  method: "GET",
150
150
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
151
151
  ? yield core.Supplier.get(this._options.accountToken)
152
- : 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),
152
+ : 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),
153
153
  contentType: "application/json",
154
154
  queryParameters: _queryParams,
155
155
  requestType: "json",
@@ -123,7 +123,7 @@ class Expenses {
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 Expenses {
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",
@@ -256,7 +256,7 @@ class Expenses {
256
256
  method: "GET",
257
257
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
258
258
  ? yield core.Supplier.get(this._options.accountToken)
259
- : 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),
259
+ : 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),
260
260
  contentType: "application/json",
261
261
  queryParameters: _queryParams,
262
262
  requestType: "json",
@@ -331,7 +331,7 @@ class Expenses {
331
331
  method: "GET",
332
332
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
333
333
  ? yield core.Supplier.get(this._options.accountToken)
334
- : 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),
334
+ : 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),
335
335
  contentType: "application/json",
336
336
  queryParameters: _queryParams,
337
337
  requestType: "json",
@@ -385,7 +385,7 @@ class Expenses {
385
385
  method: "GET",
386
386
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
387
387
  ? yield core.Supplier.get(this._options.accountToken)
388
- : 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),
388
+ : 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),
389
389
  contentType: "application/json",
390
390
  requestType: "json",
391
391
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -459,7 +459,7 @@ class Expenses {
459
459
  method: "GET",
460
460
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
461
461
  ? yield core.Supplier.get(this._options.accountToken)
462
- : 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),
462
+ : 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),
463
463
  contentType: "application/json",
464
464
  queryParameters: _queryParams,
465
465
  requestType: "json",
@@ -81,7 +81,7 @@ class FieldMapping {
81
81
  method: "GET",
82
82
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
83
83
  ? yield core.Supplier.get(this._options.accountToken)
84
- : 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),
84
+ : 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),
85
85
  contentType: "application/json",
86
86
  queryParameters: _queryParams,
87
87
  requestType: "json",
@@ -148,7 +148,7 @@ class FieldMapping {
148
148
  method: "POST",
149
149
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
150
150
  ? yield core.Supplier.get(this._options.accountToken)
151
- : 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),
151
+ : 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),
152
152
  contentType: "application/json",
153
153
  queryParameters: _queryParams,
154
154
  requestType: "json",
@@ -206,7 +206,7 @@ class FieldMapping {
206
206
  method: "DELETE",
207
207
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
208
208
  ? yield core.Supplier.get(this._options.accountToken)
209
- : 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),
209
+ : 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),
210
210
  contentType: "application/json",
211
211
  requestType: "json",
212
212
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -261,7 +261,7 @@ class FieldMapping {
261
261
  method: "PATCH",
262
262
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
263
263
  ? yield core.Supplier.get(this._options.accountToken)
264
- : 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),
264
+ : 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),
265
265
  contentType: "application/json",
266
266
  requestType: "json",
267
267
  body: serializers.accounting.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
@@ -326,7 +326,7 @@ class FieldMapping {
326
326
  method: "GET",
327
327
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
328
328
  ? yield core.Supplier.get(this._options.accountToken)
329
- : 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),
329
+ : 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),
330
330
  contentType: "application/json",
331
331
  queryParameters: _queryParams,
332
332
  requestType: "json",
@@ -380,7 +380,7 @@ class FieldMapping {
380
380
  method: "GET",
381
381
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
382
382
  ? yield core.Supplier.get(this._options.accountToken)
383
- : 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),
383
+ : 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),
384
384
  contentType: "application/json",
385
385
  requestType: "json",
386
386
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -64,7 +64,7 @@ class ForceResync {
64
64
  method: "POST",
65
65
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
66
66
  ? yield core.Supplier.get(this._options.accountToken)
67
- : 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),
67
+ : 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),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -0,0 +1,53 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../../../environments";
5
+ import * as core from "../../../../../../core";
6
+ import * as Merge from "../../../../../index";
7
+ export declare namespace GeneralLedgerTransactions {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.MergeEnvironment | string>;
10
+ apiKey: core.Supplier<core.BearerToken>;
11
+ /** Override the X-Account-Token header */
12
+ accountToken?: core.Supplier<string | undefined>;
13
+ fetcher?: core.FetchFunction;
14
+ }
15
+ interface RequestOptions {
16
+ /** The maximum time to wait for a response in seconds. */
17
+ timeoutInSeconds?: number;
18
+ /** The number of times to retry the request. Defaults to 2. */
19
+ maxRetries?: number;
20
+ /** A hook to abort the request. */
21
+ abortSignal?: AbortSignal;
22
+ /** Override the X-Account-Token header */
23
+ accountToken?: string | undefined;
24
+ /** Additional headers to include in the request. */
25
+ headers?: Record<string, string>;
26
+ }
27
+ }
28
+ export declare class GeneralLedgerTransactions {
29
+ protected readonly _options: GeneralLedgerTransactions.Options;
30
+ constructor(_options: GeneralLedgerTransactions.Options);
31
+ /**
32
+ * Returns a list of `GeneralLedgerTransaction` objects.
33
+ *
34
+ * @param {Merge.accounting.GeneralLedgerTransactionsListRequest} request
35
+ * @param {GeneralLedgerTransactions.RequestOptions} requestOptions - Request-specific configuration.
36
+ *
37
+ * @example
38
+ * await client.accounting.generalLedgerTransactions.list()
39
+ */
40
+ list(request?: Merge.accounting.GeneralLedgerTransactionsListRequest, requestOptions?: GeneralLedgerTransactions.RequestOptions): Promise<Merge.accounting.PaginatedGeneralLedgerTransactionList>;
41
+ /**
42
+ * Returns a `GeneralLedgerTransaction` object with the given `id`.
43
+ *
44
+ * @param {string} id
45
+ * @param {Merge.accounting.GeneralLedgerTransactionsRetrieveRequest} request
46
+ * @param {GeneralLedgerTransactions.RequestOptions} requestOptions - Request-specific configuration.
47
+ *
48
+ * @example
49
+ * await client.accounting.generalLedgerTransactions.retrieve("id")
50
+ */
51
+ retrieve(id: string, request?: Merge.accounting.GeneralLedgerTransactionsRetrieveRequest, requestOptions?: GeneralLedgerTransactions.RequestOptions): Promise<Merge.accounting.GeneralLedgerTransaction>;
52
+ protected _getAuthorizationHeader(): Promise<string>;
53
+ }
@@ -0,0 +1,220 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ var __importDefault = (this && this.__importDefault) || function (mod) {
38
+ return (mod && mod.__esModule) ? mod : { "default": mod };
39
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.GeneralLedgerTransactions = void 0;
42
+ const environments = __importStar(require("../../../../../../environments"));
43
+ const core = __importStar(require("../../../../../../core"));
44
+ const url_join_1 = __importDefault(require("url-join"));
45
+ const serializers = __importStar(require("../../../../../../serialization/index"));
46
+ const errors = __importStar(require("../../../../../../errors/index"));
47
+ class GeneralLedgerTransactions {
48
+ constructor(_options) {
49
+ this._options = _options;
50
+ }
51
+ /**
52
+ * Returns a list of `GeneralLedgerTransaction` objects.
53
+ *
54
+ * @param {Merge.accounting.GeneralLedgerTransactionsListRequest} request
55
+ * @param {GeneralLedgerTransactions.RequestOptions} requestOptions - Request-specific configuration.
56
+ *
57
+ * @example
58
+ * await client.accounting.generalLedgerTransactions.list()
59
+ */
60
+ list(request = {}, requestOptions) {
61
+ var _a, _b;
62
+ return __awaiter(this, void 0, void 0, function* () {
63
+ const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, postedDateAfter, postedDateBefore, remoteId, } = request;
64
+ const _queryParams = {};
65
+ if (companyId != null) {
66
+ _queryParams["company_id"] = companyId;
67
+ }
68
+ if (createdAfter != null) {
69
+ _queryParams["created_after"] = createdAfter.toISOString();
70
+ }
71
+ if (createdBefore != null) {
72
+ _queryParams["created_before"] = createdBefore.toISOString();
73
+ }
74
+ if (cursor != null) {
75
+ _queryParams["cursor"] = cursor;
76
+ }
77
+ if (expand != null) {
78
+ _queryParams["expand"] = expand;
79
+ }
80
+ if (includeDeletedData != null) {
81
+ _queryParams["include_deleted_data"] = includeDeletedData.toString();
82
+ }
83
+ if (includeRemoteData != null) {
84
+ _queryParams["include_remote_data"] = includeRemoteData.toString();
85
+ }
86
+ if (includeShellData != null) {
87
+ _queryParams["include_shell_data"] = includeShellData.toString();
88
+ }
89
+ if (modifiedAfter != null) {
90
+ _queryParams["modified_after"] = modifiedAfter.toISOString();
91
+ }
92
+ if (modifiedBefore != null) {
93
+ _queryParams["modified_before"] = modifiedBefore.toISOString();
94
+ }
95
+ if (pageSize != null) {
96
+ _queryParams["page_size"] = pageSize.toString();
97
+ }
98
+ if (postedDateAfter != null) {
99
+ _queryParams["posted_date_after"] = postedDateAfter.toISOString();
100
+ }
101
+ if (postedDateBefore != null) {
102
+ _queryParams["posted_date_before"] = postedDateBefore.toISOString();
103
+ }
104
+ if (remoteId != null) {
105
+ _queryParams["remote_id"] = remoteId;
106
+ }
107
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
108
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/general-ledger-transactions"),
109
+ method: "GET",
110
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
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.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
+ contentType: "application/json",
114
+ queryParameters: _queryParams,
115
+ requestType: "json",
116
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
117
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
118
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
119
+ });
120
+ if (_response.ok) {
121
+ return serializers.accounting.PaginatedGeneralLedgerTransactionList.parseOrThrow(_response.body, {
122
+ unrecognizedObjectKeys: "passthrough",
123
+ allowUnrecognizedUnionMembers: true,
124
+ allowUnrecognizedEnumValues: true,
125
+ skipValidation: true,
126
+ breadcrumbsPrefix: ["response"],
127
+ });
128
+ }
129
+ if (_response.error.reason === "status-code") {
130
+ throw new errors.MergeError({
131
+ statusCode: _response.error.statusCode,
132
+ body: _response.error.body,
133
+ });
134
+ }
135
+ switch (_response.error.reason) {
136
+ case "non-json":
137
+ throw new errors.MergeError({
138
+ statusCode: _response.error.statusCode,
139
+ body: _response.error.rawBody,
140
+ });
141
+ case "timeout":
142
+ throw new errors.MergeTimeoutError("Timeout exceeded when calling GET /accounting/v1/general-ledger-transactions.");
143
+ case "unknown":
144
+ throw new errors.MergeError({
145
+ message: _response.error.errorMessage,
146
+ });
147
+ }
148
+ });
149
+ }
150
+ /**
151
+ * Returns a `GeneralLedgerTransaction` object with the given `id`.
152
+ *
153
+ * @param {string} id
154
+ * @param {Merge.accounting.GeneralLedgerTransactionsRetrieveRequest} request
155
+ * @param {GeneralLedgerTransactions.RequestOptions} requestOptions - Request-specific configuration.
156
+ *
157
+ * @example
158
+ * await client.accounting.generalLedgerTransactions.retrieve("id")
159
+ */
160
+ retrieve(id, request = {}, requestOptions) {
161
+ var _a, _b;
162
+ return __awaiter(this, void 0, void 0, function* () {
163
+ const { expand, includeRemoteData } = request;
164
+ const _queryParams = {};
165
+ if (expand != null) {
166
+ _queryParams["expand"] = expand;
167
+ }
168
+ if (includeRemoteData != null) {
169
+ _queryParams["include_remote_data"] = includeRemoteData.toString();
170
+ }
171
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
172
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/general-ledger-transactions/${encodeURIComponent(id)}`),
173
+ method: "GET",
174
+ headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
175
+ ? yield core.Supplier.get(this._options.accountToken)
176
+ : 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),
177
+ contentType: "application/json",
178
+ queryParameters: _queryParams,
179
+ requestType: "json",
180
+ timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
181
+ maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
182
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
183
+ });
184
+ if (_response.ok) {
185
+ return serializers.accounting.GeneralLedgerTransaction.parseOrThrow(_response.body, {
186
+ unrecognizedObjectKeys: "passthrough",
187
+ allowUnrecognizedUnionMembers: true,
188
+ allowUnrecognizedEnumValues: true,
189
+ skipValidation: true,
190
+ breadcrumbsPrefix: ["response"],
191
+ });
192
+ }
193
+ if (_response.error.reason === "status-code") {
194
+ throw new errors.MergeError({
195
+ statusCode: _response.error.statusCode,
196
+ body: _response.error.body,
197
+ });
198
+ }
199
+ switch (_response.error.reason) {
200
+ case "non-json":
201
+ throw new errors.MergeError({
202
+ statusCode: _response.error.statusCode,
203
+ body: _response.error.rawBody,
204
+ });
205
+ case "timeout":
206
+ throw new errors.MergeTimeoutError("Timeout exceeded when calling GET /accounting/v1/general-ledger-transactions/{id}.");
207
+ case "unknown":
208
+ throw new errors.MergeError({
209
+ message: _response.error.errorMessage,
210
+ });
211
+ }
212
+ });
213
+ }
214
+ _getAuthorizationHeader() {
215
+ return __awaiter(this, void 0, void 0, function* () {
216
+ return `Bearer ${yield core.Supplier.get(this._options.apiKey)}`;
217
+ });
218
+ }
219
+ }
220
+ exports.GeneralLedgerTransactions = GeneralLedgerTransactions;
@@ -0,0 +1,17 @@
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("./requests"), exports);
@@ -6,7 +6,19 @@ import * as Merge from "../../../../../../index";
6
6
  * @example
7
7
  * {}
8
8
  */
9
- export interface TicketsCollaboratorsListRequest {
9
+ export interface GeneralLedgerTransactionsListRequest {
10
+ /**
11
+ * If provided, will only return general ledger transactions for this company.
12
+ */
13
+ companyId?: string;
14
+ /**
15
+ * If provided, will only return objects created after this datetime.
16
+ */
17
+ createdAfter?: Date;
18
+ /**
19
+ * If provided, will only return objects created before this datetime.
20
+ */
21
+ createdBefore?: Date;
10
22
  /**
11
23
  * The pagination cursor value.
12
24
  */
@@ -14,7 +26,7 @@ export interface TicketsCollaboratorsListRequest {
14
26
  /**
15
27
  * Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
16
28
  */
17
- expand?: Merge.ticketing.TicketsCollaboratorsListRequestExpand;
29
+ expand?: Merge.accounting.GeneralLedgerTransactionsListRequestExpand;
18
30
  /**
19
31
  * Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
20
32
  */
@@ -27,8 +39,28 @@ export interface TicketsCollaboratorsListRequest {
27
39
  * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
28
40
  */
29
41
  includeShellData?: boolean;
42
+ /**
43
+ * If provided, only objects synced by Merge after this date time will be returned.
44
+ */
45
+ modifiedAfter?: Date;
46
+ /**
47
+ * If provided, only objects synced by Merge before this date time will be returned.
48
+ */
49
+ modifiedBefore?: Date;
30
50
  /**
31
51
  * Number of results to return per page.
32
52
  */
33
53
  pageSize?: number;
54
+ /**
55
+ * If provided, will only return objects posted after this datetime.
56
+ */
57
+ postedDateAfter?: Date;
58
+ /**
59
+ * If provided, will only return objects posted before this datetime.
60
+ */
61
+ postedDateBefore?: Date;
62
+ /**
63
+ * The API provider's ID for the given object.
64
+ */
65
+ remoteId?: string;
34
66
  }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../../../../../index";
5
+ /**
6
+ * @example
7
+ * {}
8
+ */
9
+ export interface GeneralLedgerTransactionsRetrieveRequest {
10
+ /**
11
+ * Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
12
+ */
13
+ expand?: Merge.accounting.GeneralLedgerTransactionsRetrieveRequestExpand;
14
+ /**
15
+ * Whether to include the original data Merge fetched from the third-party to produce these models.
16
+ */
17
+ includeRemoteData?: boolean;
18
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export { type GeneralLedgerTransactionsListRequest } from "./GeneralLedgerTransactionsListRequest";
2
+ export { type GeneralLedgerTransactionsRetrieveRequest } from "./GeneralLedgerTransactionsRetrieveRequest";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from "./types";
2
+ export * from "./client";
@@ -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("./types"), exports);
18
+ __exportStar(require("./client"), exports);