@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
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.AsyncPassthroughRetrieveResponse = void 0;
39
+ const core = __importStar(require("../../../../../../core"));
40
+ exports.AsyncPassthroughRetrieveResponse = core.serialization.undiscriminatedUnion([
41
+ core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).crm.RemoteResponse; })),
42
+ core.serialization.string(),
43
+ ]);
@@ -0,0 +1 @@
1
+ export * from "./AsyncPassthroughRetrieveResponse";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
@@ -1,3 +1,5 @@
1
+ export * as asyncPassthrough from "./asyncPassthrough";
2
+ export * from "./asyncPassthrough/types";
1
3
  export * as contacts from "./contacts";
2
4
  export * from "./contacts/types";
3
5
  export * as engagements from "./engagements";
@@ -26,7 +26,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.customObjects = exports.associationTypes = exports.accounts = exports.webhookReceivers = exports.forceResync = exports.tasks = exports.opportunities = exports.notes = exports.linkedAccounts = exports.leads = exports.issues = exports.engagements = exports.contacts = void 0;
29
+ exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.customObjects = exports.associationTypes = exports.accounts = exports.webhookReceivers = exports.forceResync = exports.tasks = exports.opportunities = exports.notes = exports.linkedAccounts = exports.leads = exports.issues = exports.engagements = exports.contacts = exports.asyncPassthrough = void 0;
30
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
31
+ __exportStar(require("./asyncPassthrough/types"), exports);
30
32
  exports.contacts = __importStar(require("./contacts"));
31
33
  __exportStar(require("./contacts/types"), exports);
32
34
  exports.engagements = __importStar(require("./engagements"));
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as Merge from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const AsyncPassthroughRetrieveResponse: core.serialization.Schema<serializers.filestorage.AsyncPassthroughRetrieveResponse.Raw, Merge.filestorage.AsyncPassthroughRetrieveResponse>;
8
+ export declare namespace AsyncPassthroughRetrieveResponse {
9
+ type Raw = serializers.filestorage.RemoteResponse.Raw | string;
10
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.AsyncPassthroughRetrieveResponse = void 0;
39
+ const core = __importStar(require("../../../../../../core"));
40
+ exports.AsyncPassthroughRetrieveResponse = core.serialization.undiscriminatedUnion([
41
+ core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).filestorage.RemoteResponse; })),
42
+ core.serialization.string(),
43
+ ]);
@@ -0,0 +1 @@
1
+ export * from "./AsyncPassthroughRetrieveResponse";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
@@ -1,3 +1,5 @@
1
+ export * as asyncPassthrough from "./asyncPassthrough";
2
+ export * from "./asyncPassthrough/types";
1
3
  export * as files from "./files";
2
4
  export * from "./files/types";
3
5
  export * as folders from "./folders";
@@ -26,7 +26,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.webhookReceivers = exports.forceResync = exports.linkedAccounts = exports.issues = exports.folders = exports.files = void 0;
29
+ exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.webhookReceivers = exports.forceResync = exports.linkedAccounts = exports.issues = exports.folders = exports.files = exports.asyncPassthrough = void 0;
30
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
31
+ __exportStar(require("./asyncPassthrough/types"), exports);
30
32
  exports.files = __importStar(require("./files"));
31
33
  __exportStar(require("./files/types"), exports);
32
34
  exports.folders = __importStar(require("./folders"));
@@ -0,0 +1 @@
1
+ export * from "./types";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as Merge from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const AsyncPassthroughRetrieveResponse: core.serialization.Schema<serializers.hris.AsyncPassthroughRetrieveResponse.Raw, Merge.hris.AsyncPassthroughRetrieveResponse>;
8
+ export declare namespace AsyncPassthroughRetrieveResponse {
9
+ type Raw = serializers.hris.RemoteResponse.Raw | string;
10
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.AsyncPassthroughRetrieveResponse = void 0;
39
+ const core = __importStar(require("../../../../../../core"));
40
+ exports.AsyncPassthroughRetrieveResponse = core.serialization.undiscriminatedUnion([
41
+ core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).hris.RemoteResponse; })),
42
+ core.serialization.string(),
43
+ ]);
@@ -0,0 +1 @@
1
+ export * from "./AsyncPassthroughRetrieveResponse";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
@@ -1,3 +1,5 @@
1
+ export * as asyncPassthrough from "./asyncPassthrough";
2
+ export * from "./asyncPassthrough/types";
1
3
  export * as bankInfo from "./bankInfo";
2
4
  export * from "./bankInfo/types";
3
5
  export * as employeePayrollRuns from "./employeePayrollRuns";
@@ -26,7 +26,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.webhookReceivers = exports.forceResync = exports.timesheetEntries = exports.timeOffBalances = exports.timeOff = exports.payrollRuns = exports.locations = exports.linkedAccounts = exports.issues = exports.employments = exports.employees = exports.employeePayrollRuns = exports.bankInfo = void 0;
29
+ exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.webhookReceivers = exports.forceResync = exports.timesheetEntries = exports.timeOffBalances = exports.timeOff = exports.payrollRuns = exports.locations = exports.linkedAccounts = exports.issues = exports.employments = exports.employees = exports.employeePayrollRuns = exports.bankInfo = exports.asyncPassthrough = void 0;
30
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
31
+ __exportStar(require("./asyncPassthrough/types"), exports);
30
32
  exports.bankInfo = __importStar(require("./bankInfo"));
31
33
  __exportStar(require("./bankInfo/types"), exports);
32
34
  exports.employeePayrollRuns = __importStar(require("./employeePayrollRuns"));
@@ -1,6 +1,6 @@
1
1
  export * as filestorage from "./filestorage";
2
- export * as ticketing from "./ticketing";
3
2
  export * as ats from "./ats";
