@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
@@ -123,7 +123,7 @@ class Contacts {
123
123
  method: "GET",
124
124
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
125
125
  ? yield core.Supplier.get(this._options.accountToken)
126
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
126
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
127
127
  contentType: "application/json",
128
128
  queryParameters: _queryParams,
129
129
  requestType: "json",
@@ -188,7 +188,7 @@ class Contacts {
188
188
  method: "POST",
189
189
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
190
190
  ? yield core.Supplier.get(this._options.accountToken)
191
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
191
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
192
192
  contentType: "application/json",
193
193
  queryParameters: _queryParams,
194
194
  requestType: "json",
@@ -256,7 +256,7 @@ class Contacts {
256
256
  method: "GET",
257
257
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
258
258
  ? yield core.Supplier.get(this._options.accountToken)
259
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
259
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
260
260
  contentType: "application/json",
261
261
  queryParameters: _queryParams,
262
262
  requestType: "json",
@@ -322,7 +322,7 @@ class Contacts {
322
322
  method: "PATCH",
323
323
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
324
324
  ? yield core.Supplier.get(this._options.accountToken)
325
- : 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),
325
+ : 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),
326
326
  contentType: "application/json",
327
327
  queryParameters: _queryParams,
328
328
  requestType: "json",
@@ -383,7 +383,7 @@ class Contacts {
383
383
  method: "POST",
384
384
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
385
385
  ? yield core.Supplier.get(this._options.accountToken)
386
- : 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),
386
+ : 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),
387
387
  contentType: "application/json",
388
388
  requestType: "json",
389
389
  body: serializers.crm.IgnoreCommonModelRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -432,7 +432,7 @@ class Contacts {
432
432
  method: "GET",
433
433
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
434
434
  ? yield core.Supplier.get(this._options.accountToken)
435
- : 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),
435
+ : 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),
436
436
  contentType: "application/json",
437
437
  requestType: "json",
438
438
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -485,7 +485,7 @@ class Contacts {
485
485
  method: "GET",
486
486
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
487
487
  ? yield core.Supplier.get(this._options.accountToken)
488
- : 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),
488
+ : 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),
489
489
  contentType: "application/json",
490
490
  requestType: "json",
491
491
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -562,7 +562,7 @@ class Contacts {
562
562
  method: "GET",
563
563
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
564
564
  ? yield core.Supplier.get(this._options.accountToken)
565
- : 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),
565
+ : 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),
566
566
  contentType: "application/json",
567
567
  queryParameters: _queryParams,
568
568
  requestType: "json",
@@ -100,7 +100,7 @@ class CustomObjectClasses {
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 CustomObjectClasses {
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",
@@ -112,7 +112,7 @@ class CustomObjects {
112
112
  method: "GET",
113
113
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
114
114
  ? yield core.Supplier.get(this._options.accountToken)
115
- : 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),
115
+ : 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),
116
116
  contentType: "application/json",
117
117
  queryParameters: _queryParams,
118
118
  requestType: "json",
@@ -182,7 +182,7 @@ class CustomObjects {
182
182
  method: "POST",
183
183
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
184
184
  ? 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),
185
+ : 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
186
  contentType: "application/json",
187
187
  queryParameters: _queryParams,
188
188
  requestType: "json",
@@ -250,7 +250,7 @@ class CustomObjects {
250
250
  method: "GET",
251
251
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
252
252
  ? yield core.Supplier.get(this._options.accountToken)
253
- : 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),
253
+ : 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),
254
254
  contentType: "application/json",
255
255
  queryParameters: _queryParams,
256
256
  requestType: "json",
@@ -305,7 +305,7 @@ class CustomObjects {
305
305
  method: "GET",
306
306
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
307
307
  ? yield core.Supplier.get(this._options.accountToken)
308
- : 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),
308
+ : 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),
309
309
  contentType: "application/json",
310
310
  requestType: "json",
311
311
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -382,7 +382,7 @@ class CustomObjects {
382
382
  method: "GET",
383
383
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
384
384
  ? yield core.Supplier.get(this._options.accountToken)
385
- : 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),
385
+ : 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),
386
386
  contentType: "application/json",
387
387
  queryParameters: _queryParams,
388
388
  requestType: "json",
