@mergeapi/merge-node-client 1.0.10 → 1.0.11

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 (955) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +11 -11
  3. package/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  4. package/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  5. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  6. package/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  7. package/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  8. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  9. package/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  10. package/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  11. package/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  12. package/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  13. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  14. package/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  15. package/api/resources/accounting/resources/contacts/client/Client.js +5 -5
  16. package/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  17. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  18. package/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  19. package/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  20. package/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  21. package/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  22. package/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  23. package/api/resources/accounting/resources/invoices/client/Client.js +8 -8
  24. package/api/resources/accounting/resources/issues/client/Client.js +2 -2
  25. package/api/resources/accounting/resources/items/client/Client.js +2 -2
  26. package/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  27. package/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  28. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  29. package/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  30. package/api/resources/accounting/resources/payments/client/Client.js +8 -8
  31. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  32. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  33. package/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  34. package/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  35. package/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  36. package/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  37. package/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  38. package/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  39. package/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  40. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  41. package/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  42. package/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  43. package/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  44. package/api/resources/accounting/types/ReportItem.d.ts +2 -0
  45. package/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  46. package/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  47. package/api/resources/ats/resources/activities/client/Client.js +8 -5
  48. package/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +5 -1
  49. package/api/resources/ats/resources/applications/client/Client.js +9 -6
  50. package/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +5 -1
  51. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  52. package/api/resources/ats/resources/attachments/client/Client.js +8 -5
  53. package/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  54. package/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  55. package/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  56. package/api/resources/ats/resources/candidates/client/Client.js +11 -8
  57. package/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +5 -1
  58. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  59. package/api/resources/ats/resources/departments/client/Client.js +6 -3
  60. package/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +5 -1
  61. package/api/resources/ats/resources/eeocs/client/Client.js +6 -3
  62. package/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +5 -1
  63. package/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  64. package/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
  65. package/api/resources/ats/resources/forceResync/client/Client.js +2 -2
  66. package/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  67. package/api/resources/ats/resources/interviews/client/Client.js +8 -5
  68. package/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +5 -1
  69. package/api/resources/ats/resources/issues/client/Client.js +2 -2
  70. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
  71. package/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +5 -1
  72. package/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
  73. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -1
  74. package/api/resources/ats/resources/jobs/client/Client.js +11 -5
  75. package/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -1
  76. package/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +5 -1
  77. package/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  78. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  79. package/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  80. package/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  81. package/api/resources/ats/resources/offers/client/Client.js +6 -3
  82. package/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +5 -1
  83. package/api/resources/ats/resources/offices/client/Client.js +6 -3
  84. package/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +5 -1
  85. package/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  86. package/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  87. package/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
  88. package/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +5 -1
  89. package/api/resources/ats/resources/scopes/client/Client.d.ts +3 -3
  90. package/api/resources/ats/resources/scopes/client/Client.js +6 -6
  91. package/api/resources/ats/resources/scorecards/client/Client.js +6 -3
  92. package/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +5 -1
  93. package/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  94. package/api/resources/ats/resources/tags/client/Client.js +5 -2
  95. package/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  96. package/api/resources/ats/resources/users/client/Client.js +6 -3
  97. package/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  98. package/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  99. package/api/resources/ats/types/AccountDetails.d.ts +2 -0
  100. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  101. package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  102. package/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  103. package/api/resources/ats/types/AccountIntegration.d.ts +2 -2
  104. package/api/resources/ats/types/Activity.d.ts +1 -1
  105. package/api/resources/ats/types/Application.d.ts +1 -0
  106. package/api/resources/ats/types/Attachment.d.ts +1 -0
  107. package/api/resources/ats/types/Candidate.d.ts +1 -0
  108. package/api/resources/ats/types/Department.d.ts +1 -1
  109. package/api/resources/ats/types/Eeoc.d.ts +1 -1
  110. package/api/resources/ats/types/EmailAddress.d.ts +1 -1
  111. package/api/resources/ats/types/Job.d.ts +1 -1
  112. package/api/resources/ats/types/JobInterviewStage.d.ts +1 -1
  113. package/api/resources/ats/types/JobPosting.d.ts +1 -1
  114. package/api/resources/ats/types/LanguageEnum.d.ts +12 -0
  115. package/api/resources/ats/types/LanguageEnum.js +10 -0
  116. package/api/resources/ats/types/Offer.d.ts +1 -1
  117. package/api/resources/ats/types/Office.d.ts +1 -1
  118. package/api/resources/ats/types/PhoneNumber.d.ts +1 -1
  119. package/api/resources/ats/types/RejectReason.d.ts +1 -1
  120. package/api/resources/ats/types/RemoteUser.d.ts +1 -1
  121. package/api/resources/ats/types/ScheduledInterview.d.ts +1 -1
  122. package/api/resources/ats/types/Scorecard.d.ts +1 -1
  123. package/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
  124. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +1 -1
  125. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +1 -1
  126. package/api/resources/ats/types/Tag.d.ts +1 -1
  127. package/api/resources/ats/types/Url.d.ts +1 -1
  128. package/api/resources/ats/types/index.d.ts +1 -0
  129. package/api/resources/ats/types/index.js +1 -0
  130. package/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  131. package/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  132. package/api/resources/crm/resources/accounts/client/Client.js +15 -9
  133. package/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  134. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +5 -1
  135. package/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
  136. package/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +5 -1
  137. package/api/resources/crm/resources/associations/client/Client.js +6 -3
  138. package/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +5 -1
  139. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  140. package/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  141. package/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  142. package/api/resources/crm/resources/contacts/client/Client.js +16 -10
  143. package/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  144. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +5 -1
  145. package/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
  146. package/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +5 -1
  147. package/api/resources/crm/resources/customObjects/client/Client.js +13 -7
  148. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +5 -1
  149. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +5 -1
  150. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  151. package/api/resources/crm/resources/engagementTypes/client/Client.js +11 -5
  152. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +5 -1
  153. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +5 -1
  154. package/api/resources/crm/resources/engagements/client/Client.js +15 -9
  155. package/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +5 -1
  156. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +5 -1
  157. package/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  158. package/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
  159. package/api/resources/crm/resources/forceResync/client/Client.js +2 -2
  160. package/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  161. package/api/resources/crm/resources/issues/client/Client.js +2 -2
  162. package/api/resources/crm/resources/leads/client/Client.js +13 -7
  163. package/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +5 -1
  164. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +5 -1
  165. package/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  166. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  167. package/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  168. package/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  169. package/api/resources/crm/resources/notes/client/Client.js +13 -7
  170. package/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +5 -1
  171. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +5 -1
  172. package/api/resources/crm/resources/opportunities/client/Client.js +15 -9
  173. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +5 -1
  174. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +5 -1
  175. package/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  176. package/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  177. package/api/resources/crm/resources/scopes/client/Client.d.ts +3 -3
  178. package/api/resources/crm/resources/scopes/client/Client.js +6 -6
  179. package/api/resources/crm/resources/stages/client/Client.js +11 -5
  180. package/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +5 -1
  181. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +5 -1
  182. package/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  183. package/api/resources/crm/resources/tasks/client/Client.js +15 -9
  184. package/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +5 -1
  185. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +5 -1
  186. package/api/resources/crm/resources/users/client/Client.js +12 -6
  187. package/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  188. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +5 -1
  189. package/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  190. package/api/resources/crm/types/Account.d.ts +1 -0
  191. package/api/resources/crm/types/AccountDetails.d.ts +2 -0
  192. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  193. package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  194. package/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  195. package/api/resources/crm/types/AccountIntegration.d.ts +2 -2
  196. package/api/resources/crm/types/Contact.d.ts +1 -0
  197. package/api/resources/crm/types/Engagement.d.ts +1 -1
  198. package/api/resources/crm/types/LanguageEnum.d.ts +12 -0
  199. package/api/resources/crm/types/LanguageEnum.js +10 -0
  200. package/api/resources/crm/types/Lead.d.ts +1 -0
  201. package/api/resources/crm/types/Note.d.ts +1 -0
  202. package/api/resources/crm/types/Opportunity.d.ts +1 -0
  203. package/api/resources/crm/types/Stage.d.ts +1 -1
  204. package/api/resources/crm/types/Task.d.ts +1 -1
  205. package/api/resources/crm/types/User.d.ts +1 -1
  206. package/api/resources/crm/types/index.d.ts +1 -0
  207. package/api/resources/crm/types/index.js +1 -0
  208. package/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  209. package/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  210. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  211. package/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  212. package/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  213. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  214. package/api/resources/filestorage/resources/drives/client/Client.js +6 -3
  215. package/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +5 -1
  216. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  217. package/api/resources/filestorage/resources/files/client/Client.js +9 -6
  218. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +5 -1
  219. package/api/resources/filestorage/resources/folders/client/Client.js +8 -5
  220. package/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +5 -1
  221. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
  222. package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
  223. package/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  224. package/api/resources/filestorage/resources/groups/client/Client.js +6 -3
  225. package/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  226. package/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  227. package/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  228. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  229. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  230. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  231. package/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  232. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  233. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -3
  234. package/api/resources/filestorage/resources/scopes/client/Client.js +6 -6
  235. package/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  236. package/api/resources/filestorage/resources/users/client/Client.js +6 -3
  237. package/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  238. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  239. package/api/resources/filestorage/types/AccountDetails.d.ts +2 -0
  240. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  241. package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  242. package/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  243. package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -2
  244. package/api/resources/filestorage/types/Drive.d.ts +1 -1
  245. package/api/resources/filestorage/types/File_.d.ts +1 -1
  246. package/api/resources/filestorage/types/Folder.d.ts +1 -1
  247. package/api/resources/filestorage/types/Group.d.ts +1 -1
  248. package/api/resources/filestorage/types/LanguageEnum.d.ts +12 -0
  249. package/api/resources/filestorage/types/LanguageEnum.js +10 -0
  250. package/api/resources/filestorage/types/User.d.ts +1 -1
  251. package/api/resources/filestorage/types/index.d.ts +1 -0
  252. package/api/resources/filestorage/types/index.js +1 -0
  253. package/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  254. package/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  255. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  256. package/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  257. package/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  258. package/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
  259. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +5 -1
  260. package/api/resources/hris/resources/benefits/client/Client.js +6 -3
  261. package/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +5 -1
  262. package/api/resources/hris/resources/companies/client/Client.js +6 -3
  263. package/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +5 -1
  264. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  265. package/api/resources/hris/resources/dependents/client/Client.js +6 -3
  266. package/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +5 -1
  267. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
  268. package/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +5 -1
  269. package/api/resources/hris/resources/employees/client/Client.js +9 -6
  270. package/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +5 -1
  271. package/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
  272. package/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +5 -1
  273. package/api/resources/hris/resources/employments/client/Client.js +6 -3
  274. package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +5 -1
  275. package/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  276. package/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
  277. package/api/resources/hris/resources/forceResync/client/Client.js +2 -2
  278. package/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  279. package/api/resources/hris/resources/groups/client/Client.js +6 -3
  280. package/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  281. package/api/resources/hris/resources/issues/client/Client.js +2 -2
  282. package/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  283. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  284. package/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  285. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  286. package/api/resources/hris/resources/locations/client/Client.js +6 -3
  287. package/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +5 -1
  288. package/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  289. package/api/resources/hris/resources/payGroups/client/Client.js +6 -3
  290. package/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +5 -1
  291. package/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
  292. package/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -1
  293. package/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  294. package/api/resources/hris/resources/scopes/client/Client.d.ts +3 -3
  295. package/api/resources/hris/resources/scopes/client/Client.js +6 -6
  296. package/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  297. package/api/resources/hris/resources/teams/client/Client.js +6 -3
  298. package/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  299. package/api/resources/hris/resources/timeOff/client/Client.js +8 -5
  300. package/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +5 -1
  301. package/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
  302. package/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +5 -1
  303. package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
  304. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -1
  305. package/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  306. package/api/resources/hris/types/AccountDetails.d.ts +2 -0
  307. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  308. package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  309. package/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  310. package/api/resources/hris/types/AccountIntegration.d.ts +2 -2
  311. package/api/resources/hris/types/BankInfo.d.ts +1 -1
  312. package/api/resources/hris/types/Benefit.d.ts +1 -1
  313. package/api/resources/hris/types/Company.d.ts +1 -1
  314. package/api/resources/hris/types/Deduction.d.ts +1 -1
  315. package/api/resources/hris/types/Dependent.d.ts +1 -1
  316. package/api/resources/hris/types/Earning.d.ts +1 -1
  317. package/api/resources/hris/types/Employee.d.ts +1 -0
  318. package/api/resources/hris/types/EmployeePayrollRun.d.ts +1 -1
  319. package/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
  320. package/api/resources/hris/types/Employment.d.ts +2 -2
  321. package/api/resources/hris/types/Group.d.ts +1 -1
  322. package/api/resources/hris/types/LanguageEnum.d.ts +12 -0
  323. package/api/resources/hris/types/LanguageEnum.js +10 -0
  324. package/api/resources/hris/types/Location.d.ts +1 -1
  325. package/api/resources/hris/types/PayGroup.d.ts +1 -1
  326. package/api/resources/hris/types/PayrollRun.d.ts +1 -1
  327. package/api/resources/hris/types/Tax.d.ts +1 -1
  328. package/api/resources/hris/types/Team.d.ts +1 -1
  329. package/api/resources/hris/types/TimeOff.d.ts +1 -0
  330. package/api/resources/hris/types/TimeOffBalance.d.ts +3 -3
  331. package/api/resources/hris/types/TimesheetEntry.d.ts +1 -1
  332. package/api/resources/hris/types/index.d.ts +1 -0
  333. package/api/resources/hris/types/index.js +1 -0
  334. package/api/resources/index.d.ts +1 -1
  335. package/api/resources/index.js +2 -2
  336. package/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  337. package/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  338. package/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
  339. package/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  340. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  341. package/api/resources/ticketing/resources/attachments/client/Client.js +9 -6
  342. package/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  343. package/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  344. package/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  345. package/api/resources/ticketing/resources/collections/client/Client.js +11 -5
  346. package/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +5 -1
  347. package/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +5 -1
  348. package/api/resources/ticketing/resources/comments/client/Client.js +8 -5
  349. package/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +5 -1
  350. package/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
  351. package/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  352. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  353. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  354. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
  355. package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
  356. package/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  357. package/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  358. package/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  359. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  360. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  361. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  362. package/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  363. package/api/resources/ticketing/resources/projects/client/Client.js +11 -5
  364. package/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +5 -1
  365. package/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +5 -1
  366. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  367. package/api/resources/ticketing/resources/roles/client/Client.js +6 -3
  368. package/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +5 -1
  369. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -3
  370. package/api/resources/ticketing/resources/scopes/client/Client.js +6 -6
  371. package/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  372. package/api/resources/ticketing/resources/tags/client/Client.js +6 -3
  373. package/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  374. package/api/resources/ticketing/resources/teams/client/Client.js +6 -3
  375. package/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  376. package/api/resources/ticketing/resources/tickets/client/Client.js +20 -11
  377. package/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +5 -1
  378. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +5 -1
  379. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +5 -1
  380. package/api/resources/ticketing/resources/users/client/Client.js +6 -3
  381. package/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  382. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  383. package/api/resources/ticketing/types/Account.d.ts +1 -1
  384. package/api/resources/ticketing/types/AccountDetails.d.ts +2 -0
  385. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  386. package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  387. package/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  388. package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -2
  389. package/api/resources/ticketing/types/Attachment.d.ts +1 -0
  390. package/api/resources/ticketing/types/Collection.d.ts +1 -1
  391. package/api/resources/ticketing/types/Comment.d.ts +3 -2
  392. package/api/resources/ticketing/types/CommentContact.d.ts +1 -1
  393. package/api/resources/ticketing/types/CommentRequest.d.ts +2 -2
  394. package/api/resources/ticketing/types/CommentRequestContact.d.ts +1 -1
  395. package/api/resources/ticketing/types/CommentRequestUser.d.ts +1 -1
  396. package/api/resources/ticketing/types/CommentUser.d.ts +1 -1
  397. package/api/resources/ticketing/types/Contact.d.ts +1 -1
  398. package/api/resources/ticketing/types/LanguageEnum.d.ts +12 -0
  399. package/api/resources/ticketing/types/LanguageEnum.js +10 -0
  400. package/api/resources/ticketing/types/Project.d.ts +1 -1
  401. package/api/resources/ticketing/types/Role.d.ts +1 -1
  402. package/api/resources/ticketing/types/Tag.d.ts +1 -1
  403. package/api/resources/ticketing/types/Team.d.ts +1 -1
  404. package/api/resources/ticketing/types/Ticket.d.ts +1 -0
  405. package/api/resources/ticketing/types/User.d.ts +1 -1
  406. package/api/resources/ticketing/types/index.d.ts +1 -0
  407. package/api/resources/ticketing/types/index.js +1 -0
  408. package/dist/Client.d.ts +3 -3
  409. package/dist/Client.js +11 -11
  410. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +1 -1
  411. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +1 -1
  412. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +2 -2
  413. package/dist/api/resources/accounting/resources/accounts/client/Client.js +4 -4
  414. package/dist/api/resources/accounting/resources/addresses/client/Client.js +1 -1
  415. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +2 -2
  416. package/dist/api/resources/accounting/resources/attachments/client/Client.js +4 -4
  417. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +1 -1
  418. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +1 -1
  419. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +2 -2
  420. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +2 -2
  421. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +2 -2
  422. package/dist/api/resources/accounting/resources/contacts/client/Client.js +5 -5
  423. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +2 -2
  424. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  425. package/dist/api/resources/accounting/resources/expenses/client/Client.js +6 -6
  426. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +6 -6
  427. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +1 -1
  428. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +1 -1
  429. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +2 -2
  430. package/dist/api/resources/accounting/resources/invoices/client/Client.js +8 -8
  431. package/dist/api/resources/accounting/resources/issues/client/Client.js +2 -2
  432. package/dist/api/resources/accounting/resources/items/client/Client.js +2 -2
  433. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +6 -6
  434. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +1 -1
  435. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +1 -1
  436. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +1 -1
  437. package/dist/api/resources/accounting/resources/payments/client/Client.js +8 -8
  438. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +1 -1
  439. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +6 -6
  440. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +1 -1
  441. package/dist/api/resources/accounting/resources/scopes/client/Client.js +3 -3
  442. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +1 -1
  443. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +2 -2
  444. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +2 -2
  445. package/dist/api/resources/accounting/resources/transactions/client/Client.js +2 -2
  446. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +2 -2
  447. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +2 -2
  448. package/dist/api/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  449. package/dist/api/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  450. package/dist/api/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  451. package/dist/api/resources/accounting/types/ReportItem.d.ts +2 -0
  452. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +1 -1
  453. package/dist/api/resources/ats/resources/accountToken/client/Client.js +1 -1
  454. package/dist/api/resources/ats/resources/activities/client/Client.js +8 -5
  455. package/dist/api/resources/ats/resources/activities/client/requests/ActivitiesListRequest.d.ts +5 -1
  456. package/dist/api/resources/ats/resources/applications/client/Client.js +9 -6
  457. package/dist/api/resources/ats/resources/applications/client/requests/ApplicationsListRequest.d.ts +5 -1
  458. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +2 -2
  459. package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -5
  460. package/dist/api/resources/ats/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  461. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +1 -1
  462. package/dist/api/resources/ats/resources/availableActions/client/Client.js +1 -1
  463. package/dist/api/resources/ats/resources/candidates/client/Client.js +11 -8
  464. package/dist/api/resources/ats/resources/candidates/client/requests/CandidatesListRequest.d.ts +5 -1
  465. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  466. package/dist/api/resources/ats/resources/departments/client/Client.js +6 -3
  467. package/dist/api/resources/ats/resources/departments/client/requests/DepartmentsListRequest.d.ts +5 -1
  468. package/dist/api/resources/ats/resources/eeocs/client/Client.js +6 -3
  469. package/dist/api/resources/ats/resources/eeocs/client/requests/EeocsListRequest.d.ts +5 -1
  470. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +6 -6
  471. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +1 -1
  472. package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -2
  473. package/dist/api/resources/ats/resources/generateKey/client/Client.js +1 -1
  474. package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -5
  475. package/dist/api/resources/ats/resources/interviews/client/requests/InterviewsListRequest.d.ts +5 -1
  476. package/dist/api/resources/ats/resources/issues/client/Client.js +2 -2
  477. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +6 -3
  478. package/dist/api/resources/ats/resources/jobInterviewStages/client/requests/JobInterviewStagesListRequest.d.ts +5 -1
  479. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +6 -3
  480. package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +5 -1
  481. package/dist/api/resources/ats/resources/jobs/client/Client.js +11 -5
  482. package/dist/api/resources/ats/resources/jobs/client/requests/JobsListRequest.d.ts +5 -1
  483. package/dist/api/resources/ats/resources/jobs/client/requests/JobsScreeningQuestionsListRequest.d.ts +5 -1
  484. package/dist/api/resources/ats/resources/linkToken/client/Client.js +1 -1
  485. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  486. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +1 -1
  487. package/dist/api/resources/ats/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  488. package/dist/api/resources/ats/resources/offers/client/Client.js +6 -3
  489. package/dist/api/resources/ats/resources/offers/client/requests/OffersListRequest.d.ts +5 -1
  490. package/dist/api/resources/ats/resources/offices/client/Client.js +6 -3
  491. package/dist/api/resources/ats/resources/offices/client/requests/OfficesListRequest.d.ts +5 -1
  492. package/dist/api/resources/ats/resources/passthrough/client/Client.js +1 -1
  493. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +1 -1
  494. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +6 -3
  495. package/dist/api/resources/ats/resources/rejectReasons/client/requests/RejectReasonsListRequest.d.ts +5 -1
  496. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +3 -3
  497. package/dist/api/resources/ats/resources/scopes/client/Client.js +6 -6
  498. package/dist/api/resources/ats/resources/scorecards/client/Client.js +6 -3
  499. package/dist/api/resources/ats/resources/scorecards/client/requests/ScorecardsListRequest.d.ts +5 -1
  500. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +1 -1
  501. package/dist/api/resources/ats/resources/tags/client/Client.js +5 -2
  502. package/dist/api/resources/ats/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  503. package/dist/api/resources/ats/resources/users/client/Client.js +6 -3
  504. package/dist/api/resources/ats/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  505. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +2 -2
  506. package/dist/api/resources/ats/types/AccountDetails.d.ts +2 -0
  507. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  508. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  509. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  510. package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -2
  511. package/dist/api/resources/ats/types/Activity.d.ts +1 -1
  512. package/dist/api/resources/ats/types/Application.d.ts +1 -0
  513. package/dist/api/resources/ats/types/Attachment.d.ts +1 -0
  514. package/dist/api/resources/ats/types/Candidate.d.ts +1 -0
  515. package/dist/api/resources/ats/types/Department.d.ts +1 -1
  516. package/dist/api/resources/ats/types/Eeoc.d.ts +1 -1
  517. package/dist/api/resources/ats/types/EmailAddress.d.ts +1 -1
  518. package/dist/api/resources/ats/types/Job.d.ts +1 -1
  519. package/dist/api/resources/ats/types/JobInterviewStage.d.ts +1 -1
  520. package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
  521. package/dist/api/resources/ats/types/LanguageEnum.d.ts +12 -0
  522. package/dist/api/resources/ats/types/LanguageEnum.js +10 -0
  523. package/dist/api/resources/ats/types/Offer.d.ts +1 -1
  524. package/dist/api/resources/ats/types/Office.d.ts +1 -1
  525. package/dist/api/resources/ats/types/PhoneNumber.d.ts +1 -1
  526. package/dist/api/resources/ats/types/RejectReason.d.ts +1 -1
  527. package/dist/api/resources/ats/types/RemoteUser.d.ts +1 -1
  528. package/dist/api/resources/ats/types/ScheduledInterview.d.ts +1 -1
  529. package/dist/api/resources/ats/types/Scorecard.d.ts +1 -1
  530. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +1 -1
  531. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +1 -1
  532. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +1 -1
  533. package/dist/api/resources/ats/types/Tag.d.ts +1 -1
  534. package/dist/api/resources/ats/types/Url.d.ts +1 -1
  535. package/dist/api/resources/ats/types/index.d.ts +1 -0
  536. package/dist/api/resources/ats/types/index.js +1 -0
  537. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +1 -1
  538. package/dist/api/resources/crm/resources/accountToken/client/Client.js +1 -1
  539. package/dist/api/resources/crm/resources/accounts/client/Client.js +15 -9
  540. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  541. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +5 -1
  542. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -5
  543. package/dist/api/resources/crm/resources/associationTypes/client/requests/CustomObjectClassesAssociationTypesListRequest.d.ts +5 -1
  544. package/dist/api/resources/crm/resources/associations/client/Client.js +6 -3
  545. package/dist/api/resources/crm/resources/associations/client/requests/CustomObjectClassesCustomObjectsAssociationsListRequest.d.ts +5 -1
  546. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +2 -2
  547. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +1 -1
  548. package/dist/api/resources/crm/resources/availableActions/client/Client.js +1 -1
  549. package/dist/api/resources/crm/resources/contacts/client/Client.js +16 -10
  550. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  551. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +5 -1
  552. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +6 -3
  553. package/dist/api/resources/crm/resources/customObjectClasses/client/requests/CustomObjectClassesListRequest.d.ts +5 -1
  554. package/dist/api/resources/crm/resources/customObjects/client/Client.js +13 -7
  555. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsListRequest.d.ts +5 -1
  556. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +5 -1
  557. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  558. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +11 -5
  559. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesListRequest.d.ts +5 -1
  560. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +5 -1
  561. package/dist/api/resources/crm/resources/engagements/client/Client.js +15 -9
  562. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsListRequest.d.ts +5 -1
  563. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +5 -1
  564. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +6 -6
  565. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +1 -1
  566. package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -2
  567. package/dist/api/resources/crm/resources/generateKey/client/Client.js +1 -1
  568. package/dist/api/resources/crm/resources/issues/client/Client.js +2 -2
  569. package/dist/api/resources/crm/resources/leads/client/Client.js +13 -7
  570. package/dist/api/resources/crm/resources/leads/client/requests/LeadsListRequest.d.ts +5 -1
  571. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +5 -1
  572. package/dist/api/resources/crm/resources/linkToken/client/Client.js +1 -1
  573. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  574. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +1 -1
  575. package/dist/api/resources/crm/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  576. package/dist/api/resources/crm/resources/notes/client/Client.js +13 -7
  577. package/dist/api/resources/crm/resources/notes/client/requests/NotesListRequest.d.ts +5 -1
  578. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +5 -1
  579. package/dist/api/resources/crm/resources/opportunities/client/Client.js +15 -9
  580. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +5 -1
  581. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +5 -1
  582. package/dist/api/resources/crm/resources/passthrough/client/Client.js +1 -1
  583. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +1 -1
  584. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +3 -3
  585. package/dist/api/resources/crm/resources/scopes/client/Client.js +6 -6
  586. package/dist/api/resources/crm/resources/stages/client/Client.js +11 -5
  587. package/dist/api/resources/crm/resources/stages/client/requests/StagesListRequest.d.ts +5 -1
  588. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +5 -1
  589. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +1 -1
  590. package/dist/api/resources/crm/resources/tasks/client/Client.js +15 -9
  591. package/dist/api/resources/crm/resources/tasks/client/requests/TasksListRequest.d.ts +5 -1
  592. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +5 -1
  593. package/dist/api/resources/crm/resources/users/client/Client.js +12 -6
  594. package/dist/api/resources/crm/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  595. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +5 -1
  596. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +2 -2
  597. package/dist/api/resources/crm/types/Account.d.ts +1 -0
  598. package/dist/api/resources/crm/types/AccountDetails.d.ts +2 -0
  599. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  600. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  601. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  602. package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -2
  603. package/dist/api/resources/crm/types/Contact.d.ts +1 -0
  604. package/dist/api/resources/crm/types/Engagement.d.ts +1 -1
  605. package/dist/api/resources/crm/types/LanguageEnum.d.ts +12 -0
  606. package/dist/api/resources/crm/types/LanguageEnum.js +10 -0
  607. package/dist/api/resources/crm/types/Lead.d.ts +1 -0
  608. package/dist/api/resources/crm/types/Note.d.ts +1 -0
  609. package/dist/api/resources/crm/types/Opportunity.d.ts +1 -0
  610. package/dist/api/resources/crm/types/Stage.d.ts +1 -1
  611. package/dist/api/resources/crm/types/Task.d.ts +1 -1
  612. package/dist/api/resources/crm/types/User.d.ts +1 -1
  613. package/dist/api/resources/crm/types/index.d.ts +1 -0
  614. package/dist/api/resources/crm/types/index.js +1 -0
  615. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +1 -1
  616. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +1 -1
  617. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +2 -2
  618. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +1 -1
  619. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +1 -1
  620. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  621. package/dist/api/resources/filestorage/resources/drives/client/Client.js +6 -3
  622. package/dist/api/resources/filestorage/resources/drives/client/requests/DrivesListRequest.d.ts +5 -1
  623. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +6 -6
  624. package/dist/api/resources/filestorage/resources/files/client/Client.js +9 -6
  625. package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +5 -1
  626. package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -5
  627. package/dist/api/resources/filestorage/resources/folders/client/requests/FoldersListRequest.d.ts +5 -1
  628. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +1 -1
  629. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -2
  630. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +1 -1
  631. package/dist/api/resources/filestorage/resources/groups/client/Client.js +6 -3
  632. package/dist/api/resources/filestorage/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  633. package/dist/api/resources/filestorage/resources/issues/client/Client.js +2 -2
  634. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +1 -1
  635. package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  636. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +1 -1
  637. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  638. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +1 -1
  639. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +1 -1
  640. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -3
  641. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +6 -6
  642. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +1 -1
  643. package/dist/api/resources/filestorage/resources/users/client/Client.js +6 -3
  644. package/dist/api/resources/filestorage/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  645. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +2 -2
  646. package/dist/api/resources/filestorage/types/AccountDetails.d.ts +2 -0
  647. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  648. package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  649. package/dist/api/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  650. package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -2
  651. package/dist/api/resources/filestorage/types/Drive.d.ts +1 -1
  652. package/dist/api/resources/filestorage/types/File_.d.ts +1 -1
  653. package/dist/api/resources/filestorage/types/Folder.d.ts +1 -1
  654. package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
  655. package/dist/api/resources/filestorage/types/LanguageEnum.d.ts +12 -0
  656. package/dist/api/resources/filestorage/types/LanguageEnum.js +10 -0
  657. package/dist/api/resources/filestorage/types/User.d.ts +1 -1
  658. package/dist/api/resources/filestorage/types/index.d.ts +1 -0
  659. package/dist/api/resources/filestorage/types/index.js +1 -0
  660. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +1 -1
  661. package/dist/api/resources/hris/resources/accountToken/client/Client.js +1 -1
  662. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +2 -2
  663. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +1 -1
  664. package/dist/api/resources/hris/resources/availableActions/client/Client.js +1 -1
  665. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +6 -3
  666. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +5 -1
  667. package/dist/api/resources/hris/resources/benefits/client/Client.js +6 -3
  668. package/dist/api/resources/hris/resources/benefits/client/requests/BenefitsListRequest.d.ts +5 -1
  669. package/dist/api/resources/hris/resources/companies/client/Client.js +6 -3
  670. package/dist/api/resources/hris/resources/companies/client/requests/CompaniesListRequest.d.ts +5 -1
  671. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  672. package/dist/api/resources/hris/resources/dependents/client/Client.js +6 -3
  673. package/dist/api/resources/hris/resources/dependents/client/requests/DependentsListRequest.d.ts +5 -1
  674. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +6 -3
  675. package/dist/api/resources/hris/resources/employeePayrollRuns/client/requests/EmployeePayrollRunsListRequest.d.ts +5 -1
  676. package/dist/api/resources/hris/resources/employees/client/Client.js +9 -6
  677. package/dist/api/resources/hris/resources/employees/client/requests/EmployeesListRequest.d.ts +5 -1
  678. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +6 -3
  679. package/dist/api/resources/hris/resources/employerBenefits/client/requests/EmployerBenefitsListRequest.d.ts +5 -1
  680. package/dist/api/resources/hris/resources/employments/client/Client.js +6 -3
  681. package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +5 -1
  682. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +6 -6
  683. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +1 -1
  684. package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -2
  685. package/dist/api/resources/hris/resources/generateKey/client/Client.js +1 -1
  686. package/dist/api/resources/hris/resources/groups/client/Client.js +6 -3
  687. package/dist/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +5 -1
  688. package/dist/api/resources/hris/resources/issues/client/Client.js +2 -2
  689. package/dist/api/resources/hris/resources/linkToken/client/Client.js +1 -1
  690. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  691. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +1 -1
  692. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  693. package/dist/api/resources/hris/resources/locations/client/Client.js +6 -3
  694. package/dist/api/resources/hris/resources/locations/client/requests/LocationsListRequest.d.ts +5 -1
  695. package/dist/api/resources/hris/resources/passthrough/client/Client.js +1 -1
  696. package/dist/api/resources/hris/resources/payGroups/client/Client.js +6 -3
  697. package/dist/api/resources/hris/resources/payGroups/client/requests/PayGroupsListRequest.d.ts +5 -1
  698. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +6 -3
  699. package/dist/api/resources/hris/resources/payrollRuns/client/requests/PayrollRunsListRequest.d.ts +5 -1
  700. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +1 -1
  701. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +3 -3
  702. package/dist/api/resources/hris/resources/scopes/client/Client.js +6 -6
  703. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +1 -1
  704. package/dist/api/resources/hris/resources/teams/client/Client.js +6 -3
  705. package/dist/api/resources/hris/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  706. package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -5
  707. package/dist/api/resources/hris/resources/timeOff/client/requests/TimeOffListRequest.d.ts +5 -1
  708. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +6 -3
  709. package/dist/api/resources/hris/resources/timeOffBalances/client/requests/TimeOffBalancesListRequest.d.ts +5 -1
  710. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -5
  711. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -1
  712. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +2 -2
  713. package/dist/api/resources/hris/types/AccountDetails.d.ts +2 -0
  714. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  715. package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  716. package/dist/api/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  717. package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -2
  718. package/dist/api/resources/hris/types/BankInfo.d.ts +1 -1
  719. package/dist/api/resources/hris/types/Benefit.d.ts +1 -1
  720. package/dist/api/resources/hris/types/Company.d.ts +1 -1
  721. package/dist/api/resources/hris/types/Deduction.d.ts +1 -1
  722. package/dist/api/resources/hris/types/Dependent.d.ts +1 -1
  723. package/dist/api/resources/hris/types/Earning.d.ts +1 -1
  724. package/dist/api/resources/hris/types/Employee.d.ts +1 -0
  725. package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +1 -1
  726. package/dist/api/resources/hris/types/EmployerBenefit.d.ts +1 -1
  727. package/dist/api/resources/hris/types/Employment.d.ts +2 -2
  728. package/dist/api/resources/hris/types/Group.d.ts +1 -1
  729. package/dist/api/resources/hris/types/LanguageEnum.d.ts +12 -0
  730. package/dist/api/resources/hris/types/LanguageEnum.js +10 -0
  731. package/dist/api/resources/hris/types/Location.d.ts +1 -1
  732. package/dist/api/resources/hris/types/PayGroup.d.ts +1 -1
  733. package/dist/api/resources/hris/types/PayrollRun.d.ts +1 -1
  734. package/dist/api/resources/hris/types/Tax.d.ts +1 -1
  735. package/dist/api/resources/hris/types/Team.d.ts +1 -1
  736. package/dist/api/resources/hris/types/TimeOff.d.ts +1 -0
  737. package/dist/api/resources/hris/types/TimeOffBalance.d.ts +3 -3
  738. package/dist/api/resources/hris/types/TimesheetEntry.d.ts +1 -1
  739. package/dist/api/resources/hris/types/index.d.ts +1 -0
  740. package/dist/api/resources/hris/types/index.js +1 -0
  741. package/dist/api/resources/index.d.ts +1 -1
  742. package/dist/api/resources/index.js +2 -2
  743. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +1 -1
  744. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +1 -1
  745. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +6 -3
  746. package/dist/api/resources/ticketing/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  747. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +2 -2
  748. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +9 -6
  749. package/dist/api/resources/ticketing/resources/attachments/client/requests/AttachmentsListRequest.d.ts +5 -1
  750. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +1 -1
  751. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +1 -1
  752. package/dist/api/resources/ticketing/resources/collections/client/Client.js +11 -5
  753. package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsListRequest.d.ts +5 -1
  754. package/dist/api/resources/ticketing/resources/collections/client/requests/CollectionsUsersListRequest.d.ts +5 -1
  755. package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -5
  756. package/dist/api/resources/ticketing/resources/comments/client/requests/CommentsListRequest.d.ts +5 -1
  757. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -5
  758. package/dist/api/resources/ticketing/resources/contacts/client/requests/ContactsListRequest.d.ts +5 -1
  759. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  760. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +6 -6
  761. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +1 -1
  762. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -2
  763. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +1 -1
  764. package/dist/api/resources/ticketing/resources/issues/client/Client.js +2 -2
  765. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +1 -1
  766. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +7 -2
  767. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +1 -1
  768. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  769. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +1 -1
  770. package/dist/api/resources/ticketing/resources/projects/client/Client.js +11 -5
  771. package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsListRequest.d.ts +5 -1
  772. package/dist/api/resources/ticketing/resources/projects/client/requests/ProjectsUsersListRequest.d.ts +5 -1
  773. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +1 -1
  774. package/dist/api/resources/ticketing/resources/roles/client/Client.js +6 -3
  775. package/dist/api/resources/ticketing/resources/roles/client/requests/RolesListRequest.d.ts +5 -1
  776. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -3
  777. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +6 -6
  778. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +1 -1
  779. package/dist/api/resources/ticketing/resources/tags/client/Client.js +6 -3
  780. package/dist/api/resources/ticketing/resources/tags/client/requests/TagsListRequest.d.ts +5 -1
  781. package/dist/api/resources/ticketing/resources/teams/client/Client.js +6 -3
  782. package/dist/api/resources/ticketing/resources/teams/client/requests/TeamsListRequest.d.ts +5 -1
  783. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +20 -11
  784. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsCollaboratorsListRequest.d.ts +5 -1
  785. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +5 -1
  786. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +5 -1
  787. package/dist/api/resources/ticketing/resources/users/client/Client.js +6 -3
  788. package/dist/api/resources/ticketing/resources/users/client/requests/UsersListRequest.d.ts +5 -1
  789. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +2 -2
  790. package/dist/api/resources/ticketing/types/Account.d.ts +1 -1
  791. package/dist/api/resources/ticketing/types/AccountDetails.d.ts +2 -0
  792. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  793. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +3 -1
  794. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -0
  795. package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -2
  796. package/dist/api/resources/ticketing/types/Attachment.d.ts +1 -0
  797. package/dist/api/resources/ticketing/types/Collection.d.ts +1 -1
  798. package/dist/api/resources/ticketing/types/Comment.d.ts +3 -2
  799. package/dist/api/resources/ticketing/types/CommentContact.d.ts +1 -1
  800. package/dist/api/resources/ticketing/types/CommentRequest.d.ts +2 -2
  801. package/dist/api/resources/ticketing/types/CommentRequestContact.d.ts +1 -1
  802. package/dist/api/resources/ticketing/types/CommentRequestUser.d.ts +1 -1
  803. package/dist/api/resources/ticketing/types/CommentUser.d.ts +1 -1
  804. package/dist/api/resources/ticketing/types/Contact.d.ts +1 -1
  805. package/dist/api/resources/ticketing/types/LanguageEnum.d.ts +12 -0
  806. package/dist/api/resources/ticketing/types/LanguageEnum.js +10 -0
  807. package/dist/api/resources/ticketing/types/Project.d.ts +1 -1
  808. package/dist/api/resources/ticketing/types/Role.d.ts +1 -1
  809. package/dist/api/resources/ticketing/types/Tag.d.ts +1 -1
  810. package/dist/api/resources/ticketing/types/Team.d.ts +1 -1
  811. package/dist/api/resources/ticketing/types/Ticket.d.ts +1 -0
  812. package/dist/api/resources/ticketing/types/User.d.ts +1 -1
  813. package/dist/api/resources/ticketing/types/index.d.ts +1 -0
  814. package/dist/api/resources/ticketing/types/index.js +1 -0
  815. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  816. package/dist/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  817. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  818. package/dist/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  819. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  820. package/dist/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  821. package/dist/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
  822. package/dist/serialization/resources/accounting/types/ReportItem.js +1 -0
  823. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  824. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  825. package/dist/serialization/resources/ats/types/AccountDetails.d.ts +1 -0
  826. package/dist/serialization/resources/ats/types/AccountDetails.js +1 -0
  827. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  828. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +1 -0
  829. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  830. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  831. package/dist/serialization/resources/ats/types/LanguageEnum.d.ts +10 -0
  832. package/dist/serialization/resources/ats/types/LanguageEnum.js +31 -0
  833. package/dist/serialization/resources/ats/types/index.d.ts +1 -0
  834. package/dist/serialization/resources/ats/types/index.js +1 -0
  835. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  836. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  837. package/dist/serialization/resources/crm/types/AccountDetails.d.ts +1 -0
  838. package/dist/serialization/resources/crm/types/AccountDetails.js +1 -0
  839. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  840. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
  841. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  842. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  843. package/dist/serialization/resources/crm/types/LanguageEnum.d.ts +10 -0
  844. package/dist/serialization/resources/crm/types/LanguageEnum.js +31 -0
  845. package/dist/serialization/resources/crm/types/index.d.ts +1 -0
  846. package/dist/serialization/resources/crm/types/index.js +1 -0
  847. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  848. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  849. package/dist/serialization/resources/filestorage/types/AccountDetails.d.ts +1 -0
  850. package/dist/serialization/resources/filestorage/types/AccountDetails.js +1 -0
  851. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  852. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  853. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  854. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  855. package/dist/serialization/resources/filestorage/types/LanguageEnum.d.ts +10 -0
  856. package/dist/serialization/resources/filestorage/types/LanguageEnum.js +31 -0
  857. package/dist/serialization/resources/filestorage/types/index.d.ts +1 -0
  858. package/dist/serialization/resources/filestorage/types/index.js +1 -0
  859. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  860. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  861. package/dist/serialization/resources/hris/types/AccountDetails.d.ts +1 -0
  862. package/dist/serialization/resources/hris/types/AccountDetails.js +1 -0
  863. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  864. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +1 -0
  865. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  866. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  867. package/dist/serialization/resources/hris/types/LanguageEnum.d.ts +10 -0
  868. package/dist/serialization/resources/hris/types/LanguageEnum.js +31 -0
  869. package/dist/serialization/resources/hris/types/index.d.ts +1 -0
  870. package/dist/serialization/resources/hris/types/index.js +1 -0
  871. package/dist/serialization/resources/index.d.ts +1 -1
  872. package/dist/serialization/resources/index.js +2 -2
  873. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  874. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  875. package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +1 -0
  876. package/dist/serialization/resources/ticketing/types/AccountDetails.js +1 -0
  877. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  878. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +1 -0
  879. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  880. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  881. package/dist/serialization/resources/ticketing/types/LanguageEnum.d.ts +10 -0
  882. package/dist/serialization/resources/ticketing/types/LanguageEnum.js +31 -0
  883. package/dist/serialization/resources/ticketing/types/index.d.ts +1 -0
  884. package/dist/serialization/resources/ticketing/types/index.js +1 -0
  885. package/package.json +1 -1
  886. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.d.ts +1 -0
  887. package/serialization/resources/accounting/types/ExternalTargetFieldApiResponse.js +3 -0
  888. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.d.ts +1 -0
  889. package/serialization/resources/accounting/types/FieldMappingApiInstanceResponse.js +3 -0
  890. package/serialization/resources/accounting/types/RemoteFieldApiResponse.d.ts +1 -0
  891. package/serialization/resources/accounting/types/RemoteFieldApiResponse.js +3 -0
  892. package/serialization/resources/accounting/types/ReportItem.d.ts +1 -0
  893. package/serialization/resources/accounting/types/ReportItem.js +1 -0
  894. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  895. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  896. package/serialization/resources/ats/types/AccountDetails.d.ts +1 -0
  897. package/serialization/resources/ats/types/AccountDetails.js +1 -0
  898. package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +1 -0
  899. package/serialization/resources/ats/types/AccountDetailsAndActions.js +1 -0
  900. package/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  901. package/serialization/resources/ats/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  902. package/serialization/resources/ats/types/LanguageEnum.d.ts +10 -0
  903. package/serialization/resources/ats/types/LanguageEnum.js +31 -0
  904. package/serialization/resources/ats/types/index.d.ts +1 -0
  905. package/serialization/resources/ats/types/index.js +1 -0
  906. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  907. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  908. package/serialization/resources/crm/types/AccountDetails.d.ts +1 -0
  909. package/serialization/resources/crm/types/AccountDetails.js +1 -0
  910. package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +1 -0
  911. package/serialization/resources/crm/types/AccountDetailsAndActions.js +1 -0
  912. package/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  913. package/serialization/resources/crm/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  914. package/serialization/resources/crm/types/LanguageEnum.d.ts +10 -0
  915. package/serialization/resources/crm/types/LanguageEnum.js +31 -0
  916. package/serialization/resources/crm/types/index.d.ts +1 -0
  917. package/serialization/resources/crm/types/index.js +1 -0
  918. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  919. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  920. package/serialization/resources/filestorage/types/AccountDetails.d.ts +1 -0
  921. package/serialization/resources/filestorage/types/AccountDetails.js +1 -0
  922. package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  923. package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  924. package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  925. package/serialization/resources/filestorage/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  926. package/serialization/resources/filestorage/types/LanguageEnum.d.ts +10 -0
  927. package/serialization/resources/filestorage/types/LanguageEnum.js +31 -0
  928. package/serialization/resources/filestorage/types/index.d.ts +1 -0
  929. package/serialization/resources/filestorage/types/index.js +1 -0
  930. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  931. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -1
  932. package/serialization/resources/hris/types/AccountDetails.d.ts +1 -0
  933. package/serialization/resources/hris/types/AccountDetails.js +1 -0
  934. package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +1 -0
  935. package/serialization/resources/hris/types/AccountDetailsAndActions.js +1 -0
  936. package/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  937. package/serialization/resources/hris/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  938. package/serialization/resources/hris/types/LanguageEnum.d.ts +10 -0
  939. package/serialization/resources/hris/types/LanguageEnum.js +31 -0
  940. package/serialization/resources/hris/types/index.d.ts +1 -0
  941. package/serialization/resources/hris/types/index.js +1 -0
  942. package/serialization/resources/index.d.ts +1 -1
  943. package/serialization/resources/index.js +2 -2
  944. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  945. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +3 -1
  946. package/serialization/resources/ticketing/types/AccountDetails.d.ts +1 -0
  947. package/serialization/resources/ticketing/types/AccountDetails.js +1 -0
  948. package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +1 -0
  949. package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +1 -0
  950. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.d.ts +1 -1
  951. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatusEnum.js +1 -1
  952. package/serialization/resources/ticketing/types/LanguageEnum.d.ts +10 -0
  953. package/serialization/resources/ticketing/types/LanguageEnum.js +31 -0
  954. package/serialization/resources/ticketing/types/index.d.ts +1 -0
  955. package/serialization/resources/ticketing/types/index.js +1 -0
