@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
@@ -100,7 +100,7 @@ class Stages {
100
100
  method: "GET",
101
101
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
102
102
  ? yield core.Supplier.get(this._options.accountToken)
103
- : 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),
103
+ : 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),
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
106
106
  requestType: "json",
@@ -164,7 +164,7 @@ class Stages {
164
164
  method: "GET",
165
165
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
166
166
  ? yield core.Supplier.get(this._options.accountToken)
167
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
168
168
  contentType: "application/json",
169
169
  queryParameters: _queryParams,
170
170
  requestType: "json",
@@ -242,7 +242,7 @@ class Stages {
242
242
  method: "GET",
243
243
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
244
244
  ? yield core.Supplier.get(this._options.accountToken)
245
- : 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),
245
+ : 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),
246
246
  contentType: "application/json",
247
247
  queryParameters: _queryParams,
248
248
  requestType: "json",
@@ -73,7 +73,7 @@ class SyncStatus {
73
73
  method: "GET",
74
74
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
75
75
  ? yield core.Supplier.get(this._options.accountToken)
76
- : 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),
76
+ : 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),
77
77
  contentType: "application/json",
78
78
  queryParameters: _queryParams,
79
79
  requestType: "json",
@@ -114,7 +114,7 @@ class Tasks {
114
114
  method: "GET",
115
115
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
116
116
  ? yield core.Supplier.get(this._options.accountToken)
117
- : 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),
117
+ : 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),
118
118
  contentType: "application/json",
119
119
  queryParameters: _queryParams,
120
120
  requestType: "json",
@@ -179,7 +179,7 @@ class Tasks {
179
179
  method: "POST",
180
180
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
181
181
  ? yield core.Supplier.get(this._options.accountToken)
182
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
183
  contentType: "application/json",
184
184
  queryParameters: _queryParams,
185
185
  requestType: "json",
@@ -247,7 +247,7 @@ class Tasks {
247
247
  method: "GET",
248
248
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
249
249
  ? yield core.Supplier.get(this._options.accountToken)
250
- : 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),
250
+ : 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),
251
251
  contentType: "application/json",
252
252
  queryParameters: _queryParams,
253
253
  requestType: "json",
@@ -313,7 +313,7 @@ class Tasks {
313
313
  method: "PATCH",
314
314
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
315
315
  ? yield core.Supplier.get(this._options.accountToken)
316
- : 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),
316
+ : 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),
317
317
  contentType: "application/json",
318
318
  queryParameters: _queryParams,
319
319
  requestType: "json",
@@ -369,7 +369,7 @@ class Tasks {
369
369
  method: "GET",
370
370
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
371
371
  ? yield core.Supplier.get(this._options.accountToken)
372
- : 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),
372
+ : 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),
373
373
  contentType: "application/json",
374
374
  requestType: "json",
375
375
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -422,7 +422,7 @@ class Tasks {
422
422
  method: "GET",
423
423
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
424
424
  ? yield core.Supplier.get(this._options.accountToken)
425
- : 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),
425
+ : 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),
426
426
  contentType: "application/json",
427
427
  requestType: "json",
428
428
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -499,7 +499,7 @@ class Tasks {
499
499
  method: "GET",
500
500
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
501
501
  ? yield core.Supplier.get(this._options.accountToken)
502
- : 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),
502
+ : 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),
503
503
  contentType: "application/json",
504
504
  queryParameters: _queryParams,
505
505
  requestType: "json",
