@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
package/Client.d.ts CHANGED
@@ -4,16 +4,17 @@
4
4
  import * as environments from "./environments";
5
5
  import * as core from "./core";
6
6
  import { Filestorage } from "./api/resources/filestorage/client/Client";
7
- import { Ticketing } from "./api/resources/ticketing/client/Client";
8
7
  import { Ats } from "./api/resources/ats/client/Client";
9
8
  import { Crm } from "./api/resources/crm/client/Client";
10
9
  import { Hris } from "./api/resources/hris/client/Client";
10
+ import { Ticketing } from "./api/resources/ticketing/client/Client";
11
11
  import { Accounting } from "./api/resources/accounting/client/Client";
12
12
  export declare namespace MergeClient {
13
13
  interface Options {
14
14
  environment?: core.Supplier<environments.MergeEnvironment | string>;
15
15
  apiKey: core.Supplier<core.BearerToken>;
16
16
  accountToken?: core.Supplier<string | undefined>;
17
+ fetcher?: core.FetchFunction;
17
18
  }
18
19
  interface RequestOptions {
19
20
  timeoutInSeconds?: number;
@@ -25,14 +26,14 @@ export declare class MergeClient {
25
26
  constructor(_options: MergeClient.Options);
26
27
  protected _filestorage: Filestorage | undefined;
27
28
  get filestorage(): Filestorage;
28
- protected _ticketing: Ticketing | undefined;
29
- get ticketing(): Ticketing;
30
29
  protected _ats: Ats | undefined;
31
30
  get ats(): Ats;
32
31
  protected _crm: Crm | undefined;
33
32
  get crm(): Crm;
34
33
  protected _hris: Hris | undefined;
35
34
  get hris(): Hris;
35
+ protected _ticketing: Ticketing | undefined;
36
+ get ticketing(): Ticketing;
36
37
  protected _accounting: Accounting | undefined;
37
38
  get accounting(): Accounting;
38
39
  }
package/Client.js CHANGED
@@ -5,10 +5,10 @@
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.MergeClient = void 0;
7
7
  const Client_1 = require("./api/resources/filestorage/client/Client");
8
- const Client_2 = require("./api/resources/ticketing/client/Client");
9
- const Client_3 = require("./api/resources/ats/client/Client");
10
- const Client_4 = require("./api/resources/crm/client/Client");
11
- const Client_5 = require("./api/resources/hris/client/Client");
8
+ const Client_2 = require("./api/resources/ats/client/Client");
9
+ const Client_3 = require("./api/resources/crm/client/Client");
10
+ const Client_4 = require("./api/resources/hris/client/Client");
11
+ const Client_5 = require("./api/resources/ticketing/client/Client");
12
12
  const Client_6 = require("./api/resources/accounting/client/Client");
13
13
  class MergeClient {
14
14
  constructor(_options) {
@@ -18,21 +18,21 @@ class MergeClient {
18
18
  var _a;
19
19
  return ((_a = this._filestorage) !== null && _a !== void 0 ? _a : (this._filestorage = new Client_1.Filestorage(this._options)));
20
20
  }
21
- get ticketing() {
22
- var _a;
23
- return ((_a = this._ticketing) !== null && _a !== void 0 ? _a : (this._ticketing = new Client_2.Ticketing(this._options)));
24
- }
25
21
  get ats() {
26
22
  var _a;
27
- return ((_a = this._ats) !== null && _a !== void 0 ? _a : (this._ats = new Client_3.Ats(this._options)));
23
+ return ((_a = this._ats) !== null && _a !== void 0 ? _a : (this._ats = new Client_2.Ats(this._options)));
28
24
  }
29
25
  get crm() {
30
26
  var _a;
31
- return ((_a = this._crm) !== null && _a !== void 0 ? _a : (this._crm = new Client_4.Crm(this._options)));
27
+ return ((_a = this._crm) !== null && _a !== void 0 ? _a : (this._crm = new Client_3.Crm(this._options)));
32
28
  }
33
29
  get hris() {
34
30
  var _a;
35
- return ((_a = this._hris) !== null && _a !== void 0 ? _a : (this._hris = new Client_5.Hris(this._options)));
31
+ return ((_a = this._hris) !== null && _a !== void 0 ? _a : (this._hris = new Client_4.Hris(this._options)));
32
+ }
33
+ get ticketing() {
34
+ var _a;
35
+ return ((_a = this._ticketing) !== null && _a !== void 0 ? _a : (this._ticketing = new Client_5.Ticketing(this._options)));
36
36
  }
37
37
  get accounting() {
38
38
  var _a;
@@ -46,6 +46,7 @@ export declare namespace Accounting {
46
46
  environment?: core.Supplier<environments.MergeEnvironment | string>;
47
47
  apiKey: core.Supplier<core.BearerToken>;
48
48
  accountToken?: core.Supplier<string | undefined>;
49
+ fetcher?: core.FetchFunction;
49
50
  }
50
51
  interface RequestOptions {
51
52
  timeoutInSeconds?: number;
@@ -9,6 +9,7 @@ export declare namespace AccountDetails {
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 AccountDetails {
55
55
  * await merge.accounting.accountDetails.retrieve()
56
56
  */
57
57
  retrieve(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/account-details"),
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/account-details"),
62
62
  method: "GET",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class AccountDetails {
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 AccountToken {
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 AccountToken {
55
55
  * await merge.accounting.accountToken.retrieve("public_token")
56
56
  */
57
57
  retrieve(publicToken, 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/account-token/${publicToken}`),
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/account-token/${publicToken}`),
62
62
  method: "GET",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class AccountToken {
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 AccountingPeriods {
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 AccountingPeriods {
55
55
  * await merge.accounting.accountingPeriods.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 { cursor, includeDeletedData, includeRemoteData, includeShellData, pageSize } = request;
61
61
  const _queryParams = {};
@@ -74,8 +74,8 @@ class AccountingPeriods {
74
74
  if (pageSize != null) {
75
75
  _queryParams["page_size"] = pageSize.toString();
76
76
  }
77
- const _response = yield core.fetcher({
78
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/accounting-periods"),
77
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
78
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/accounting-periods"),
79
79
  method: "GET",
80
80
  headers: {
81
81
  Authorization: yield this._getAuthorizationHeader(),
@@ -84,7 +84,7 @@ class AccountingPeriods {
84
84
  : undefined,
85
85
  "X-Fern-Language": "JavaScript",
86
86
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
87
- "X-Fern-SDK-Version": "1.0.11",
87
+ "X-Fern-SDK-Version": "1.0.12",
88
88
  },
89
89
  contentType: "application/json",
90
90
  queryParameters: _queryParams,
@@ -128,15 +128,15 @@ class AccountingPeriods {
128
128
  * await merge.accounting.accountingPeriods.retrieve("id", {})
129
129
  */
130
130
  retrieve(id, request = {}, requestOptions) {
131
- var _a;
131
+ var _a, _b;
132
132
  return __awaiter(this, void 0, void 0, function* () {
133
133
  const { includeRemoteData } = request;
134
134
  const _queryParams = {};
135
135
  if (includeRemoteData != null) {
136
136
  _queryParams["include_remote_data"] = includeRemoteData.toString();
137
137
  }
138
- const _response = yield core.fetcher({
139
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/accounting-periods/${id}`),
138
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
139
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/accounting-periods/${id}`),
140
140
  method: "GET",
141
141
  headers: {
142
142
  Authorization: yield this._getAuthorizationHeader(),
@@ -145,7 +145,7 @@ class AccountingPeriods {
145
145
  : undefined,
146
146
  "X-Fern-Language": "JavaScript",
147
147
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
148
- "X-Fern-SDK-Version": "1.0.11",
148
+ "X-Fern-SDK-Version": "1.0.12",
149
149
  },
150
150
  contentType: "application/json",
151
151
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace Accounts {
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;
@@ -66,7 +66,7 @@ class Accounts {
66
66
  * await merge.accounting.accounts.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, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, } = request;
72
72
  const _queryParams = {};
@@ -112,8 +112,8 @@ class Accounts {
112
112
  if (showEnumOrigins != null) {
113
113
  _queryParams["show_enum_origins"] = showEnumOrigins;
114
114
  }
115
- const _response = yield core.fetcher({
116
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/accounts"),
115
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
116
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/accounts"),
117
117
  method: "GET",
118
118
  headers: {
119
119
  Authorization: yield this._getAuthorizationHeader(),
@@ -122,7 +122,7 @@ class Accounts {
122
122
  : undefined,
123
123
  "X-Fern-Language": "JavaScript",
124
124
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
125
- "X-Fern-SDK-Version": "1.0.11",
125
+ "X-Fern-SDK-Version": "1.0.12",
126
126
  },
127
127
  contentType: "application/json",
128
128
  queryParameters: _queryParams,
@@ -168,7 +168,7 @@ class Accounts {
168
168
  * })
169
169
  */
170
170
  create(request, requestOptions) {
171
- var _a;
171
+ var _a, _b;
172
172
  return __awaiter(this, void 0, void 0, function* () {
173
173
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
174
174
  const _queryParams = {};
@@ -178,8 +178,8 @@ class Accounts {
178
178
  if (runAsync != null) {
179
179
  _queryParams["run_async"] = runAsync.toString();
180
180
  }
181
- const _response = yield core.fetcher({
182
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/accounts"),
181
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
182
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/accounts"),
183
183
  method: "POST",
184
184
  headers: {
185
185
  Authorization: yield this._getAuthorizationHeader(),
@@ -188,7 +188,7 @@ class Accounts {
188
188
  : undefined,
189
189
  "X-Fern-Language": "JavaScript",
190
190
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
191
- "X-Fern-SDK-Version": "1.0.11",
191
+ "X-Fern-SDK-Version": "1.0.12",
192
192
  },
193
193
  contentType: "application/json",
194
194
  queryParameters: _queryParams,
@@ -235,7 +235,7 @@ class Accounts {
235
235
  * await merge.accounting.accounts.retrieve("id", {})
236
236
  */
237
237
  retrieve(id, request = {}, requestOptions) {
238
- var _a;
238
+ var _a, _b;
239
239
  return __awaiter(this, void 0, void 0, function* () {
240
240
  const { expand, includeRemoteData, remoteFields, showEnumOrigins } = request;
241
241
  const _queryParams = {};
@@ -251,8 +251,8 @@ class Accounts {
251
251
  if (showEnumOrigins != null) {
252
252
  _queryParams["show_enum_origins"] = showEnumOrigins;
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/accounts/${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/accounts/${id}`),
256
256
  method: "GET",
257
257
  headers: {
258
258
  Authorization: yield this._getAuthorizationHeader(),
@@ -261,7 +261,7 @@ class Accounts {
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,10 +305,10 @@ class Accounts {
305
305
  * await merge.accounting.accounts.metaPostRetrieve()
306
306
  */
307
307
  metaPostRetrieve(requestOptions) {
308
- var _a;
308
+ var _a, _b;
309
309
  return __awaiter(this, void 0, void 0, function* () {
310
- const _response = yield core.fetcher({
311
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/accounts/meta/post"),
310
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
311
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/accounts/meta/post"),
312
312
  method: "GET",
313
313
  headers: {
314
314
  Authorization: yield this._getAuthorizationHeader(),
@@ -317,7 +317,7 @@ class Accounts {
317
317
  : undefined,
318
318
  "X-Fern-Language": "JavaScript",
319
319
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
320
- "X-Fern-SDK-Version": "1.0.11",
320
+ "X-Fern-SDK-Version": "1.0.12",
321
321
  },
322
322
  contentType: "application/json",
323
323
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -9,6 +9,7 @@ export declare namespace Addresses {
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 Addresses {
55
55
  * await merge.accounting.addresses.retrieve("id", {})
56
56
  */
57
57
  retrieve(id, request = {}, requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
60
  const { includeRemoteData, remoteFields, showEnumOrigins } = request;
61
61
  const _queryParams = {};
@@ -68,8 +68,8 @@ class Addresses {
68
68
  if (showEnumOrigins != null) {
69
69
  _queryParams["show_enum_origins"] = showEnumOrigins;
70
70
  }
71
- const _response = yield core.fetcher({
72
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/addresses/${id}`),
71
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
72
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/addresses/${id}`),
73
73
  method: "GET",
74
74
  headers: {
75
75
  Authorization: yield this._getAuthorizationHeader(),
@@ -78,7 +78,7 @@ class Addresses {
78
78
  : undefined,
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
81
- "X-Fern-SDK-Version": "1.0.11",
81
+ "X-Fern-SDK-Version": "1.0.12",
82
82
  },
83
83
  contentType: "application/json",
84
84
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace AsyncPassthrough {
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;
@@ -30,10 +31,7 @@ export declare class AsyncPassthrough {
30
31
  create(request: Merge.accounting.DataPassthroughRequest, requestOptions?: AsyncPassthrough.RequestOptions): Promise<Merge.accounting.AsyncPassthroughReciept>;
31
32
  /**
32
33
  * Retrieves data from earlier async-passthrough POST request
33
- *
34
- * @example
35
- * await merge.accounting.asyncPassthrough.retrieve("async_passthrough_receipt_id")
36
34
  */
37
- retrieve(asyncPassthroughReceiptId: string, requestOptions?: AsyncPassthrough.RequestOptions): Promise<Merge.accounting.RemoteResponse>;
35
+ retrieve(asyncPassthroughReceiptId: string, requestOptions?: AsyncPassthrough.RequestOptions): Promise<Merge.accounting.AsyncPassthroughRetrieveResponse>;
38
36
  protected _getAuthorizationHeader(): Promise<string>;
39
37
  }
@@ -58,10 +58,10 @@ class AsyncPassthrough {
58
58
  * })
59
59
  */
60
60
  create(request, requestOptions) {
61
- var _a;
61
+ var _a, _b;
62
62
  return __awaiter(this, void 0, void 0, function* () {
63
- const _response = yield core.fetcher({
64
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/async-passthrough"),
63
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
64
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/async-passthrough"),
65
65
  method: "POST",
66
66
  headers: {
67
67
  Authorization: yield this._getAuthorizationHeader(),
@@ -70,7 +70,7 @@ class AsyncPassthrough {
70
70
  : undefined,
71
71
  "X-Fern-Language": "JavaScript",
72
72
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
73
- "X-Fern-SDK-Version": "1.0.11",
73
+ "X-Fern-SDK-Version": "1.0.12",
74
74
  },
75
75
  contentType: "application/json",
76
76
  body: yield serializers.accounting.DataPassthroughRequest.jsonOrThrow(request, {
@@ -111,15 +111,12 @@ class AsyncPassthrough {
111
111
  }
112
112
  /**
113
113
  * Retrieves data from earlier async-passthrough POST request
114
- *
115
- * @example
116
- * await merge.accounting.asyncPassthrough.retrieve("async_passthrough_receipt_id")
117
114
  */
118
115
  retrieve(asyncPassthroughReceiptId, requestOptions) {
119
- var _a;
116
+ var _a, _b;
120
117
  return __awaiter(this, void 0, void 0, function* () {
121
- const _response = yield core.fetcher({
122
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/async-passthrough/${asyncPassthroughReceiptId}`),
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/async-passthrough/${asyncPassthroughReceiptId}`),
123
120
  method: "GET",
124
121
  headers: {
125
122
  Authorization: yield this._getAuthorizationHeader(),
@@ -128,14 +125,14 @@ class AsyncPassthrough {
128
125
  : undefined,
129
126
  "X-Fern-Language": "JavaScript",
130
127
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
131
- "X-Fern-SDK-Version": "1.0.11",
128
+ "X-Fern-SDK-Version": "1.0.12",
132
129
  },
133
130
  contentType: "application/json",
134
131
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
135
132
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
136
133
  });
137
134
  if (_response.ok) {
138
- return yield serializers.accounting.RemoteResponse.parseOrThrow(_response.body, {
135
+ return yield serializers.accounting.AsyncPassthroughRetrieveResponse.parseOrThrow(_response.body, {
139
136
  unrecognizedObjectKeys: "passthrough",
140
137
  allowUnrecognizedUnionMembers: true,
141
138
  allowUnrecognizedEnumValues: true,
@@ -1 +1,2 @@
1
+ export * from "./types";
1
2
  export * from "./client";
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
17
18
  __exportStar(require("./client"), exports);
@@ -0,0 +1,5 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Merge from "../../../../..";
5
+ export declare type AsyncPassthroughRetrieveResponse = Merge.accounting.RemoteResponse | string;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export * from "./AsyncPassthroughRetrieveResponse";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
@@ -9,6 +9,7 @@ export declare namespace Attachments {
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;
@@ -66,7 +66,7 @@ class Attachments {
66
66
  * await merge.accounting.attachments.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, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
72
72
  const _queryParams = {};
@@ -103,8 +103,8 @@ class Attachments {
103
103
  if (remoteId != null) {
104
104
  _queryParams["remote_id"] = remoteId;
105
105
  }
106
- const _response = yield core.fetcher({
107
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/attachments"),
106
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
107
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/attachments"),
108
108
  method: "GET",
109
109
  headers: {
110
110
  Authorization: yield this._getAuthorizationHeader(),
@@ -113,7 +113,7 @@ class Attachments {
113
113
  : undefined,
114
114
  "X-Fern-Language": "JavaScript",
115
115
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
116
- "X-Fern-SDK-Version": "1.0.11",
116
+ "X-Fern-SDK-Version": "1.0.12",
117
117
  },
118
118
  contentType: "application/json",
119
119
  queryParameters: _queryParams,
@@ -159,7 +159,7 @@ class Attachments {
159
159
  * })
160
160
  */
161
161
  create(request, requestOptions) {
162
- var _a;
162
+ var _a, _b;
163
163
  return __awaiter(this, void 0, void 0, function* () {
164
164
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
165
165
  const _queryParams = {};
@@ -169,8 +169,8 @@ class Attachments {
169
169
  if (runAsync != null) {
170
170
  _queryParams["run_async"] = runAsync.toString();
171
171
  }
172
- const _response = yield core.fetcher({
173
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/attachments"),
172
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
173
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/attachments"),
174
174
  method: "POST",
175
175
  headers: {
176
176
  Authorization: yield this._getAuthorizationHeader(),
@@ -179,7 +179,7 @@ class Attachments {
179
179
  : undefined,
180
180
  "X-Fern-Language": "JavaScript",
181
181
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
182
- "X-Fern-SDK-Version": "1.0.11",
182
+ "X-Fern-SDK-Version": "1.0.12",
183
183
  },
184
184
  contentType: "application/json",
185
185
  queryParameters: _queryParams,
@@ -226,15 +226,15 @@ class Attachments {
226
226
  * await merge.accounting.attachments.retrieve("id", {})
227
227
  */
228
228
  retrieve(id, request = {}, requestOptions) {
229
- var _a;
229
+ var _a, _b;
230
230
  return __awaiter(this, void 0, void 0, function* () {
231
231
  const { includeRemoteData } = request;
232
232
  const _queryParams = {};
233
233
  if (includeRemoteData != null) {
234
234
  _queryParams["include_remote_data"] = includeRemoteData.toString();
235
235
  }
236
- const _response = yield core.fetcher({
237
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/attachments/${id}`),
236
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
237
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/attachments/${id}`),
238
238
  method: "GET",
239
239
  headers: {
240
240
  Authorization: yield this._getAuthorizationHeader(),
@@ -243,7 +243,7 @@ class Attachments {
243
243
  : undefined,
244
244
  "X-Fern-Language": "JavaScript",
245
245
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
246
- "X-Fern-SDK-Version": "1.0.11",
246
+ "X-Fern-SDK-Version": "1.0.12",
247
247
  },
248
248
  contentType: "application/json",
249
249
  queryParameters: _queryParams,
@@ -287,10 +287,10 @@ class Attachments {
287
287
  * await merge.accounting.attachments.metaPostRetrieve()
288
288
  */
289
289
  metaPostRetrieve(requestOptions) {
290
- var _a;
290
+ var _a, _b;
291
291
  return __awaiter(this, void 0, void 0, function* () {
292
- const _response = yield core.fetcher({
293
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/attachments/meta/post"),
292
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
293
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/attachments/meta/post"),
294
294
  method: "GET",
295
295
  headers: {
296
296
  Authorization: yield this._getAuthorizationHeader(),
@@ -299,7 +299,7 @@ class Attachments {
299
299
  : undefined,
300
300
  "X-Fern-Language": "JavaScript",
301
301
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
302
- "X-Fern-SDK-Version": "1.0.11",
302
+ "X-Fern-SDK-Version": "1.0.12",
303
303
  },
304
304
  contentType: "application/json",
305
305
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -9,6 +9,7 @@ export declare namespace AuditTrail {
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;