@mergeapi/merge-node-client 1.0.11 → 1.0.12

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 (957) hide show
  1. package/Client.d.ts +4 -3
  2. package/Client.js +11 -11
  3. package/api/resources/accounting/client/Client.d.ts +1 -0
  4. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +1 -0
  5. package/api/resources/accounting/resources/accountDetails/client/Client.js +4 -4
  6. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
  7. package/api/resources/accounting/resources/accountToken/client/Client.js +4 -4
  8. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -0
  9. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -8
  10. package/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -0
  11. package/api/resources/accounting/resources/accounts/client/Client.js +16 -16
  12. package/api/resources/accounting/resources/addresses/client/Client.d.ts +1 -0
  13. package/api/resources/accounting/resources/addresses/client/Client.js +4 -4
  14. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -4
  15. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +9 -12
  16. package/api/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  17. package/api/resources/accounting/resources/asyncPassthrough/index.js +1 -0
  18. package/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  19. package/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  20. package/api/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  21. package/api/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  22. package/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -0
  23. package/api/resources/accounting/resources/attachments/client/Client.js +16 -16
  24. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -0
  25. package/api/resources/accounting/resources/auditTrail/client/Client.js +4 -4
  26. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
  27. package/api/resources/accounting/resources/availableActions/client/Client.js +4 -4
  28. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -0
  29. package/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -8
  30. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -0
  31. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -8
  32. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +1 -0
  33. package/api/resources/accounting/resources/companyInfo/client/Client.js +8 -8
  34. package/api/resources/accounting/resources/contacts/client/Client.d.ts +1 -0
  35. package/api/resources/accounting/resources/contacts/client/Client.js +20 -20
  36. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +1 -0
  37. package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -8
  38. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +1 -0
  39. package/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -4
  40. package/api/resources/accounting/resources/expenses/client/Client.d.ts +1 -0
  41. package/api/resources/accounting/resources/expenses/client/Client.js +24 -24
  42. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -0
  43. package/api/resources/accounting/resources/fieldMapping/client/Client.js +24 -24
  44. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -0
  45. package/api/resources/accounting/resources/forceResync/client/Client.js +4 -4
  46. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +1 -0
  47. package/api/resources/accounting/resources/generateKey/client/Client.js +4 -4
  48. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -0
  49. package/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -8
  50. package/api/resources/accounting/resources/index.d.ts +2 -1
  51. package/api/resources/accounting/resources/index.js +3 -2
  52. package/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
  53. package/api/resources/accounting/resources/invoices/client/Client.js +32 -32
  54. package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -0
  55. package/api/resources/accounting/resources/issues/client/Client.js +8 -8
  56. package/api/resources/accounting/resources/items/client/Client.d.ts +1 -0
  57. package/api/resources/accounting/resources/items/client/Client.js +8 -8
  58. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +1 -0
  59. package/api/resources/accounting/resources/journalEntries/client/Client.js +24 -24
  60. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
  61. package/api/resources/accounting/resources/linkToken/client/Client.js +4 -4
  62. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -0
  63. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -4
  64. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
  65. package/api/resources/accounting/resources/passthrough/client/Client.js +4 -4
  66. package/api/resources/accounting/resources/payments/client/Client.d.ts +1 -0
  67. package/api/resources/accounting/resources/payments/client/Client.js +32 -32
  68. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +1 -0
  69. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -4
  70. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +1 -0
  71. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +24 -24
  72. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +1 -0
  73. package/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -4
  74. package/api/resources/accounting/resources/scopes/client/Client.d.ts +1 -0
  75. package/api/resources/accounting/resources/scopes/client/Client.js +12 -12
  76. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -0
  77. package/api/resources/accounting/resources/syncStatus/client/Client.js +4 -4
  78. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -0
  79. package/api/resources/accounting/resources/taxRates/client/Client.js +8 -8
  80. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -0
  81. package/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -8
  82. package/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -0
  83. package/api/resources/accounting/resources/transactions/client/Client.js +8 -8
  84. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +1 -0
  85. package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -8
  86. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +1 -0
  87. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +8 -8
  88. package/api/resources/ats/client/Client.d.ts +1 -0
  89. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +1 -0
  90. package/api/resources/ats/resources/accountDetails/client/Client.js +4 -4
  91. package/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
  92. package/api/resources/ats/resources/accountToken/client/Client.js +4 -4
  93. package/api/resources/ats/resources/activities/client/Client.d.ts +1 -0
  94. package/api/resources/ats/resources/activities/client/Client.js +16 -16
  95. package/api/resources/ats/resources/applications/client/Client.d.ts +1 -0
  96. package/api/resources/ats/resources/applications/client/Client.js +20 -20
  97. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -4
  98. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +9 -12
  99. package/api/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  100. package/api/resources/ats/resources/asyncPassthrough/index.js +1 -0
  101. package/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  102. package/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  103. package/api/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  104. package/api/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  105. package/api/resources/ats/resources/attachments/client/Client.d.ts +1 -0
  106. package/api/resources/ats/resources/attachments/client/Client.js +16 -16
  107. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -0
  108. package/api/resources/ats/resources/auditTrail/client/Client.js +4 -4
  109. package/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
  110. package/api/resources/ats/resources/availableActions/client/Client.js +4 -4
  111. package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -0
  112. package/api/resources/ats/resources/candidates/client/Client.js +28 -28
  113. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +1 -0
  114. package/api/resources/ats/resources/deleteAccount/client/Client.js +4 -4
  115. package/api/resources/ats/resources/departments/client/Client.d.ts +1 -0
  116. package/api/resources/ats/resources/departments/client/Client.js +8 -8
  117. package/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -0
  118. package/api/resources/ats/resources/eeocs/client/Client.js +8 -8
  119. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -0
  120. package/api/resources/ats/resources/fieldMapping/client/Client.js +24 -24
  121. package/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -0
  122. package/api/resources/ats/resources/forceResync/client/Client.js +4 -4
  123. package/api/resources/ats/resources/generateKey/client/Client.d.ts +1 -0
  124. package/api/resources/ats/resources/generateKey/client/Client.js +4 -4
  125. package/api/resources/ats/resources/index.d.ts +2 -1
  126. package/api/resources/ats/resources/index.js +3 -2
  127. package/api/resources/ats/resources/interviews/client/Client.d.ts +1 -0
  128. package/api/resources/ats/resources/interviews/client/Client.js +16 -16
  129. package/api/resources/ats/resources/issues/client/Client.d.ts +1 -0
  130. package/api/resources/ats/resources/issues/client/Client.js +8 -8
  131. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -0
  132. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +8 -8
  133. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -0
  134. package/api/resources/ats/resources/jobPostings/client/Client.js +8 -8
  135. package/api/resources/ats/resources/jobs/client/Client.d.ts +1 -0
  136. package/api/resources/ats/resources/jobs/client/Client.js +12 -12
  137. package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
  138. package/api/resources/ats/resources/linkToken/client/Client.js +4 -4
  139. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -0
  140. package/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -4
  141. package/api/resources/ats/resources/offers/client/Client.d.ts +1 -0
  142. package/api/resources/ats/resources/offers/client/Client.js +8 -8
  143. package/api/resources/ats/resources/offices/client/Client.d.ts +1 -0
  144. package/api/resources/ats/resources/offices/client/Client.js +8 -8
  145. package/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
  146. package/api/resources/ats/resources/passthrough/client/Client.js +4 -4
  147. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +1 -0
  148. package/api/resources/ats/resources/regenerateKey/client/Client.js +4 -4
  149. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -0
  150. package/api/resources/ats/resources/rejectReasons/client/Client.js +8 -8
  151. package/api/resources/ats/resources/scopes/client/Client.d.ts +1 -0
  152. package/api/resources/ats/resources/scopes/client/Client.js +12 -12
  153. package/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -0
  154. package/api/resources/ats/resources/scorecards/client/Client.js +8 -8
  155. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -0
  156. package/api/resources/ats/resources/syncStatus/client/Client.js +4 -4
  157. package/api/resources/ats/resources/tags/client/Client.d.ts +1 -0
  158. package/api/resources/ats/resources/tags/client/Client.js +4 -4
  159. package/api/resources/ats/resources/users/client/Client.d.ts +1 -0
  160. package/api/resources/ats/resources/users/client/Client.js +8 -8
  161. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +1 -0
  162. package/api/resources/ats/resources/webhookReceivers/client/Client.js +8 -8
  163. package/api/resources/crm/client/Client.d.ts +1 -0
  164. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +1 -0
  165. package/api/resources/crm/resources/accountDetails/client/Client.js +4 -4
  166. package/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
  167. package/api/resources/crm/resources/accountToken/client/Client.js +4 -4
  168. package/api/resources/crm/resources/accounts/client/Client.d.ts +1 -0
  169. package/api/resources/crm/resources/accounts/client/Client.js +28 -28
  170. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -0
  171. package/api/resources/crm/resources/associationTypes/client/Client.js +16 -16
  172. package/api/resources/crm/resources/associations/client/Client.d.ts +1 -0
  173. package/api/resources/crm/resources/associations/client/Client.js +8 -8
  174. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -4
  175. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +9 -12
  176. package/api/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  177. package/api/resources/crm/resources/asyncPassthrough/index.js +1 -0
  178. package/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  179. package/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  180. package/api/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  181. package/api/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  182. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -0
  183. package/api/resources/crm/resources/auditTrail/client/Client.js +4 -4
  184. package/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
  185. package/api/resources/crm/resources/availableActions/client/Client.js +4 -4
  186. package/api/resources/crm/resources/contacts/client/Client.d.ts +1 -0
  187. package/api/resources/crm/resources/contacts/client/Client.js +32 -32
  188. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -0
  189. package/api/resources/crm/resources/customObjectClasses/client/Client.js +8 -8
  190. package/api/resources/crm/resources/customObjects/client/Client.d.ts +1 -0
  191. package/api/resources/crm/resources/customObjects/client/Client.js +20 -20
  192. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +1 -0
  193. package/api/resources/crm/resources/deleteAccount/client/Client.js +4 -4
  194. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +1 -0
  195. package/api/resources/crm/resources/engagementTypes/client/Client.js +12 -12
  196. package/api/resources/crm/resources/engagements/client/Client.d.ts +1 -0
  197. package/api/resources/crm/resources/engagements/client/Client.js +28 -28
  198. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -0
  199. package/api/resources/crm/resources/fieldMapping/client/Client.js +24 -24
  200. package/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -0
  201. package/api/resources/crm/resources/forceResync/client/Client.js +4 -4
  202. package/api/resources/crm/resources/generateKey/client/Client.d.ts +1 -0
  203. package/api/resources/crm/resources/generateKey/client/Client.js +4 -4
  204. package/api/resources/crm/resources/index.d.ts +2 -1
  205. package/api/resources/crm/resources/index.js +3 -2
  206. package/api/resources/crm/resources/issues/client/Client.d.ts +1 -0
  207. package/api/resources/crm/resources/issues/client/Client.js +8 -8
  208. package/api/resources/crm/resources/leads/client/Client.d.ts +1 -0
  209. package/api/resources/crm/resources/leads/client/Client.js +20 -20
  210. package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
  211. package/api/resources/crm/resources/linkToken/client/Client.js +4 -4
  212. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -0
  213. package/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -4
  214. package/api/resources/crm/resources/notes/client/Client.d.ts +1 -0
  215. package/api/resources/crm/resources/notes/client/Client.js +20 -20
  216. package/api/resources/crm/resources/opportunities/client/Client.d.ts +1 -0
  217. package/api/resources/crm/resources/opportunities/client/Client.js +28 -28
  218. package/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
  219. package/api/resources/crm/resources/passthrough/client/Client.js +4 -4
  220. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +1 -0
  221. package/api/resources/crm/resources/regenerateKey/client/Client.js +4 -4
  222. package/api/resources/crm/resources/scopes/client/Client.d.ts +1 -0
  223. package/api/resources/crm/resources/scopes/client/Client.js +12 -12
  224. package/api/resources/crm/resources/stages/client/Client.d.ts +1 -0
  225. package/api/resources/crm/resources/stages/client/Client.js +12 -12
  226. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -0
  227. package/api/resources/crm/resources/syncStatus/client/Client.js +4 -4
  228. package/api/resources/crm/resources/tasks/client/Client.d.ts +1 -0
  229. package/api/resources/crm/resources/tasks/client/Client.js +28 -28
  230. package/api/resources/crm/resources/users/client/Client.d.ts +1 -0
  231. package/api/resources/crm/resources/users/client/Client.js +16 -16
  232. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +1 -0
  233. package/api/resources/crm/resources/webhookReceivers/client/Client.js +8 -8
  234. package/api/resources/filestorage/client/Client.d.ts +1 -0
  235. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +1 -0
  236. package/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -4
  237. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
  238. package/api/resources/filestorage/resources/accountToken/client/Client.js +4 -4
  239. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -4
  240. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +9 -12
  241. package/api/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  242. package/api/resources/filestorage/resources/asyncPassthrough/index.js +1 -0
  243. package/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  244. package/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  245. package/api/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  246. package/api/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  247. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -0
  248. package/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -4
  249. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
  250. package/api/resources/filestorage/resources/availableActions/client/Client.js +4 -4
  251. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +1 -0
  252. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -4
  253. package/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -0
  254. package/api/resources/filestorage/resources/drives/client/Client.js +8 -8
  255. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -0
  256. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +24 -24
  257. package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -0
  258. package/api/resources/filestorage/resources/files/client/Client.js +20 -20
  259. package/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -0
  260. package/api/resources/filestorage/resources/folders/client/Client.js +16 -16
  261. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -0
  262. package/api/resources/filestorage/resources/forceResync/client/Client.js +4 -4
  263. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +1 -0
  264. package/api/resources/filestorage/resources/generateKey/client/Client.js +4 -4
  265. package/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -0
  266. package/api/resources/filestorage/resources/groups/client/Client.js +8 -8
  267. package/api/resources/filestorage/resources/index.d.ts +2 -1
  268. package/api/resources/filestorage/resources/index.js +3 -2
  269. package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -0
  270. package/api/resources/filestorage/resources/issues/client/Client.js +8 -8
  271. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
  272. package/api/resources/filestorage/resources/linkToken/client/Client.js +4 -4
  273. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -0
  274. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -4
  275. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
  276. package/api/resources/filestorage/resources/passthrough/client/Client.js +4 -4
  277. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +1 -0
  278. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -4
  279. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +1 -0
  280. package/api/resources/filestorage/resources/scopes/client/Client.js +12 -12
  281. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -0
  282. package/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -4
  283. package/api/resources/filestorage/resources/users/client/Client.d.ts +1 -0
  284. package/api/resources/filestorage/resources/users/client/Client.js +8 -8
  285. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +1 -0
  286. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +8 -8
  287. package/api/resources/hris/client/Client.d.ts +1 -0
  288. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +1 -0
  289. package/api/resources/hris/resources/accountDetails/client/Client.js +4 -4
  290. package/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
  291. package/api/resources/hris/resources/accountToken/client/Client.js +4 -4
  292. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -4
  293. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +9 -12
  294. package/api/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  295. package/api/resources/hris/resources/asyncPassthrough/index.js +1 -0
  296. package/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  297. package/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  298. package/api/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  299. package/api/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  300. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -0
  301. package/api/resources/hris/resources/auditTrail/client/Client.js +4 -4
  302. package/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
  303. package/api/resources/hris/resources/availableActions/client/Client.js +4 -4
  304. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -0
  305. package/api/resources/hris/resources/bankInfo/client/Client.js +8 -8
  306. package/api/resources/hris/resources/benefits/client/Client.d.ts +1 -0
  307. package/api/resources/hris/resources/benefits/client/Client.js +8 -8
  308. package/api/resources/hris/resources/companies/client/Client.d.ts +1 -0
  309. package/api/resources/hris/resources/companies/client/Client.js +8 -8
  310. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +1 -0
  311. package/api/resources/hris/resources/deleteAccount/client/Client.js +4 -4
  312. package/api/resources/hris/resources/dependents/client/Client.d.ts +1 -0
  313. package/api/resources/hris/resources/dependents/client/Client.js +8 -8
  314. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -0
  315. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +8 -8
  316. package/api/resources/hris/resources/employees/client/Client.d.ts +1 -0
  317. package/api/resources/hris/resources/employees/client/Client.js +20 -20
  318. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -0
  319. package/api/resources/hris/resources/employerBenefits/client/Client.js +8 -8
  320. package/api/resources/hris/resources/employments/client/Client.d.ts +1 -0
  321. package/api/resources/hris/resources/employments/client/Client.js +8 -8
  322. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -0
  323. package/api/resources/hris/resources/fieldMapping/client/Client.js +24 -24
  324. package/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -0
  325. package/api/resources/hris/resources/forceResync/client/Client.js +4 -4
  326. package/api/resources/hris/resources/generateKey/client/Client.d.ts +1 -0
  327. package/api/resources/hris/resources/generateKey/client/Client.js +4 -4
  328. package/api/resources/hris/resources/groups/client/Client.d.ts +1 -0
  329. package/api/resources/hris/resources/groups/client/Client.js +8 -8
  330. package/api/resources/hris/resources/index.d.ts +2 -1
  331. package/api/resources/hris/resources/index.js +3 -2
  332. package/api/resources/hris/resources/issues/client/Client.d.ts +1 -0
  333. package/api/resources/hris/resources/issues/client/Client.js +8 -8
  334. package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
  335. package/api/resources/hris/resources/linkToken/client/Client.js +4 -4
  336. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -0
  337. package/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -4
  338. package/api/resources/hris/resources/locations/client/Client.d.ts +1 -0
  339. package/api/resources/hris/resources/locations/client/Client.js +8 -8
  340. package/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
  341. package/api/resources/hris/resources/passthrough/client/Client.js +4 -4
  342. package/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -0
  343. package/api/resources/hris/resources/payGroups/client/Client.js +8 -8
  344. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -0
  345. package/api/resources/hris/resources/payrollRuns/client/Client.js +8 -8
  346. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +1 -0
  347. package/api/resources/hris/resources/regenerateKey/client/Client.js +4 -4
  348. package/api/resources/hris/resources/scopes/client/Client.d.ts +1 -0
  349. package/api/resources/hris/resources/scopes/client/Client.js +12 -12
  350. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -0
  351. package/api/resources/hris/resources/syncStatus/client/Client.js +4 -4
  352. package/api/resources/hris/resources/teams/client/Client.d.ts +1 -0
  353. package/api/resources/hris/resources/teams/client/Client.js +8 -8
  354. package/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -0
  355. package/api/resources/hris/resources/timeOff/client/Client.js +16 -16
  356. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -0
  357. package/api/resources/hris/resources/timeOffBalances/client/Client.js +8 -8
  358. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -0
  359. package/api/resources/hris/resources/timesheetEntries/client/Client.js +16 -16
  360. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +1 -0
  361. package/api/resources/hris/resources/webhookReceivers/client/Client.js +8 -8
  362. package/api/resources/index.d.ts +1 -1
  363. package/api/resources/index.js +2 -2
  364. package/api/resources/ticketing/client/Client.d.ts +1 -0
  365. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +1 -0
  366. package/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -4
  367. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
  368. package/api/resources/ticketing/resources/accountToken/client/Client.js +4 -4
  369. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -0
  370. package/api/resources/ticketing/resources/accounts/client/Client.js +8 -8
  371. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -4
  372. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +9 -12
  373. package/api/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  374. package/api/resources/ticketing/resources/asyncPassthrough/index.js +1 -0
  375. package/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  376. package/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  377. package/api/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  378. package/api/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  379. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -0
  380. package/api/resources/ticketing/resources/attachments/client/Client.js +20 -20
  381. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -0
  382. package/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -4
  383. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
  384. package/api/resources/ticketing/resources/availableActions/client/Client.js +4 -4
  385. package/api/resources/ticketing/resources/collections/client/Client.d.ts +1 -0
  386. package/api/resources/ticketing/resources/collections/client/Client.js +12 -12
  387. package/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -0
  388. package/api/resources/ticketing/resources/comments/client/Client.js +16 -16
  389. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -0
  390. package/api/resources/ticketing/resources/contacts/client/Client.js +16 -16
  391. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +1 -0
  392. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -4
  393. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -0
  394. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +24 -24
  395. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -0
  396. package/api/resources/ticketing/resources/forceResync/client/Client.js +4 -4
  397. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +1 -0
  398. package/api/resources/ticketing/resources/generateKey/client/Client.js +4 -4
  399. package/api/resources/ticketing/resources/index.d.ts +2 -1
  400. package/api/resources/ticketing/resources/index.js +3 -2
  401. package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -0
  402. package/api/resources/ticketing/resources/issues/client/Client.js +8 -8
  403. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
  404. package/api/resources/ticketing/resources/linkToken/client/Client.js +4 -4
  405. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -0
  406. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -4
  407. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
  408. package/api/resources/ticketing/resources/passthrough/client/Client.js +4 -4
  409. package/api/resources/ticketing/resources/projects/client/Client.d.ts +1 -0
  410. package/api/resources/ticketing/resources/projects/client/Client.js +12 -12
  411. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +1 -0
  412. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -4
  413. package/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -0
  414. package/api/resources/ticketing/resources/roles/client/Client.js +8 -8
  415. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +1 -0
  416. package/api/resources/ticketing/resources/scopes/client/Client.js +12 -12
  417. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -0
  418. package/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -4
  419. package/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -0
  420. package/api/resources/ticketing/resources/tags/client/Client.js +8 -8
  421. package/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -0
  422. package/api/resources/ticketing/resources/teams/client/Client.js +8 -8
  423. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -0
  424. package/api/resources/ticketing/resources/tickets/client/Client.js +32 -32
  425. package/api/resources/ticketing/resources/users/client/Client.d.ts +1 -0
  426. package/api/resources/ticketing/resources/users/client/Client.js +8 -8
  427. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +1 -0
  428. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +8 -8
  429. package/dist/Client.d.ts +4 -3
  430. package/dist/Client.js +11 -11
  431. package/dist/api/resources/accounting/client/Client.d.ts +1 -0
  432. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +1 -0
  433. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +4 -4
  434. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
  435. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +4 -4
  436. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -0
  437. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -8
  438. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -0
  439. package/dist/api/resources/accounting/resources/accounts/client/Client.js +16 -16
  440. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +1 -0
  441. package/dist/api/resources/accounting/resources/addresses/client/Client.js +4 -4
  442. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -4
  443. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +9 -12
  444. package/dist/api/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  445. package/dist/api/resources/accounting/resources/asyncPassthrough/index.js +1 -0
  446. package/dist/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  447. package/dist/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  448. package/dist/api/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  449. package/dist/api/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  450. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -0
  451. package/dist/api/resources/accounting/resources/attachments/client/Client.js +16 -16
  452. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -0
  453. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +4 -4
  454. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
  455. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +4 -4
  456. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -0
  457. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -8
  458. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -0
  459. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -8
  460. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +1 -0
  461. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +8 -8
  462. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +1 -0
  463. package/dist/api/resources/accounting/resources/contacts/client/Client.js +20 -20
  464. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +1 -0
  465. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -8
  466. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +1 -0
  467. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -4
  468. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +1 -0
  469. package/dist/api/resources/accounting/resources/expenses/client/Client.js +24 -24
  470. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -0
  471. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +24 -24
  472. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -0
  473. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +4 -4
  474. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +1 -0
  475. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +4 -4
  476. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -0
  477. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -8
  478. package/dist/api/resources/accounting/resources/index.d.ts +2 -1
  479. package/dist/api/resources/accounting/resources/index.js +3 -2
  480. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
  481. package/dist/api/resources/accounting/resources/invoices/client/Client.js +32 -32
  482. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +1 -0
  483. package/dist/api/resources/accounting/resources/issues/client/Client.js +8 -8
  484. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +1 -0
  485. package/dist/api/resources/accounting/resources/items/client/Client.js +8 -8
  486. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +1 -0
  487. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +24 -24
  488. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
  489. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +4 -4
  490. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -0
  491. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -4
  492. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
  493. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +4 -4
  494. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +1 -0
  495. package/dist/api/resources/accounting/resources/payments/client/Client.js +32 -32
  496. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +1 -0
  497. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -4
  498. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +1 -0
  499. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +24 -24
  500. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +1 -0
  501. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -4
  502. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +1 -0
  503. package/dist/api/resources/accounting/resources/scopes/client/Client.js +12 -12
  504. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -0
  505. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +4 -4
  506. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -0
  507. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +8 -8
  508. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -0
  509. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -8
  510. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -0
  511. package/dist/api/resources/accounting/resources/transactions/client/Client.js +8 -8
  512. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +1 -0
  513. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -8
  514. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +1 -0
  515. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +8 -8
  516. package/dist/api/resources/ats/client/Client.d.ts +1 -0
  517. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +1 -0
  518. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +4 -4
  519. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
  520. package/dist/api/resources/ats/resources/accountToken/client/Client.js +4 -4
  521. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +1 -0
  522. package/dist/api/resources/ats/resources/activities/client/Client.js +16 -16
  523. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +1 -0
  524. package/dist/api/resources/ats/resources/applications/client/Client.js +20 -20
  525. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -4
  526. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +9 -12
  527. package/dist/api/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  528. package/dist/api/resources/ats/resources/asyncPassthrough/index.js +1 -0
  529. package/dist/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  530. package/dist/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  531. package/dist/api/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  532. package/dist/api/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  533. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +1 -0
  534. package/dist/api/resources/ats/resources/attachments/client/Client.js +16 -16
  535. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -0
  536. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +4 -4
  537. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
  538. package/dist/api/resources/ats/resources/availableActions/client/Client.js +4 -4
  539. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +1 -0
  540. package/dist/api/resources/ats/resources/candidates/client/Client.js +28 -28
  541. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +1 -0
  542. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +4 -4
  543. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +1 -0
  544. package/dist/api/resources/ats/resources/departments/client/Client.js +8 -8
  545. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -0
  546. package/dist/api/resources/ats/resources/eeocs/client/Client.js +8 -8
  547. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -0
  548. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +24 -24
  549. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -0
  550. package/dist/api/resources/ats/resources/forceResync/client/Client.js +4 -4
  551. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +1 -0
  552. package/dist/api/resources/ats/resources/generateKey/client/Client.js +4 -4
  553. package/dist/api/resources/ats/resources/index.d.ts +2 -1
  554. package/dist/api/resources/ats/resources/index.js +3 -2
  555. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +1 -0
  556. package/dist/api/resources/ats/resources/interviews/client/Client.js +16 -16
  557. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -0
  558. package/dist/api/resources/ats/resources/issues/client/Client.js +8 -8
  559. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -0
  560. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +8 -8
  561. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -0
  562. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +8 -8
  563. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +1 -0
  564. package/dist/api/resources/ats/resources/jobs/client/Client.js +12 -12
  565. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
  566. package/dist/api/resources/ats/resources/linkToken/client/Client.js +4 -4
  567. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -0
  568. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -4
  569. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +1 -0
  570. package/dist/api/resources/ats/resources/offers/client/Client.js +8 -8
  571. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +1 -0
  572. package/dist/api/resources/ats/resources/offices/client/Client.js +8 -8
  573. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
  574. package/dist/api/resources/ats/resources/passthrough/client/Client.js +4 -4
  575. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +1 -0
  576. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +4 -4
  577. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -0
  578. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +8 -8
  579. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +1 -0
  580. package/dist/api/resources/ats/resources/scopes/client/Client.js +12 -12
  581. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -0
  582. package/dist/api/resources/ats/resources/scorecards/client/Client.js +8 -8
  583. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -0
  584. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +4 -4
  585. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +1 -0
  586. package/dist/api/resources/ats/resources/tags/client/Client.js +4 -4
  587. package/dist/api/resources/ats/resources/users/client/Client.d.ts +1 -0
  588. package/dist/api/resources/ats/resources/users/client/Client.js +8 -8
  589. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +1 -0
  590. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +8 -8
  591. package/dist/api/resources/crm/client/Client.d.ts +1 -0
  592. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +1 -0
  593. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +4 -4
  594. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
  595. package/dist/api/resources/crm/resources/accountToken/client/Client.js +4 -4
  596. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +1 -0
  597. package/dist/api/resources/crm/resources/accounts/client/Client.js +28 -28
  598. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -0
  599. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +16 -16
  600. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +1 -0
  601. package/dist/api/resources/crm/resources/associations/client/Client.js +8 -8
  602. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -4
  603. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +9 -12
  604. package/dist/api/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  605. package/dist/api/resources/crm/resources/asyncPassthrough/index.js +1 -0
  606. package/dist/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  607. package/dist/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  608. package/dist/api/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  609. package/dist/api/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  610. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -0
  611. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +4 -4
  612. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
  613. package/dist/api/resources/crm/resources/availableActions/client/Client.js +4 -4
  614. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +1 -0
  615. package/dist/api/resources/crm/resources/contacts/client/Client.js +32 -32
  616. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -0
  617. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +8 -8
  618. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +1 -0
  619. package/dist/api/resources/crm/resources/customObjects/client/Client.js +20 -20
  620. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +1 -0
  621. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +4 -4
  622. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +1 -0
  623. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +12 -12
  624. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +1 -0
  625. package/dist/api/resources/crm/resources/engagements/client/Client.js +28 -28
  626. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -0
  627. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +24 -24
  628. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -0
  629. package/dist/api/resources/crm/resources/forceResync/client/Client.js +4 -4
  630. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +1 -0
  631. package/dist/api/resources/crm/resources/generateKey/client/Client.js +4 -4
  632. package/dist/api/resources/crm/resources/index.d.ts +2 -1
  633. package/dist/api/resources/crm/resources/index.js +3 -2
  634. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -0
  635. package/dist/api/resources/crm/resources/issues/client/Client.js +8 -8
  636. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +1 -0
  637. package/dist/api/resources/crm/resources/leads/client/Client.js +20 -20
  638. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
  639. package/dist/api/resources/crm/resources/linkToken/client/Client.js +4 -4
  640. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -0
  641. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -4
  642. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +1 -0
  643. package/dist/api/resources/crm/resources/notes/client/Client.js +20 -20
  644. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +1 -0
  645. package/dist/api/resources/crm/resources/opportunities/client/Client.js +28 -28
  646. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
  647. package/dist/api/resources/crm/resources/passthrough/client/Client.js +4 -4
  648. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +1 -0
  649. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +4 -4
  650. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +1 -0
  651. package/dist/api/resources/crm/resources/scopes/client/Client.js +12 -12
  652. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +1 -0
  653. package/dist/api/resources/crm/resources/stages/client/Client.js +12 -12
  654. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -0
  655. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +4 -4
  656. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +1 -0
  657. package/dist/api/resources/crm/resources/tasks/client/Client.js +28 -28
  658. package/dist/api/resources/crm/resources/users/client/Client.d.ts +1 -0
  659. package/dist/api/resources/crm/resources/users/client/Client.js +16 -16
  660. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +1 -0
  661. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +8 -8
  662. package/dist/api/resources/filestorage/client/Client.d.ts +1 -0
  663. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +1 -0
  664. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -4
  665. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
  666. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +4 -4
  667. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -4
  668. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +9 -12
  669. package/dist/api/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  670. package/dist/api/resources/filestorage/resources/asyncPassthrough/index.js +1 -0
  671. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  672. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  673. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  674. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  675. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -0
  676. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -4
  677. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
  678. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +4 -4
  679. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +1 -0
  680. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -4
  681. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -0
  682. package/dist/api/resources/filestorage/resources/drives/client/Client.js +8 -8
  683. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -0
  684. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +24 -24
  685. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -0
  686. package/dist/api/resources/filestorage/resources/files/client/Client.js +20 -20
  687. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -0
  688. package/dist/api/resources/filestorage/resources/folders/client/Client.js +16 -16
  689. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -0
  690. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +4 -4
  691. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +1 -0
  692. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +4 -4
  693. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -0
  694. package/dist/api/resources/filestorage/resources/groups/client/Client.js +8 -8
  695. package/dist/api/resources/filestorage/resources/index.d.ts +2 -1
  696. package/dist/api/resources/filestorage/resources/index.js +3 -2
  697. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -0
  698. package/dist/api/resources/filestorage/resources/issues/client/Client.js +8 -8
  699. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
  700. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +4 -4
  701. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -0
  702. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -4
  703. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
  704. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +4 -4
  705. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +1 -0
  706. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -4
  707. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +1 -0
  708. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +12 -12
  709. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -0
  710. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -4
  711. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +1 -0
  712. package/dist/api/resources/filestorage/resources/users/client/Client.js +8 -8
  713. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +1 -0
  714. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +8 -8
  715. package/dist/api/resources/hris/client/Client.d.ts +1 -0
  716. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +1 -0
  717. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +4 -4
  718. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
  719. package/dist/api/resources/hris/resources/accountToken/client/Client.js +4 -4
  720. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -4
  721. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +9 -12
  722. package/dist/api/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  723. package/dist/api/resources/hris/resources/asyncPassthrough/index.js +1 -0
  724. package/dist/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  725. package/dist/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  726. package/dist/api/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  727. package/dist/api/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  728. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -0
  729. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +4 -4
  730. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
  731. package/dist/api/resources/hris/resources/availableActions/client/Client.js +4 -4
  732. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -0
  733. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +8 -8
  734. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +1 -0
  735. package/dist/api/resources/hris/resources/benefits/client/Client.js +8 -8
  736. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +1 -0
  737. package/dist/api/resources/hris/resources/companies/client/Client.js +8 -8
  738. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +1 -0
  739. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +4 -4
  740. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +1 -0
  741. package/dist/api/resources/hris/resources/dependents/client/Client.js +8 -8
  742. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -0
  743. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +8 -8
  744. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +1 -0
  745. package/dist/api/resources/hris/resources/employees/client/Client.js +20 -20
  746. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -0
  747. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +8 -8
  748. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +1 -0
  749. package/dist/api/resources/hris/resources/employments/client/Client.js +8 -8
  750. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -0
  751. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +24 -24
  752. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -0
  753. package/dist/api/resources/hris/resources/forceResync/client/Client.js +4 -4
  754. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +1 -0
  755. package/dist/api/resources/hris/resources/generateKey/client/Client.js +4 -4
  756. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +1 -0
  757. package/dist/api/resources/hris/resources/groups/client/Client.js +8 -8
  758. package/dist/api/resources/hris/resources/index.d.ts +2 -1
  759. package/dist/api/resources/hris/resources/index.js +3 -2
  760. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -0
  761. package/dist/api/resources/hris/resources/issues/client/Client.js +8 -8
  762. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
  763. package/dist/api/resources/hris/resources/linkToken/client/Client.js +4 -4
  764. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -0
  765. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -4
  766. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +1 -0
  767. package/dist/api/resources/hris/resources/locations/client/Client.js +8 -8
  768. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
  769. package/dist/api/resources/hris/resources/passthrough/client/Client.js +4 -4
  770. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -0
  771. package/dist/api/resources/hris/resources/payGroups/client/Client.js +8 -8
  772. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -0
  773. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +8 -8
  774. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +1 -0
  775. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +4 -4
  776. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +1 -0
  777. package/dist/api/resources/hris/resources/scopes/client/Client.js +12 -12
  778. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -0
  779. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +4 -4
  780. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +1 -0
  781. package/dist/api/resources/hris/resources/teams/client/Client.js +8 -8
  782. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -0
  783. package/dist/api/resources/hris/resources/timeOff/client/Client.js +16 -16
  784. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -0
  785. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +8 -8
  786. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -0
  787. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +16 -16
  788. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +1 -0
  789. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +8 -8
  790. package/dist/api/resources/index.d.ts +1 -1
  791. package/dist/api/resources/index.js +2 -2
  792. package/dist/api/resources/ticketing/client/Client.d.ts +1 -0
  793. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +1 -0
  794. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -4
  795. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
  796. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +4 -4
  797. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -0
  798. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +8 -8
  799. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -4
  800. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +9 -12
  801. package/dist/api/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  802. package/dist/api/resources/ticketing/resources/asyncPassthrough/index.js +1 -0
  803. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  804. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  805. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  806. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  807. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -0
  808. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +20 -20
  809. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -0
  810. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -4
  811. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
  812. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +4 -4
  813. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +1 -0
  814. package/dist/api/resources/ticketing/resources/collections/client/Client.js +12 -12
  815. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -0
  816. package/dist/api/resources/ticketing/resources/comments/client/Client.js +16 -16
  817. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -0
  818. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +16 -16
  819. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +1 -0
  820. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -4
  821. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -0
  822. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +24 -24
  823. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -0
  824. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +4 -4
  825. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +1 -0
  826. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +4 -4
  827. package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
  828. package/dist/api/resources/ticketing/resources/index.js +3 -2
  829. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -0
  830. package/dist/api/resources/ticketing/resources/issues/client/Client.js +8 -8
  831. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
  832. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +4 -4
  833. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -0
  834. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -4
  835. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
  836. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +4 -4
  837. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +1 -0
  838. package/dist/api/resources/ticketing/resources/projects/client/Client.js +12 -12
  839. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +1 -0
  840. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -4
  841. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -0
  842. package/dist/api/resources/ticketing/resources/roles/client/Client.js +8 -8
  843. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +1 -0
  844. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +12 -12
  845. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -0
  846. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -4
  847. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -0
  848. package/dist/api/resources/ticketing/resources/tags/client/Client.js +8 -8
  849. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -0
  850. package/dist/api/resources/ticketing/resources/teams/client/Client.js +8 -8
  851. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -0
  852. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +32 -32
  853. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +1 -0
  854. package/dist/api/resources/ticketing/resources/users/client/Client.js +8 -8
  855. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +1 -0
  856. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +8 -8
  857. package/dist/serialization/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  858. package/dist/serialization/resources/accounting/resources/asyncPassthrough/index.js +17 -0
  859. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  860. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  861. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  862. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  863. package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
  864. package/dist/serialization/resources/accounting/resources/index.js +3 -1
  865. package/dist/serialization/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  866. package/dist/serialization/resources/ats/resources/asyncPassthrough/index.js +17 -0
  867. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  868. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  869. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  870. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  871. package/dist/serialization/resources/ats/resources/index.d.ts +2 -0
  872. package/dist/serialization/resources/ats/resources/index.js +3 -1
  873. package/dist/serialization/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  874. package/dist/serialization/resources/crm/resources/asyncPassthrough/index.js +17 -0
  875. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  876. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  877. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  878. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  879. package/dist/serialization/resources/crm/resources/index.d.ts +2 -0
  880. package/dist/serialization/resources/crm/resources/index.js +3 -1
  881. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  882. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/index.js +17 -0
  883. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  884. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  885. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  886. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  887. package/dist/serialization/resources/filestorage/resources/index.d.ts +2 -0
  888. package/dist/serialization/resources/filestorage/resources/index.js +3 -1
  889. package/dist/serialization/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  890. package/dist/serialization/resources/hris/resources/asyncPassthrough/index.js +17 -0
  891. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  892. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  893. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  894. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  895. package/dist/serialization/resources/hris/resources/index.d.ts +2 -0
  896. package/dist/serialization/resources/hris/resources/index.js +3 -1
  897. package/dist/serialization/resources/index.d.ts +1 -1
  898. package/dist/serialization/resources/index.js +2 -2
  899. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  900. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/index.js +17 -0
  901. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  902. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  903. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  904. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  905. package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -0
  906. package/dist/serialization/resources/ticketing/resources/index.js +3 -1
  907. package/package.json +1 -1
  908. package/serialization/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  909. package/serialization/resources/accounting/resources/asyncPassthrough/index.js +17 -0
  910. package/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  911. package/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  912. package/serialization/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  913. package/serialization/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  914. package/serialization/resources/accounting/resources/index.d.ts +2 -0
  915. package/serialization/resources/accounting/resources/index.js +3 -1
  916. package/serialization/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  917. package/serialization/resources/ats/resources/asyncPassthrough/index.js +17 -0
  918. package/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  919. package/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  920. package/serialization/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  921. package/serialization/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  922. package/serialization/resources/ats/resources/index.d.ts +2 -0
  923. package/serialization/resources/ats/resources/index.js +3 -1
  924. package/serialization/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  925. package/serialization/resources/crm/resources/asyncPassthrough/index.js +17 -0
  926. package/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  927. package/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  928. package/serialization/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  929. package/serialization/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  930. package/serialization/resources/crm/resources/index.d.ts +2 -0
  931. package/serialization/resources/crm/resources/index.js +3 -1
  932. package/serialization/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  933. package/serialization/resources/filestorage/resources/asyncPassthrough/index.js +17 -0
  934. package/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  935. package/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  936. package/serialization/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  937. package/serialization/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  938. package/serialization/resources/filestorage/resources/index.d.ts +2 -0
  939. package/serialization/resources/filestorage/resources/index.js +3 -1
  940. package/serialization/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  941. package/serialization/resources/hris/resources/asyncPassthrough/index.js +17 -0
  942. package/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  943. package/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  944. package/serialization/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  945. package/serialization/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  946. package/serialization/resources/hris/resources/index.d.ts +2 -0
  947. package/serialization/resources/hris/resources/index.js +3 -1
  948. package/serialization/resources/index.d.ts +1 -1
  949. package/serialization/resources/index.js +2 -2
  950. package/serialization/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  951. package/serialization/resources/ticketing/resources/asyncPassthrough/index.js +17 -0
  952. package/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  953. package/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  954. package/serialization/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  955. package/serialization/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  956. package/serialization/resources/ticketing/resources/index.d.ts +2 -0
  957. package/serialization/resources/ticketing/resources/index.js +3 -1
