@mergeapi/merge-node-client 1.0.10 → 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 (1499) hide show
  1. package/Client.d.ts +1 -0
  2. package/api/resources/accounting/client/Client.d.ts +1 -0
  3. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +1 -0
  4. package/api/resources/accounting/resources/accountDetails/client/Client.js +4 -4
  5. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
  6. package/api/resources/accounting/resources/accountToken/client/Client.js +4 -4
  7. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -0
  8. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -8
  9. package/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -0
  10. package/api/resources/accounting/resources/accounts/client/Client.js +16 -16
  11. package/api/resources/accounting/resources/addresses/client/Client.d.ts +1 -0
  12. package/api/resources/accounting/resources/addresses/client/Client.js +4 -4
  13. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -4
  14. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +9 -12
  15. package/api/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  16. package/api/resources/accounting/resources/asyncPassthrough/index.js +1 -0
  17. package/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  18. package/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  19. package/api/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  20. package/api/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  21. package/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -0
  22. package/api/resources/accounting/resources/attachments/client/Client.js +16 -16
  23. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -0
  24. package/api/resources/accounting/resources/auditTrail/client/Client.js +4 -4
  25. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
  26. package/api/resources/accounting/resources/availableActions/client/Client.js +4 -4
  27. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -0
  28. package/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -8
  29. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -0
  30. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -8
  31. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +1 -0
  32. package/api/resources/accounting/resources/companyInfo/client/Client.js +8 -8
  33. package/api/resources/accounting/resources/contacts/client/Client.d.ts +1 -0
  34. package/api/resources/accounting/resources/contacts/client/Client.js +20 -20
  35. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +1 -0
  36. package/api/resources/accounting/resources/creditNotes/client/Client.js +8 -8
  37. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +1 -0
  38. package/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -4
  39. package/api/resources/accounting/resources/expenses/client/Client.d.ts +1 -0
  40. package/api/resources/accounting/resources/expenses/client/Client.js +24 -24
  41. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -0
  42. package/api/resources/accounting/resources/fieldMapping/client/Client.js +24 -24
  43. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -0
  44. package/api/resources/accounting/resources/forceResync/client/Client.js +4 -4
  45. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +1 -0
  46. package/api/resources/accounting/resources/generateKey/client/Client.js +4 -4
  47. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -0
  48. package/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -8
  49. package/api/resources/accounting/resources/index.d.ts +2 -1
  50. package/api/resources/accounting/resources/index.js +3 -2
  51. package/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
  52. package/api/resources/accounting/resources/invoices/client/Client.js +32 -32
  53. package/api/resources/accounting/resources/issues/client/Client.d.ts +1 -0
  54. package/api/resources/accounting/resources/issues/client/Client.js +8 -8
  55. package/api/resources/accounting/resources/items/client/Client.d.ts +1 -0
  56. package/api/resources/accounting/resources/items/client/Client.js +8 -8
  57. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +1 -0
  58. package/api/resources/accounting/resources/journalEntries/client/Client.js +24 -24
  59. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
  60. package/api/resources/accounting/resources/linkToken/client/Client.js +4 -4
  61. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -0
  62. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -4
  63. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
  64. package/api/resources/accounting/resources/passthrough/client/Client.js +4 -4
  65. package/api/resources/accounting/resources/payments/client/Client.d.ts +1 -0
  66. package/api/resources/accounting/resources/payments/client/Client.js +32 -32
  67. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +1 -0
  68. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -4
  69. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +1 -0
  70. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +24 -24
  71. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +1 -0
  72. package/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -4
  73. package/api/resources/accounting/resources/scopes/client/Client.d.ts +1 -0
  74. package/api/resources/accounting/resources/scopes/client/Client.js +12 -12
  75. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -0
  76. package/api/resources/accounting/resources/syncStatus/client/Client.js +4 -4
  77. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -0
  78. package/api/resources/accounting/resources/taxRates/client/Client.js +8 -8
  79. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -0
  80. package/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -8
  81. package/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -0
  82. package/api/resources/accounting/resources/transactions/client/Client.js +8 -8
  83. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +1 -0
  84. package/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -8
  85. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +1 -0
  86. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +8 -8
  87. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  88. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  89. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  90. package/api/resources/accounting/types/ReportItem.d.ts +2 -0
  91. package/api/resources/ats/client/Client.d.ts +1 -0
  92. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +1 -0
  93. package/api/resources/ats/resources/accountDetails/client/Client.js +4 -4
  94. package/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
  95. package/api/resources/ats/resources/accountToken/client/Client.js +4 -4
  96. package/api/resources/ats/resources/activities/client/Client.d.ts +1 -0
  97. package/api/resources/ats/resources/activities/client/Client.js +20 -17
  98. package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +5 -1
  99. package/api/resources/ats/resources/applications/client/Client.d.ts +1 -0
  100. package/api/resources/ats/resources/applications/client/Client.js +24 -21
  101. package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +5 -1
  102. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -4
  103. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +9 -12
  104. package/api/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  105. package/api/resources/ats/resources/asyncPassthrough/index.js +1 -0
  106. package/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  107. package/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  108. package/api/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  109. package/api/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  110. package/api/resources/ats/resources/attachments/client/Client.d.ts +1 -0
  111. package/api/resources/ats/resources/attachments/client/Client.js +20 -17
  112. package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  113. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -0
  114. package/api/resources/ats/resources/auditTrail/client/Client.js +4 -4
  115. package/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
  116. package/api/resources/ats/resources/availableActions/client/Client.js +4 -4
  117. package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -0
  118. package/api/resources/ats/resources/candidates/client/Client.js +32 -29
  119. package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +5 -1
  120. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +1 -0
  121. package/api/resources/ats/resources/deleteAccount/client/Client.js +4 -4
  122. package/api/resources/ats/resources/departments/client/Client.d.ts +1 -0
  123. package/api/resources/ats/resources/departments/client/Client.js +12 -9
  124. package/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +5 -1
  125. package/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -0
  126. package/api/resources/ats/resources/eeocs/client/Client.js +12 -9
  127. package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +5 -1
  128. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -0
  129. package/api/resources/ats/resources/fieldMapping/client/Client.js +24 -24
  130. package/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -1
  131. package/api/resources/ats/resources/forceResync/client/Client.js +5 -5
  132. package/api/resources/ats/resources/generateKey/client/Client.d.ts +1 -0
  133. package/api/resources/ats/resources/generateKey/client/Client.js +4 -4
  134. package/api/resources/ats/resources/index.d.ts +2 -1
  135. package/api/resources/ats/resources/index.js +3 -2
  136. package/api/resources/ats/resources/interviews/client/Client.d.ts +1 -0
  137. package/api/resources/ats/resources/interviews/client/Client.js +20 -17
  138. package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +5 -1
  139. package/api/resources/ats/resources/issues/client/Client.d.ts +1 -0
  140. package/api/resources/ats/resources/issues/client/Client.js +8 -8
  141. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -0
  142. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +12 -9
  143. package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +5 -1
  144. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -0
  145. package/api/resources/ats/resources/jobPostings/client/Client.js +12 -9
  146. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -1
  147. package/api/resources/ats/resources/jobs/client/Client.d.ts +1 -0
  148. package/api/resources/ats/resources/jobs/client/Client.js +20 -14
  149. package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -1
  150. package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +5 -1
  151. package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
  152. package/api/resources/ats/resources/linkToken/client/Client.js +4 -4
  153. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  154. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -0
  155. package/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -4
  156. package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  157. package/api/resources/ats/resources/offers/client/Client.d.ts +1 -0
  158. package/api/resources/ats/resources/offers/client/Client.js +12 -9
  159. package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +5 -1
  160. package/api/resources/ats/resources/offices/client/Client.d.ts +1 -0
  161. package/api/resources/ats/resources/offices/client/Client.js +12 -9
  162. package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +5 -1
  163. package/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
  164. package/api/resources/ats/resources/passthrough/client/Client.js +4 -4
  165. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +1 -0
  166. package/api/resources/ats/resources/regenerateKey/client/Client.js +4 -4
  167. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -0
  168. package/api/resources/ats/resources/rejectReasons/client/Client.js +12 -9
  169. package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +5 -1
  170. package/api/resources/ats/resources/scopes/client/Client.d.ts +4 -3
  171. package/api/resources/ats/resources/scopes/client/Client.js +15 -15
  172. package/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -0
  173. package/api/resources/ats/resources/scorecards/client/Client.js +12 -9
  174. package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +5 -1
  175. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -0
  176. package/api/resources/ats/resources/syncStatus/client/Client.js +4 -4
  177. package/api/resources/ats/resources/tags/client/Client.d.ts +1 -0
  178. package/api/resources/ats/resources/tags/client/Client.js +8 -5
  179. package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  180. package/api/resources/ats/resources/users/client/Client.d.ts +1 -0
  181. package/api/resources/ats/resources/users/client/Client.js +12 -9
  182. package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  183. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +1 -0
  184. package/api/resources/ats/resources/webhookReceivers/client/Client.js +8 -8
  185. package/api/resources/ats/types/AccountDetails.d.ts +2 -0
  186. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  187. package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  188. package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  189. package/api/resources/ats/types/AccountIntegration.d.ts +2 -2
  190. package/api/resources/ats/types/Activity.d.ts +1 -1
  191. package/api/resources/ats/types/Application.d.ts +1 -0
  192. package/api/resources/ats/types/Attachment.d.ts +1 -0
  193. package/api/resources/ats/types/Candidate.d.ts +1 -0
  194. package/api/resources/ats/types/Department.d.ts +1 -1
  195. package/api/resources/ats/types/Eeoc.d.ts +1 -1
  196. package/api/resources/ats/types/EmailAddress.d.ts +1 -1
  197. package/api/resources/ats/types/Job.d.ts +1 -1
  198. package/api/resources/ats/types/JobInterviewStage.d.ts +1 -1
  199. package/api/resources/ats/types/JobPosting.d.ts +1 -1
  200. package/api/resources/ats/types/LanguageEnum.d.ts +12 -0
  201. package/api/resources/ats/types/LanguageEnum.js +10 -0
  202. package/api/resources/ats/types/Offer.d.ts +1 -1
  203. package/api/resources/ats/types/Office.d.ts +1 -1
  204. package/api/resources/ats/types/PhoneNumber.d.ts +1 -1
  205. package/api/resources/ats/types/RejectReason.d.ts +1 -1
  206. package/api/resources/ats/types/RemoteUser.d.ts +1 -1
  207. package/api/resources/ats/types/ScheduledInterview.d.ts +1 -1
  208. package/api/resources/ats/types/Scorecard.d.ts +1 -1
  209. package/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
  210. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +1 -1
  211. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +1 -1
  212. package/api/resources/ats/types/Tag.d.ts +1 -1
  213. package/api/resources/ats/types/Url.d.ts +1 -1
  214. package/api/resources/ats/types/index.d.ts +1 -0
  215. package/api/resources/ats/types/index.js +1 -0
  216. package/api/resources/crm/client/Client.d.ts +1 -0
  217. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +1 -0
  218. package/api/resources/crm/resources/accountDetails/client/Client.js +4 -4
  219. package/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
  220. package/api/resources/crm/resources/accountToken/client/Client.js +4 -4
  221. package/api/resources/crm/resources/accounts/client/Client.d.ts +1 -0
  222. package/api/resources/crm/resources/accounts/client/Client.js +36 -30
  223. package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  224. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +5 -1
  225. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -0
  226. package/api/resources/crm/resources/associationTypes/client/Client.js +20 -17
  227. package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +5 -1
  228. package/api/resources/crm/resources/associations/client/Client.d.ts +1 -0
  229. package/api/resources/crm/resources/associations/client/Client.js +12 -9
  230. package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +5 -1
  231. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -4
  232. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +9 -12
  233. package/api/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  234. package/api/resources/crm/resources/asyncPassthrough/index.js +1 -0
  235. package/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  236. package/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  237. package/api/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  238. package/api/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  239. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -0
  240. package/api/resources/crm/resources/auditTrail/client/Client.js +4 -4
  241. package/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
  242. package/api/resources/crm/resources/availableActions/client/Client.js +4 -4
  243. package/api/resources/crm/resources/contacts/client/Client.d.ts +1 -0
  244. package/api/resources/crm/resources/contacts/client/Client.js +40 -34
  245. package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  246. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +5 -1
  247. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -0
  248. package/api/resources/crm/resources/customObjectClasses/client/Client.js +12 -9
  249. package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +5 -1
  250. package/api/resources/crm/resources/customObjects/client/Client.d.ts +1 -0
  251. package/api/resources/crm/resources/customObjects/client/Client.js +28 -22
  252. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +5 -1
  253. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +5 -1
  254. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +1 -0
  255. package/api/resources/crm/resources/deleteAccount/client/Client.js +4 -4
  256. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +1 -0
  257. package/api/resources/crm/resources/engagementTypes/client/Client.js +20 -14
  258. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +5 -1
  259. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +5 -1
  260. package/api/resources/crm/resources/engagements/client/Client.d.ts +1 -0
  261. package/api/resources/crm/resources/engagements/client/Client.js +36 -30
  262. package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +5 -1
  263. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +5 -1
  264. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -0
  265. package/api/resources/crm/resources/fieldMapping/client/Client.js +24 -24
  266. package/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -1
  267. package/api/resources/crm/resources/forceResync/client/Client.js +5 -5
  268. package/api/resources/crm/resources/generateKey/client/Client.d.ts +1 -0
  269. package/api/resources/crm/resources/generateKey/client/Client.js +4 -4
  270. package/api/resources/crm/resources/index.d.ts +2 -1
  271. package/api/resources/crm/resources/index.js +3 -2
  272. package/api/resources/crm/resources/issues/client/Client.d.ts +1 -0
  273. package/api/resources/crm/resources/issues/client/Client.js +8 -8
  274. package/api/resources/crm/resources/leads/client/Client.d.ts +1 -0
  275. package/api/resources/crm/resources/leads/client/Client.js +28 -22
  276. package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +5 -1
  277. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +5 -1
  278. package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
  279. package/api/resources/crm/resources/linkToken/client/Client.js +4 -4
  280. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  281. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -0
  282. package/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -4
  283. package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  284. package/api/resources/crm/resources/notes/client/Client.d.ts +1 -0
  285. package/api/resources/crm/resources/notes/client/Client.js +28 -22
  286. package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +5 -1
  287. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +5 -1
  288. package/api/resources/crm/resources/opportunities/client/Client.d.ts +1 -0
  289. package/api/resources/crm/resources/opportunities/client/Client.js +36 -30
  290. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +5 -1
  291. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +5 -1
  292. package/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
  293. package/api/resources/crm/resources/passthrough/client/Client.js +4 -4
  294. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +1 -0
  295. package/api/resources/crm/resources/regenerateKey/client/Client.js +4 -4
  296. package/api/resources/crm/resources/scopes/client/Client.d.ts +4 -3
  297. package/api/resources/crm/resources/scopes/client/Client.js +15 -15
  298. package/api/resources/crm/resources/stages/client/Client.d.ts +1 -0
  299. package/api/resources/crm/resources/stages/client/Client.js +20 -14
  300. package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +5 -1
  301. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +5 -1
  302. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -0
  303. package/api/resources/crm/resources/syncStatus/client/Client.js +4 -4
  304. package/api/resources/crm/resources/tasks/client/Client.d.ts +1 -0
  305. package/api/resources/crm/resources/tasks/client/Client.js +36 -30
  306. package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +5 -1
  307. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +5 -1
  308. package/api/resources/crm/resources/users/client/Client.d.ts +1 -0
  309. package/api/resources/crm/resources/users/client/Client.js +24 -18
  310. package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  311. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +5 -1
  312. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +1 -0
  313. package/api/resources/crm/resources/webhookReceivers/client/Client.js +8 -8
  314. package/api/resources/crm/types/Account.d.ts +1 -0
  315. package/api/resources/crm/types/AccountDetails.d.ts +2 -0
  316. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  317. package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  318. package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  319. package/api/resources/crm/types/AccountIntegration.d.ts +2 -2
  320. package/api/resources/crm/types/Contact.d.ts +1 -0
  321. package/api/resources/crm/types/Engagement.d.ts +1 -1
  322. package/api/resources/crm/types/LanguageEnum.d.ts +12 -0
  323. package/api/resources/crm/types/LanguageEnum.js +10 -0
  324. package/api/resources/crm/types/Lead.d.ts +1 -0
  325. package/api/resources/crm/types/Note.d.ts +1 -0
  326. package/api/resources/crm/types/Opportunity.d.ts +1 -0
  327. package/api/resources/crm/types/Stage.d.ts +1 -1
  328. package/api/resources/crm/types/Task.d.ts +1 -1
  329. package/api/resources/crm/types/User.d.ts +1 -1
  330. package/api/resources/crm/types/index.d.ts +1 -0
  331. package/api/resources/crm/types/index.js +1 -0
  332. package/api/resources/filestorage/client/Client.d.ts +1 -0
  333. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +1 -0
  334. package/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -4
  335. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
  336. package/api/resources/filestorage/resources/accountToken/client/Client.js +4 -4
  337. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -4
  338. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +9 -12
  339. package/api/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  340. package/api/resources/filestorage/resources/asyncPassthrough/index.js +1 -0
  341. package/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  342. package/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  343. package/api/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  344. package/api/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  345. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -0
  346. package/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -4
  347. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
  348. package/api/resources/filestorage/resources/availableActions/client/Client.js +4 -4
  349. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +1 -0
  350. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -4
  351. package/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -0
  352. package/api/resources/filestorage/resources/drives/client/Client.js +12 -9
  353. package/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +5 -1
  354. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -0
  355. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +24 -24
  356. package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -0
  357. package/api/resources/filestorage/resources/files/client/Client.js +24 -21
  358. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +5 -1
  359. package/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -0
  360. package/api/resources/filestorage/resources/folders/client/Client.js +20 -17
  361. package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +5 -1
  362. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -1
  363. package/api/resources/filestorage/resources/forceResync/client/Client.js +5 -5
  364. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +1 -0
  365. package/api/resources/filestorage/resources/generateKey/client/Client.js +4 -4
  366. package/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -0
  367. package/api/resources/filestorage/resources/groups/client/Client.js +12 -9
  368. package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  369. package/api/resources/filestorage/resources/index.d.ts +2 -1
  370. package/api/resources/filestorage/resources/index.js +3 -2
  371. package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -0
  372. package/api/resources/filestorage/resources/issues/client/Client.js +8 -8
  373. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
  374. package/api/resources/filestorage/resources/linkToken/client/Client.js +4 -4
  375. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  376. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -0
  377. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -4
  378. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  379. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
  380. package/api/resources/filestorage/resources/passthrough/client/Client.js +4 -4
  381. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +1 -0
  382. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -4
  383. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +4 -3
  384. package/api/resources/filestorage/resources/scopes/client/Client.js +15 -15
  385. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -0
  386. package/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -4
  387. package/api/resources/filestorage/resources/users/client/Client.d.ts +1 -0
  388. package/api/resources/filestorage/resources/users/client/Client.js +12 -9
  389. package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  390. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +1 -0
  391. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +8 -8
  392. package/api/resources/filestorage/types/AccountDetails.d.ts +2 -0
  393. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  394. package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  395. package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  396. package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -2
  397. package/api/resources/filestorage/types/Drive.d.ts +1 -1
  398. package/api/resources/filestorage/types/File_.d.ts +1 -1
  399. package/api/resources/filestorage/types/Folder.d.ts +1 -1
  400. package/api/resources/filestorage/types/Group.d.ts +1 -1
  401. package/api/resources/filestorage/types/LanguageEnum.d.ts +12 -0
  402. package/api/resources/filestorage/types/LanguageEnum.js +10 -0
  403. package/api/resources/filestorage/types/User.d.ts +1 -1
  404. package/api/resources/filestorage/types/index.d.ts +1 -0
  405. package/api/resources/filestorage/types/index.js +1 -0
  406. package/api/resources/hris/client/Client.d.ts +1 -0
  407. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +1 -0
  408. package/api/resources/hris/resources/accountDetails/client/Client.js +4 -4
  409. package/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
  410. package/api/resources/hris/resources/accountToken/client/Client.js +4 -4
  411. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -4
  412. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +9 -12
  413. package/api/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  414. package/api/resources/hris/resources/asyncPassthrough/index.js +1 -0
  415. package/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  416. package/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  417. package/api/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  418. package/api/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  419. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -0
  420. package/api/resources/hris/resources/auditTrail/client/Client.js +4 -4
  421. package/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
  422. package/api/resources/hris/resources/availableActions/client/Client.js +4 -4
  423. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -0
  424. package/api/resources/hris/resources/bankInfo/client/Client.js +12 -9
  425. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +5 -1
  426. package/api/resources/hris/resources/benefits/client/Client.d.ts +1 -0
  427. package/api/resources/hris/resources/benefits/client/Client.js +12 -9
  428. package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +5 -1
  429. package/api/resources/hris/resources/companies/client/Client.d.ts +1 -0
  430. package/api/resources/hris/resources/companies/client/Client.js +12 -9
  431. package/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +5 -1
  432. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +1 -0
  433. package/api/resources/hris/resources/deleteAccount/client/Client.js +4 -4
  434. package/api/resources/hris/resources/dependents/client/Client.d.ts +1 -0
  435. package/api/resources/hris/resources/dependents/client/Client.js +12 -9
  436. package/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +5 -1
  437. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -0
  438. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +12 -9
  439. package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +5 -1
  440. package/api/resources/hris/resources/employees/client/Client.d.ts +1 -0
  441. package/api/resources/hris/resources/employees/client/Client.js +24 -21
  442. package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +5 -1
  443. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -0
  444. package/api/resources/hris/resources/employerBenefits/client/Client.js +12 -9
  445. package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +5 -1
  446. package/api/resources/hris/resources/employments/client/Client.d.ts +1 -0
  447. package/api/resources/hris/resources/employments/client/Client.js +12 -9
  448. package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +5 -1
  449. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -0
  450. package/api/resources/hris/resources/fieldMapping/client/Client.js +24 -24
  451. package/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -1
  452. package/api/resources/hris/resources/forceResync/client/Client.js +5 -5
  453. package/api/resources/hris/resources/generateKey/client/Client.d.ts +1 -0
  454. package/api/resources/hris/resources/generateKey/client/Client.js +4 -4
  455. package/api/resources/hris/resources/groups/client/Client.d.ts +1 -0
  456. package/api/resources/hris/resources/groups/client/Client.js +12 -9
  457. package/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  458. package/api/resources/hris/resources/index.d.ts +2 -1
  459. package/api/resources/hris/resources/index.js +3 -2
  460. package/api/resources/hris/resources/issues/client/Client.d.ts +1 -0
  461. package/api/resources/hris/resources/issues/client/Client.js +8 -8
  462. package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
  463. package/api/resources/hris/resources/linkToken/client/Client.js +4 -4
  464. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  465. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -0
  466. package/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -4
  467. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  468. package/api/resources/hris/resources/locations/client/Client.d.ts +1 -0
  469. package/api/resources/hris/resources/locations/client/Client.js +12 -9
  470. package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +5 -1
  471. package/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
  472. package/api/resources/hris/resources/passthrough/client/Client.js +4 -4
  473. package/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -0
  474. package/api/resources/hris/resources/payGroups/client/Client.js +12 -9
  475. package/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +5 -1
  476. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -0
  477. package/api/resources/hris/resources/payrollRuns/client/Client.js +12 -9
  478. package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -1
  479. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +1 -0
  480. package/api/resources/hris/resources/regenerateKey/client/Client.js +4 -4
  481. package/api/resources/hris/resources/scopes/client/Client.d.ts +4 -3
  482. package/api/resources/hris/resources/scopes/client/Client.js +15 -15
  483. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -0
  484. package/api/resources/hris/resources/syncStatus/client/Client.js +4 -4
  485. package/api/resources/hris/resources/teams/client/Client.d.ts +1 -0
  486. package/api/resources/hris/resources/teams/client/Client.js +12 -9
  487. package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  488. package/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -0
  489. package/api/resources/hris/resources/timeOff/client/Client.js +20 -17
  490. package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +5 -1
  491. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -0
  492. package/api/resources/hris/resources/timeOffBalances/client/Client.js +12 -9
  493. package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +5 -1
  494. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -0
  495. package/api/resources/hris/resources/timesheetEntries/client/Client.js +20 -17
  496. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -1
  497. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +1 -0
  498. package/api/resources/hris/resources/webhookReceivers/client/Client.js +8 -8
  499. package/api/resources/hris/types/AccountDetails.d.ts +2 -0
  500. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  501. package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  502. package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  503. package/api/resources/hris/types/AccountIntegration.d.ts +2 -2
  504. package/api/resources/hris/types/BankInfo.d.ts +1 -1
  505. package/api/resources/hris/types/Benefit.d.ts +1 -1
  506. package/api/resources/hris/types/Company.d.ts +1 -1
  507. package/api/resources/hris/types/Deduction.d.ts +1 -1
  508. package/api/resources/hris/types/Dependent.d.ts +1 -1
  509. package/api/resources/hris/types/Earning.d.ts +1 -1
  510. package/api/resources/hris/types/Employee.d.ts +1 -0
  511. package/api/resources/hris/types/EmployeePayrollRun.d.ts +1 -1
  512. package/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
  513. package/api/resources/hris/types/Employment.d.ts +2 -2
  514. package/api/resources/hris/types/Group.d.ts +1 -1
  515. package/api/resources/hris/types/LanguageEnum.d.ts +12 -0
  516. package/api/resources/hris/types/LanguageEnum.js +10 -0
  517. package/api/resources/hris/types/Location.d.ts +1 -1
  518. package/api/resources/hris/types/PayGroup.d.ts +1 -1
  519. package/api/resources/hris/types/PayrollRun.d.ts +1 -1
  520. package/api/resources/hris/types/Tax.d.ts +1 -1
  521. package/api/resources/hris/types/Team.d.ts +1 -1
  522. package/api/resources/hris/types/TimeOff.d.ts +1 -0
  523. package/api/resources/hris/types/TimeOffBalance.d.ts +3 -3
  524. package/api/resources/hris/types/TimesheetEntry.d.ts +1 -1
  525. package/api/resources/hris/types/index.d.ts +1 -0
  526. package/api/resources/hris/types/index.js +1 -0
  527. package/api/resources/ticketing/client/Client.d.ts +1 -0
  528. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +1 -0
  529. package/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -4
  530. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
  531. package/api/resources/ticketing/resources/accountToken/client/Client.js +4 -4
  532. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -0
  533. package/api/resources/ticketing/resources/accounts/client/Client.js +12 -9
  534. package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  535. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -4
  536. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +9 -12
  537. package/api/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  538. package/api/resources/ticketing/resources/asyncPassthrough/index.js +1 -0
  539. package/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  540. package/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  541. package/api/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  542. package/api/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  543. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -0
  544. package/api/resources/ticketing/resources/attachments/client/Client.js +24 -21
  545. package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  546. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -0
  547. package/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -4
  548. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
  549. package/api/resources/ticketing/resources/availableActions/client/Client.js +4 -4
  550. package/api/resources/ticketing/resources/collections/client/Client.d.ts +1 -0
  551. package/api/resources/ticketing/resources/collections/client/Client.js +20 -14
  552. package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +5 -1
  553. package/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +5 -1
  554. package/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -0
  555. package/api/resources/ticketing/resources/comments/client/Client.js +20 -17
  556. package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +5 -1
  557. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -0
  558. package/api/resources/ticketing/resources/contacts/client/Client.js +20 -17
  559. package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  560. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +1 -0
  561. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -4
  562. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -0
  563. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +24 -24
  564. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -1
  565. package/api/resources/ticketing/resources/forceResync/client/Client.js +5 -5
  566. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +1 -0
  567. package/api/resources/ticketing/resources/generateKey/client/Client.js +4 -4
  568. package/api/resources/ticketing/resources/index.d.ts +2 -1
  569. package/api/resources/ticketing/resources/index.js +3 -2
  570. package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -0
  571. package/api/resources/ticketing/resources/issues/client/Client.js +8 -8
  572. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
  573. package/api/resources/ticketing/resources/linkToken/client/Client.js +4 -4
  574. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  575. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -0
  576. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -4
  577. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  578. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
  579. package/api/resources/ticketing/resources/passthrough/client/Client.js +4 -4
  580. package/api/resources/ticketing/resources/projects/client/Client.d.ts +1 -0
  581. package/api/resources/ticketing/resources/projects/client/Client.js +20 -14
  582. package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +5 -1
  583. package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +5 -1
  584. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +1 -0
  585. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -4
  586. package/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -0
  587. package/api/resources/ticketing/resources/roles/client/Client.js +12 -9
  588. package/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +5 -1
  589. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -3
  590. package/api/resources/ticketing/resources/scopes/client/Client.js +15 -15
  591. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -0
  592. package/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -4
  593. package/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -0
  594. package/api/resources/ticketing/resources/tags/client/Client.js +12 -9
  595. package/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  596. package/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -0
  597. package/api/resources/ticketing/resources/teams/client/Client.js +12 -9
  598. package/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  599. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -0
  600. package/api/resources/ticketing/resources/tickets/client/Client.js +44 -35
  601. package/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +5 -1
  602. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +5 -1
  603. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +5 -1
  604. package/api/resources/ticketing/resources/users/client/Client.d.ts +1 -0
  605. package/api/resources/ticketing/resources/users/client/Client.js +12 -9
  606. package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  607. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +1 -0
  608. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +8 -8
  609. package/api/resources/ticketing/types/Account.d.ts +1 -1
  610. package/api/resources/ticketing/types/AccountDetails.d.ts +2 -0
  611. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  612. package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  613. package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  614. package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -2
  615. package/api/resources/ticketing/types/Attachment.d.ts +1 -0
  616. package/api/resources/ticketing/types/Collection.d.ts +1 -1
  617. package/api/resources/ticketing/types/Comment.d.ts +3 -2
  618. package/api/resources/ticketing/types/CommentContact.d.ts +1 -1
  619. package/api/resources/ticketing/types/CommentRequest.d.ts +2 -2
  620. package/api/resources/ticketing/types/CommentRequestContact.d.ts +1 -1
  621. package/api/resources/ticketing/types/CommentRequestUser.d.ts +1 -1
  622. package/api/resources/ticketing/types/CommentUser.d.ts +1 -1
  623. package/api/resources/ticketing/types/Contact.d.ts +1 -1
  624. package/api/resources/ticketing/types/LanguageEnum.d.ts +12 -0
  625. package/api/resources/ticketing/types/LanguageEnum.js +10 -0
  626. package/api/resources/ticketing/types/Project.d.ts +1 -1
  627. package/api/resources/ticketing/types/Role.d.ts +1 -1
  628. package/api/resources/ticketing/types/Tag.d.ts +1 -1
  629. package/api/resources/ticketing/types/Team.d.ts +1 -1
  630. package/api/resources/ticketing/types/Ticket.d.ts +1 -0
  631. package/api/resources/ticketing/types/User.d.ts +1 -1
  632. package/api/resources/ticketing/types/index.d.ts +1 -0
  633. package/api/resources/ticketing/types/index.js +1 -0
  634. package/dist/Client.d.ts +1 -0
  635. package/dist/api/resources/accounting/client/Client.d.ts +1 -0
  636. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +1 -0
  637. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +4 -4
  638. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +1 -0
  639. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +4 -4
  640. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +1 -0
  641. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +8 -8
  642. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +1 -0
  643. package/dist/api/resources/accounting/resources/accounts/client/Client.js +16 -16
  644. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +1 -0
  645. package/dist/api/resources/accounting/resources/addresses/client/Client.js +4 -4
  646. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +2 -4
  647. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +9 -12
  648. package/dist/api/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  649. package/dist/api/resources/accounting/resources/asyncPassthrough/index.js +1 -0
  650. package/dist/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  651. package/dist/api/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  652. package/dist/api/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  653. package/dist/api/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  654. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +1 -0
  655. package/dist/api/resources/accounting/resources/attachments/client/Client.js +16 -16
  656. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +1 -0
  657. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +4 -4
  658. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +1 -0
  659. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +4 -4
  660. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +1 -0
  661. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +8 -8
  662. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +1 -0
  663. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +8 -8
  664. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +1 -0
  665. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +8 -8
  666. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +1 -0
  667. package/dist/api/resources/accounting/resources/contacts/client/Client.js +20 -20
  668. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +1 -0
  669. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +8 -8
  670. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +1 -0
  671. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +4 -4
  672. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +1 -0
  673. package/dist/api/resources/accounting/resources/expenses/client/Client.js +24 -24
  674. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -0
  675. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +24 -24
  676. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +1 -0
  677. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +4 -4
  678. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +1 -0
  679. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +4 -4
  680. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +1 -0
  681. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +8 -8
  682. package/dist/api/resources/accounting/resources/index.d.ts +2 -1
  683. package/dist/api/resources/accounting/resources/index.js +3 -2
  684. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +1 -0
  685. package/dist/api/resources/accounting/resources/invoices/client/Client.js +32 -32
  686. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +1 -0
  687. package/dist/api/resources/accounting/resources/issues/client/Client.js +8 -8
  688. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +1 -0
  689. package/dist/api/resources/accounting/resources/items/client/Client.js +8 -8
  690. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +1 -0
  691. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +24 -24
  692. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -0
  693. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +4 -4
  694. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +1 -0
  695. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +4 -4
  696. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +1 -0
  697. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +4 -4
  698. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +1 -0
  699. package/dist/api/resources/accounting/resources/payments/client/Client.js +32 -32
  700. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +1 -0
  701. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +4 -4
  702. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +1 -0
  703. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +24 -24
  704. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +1 -0
  705. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +4 -4
  706. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +1 -0
  707. package/dist/api/resources/accounting/resources/scopes/client/Client.js +12 -12
  708. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +1 -0
  709. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +4 -4
  710. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +1 -0
  711. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +8 -8
  712. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +1 -0
  713. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +8 -8
  714. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +1 -0
  715. package/dist/api/resources/accounting/resources/transactions/client/Client.js +8 -8
  716. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +1 -0
  717. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +8 -8
  718. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +1 -0
  719. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +8 -8
  720. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  721. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  722. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  723. package/dist/api/resources/accounting/types/ReportItem.d.ts +2 -0
  724. package/dist/api/resources/ats/client/Client.d.ts +1 -0
  725. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +1 -0
  726. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +4 -4
  727. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +1 -0
  728. package/dist/api/resources/ats/resources/accountToken/client/Client.js +4 -4
  729. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +1 -0
  730. package/dist/api/resources/ats/resources/activities/client/Client.js +20 -17
  731. package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +5 -1
  732. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +1 -0
  733. package/dist/api/resources/ats/resources/applications/client/Client.js +24 -21
  734. package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +5 -1
  735. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +2 -4
  736. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +9 -12
  737. package/dist/api/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  738. package/dist/api/resources/ats/resources/asyncPassthrough/index.js +1 -0
  739. package/dist/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  740. package/dist/api/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  741. package/dist/api/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  742. package/dist/api/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  743. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +1 -0
  744. package/dist/api/resources/ats/resources/attachments/client/Client.js +20 -17
  745. package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  746. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +1 -0
  747. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +4 -4
  748. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +1 -0
  749. package/dist/api/resources/ats/resources/availableActions/client/Client.js +4 -4
  750. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +1 -0
  751. package/dist/api/resources/ats/resources/candidates/client/Client.js +32 -29
  752. package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +5 -1
  753. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +1 -0
  754. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +4 -4
  755. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +1 -0
  756. package/dist/api/resources/ats/resources/departments/client/Client.js +12 -9
  757. package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +5 -1
  758. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +1 -0
  759. package/dist/api/resources/ats/resources/eeocs/client/Client.js +12 -9
  760. package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +5 -1
  761. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -0
  762. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +24 -24
  763. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +2 -1
  764. package/dist/api/resources/ats/resources/forceResync/client/Client.js +5 -5
  765. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +1 -0
  766. package/dist/api/resources/ats/resources/generateKey/client/Client.js +4 -4
  767. package/dist/api/resources/ats/resources/index.d.ts +2 -1
  768. package/dist/api/resources/ats/resources/index.js +3 -2
  769. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +1 -0
  770. package/dist/api/resources/ats/resources/interviews/client/Client.js +20 -17
  771. package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +5 -1
  772. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -0
  773. package/dist/api/resources/ats/resources/issues/client/Client.js +8 -8
  774. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +1 -0
  775. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +12 -9
  776. package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +5 -1
  777. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +1 -0
  778. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +12 -9
  779. package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -1
  780. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +1 -0
  781. package/dist/api/resources/ats/resources/jobs/client/Client.js +20 -14
  782. package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -1
  783. package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +5 -1
  784. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -0
  785. package/dist/api/resources/ats/resources/linkToken/client/Client.js +4 -4
  786. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  787. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +1 -0
  788. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +4 -4
  789. package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  790. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +1 -0
  791. package/dist/api/resources/ats/resources/offers/client/Client.js +12 -9
  792. package/dist/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +5 -1
  793. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +1 -0
  794. package/dist/api/resources/ats/resources/offices/client/Client.js +12 -9
  795. package/dist/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +5 -1
  796. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +1 -0
  797. package/dist/api/resources/ats/resources/passthrough/client/Client.js +4 -4
  798. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +1 -0
  799. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +4 -4
  800. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +1 -0
  801. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +12 -9
  802. package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +5 -1
  803. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +4 -3
  804. package/dist/api/resources/ats/resources/scopes/client/Client.js +15 -15
  805. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +1 -0
  806. package/dist/api/resources/ats/resources/scorecards/client/Client.js +12 -9
  807. package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +5 -1
  808. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +1 -0
  809. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +4 -4
  810. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +1 -0
  811. package/dist/api/resources/ats/resources/tags/client/Client.js +8 -5
  812. package/dist/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  813. package/dist/api/resources/ats/resources/users/client/Client.d.ts +1 -0
  814. package/dist/api/resources/ats/resources/users/client/Client.js +12 -9
  815. package/dist/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  816. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +1 -0
  817. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +8 -8
  818. package/dist/api/resources/ats/types/AccountDetails.d.ts +2 -0
  819. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  820. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  821. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  822. package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -2
  823. package/dist/api/resources/ats/types/Activity.d.ts +1 -1
  824. package/dist/api/resources/ats/types/Application.d.ts +1 -0
  825. package/dist/api/resources/ats/types/Attachment.d.ts +1 -0
  826. package/dist/api/resources/ats/types/Candidate.d.ts +1 -0
  827. package/dist/api/resources/ats/types/Department.d.ts +1 -1
  828. package/dist/api/resources/ats/types/Eeoc.d.ts +1 -1
  829. package/dist/api/resources/ats/types/EmailAddress.d.ts +1 -1
  830. package/dist/api/resources/ats/types/Job.d.ts +1 -1
  831. package/dist/api/resources/ats/types/JobInterviewStage.d.ts +1 -1
  832. package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
  833. package/dist/api/resources/ats/types/LanguageEnum.d.ts +12 -0
  834. package/dist/api/resources/ats/types/LanguageEnum.js +10 -0
  835. package/dist/api/resources/ats/types/Offer.d.ts +1 -1
  836. package/dist/api/resources/ats/types/Office.d.ts +1 -1
  837. package/dist/api/resources/ats/types/PhoneNumber.d.ts +1 -1
  838. package/dist/api/resources/ats/types/RejectReason.d.ts +1 -1
  839. package/dist/api/resources/ats/types/RemoteUser.d.ts +1 -1
  840. package/dist/api/resources/ats/types/ScheduledInterview.d.ts +1 -1
  841. package/dist/api/resources/ats/types/Scorecard.d.ts +1 -1
  842. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
  843. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +1 -1
  844. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +1 -1
  845. package/dist/api/resources/ats/types/Tag.d.ts +1 -1
  846. package/dist/api/resources/ats/types/Url.d.ts +1 -1
  847. package/dist/api/resources/ats/types/index.d.ts +1 -0
  848. package/dist/api/resources/ats/types/index.js +1 -0
  849. package/dist/api/resources/crm/client/Client.d.ts +1 -0
  850. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +1 -0
  851. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +4 -4
  852. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +1 -0
  853. package/dist/api/resources/crm/resources/accountToken/client/Client.js +4 -4
  854. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +1 -0
  855. package/dist/api/resources/crm/resources/accounts/client/Client.js +36 -30
  856. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  857. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +5 -1
  858. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +1 -0
  859. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +20 -17
  860. package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +5 -1
  861. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +1 -0
  862. package/dist/api/resources/crm/resources/associations/client/Client.js +12 -9
  863. package/dist/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +5 -1
  864. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +2 -4
  865. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +9 -12
  866. package/dist/api/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  867. package/dist/api/resources/crm/resources/asyncPassthrough/index.js +1 -0
  868. package/dist/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  869. package/dist/api/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  870. package/dist/api/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  871. package/dist/api/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  872. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +1 -0
  873. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +4 -4
  874. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +1 -0
  875. package/dist/api/resources/crm/resources/availableActions/client/Client.js +4 -4
  876. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +1 -0
  877. package/dist/api/resources/crm/resources/contacts/client/Client.js +40 -34
  878. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  879. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +5 -1
  880. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +1 -0
  881. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +12 -9
  882. package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +5 -1
  883. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +1 -0
  884. package/dist/api/resources/crm/resources/customObjects/client/Client.js +28 -22
  885. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +5 -1
  886. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +5 -1
  887. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +1 -0
  888. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +4 -4
  889. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +1 -0
  890. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +20 -14
  891. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +5 -1
  892. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +5 -1
  893. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +1 -0
  894. package/dist/api/resources/crm/resources/engagements/client/Client.js +36 -30
  895. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +5 -1
  896. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +5 -1
  897. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -0
  898. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +24 -24
  899. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +2 -1
  900. package/dist/api/resources/crm/resources/forceResync/client/Client.js +5 -5
  901. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +1 -0
  902. package/dist/api/resources/crm/resources/generateKey/client/Client.js +4 -4
  903. package/dist/api/resources/crm/resources/index.d.ts +2 -1
  904. package/dist/api/resources/crm/resources/index.js +3 -2
  905. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -0
  906. package/dist/api/resources/crm/resources/issues/client/Client.js +8 -8
  907. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +1 -0
  908. package/dist/api/resources/crm/resources/leads/client/Client.js +28 -22
  909. package/dist/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +5 -1
  910. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +5 -1
  911. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -0
  912. package/dist/api/resources/crm/resources/linkToken/client/Client.js +4 -4
  913. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  914. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +1 -0
  915. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +4 -4
  916. package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  917. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +1 -0
  918. package/dist/api/resources/crm/resources/notes/client/Client.js +28 -22
  919. package/dist/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +5 -1
  920. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +5 -1
  921. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +1 -0
  922. package/dist/api/resources/crm/resources/opportunities/client/Client.js +36 -30
  923. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +5 -1
  924. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +5 -1
  925. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +1 -0
  926. package/dist/api/resources/crm/resources/passthrough/client/Client.js +4 -4
  927. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +1 -0
  928. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +4 -4
  929. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +4 -3
  930. package/dist/api/resources/crm/resources/scopes/client/Client.js +15 -15
  931. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +1 -0
  932. package/dist/api/resources/crm/resources/stages/client/Client.js +20 -14
  933. package/dist/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +5 -1
  934. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +5 -1
  935. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +1 -0
  936. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +4 -4
  937. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +1 -0
  938. package/dist/api/resources/crm/resources/tasks/client/Client.js +36 -30
  939. package/dist/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +5 -1
  940. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +5 -1
  941. package/dist/api/resources/crm/resources/users/client/Client.d.ts +1 -0
  942. package/dist/api/resources/crm/resources/users/client/Client.js +24 -18
  943. package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  944. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +5 -1
  945. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +1 -0
  946. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +8 -8
  947. package/dist/api/resources/crm/types/Account.d.ts +1 -0
  948. package/dist/api/resources/crm/types/AccountDetails.d.ts +2 -0
  949. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  950. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  951. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  952. package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -2
  953. package/dist/api/resources/crm/types/Contact.d.ts +1 -0
  954. package/dist/api/resources/crm/types/Engagement.d.ts +1 -1
  955. package/dist/api/resources/crm/types/LanguageEnum.d.ts +12 -0
  956. package/dist/api/resources/crm/types/LanguageEnum.js +10 -0
  957. package/dist/api/resources/crm/types/Lead.d.ts +1 -0
  958. package/dist/api/resources/crm/types/Note.d.ts +1 -0
  959. package/dist/api/resources/crm/types/Opportunity.d.ts +1 -0
  960. package/dist/api/resources/crm/types/Stage.d.ts +1 -1
  961. package/dist/api/resources/crm/types/Task.d.ts +1 -1
  962. package/dist/api/resources/crm/types/User.d.ts +1 -1
  963. package/dist/api/resources/crm/types/index.d.ts +1 -0
  964. package/dist/api/resources/crm/types/index.js +1 -0
  965. package/dist/api/resources/filestorage/client/Client.d.ts +1 -0
  966. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +1 -0
  967. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +4 -4
  968. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +1 -0
  969. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +4 -4
  970. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +2 -4
  971. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +9 -12
  972. package/dist/api/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  973. package/dist/api/resources/filestorage/resources/asyncPassthrough/index.js +1 -0
  974. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  975. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  976. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  977. package/dist/api/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  978. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +1 -0
  979. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +4 -4
  980. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +1 -0
  981. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +4 -4
  982. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +1 -0
  983. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +4 -4
  984. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +1 -0
  985. package/dist/api/resources/filestorage/resources/drives/client/Client.js +12 -9
  986. package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +5 -1
  987. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -0
  988. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +24 -24
  989. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -0
  990. package/dist/api/resources/filestorage/resources/files/client/Client.js +24 -21
  991. package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +5 -1
  992. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +1 -0
  993. package/dist/api/resources/filestorage/resources/folders/client/Client.js +20 -17
  994. package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +5 -1
  995. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +2 -1
  996. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +5 -5
  997. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +1 -0
  998. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +4 -4
  999. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +1 -0
  1000. package/dist/api/resources/filestorage/resources/groups/client/Client.js +12 -9
  1001. package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  1002. package/dist/api/resources/filestorage/resources/index.d.ts +2 -1
  1003. package/dist/api/resources/filestorage/resources/index.js +3 -2
  1004. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -0
  1005. package/dist/api/resources/filestorage/resources/issues/client/Client.js +8 -8
  1006. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -0
  1007. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +4 -4
  1008. package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  1009. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +1 -0
  1010. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +4 -4
  1011. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  1012. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +1 -0
  1013. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +4 -4
  1014. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +1 -0
  1015. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +4 -4
  1016. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +4 -3
  1017. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +15 -15
  1018. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +1 -0
  1019. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +4 -4
  1020. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +1 -0
  1021. package/dist/api/resources/filestorage/resources/users/client/Client.js +12 -9
  1022. package/dist/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  1023. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +1 -0
  1024. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +8 -8
  1025. package/dist/api/resources/filestorage/types/AccountDetails.d.ts +2 -0
  1026. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1027. package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  1028. package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  1029. package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -2
  1030. package/dist/api/resources/filestorage/types/Drive.d.ts +1 -1
  1031. package/dist/api/resources/filestorage/types/File_.d.ts +1 -1
  1032. package/dist/api/resources/filestorage/types/Folder.d.ts +1 -1
  1033. package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
  1034. package/dist/api/resources/filestorage/types/LanguageEnum.d.ts +12 -0
  1035. package/dist/api/resources/filestorage/types/LanguageEnum.js +10 -0
  1036. package/dist/api/resources/filestorage/types/User.d.ts +1 -1
  1037. package/dist/api/resources/filestorage/types/index.d.ts +1 -0
  1038. package/dist/api/resources/filestorage/types/index.js +1 -0
  1039. package/dist/api/resources/hris/client/Client.d.ts +1 -0
  1040. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +1 -0
  1041. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +4 -4
  1042. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +1 -0
  1043. package/dist/api/resources/hris/resources/accountToken/client/Client.js +4 -4
  1044. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +2 -4
  1045. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +9 -12
  1046. package/dist/api/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  1047. package/dist/api/resources/hris/resources/asyncPassthrough/index.js +1 -0
  1048. package/dist/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  1049. package/dist/api/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  1050. package/dist/api/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  1051. package/dist/api/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  1052. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +1 -0
  1053. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +4 -4
  1054. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +1 -0
  1055. package/dist/api/resources/hris/resources/availableActions/client/Client.js +4 -4
  1056. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +1 -0
  1057. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +12 -9
  1058. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +5 -1
  1059. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +1 -0
  1060. package/dist/api/resources/hris/resources/benefits/client/Client.js +12 -9
  1061. package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +5 -1
  1062. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +1 -0
  1063. package/dist/api/resources/hris/resources/companies/client/Client.js +12 -9
  1064. package/dist/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +5 -1
  1065. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +1 -0
  1066. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +4 -4
  1067. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +1 -0
  1068. package/dist/api/resources/hris/resources/dependents/client/Client.js +12 -9
  1069. package/dist/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +5 -1
  1070. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +1 -0
  1071. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +12 -9
  1072. package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +5 -1
  1073. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +1 -0
  1074. package/dist/api/resources/hris/resources/employees/client/Client.js +24 -21
  1075. package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +5 -1
  1076. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +1 -0
  1077. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +12 -9
  1078. package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +5 -1
  1079. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +1 -0
  1080. package/dist/api/resources/hris/resources/employments/client/Client.js +12 -9
  1081. package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +5 -1
  1082. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -0
  1083. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +24 -24
  1084. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +2 -1
  1085. package/dist/api/resources/hris/resources/forceResync/client/Client.js +5 -5
  1086. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +1 -0
  1087. package/dist/api/resources/hris/resources/generateKey/client/Client.js +4 -4
  1088. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +1 -0
  1089. package/dist/api/resources/hris/resources/groups/client/Client.js +12 -9
  1090. package/dist/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  1091. package/dist/api/resources/hris/resources/index.d.ts +2 -1
  1092. package/dist/api/resources/hris/resources/index.js +3 -2
  1093. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -0
  1094. package/dist/api/resources/hris/resources/issues/client/Client.js +8 -8
  1095. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -0
  1096. package/dist/api/resources/hris/resources/linkToken/client/Client.js +4 -4
  1097. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  1098. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +1 -0
  1099. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +4 -4
  1100. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  1101. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +1 -0
  1102. package/dist/api/resources/hris/resources/locations/client/Client.js +12 -9
  1103. package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +5 -1
  1104. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +1 -0
  1105. package/dist/api/resources/hris/resources/passthrough/client/Client.js +4 -4
  1106. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +1 -0
  1107. package/dist/api/resources/hris/resources/payGroups/client/Client.js +12 -9
  1108. package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +5 -1
  1109. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +1 -0
  1110. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +12 -9
  1111. package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -1
  1112. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +1 -0
  1113. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +4 -4
  1114. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +4 -3
  1115. package/dist/api/resources/hris/resources/scopes/client/Client.js +15 -15
  1116. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +1 -0
  1117. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +4 -4
  1118. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +1 -0
  1119. package/dist/api/resources/hris/resources/teams/client/Client.js +12 -9
  1120. package/dist/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  1121. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +1 -0
  1122. package/dist/api/resources/hris/resources/timeOff/client/Client.js +20 -17
  1123. package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +5 -1
  1124. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +1 -0
  1125. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +12 -9
  1126. package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +5 -1
  1127. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +1 -0
  1128. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +20 -17
  1129. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -1
  1130. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +1 -0
  1131. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +8 -8
  1132. package/dist/api/resources/hris/types/AccountDetails.d.ts +2 -0
  1133. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  1134. package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  1135. package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  1136. package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -2
  1137. package/dist/api/resources/hris/types/BankInfo.d.ts +1 -1
  1138. package/dist/api/resources/hris/types/Benefit.d.ts +1 -1
  1139. package/dist/api/resources/hris/types/Company.d.ts +1 -1
  1140. package/dist/api/resources/hris/types/Deduction.d.ts +1 -1
  1141. package/dist/api/resources/hris/types/Dependent.d.ts +1 -1
  1142. package/dist/api/resources/hris/types/Earning.d.ts +1 -1
  1143. package/dist/api/resources/hris/types/Employee.d.ts +1 -0
  1144. package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +1 -1
  1145. package/dist/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
  1146. package/dist/api/resources/hris/types/Employment.d.ts +2 -2
  1147. package/dist/api/resources/hris/types/Group.d.ts +1 -1
  1148. package/dist/api/resources/hris/types/LanguageEnum.d.ts +12 -0
  1149. package/dist/api/resources/hris/types/LanguageEnum.js +10 -0
  1150. package/dist/api/resources/hris/types/Location.d.ts +1 -1
  1151. package/dist/api/resources/hris/types/PayGroup.d.ts +1 -1
  1152. package/dist/api/resources/hris/types/PayrollRun.d.ts +1 -1
  1153. package/dist/api/resources/hris/types/Tax.d.ts +1 -1
  1154. package/dist/api/resources/hris/types/Team.d.ts +1 -1
  1155. package/dist/api/resources/hris/types/TimeOff.d.ts +1 -0
  1156. package/dist/api/resources/hris/types/TimeOffBalance.d.ts +3 -3
  1157. package/dist/api/resources/hris/types/TimesheetEntry.d.ts +1 -1
  1158. package/dist/api/resources/hris/types/index.d.ts +1 -0
  1159. package/dist/api/resources/hris/types/index.js +1 -0
  1160. package/dist/api/resources/ticketing/client/Client.d.ts +1 -0
  1161. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +1 -0
  1162. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +4 -4
  1163. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +1 -0
  1164. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +4 -4
  1165. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +1 -0
  1166. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +12 -9
  1167. package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  1168. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +2 -4
  1169. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +9 -12
  1170. package/dist/api/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  1171. package/dist/api/resources/ticketing/resources/asyncPassthrough/index.js +1 -0
  1172. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +5 -0
  1173. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +5 -0
  1174. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  1175. package/dist/api/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  1176. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -0
  1177. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +24 -21
  1178. package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  1179. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +1 -0
  1180. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +4 -4
  1181. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +1 -0
  1182. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +4 -4
  1183. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +1 -0
  1184. package/dist/api/resources/ticketing/resources/collections/client/Client.js +20 -14
  1185. package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +5 -1
  1186. package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +5 -1
  1187. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +1 -0
  1188. package/dist/api/resources/ticketing/resources/comments/client/Client.js +20 -17
  1189. package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +5 -1
  1190. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +1 -0
  1191. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +20 -17
  1192. package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  1193. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +1 -0
  1194. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +4 -4
  1195. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -0
  1196. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +24 -24
  1197. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +2 -1
  1198. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +5 -5
  1199. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +1 -0
  1200. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +4 -4
  1201. package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
  1202. package/dist/api/resources/ticketing/resources/index.js +3 -2
  1203. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -0
  1204. package/dist/api/resources/ticketing/resources/issues/client/Client.js +8 -8
  1205. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -0
  1206. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +4 -4
  1207. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  1208. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +1 -0
  1209. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +4 -4
  1210. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  1211. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +1 -0
  1212. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +4 -4
  1213. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +1 -0
  1214. package/dist/api/resources/ticketing/resources/projects/client/Client.js +20 -14
  1215. package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +5 -1
  1216. package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +5 -1
  1217. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +1 -0
  1218. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +4 -4
  1219. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +1 -0
  1220. package/dist/api/resources/ticketing/resources/roles/client/Client.js +12 -9
  1221. package/dist/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +5 -1
  1222. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +4 -3
  1223. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +15 -15
  1224. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +1 -0
  1225. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +4 -4
  1226. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +1 -0
  1227. package/dist/api/resources/ticketing/resources/tags/client/Client.js +12 -9
  1228. package/dist/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  1229. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +1 -0
  1230. package/dist/api/resources/ticketing/resources/teams/client/Client.js +12 -9
  1231. package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  1232. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +1 -0
  1233. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +44 -35
  1234. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +5 -1
  1235. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +5 -1
  1236. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +5 -1
  1237. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +1 -0
  1238. package/dist/api/resources/ticketing/resources/users/client/Client.js +12 -9
  1239. package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  1240. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +1 -0
  1241. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +8 -8
  1242. package/dist/api/resources/ticketing/types/Account.d.ts +1 -1
  1243. package/dist/api/resources/ticketing/types/AccountDetails.d.ts +2 -0
  1244. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  1245. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  1246. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  1247. package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -2
  1248. package/dist/api/resources/ticketing/types/Attachment.d.ts +1 -0
  1249. package/dist/api/resources/ticketing/types/Collection.d.ts +1 -1
  1250. package/dist/api/resources/ticketing/types/Comment.d.ts +3 -2
  1251. package/dist/api/resources/ticketing/types/CommentContact.d.ts +1 -1
  1252. package/dist/api/resources/ticketing/types/CommentRequest.d.ts +2 -2
  1253. package/dist/api/resources/ticketing/types/CommentRequestContact.d.ts +1 -1
  1254. package/dist/api/resources/ticketing/types/CommentRequestUser.d.ts +1 -1
  1255. package/dist/api/resources/ticketing/types/CommentUser.d.ts +1 -1
  1256. package/dist/api/resources/ticketing/types/Contact.d.ts +1 -1
  1257. package/dist/api/resources/ticketing/types/LanguageEnum.d.ts +12 -0
  1258. package/dist/api/resources/ticketing/types/LanguageEnum.js +10 -0
  1259. package/dist/api/resources/ticketing/types/Project.d.ts +1 -1
  1260. package/dist/api/resources/ticketing/types/Role.d.ts +1 -1
  1261. package/dist/api/resources/ticketing/types/Tag.d.ts +1 -1
  1262. package/dist/api/resources/ticketing/types/Team.d.ts +1 -1
  1263. package/dist/api/resources/ticketing/types/Ticket.d.ts +1 -0
  1264. package/dist/api/resources/ticketing/types/User.d.ts +1 -1
  1265. package/dist/api/resources/ticketing/types/index.d.ts +1 -0
  1266. package/dist/api/resources/ticketing/types/index.js +1 -0
  1267. package/dist/serialization/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  1268. package/dist/serialization/resources/accounting/resources/asyncPassthrough/index.js +17 -0
  1269. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1270. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1271. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  1272. package/dist/serialization/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  1273. package/dist/serialization/resources/accounting/resources/index.d.ts +2 -0
  1274. package/dist/serialization/resources/accounting/resources/index.js +3 -1
  1275. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1276. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  1277. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1278. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  1279. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1280. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  1281. package/dist/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
  1282. package/dist/serialization/resources/accounting/types/ReportItem.js +1 -0
  1283. package/dist/serialization/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  1284. package/dist/serialization/resources/ats/resources/asyncPassthrough/index.js +17 -0
  1285. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1286. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1287. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  1288. package/dist/serialization/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  1289. package/dist/serialization/resources/ats/resources/index.d.ts +2 -0
  1290. package/dist/serialization/resources/ats/resources/index.js +3 -1
  1291. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1292. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  1293. package/dist/serialization/resources/ats/types/AccountDetails.d.ts +1 -0
  1294. package/dist/serialization/resources/ats/types/AccountDetails.js +1 -0
  1295. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  1296. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +1 -0
  1297. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1298. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1299. package/dist/serialization/resources/ats/types/LanguageEnum.d.ts +10 -0
  1300. package/dist/serialization/resources/ats/types/LanguageEnum.js +31 -0
  1301. package/dist/serialization/resources/ats/types/index.d.ts +1 -0
  1302. package/dist/serialization/resources/ats/types/index.js +1 -0
  1303. package/dist/serialization/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  1304. package/dist/serialization/resources/crm/resources/asyncPassthrough/index.js +17 -0
  1305. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1306. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1307. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  1308. package/dist/serialization/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  1309. package/dist/serialization/resources/crm/resources/index.d.ts +2 -0
  1310. package/dist/serialization/resources/crm/resources/index.js +3 -1
  1311. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1312. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  1313. package/dist/serialization/resources/crm/types/AccountDetails.d.ts +1 -0
  1314. package/dist/serialization/resources/crm/types/AccountDetails.js +1 -0
  1315. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  1316. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
  1317. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1318. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1319. package/dist/serialization/resources/crm/types/LanguageEnum.d.ts +10 -0
  1320. package/dist/serialization/resources/crm/types/LanguageEnum.js +31 -0
  1321. package/dist/serialization/resources/crm/types/index.d.ts +1 -0
  1322. package/dist/serialization/resources/crm/types/index.js +1 -0
  1323. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  1324. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/index.js +17 -0
  1325. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1326. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1327. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  1328. package/dist/serialization/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  1329. package/dist/serialization/resources/filestorage/resources/index.d.ts +2 -0
  1330. package/dist/serialization/resources/filestorage/resources/index.js +3 -1
  1331. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1332. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  1333. package/dist/serialization/resources/filestorage/types/AccountDetails.d.ts +1 -0
  1334. package/dist/serialization/resources/filestorage/types/AccountDetails.js +1 -0
  1335. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1336. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1337. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1338. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1339. package/dist/serialization/resources/filestorage/types/LanguageEnum.d.ts +10 -0
  1340. package/dist/serialization/resources/filestorage/types/LanguageEnum.js +31 -0
  1341. package/dist/serialization/resources/filestorage/types/index.d.ts +1 -0
  1342. package/dist/serialization/resources/filestorage/types/index.js +1 -0
  1343. package/dist/serialization/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  1344. package/dist/serialization/resources/hris/resources/asyncPassthrough/index.js +17 -0
  1345. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1346. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1347. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  1348. package/dist/serialization/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  1349. package/dist/serialization/resources/hris/resources/index.d.ts +2 -0
  1350. package/dist/serialization/resources/hris/resources/index.js +3 -1
  1351. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1352. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  1353. package/dist/serialization/resources/hris/types/AccountDetails.d.ts +1 -0
  1354. package/dist/serialization/resources/hris/types/AccountDetails.js +1 -0
  1355. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  1356. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +1 -0
  1357. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1358. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1359. package/dist/serialization/resources/hris/types/LanguageEnum.d.ts +10 -0
  1360. package/dist/serialization/resources/hris/types/LanguageEnum.js +31 -0
  1361. package/dist/serialization/resources/hris/types/index.d.ts +1 -0
  1362. package/dist/serialization/resources/hris/types/index.js +1 -0
  1363. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  1364. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/index.js +17 -0
  1365. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1366. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1367. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  1368. package/dist/serialization/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  1369. package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -0
  1370. package/dist/serialization/resources/ticketing/resources/index.js +3 -1
  1371. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1372. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  1373. package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +1 -0
  1374. package/dist/serialization/resources/ticketing/types/AccountDetails.js +1 -0
  1375. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  1376. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +1 -0
  1377. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1378. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1379. package/dist/serialization/resources/ticketing/types/LanguageEnum.d.ts +10 -0
  1380. package/dist/serialization/resources/ticketing/types/LanguageEnum.js +31 -0
  1381. package/dist/serialization/resources/ticketing/types/index.d.ts +1 -0
  1382. package/dist/serialization/resources/ticketing/types/index.js +1 -0
  1383. package/package.json +1 -1
  1384. package/serialization/resources/accounting/resources/asyncPassthrough/index.d.ts +1 -0
  1385. package/serialization/resources/accounting/resources/asyncPassthrough/index.js +17 -0
  1386. package/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1387. package/serialization/resources/accounting/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1388. package/serialization/resources/accounting/resources/asyncPassthrough/types/index.d.ts +1 -0
  1389. package/serialization/resources/accounting/resources/asyncPassthrough/types/index.js +17 -0
  1390. package/serialization/resources/accounting/resources/index.d.ts +2 -0
  1391. package/serialization/resources/accounting/resources/index.js +3 -1
  1392. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  1393. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  1394. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  1395. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  1396. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  1397. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  1398. package/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
  1399. package/serialization/resources/accounting/types/ReportItem.js +1 -0
  1400. package/serialization/resources/ats/resources/asyncPassthrough/index.d.ts +1 -0
  1401. package/serialization/resources/ats/resources/asyncPassthrough/index.js +17 -0
  1402. package/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1403. package/serialization/resources/ats/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1404. package/serialization/resources/ats/resources/asyncPassthrough/types/index.d.ts +1 -0
  1405. package/serialization/resources/ats/resources/asyncPassthrough/types/index.js +17 -0
  1406. package/serialization/resources/ats/resources/index.d.ts +2 -0
  1407. package/serialization/resources/ats/resources/index.js +3 -1
  1408. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1409. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  1410. package/serialization/resources/ats/types/AccountDetails.d.ts +1 -0
  1411. package/serialization/resources/ats/types/AccountDetails.js +1 -0
  1412. package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  1413. package/serialization/resources/ats/types/AccountDetailsAndActions.js +1 -0
  1414. package/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1415. package/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1416. package/serialization/resources/ats/types/LanguageEnum.d.ts +10 -0
  1417. package/serialization/resources/ats/types/LanguageEnum.js +31 -0
  1418. package/serialization/resources/ats/types/index.d.ts +1 -0
  1419. package/serialization/resources/ats/types/index.js +1 -0
  1420. package/serialization/resources/crm/resources/asyncPassthrough/index.d.ts +1 -0
  1421. package/serialization/resources/crm/resources/asyncPassthrough/index.js +17 -0
  1422. package/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1423. package/serialization/resources/crm/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1424. package/serialization/resources/crm/resources/asyncPassthrough/types/index.d.ts +1 -0
  1425. package/serialization/resources/crm/resources/asyncPassthrough/types/index.js +17 -0
  1426. package/serialization/resources/crm/resources/index.d.ts +2 -0
  1427. package/serialization/resources/crm/resources/index.js +3 -1
  1428. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1429. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  1430. package/serialization/resources/crm/types/AccountDetails.d.ts +1 -0
  1431. package/serialization/resources/crm/types/AccountDetails.js +1 -0
  1432. package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  1433. package/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
  1434. package/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1435. package/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1436. package/serialization/resources/crm/types/LanguageEnum.d.ts +10 -0
  1437. package/serialization/resources/crm/types/LanguageEnum.js +31 -0
  1438. package/serialization/resources/crm/types/index.d.ts +1 -0
  1439. package/serialization/resources/crm/types/index.js +1 -0
  1440. package/serialization/resources/filestorage/resources/asyncPassthrough/index.d.ts +1 -0
  1441. package/serialization/resources/filestorage/resources/asyncPassthrough/index.js +17 -0
  1442. package/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1443. package/serialization/resources/filestorage/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1444. package/serialization/resources/filestorage/resources/asyncPassthrough/types/index.d.ts +1 -0
  1445. package/serialization/resources/filestorage/resources/asyncPassthrough/types/index.js +17 -0
  1446. package/serialization/resources/filestorage/resources/index.d.ts +2 -0
  1447. package/serialization/resources/filestorage/resources/index.js +3 -1
  1448. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1449. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  1450. package/serialization/resources/filestorage/types/AccountDetails.d.ts +1 -0
  1451. package/serialization/resources/filestorage/types/AccountDetails.js +1 -0
  1452. package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1453. package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1454. package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1455. package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1456. package/serialization/resources/filestorage/types/LanguageEnum.d.ts +10 -0
  1457. package/serialization/resources/filestorage/types/LanguageEnum.js +31 -0
  1458. package/serialization/resources/filestorage/types/index.d.ts +1 -0
  1459. package/serialization/resources/filestorage/types/index.js +1 -0
  1460. package/serialization/resources/hris/resources/asyncPassthrough/index.d.ts +1 -0
  1461. package/serialization/resources/hris/resources/asyncPassthrough/index.js +17 -0
  1462. package/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1463. package/serialization/resources/hris/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1464. package/serialization/resources/hris/resources/asyncPassthrough/types/index.d.ts +1 -0
  1465. package/serialization/resources/hris/resources/asyncPassthrough/types/index.js +17 -0
  1466. package/serialization/resources/hris/resources/index.d.ts +2 -0
  1467. package/serialization/resources/hris/resources/index.js +3 -1
  1468. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1469. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  1470. package/serialization/resources/hris/types/AccountDetails.d.ts +1 -0
  1471. package/serialization/resources/hris/types/AccountDetails.js +1 -0
  1472. package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  1473. package/serialization/resources/hris/types/AccountDetailsAndActions.js +1 -0
  1474. package/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1475. package/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1476. package/serialization/resources/hris/types/LanguageEnum.d.ts +10 -0
  1477. package/serialization/resources/hris/types/LanguageEnum.js +31 -0
  1478. package/serialization/resources/hris/types/index.d.ts +1 -0
  1479. package/serialization/resources/hris/types/index.js +1 -0
  1480. package/serialization/resources/ticketing/resources/asyncPassthrough/index.d.ts +1 -0
  1481. package/serialization/resources/ticketing/resources/asyncPassthrough/index.js +17 -0
  1482. package/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.d.ts +10 -0
  1483. package/serialization/resources/ticketing/resources/asyncPassthrough/types/AsyncPassthroughRetrieveResponse.js +43 -0
  1484. package/serialization/resources/ticketing/resources/asyncPassthrough/types/index.d.ts +1 -0
  1485. package/serialization/resources/ticketing/resources/asyncPassthrough/types/index.js +17 -0
  1486. package/serialization/resources/ticketing/resources/index.d.ts +2 -0
  1487. package/serialization/resources/ticketing/resources/index.js +3 -1
  1488. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1489. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  1490. package/serialization/resources/ticketing/types/AccountDetails.d.ts +1 -0
  1491. package/serialization/resources/ticketing/types/AccountDetails.js +1 -0
  1492. package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  1493. package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +1 -0
  1494. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  1495. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  1496. package/serialization/resources/ticketing/types/LanguageEnum.d.ts +10 -0
  1497. package/serialization/resources/ticketing/types/LanguageEnum.js +31 -0
  1498. package/serialization/resources/ticketing/types/index.d.ts +1 -0
  1499. package/serialization/resources/ticketing/types/index.js +1 -0
