@mergeapi/merge-node-client 1.1.9 → 2.0.1

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 (1973) hide show
  1. package/.mock/definition/accounting/__package__.yml +55865 -0
  2. package/.mock/definition/accounting/accountDetails.yml +36 -0
  3. package/.mock/definition/accounting/accountToken.yml +44 -0
  4. package/.mock/definition/accounting/accountingPeriods.yml +119 -0
  5. package/.mock/definition/accounting/accounts.yml +496 -0
  6. package/.mock/definition/accounting/addresses.yml +61 -0
  7. package/.mock/definition/accounting/asyncPassthrough.yml +70 -0
  8. package/.mock/definition/accounting/asyncTasks.yml +81 -0
  9. package/.mock/definition/accounting/attachments.yml +402 -0
  10. package/.mock/definition/accounting/auditTrail.yml +94 -0
  11. package/.mock/definition/accounting/availableActions.yml +50 -0
  12. package/.mock/definition/accounting/balanceSheets.yml +241 -0
  13. package/.mock/definition/accounting/bankFeedAccounts.yml +386 -0
  14. package/.mock/definition/accounting/bankFeedTransactions.yml +403 -0
  15. package/.mock/definition/accounting/cashFlowStatements.yml +241 -0
  16. package/.mock/definition/accounting/companyInfo.yml +205 -0
  17. package/.mock/definition/accounting/contacts.yml +602 -0
  18. package/.mock/definition/accounting/creditNotes.yml +1145 -0
  19. package/.mock/definition/accounting/deleteAccount.yml +15 -0
  20. package/.mock/definition/accounting/employees.yml +161 -0
  21. package/.mock/definition/accounting/expenses.yml +964 -0
  22. package/.mock/definition/accounting/fieldMapping.yml +1198 -0
  23. package/.mock/definition/accounting/forceResync.yml +37 -0
  24. package/.mock/definition/accounting/generalLedgerTransactions.yml +289 -0
  25. package/.mock/definition/accounting/generateKey.yml +36 -0
  26. package/.mock/definition/accounting/incomeStatements.yml +269 -0
  27. package/.mock/definition/accounting/invoices.yml +28100 -0
  28. package/.mock/definition/accounting/issues.yml +129 -0
  29. package/.mock/definition/accounting/items.yml +842 -0
  30. package/.mock/definition/accounting/journalEntries.yml +959 -0
  31. package/.mock/definition/accounting/linkToken.yml +152 -0
  32. package/.mock/definition/accounting/linkedAccounts.yml +150 -0
  33. package/.mock/definition/accounting/passthrough.yml +40 -0
  34. package/.mock/definition/accounting/paymentMethods.yml +119 -0
  35. package/.mock/definition/accounting/paymentTerms.yml +133 -0
  36. package/.mock/definition/accounting/payments.yml +1482 -0
  37. package/.mock/definition/accounting/phoneNumbers.yml +44 -0
  38. package/.mock/definition/accounting/projects.yml +170 -0
  39. package/.mock/definition/accounting/purchaseOrders.yml +1289 -0
  40. package/.mock/definition/accounting/regenerateKey.yml +36 -0
  41. package/.mock/definition/accounting/scopes.yml +160 -0
  42. package/.mock/definition/accounting/syncStatus.yml +55 -0
  43. package/.mock/definition/accounting/taxRates.yml +185 -0
  44. package/.mock/definition/accounting/trackingCategories.yml +182 -0
  45. package/.mock/definition/accounting/transactions.yml +385 -0
  46. package/.mock/definition/accounting/vendorCredits.yml +683 -0
  47. package/.mock/definition/accounting/webhookReceivers.yml +61 -0
  48. package/.mock/definition/api.yml +20 -0
  49. package/.mock/definition/ats/__package__.yml +4730 -0
  50. package/.mock/definition/ats/accountDetails.yml +36 -0
  51. package/.mock/definition/ats/accountToken.yml +44 -0
  52. package/.mock/definition/ats/activities.yml +474 -0
  53. package/.mock/definition/ats/applications.yml +1903 -0
  54. package/.mock/definition/ats/asyncPassthrough.yml +70 -0
  55. package/.mock/definition/ats/attachments.yml +432 -0
  56. package/.mock/definition/ats/auditTrail.yml +94 -0
  57. package/.mock/definition/ats/availableActions.yml +50 -0
  58. package/.mock/definition/ats/candidates.yml +876 -0
  59. package/.mock/definition/ats/deleteAccount.yml +15 -0
  60. package/.mock/definition/ats/departments.yml +136 -0
  61. package/.mock/definition/ats/eeocs.yml +300 -0
  62. package/.mock/definition/ats/fieldMapping.yml +892 -0
  63. package/.mock/definition/ats/forceResync.yml +37 -0
  64. package/.mock/definition/ats/generateKey.yml +36 -0
  65. package/.mock/definition/ats/interviews.yml +526 -0
  66. package/.mock/definition/ats/issues.yml +129 -0
  67. package/.mock/definition/ats/jobInterviewStages.yml +153 -0
  68. package/.mock/definition/ats/jobPostings.yml +195 -0
  69. package/.mock/definition/ats/jobs.yml +454 -0
  70. package/.mock/definition/ats/linkToken.yml +152 -0
  71. package/.mock/definition/ats/linkedAccounts.yml +150 -0
  72. package/.mock/definition/ats/offers.yml +201 -0
  73. package/.mock/definition/ats/offices.yml +138 -0
  74. package/.mock/definition/ats/passthrough.yml +40 -0
  75. package/.mock/definition/ats/regenerateKey.yml +36 -0
  76. package/.mock/definition/ats/rejectReasons.yml +136 -0
  77. package/.mock/definition/ats/scopes.yml +160 -0
  78. package/.mock/definition/ats/scorecards.yml +216 -0
  79. package/.mock/definition/ats/syncStatus.yml +55 -0
  80. package/.mock/definition/ats/tags.yml +88 -0
  81. package/.mock/definition/ats/users.yml +173 -0
  82. package/.mock/definition/ats/webhookReceivers.yml +61 -0
  83. package/.mock/definition/crm/__package__.yml +5741 -0
  84. package/.mock/definition/crm/accountDetails.yml +36 -0
  85. package/.mock/definition/crm/accountToken.yml +44 -0
  86. package/.mock/definition/crm/accounts.yml +846 -0
  87. package/.mock/definition/crm/associationTypes.yml +420 -0
  88. package/.mock/definition/crm/associations.yml +142 -0
  89. package/.mock/definition/crm/asyncPassthrough.yml +70 -0
  90. package/.mock/definition/crm/auditTrail.yml +94 -0
  91. package/.mock/definition/crm/availableActions.yml +50 -0
  92. package/.mock/definition/crm/contacts.yml +900 -0
  93. package/.mock/definition/crm/customObjectClasses.yml +196 -0
  94. package/.mock/definition/crm/customObjects.yml +476 -0
  95. package/.mock/definition/crm/deleteAccount.yml +15 -0
  96. package/.mock/definition/crm/engagementTypes.yml +204 -0
  97. package/.mock/definition/crm/engagements.yml +855 -0
  98. package/.mock/definition/crm/fieldMapping.yml +654 -0
  99. package/.mock/definition/crm/forceResync.yml +37 -0
  100. package/.mock/definition/crm/generateKey.yml +36 -0
  101. package/.mock/definition/crm/issues.yml +129 -0
  102. package/.mock/definition/crm/leads.yml +626 -0
  103. package/.mock/definition/crm/linkToken.yml +152 -0
  104. package/.mock/definition/crm/linkedAccounts.yml +148 -0
  105. package/.mock/definition/crm/notes.yml +577 -0
  106. package/.mock/definition/crm/opportunities.yml +868 -0
  107. package/.mock/definition/crm/passthrough.yml +40 -0
  108. package/.mock/definition/crm/regenerateKey.yml +36 -0
  109. package/.mock/definition/crm/scopes.yml +160 -0
  110. package/.mock/definition/crm/stages.yml +222 -0
  111. package/.mock/definition/crm/syncStatus.yml +55 -0
  112. package/.mock/definition/crm/tasks.yml +807 -0
  113. package/.mock/definition/crm/users.yml +251 -0
  114. package/.mock/definition/crm/webhookReceivers.yml +61 -0
  115. package/.mock/definition/filestorage/__package__.yml +2365 -0
  116. package/.mock/definition/filestorage/accountDetails.yml +36 -0
  117. package/.mock/definition/filestorage/accountToken.yml +44 -0
  118. package/.mock/definition/filestorage/asyncPassthrough.yml +70 -0
  119. package/.mock/definition/filestorage/auditTrail.yml +94 -0
  120. package/.mock/definition/filestorage/availableActions.yml +50 -0
  121. package/.mock/definition/filestorage/deleteAccount.yml +15 -0
  122. package/.mock/definition/filestorage/drives.yml +145 -0
  123. package/.mock/definition/filestorage/fieldMapping.yml +518 -0
  124. package/.mock/definition/filestorage/files.yml +672 -0
  125. package/.mock/definition/filestorage/folders.yml +466 -0
  126. package/.mock/definition/filestorage/forceResync.yml +37 -0
  127. package/.mock/definition/filestorage/generateKey.yml +36 -0
  128. package/.mock/definition/filestorage/groups.yml +154 -0
  129. package/.mock/definition/filestorage/issues.yml +129 -0
  130. package/.mock/definition/filestorage/linkToken.yml +135 -0
  131. package/.mock/definition/filestorage/linkedAccounts.yml +150 -0
  132. package/.mock/definition/filestorage/passthrough.yml +40 -0
  133. package/.mock/definition/filestorage/regenerateKey.yml +36 -0
  134. package/.mock/definition/filestorage/scopes.yml +160 -0
  135. package/.mock/definition/filestorage/syncStatus.yml +55 -0
  136. package/.mock/definition/filestorage/users.yml +143 -0
  137. package/.mock/definition/filestorage/webhookReceivers.yml +61 -0
  138. package/.mock/definition/hris/__package__.yml +7691 -0
  139. package/.mock/definition/hris/accountDetails.yml +36 -0
  140. package/.mock/definition/hris/accountToken.yml +44 -0
  141. package/.mock/definition/hris/asyncPassthrough.yml +70 -0
  142. package/.mock/definition/hris/auditTrail.yml +94 -0
  143. package/.mock/definition/hris/availableActions.yml +50 -0
  144. package/.mock/definition/hris/bankInfo.yml +212 -0
  145. package/.mock/definition/hris/benefits.yml +165 -0
  146. package/.mock/definition/hris/companies.yml +146 -0
  147. package/.mock/definition/hris/deleteAccount.yml +15 -0
  148. package/.mock/definition/hris/dependents.yml +166 -0
  149. package/.mock/definition/hris/employeePayrollRuns.yml +301 -0
  150. package/.mock/definition/hris/employees.yml +1787 -0
  151. package/.mock/definition/hris/employerBenefits.yml +140 -0
  152. package/.mock/definition/hris/employments.yml +337 -0
  153. package/.mock/definition/hris/fieldMapping.yml +892 -0
  154. package/.mock/definition/hris/forceResync.yml +37 -0
  155. package/.mock/definition/hris/generateKey.yml +36 -0
  156. package/.mock/definition/hris/groups.yml +179 -0
  157. package/.mock/definition/hris/issues.yml +129 -0
  158. package/.mock/definition/hris/linkToken.yml +152 -0
  159. package/.mock/definition/hris/linkedAccounts.yml +150 -0
  160. package/.mock/definition/hris/locations.yml +218 -0
  161. package/.mock/definition/hris/passthrough.yml +40 -0
  162. package/.mock/definition/hris/payGroups.yml +136 -0
  163. package/.mock/definition/hris/payrollRuns.yml +243 -0
  164. package/.mock/definition/hris/regenerateKey.yml +36 -0
  165. package/.mock/definition/hris/scopes.yml +160 -0
  166. package/.mock/definition/hris/syncStatus.yml +55 -0
  167. package/.mock/definition/hris/teams.yml +151 -0
  168. package/.mock/definition/hris/timeOff.yml +599 -0
  169. package/.mock/definition/hris/timeOffBalances.yml +205 -0
  170. package/.mock/definition/hris/timesheetEntries.yml +444 -0
  171. package/.mock/definition/hris/webhookReceivers.yml +61 -0
  172. package/.mock/definition/ticketing/__package__.yml +3421 -0
  173. package/.mock/definition/ticketing/accountDetails.yml +36 -0
  174. package/.mock/definition/ticketing/accountToken.yml +44 -0
  175. package/.mock/definition/ticketing/accounts.yml +142 -0
  176. package/.mock/definition/ticketing/asyncPassthrough.yml +70 -0
  177. package/.mock/definition/ticketing/attachments.yml +446 -0
  178. package/.mock/definition/ticketing/auditTrail.yml +94 -0
  179. package/.mock/definition/ticketing/availableActions.yml +50 -0
  180. package/.mock/definition/ticketing/collections.yml +253 -0
  181. package/.mock/definition/ticketing/comments.yml +461 -0
  182. package/.mock/definition/ticketing/contacts.yml +406 -0
  183. package/.mock/definition/ticketing/deleteAccount.yml +15 -0
  184. package/.mock/definition/ticketing/fieldMapping.yml +722 -0
  185. package/.mock/definition/ticketing/forceResync.yml +37 -0
  186. package/.mock/definition/ticketing/generateKey.yml +36 -0
  187. package/.mock/definition/ticketing/issues.yml +129 -0
  188. package/.mock/definition/ticketing/linkToken.yml +152 -0
  189. package/.mock/definition/ticketing/linkedAccounts.yml +150 -0
  190. package/.mock/definition/ticketing/passthrough.yml +40 -0
  191. package/.mock/definition/ticketing/projects.yml +220 -0
  192. package/.mock/definition/ticketing/regenerateKey.yml +36 -0
  193. package/.mock/definition/ticketing/roles.yml +144 -0
  194. package/.mock/definition/ticketing/scopes.yml +160 -0
  195. package/.mock/definition/ticketing/syncStatus.yml +55 -0
  196. package/.mock/definition/ticketing/tags.yml +134 -0
  197. package/.mock/definition/ticketing/teams.yml +136 -0
  198. package/.mock/definition/ticketing/tickets.yml +2151 -0
  199. package/.mock/definition/ticketing/users.yml +185 -0
  200. package/.mock/definition/ticketing/webhookReceivers.yml +61 -0
  201. package/.mock/fern.config.json +4 -0
  202. package/Client.d.ts +6 -4
  203. package/Client.js +57 -14
  204. package/api/resources/accounting/client/Client.d.ts +2 -0
  205. package/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
  206. package/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
  207. package/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
  208. package/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
  209. package/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
  210. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
  211. package/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
  212. package/api/resources/accounting/resources/accounts/client/Client.js +37 -23
  213. package/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  214. package/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
  215. package/api/resources/accounting/resources/addresses/client/Client.js +9 -6
  216. package/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
  217. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
  218. package/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
  219. package/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
  220. package/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
  221. package/api/resources/accounting/resources/attachments/client/Client.js +33 -22
  222. package/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
  223. package/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
  224. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  225. package/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
  226. package/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
  227. package/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
  228. package/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
  229. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
  230. package/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
  231. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
  232. package/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
  233. package/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
  234. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
  235. package/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
  236. package/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
  237. package/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
  238. package/api/resources/accounting/resources/contacts/client/Client.js +45 -29
  239. package/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  240. package/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
  241. package/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
  242. package/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
  243. package/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
  244. package/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
  245. package/api/resources/accounting/resources/employees/client/Client.js +36 -13
  246. package/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +24 -0
  247. package/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
  248. package/api/resources/accounting/resources/expenses/client/Client.js +57 -36
  249. package/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  250. package/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
  251. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
  252. package/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
  253. package/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
  254. package/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
  255. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
  256. package/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
  257. package/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
  258. package/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
  259. package/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
  260. package/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
  261. package/api/resources/accounting/resources/index.d.ts +2 -1
  262. package/api/resources/accounting/resources/index.js +3 -2
  263. package/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
  264. package/api/resources/accounting/resources/invoices/client/Client.js +73 -46
  265. package/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  266. package/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
  267. package/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
  268. package/api/resources/accounting/resources/issues/client/Client.js +17 -12
  269. package/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
  270. package/api/resources/accounting/resources/items/client/Client.js +306 -12
  271. package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
  272. package/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
  273. package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
  274. package/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
  275. package/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  276. package/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
  277. package/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
  278. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  279. package/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
  280. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
  281. package/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
  282. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  283. package/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
  284. package/api/resources/accounting/resources/linkToken/index.js +1 -0
  285. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  286. package/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  287. package/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  288. package/api/resources/accounting/resources/linkToken/types/index.js +17 -0
  289. package/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
  290. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
  291. package/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
  292. package/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
  293. package/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
  294. package/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
  295. package/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
  296. package/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
  297. package/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
  298. package/api/resources/accounting/resources/payments/client/Client.js +73 -46
  299. package/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  300. package/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
  301. package/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
  302. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
  303. package/api/resources/accounting/resources/projects/client/Client.d.ts +3 -1
  304. package/api/resources/accounting/resources/projects/client/Client.js +36 -13
  305. package/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +24 -0
  306. package/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
  307. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
  308. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  309. package/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
  310. package/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
  311. package/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
  312. package/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
  313. package/api/resources/accounting/resources/scopes/client/Client.js +25 -16
  314. package/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
  315. package/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
  316. package/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
  317. package/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
  318. package/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
  319. package/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
  320. package/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
  321. package/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
  322. package/api/resources/accounting/resources/transactions/client/Client.js +17 -12
  323. package/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
  324. package/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
  325. package/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
  326. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
  327. package/api/resources/accounting/types/AccountDetails.d.ts +1 -1
  328. package/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
  329. package/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  330. package/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
  331. package/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  332. package/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
  333. package/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
  334. package/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
  335. package/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  336. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  337. package/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  338. package/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
  339. package/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
  340. package/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  341. package/api/resources/accounting/types/EventTypeEnum.js +1 -0
  342. package/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
  343. package/api/resources/accounting/types/ItemRequestRequest.js +5 -0
  344. package/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
  345. package/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
  346. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
  347. package/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
  348. package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
  349. package/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
  350. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
  351. package/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
  352. package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
  353. package/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
  354. package/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  355. package/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
  356. package/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
  357. package/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
  358. package/api/resources/accounting/types/ItemResponse.d.ts +10 -0
  359. package/api/resources/accounting/types/ItemResponse.js +5 -0
  360. package/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
  361. package/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
  362. package/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  363. package/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
  364. package/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
  365. package/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
  366. package/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  367. package/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
  368. package/api/resources/accounting/types/SyncStatusStatus.js +5 -0
  369. package/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
  370. package/api/resources/accounting/types/Type2BbEnum.js +12 -0
  371. package/api/resources/accounting/types/index.d.ts +18 -0
  372. package/api/resources/accounting/types/index.js +18 -0
  373. package/api/resources/ats/client/Client.d.ts +2 -0
  374. package/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
  375. package/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
  376. package/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
  377. package/api/resources/ats/resources/accountToken/client/Client.js +9 -6
  378. package/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
  379. package/api/resources/ats/resources/activities/client/Client.js +33 -22
  380. package/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
  381. package/api/resources/ats/resources/applications/client/Client.js +41 -26
  382. package/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
  383. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
  384. package/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
  385. package/api/resources/ats/resources/attachments/client/Client.js +33 -22
  386. package/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
  387. package/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
  388. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  389. package/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
  390. package/api/resources/ats/resources/availableActions/client/Client.js +9 -6
  391. package/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
  392. package/api/resources/ats/resources/candidates/client/Client.js +57 -36
  393. package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
  394. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  395. package/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
  396. package/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
  397. package/api/resources/ats/resources/candidates/types/index.js +1 -0
  398. package/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
  399. package/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
  400. package/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
  401. package/api/resources/ats/resources/departments/client/Client.js +17 -12
  402. package/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
  403. package/api/resources/ats/resources/eeocs/client/Client.js +17 -12
  404. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  405. package/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
  406. package/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
  407. package/api/resources/ats/resources/forceResync/client/Client.js +9 -6
  408. package/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
  409. package/api/resources/ats/resources/generateKey/client/Client.js +9 -4
  410. package/api/resources/ats/resources/index.d.ts +2 -1
  411. package/api/resources/ats/resources/index.js +3 -2
  412. package/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
  413. package/api/resources/ats/resources/interviews/client/Client.js +33 -22
  414. package/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
  415. package/api/resources/ats/resources/issues/client/Client.js +17 -12
  416. package/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
  417. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
  418. package/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
  419. package/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
  420. package/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
  421. package/api/resources/ats/resources/jobs/client/Client.js +25 -18
  422. package/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
  423. package/api/resources/ats/resources/linkToken/client/Client.js +9 -4
  424. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  425. package/api/resources/ats/resources/linkToken/index.d.ts +1 -0
  426. package/api/resources/ats/resources/linkToken/index.js +1 -0
  427. package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  428. package/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  429. package/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  430. package/api/resources/ats/resources/linkToken/types/index.js +17 -0
  431. package/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
  432. package/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
  433. package/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
  434. package/api/resources/ats/resources/offers/client/Client.js +17 -12
  435. package/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
  436. package/api/resources/ats/resources/offices/client/Client.js +17 -12
  437. package/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
  438. package/api/resources/ats/resources/passthrough/client/Client.js +9 -4
  439. package/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
  440. package/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
  441. package/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
  442. package/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
  443. package/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
  444. package/api/resources/ats/resources/scopes/client/Client.js +25 -16
  445. package/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
  446. package/api/resources/ats/resources/scorecards/client/Client.js +17 -12
  447. package/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
  448. package/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
  449. package/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
  450. package/api/resources/ats/resources/tags/client/Client.js +9 -6
  451. package/api/resources/ats/resources/users/client/Client.d.ts +3 -1
  452. package/api/resources/ats/resources/users/client/Client.js +17 -12
  453. package/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
  454. package/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
  455. package/api/resources/ats/types/AccountDetails.d.ts +1 -1
  456. package/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
  457. package/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  458. package/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
  459. package/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  460. package/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
  461. package/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
  462. package/api/resources/ats/types/AccountDetailsCategory.js +5 -0
  463. package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  464. package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  465. package/api/resources/ats/types/EventTypeEnum.d.ts +1 -0
  466. package/api/resources/ats/types/Job.d.ts +1 -1
  467. package/api/resources/ats/types/JobPosting.d.ts +1 -1
  468. package/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
  469. package/api/resources/ats/types/JobPostingStatus.js +5 -0
  470. package/api/resources/ats/types/JobType.d.ts +12 -0
  471. package/api/resources/ats/types/JobType.js +5 -0
  472. package/api/resources/ats/types/SyncStatus.d.ts +2 -2
  473. package/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
  474. package/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
  475. package/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
  476. package/api/resources/ats/types/SyncStatusStatus.js +5 -0
  477. package/api/resources/ats/types/index.d.ts +7 -0
  478. package/api/resources/ats/types/index.js +7 -0
  479. package/api/resources/crm/client/Client.d.ts +2 -0
  480. package/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
  481. package/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
  482. package/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
  483. package/api/resources/crm/resources/accountToken/client/Client.js +9 -6
  484. package/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
  485. package/api/resources/crm/resources/accounts/client/Client.js +61 -39
  486. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  487. package/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
  488. package/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
  489. package/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
  490. package/api/resources/crm/resources/associations/client/Client.js +17 -12
  491. package/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
  492. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
  493. package/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
  494. package/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
  495. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  496. package/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
  497. package/api/resources/crm/resources/availableActions/client/Client.js +9 -6
  498. package/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
  499. package/api/resources/crm/resources/contacts/client/Client.js +69 -43
  500. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  501. package/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
  502. package/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
  503. package/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
  504. package/api/resources/crm/resources/customObjects/client/Client.js +45 -29
  505. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
  506. package/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
  507. package/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
  508. package/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
  509. package/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
  510. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  511. package/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
  512. package/api/resources/crm/resources/engagements/client/Client.js +61 -39
  513. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  514. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
  515. package/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
  516. package/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
  517. package/api/resources/crm/resources/forceResync/client/Client.js +9 -6
  518. package/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
  519. package/api/resources/crm/resources/generateKey/client/Client.js +9 -4
  520. package/api/resources/crm/resources/index.d.ts +2 -1
  521. package/api/resources/crm/resources/index.js +3 -2
  522. package/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
  523. package/api/resources/crm/resources/issues/client/Client.js +17 -12
  524. package/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
  525. package/api/resources/crm/resources/leads/client/Client.js +45 -29
  526. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  527. package/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
  528. package/api/resources/crm/resources/linkToken/client/Client.js +9 -4
  529. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  530. package/api/resources/crm/resources/linkToken/index.d.ts +1 -0
  531. package/api/resources/crm/resources/linkToken/index.js +1 -0
  532. package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  533. package/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  534. package/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  535. package/api/resources/crm/resources/linkToken/types/index.js +17 -0
  536. package/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
  537. package/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
  538. package/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
  539. package/api/resources/crm/resources/notes/client/Client.js +45 -29
  540. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  541. package/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
  542. package/api/resources/crm/resources/opportunities/client/Client.js +61 -39
  543. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  544. package/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
  545. package/api/resources/crm/resources/passthrough/client/Client.js +9 -4
  546. package/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
  547. package/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
  548. package/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
  549. package/api/resources/crm/resources/scopes/client/Client.js +25 -16
  550. package/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
  551. package/api/resources/crm/resources/stages/client/Client.js +29 -19
  552. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  553. package/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
  554. package/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
  555. package/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
  556. package/api/resources/crm/resources/tasks/client/Client.js +61 -39
  557. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  558. package/api/resources/crm/resources/users/client/Client.d.ts +3 -1
  559. package/api/resources/crm/resources/users/client/Client.js +37 -23
  560. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  561. package/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
  562. package/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
  563. package/api/resources/crm/types/AccountDetails.d.ts +1 -1
  564. package/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
  565. package/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  566. package/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
  567. package/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  568. package/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
  569. package/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
  570. package/api/resources/crm/types/AccountDetailsCategory.js +5 -0
  571. package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  572. package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  573. package/api/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  574. package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  575. package/api/resources/crm/types/EventTypeEnum.js +1 -0
  576. package/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +1 -1
  577. package/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  578. package/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
  579. package/api/resources/crm/types/SyncStatus.d.ts +1 -1
  580. package/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
  581. package/api/resources/crm/types/SyncStatusStatus.js +5 -0
  582. package/api/resources/crm/types/index.d.ts +5 -0
  583. package/api/resources/crm/types/index.js +5 -0
  584. package/api/resources/filestorage/client/Client.d.ts +2 -0
  585. package/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
  586. package/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
  587. package/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
  588. package/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
  589. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
  590. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
  591. package/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
  592. package/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
  593. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  594. package/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
  595. package/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
  596. package/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
  597. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
  598. package/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
  599. package/api/resources/filestorage/resources/drives/client/Client.js +17 -12
  600. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
  601. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
  602. package/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
  603. package/api/resources/filestorage/resources/files/client/Client.js +81 -44
  604. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
  605. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  606. package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  607. package/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
  608. package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  609. package/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
  610. package/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
  611. package/api/resources/filestorage/resources/files/types/index.js +2 -0
  612. package/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
  613. package/api/resources/filestorage/resources/folders/client/Client.js +33 -22
  614. package/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
  615. package/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
  616. package/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
  617. package/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
  618. package/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
  619. package/api/resources/filestorage/resources/groups/client/Client.js +17 -12
  620. package/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
  621. package/api/resources/filestorage/resources/issues/client/Client.js +17 -12
  622. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
  623. package/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
  624. package/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
  625. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
  626. package/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
  627. package/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
  628. package/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
  629. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
  630. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
  631. package/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
  632. package/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
  633. package/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
  634. package/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
  635. package/api/resources/filestorage/resources/users/client/Client.js +17 -12
  636. package/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
  637. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
  638. package/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  639. package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  640. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  641. package/api/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  642. package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  643. package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  644. package/api/resources/filestorage/types/FileRequest.d.ts +2 -0
  645. package/api/resources/filestorage/types/File_.d.ts +2 -0
  646. package/api/resources/hris/client/Client.d.ts +2 -0
  647. package/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
  648. package/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
  649. package/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
  650. package/api/resources/hris/resources/accountToken/client/Client.js +9 -6
  651. package/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
  652. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
  653. package/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
  654. package/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
  655. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  656. package/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
  657. package/api/resources/hris/resources/availableActions/client/Client.js +9 -6
  658. package/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
  659. package/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
  660. package/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
  661. package/api/resources/hris/resources/benefits/client/Client.js +17 -12
  662. package/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
  663. package/api/resources/hris/resources/companies/client/Client.js +17 -12
  664. package/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
  665. package/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
  666. package/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
  667. package/api/resources/hris/resources/dependents/client/Client.js +17 -12
  668. package/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
  669. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
  670. package/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
  671. package/api/resources/hris/resources/employees/client/Client.js +41 -26
  672. package/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
  673. package/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
  674. package/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
  675. package/api/resources/hris/resources/employments/client/Client.js +17 -12
  676. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  677. package/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
  678. package/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
  679. package/api/resources/hris/resources/forceResync/client/Client.js +9 -6
  680. package/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
  681. package/api/resources/hris/resources/generateKey/client/Client.js +9 -4
  682. package/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
  683. package/api/resources/hris/resources/groups/client/Client.js +17 -12
  684. package/api/resources/hris/resources/index.d.ts +2 -1
  685. package/api/resources/hris/resources/index.js +3 -2
  686. package/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
  687. package/api/resources/hris/resources/issues/client/Client.js +17 -12
  688. package/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
  689. package/api/resources/hris/resources/linkToken/client/Client.js +9 -4
  690. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  691. package/api/resources/hris/resources/linkToken/index.d.ts +1 -0
  692. package/api/resources/hris/resources/linkToken/index.js +1 -0
  693. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  694. package/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  695. package/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  696. package/api/resources/hris/resources/linkToken/types/index.js +17 -0
  697. package/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
  698. package/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
  699. package/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
  700. package/api/resources/hris/resources/locations/client/Client.js +17 -12
  701. package/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
  702. package/api/resources/hris/resources/passthrough/client/Client.js +9 -4
  703. package/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
  704. package/api/resources/hris/resources/payGroups/client/Client.js +17 -12
  705. package/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
  706. package/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
  707. package/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
  708. package/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
  709. package/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
  710. package/api/resources/hris/resources/scopes/client/Client.js +25 -16
  711. package/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
  712. package/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
  713. package/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
  714. package/api/resources/hris/resources/teams/client/Client.js +17 -12
  715. package/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
  716. package/api/resources/hris/resources/timeOff/client/Client.js +33 -22
  717. package/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
  718. package/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
  719. package/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
  720. package/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
  721. package/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
  722. package/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
  723. package/api/resources/hris/types/AccountDetails.d.ts +1 -1
  724. package/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
  725. package/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  726. package/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
  727. package/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
  728. package/api/resources/hris/types/AccountDetailsCategory.js +5 -0
  729. package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  730. package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  731. package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  732. package/api/resources/hris/types/EventTypeEnum.js +1 -0
  733. package/api/resources/hris/types/index.d.ts +2 -0
  734. package/api/resources/hris/types/index.js +2 -0
  735. package/api/resources/index.d.ts +1 -1
  736. package/api/resources/index.js +2 -2
  737. package/api/resources/ticketing/client/Client.d.ts +2 -0
  738. package/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
  739. package/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
  740. package/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
  741. package/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
  742. package/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
  743. package/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
  744. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
  745. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
  746. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
  747. package/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
  748. package/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
  749. package/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
  750. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  751. package/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
  752. package/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
  753. package/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
  754. package/api/resources/ticketing/resources/collections/client/Client.js +25 -18
  755. package/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
  756. package/api/resources/ticketing/resources/comments/client/Client.js +33 -22
  757. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
  758. package/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
  759. package/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
  760. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
  761. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
  762. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
  763. package/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
  764. package/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
  765. package/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
  766. package/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
  767. package/api/resources/ticketing/resources/index.d.ts +2 -1
  768. package/api/resources/ticketing/resources/index.js +3 -2
  769. package/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
  770. package/api/resources/ticketing/resources/issues/client/Client.js +17 -12
  771. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
  772. package/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
  773. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  774. package/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  775. package/api/resources/ticketing/resources/linkToken/index.js +1 -0
  776. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  777. package/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  778. package/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  779. package/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
  780. package/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
  781. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
  782. package/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
  783. package/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
  784. package/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
  785. package/api/resources/ticketing/resources/projects/client/Client.js +25 -18
  786. package/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
  787. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
  788. package/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
  789. package/api/resources/ticketing/resources/roles/client/Client.js +17 -12
  790. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
  791. package/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
  792. package/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
  793. package/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
  794. package/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
  795. package/api/resources/ticketing/resources/tags/client/Client.js +17 -12
  796. package/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
  797. package/api/resources/ticketing/resources/teams/client/Client.js +17 -12
  798. package/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
  799. package/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
  800. package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
  801. package/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
  802. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  803. package/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  804. package/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
  805. package/api/resources/ticketing/resources/users/client/Client.js +17 -12
  806. package/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
  807. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
  808. package/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
  809. package/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
  810. package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  811. package/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
  812. package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  813. package/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
  814. package/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
  815. package/api/resources/ticketing/types/AccountDetailsCategory.js +5 -0
  816. package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  817. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  818. package/api/resources/ticketing/types/Collection.d.ts +9 -8
  819. package/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
  820. package/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
  821. package/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -0
  822. package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  823. package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  824. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +9 -0
  825. package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
  826. package/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
  827. package/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  828. package/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
  829. package/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
  830. package/api/resources/ticketing/types/Ticket.d.ts +9 -0
  831. package/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
  832. package/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
  833. package/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
  834. package/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
  835. package/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
  836. package/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
  837. package/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
  838. package/api/resources/ticketing/types/index.d.ts +10 -2
  839. package/api/resources/ticketing/types/index.js +10 -2
  840. package/core/fetcher/Fetcher.d.ts +2 -1
  841. package/core/fetcher/Fetcher.js +22 -9
  842. package/core/fetcher/Headers.d.ts +2 -0
  843. package/core/fetcher/Headers.js +84 -0
  844. package/core/fetcher/RawResponse.js +3 -2
  845. package/core/headers.d.ts +3 -0
  846. package/core/headers.js +29 -0
  847. package/core/index.d.ts +1 -1
  848. package/core/index.js +1 -1
  849. package/dist/Client.d.ts +6 -4
  850. package/dist/Client.js +57 -14
  851. package/dist/api/resources/accounting/client/Client.d.ts +2 -0
  852. package/dist/api/resources/accounting/resources/accountDetails/client/Client.d.ts +3 -1
  853. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +9 -6
  854. package/dist/api/resources/accounting/resources/accountToken/client/Client.d.ts +3 -1
  855. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +9 -6
  856. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.d.ts +3 -1
  857. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +17 -12
  858. package/dist/api/resources/accounting/resources/accounts/client/Client.d.ts +3 -1
  859. package/dist/api/resources/accounting/resources/accounts/client/Client.js +37 -23
  860. package/dist/api/resources/accounting/resources/accounts/client/requests/AccountsListRequest.d.ts +5 -1
  861. package/dist/api/resources/accounting/resources/addresses/client/Client.d.ts +3 -1
  862. package/dist/api/resources/accounting/resources/addresses/client/Client.js +9 -6
  863. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.d.ts +3 -1
  864. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +17 -10
  865. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.d.ts +3 -1
  866. package/dist/api/resources/accounting/resources/asyncTasks/client/Client.js +9 -6
  867. package/dist/api/resources/accounting/resources/attachments/client/Client.d.ts +3 -1
  868. package/dist/api/resources/accounting/resources/attachments/client/Client.js +33 -22
  869. package/dist/api/resources/accounting/resources/auditTrail/client/Client.d.ts +3 -1
  870. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +9 -6
  871. package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  872. package/dist/api/resources/accounting/resources/availableActions/client/Client.d.ts +3 -1
  873. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +9 -6
  874. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.d.ts +3 -1
  875. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +17 -12
  876. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.d.ts +3 -1
  877. package/dist/api/resources/accounting/resources/bankFeedAccounts/client/Client.js +33 -22
  878. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.d.ts +3 -1
  879. package/dist/api/resources/accounting/resources/bankFeedTransactions/client/Client.js +33 -22
  880. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.d.ts +3 -1
  881. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +17 -12
  882. package/dist/api/resources/accounting/resources/companyInfo/client/Client.d.ts +3 -1
  883. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +17 -12
  884. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +3 -1
  885. package/dist/api/resources/accounting/resources/contacts/client/Client.js +45 -29
  886. package/dist/api/resources/accounting/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  887. package/dist/api/resources/accounting/resources/creditNotes/client/Client.d.ts +3 -1
  888. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +33 -22
  889. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.d.ts +3 -1
  890. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +9 -6
  891. package/dist/api/resources/accounting/resources/employees/client/Client.d.ts +3 -1
  892. package/dist/api/resources/accounting/resources/employees/client/Client.js +36 -13
  893. package/dist/api/resources/accounting/resources/employees/client/requests/EmployeesListRequest.d.ts +24 -0
  894. package/dist/api/resources/accounting/resources/expenses/client/Client.d.ts +3 -1
  895. package/dist/api/resources/accounting/resources/expenses/client/Client.js +57 -36
  896. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  897. package/dist/api/resources/accounting/resources/expenses/client/requests/ExpensesRemoteFieldClassesListRequest.d.ts +4 -0
  898. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +3 -1
  899. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +49 -32
  900. package/dist/api/resources/accounting/resources/forceResync/client/Client.d.ts +3 -1
  901. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +9 -6
  902. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.d.ts +3 -1
  903. package/dist/api/resources/accounting/resources/generalLedgerTransactions/client/Client.js +17 -12
  904. package/dist/api/resources/accounting/resources/generateKey/client/Client.d.ts +3 -1
  905. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +9 -4
  906. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.d.ts +3 -1
  907. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +17 -12
  908. package/dist/api/resources/accounting/resources/index.d.ts +2 -1
  909. package/dist/api/resources/accounting/resources/index.js +3 -2
  910. package/dist/api/resources/accounting/resources/invoices/client/Client.d.ts +3 -1
  911. package/dist/api/resources/accounting/resources/invoices/client/Client.js +73 -46
  912. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  913. package/dist/api/resources/accounting/resources/invoices/client/requests/InvoicesRemoteFieldClassesListRequest.d.ts +4 -0
  914. package/dist/api/resources/accounting/resources/issues/client/Client.d.ts +3 -1
  915. package/dist/api/resources/accounting/resources/issues/client/Client.js +17 -12
  916. package/dist/api/resources/accounting/resources/items/client/Client.d.ts +51 -1
  917. package/dist/api/resources/accounting/resources/items/client/Client.js +306 -12
  918. package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +21 -0
  919. package/dist/api/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +5 -0
  920. package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +21 -0
  921. package/dist/api/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +5 -0
  922. package/dist/api/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  923. package/dist/api/resources/accounting/resources/journalEntries/client/Client.d.ts +3 -1
  924. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +57 -36
  925. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesLinesRemoteFieldClassesListRequest.d.ts +4 -0
  926. package/dist/api/resources/accounting/resources/journalEntries/client/requests/JournalEntriesRemoteFieldClassesListRequest.d.ts +4 -0
  927. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +3 -1
  928. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +9 -4
  929. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  930. package/dist/api/resources/accounting/resources/linkToken/index.d.ts +1 -0
  931. package/dist/api/resources/accounting/resources/linkToken/index.js +1 -0
  932. package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  933. package/dist/api/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  934. package/dist/api/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  935. package/dist/api/resources/accounting/resources/linkToken/types/index.js +17 -0
  936. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.d.ts +3 -1
  937. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +9 -6
  938. package/dist/api/resources/accounting/resources/passthrough/client/Client.d.ts +3 -1
  939. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +9 -4
  940. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.d.ts +3 -1
  941. package/dist/api/resources/accounting/resources/paymentMethods/client/Client.js +17 -12
  942. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.d.ts +3 -1
  943. package/dist/api/resources/accounting/resources/paymentTerms/client/Client.js +17 -12
  944. package/dist/api/resources/accounting/resources/payments/client/Client.d.ts +3 -1
  945. package/dist/api/resources/accounting/resources/payments/client/Client.js +73 -46
  946. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  947. package/dist/api/resources/accounting/resources/payments/client/requests/PaymentsRemoteFieldClassesListRequest.d.ts +4 -0
  948. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.d.ts +3 -1
  949. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +9 -6
  950. package/dist/api/resources/accounting/resources/projects/client/Client.d.ts +3 -1
  951. package/dist/api/resources/accounting/resources/projects/client/Client.js +36 -13
  952. package/dist/api/resources/accounting/resources/projects/client/requests/ProjectsListRequest.d.ts +24 -0
  953. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.d.ts +3 -1
  954. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +57 -36
  955. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersLineItemsRemoteFieldClassesListRequest.d.ts +4 -0
  956. package/dist/api/resources/accounting/resources/purchaseOrders/client/requests/PurchaseOrdersRemoteFieldClassesListRequest.d.ts +4 -0
  957. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.d.ts +3 -1
  958. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +9 -4
  959. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +3 -1
  960. package/dist/api/resources/accounting/resources/scopes/client/Client.js +25 -16
  961. package/dist/api/resources/accounting/resources/syncStatus/client/Client.d.ts +3 -1
  962. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +9 -6
  963. package/dist/api/resources/accounting/resources/taxRates/client/Client.d.ts +3 -1
  964. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +17 -12
  965. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.d.ts +3 -1
  966. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +17 -12
  967. package/dist/api/resources/accounting/resources/trackingCategories/client/requests/TrackingCategoriesListRequest.d.ts +1 -1
  968. package/dist/api/resources/accounting/resources/transactions/client/Client.d.ts +3 -1
  969. package/dist/api/resources/accounting/resources/transactions/client/Client.js +17 -12
  970. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.d.ts +3 -1
  971. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +33 -22
  972. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.d.ts +3 -1
  973. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +17 -10
  974. package/dist/api/resources/accounting/types/AccountDetails.d.ts +1 -1
  975. package/dist/api/resources/accounting/types/AccountDetailsAndActions.d.ts +3 -2
  976. package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  977. package/dist/api/resources/accounting/types/AccountDetailsAndActionsCategory.js +5 -0
  978. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  979. package/dist/api/resources/accounting/types/AccountDetailsAndActionsStatus.js +5 -0
  980. package/dist/api/resources/accounting/types/AccountDetailsCategory.d.ts +5 -0
  981. package/dist/api/resources/accounting/types/AccountDetailsCategory.js +5 -0
  982. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +1 -0
  983. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +1 -0
  984. package/dist/api/resources/accounting/types/DataPassthroughRequest.d.ts +1 -1
  985. package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.d.ts +5 -0
  986. package/dist/api/resources/accounting/types/DataPassthroughRequestMethod.js +5 -0
  987. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +3 -1
  988. package/dist/api/resources/accounting/types/EventTypeEnum.js +1 -0
  989. package/dist/api/resources/accounting/types/ItemRequestRequest.d.ts +48 -0
  990. package/dist/api/resources/accounting/types/ItemRequestRequest.js +5 -0
  991. package/dist/api/resources/accounting/types/ItemRequestRequestCompany.d.ts +8 -0
  992. package/dist/api/resources/accounting/types/ItemRequestRequestCompany.js +5 -0
  993. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +8 -0
  994. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +5 -0
  995. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +8 -0
  996. package/dist/api/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +5 -0
  997. package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +8 -0
  998. package/dist/api/resources/accounting/types/ItemRequestRequestSalesAccount.js +5 -0
  999. package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +8 -0
  1000. package/dist/api/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +5 -0
  1001. package/dist/api/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1002. package/dist/api/resources/accounting/types/ItemRequestRequestStatus.js +5 -0
  1003. package/dist/api/resources/accounting/types/ItemRequestRequestType.d.ts +13 -0
  1004. package/dist/api/resources/accounting/types/ItemRequestRequestType.js +5 -0
  1005. package/dist/api/resources/accounting/types/ItemResponse.d.ts +10 -0
  1006. package/dist/api/resources/accounting/types/ItemResponse.js +5 -0
  1007. package/dist/api/resources/accounting/types/PatchedItemRequestRequest.d.ts +48 -0
  1008. package/dist/api/resources/accounting/types/PatchedItemRequestRequest.js +5 -0
  1009. package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1010. package/dist/api/resources/accounting/types/PatchedItemRequestRequestStatus.js +5 -0
  1011. package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.d.ts +13 -0
  1012. package/dist/api/resources/accounting/types/PatchedItemRequestRequestType.js +5 -0
  1013. package/dist/api/resources/accounting/types/SyncStatus.d.ts +1 -1
  1014. package/dist/api/resources/accounting/types/SyncStatusStatus.d.ts +5 -0
  1015. package/dist/api/resources/accounting/types/SyncStatusStatus.js +5 -0
  1016. package/dist/api/resources/accounting/types/Type2BbEnum.d.ts +16 -0
  1017. package/dist/api/resources/accounting/types/Type2BbEnum.js +12 -0
  1018. package/dist/api/resources/accounting/types/index.d.ts +18 -0
  1019. package/dist/api/resources/accounting/types/index.js +18 -0
  1020. package/dist/api/resources/ats/client/Client.d.ts +2 -0
  1021. package/dist/api/resources/ats/resources/accountDetails/client/Client.d.ts +3 -1
  1022. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +9 -6
  1023. package/dist/api/resources/ats/resources/accountToken/client/Client.d.ts +3 -1
  1024. package/dist/api/resources/ats/resources/accountToken/client/Client.js +9 -6
  1025. package/dist/api/resources/ats/resources/activities/client/Client.d.ts +3 -1
  1026. package/dist/api/resources/ats/resources/activities/client/Client.js +33 -22
  1027. package/dist/api/resources/ats/resources/applications/client/Client.d.ts +3 -1
  1028. package/dist/api/resources/ats/resources/applications/client/Client.js +41 -26
  1029. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1030. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +17 -10
  1031. package/dist/api/resources/ats/resources/attachments/client/Client.d.ts +3 -1
  1032. package/dist/api/resources/ats/resources/attachments/client/Client.js +33 -22
  1033. package/dist/api/resources/ats/resources/auditTrail/client/Client.d.ts +3 -1
  1034. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +9 -6
  1035. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1036. package/dist/api/resources/ats/resources/availableActions/client/Client.d.ts +3 -1
  1037. package/dist/api/resources/ats/resources/availableActions/client/Client.js +9 -6
  1038. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +3 -1
  1039. package/dist/api/resources/ats/resources/candidates/client/Client.js +57 -36
  1040. package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -1
  1041. package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  1042. package/dist/api/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +5 -0
  1043. package/dist/api/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1044. package/dist/api/resources/ats/resources/candidates/types/index.js +1 -0
  1045. package/dist/api/resources/ats/resources/deleteAccount/client/Client.d.ts +3 -1
  1046. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +9 -6
  1047. package/dist/api/resources/ats/resources/departments/client/Client.d.ts +3 -1
  1048. package/dist/api/resources/ats/resources/departments/client/Client.js +17 -12
  1049. package/dist/api/resources/ats/resources/eeocs/client/Client.d.ts +3 -1
  1050. package/dist/api/resources/ats/resources/eeocs/client/Client.js +17 -12
  1051. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +3 -1
  1052. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +49 -32
  1053. package/dist/api/resources/ats/resources/forceResync/client/Client.d.ts +3 -1
  1054. package/dist/api/resources/ats/resources/forceResync/client/Client.js +9 -6
  1055. package/dist/api/resources/ats/resources/generateKey/client/Client.d.ts +3 -1
  1056. package/dist/api/resources/ats/resources/generateKey/client/Client.js +9 -4
  1057. package/dist/api/resources/ats/resources/index.d.ts +2 -1
  1058. package/dist/api/resources/ats/resources/index.js +3 -2
  1059. package/dist/api/resources/ats/resources/interviews/client/Client.d.ts +3 -1
  1060. package/dist/api/resources/ats/resources/interviews/client/Client.js +33 -22
  1061. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +3 -1
  1062. package/dist/api/resources/ats/resources/issues/client/Client.js +17 -12
  1063. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.d.ts +3 -1
  1064. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +17 -12
  1065. package/dist/api/resources/ats/resources/jobPostings/client/Client.d.ts +3 -1
  1066. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +17 -12
  1067. package/dist/api/resources/ats/resources/jobs/client/Client.d.ts +3 -1
  1068. package/dist/api/resources/ats/resources/jobs/client/Client.js +25 -18
  1069. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +3 -1
  1070. package/dist/api/resources/ats/resources/linkToken/client/Client.js +9 -4
  1071. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1072. package/dist/api/resources/ats/resources/linkToken/index.d.ts +1 -0
  1073. package/dist/api/resources/ats/resources/linkToken/index.js +1 -0
  1074. package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1075. package/dist/api/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1076. package/dist/api/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1077. package/dist/api/resources/ats/resources/linkToken/types/index.js +17 -0
  1078. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.d.ts +3 -1
  1079. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +9 -6
  1080. package/dist/api/resources/ats/resources/offers/client/Client.d.ts +3 -1
  1081. package/dist/api/resources/ats/resources/offers/client/Client.js +17 -12
  1082. package/dist/api/resources/ats/resources/offices/client/Client.d.ts +3 -1
  1083. package/dist/api/resources/ats/resources/offices/client/Client.js +17 -12
  1084. package/dist/api/resources/ats/resources/passthrough/client/Client.d.ts +3 -1
  1085. package/dist/api/resources/ats/resources/passthrough/client/Client.js +9 -4
  1086. package/dist/api/resources/ats/resources/regenerateKey/client/Client.d.ts +3 -1
  1087. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +9 -4
  1088. package/dist/api/resources/ats/resources/rejectReasons/client/Client.d.ts +3 -1
  1089. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +17 -12
  1090. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +3 -1
  1091. package/dist/api/resources/ats/resources/scopes/client/Client.js +25 -16
  1092. package/dist/api/resources/ats/resources/scorecards/client/Client.d.ts +3 -1
  1093. package/dist/api/resources/ats/resources/scorecards/client/Client.js +17 -12
  1094. package/dist/api/resources/ats/resources/syncStatus/client/Client.d.ts +3 -1
  1095. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +9 -6
  1096. package/dist/api/resources/ats/resources/tags/client/Client.d.ts +3 -1
  1097. package/dist/api/resources/ats/resources/tags/client/Client.js +9 -6
  1098. package/dist/api/resources/ats/resources/users/client/Client.d.ts +3 -1
  1099. package/dist/api/resources/ats/resources/users/client/Client.js +17 -12
  1100. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.d.ts +3 -1
  1101. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +17 -10
  1102. package/dist/api/resources/ats/types/AccountDetails.d.ts +1 -1
  1103. package/dist/api/resources/ats/types/AccountDetailsAndActions.d.ts +3 -2
  1104. package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1105. package/dist/api/resources/ats/types/AccountDetailsAndActionsCategory.js +5 -0
  1106. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1107. package/dist/api/resources/ats/types/AccountDetailsAndActionsStatus.js +5 -0
  1108. package/dist/api/resources/ats/types/AccountDetailsCategory.d.ts +5 -0
  1109. package/dist/api/resources/ats/types/AccountDetailsCategory.js +5 -0
  1110. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  1111. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  1112. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +1 -0
  1113. package/dist/api/resources/ats/types/Job.d.ts +1 -1
  1114. package/dist/api/resources/ats/types/JobPosting.d.ts +1 -1
  1115. package/dist/api/resources/ats/types/JobPostingStatus.d.ts +14 -0
  1116. package/dist/api/resources/ats/types/JobPostingStatus.js +5 -0
  1117. package/dist/api/resources/ats/types/JobType.d.ts +12 -0
  1118. package/dist/api/resources/ats/types/JobType.js +5 -0
  1119. package/dist/api/resources/ats/types/SyncStatus.d.ts +2 -2
  1120. package/dist/api/resources/ats/types/SyncStatusLastSyncResult.d.ts +5 -0
  1121. package/dist/api/resources/ats/types/SyncStatusLastSyncResult.js +5 -0
  1122. package/dist/api/resources/ats/types/SyncStatusStatus.d.ts +5 -0
  1123. package/dist/api/resources/ats/types/SyncStatusStatus.js +5 -0
  1124. package/dist/api/resources/ats/types/index.d.ts +7 -0
  1125. package/dist/api/resources/ats/types/index.js +7 -0
  1126. package/dist/api/resources/crm/client/Client.d.ts +2 -0
  1127. package/dist/api/resources/crm/resources/accountDetails/client/Client.d.ts +3 -1
  1128. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +9 -6
  1129. package/dist/api/resources/crm/resources/accountToken/client/Client.d.ts +3 -1
  1130. package/dist/api/resources/crm/resources/accountToken/client/Client.js +9 -6
  1131. package/dist/api/resources/crm/resources/accounts/client/Client.d.ts +3 -1
  1132. package/dist/api/resources/crm/resources/accounts/client/Client.js +61 -39
  1133. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  1134. package/dist/api/resources/crm/resources/associationTypes/client/Client.d.ts +3 -1
  1135. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +33 -22
  1136. package/dist/api/resources/crm/resources/associations/client/Client.d.ts +3 -1
  1137. package/dist/api/resources/crm/resources/associations/client/Client.js +17 -12
  1138. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1139. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +17 -10
  1140. package/dist/api/resources/crm/resources/auditTrail/client/Client.d.ts +3 -1
  1141. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +9 -6
  1142. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1143. package/dist/api/resources/crm/resources/availableActions/client/Client.d.ts +3 -1
  1144. package/dist/api/resources/crm/resources/availableActions/client/Client.js +9 -6
  1145. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +3 -1
  1146. package/dist/api/resources/crm/resources/contacts/client/Client.js +69 -43
  1147. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  1148. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.d.ts +3 -1
  1149. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +17 -12
  1150. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +3 -1
  1151. package/dist/api/resources/crm/resources/customObjects/client/Client.js +45 -29
  1152. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +4 -0
  1153. package/dist/api/resources/crm/resources/deleteAccount/client/Client.d.ts +3 -1
  1154. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +9 -6
  1155. package/dist/api/resources/crm/resources/engagementTypes/client/Client.d.ts +3 -1
  1156. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +29 -19
  1157. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  1158. package/dist/api/resources/crm/resources/engagements/client/Client.d.ts +3 -1
  1159. package/dist/api/resources/crm/resources/engagements/client/Client.js +61 -39
  1160. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  1161. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +3 -1
  1162. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +49 -32
  1163. package/dist/api/resources/crm/resources/forceResync/client/Client.d.ts +3 -1
  1164. package/dist/api/resources/crm/resources/forceResync/client/Client.js +9 -6
  1165. package/dist/api/resources/crm/resources/generateKey/client/Client.d.ts +3 -1
  1166. package/dist/api/resources/crm/resources/generateKey/client/Client.js +9 -4
  1167. package/dist/api/resources/crm/resources/index.d.ts +2 -1
  1168. package/dist/api/resources/crm/resources/index.js +3 -2
  1169. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +3 -1
  1170. package/dist/api/resources/crm/resources/issues/client/Client.js +17 -12
  1171. package/dist/api/resources/crm/resources/leads/client/Client.d.ts +3 -1
  1172. package/dist/api/resources/crm/resources/leads/client/Client.js +45 -29
  1173. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  1174. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +3 -1
  1175. package/dist/api/resources/crm/resources/linkToken/client/Client.js +9 -4
  1176. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1177. package/dist/api/resources/crm/resources/linkToken/index.d.ts +1 -0
  1178. package/dist/api/resources/crm/resources/linkToken/index.js +1 -0
  1179. package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1180. package/dist/api/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1181. package/dist/api/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1182. package/dist/api/resources/crm/resources/linkToken/types/index.js +17 -0
  1183. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.d.ts +3 -1
  1184. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +9 -6
  1185. package/dist/api/resources/crm/resources/notes/client/Client.d.ts +3 -1
  1186. package/dist/api/resources/crm/resources/notes/client/Client.js +45 -29
  1187. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  1188. package/dist/api/resources/crm/resources/opportunities/client/Client.d.ts +3 -1
  1189. package/dist/api/resources/crm/resources/opportunities/client/Client.js +61 -39
  1190. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  1191. package/dist/api/resources/crm/resources/passthrough/client/Client.d.ts +3 -1
  1192. package/dist/api/resources/crm/resources/passthrough/client/Client.js +9 -4
  1193. package/dist/api/resources/crm/resources/regenerateKey/client/Client.d.ts +3 -1
  1194. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +9 -4
  1195. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +3 -1
  1196. package/dist/api/resources/crm/resources/scopes/client/Client.js +25 -16
  1197. package/dist/api/resources/crm/resources/stages/client/Client.d.ts +3 -1
  1198. package/dist/api/resources/crm/resources/stages/client/Client.js +29 -19
  1199. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  1200. package/dist/api/resources/crm/resources/syncStatus/client/Client.d.ts +4 -2
  1201. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +10 -7
  1202. package/dist/api/resources/crm/resources/tasks/client/Client.d.ts +3 -1
  1203. package/dist/api/resources/crm/resources/tasks/client/Client.js +61 -39
  1204. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  1205. package/dist/api/resources/crm/resources/users/client/Client.d.ts +3 -1
  1206. package/dist/api/resources/crm/resources/users/client/Client.js +37 -23
  1207. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  1208. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.d.ts +3 -1
  1209. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +17 -10
  1210. package/dist/api/resources/crm/types/AccountDetails.d.ts +1 -1
  1211. package/dist/api/resources/crm/types/AccountDetailsAndActions.d.ts +2 -2
  1212. package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1213. package/dist/api/resources/crm/types/AccountDetailsAndActionsCategory.js +5 -0
  1214. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1215. package/dist/api/resources/crm/types/AccountDetailsAndActionsStatus.js +5 -0
  1216. package/dist/api/resources/crm/types/AccountDetailsCategory.d.ts +5 -0
  1217. package/dist/api/resources/crm/types/AccountDetailsCategory.js +5 -0
  1218. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  1219. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  1220. package/dist/api/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1221. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  1222. package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
  1223. package/dist/api/resources/crm/types/IgnoreCommonModelRequest.d.ts +1 -1
  1224. package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +5 -0
  1225. package/dist/api/resources/crm/types/IgnoreCommonModelRequestReason.js +5 -0
  1226. package/dist/api/resources/crm/types/SyncStatus.d.ts +1 -1
  1227. package/dist/api/resources/crm/types/SyncStatusStatus.d.ts +5 -0
  1228. package/dist/api/resources/crm/types/SyncStatusStatus.js +5 -0
  1229. package/dist/api/resources/crm/types/index.d.ts +5 -0
  1230. package/dist/api/resources/crm/types/index.js +5 -0
  1231. package/dist/api/resources/filestorage/client/Client.d.ts +2 -0
  1232. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.d.ts +3 -1
  1233. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +9 -6
  1234. package/dist/api/resources/filestorage/resources/accountToken/client/Client.d.ts +3 -1
  1235. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +9 -6
  1236. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1237. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +17 -10
  1238. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.d.ts +3 -1
  1239. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +9 -6
  1240. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1241. package/dist/api/resources/filestorage/resources/availableActions/client/Client.d.ts +3 -1
  1242. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +9 -6
  1243. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.d.ts +3 -1
  1244. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +9 -6
  1245. package/dist/api/resources/filestorage/resources/drives/client/Client.d.ts +3 -1
  1246. package/dist/api/resources/filestorage/resources/drives/client/Client.js +17 -12
  1247. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +3 -1
  1248. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +49 -32
  1249. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +3 -1
  1250. package/dist/api/resources/filestorage/resources/files/client/Client.js +81 -44
  1251. package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +23 -2
  1252. package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  1253. package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1254. package/dist/api/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +12 -0
  1255. package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1256. package/dist/api/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +12 -0
  1257. package/dist/api/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1258. package/dist/api/resources/filestorage/resources/files/types/index.js +2 -0
  1259. package/dist/api/resources/filestorage/resources/folders/client/Client.d.ts +3 -1
  1260. package/dist/api/resources/filestorage/resources/folders/client/Client.js +33 -22
  1261. package/dist/api/resources/filestorage/resources/forceResync/client/Client.d.ts +3 -1
  1262. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +9 -6
  1263. package/dist/api/resources/filestorage/resources/generateKey/client/Client.d.ts +3 -1
  1264. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +9 -4
  1265. package/dist/api/resources/filestorage/resources/groups/client/Client.d.ts +3 -1
  1266. package/dist/api/resources/filestorage/resources/groups/client/Client.js +17 -12
  1267. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +3 -1
  1268. package/dist/api/resources/filestorage/resources/issues/client/Client.js +17 -12
  1269. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +3 -1
  1270. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +9 -4
  1271. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.d.ts +3 -1
  1272. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +9 -6
  1273. package/dist/api/resources/filestorage/resources/passthrough/client/Client.d.ts +3 -1
  1274. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +9 -4
  1275. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.d.ts +3 -1
  1276. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +9 -4
  1277. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +3 -1
  1278. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +25 -16
  1279. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.d.ts +4 -2
  1280. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +10 -7
  1281. package/dist/api/resources/filestorage/resources/users/client/Client.d.ts +3 -1
  1282. package/dist/api/resources/filestorage/resources/users/client/Client.js +17 -12
  1283. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.d.ts +3 -1
  1284. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +17 -10
  1285. package/dist/api/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1286. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  1287. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  1288. package/dist/api/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1289. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  1290. package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  1291. package/dist/api/resources/filestorage/types/FileRequest.d.ts +2 -0
  1292. package/dist/api/resources/filestorage/types/File_.d.ts +2 -0
  1293. package/dist/api/resources/hris/client/Client.d.ts +2 -0
  1294. package/dist/api/resources/hris/resources/accountDetails/client/Client.d.ts +3 -1
  1295. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +9 -6
  1296. package/dist/api/resources/hris/resources/accountToken/client/Client.d.ts +3 -1
  1297. package/dist/api/resources/hris/resources/accountToken/client/Client.js +9 -6
  1298. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1299. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +17 -10
  1300. package/dist/api/resources/hris/resources/auditTrail/client/Client.d.ts +3 -1
  1301. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +9 -6
  1302. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1303. package/dist/api/resources/hris/resources/availableActions/client/Client.d.ts +3 -1
  1304. package/dist/api/resources/hris/resources/availableActions/client/Client.js +9 -6
  1305. package/dist/api/resources/hris/resources/bankInfo/client/Client.d.ts +3 -1
  1306. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +17 -12
  1307. package/dist/api/resources/hris/resources/benefits/client/Client.d.ts +3 -1
  1308. package/dist/api/resources/hris/resources/benefits/client/Client.js +17 -12
  1309. package/dist/api/resources/hris/resources/companies/client/Client.d.ts +3 -1
  1310. package/dist/api/resources/hris/resources/companies/client/Client.js +17 -12
  1311. package/dist/api/resources/hris/resources/deleteAccount/client/Client.d.ts +3 -1
  1312. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +9 -6
  1313. package/dist/api/resources/hris/resources/dependents/client/Client.d.ts +3 -1
  1314. package/dist/api/resources/hris/resources/dependents/client/Client.js +17 -12
  1315. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.d.ts +3 -1
  1316. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +17 -12
  1317. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +3 -1
  1318. package/dist/api/resources/hris/resources/employees/client/Client.js +41 -26
  1319. package/dist/api/resources/hris/resources/employerBenefits/client/Client.d.ts +3 -1
  1320. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +17 -12
  1321. package/dist/api/resources/hris/resources/employments/client/Client.d.ts +3 -1
  1322. package/dist/api/resources/hris/resources/employments/client/Client.js +17 -12
  1323. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +3 -1
  1324. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +49 -32
  1325. package/dist/api/resources/hris/resources/forceResync/client/Client.d.ts +3 -1
  1326. package/dist/api/resources/hris/resources/forceResync/client/Client.js +9 -6
  1327. package/dist/api/resources/hris/resources/generateKey/client/Client.d.ts +3 -1
  1328. package/dist/api/resources/hris/resources/generateKey/client/Client.js +9 -4
  1329. package/dist/api/resources/hris/resources/groups/client/Client.d.ts +3 -1
  1330. package/dist/api/resources/hris/resources/groups/client/Client.js +17 -12
  1331. package/dist/api/resources/hris/resources/index.d.ts +2 -1
  1332. package/dist/api/resources/hris/resources/index.js +3 -2
  1333. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +3 -1
  1334. package/dist/api/resources/hris/resources/issues/client/Client.js +17 -12
  1335. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +3 -1
  1336. package/dist/api/resources/hris/resources/linkToken/client/Client.js +9 -4
  1337. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1338. package/dist/api/resources/hris/resources/linkToken/index.d.ts +1 -0
  1339. package/dist/api/resources/hris/resources/linkToken/index.js +1 -0
  1340. package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1341. package/dist/api/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1342. package/dist/api/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1343. package/dist/api/resources/hris/resources/linkToken/types/index.js +17 -0
  1344. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.d.ts +3 -1
  1345. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +9 -6
  1346. package/dist/api/resources/hris/resources/locations/client/Client.d.ts +3 -1
  1347. package/dist/api/resources/hris/resources/locations/client/Client.js +17 -12
  1348. package/dist/api/resources/hris/resources/passthrough/client/Client.d.ts +3 -1
  1349. package/dist/api/resources/hris/resources/passthrough/client/Client.js +9 -4
  1350. package/dist/api/resources/hris/resources/payGroups/client/Client.d.ts +3 -1
  1351. package/dist/api/resources/hris/resources/payGroups/client/Client.js +17 -12
  1352. package/dist/api/resources/hris/resources/payrollRuns/client/Client.d.ts +3 -1
  1353. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +17 -12
  1354. package/dist/api/resources/hris/resources/regenerateKey/client/Client.d.ts +3 -1
  1355. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +9 -4
  1356. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +3 -1
  1357. package/dist/api/resources/hris/resources/scopes/client/Client.js +25 -16
  1358. package/dist/api/resources/hris/resources/syncStatus/client/Client.d.ts +3 -1
  1359. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +9 -6
  1360. package/dist/api/resources/hris/resources/teams/client/Client.d.ts +3 -1
  1361. package/dist/api/resources/hris/resources/teams/client/Client.js +17 -12
  1362. package/dist/api/resources/hris/resources/timeOff/client/Client.d.ts +3 -1
  1363. package/dist/api/resources/hris/resources/timeOff/client/Client.js +33 -22
  1364. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.d.ts +3 -1
  1365. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +17 -12
  1366. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.d.ts +3 -1
  1367. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +33 -22
  1368. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.d.ts +3 -1
  1369. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +17 -10
  1370. package/dist/api/resources/hris/types/AccountDetails.d.ts +1 -1
  1371. package/dist/api/resources/hris/types/AccountDetailsAndActions.d.ts +2 -1
  1372. package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1373. package/dist/api/resources/hris/types/AccountDetailsAndActionsCategory.js +5 -0
  1374. package/dist/api/resources/hris/types/AccountDetailsCategory.d.ts +5 -0
  1375. package/dist/api/resources/hris/types/AccountDetailsCategory.js +5 -0
  1376. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  1377. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  1378. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  1379. package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
  1380. package/dist/api/resources/hris/types/index.d.ts +2 -0
  1381. package/dist/api/resources/hris/types/index.js +2 -0
  1382. package/dist/api/resources/index.d.ts +1 -1
  1383. package/dist/api/resources/index.js +2 -2
  1384. package/dist/api/resources/ticketing/client/Client.d.ts +2 -0
  1385. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.d.ts +3 -1
  1386. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +9 -6
  1387. package/dist/api/resources/ticketing/resources/accountToken/client/Client.d.ts +3 -1
  1388. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +9 -6
  1389. package/dist/api/resources/ticketing/resources/accounts/client/Client.d.ts +3 -1
  1390. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +17 -12
  1391. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.d.ts +3 -1
  1392. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +17 -10
  1393. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +3 -1
  1394. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +41 -28
  1395. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.d.ts +3 -1
  1396. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +9 -6
  1397. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  1398. package/dist/api/resources/ticketing/resources/availableActions/client/Client.d.ts +3 -1
  1399. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +9 -6
  1400. package/dist/api/resources/ticketing/resources/collections/client/Client.d.ts +3 -1
  1401. package/dist/api/resources/ticketing/resources/collections/client/Client.js +25 -18
  1402. package/dist/api/resources/ticketing/resources/comments/client/Client.d.ts +3 -1
  1403. package/dist/api/resources/ticketing/resources/comments/client/Client.js +33 -22
  1404. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +3 -1
  1405. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +33 -22
  1406. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.d.ts +3 -1
  1407. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +9 -6
  1408. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +3 -1
  1409. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +49 -32
  1410. package/dist/api/resources/ticketing/resources/forceResync/client/Client.d.ts +3 -1
  1411. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +9 -6
  1412. package/dist/api/resources/ticketing/resources/generateKey/client/Client.d.ts +3 -1
  1413. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +9 -4
  1414. package/dist/api/resources/ticketing/resources/index.d.ts +2 -1
  1415. package/dist/api/resources/ticketing/resources/index.js +3 -2
  1416. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +3 -1
  1417. package/dist/api/resources/ticketing/resources/issues/client/Client.js +17 -12
  1418. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +3 -1
  1419. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +9 -4
  1420. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  1421. package/dist/api/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1422. package/dist/api/resources/ticketing/resources/linkToken/index.js +1 -0
  1423. package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1424. package/dist/api/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +5 -0
  1425. package/dist/api/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1426. package/dist/api/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1427. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.d.ts +3 -1
  1428. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +9 -6
  1429. package/dist/api/resources/ticketing/resources/passthrough/client/Client.d.ts +3 -1
  1430. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +9 -4
  1431. package/dist/api/resources/ticketing/resources/projects/client/Client.d.ts +3 -1
  1432. package/dist/api/resources/ticketing/resources/projects/client/Client.js +25 -18
  1433. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.d.ts +3 -1
  1434. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +9 -4
  1435. package/dist/api/resources/ticketing/resources/roles/client/Client.d.ts +3 -1
  1436. package/dist/api/resources/ticketing/resources/roles/client/Client.js +17 -12
  1437. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +3 -1
  1438. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +25 -16
  1439. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.d.ts +3 -1
  1440. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +9 -6
  1441. package/dist/api/resources/ticketing/resources/tags/client/Client.d.ts +3 -1
  1442. package/dist/api/resources/ticketing/resources/tags/client/Client.js +17 -12
  1443. package/dist/api/resources/ticketing/resources/teams/client/Client.d.ts +3 -1
  1444. package/dist/api/resources/ticketing/resources/teams/client/Client.js +17 -12
  1445. package/dist/api/resources/ticketing/resources/tickets/client/Client.d.ts +5 -2
  1446. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +83 -49
  1447. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.d.ts +17 -0
  1448. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsMetaPostRetrieveRequest.js +5 -0
  1449. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  1450. package/dist/api/resources/ticketing/resources/tickets/client/requests/index.d.ts +1 -0
  1451. package/dist/api/resources/ticketing/resources/users/client/Client.d.ts +3 -1
  1452. package/dist/api/resources/ticketing/resources/users/client/Client.js +17 -12
  1453. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.d.ts +3 -1
  1454. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +17 -10
  1455. package/dist/api/resources/ticketing/types/AccountDetails.d.ts +1 -1
  1456. package/dist/api/resources/ticketing/types/AccountDetailsAndActions.d.ts +3 -2
  1457. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +5 -0
  1458. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsCategory.js +5 -0
  1459. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +5 -0
  1460. package/dist/api/resources/ticketing/types/AccountDetailsAndActionsStatus.js +5 -0
  1461. package/dist/api/resources/ticketing/types/AccountDetailsCategory.d.ts +5 -0
  1462. package/dist/api/resources/ticketing/types/AccountDetailsCategory.js +5 -0
  1463. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  1464. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  1465. package/dist/api/resources/ticketing/types/Collection.d.ts +9 -8
  1466. package/dist/api/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -1
  1467. package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +16 -0
  1468. package/dist/api/resources/ticketing/types/CollectionAccessLevelEnum.js +12 -0
  1469. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  1470. package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  1471. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +9 -0
  1472. package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +13 -0
  1473. package/dist/api/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +5 -0
  1474. package/dist/api/resources/ticketing/types/SyncStatus.d.ts +1 -1
  1475. package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +5 -0
  1476. package/dist/api/resources/ticketing/types/SyncStatusLastSyncResult.js +5 -0
  1477. package/dist/api/resources/ticketing/types/Ticket.d.ts +9 -0
  1478. package/dist/api/resources/ticketing/types/TicketAccessLevel.d.ts +13 -0
  1479. package/dist/api/resources/ticketing/types/TicketAccessLevel.js +5 -0
  1480. package/dist/api/resources/ticketing/types/{AccessLevelEnum.d.ts → TicketAccessLevelEnum.d.ts} +6 -4
  1481. package/dist/api/resources/ticketing/types/{AccessLevelEnum.js → TicketAccessLevelEnum.js} +4 -3
  1482. package/dist/api/resources/ticketing/types/TicketRequest.d.ts +9 -0
  1483. package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.d.ts +13 -0
  1484. package/dist/api/resources/ticketing/types/TicketRequestAccessLevel.js +5 -0
  1485. package/dist/api/resources/ticketing/types/index.d.ts +10 -2
  1486. package/dist/api/resources/ticketing/types/index.js +10 -2
  1487. package/dist/core/fetcher/Fetcher.d.ts +2 -1
  1488. package/dist/core/fetcher/Fetcher.js +22 -9
  1489. package/dist/core/fetcher/Headers.d.ts +2 -0
  1490. package/dist/core/fetcher/Headers.js +84 -0
  1491. package/dist/core/fetcher/RawResponse.js +3 -2
  1492. package/dist/core/headers.d.ts +3 -0
  1493. package/dist/core/headers.js +29 -0
  1494. package/dist/core/index.d.ts +1 -1
  1495. package/dist/core/index.js +1 -1
  1496. package/dist/errors/MergeError.d.ts +4 -1
  1497. package/dist/errors/MergeError.js +4 -7
  1498. package/dist/serialization/resources/accounting/resources/index.d.ts +3 -1
  1499. package/dist/serialization/resources/accounting/resources/index.js +4 -2
  1500. package/dist/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
  1501. package/dist/serialization/resources/accounting/resources/items/client/index.js +17 -0
  1502. package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
  1503. package/dist/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
  1504. package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
  1505. package/dist/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
  1506. package/dist/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  1507. package/dist/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
  1508. package/dist/serialization/resources/accounting/resources/items/index.d.ts +1 -0
  1509. package/dist/serialization/resources/accounting/resources/items/index.js +1 -0
  1510. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1511. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1512. package/dist/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1513. package/dist/serialization/resources/accounting/resources/linkToken/index.js +1 -0
  1514. package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1515. package/dist/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1516. package/dist/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1517. package/dist/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
  1518. package/dist/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
  1519. package/dist/serialization/resources/accounting/types/AccountDetails.js +2 -2
  1520. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
  1521. package/dist/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
  1522. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1523. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
  1524. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1525. package/dist/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
  1526. package/dist/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
  1527. package/dist/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
  1528. package/dist/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  1529. package/dist/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  1530. package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
  1531. package/dist/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
  1532. package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1533. package/dist/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  1534. package/dist/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
  1535. package/dist/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
  1536. package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
  1537. package/dist/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
  1538. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
  1539. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
  1540. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
  1541. package/dist/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
  1542. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
  1543. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
  1544. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
  1545. package/dist/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
  1546. package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1547. package/dist/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
  1548. package/dist/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
  1549. package/dist/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
  1550. package/dist/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
  1551. package/dist/serialization/resources/accounting/types/ItemResponse.js +50 -0
  1552. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
  1553. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
  1554. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1555. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
  1556. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
  1557. package/dist/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
  1558. package/dist/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  1559. package/dist/serialization/resources/accounting/types/SyncStatus.js +2 -2
  1560. package/dist/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
  1561. package/dist/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
  1562. package/dist/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
  1563. package/dist/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
  1564. package/dist/serialization/resources/accounting/types/index.d.ts +18 -0
  1565. package/dist/serialization/resources/accounting/types/index.js +18 -0
  1566. package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
  1567. package/dist/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
  1568. package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1569. package/dist/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
  1570. package/dist/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1571. package/dist/serialization/resources/ats/resources/candidates/types/index.js +1 -0
  1572. package/dist/serialization/resources/ats/resources/index.d.ts +2 -1
  1573. package/dist/serialization/resources/ats/resources/index.js +3 -2
  1574. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1575. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1576. package/dist/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
  1577. package/dist/serialization/resources/ats/resources/linkToken/index.js +1 -0
  1578. package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1579. package/dist/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1580. package/dist/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1581. package/dist/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
  1582. package/dist/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
  1583. package/dist/serialization/resources/ats/types/AccountDetails.js +2 -2
  1584. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
  1585. package/dist/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
  1586. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1587. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
  1588. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1589. package/dist/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
  1590. package/dist/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
  1591. package/dist/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
  1592. package/dist/serialization/resources/ats/types/Job.d.ts +2 -2
  1593. package/dist/serialization/resources/ats/types/Job.js +2 -2
  1594. package/dist/serialization/resources/ats/types/JobPosting.d.ts +2 -2
  1595. package/dist/serialization/resources/ats/types/JobPosting.js +2 -2
  1596. package/dist/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
  1597. package/dist/serialization/resources/ats/types/JobPostingStatus.js +42 -0
  1598. package/dist/serialization/resources/ats/types/JobType.d.ts +11 -0
  1599. package/dist/serialization/resources/ats/types/JobType.js +42 -0
  1600. package/dist/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
  1601. package/dist/serialization/resources/ats/types/SyncStatus.js +4 -4
  1602. package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
  1603. package/dist/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
  1604. package/dist/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
  1605. package/dist/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
  1606. package/dist/serialization/resources/ats/types/index.d.ts +7 -0
  1607. package/dist/serialization/resources/ats/types/index.js +7 -0
  1608. package/dist/serialization/resources/crm/resources/index.d.ts +2 -1
  1609. package/dist/serialization/resources/crm/resources/index.js +3 -2
  1610. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1611. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1612. package/dist/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
  1613. package/dist/serialization/resources/crm/resources/linkToken/index.js +1 -0
  1614. package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1615. package/dist/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1616. package/dist/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1617. package/dist/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
  1618. package/dist/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
  1619. package/dist/serialization/resources/crm/types/AccountDetails.js +2 -2
  1620. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
  1621. package/dist/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
  1622. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1623. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
  1624. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1625. package/dist/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
  1626. package/dist/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
  1627. package/dist/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
  1628. package/dist/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1629. package/dist/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
  1630. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1631. package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1632. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
  1633. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
  1634. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1635. package/dist/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
  1636. package/dist/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
  1637. package/dist/serialization/resources/crm/types/SyncStatus.js +2 -2
  1638. package/dist/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
  1639. package/dist/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
  1640. package/dist/serialization/resources/crm/types/index.d.ts +5 -0
  1641. package/dist/serialization/resources/crm/types/index.js +5 -0
  1642. package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1643. package/dist/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
  1644. package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1645. package/dist/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
  1646. package/dist/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1647. package/dist/serialization/resources/filestorage/resources/files/types/index.js +2 -0
  1648. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1649. package/dist/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1650. package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1651. package/dist/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
  1652. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1653. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1654. package/dist/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
  1655. package/dist/serialization/resources/filestorage/types/FileRequest.js +1 -0
  1656. package/dist/serialization/resources/filestorage/types/File_.d.ts +1 -0
  1657. package/dist/serialization/resources/filestorage/types/File_.js +1 -0
  1658. package/dist/serialization/resources/hris/resources/index.d.ts +2 -1
  1659. package/dist/serialization/resources/hris/resources/index.js +3 -2
  1660. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1661. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1662. package/dist/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
  1663. package/dist/serialization/resources/hris/resources/linkToken/index.js +1 -0
  1664. package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1665. package/dist/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1666. package/dist/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1667. package/dist/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
  1668. package/dist/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
  1669. package/dist/serialization/resources/hris/types/AccountDetails.js +2 -2
  1670. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
  1671. package/dist/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
  1672. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1673. package/dist/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
  1674. package/dist/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
  1675. package/dist/serialization/resources/hris/types/AccountDetailsCategory.js +42 -0
  1676. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1677. package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1678. package/dist/serialization/resources/hris/types/index.d.ts +2 -0
  1679. package/dist/serialization/resources/hris/types/index.js +2 -0
  1680. package/dist/serialization/resources/index.d.ts +1 -1
  1681. package/dist/serialization/resources/index.js +2 -2
  1682. package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -1
  1683. package/dist/serialization/resources/ticketing/resources/index.js +3 -2
  1684. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1685. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1686. package/dist/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1687. package/dist/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
  1688. package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1689. package/dist/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1690. package/dist/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1691. package/dist/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1692. package/dist/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
  1693. package/dist/serialization/resources/ticketing/types/AccountDetails.js +2 -2
  1694. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
  1695. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
  1696. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1697. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
  1698. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1699. package/dist/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
  1700. package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
  1701. package/dist/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
  1702. package/dist/serialization/resources/ticketing/types/Collection.d.ts +2 -2
  1703. package/dist/serialization/resources/ticketing/types/Collection.js +2 -2
  1704. package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
  1705. package/dist/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
  1706. package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
  1707. package/dist/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -0
  1708. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1709. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1710. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1711. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1712. package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
  1713. package/dist/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
  1714. package/dist/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  1715. package/dist/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  1716. package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
  1717. package/dist/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
  1718. package/dist/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
  1719. package/dist/serialization/resources/ticketing/types/Ticket.js +2 -0
  1720. package/dist/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
  1721. package/dist/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
  1722. package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
  1723. package/dist/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
  1724. package/dist/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
  1725. package/dist/serialization/resources/ticketing/types/TicketRequest.js +2 -0
  1726. package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
  1727. package/dist/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
  1728. package/dist/serialization/resources/ticketing/types/index.d.ts +10 -2
  1729. package/dist/serialization/resources/ticketing/types/index.js +10 -2
  1730. package/dist/version.d.ts +1 -1
  1731. package/dist/version.js +1 -1
  1732. package/errors/MergeError.d.ts +4 -1
  1733. package/errors/MergeError.js +4 -7
  1734. package/jest.config.mjs +1 -0
  1735. package/package.json +7 -3
  1736. package/reference.md +3366 -3102
  1737. package/scripts/rename-to-esm-files.js +10 -2
  1738. package/serialization/resources/accounting/resources/index.d.ts +3 -1
  1739. package/serialization/resources/accounting/resources/index.js +4 -2
  1740. package/serialization/resources/accounting/resources/items/client/index.d.ts +1 -0
  1741. package/serialization/resources/accounting/resources/items/client/index.js +17 -0
  1742. package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.d.ts +13 -0
  1743. package/serialization/resources/accounting/resources/items/client/requests/ItemEndpointRequest.js +44 -0
  1744. package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.d.ts +13 -0
  1745. package/serialization/resources/accounting/resources/items/client/requests/PatchedItemEndpointRequest.js +44 -0
  1746. package/serialization/resources/accounting/resources/items/client/requests/index.d.ts +2 -0
  1747. package/serialization/resources/accounting/resources/items/client/requests/index.js +7 -0
  1748. package/serialization/resources/accounting/resources/items/index.d.ts +1 -0
  1749. package/serialization/resources/accounting/resources/items/index.js +1 -0
  1750. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1751. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1752. package/serialization/resources/accounting/resources/linkToken/index.d.ts +1 -0
  1753. package/serialization/resources/accounting/resources/linkToken/index.js +1 -0
  1754. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1755. package/serialization/resources/accounting/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1756. package/serialization/resources/accounting/resources/linkToken/types/index.d.ts +1 -0
  1757. package/serialization/resources/accounting/resources/linkToken/types/index.js +17 -0
  1758. package/serialization/resources/accounting/types/AccountDetails.d.ts +2 -2
  1759. package/serialization/resources/accounting/types/AccountDetails.js +2 -2
  1760. package/serialization/resources/accounting/types/AccountDetailsAndActions.d.ts +5 -4
  1761. package/serialization/resources/accounting/types/AccountDetailsAndActions.js +5 -4
  1762. package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1763. package/serialization/resources/accounting/types/AccountDetailsAndActionsCategory.js +42 -0
  1764. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1765. package/serialization/resources/accounting/types/AccountDetailsAndActionsStatus.js +42 -0
  1766. package/serialization/resources/accounting/types/AccountDetailsCategory.d.ts +11 -0
  1767. package/serialization/resources/accounting/types/AccountDetailsCategory.js +42 -0
  1768. package/serialization/resources/accounting/types/DataPassthroughRequest.d.ts +2 -2
  1769. package/serialization/resources/accounting/types/DataPassthroughRequest.js +2 -2
  1770. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.d.ts +11 -0
  1771. package/serialization/resources/accounting/types/DataPassthroughRequestMethod.js +42 -0
  1772. package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1773. package/serialization/resources/accounting/types/EventTypeEnum.js +1 -0
  1774. package/serialization/resources/accounting/types/ItemRequestRequest.d.ts +30 -0
  1775. package/serialization/resources/accounting/types/ItemRequestRequest.js +61 -0
  1776. package/serialization/resources/accounting/types/ItemRequestRequestCompany.d.ts +11 -0
  1777. package/serialization/resources/accounting/types/ItemRequestRequestCompany.js +42 -0
  1778. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.d.ts +11 -0
  1779. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseAccount.js +42 -0
  1780. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.d.ts +11 -0
  1781. package/serialization/resources/accounting/types/ItemRequestRequestPurchaseTaxRate.js +42 -0
  1782. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.d.ts +11 -0
  1783. package/serialization/resources/accounting/types/ItemRequestRequestSalesAccount.js +42 -0
  1784. package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.d.ts +11 -0
  1785. package/serialization/resources/accounting/types/ItemRequestRequestSalesTaxRate.js +42 -0
  1786. package/serialization/resources/accounting/types/ItemRequestRequestStatus.d.ts +11 -0
  1787. package/serialization/resources/accounting/types/ItemRequestRequestStatus.js +42 -0
  1788. package/serialization/resources/accounting/types/ItemRequestRequestType.d.ts +11 -0
  1789. package/serialization/resources/accounting/types/ItemRequestRequestType.js +42 -0
  1790. package/serialization/resources/accounting/types/ItemResponse.d.ts +19 -0
  1791. package/serialization/resources/accounting/types/ItemResponse.js +50 -0
  1792. package/serialization/resources/accounting/types/PatchedItemRequestRequest.d.ts +25 -0
  1793. package/serialization/resources/accounting/types/PatchedItemRequestRequest.js +56 -0
  1794. package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.d.ts +11 -0
  1795. package/serialization/resources/accounting/types/PatchedItemRequestRequestStatus.js +42 -0
  1796. package/serialization/resources/accounting/types/PatchedItemRequestRequestType.d.ts +11 -0
  1797. package/serialization/resources/accounting/types/PatchedItemRequestRequestType.js +42 -0
  1798. package/serialization/resources/accounting/types/SyncStatus.d.ts +2 -2
  1799. package/serialization/resources/accounting/types/SyncStatus.js +2 -2
  1800. package/serialization/resources/accounting/types/SyncStatusStatus.d.ts +11 -0
  1801. package/serialization/resources/accounting/types/SyncStatusStatus.js +42 -0
  1802. package/serialization/resources/accounting/types/Type2BbEnum.d.ts +10 -0
  1803. package/serialization/resources/{ticketing/types/AccessLevelEnum.js → accounting/types/Type2BbEnum.js} +2 -2
  1804. package/serialization/resources/accounting/types/index.d.ts +18 -0
  1805. package/serialization/resources/accounting/types/index.js +18 -0
  1806. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +2 -2
  1807. package/serialization/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.js +2 -2
  1808. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1809. package/serialization/resources/ats/resources/candidates/types/IgnoreCommonModelRequestReason.js +42 -0
  1810. package/serialization/resources/ats/resources/candidates/types/index.d.ts +1 -0
  1811. package/serialization/resources/ats/resources/candidates/types/index.js +1 -0
  1812. package/serialization/resources/ats/resources/index.d.ts +2 -1
  1813. package/serialization/resources/ats/resources/index.js +3 -2
  1814. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1815. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1816. package/serialization/resources/ats/resources/linkToken/index.d.ts +1 -0
  1817. package/serialization/resources/ats/resources/linkToken/index.js +1 -0
  1818. package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1819. package/serialization/resources/ats/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1820. package/serialization/resources/ats/resources/linkToken/types/index.d.ts +1 -0
  1821. package/serialization/resources/ats/resources/linkToken/types/index.js +17 -0
  1822. package/serialization/resources/ats/types/AccountDetails.d.ts +2 -2
  1823. package/serialization/resources/ats/types/AccountDetails.js +2 -2
  1824. package/serialization/resources/ats/types/AccountDetailsAndActions.d.ts +5 -4
  1825. package/serialization/resources/ats/types/AccountDetailsAndActions.js +5 -4
  1826. package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1827. package/serialization/resources/ats/types/AccountDetailsAndActionsCategory.js +42 -0
  1828. package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1829. package/serialization/resources/ats/types/AccountDetailsAndActionsStatus.js +42 -0
  1830. package/serialization/resources/ats/types/AccountDetailsCategory.d.ts +11 -0
  1831. package/serialization/resources/ats/types/AccountDetailsCategory.js +42 -0
  1832. package/serialization/resources/ats/types/Job.d.ts +2 -2
  1833. package/serialization/resources/ats/types/Job.js +2 -2
  1834. package/serialization/resources/ats/types/JobPosting.d.ts +2 -2
  1835. package/serialization/resources/ats/types/JobPosting.js +2 -2
  1836. package/serialization/resources/ats/types/JobPostingStatus.d.ts +11 -0
  1837. package/serialization/resources/ats/types/JobPostingStatus.js +42 -0
  1838. package/serialization/resources/ats/types/JobType.d.ts +11 -0
  1839. package/serialization/resources/ats/types/JobType.js +42 -0
  1840. package/serialization/resources/ats/types/SyncStatus.d.ts +4 -4
  1841. package/serialization/resources/ats/types/SyncStatus.js +4 -4
  1842. package/serialization/resources/ats/types/SyncStatusLastSyncResult.d.ts +11 -0
  1843. package/serialization/resources/ats/types/SyncStatusLastSyncResult.js +42 -0
  1844. package/serialization/resources/ats/types/SyncStatusStatus.d.ts +11 -0
  1845. package/serialization/resources/ats/types/SyncStatusStatus.js +42 -0
  1846. package/serialization/resources/ats/types/index.d.ts +7 -0
  1847. package/serialization/resources/ats/types/index.js +7 -0
  1848. package/serialization/resources/crm/resources/index.d.ts +2 -1
  1849. package/serialization/resources/crm/resources/index.js +3 -2
  1850. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1851. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1852. package/serialization/resources/crm/resources/linkToken/index.d.ts +1 -0
  1853. package/serialization/resources/crm/resources/linkToken/index.js +1 -0
  1854. package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1855. package/serialization/resources/crm/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1856. package/serialization/resources/crm/resources/linkToken/types/index.d.ts +1 -0
  1857. package/serialization/resources/crm/resources/linkToken/types/index.js +17 -0
  1858. package/serialization/resources/crm/types/AccountDetails.d.ts +2 -2
  1859. package/serialization/resources/crm/types/AccountDetails.js +2 -2
  1860. package/serialization/resources/crm/types/AccountDetailsAndActions.d.ts +4 -4
  1861. package/serialization/resources/crm/types/AccountDetailsAndActions.js +4 -4
  1862. package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1863. package/serialization/resources/crm/types/AccountDetailsAndActionsCategory.js +42 -0
  1864. package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1865. package/serialization/resources/crm/types/AccountDetailsAndActionsStatus.js +42 -0
  1866. package/serialization/resources/crm/types/AccountDetailsCategory.d.ts +11 -0
  1867. package/serialization/resources/crm/types/AccountDetailsCategory.js +42 -0
  1868. package/serialization/resources/crm/types/CustomObjectRequest.d.ts +2 -0
  1869. package/serialization/resources/crm/types/CustomObjectRequest.js +2 -0
  1870. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1871. package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  1872. package/serialization/resources/crm/types/IgnoreCommonModelRequest.d.ts +2 -2
  1873. package/serialization/resources/crm/types/IgnoreCommonModelRequest.js +2 -2
  1874. package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.d.ts +11 -0
  1875. package/serialization/resources/crm/types/IgnoreCommonModelRequestReason.js +42 -0
  1876. package/serialization/resources/crm/types/SyncStatus.d.ts +2 -2
  1877. package/serialization/resources/crm/types/SyncStatus.js +2 -2
  1878. package/serialization/resources/crm/types/SyncStatusStatus.d.ts +11 -0
  1879. package/serialization/resources/crm/types/SyncStatusStatus.js +42 -0
  1880. package/serialization/resources/crm/types/index.d.ts +5 -0
  1881. package/serialization/resources/crm/types/index.js +5 -0
  1882. package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.d.ts +10 -0
  1883. package/serialization/resources/filestorage/resources/files/types/FilesDownloadRequestMetaListRequestOrderBy.js +41 -0
  1884. package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.d.ts +10 -0
  1885. package/serialization/resources/filestorage/resources/files/types/FilesListRequestOrderBy.js +41 -0
  1886. package/serialization/resources/filestorage/resources/files/types/index.d.ts +2 -0
  1887. package/serialization/resources/filestorage/resources/files/types/index.js +2 -0
  1888. package/serialization/resources/filestorage/types/AccountDetailsAndActions.d.ts +1 -0
  1889. package/serialization/resources/filestorage/types/AccountDetailsAndActions.js +1 -0
  1890. package/serialization/resources/filestorage/types/DownloadRequestMeta.d.ts +0 -1
  1891. package/serialization/resources/filestorage/types/DownloadRequestMeta.js +0 -1
  1892. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1893. package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  1894. package/serialization/resources/filestorage/types/FileRequest.d.ts +1 -0
  1895. package/serialization/resources/filestorage/types/FileRequest.js +1 -0
  1896. package/serialization/resources/filestorage/types/File_.d.ts +1 -0
  1897. package/serialization/resources/filestorage/types/File_.js +1 -0
  1898. package/serialization/resources/hris/resources/index.d.ts +2 -1
  1899. package/serialization/resources/hris/resources/index.js +3 -2
  1900. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1901. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1902. package/serialization/resources/hris/resources/linkToken/index.d.ts +1 -0
  1903. package/serialization/resources/hris/resources/linkToken/index.js +1 -0
  1904. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1905. package/serialization/resources/hris/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1906. package/serialization/resources/hris/resources/linkToken/types/index.d.ts +1 -0
  1907. package/serialization/resources/hris/resources/linkToken/types/index.js +17 -0
  1908. package/serialization/resources/hris/types/AccountDetails.d.ts +2 -2
  1909. package/serialization/resources/hris/types/AccountDetails.js +2 -2
  1910. package/serialization/resources/hris/types/AccountDetailsAndActions.d.ts +3 -2
  1911. package/serialization/resources/hris/types/AccountDetailsAndActions.js +3 -2
  1912. package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1913. package/serialization/resources/hris/types/AccountDetailsAndActionsCategory.js +42 -0
  1914. package/serialization/resources/hris/types/AccountDetailsCategory.d.ts +11 -0
  1915. package/serialization/resources/hris/types/AccountDetailsCategory.js +42 -0
  1916. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1917. package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  1918. package/serialization/resources/hris/types/index.d.ts +2 -0
  1919. package/serialization/resources/hris/types/index.js +2 -0
  1920. package/serialization/resources/index.d.ts +1 -1
  1921. package/serialization/resources/index.js +2 -2
  1922. package/serialization/resources/ticketing/resources/index.d.ts +2 -1
  1923. package/serialization/resources/ticketing/resources/index.js +3 -2
  1924. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -2
  1925. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -2
  1926. package/serialization/resources/ticketing/resources/linkToken/index.d.ts +1 -0
  1927. package/serialization/resources/ticketing/resources/linkToken/index.js +1 -0
  1928. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.d.ts +11 -0
  1929. package/serialization/resources/ticketing/resources/linkToken/types/EndUserDetailsRequestLanguage.js +42 -0
  1930. package/serialization/resources/ticketing/resources/linkToken/types/index.d.ts +1 -0
  1931. package/serialization/resources/ticketing/resources/linkToken/types/index.js +17 -0
  1932. package/serialization/resources/ticketing/types/AccountDetails.d.ts +2 -2
  1933. package/serialization/resources/ticketing/types/AccountDetails.js +2 -2
  1934. package/serialization/resources/ticketing/types/AccountDetailsAndActions.d.ts +5 -4
  1935. package/serialization/resources/ticketing/types/AccountDetailsAndActions.js +5 -4
  1936. package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.d.ts +11 -0
  1937. package/serialization/resources/ticketing/types/AccountDetailsAndActionsCategory.js +42 -0
  1938. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.d.ts +11 -0
  1939. package/serialization/resources/ticketing/types/AccountDetailsAndActionsStatus.js +42 -0
  1940. package/serialization/resources/ticketing/types/AccountDetailsCategory.d.ts +11 -0
  1941. package/serialization/resources/ticketing/types/AccountDetailsCategory.js +42 -0
  1942. package/serialization/resources/ticketing/types/Collection.d.ts +2 -2
  1943. package/serialization/resources/ticketing/types/Collection.js +2 -2
  1944. package/serialization/resources/ticketing/types/CollectionAccessLevel.d.ts +2 -2
  1945. package/serialization/resources/ticketing/types/CollectionAccessLevel.js +2 -2
  1946. package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.d.ts +10 -0
  1947. package/serialization/resources/ticketing/types/CollectionAccessLevelEnum.js +41 -0
  1948. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1949. package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  1950. package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -0
  1951. package/serialization/resources/ticketing/types/PatchedTicketRequest.js +2 -0
  1952. package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.d.ts +11 -0
  1953. package/serialization/resources/ticketing/types/PatchedTicketRequestAccessLevel.js +42 -0
  1954. package/serialization/resources/ticketing/types/SyncStatus.d.ts +2 -2
  1955. package/serialization/resources/ticketing/types/SyncStatus.js +2 -2
  1956. package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.d.ts +11 -0
  1957. package/serialization/resources/ticketing/types/SyncStatusLastSyncResult.js +42 -0
  1958. package/serialization/resources/ticketing/types/Ticket.d.ts +2 -0
  1959. package/serialization/resources/ticketing/types/Ticket.js +2 -0
  1960. package/serialization/resources/ticketing/types/TicketAccessLevel.d.ts +11 -0
  1961. package/serialization/resources/ticketing/types/TicketAccessLevel.js +42 -0
  1962. package/serialization/resources/ticketing/types/TicketAccessLevelEnum.d.ts +10 -0
  1963. package/serialization/resources/ticketing/types/TicketAccessLevelEnum.js +41 -0
  1964. package/serialization/resources/ticketing/types/TicketRequest.d.ts +2 -0
  1965. package/serialization/resources/ticketing/types/TicketRequest.js +2 -0
  1966. package/serialization/resources/ticketing/types/TicketRequestAccessLevel.d.ts +11 -0
  1967. package/serialization/resources/ticketing/types/TicketRequestAccessLevel.js +42 -0
  1968. package/serialization/resources/ticketing/types/index.d.ts +10 -2
  1969. package/serialization/resources/ticketing/types/index.js +10 -2
  1970. package/version.d.ts +1 -1
  1971. package/version.js +1 -1
  1972. package/dist/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
  1973. package/serialization/resources/ticketing/types/AccessLevelEnum.d.ts +0 -10