4
3
  export * as crm from "./crm";
5
4
  export * as hris from "./hris";
5
+ export * as ticketing from "./ticketing";
6
6
  export * as accounting from "./accounting";
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.accounting = exports.hris = exports.crm = exports.ats = exports.ticketing = exports.filestorage = void 0;
26
+ exports.accounting = exports.ticketing = exports.hris = exports.crm = exports.ats = exports.filestorage = void 0;
27
27
  exports.filestorage = __importStar(require("./filestorage"));
28
- exports.ticketing = __importStar(require("./ticketing"));
29
28
  exports.ats = __importStar(require("./ats"));
30
29
  exports.crm = __importStar(require("./crm"));
31
30
  exports.hris = __importStar(require("./hris"));
31
+ exports.ticketing = __importStar(require("./ticketing"));
32
32
  exports.accounting = __importStar(require("./accounting"));
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as Merge from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const AsyncPassthroughRetrieveResponse: core.serialization.Schema<serializers.ticketing.AsyncPassthroughRetrieveResponse.Raw, Merge.ticketing.AsyncPassthroughRetrieveResponse>;
8
+ export declare namespace AsyncPassthroughRetrieveResponse {
9
+ type Raw = serializers.ticketing.RemoteResponse.Raw | string;
10
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.AsyncPassthroughRetrieveResponse = void 0;
39
+ const core = __importStar(require("../../../../../../core"));
40
+ exports.AsyncPassthroughRetrieveResponse = core.serialization.undiscriminatedUnion([
41
+ core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).ticketing.RemoteResponse; })),
42
+ core.serialization.string(),
43
+ ]);
@@ -0,0 +1 @@
1
+ export * from "./AsyncPassthroughRetrieveResponse";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
@@ -1,3 +1,5 @@
1
+ export * as asyncPassthrough from "./asyncPassthrough";
2
+ export * from "./asyncPassthrough/types";
1
3
  export * as collections from "./collections";
2
4
  export * from "./collections/types";
3
5
  export * as comments from "./comments";
@@ -26,7 +26,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.contacts = exports.attachments = exports.webhookReceivers = exports.forceResync = exports.users = exports.tickets = exports.projects = exports.linkedAccounts = exports.issues = exports.comments = exports.collections = void 0;
29
+ exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.contacts = exports.attachments = exports.webhookReceivers = exports.forceResync = exports.users = exports.tickets = exports.projects = exports.linkedAccounts = exports.issues = exports.comments = exports.collections = exports.asyncPassthrough = void 0;
30
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
31
+ __exportStar(require("./asyncPassthrough/types"), exports);
30
32
  exports.collections = __importStar(require("./collections"));
31
33
  __exportStar(require("./collections/types"), exports);
32
34
  exports.comments = __importStar(require("./comments"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mergeapi/merge-node-client",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "private": false,
5
5
  "repository": "https://github.com/merge-api/merge-node-client",
6
6
  "main": "./index.js",
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../..";
5
+ import * as Merge from "../../../../../../api";
6
+ import * as core from "../../../../../../core";
7
+ export declare const AsyncPassthroughRetrieveResponse: core.serialization.Schema<serializers.accounting.AsyncPassthroughRetrieveResponse.Raw, Merge.accounting.AsyncPassthroughRetrieveResponse>;
8
+ export declare namespace AsyncPassthroughRetrieveResponse {
9
+ type Raw = serializers.accounting.RemoteResponse.Raw | string;
10
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.AsyncPassthroughRetrieveResponse = void 0;
39
+ const core = __importStar(require("../../../../../../core"));
40
+ exports.AsyncPassthroughRetrieveResponse = core.serialization.undiscriminatedUnion([
41
+ core.serialization.lazyObject(() => __awaiter(void 0, void 0, void 0, function* () { return (yield Promise.resolve().then(() => __importStar(require("../../../../..")))).accounting.RemoteResponse; })),
42
+ core.serialization.string(),
43
+ ]);
@@ -0,0 +1 @@
1
+ export * from "./AsyncPassthroughRetrieveResponse";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AsyncPassthroughRetrieveResponse"), exports);
@@ -1,5 +1,7 @@
1
1
  export * as accounts from "./accounts";
2
2
  export * from "./accounts/types";
3
+ export * as asyncPassthrough from "./asyncPassthrough";
4
+ export * from "./asyncPassthrough/types";
3
5
  export * as companyInfo from "./companyInfo";
4
6
  export * from "./companyInfo/types";
5
7
  export * as contacts from "./contacts";
@@ -26,9 +26,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.attachments = exports.webhookReceivers = exports.forceResync = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.accounts = void 0;
29
+ exports.regenerateKey = exports.linkToken = exports.generateKey = exports.fieldMapping = exports.scopes = exports.attachments = exports.webhookReceivers = exports.forceResync = exports.vendorCredits = exports.transactions = exports.purchaseOrders = exports.payments = exports.linkedAccounts = exports.journalEntries = exports.items = exports.issues = exports.invoices = exports.expenses = exports.creditNotes = exports.contacts = exports.companyInfo = exports.asyncPassthrough = exports.accounts = void 0;
30
30
  exports.accounts = __importStar(require("./accounts"));
31
31
  __exportStar(require("./accounts/types"), exports);
32
+ exports.asyncPassthrough = __importStar(require("./asyncPassthrough"));
33
+ __exportStar(require("./asyncPassthrough/types"), exports);
32
34
  exports.companyInfo = __importStar(require("./companyInfo"));
33
35
  __exportStar(require("./companyInfo/types"), exports);
34
36
  exports.contacts = __importStar(require("./contacts"));
@@ -0,0 +1 @@
1
+ export * from "./types";