@@ -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 EngagementTypes {
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 EngagementTypes {
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 EngagementTypes {
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",
@@ -120,7 +120,7 @@ class Engagements {
120
120
  method: "GET",
121
121
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
122
122
  ? yield core.Supplier.get(this._options.accountToken)
123
- : 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),
123
+ : 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),
124
124
  contentType: "application/json",
125
125
  queryParameters: _queryParams,
126
126
  requestType: "json",
@@ -185,7 +185,7 @@ class Engagements {
185
185
  method: "POST",
186
186
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
187
187
  ? yield core.Supplier.get(this._options.accountToken)
188
- : 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),
188
+ : 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),
189
189
  contentType: "application/json",
190
190
  queryParameters: _queryParams,
191
191
  requestType: "json",
@@ -253,7 +253,7 @@ class Engagements {
253
253
  method: "GET",
254
254
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
255
255
  ? yield core.Supplier.get(this._options.accountToken)
256
- : 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),
256
+ : 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),
257
257
  contentType: "application/json",
258
258
  queryParameters: _queryParams,
259
259
  requestType: "json",
@@ -319,7 +319,7 @@ class Engagements {
319
319
  method: "PATCH",
320
320
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
321
321
  ? yield core.Supplier.get(this._options.accountToken)
322
- : 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),
322
+ : 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),
323
323
  contentType: "application/json",
324
324
  queryParameters: _queryParams,
325
325
  requestType: "json",
@@ -377,7 +377,7 @@ class Engagements {
377
377
  method: "GET",
378
378
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
379
379
  ? yield core.Supplier.get(this._options.accountToken)
380
- : 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),
380
+ : 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),
381
381
  contentType: "application/json",
382
382
  requestType: "json",
383
383
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -430,7 +430,7 @@ class Engagements {
430
430
  method: "GET",
431
431
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
432
432
  ? yield core.Supplier.get(this._options.accountToken)
433
- : 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),
433
+ : 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),
434
434
  contentType: "application/json",
435
435
  requestType: "json",
436
436
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -507,7 +507,7 @@ class Engagements {
507
507
  method: "GET",
508
508
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
509
509
  ? yield core.Supplier.get(this._options.accountToken)
510
- : 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),
510
+ : 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),
511
511
  contentType: "application/json",
512
512
  queryParameters: _queryParams,
513
513
  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.crm.FieldMappingsRetrieveRequest} request
34
35
  * @param {FieldMapping.RequestOptions} requestOptions - Request-specific configuration.
35
36
  *
36
37
  * @example
37
38
  * await client.crm.fieldMapping.fieldMappingsRetrieve()
38
39
  */
39
- fieldMappingsRetrieve(requestOptions?: FieldMapping.RequestOptions): Promise<Merge.crm.FieldMappingApiInstanceResponse>;
40
+ fieldMappingsRetrieve(request?: Merge.crm.FieldMappingsRetrieveRequest, requestOptions?: FieldMapping.RequestOptions): Promise<Merge.crm.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.crm.FieldMappingsRetrieveRequest} request
54
66
  * @param {FieldMapping.RequestOptions} requestOptions - Request-specific configuration.
55
67
  *
56
68
  * @example
57
69
  * await client.crm.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, "crm/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, "crm/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.crm.CreateFieldMappingRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
155
+ body: serializers.crm.CreateFieldMappingRequest.jsonOrThrow(_body, { unrecognizedObjectKeys: "strip" }),
132
156
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
133
157
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
134
158
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -180,7 +204,7 @@ class FieldMapping {
180
204
  method: "DELETE",
181
205
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
182
206
  ? yield core.Supplier.get(this._options.accountToken)
183
- : 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),
207
+ : 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),
184
208
  contentType: "application/json",
185
209
  requestType: "json",
186
210
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -235,7 +259,7 @@ class FieldMapping {
235
259
  method: "PATCH",
236
260
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
237
261
  ? yield core.Supplier.get(this._options.accountToken)
238
- : 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),
262
+ : 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),
239
263
  contentType: "application/json",
240
264
  requestType: "json",
241
265
  body: serializers.crm.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
@@ -300,7 +324,7 @@ class FieldMapping {
300
324
  method: "GET",
301
325
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
302
326
  ? yield core.Supplier.get(this._options.accountToken)
303
- : 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),
327
+ : 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),
304
328
  contentType: "application/json",
305
329
  queryParameters: _queryParams,
306
330
  requestType: "json",
@@ -354,7 +378,7 @@ class FieldMapping {
354
378
  method: "GET",
355
379
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
356
380
  ? yield core.Supplier.get(this._options.accountToken)
357
- : 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),
381
+ : 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),
358
382
  contentType: "application/json",
359
383
  requestType: "json",
360
384
  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. */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * @example