@@ -66,7 +66,7 @@ class Expenses {
66
66
  * await merge.accounting.expenses.list({})
67
67
  */
68
68
  list(request = {}, requestOptions) {
69
- var _a;
69
+ var _a, _b;
70
70
  return __awaiter(this, void 0, void 0, function* () {
71
71
  const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, transactionDateAfter, transactionDateBefore, } = request;
72
72
  const _queryParams = {};
@@ -115,8 +115,8 @@ class Expenses {
115
115
  if (transactionDateBefore != null) {
116
116
  _queryParams["transaction_date_before"] = transactionDateBefore.toISOString();
117
117
  }
118
- const _response = yield core.fetcher({
119
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/expenses"),
118
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
119
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/expenses"),
120
120
  method: "GET",
121
121
  headers: {
122
122
  Authorization: yield this._getAuthorizationHeader(),
@@ -125,7 +125,7 @@ class Expenses {
125
125
  : undefined,
126
126
  "X-Fern-Language": "JavaScript",
127
127
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
128
- "X-Fern-SDK-Version": "1.0.11",
128
+ "X-Fern-SDK-Version": "1.0.12",
129
129
  },
130
130
  contentType: "application/json",
131
131
  queryParameters: _queryParams,
@@ -171,7 +171,7 @@ class Expenses {
171
171
  * })
172
172
  */
173
173
  create(request, requestOptions) {
174
- var _a;
174
+ var _a, _b;
175
175
  return __awaiter(this, void 0, void 0, function* () {
176
176
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
177
177
  const _queryParams = {};
@@ -181,8 +181,8 @@ class Expenses {
181
181
  if (runAsync != null) {
182
182
  _queryParams["run_async"] = runAsync.toString();
183
183
  }
184
- const _response = yield core.fetcher({
185
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/expenses"),
184
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
185
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/expenses"),
186
186
  method: "POST",
187
187
  headers: {
188
188
  Authorization: yield this._getAuthorizationHeader(),
@@ -191,7 +191,7 @@ class Expenses {
191
191
  : undefined,
192
192
  "X-Fern-Language": "JavaScript",
193
193
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
194
- "X-Fern-SDK-Version": "1.0.11",
194
+ "X-Fern-SDK-Version": "1.0.12",
195
195
  },
196
196
  contentType: "application/json",
197
197
  queryParameters: _queryParams,
@@ -238,7 +238,7 @@ class Expenses {
238
238
  * await merge.accounting.expenses.retrieve("id", {})
239
239
  */
240
240
  retrieve(id, request = {}, requestOptions) {
241
- var _a;
241
+ var _a, _b;
242
242
  return __awaiter(this, void 0, void 0, function* () {
243
243
  const { expand, includeRemoteData, includeRemoteFields } = request;
244
244
  const _queryParams = {};
@@ -251,8 +251,8 @@ class Expenses {
251
251
  if (includeRemoteFields != null) {
252
252
  _queryParams["include_remote_fields"] = includeRemoteFields.toString();
253
253
  }
254
- const _response = yield core.fetcher({
255
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/expenses/${id}`),
254
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
255
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/expenses/${id}`),
256
256
  method: "GET",
257
257
  headers: {
258
258
  Authorization: yield this._getAuthorizationHeader(),
@@ -261,7 +261,7 @@ class Expenses {
261
261
  : undefined,
262
262
  "X-Fern-Language": "JavaScript",
263
263
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
264
- "X-Fern-SDK-Version": "1.0.11",
264
+ "X-Fern-SDK-Version": "1.0.12",
265
265
  },
266
266
  contentType: "application/json",
267
267
  queryParameters: _queryParams,
@@ -305,7 +305,7 @@ class Expenses {
305
305
  * await merge.accounting.expenses.linesRemoteFieldClassesList({})
306
306
  */
307
307
  linesRemoteFieldClassesList(request = {}, requestOptions) {
308
- var _a;
308
+ var _a, _b;
309
309
  return __awaiter(this, void 0, void 0, function* () {
310
310
  const { cursor, includeDeletedData, includeRemoteData, includeShellData, isCommonModelField, pageSize } = request;
311
311
  const _queryParams = {};
@@ -327,8 +327,8 @@ class Expenses {
327
327
  if (pageSize != null) {
328
328
  _queryParams["page_size"] = pageSize.toString();
329
329
  }
330
- const _response = yield core.fetcher({
331
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/expenses/lines/remote-field-classes"),
330
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
331
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/expenses/lines/remote-field-classes"),
332
332
  method: "GET",
333
333
  headers: {
334
334
  Authorization: yield this._getAuthorizationHeader(),
@@ -337,7 +337,7 @@ class Expenses {
337
337
  : undefined,
338
338
  "X-Fern-Language": "JavaScript",
339
339
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
340
- "X-Fern-SDK-Version": "1.0.11",
340
+ "X-Fern-SDK-Version": "1.0.12",
341
341
  },
342
342
  contentType: "application/json",
343
343
  queryParameters: _queryParams,
@@ -381,10 +381,10 @@ class Expenses {
381
381
  * await merge.accounting.expenses.metaPostRetrieve()
382
382
  */
383
383
  metaPostRetrieve(requestOptions) {
384
- var _a;
384
+ var _a, _b;
385
385
  return __awaiter(this, void 0, void 0, function* () {
386
- const _response = yield core.fetcher({
387
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/expenses/meta/post"),
386
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
387
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/expenses/meta/post"),
388
388
  method: "GET",
389
389
  headers: {
390
390
  Authorization: yield this._getAuthorizationHeader(),
@@ -393,7 +393,7 @@ class Expenses {
393
393
  : undefined,
394
394
  "X-Fern-Language": "JavaScript",
395
395
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
396
- "X-Fern-SDK-Version": "1.0.11",
396
+ "X-Fern-SDK-Version": "1.0.12",
397
397
  },
398
398
  contentType: "application/json",
399
399
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -436,7 +436,7 @@ class Expenses {
436
436
  * await merge.accounting.expenses.remoteFieldClassesList({})
437
437
  */
438
438
  remoteFieldClassesList(request = {}, requestOptions) {
439
- var _a;
439
+ var _a, _b;
440
440
  return __awaiter(this, void 0, void 0, function* () {
441
441
  const { cursor, includeDeletedData, includeRemoteData, includeShellData, isCommonModelField, pageSize } = request;
442
442
  const _queryParams = {};
@@ -458,8 +458,8 @@ class Expenses {
458
458
  if (pageSize != null) {
459
459
  _queryParams["page_size"] = pageSize.toString();
460
460
  }
461
- const _response = yield core.fetcher({
462
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/expenses/remote-field-classes"),
461
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
462
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/expenses/remote-field-classes"),
463
463
  method: "GET",
464
464
  headers: {
465
465
  Authorization: yield this._getAuthorizationHeader(),
@@ -468,7 +468,7 @@ class Expenses {
468
468
  : undefined,
469
469
  "X-Fern-Language": "JavaScript",
470
470
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
471
- "X-Fern-SDK-Version": "1.0.11",
471
+ "X-Fern-SDK-Version": "1.0.12",
472
472
  },
473
473
  contentType: "application/json",
474
474
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace FieldMapping {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,10 +55,10 @@ class FieldMapping {
55
55
  * await merge.accounting.fieldMapping.fieldMappingsRetrieve()
56
56
  */
57
57
  fieldMappingsRetrieve(requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const _response = yield core.fetcher({
61
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/field-mappings"),
60
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
61
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/field-mappings"),
62
62
  method: "GET",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class FieldMapping {
67
67
  : undefined,
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
70
- "X-Fern-SDK-Version": "1.0.11",
70
+ "X-Fern-SDK-Version": "1.0.12",
71
71
  },
72
72
  contentType: "application/json",
73
73
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -117,10 +117,10 @@ class FieldMapping {
117
117
  * })
118
118
  */
119
119
  fieldMappingsCreate(request, requestOptions) {
120
- var _a;
120
+ var _a, _b;
121
121
  return __awaiter(this, void 0, void 0, function* () {
122
- const _response = yield core.fetcher({
123
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/field-mappings"),
122
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
123
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/field-mappings"),
124
124
  method: "POST",
125
125
  headers: {
126
126
  Authorization: yield this._getAuthorizationHeader(),
@@ -129,7 +129,7 @@ class FieldMapping {
129
129
  : undefined,
130
130
  "X-Fern-Language": "JavaScript",
131
131
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
132
- "X-Fern-SDK-Version": "1.0.11",
132
+ "X-Fern-SDK-Version": "1.0.12",
133
133
  },
134
134
  contentType: "application/json",
135
135
  body: yield serializers.accounting.CreateFieldMappingRequest.jsonOrThrow(request, {
@@ -175,10 +175,10 @@ class FieldMapping {
175
175
  * await merge.accounting.fieldMapping.fieldMappingsDestroy("field_mapping_id")
176
176
  */
177
177
  fieldMappingsDestroy(fieldMappingId, requestOptions) {
178
- var _a;
178
+ var _a, _b;
179
179
  return __awaiter(this, void 0, void 0, function* () {
180
- const _response = yield core.fetcher({
181
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/field-mappings/${fieldMappingId}`),
180
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
181
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/field-mappings/${fieldMappingId}`),
182
182
  method: "DELETE",
183
183
  headers: {
184
184
  Authorization: yield this._getAuthorizationHeader(),
@@ -187,7 +187,7 @@ class FieldMapping {
187
187
  : undefined,
188
188
  "X-Fern-Language": "JavaScript",
189
189
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
190
- "X-Fern-SDK-Version": "1.0.11",
190
+ "X-Fern-SDK-Version": "1.0.12",
191
191
  },
192
192
  contentType: "application/json",
193
193
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -230,10 +230,10 @@ class FieldMapping {
230
230
  * await merge.accounting.fieldMapping.fieldMappingsPartialUpdate("field_mapping_id", {})
231
231
  */
232
232
  fieldMappingsPartialUpdate(fieldMappingId, request = {}, requestOptions) {
233
- var _a;
233
+ var _a, _b;
234
234
  return __awaiter(this, void 0, void 0, function* () {
235
- const _response = yield core.fetcher({
236
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/field-mappings/${fieldMappingId}`),
235
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
236
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/field-mappings/${fieldMappingId}`),
237
237
  method: "PATCH",
238
238
  headers: {
239
239
  Authorization: yield this._getAuthorizationHeader(),
@@ -242,7 +242,7 @@ class FieldMapping {
242
242
  : undefined,
243
243
  "X-Fern-Language": "JavaScript",
244
244
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
245
- "X-Fern-SDK-Version": "1.0.11",
245
+ "X-Fern-SDK-Version": "1.0.12",
246
246
  },
247
247
  contentType: "application/json",
248
248
  body: yield serializers.accounting.PatchedEditFieldMappingRequest.jsonOrThrow(request, {
@@ -288,7 +288,7 @@ class FieldMapping {
288
288
  * await merge.accounting.fieldMapping.remoteFieldsRetrieve({})
289
289
  */
290
290
  remoteFieldsRetrieve(request = {}, requestOptions) {
291
- var _a;
291
+ var _a, _b;
292
292
  return __awaiter(this, void 0, void 0, function* () {
293
293
  const { commonModels, includeExampleValues } = request;
294
294
  const _queryParams = {};
@@ -298,8 +298,8 @@ class FieldMapping {
298
298
  if (includeExampleValues != null) {
299
299
  _queryParams["include_example_values"] = includeExampleValues;
300
300
  }
301
- const _response = yield core.fetcher({
302
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/remote-fields"),
301
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
302
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/remote-fields"),
303
303
  method: "GET",
304
304
  headers: {
305
305
  Authorization: yield this._getAuthorizationHeader(),
@@ -308,7 +308,7 @@ class FieldMapping {
308
308
  : undefined,
309
309
  "X-Fern-Language": "JavaScript",
310
310
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
311
- "X-Fern-SDK-Version": "1.0.11",
311
+ "X-Fern-SDK-Version": "1.0.12",
312
312
  },
313
313
  contentType: "application/json",
314
314
  queryParameters: _queryParams,
@@ -352,10 +352,10 @@ class FieldMapping {
352
352
  * await merge.accounting.fieldMapping.targetFieldsRetrieve()
353
353
  */
354
354
  targetFieldsRetrieve(requestOptions) {
355
- var _a;
355
+ var _a, _b;
356
356
  return __awaiter(this, void 0, void 0, function* () {
357
- const _response = yield core.fetcher({
358
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/target-fields"),
357
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
358
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/target-fields"),
359
359
  method: "GET",
360
360
  headers: {
361
361
  Authorization: yield this._getAuthorizationHeader(),
@@ -364,7 +364,7 @@ class FieldMapping {
364
364
  : undefined,
365
365
  "X-Fern-Language": "JavaScript",
366
366
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
367
- "X-Fern-SDK-Version": "1.0.11",
367
+ "X-Fern-SDK-Version": "1.0.12",
368
368
  },
369
369
  contentType: "application/json",
370
370
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -9,6 +9,7 @@ export declare namespace ForceResync {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,10 +55,10 @@ class ForceResync {
55
55
  * await merge.accounting.forceResync.syncStatusResyncCreate()
56
56
  */
57
57
  syncStatusResyncCreate(requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const _response = yield core.fetcher({
61
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/sync-status/resync"),
60
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
61
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/sync-status/resync"),
62
62
  method: "POST",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class ForceResync {
67
67
  : undefined,
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
70
- "X-Fern-SDK-Version": "1.0.11",
70
+ "X-Fern-SDK-Version": "1.0.12",
71
71
  },
72
72
  contentType: "application/json",
73
73
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -9,6 +9,7 @@ export declare namespace GenerateKey {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -57,10 +57,10 @@ class GenerateKey {
57
57
  * })
58
58
  */
59
59
  create(request, requestOptions) {
60
- var _a;
60
+ var _a, _b;
61
61
  return __awaiter(this, void 0, void 0, function* () {
62
- const _response = yield core.fetcher({
63
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/generate-key"),
62
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
63
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/generate-key"),
64
64
  method: "POST",
65
65
  headers: {
66
66
  Authorization: yield this._getAuthorizationHeader(),
@@ -69,7 +69,7 @@ class GenerateKey {
69
69
  : undefined,
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
72
- "X-Fern-SDK-Version": "1.0.11",
72
+ "X-Fern-SDK-Version": "1.0.12",
73
73
  },
74
74
  contentType: "application/json",
75
75
  body: yield serializers.accounting.GenerateRemoteKeyRequest.jsonOrThrow(request, {
@@ -9,6 +9,7 @@ export declare namespace IncomeStatements {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,7 +55,7 @@ class IncomeStatements {
55
55
  * await merge.accounting.incomeStatements.list({})
56
56
  */
57
57
  list(request = {}, requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
60
  const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
@@ -95,8 +95,8 @@ class IncomeStatements {
95
95
  if (remoteId != null) {
96
96
  _queryParams["remote_id"] = remoteId;
97
97
  }
98
- const _response = yield core.fetcher({
99
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/income-statements"),
98
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
99
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/income-statements"),
100
100
  method: "GET",
101
101
  headers: {
102
102
  Authorization: yield this._getAuthorizationHeader(),
@@ -105,7 +105,7 @@ class IncomeStatements {
105
105
  : undefined,
106
106
  "X-Fern-Language": "JavaScript",
107
107
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
108
- "X-Fern-SDK-Version": "1.0.11",
108
+ "X-Fern-SDK-Version": "1.0.12",
109
109
  },
110
110
  contentType: "application/json",
111
111
  queryParameters: _queryParams,
@@ -149,7 +149,7 @@ class IncomeStatements {
149
149
  * await merge.accounting.incomeStatements.retrieve("id", {})
150
150
  */
151
151
  retrieve(id, request = {}, requestOptions) {
152
- var _a;
152
+ var _a, _b;
153
153
  return __awaiter(this, void 0, void 0, function* () {
154
154
  const { expand, includeRemoteData } = request;
155
155
  const _queryParams = {};
@@ -159,8 +159,8 @@ class IncomeStatements {
159
159
  if (includeRemoteData != null) {
160
160
  _queryParams["include_remote_data"] = includeRemoteData.toString();
161
161
  }
162
- const _response = yield core.fetcher({
163
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/income-statements/${id}`),
162
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
163
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/income-statements/${id}`),
164
164
  method: "GET",
165
165
  headers: {
166
166
  Authorization: yield this._getAuthorizationHeader(),
@@ -169,7 +169,7 @@ class IncomeStatements {
169
169
  : undefined,
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
172
- "X-Fern-SDK-Version": "1.0.11",
172
+ "X-Fern-SDK-Version": "1.0.12",
173
173
  },
174
174
  contentType: "application/json",
175
175
  queryParameters: _queryParams,
@@ -1,5 +1,7 @@
1
1
  export * as accounts from "./accounts";
2
2
  export * from "./accounts/types";
3
+ export * as asyncPassthrough from "./asyncPassthrough";
4
+ export * from "./asyncPassthrough/types";
3
5
  export * as companyInfo from "./companyInfo";
4
6
  export * from "./companyInfo/types";
5
7
  export * as contacts from "./contacts";
@@ -30,7 +32,6 @@ export * as accountDetails from "./accountDetails";
30
32
  export * as accountToken from "./accountToken";
31
33
  export * as accountingPeriods from "./accountingPeriods";
32
34
  export * as addresses from "./addresses";
33
- export * as asyncPassthrough from "./asyncPassthrough";
34
35
  export * as attachments from "./attachments";
35
36
  export * as auditTrail from "./auditTrail";
36
37
  export * as availableActions from "./availableActions";
@@ -26,9 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncPassthrough = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.accounts = void 0;
29
+ exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
30
30
  exports.accounts = __importStar(require("./accounts"));
31
31
  __exportStar(require("./accounts/types"), exports);
32
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
33
+ __exportStar(require("./asyncPassthrough/types"), exports);
32
34
  exports.companyInfo = __importStar(require("./companyInfo"));
33
35
  __exportStar(require("./companyInfo/types"), exports);
34
36
  exports.contacts = __importStar(require("./contacts"));
@@ -59,7 +61,6 @@ exports.accountDetails = __importStar(require("./accountDetails"));
59
61
  exports.accountToken = __importStar(require("./accountToken"));
60
62
  exports.accountingPeriods = __importStar(require("./accountingPeriods"));
61
63
  exports.addresses = __importStar(require("./addresses"));
62
- exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
63
64
  exports.attachments = __importStar(require("./attachments"));
64
65
  exports.auditTrail = __importStar(require("./auditTrail"));
65
66
  exports.availableActions = __importStar(require("./availableActions"));
@@ -9,6 +9,7 @@ export declare namespace Invoices {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;