@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
@@ -9,6 +9,7 @@ export declare namespace ForceResync {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,10 +55,10 @@ class ForceResync {
55
55
  * await merge.accounting.forceResync.syncStatusResyncCreate()
56
56
  */
57
57
  syncStatusResyncCreate(requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const _response = yield core.fetcher({
61
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/sync-status/resync"),
60
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
61
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/sync-status/resync"),
62
62
  method: "POST",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class ForceResync {
67
67
  : undefined,
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
70
- "X-Fern-SDK-Version": "1.0.11",
70
+ "X-Fern-SDK-Version": "1.0.12",
71
71
  },
72
72
  contentType: "application/json",
73
73
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -9,6 +9,7 @@ export declare namespace GenerateKey {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -57,10 +57,10 @@ class GenerateKey {
57
57
  * })
58
58
  */
59
59
  create(request, requestOptions) {
60
- var _a;
60
+ var _a, _b;
61
61
  return __awaiter(this, void 0, void 0, function* () {
62
- const _response = yield core.fetcher({
63
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/generate-key"),
62
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
63
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/generate-key"),
64
64
  method: "POST",
65
65
  headers: {
66
66
  Authorization: yield this._getAuthorizationHeader(),
@@ -69,7 +69,7 @@ class GenerateKey {
69
69
  : undefined,
70
70
  "X-Fern-Language": "JavaScript",
71
71
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
72
- "X-Fern-SDK-Version": "1.0.11",
72
+ "X-Fern-SDK-Version": "1.0.12",
73
73
  },
74
74
  contentType: "application/json",
75
75
  body: yield serializers.accounting.GenerateRemoteKeyRequest.jsonOrThrow(request, {
@@ -9,6 +9,7 @@ export declare namespace IncomeStatements {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,7 +55,7 @@ class IncomeStatements {
55
55
  * await merge.accounting.incomeStatements.list({})
56
56
  */
57
57
  list(request = {}, requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
60
  const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
@@ -95,8 +95,8 @@ class IncomeStatements {
95
95
  if (remoteId != null) {
96
96
  _queryParams["remote_id"] = remoteId;
97
97
  }
98
- const _response = yield core.fetcher({
99
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/income-statements"),
98
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
99
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/income-statements"),
100
100
  method: "GET",
101
101
  headers: {
102
102
  Authorization: yield this._getAuthorizationHeader(),
@@ -105,7 +105,7 @@ class IncomeStatements {
105
105
  : undefined,
106
106
  "X-Fern-Language": "JavaScript",
107
107
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
108
- "X-Fern-SDK-Version": "1.0.11",
108
+ "X-Fern-SDK-Version": "1.0.12",
109
109
  },
110
110
  contentType: "application/json",
111
111
  queryParameters: _queryParams,
@@ -149,7 +149,7 @@ class IncomeStatements {
149
149
  * await merge.accounting.incomeStatements.retrieve("id", {})
150
150
  */
151
151
  retrieve(id, request = {}, requestOptions) {
152
- var _a;
152
+ var _a, _b;
153
153
  return __awaiter(this, void 0, void 0, function* () {
154
154
  const { expand, includeRemoteData } = request;
155
155
  const _queryParams = {};
@@ -159,8 +159,8 @@ class IncomeStatements {
159
159
  if (includeRemoteData != null) {
160
160
  _queryParams["include_remote_data"] = includeRemoteData.toString();
161
161
  }
162
- const _response = yield core.fetcher({
163
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/income-statements/${id}`),
162
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
163
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/income-statements/${id}`),
164
164
  method: "GET",
165
165
  headers: {
166
166
  Authorization: yield this._getAuthorizationHeader(),
@@ -169,7 +169,7 @@ class IncomeStatements {
169
169
  : undefined,
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
172
- "X-Fern-SDK-Version": "1.0.11",
172
+ "X-Fern-SDK-Version": "1.0.12",
173
173
  },
174
174
  contentType: "application/json",
175
175
  queryParameters: _queryParams,
@@ -1,5 +1,7 @@
1
1
  export * as accounts from "./accounts";
2
2
  export * from "./accounts/types";
3
+ export * as asyncPassthrough from "./asyncPassthrough";
4
+ export * from "./asyncPassthrough/types";
3
5
  export * as companyInfo from "./companyInfo";
4
6
  export * from "./companyInfo/types";
5
7
  export * as contacts from "./contacts";
@@ -30,7 +32,6 @@ export * as accountDetails from "./accountDetails";
30
32
  export * as accountToken from "./accountToken";
31
33
  export * as accountingPeriods from "./accountingPeriods";
32
34
  export * as addresses from "./addresses";
33
- export * as asyncPassthrough from "./asyncPassthrough";
34
35
  export * as attachments from "./attachments";
35
36
  export * as auditTrail from "./auditTrail";
36
37
  export * as availableActions from "./availableActions";
@@ -26,9 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.asyncPassthrough = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.accounts = void 0;
29
+ exports.webhookReceivers = exports.trackingCategories = exports.taxRates = exports.forceResync = exports.syncStatus = exports.regenerateKey = exports.phoneNumbers = exports.passthrough = exports.linkToken = exports.incomeStatements = exports.generateKey = exports.fieldMapping = exports.deleteAccount = exports.scopes = exports.cashFlowStatements = exports.balanceSheets = exports.availableActions = exports.auditTrail = exports.attachments = exports.addresses = exports.accountingPeriods = exports.accountToken = exports.accountDetails = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
30
30
  exports.accounts = __importStar(require("./accounts"));
31
31
  __exportStar(require("./accounts/types"), exports);
32
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
33
+ __exportStar(require("./asyncPassthrough/types"), exports);
32
34
  exports.companyInfo = __importStar(require("./companyInfo"));
33
35
  __exportStar(require("./companyInfo/types"), exports);
34
36
  exports.contacts = __importStar(require("./contacts"));
@@ -59,7 +61,6 @@ exports.accountDetails = __importStar(require("./accountDetails"));
59
61
  exports.accountToken = __importStar(require("./accountToken"));
60
62
  exports.accountingPeriods = __importStar(require("./accountingPeriods"));
61
63
  exports.addresses = __importStar(require("./addresses"));
62
- exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
63
64
  exports.attachments = __importStar(require("./attachments"));
64
65
  exports.auditTrail = __importStar(require("./auditTrail"));
65
66
  exports.availableActions = __importStar(require("./availableActions"));
@@ -9,6 +9,7 @@ export declare namespace Invoices {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -66,7 +66,7 @@ class Invoices {
66
66
  * await merge.accounting.invoices.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, contactId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, issueDateAfter, issueDateBefore, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, type: type_, } = request;
72
72
  const _queryParams = {};
@@ -127,8 +127,8 @@ class Invoices {
127
127
  if (type_ != null) {
128
128
  _queryParams["type"] = type_;
129
129
  }
130
- const _response = yield core.fetcher({
131
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/invoices"),
130
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
131
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/invoices"),
132
132
  method: "GET",
133
133
  headers: {
134
134
  Authorization: yield this._getAuthorizationHeader(),
@@ -137,7 +137,7 @@ class Invoices {
137
137
  : undefined,
138
138
  "X-Fern-Language": "JavaScript",
139
139
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
140
- "X-Fern-SDK-Version": "1.0.11",
140
+ "X-Fern-SDK-Version": "1.0.12",
141
141
  },
142
142
  contentType: "application/json",
143
143
  queryParameters: _queryParams,
@@ -183,7 +183,7 @@ class Invoices {
183
183
  * })
184
184
  */
185
185
  create(request, requestOptions) {
186
- var _a;
186
+ var _a, _b;
187
187
  return __awaiter(this, void 0, void 0, function* () {
188
188
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
189
189
  const _queryParams = {};
@@ -193,8 +193,8 @@ class Invoices {
193
193
  if (runAsync != null) {
194
194
  _queryParams["run_async"] = runAsync.toString();
195
195
  }
196
- const _response = yield core.fetcher({
197
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/invoices"),
196
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
197
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/invoices"),
198
198
  method: "POST",
199
199
  headers: {
200
200
  Authorization: yield this._getAuthorizationHeader(),
@@ -203,7 +203,7 @@ class Invoices {
203
203
  : undefined,
204
204
  "X-Fern-Language": "JavaScript",
205
205
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
206
- "X-Fern-SDK-Version": "1.0.11",
206
+ "X-Fern-SDK-Version": "1.0.12",
207
207
  },
208
208
  contentType: "application/json",
209
209
  queryParameters: _queryParams,
@@ -250,7 +250,7 @@ class Invoices {
250
250
  * await merge.accounting.invoices.retrieve("id", {})
251
251
  */
252
252
  retrieve(id, request = {}, requestOptions) {
253
- var _a;
253
+ var _a, _b;
254
254
  return __awaiter(this, void 0, void 0, function* () {
255
255
  const { expand, includeRemoteData, includeRemoteFields, remoteFields, showEnumOrigins } = request;
256
256
  const _queryParams = {};
@@ -269,8 +269,8 @@ class Invoices {
269
269
  if (showEnumOrigins != null) {
270
270
  _queryParams["show_enum_origins"] = showEnumOrigins;
271
271
  }
272
- const _response = yield core.fetcher({
273
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/invoices/${id}`),
272
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
273
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/invoices/${id}`),
274
274
  method: "GET",
275
275
  headers: {
276
276
  Authorization: yield this._getAuthorizationHeader(),
@@ -279,7 +279,7 @@ class Invoices {
279
279
  : undefined,
280
280
  "X-Fern-Language": "JavaScript",
281
281
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
282
- "X-Fern-SDK-Version": "1.0.11",
282
+ "X-Fern-SDK-Version": "1.0.12",
283
283
  },
284
284
  contentType: "application/json",
285
285
  queryParameters: _queryParams,
@@ -325,7 +325,7 @@ class Invoices {
325
325
  * })
326
326
  */
327
327
  partialUpdate(id, request, requestOptions) {
328
- var _a;
328
+ var _a, _b;
329
329
  return __awaiter(this, void 0, void 0, function* () {
330
330
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
331
331
  const _queryParams = {};
@@ -335,8 +335,8 @@ class Invoices {
335
335
  if (runAsync != null) {
336
336
  _queryParams["run_async"] = runAsync.toString();
337
337
  }
338
- const _response = yield core.fetcher({
339
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/invoices/${id}`),
338
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
339
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/invoices/${id}`),
340
340
  method: "PATCH",
341
341
  headers: {
342
342
  Authorization: yield this._getAuthorizationHeader(),
@@ -345,7 +345,7 @@ class Invoices {
345
345
  : undefined,
346
346
  "X-Fern-Language": "JavaScript",
347
347
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
348
- "X-Fern-SDK-Version": "1.0.11",
348
+ "X-Fern-SDK-Version": "1.0.12",
349
349
  },
350
350
  contentType: "application/json",
351
351
  queryParameters: _queryParams,
@@ -392,7 +392,7 @@ class Invoices {
392
392
  * await merge.accounting.invoices.lineItemsRemoteFieldClassesList({})
393
393
  */
394
394
  lineItemsRemoteFieldClassesList(request = {}, requestOptions) {
395
- var _a;
395
+ var _a, _b;
396
396
  return __awaiter(this, void 0, void 0, function* () {
397
397
  const { cursor, includeDeletedData, includeRemoteData, includeShellData, isCommonModelField, pageSize } = request;
398
398
  const _queryParams = {};
@@ -414,8 +414,8 @@ class Invoices {
414
414
  if (pageSize != null) {
415
415
  _queryParams["page_size"] = pageSize.toString();
416
416
  }
417
- const _response = yield core.fetcher({
418
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/invoices/line-items/remote-field-classes"),
417
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
418
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/invoices/line-items/remote-field-classes"),
419
419
  method: "GET",
420
420
  headers: {
421
421
  Authorization: yield this._getAuthorizationHeader(),
@@ -424,7 +424,7 @@ class Invoices {
424
424
  : undefined,
425
425
  "X-Fern-Language": "JavaScript",
426
426
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
427
- "X-Fern-SDK-Version": "1.0.11",
427
+ "X-Fern-SDK-Version": "1.0.12",
428
428
  },
429
429
  contentType: "application/json",
430
430
  queryParameters: _queryParams,
@@ -468,10 +468,10 @@ class Invoices {
468
468
  * await merge.accounting.invoices.metaPatchRetrieve("id")
469
469
  */
470
470
  metaPatchRetrieve(id, requestOptions) {
471
- var _a;
471
+ var _a, _b;
472
472
  return __awaiter(this, void 0, void 0, function* () {
473
- const _response = yield core.fetcher({
474
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/invoices/meta/patch/${id}`),
473
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
474
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/invoices/meta/patch/${id}`),
475
475
  method: "GET",
476
476
  headers: {
477
477
  Authorization: yield this._getAuthorizationHeader(),
@@ -480,7 +480,7 @@ class Invoices {
480
480
  : undefined,
481
481
  "X-Fern-Language": "JavaScript",
482
482
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
483
- "X-Fern-SDK-Version": "1.0.11",
483
+ "X-Fern-SDK-Version": "1.0.12",
484
484
  },
485
485
  contentType: "application/json",
486
486
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -523,10 +523,10 @@ class Invoices {
523
523
  * await merge.accounting.invoices.metaPostRetrieve()
524
524
  */
525
525
  metaPostRetrieve(requestOptions) {
526
- var _a;
526
+ var _a, _b;
527
527
  return __awaiter(this, void 0, void 0, function* () {
528
- const _response = yield core.fetcher({
529
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/invoices/meta/post"),
528
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
529
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/invoices/meta/post"),
530
530
  method: "GET",
531
531
  headers: {
532
532
  Authorization: yield this._getAuthorizationHeader(),
@@ -535,7 +535,7 @@ class Invoices {
535
535
  : undefined,
536
536
  "X-Fern-Language": "JavaScript",
537
537
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
538
- "X-Fern-SDK-Version": "1.0.11",
538
+ "X-Fern-SDK-Version": "1.0.12",
539
539
  },
540
540
  contentType: "application/json",
541
541
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -578,7 +578,7 @@ class Invoices {
578
578
  * await merge.accounting.invoices.remoteFieldClassesList({})
579
579
  */
580
580
  remoteFieldClassesList(request = {}, requestOptions) {
581
- var _a;
581
+ var _a, _b;
582
582
  return __awaiter(this, void 0, void 0, function* () {
583
583
  const { cursor, includeDeletedData, includeRemoteData, includeShellData, isCommonModelField, pageSize } = request;
584
584
  const _queryParams = {};
@@ -600,8 +600,8 @@ class Invoices {
600
600
  if (pageSize != null) {
601
601
  _queryParams["page_size"] = pageSize.toString();
602
602
  }
603
- const _response = yield core.fetcher({
604
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/invoices/remote-field-classes"),
603
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
604
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/invoices/remote-field-classes"),
605
605
  method: "GET",
606
606
  headers: {
607
607
  Authorization: yield this._getAuthorizationHeader(),
@@ -610,7 +610,7 @@ class Invoices {
610
610
  : undefined,
611
611
  "X-Fern-Language": "JavaScript",
612
612
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
613
- "X-Fern-SDK-Version": "1.0.11",
613
+ "X-Fern-SDK-Version": "1.0.12",
614
614
  },
615
615
  contentType: "application/json",
616
616
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace Issues {
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 Issues {
55
55
  * await merge.accounting.issues.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 { accountToken, cursor, endDate, endUserOrganizationName, firstIncidentTimeAfter, firstIncidentTimeBefore, includeMuted, integrationName, lastIncidentTimeAfter, lastIncidentTimeBefore, linkedAccountId, pageSize, startDate, status, } = request;
61
61
  const _queryParams = {};
@@ -101,8 +101,8 @@ class Issues {
101
101
  if (status != null) {
102
102
  _queryParams["status"] = status;
103
103
  }
104
- const _response = yield core.fetcher({
105
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/issues"),
104
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
105
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/issues"),
106
106
  method: "GET",
107
107
  headers: {
108
108
  Authorization: yield this._getAuthorizationHeader(),
@@ -111,7 +111,7 @@ class Issues {
111
111
  : undefined,
112
112
  "X-Fern-Language": "JavaScript",
113
113
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
114
- "X-Fern-SDK-Version": "1.0.11",
114
+ "X-Fern-SDK-Version": "1.0.12",
115
115
  },
116
116
  contentType: "application/json",
117
117
  queryParameters: _queryParams,
@@ -155,10 +155,10 @@ class Issues {
155
155
  * await merge.accounting.issues.retrieve("id")
156
156
  */
157
157
  retrieve(id, requestOptions) {
158
- var _a;
158
+ var _a, _b;
159
159
  return __awaiter(this, void 0, void 0, function* () {
160
- const _response = yield core.fetcher({
161
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/issues/${id}`),
160
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
161
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/issues/${id}`),
162
162
  method: "GET",
163
163
  headers: {
164
164
  Authorization: yield this._getAuthorizationHeader(),
@@ -167,7 +167,7 @@ class Issues {
167
167
  : undefined,
168
168
  "X-Fern-Language": "JavaScript",
169
169
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
170
- "X-Fern-SDK-Version": "1.0.11",
170
+ "X-Fern-SDK-Version": "1.0.12",
171
171
  },
172
172
  contentType: "application/json",
173
173
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -9,6 +9,7 @@ export declare namespace Items {
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 Items {
55
55
  * await merge.accounting.items.list({})
56
56
  */
57
57
  list(request = {}, requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
60
  const { companyId, createdAfter, createdBefore, cursor, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, showEnumOrigins, } = request;
61
61
  const _queryParams = {};
@@ -101,8 +101,8 @@ class Items {
101
101
  if (showEnumOrigins != null) {
102
102
  _queryParams["show_enum_origins"] = showEnumOrigins;
103
103
  }
104
- const _response = yield core.fetcher({
105
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "accounting/v1/items"),
104
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
105
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "accounting/v1/items"),
106
106
  method: "GET",
107
107
  headers: {
108
108
  Authorization: yield this._getAuthorizationHeader(),
@@ -111,7 +111,7 @@ class Items {
111
111
  : undefined,
112
112
  "X-Fern-Language": "JavaScript",
113
113
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
114
- "X-Fern-SDK-Version": "1.0.11",
114
+ "X-Fern-SDK-Version": "1.0.12",
115
115
  },
116
116
  contentType: "application/json",
117
117
  queryParameters: _queryParams,
@@ -155,7 +155,7 @@ class Items {
155
155
  * await merge.accounting.items.retrieve("id", {})
156
156
  */
157
157
  retrieve(id, request = {}, requestOptions) {
158
- var _a;
158
+ var _a, _b;
159
159
  return __awaiter(this, void 0, void 0, function* () {
160
160
  const { expand, includeRemoteData, remoteFields, showEnumOrigins } = request;
161
161
  const _queryParams = {};
@@ -171,8 +171,8 @@ class Items {
171
171
  if (showEnumOrigins != null) {
172
172
  _queryParams["show_enum_origins"] = showEnumOrigins;
173
173
  }
174
- const _response = yield core.fetcher({
175
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `accounting/v1/items/${id}`),
174
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
175
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `accounting/v1/items/${id}`),
176
176
  method: "GET",
177
177
  headers: {
178
178
  Authorization: yield this._getAuthorizationHeader(),
@@ -181,7 +181,7 @@ class Items {
181
181
  : undefined,
182
182
  "X-Fern-Language": "JavaScript",
183
183
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
184
- "X-Fern-SDK-Version": "1.0.11",
184
+ "X-Fern-SDK-Version": "1.0.12",
185
185
  },
186
186
  contentType: "application/json",
187
187
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace JournalEntries {
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;