@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
@@ -55,7 +55,7 @@ class Projects {
55
55
  * await merge.ticketing.projects.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 { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
@@ -89,8 +89,8 @@ class Projects {
89
89
  if (remoteId != null) {
90
90
  _queryParams["remote_id"] = remoteId;
91
91
  }
92
- const _response = yield core.fetcher({
93
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/projects"),
92
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
93
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/projects"),
94
94
  method: "GET",
95
95
  headers: {
96
96
  Authorization: yield this._getAuthorizationHeader(),
@@ -99,7 +99,7 @@ class Projects {
99
99
  : undefined,
100
100
  "X-Fern-Language": "JavaScript",
101
101
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
102
- "X-Fern-SDK-Version": "1.0.11",
102
+ "X-Fern-SDK-Version": "1.0.12",
103
103
  },
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
@@ -143,15 +143,15 @@ class Projects {
143
143
  * await merge.ticketing.projects.retrieve("id", {})
144
144
  */
145
145
  retrieve(id, request = {}, requestOptions) {
146
- var _a;
146
+ var _a, _b;
147
147
  return __awaiter(this, void 0, void 0, function* () {
148
148
  const { includeRemoteData } = request;
149
149
  const _queryParams = {};
150
150
  if (includeRemoteData != null) {
151
151
  _queryParams["include_remote_data"] = includeRemoteData.toString();
152
152
  }
153
- const _response = yield core.fetcher({
154
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `ticketing/v1/projects/${id}`),
153
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
154
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ticketing/v1/projects/${id}`),
155
155
  method: "GET",
156
156
  headers: {
157
157
  Authorization: yield this._getAuthorizationHeader(),
@@ -160,7 +160,7 @@ class Projects {
160
160
  : undefined,
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
163
- "X-Fern-SDK-Version": "1.0.11",
163
+ "X-Fern-SDK-Version": "1.0.12",
164
164
  },
165
165
  contentType: "application/json",
166
166
  queryParameters: _queryParams,
@@ -204,7 +204,7 @@ class Projects {
204
204
  * await merge.ticketing.projects.usersList("parent_id", {})
205
205
  */
206
206
  usersList(parentId, request = {}, requestOptions) {
207
- var _a;
207
+ var _a, _b;
208
208
  return __awaiter(this, void 0, void 0, function* () {
209
209
  const { cursor, expand, includeDeletedData, includeRemoteData, includeShellData, pageSize } = request;
210
210
  const _queryParams = {};
@@ -226,8 +226,8 @@ class Projects {
226
226
  if (pageSize != null) {
227
227
  _queryParams["page_size"] = pageSize.toString();
228
228
  }
229
- const _response = yield core.fetcher({
230
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `ticketing/v1/projects/${parentId}/users`),
229
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
230
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ticketing/v1/projects/${parentId}/users`),
231
231
  method: "GET",
232
232
  headers: {
233
233
  Authorization: yield this._getAuthorizationHeader(),
@@ -236,7 +236,7 @@ class Projects {
236
236
  : undefined,
237
237
  "X-Fern-Language": "JavaScript",
238
238
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
239
- "X-Fern-SDK-Version": "1.0.11",
239
+ "X-Fern-SDK-Version": "1.0.12",
240
240
  },
241
241
  contentType: "application/json",
242
242
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace RegenerateKey {
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 RegenerateKey {
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, "ticketing/v1/regenerate-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, "ticketing/v1/regenerate-key"),
64
64
  method: "POST",
65
65
  headers: {
66
66
  Authorization: yield this._getAuthorizationHeader(),
@@ -69,7 +69,7 @@ class RegenerateKey {
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.ticketing.RemoteKeyForRegenerationRequest.jsonOrThrow(request, {
@@ -9,6 +9,7 @@ export declare namespace Roles {
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 Roles {
55
55
  * await merge.ticketing.roles.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 { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
@@ -89,8 +89,8 @@ class Roles {
89
89
  if (remoteId != null) {
90
90
  _queryParams["remote_id"] = remoteId;
91
91
  }
92
- const _response = yield core.fetcher({
93
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/roles"),
92
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
93
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/roles"),
94
94
  method: "GET",
95
95
  headers: {
96
96
  Authorization: yield this._getAuthorizationHeader(),
@@ -99,7 +99,7 @@ class Roles {
99
99
  : undefined,
100
100
  "X-Fern-Language": "JavaScript",
101
101
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
102
- "X-Fern-SDK-Version": "1.0.11",
102
+ "X-Fern-SDK-Version": "1.0.12",
103
103
  },
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
@@ -143,15 +143,15 @@ class Roles {
143
143
  * await merge.ticketing.roles.retrieve("id", {})
144
144
  */
145
145
  retrieve(id, request = {}, requestOptions) {
146
- var _a;
146
+ var _a, _b;
147
147
  return __awaiter(this, void 0, void 0, function* () {
148
148
  const { includeRemoteData } = request;
149
149
  const _queryParams = {};
150
150
  if (includeRemoteData != null) {
151
151
  _queryParams["include_remote_data"] = includeRemoteData.toString();
152
152
  }
153
- const _response = yield core.fetcher({
154
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `ticketing/v1/roles/${id}`),
153
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
154
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ticketing/v1/roles/${id}`),
155
155
  method: "GET",
156
156
  headers: {
157
157
  Authorization: yield this._getAuthorizationHeader(),
@@ -160,7 +160,7 @@ class Roles {
160
160
  : undefined,
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
163
- "X-Fern-SDK-Version": "1.0.11",
163
+ "X-Fern-SDK-Version": "1.0.12",
164
164
  },
165
165
  contentType: "application/json",
166
166
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace Scopes {
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 Scopes {
55
55
  * await merge.ticketing.scopes.defaultScopesRetrieve()
56
56
  */
57
57
  defaultScopesRetrieve(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, "ticketing/v1/default-scopes"),
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, "ticketing/v1/default-scopes"),
62
62
  method: "GET",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class Scopes {
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,
@@ -110,10 +110,10 @@ class Scopes {
110
110
  * await merge.ticketing.scopes.linkedAccountScopesRetrieve()
111
111
  */
112
112
  linkedAccountScopesRetrieve(requestOptions) {
113
- var _a;
113
+ var _a, _b;
114
114
  return __awaiter(this, void 0, void 0, function* () {
115
- const _response = yield core.fetcher({
116
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/linked-account-scopes"),
115
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
116
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/linked-account-scopes"),
117
117
  method: "GET",
118
118
  headers: {
119
119
  Authorization: yield this._getAuthorizationHeader(),
@@ -122,7 +122,7 @@ class Scopes {
122
122
  : undefined,
123
123
  "X-Fern-Language": "JavaScript",
124
124
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
125
- "X-Fern-SDK-Version": "1.0.11",
125
+ "X-Fern-SDK-Version": "1.0.12",
126
126
  },
127
127
  contentType: "application/json",
128
128
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -184,10 +184,10 @@ class Scopes {
184
184
  * })
185
185
  */
186
186
  linkedAccountScopesCreate(request, requestOptions) {
187
- var _a;
187
+ var _a, _b;
188
188
  return __awaiter(this, void 0, void 0, function* () {
189
- const _response = yield core.fetcher({
190
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/linked-account-scopes"),
189
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
190
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/linked-account-scopes"),
191
191
  method: "POST",
192
192
  headers: {
193
193
  Authorization: yield this._getAuthorizationHeader(),
@@ -196,7 +196,7 @@ class Scopes {
196
196
  : undefined,
197
197
  "X-Fern-Language": "JavaScript",
198
198
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
199
- "X-Fern-SDK-Version": "1.0.11",
199
+ "X-Fern-SDK-Version": "1.0.12",
200
200
  },
201
201
  contentType: "application/json",
202
202
  body: yield serializers.ticketing.LinkedAccountCommonModelScopeDeserializerRequest.jsonOrThrow(request, {
@@ -9,6 +9,7 @@ export declare namespace SyncStatus {
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 SyncStatus {
55
55
  * await merge.ticketing.syncStatus.list({})
56
56
  */
57
57
  list(request = {}, requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
60
  const { cursor, pageSize } = request;
61
61
  const _queryParams = {};
@@ -65,8 +65,8 @@ class SyncStatus {
65
65
  if (pageSize != null) {
66
66
  _queryParams["page_size"] = pageSize.toString();
67
67
  }
68
- const _response = yield core.fetcher({
69
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/sync-status"),
68
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
69
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/sync-status"),
70
70
  method: "GET",
71
71
  headers: {
72
72
  Authorization: yield this._getAuthorizationHeader(),
@@ -75,7 +75,7 @@ class SyncStatus {
75
75
  : undefined,
76
76
  "X-Fern-Language": "JavaScript",
77
77
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
78
- "X-Fern-SDK-Version": "1.0.11",
78
+ "X-Fern-SDK-Version": "1.0.12",
79
79
  },
80
80
  contentType: "application/json",
81
81
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace Tags {
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 Tags {
55
55
  * await merge.ticketing.tags.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 { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
@@ -89,8 +89,8 @@ class Tags {
89
89
  if (remoteId != null) {
90
90
  _queryParams["remote_id"] = remoteId;
91
91
  }
92
- const _response = yield core.fetcher({
93
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/tags"),
92
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
93
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/tags"),
94
94
  method: "GET",
95
95
  headers: {
96
96
  Authorization: yield this._getAuthorizationHeader(),
@@ -99,7 +99,7 @@ class Tags {
99
99
  : undefined,
100
100
  "X-Fern-Language": "JavaScript",
101
101
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
102
- "X-Fern-SDK-Version": "1.0.11",
102
+ "X-Fern-SDK-Version": "1.0.12",
103
103
  },
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
@@ -143,15 +143,15 @@ class Tags {
143
143
  * await merge.ticketing.tags.retrieve("id", {})
144
144
  */
145
145
  retrieve(id, request = {}, requestOptions) {
146
- var _a;
146
+ var _a, _b;
147
147
  return __awaiter(this, void 0, void 0, function* () {
148
148
  const { includeRemoteData } = request;
149
149
  const _queryParams = {};
150
150
  if (includeRemoteData != null) {
151
151
  _queryParams["include_remote_data"] = includeRemoteData.toString();
152
152
  }
153
- const _response = yield core.fetcher({
154
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `ticketing/v1/tags/${id}`),
153
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
154
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ticketing/v1/tags/${id}`),
155
155
  method: "GET",
156
156
  headers: {
157
157
  Authorization: yield this._getAuthorizationHeader(),
@@ -160,7 +160,7 @@ class Tags {
160
160
  : undefined,
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
163
- "X-Fern-SDK-Version": "1.0.11",
163
+ "X-Fern-SDK-Version": "1.0.12",
164
164
  },
165
165
  contentType: "application/json",
166
166
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace Teams {
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 Teams {
55
55
  * await merge.ticketing.teams.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 { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
@@ -89,8 +89,8 @@ class Teams {
89
89
  if (remoteId != null) {
90
90
  _queryParams["remote_id"] = remoteId;
91
91
  }
92
- const _response = yield core.fetcher({
93
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "ticketing/v1/teams"),
92
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
93
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "ticketing/v1/teams"),
94
94
  method: "GET",
95
95
  headers: {
96
96
  Authorization: yield this._getAuthorizationHeader(),
@@ -99,7 +99,7 @@ class Teams {
99
99
  : undefined,
100
100
  "X-Fern-Language": "JavaScript",
101
101
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
102
- "X-Fern-SDK-Version": "1.0.11",
102
+ "X-Fern-SDK-Version": "1.0.12",
103
103
  },
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
@@ -143,15 +143,15 @@ class Teams {
143
143
  * await merge.ticketing.teams.retrieve("id", {})
144
144
  */
145
145
  retrieve(id, request = {}, requestOptions) {
146
- var _a;
146
+ var _a, _b;
147
147
  return __awaiter(this, void 0, void 0, function* () {
148
148
  const { includeRemoteData } = request;
149
149
  const _queryParams = {};
150
150
  if (includeRemoteData != null) {
151
151
  _queryParams["include_remote_data"] = includeRemoteData.toString();
152
152
  }
153
- const _response = yield core.fetcher({
154
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `ticketing/v1/teams/${id}`),
153
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
154
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `ticketing/v1/teams/${id}`),
155
155
  method: "GET",
156
156
  headers: {
157
157
  Authorization: yield this._getAuthorizationHeader(),
@@ -160,7 +160,7 @@ class Teams {
160
160
  : undefined,
161
161
  "X-Fern-Language": "JavaScript",
162
162
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
163
- "X-Fern-SDK-Version": "1.0.11",
163
+ "X-Fern-SDK-Version": "1.0.12",
164
164
  },
165
165
  contentType: "application/json",
166
166
  queryParameters: _queryParams,
@@ -9,6 +9,7 @@ export declare namespace Tickets {
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;