6
+ * {}
7
+ */
8
+ export interface FieldMappingsRetrieveRequest {
9
+ /**
10
+ * 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.
11
+ */
12
+ excludeRemoteFieldMetadata?: boolean;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +1,4 @@
1
+ export { type FieldMappingsRetrieveRequest } from "./FieldMappingsRetrieveRequest";
1
2
  export { type CreateFieldMappingRequest } from "./CreateFieldMappingRequest";
2
3
  export { type PatchedEditFieldMappingRequest } from "./PatchedEditFieldMappingRequest";
3
4
  export { type RemoteFieldsRetrieveRequest } from "./RemoteFieldsRetrieveRequest";
@@ -64,7 +64,7 @@ class ForceResync {
64
64
  method: "POST",
65
65
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
66
66
  ? yield core.Supplier.get(this._options.accountToken)
67
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
67
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -67,7 +67,7 @@ class GenerateKey {
67
67
  method: "POST",
68
68
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
69
69
  ? yield core.Supplier.get(this._options.accountToken)
70
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
70
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
71
71
  contentType: "application/json",
72
72
  requestType: "json",
73
73
  body: serializers.crm.GenerateRemoteKeyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -109,7 +109,7 @@ class Issues {
109
109
  method: "GET",
110
110
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
111
111
  ? yield core.Supplier.get(this._options.accountToken)
112
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
112
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
113
  contentType: "application/json",
114
114
  queryParameters: _queryParams,
115
115
  requestType: "json",
@@ -164,7 +164,7 @@ class Issues {
164
164
  method: "GET",
165
165
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
166
166
  ? yield core.Supplier.get(this._options.accountToken)
167
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
168
168
  contentType: "application/json",
169
169
  requestType: "json",
170
170
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -129,7 +129,7 @@ class Leads {
129
129
  method: "GET",
130
130
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
131
131
  ? yield core.Supplier.get(this._options.accountToken)
132
- : 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),
132
+ : 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),
133
133
  contentType: "application/json",
134
134
  queryParameters: _queryParams,
135
135
  requestType: "json",
@@ -194,7 +194,7 @@ class Leads {
194
194
  method: "POST",
195
195
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
196
196
  ? yield core.Supplier.get(this._options.accountToken)
197
- : 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),
197
+ : 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),
198
198
  contentType: "application/json",
199
199
  queryParameters: _queryParams,
200
200
  requestType: "json",
@@ -262,7 +262,7 @@ class Leads {
262
262
  method: "GET",
263
263
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
264
264
  ? yield core.Supplier.get(this._options.accountToken)
265
- : 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),
265
+ : 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),
266
266
  contentType: "application/json",
267
267
  queryParameters: _queryParams,
268
268
  requestType: "json",
@@ -316,7 +316,7 @@ class Leads {
316
316
  method: "GET",
317
317
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
318
318
  ? yield core.Supplier.get(this._options.accountToken)
319
- : 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),
319
+ : 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),
320
320
  contentType: "application/json",
321
321
  requestType: "json",
322
322
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -393,7 +393,7 @@ class Leads {
393
393
  method: "GET",
394
394
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
395
395
  ? yield core.Supplier.get(this._options.accountToken)
396
- : 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),
396
+ : 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),
397
397
  contentType: "application/json",
398
398
  queryParameters: _queryParams,
399
399
  requestType: "json",
@@ -70,7 +70,7 @@ class LinkToken {
70
70
  method: "POST",
71
71
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
72
72
  ? yield core.Supplier.get(this._options.accountToken)
73
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
73
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
74
74
  contentType: "application/json",
75
75
  requestType: "json",
76
76
  body: serializers.crm.EndUserDetailsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -39,6 +39,8 @@ export interface EndUserDetailsRequest {
39
39
  * * `de` - de
40
40
  */
41
41
  language?: Merge.crm.LanguageEnum;
42
+ /** The boolean that indicates whether initial, periodic, and force syncs will be disabled. */
43
+ areSyncsDisabled?: boolean;
42
44
  /** A JSON object containing integration-specific configuration options. */
43
45
  integrationSpecificConfig?: Record<string, unknown>;
44
46
  }
@@ -106,7 +106,7 @@ class LinkedAccounts {
106
106
  method: "GET",
107
107
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
108
108
  ? yield core.Supplier.get(this._options.accountToken)
109
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.1", "User-Agent": "@mergeapi/merge-node-client/1.1.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
109
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.2", "User-Agent": "@mergeapi/merge-node-client/1.1.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
110
110
  contentType: "application/json",
111
111
  queryParameters: _queryParams,
112
112
  requestType: "json",