@@ -9,6 +9,7 @@ export declare namespace TimeOff {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -66,9 +66,9 @@ class TimeOff {
66
66
  * await merge.hris.timeOff.list({})
67
67
  */
68
68
  list(request = {}, requestOptions) {
69
- var _a;
69
+ var _a, _b;
70
70
  return __awaiter(this, void 0, void 0, function* () {
71
- const { approverId, createdAfter, createdBefore, cursor, employeeId, endedAfter, endedBefore, expand, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, requestType, showEnumOrigins, startedAfter, startedBefore, status, } = request;
71
+ const { approverId, createdAfter, createdBefore, cursor, employeeId, endedAfter, endedBefore, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteFields, remoteId, requestType, showEnumOrigins, startedAfter, startedBefore, status, } = request;
72
72
  const _queryParams = {};
73
73
  if (approverId != null) {
74
74
  _queryParams["approver_id"] = approverId;
@@ -100,6 +100,9 @@ class TimeOff {
100
100
  if (includeRemoteData != null) {
101
101
  _queryParams["include_remote_data"] = includeRemoteData.toString();
102
102
  }
103
+ if (includeShellData != null) {
104
+ _queryParams["include_shell_data"] = includeShellData.toString();
105
+ }
103
106
  if (modifiedAfter != null) {
104
107
  _queryParams["modified_after"] = modifiedAfter.toISOString();
105
108
  }
@@ -130,8 +133,8 @@ class TimeOff {
130
133
  if (status != null) {
131
134
  _queryParams["status"] = status;
132
135
  }
133
- const _response = yield core.fetcher({
134
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/time-off"),
136
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
137
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/time-off"),
135
138
  method: "GET",
136
139
  headers: {
137
140
  Authorization: yield this._getAuthorizationHeader(),
@@ -140,7 +143,7 @@ class TimeOff {
140
143
  : undefined,
141
144
  "X-Fern-Language": "JavaScript",
142
145
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
143
- "X-Fern-SDK-Version": "1.0.10",
146
+ "X-Fern-SDK-Version": "1.0.12",
144
147
  },
145
148
  contentType: "application/json",
146
149
  queryParameters: _queryParams,
@@ -186,7 +189,7 @@ class TimeOff {
186
189
  * })
187
190
  */
188
191
  create(request, requestOptions) {
189
- var _a;
192
+ var _a, _b;
190
193
  return __awaiter(this, void 0, void 0, function* () {
191
194
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
192
195
  const _queryParams = {};
@@ -196,8 +199,8 @@ class TimeOff {
196
199
  if (runAsync != null) {
197
200
  _queryParams["run_async"] = runAsync.toString();
198
201
  }
199
- const _response = yield core.fetcher({
200
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/time-off"),
202
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
203
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/time-off"),
201
204
  method: "POST",
202
205
  headers: {
203
206
  Authorization: yield this._getAuthorizationHeader(),
@@ -206,7 +209,7 @@ class TimeOff {
206
209
  : undefined,
207
210
  "X-Fern-Language": "JavaScript",
208
211
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
209
- "X-Fern-SDK-Version": "1.0.10",
212
+ "X-Fern-SDK-Version": "1.0.12",
210
213
  },
211
214
  contentType: "application/json",
212
215
  queryParameters: _queryParams,
@@ -251,7 +254,7 @@ class TimeOff {
251
254
  * await merge.hris.timeOff.retrieve("id", {})
252
255
  */
253
256
  retrieve(id, request = {}, requestOptions) {
254
- var _a;
257
+ var _a, _b;
255
258
  return __awaiter(this, void 0, void 0, function* () {
256
259
  const { expand, includeRemoteData, remoteFields, showEnumOrigins } = request;
257
260
  const _queryParams = {};
@@ -267,8 +270,8 @@ class TimeOff {
267
270
  if (showEnumOrigins != null) {
268
271
  _queryParams["show_enum_origins"] = showEnumOrigins;
269
272
  }
270
- const _response = yield core.fetcher({
271
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `hris/v1/time-off/${id}`),
273
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
274
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `hris/v1/time-off/${id}`),
272
275
  method: "GET",
273
276
  headers: {
274
277
  Authorization: yield this._getAuthorizationHeader(),
@@ -277,7 +280,7 @@ class TimeOff {
277
280
  : undefined,
278
281
  "X-Fern-Language": "JavaScript",
279
282
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
280
- "X-Fern-SDK-Version": "1.0.10",
283
+ "X-Fern-SDK-Version": "1.0.12",
281
284
  },
282
285
  contentType: "application/json",
283
286
  queryParameters: _queryParams,
@@ -321,10 +324,10 @@ class TimeOff {
321
324
  * await merge.hris.timeOff.metaPostRetrieve()
322
325
  */
323
326
  metaPostRetrieve(requestOptions) {
324
- var _a;
327
+ var _a, _b;
325
328
  return __awaiter(this, void 0, void 0, function* () {
326
- const _response = yield core.fetcher({
327
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/time-off/meta/post"),
329
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
330
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/time-off/meta/post"),
328
331
  method: "GET",
329
332
  headers: {
330
333
  Authorization: yield this._getAuthorizationHeader(),
@@ -333,7 +336,7 @@ class TimeOff {
333
336
  : undefined,
334
337
  "X-Fern-Language": "JavaScript",
335
338
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
336
- "X-Fern-SDK-Version": "1.0.10",
339
+ "X-Fern-SDK-Version": "1.0.12",
337
340
  },
338
341
  contentType: "application/json",
339
342
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -40,13 +40,17 @@ export interface TimeOffListRequest {
40
40
  */
41
41
  expand?: Merge.hris.TimeOffListRequestExpand;
42
42
  /**
43
- * Whether to include data that was marked as deleted by third party webhooks.
43
+ * Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
44
44
  */
45
45
  includeDeletedData?: boolean;
46
46
  /**
47
47
  * Whether to include the original data Merge fetched from the third-party to produce these models.
48
48
  */
49
49
  includeRemoteData?: boolean;
50
+ /**
51
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
52
+ */
53
+ includeShellData?: boolean;
50
54
  /**
51
55
  * If provided, only objects synced by Merge after this date time will be returned.
52
56
  */
@@ -9,6 +9,7 @@ export declare namespace TimeOffBalances {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,9 +55,9 @@ class TimeOffBalances {
55
55
  * await merge.hris.timeOffBalances.list({})
56
56
  */
57
57
  list(request = {}, requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const { createdAfter, createdBefore, cursor, employeeId, expand, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, policyType, remoteFields, remoteId, showEnumOrigins, } = request;
60
+ const { createdAfter, createdBefore, cursor, employeeId, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, policyType, remoteFields, remoteId, showEnumOrigins, } = request;
61
61
  const _queryParams = {};
62
62
  if (createdAfter != null) {
63
63
  _queryParams["created_after"] = createdAfter.toISOString();
@@ -80,6 +80,9 @@ class TimeOffBalances {
80
80
  if (includeRemoteData != null) {
81
81
  _queryParams["include_remote_data"] = includeRemoteData.toString();
82
82
  }
83
+ if (includeShellData != null) {
84
+ _queryParams["include_shell_data"] = includeShellData.toString();
85
+ }
83
86
  if (modifiedAfter != null) {
84
87
  _queryParams["modified_after"] = modifiedAfter.toISOString();
85
88
  }
@@ -101,8 +104,8 @@ class TimeOffBalances {
101
104
  if (showEnumOrigins != null) {
102
105
  _queryParams["show_enum_origins"] = showEnumOrigins;
103
106
  }
104
- const _response = yield core.fetcher({
105
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/time-off-balances"),
107
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
108
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/time-off-balances"),
106
109
  method: "GET",
107
110
  headers: {
108
111
  Authorization: yield this._getAuthorizationHeader(),
@@ -111,7 +114,7 @@ class TimeOffBalances {
111
114
  : undefined,
112
115
  "X-Fern-Language": "JavaScript",
113
116
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
114
- "X-Fern-SDK-Version": "1.0.10",
117
+ "X-Fern-SDK-Version": "1.0.12",
115
118
  },
116
119
  contentType: "application/json",
117
120
  queryParameters: _queryParams,
@@ -155,7 +158,7 @@ class TimeOffBalances {
155
158
  * await merge.hris.timeOffBalances.retrieve("id", {})
156
159
  */
157
160
  retrieve(id, request = {}, requestOptions) {
158
- var _a;
161
+ var _a, _b;
159
162
  return __awaiter(this, void 0, void 0, function* () {
160
163
  const { expand, includeRemoteData, remoteFields, showEnumOrigins } = request;
161
164
  const _queryParams = {};
@@ -171,8 +174,8 @@ class TimeOffBalances {
171
174
  if (showEnumOrigins != null) {
172
175
  _queryParams["show_enum_origins"] = showEnumOrigins;
173
176
  }
174
- const _response = yield core.fetcher({
175
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `hris/v1/time-off-balances/${id}`),
177
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
178
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `hris/v1/time-off-balances/${id}`),
176
179
  method: "GET",
177
180
  headers: {
178
181
  Authorization: yield this._getAuthorizationHeader(),
@@ -181,7 +184,7 @@ class TimeOffBalances {
181
184
  : undefined,
182
185
  "X-Fern-Language": "JavaScript",
183
186
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
184
- "X-Fern-SDK-Version": "1.0.10",
187
+ "X-Fern-SDK-Version": "1.0.12",
185
188
  },
186
189
  contentType: "application/json",
187
190
  queryParameters: _queryParams,
@@ -28,13 +28,17 @@ export interface TimeOffBalancesListRequest {
28
28
  */
29
29
  expand?: "employee";
30
30
  /**
31
- * Whether to include data that was marked as deleted by third party webhooks.
31
+ * Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
32
32
  */
33
33
  includeDeletedData?: boolean;
34
34
  /**
35
35
  * Whether to include the original data Merge fetched from the third-party to produce these models.
36
36
  */
37
37
  includeRemoteData?: boolean;
38
+ /**
39
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
40
+ */
41
+ includeShellData?: boolean;
38
42
  /**
39
43
  * If provided, only objects synced by Merge after this date time will be returned.
40
44
  */
@@ -9,6 +9,7 @@ export declare namespace TimesheetEntries {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -66,9 +66,9 @@ class TimesheetEntries {
66
66
  * await merge.hris.timesheetEntries.list({})
67
67
  */
68
68
  list(request = {}, requestOptions) {
69
- var _a;
69
+ var _a, _b;
70
70
  return __awaiter(this, void 0, void 0, function* () {
71
- const { createdAfter, createdBefore, cursor, employeeId, endedAfter, endedBefore, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, orderBy, pageSize, remoteId, startedAfter, startedBefore, } = request;
71
+ const { createdAfter, createdBefore, cursor, employeeId, endedAfter, endedBefore, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, orderBy, pageSize, remoteId, startedAfter, startedBefore, } = request;
72
72
  const _queryParams = {};
73
73
  if (createdAfter != null) {
74
74
  _queryParams["created_after"] = createdAfter.toISOString();
@@ -94,6 +94,9 @@ class TimesheetEntries {
94
94
  if (includeRemoteData != null) {
95
95
  _queryParams["include_remote_data"] = includeRemoteData.toString();
96
96
  }
97
+ if (includeShellData != null) {
98
+ _queryParams["include_shell_data"] = includeShellData.toString();
99
+ }
97
100
  if (modifiedAfter != null) {
98
101
  _queryParams["modified_after"] = modifiedAfter.toISOString();
99
102
  }
@@ -115,8 +118,8 @@ class TimesheetEntries {
115
118
  if (startedBefore != null) {
116
119
  _queryParams["started_before"] = startedBefore;
117
120
  }
118
- const _response = yield core.fetcher({
119
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/timesheet-entries"),
121
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
122
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/timesheet-entries"),
120
123
  method: "GET",
121
124
  headers: {
122
125
  Authorization: yield this._getAuthorizationHeader(),
@@ -125,7 +128,7 @@ class TimesheetEntries {
125
128
  : undefined,
126
129
  "X-Fern-Language": "JavaScript",
127
130
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
128
- "X-Fern-SDK-Version": "1.0.10",
131
+ "X-Fern-SDK-Version": "1.0.12",
129
132
  },
130
133
  contentType: "application/json",
131
134
  queryParameters: _queryParams,
@@ -171,7 +174,7 @@ class TimesheetEntries {
171
174
  * })
172
175
  */
173
176
  create(request, requestOptions) {
174
- var _a;
177
+ var _a, _b;
175
178
  return __awaiter(this, void 0, void 0, function* () {
176
179
  const { isDebugMode, runAsync } = request, _body = __rest(request, ["isDebugMode", "runAsync"]);
177
180
  const _queryParams = {};
@@ -181,8 +184,8 @@ class TimesheetEntries {
181
184
  if (runAsync != null) {
182
185
  _queryParams["run_async"] = runAsync.toString();
183
186
  }
184
- const _response = yield core.fetcher({
185
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/timesheet-entries"),
187
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
188
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/timesheet-entries"),
186
189
  method: "POST",
187
190
  headers: {
188
191
  Authorization: yield this._getAuthorizationHeader(),
@@ -191,7 +194,7 @@ class TimesheetEntries {
191
194
  : undefined,
192
195
  "X-Fern-Language": "JavaScript",
193
196
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
194
- "X-Fern-SDK-Version": "1.0.10",
197
+ "X-Fern-SDK-Version": "1.0.12",
195
198
  },
196
199
  contentType: "application/json",
197
200
  queryParameters: _queryParams,
@@ -238,15 +241,15 @@ class TimesheetEntries {
238
241
  * await merge.hris.timesheetEntries.retrieve("id", {})
239
242
  */
240
243
  retrieve(id, request = {}, requestOptions) {
241
- var _a;
244
+ var _a, _b;
242
245
  return __awaiter(this, void 0, void 0, function* () {
243
246
  const { includeRemoteData } = request;
244
247
  const _queryParams = {};
245
248
  if (includeRemoteData != null) {
246
249
  _queryParams["include_remote_data"] = includeRemoteData.toString();
247
250
  }
248
- const _response = yield core.fetcher({
249
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, `hris/v1/timesheet-entries/${id}`),
251
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
252
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, `hris/v1/timesheet-entries/${id}`),
250
253
  method: "GET",
251
254
  headers: {
252
255
  Authorization: yield this._getAuthorizationHeader(),
@@ -255,7 +258,7 @@ class TimesheetEntries {
255
258
  : undefined,
256
259
  "X-Fern-Language": "JavaScript",
257
260
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
258
- "X-Fern-SDK-Version": "1.0.10",
261
+ "X-Fern-SDK-Version": "1.0.12",
259
262
  },
260
263
  contentType: "application/json",
261
264
  queryParameters: _queryParams,
@@ -299,10 +302,10 @@ class TimesheetEntries {
299
302
  * await merge.hris.timesheetEntries.metaPostRetrieve()
300
303
  */
301
304
  metaPostRetrieve(requestOptions) {
302
- var _a;
305
+ var _a, _b;
303
306
  return __awaiter(this, void 0, void 0, function* () {
304
- const _response = yield core.fetcher({
305
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/timesheet-entries/meta/post"),
307
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
308
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/timesheet-entries/meta/post"),
306
309
  method: "GET",
307
310
  headers: {
308
311
  Authorization: yield this._getAuthorizationHeader(),
@@ -311,7 +314,7 @@ class TimesheetEntries {
311
314
  : undefined,
312
315
  "X-Fern-Language": "JavaScript",
313
316
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
314
- "X-Fern-SDK-Version": "1.0.10",
317
+ "X-Fern-SDK-Version": "1.0.12",
315
318
  },
316
319
  contentType: "application/json",
317
320
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -32,13 +32,17 @@ export interface TimesheetEntriesListRequest {
32
32
  */
33
33
  endedBefore?: string;
34
34
  /**
35
- * Whether to include data that was marked as deleted by third party webhooks.
35
+ * Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
36
36
  */
37
37
  includeDeletedData?: boolean;
38
38
  /**
39
39
  * Whether to include the original data Merge fetched from the third-party to produce these models.
40
40
  */
41
41
  includeRemoteData?: boolean;
42
+ /**
43
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
44
+ */
45
+ includeShellData?: boolean;
42
46
  /**
43
47
  * If provided, only objects synced by Merge after this date time will be returned.
44
48
  */
@@ -9,6 +9,7 @@ export declare namespace WebhookReceivers {
9
9
  environment?: core.Supplier<environments.MergeEnvironment | string>;
10
10
  apiKey: core.Supplier<core.BearerToken>;
11
11
  accountToken?: core.Supplier<string | undefined>;
12
+ fetcher?: core.FetchFunction;
12
13
  }
13
14
  interface RequestOptions {
14
15
  timeoutInSeconds?: number;
@@ -55,10 +55,10 @@ class WebhookReceivers {
55
55
  * await merge.hris.webhookReceivers.list()
56
56
  */
57
57
  list(requestOptions) {
58
- var _a;
58
+ var _a, _b;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const _response = yield core.fetcher({
61
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/webhook-receivers"),
60
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
61
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/webhook-receivers"),
62
62
  method: "GET",
63
63
  headers: {
64
64
  Authorization: yield this._getAuthorizationHeader(),
@@ -67,7 +67,7 @@ class WebhookReceivers {
67
67
  : undefined,
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
70
- "X-Fern-SDK-Version": "1.0.10",
70
+ "X-Fern-SDK-Version": "1.0.12",
71
71
  },
72
72
  contentType: "application/json",
73
73
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -113,10 +113,10 @@ class WebhookReceivers {
113
113
  * })
114
114
  */
115
115
  create(request, requestOptions) {
116
- var _a;
116
+ var _a, _b;
117
117
  return __awaiter(this, void 0, void 0, function* () {
118
- const _response = yield core.fetcher({
119
- url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.MergeEnvironment.Production, "hris/v1/webhook-receivers"),
118
+ const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
119
+ url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.MergeEnvironment.Production, "hris/v1/webhook-receivers"),
120
120
  method: "POST",
121
121
  headers: {
122
122
  Authorization: yield this._getAuthorizationHeader(),
@@ -125,7 +125,7 @@ class WebhookReceivers {
125
125
  : undefined,
126
126
  "X-Fern-Language": "JavaScript",
127
127
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
128
- "X-Fern-SDK-Version": "1.0.10",
128
+ "X-Fern-SDK-Version": "1.0.12",
129
129
  },
130
130
  contentType: "application/json",
131
131
  body: yield serializers.hris.WebhookReceiverRequest.jsonOrThrow(request, {
@@ -15,4 +15,6 @@ export interface AccountDetails {
15
15
  /** Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. */
16
16
  isDuplicate?: boolean;
17
17
  accountType?: string;
18
+ /** The time at which account completes the linking flow. */
19
+ completedAt?: Date;
18
20
  }
@@ -28,4 +28,5 @@ export interface AccountDetailsAndActions {
28
28
  isDuplicate?: boolean;
29
29
  integration?: Merge.hris.AccountDetailsAndActionsIntegration;
30
30
  accountType: string;
31
+ completedAt: Date;
31
32
  }
@@ -5,10 +5,12 @@
5
5
  * - `COMPLETE` - COMPLETE
6
6
  * - `INCOMPLETE` - INCOMPLETE
7
7
  * - `RELINK_NEEDED` - RELINK_NEEDED
8
+ * - `IDLE` - IDLE
8
9
  */
9
- export declare type AccountDetailsAndActionsStatusEnum = "COMPLETE" | "INCOMPLETE" | "RELINK_NEEDED";
10
+ export declare type AccountDetailsAndActionsStatusEnum = "COMPLETE" | "INCOMPLETE" | "RELINK_NEEDED" | "IDLE";
10
11
  export declare const AccountDetailsAndActionsStatusEnum: {
11
12
  readonly Complete: "COMPLETE";
12
13
  readonly Incomplete: "INCOMPLETE";
13
14
  readonly RelinkNeeded: "RELINK_NEEDED";
15
+ readonly Idle: "IDLE";
14
16
  };
@@ -8,4 +8,5 @@ exports.AccountDetailsAndActionsStatusEnum = {
8
8
  Complete: "COMPLETE",
9
9
  Incomplete: "INCOMPLETE",
10
10
  RelinkNeeded: "RELINK_NEEDED",
11
+ Idle: "IDLE",
11
12
  };
@@ -9,9 +9,9 @@ export interface AccountIntegration {
9
9
  abbreviatedName?: string;
10
10
  /** Category or categories this integration belongs to. Multiple categories should be comma separated, i.e. [ats, hris]. */
11
11
  categories?: Merge.hris.CategoriesEnum[];
12
- /** Company logo in rectangular shape. <b>Upload an image with a clear background.</b> */
12
+ /** Company logo in rectangular shape. */
13
13
  image?: string;
14
- /** Company logo in square shape. <b>Upload an image with a white background.</b> */
14
+ /** Company logo in square shape. */
15
15
  squareImage?: string;
16
16
  /** The color of this integration used for buttons and text throughout the app and landing pages. <b>Choose a darker, saturated color.</b> */
17
17
  color?: string;
@@ -38,7 +38,7 @@ export interface BankInfo {
38
38
  accountType?: Merge.hris.BankInfoAccountType;
39
39
  /** When the matching bank object was created in the third party system. */
40
40
  remoteCreatedAt?: Date;
41
- /** Indicates whether or not this object has been deleted in the third party platform. */
41
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
42
42
  remoteWasDeleted?: boolean;
43
43
  fieldMappings?: Record<string, unknown>;
44
44
  remoteData?: Merge.hris.RemoteData[];
@@ -35,7 +35,7 @@ export interface Benefit {
35
35
  startDate?: Date;
36
36
  /** The day and time the benefit ended. */
37
37
  endDate?: Date;
38
- /** Indicates whether or not this object has been deleted in the third party platform. */
38
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
39
39
  remoteWasDeleted?: boolean;
40
40
  /** The employer benefit plan the employee is enrolled in. */
41
41
  employerBenefit?: string;
@@ -27,7 +27,7 @@ export interface Company {
27
27
  displayName?: string;
28
28
  /** The company's Employer Identification Numbers. */
29
29
  eins?: (string | undefined)[];
30
- /** Indicates whether or not this object has been deleted in the third party platform. */
30
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
31
31
  remoteWasDeleted?: boolean;
32
32
  fieldMappings?: Record<string, unknown>;
33
33
  remoteData?: Merge.hris.RemoteData[];
@@ -28,7 +28,7 @@ export interface Deduction {
28
28
  employeeDeduction?: number;
29
29
  /** The amount of money that is withheld on behalf of an employee by the company. */
30
30
  companyDeduction?: number;
31
- /** Indicates whether or not this object has been deleted in the third party platform. */
31
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
32
32
  remoteWasDeleted?: boolean;
33
33
  fieldMappings?: Record<string, unknown>;
34
34
  remoteData?: Merge.hris.RemoteData[];
@@ -57,7 +57,7 @@ export interface Dependent {
57
57
  isStudent?: boolean;
58
58
  /** The dependents's social security number. */
59
59
  ssn?: string;
60
- /** Indicates whether or not this object has been deleted in the third party platform. */
60
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
61
61
  remoteWasDeleted?: boolean;
62
62
  fieldMappings?: Record<string, unknown>;
63
63
  remoteData?: Merge.hris.RemoteData[];
@@ -33,7 +33,7 @@ export interface Earning {
33
33
  * - `BONUS` - BONUS
34
34
  */
35
35
  type?: Merge.hris.EarningType;
36
- /** Indicates whether or not this object has been deleted in the third party platform. */
36
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
37
37
  remoteWasDeleted?: boolean;
38
38
  fieldMappings?: Record<string, unknown>;
39
39
  remoteData?: Merge.hris.RemoteData[];
@@ -111,6 +111,7 @@ export interface Employee {
111
111
  avatar?: string;
112
112
  /** Custom fields configured for a given model. */
113
113
  customFields?: Record<string, unknown>;
114
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
114
115
  remoteWasDeleted?: boolean;
115
116
  fieldMappings?: Record<string, unknown>;
116
117
  remoteData?: Merge.hris.RemoteData[];
@@ -38,7 +38,7 @@ export interface EmployeePayrollRun {
38
38
  earnings?: Merge.hris.Earning[];
39
39
  deductions?: Merge.hris.Deduction[];
40
40
  taxes?: Merge.hris.Tax[];
41
- /** Indicates whether or not this object has been deleted in the third party platform. */
41
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
42
42
  remoteWasDeleted?: boolean;
43
43
  fieldMappings?: Record<string, unknown>;
44
44
  remoteData?: Merge.hris.RemoteData[];
@@ -37,7 +37,7 @@ export interface EmployerBenefit {
37
37
  description?: string;
38
38
  /** The employer benefit's deduction code. */
39
39
  deductionCode?: string;
40
- /** Indicates whether or not this object has been deleted in the third party platform. */
40
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
41
41
  remoteWasDeleted?: boolean;
42
42
  fieldMappings?: Record<string, unknown>;
43
43
  remoteData?: (Record<string, unknown> | undefined)[];
@@ -27,7 +27,7 @@ export interface Employment {
27
27
  employee?: Merge.hris.EmploymentEmployee;
28
28
  /** The position's title. */
29
29
  jobTitle?: string;
30
- /** The position's pay rate in dollars. */
30
+ /** The position's pay rate. */
31
31
  payRate?: number;
32
32
  /**
33
33
  * The time period this pay rate encompasses.
@@ -391,7 +391,7 @@ export interface Employment {
391
391
  * - `FREELANCE` - FREELANCE
392
392
  */
393
393
  employmentType?: Merge.hris.EmploymentEmploymentType;
394
- /** Indicates whether or not this object has been deleted in the third party platform. */
394
+ /** Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). */
395
395
  remoteWasDeleted?: boolean;
396
396
  fieldMappings?: Record<string, unknown>;
397
397
  remoteData?: Merge.hris.RemoteData[];