@@ -60,7 +60,7 @@ class Users {
60
60
  list(request = {}, requestOptions) {
61
61
  var _a, _b;
62
62
  return __awaiter(this, void 0, void 0, function* () {
63
- const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
63
+ const { createdAfter, createdBefore, cursor, email, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
64
64
  const _queryParams = {};
65
65
  if (createdAfter != null) {
66
66
  _queryParams["created_after"] = createdAfter.toISOString();
@@ -71,6 +71,9 @@ class Users {
71
71
  if (cursor != null) {
72
72
  _queryParams["cursor"] = cursor;
73
73
  }
74
+ if (email != null) {
75
+ _queryParams["email"] = email;
76
+ }
74
77
  if (includeDeletedData != null) {
75
78
  _queryParams["include_deleted_data"] = includeDeletedData.toString();
76
79
  }
@@ -100,7 +103,7 @@ class Users {
100
103
  method: "GET",
101
104
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
102
105
  ? yield core.Supplier.get(this._options.accountToken)
103
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
106
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
104
107
  contentType: "application/json",
105
108
  queryParameters: _queryParams,
106
109
  requestType: "json",
@@ -164,7 +167,7 @@ class Users {
164
167
  method: "GET",
165
168
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
166
169
  ? yield core.Supplier.get(this._options.accountToken)
167
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
170
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
168
171
  contentType: "application/json",
169
172
  queryParameters: _queryParams,
170
173
  requestType: "json",
@@ -222,7 +225,7 @@ class Users {
222
225
  method: "POST",
223
226
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
224
227
  ? yield core.Supplier.get(this._options.accountToken)
225
- : 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),
228
+ : 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),
226
229
  contentType: "application/json",
227
230
  requestType: "json",
228
231
  body: serializers.crm.IgnoreCommonModelRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -294,7 +297,7 @@ class Users {
294
297
  method: "GET",
295
298
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
296
299
  ? yield core.Supplier.get(this._options.accountToken)
297
- : 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),
300
+ : 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),
298
301
  contentType: "application/json",
299
302
  queryParameters: _queryParams,
300
303
  requestType: "json",
@@ -18,6 +18,10 @@ export interface UsersListRequest {
18
18
  * The pagination cursor value.
19
19
  */
20
20
  cursor?: string;
21
+ /**
22
+ * If provided, will only return users with this email.
23
+ */
24
+ email?: string;
21
25
  /**
22
26
  * 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/).
23
27
  */
@@ -64,7 +64,7 @@ class WebhookReceivers {
64
64
  method: "GET",
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,
@@ -121,7 +121,7 @@ class WebhookReceivers {
121
121
  method: "POST",
122
122
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
123
123
  ? yield core.Supplier.get(this._options.accountToken)
124
- : 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),
124
+ : 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),
125
125
  contentType: "application/json",
126
126
  requestType: "json",
127
127
  body: serializers.crm.WebhookReceiverRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -54,6 +54,9 @@ export interface AuditLogEvent {
54
54
  * - `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
55
55
  * - `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
56
56
  * - `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
57
+ * - `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
58
+ * - `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
59
+ * - `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
57
60
  * - `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
58
61
  * - `MUTED_ISSUE` - MUTED_ISSUE
59
62
  * - `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
@@ -36,6 +36,9 @@ import * as Merge from "../../../index";
36
36
  * - `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
37
37
  * - `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
38
38
  * - `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
39
+ * - `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
40
+ * - `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
41
+ * - `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
39
42
  * - `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
40
43
  * - `MUTED_ISSUE` - MUTED_ISSUE
41
44
  * - `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
@@ -33,6 +33,9 @@
33
33
  * - `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
34
34
  * - `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
35
35
  * - `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
36
+ * - `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
37
+ * - `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
38
+ * - `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
36
39
  * - `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
37
40
  * - `MUTED_ISSUE` - MUTED_ISSUE
38
41
  * - `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
@@ -41,7 +44,7 @@
41
44
  * - `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
42
45
  * - `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
43
46
  */
44
- export declare type EventTypeEnum = "CREATED_REMOTE_PRODUCTION_API_KEY" | "DELETED_REMOTE_PRODUCTION_API_KEY" | "CREATED_TEST_API_KEY" | "DELETED_TEST_API_KEY" | "REGENERATED_PRODUCTION_API_KEY" | "INVITED_USER" | "TWO_FACTOR_AUTH_ENABLED" | "TWO_FACTOR_AUTH_DISABLED" | "DELETED_LINKED_ACCOUNT" | "CREATED_DESTINATION" | "DELETED_DESTINATION" | "CHANGED_DESTINATION" | "CHANGED_SCOPES" | "CHANGED_PERSONAL_INFORMATION" | "CHANGED_ORGANIZATION_SETTINGS" | "ENABLED_INTEGRATION" | "DISABLED_INTEGRATION" | "ENABLED_CATEGORY" | "DISABLED_CATEGORY" | "CHANGED_PASSWORD" | "RESET_PASSWORD" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "CREATED_INTEGRATION_WIDE_FIELD_MAPPING" | "CREATED_LINKED_ACCOUNT_FIELD_MAPPING" | "CHANGED_INTEGRATION_WIDE_FIELD_MAPPING" | "CHANGED_LINKED_ACCOUNT_FIELD_MAPPING" | "DELETED_INTEGRATION_WIDE_FIELD_MAPPING" | "DELETED_LINKED_ACCOUNT_FIELD_MAPPING" | "FORCED_LINKED_ACCOUNT_RESYNC" | "MUTED_ISSUE" | "GENERATED_MAGIC_LINK" | "ENABLED_MERGE_WEBHOOK" | "DISABLED_MERGE_WEBHOOK" | "MERGE_WEBHOOK_TARGET_CHANGED" | "END_USER_CREDENTIALS_ACCESSED";
47
+ export declare type EventTypeEnum = "CREATED_REMOTE_PRODUCTION_API_KEY" | "DELETED_REMOTE_PRODUCTION_API_KEY" | "CREATED_TEST_API_KEY" | "DELETED_TEST_API_KEY" | "REGENERATED_PRODUCTION_API_KEY" | "INVITED_USER" | "TWO_FACTOR_AUTH_ENABLED" | "TWO_FACTOR_AUTH_DISABLED" | "DELETED_LINKED_ACCOUNT" | "CREATED_DESTINATION" | "DELETED_DESTINATION" | "CHANGED_DESTINATION" | "CHANGED_SCOPES" | "CHANGED_PERSONAL_INFORMATION" | "CHANGED_ORGANIZATION_SETTINGS" | "ENABLED_INTEGRATION" | "DISABLED_INTEGRATION" | "ENABLED_CATEGORY" | "DISABLED_CATEGORY" | "CHANGED_PASSWORD" | "RESET_PASSWORD" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION" | "DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT" | "CREATED_INTEGRATION_WIDE_FIELD_MAPPING" | "CREATED_LINKED_ACCOUNT_FIELD_MAPPING" | "CHANGED_INTEGRATION_WIDE_FIELD_MAPPING" | "CHANGED_LINKED_ACCOUNT_FIELD_MAPPING" | "DELETED_INTEGRATION_WIDE_FIELD_MAPPING" | "DELETED_LINKED_ACCOUNT_FIELD_MAPPING" | "CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE" | "CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE" | "DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE" | "FORCED_LINKED_ACCOUNT_RESYNC" | "MUTED_ISSUE" | "GENERATED_MAGIC_LINK" | "ENABLED_MERGE_WEBHOOK" | "DISABLED_MERGE_WEBHOOK" | "MERGE_WEBHOOK_TARGET_CHANGED" | "END_USER_CREDENTIALS_ACCESSED";
45
48
  export declare const EventTypeEnum: {
46
49
  readonly CreatedRemoteProductionApiKey: "CREATED_REMOTE_PRODUCTION_API_KEY";
47
50
  readonly DeletedRemoteProductionApiKey: "DELETED_REMOTE_PRODUCTION_API_KEY";
@@ -74,6 +77,9 @@ export declare const EventTypeEnum: {
74
77
  readonly ChangedLinkedAccountFieldMapping: "CHANGED_LINKED_ACCOUNT_FIELD_MAPPING";
75
78
  readonly DeletedIntegrationWideFieldMapping: "DELETED_INTEGRATION_WIDE_FIELD_MAPPING";
76
79
  readonly DeletedLinkedAccountFieldMapping: "DELETED_LINKED_ACCOUNT_FIELD_MAPPING";
80
+ readonly CreatedLinkedAccountCommonModelOverride: "CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE";
81
+ readonly ChangedLinkedAccountCommonModelOverride: "CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE";
82
+ readonly DeletedLinkedAccountCommonModelOverride: "DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE";
77
83
  readonly ForcedLinkedAccountResync: "FORCED_LINKED_ACCOUNT_RESYNC";
78
84
  readonly MutedIssue: "MUTED_ISSUE";
79
85
  readonly GeneratedMagicLink: "GENERATED_MAGIC_LINK";
@@ -36,6 +36,9 @@ exports.EventTypeEnum = {
36
36
  ChangedLinkedAccountFieldMapping: "CHANGED_LINKED_ACCOUNT_FIELD_MAPPING",
37
37
  DeletedIntegrationWideFieldMapping: "DELETED_INTEGRATION_WIDE_FIELD_MAPPING",
38
38
  DeletedLinkedAccountFieldMapping: "DELETED_LINKED_ACCOUNT_FIELD_MAPPING",
39
+ CreatedLinkedAccountCommonModelOverride: "CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE",
40
+ ChangedLinkedAccountCommonModelOverride: "CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE",
41
+ DeletedLinkedAccountCommonModelOverride: "DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE",
39
42
  ForcedLinkedAccountResync: "FORCED_LINKED_ACCOUNT_RESYNC",
40
43
  MutedIssue: "MUTED_ISSUE",
41
44
  GeneratedMagicLink: "GENERATED_MAGIC_LINK",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Merge from "../../../index";
5
5
  export interface FieldMappingApiInstanceRemoteField {
6
- remoteKeyName: string;
7
- schema: Record<string, unknown>;
6
+ remoteKeyName?: string;
7
+ schema?: Record<string, unknown>;
8
8
  remoteEndpointInfo: Merge.crm.FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo;
9
9
  }
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface FieldPermissionDeserializer {
5
- enabled?: unknown[];
6
- disabled?: unknown[];
5
+ enabledFields?: unknown[];
6
+ disabledFields?: unknown[];
7
7
  }
@@ -2,6 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface FieldPermissionDeserializerRequest {
5
- enabled?: unknown[];
6
- disabled?: unknown[];
5
+ enabledFields?: unknown[];
6
+ disabledFields?: unknown[];
7
7
  }
@@ -1,7 +1,19 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * # The RemoteData Object
6
+ *
7
+ * ### Description
8
+ *
9
+ * The `RemoteData` object is used to represent the full data pulled from the third-party API for an object.
10
+ *
11
+ * ### Usage Example
12
+ *
13
+ * TODO
14
+ */
4
15
  export interface RemoteData {
16
+ /** The third-party API path that is being called. */
5
17
  path: string;
6
18
  data?: unknown;
7
19
  }
@@ -64,7 +64,7 @@ class AccountDetails {
64
64
  method: "GET",
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,
@@ -65,7 +65,7 @@ class AccountToken {
65
65
  method: "GET",
66
66
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
67
67
  ? yield core.Supplier.get(this._options.accountToken)
68
- : 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),
68
+ : 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),
69
69
  contentType: "application/json",
70
70
  requestType: "json",
71
71
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -68,7 +68,7 @@ class AsyncPassthrough {
68
68
  method: "POST",
69
69
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
70
70
  ? yield core.Supplier.get(this._options.accountToken)
71
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
71
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
72
72
  contentType: "application/json",
73
73
  requestType: "json",
74
74
  body: serializers.filestorage.DataPassthroughRequest.jsonOrThrow(request, {
@@ -125,7 +125,7 @@ class AsyncPassthrough {
125
125
  method: "GET",
126
126
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
127
127
  ? yield core.Supplier.get(this._options.accountToken)
128
- : 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),
128
+ : 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),
129
129
  contentType: "application/json",
130
130
  requestType: "json",
131
131
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -85,7 +85,7 @@ class AuditTrail {
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",
@@ -15,7 +15,7 @@ export interface AuditTrailListRequest {
15
15
  */
16
16
  endDate?: string;
17
17
  /**
18
- * If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED`
18
+ * If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED`
19
19
  */
20
20
  eventType?: string;
21
21
  /**
@@ -64,7 +64,7 @@ class AvailableActions {
64
64
  method: "GET",
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,
@@ -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,
@@ -100,7 +100,7 @@ class Drives {
100
100
  method: "GET",
101
101
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
102
102
  ? yield core.Supplier.get(this._options.accountToken)
103
- : 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),
103
+ : 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),
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
106
106
  requestType: "json",
@@ -161,7 +161,7 @@ class Drives {
161
161
  method: "GET",
162
162
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
163
163
  ? yield core.Supplier.get(this._options.accountToken)
164
- : 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),
164
+ : 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),
165
165
  contentType: "application/json",
166
166
  queryParameters: _queryParams,
167
167
  requestType: "json",
@@ -31,12 +31,13 @@ export declare class FieldMapping {
31
31
  /**
32
32
  * Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/).
33
33
  *
34
+ * @param {Merge.filestorage.FieldMappingsRetrieveRequest} request
34
35
  * @param {FieldMapping.RequestOptions} requestOptions - Request-specific configuration.
35
36
  *
36
37
  * @example
37
38
  * await client.filestorage.fieldMapping.fieldMappingsRetrieve()
38
39
  */
39
- fieldMappingsRetrieve(requestOptions?: FieldMapping.RequestOptions): Promise<Merge.filestorage.FieldMappingApiInstanceResponse>;
40
+ fieldMappingsRetrieve(request?: Merge.filestorage.FieldMappingsRetrieveRequest, requestOptions?: FieldMapping.RequestOptions): Promise<Merge.filestorage.FieldMappingApiInstanceResponse>;
40
41
  /**
41
42
  * Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start.
42
43
  *
@@ -34,6 +34,17 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34
34
  step((generator = generator.apply(thisArg, _arguments || [])).next());
35
35
  });
36
36
  };
37
+ var __rest = (this && this.__rest) || function (s, e) {
38
+ var t = {};
39
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
40
+ t[p] = s[p];
41
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
42
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
43
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
44
+ t[p[i]] = s[p[i]];
45
+ }
46
+ return t;
47
+ };
37
48
  var __importDefault = (this && this.__importDefault) || function (mod) {
38
49
  return (mod && mod.__esModule) ? mod : { "default": mod };
39
50
  };
@@ -51,21 +62,28 @@ class FieldMapping {
51
62
  /**
52
63
  * Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/).
53
64
  *
65
+ * @param {Merge.filestorage.FieldMappingsRetrieveRequest} request
54
66
  * @param {FieldMapping.RequestOptions} requestOptions - Request-specific configuration.
55
67
  *
56
68
  * @example
57
69
  * await client.filestorage.fieldMapping.fieldMappingsRetrieve()
58
70
  */
59
- fieldMappingsRetrieve(requestOptions) {
71
+ fieldMappingsRetrieve(request = {}, requestOptions) {
60
72
  var _a, _b;
61
73
  return __awaiter(this, void 0, void 0, function* () {
74
+ const { excludeRemoteFieldMetadata } = request;
75
+ const _queryParams = {};
76
+ if (excludeRemoteFieldMetadata != null) {
77
+ _queryParams["exclude_remote_field_metadata"] = excludeRemoteFieldMetadata.toString();
78
+ }
62
79
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
63
80
  url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "filestorage/v1/field-mappings"),
64
81
  method: "GET",
65
82
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
66
83
  ? 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),
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),
68
85
  contentType: "application/json",
86
+ queryParameters: _queryParams,
69
87
  requestType: "json",
70
88
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
71
89
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
@@ -120,15 +138,21 @@ class FieldMapping {
120
138
  fieldMappingsCreate(request, requestOptions) {
121
139
  var _a, _b;
122
140
  return __awaiter(this, void 0, void 0, function* () {
141
+ const { excludeRemoteFieldMetadata } = request, _body = __rest(request, ["excludeRemoteFieldMetadata"]);
142
+ const _queryParams = {};
143
+ if (excludeRemoteFieldMetadata != null) {
144
+ _queryParams["exclude_remote_field_metadata"] = excludeRemoteFieldMetadata.toString();
145
+ }
123
146
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
124
147
  url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "filestorage/v1/field-mappings"),
125
148
  method: "POST",
126
149
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
127
150
  ? yield core.Supplier.get(this._options.accountToken)
128
- : 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),
129
152
  contentType: "application/json",
153
+ queryParameters: _queryParams,
130
154
  requestType: "json",
131
- body: serializers.filestorage.CreateFieldMappingRequest.jsonOrThrow(request, {
155
+ body: serializers.filestorage.CreateFieldMappingRequest.jsonOrThrow(_body, {
132
156
  unrecognizedObjectKeys: "strip",
133
157
  }),
134
158
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -182,7 +206,7 @@ class FieldMapping {
182
206
  method: "DELETE",
183
207
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
184
208
  ? yield core.Supplier.get(this._options.accountToken)
185
- : 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),
186
210
  contentType: "application/json",
187
211
  requestType: "json",
188
212
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -237,7 +261,7 @@ class FieldMapping {
237
261
  method: "PATCH",
238
262
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
239
263
  ? yield core.Supplier.get(this._options.accountToken)
240
- : 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),
241
265
  contentType: "application/json",
242
266
  requestType: "json",
243
267
  body: serializers.filestorage.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
@@ -302,7 +326,7 @@ class FieldMapping {
302
326
  method: "GET",
303
327
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
304
328
  ? yield core.Supplier.get(this._options.accountToken)
305
- : 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),
306
330
  contentType: "application/json",
307
331
  queryParameters: _queryParams,
308
332
  requestType: "json",
@@ -356,7 +380,7 @@ class FieldMapping {
356
380
  method: "GET",
357
381
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
358
382
  ? yield core.Supplier.get(this._options.accountToken)
359
- : 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),
360
384
  contentType: "application/json",
361
385
  requestType: "json",
362
386
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -13,6 +13,10 @@
13
13
  * }
14
14
  */
15
15
  export interface CreateFieldMappingRequest {
16
+ /**
17
+ * If `true`, remote fields metadata is excluded from each field mapping instance (i.e. `remote_fields.remote_key_name` and `remote_fields.schema` will be null). This will increase the speed of the request since these fields require some calculations.
18
+ */
19
+ excludeRemoteFieldMetadata?: boolean;
16
20
  /** The name of the target field you want this remote field to map to. */
17
21
  targetFieldName: string;
18
22
  /** The description of the target field you want this remote field to map to. */