@@ -0,0 +1,4730 @@
1
+ types:
2
+ AccessRoleEnum:
3
+ enum:
4
+ - SUPER_ADMIN
5
+ - ADMIN
6
+ - TEAM_MEMBER
7
+ - LIMITED_TEAM_MEMBER
8
+ - INTERVIEWER
9
+ docs: |-
10
+ * `SUPER_ADMIN` - SUPER_ADMIN
11
+ * `ADMIN` - ADMIN
12
+ * `TEAM_MEMBER` - TEAM_MEMBER
13
+ * `LIMITED_TEAM_MEMBER` - LIMITED_TEAM_MEMBER
14
+ * `INTERVIEWER` - INTERVIEWER
15
+ source:
16
+ openapi: openapi/openapi.yml
17
+ AccountDetailsCategory:
18
+ discriminated: false
19
+ union:
20
+ - CategoryEnum
21
+ - string
22
+ source:
23
+ openapi: openapi/openapi.yml
24
+ inline: true
25
+ AccountDetails:
26
+ properties:
27
+ id:
28
+ type: optional<string>
29
+ validation:
30
+ format: uuid
31
+ access: read-only
32
+ integration:
33
+ type: optional<string>
34
+ access: read-only
35
+ integration_slug:
36
+ type: optional<string>
37
+ access: read-only
38
+ category: optional<AccountDetailsCategory>
39
+ end_user_origin_id:
40
+ type: optional<string>
41
+ access: read-only
42
+ end_user_organization_name:
43
+ type: optional<string>
44
+ access: read-only
45
+ end_user_email_address:
46
+ type: optional<string>
47
+ validation:
48
+ format: email
49
+ access: read-only
50
+ status:
51
+ type: optional<string>
52
+ access: read-only
53
+ webhook_listener_url:
54
+ type: optional<string>
55
+ validation:
56
+ format: uri
57
+ access: read-only
58
+ is_duplicate:
59
+ type: optional<boolean>
60
+ docs: >-
61
+ Whether a Production Linked Account's credentials match another
62
+ existing Production Linked Account. This field is `null` for Test
63
+ Linked Accounts, incomplete Production Linked Accounts, and ignored
64
+ duplicate Production Linked Account sets.
65
+ access: read-only
66
+ account_type:
67
+ type: optional<string>
68
+ access: read-only
69
+ completed_at:
70
+ type: optional<datetime>
71
+ docs: The time at which account completes the linking flow.
72
+ source:
73
+ openapi: openapi/openapi.yml
74
+ AccountDetailsAndActionsCategory:
75
+ discriminated: false
76
+ union:
77
+ - CategoryEnum
78
+ - string
79
+ source:
80
+ openapi: openapi/openapi.yml
81
+ inline: true
82
+ AccountDetailsAndActionsStatus:
83
+ discriminated: false
84
+ union:
85
+ - AccountDetailsAndActionsStatusEnum
86
+ - string
87
+ source:
88
+ openapi: openapi/openapi.yml
89
+ inline: true
90
+ AccountDetailsAndActions:
91
+ docs: >-
92
+ # The LinkedAccount Object
93
+
94
+ ### Description
95
+
96
+ The `LinkedAccount` object is used to represent an end user's link with a
97
+ specific integration.
98
+
99
+
100
+ ### Usage Example
101
+
102
+ View a list of your organization's `LinkedAccount` objects.
103
+ properties:
104
+ id: string
105
+ category: optional<AccountDetailsAndActionsCategory>
106
+ status: AccountDetailsAndActionsStatus
107
+ status_detail: optional<string>
108
+ end_user_origin_id: optional<string>
109
+ end_user_organization_name: string
110
+ end_user_email_address: string
111
+ subdomain:
112
+ type: optional<string>
113
+ docs: The tenant or domain the customer has provided access to.
114
+ webhook_listener_url: string
115
+ is_duplicate:
116
+ type: optional<boolean>
117
+ docs: >-
118
+ Whether a Production Linked Account's credentials match another
119
+ existing Production Linked Account. This field is `null` for Test
120
+ Linked Accounts, incomplete Production Linked Accounts, and ignored
121
+ duplicate Production Linked Account sets.
122
+ integration: optional<AccountDetailsAndActionsIntegration>
123
+ account_type: string
124
+ completed_at: datetime
125
+ integration_specific_fields: optional<map<string, unknown>>
126
+ source:
127
+ openapi: openapi/openapi.yml
128
+ AccountDetailsAndActionsIntegration:
129
+ properties:
130
+ name: string
131
+ categories: list<CategoriesEnum>
132
+ image: optional<string>
133
+ square_image: optional<string>
134
+ color: string
135
+ slug: string
136
+ passthrough_available: boolean
137
+ available_model_operations: optional<list<ModelOperation>>
138
+ source:
139
+ openapi: openapi/openapi.yml
140
+ AccountDetailsAndActionsStatusEnum:
141
+ enum:
142
+ - COMPLETE
143
+ - INCOMPLETE
144
+ - RELINK_NEEDED
145
+ - IDLE
146
+ docs: |-
147
+ * `COMPLETE` - COMPLETE
148
+ * `INCOMPLETE` - INCOMPLETE
149
+ * `RELINK_NEEDED` - RELINK_NEEDED
150
+ * `IDLE` - IDLE
151
+ source:
152
+ openapi: openapi/openapi.yml
153
+ AccountIntegration:
154
+ properties:
155
+ name:
156
+ type: string
157
+ docs: Company name.
158
+ abbreviated_name:
159
+ type: optional<string>
160
+ docs: >-
161
+ Optional. This shortened name appears in places with limited space,
162
+ usually in conjunction with the platform's logo (e.g., Merge Link
163
+ menu).<br><br>Example: <i>Workforce Now (in lieu of ADP Workforce
164
+ Now), SuccessFactors (in lieu of SAP SuccessFactors)</i>
165
+ categories:
166
+ type: optional<list<CategoriesEnum>>
167
+ docs: >-
168
+ Category or categories this integration belongs to. Multiple
169
+ categories should be comma separated, i.e. [ats, hris].
170
+ access: read-only
171
+ image:
172
+ type: optional<string>
173
+ docs: Company logo in rectangular shape.
174
+ validation:
175
+ format: uri
176
+ square_image:
177
+ type: optional<string>
178
+ docs: Company logo in square shape.
179
+ validation:
180
+ format: uri
181
+ color:
182
+ type: optional<string>
183
+ docs: >-
184
+ The color of this integration used for buttons and text throughout the
185
+ app and landing pages. <b>Choose a darker, saturated color.</b>
186
+ validation:
187
+ pattern: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
188
+ maxLength: 18
189
+ slug:
190
+ type: optional<string>
191
+ access: read-only
192
+ api_endpoints_to_documentation_urls:
193
+ type: optional<map<string, unknown>>
194
+ docs: >-
195
+ Mapping of API endpoints to documentation urls for support. Example:
196
+ {'GET': [['/common-model-scopes',
197
+ 'https://docs.merge.dev/accounting/common-model-scopes/#common_model_scopes_retrieve'],['/common-model-actions',
198
+ 'https://docs.merge.dev/accounting/common-model-actions/#common_model_actions_retrieve']],
199
+ 'POST': []}
200
+ webhook_setup_guide_url:
201
+ type: optional<string>
202
+ docs: >-
203
+ Setup guide URL for third party webhook creation. Exposed in Merge
204
+ Docs.
205
+ category_beta_status:
206
+ type: optional<map<string, unknown>>
207
+ docs: Category or categories this integration is in beta status for.
208
+ access: read-only
209
+ source:
210
+ openapi: openapi/openapi.yml
211
+ AccountToken:
212
+ properties:
213
+ account_token: string
214
+ integration: AccountIntegration
215
+ id: string
216
+ source:
217
+ openapi: openapi/openapi.yml
218
+ ActivityUser:
219
+ discriminated: false
220
+ docs: The user that performed the action.
221
+ union:
222
+ - type: string
223
+ validation:
224
+ format: uuid
225
+ - RemoteUser
226
+ source:
227
+ openapi: openapi/openapi.yml
228
+ inline: true
229
+ ActivityActivityType:
230
+ discriminated: false
231
+ docs: |-
232
+ The activity's type.
233
+
234
+ * `NOTE` - NOTE
235
+ * `EMAIL` - EMAIL
236
+ * `OTHER` - OTHER
237
+ union:
238
+ - ActivityTypeEnum
239
+ - string
240
+ source:
241
+ openapi: openapi/openapi.yml
242
+ inline: true
243
+ ActivityVisibility:
244
+ discriminated: false
245
+ docs: |-
246
+ The activity's visibility.
247
+
248
+ * `ADMIN_ONLY` - ADMIN_ONLY
249
+ * `PUBLIC` - PUBLIC
250
+ * `PRIVATE` - PRIVATE
251
+ union:
252
+ - VisibilityEnum
253
+ - string
254
+ source:
255
+ openapi: openapi/openapi.yml
256
+ inline: true
257
+ Activity:
258
+ docs: >-
259
+ # The Activity Object
260
+
261
+ ### Description
262
+
263
+ The `Activity` object is used to represent an activity for a candidate
264
+ performed by a user.
265
+
266
+ ### Usage Example
267
+
268
+ Fetch from the `LIST Activities` endpoint and filter by `ID` to show all
269
+ activities.
270
+ properties:
271
+ id:
272
+ type: optional<string>
273
+ validation:
274
+ format: uuid
275
+ access: read-only
276
+ remote_id:
277
+ type: optional<string>
278
+ docs: The third-party API ID of the matching object.
279
+ created_at:
280
+ type: optional<datetime>
281
+ docs: The datetime that this object was created by Merge.
282
+ access: read-only
283
+ modified_at:
284
+ type: optional<datetime>
285
+ docs: The datetime that this object was modified by Merge.
286
+ access: read-only
287
+ user:
288
+ type: optional<ActivityUser>
289
+ docs: The user that performed the action.
290
+ remote_created_at:
291
+ type: optional<datetime>
292
+ docs: When the third party's activity was created.
293
+ activity_type:
294
+ type: optional<ActivityActivityType>
295
+ docs: |-
296
+ The activity's type.
297
+
298
+ * `NOTE` - NOTE
299
+ * `EMAIL` - EMAIL
300
+ * `OTHER` - OTHER
301
+ subject:
302
+ type: optional<string>
303
+ docs: The activity's subject.
304
+ body:
305
+ type: optional<string>
306
+ docs: The activity's body.
307
+ visibility:
308
+ type: optional<ActivityVisibility>
309
+ docs: |-
310
+ The activity's visibility.
311
+
312
+ * `ADMIN_ONLY` - ADMIN_ONLY
313
+ * `PUBLIC` - PUBLIC
314
+ * `PRIVATE` - PRIVATE
315
+ candidate:
316
+ type: optional<string>
317
+ validation:
318
+ format: uuid
319
+ remote_was_deleted:
320
+ type: optional<boolean>
321
+ docs: >-
322
+ Indicates whether or not this object has been deleted in the third
323
+ party platform. Full coverage deletion detection is a premium add-on.
324
+ Native deletion detection is offered for free with limited coverage.
325
+ [Learn
326
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
327
+ access: read-only
328
+ field_mappings:
329
+ type: optional<map<string, unknown>>
330
+ access: read-only
331
+ remote_data:
332
+ type: optional<list<RemoteData>>
333
+ access: read-only
334
+ source:
335
+ openapi: openapi/openapi.yml
336
+ ActivityRequestUser:
337
+ discriminated: false
338
+ docs: The user that performed the action.
339
+ union:
340
+ - type: string
341
+ validation:
342
+ format: uuid
343
+ - RemoteUser
344
+ source:
345
+ openapi: openapi/openapi.yml
346
+ inline: true
347
+ ActivityRequestActivityType:
348
+ discriminated: false
349
+ docs: |-
350
+ The activity's type.
351
+
352
+ * `NOTE` - NOTE
353
+ * `EMAIL` - EMAIL
354
+ * `OTHER` - OTHER
355
+ union:
356
+ - ActivityTypeEnum
357
+ - string
358
+ source:
359
+ openapi: openapi/openapi.yml
360
+ inline: true
361
+ ActivityRequestVisibility:
362
+ discriminated: false
363
+ docs: |-
364
+ The activity's visibility.
365
+
366
+ * `ADMIN_ONLY` - ADMIN_ONLY
367
+ * `PUBLIC` - PUBLIC
368
+ * `PRIVATE` - PRIVATE
369
+ union:
370
+ - VisibilityEnum
371
+ - string
372
+ source:
373
+ openapi: openapi/openapi.yml
374
+ inline: true
375
+ ActivityRequest:
376
+ docs: >-
377
+ # The Activity Object
378
+
379
+ ### Description
380
+
381
+ The `Activity` object is used to represent an activity for a candidate
382
+ performed by a user.
383
+
384
+ ### Usage Example
385
+
386
+ Fetch from the `LIST Activities` endpoint and filter by `ID` to show all
387
+ activities.
388
+ properties:
389
+ user:
390
+ type: optional<ActivityRequestUser>
391
+ docs: The user that performed the action.
392
+ activity_type:
393
+ type: optional<ActivityRequestActivityType>
394
+ docs: |-
395
+ The activity's type.
396
+
397
+ * `NOTE` - NOTE
398
+ * `EMAIL` - EMAIL
399
+ * `OTHER` - OTHER
400
+ subject:
401
+ type: optional<string>
402
+ docs: The activity's subject.
403
+ body:
404
+ type: optional<string>
405
+ docs: The activity's body.
406
+ visibility:
407
+ type: optional<ActivityRequestVisibility>
408
+ docs: |-
409
+ The activity's visibility.
410
+
411
+ * `ADMIN_ONLY` - ADMIN_ONLY
412
+ * `PUBLIC` - PUBLIC
413
+ * `PRIVATE` - PRIVATE
414
+ candidate:
415
+ type: optional<string>
416
+ validation:
417
+ format: uuid
418
+ integration_params:
419
+ type: optional<map<string, unknown>>
420
+ access: write-only
421
+ linked_account_params:
422
+ type: optional<map<string, unknown>>
423
+ access: write-only
424
+ source:
425
+ openapi: openapi/openapi.yml
426
+ ActivityResponse:
427
+ properties:
428
+ model: Activity
429
+ warnings: list<WarningValidationProblem>
430
+ errors: list<ErrorValidationProblem>
431
+ logs: optional<list<DebugModeLog>>
432
+ source:
433
+ openapi: openapi/openapi.yml
434
+ ActivityTypeEnum:
435
+ enum:
436
+ - NOTE
437
+ - EMAIL
438
+ - OTHER
439
+ docs: |-
440
+ * `NOTE` - NOTE
441
+ * `EMAIL` - EMAIL
442
+ * `OTHER` - OTHER
443
+ source:
444
+ openapi: openapi/openapi.yml
445
+ AdvancedMetadata:
446
+ properties:
447
+ id:
448
+ type: string
449
+ validation:
450
+ format: uuid
451
+ display_name: optional<string>
452
+ description: optional<string>
453
+ is_required: optional<boolean>
454
+ is_custom: optional<boolean>
455
+ field_choices: optional<list<unknown>>
456
+ source:
457
+ openapi: openapi/openapi.yml
458
+ ApplicationCandidate:
459
+ discriminated: false
460
+ docs: The candidate applying.
461
+ union:
462
+ - type: string
463
+ validation:
464
+ format: uuid
465
+ - Candidate
466
+ source:
467
+ openapi: openapi/openapi.yml
468
+ inline: true
469
+ ApplicationJob:
470
+ discriminated: false
471
+ docs: The job being applied for.
472
+ union:
473
+ - type: string
474
+ validation:
475
+ format: uuid
476
+ - Job
477
+ source:
478
+ openapi: openapi/openapi.yml
479
+ inline: true
480
+ ApplicationOffersItem:
481
+ discriminated: false
482
+ union:
483
+ - type: string
484
+ validation:
485
+ format: uuid
486
+ - Offer
487
+ source:
488
+ openapi: openapi/openapi.yml
489
+ inline: true
490
+ ApplicationCreditedTo:
491
+ discriminated: false
492
+ docs: The user credited for this application.
493
+ union:
494
+ - type: string
495
+ validation:
496
+ format: uuid
497
+ - RemoteUser
498
+ source:
499
+ openapi: openapi/openapi.yml
500
+ inline: true
501
+ ApplicationScreeningQuestionAnswersItem:
502
+ discriminated: false
503
+ union:
504
+ - type: string
505
+ validation:
506
+ format: uuid
507
+ - ScreeningQuestionAnswer
508
+ source:
509
+ openapi: openapi/openapi.yml
510
+ inline: true
511
+ ApplicationCurrentStage:
512
+ discriminated: false
513
+ docs: The application's current stage.
514
+ union:
515
+ - type: string
516
+ validation:
517
+ format: uuid
518
+ - JobInterviewStage
519
+ source:
520
+ openapi: openapi/openapi.yml
521
+ inline: true
522
+ ApplicationRejectReason:
523
+ discriminated: false
524
+ docs: The application's reason for rejection.
525
+ union:
526
+ - type: string
527
+ validation:
528
+ format: uuid
529
+ - RejectReason
530
+ source:
531
+ openapi: openapi/openapi.yml
532
+ inline: true
533
+ Application:
534
+ docs: >-
535
+ # The Application Object
536
+
537
+ ### Description
538
+
539
+ The Application Object is used to represent a candidate's journey through
540
+ a particular Job's recruiting process. If a Candidate applies for multiple
541
+ Jobs, there will be a separate Application for each Job if the third-party
542
+ integration allows it.
543
+
544
+
545
+ ### Usage Example
546
+
547
+ Fetch from the `LIST Applications` endpoint and filter by `ID` to show all
548
+ applications.
549
+ properties:
550
+ id:
551
+ type: optional<string>
552
+ validation:
553
+ format: uuid
554
+ access: read-only
555
+ remote_id:
556
+ type: optional<string>
557
+ docs: The third-party API ID of the matching object.
558
+ created_at:
559
+ type: optional<datetime>
560
+ docs: The datetime that this object was created by Merge.
561
+ access: read-only
562
+ modified_at:
563
+ type: optional<datetime>
564
+ docs: The datetime that this object was modified by Merge.
565
+ access: read-only
566
+ candidate:
567
+ type: optional<ApplicationCandidate>
568
+ docs: The candidate applying.
569
+ job:
570
+ type: optional<ApplicationJob>
571
+ docs: The job being applied for.
572
+ applied_at:
573
+ type: optional<datetime>
574
+ docs: When the application was submitted.
575
+ rejected_at:
576
+ type: optional<datetime>
577
+ docs: When the application was rejected.
578
+ offers: optional<list<optional<ApplicationOffersItem>>>
579
+ source:
580
+ type: optional<string>
581
+ docs: The application's source.
582
+ credited_to:
583
+ type: optional<ApplicationCreditedTo>
584
+ docs: The user credited for this application.
585
+ screening_question_answers: optional<list<ApplicationScreeningQuestionAnswersItem>>
586
+ current_stage:
587
+ type: optional<ApplicationCurrentStage>
588
+ docs: The application's current stage.
589
+ reject_reason:
590
+ type: optional<ApplicationRejectReason>
591
+ docs: The application's reason for rejection.
592
+ remote_was_deleted:
593
+ type: optional<boolean>
594
+ docs: >-
595
+ Indicates whether or not this object has been deleted in the third
596
+ party platform. Full coverage deletion detection is a premium add-on.
597
+ Native deletion detection is offered for free with limited coverage.
598
+ [Learn
599
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
600
+ access: read-only
601
+ field_mappings:
602
+ type: optional<map<string, unknown>>
603
+ access: read-only
604
+ remote_data:
605
+ type: optional<list<RemoteData>>
606
+ access: read-only
607
+ source:
608
+ openapi: openapi/openapi.yml
609
+ ApplicationRequestCandidate:
610
+ discriminated: false
611
+ docs: The candidate applying.
612
+ union:
613
+ - type: string
614
+ validation:
615
+ format: uuid
616
+ - Candidate
617
+ source:
618
+ openapi: openapi/openapi.yml
619
+ inline: true
620
+ ApplicationRequestJob:
621
+ discriminated: false
622
+ docs: The job being applied for.
623
+ union:
624
+ - type: string
625
+ validation:
626
+ format: uuid
627
+ - Job
628
+ source:
629
+ openapi: openapi/openapi.yml
630
+ inline: true
631
+ ApplicationRequestOffersItem:
632
+ discriminated: false
633
+ union:
634
+ - type: string
635
+ validation:
636
+ format: uuid
637
+ - Offer
638
+ source:
639
+ openapi: openapi/openapi.yml
640
+ inline: true
641
+ ApplicationRequestCreditedTo:
642
+ discriminated: false
643
+ docs: The user credited for this application.
644
+ union:
645
+ - type: string
646
+ validation:
647
+ format: uuid
648
+ - RemoteUser
649
+ source:
650
+ openapi: openapi/openapi.yml
651
+ inline: true
652
+ ApplicationRequestScreeningQuestionAnswersItem:
653
+ discriminated: false
654
+ union:
655
+ - type: string
656
+ validation:
657
+ format: uuid
658
+ - ScreeningQuestionAnswerRequest
659
+ source:
660
+ openapi: openapi/openapi.yml
661
+ inline: true
662
+ ApplicationRequestCurrentStage:
663
+ discriminated: false
664
+ docs: The application's current stage.
665
+ union:
666
+ - type: string
667
+ validation:
668
+ format: uuid
669
+ - JobInterviewStage
670
+ source:
671
+ openapi: openapi/openapi.yml
672
+ inline: true
673
+ ApplicationRequestRejectReason:
674
+ discriminated: false
675
+ docs: The application's reason for rejection.
676
+ union:
677
+ - type: string
678
+ validation:
679
+ format: uuid
680
+ - RejectReason
681
+ source:
682
+ openapi: openapi/openapi.yml
683
+ inline: true
684
+ ApplicationRequest:
685
+ docs: >-
686
+ # The Application Object
687
+
688
+ ### Description
689
+
690
+ The Application Object is used to represent a candidate's journey through
691
+ a particular Job's recruiting process. If a Candidate applies for multiple
692
+ Jobs, there will be a separate Application for each Job if the third-party
693
+ integration allows it.
694
+
695
+
696
+ ### Usage Example
697
+
698
+ Fetch from the `LIST Applications` endpoint and filter by `ID` to show all
699
+ applications.
700
+ properties:
701
+ candidate:
702
+ type: optional<ApplicationRequestCandidate>
703
+ docs: The candidate applying.
704
+ job:
705
+ type: optional<ApplicationRequestJob>
706
+ docs: The job being applied for.
707
+ applied_at:
708
+ type: optional<datetime>
709
+ docs: When the application was submitted.
710
+ rejected_at:
711
+ type: optional<datetime>
712
+ docs: When the application was rejected.
713
+ offers: optional<list<optional<ApplicationRequestOffersItem>>>
714
+ source:
715
+ type: optional<string>
716
+ docs: The application's source.
717
+ credited_to:
718
+ type: optional<ApplicationRequestCreditedTo>
719
+ docs: The user credited for this application.
720
+ screening_question_answers: optional<list<ApplicationRequestScreeningQuestionAnswersItem>>
721
+ current_stage:
722
+ type: optional<ApplicationRequestCurrentStage>
723
+ docs: The application's current stage.
724
+ reject_reason:
725
+ type: optional<ApplicationRequestRejectReason>
726
+ docs: The application's reason for rejection.
727
+ remote_template_id:
728
+ type: optional<string>
729
+ validation:
730
+ minLength: 1
731
+ access: write-only
732
+ integration_params:
733
+ type: optional<map<string, unknown>>
734
+ access: write-only
735
+ linked_account_params:
736
+ type: optional<map<string, unknown>>
737
+ access: write-only
738
+ source:
739
+ openapi: openapi/openapi.yml
740
+ ApplicationResponse:
741
+ properties:
742
+ model: Application
743
+ warnings: list<WarningValidationProblem>
744
+ errors: list<ErrorValidationProblem>
745
+ logs: optional<list<DebugModeLog>>
746
+ source:
747
+ openapi: openapi/openapi.yml
748
+ AsyncPassthroughReciept:
749
+ properties:
750
+ async_passthrough_receipt_id:
751
+ type: string
752
+ validation:
753
+ format: uuid
754
+ source:
755
+ openapi: openapi/openapi.yml
756
+ AttachmentAttachmentType:
757
+ discriminated: false
758
+ docs: |-
759
+ The attachment's type.
760
+
761
+ * `RESUME` - RESUME
762
+ * `COVER_LETTER` - COVER_LETTER
763
+ * `OFFER_LETTER` - OFFER_LETTER
764
+ * `OTHER` - OTHER
765
+ union:
766
+ - AttachmentTypeEnum
767
+ - string
768
+ source:
769
+ openapi: openapi/openapi.yml
770
+ inline: true
771
+ Attachment:
772
+ docs: >-
773
+ # The Attachment Object
774
+
775
+ ### Description
776
+
777
+ The `Attachment` object is used to represent a file attached to a
778
+ candidate.
779
+
780
+ ### Usage Example
781
+
782
+ Fetch from the `LIST Attachments` endpoint and view attachments accessible
783
+ by a company.
784
+ properties:
785
+ id:
786
+ type: optional<string>
787
+ validation:
788
+ format: uuid
789
+ access: read-only
790
+ remote_id:
791
+ type: optional<string>
792
+ docs: The third-party API ID of the matching object.
793
+ created_at:
794
+ type: optional<datetime>
795
+ docs: The datetime that this object was created by Merge.
796
+ access: read-only
797
+ modified_at:
798
+ type: optional<datetime>
799
+ docs: The datetime that this object was modified by Merge.
800
+ access: read-only
801
+ file_name:
802
+ type: optional<string>
803
+ docs: The attachment's name.
804
+ file_url:
805
+ type: optional<string>
806
+ docs: The attachment's url.
807
+ validation:
808
+ format: uri
809
+ maxLength: 2000
810
+ candidate:
811
+ type: optional<string>
812
+ docs: ''
813
+ validation:
814
+ format: uuid
815
+ attachment_type:
816
+ type: optional<AttachmentAttachmentType>
817
+ docs: |-
818
+ The attachment's type.
819
+
820
+ * `RESUME` - RESUME
821
+ * `COVER_LETTER` - COVER_LETTER
822
+ * `OFFER_LETTER` - OFFER_LETTER
823
+ * `OTHER` - OTHER
824
+ remote_was_deleted:
825
+ type: optional<boolean>
826
+ docs: >-
827
+ Indicates whether or not this object has been deleted in the third
828
+ party platform. Full coverage deletion detection is a premium add-on.
829
+ Native deletion detection is offered for free with limited coverage.
830
+ [Learn
831
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
832
+ access: read-only
833
+ field_mappings:
834
+ type: optional<map<string, unknown>>
835
+ access: read-only
836
+ remote_data:
837
+ type: optional<list<RemoteData>>
838
+ access: read-only
839
+ source:
840
+ openapi: openapi/openapi.yml
841
+ AttachmentRequestAttachmentType:
842
+ discriminated: false
843
+ docs: |-
844
+ The attachment's type.
845
+
846
+ * `RESUME` - RESUME
847
+ * `COVER_LETTER` - COVER_LETTER
848
+ * `OFFER_LETTER` - OFFER_LETTER
849
+ * `OTHER` - OTHER
850
+ union:
851
+ - AttachmentTypeEnum
852
+ - string
853
+ source:
854
+ openapi: openapi/openapi.yml
855
+ inline: true
856
+ AttachmentRequest:
857
+ docs: >-
858
+ # The Attachment Object
859
+
860
+ ### Description
861
+
862
+ The `Attachment` object is used to represent a file attached to a
863
+ candidate.
864
+
865
+ ### Usage Example
866
+
867
+ Fetch from the `LIST Attachments` endpoint and view attachments accessible
868
+ by a company.
869
+ properties:
870
+ file_name:
871
+ type: optional<string>
872
+ docs: The attachment's name.
873
+ file_url:
874
+ type: optional<string>
875
+ docs: The attachment's url.
876
+ validation:
877
+ format: uri
878
+ maxLength: 2000
879
+ candidate:
880
+ type: optional<string>
881
+ docs: ''
882
+ validation:
883
+ format: uuid
884
+ attachment_type:
885
+ type: optional<AttachmentRequestAttachmentType>
886
+ docs: |-
887
+ The attachment's type.
888
+
889
+ * `RESUME` - RESUME
890
+ * `COVER_LETTER` - COVER_LETTER
891
+ * `OFFER_LETTER` - OFFER_LETTER
892
+ * `OTHER` - OTHER
893
+ integration_params:
894
+ type: optional<map<string, unknown>>
895
+ access: write-only
896
+ linked_account_params:
897
+ type: optional<map<string, unknown>>
898
+ access: write-only
899
+ source:
900
+ openapi: openapi/openapi.yml
901
+ AttachmentResponse:
902
+ properties:
903
+ model: Attachment
904
+ warnings: list<WarningValidationProblem>
905
+ errors: list<ErrorValidationProblem>
906
+ logs: optional<list<DebugModeLog>>
907
+ source:
908
+ openapi: openapi/openapi.yml
909
+ AttachmentTypeEnum:
910
+ enum:
911
+ - RESUME
912
+ - COVER_LETTER
913
+ - OFFER_LETTER
914
+ - OTHER
915
+ docs: |-
916
+ * `RESUME` - RESUME
917
+ * `COVER_LETTER` - COVER_LETTER
918
+ * `OFFER_LETTER` - OFFER_LETTER
919
+ * `OTHER` - OTHER
920
+ source:
921
+ openapi: openapi/openapi.yml
922
+ AuditLogEventRole:
923
+ discriminated: false
924
+ docs: >-
925
+ Designates the role of the user (or SYSTEM/API if action not taken by a
926
+ user) at the time of this Event occurring.
927
+
928
+
929
+ * `ADMIN` - ADMIN
930
+
931
+ * `DEVELOPER` - DEVELOPER
932
+
933
+ * `MEMBER` - MEMBER
934
+
935
+ * `API` - API
936
+
937
+ * `SYSTEM` - SYSTEM
938
+
939
+ * `MERGE_TEAM` - MERGE_TEAM
940
+ union:
941
+ - RoleEnum
942
+ - string
943
+ source:
944
+ openapi: openapi/openapi.yml
945
+ inline: true
946
+ AuditLogEventEventType:
947
+ discriminated: false
948
+ docs: >-
949
+ Designates the type of event that occurred.
950
+
951
+
952
+ * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
953
+
954
+ * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
955
+
956
+ * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
957
+
958
+ * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
959
+
960
+ * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
961
+
962
+ * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
963
+
964
+ * `INVITED_USER` - INVITED_USER
965
+
966
+ * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
967
+
968
+ * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
969
+
970
+ * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
971
+
972
+ * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
973
+ DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
974
+
975
+ * `CREATED_DESTINATION` - CREATED_DESTINATION
976
+
977
+ * `DELETED_DESTINATION` - DELETED_DESTINATION
978
+
979
+ * `CHANGED_DESTINATION` - CHANGED_DESTINATION
980
+
981
+ * `CHANGED_SCOPES` - CHANGED_SCOPES
982
+
983
+ * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
984
+
985
+ * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
986
+
987
+ * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
988
+
989
+ * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
990
+
991
+ * `ENABLED_CATEGORY` - ENABLED_CATEGORY
992
+
993
+ * `DISABLED_CATEGORY` - DISABLED_CATEGORY
994
+
995
+ * `CHANGED_PASSWORD` - CHANGED_PASSWORD
996
+
997
+ * `RESET_PASSWORD` - RESET_PASSWORD
998
+
999
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
1000
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1001
+
1002
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
1003
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1004
+
1005
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
1006
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1007
+
1008
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
1009
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1010
+
1011
+ * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
1012
+ CREATED_INTEGRATION_WIDE_FIELD_MAPPING
1013
+
1014
+ * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
1015
+ CREATED_LINKED_ACCOUNT_FIELD_MAPPING
1016
+
1017
+ * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
1018
+ CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
1019
+
1020
+ * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
1021
+ CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
1022
+
1023
+ * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
1024
+ DELETED_INTEGRATION_WIDE_FIELD_MAPPING
1025
+
1026
+ * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
1027
+ DELETED_LINKED_ACCOUNT_FIELD_MAPPING
1028
+
1029
+ * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1030
+ CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1031
+
1032
+ * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1033
+ CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1034
+
1035
+ * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1036
+ DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1037
+
1038
+ * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
1039
+
1040
+ * `MUTED_ISSUE` - MUTED_ISSUE
1041
+
1042
+ * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
1043
+
1044
+ * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
1045
+
1046
+ * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
1047
+
1048
+ * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
1049
+
1050
+ * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
1051
+ union:
1052
+ - EventTypeEnum
1053
+ - string
1054
+ source:
1055
+ openapi: openapi/openapi.yml
1056
+ inline: true
1057
+ AuditLogEvent:
1058
+ properties:
1059
+ id:
1060
+ type: optional<string>
1061
+ validation:
1062
+ format: uuid
1063
+ access: read-only
1064
+ user_name:
1065
+ type: optional<string>
1066
+ docs: The User's full name at the time of this Event occurring.
1067
+ validation:
1068
+ maxLength: 200
1069
+ user_email:
1070
+ type: optional<string>
1071
+ docs: The User's email at the time of this Event occurring.
1072
+ validation:
1073
+ format: email
1074
+ maxLength: 254
1075
+ role:
1076
+ type: AuditLogEventRole
1077
+ docs: >-
1078
+ Designates the role of the user (or SYSTEM/API if action not taken by
1079
+ a user) at the time of this Event occurring.
1080
+
1081
+
1082
+ * `ADMIN` - ADMIN
1083
+
1084
+ * `DEVELOPER` - DEVELOPER
1085
+
1086
+ * `MEMBER` - MEMBER
1087
+
1088
+ * `API` - API
1089
+
1090
+ * `SYSTEM` - SYSTEM
1091
+
1092
+ * `MERGE_TEAM` - MERGE_TEAM
1093
+ ip_address:
1094
+ type: string
1095
+ validation:
1096
+ maxLength: 45
1097
+ event_type:
1098
+ type: AuditLogEventEventType
1099
+ docs: >-
1100
+ Designates the type of event that occurred.
1101
+
1102
+
1103
+ * `CREATED_REMOTE_PRODUCTION_API_KEY` -
1104
+ CREATED_REMOTE_PRODUCTION_API_KEY
1105
+
1106
+ * `DELETED_REMOTE_PRODUCTION_API_KEY` -
1107
+ DELETED_REMOTE_PRODUCTION_API_KEY
1108
+
1109
+ * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
1110
+
1111
+ * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
1112
+
1113
+ * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
1114
+
1115
+ * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
1116
+
1117
+ * `INVITED_USER` - INVITED_USER
1118
+
1119
+ * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
1120
+
1121
+ * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
1122
+
1123
+ * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
1124
+
1125
+ * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
1126
+ DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
1127
+
1128
+ * `CREATED_DESTINATION` - CREATED_DESTINATION
1129
+
1130
+ * `DELETED_DESTINATION` - DELETED_DESTINATION
1131
+
1132
+ * `CHANGED_DESTINATION` - CHANGED_DESTINATION
1133
+
1134
+ * `CHANGED_SCOPES` - CHANGED_SCOPES
1135
+
1136
+ * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
1137
+
1138
+ * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
1139
+
1140
+ * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
1141
+
1142
+ * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
1143
+
1144
+ * `ENABLED_CATEGORY` - ENABLED_CATEGORY
1145
+
1146
+ * `DISABLED_CATEGORY` - DISABLED_CATEGORY
1147
+
1148
+ * `CHANGED_PASSWORD` - CHANGED_PASSWORD
1149
+
1150
+ * `RESET_PASSWORD` - RESET_PASSWORD
1151
+
1152
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
1153
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1154
+
1155
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
1156
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1157
+
1158
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
1159
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1160
+
1161
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
1162
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1163
+
1164
+ * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
1165
+ CREATED_INTEGRATION_WIDE_FIELD_MAPPING
1166
+
1167
+ * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
1168
+ CREATED_LINKED_ACCOUNT_FIELD_MAPPING
1169
+
1170
+ * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
1171
+ CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
1172
+
1173
+ * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
1174
+ CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
1175
+
1176
+ * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
1177
+ DELETED_INTEGRATION_WIDE_FIELD_MAPPING
1178
+
1179
+ * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
1180
+ DELETED_LINKED_ACCOUNT_FIELD_MAPPING
1181
+
1182
+ * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1183
+ CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1184
+
1185
+ * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1186
+ CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1187
+
1188
+ * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
1189
+ DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
1190
+
1191
+ * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
1192
+
1193
+ * `MUTED_ISSUE` - MUTED_ISSUE
1194
+
1195
+ * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
1196
+
1197
+ * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
1198
+
1199
+ * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
1200
+
1201
+ * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
1202
+
1203
+ * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
1204
+ event_description: string
1205
+ created_at:
1206
+ type: optional<datetime>
1207
+ access: read-only
1208
+ source:
1209
+ openapi: openapi/openapi.yml
1210
+ AvailableActions:
1211
+ docs: >-
1212
+ # The AvailableActions Object
1213
+
1214
+ ### Description
1215
+
1216
+ The `Activity` object is used to see all available model/operation
1217
+ combinations for an integration.
1218
+
1219
+
1220
+ ### Usage Example
1221
+
1222
+ Fetch all the actions available for the `Zenefits` integration.
1223
+ properties:
1224
+ integration: AccountIntegration
1225
+ passthrough_available: boolean
1226
+ available_model_operations: optional<list<ModelOperation>>
1227
+ source:
1228
+ openapi: openapi/openapi.yml
1229
+ CandidateApplicationsItem:
1230
+ discriminated: false
1231
+ union:
1232
+ - type: string
1233
+ validation:
1234
+ format: uuid
1235
+ - Application
1236
+ source:
1237
+ openapi: openapi/openapi.yml
1238
+ inline: true
1239
+ CandidateAttachmentsItem:
1240
+ discriminated: false
1241
+ union:
1242
+ - type: string
1243
+ validation:
1244
+ format: uuid
1245
+ - Attachment
1246
+ source:
1247
+ openapi: openapi/openapi.yml
1248
+ inline: true
1249
+ Candidate:
1250
+ docs: >-
1251
+ # The Candidate Object
1252
+
1253
+ ### Description
1254
+
1255
+ The `Candidate` object is used to represent profile information about a
1256
+ given Candidate. Because it is specific to a Candidate, this information
1257
+ stays constant across applications.
1258
+
1259
+ ### Usage Example
1260
+
1261
+ Fetch from the `LIST Candidates` endpoint and filter by `ID` to show all
1262
+ candidates.
1263
+ properties:
1264
+ id:
1265
+ type: optional<string>
1266
+ validation:
1267
+ format: uuid
1268
+ access: read-only
1269
+ remote_id:
1270
+ type: optional<string>
1271
+ docs: The third-party API ID of the matching object.
1272
+ created_at:
1273
+ type: optional<datetime>
1274
+ docs: The datetime that this object was created by Merge.
1275
+ access: read-only
1276
+ modified_at:
1277
+ type: optional<datetime>
1278
+ docs: The datetime that this object was modified by Merge.
1279
+ access: read-only
1280
+ first_name:
1281
+ type: optional<string>
1282
+ docs: The candidate's first name.
1283
+ last_name:
1284
+ type: optional<string>
1285
+ docs: The candidate's last name.
1286
+ company:
1287
+ type: optional<string>
1288
+ docs: The candidate's current company.
1289
+ title:
1290
+ type: optional<string>
1291
+ docs: The candidate's current title.
1292
+ remote_created_at:
1293
+ type: optional<datetime>
1294
+ docs: When the third party's candidate was created.
1295
+ remote_updated_at:
1296
+ type: optional<datetime>
1297
+ docs: When the third party's candidate was updated.
1298
+ last_interaction_at:
1299
+ type: optional<datetime>
1300
+ docs: When the most recent interaction with the candidate occurred.
1301
+ is_private:
1302
+ type: optional<boolean>
1303
+ docs: Whether or not the candidate is private.
1304
+ can_email:
1305
+ type: optional<boolean>
1306
+ docs: Whether or not the candidate can be emailed.
1307
+ locations:
1308
+ type: optional<list<optional<string>>>
1309
+ docs: The candidate's locations.
1310
+ phone_numbers: optional<list<PhoneNumber>>
1311
+ email_addresses: optional<list<EmailAddress>>
1312
+ urls: optional<list<Url>>
1313
+ tags:
1314
+ type: optional<list<optional<string>>>
1315
+ docs: Array of `Tag` names as strings.
1316
+ applications:
1317
+ type: optional<list<optional<CandidateApplicationsItem>>>
1318
+ docs: Array of `Application` object IDs.
1319
+ attachments:
1320
+ type: optional<list<optional<CandidateAttachmentsItem>>>
1321
+ docs: Array of `Attachment` object IDs.
1322
+ remote_was_deleted:
1323
+ type: optional<boolean>
1324
+ docs: >-
1325
+ Indicates whether or not this object has been deleted in the third
1326
+ party platform. Full coverage deletion detection is a premium add-on.
1327
+ Native deletion detection is offered for free with limited coverage.
1328
+ [Learn
1329
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1330
+ field_mappings:
1331
+ type: optional<map<string, unknown>>
1332
+ access: read-only
1333
+ remote_data:
1334
+ type: optional<list<RemoteData>>
1335
+ access: read-only
1336
+ source:
1337
+ openapi: openapi/openapi.yml
1338
+ CandidateRequestApplicationsItem:
1339
+ discriminated: false
1340
+ union:
1341
+ - type: string
1342
+ validation:
1343
+ format: uuid
1344
+ - Application
1345
+ source:
1346
+ openapi: openapi/openapi.yml
1347
+ inline: true
1348
+ CandidateRequestAttachmentsItem:
1349
+ discriminated: false
1350
+ union:
1351
+ - type: string
1352
+ validation:
1353
+ format: uuid
1354
+ - Attachment
1355
+ source:
1356
+ openapi: openapi/openapi.yml
1357
+ inline: true
1358
+ CandidateRequest:
1359
+ docs: >-
1360
+ # The Candidate Object
1361
+
1362
+ ### Description
1363
+
1364
+ The `Candidate` object is used to represent profile information about a
1365
+ given Candidate. Because it is specific to a Candidate, this information
1366
+ stays constant across applications.
1367
+
1368
+ ### Usage Example
1369
+
1370
+ Fetch from the `LIST Candidates` endpoint and filter by `ID` to show all
1371
+ candidates.
1372
+ properties:
1373
+ first_name:
1374
+ type: optional<string>
1375
+ docs: The candidate's first name.
1376
+ last_name:
1377
+ type: optional<string>
1378
+ docs: The candidate's last name.
1379
+ company:
1380
+ type: optional<string>
1381
+ docs: The candidate's current company.
1382
+ title:
1383
+ type: optional<string>
1384
+ docs: The candidate's current title.
1385
+ last_interaction_at:
1386
+ type: optional<datetime>
1387
+ docs: When the most recent interaction with the candidate occurred.
1388
+ is_private:
1389
+ type: optional<boolean>
1390
+ docs: Whether or not the candidate is private.
1391
+ can_email:
1392
+ type: optional<boolean>
1393
+ docs: Whether or not the candidate can be emailed.
1394
+ locations:
1395
+ type: optional<list<optional<string>>>
1396
+ docs: The candidate's locations.
1397
+ phone_numbers: optional<list<PhoneNumberRequest>>
1398
+ email_addresses: optional<list<EmailAddressRequest>>
1399
+ urls: optional<list<UrlRequest>>
1400
+ tags:
1401
+ type: optional<list<optional<string>>>
1402
+ docs: Array of `Tag` names as strings.
1403
+ applications:
1404
+ type: optional<list<optional<CandidateRequestApplicationsItem>>>
1405
+ docs: Array of `Application` object IDs.
1406
+ attachments:
1407
+ type: optional<list<optional<CandidateRequestAttachmentsItem>>>
1408
+ docs: Array of `Attachment` object IDs.
1409
+ remote_template_id:
1410
+ type: optional<string>
1411
+ validation:
1412
+ minLength: 1
1413
+ access: write-only
1414
+ integration_params:
1415
+ type: optional<map<string, unknown>>
1416
+ access: write-only
1417
+ linked_account_params:
1418
+ type: optional<map<string, unknown>>
1419
+ access: write-only
1420
+ source:
1421
+ openapi: openapi/openapi.yml
1422
+ CandidateResponse:
1423
+ properties:
1424
+ model: Candidate
1425
+ warnings: list<WarningValidationProblem>
1426
+ errors: list<ErrorValidationProblem>
1427
+ logs: optional<list<DebugModeLog>>
1428
+ source:
1429
+ openapi: openapi/openapi.yml
1430
+ CategoriesEnum:
1431
+ enum:
1432
+ - hris
1433
+ - ats
1434
+ - accounting
1435
+ - ticketing
1436
+ - crm
1437
+ - mktg
1438
+ - filestorage
1439
+ docs: |-
1440
+ * `hris` - hris
1441
+ * `ats` - ats
1442
+ * `accounting` - accounting
1443
+ * `ticketing` - ticketing
1444
+ * `crm` - crm
1445
+ * `mktg` - mktg
1446
+ * `filestorage` - filestorage
1447
+ source:
1448
+ openapi: openapi/openapi.yml
1449
+ CategoryEnum:
1450
+ enum:
1451
+ - hris
1452
+ - ats
1453
+ - accounting
1454
+ - ticketing
1455
+ - crm
1456
+ - mktg
1457
+ - filestorage
1458
+ docs: |-
1459
+ * `hris` - hris
1460
+ * `ats` - ats
1461
+ * `accounting` - accounting
1462
+ * `ticketing` - ticketing
1463
+ * `crm` - crm
1464
+ * `mktg` - mktg
1465
+ * `filestorage` - filestorage
1466
+ source:
1467
+ openapi: openapi/openapi.yml
1468
+ CommonModelScopeApi:
1469
+ properties:
1470
+ common_models:
1471
+ docs: The common models you want to update the scopes for
1472
+ type: list<IndividualCommonModelScopeDeserializer>
1473
+ source:
1474
+ openapi: openapi/openapi.yml
1475
+ CommonModelScopesBodyRequest:
1476
+ properties:
1477
+ model_id:
1478
+ type: string
1479
+ validation:
1480
+ minLength: 1
1481
+ enabled_actions: list<EnabledActionsEnum>
1482
+ disabled_fields: list<string>
1483
+ source:
1484
+ openapi: openapi/openapi.yml
1485
+ DataPassthroughRequest:
1486
+ docs: >-
1487
+ # The DataPassthrough Object
1488
+
1489
+ ### Description
1490
+
1491
+ The `DataPassthrough` object is used to send information to an
1492
+ otherwise-unsupported third-party endpoint.
1493
+
1494
+
1495
+ ### Usage Example
1496
+
1497
+ Create a `DataPassthrough` to get team hierarchies from your Rippling
1498
+ integration.
1499
+ properties:
1500
+ method: MethodEnum
1501
+ path:
1502
+ type: string
1503
+ docs: The path of the request in the third party's platform.
1504
+ validation:
1505
+ minLength: 1
1506
+ base_url_override:
1507
+ type: optional<string>
1508
+ docs: An optional override of the third party's base url for the request.
1509
+ validation:
1510
+ minLength: 1
1511
+ data:
1512
+ type: optional<string>
1513
+ docs: >-
1514
+ The data with the request. You must include a `request_format`
1515
+ parameter matching the data's format
1516
+ validation:
1517
+ minLength: 1
1518
+ multipart_form_data:
1519
+ type: optional<list<MultipartFormFieldRequest>>
1520
+ docs: >-
1521
+ Pass an array of `MultipartFormField` objects in here instead of using
1522
+ the `data` param if `request_format` is set to `MULTIPART`.
1523
+ headers:
1524
+ type: optional<map<string, unknown>>
1525
+ docs: >-
1526
+ The headers to use for the request (Merge will handle the account's
1527
+ authorization headers). `Content-Type` header is required for
1528
+ passthrough. Choose content type corresponding to expected format of
1529
+ receiving server.
1530
+ request_format: optional<RequestFormatEnum>
1531
+ normalize_response:
1532
+ type: optional<boolean>
1533
+ docs: >-
1534
+ Optional. If true, the response will always be an object of the form
1535
+ `{"type": T, "value": ...}` where `T` will be one of `string, boolean,
1536
+ number, null, array, object`.
1537
+ source:
1538
+ openapi: openapi/openapi.yml
1539
+ DebugModeLog:
1540
+ properties:
1541
+ log_id: string
1542
+ dashboard_view: string
1543
+ log_summary: DebugModelLogSummary
1544
+ source:
1545
+ openapi: openapi/openapi.yml
1546
+ DebugModelLogSummary:
1547
+ properties:
1548
+ url: string
1549
+ method: string
1550
+ status_code: integer
1551
+ source:
1552
+ openapi: openapi/openapi.yml
1553
+ Department:
1554
+ docs: >-
1555
+ # The Department Object
1556
+
1557
+ ### Description
1558
+
1559
+ The `Department` object is used to represent a department within a
1560
+ company.
1561
+
1562
+ ### Usage Example
1563
+
1564
+ Fetch from the `LIST Departments` endpoint and view the departments within
1565
+ a company.
1566
+ properties:
1567
+ id:
1568
+ type: optional<string>
1569
+ validation:
1570
+ format: uuid
1571
+ access: read-only
1572
+ remote_id:
1573
+ type: optional<string>
1574
+ docs: The third-party API ID of the matching object.
1575
+ created_at:
1576
+ type: optional<datetime>
1577
+ docs: The datetime that this object was created by Merge.
1578
+ access: read-only
1579
+ modified_at:
1580
+ type: optional<datetime>
1581
+ docs: The datetime that this object was modified by Merge.
1582
+ access: read-only
1583
+ name:
1584
+ type: optional<string>
1585
+ docs: The department's name.
1586
+ remote_was_deleted:
1587
+ type: optional<boolean>
1588
+ docs: >-
1589
+ Indicates whether or not this object has been deleted in the third
1590
+ party platform. Full coverage deletion detection is a premium add-on.
1591
+ Native deletion detection is offered for free with limited coverage.
1592
+ [Learn
1593
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1594
+ access: read-only
1595
+ field_mappings:
1596
+ type: optional<map<string, unknown>>
1597
+ access: read-only
1598
+ remote_data:
1599
+ type: optional<list<RemoteData>>
1600
+ access: read-only
1601
+ source:
1602
+ openapi: openapi/openapi.yml
1603
+ DisabilityStatusEnum:
1604
+ enum:
1605
+ - YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
1606
+ - NO_I_DONT_HAVE_A_DISABILITY
1607
+ - I_DONT_WISH_TO_ANSWER
1608
+ docs: >-
1609
+ * `YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY` -
1610
+ YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
1611
+
1612
+ * `NO_I_DONT_HAVE_A_DISABILITY` - NO_I_DONT_HAVE_A_DISABILITY
1613
+
1614
+ * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
1615
+ source:
1616
+ openapi: openapi/openapi.yml
1617
+ EeocCandidate:
1618
+ discriminated: false
1619
+ docs: The candidate being represented.
1620
+ union:
1621
+ - type: string
1622
+ validation:
1623
+ format: uuid
1624
+ - Candidate
1625
+ source:
1626
+ openapi: openapi/openapi.yml
1627
+ inline: true
1628
+ EeocRace:
1629
+ discriminated: false
1630
+ docs: >-
1631
+ The candidate's race.
1632
+
1633
+
1634
+ * `AMERICAN_INDIAN_OR_ALASKAN_NATIVE` - AMERICAN_INDIAN_OR_ALASKAN_NATIVE
1635
+
1636
+ * `ASIAN` - ASIAN
1637
+
1638
+ * `BLACK_OR_AFRICAN_AMERICAN` - BLACK_OR_AFRICAN_AMERICAN
1639
+
1640
+ * `HISPANIC_OR_LATINO` - HISPANIC_OR_LATINO
1641
+
1642
+ * `WHITE` - WHITE
1643
+
1644
+ * `NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER` -
1645
+ NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER
1646
+
1647
+ * `TWO_OR_MORE_RACES` - TWO_OR_MORE_RACES
1648
+
1649
+ * `DECLINE_TO_SELF_IDENTIFY` - DECLINE_TO_SELF_IDENTIFY
1650
+ union:
1651
+ - RaceEnum
1652
+ - string
1653
+ source:
1654
+ openapi: openapi/openapi.yml
1655
+ inline: true
1656
+ EeocGender:
1657
+ discriminated: false
1658
+ docs: |-
1659
+ The candidate's gender.
1660
+
1661
+ * `MALE` - MALE
1662
+ * `FEMALE` - FEMALE
1663
+ * `NON-BINARY` - NON-BINARY
1664
+ * `OTHER` - OTHER
1665
+ * `DECLINE_TO_SELF_IDENTIFY` - DECLINE_TO_SELF_IDENTIFY
1666
+ union:
1667
+ - GenderEnum
1668
+ - string
1669
+ source:
1670
+ openapi: openapi/openapi.yml
1671
+ inline: true
1672
+ EeocVeteranStatus:
1673
+ discriminated: false
1674
+ docs: >-
1675
+ The candidate's veteran status.
1676
+
1677
+
1678
+ * `I_AM_NOT_A_PROTECTED_VETERAN` - I_AM_NOT_A_PROTECTED_VETERAN
1679
+
1680
+ *
1681
+ `I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN`
1682
+ - I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN
1683
+
1684
+ * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
1685
+ union:
1686
+ - VeteranStatusEnum
1687
+ - string
1688
+ source:
1689
+ openapi: openapi/openapi.yml
1690
+ inline: true
1691
+ EeocDisabilityStatus:
1692
+ discriminated: false
1693
+ docs: >-
1694
+ The candidate's disability status.
1695
+
1696
+
1697
+ * `YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY` -
1698
+ YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
1699
+
1700
+ * `NO_I_DONT_HAVE_A_DISABILITY` - NO_I_DONT_HAVE_A_DISABILITY
1701
+
1702
+ * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
1703
+ union:
1704
+ - DisabilityStatusEnum
1705
+ - string
1706
+ source:
1707
+ openapi: openapi/openapi.yml
1708
+ inline: true
1709
+ Eeoc:
1710
+ docs: >-
1711
+ # The EEOC Object
1712
+
1713
+ ### Description
1714
+
1715
+ The `EEOC` object is used to represent the Equal Employment Opportunity
1716
+ Commission information for a candidate (race, gender, veteran status,
1717
+ disability status).
1718
+
1719
+ ### Usage Example
1720
+
1721
+ Fetch from the `LIST EEOCs` endpoint and filter by `candidate` to show all
1722
+ EEOC information for a candidate.
1723
+ properties:
1724
+ id:
1725
+ type: optional<string>
1726
+ validation:
1727
+ format: uuid
1728
+ access: read-only
1729
+ remote_id:
1730
+ type: optional<string>
1731
+ docs: The third-party API ID of the matching object.
1732
+ created_at:
1733
+ type: optional<datetime>
1734
+ docs: The datetime that this object was created by Merge.
1735
+ access: read-only
1736
+ modified_at:
1737
+ type: optional<datetime>
1738
+ docs: The datetime that this object was modified by Merge.
1739
+ access: read-only
1740
+ candidate:
1741
+ type: optional<EeocCandidate>
1742
+ docs: The candidate being represented.
1743
+ submitted_at:
1744
+ type: optional<datetime>
1745
+ docs: When the information was submitted.
1746
+ race:
1747
+ type: optional<EeocRace>
1748
+ docs: >-
1749
+ The candidate's race.
1750
+
1751
+
1752
+ * `AMERICAN_INDIAN_OR_ALASKAN_NATIVE` -
1753
+ AMERICAN_INDIAN_OR_ALASKAN_NATIVE
1754
+
1755
+ * `ASIAN` - ASIAN
1756
+
1757
+ * `BLACK_OR_AFRICAN_AMERICAN` - BLACK_OR_AFRICAN_AMERICAN
1758
+
1759
+ * `HISPANIC_OR_LATINO` - HISPANIC_OR_LATINO
1760
+
1761
+ * `WHITE` - WHITE
1762
+
1763
+ * `NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER` -
1764
+ NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER
1765
+
1766
+ * `TWO_OR_MORE_RACES` - TWO_OR_MORE_RACES
1767
+
1768
+ * `DECLINE_TO_SELF_IDENTIFY` - DECLINE_TO_SELF_IDENTIFY
1769
+ gender:
1770
+ type: optional<EeocGender>
1771
+ docs: |-
1772
+ The candidate's gender.
1773
+
1774
+ * `MALE` - MALE
1775
+ * `FEMALE` - FEMALE
1776
+ * `NON-BINARY` - NON-BINARY
1777
+ * `OTHER` - OTHER
1778
+ * `DECLINE_TO_SELF_IDENTIFY` - DECLINE_TO_SELF_IDENTIFY
1779
+ veteran_status:
1780
+ type: optional<EeocVeteranStatus>
1781
+ docs: >-
1782
+ The candidate's veteran status.
1783
+
1784
+
1785
+ * `I_AM_NOT_A_PROTECTED_VETERAN` - I_AM_NOT_A_PROTECTED_VETERAN
1786
+
1787
+ *
1788
+ `I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN`
1789
+ -
1790
+ I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN
1791
+
1792
+ * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
1793
+ disability_status:
1794
+ type: optional<EeocDisabilityStatus>
1795
+ docs: >-
1796
+ The candidate's disability status.
1797
+
1798
+
1799
+ * `YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY` -
1800
+ YES_I_HAVE_A_DISABILITY_OR_PREVIOUSLY_HAD_A_DISABILITY
1801
+
1802
+ * `NO_I_DONT_HAVE_A_DISABILITY` - NO_I_DONT_HAVE_A_DISABILITY
1803
+
1804
+ * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
1805
+ remote_was_deleted:
1806
+ type: optional<boolean>
1807
+ docs: >-
1808
+ Indicates whether or not this object has been deleted in the third
1809
+ party platform. Full coverage deletion detection is a premium add-on.
1810
+ Native deletion detection is offered for free with limited coverage.
1811
+ [Learn
1812
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1813
+ access: read-only
1814
+ field_mappings:
1815
+ type: optional<map<string, unknown>>
1816
+ access: read-only
1817
+ remote_data:
1818
+ type: optional<list<RemoteData>>
1819
+ access: read-only
1820
+ source:
1821
+ openapi: openapi/openapi.yml
1822
+ EmailAddressEmailAddressType:
1823
+ discriminated: false
1824
+ docs: |-
1825
+ The type of email address.
1826
+
1827
+ * `PERSONAL` - PERSONAL
1828
+ * `WORK` - WORK
1829
+ * `OTHER` - OTHER
1830
+ union:
1831
+ - EmailAddressTypeEnum
1832
+ - string
1833
+ source:
1834
+ openapi: openapi/openapi.yml
1835
+ inline: true
1836
+ EmailAddress:
1837
+ docs: >-
1838
+ # The EmailAddress Object
1839
+
1840
+ ### Description
1841
+
1842
+ The `EmailAddress` object is used to represent a candidate's email
1843
+ address.
1844
+
1845
+ ### Usage Example
1846
+
1847
+ Fetch from the `GET Candidate` endpoint and view their email addresses.
1848
+ properties:
1849
+ created_at:
1850
+ type: optional<datetime>
1851
+ docs: The datetime that this object was created by Merge.
1852
+ access: read-only
1853
+ modified_at:
1854
+ type: optional<datetime>
1855
+ docs: The datetime that this object was modified by Merge.
1856
+ access: read-only
1857
+ value:
1858
+ type: optional<string>
1859
+ docs: The email address.
1860
+ validation:
1861
+ format: email
1862
+ maxLength: 254
1863
+ email_address_type:
1864
+ type: optional<EmailAddressEmailAddressType>
1865
+ docs: |-
1866
+ The type of email address.
1867
+
1868
+ * `PERSONAL` - PERSONAL
1869
+ * `WORK` - WORK
1870
+ * `OTHER` - OTHER
1871
+ remote_was_deleted:
1872
+ type: optional<boolean>
1873
+ docs: >-
1874
+ Indicates whether or not this object has been deleted in the third
1875
+ party platform. Full coverage deletion detection is a premium add-on.
1876
+ Native deletion detection is offered for free with limited coverage.
1877
+ [Learn
1878
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1879
+ access: read-only
1880
+ source:
1881
+ openapi: openapi/openapi.yml
1882
+ EmailAddressRequestEmailAddressType:
1883
+ discriminated: false
1884
+ docs: |-
1885
+ The type of email address.
1886
+
1887
+ * `PERSONAL` - PERSONAL
1888
+ * `WORK` - WORK
1889
+ * `OTHER` - OTHER
1890
+ union:
1891
+ - EmailAddressTypeEnum
1892
+ - string
1893
+ source:
1894
+ openapi: openapi/openapi.yml
1895
+ inline: true
1896
+ EmailAddressRequest:
1897
+ docs: >-
1898
+ # The EmailAddress Object
1899
+
1900
+ ### Description
1901
+
1902
+ The `EmailAddress` object is used to represent a candidate's email
1903
+ address.
1904
+
1905
+ ### Usage Example
1906
+
1907
+ Fetch from the `GET Candidate` endpoint and view their email addresses.
1908
+ properties:
1909
+ value:
1910
+ type: optional<string>
1911
+ docs: The email address.
1912
+ validation:
1913
+ format: email
1914
+ maxLength: 254
1915
+ email_address_type:
1916
+ type: optional<EmailAddressRequestEmailAddressType>
1917
+ docs: |-
1918
+ The type of email address.
1919
+
1920
+ * `PERSONAL` - PERSONAL
1921
+ * `WORK` - WORK
1922
+ * `OTHER` - OTHER
1923
+ integration_params:
1924
+ type: optional<map<string, unknown>>
1925
+ access: write-only
1926
+ linked_account_params:
1927
+ type: optional<map<string, unknown>>
1928
+ access: write-only
1929
+ source:
1930
+ openapi: openapi/openapi.yml
1931
+ EmailAddressTypeEnum:
1932
+ enum:
1933
+ - PERSONAL
1934
+ - WORK
1935
+ - OTHER
1936
+ docs: |-
1937
+ * `PERSONAL` - PERSONAL
1938
+ * `WORK` - WORK
1939
+ * `OTHER` - OTHER
1940
+ source:
1941
+ openapi: openapi/openapi.yml
1942
+ EnabledActionsEnum:
1943
+ enum:
1944
+ - READ
1945
+ - WRITE
1946
+ docs: |-
1947
+ * `READ` - READ
1948
+ * `WRITE` - WRITE
1949
+ source:
1950
+ openapi: openapi/openapi.yml
1951
+ EncodingEnum:
1952
+ enum:
1953
+ - RAW
1954
+ - BASE64
1955
+ - GZIP_BASE64
1956
+ docs: |-
1957
+ * `RAW` - RAW
1958
+ * `BASE64` - BASE64
1959
+ * `GZIP_BASE64` - GZIP_BASE64
1960
+ source:
1961
+ openapi: openapi/openapi.yml
1962
+ ErrorValidationProblem:
1963
+ properties:
1964
+ source: optional<ValidationProblemSource>
1965
+ title: string
1966
+ detail: string
1967
+ problem_type: string
1968
+ source:
1969
+ openapi: openapi/openapi.yml
1970
+ EventTypeEnum:
1971
+ enum:
1972
+ - CREATED_REMOTE_PRODUCTION_API_KEY
1973
+ - DELETED_REMOTE_PRODUCTION_API_KEY
1974
+ - CREATED_TEST_API_KEY
1975
+ - DELETED_TEST_API_KEY
1976
+ - REGENERATED_PRODUCTION_API_KEY
1977
+ - INVITED_USER
1978
+ - TWO_FACTOR_AUTH_ENABLED
1979
+ - TWO_FACTOR_AUTH_DISABLED
1980
+ - DELETED_LINKED_ACCOUNT
1981
+ - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
1982
+ - CREATED_DESTINATION
1983
+ - DELETED_DESTINATION
1984
+ - CHANGED_DESTINATION
1985
+ - CHANGED_SCOPES
1986
+ - CHANGED_PERSONAL_INFORMATION
1987
+ - CHANGED_ORGANIZATION_SETTINGS
1988
+ - ENABLED_INTEGRATION
1989
+ - DISABLED_INTEGRATION
1990
+ - ENABLED_CATEGORY
1991
+ - DISABLED_CATEGORY
1992
+ - CHANGED_PASSWORD
1993
+ - RESET_PASSWORD
1994
+ - ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1995
+ - ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1996
+ - DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
1997
+ - DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
1998
+ - CREATED_INTEGRATION_WIDE_FIELD_MAPPING
1999
+ - CREATED_LINKED_ACCOUNT_FIELD_MAPPING
2000
+ - CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
2001
+ - CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
2002
+ - DELETED_INTEGRATION_WIDE_FIELD_MAPPING
2003
+ - DELETED_LINKED_ACCOUNT_FIELD_MAPPING
2004
+ - CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
2005
+ - CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
2006
+ - DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
2007
+ - FORCED_LINKED_ACCOUNT_RESYNC
2008
+ - MUTED_ISSUE
2009
+ - GENERATED_MAGIC_LINK
2010
+ - ENABLED_MERGE_WEBHOOK
2011
+ - DISABLED_MERGE_WEBHOOK
2012
+ - MERGE_WEBHOOK_TARGET_CHANGED
2013
+ - END_USER_CREDENTIALS_ACCESSED
2014
+ docs: >-
2015
+ * `CREATED_REMOTE_PRODUCTION_API_KEY` - CREATED_REMOTE_PRODUCTION_API_KEY
2016
+
2017
+ * `DELETED_REMOTE_PRODUCTION_API_KEY` - DELETED_REMOTE_PRODUCTION_API_KEY
2018
+
2019
+ * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
2020
+
2021
+ * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
2022
+
2023
+ * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
2024
+
2025
+ * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
2026
+
2027
+ * `INVITED_USER` - INVITED_USER
2028
+
2029
+ * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
2030
+
2031
+ * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
2032
+
2033
+ * `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT
2034
+
2035
+ * `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` -
2036
+ DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT
2037
+
2038
+ * `CREATED_DESTINATION` - CREATED_DESTINATION
2039
+
2040
+ * `DELETED_DESTINATION` - DELETED_DESTINATION
2041
+
2042
+ * `CHANGED_DESTINATION` - CHANGED_DESTINATION
2043
+
2044
+ * `CHANGED_SCOPES` - CHANGED_SCOPES
2045
+
2046
+ * `CHANGED_PERSONAL_INFORMATION` - CHANGED_PERSONAL_INFORMATION
2047
+
2048
+ * `CHANGED_ORGANIZATION_SETTINGS` - CHANGED_ORGANIZATION_SETTINGS
2049
+
2050
+ * `ENABLED_INTEGRATION` - ENABLED_INTEGRATION
2051
+
2052
+ * `DISABLED_INTEGRATION` - DISABLED_INTEGRATION
2053
+
2054
+ * `ENABLED_CATEGORY` - ENABLED_CATEGORY
2055
+
2056
+ * `DISABLED_CATEGORY` - DISABLED_CATEGORY
2057
+
2058
+ * `CHANGED_PASSWORD` - CHANGED_PASSWORD
2059
+
2060
+ * `RESET_PASSWORD` - RESET_PASSWORD
2061
+
2062
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
2063
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
2064
+
2065
+ * `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
2066
+ ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
2067
+
2068
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION` -
2069
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION
2070
+
2071
+ * `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT` -
2072
+ DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT
2073
+
2074
+ * `CREATED_INTEGRATION_WIDE_FIELD_MAPPING` -
2075
+ CREATED_INTEGRATION_WIDE_FIELD_MAPPING
2076
+
2077
+ * `CREATED_LINKED_ACCOUNT_FIELD_MAPPING` -
2078
+ CREATED_LINKED_ACCOUNT_FIELD_MAPPING
2079
+
2080
+ * `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING` -
2081
+ CHANGED_INTEGRATION_WIDE_FIELD_MAPPING
2082
+
2083
+ * `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING` -
2084
+ CHANGED_LINKED_ACCOUNT_FIELD_MAPPING
2085
+
2086
+ * `DELETED_INTEGRATION_WIDE_FIELD_MAPPING` -
2087
+ DELETED_INTEGRATION_WIDE_FIELD_MAPPING
2088
+
2089
+ * `DELETED_LINKED_ACCOUNT_FIELD_MAPPING` -
2090
+ DELETED_LINKED_ACCOUNT_FIELD_MAPPING
2091
+
2092
+ * `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
2093
+ CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
2094
+
2095
+ * `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
2096
+ CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
2097
+
2098
+ * `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE` -
2099
+ DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE
2100
+
2101
+ * `FORCED_LINKED_ACCOUNT_RESYNC` - FORCED_LINKED_ACCOUNT_RESYNC
2102
+
2103
+ * `MUTED_ISSUE` - MUTED_ISSUE
2104
+
2105
+ * `GENERATED_MAGIC_LINK` - GENERATED_MAGIC_LINK
2106
+
2107
+ * `ENABLED_MERGE_WEBHOOK` - ENABLED_MERGE_WEBHOOK
2108
+
2109
+ * `DISABLED_MERGE_WEBHOOK` - DISABLED_MERGE_WEBHOOK
2110
+
2111
+ * `MERGE_WEBHOOK_TARGET_CHANGED` - MERGE_WEBHOOK_TARGET_CHANGED
2112
+
2113
+ * `END_USER_CREDENTIALS_ACCESSED` - END_USER_CREDENTIALS_ACCESSED
2114
+ source:
2115
+ openapi: openapi/openapi.yml
2116
+ ExternalTargetFieldApi:
2117
+ properties:
2118
+ name:
2119
+ type: optional<string>
2120
+ access: read-only
2121
+ description:
2122
+ type: optional<string>
2123
+ access: read-only
2124
+ is_mapped:
2125
+ type: optional<string>
2126
+ access: read-only
2127
+ source:
2128
+ openapi: openapi/openapi.yml
2129
+ ExternalTargetFieldApiResponse:
2130
+ properties:
2131
+ Activity: optional<list<ExternalTargetFieldApi>>
2132
+ Application: optional<list<ExternalTargetFieldApi>>
2133
+ Attachment: optional<list<ExternalTargetFieldApi>>
2134
+ Candidate: optional<list<ExternalTargetFieldApi>>
2135
+ Department: optional<list<ExternalTargetFieldApi>>
2136
+ EEOC: optional<list<ExternalTargetFieldApi>>
2137
+ ScheduledInterview: optional<list<ExternalTargetFieldApi>>
2138
+ Job: optional<list<ExternalTargetFieldApi>>
2139
+ JobPosting: optional<list<ExternalTargetFieldApi>>
2140
+ JobInterviewStage: optional<list<ExternalTargetFieldApi>>
2141
+ Offer: optional<list<ExternalTargetFieldApi>>
2142
+ Office: optional<list<ExternalTargetFieldApi>>
2143
+ RejectReason: optional<list<ExternalTargetFieldApi>>
2144
+ Scorecard: optional<list<ExternalTargetFieldApi>>
2145
+ Tag: optional<list<ExternalTargetFieldApi>>
2146
+ RemoteUser: optional<list<ExternalTargetFieldApi>>
2147
+ source:
2148
+ openapi: openapi/openapi.yml
2149
+ FieldMappingApiInstanceTargetField:
2150
+ properties:
2151
+ name: string
2152
+ description: string
2153
+ is_organization_wide: boolean
2154
+ source:
2155
+ openapi: openapi/openapi.yml
2156
+ inline: true
2157
+ FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo:
2158
+ properties:
2159
+ method: optional<string>
2160
+ url_path: optional<string>
2161
+ field_traversal_path: optional<list<string>>
2162
+ source:
2163
+ openapi: openapi/openapi.yml
2164
+ inline: true
2165
+ FieldMappingApiInstanceRemoteField:
2166
+ properties:
2167
+ remote_key_name: optional<string>
2168
+ schema: optional<map<string, unknown>>
2169
+ remote_endpoint_info: FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo
2170
+ source:
2171
+ openapi: openapi/openapi.yml
2172
+ inline: true
2173
+ FieldMappingApiInstance:
2174
+ properties:
2175
+ id:
2176
+ type: optional<string>
2177
+ validation:
2178
+ format: uuid
2179
+ access: read-only
2180
+ is_integration_wide:
2181
+ type: optional<boolean>
2182
+ access: read-only
2183
+ target_field:
2184
+ type: optional<FieldMappingApiInstanceTargetField>
2185
+ access: read-only
2186
+ remote_field:
2187
+ type: optional<FieldMappingApiInstanceRemoteField>
2188
+ access: read-only
2189
+ source:
2190
+ openapi: openapi/openapi.yml
2191
+ FieldMappingApiInstanceResponse:
2192
+ properties:
2193
+ Activity: optional<list<FieldMappingApiInstance>>
2194
+ Application: optional<list<FieldMappingApiInstance>>
2195
+ Attachment: optional<list<FieldMappingApiInstance>>
2196
+ Candidate: optional<list<FieldMappingApiInstance>>
2197
+ Department: optional<list<FieldMappingApiInstance>>
2198
+ EEOC: optional<list<FieldMappingApiInstance>>
2199
+ ScheduledInterview: optional<list<FieldMappingApiInstance>>
2200
+ Job: optional<list<FieldMappingApiInstance>>
2201
+ JobPosting: optional<list<FieldMappingApiInstance>>
2202
+ JobInterviewStage: optional<list<FieldMappingApiInstance>>
2203
+ Offer: optional<list<FieldMappingApiInstance>>
2204
+ Office: optional<list<FieldMappingApiInstance>>
2205
+ RejectReason: optional<list<FieldMappingApiInstance>>
2206
+ Scorecard: optional<list<FieldMappingApiInstance>>
2207
+ Tag: optional<list<FieldMappingApiInstance>>
2208
+ RemoteUser: optional<list<FieldMappingApiInstance>>
2209
+ source:
2210
+ openapi: openapi/openapi.yml
2211
+ FieldMappingInstanceResponse:
2212
+ properties:
2213
+ model: FieldMappingApiInstance
2214
+ warnings: list<WarningValidationProblem>
2215
+ errors: list<ErrorValidationProblem>
2216
+ logs: optional<list<DebugModeLog>>
2217
+ source:
2218
+ openapi: openapi/openapi.yml
2219
+ FieldPermissionDeserializer:
2220
+ properties:
2221
+ enabled_fields: optional<list<unknown>>
2222
+ disabled_fields: optional<list<unknown>>
2223
+ source:
2224
+ openapi: openapi/openapi.yml
2225
+ FieldPermissionDeserializerRequest:
2226
+ properties:
2227
+ enabled_fields: optional<list<unknown>>
2228
+ disabled_fields: optional<list<unknown>>
2229
+ source:
2230
+ openapi: openapi/openapi.yml
2231
+ GenderEnum:
2232
+ enum:
2233
+ - MALE
2234
+ - FEMALE
2235
+ - value: NON-BINARY
2236
+ name: NonBinary
2237
+ - OTHER
2238
+ - DECLINE_TO_SELF_IDENTIFY
2239
+ docs: |-
2240
+ * `MALE` - MALE
2241
+ * `FEMALE` - FEMALE
2242
+ * `NON-BINARY` - NON-BINARY
2243
+ * `OTHER` - OTHER
2244
+ * `DECLINE_TO_SELF_IDENTIFY` - DECLINE_TO_SELF_IDENTIFY
2245
+ source:
2246
+ openapi: openapi/openapi.yml
2247
+ IndividualCommonModelScopeDeserializer:
2248
+ properties:
2249
+ model_name: string
2250
+ model_permissions: optional<map<string, ModelPermissionDeserializer>>
2251
+ field_permissions: optional<FieldPermissionDeserializer>
2252
+ source:
2253
+ openapi: openapi/openapi.yml
2254
+ IndividualCommonModelScopeDeserializerRequest:
2255
+ properties:
2256
+ model_name:
2257
+ type: string
2258
+ validation:
2259
+ minLength: 1
2260
+ model_permissions: optional<map<string, ModelPermissionDeserializerRequest>>
2261
+ field_permissions: optional<FieldPermissionDeserializerRequest>
2262
+ source:
2263
+ openapi: openapi/openapi.yml
2264
+ IssueStatus:
2265
+ discriminated: false
2266
+ docs: |-
2267
+ Status of the issue. Options: ('ONGOING', 'RESOLVED')
2268
+
2269
+ * `ONGOING` - ONGOING
2270
+ * `RESOLVED` - RESOLVED
2271
+ union:
2272
+ - IssueStatusEnum
2273
+ - string
2274
+ source:
2275
+ openapi: openapi/openapi.yml
2276
+ inline: true
2277
+ Issue:
2278
+ properties:
2279
+ id:
2280
+ type: optional<string>
2281
+ validation:
2282
+ format: uuid
2283
+ access: read-only
2284
+ status:
2285
+ type: optional<IssueStatus>
2286
+ docs: |-
2287
+ Status of the issue. Options: ('ONGOING', 'RESOLVED')
2288
+
2289
+ * `ONGOING` - ONGOING
2290
+ * `RESOLVED` - RESOLVED
2291
+ error_description: string
2292
+ end_user:
2293
+ type: optional<map<string, unknown>>
2294
+ access: read-only
2295
+ first_incident_time: optional<datetime>
2296
+ last_incident_time: optional<datetime>
2297
+ is_muted:
2298
+ type: optional<boolean>
2299
+ access: read-only
2300
+ error_details:
2301
+ type: optional<list<string>>
2302
+ access: read-only
2303
+ source:
2304
+ openapi: openapi/openapi.yml
2305
+ IssueStatusEnum:
2306
+ enum:
2307
+ - ONGOING
2308
+ - RESOLVED
2309
+ docs: |-
2310
+ * `ONGOING` - ONGOING
2311
+ * `RESOLVED` - RESOLVED
2312
+ source:
2313
+ openapi: openapi/openapi.yml
2314
+ JobStatus:
2315
+ discriminated: false
2316
+ docs: |-
2317
+ The job's status.
2318
+
2319
+ * `OPEN` - OPEN
2320
+ * `CLOSED` - CLOSED
2321
+ * `DRAFT` - DRAFT
2322
+ * `ARCHIVED` - ARCHIVED
2323
+ * `PENDING` - PENDING
2324
+ union:
2325
+ - JobStatusEnum
2326
+ - string
2327
+ source:
2328
+ openapi: openapi/openapi.yml
2329
+ inline: true
2330
+ JobType:
2331
+ discriminated: false
2332
+ docs: |-
2333
+ The job's type.
2334
+
2335
+ * `POSTING` - POSTING
2336
+ * `REQUISITION` - REQUISITION
2337
+ * `PROFILE` - PROFILE
2338
+ union:
2339
+ - JobTypeEnum
2340
+ - string
2341
+ source:
2342
+ openapi: openapi/openapi.yml
2343
+ inline: true
2344
+ JobDepartmentsItem:
2345
+ discriminated: false
2346
+ union:
2347
+ - type: string
2348
+ validation:
2349
+ format: uuid
2350
+ - Department
2351
+ source:
2352
+ openapi: openapi/openapi.yml
2353
+ inline: true
2354
+ JobOfficesItem:
2355
+ discriminated: false
2356
+ union:
2357
+ - type: string
2358
+ validation:
2359
+ format: uuid
2360
+ - Office
2361
+ source:
2362
+ openapi: openapi/openapi.yml
2363
+ inline: true
2364
+ JobHiringManagersItem:
2365
+ discriminated: false
2366
+ union:
2367
+ - type: string
2368
+ validation:
2369
+ format: uuid
2370
+ - RemoteUser
2371
+ source:
2372
+ openapi: openapi/openapi.yml
2373
+ inline: true
2374
+ JobRecruitersItem:
2375
+ discriminated: false
2376
+ union:
2377
+ - type: string
2378
+ validation:
2379
+ format: uuid
2380
+ - RemoteUser
2381
+ source:
2382
+ openapi: openapi/openapi.yml
2383
+ inline: true
2384
+ Job:
2385
+ docs: >-
2386
+ # The Job Object
2387
+
2388
+ ### Description
2389
+
2390
+ The `Job` object can be used to track any jobs that are currently or will
2391
+ be open/closed for applications.
2392
+
2393
+ ### Usage Example
2394
+
2395
+ Fetch from the `LIST Jobs` endpoint to show all job postings.
2396
+ properties:
2397
+ id:
2398
+ type: optional<string>
2399
+ validation:
2400
+ format: uuid
2401
+ access: read-only
2402
+ remote_id:
2403
+ type: optional<string>
2404
+ docs: The third-party API ID of the matching object.
2405
+ created_at:
2406
+ type: optional<datetime>
2407
+ docs: The datetime that this object was created by Merge.
2408
+ access: read-only
2409
+ modified_at:
2410
+ type: optional<datetime>
2411
+ docs: The datetime that this object was modified by Merge.
2412
+ access: read-only
2413
+ name:
2414
+ type: optional<string>
2415
+ docs: The job's name.
2416
+ description:
2417
+ type: optional<string>
2418
+ docs: The job's description.
2419
+ code:
2420
+ type: optional<string>
2421
+ docs: >-
2422
+ The job's code. Typically an additional identifier used to reference
2423
+ the particular job that is displayed on the ATS.
2424
+ status:
2425
+ type: optional<JobStatus>
2426
+ docs: |-
2427
+ The job's status.
2428
+
2429
+ * `OPEN` - OPEN
2430
+ * `CLOSED` - CLOSED
2431
+ * `DRAFT` - DRAFT
2432
+ * `ARCHIVED` - ARCHIVED
2433
+ * `PENDING` - PENDING
2434
+ type:
2435
+ type: optional<JobType>
2436
+ docs: |-
2437
+ The job's type.
2438
+
2439
+ * `POSTING` - POSTING
2440
+ * `REQUISITION` - REQUISITION
2441
+ * `PROFILE` - PROFILE
2442
+ job_postings:
2443
+ type: optional<list<optional<string>>>
2444
+ docs: IDs of `JobPosting` objects that serve as job postings for this `Job`.
2445
+ job_posting_urls: optional<list<Url>>
2446
+ remote_created_at:
2447
+ type: optional<datetime>
2448
+ docs: When the third party's job was created.
2449
+ remote_updated_at:
2450
+ type: optional<datetime>
2451
+ docs: When the third party's job was updated.
2452
+ confidential:
2453
+ type: optional<boolean>
2454
+ docs: Whether the job is confidential.
2455
+ departments:
2456
+ type: optional<list<optional<JobDepartmentsItem>>>
2457
+ docs: IDs of `Department` objects for this `Job`.
2458
+ offices:
2459
+ type: optional<list<optional<JobOfficesItem>>>
2460
+ docs: IDs of `Office` objects for this `Job`.
2461
+ hiring_managers:
2462
+ type: optional<list<optional<JobHiringManagersItem>>>
2463
+ docs: >-
2464
+ IDs of `RemoteUser` objects that serve as hiring managers for this
2465
+ `Job`.
2466
+ recruiters:
2467
+ type: optional<list<optional<JobRecruitersItem>>>
2468
+ docs: IDs of `RemoteUser` objects that serve as recruiters for this `Job`.
2469
+ remote_was_deleted:
2470
+ type: optional<boolean>
2471
+ docs: >-
2472
+ Indicates whether or not this object has been deleted in the third
2473
+ party platform. Full coverage deletion detection is a premium add-on.
2474
+ Native deletion detection is offered for free with limited coverage.
2475
+ [Learn
2476
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2477
+ access: read-only
2478
+ field_mappings:
2479
+ type: optional<map<string, unknown>>
2480
+ access: read-only
2481
+ remote_data:
2482
+ type: optional<list<RemoteData>>
2483
+ access: read-only
2484
+ source:
2485
+ openapi: openapi/openapi.yml
2486
+ JobInterviewStageJob:
2487
+ discriminated: false
2488
+ docs: >-
2489
+ This field is populated only if the stage is specific to a particular job.
2490
+ If the stage is generic, this field will not be populated.
2491
+ union:
2492
+ - type: string
2493
+ validation:
2494
+ format: uuid
2495
+ - Job
2496
+ source:
2497
+ openapi: openapi/openapi.yml
2498
+ inline: true
2499
+ JobInterviewStage:
2500
+ docs: >-
2501
+ # The JobInterviewStage Object
2502
+
2503
+ ### Description
2504
+
2505
+ The `JobInterviewStage` object is used to represent a particular
2506
+ recruiting stage for an `Application`. A given `Application` typically has
2507
+ the `JobInterviewStage` object represented in the current_stage field.
2508
+
2509
+ ### Usage Example
2510
+
2511
+ Fetch from the `LIST JobInterviewStages` endpoint and view the job
2512
+ interview stages used by a company.
2513
+ properties:
2514
+ id:
2515
+ type: optional<string>
2516
+ validation:
2517
+ format: uuid
2518
+ access: read-only
2519
+ remote_id:
2520
+ type: optional<string>
2521
+ docs: The third-party API ID of the matching object.
2522
+ created_at:
2523
+ type: optional<datetime>
2524
+ docs: The datetime that this object was created by Merge.
2525
+ access: read-only
2526
+ modified_at:
2527
+ type: optional<datetime>
2528
+ docs: The datetime that this object was modified by Merge.
2529
+ access: read-only
2530
+ name:
2531
+ type: optional<string>
2532
+ docs: >-
2533
+ Standard stage names are offered by ATS systems but can be modified by
2534
+ users.
2535
+ job:
2536
+ type: optional<JobInterviewStageJob>
2537
+ docs: >-
2538
+ This field is populated only if the stage is specific to a particular
2539
+ job. If the stage is generic, this field will not be populated.
2540
+ stage_order:
2541
+ type: optional<integer>
2542
+ docs: >-
2543
+ The stage’s order, with the lowest values ordered first. If the
2544
+ third-party does not return details on the order of stages, this field
2545
+ will not be populated.
2546
+ validation:
2547
+ min: -2147483648
2548
+ max: 2147483647
2549
+ remote_was_deleted:
2550
+ type: optional<boolean>
2551
+ docs: >-
2552
+ Indicates whether or not this object has been deleted in the third
2553
+ party platform. Full coverage deletion detection is a premium add-on.
2554
+ Native deletion detection is offered for free with limited coverage.
2555
+ [Learn
2556
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2557
+ access: read-only
2558
+ field_mappings:
2559
+ type: optional<map<string, unknown>>
2560
+ access: read-only
2561
+ remote_data:
2562
+ type: optional<list<RemoteData>>
2563
+ access: read-only
2564
+ source:
2565
+ openapi: openapi/openapi.yml
2566
+ JobPostingJobPostingUrlsItem:
2567
+ discriminated: false
2568
+ union:
2569
+ - type: string
2570
+ validation:
2571
+ format: uuid
2572
+ - Url
2573
+ source:
2574
+ openapi: openapi/openapi.yml
2575
+ inline: true
2576
+ JobPostingJob:
2577
+ discriminated: false
2578
+ docs: ID of `Job` object for this `JobPosting`.
2579
+ union:
2580
+ - type: string
2581
+ validation:
2582
+ format: uuid
2583
+ - Job
2584
+ source:
2585
+ openapi: openapi/openapi.yml
2586
+ inline: true
2587
+ JobPostingStatus:
2588
+ discriminated: false
2589
+ docs: |-
2590
+ The job posting's status.
2591
+
2592
+ * `PUBLISHED` - PUBLISHED
2593
+ * `CLOSED` - CLOSED
2594
+ * `DRAFT` - DRAFT
2595
+ * `INTERNAL` - INTERNAL
2596
+ * `PENDING` - PENDING
2597
+ union:
2598
+ - JobPostingStatusEnum
2599
+ - string
2600
+ source:
2601
+ openapi: openapi/openapi.yml
2602
+ inline: true
2603
+ JobPosting:
2604
+ docs: >-
2605
+ # The JobPosting Object
2606
+
2607
+ ### Description
2608
+
2609
+ The `JobPosting` object represents an external announcement on a job board
2610
+ created by an organization to attract qualified candidates to apply for a
2611
+ specific `Job` opening
2612
+
2613
+ ### Usage Example
2614
+
2615
+ Fetch from the `LIST JobPostings` endpoint to show all job postings.
2616
+ properties:
2617
+ id:
2618
+ type: optional<string>
2619
+ validation:
2620
+ format: uuid
2621
+ access: read-only
2622
+ remote_id:
2623
+ type: optional<string>
2624
+ docs: The third-party API ID of the matching object.
2625
+ created_at:
2626
+ type: optional<datetime>
2627
+ docs: The datetime that this object was created by Merge.
2628
+ access: read-only
2629
+ modified_at:
2630
+ type: optional<datetime>
2631
+ docs: The datetime that this object was modified by Merge.
2632
+ access: read-only
2633
+ title:
2634
+ type: optional<string>
2635
+ docs: The job posting’s title.
2636
+ job_posting_urls:
2637
+ type: optional<list<JobPostingJobPostingUrlsItem>>
2638
+ docs: >-
2639
+ The Url object is used to represent hyperlinks for a candidate to
2640
+ apply to a given job.
2641
+ job:
2642
+ type: optional<JobPostingJob>
2643
+ docs: ID of `Job` object for this `JobPosting`.
2644
+ status:
2645
+ type: optional<JobPostingStatus>
2646
+ docs: |-
2647
+ The job posting's status.
2648
+
2649
+ * `PUBLISHED` - PUBLISHED
2650
+ * `CLOSED` - CLOSED
2651
+ * `DRAFT` - DRAFT
2652
+ * `INTERNAL` - INTERNAL
2653
+ * `PENDING` - PENDING
2654
+ content:
2655
+ type: optional<string>
2656
+ docs: The job posting’s content.
2657
+ remote_created_at:
2658
+ type: optional<datetime>
2659
+ docs: When the third party's job posting was created.
2660
+ remote_updated_at:
2661
+ type: optional<datetime>
2662
+ docs: When the third party's job posting was updated.
2663
+ is_internal:
2664
+ type: optional<boolean>
2665
+ docs: Indicates whether the job posting is internal or external.
2666
+ remote_was_deleted:
2667
+ type: optional<boolean>
2668
+ docs: >-
2669
+ Indicates whether or not this object has been deleted in the third
2670
+ party platform. Full coverage deletion detection is a premium add-on.
2671
+ Native deletion detection is offered for free with limited coverage.
2672
+ [Learn
2673
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2674
+ access: read-only
2675
+ field_mappings:
2676
+ type: optional<map<string, unknown>>
2677
+ access: read-only
2678
+ remote_data:
2679
+ type: optional<list<RemoteData>>
2680
+ access: read-only
2681
+ source:
2682
+ openapi: openapi/openapi.yml
2683
+ JobPostingStatusEnum:
2684
+ enum:
2685
+ - PUBLISHED
2686
+ - CLOSED
2687
+ - DRAFT
2688
+ - INTERNAL
2689
+ - PENDING
2690
+ docs: |-
2691
+ * `PUBLISHED` - PUBLISHED
2692
+ * `CLOSED` - CLOSED
2693
+ * `DRAFT` - DRAFT
2694
+ * `INTERNAL` - INTERNAL
2695
+ * `PENDING` - PENDING
2696
+ source:
2697
+ openapi: openapi/openapi.yml
2698
+ JobStatusEnum:
2699
+ enum:
2700
+ - OPEN
2701
+ - CLOSED
2702
+ - DRAFT
2703
+ - ARCHIVED
2704
+ - PENDING
2705
+ docs: |-
2706
+ * `OPEN` - OPEN
2707
+ * `CLOSED` - CLOSED
2708
+ * `DRAFT` - DRAFT
2709
+ * `ARCHIVED` - ARCHIVED
2710
+ * `PENDING` - PENDING
2711
+ source:
2712
+ openapi: openapi/openapi.yml
2713
+ JobTypeEnum:
2714
+ enum:
2715
+ - POSTING
2716
+ - REQUISITION
2717
+ - PROFILE
2718
+ docs: |-
2719
+ * `POSTING` - POSTING
2720
+ * `REQUISITION` - REQUISITION
2721
+ * `PROFILE` - PROFILE
2722
+ source:
2723
+ openapi: openapi/openapi.yml
2724
+ LanguageEnum:
2725
+ enum:
2726
+ - en
2727
+ - de
2728
+ docs: |-
2729
+ * `en` - en
2730
+ * `de` - de
2731
+ source:
2732
+ openapi: openapi/openapi.yml
2733
+ LastSyncResultEnum:
2734
+ enum:
2735
+ - SYNCING
2736
+ - DONE
2737
+ - FAILED
2738
+ - DISABLED
2739
+ - PAUSED
2740
+ - PARTIALLY_SYNCED
2741
+ docs: |-
2742
+ * `SYNCING` - SYNCING
2743
+ * `DONE` - DONE
2744
+ * `FAILED` - FAILED
2745
+ * `DISABLED` - DISABLED
2746
+ * `PAUSED` - PAUSED
2747
+ * `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
2748
+ source:
2749
+ openapi: openapi/openapi.yml
2750
+ LinkToken:
2751
+ properties:
2752
+ link_token: string
2753
+ integration_name: optional<string>
2754
+ magic_link_url: optional<string>
2755
+ source:
2756
+ openapi: openapi/openapi.yml
2757
+ LinkedAccountStatus:
2758
+ properties:
2759
+ linked_account_status: string
2760
+ can_make_request: boolean
2761
+ source:
2762
+ openapi: openapi/openapi.yml
2763
+ MetaResponse:
2764
+ properties:
2765
+ request_schema: map<string, unknown>
2766
+ remote_field_classes: optional<map<string, unknown>>
2767
+ status: optional<LinkedAccountStatus>
2768
+ has_conditional_params: boolean
2769
+ has_required_linked_account_params: boolean
2770
+ source:
2771
+ openapi: openapi/openapi.yml
2772
+ MethodEnum:
2773
+ enum:
2774
+ - GET
2775
+ - OPTIONS
2776
+ - HEAD
2777
+ - POST
2778
+ - PUT
2779
+ - PATCH
2780
+ - DELETE
2781
+ docs: |-
2782
+ * `GET` - GET
2783
+ * `OPTIONS` - OPTIONS
2784
+ * `HEAD` - HEAD
2785
+ * `POST` - POST
2786
+ * `PUT` - PUT
2787
+ * `PATCH` - PATCH
2788
+ * `DELETE` - DELETE
2789
+ source:
2790
+ openapi: openapi/openapi.yml
2791
+ ModelOperation:
2792
+ docs: >-
2793
+ # The ModelOperation Object
2794
+
2795
+ ### Description
2796
+
2797
+ The `ModelOperation` object is used to represent the operations that are
2798
+ currently supported for a given model.
2799
+
2800
+
2801
+ ### Usage Example
2802
+
2803
+ View what operations are supported for the `Candidate` endpoint.
2804
+ properties:
2805
+ model_name: string
2806
+ available_operations: list<string>
2807
+ required_post_parameters: list<string>
2808
+ supported_fields: list<string>
2809
+ source:
2810
+ openapi: openapi/openapi.yml
2811
+ ModelPermissionDeserializer:
2812
+ properties:
2813
+ is_enabled: optional<boolean>
2814
+ source:
2815
+ openapi: openapi/openapi.yml
2816
+ ModelPermissionDeserializerRequest:
2817
+ properties:
2818
+ is_enabled: optional<boolean>
2819
+ source:
2820
+ openapi: openapi/openapi.yml
2821
+ MultipartFormFieldRequestEncoding:
2822
+ discriminated: false
2823
+ docs: |-
2824
+ The encoding of the value of `data`. Defaults to `RAW` if not defined.
2825
+
2826
+ * `RAW` - RAW
2827
+ * `BASE64` - BASE64
2828
+ * `GZIP_BASE64` - GZIP_BASE64
2829
+ union:
2830
+ - EncodingEnum
2831
+ - string
2832
+ source:
2833
+ openapi: openapi/openapi.yml
2834
+ inline: true
2835
+ MultipartFormFieldRequest:
2836
+ docs: >-
2837
+ # The MultipartFormField Object
2838
+
2839
+ ### Description
2840
+
2841
+ The `MultipartFormField` object is used to represent fields in an HTTP
2842
+ request using `multipart/form-data`.
2843
+
2844
+
2845
+ ### Usage Example
2846
+
2847
+ Create a `MultipartFormField` to define a multipart form entry.
2848
+ properties:
2849
+ name:
2850
+ type: string
2851
+ docs: The name of the form field
2852
+ validation:
2853
+ minLength: 1
2854
+ data:
2855
+ type: string
2856
+ docs: The data for the form field.
2857
+ validation:
2858
+ minLength: 1
2859
+ encoding:
2860
+ type: optional<MultipartFormFieldRequestEncoding>
2861
+ docs: |-
2862
+ The encoding of the value of `data`. Defaults to `RAW` if not defined.
2863
+
2864
+ * `RAW` - RAW
2865
+ * `BASE64` - BASE64
2866
+ * `GZIP_BASE64` - GZIP_BASE64
2867
+ file_name:
2868
+ type: optional<string>
2869
+ docs: The file name of the form field, if the field is for a file.
2870
+ validation:
2871
+ minLength: 1
2872
+ content_type:
2873
+ type: optional<string>
2874
+ docs: The MIME type of the file, if the field is for a file.
2875
+ validation:
2876
+ minLength: 1
2877
+ source:
2878
+ openapi: openapi/openapi.yml
2879
+ OfferApplication:
2880
+ discriminated: false
2881
+ docs: The application who is receiving the offer.
2882
+ union:
2883
+ - type: string
2884
+ validation:
2885
+ format: uuid
2886
+ - Application
2887
+ source:
2888
+ openapi: openapi/openapi.yml
2889
+ inline: true
2890
+ OfferCreator:
2891
+ discriminated: false
2892
+ docs: The user who created the offer.
2893
+ union:
2894
+ - type: string
2895
+ validation:
2896
+ format: uuid
2897
+ - RemoteUser
2898
+ source:
2899
+ openapi: openapi/openapi.yml
2900
+ inline: true
2901
+ OfferStatus:
2902
+ discriminated: false
2903
+ docs: |-
2904
+ The offer's status.
2905
+
2906
+ * `DRAFT` - DRAFT
2907
+ * `APPROVAL-SENT` - APPROVAL-SENT
2908
+ * `APPROVED` - APPROVED
2909
+ * `SENT` - SENT
2910
+ * `SENT-MANUALLY` - SENT-MANUALLY
2911
+ * `OPENED` - OPENED
2912
+ * `DENIED` - DENIED
2913
+ * `SIGNED` - SIGNED
2914
+ * `DEPRECATED` - DEPRECATED
2915
+ union:
2916
+ - OfferStatusEnum
2917
+ - string
2918
+ source:
2919
+ openapi: openapi/openapi.yml
2920
+ inline: true
2921
+ Offer:
2922
+ docs: >-
2923
+ # The Offer Object
2924
+
2925
+ ### Description
2926
+
2927
+ The `Offer` object is used to represent an offer for a candidate's
2928
+ application specific to a job.
2929
+
2930
+ ### Usage Example
2931
+
2932
+ Fetch from the `LIST Offers` endpoint and filter by `ID` to show all
2933
+ offers.
2934
+ properties:
2935
+ id:
2936
+ type: optional<string>
2937
+ validation:
2938
+ format: uuid
2939
+ access: read-only
2940
+ remote_id:
2941
+ type: optional<string>
2942
+ docs: The third-party API ID of the matching object.
2943
+ created_at:
2944
+ type: optional<datetime>
2945
+ docs: The datetime that this object was created by Merge.
2946
+ access: read-only
2947
+ modified_at:
2948
+ type: optional<datetime>
2949
+ docs: The datetime that this object was modified by Merge.
2950
+ access: read-only
2951
+ application:
2952
+ type: optional<OfferApplication>
2953
+ docs: The application who is receiving the offer.
2954
+ creator:
2955
+ type: optional<OfferCreator>
2956
+ docs: The user who created the offer.
2957
+ remote_created_at:
2958
+ type: optional<datetime>
2959
+ docs: When the third party's offer was created.
2960
+ closed_at:
2961
+ type: optional<datetime>
2962
+ docs: When the offer was closed.
2963
+ sent_at:
2964
+ type: optional<datetime>
2965
+ docs: When the offer was sent.
2966
+ start_date:
2967
+ type: optional<datetime>
2968
+ docs: The employment start date on the offer.
2969
+ status:
2970
+ type: optional<OfferStatus>
2971
+ docs: |-
2972
+ The offer's status.
2973
+
2974
+ * `DRAFT` - DRAFT
2975
+ * `APPROVAL-SENT` - APPROVAL-SENT
2976
+ * `APPROVED` - APPROVED
2977
+ * `SENT` - SENT
2978
+ * `SENT-MANUALLY` - SENT-MANUALLY
2979
+ * `OPENED` - OPENED
2980
+ * `DENIED` - DENIED
2981
+ * `SIGNED` - SIGNED
2982
+ * `DEPRECATED` - DEPRECATED
2983
+ remote_was_deleted:
2984
+ type: optional<boolean>
2985
+ docs: >-
2986
+ Indicates whether or not this object has been deleted in the third
2987
+ party platform. Full coverage deletion detection is a premium add-on.
2988
+ Native deletion detection is offered for free with limited coverage.
2989
+ [Learn
2990
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
2991
+ access: read-only
2992
+ field_mappings:
2993
+ type: optional<map<string, unknown>>
2994
+ access: read-only
2995
+ remote_data:
2996
+ type: optional<list<RemoteData>>
2997
+ access: read-only
2998
+ source:
2999
+ openapi: openapi/openapi.yml
3000
+ OfferStatusEnum:
3001
+ enum:
3002
+ - DRAFT
3003
+ - value: APPROVAL-SENT
3004
+ name: ApprovalSent
3005
+ - APPROVED
3006
+ - SENT
3007
+ - value: SENT-MANUALLY
3008
+ name: SentManually
3009
+ - OPENED
3010
+ - DENIED
3011
+ - SIGNED
3012
+ - DEPRECATED
3013
+ docs: |-
3014
+ * `DRAFT` - DRAFT
3015
+ * `APPROVAL-SENT` - APPROVAL-SENT
3016
+ * `APPROVED` - APPROVED
3017
+ * `SENT` - SENT
3018
+ * `SENT-MANUALLY` - SENT-MANUALLY
3019
+ * `OPENED` - OPENED
3020
+ * `DENIED` - DENIED
3021
+ * `SIGNED` - SIGNED
3022
+ * `DEPRECATED` - DEPRECATED
3023
+ source:
3024
+ openapi: openapi/openapi.yml
3025
+ Office:
3026
+ docs: >-
3027
+ # The Office Object
3028
+
3029
+ ### Description
3030
+
3031
+ The `Office` object is used to represent an office within a company. A
3032
+ given `Job` has the `Office` ID in its offices field.
3033
+
3034
+ ### Usage Example
3035
+
3036
+ Fetch from the `LIST Offices` endpoint and view the offices within a
3037
+ company.
3038
+ properties:
3039
+ id:
3040
+ type: optional<string>
3041
+ validation:
3042
+ format: uuid
3043
+ access: read-only
3044
+ remote_id:
3045
+ type: optional<string>
3046
+ docs: The third-party API ID of the matching object.
3047
+ created_at:
3048
+ type: optional<datetime>
3049
+ docs: The datetime that this object was created by Merge.
3050
+ access: read-only
3051
+ modified_at:
3052
+ type: optional<datetime>
3053
+ docs: The datetime that this object was modified by Merge.
3054
+ access: read-only
3055
+ name:
3056
+ type: optional<string>
3057
+ docs: The office's name.
3058
+ location:
3059
+ type: optional<string>
3060
+ docs: The office's location.
3061
+ remote_was_deleted:
3062
+ type: optional<boolean>
3063
+ docs: >-
3064
+ Indicates whether or not this object has been deleted in the third
3065
+ party platform. Full coverage deletion detection is a premium add-on.
3066
+ Native deletion detection is offered for free with limited coverage.
3067
+ [Learn
3068
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
3069
+ access: read-only
3070
+ field_mappings:
3071
+ type: optional<map<string, unknown>>
3072
+ access: read-only
3073
+ remote_data:
3074
+ type: optional<list<RemoteData>>
3075
+ access: read-only
3076
+ source:
3077
+ openapi: openapi/openapi.yml
3078
+ OverallRecommendationEnum:
3079
+ enum:
3080
+ - DEFINITELY_NO
3081
+ - 'NO'
3082
+ - 'YES'
3083
+ - STRONG_YES
3084
+ - NO_DECISION
3085
+ docs: |-
3086
+ * `DEFINITELY_NO` - DEFINITELY_NO
3087
+ * `NO` - NO
3088
+ * `YES` - YES
3089
+ * `STRONG_YES` - STRONG_YES
3090
+ * `NO_DECISION` - NO_DECISION
3091
+ source:
3092
+ openapi: openapi/openapi.yml
3093
+ PaginatedAccountDetailsAndActionsList:
3094
+ properties:
3095
+ next: optional<string>
3096
+ previous: optional<string>
3097
+ results: optional<list<AccountDetailsAndActions>>
3098
+ source:
3099
+ openapi: openapi/openapi.yml
3100
+ PaginatedActivityList:
3101
+ properties:
3102
+ next: optional<string>
3103
+ previous: optional<string>
3104
+ results: optional<list<Activity>>
3105
+ source:
3106
+ openapi: openapi/openapi.yml
3107
+ PaginatedApplicationList:
3108
+ properties:
3109
+ next: optional<string>
3110
+ previous: optional<string>
3111
+ results: optional<list<Application>>
3112
+ source:
3113
+ openapi: openapi/openapi.yml
3114
+ PaginatedAttachmentList:
3115
+ properties:
3116
+ next: optional<string>
3117
+ previous: optional<string>
3118
+ results: optional<list<Attachment>>
3119
+ source:
3120
+ openapi: openapi/openapi.yml
3121
+ PaginatedAuditLogEventList:
3122
+ properties:
3123
+ next: optional<string>
3124
+ previous: optional<string>
3125
+ results: optional<list<AuditLogEvent>>
3126
+ source:
3127
+ openapi: openapi/openapi.yml
3128
+ PaginatedCandidateList:
3129
+ properties:
3130
+ next: optional<string>
3131
+ previous: optional<string>
3132
+ results: optional<list<Candidate>>
3133
+ source:
3134
+ openapi: openapi/openapi.yml
3135
+ PaginatedDepartmentList:
3136
+ properties:
3137
+ next: optional<string>
3138
+ previous: optional<string>
3139
+ results: optional<list<Department>>
3140
+ source:
3141
+ openapi: openapi/openapi.yml
3142
+ PaginatedEeocList:
3143
+ properties:
3144
+ next: optional<string>
3145
+ previous: optional<string>
3146
+ results: optional<list<Eeoc>>
3147
+ source:
3148
+ openapi: openapi/openapi.yml
3149
+ PaginatedIssueList:
3150
+ properties:
3151
+ next: optional<string>
3152
+ previous: optional<string>
3153
+ results: optional<list<Issue>>
3154
+ source:
3155
+ openapi: openapi/openapi.yml
3156
+ PaginatedJobInterviewStageList:
3157
+ properties:
3158
+ next: optional<string>
3159
+ previous: optional<string>
3160
+ results: optional<list<JobInterviewStage>>
3161
+ source:
3162
+ openapi: openapi/openapi.yml
3163
+ PaginatedJobList:
3164
+ properties:
3165
+ next: optional<string>
3166
+ previous: optional<string>
3167
+ results: optional<list<Job>>
3168
+ source:
3169
+ openapi: openapi/openapi.yml
3170
+ PaginatedJobPostingList:
3171
+ properties:
3172
+ next: optional<string>
3173
+ previous: optional<string>
3174
+ results: optional<list<JobPosting>>
3175
+ source:
3176
+ openapi: openapi/openapi.yml
3177
+ PaginatedOfferList:
3178
+ properties:
3179
+ next: optional<string>
3180
+ previous: optional<string>
3181
+ results: optional<list<Offer>>
3182
+ source:
3183
+ openapi: openapi/openapi.yml
3184
+ PaginatedOfficeList:
3185
+ properties:
3186
+ next: optional<string>
3187
+ previous: optional<string>
3188
+ results: optional<list<Office>>
3189
+ source:
3190
+ openapi: openapi/openapi.yml
3191
+ PaginatedRejectReasonList:
3192
+ properties:
3193
+ next: optional<string>
3194
+ previous: optional<string>
3195
+ results: optional<list<RejectReason>>
3196
+ source:
3197
+ openapi: openapi/openapi.yml
3198
+ PaginatedRemoteUserList:
3199
+ properties:
3200
+ next: optional<string>
3201
+ previous: optional<string>
3202
+ results: optional<list<RemoteUser>>
3203
+ source:
3204
+ openapi: openapi/openapi.yml
3205
+ PaginatedScheduledInterviewList:
3206
+ properties:
3207
+ next: optional<string>
3208
+ previous: optional<string>
3209
+ results: optional<list<ScheduledInterview>>
3210
+ source:
3211
+ openapi: openapi/openapi.yml
3212
+ PaginatedScorecardList:
3213
+ properties:
3214
+ next: optional<string>
3215
+ previous: optional<string>
3216
+ results: optional<list<Scorecard>>
3217
+ source:
3218
+ openapi: openapi/openapi.yml
3219
+ PaginatedScreeningQuestionList:
3220
+ properties:
3221
+ next: optional<string>
3222
+ previous: optional<string>
3223
+ results: optional<list<ScreeningQuestion>>
3224
+ source:
3225
+ openapi: openapi/openapi.yml
3226
+ PaginatedSyncStatusList:
3227
+ properties:
3228
+ next: optional<string>
3229
+ previous: optional<string>
3230
+ results: optional<list<SyncStatus>>
3231
+ source:
3232
+ openapi: openapi/openapi.yml
3233
+ PaginatedTagList:
3234
+ properties:
3235
+ next: optional<string>
3236
+ previous: optional<string>
3237
+ results: optional<list<Tag>>
3238
+ source:
3239
+ openapi: openapi/openapi.yml
3240
+ PatchedCandidateRequest:
3241
+ docs: >-
3242
+ # The Candidate Object
3243
+
3244
+ ### Description
3245
+
3246
+ The `Candidate` object is used to represent profile information about a
3247
+ given Candidate. Because it is specific to a Candidate, this information
3248
+ stays constant across applications.
3249
+
3250
+ ### Usage Example
3251
+
3252
+ Fetch from the `LIST Candidates` endpoint and filter by `ID` to show all
3253
+ candidates.
3254
+ properties:
3255
+ first_name:
3256
+ type: optional<string>
3257
+ docs: The candidate's first name.
3258
+ last_name:
3259
+ type: optional<string>
3260
+ docs: The candidate's last name.
3261
+ company:
3262
+ type: optional<string>
3263
+ docs: The candidate's current company.
3264
+ title:
3265
+ type: optional<string>
3266
+ docs: The candidate's current title.
3267
+ last_interaction_at:
3268
+ type: optional<datetime>
3269
+ docs: When the most recent interaction with the candidate occurred.
3270
+ is_private:
3271
+ type: optional<boolean>
3272
+ docs: Whether or not the candidate is private.
3273
+ can_email:
3274
+ type: optional<boolean>
3275
+ docs: Whether or not the candidate can be emailed.
3276
+ locations:
3277
+ type: optional<list<optional<string>>>
3278
+ docs: The candidate's locations.
3279
+ phone_numbers: optional<list<PhoneNumberRequest>>
3280
+ email_addresses: optional<list<EmailAddressRequest>>
3281
+ urls: optional<list<UrlRequest>>
3282
+ tags:
3283
+ type: optional<list<optional<string>>>
3284
+ docs: Array of `Tag` names as strings.
3285
+ applications:
3286
+ type: optional<list<optional<string>>>
3287
+ docs: Array of `Application` object IDs.
3288
+ attachments:
3289
+ type: optional<list<optional<string>>>
3290
+ docs: Array of `Attachment` object IDs.
3291
+ remote_template_id:
3292
+ type: optional<string>
3293
+ validation:
3294
+ minLength: 1
3295
+ access: write-only
3296
+ integration_params:
3297
+ type: optional<map<string, unknown>>
3298
+ access: write-only
3299
+ linked_account_params:
3300
+ type: optional<map<string, unknown>>
3301
+ access: write-only
3302
+ source:
3303
+ openapi: openapi/openapi.yml
3304
+ PhoneNumberPhoneNumberType:
3305
+ discriminated: false
3306
+ docs: |-
3307
+ The type of phone number.
3308
+
3309
+ * `HOME` - HOME
3310
+ * `WORK` - WORK
3311
+ * `MOBILE` - MOBILE
3312
+ * `SKYPE` - SKYPE
3313
+ * `OTHER` - OTHER
3314
+ union:
3315
+ - PhoneNumberTypeEnum
3316
+ - string
3317
+ source:
3318
+ openapi: openapi/openapi.yml
3319
+ inline: true
3320
+ PhoneNumber:
3321
+ docs: |-
3322
+ # The PhoneNumber Object
3323
+ ### Description
3324
+ The `PhoneNumber` object is used to represent a candidate's phone number.
3325
+ ### Usage Example
3326
+ Fetch from the `GET Candidate` endpoint and view their phone numbers.
3327
+ properties:
3328
+ created_at:
3329
+ type: optional<datetime>
3330
+ docs: The datetime that this object was created by Merge.
3331
+ access: read-only
3332
+ modified_at:
3333
+ type: optional<datetime>
3334
+ docs: The datetime that this object was modified by Merge.
3335
+ access: read-only
3336
+ value:
3337
+ type: optional<string>
3338
+ docs: The phone number.
3339
+ phone_number_type:
3340
+ type: optional<PhoneNumberPhoneNumberType>
3341
+ docs: |-
3342
+ The type of phone number.
3343
+
3344
+ * `HOME` - HOME
3345
+ * `WORK` - WORK
3346
+ * `MOBILE` - MOBILE
3347
+ * `SKYPE` - SKYPE
3348
+ * `OTHER` - OTHER
3349
+ remote_was_deleted:
3350
+ type: optional<boolean>
3351
+ docs: >-
3352
+ Indicates whether or not this object has been deleted in the third
3353
+ party platform. Full coverage deletion detection is a premium add-on.
3354
+ Native deletion detection is offered for free with limited coverage.
3355
+ [Learn
3356
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
3357
+ access: read-only
3358
+ source:
3359
+ openapi: openapi/openapi.yml
3360
+ PhoneNumberRequestPhoneNumberType:
3361
+ discriminated: false
3362
+ docs: |-
3363
+ The type of phone number.
3364
+
3365
+ * `HOME` - HOME
3366
+ * `WORK` - WORK
3367
+ * `MOBILE` - MOBILE
3368
+ * `SKYPE` - SKYPE
3369
+ * `OTHER` - OTHER
3370
+ union:
3371
+ - PhoneNumberTypeEnum
3372
+ - string
3373
+ source:
3374
+ openapi: openapi/openapi.yml
3375
+ inline: true
3376
+ PhoneNumberRequest:
3377
+ docs: |-
3378
+ # The PhoneNumber Object
3379
+ ### Description
3380
+ The `PhoneNumber` object is used to represent a candidate's phone number.
3381
+ ### Usage Example
3382
+ Fetch from the `GET Candidate` endpoint and view their phone numbers.
3383
+ properties:
3384
+ value:
3385
+ type: optional<string>
3386
+ docs: The phone number.
3387
+ phone_number_type:
3388
+ type: optional<PhoneNumberRequestPhoneNumberType>
3389
+ docs: |-
3390
+ The type of phone number.
3391
+
3392
+ * `HOME` - HOME
3393
+ * `WORK` - WORK
3394
+ * `MOBILE` - MOBILE
3395
+ * `SKYPE` - SKYPE
3396
+ * `OTHER` - OTHER
3397
+ integration_params:
3398
+ type: optional<map<string, unknown>>
3399
+ access: write-only
3400
+ linked_account_params:
3401
+ type: optional<map<string, unknown>>
3402
+ access: write-only
3403
+ source:
3404
+ openapi: openapi/openapi.yml
3405
+ PhoneNumberTypeEnum:
3406
+ enum:
3407
+ - HOME
3408
+ - WORK
3409
+ - MOBILE
3410
+ - SKYPE
3411
+ - OTHER
3412
+ docs: |-
3413
+ * `HOME` - HOME
3414
+ * `WORK` - WORK
3415
+ * `MOBILE` - MOBILE
3416
+ * `SKYPE` - SKYPE
3417
+ * `OTHER` - OTHER
3418
+ source:
3419
+ openapi: openapi/openapi.yml
3420
+ RaceEnum:
3421
+ enum:
3422
+ - AMERICAN_INDIAN_OR_ALASKAN_NATIVE
3423
+ - ASIAN
3424
+ - BLACK_OR_AFRICAN_AMERICAN
3425
+ - HISPANIC_OR_LATINO
3426
+ - WHITE
3427
+ - NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER
3428
+ - TWO_OR_MORE_RACES
3429
+ - DECLINE_TO_SELF_IDENTIFY
3430
+ docs: >-
3431
+ * `AMERICAN_INDIAN_OR_ALASKAN_NATIVE` - AMERICAN_INDIAN_OR_ALASKAN_NATIVE
3432
+
3433
+ * `ASIAN` - ASIAN
3434
+
3435
+ * `BLACK_OR_AFRICAN_AMERICAN` - BLACK_OR_AFRICAN_AMERICAN
3436
+
3437
+ * `HISPANIC_OR_LATINO` - HISPANIC_OR_LATINO
3438
+
3439
+ * `WHITE` - WHITE
3440
+
3441
+ * `NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER` -
3442
+ NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER
3443
+
3444
+ * `TWO_OR_MORE_RACES` - TWO_OR_MORE_RACES
3445
+
3446
+ * `DECLINE_TO_SELF_IDENTIFY` - DECLINE_TO_SELF_IDENTIFY
3447
+ source:
3448
+ openapi: openapi/openapi.yml
3449
+ ReasonEnum:
3450
+ enum:
3451
+ - GENERAL_CUSTOMER_REQUEST
3452
+ - GDPR
3453
+ - OTHER
3454
+ docs: |-
3455
+ * `GENERAL_CUSTOMER_REQUEST` - GENERAL_CUSTOMER_REQUEST
3456
+ * `GDPR` - GDPR
3457
+ * `OTHER` - OTHER
3458
+ source:
3459
+ openapi: openapi/openapi.yml
3460
+ RejectReason:
3461
+ docs: >-
3462
+ # The RejectReason Object
3463
+
3464
+ ### Description
3465
+
3466
+ The `RejectReason` object is used to represent a reason for rejecting an
3467
+ application. These can typically be configured within an ATS system.
3468
+
3469
+ ### Usage Example
3470
+
3471
+ Fetch from the `LIST RejectReasons` endpoint and filter by `ID` to show
3472
+ all reasons.
3473
+ properties:
3474
+ id:
3475
+ type: optional<string>
3476
+ validation:
3477
+ format: uuid
3478
+ access: read-only
3479
+ remote_id:
3480
+ type: optional<string>
3481
+ docs: The third-party API ID of the matching object.
3482
+ created_at:
3483
+ type: optional<datetime>
3484
+ docs: The datetime that this object was created by Merge.
3485
+ access: read-only
3486
+ modified_at:
3487
+ type: optional<datetime>
3488
+ docs: The datetime that this object was modified by Merge.
3489
+ access: read-only
3490
+ name:
3491
+ type: optional<string>
3492
+ docs: The rejection reason’s name.
3493
+ remote_was_deleted:
3494
+ type: optional<boolean>
3495
+ docs: >-
3496
+ Indicates whether or not this object has been deleted in the third
3497
+ party platform. Full coverage deletion detection is a premium add-on.
3498
+ Native deletion detection is offered for free with limited coverage.
3499
+ [Learn
3500
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
3501
+ access: read-only
3502
+ field_mappings:
3503
+ type: optional<map<string, unknown>>
3504
+ access: read-only
3505
+ remote_data:
3506
+ type: optional<list<RemoteData>>
3507
+ access: read-only
3508
+ source:
3509
+ openapi: openapi/openapi.yml
3510
+ RemoteData:
3511
+ docs: >-
3512
+ # The RemoteData Object
3513
+
3514
+ ### Description
3515
+
3516
+ The `RemoteData` object is used to represent the full data pulled from the
3517
+ third-party API for an object.
3518
+
3519
+
3520
+ ### Usage Example
3521
+
3522
+ TODO
3523
+ properties:
3524
+ path:
3525
+ type: string
3526
+ docs: The third-party API path that is being called.
3527
+ data:
3528
+ type: optional<unknown>
3529
+ access: read-only
3530
+ source:
3531
+ openapi: openapi/openapi.yml
3532
+ RemoteEndpointInfo:
3533
+ properties:
3534
+ method: string
3535
+ url_path: string
3536
+ field_traversal_path: list<unknown>
3537
+ source:
3538
+ openapi: openapi/openapi.yml
3539
+ RemoteFieldApiCoverage:
3540
+ discriminated: false
3541
+ union:
3542
+ - integer
3543
+ - double
3544
+ source:
3545
+ openapi: openapi/openapi.yml
3546
+ inline: true
3547
+ RemoteFieldApi:
3548
+ properties:
3549
+ schema: map<string, unknown>
3550
+ remote_key_name: string
3551
+ remote_endpoint_info: RemoteEndpointInfo
3552
+ example_values: optional<list<unknown>>
3553
+ advanced_metadata: optional<AdvancedMetadata>
3554
+ coverage:
3555
+ type: optional<RemoteFieldApiCoverage>
3556
+ access: read-only
3557
+ source:
3558
+ openapi: openapi/openapi.yml
3559
+ RemoteFieldApiResponse:
3560
+ properties:
3561
+ Activity: optional<list<RemoteFieldApi>>
3562
+ Application: optional<list<RemoteFieldApi>>
3563
+ Attachment: optional<list<RemoteFieldApi>>
3564
+ Candidate: optional<list<RemoteFieldApi>>
3565
+ Department: optional<list<RemoteFieldApi>>
3566
+ EEOC: optional<list<RemoteFieldApi>>
3567
+ ScheduledInterview: optional<list<RemoteFieldApi>>
3568
+ Job: optional<list<RemoteFieldApi>>
3569
+ JobPosting: optional<list<RemoteFieldApi>>
3570
+ JobInterviewStage: optional<list<RemoteFieldApi>>
3571
+ Offer: optional<list<RemoteFieldApi>>
3572
+ Office: optional<list<RemoteFieldApi>>
3573
+ RejectReason: optional<list<RemoteFieldApi>>
3574
+ Scorecard: optional<list<RemoteFieldApi>>
3575
+ Tag: optional<list<RemoteFieldApi>>
3576
+ RemoteUser: optional<list<RemoteFieldApi>>
3577
+ source:
3578
+ openapi: openapi/openapi.yml
3579
+ RemoteKey:
3580
+ docs: >-
3581
+ # The RemoteKey Object
3582
+
3583
+ ### Description
3584
+
3585
+ The `RemoteKey` object is used to represent a request for a new remote
3586
+ key.
3587
+
3588
+
3589
+ ### Usage Example
3590
+
3591
+ Post a `GenerateRemoteKey` to receive a new `RemoteKey`.
3592
+ properties:
3593
+ name: string
3594
+ key: string
3595
+ source:
3596
+ openapi: openapi/openapi.yml
3597
+ RemoteResponseResponseType:
3598
+ discriminated: false
3599
+ union:
3600
+ - ResponseTypeEnum
3601
+ - string
3602
+ source:
3603
+ openapi: openapi/openapi.yml
3604
+ inline: true
3605
+ RemoteResponse:
3606
+ docs: >-
3607
+ # The RemoteResponse Object
3608
+
3609
+ ### Description
3610
+
3611
+ The `RemoteResponse` object is used to represent information returned from
3612
+ a third-party endpoint.
3613
+
3614
+
3615
+ ### Usage Example
3616
+
3617
+ View the `RemoteResponse` returned from your `DataPassthrough`.
3618
+ properties:
3619
+ method: string
3620
+ path: string
3621
+ status: integer
3622
+ response: unknown
3623
+ response_headers: optional<map<string, unknown>>
3624
+ response_type: optional<RemoteResponseResponseType>
3625
+ headers: optional<map<string, unknown>>
3626
+ source:
3627
+ openapi: openapi/openapi.yml
3628
+ RemoteUserAccessRole:
3629
+ discriminated: false
3630
+ docs: |-
3631
+ The user's role.
3632
+
3633
+ * `SUPER_ADMIN` - SUPER_ADMIN
3634
+ * `ADMIN` - ADMIN
3635
+ * `TEAM_MEMBER` - TEAM_MEMBER
3636
+ * `LIMITED_TEAM_MEMBER` - LIMITED_TEAM_MEMBER
3637
+ * `INTERVIEWER` - INTERVIEWER
3638
+ union:
3639
+ - AccessRoleEnum
3640
+ - string
3641
+ source:
3642
+ openapi: openapi/openapi.yml
3643
+ inline: true
3644
+ RemoteUser:
3645
+ docs: >-
3646
+ # The RemoteUser Object
3647
+
3648
+ ### Description
3649
+
3650
+ The `RemoteUser` object is used to represent a user with a login to the
3651
+ ATS system.
3652
+
3653
+ ### Usage Example
3654
+
3655
+ Fetch from the `LIST RemoteUsers` endpoint to show all users for a third
3656
+ party.
3657
+ properties:
3658
+ id:
3659
+ type: optional<string>
3660
+ validation:
3661
+ format: uuid
3662
+ access: read-only
3663
+ remote_id:
3664
+ type: optional<string>
3665
+ docs: The third-party API ID of the matching object.
3666
+ created_at:
3667
+ type: optional<datetime>
3668
+ docs: The datetime that this object was created by Merge.
3669
+ access: read-only
3670
+ modified_at:
3671
+ type: optional<datetime>
3672
+ docs: The datetime that this object was modified by Merge.
3673
+ access: read-only
3674
+ first_name:
3675
+ type: optional<string>
3676
+ docs: The user's first name.
3677
+ last_name:
3678
+ type: optional<string>
3679
+ docs: The user's last name.
3680
+ email:
3681
+ type: optional<string>
3682
+ docs: The user's email.
3683
+ validation:
3684
+ format: email
3685
+ maxLength: 254
3686
+ disabled:
3687
+ type: optional<boolean>
3688
+ docs: Whether the user's account had been disabled.
3689
+ remote_created_at:
3690
+ type: optional<datetime>
3691
+ docs: When the third party's user was created.
3692
+ access_role:
3693
+ type: optional<RemoteUserAccessRole>
3694
+ docs: |-
3695
+ The user's role.
3696
+
3697
+ * `SUPER_ADMIN` - SUPER_ADMIN
3698
+ * `ADMIN` - ADMIN
3699
+ * `TEAM_MEMBER` - TEAM_MEMBER
3700
+ * `LIMITED_TEAM_MEMBER` - LIMITED_TEAM_MEMBER
3701
+ * `INTERVIEWER` - INTERVIEWER
3702
+ remote_was_deleted:
3703
+ type: optional<boolean>
3704
+ docs: >-
3705
+ Indicates whether or not this object has been deleted in the third
3706
+ party platform. Full coverage deletion detection is a premium add-on.
3707
+ Native deletion detection is offered for free with limited coverage.
3708
+ [Learn
3709
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
3710
+ access: read-only
3711
+ field_mappings:
3712
+ type: optional<map<string, unknown>>
3713
+ access: read-only
3714
+ remote_data:
3715
+ type: optional<list<RemoteData>>
3716
+ access: read-only
3717
+ source:
3718
+ openapi: openapi/openapi.yml
3719
+ RequestFormatEnum:
3720
+ enum:
3721
+ - JSON
3722
+ - XML
3723
+ - MULTIPART
3724
+ docs: |-
3725
+ * `JSON` - JSON
3726
+ * `XML` - XML
3727
+ * `MULTIPART` - MULTIPART
3728
+ source:
3729
+ openapi: openapi/openapi.yml
3730
+ ResponseTypeEnum:
3731
+ enum:
3732
+ - JSON
3733
+ - BASE64_GZIP
3734
+ docs: |-
3735
+ * `JSON` - JSON
3736
+ * `BASE64_GZIP` - BASE64_GZIP
3737
+ source:
3738
+ openapi: openapi/openapi.yml
3739
+ RoleEnum:
3740
+ enum:
3741
+ - ADMIN
3742
+ - DEVELOPER
3743
+ - MEMBER
3744
+ - API
3745
+ - SYSTEM
3746
+ - MERGE_TEAM
3747
+ docs: |-
3748
+ * `ADMIN` - ADMIN
3749
+ * `DEVELOPER` - DEVELOPER
3750
+ * `MEMBER` - MEMBER
3751
+ * `API` - API
3752
+ * `SYSTEM` - SYSTEM
3753
+ * `MERGE_TEAM` - MERGE_TEAM
3754
+ source:
3755
+ openapi: openapi/openapi.yml
3756
+ ScheduledInterviewApplication:
3757
+ discriminated: false
3758
+ docs: The application being interviewed.
3759
+ union:
3760
+ - type: string
3761
+ validation:
3762
+ format: uuid
3763
+ - Application
3764
+ source:
3765
+ openapi: openapi/openapi.yml
3766
+ inline: true
3767
+ ScheduledInterviewJobInterviewStage:
3768
+ discriminated: false
3769
+ docs: The stage of the interview.
3770
+ union:
3771
+ - type: string
3772
+ validation:
3773
+ format: uuid
3774
+ - JobInterviewStage
3775
+ source:
3776
+ openapi: openapi/openapi.yml
3777
+ inline: true
3778
+ ScheduledInterviewOrganizer:
3779
+ discriminated: false
3780
+ docs: The user organizing the interview.
3781
+ union:
3782
+ - type: string
3783
+ validation:
3784
+ format: uuid
3785
+ - RemoteUser
3786
+ source:
3787
+ openapi: openapi/openapi.yml
3788
+ inline: true
3789
+ ScheduledInterviewInterviewersItem:
3790
+ discriminated: false
3791
+ union:
3792
+ - type: string
3793
+ validation:
3794
+ format: uuid
3795
+ - RemoteUser
3796
+ source:
3797
+ openapi: openapi/openapi.yml
3798
+ inline: true
3799
+ ScheduledInterviewStatus:
3800
+ discriminated: false
3801
+ docs: |-
3802
+ The interview's status.
3803
+
3804
+ * `SCHEDULED` - SCHEDULED
3805
+ * `AWAITING_FEEDBACK` - AWAITING_FEEDBACK
3806
+ * `COMPLETE` - COMPLETE
3807
+ union:
3808
+ - ScheduledInterviewStatusEnum
3809
+ - string
3810
+ source:
3811
+ openapi: openapi/openapi.yml
3812
+ inline: true
3813
+ ScheduledInterview:
3814
+ docs: >-
3815
+ # The ScheduledInterview Object
3816
+
3817
+ ### Description
3818
+
3819
+ The `ScheduledInterview` object is used to represent a scheduled interview
3820
+ for a given candidate’s application to a job. An `Application` can have
3821
+ multiple `ScheduledInterview`s depending on the particular hiring process.
3822
+
3823
+ ### Usage Example
3824
+
3825
+ Fetch from the `LIST ScheduledInterviews` endpoint and filter by
3826
+ `interviewers` to show all office locations.
3827
+ properties:
3828
+ id:
3829
+ type: optional<string>
3830
+ validation:
3831
+ format: uuid
3832
+ access: read-only
3833
+ remote_id:
3834
+ type: optional<string>
3835
+ docs: The third-party API ID of the matching object.
3836
+ created_at:
3837
+ type: optional<datetime>
3838
+ docs: The datetime that this object was created by Merge.
3839
+ access: read-only
3840
+ modified_at:
3841
+ type: optional<datetime>
3842
+ docs: The datetime that this object was modified by Merge.
3843
+ access: read-only
3844
+ application:
3845
+ type: optional<ScheduledInterviewApplication>
3846
+ docs: The application being interviewed.
3847
+ job_interview_stage:
3848
+ type: optional<ScheduledInterviewJobInterviewStage>
3849
+ docs: The stage of the interview.
3850
+ organizer:
3851
+ type: optional<ScheduledInterviewOrganizer>
3852
+ docs: The user organizing the interview.
3853
+ interviewers:
3854
+ type: optional<list<optional<ScheduledInterviewInterviewersItem>>>
3855
+ docs: Array of `RemoteUser` IDs.
3856
+ location:
3857
+ type: optional<string>
3858
+ docs: The interview's location.
3859
+ start_at:
3860
+ type: optional<datetime>
3861
+ docs: When the interview was started.
3862
+ end_at:
3863
+ type: optional<datetime>
3864
+ docs: When the interview was ended.
3865
+ remote_created_at:
3866
+ type: optional<datetime>
3867
+ docs: When the third party's interview was created.
3868
+ remote_updated_at:
3869
+ type: optional<datetime>
3870
+ docs: When the third party's interview was updated.
3871
+ status:
3872
+ type: optional<ScheduledInterviewStatus>
3873
+ docs: |-
3874
+ The interview's status.
3875
+
3876
+ * `SCHEDULED` - SCHEDULED
3877
+ * `AWAITING_FEEDBACK` - AWAITING_FEEDBACK
3878
+ * `COMPLETE` - COMPLETE
3879
+ remote_was_deleted:
3880
+ type: optional<boolean>
3881
+ docs: >-
3882
+ Indicates whether or not this object has been deleted in the third
3883
+ party platform. Full coverage deletion detection is a premium add-on.
3884
+ Native deletion detection is offered for free with limited coverage.
3885
+ [Learn
3886
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
3887
+ access: read-only
3888
+ field_mappings:
3889
+ type: optional<map<string, unknown>>
3890
+ access: read-only
3891
+ remote_data:
3892
+ type: optional<list<RemoteData>>
3893
+ access: read-only
3894
+ source:
3895
+ openapi: openapi/openapi.yml
3896
+ ScheduledInterviewRequestApplication:
3897
+ discriminated: false
3898
+ docs: The application being interviewed.
3899
+ union:
3900
+ - type: string
3901
+ validation:
3902
+ format: uuid
3903
+ - Application
3904
+ source:
3905
+ openapi: openapi/openapi.yml
3906
+ inline: true
3907
+ ScheduledInterviewRequestJobInterviewStage:
3908
+ discriminated: false
3909
+ docs: The stage of the interview.
3910
+ union:
3911
+ - type: string
3912
+ validation:
3913
+ format: uuid
3914
+ - JobInterviewStage
3915
+ source:
3916
+ openapi: openapi/openapi.yml
3917
+ inline: true
3918
+ ScheduledInterviewRequestOrganizer:
3919
+ discriminated: false
3920
+ docs: The user organizing the interview.
3921
+ union:
3922
+ - type: string
3923
+ validation:
3924
+ format: uuid
3925
+ - RemoteUser
3926
+ source:
3927
+ openapi: openapi/openapi.yml
3928
+ inline: true
3929
+ ScheduledInterviewRequestInterviewersItem:
3930
+ discriminated: false
3931
+ union:
3932
+ - type: string
3933
+ validation:
3934
+ format: uuid
3935
+ - RemoteUser
3936
+ source:
3937
+ openapi: openapi/openapi.yml
3938
+ inline: true
3939
+ ScheduledInterviewRequestStatus:
3940
+ discriminated: false
3941
+ docs: |-
3942
+ The interview's status.
3943
+
3944
+ * `SCHEDULED` - SCHEDULED
3945
+ * `AWAITING_FEEDBACK` - AWAITING_FEEDBACK
3946
+ * `COMPLETE` - COMPLETE
3947
+ union:
3948
+ - ScheduledInterviewStatusEnum
3949
+ - string
3950
+ source:
3951
+ openapi: openapi/openapi.yml
3952
+ inline: true
3953
+ ScheduledInterviewRequest:
3954
+ docs: >-
3955
+ # The ScheduledInterview Object
3956
+
3957
+ ### Description
3958
+
3959
+ The `ScheduledInterview` object is used to represent a scheduled interview
3960
+ for a given candidate’s application to a job. An `Application` can have
3961
+ multiple `ScheduledInterview`s depending on the particular hiring process.
3962
+
3963
+ ### Usage Example
3964
+
3965
+ Fetch from the `LIST ScheduledInterviews` endpoint and filter by
3966
+ `interviewers` to show all office locations.
3967
+ properties:
3968
+ application:
3969
+ type: optional<ScheduledInterviewRequestApplication>
3970
+ docs: The application being interviewed.
3971
+ job_interview_stage:
3972
+ type: optional<ScheduledInterviewRequestJobInterviewStage>
3973
+ docs: The stage of the interview.
3974
+ organizer:
3975
+ type: optional<ScheduledInterviewRequestOrganizer>
3976
+ docs: The user organizing the interview.
3977
+ interviewers:
3978
+ type: optional<list<optional<ScheduledInterviewRequestInterviewersItem>>>
3979
+ docs: Array of `RemoteUser` IDs.
3980
+ location:
3981
+ type: optional<string>
3982
+ docs: The interview's location.
3983
+ start_at:
3984
+ type: optional<datetime>
3985
+ docs: When the interview was started.
3986
+ end_at:
3987
+ type: optional<datetime>
3988
+ docs: When the interview was ended.
3989
+ status:
3990
+ type: optional<ScheduledInterviewRequestStatus>
3991
+ docs: |-
3992
+ The interview's status.
3993
+
3994
+ * `SCHEDULED` - SCHEDULED
3995
+ * `AWAITING_FEEDBACK` - AWAITING_FEEDBACK
3996
+ * `COMPLETE` - COMPLETE
3997
+ integration_params:
3998
+ type: optional<map<string, unknown>>
3999
+ access: write-only
4000
+ linked_account_params:
4001
+ type: optional<map<string, unknown>>
4002
+ access: write-only
4003
+ source:
4004
+ openapi: openapi/openapi.yml
4005
+ ScheduledInterviewResponse:
4006
+ properties:
4007
+ model: ScheduledInterview
4008
+ warnings: list<WarningValidationProblem>
4009
+ errors: list<ErrorValidationProblem>
4010
+ logs: optional<list<DebugModeLog>>
4011
+ source:
4012
+ openapi: openapi/openapi.yml
4013
+ ScheduledInterviewStatusEnum:
4014
+ enum:
4015
+ - SCHEDULED
4016
+ - AWAITING_FEEDBACK
4017
+ - COMPLETE
4018
+ docs: |-
4019
+ * `SCHEDULED` - SCHEDULED
4020
+ * `AWAITING_FEEDBACK` - AWAITING_FEEDBACK
4021
+ * `COMPLETE` - COMPLETE
4022
+ source:
4023
+ openapi: openapi/openapi.yml
4024
+ ScorecardApplication:
4025
+ discriminated: false
4026
+ docs: The application being scored.
4027
+ union:
4028
+ - type: string
4029
+ validation:
4030
+ format: uuid
4031
+ - Application
4032
+ source:
4033
+ openapi: openapi/openapi.yml
4034
+ inline: true
4035
+ ScorecardInterview:
4036
+ discriminated: false
4037
+ docs: The interview being scored.
4038
+ union:
4039
+ - type: string
4040
+ validation:
4041
+ format: uuid
4042
+ - ScheduledInterview
4043
+ source:
4044
+ openapi: openapi/openapi.yml
4045
+ inline: true
4046
+ ScorecardInterviewer:
4047
+ discriminated: false
4048
+ docs: The interviewer doing the scoring.
4049
+ union:
4050
+ - type: string
4051
+ validation:
4052
+ format: uuid
4053
+ - RemoteUser
4054
+ source:
4055
+ openapi: openapi/openapi.yml
4056
+ inline: true
4057
+ ScorecardOverallRecommendation:
4058
+ discriminated: false
4059
+ docs: |-
4060
+ The inteviewer's recommendation.
4061
+
4062
+ * `DEFINITELY_NO` - DEFINITELY_NO
4063
+ * `NO` - NO
4064
+ * `YES` - YES
4065
+ * `STRONG_YES` - STRONG_YES
4066
+ * `NO_DECISION` - NO_DECISION
4067
+ union:
4068
+ - OverallRecommendationEnum
4069
+ - string
4070
+ source:
4071
+ openapi: openapi/openapi.yml
4072
+ inline: true
4073
+ Scorecard:
4074
+ docs: >-
4075
+ # The Scorecard Object
4076
+
4077
+ ### Description
4078
+
4079
+ The `Scorecard` object is used to represent an interviewer's candidate
4080
+ recommendation based on a particular interview.
4081
+
4082
+ ### Usage Example
4083
+
4084
+ Fetch from the `LIST Scorecards` endpoint and filter by `application` to
4085
+ show all scorecard for an applicant.
4086
+ properties:
4087
+ id:
4088
+ type: optional<string>
4089
+ validation:
4090
+ format: uuid
4091
+ access: read-only
4092
+ remote_id:
4093
+ type: optional<string>
4094
+ docs: The third-party API ID of the matching object.
4095
+ created_at:
4096
+ type: optional<datetime>
4097
+ docs: The datetime that this object was created by Merge.
4098
+ access: read-only
4099
+ modified_at:
4100
+ type: optional<datetime>
4101
+ docs: The datetime that this object was modified by Merge.
4102
+ access: read-only
4103
+ application:
4104
+ type: optional<ScorecardApplication>
4105
+ docs: The application being scored.
4106
+ interview:
4107
+ type: optional<ScorecardInterview>
4108
+ docs: The interview being scored.
4109
+ interviewer:
4110
+ type: optional<ScorecardInterviewer>
4111
+ docs: The interviewer doing the scoring.
4112
+ remote_created_at:
4113
+ type: optional<datetime>
4114
+ docs: When the third party's scorecard was created.
4115
+ submitted_at:
4116
+ type: optional<datetime>
4117
+ docs: When the scorecard was submitted.
4118
+ overall_recommendation:
4119
+ type: optional<ScorecardOverallRecommendation>
4120
+ docs: |-
4121
+ The inteviewer's recommendation.
4122
+
4123
+ * `DEFINITELY_NO` - DEFINITELY_NO
4124
+ * `NO` - NO
4125
+ * `YES` - YES
4126
+ * `STRONG_YES` - STRONG_YES
4127
+ * `NO_DECISION` - NO_DECISION
4128
+ remote_was_deleted:
4129
+ type: optional<boolean>
4130
+ docs: >-
4131
+ Indicates whether or not this object has been deleted in the third
4132
+ party platform. Full coverage deletion detection is a premium add-on.
4133
+ Native deletion detection is offered for free with limited coverage.
4134
+ [Learn
4135
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
4136
+ access: read-only
4137
+ field_mappings:
4138
+ type: optional<map<string, unknown>>
4139
+ access: read-only
4140
+ remote_data:
4141
+ type: optional<list<RemoteData>>
4142
+ access: read-only
4143
+ source:
4144
+ openapi: openapi/openapi.yml
4145
+ ScreeningQuestionJob:
4146
+ discriminated: false
4147
+ docs: The job associated with the screening question.
4148
+ union:
4149
+ - type: string
4150
+ validation:
4151
+ format: uuid
4152
+ - Job
4153
+ source:
4154
+ openapi: openapi/openapi.yml
4155
+ inline: true
4156
+ ScreeningQuestionType:
4157
+ discriminated: false
4158
+ docs: |-
4159
+ The data type for the screening question.
4160
+
4161
+ * `DATE` - DATE
4162
+ * `FILE` - FILE
4163
+ * `SINGLE_SELECT` - SINGLE_SELECT
4164
+ * `MULTI_SELECT` - MULTI_SELECT
4165
+ * `SINGLE_LINE_TEXT` - SINGLE_LINE_TEXT
4166
+ * `MULTI_LINE_TEXT` - MULTI_LINE_TEXT
4167
+ * `NUMERIC` - NUMERIC
4168
+ * `BOOLEAN` - BOOLEAN
4169
+ union:
4170
+ - ScreeningQuestionTypeEnum
4171
+ - string
4172
+ source:
4173
+ openapi: openapi/openapi.yml
4174
+ inline: true
4175
+ ScreeningQuestion:
4176
+ docs: >-
4177
+ # The ScreeningQuestion Object
4178
+
4179
+ ### Description
4180
+
4181
+ The `ScreeningQuestion` object is used to represent questions asked to
4182
+ screen candidates for a job.
4183
+
4184
+
4185
+ ### Usage Example
4186
+
4187
+ TODO
4188
+ properties:
4189
+ id:
4190
+ type: optional<string>
4191
+ validation:
4192
+ format: uuid
4193
+ access: read-only
4194
+ remote_id:
4195
+ type: optional<string>
4196
+ docs: The third-party API ID of the matching object.
4197
+ created_at:
4198
+ type: optional<datetime>
4199
+ docs: The datetime that this object was created by Merge.
4200
+ access: read-only
4201
+ modified_at:
4202
+ type: optional<datetime>
4203
+ docs: The datetime that this object was modified by Merge.
4204
+ access: read-only
4205
+ job:
4206
+ type: optional<ScreeningQuestionJob>
4207
+ docs: The job associated with the screening question.
4208
+ description:
4209
+ type: optional<string>
4210
+ docs: The description of the screening question
4211
+ validation:
4212
+ maxLength: 500
4213
+ title:
4214
+ type: optional<string>
4215
+ docs: The title of the screening question
4216
+ validation:
4217
+ maxLength: 2500
4218
+ type:
4219
+ type: optional<ScreeningQuestionType>
4220
+ docs: |-
4221
+ The data type for the screening question.
4222
+
4223
+ * `DATE` - DATE
4224
+ * `FILE` - FILE
4225
+ * `SINGLE_SELECT` - SINGLE_SELECT
4226
+ * `MULTI_SELECT` - MULTI_SELECT
4227
+ * `SINGLE_LINE_TEXT` - SINGLE_LINE_TEXT
4228
+ * `MULTI_LINE_TEXT` - MULTI_LINE_TEXT
4229
+ * `NUMERIC` - NUMERIC
4230
+ * `BOOLEAN` - BOOLEAN
4231
+ required:
4232
+ type: optional<boolean>
4233
+ docs: Whether or not the screening question is required.
4234
+ options: optional<list<unknown>>
4235
+ remote_was_deleted:
4236
+ type: optional<boolean>
4237
+ docs: >-
4238
+ Indicates whether or not this object has been deleted in the third
4239
+ party platform. Full coverage deletion detection is a premium add-on.
4240
+ Native deletion detection is offered for free with limited coverage.
4241
+ [Learn
4242
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
4243
+ source:
4244
+ openapi: openapi/openapi.yml
4245
+ ScreeningQuestionAnswerQuestion:
4246
+ discriminated: false
4247
+ docs: >-
4248
+ The screening question associated with the candidate’s answer. To
4249
+ determine the data type of the answer, you can expand on the screening
4250
+ question by adding `screening_question_answers.question` to the `expand`
4251
+ query parameter.
4252
+ union:
4253
+ - type: string
4254
+ validation:
4255
+ format: uuid
4256
+ - ScreeningQuestion
4257
+ source:
4258
+ openapi: openapi/openapi.yml
4259
+ inline: true
4260
+ ScreeningQuestionAnswer:
4261
+ docs: >-
4262
+ # The ScreeningQuestionAnswer Object
4263
+
4264
+ ### Description
4265
+
4266
+ The `ScreeningQuestionAnswer` object is used to represent candidate
4267
+ responses to a screening question, for a specific application.
4268
+
4269
+
4270
+ ### Usage Example
4271
+
4272
+ TODO
4273
+ properties:
4274
+ id:
4275
+ type: optional<string>
4276
+ validation:
4277
+ format: uuid
4278
+ access: read-only
4279
+ remote_id:
4280
+ type: optional<string>
4281
+ docs: The third-party API ID of the matching object.
4282
+ created_at:
4283
+ type: optional<datetime>
4284
+ docs: The datetime that this object was created by Merge.
4285
+ access: read-only
4286
+ modified_at:
4287
+ type: optional<datetime>
4288
+ docs: The datetime that this object was modified by Merge.
4289
+ access: read-only
4290
+ question:
4291
+ type: optional<ScreeningQuestionAnswerQuestion>
4292
+ docs: >-
4293
+ The screening question associated with the candidate’s answer. To
4294
+ determine the data type of the answer, you can expand on the screening
4295
+ question by adding `screening_question_answers.question` to the
4296
+ `expand` query parameter.
4297
+ answer:
4298
+ type: optional<string>
4299
+ docs: The candidate’s response to the screening question.
4300
+ validation:
4301
+ maxLength: 10000
4302
+ remote_was_deleted:
4303
+ type: optional<boolean>
4304
+ docs: >-
4305
+ Indicates whether or not this object has been deleted in the third
4306
+ party platform. Full coverage deletion detection is a premium add-on.
4307
+ Native deletion detection is offered for free with limited coverage.
4308
+ [Learn
4309
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
4310
+ access: read-only
4311
+ source:
4312
+ openapi: openapi/openapi.yml
4313
+ ScreeningQuestionAnswerRequestQuestion:
4314
+ discriminated: false
4315
+ docs: >-
4316
+ The screening question associated with the candidate’s answer. To
4317
+ determine the data type of the answer, you can expand on the screening
4318
+ question by adding `screening_question_answers.question` to the `expand`
4319
+ query parameter.
4320
+ union:
4321
+ - type: string
4322
+ validation:
4323
+ format: uuid
4324
+ - ScreeningQuestion
4325
+ source:
4326
+ openapi: openapi/openapi.yml
4327
+ inline: true
4328
+ ScreeningQuestionAnswerRequest:
4329
+ docs: >-
4330
+ # The ScreeningQuestionAnswer Object
4331
+
4332
+ ### Description
4333
+
4334
+ The `ScreeningQuestionAnswer` object is used to represent candidate
4335
+ responses to a screening question, for a specific application.
4336
+
4337
+
4338
+ ### Usage Example
4339
+
4340
+ TODO
4341
+ properties:
4342
+ remote_id:
4343
+ type: optional<string>
4344
+ docs: The third-party API ID of the matching object.
4345
+ question:
4346
+ type: optional<ScreeningQuestionAnswerRequestQuestion>
4347
+ docs: >-
4348
+ The screening question associated with the candidate’s answer. To
4349
+ determine the data type of the answer, you can expand on the screening
4350
+ question by adding `screening_question_answers.question` to the
4351
+ `expand` query parameter.
4352
+ answer:
4353
+ type: optional<string>
4354
+ docs: The candidate’s response to the screening question.
4355
+ validation:
4356
+ maxLength: 10000
4357
+ integration_params:
4358
+ type: optional<map<string, unknown>>
4359
+ access: write-only
4360
+ linked_account_params:
4361
+ type: optional<map<string, unknown>>
4362
+ access: write-only
4363
+ source:
4364
+ openapi: openapi/openapi.yml
4365
+ ScreeningQuestionOption:
4366
+ docs: >-
4367
+ # The ScreeningQuestionOption Object
4368
+
4369
+ ### Description
4370
+
4371
+ The `ScreeningQuestionOption` object is used to represent options for a
4372
+ `ScreeningQuestion` object
4373
+
4374
+
4375
+ ### Usage Example
4376
+
4377
+ TODO
4378
+ properties:
4379
+ id:
4380
+ type: optional<string>
4381
+ validation:
4382
+ format: uuid
4383
+ access: read-only
4384
+ remote_id:
4385
+ type: optional<string>
4386
+ docs: The third-party API ID of the matching object.
4387
+ created_at:
4388
+ type: optional<datetime>
4389
+ docs: The datetime that this object was created by Merge.
4390
+ access: read-only
4391
+ modified_at:
4392
+ type: optional<datetime>
4393
+ docs: The datetime that this object was modified by Merge.
4394
+ access: read-only
4395
+ label:
4396
+ type: optional<string>
4397
+ docs: Available response options
4398
+ validation:
4399
+ maxLength: 300
4400
+ remote_was_deleted:
4401
+ type: optional<boolean>
4402
+ docs: >-
4403
+ Indicates whether or not this object has been deleted in the third
4404
+ party platform. Full coverage deletion detection is a premium add-on.
4405
+ Native deletion detection is offered for free with limited coverage.
4406
+ [Learn
4407
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
4408
+ source:
4409
+ openapi: openapi/openapi.yml
4410
+ ScreeningQuestionTypeEnum:
4411
+ enum:
4412
+ - DATE
4413
+ - FILE
4414
+ - SINGLE_SELECT
4415
+ - MULTI_SELECT
4416
+ - SINGLE_LINE_TEXT
4417
+ - MULTI_LINE_TEXT
4418
+ - NUMERIC
4419
+ - BOOLEAN
4420
+ docs: |-
4421
+ * `DATE` - DATE
4422
+ * `FILE` - FILE
4423
+ * `SINGLE_SELECT` - SINGLE_SELECT
4424
+ * `MULTI_SELECT` - MULTI_SELECT
4425
+ * `SINGLE_LINE_TEXT` - SINGLE_LINE_TEXT
4426
+ * `MULTI_LINE_TEXT` - MULTI_LINE_TEXT
4427
+ * `NUMERIC` - NUMERIC
4428
+ * `BOOLEAN` - BOOLEAN
4429
+ source:
4430
+ openapi: openapi/openapi.yml
4431
+ SelectiveSyncConfigurationsUsageEnum:
4432
+ enum:
4433
+ - IN_NEXT_SYNC
4434
+ - IN_LAST_SYNC
4435
+ docs: |-
4436
+ * `IN_NEXT_SYNC` - IN_NEXT_SYNC
4437
+ * `IN_LAST_SYNC` - IN_LAST_SYNC
4438
+ source:
4439
+ openapi: openapi/openapi.yml
4440
+ StatusFd5Enum:
4441
+ enum:
4442
+ - SYNCING
4443
+ - DONE
4444
+ - FAILED
4445
+ - DISABLED
4446
+ - PAUSED
4447
+ - PARTIALLY_SYNCED
4448
+ docs: |-
4449
+ * `SYNCING` - SYNCING
4450
+ * `DONE` - DONE
4451
+ * `FAILED` - FAILED
4452
+ * `DISABLED` - DISABLED
4453
+ * `PAUSED` - PAUSED
4454
+ * `PARTIALLY_SYNCED` - PARTIALLY_SYNCED
4455
+ source:
4456
+ openapi: openapi/openapi.yml
4457
+ SyncStatusLastSyncResult:
4458
+ discriminated: false
4459
+ union:
4460
+ - LastSyncResultEnum
4461
+ - string
4462
+ source:
4463
+ openapi: openapi/openapi.yml
4464
+ inline: true
4465
+ SyncStatusStatus:
4466
+ discriminated: false
4467
+ union:
4468
+ - StatusFd5Enum
4469
+ - string
4470
+ source:
4471
+ openapi: openapi/openapi.yml
4472
+ inline: true
4473
+ SyncStatus:
4474
+ docs: >-
4475
+ # The SyncStatus Object
4476
+
4477
+ ### Description
4478
+
4479
+ The `SyncStatus` object is used to represent the syncing state of an
4480
+ account
4481
+
4482
+
4483
+ ### Usage Example
4484
+
4485
+ View the `SyncStatus` for an account to see how recently its models were
4486
+ synced.
4487
+ properties:
4488
+ model_name: string
4489
+ model_id: string
4490
+ last_sync_start: optional<datetime>
4491
+ next_sync_start: optional<datetime>
4492
+ last_sync_result: optional<SyncStatusLastSyncResult>
4493
+ last_sync_finished: optional<datetime>
4494
+ status: SyncStatusStatus
4495
+ is_initial_sync: boolean
4496
+ selective_sync_configurations_usage: optional<SelectiveSyncConfigurationsUsageEnum>
4497
+ source:
4498
+ openapi: openapi/openapi.yml
4499
+ Tag:
4500
+ docs: >-
4501
+ # The Tag Object
4502
+
4503
+ ### Description
4504
+
4505
+ The `Tag` object is used to represent a tag for a candidate.
4506
+
4507
+ ### Usage Example
4508
+
4509
+ Fetch from the `LIST Tags` endpoint and view the tags used within a
4510
+ company.
4511
+ properties:
4512
+ remote_id:
4513
+ type: optional<string>
4514
+ docs: The third-party API ID of the matching object.
4515
+ created_at:
4516
+ type: optional<datetime>
4517
+ docs: The datetime that this object was created by Merge.
4518
+ access: read-only
4519
+ modified_at:
4520
+ type: optional<datetime>
4521
+ docs: The datetime that this object was modified by Merge.
4522
+ access: read-only
4523
+ name:
4524
+ type: optional<string>
4525
+ docs: The tag's name.
4526
+ remote_was_deleted:
4527
+ type: optional<boolean>
4528
+ docs: >-
4529
+ Indicates whether or not this object has been deleted in the third
4530
+ party platform. Full coverage deletion detection is a premium add-on.
4531
+ Native deletion detection is offered for free with limited coverage.
4532
+ [Learn
4533
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
4534
+ access: read-only
4535
+ field_mappings:
4536
+ type: optional<map<string, unknown>>
4537
+ access: read-only
4538
+ remote_data: optional<list<optional<map<string, unknown>>>>
4539
+ source:
4540
+ openapi: openapi/openapi.yml
4541
+ UrlUrlType:
4542
+ discriminated: false
4543
+ docs: |-
4544
+ The type of site.
4545
+
4546
+ * `PERSONAL` - PERSONAL
4547
+ * `COMPANY` - COMPANY
4548
+ * `PORTFOLIO` - PORTFOLIO
4549
+ * `BLOG` - BLOG
4550
+ * `SOCIAL_MEDIA` - SOCIAL_MEDIA
4551
+ * `OTHER` - OTHER
4552
+ * `JOB_POSTING` - JOB_POSTING
4553
+ union:
4554
+ - UrlTypeEnum
4555
+ - string
4556
+ source:
4557
+ openapi: openapi/openapi.yml
4558
+ inline: true
4559
+ Url:
4560
+ docs: >-
4561
+ # The Url Object
4562
+
4563
+ ### Description
4564
+
4565
+ The `Url` object is used to represent hyperlinks associated with the
4566
+ parent model.
4567
+
4568
+ ### Usage Example
4569
+
4570
+ Fetch from the `GET Candidate` endpoint and view their website urls.
4571
+ properties:
4572
+ created_at:
4573
+ type: optional<datetime>
4574
+ docs: The datetime that this object was created by Merge.
4575
+ access: read-only
4576
+ modified_at:
4577
+ type: optional<datetime>
4578
+ docs: The datetime that this object was modified by Merge.
4579
+ access: read-only
4580
+ value:
4581
+ type: optional<string>
4582
+ docs: The site's url.
4583
+ validation:
4584
+ format: uri
4585
+ maxLength: 2000
4586
+ url_type:
4587
+ type: optional<UrlUrlType>
4588
+ docs: |-
4589
+ The type of site.
4590
+
4591
+ * `PERSONAL` - PERSONAL
4592
+ * `COMPANY` - COMPANY
4593
+ * `PORTFOLIO` - PORTFOLIO
4594
+ * `BLOG` - BLOG
4595
+ * `SOCIAL_MEDIA` - SOCIAL_MEDIA
4596
+ * `OTHER` - OTHER
4597
+ * `JOB_POSTING` - JOB_POSTING
4598
+ remote_was_deleted:
4599
+ type: optional<boolean>
4600
+ docs: >-
4601
+ Indicates whether or not this object has been deleted in the third
4602
+ party platform. Full coverage deletion detection is a premium add-on.
4603
+ Native deletion detection is offered for free with limited coverage.
4604
+ [Learn
4605
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
4606
+ access: read-only
4607
+ source:
4608
+ openapi: openapi/openapi.yml
4609
+ UrlRequestUrlType:
4610
+ discriminated: false
4611
+ docs: |-
4612
+ The type of site.
4613
+
4614
+ * `PERSONAL` - PERSONAL
4615
+ * `COMPANY` - COMPANY
4616
+ * `PORTFOLIO` - PORTFOLIO
4617
+ * `BLOG` - BLOG
4618
+ * `SOCIAL_MEDIA` - SOCIAL_MEDIA
4619
+ * `OTHER` - OTHER
4620
+ * `JOB_POSTING` - JOB_POSTING
4621
+ union:
4622
+ - UrlTypeEnum
4623
+ - string
4624
+ source:
4625
+ openapi: openapi/openapi.yml
4626
+ inline: true
4627
+ UrlRequest:
4628
+ docs: >-
4629
+ # The Url Object
4630
+
4631
+ ### Description
4632
+
4633
+ The `Url` object is used to represent hyperlinks associated with the
4634
+ parent model.
4635
+
4636
+ ### Usage Example
4637
+
4638
+ Fetch from the `GET Candidate` endpoint and view their website urls.
4639
+ properties:
4640
+ value:
4641
+ type: optional<string>
4642
+ docs: The site's url.
4643
+ validation:
4644
+ format: uri
4645
+ maxLength: 2000
4646
+ url_type:
4647
+ type: optional<UrlRequestUrlType>
4648
+ docs: |-
4649
+ The type of site.
4650
+
4651
+ * `PERSONAL` - PERSONAL
4652
+ * `COMPANY` - COMPANY
4653
+ * `PORTFOLIO` - PORTFOLIO
4654
+ * `BLOG` - BLOG
4655
+ * `SOCIAL_MEDIA` - SOCIAL_MEDIA
4656
+ * `OTHER` - OTHER
4657
+ * `JOB_POSTING` - JOB_POSTING
4658
+ integration_params:
4659
+ type: optional<map<string, unknown>>
4660
+ access: write-only
4661
+ linked_account_params:
4662
+ type: optional<map<string, unknown>>
4663
+ access: write-only
4664
+ source:
4665
+ openapi: openapi/openapi.yml
4666
+ UrlTypeEnum:
4667
+ enum:
4668
+ - PERSONAL
4669
+ - COMPANY
4670
+ - PORTFOLIO
4671
+ - BLOG
4672
+ - SOCIAL_MEDIA
4673
+ - OTHER
4674
+ - JOB_POSTING
4675
+ docs: |-
4676
+ * `PERSONAL` - PERSONAL
4677
+ * `COMPANY` - COMPANY
4678
+ * `PORTFOLIO` - PORTFOLIO
4679
+ * `BLOG` - BLOG
4680
+ * `SOCIAL_MEDIA` - SOCIAL_MEDIA
4681
+ * `OTHER` - OTHER
4682
+ * `JOB_POSTING` - JOB_POSTING
4683
+ source:
4684
+ openapi: openapi/openapi.yml
4685
+ ValidationProblemSource:
4686
+ properties:
4687
+ pointer: string
4688
+ source:
4689
+ openapi: openapi/openapi.yml
4690
+ VeteranStatusEnum:
4691
+ enum:
4692
+ - I_AM_NOT_A_PROTECTED_VETERAN
4693
+ - I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN
4694
+ - I_DONT_WISH_TO_ANSWER
4695
+ docs: >-
4696
+ * `I_AM_NOT_A_PROTECTED_VETERAN` - I_AM_NOT_A_PROTECTED_VETERAN
4697
+
4698
+ *
4699
+ `I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN`
4700
+ - I_IDENTIFY_AS_ONE_OR_MORE_OF_THE_CLASSIFICATIONS_OF_A_PROTECTED_VETERAN
4701
+
4702
+ * `I_DONT_WISH_TO_ANSWER` - I_DONT_WISH_TO_ANSWER
4703
+ source:
4704
+ openapi: openapi/openapi.yml
4705
+ VisibilityEnum:
4706
+ enum:
4707
+ - ADMIN_ONLY
4708
+ - PUBLIC
4709
+ - PRIVATE
4710
+ docs: |-
4711
+ * `ADMIN_ONLY` - ADMIN_ONLY
4712
+ * `PUBLIC` - PUBLIC
4713
+ * `PRIVATE` - PRIVATE
4714
+ source:
4715
+ openapi: openapi/openapi.yml
4716
+ WarningValidationProblem:
4717
+ properties:
4718
+ source: optional<ValidationProblemSource>
4719
+ title: string
4720
+ detail: string
4721
+ problem_type: string
4722
+ source:
4723
+ openapi: openapi/openapi.yml
4724
+ WebhookReceiver:
4725
+ properties:
4726
+ event: string
4727
+ is_active: boolean
4728
+ key: optional<string>
4729
+ source:
4730
+ openapi: openapi/openapi.yml