@mergeapi/merge-node-client 1.1.8 → 1.1.9

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 (726) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +11 -11
  3. package/api/resources/accounting/client/Client.d.ts +3 -0
  4. package/api/resources/accounting/client/Client.js +23 -18
  5. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  6. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  7. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  8. package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  9. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  10. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  11. package/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  12. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  13. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  14. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  15. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  16. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  17. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  18. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  19. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  20. package/api/resources/accounting/resources/contacts/client/Client.js +5 -5
  21. package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  22. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  23. package/api/resources/accounting/resources/employees/client/Client.js +2 -2
  24. package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  25. package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  26. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  27. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
  28. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  29. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  30. package/api/resources/accounting/resources/index.d.ts +3 -0
  31. package/api/resources/accounting/resources/index.js +4 -1
  32. package/api/resources/accounting/resources/invoices/client/Client.js +8 -8
  33. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  34. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  35. package/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  36. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  37. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  38. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  39. package/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
  40. package/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
  41. package/api/resources/accounting/resources/payments/client/Client.js +8 -8
  42. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  43. package/api/resources/accounting/resources/projects/client/Client.d.ts +57 -0
  44. package/api/resources/accounting/resources/projects/client/Client.js +225 -0
  45. package/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  46. package/api/resources/accounting/resources/projects/client/index.js +17 -0
  47. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
  48. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
  49. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
  50. package/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
  51. package/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
  52. package/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
  53. package/api/resources/accounting/resources/projects/index.d.ts +2 -0
  54. package/api/resources/accounting/resources/projects/index.js +18 -0
  55. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
  56. package/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
  57. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
  58. package/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
  59. package/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
  60. package/api/resources/accounting/resources/projects/types/index.js +18 -0
  61. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  62. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  63. package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  64. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  65. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  66. package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  67. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  68. package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  69. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  70. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
  71. package/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
  72. package/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
  73. package/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
  74. package/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
  75. package/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -0
  76. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
  77. package/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
  78. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
  79. package/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
  80. package/api/resources/accounting/types/ExpenseLine.d.ts +1 -0
  81. package/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
  82. package/api/resources/accounting/types/ExpenseLineProject.js +5 -0
  83. package/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
  84. package/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
  85. package/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
  86. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  87. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  88. package/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -0
  89. package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
  90. package/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
  91. package/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
  92. package/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
  93. package/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
  94. package/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
  95. package/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
  96. package/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +3 -0
  97. package/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
  98. package/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
  99. package/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
  100. package/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
  101. package/api/resources/accounting/types/JournalLine.d.ts +1 -0
  102. package/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
  103. package/api/resources/accounting/types/JournalLineProject.js +5 -0
  104. package/api/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  105. package/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
  106. package/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
  107. package/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
  108. package/api/resources/accounting/types/PaginatedProjectList.js +5 -0
  109. package/api/resources/accounting/types/Project.d.ts +32 -0
  110. package/api/resources/accounting/types/Project.js +5 -0
  111. package/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
  112. package/api/resources/accounting/types/ProjectCompany.js +5 -0
  113. package/api/resources/accounting/types/ProjectContact.d.ts +8 -0
  114. package/api/resources/accounting/types/ProjectContact.js +5 -0
  115. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  116. package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  117. package/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
  118. package/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
  119. package/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
  120. package/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
  121. package/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -0
  122. package/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
  123. package/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
  124. package/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
  125. package/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
  126. package/api/resources/accounting/types/index.d.ts +21 -0
  127. package/api/resources/accounting/types/index.js +21 -0
  128. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  129. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  130. package/api/resources/ats/resources/activities/client/Client.js +4 -4
  131. package/api/resources/ats/resources/applications/client/Client.js +5 -5
  132. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  133. package/api/resources/ats/resources/attachments/client/Client.js +4 -4
  134. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  135. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  136. package/api/resources/ats/resources/candidates/client/Client.js +7 -7
  137. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  138. package/api/resources/ats/resources/departments/client/Client.js +2 -2
  139. package/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  140. package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  141. package/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  142. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  143. package/api/resources/ats/resources/interviews/client/Client.js +4 -4
  144. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  145. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  146. package/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  147. package/api/resources/ats/resources/jobs/client/Client.js +3 -3
  148. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  149. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  150. package/api/resources/ats/resources/offers/client/Client.js +2 -2
  151. package/api/resources/ats/resources/offices/client/Client.js +2 -2
  152. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  153. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  154. package/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  155. package/api/resources/ats/resources/scopes/client/Client.js +3 -3
  156. package/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  157. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  158. package/api/resources/ats/resources/tags/client/Client.js +1 -1
  159. package/api/resources/ats/resources/users/client/Client.js +2 -2
  160. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  161. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  162. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  163. package/api/resources/crm/resources/accounts/client/Client.js +7 -7
  164. package/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  165. package/api/resources/crm/resources/associations/client/Client.js +2 -2
  166. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  167. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  168. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  169. package/api/resources/crm/resources/contacts/client/Client.js +8 -8
  170. package/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  171. package/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  172. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  173. package/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  174. package/api/resources/crm/resources/engagements/client/Client.js +7 -7
  175. package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  176. package/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  177. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  178. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  179. package/api/resources/crm/resources/leads/client/Client.js +5 -5
  180. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  181. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  182. package/api/resources/crm/resources/notes/client/Client.js +5 -5
  183. package/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  184. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  185. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  186. package/api/resources/crm/resources/scopes/client/Client.js +3 -3
  187. package/api/resources/crm/resources/stages/client/Client.js +3 -3
  188. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  189. package/api/resources/crm/resources/tasks/client/Client.js +7 -7
  190. package/api/resources/crm/resources/users/client/Client.js +4 -4
  191. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  192. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  193. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  194. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  195. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  196. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  197. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  198. package/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  199. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  200. package/api/resources/filestorage/resources/files/client/Client.js +7 -7
  201. package/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  202. package/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  203. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  204. package/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  205. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  206. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  207. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  208. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  209. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  210. package/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  211. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  212. package/api/resources/filestorage/resources/users/client/Client.js +2 -2
  213. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  214. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  215. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  216. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  217. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  218. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  219. package/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  220. package/api/resources/hris/resources/benefits/client/Client.js +2 -2
  221. package/api/resources/hris/resources/companies/client/Client.js +2 -2
  222. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  223. package/api/resources/hris/resources/dependents/client/Client.js +2 -2
  224. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  225. package/api/resources/hris/resources/employees/client/Client.js +5 -5
  226. package/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  227. package/api/resources/hris/resources/employments/client/Client.js +2 -2
  228. package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  229. package/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  230. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  231. package/api/resources/hris/resources/groups/client/Client.js +2 -2
  232. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  233. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  234. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  235. package/api/resources/hris/resources/locations/client/Client.js +2 -2
  236. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  237. package/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  238. package/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  239. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  240. package/api/resources/hris/resources/scopes/client/Client.js +3 -3
  241. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  242. package/api/resources/hris/resources/teams/client/Client.js +2 -2
  243. package/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  244. package/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  245. package/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  246. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  247. package/api/resources/index.d.ts +1 -1
  248. package/api/resources/index.js +2 -2
  249. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  250. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  251. package/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  252. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  253. package/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  254. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  255. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  256. package/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  257. package/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  258. package/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  259. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  260. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  261. package/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  262. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  263. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  264. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  265. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  266. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  267. package/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  268. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  269. package/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  270. package/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  271. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  272. package/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  273. package/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  274. package/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  275. package/api/resources/ticketing/resources/users/client/Client.js +2 -2
  276. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  277. package/dist/Client.d.ts +3 -3
  278. package/dist/Client.js +11 -11
  279. package/dist/api/resources/accounting/client/Client.d.ts +3 -0
  280. package/dist/api/resources/accounting/client/Client.js +23 -18
  281. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  282. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  283. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  284. package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  285. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  286. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  287. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +1 -1
  288. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  289. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  290. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  291. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  292. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +4 -4
  293. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +4 -4
  294. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  295. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  296. package/dist/api/resources/accounting/resources/contacts/client/Client.js +5 -5
  297. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -4
  298. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  299. package/dist/api/resources/accounting/resources/employees/client/Client.js +2 -2
  300. package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  301. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  302. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  303. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +2 -2
  304. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  305. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  306. package/dist/api/resources/accounting/resources/index.d.ts +3 -0
  307. package/dist/api/resources/accounting/resources/index.js +4 -1
  308. package/dist/api/resources/accounting/resources/invoices/client/Client.js +8 -8
  309. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  310. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  311. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  312. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  313. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  314. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  315. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +2 -2
  316. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +2 -2
  317. package/dist/api/resources/accounting/resources/payments/client/Client.js +8 -8
  318. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  319. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +57 -0
  320. package/dist/api/resources/accounting/resources/projects/client/Client.js +225 -0
  321. package/dist/api/resources/accounting/resources/projects/client/index.d.ts +1 -0
  322. package/dist/api/resources/accounting/resources/projects/client/index.js +17 -0
  323. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +34 -0
  324. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.js +5 -0
  325. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.d.ts +22 -0
  326. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsRetrieveRequest.js +5 -0
  327. package/dist/api/resources/accounting/resources/projects/client/requests/index.d.ts +2 -0
  328. package/dist/api/resources/accounting/resources/projects/client/requests/index.js +2 -0
  329. package/dist/api/resources/accounting/resources/projects/index.d.ts +2 -0
  330. package/dist/api/resources/accounting/resources/projects/index.js +18 -0
  331. package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +9 -0
  332. package/dist/api/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +11 -0
  333. package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +9 -0
  334. package/dist/api/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +11 -0
  335. package/dist/api/resources/accounting/resources/projects/types/index.d.ts +2 -0
  336. package/dist/api/resources/accounting/resources/projects/types/index.js +18 -0
  337. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  338. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  339. package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  340. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  341. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  342. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  343. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  344. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -4
  345. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  346. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +3 -0
  347. package/dist/api/resources/accounting/types/CreditNoteLineItemContact.d.ts +8 -0
  348. package/dist/api/resources/accounting/types/CreditNoteLineItemContact.js +5 -0
  349. package/dist/api/resources/accounting/types/CreditNoteLineItemProject.d.ts +5 -0
  350. package/dist/api/resources/accounting/types/CreditNoteLineItemProject.js +5 -0
  351. package/dist/api/resources/accounting/types/CreditNoteLineItemRequest.d.ts +3 -0
  352. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +8 -0
  353. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestContact.js +5 -0
  354. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +5 -0
  355. package/dist/api/resources/accounting/types/CreditNoteLineItemRequestProject.js +5 -0
  356. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +1 -0
  357. package/dist/api/resources/accounting/types/ExpenseLineProject.d.ts +5 -0
  358. package/dist/api/resources/accounting/types/ExpenseLineProject.js +5 -0
  359. package/dist/api/resources/accounting/types/ExpenseLineRequest.d.ts +1 -0
  360. package/dist/api/resources/accounting/types/ExpenseLineRequestProject.d.ts +5 -0
  361. package/dist/api/resources/accounting/types/ExpenseLineRequestProject.js +5 -0
  362. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  363. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  364. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +1 -0
  365. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +5 -0
  366. package/dist/api/resources/accounting/types/GeneralLedgerTransactionLineProject.js +5 -0
  367. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +3 -0
  368. package/dist/api/resources/accounting/types/InvoiceLineItemContact.d.ts +8 -0
  369. package/dist/api/resources/accounting/types/InvoiceLineItemContact.js +5 -0
  370. package/dist/api/resources/accounting/types/InvoiceLineItemProject.d.ts +5 -0
  371. package/dist/api/resources/accounting/types/InvoiceLineItemProject.js +5 -0
  372. package/dist/api/resources/accounting/types/InvoiceLineItemRequest.d.ts +3 -0
  373. package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +8 -0
  374. package/dist/api/resources/accounting/types/InvoiceLineItemRequestContact.js +5 -0
  375. package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +5 -0
  376. package/dist/api/resources/accounting/types/InvoiceLineItemRequestProject.js +5 -0
  377. package/dist/api/resources/accounting/types/JournalLine.d.ts +1 -0
  378. package/dist/api/resources/accounting/types/JournalLineProject.d.ts +5 -0
  379. package/dist/api/resources/accounting/types/JournalLineProject.js +5 -0
  380. package/dist/api/resources/accounting/types/JournalLineRequest.d.ts +1 -0
  381. package/dist/api/resources/accounting/types/JournalLineRequestProject.d.ts +5 -0
  382. package/dist/api/resources/accounting/types/JournalLineRequestProject.js +5 -0
  383. package/dist/api/resources/accounting/types/PaginatedProjectList.d.ts +9 -0
  384. package/dist/api/resources/accounting/types/PaginatedProjectList.js +5 -0
  385. package/dist/api/resources/accounting/types/Project.d.ts +32 -0
  386. package/dist/api/resources/accounting/types/Project.js +5 -0
  387. package/dist/api/resources/accounting/types/ProjectCompany.d.ts +8 -0
  388. package/dist/api/resources/accounting/types/ProjectCompany.js +5 -0
  389. package/dist/api/resources/accounting/types/ProjectContact.d.ts +8 -0
  390. package/dist/api/resources/accounting/types/ProjectContact.js +5 -0
  391. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  392. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -0
  393. package/dist/api/resources/accounting/types/VendorCreditLineContact.d.ts +5 -0
  394. package/dist/api/resources/accounting/types/VendorCreditLineContact.js +5 -0
  395. package/dist/api/resources/accounting/types/VendorCreditLineProject.d.ts +5 -0
  396. package/dist/api/resources/accounting/types/VendorCreditLineProject.js +5 -0
  397. package/dist/api/resources/accounting/types/VendorCreditLineRequest.d.ts +2 -0
  398. package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.d.ts +5 -0
  399. package/dist/api/resources/accounting/types/VendorCreditLineRequestContact.js +5 -0
  400. package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.d.ts +5 -0
  401. package/dist/api/resources/accounting/types/VendorCreditLineRequestProject.js +5 -0
  402. package/dist/api/resources/accounting/types/index.d.ts +21 -0
  403. package/dist/api/resources/accounting/types/index.js +21 -0
  404. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  405. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  406. package/dist/api/resources/ats/resources/activities/client/Client.js +4 -4
  407. package/dist/api/resources/ats/resources/applications/client/Client.js +5 -5
  408. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  409. package/dist/api/resources/ats/resources/attachments/client/Client.js +4 -4
  410. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  411. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  412. package/dist/api/resources/ats/resources/candidates/client/Client.js +7 -7
  413. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  414. package/dist/api/resources/ats/resources/departments/client/Client.js +2 -2
  415. package/dist/api/resources/ats/resources/eeocs/client/Client.js +2 -2
  416. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  417. package/dist/api/resources/ats/resources/forceResync/client/Client.js +1 -1
  418. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  419. package/dist/api/resources/ats/resources/interviews/client/Client.js +4 -4
  420. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  421. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +2 -2
  422. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +2 -2
  423. package/dist/api/resources/ats/resources/jobs/client/Client.js +3 -3
  424. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  425. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  426. package/dist/api/resources/ats/resources/offers/client/Client.js +2 -2
  427. package/dist/api/resources/ats/resources/offices/client/Client.js +2 -2
  428. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  429. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  430. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +2 -2
  431. package/dist/api/resources/ats/resources/scopes/client/Client.js +3 -3
  432. package/dist/api/resources/ats/resources/scorecards/client/Client.js +2 -2
  433. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  434. package/dist/api/resources/ats/resources/tags/client/Client.js +1 -1
  435. package/dist/api/resources/ats/resources/users/client/Client.js +2 -2
  436. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  437. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  438. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  439. package/dist/api/resources/crm/resources/accounts/client/Client.js +7 -7
  440. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +4 -4
  441. package/dist/api/resources/crm/resources/associations/client/Client.js +2 -2
  442. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  443. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  444. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  445. package/dist/api/resources/crm/resources/contacts/client/Client.js +8 -8
  446. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +2 -2
  447. package/dist/api/resources/crm/resources/customObjects/client/Client.js +5 -5
  448. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  449. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +3 -3
  450. package/dist/api/resources/crm/resources/engagements/client/Client.js +7 -7
  451. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  452. package/dist/api/resources/crm/resources/forceResync/client/Client.js +1 -1
  453. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  454. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  455. package/dist/api/resources/crm/resources/leads/client/Client.js +5 -5
  456. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  457. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  458. package/dist/api/resources/crm/resources/notes/client/Client.js +5 -5
  459. package/dist/api/resources/crm/resources/opportunities/client/Client.js +7 -7
  460. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  461. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  462. package/dist/api/resources/crm/resources/scopes/client/Client.js +3 -3
  463. package/dist/api/resources/crm/resources/stages/client/Client.js +3 -3
  464. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  465. package/dist/api/resources/crm/resources/tasks/client/Client.js +7 -7
  466. package/dist/api/resources/crm/resources/users/client/Client.js +4 -4
  467. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  468. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  469. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  470. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  471. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  472. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  473. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  474. package/dist/api/resources/filestorage/resources/drives/client/Client.js +2 -2
  475. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  476. package/dist/api/resources/filestorage/resources/files/client/Client.js +7 -7
  477. package/dist/api/resources/filestorage/resources/folders/client/Client.js +4 -4
  478. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +1 -1
  479. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  480. package/dist/api/resources/filestorage/resources/groups/client/Client.js +2 -2
  481. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  482. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  483. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  484. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  485. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  486. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +3 -3
  487. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  488. package/dist/api/resources/filestorage/resources/users/client/Client.js +2 -2
  489. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  490. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  491. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  492. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  493. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  494. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  495. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +2 -2
  496. package/dist/api/resources/hris/resources/benefits/client/Client.js +2 -2
  497. package/dist/api/resources/hris/resources/companies/client/Client.js +2 -2
  498. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  499. package/dist/api/resources/hris/resources/dependents/client/Client.js +2 -2
  500. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +2 -2
  501. package/dist/api/resources/hris/resources/employees/client/Client.js +5 -5
  502. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +2 -2
  503. package/dist/api/resources/hris/resources/employments/client/Client.js +2 -2
  504. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  505. package/dist/api/resources/hris/resources/forceResync/client/Client.js +1 -1
  506. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  507. package/dist/api/resources/hris/resources/groups/client/Client.js +2 -2
  508. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  509. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  510. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  511. package/dist/api/resources/hris/resources/locations/client/Client.js +2 -2
  512. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  513. package/dist/api/resources/hris/resources/payGroups/client/Client.js +2 -2
  514. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +2 -2
  515. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  516. package/dist/api/resources/hris/resources/scopes/client/Client.js +3 -3
  517. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  518. package/dist/api/resources/hris/resources/teams/client/Client.js +2 -2
  519. package/dist/api/resources/hris/resources/timeOff/client/Client.js +4 -4
  520. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +2 -2
  521. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +4 -4
  522. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  523. package/dist/api/resources/index.d.ts +1 -1
  524. package/dist/api/resources/index.js +2 -2
  525. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  526. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  527. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +2 -2
  528. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  529. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +5 -5
  530. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  531. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  532. package/dist/api/resources/ticketing/resources/collections/client/Client.js +3 -3
  533. package/dist/api/resources/ticketing/resources/comments/client/Client.js +4 -4
  534. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +4 -4
  535. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  536. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  537. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +1 -1
  538. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  539. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  540. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  541. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  542. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  543. package/dist/api/resources/ticketing/resources/projects/client/Client.js +3 -3
  544. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  545. package/dist/api/resources/ticketing/resources/roles/client/Client.js +2 -2
  546. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +3 -3
  547. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  548. package/dist/api/resources/ticketing/resources/tags/client/Client.js +2 -2
  549. package/dist/api/resources/ticketing/resources/teams/client/Client.js +2 -2
  550. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +8 -8
  551. package/dist/api/resources/ticketing/resources/users/client/Client.js +2 -2
  552. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  553. package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
  554. package/dist/serialization/resources/accounting/resources/index.js +3 -1
  555. package/dist/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
  556. package/dist/serialization/resources/accounting/resources/projects/index.js +17 -0
  557. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
  558. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
  559. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
  560. package/dist/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
  561. package/dist/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
  562. package/dist/serialization/resources/accounting/resources/projects/types/index.js +18 -0
  563. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
  564. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
  565. package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
  566. package/dist/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
  567. package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
  568. package/dist/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
  569. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
  570. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
  571. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
  572. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
  573. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
  574. package/dist/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
  575. package/dist/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
  576. package/dist/serialization/resources/accounting/types/ExpenseLine.js +2 -0
  577. package/dist/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
  578. package/dist/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
  579. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  580. package/dist/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
  581. package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
  582. package/dist/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
  583. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  584. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  585. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  586. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  587. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
  588. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
  589. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
  590. package/dist/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
  591. package/dist/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
  592. package/dist/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  593. package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
  594. package/dist/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
  595. package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
  596. package/dist/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
  597. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  598. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  599. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
  600. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
  601. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
  602. package/dist/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
  603. package/dist/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  604. package/dist/serialization/resources/accounting/types/JournalLine.js +2 -0
  605. package/dist/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
  606. package/dist/serialization/resources/accounting/types/JournalLineProject.js +42 -0
  607. package/dist/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  608. package/dist/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
  609. package/dist/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
  610. package/dist/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
  611. package/dist/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
  612. package/dist/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
  613. package/dist/serialization/resources/accounting/types/Project.d.ts +24 -0
  614. package/dist/serialization/resources/accounting/types/Project.js +55 -0
  615. package/dist/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
  616. package/dist/serialization/resources/accounting/types/ProjectCompany.js +42 -0
  617. package/dist/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
  618. package/dist/serialization/resources/accounting/types/ProjectContact.js +42 -0
  619. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  620. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
  621. package/dist/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
  622. package/dist/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
  623. package/dist/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
  624. package/dist/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
  625. package/dist/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
  626. package/dist/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
  627. package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
  628. package/dist/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
  629. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
  630. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
  631. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
  632. package/dist/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
  633. package/dist/serialization/resources/accounting/types/index.d.ts +21 -0
  634. package/dist/serialization/resources/accounting/types/index.js +21 -0
  635. package/dist/serialization/resources/index.d.ts +1 -1
  636. package/dist/serialization/resources/index.js +2 -2
  637. package/dist/version.d.ts +1 -1
  638. package/dist/version.js +1 -1
  639. package/package.json +1 -1
  640. package/reference.md +2712 -2576
  641. package/serialization/resources/accounting/resources/index.d.ts +2 -0
  642. package/serialization/resources/accounting/resources/index.js +3 -1
  643. package/serialization/resources/accounting/resources/projects/index.d.ts +1 -0
  644. package/serialization/resources/accounting/resources/projects/index.js +17 -0
  645. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.d.ts +10 -0
  646. package/serialization/resources/accounting/resources/projects/types/ProjectsListRequestExpand.js +41 -0
  647. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.d.ts +10 -0
  648. package/serialization/resources/accounting/resources/projects/types/ProjectsRetrieveRequestExpand.js +41 -0
  649. package/serialization/resources/accounting/resources/projects/types/index.d.ts +2 -0
  650. package/serialization/resources/accounting/resources/projects/types/index.js +18 -0
  651. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +4 -0
  652. package/serialization/resources/accounting/types/CreditNoteLineItem.js +4 -0
  653. package/serialization/resources/accounting/types/CreditNoteLineItemContact.d.ts +11 -0
  654. package/serialization/resources/accounting/types/CreditNoteLineItemContact.js +42 -0
  655. package/serialization/resources/accounting/types/CreditNoteLineItemProject.d.ts +11 -0
  656. package/serialization/resources/accounting/types/CreditNoteLineItemProject.js +42 -0
  657. package/serialization/resources/accounting/types/CreditNoteLineItemRequest.d.ts +4 -0
  658. package/serialization/resources/accounting/types/CreditNoteLineItemRequest.js +4 -0
  659. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.d.ts +11 -0
  660. package/serialization/resources/accounting/types/CreditNoteLineItemRequestContact.js +42 -0
  661. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.d.ts +11 -0
  662. package/serialization/resources/accounting/types/CreditNoteLineItemRequestProject.js +42 -0
  663. package/serialization/resources/accounting/types/ExpenseLine.d.ts +2 -0
  664. package/serialization/resources/accounting/types/ExpenseLine.js +2 -0
  665. package/serialization/resources/accounting/types/ExpenseLineProject.d.ts +11 -0
  666. package/serialization/resources/accounting/types/ExpenseLineProject.js +42 -0
  667. package/serialization/resources/accounting/types/ExpenseLineRequest.d.ts +2 -0
  668. package/serialization/resources/accounting/types/ExpenseLineRequest.js +2 -0
  669. package/serialization/resources/accounting/types/ExpenseLineRequestProject.d.ts +11 -0
  670. package/serialization/resources/accounting/types/ExpenseLineRequestProject.js +42 -0
  671. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  672. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +1 -0
  673. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  674. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +1 -0
  675. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.d.ts +2 -0
  676. package/serialization/resources/accounting/types/GeneralLedgerTransactionLine.js +2 -0
  677. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.d.ts +11 -0
  678. package/serialization/resources/accounting/types/GeneralLedgerTransactionLineProject.js +42 -0
  679. package/serialization/resources/accounting/types/InvoiceLineItem.d.ts +4 -0
  680. package/serialization/resources/accounting/types/InvoiceLineItem.js +4 -0
  681. package/serialization/resources/accounting/types/InvoiceLineItemContact.d.ts +11 -0
  682. package/serialization/resources/accounting/types/InvoiceLineItemContact.js +42 -0
  683. package/serialization/resources/accounting/types/InvoiceLineItemProject.d.ts +11 -0
  684. package/serialization/resources/accounting/types/InvoiceLineItemProject.js +42 -0
  685. package/serialization/resources/accounting/types/InvoiceLineItemRequest.d.ts +4 -0
  686. package/serialization/resources/accounting/types/InvoiceLineItemRequest.js +4 -0
  687. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.d.ts +11 -0
  688. package/serialization/resources/accounting/types/InvoiceLineItemRequestContact.js +42 -0
  689. package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.d.ts +11 -0
  690. package/serialization/resources/accounting/types/InvoiceLineItemRequestProject.js +42 -0
  691. package/serialization/resources/accounting/types/JournalLine.d.ts +2 -0
  692. package/serialization/resources/accounting/types/JournalLine.js +2 -0
  693. package/serialization/resources/accounting/types/JournalLineProject.d.ts +11 -0
  694. package/serialization/resources/accounting/types/JournalLineProject.js +42 -0
  695. package/serialization/resources/accounting/types/JournalLineRequest.d.ts +2 -0
  696. package/serialization/resources/accounting/types/JournalLineRequest.js +2 -0
  697. package/serialization/resources/accounting/types/JournalLineRequestProject.d.ts +11 -0
  698. package/serialization/resources/accounting/types/JournalLineRequestProject.js +42 -0
  699. package/serialization/resources/accounting/types/PaginatedProjectList.d.ts +15 -0
  700. package/serialization/resources/accounting/types/PaginatedProjectList.js +46 -0
  701. package/serialization/resources/accounting/types/Project.d.ts +24 -0
  702. package/serialization/resources/accounting/types/Project.js +55 -0
  703. package/serialization/resources/accounting/types/ProjectCompany.d.ts +11 -0
  704. package/serialization/resources/accounting/types/ProjectCompany.js +42 -0
  705. package/serialization/resources/accounting/types/ProjectContact.d.ts +11 -0
  706. package/serialization/resources/accounting/types/ProjectContact.js +42 -0
  707. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  708. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +1 -0
  709. package/serialization/resources/accounting/types/VendorCreditLine.d.ts +4 -0
  710. package/serialization/resources/accounting/types/VendorCreditLine.js +4 -0
  711. package/serialization/resources/accounting/types/VendorCreditLineContact.d.ts +11 -0
  712. package/serialization/resources/accounting/types/VendorCreditLineContact.js +42 -0
  713. package/serialization/resources/accounting/types/VendorCreditLineProject.d.ts +11 -0
  714. package/serialization/resources/accounting/types/VendorCreditLineProject.js +42 -0
  715. package/serialization/resources/accounting/types/VendorCreditLineRequest.d.ts +4 -0
  716. package/serialization/resources/accounting/types/VendorCreditLineRequest.js +4 -0
  717. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.d.ts +11 -0
  718. package/serialization/resources/accounting/types/VendorCreditLineRequestContact.js +42 -0
  719. package/serialization/resources/accounting/types/VendorCreditLineRequestProject.d.ts +11 -0
  720. package/serialization/resources/accounting/types/VendorCreditLineRequestProject.js +42 -0
  721. package/serialization/resources/accounting/types/index.d.ts +21 -0
  722. package/serialization/resources/accounting/types/index.js +21 -0
  723. package/serialization/resources/index.d.ts +1 -1
  724. package/serialization/resources/index.js +2 -2
  725. package/version.d.ts +1 -1
  726. package/version.js +1 -1