@@ -19,21 +19,21 @@ export declare class Scopes {
19
19
  protected readonly _options: Scopes.Options;
20
20
  constructor(_options: Scopes.Options);
21
21
  /**
22
- * Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/8828211-common-model-and-field-scopes).
22
+ * Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes).
23
23
  *
24
24
  * @example
25
25
  * await merge.ticketing.scopes.defaultScopesRetrieve()
26
26
  */
27
27
  defaultScopesRetrieve(requestOptions?: Scopes.RequestOptions): Promise<Merge.ticketing.CommonModelScopeApi>;
28
28
  /**
29
- * Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/8828211-common-model-and-field-scopes).
29
+ * Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes).
30
30
  *
31
31
  * @example
32
32
  * await merge.ticketing.scopes.linkedAccountScopesRetrieve()
33
33
  */
34
34
  linkedAccountScopesRetrieve(requestOptions?: Scopes.RequestOptions): Promise<Merge.ticketing.CommonModelScopeApi>;
35
35
  /**
36
- * Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/8828211-common-model-and-field-scopes)
36
+ * Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes)
37
37
  *
38
38
  * @example
39
39
  * await merge.ticketing.scopes.linkedAccountScopesCreate({
@@ -49,7 +49,7 @@ class Scopes {
49
49
  this._options = _options;
50
50
  }
51
51
  /**
52
- * Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/8828211-common-model-and-field-scopes).
52
+ * Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes).
53
53
  *
54
54
  * @example
55
55
  * await merge.ticketing.scopes.defaultScopesRetrieve()
@@ -67,7 +67,7 @@ class Scopes {
67
67
  : undefined,
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
70
- "X-Fern-SDK-Version": "1.0.10",
70
+ "X-Fern-SDK-Version": "1.0.11",
71
71
  },
72
72
  contentType: "application/json",
73
73
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -104,7 +104,7 @@ class Scopes {
104
104
  });
105
105
  }
106
106
  /**
107
- * Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/8828211-common-model-and-field-scopes).
107
+ * Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes).
108
108
  *
109
109
  * @example
110
110
  * await merge.ticketing.scopes.linkedAccountScopesRetrieve()
@@ -122,7 +122,7 @@ class Scopes {
122
122
  : undefined,
123
123
  "X-Fern-Language": "JavaScript",
124
124
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
125
- "X-Fern-SDK-Version": "1.0.10",
125
+ "X-Fern-SDK-Version": "1.0.11",
126
126
  },
127
127
  contentType: "application/json",
128
128
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -159,7 +159,7 @@ class Scopes {
159
159
  });
160
160
  }
161
161
  /**
162
- * Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/8828211-common-model-and-field-scopes)
162
+ * Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes)
163
163
  *
164
164
  * @example
165
165
  * await merge.ticketing.scopes.linkedAccountScopesCreate({
@@ -196,7 +196,7 @@ class Scopes {
196
196
  : undefined,
197
197
  "X-Fern-Language": "JavaScript",
198
198
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
199
- "X-Fern-SDK-Version": "1.0.10",
199
+ "X-Fern-SDK-Version": "1.0.11",
200
200
  },
201
201
  contentType: "application/json",
202
202
  body: yield serializers.ticketing.LinkedAccountCommonModelScopeDeserializerRequest.jsonOrThrow(request, {
@@ -75,7 +75,7 @@ class SyncStatus {
75
75
  : undefined,
76
76
  "X-Fern-Language": "JavaScript",
77
77
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
78
- "X-Fern-SDK-Version": "1.0.10",
78
+ "X-Fern-SDK-Version": "1.0.11",
79
79
  },
80
80
  contentType: "application/json",
81
81
  queryParameters: _queryParams,
@@ -57,7 +57,7 @@ class Tags {
57
57
  list(request = {}, requestOptions) {
58
58
  var _a;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
60
+ const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
62
62
  if (createdAfter != null) {
63
63
  _queryParams["created_after"] = createdAfter.toISOString();
@@ -74,6 +74,9 @@ class Tags {
74
74
  if (includeRemoteData != null) {
75
75
  _queryParams["include_remote_data"] = includeRemoteData.toString();
76
76
  }
77
+ if (includeShellData != null) {
78
+ _queryParams["include_shell_data"] = includeShellData.toString();
79
+ }
77
80
  if (modifiedAfter != null) {
78
81
  _queryParams["modified_after"] = modifiedAfter.toISOString();
79
82
  }
@@ -96,7 +99,7 @@ class Tags {
96
99
  : undefined,
97
100
  "X-Fern-Language": "JavaScript",
98
101
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
99
- "X-Fern-SDK-Version": "1.0.10",
102
+ "X-Fern-SDK-Version": "1.0.11",
100
103
  },
101
104
  contentType: "application/json",
102
105
  queryParameters: _queryParams,
@@ -157,7 +160,7 @@ class Tags {
157
160
  : undefined,
158
161
  "X-Fern-Language": "JavaScript",
159
162
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
160
- "X-Fern-SDK-Version": "1.0.10",
163
+ "X-Fern-SDK-Version": "1.0.11",
161
164
  },
162
165
  contentType: "application/json",
163
166
  queryParameters: _queryParams,
@@ -19,13 +19,17 @@ export interface TagsListRequest {
19
19
  */
20
20
  cursor?: string;
21
21
  /**
22
- * Whether to include data that was marked as deleted by third party webhooks.
22
+ * 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/).
23
23
  */
24
24
  includeDeletedData?: boolean;
25
25
  /**
26
26
  * Whether to include the original data Merge fetched from the third-party to produce these models.
27
27
  */
28
28
  includeRemoteData?: boolean;
29
+ /**
30
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
31
+ */
32
+ includeShellData?: boolean;
29
33
  /**
30
34
  * If provided, only objects synced by Merge after this date time will be returned.
31
35
  */
@@ -57,7 +57,7 @@ class Teams {
57
57
  list(request = {}, requestOptions) {
58
58
  var _a;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
60
+ const { createdAfter, createdBefore, cursor, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
62
62
  if (createdAfter != null) {
63
63
  _queryParams["created_after"] = createdAfter.toISOString();
@@ -74,6 +74,9 @@ class Teams {
74
74
  if (includeRemoteData != null) {
75
75
  _queryParams["include_remote_data"] = includeRemoteData.toString();
76
76
  }
77
+ if (includeShellData != null) {
78
+ _queryParams["include_shell_data"] = includeShellData.toString();
79
+ }
77
80
  if (modifiedAfter != null) {
78
81
  _queryParams["modified_after"] = modifiedAfter.toISOString();
79
82
  }
@@ -96,7 +99,7 @@ class Teams {
96
99
  : undefined,
97
100
  "X-Fern-Language": "JavaScript",
98
101
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
99
- "X-Fern-SDK-Version": "1.0.10",
102
+ "X-Fern-SDK-Version": "1.0.11",
100
103
  },
101
104
  contentType: "application/json",
102
105
  queryParameters: _queryParams,
@@ -157,7 +160,7 @@ class Teams {
157
160
  : undefined,
158
161
  "X-Fern-Language": "JavaScript",
159
162
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
160
- "X-Fern-SDK-Version": "1.0.10",
163
+ "X-Fern-SDK-Version": "1.0.11",
161
164
  },
162
165
  contentType: "application/json",
163
166
  queryParameters: _queryParams,
@@ -19,13 +19,17 @@ export interface TeamsListRequest {
19
19
  */
20
20
  cursor?: string;
21
21
  /**
22
- * Whether to include data that was marked as deleted by third party webhooks.
22
+ * 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/).
23
23
  */
24
24
  includeDeletedData?: boolean;
25
25
  /**
26
26
  * Whether to include the original data Merge fetched from the third-party to produce these models.
27
27
  */
28
28
  includeRemoteData?: boolean;
29
+ /**
30
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
31
+ */
32
+ includeShellData?: boolean;
29
33
  /**
30
34
  * If provided, only objects synced by Merge after this date time will be returned.
31
35
  */
@@ -68,7 +68,7 @@ class Tickets {
68
68
  list(request = {}, requestOptions) {
69
69
  var _a;
70
70
  return __awaiter(this, void 0, void 0, function* () {
71
- const { accountId, assigneeIds, collectionIds, completedAfter, completedBefore, contactId, createdAfter, createdBefore, cursor, dueAfter, dueBefore, expand, includeDeletedData, includeRemoteData, includeRemoteFields, modifiedAfter, modifiedBefore, pageSize, parentTicketId, priority, remoteCreatedAfter, remoteCreatedBefore, remoteFields, remoteId, remoteUpdatedAfter, remoteUpdatedBefore, showEnumOrigins, status, tags, ticketType, ticketUrl, } = request;
71
+ const { accountId, assigneeIds, collectionIds, completedAfter, completedBefore, contactId, createdAfter, createdBefore, cursor, dueAfter, dueBefore, expand, includeDeletedData, includeRemoteData, includeRemoteFields, includeShellData, modifiedAfter, modifiedBefore, pageSize, parentTicketId, priority, remoteCreatedAfter, remoteCreatedBefore, remoteFields, remoteId, remoteUpdatedAfter, remoteUpdatedBefore, showEnumOrigins, status, tags, ticketType, ticketUrl, } = request;
72
72
  const _queryParams = {};
73
73
  if (accountId != null) {
74
74
  _queryParams["account_id"] = accountId;
@@ -115,6 +115,9 @@ class Tickets {
115
115
  if (includeRemoteFields != null) {
116
116
  _queryParams["include_remote_fields"] = includeRemoteFields.toString();
117
117
  }
118
+ if (includeShellData != null) {
119
+ _queryParams["include_shell_data"] = includeShellData.toString();
120
+ }
118
121
  if (modifiedAfter != null) {
119
122
  _queryParams["modified_after"] = modifiedAfter.toISOString();
120
123
  }
@@ -173,7 +176,7 @@ class Tickets {
173
176
  : undefined,
174
177
  "X-Fern-Language": "JavaScript",
175
178
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
176
- "X-Fern-SDK-Version": "1.0.10",
179
+ "X-Fern-SDK-Version": "1.0.11",
177
180
  },
178
181
  contentType: "application/json",
179
182
  queryParameters: _queryParams,
@@ -239,7 +242,7 @@ class Tickets {
239
242
  : undefined,
240
243
  "X-Fern-Language": "JavaScript",
241
244
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
242
- "X-Fern-SDK-Version": "1.0.10",
245
+ "X-Fern-SDK-Version": "1.0.11",
243
246
  },
244
247
  contentType: "application/json",
245
248
  queryParameters: _queryParams,
@@ -315,7 +318,7 @@ class Tickets {
315
318
  : undefined,
316
319
  "X-Fern-Language": "JavaScript",
317
320
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
318
- "X-Fern-SDK-Version": "1.0.10",
321
+ "X-Fern-SDK-Version": "1.0.11",
319
322
  },
320
323
  contentType: "application/json",
321
324
  queryParameters: _queryParams,
@@ -381,7 +384,7 @@ class Tickets {
381
384
  : undefined,
382
385
  "X-Fern-Language": "JavaScript",
383
386
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
384
- "X-Fern-SDK-Version": "1.0.10",
387
+ "X-Fern-SDK-Version": "1.0.11",
385
388
  },
386
389
  contentType: "application/json",
387
390
  queryParameters: _queryParams,
@@ -430,7 +433,7 @@ class Tickets {
430
433
  collaboratorsList(parentId, request = {}, requestOptions) {
431
434
  var _a;
432
435
  return __awaiter(this, void 0, void 0, function* () {
433
- const { cursor, expand, includeDeletedData, includeRemoteData, pageSize } = request;
436
+ const { cursor, expand, includeDeletedData, includeRemoteData, includeShellData, pageSize } = request;
434
437
  const _queryParams = {};
435
438
  if (cursor != null) {
436
439
  _queryParams["cursor"] = cursor;
@@ -444,6 +447,9 @@ class Tickets {
444
447
  if (includeRemoteData != null) {
445
448
  _queryParams["include_remote_data"] = includeRemoteData.toString();
446
449
  }
450
+ if (includeShellData != null) {
451
+ _queryParams["include_shell_data"] = includeShellData.toString();
452
+ }
447
453
  if (pageSize != null) {
448
454
  _queryParams["page_size"] = pageSize.toString();
449
455
  }
@@ -457,7 +463,7 @@ class Tickets {
457
463
  : undefined,
458
464
  "X-Fern-Language": "JavaScript",
459
465
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
460
- "X-Fern-SDK-Version": "1.0.10",
466
+ "X-Fern-SDK-Version": "1.0.11",
461
467
  },
462
468
  contentType: "application/json",
463
469
  queryParameters: _queryParams,
@@ -513,7 +519,7 @@ class Tickets {
513
519
  : undefined,
514
520
  "X-Fern-Language": "JavaScript",
515
521
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
516
- "X-Fern-SDK-Version": "1.0.10",
522
+ "X-Fern-SDK-Version": "1.0.11",
517
523
  },
518
524
  contentType: "application/json",
519
525
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -568,7 +574,7 @@ class Tickets {
568
574
  : undefined,
569
575
  "X-Fern-Language": "JavaScript",
570
576
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
571
- "X-Fern-SDK-Version": "1.0.10",
577
+ "X-Fern-SDK-Version": "1.0.11",
572
578
  },
573
579
  contentType: "application/json",
574
580
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -613,7 +619,7 @@ class Tickets {
613
619
  remoteFieldClassesList(request = {}, requestOptions) {
614
620
  var _a;
615
621
  return __awaiter(this, void 0, void 0, function* () {
616
- const { cursor, includeDeletedData, includeRemoteData, isCommonModelField, pageSize } = request;
622
+ const { cursor, includeDeletedData, includeRemoteData, includeShellData, isCommonModelField, pageSize } = request;
617
623
  const _queryParams = {};
618
624
  if (cursor != null) {
619
625
  _queryParams["cursor"] = cursor;
@@ -624,6 +630,9 @@ class Tickets {
624
630
  if (includeRemoteData != null) {
625
631
  _queryParams["include_remote_data"] = includeRemoteData.toString();
626
632
  }
633
+ if (includeShellData != null) {
634
+ _queryParams["include_shell_data"] = includeShellData.toString();
635
+ }
627
636
  if (isCommonModelField != null) {
628
637
  _queryParams["is_common_model_field"] = isCommonModelField.toString();
629
638
  }
@@ -640,7 +649,7 @@ class Tickets {
640
649
  : undefined,
641
650
  "X-Fern-Language": "JavaScript",
642
651
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
643
- "X-Fern-SDK-Version": "1.0.10",
652
+ "X-Fern-SDK-Version": "1.0.11",
644
653
  },
645
654
  contentType: "application/json",
646
655
  queryParameters: _queryParams,
@@ -16,13 +16,17 @@ export interface TicketsCollaboratorsListRequest {
16
16
  */
17
17
  expand?: Merge.ticketing.TicketsCollaboratorsListRequestExpand;
18
18
  /**
19
- * Whether to include data that was marked as deleted by third party webhooks.
19
+ * 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/).
20
20
  */
21
21
  includeDeletedData?: boolean;
22
22
  /**
23
23
  * Whether to include the original data Merge fetched from the third-party to produce these models.
24
24
  */
25
25
  includeRemoteData?: boolean;
26
+ /**
27
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
28
+ */
29
+ includeShellData?: boolean;
26
30
  /**
27
31
  * Number of results to return per page.
28
32
  */
@@ -56,7 +56,7 @@ export interface TicketsListRequest {
56
56
  */
57
57
  expand?: Merge.ticketing.TicketsListRequestExpand;
58
58
  /**
59
- * Whether to include data that was marked as deleted by third party webhooks.
59
+ * 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/).
60
60
  */
61
61
  includeDeletedData?: boolean;
62
62
  /**
@@ -67,6 +67,10 @@ export interface TicketsListRequest {
67
67
  * Whether to include all remote fields, including fields that Merge did not map to common models, in a normalized format.
68
68
  */
69
69
  includeRemoteFields?: boolean;
70
+ /**
71
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
72
+ */
73
+ includeShellData?: boolean;
70
74
  /**
71
75
  * If provided, only objects synced by Merge after this date time will be returned.
72
76
  */
@@ -11,13 +11,17 @@ export interface TicketsRemoteFieldClassesListRequest {
11
11
  */
12
12
  cursor?: string;
13
13
  /**
14
- * Whether to include data that was marked as deleted by third party webhooks.
14
+ * 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/).
15
15
  */
16
16
  includeDeletedData?: boolean;
17
17
  /**
18
18
  * Whether to include the original data Merge fetched from the third-party to produce these models.
19
19
  */
20
20
  includeRemoteData?: boolean;
21
+ /**
22
+ * Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
23
+ */
24
+ includeShellData?: boolean;
21
25
  /**
22
26
  * If provided, will only return remote field classes with this is_common_model_field value
23
27
  */
@@ -57,7 +57,7 @@ class Users {
57
57
  list(request = {}, requestOptions) {
58
58
  var _a;
59
59
  return __awaiter(this, void 0, void 0, function* () {
60
- const { createdAfter, createdBefore, cursor, emailAddress, expand, includeDeletedData, includeRemoteData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
60
+ const { createdAfter, createdBefore, cursor, emailAddress, expand, includeDeletedData, includeRemoteData, includeShellData, modifiedAfter, modifiedBefore, pageSize, remoteId, } = request;
61
61
  const _queryParams = {};
62
62
  if (createdAfter != null) {
63
63
  _queryParams["created_after"] = createdAfter.toISOString();
@@ -80,6 +80,9 @@ class Users {
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
  }
@@ -102,7 +105,7 @@ class Users {
102
105
  : undefined,
103
106
  "X-Fern-Language": "JavaScript",
104
107
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
105
- "X-Fern-SDK-Version": "1.0.10",
108
+ "X-Fern-SDK-Version": "1.0.11",
106
109
  },
107
110
  contentType: "application/json",
108
111
  queryParameters: _queryParams,
@@ -166,7 +169,7 @@ class Users {
166
169
  : undefined,
167
170
  "X-Fern-Language": "JavaScript",
168
171
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
169
- "X-Fern-SDK-Version": "1.0.10",
172
+ "X-Fern-SDK-Version": "1.0.11",
170
173
  },
171
174
  contentType: "application/json",
172
175
  queryParameters: _queryParams,
@@ -28,13 +28,17 @@ export interface UsersListRequest {
28
28
  */
29
29
  expand?: Merge.ticketing.UsersListRequestExpand;
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
  */
@@ -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.11",
71
71
  },
72
72
  contentType: "application/json",
73
73
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -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.11",
129
129
  },
130
130
  contentType: "application/json",
131
131
  body: yield serializers.ticketing.WebhookReceiverRequest.jsonOrThrow(request, {
@@ -27,7 +27,7 @@ export interface Account {
27
27
  name?: string;
28
28
  /** The account's domain names. */
29
29
  domains?: (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.ticketing.RemoteData[];
@@ -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.ticketing.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.ticketing.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;
@@ -33,6 +33,7 @@ export interface Attachment {
33
33
  uploadedBy?: string;
34
34
  /** When the third party's attachment was created. */
35
35
  remoteCreatedAt?: Date;
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/). */
36
37
  remoteWasDeleted?: boolean;
37
38
  fieldMappings?: Record<string, unknown>;
38
39
  remoteData?: Merge.ticketing.RemoteData[];
@@ -35,7 +35,7 @@ export interface Collection {
35
35
  collectionType?: Merge.ticketing.CollectionCollectionType;
36
36
  /** The parent collection for this collection. */
37
37
  parentCollection?: Merge.ticketing.CollectionParentCollection;
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
  /**
41
41
  * The level of access a User has to the Collection and its sub-objects.
@@ -21,9 +21,9 @@ export interface Comment {
21
21
  createdAt?: Date;
22
22
  /** The datetime that this object was modified by Merge. */
23
23
  modifiedAt?: Date;
24
- /** The author of the Comment, if the author is a User. */
24
+ /** The author of the Comment, if the author is a User. If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment. */
25
25
  user?: Merge.ticketing.CommentUser;
26
- /** The author of the Comment, if the author is a Contact. */
26
+ /** The author of the Comment, if the author is a Contact.If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment. */
27
27
  contact?: Merge.ticketing.CommentContact;
28
28
  /** The comment's text body. */
29
29
  body?: string;
@@ -35,6 +35,7 @@ export interface Comment {
35
35
  isPrivate?: boolean;
36
36
  /** When the third party's comment was created. */
37
37
  remoteCreatedAt?: Date;
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/). */
38
39
  remoteWasDeleted?: boolean;
39
40
  fieldMappings?: Record<string, unknown>;
40
41
  remoteData?: Merge.ticketing.RemoteData[];
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Merge from "../../..";
5
5
  /**
6
- * The author of the Comment, if the author is a Contact.
6
+ * The author of the Comment, if the author is a Contact.If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment.
7
7
  */
8
8
  export declare type CommentContact = string | Merge.ticketing.Contact;
@@ -14,9 +14,9 @@ import * as Merge from "../../..";
14
14
  * TODO
15
15
  */
16
16
  export interface CommentRequest {
17
- /** The author of the Comment, if the author is a User. */
17
+ /** The author of the Comment, if the author is a User. If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment. */
18
18
  user?: Merge.ticketing.CommentRequestUser;
19
- /** The author of the Comment, if the author is a Contact. */
19
+ /** The author of the Comment, if the author is a Contact.If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment. */
20
20
  contact?: Merge.ticketing.CommentRequestContact;
21
21
  /** The comment's text body. */
22
22
  body?: string;
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Merge from "../../..";
5
5
  /**
6
- * The author of the Comment, if the author is a Contact.
6
+ * The author of the Comment, if the author is a Contact.If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment.
7
7
  */
8
8
  export declare type CommentRequestContact = string | Merge.ticketing.Contact;
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Merge from "../../..";
5
5
  /**
6
- * The author of the Comment, if the author is a User.
6
+ * The author of the Comment, if the author is a User. If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment.
7
7
  */
8
8
  export declare type CommentRequestUser = string | Merge.ticketing.User;
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Merge from "../../..";
5
5
  /**
6
- * The author of the Comment, if the author is a User.
6
+ * The author of the Comment, if the author is a User. If the third party does not support specifying an author, we will append "[Posted on behalf of {name}]" to the comment.
7
7
  */
8
8
  export declare type CommentUser = string | Merge.ticketing.User;