@@ -130,7 +130,7 @@ class Attachments {
130
130
  method: "GET",
131
131
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
132
132
  ? yield core.Supplier.get(this._options.accountToken)
133
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
133
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
134
134
  contentType: "application/json",
135
135
  queryParameters: _queryParams,
136
136
  requestType: "json",
@@ -201,7 +201,7 @@ class Attachments {
201
201
  method: "POST",
202
202
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
203
203
  ? yield core.Supplier.get(this._options.accountToken)
204
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
204
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
205
205
  contentType: "application/json",
206
206
  queryParameters: _queryParams,
207
207
  requestType: "json",
@@ -277,7 +277,7 @@ class Attachments {
277
277
  method: "GET",
278
278
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
279
279
  ? yield core.Supplier.get(this._options.accountToken)
280
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
280
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
281
281
  contentType: "application/json",
282
282
  queryParameters: _queryParams,
283
283
  requestType: "json",
@@ -340,7 +340,7 @@ class Attachments {
340
340
  method: "GET",
341
341
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
342
342
  ? yield core.Supplier.get(this._options.accountToken)
343
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
343
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
344
344
  contentType: "application/json",
345
345
  queryParameters: _queryParams,
346
346
  requestType: "json",
@@ -392,7 +392,7 @@ class Attachments {
392
392
  method: "GET",
393
393
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
394
394
  ? yield core.Supplier.get(this._options.accountToken)
395
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
395
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
396
396
  contentType: "application/json",
397
397
  requestType: "json",
398
398
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -98,7 +98,7 @@ class AuditTrail {
98
98
  method: "GET",
99
99
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
100
100
  ? yield core.Supplier.get(this._options.accountToken)
101
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
102
102
  contentType: "application/json",
103
103
  queryParameters: _queryParams,
104
104
  requestType: "json",
@@ -77,7 +77,7 @@ class AvailableActions {
77
77
  method: "GET",
78
78
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
79
79
  ? yield core.Supplier.get(this._options.accountToken)
80
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -125,7 +125,7 @@ class Collections {
125
125
  method: "GET",
126
126
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
127
127
  ? yield core.Supplier.get(this._options.accountToken)
128
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
128
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
129
129
  contentType: "application/json",
130
130
  queryParameters: _queryParams,
131
131
  requestType: "json",
@@ -209,7 +209,7 @@ class Collections {
209
209
  method: "GET",
210
210
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
211
211
  ? yield core.Supplier.get(this._options.accountToken)
212
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
212
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
213
213
  contentType: "application/json",
214
214
  queryParameters: _queryParams,
215
215
  requestType: "json",
@@ -288,7 +288,7 @@ class Collections {
288
288
  method: "GET",
289
289
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
290
290
  ? yield core.Supplier.get(this._options.accountToken)
291
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
291
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
292
292
  contentType: "application/json",
293
293
  queryParameters: _queryParams,
294
294
  requestType: "json",
@@ -132,7 +132,7 @@ class Comments {
132
132
  method: "GET",
133
133
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
134
134
  ? yield core.Supplier.get(this._options.accountToken)
135
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
135
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
136
136
  contentType: "application/json",
137
137
  queryParameters: _queryParams,
138
138
  requestType: "json",
@@ -203,7 +203,7 @@ class Comments {
203
203
  method: "POST",
204
204
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
205
205
  ? yield core.Supplier.get(this._options.accountToken)
206
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
206
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
207
207
  contentType: "application/json",
208
208
  queryParameters: _queryParams,
209
209
  requestType: "json",
@@ -279,7 +279,7 @@ class Comments {
279
279
  method: "GET",
280
280
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
281
281
  ? yield core.Supplier.get(this._options.accountToken)
282
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
282
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
283
283
  contentType: "application/json",
284
284
  queryParameters: _queryParams,
285
285
  requestType: "json",
@@ -339,7 +339,7 @@ class Comments {
339
339
  method: "GET",
340
340
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
341
341
  ? yield core.Supplier.get(this._options.accountToken)
342
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
342
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
343
343
  contentType: "application/json",
344
344
  requestType: "json",
345
345
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -124,7 +124,7 @@ class Contacts {
124
124
  method: "GET",
125
125
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
126
126
  ? yield core.Supplier.get(this._options.accountToken)
127
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
127
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
128
128
  contentType: "application/json",
129
129
  queryParameters: _queryParams,
130
130
  requestType: "json",
@@ -195,7 +195,7 @@ class Contacts {
195
195
  method: "POST",
196
196
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
197
197
  ? yield core.Supplier.get(this._options.accountToken)
198
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
198
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
199
199
  contentType: "application/json",
200
200
  queryParameters: _queryParams,
201
201
  requestType: "json",
@@ -271,7 +271,7 @@ class Contacts {
271
271
  method: "GET",
272
272
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
273
273
  ? yield core.Supplier.get(this._options.accountToken)
274
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
274
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
275
275
  contentType: "application/json",
276
276
  queryParameters: _queryParams,
277
277
  requestType: "json",
@@ -331,7 +331,7 @@ class Contacts {
331
331
  method: "GET",
332
332
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
333
333
  ? yield core.Supplier.get(this._options.accountToken)
334
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
334
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
335
335
  contentType: "application/json",
336
336
  requestType: "json",
337
337
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -76,7 +76,7 @@ class DeleteAccount {
76
76
  method: "POST",
77
77
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
78
78
  ? yield core.Supplier.get(this._options.accountToken)
79
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
80
  contentType: "application/json",
81
81
  requestType: "json",
82
82
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -94,7 +94,7 @@ class FieldMapping {
94
94
  method: "GET",
95
95
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
96
96
  ? yield core.Supplier.get(this._options.accountToken)
97
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
98
98
  contentType: "application/json",
99
99
  queryParameters: _queryParams,
100
100
  requestType: "json",
@@ -167,7 +167,7 @@ class FieldMapping {
167
167
  method: "POST",
168
168
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
169
169
  ? yield core.Supplier.get(this._options.accountToken)
170
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
170
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
171
171
  contentType: "application/json",
172
172
  queryParameters: _queryParams,
173
173
  requestType: "json",
@@ -231,7 +231,7 @@ class FieldMapping {
231
231
  method: "DELETE",
232
232
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
233
233
  ? yield core.Supplier.get(this._options.accountToken)
234
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
234
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
235
235
  contentType: "application/json",
236
236
  requestType: "json",
237
237
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -292,7 +292,7 @@ class FieldMapping {
292
292
  method: "PATCH",
293
293
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
294
294
  ? yield core.Supplier.get(this._options.accountToken)
295
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
295
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
296
296
  contentType: "application/json",
297
297
  requestType: "json",
298
298
  body: serializers.ticketing.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
@@ -363,7 +363,7 @@ class FieldMapping {
363
363
  method: "GET",
364
364
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
365
365
  ? yield core.Supplier.get(this._options.accountToken)
366
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
366
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
367
367
  contentType: "application/json",
368
368
  queryParameters: _queryParams,
369
369
  requestType: "json",
@@ -423,7 +423,7 @@ class FieldMapping {
423
423
  method: "GET",
424
424
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
425
425
  ? yield core.Supplier.get(this._options.accountToken)
426
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
426
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
427
427
  contentType: "application/json",
428
428
  requestType: "json",
429
429
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -77,7 +77,7 @@ class ForceResync {
77
77
  method: "POST",
78
78
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
79
79
  ? yield core.Supplier.get(this._options.accountToken)
80
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -80,7 +80,7 @@ class GenerateKey {
80
80
  method: "POST",
81
81
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
82
82
  ? yield core.Supplier.get(this._options.accountToken)
83
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
84
  contentType: "application/json",
85
85
  requestType: "json",
86
86
  body: serializers.ticketing.GenerateRemoteKeyRequest.jsonOrThrow(request, {
@@ -124,7 +124,7 @@ class Issues {
124
124
  method: "GET",
125
125
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
126
126
  ? yield core.Supplier.get(this._options.accountToken)
127
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
127
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
128
128
  contentType: "application/json",
129
129
  queryParameters: _queryParams,
130
130
  requestType: "json",
@@ -185,7 +185,7 @@ class Issues {
185
185
  method: "GET",
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.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "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.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "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
  requestType: "json",
191
191
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -83,7 +83,7 @@ class LinkToken {
83
83
  method: "POST",
84
84
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
85
85
  ? yield core.Supplier.get(this._options.accountToken)
86
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
87
  contentType: "application/json",
88
88
  requestType: "json",
89
89
  body: serializers.ticketing.EndUserDetailsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -121,7 +121,7 @@ class LinkedAccounts {
121
121
  method: "GET",
122
122
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
123
123
  ? yield core.Supplier.get(this._options.accountToken)
124
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
124
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
125
125
  contentType: "application/json",
126
126
  queryParameters: _queryParams,
127
127
  requestType: "json",
@@ -81,7 +81,7 @@ class Passthrough {
81
81
  method: "POST",
82
82
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
83
83
  ? yield core.Supplier.get(this._options.accountToken)
84
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "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.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  body: serializers.ticketing.DataPassthroughRequest.jsonOrThrow(request, {
@@ -110,7 +110,7 @@ class Projects {
110
110
  method: "GET",
111
111
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
112
112
  ? yield core.Supplier.get(this._options.accountToken)
113
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
114
114
  contentType: "application/json",
115
115
  queryParameters: _queryParams,
116
116
  requestType: "json",
@@ -180,7 +180,7 @@ class Projects {
180
180
  method: "GET",
181
181
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
182
182
  ? 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.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
184
184
  contentType: "application/json",
185
185
  queryParameters: _queryParams,
186
186
  requestType: "json",
@@ -264,7 +264,7 @@ class Projects {
264
264
  method: "GET",
265
265
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
266
266
  ? yield core.Supplier.get(this._options.accountToken)
267
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
267
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
268
268
  contentType: "application/json",
269
269
  queryParameters: _queryParams,
270
270
  requestType: "json",
@@ -80,7 +80,7 @@ class RegenerateKey {
80
80
  method: "POST",
81
81
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
82
82
  ? yield core.Supplier.get(this._options.accountToken)
83
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
84
  contentType: "application/json",
85
85
  requestType: "json",
86
86
  body: serializers.ticketing.RemoteKeyForRegenerationRequest.jsonOrThrow(request, {
@@ -110,7 +110,7 @@ class Roles {
110
110
  method: "GET",
111
111
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
112
112
  ? yield core.Supplier.get(this._options.accountToken)
113
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
114
114
  contentType: "application/json",
115
115
  queryParameters: _queryParams,
116
116
  requestType: "json",
@@ -180,7 +180,7 @@ class Roles {
180
180
  method: "GET",
181
181
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
182
182
  ? 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.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
184
184
  contentType: "application/json",
185
185
  queryParameters: _queryParams,
186
186
  requestType: "json",
@@ -77,7 +77,7 @@ class Scopes {
77
77
  method: "GET",
78
78
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
79
79
  ? yield core.Supplier.get(this._options.accountToken)
80
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -136,7 +136,7 @@ class Scopes {
136
136
  method: "GET",
137
137
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
138
138
  ? yield core.Supplier.get(this._options.accountToken)
139
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
139
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
140
140
  contentType: "application/json",
141
141
  requestType: "json",
142
142
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -219,7 +219,7 @@ class Scopes {
219
219
  method: "POST",
220
220
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
221
221
  ? yield core.Supplier.get(this._options.accountToken)
222
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
222
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
223
223
  contentType: "application/json",
224
224
  requestType: "json",
225
225
  body: serializers.ticketing.LinkedAccountCommonModelScopeDeserializerRequest.jsonOrThrow(request, {
@@ -86,7 +86,7 @@ class SyncStatus {
86
86
  method: "GET",
87
87
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
88
88
  ? yield core.Supplier.get(this._options.accountToken)
89
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
89
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
90
90
  contentType: "application/json",
91
91
  queryParameters: _queryParams,
92
92
  requestType: "json",
@@ -110,7 +110,7 @@ class Tags {
110
110
  method: "GET",
111
111
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
112
112
  ? yield core.Supplier.get(this._options.accountToken)
113
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
114
114
  contentType: "application/json",
115
115
  queryParameters: _queryParams,
116
116
  requestType: "json",
@@ -180,7 +180,7 @@ class Tags {
180
180
  method: "GET",
181
181
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
182
182
  ? 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.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
184
184
  contentType: "application/json",
185
185
  queryParameters: _queryParams,
186
186
  requestType: "json",
@@ -110,7 +110,7 @@ class Teams {
110
110
  method: "GET",
111
111
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
112
112
  ? yield core.Supplier.get(this._options.accountToken)
113
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
113
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
114
114
  contentType: "application/json",
115
115
  queryParameters: _queryParams,
116
116
  requestType: "json",
@@ -180,7 +180,7 @@ class Teams {
180
180
  method: "GET",
181
181
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
182
182
  ? 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.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
184
184
  contentType: "application/json",
185
185
  queryParameters: _queryParams,
186
186
  requestType: "json",
@@ -191,7 +191,7 @@ class Tickets {
191
191
  method: "GET",
192
192
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
193
193
  ? yield core.Supplier.get(this._options.accountToken)
194
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
194
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
195
195
  contentType: "application/json",
196
196
  queryParameters: _queryParams,
197
197
  requestType: "json",
@@ -262,7 +262,7 @@ class Tickets {
262
262
  method: "POST",
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.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "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.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "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",
@@ -347,7 +347,7 @@ class Tickets {
347
347
  method: "GET",
348
348
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
349
349
  ? yield core.Supplier.get(this._options.accountToken)
350
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
350
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
351
351
  contentType: "application/json",
352
352
  queryParameters: _queryParams,
353
353
  requestType: "json",
@@ -419,7 +419,7 @@ class Tickets {
419
419
  method: "PATCH",
420
420
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
421
421
  ? yield core.Supplier.get(this._options.accountToken)
422
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
422
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
423
423
  contentType: "application/json",
424
424
  queryParameters: _queryParams,
425
425
  requestType: "json",
@@ -506,7 +506,7 @@ class Tickets {
506
506
  method: "GET",
507
507
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
508
508
  ? yield core.Supplier.get(this._options.accountToken)
509
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
509
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
510
510
  contentType: "application/json",
511
511
  queryParameters: _queryParams,
512
512
  requestType: "json",
@@ -567,7 +567,7 @@ class Tickets {
567
567
  method: "GET",
568
568
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
569
569
  ? yield core.Supplier.get(this._options.accountToken)
570
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
570
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
571
571
  contentType: "application/json",
572
572
  requestType: "json",
573
573
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -626,7 +626,7 @@ class Tickets {
626
626
  method: "GET",
627
627
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
628
628
  ? yield core.Supplier.get(this._options.accountToken)
629
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
629
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
630
630
  contentType: "application/json",
631
631
  requestType: "json",
632
632
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -709,7 +709,7 @@ class Tickets {
709
709
  method: "GET",
710
710
  headers: Object.assign({ Authorization: yield this._getAuthorizationHeader(), "X-Account-Token": (yield core.Supplier.get(this._options.accountToken)) != null
711
711
  ? yield core.Supplier.get(this._options.accountToken)
712
- : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.8", "User-Agent": "@mergeapi/merge-node-client/1.1.8", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
712
+ : undefined, "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@mergeapi/merge-node-client", "X-Fern-SDK-Version": "1.1.9", "User-Agent": "@mergeapi/merge-node-client/1.1.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
713
713
  contentType: "application/json",
714
714
  queryParameters: _queryParams,
715
715
  requestType: "json",