@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,1903 @@
1
+ types:
2
+ ApplicationsListRequestExpand:
3
+ enum:
4
+ - candidate
5
+ - value: candidate,credited_to
6
+ name: CandidateCreditedTo
7
+ - value: candidate,credited_to,current_stage
8
+ name: CandidateCreditedToCurrentStage
9
+ - value: candidate,credited_to,current_stage,reject_reason
10
+ name: CandidateCreditedToCurrentStageRejectReason
11
+ - value: candidate,credited_to,reject_reason
12
+ name: CandidateCreditedToRejectReason
13
+ - value: candidate,current_stage
14
+ name: CandidateCurrentStage
15
+ - value: candidate,current_stage,reject_reason
16
+ name: CandidateCurrentStageRejectReason
17
+ - value: candidate,job
18
+ name: CandidateJob
19
+ - value: candidate,job,credited_to
20
+ name: CandidateJobCreditedTo
21
+ - value: candidate,job,credited_to,current_stage
22
+ name: CandidateJobCreditedToCurrentStage
23
+ - value: candidate,job,credited_to,current_stage,reject_reason
24
+ name: CandidateJobCreditedToCurrentStageRejectReason
25
+ - value: candidate,job,credited_to,reject_reason
26
+ name: CandidateJobCreditedToRejectReason
27
+ - value: candidate,job,current_stage
28
+ name: CandidateJobCurrentStage
29
+ - value: candidate,job,current_stage,reject_reason
30
+ name: CandidateJobCurrentStageRejectReason
31
+ - value: candidate,job,reject_reason
32
+ name: CandidateJobRejectReason
33
+ - value: candidate,reject_reason
34
+ name: CandidateRejectReason
35
+ - credited_to
36
+ - value: credited_to,current_stage
37
+ name: CreditedToCurrentStage
38
+ - value: credited_to,current_stage,reject_reason
39
+ name: CreditedToCurrentStageRejectReason
40
+ - value: credited_to,reject_reason
41
+ name: CreditedToRejectReason
42
+ - current_stage
43
+ - value: current_stage,reject_reason
44
+ name: CurrentStageRejectReason
45
+ - job
46
+ - value: job,credited_to
47
+ name: JobCreditedTo
48
+ - value: job,credited_to,current_stage
49
+ name: JobCreditedToCurrentStage
50
+ - value: job,credited_to,current_stage,reject_reason
51
+ name: JobCreditedToCurrentStageRejectReason
52
+ - value: job,credited_to,reject_reason
53
+ name: JobCreditedToRejectReason
54
+ - value: job,current_stage
55
+ name: JobCurrentStage
56
+ - value: job,current_stage,reject_reason
57
+ name: JobCurrentStageRejectReason
58
+ - value: job,reject_reason
59
+ name: JobRejectReason
60
+ - offers
61
+ - value: offers,candidate
62
+ name: OffersCandidate
63
+ - value: offers,candidate,credited_to
64
+ name: OffersCandidateCreditedTo
65
+ - value: offers,candidate,credited_to,current_stage
66
+ name: OffersCandidateCreditedToCurrentStage
67
+ - value: offers,candidate,credited_to,current_stage,reject_reason
68
+ name: OffersCandidateCreditedToCurrentStageRejectReason
69
+ - value: offers,candidate,credited_to,reject_reason
70
+ name: OffersCandidateCreditedToRejectReason
71
+ - value: offers,candidate,current_stage
72
+ name: OffersCandidateCurrentStage
73
+ - value: offers,candidate,current_stage,reject_reason
74
+ name: OffersCandidateCurrentStageRejectReason
75
+ - value: offers,candidate,job
76
+ name: OffersCandidateJob
77
+ - value: offers,candidate,job,credited_to
78
+ name: OffersCandidateJobCreditedTo
79
+ - value: offers,candidate,job,credited_to,current_stage
80
+ name: OffersCandidateJobCreditedToCurrentStage
81
+ - value: offers,candidate,job,credited_to,current_stage,reject_reason
82
+ name: OffersCandidateJobCreditedToCurrentStageRejectReason
83
+ - value: offers,candidate,job,credited_to,reject_reason
84
+ name: OffersCandidateJobCreditedToRejectReason
85
+ - value: offers,candidate,job,current_stage
86
+ name: OffersCandidateJobCurrentStage
87
+ - value: offers,candidate,job,current_stage,reject_reason
88
+ name: OffersCandidateJobCurrentStageRejectReason
89
+ - value: offers,candidate,job,reject_reason
90
+ name: OffersCandidateJobRejectReason
91
+ - value: offers,candidate,reject_reason
92
+ name: OffersCandidateRejectReason
93
+ - value: offers,credited_to
94
+ name: OffersCreditedTo
95
+ - value: offers,credited_to,current_stage
96
+ name: OffersCreditedToCurrentStage
97
+ - value: offers,credited_to,current_stage,reject_reason
98
+ name: OffersCreditedToCurrentStageRejectReason
99
+ - value: offers,credited_to,reject_reason
100
+ name: OffersCreditedToRejectReason
101
+ - value: offers,current_stage
102
+ name: OffersCurrentStage
103
+ - value: offers,current_stage,reject_reason
104
+ name: OffersCurrentStageRejectReason
105
+ - value: offers,job
106
+ name: OffersJob
107
+ - value: offers,job,credited_to
108
+ name: OffersJobCreditedTo
109
+ - value: offers,job,credited_to,current_stage
110
+ name: OffersJobCreditedToCurrentStage
111
+ - value: offers,job,credited_to,current_stage,reject_reason
112
+ name: OffersJobCreditedToCurrentStageRejectReason
113
+ - value: offers,job,credited_to,reject_reason
114
+ name: OffersJobCreditedToRejectReason
115
+ - value: offers,job,current_stage
116
+ name: OffersJobCurrentStage
117
+ - value: offers,job,current_stage,reject_reason
118
+ name: OffersJobCurrentStageRejectReason
119
+ - value: offers,job,reject_reason
120
+ name: OffersJobRejectReason
121
+ - value: offers,reject_reason
122
+ name: OffersRejectReason
123
+ - value: offers,screening_question_answers
124
+ name: OffersScreeningQuestionAnswers
125
+ - value: offers,screening_question_answers,candidate
126
+ name: OffersScreeningQuestionAnswersCandidate
127
+ - value: offers,screening_question_answers,candidate,credited_to
128
+ name: OffersScreeningQuestionAnswersCandidateCreditedTo
129
+ - value: offers,screening_question_answers,candidate,credited_to,current_stage
130
+ name: OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage
131
+ - value: >-
132
+ offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason
133
+ name: >-
134
+ OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
135
+ - value: offers,screening_question_answers,candidate,credited_to,reject_reason
136
+ name: OffersScreeningQuestionAnswersCandidateCreditedToRejectReason
137
+ - value: offers,screening_question_answers,candidate,current_stage
138
+ name: OffersScreeningQuestionAnswersCandidateCurrentStage
139
+ - value: >-
140
+ offers,screening_question_answers,candidate,current_stage,reject_reason
141
+ name: OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason
142
+ - value: offers,screening_question_answers,candidate,job
143
+ name: OffersScreeningQuestionAnswersCandidateJob
144
+ - value: offers,screening_question_answers,candidate,job,credited_to
145
+ name: OffersScreeningQuestionAnswersCandidateJobCreditedTo
146
+ - value: >-
147
+ offers,screening_question_answers,candidate,job,credited_to,current_stage
148
+ name: OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
149
+ - value: >-
150
+ offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
151
+ name: >-
152
+ OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
153
+ - value: >-
154
+ offers,screening_question_answers,candidate,job,credited_to,reject_reason
155
+ name: OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason
156
+ - value: offers,screening_question_answers,candidate,job,current_stage
157
+ name: OffersScreeningQuestionAnswersCandidateJobCurrentStage
158
+ - value: >-
159
+ offers,screening_question_answers,candidate,job,current_stage,reject_reason
160
+ name: OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
161
+ - value: offers,screening_question_answers,candidate,job,reject_reason
162
+ name: OffersScreeningQuestionAnswersCandidateJobRejectReason
163
+ - value: offers,screening_question_answers,candidate,reject_reason
164
+ name: OffersScreeningQuestionAnswersCandidateRejectReason
165
+ - value: offers,screening_question_answers,credited_to
166
+ name: OffersScreeningQuestionAnswersCreditedTo
167
+ - value: offers,screening_question_answers,credited_to,current_stage
168
+ name: OffersScreeningQuestionAnswersCreditedToCurrentStage
169
+ - value: >-
170
+ offers,screening_question_answers,credited_to,current_stage,reject_reason
171
+ name: OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason
172
+ - value: offers,screening_question_answers,credited_to,reject_reason
173
+ name: OffersScreeningQuestionAnswersCreditedToRejectReason
174
+ - value: offers,screening_question_answers,current_stage
175
+ name: OffersScreeningQuestionAnswersCurrentStage
176
+ - value: offers,screening_question_answers,current_stage,reject_reason
177
+ name: OffersScreeningQuestionAnswersCurrentStageRejectReason
178
+ - value: offers,screening_question_answers,job
179
+ name: OffersScreeningQuestionAnswersJob
180
+ - value: offers,screening_question_answers,job,credited_to
181
+ name: OffersScreeningQuestionAnswersJobCreditedTo
182
+ - value: offers,screening_question_answers,job,credited_to,current_stage
183
+ name: OffersScreeningQuestionAnswersJobCreditedToCurrentStage
184
+ - value: >-
185
+ offers,screening_question_answers,job,credited_to,current_stage,reject_reason
186
+ name: OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
187
+ - value: offers,screening_question_answers,job,credited_to,reject_reason
188
+ name: OffersScreeningQuestionAnswersJobCreditedToRejectReason
189
+ - value: offers,screening_question_answers,job,current_stage
190
+ name: OffersScreeningQuestionAnswersJobCurrentStage
191
+ - value: offers,screening_question_answers,job,current_stage,reject_reason
192
+ name: OffersScreeningQuestionAnswersJobCurrentStageRejectReason
193
+ - value: offers,screening_question_answers,job,reject_reason
194
+ name: OffersScreeningQuestionAnswersJobRejectReason
195
+ - value: offers,screening_question_answers,reject_reason
196
+ name: OffersScreeningQuestionAnswersRejectReason
197
+ - value: offers,screening_question_answers,screening_question_answers.question
198
+ name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion
199
+ - value: >-
200
+ offers,screening_question_answers,screening_question_answers.question,candidate
201
+ name: >-
202
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
203
+ - value: >-
204
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to
205
+ name: >-
206
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
207
+ - value: >-
208
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
209
+ name: >-
210
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
211
+ - value: >-
212
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
213
+ name: >-
214
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
215
+ - value: >-
216
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
217
+ name: >-
218
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
219
+ - value: >-
220
+ offers,screening_question_answers,screening_question_answers.question,candidate,current_stage
221
+ name: >-
222
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
223
+ - value: >-
224
+ offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
225
+ name: >-
226
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
227
+ - value: >-
228
+ offers,screening_question_answers,screening_question_answers.question,candidate,job
229
+ name: >-
230
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
231
+ - value: >-
232
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to
233
+ name: >-
234
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
235
+ - value: >-
236
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
237
+ name: >-
238
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
239
+ - value: >-
240
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
241
+ name: >-
242
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
243
+ - value: >-
244
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
245
+ name: >-
246
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
247
+ - value: >-
248
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage
249
+ name: >-
250
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
251
+ - value: >-
252
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
253
+ name: >-
254
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
255
+ - value: >-
256
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
257
+ name: >-
258
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
259
+ - value: >-
260
+ offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason
261
+ name: >-
262
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
263
+ - value: >-
264
+ offers,screening_question_answers,screening_question_answers.question,credited_to
265
+ name: >-
266
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
267
+ - value: >-
268
+ offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage
269
+ name: >-
270
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
271
+ - value: >-
272
+ offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
273
+ name: >-
274
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
275
+ - value: >-
276
+ offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason
277
+ name: >-
278
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
279
+ - value: >-
280
+ offers,screening_question_answers,screening_question_answers.question,current_stage
281
+ name: >-
282
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
283
+ - value: >-
284
+ offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason
285
+ name: >-
286
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
287
+ - value: >-
288
+ offers,screening_question_answers,screening_question_answers.question,job
289
+ name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
290
+ - value: >-
291
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to
292
+ name: >-
293
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
294
+ - value: >-
295
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
296
+ name: >-
297
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
298
+ - value: >-
299
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
300
+ name: >-
301
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
302
+ - value: >-
303
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
304
+ name: >-
305
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
306
+ - value: >-
307
+ offers,screening_question_answers,screening_question_answers.question,job,current_stage
308
+ name: >-
309
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
310
+ - value: >-
311
+ offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
312
+ name: >-
313
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
314
+ - value: >-
315
+ offers,screening_question_answers,screening_question_answers.question,job,reject_reason
316
+ name: >-
317
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
318
+ - value: >-
319
+ offers,screening_question_answers,screening_question_answers.question,reject_reason
320
+ name: >-
321
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
322
+ - value: offers,screening_question_answers.question
323
+ name: OffersScreeningQuestionAnswersQuestion
324
+ - value: offers,screening_question_answers.question,candidate
325
+ name: OffersScreeningQuestionAnswersQuestionCandidate
326
+ - value: offers,screening_question_answers.question,candidate,credited_to
327
+ name: OffersScreeningQuestionAnswersQuestionCandidateCreditedTo
328
+ - value: >-
329
+ offers,screening_question_answers.question,candidate,credited_to,current_stage
330
+ name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
331
+ - value: >-
332
+ offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
333
+ name: >-
334
+ OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
335
+ - value: >-
336
+ offers,screening_question_answers.question,candidate,credited_to,reject_reason
337
+ name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
338
+ - value: offers,screening_question_answers.question,candidate,current_stage
339
+ name: OffersScreeningQuestionAnswersQuestionCandidateCurrentStage
340
+ - value: >-
341
+ offers,screening_question_answers.question,candidate,current_stage,reject_reason
342
+ name: >-
343
+ OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
344
+ - value: offers,screening_question_answers.question,candidate,job
345
+ name: OffersScreeningQuestionAnswersQuestionCandidateJob
346
+ - value: offers,screening_question_answers.question,candidate,job,credited_to
347
+ name: OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
348
+ - value: >-
349
+ offers,screening_question_answers.question,candidate,job,credited_to,current_stage
350
+ name: >-
351
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
352
+ - value: >-
353
+ offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
354
+ name: >-
355
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
356
+ - value: >-
357
+ offers,screening_question_answers.question,candidate,job,credited_to,reject_reason
358
+ name: >-
359
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
360
+ - value: offers,screening_question_answers.question,candidate,job,current_stage
361
+ name: OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
362
+ - value: >-
363
+ offers,screening_question_answers.question,candidate,job,current_stage,reject_reason
364
+ name: >-
365
+ OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
366
+ - value: offers,screening_question_answers.question,candidate,job,reject_reason
367
+ name: OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason
368
+ - value: offers,screening_question_answers.question,candidate,reject_reason
369
+ name: OffersScreeningQuestionAnswersQuestionCandidateRejectReason
370
+ - value: offers,screening_question_answers.question,credited_to
371
+ name: OffersScreeningQuestionAnswersQuestionCreditedTo
372
+ - value: offers,screening_question_answers.question,credited_to,current_stage
373
+ name: OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage
374
+ - value: >-
375
+ offers,screening_question_answers.question,credited_to,current_stage,reject_reason
376
+ name: >-
377
+ OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
378
+ - value: offers,screening_question_answers.question,credited_to,reject_reason
379
+ name: OffersScreeningQuestionAnswersQuestionCreditedToRejectReason
380
+ - value: offers,screening_question_answers.question,current_stage
381
+ name: OffersScreeningQuestionAnswersQuestionCurrentStage
382
+ - value: offers,screening_question_answers.question,current_stage,reject_reason
383
+ name: OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason
384
+ - value: offers,screening_question_answers.question,job
385
+ name: OffersScreeningQuestionAnswersQuestionJob
386
+ - value: offers,screening_question_answers.question,job,credited_to
387
+ name: OffersScreeningQuestionAnswersQuestionJobCreditedTo
388
+ - value: >-
389
+ offers,screening_question_answers.question,job,credited_to,current_stage
390
+ name: OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
391
+ - value: >-
392
+ offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
393
+ name: >-
394
+ OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
395
+ - value: >-
396
+ offers,screening_question_answers.question,job,credited_to,reject_reason
397
+ name: OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
398
+ - value: offers,screening_question_answers.question,job,current_stage
399
+ name: OffersScreeningQuestionAnswersQuestionJobCurrentStage
400
+ - value: >-
401
+ offers,screening_question_answers.question,job,current_stage,reject_reason
402
+ name: OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
403
+ - value: offers,screening_question_answers.question,job,reject_reason
404
+ name: OffersScreeningQuestionAnswersQuestionJobRejectReason
405
+ - value: offers,screening_question_answers.question,reject_reason
406
+ name: OffersScreeningQuestionAnswersQuestionRejectReason
407
+ - reject_reason
408
+ - screening_question_answers
409
+ - value: screening_question_answers,candidate
410
+ name: ScreeningQuestionAnswersCandidate
411
+ - value: screening_question_answers,candidate,credited_to
412
+ name: ScreeningQuestionAnswersCandidateCreditedTo
413
+ - value: screening_question_answers,candidate,credited_to,current_stage
414
+ name: ScreeningQuestionAnswersCandidateCreditedToCurrentStage
415
+ - value: >-
416
+ screening_question_answers,candidate,credited_to,current_stage,reject_reason
417
+ name: ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
418
+ - value: screening_question_answers,candidate,credited_to,reject_reason
419
+ name: ScreeningQuestionAnswersCandidateCreditedToRejectReason
420
+ - value: screening_question_answers,candidate,current_stage
421
+ name: ScreeningQuestionAnswersCandidateCurrentStage
422
+ - value: screening_question_answers,candidate,current_stage,reject_reason
423
+ name: ScreeningQuestionAnswersCandidateCurrentStageRejectReason
424
+ - value: screening_question_answers,candidate,job
425
+ name: ScreeningQuestionAnswersCandidateJob
426
+ - value: screening_question_answers,candidate,job,credited_to
427
+ name: ScreeningQuestionAnswersCandidateJobCreditedTo
428
+ - value: screening_question_answers,candidate,job,credited_to,current_stage
429
+ name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
430
+ - value: >-
431
+ screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
432
+ name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
433
+ - value: screening_question_answers,candidate,job,credited_to,reject_reason
434
+ name: ScreeningQuestionAnswersCandidateJobCreditedToRejectReason
435
+ - value: screening_question_answers,candidate,job,current_stage
436
+ name: ScreeningQuestionAnswersCandidateJobCurrentStage
437
+ - value: screening_question_answers,candidate,job,current_stage,reject_reason
438
+ name: ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
439
+ - value: screening_question_answers,candidate,job,reject_reason
440
+ name: ScreeningQuestionAnswersCandidateJobRejectReason
441
+ - value: screening_question_answers,candidate,reject_reason
442
+ name: ScreeningQuestionAnswersCandidateRejectReason
443
+ - value: screening_question_answers,credited_to
444
+ name: ScreeningQuestionAnswersCreditedTo
445
+ - value: screening_question_answers,credited_to,current_stage
446
+ name: ScreeningQuestionAnswersCreditedToCurrentStage
447
+ - value: screening_question_answers,credited_to,current_stage,reject_reason
448
+ name: ScreeningQuestionAnswersCreditedToCurrentStageRejectReason
449
+ - value: screening_question_answers,credited_to,reject_reason
450
+ name: ScreeningQuestionAnswersCreditedToRejectReason
451
+ - value: screening_question_answers,current_stage
452
+ name: ScreeningQuestionAnswersCurrentStage
453
+ - value: screening_question_answers,current_stage,reject_reason
454
+ name: ScreeningQuestionAnswersCurrentStageRejectReason
455
+ - value: screening_question_answers,job
456
+ name: ScreeningQuestionAnswersJob
457
+ - value: screening_question_answers,job,credited_to
458
+ name: ScreeningQuestionAnswersJobCreditedTo
459
+ - value: screening_question_answers,job,credited_to,current_stage
460
+ name: ScreeningQuestionAnswersJobCreditedToCurrentStage
461
+ - value: screening_question_answers,job,credited_to,current_stage,reject_reason
462
+ name: ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
463
+ - value: screening_question_answers,job,credited_to,reject_reason
464
+ name: ScreeningQuestionAnswersJobCreditedToRejectReason
465
+ - value: screening_question_answers,job,current_stage
466
+ name: ScreeningQuestionAnswersJobCurrentStage
467
+ - value: screening_question_answers,job,current_stage,reject_reason
468
+ name: ScreeningQuestionAnswersJobCurrentStageRejectReason
469
+ - value: screening_question_answers,job,reject_reason
470
+ name: ScreeningQuestionAnswersJobRejectReason
471
+ - value: screening_question_answers,reject_reason
472
+ name: ScreeningQuestionAnswersRejectReason
473
+ - value: screening_question_answers,screening_question_answers.question
474
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestion
475
+ - value: >-
476
+ screening_question_answers,screening_question_answers.question,candidate
477
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
478
+ - value: >-
479
+ screening_question_answers,screening_question_answers.question,candidate,credited_to
480
+ name: >-
481
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
482
+ - value: >-
483
+ screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
484
+ name: >-
485
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
486
+ - value: >-
487
+ screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
488
+ name: >-
489
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
490
+ - value: >-
491
+ screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
492
+ name: >-
493
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
494
+ - value: >-
495
+ screening_question_answers,screening_question_answers.question,candidate,current_stage
496
+ name: >-
497
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
498
+ - value: >-
499
+ screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
500
+ name: >-
501
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
502
+ - value: >-
503
+ screening_question_answers,screening_question_answers.question,candidate,job
504
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
505
+ - value: >-
506
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to
507
+ name: >-
508
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
509
+ - value: >-
510
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
511
+ name: >-
512
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
513
+ - value: >-
514
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
515
+ name: >-
516
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
517
+ - value: >-
518
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
519
+ name: >-
520
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
521
+ - value: >-
522
+ screening_question_answers,screening_question_answers.question,candidate,job,current_stage
523
+ name: >-
524
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
525
+ - value: >-
526
+ screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
527
+ name: >-
528
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
529
+ - value: >-
530
+ screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
531
+ name: >-
532
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
533
+ - value: >-
534
+ screening_question_answers,screening_question_answers.question,candidate,reject_reason
535
+ name: >-
536
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
537
+ - value: >-
538
+ screening_question_answers,screening_question_answers.question,credited_to
539
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
540
+ - value: >-
541
+ screening_question_answers,screening_question_answers.question,credited_to,current_stage
542
+ name: >-
543
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
544
+ - value: >-
545
+ screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
546
+ name: >-
547
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
548
+ - value: >-
549
+ screening_question_answers,screening_question_answers.question,credited_to,reject_reason
550
+ name: >-
551
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
552
+ - value: >-
553
+ screening_question_answers,screening_question_answers.question,current_stage
554
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
555
+ - value: >-
556
+ screening_question_answers,screening_question_answers.question,current_stage,reject_reason
557
+ name: >-
558
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
559
+ - value: screening_question_answers,screening_question_answers.question,job
560
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
561
+ - value: >-
562
+ screening_question_answers,screening_question_answers.question,job,credited_to
563
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
564
+ - value: >-
565
+ screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
566
+ name: >-
567
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
568
+ - value: >-
569
+ screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
570
+ name: >-
571
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
572
+ - value: >-
573
+ screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
574
+ name: >-
575
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
576
+ - value: >-
577
+ screening_question_answers,screening_question_answers.question,job,current_stage
578
+ name: >-
579
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
580
+ - value: >-
581
+ screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
582
+ name: >-
583
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
584
+ - value: >-
585
+ screening_question_answers,screening_question_answers.question,job,reject_reason
586
+ name: >-
587
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
588
+ - value: >-
589
+ screening_question_answers,screening_question_answers.question,reject_reason
590
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
591
+ - value: screening_question_answers.question
592
+ name: ScreeningQuestionAnswersQuestion
593
+ - value: screening_question_answers.question,candidate
594
+ name: ScreeningQuestionAnswersQuestionCandidate
595
+ - value: screening_question_answers.question,candidate,credited_to
596
+ name: ScreeningQuestionAnswersQuestionCandidateCreditedTo
597
+ - value: >-
598
+ screening_question_answers.question,candidate,credited_to,current_stage
599
+ name: ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
600
+ - value: >-
601
+ screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
602
+ name: >-
603
+ ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
604
+ - value: >-
605
+ screening_question_answers.question,candidate,credited_to,reject_reason
606
+ name: ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
607
+ - value: screening_question_answers.question,candidate,current_stage
608
+ name: ScreeningQuestionAnswersQuestionCandidateCurrentStage
609
+ - value: >-
610
+ screening_question_answers.question,candidate,current_stage,reject_reason
611
+ name: ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
612
+ - value: screening_question_answers.question,candidate,job
613
+ name: ScreeningQuestionAnswersQuestionCandidateJob
614
+ - value: screening_question_answers.question,candidate,job,credited_to
615
+ name: ScreeningQuestionAnswersQuestionCandidateJobCreditedTo
616
+ - value: >-
617
+ screening_question_answers.question,candidate,job,credited_to,current_stage
618
+ name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
619
+ - value: >-
620
+ screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
621
+ name: >-
622
+ ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
623
+ - value: >-
624
+ screening_question_answers.question,candidate,job,credited_to,reject_reason
625
+ name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
626
+ - value: screening_question_answers.question,candidate,job,current_stage
627
+ name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStage
628
+ - value: >-
629
+ screening_question_answers.question,candidate,job,current_stage,reject_reason
630
+ name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
631
+ - value: screening_question_answers.question,candidate,job,reject_reason
632
+ name: ScreeningQuestionAnswersQuestionCandidateJobRejectReason
633
+ - value: screening_question_answers.question,candidate,reject_reason
634
+ name: ScreeningQuestionAnswersQuestionCandidateRejectReason
635
+ - value: screening_question_answers.question,credited_to
636
+ name: ScreeningQuestionAnswersQuestionCreditedTo
637
+ - value: screening_question_answers.question,credited_to,current_stage
638
+ name: ScreeningQuestionAnswersQuestionCreditedToCurrentStage
639
+ - value: >-
640
+ screening_question_answers.question,credited_to,current_stage,reject_reason
641
+ name: ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
642
+ - value: screening_question_answers.question,credited_to,reject_reason
643
+ name: ScreeningQuestionAnswersQuestionCreditedToRejectReason
644
+ - value: screening_question_answers.question,current_stage
645
+ name: ScreeningQuestionAnswersQuestionCurrentStage
646
+ - value: screening_question_answers.question,current_stage,reject_reason
647
+ name: ScreeningQuestionAnswersQuestionCurrentStageRejectReason
648
+ - value: screening_question_answers.question,job
649
+ name: ScreeningQuestionAnswersQuestionJob
650
+ - value: screening_question_answers.question,job,credited_to
651
+ name: ScreeningQuestionAnswersQuestionJobCreditedTo
652
+ - value: screening_question_answers.question,job,credited_to,current_stage
653
+ name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
654
+ - value: >-
655
+ screening_question_answers.question,job,credited_to,current_stage,reject_reason
656
+ name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
657
+ - value: screening_question_answers.question,job,credited_to,reject_reason
658
+ name: ScreeningQuestionAnswersQuestionJobCreditedToRejectReason
659
+ - value: screening_question_answers.question,job,current_stage
660
+ name: ScreeningQuestionAnswersQuestionJobCurrentStage
661
+ - value: screening_question_answers.question,job,current_stage,reject_reason
662
+ name: ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
663
+ - value: screening_question_answers.question,job,reject_reason
664
+ name: ScreeningQuestionAnswersQuestionJobRejectReason
665
+ - value: screening_question_answers.question,reject_reason
666
+ name: ScreeningQuestionAnswersQuestionRejectReason
667
+ source:
668
+ openapi: openapi/openapi.yml
669
+ ApplicationsRetrieveRequestExpand:
670
+ enum:
671
+ - candidate
672
+ - value: candidate,credited_to
673
+ name: CandidateCreditedTo
674
+ - value: candidate,credited_to,current_stage
675
+ name: CandidateCreditedToCurrentStage
676
+ - value: candidate,credited_to,current_stage,reject_reason
677
+ name: CandidateCreditedToCurrentStageRejectReason
678
+ - value: candidate,credited_to,reject_reason
679
+ name: CandidateCreditedToRejectReason
680
+ - value: candidate,current_stage
681
+ name: CandidateCurrentStage
682
+ - value: candidate,current_stage,reject_reason
683
+ name: CandidateCurrentStageRejectReason
684
+ - value: candidate,job
685
+ name: CandidateJob
686
+ - value: candidate,job,credited_to
687
+ name: CandidateJobCreditedTo
688
+ - value: candidate,job,credited_to,current_stage
689
+ name: CandidateJobCreditedToCurrentStage
690
+ - value: candidate,job,credited_to,current_stage,reject_reason
691
+ name: CandidateJobCreditedToCurrentStageRejectReason
692
+ - value: candidate,job,credited_to,reject_reason
693
+ name: CandidateJobCreditedToRejectReason
694
+ - value: candidate,job,current_stage
695
+ name: CandidateJobCurrentStage
696
+ - value: candidate,job,current_stage,reject_reason
697
+ name: CandidateJobCurrentStageRejectReason
698
+ - value: candidate,job,reject_reason
699
+ name: CandidateJobRejectReason
700
+ - value: candidate,reject_reason
701
+ name: CandidateRejectReason
702
+ - credited_to
703
+ - value: credited_to,current_stage
704
+ name: CreditedToCurrentStage
705
+ - value: credited_to,current_stage,reject_reason
706
+ name: CreditedToCurrentStageRejectReason
707
+ - value: credited_to,reject_reason
708
+ name: CreditedToRejectReason
709
+ - current_stage
710
+ - value: current_stage,reject_reason
711
+ name: CurrentStageRejectReason
712
+ - job
713
+ - value: job,credited_to
714
+ name: JobCreditedTo
715
+ - value: job,credited_to,current_stage
716
+ name: JobCreditedToCurrentStage
717
+ - value: job,credited_to,current_stage,reject_reason
718
+ name: JobCreditedToCurrentStageRejectReason
719
+ - value: job,credited_to,reject_reason
720
+ name: JobCreditedToRejectReason
721
+ - value: job,current_stage
722
+ name: JobCurrentStage
723
+ - value: job,current_stage,reject_reason
724
+ name: JobCurrentStageRejectReason
725
+ - value: job,reject_reason
726
+ name: JobRejectReason
727
+ - offers
728
+ - value: offers,candidate
729
+ name: OffersCandidate
730
+ - value: offers,candidate,credited_to
731
+ name: OffersCandidateCreditedTo
732
+ - value: offers,candidate,credited_to,current_stage
733
+ name: OffersCandidateCreditedToCurrentStage
734
+ - value: offers,candidate,credited_to,current_stage,reject_reason
735
+ name: OffersCandidateCreditedToCurrentStageRejectReason
736
+ - value: offers,candidate,credited_to,reject_reason
737
+ name: OffersCandidateCreditedToRejectReason
738
+ - value: offers,candidate,current_stage
739
+ name: OffersCandidateCurrentStage
740
+ - value: offers,candidate,current_stage,reject_reason
741
+ name: OffersCandidateCurrentStageRejectReason
742
+ - value: offers,candidate,job
743
+ name: OffersCandidateJob
744
+ - value: offers,candidate,job,credited_to
745
+ name: OffersCandidateJobCreditedTo
746
+ - value: offers,candidate,job,credited_to,current_stage
747
+ name: OffersCandidateJobCreditedToCurrentStage
748
+ - value: offers,candidate,job,credited_to,current_stage,reject_reason
749
+ name: OffersCandidateJobCreditedToCurrentStageRejectReason
750
+ - value: offers,candidate,job,credited_to,reject_reason
751
+ name: OffersCandidateJobCreditedToRejectReason
752
+ - value: offers,candidate,job,current_stage
753
+ name: OffersCandidateJobCurrentStage
754
+ - value: offers,candidate,job,current_stage,reject_reason
755
+ name: OffersCandidateJobCurrentStageRejectReason
756
+ - value: offers,candidate,job,reject_reason
757
+ name: OffersCandidateJobRejectReason
758
+ - value: offers,candidate,reject_reason
759
+ name: OffersCandidateRejectReason
760
+ - value: offers,credited_to
761
+ name: OffersCreditedTo
762
+ - value: offers,credited_to,current_stage
763
+ name: OffersCreditedToCurrentStage
764
+ - value: offers,credited_to,current_stage,reject_reason
765
+ name: OffersCreditedToCurrentStageRejectReason
766
+ - value: offers,credited_to,reject_reason
767
+ name: OffersCreditedToRejectReason
768
+ - value: offers,current_stage
769
+ name: OffersCurrentStage
770
+ - value: offers,current_stage,reject_reason
771
+ name: OffersCurrentStageRejectReason
772
+ - value: offers,job
773
+ name: OffersJob
774
+ - value: offers,job,credited_to
775
+ name: OffersJobCreditedTo
776
+ - value: offers,job,credited_to,current_stage
777
+ name: OffersJobCreditedToCurrentStage
778
+ - value: offers,job,credited_to,current_stage,reject_reason
779
+ name: OffersJobCreditedToCurrentStageRejectReason
780
+ - value: offers,job,credited_to,reject_reason
781
+ name: OffersJobCreditedToRejectReason
782
+ - value: offers,job,current_stage
783
+ name: OffersJobCurrentStage
784
+ - value: offers,job,current_stage,reject_reason
785
+ name: OffersJobCurrentStageRejectReason
786
+ - value: offers,job,reject_reason
787
+ name: OffersJobRejectReason
788
+ - value: offers,reject_reason
789
+ name: OffersRejectReason
790
+ - value: offers,screening_question_answers
791
+ name: OffersScreeningQuestionAnswers
792
+ - value: offers,screening_question_answers,candidate
793
+ name: OffersScreeningQuestionAnswersCandidate
794
+ - value: offers,screening_question_answers,candidate,credited_to
795
+ name: OffersScreeningQuestionAnswersCandidateCreditedTo
796
+ - value: offers,screening_question_answers,candidate,credited_to,current_stage
797
+ name: OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage
798
+ - value: >-
799
+ offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason
800
+ name: >-
801
+ OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
802
+ - value: offers,screening_question_answers,candidate,credited_to,reject_reason
803
+ name: OffersScreeningQuestionAnswersCandidateCreditedToRejectReason
804
+ - value: offers,screening_question_answers,candidate,current_stage
805
+ name: OffersScreeningQuestionAnswersCandidateCurrentStage
806
+ - value: >-
807
+ offers,screening_question_answers,candidate,current_stage,reject_reason
808
+ name: OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason
809
+ - value: offers,screening_question_answers,candidate,job
810
+ name: OffersScreeningQuestionAnswersCandidateJob
811
+ - value: offers,screening_question_answers,candidate,job,credited_to
812
+ name: OffersScreeningQuestionAnswersCandidateJobCreditedTo
813
+ - value: >-
814
+ offers,screening_question_answers,candidate,job,credited_to,current_stage
815
+ name: OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
816
+ - value: >-
817
+ offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
818
+ name: >-
819
+ OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
820
+ - value: >-
821
+ offers,screening_question_answers,candidate,job,credited_to,reject_reason
822
+ name: OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason
823
+ - value: offers,screening_question_answers,candidate,job,current_stage
824
+ name: OffersScreeningQuestionAnswersCandidateJobCurrentStage
825
+ - value: >-
826
+ offers,screening_question_answers,candidate,job,current_stage,reject_reason
827
+ name: OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
828
+ - value: offers,screening_question_answers,candidate,job,reject_reason
829
+ name: OffersScreeningQuestionAnswersCandidateJobRejectReason
830
+ - value: offers,screening_question_answers,candidate,reject_reason
831
+ name: OffersScreeningQuestionAnswersCandidateRejectReason
832
+ - value: offers,screening_question_answers,credited_to
833
+ name: OffersScreeningQuestionAnswersCreditedTo
834
+ - value: offers,screening_question_answers,credited_to,current_stage
835
+ name: OffersScreeningQuestionAnswersCreditedToCurrentStage
836
+ - value: >-
837
+ offers,screening_question_answers,credited_to,current_stage,reject_reason
838
+ name: OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason
839
+ - value: offers,screening_question_answers,credited_to,reject_reason
840
+ name: OffersScreeningQuestionAnswersCreditedToRejectReason
841
+ - value: offers,screening_question_answers,current_stage
842
+ name: OffersScreeningQuestionAnswersCurrentStage
843
+ - value: offers,screening_question_answers,current_stage,reject_reason
844
+ name: OffersScreeningQuestionAnswersCurrentStageRejectReason
845
+ - value: offers,screening_question_answers,job
846
+ name: OffersScreeningQuestionAnswersJob
847
+ - value: offers,screening_question_answers,job,credited_to
848
+ name: OffersScreeningQuestionAnswersJobCreditedTo
849
+ - value: offers,screening_question_answers,job,credited_to,current_stage
850
+ name: OffersScreeningQuestionAnswersJobCreditedToCurrentStage
851
+ - value: >-
852
+ offers,screening_question_answers,job,credited_to,current_stage,reject_reason
853
+ name: OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
854
+ - value: offers,screening_question_answers,job,credited_to,reject_reason
855
+ name: OffersScreeningQuestionAnswersJobCreditedToRejectReason
856
+ - value: offers,screening_question_answers,job,current_stage
857
+ name: OffersScreeningQuestionAnswersJobCurrentStage
858
+ - value: offers,screening_question_answers,job,current_stage,reject_reason
859
+ name: OffersScreeningQuestionAnswersJobCurrentStageRejectReason
860
+ - value: offers,screening_question_answers,job,reject_reason
861
+ name: OffersScreeningQuestionAnswersJobRejectReason
862
+ - value: offers,screening_question_answers,reject_reason
863
+ name: OffersScreeningQuestionAnswersRejectReason
864
+ - value: offers,screening_question_answers,screening_question_answers.question
865
+ name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion
866
+ - value: >-
867
+ offers,screening_question_answers,screening_question_answers.question,candidate
868
+ name: >-
869
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
870
+ - value: >-
871
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to
872
+ name: >-
873
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
874
+ - value: >-
875
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
876
+ name: >-
877
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
878
+ - value: >-
879
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
880
+ name: >-
881
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
882
+ - value: >-
883
+ offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
884
+ name: >-
885
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
886
+ - value: >-
887
+ offers,screening_question_answers,screening_question_answers.question,candidate,current_stage
888
+ name: >-
889
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
890
+ - value: >-
891
+ offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
892
+ name: >-
893
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
894
+ - value: >-
895
+ offers,screening_question_answers,screening_question_answers.question,candidate,job
896
+ name: >-
897
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
898
+ - value: >-
899
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to
900
+ name: >-
901
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
902
+ - value: >-
903
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
904
+ name: >-
905
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
906
+ - value: >-
907
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
908
+ name: >-
909
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
910
+ - value: >-
911
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
912
+ name: >-
913
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
914
+ - value: >-
915
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage
916
+ name: >-
917
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
918
+ - value: >-
919
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
920
+ name: >-
921
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
922
+ - value: >-
923
+ offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
924
+ name: >-
925
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
926
+ - value: >-
927
+ offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason
928
+ name: >-
929
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
930
+ - value: >-
931
+ offers,screening_question_answers,screening_question_answers.question,credited_to
932
+ name: >-
933
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
934
+ - value: >-
935
+ offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage
936
+ name: >-
937
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
938
+ - value: >-
939
+ offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
940
+ name: >-
941
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
942
+ - value: >-
943
+ offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason
944
+ name: >-
945
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
946
+ - value: >-
947
+ offers,screening_question_answers,screening_question_answers.question,current_stage
948
+ name: >-
949
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
950
+ - value: >-
951
+ offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason
952
+ name: >-
953
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
954
+ - value: >-
955
+ offers,screening_question_answers,screening_question_answers.question,job
956
+ name: OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
957
+ - value: >-
958
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to
959
+ name: >-
960
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
961
+ - value: >-
962
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
963
+ name: >-
964
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
965
+ - value: >-
966
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
967
+ name: >-
968
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
969
+ - value: >-
970
+ offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
971
+ name: >-
972
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
973
+ - value: >-
974
+ offers,screening_question_answers,screening_question_answers.question,job,current_stage
975
+ name: >-
976
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
977
+ - value: >-
978
+ offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
979
+ name: >-
980
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
981
+ - value: >-
982
+ offers,screening_question_answers,screening_question_answers.question,job,reject_reason
983
+ name: >-
984
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
985
+ - value: >-
986
+ offers,screening_question_answers,screening_question_answers.question,reject_reason
987
+ name: >-
988
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
989
+ - value: offers,screening_question_answers.question
990
+ name: OffersScreeningQuestionAnswersQuestion
991
+ - value: offers,screening_question_answers.question,candidate
992
+ name: OffersScreeningQuestionAnswersQuestionCandidate
993
+ - value: offers,screening_question_answers.question,candidate,credited_to
994
+ name: OffersScreeningQuestionAnswersQuestionCandidateCreditedTo
995
+ - value: >-
996
+ offers,screening_question_answers.question,candidate,credited_to,current_stage
997
+ name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
998
+ - value: >-
999
+ offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
1000
+ name: >-
1001
+ OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
1002
+ - value: >-
1003
+ offers,screening_question_answers.question,candidate,credited_to,reject_reason
1004
+ name: OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
1005
+ - value: offers,screening_question_answers.question,candidate,current_stage
1006
+ name: OffersScreeningQuestionAnswersQuestionCandidateCurrentStage
1007
+ - value: >-
1008
+ offers,screening_question_answers.question,candidate,current_stage,reject_reason
1009
+ name: >-
1010
+ OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
1011
+ - value: offers,screening_question_answers.question,candidate,job
1012
+ name: OffersScreeningQuestionAnswersQuestionCandidateJob
1013
+ - value: offers,screening_question_answers.question,candidate,job,credited_to
1014
+ name: OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
1015
+ - value: >-
1016
+ offers,screening_question_answers.question,candidate,job,credited_to,current_stage
1017
+ name: >-
1018
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
1019
+ - value: >-
1020
+ offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
1021
+ name: >-
1022
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
1023
+ - value: >-
1024
+ offers,screening_question_answers.question,candidate,job,credited_to,reject_reason
1025
+ name: >-
1026
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
1027
+ - value: offers,screening_question_answers.question,candidate,job,current_stage
1028
+ name: OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
1029
+ - value: >-
1030
+ offers,screening_question_answers.question,candidate,job,current_stage,reject_reason
1031
+ name: >-
1032
+ OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
1033
+ - value: offers,screening_question_answers.question,candidate,job,reject_reason
1034
+ name: OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason
1035
+ - value: offers,screening_question_answers.question,candidate,reject_reason
1036
+ name: OffersScreeningQuestionAnswersQuestionCandidateRejectReason
1037
+ - value: offers,screening_question_answers.question,credited_to
1038
+ name: OffersScreeningQuestionAnswersQuestionCreditedTo
1039
+ - value: offers,screening_question_answers.question,credited_to,current_stage
1040
+ name: OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage
1041
+ - value: >-
1042
+ offers,screening_question_answers.question,credited_to,current_stage,reject_reason
1043
+ name: >-
1044
+ OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
1045
+ - value: offers,screening_question_answers.question,credited_to,reject_reason
1046
+ name: OffersScreeningQuestionAnswersQuestionCreditedToRejectReason
1047
+ - value: offers,screening_question_answers.question,current_stage
1048
+ name: OffersScreeningQuestionAnswersQuestionCurrentStage
1049
+ - value: offers,screening_question_answers.question,current_stage,reject_reason
1050
+ name: OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason
1051
+ - value: offers,screening_question_answers.question,job
1052
+ name: OffersScreeningQuestionAnswersQuestionJob
1053
+ - value: offers,screening_question_answers.question,job,credited_to
1054
+ name: OffersScreeningQuestionAnswersQuestionJobCreditedTo
1055
+ - value: >-
1056
+ offers,screening_question_answers.question,job,credited_to,current_stage
1057
+ name: OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
1058
+ - value: >-
1059
+ offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
1060
+ name: >-
1061
+ OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
1062
+ - value: >-
1063
+ offers,screening_question_answers.question,job,credited_to,reject_reason
1064
+ name: OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
1065
+ - value: offers,screening_question_answers.question,job,current_stage
1066
+ name: OffersScreeningQuestionAnswersQuestionJobCurrentStage
1067
+ - value: >-
1068
+ offers,screening_question_answers.question,job,current_stage,reject_reason
1069
+ name: OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
1070
+ - value: offers,screening_question_answers.question,job,reject_reason
1071
+ name: OffersScreeningQuestionAnswersQuestionJobRejectReason
1072
+ - value: offers,screening_question_answers.question,reject_reason
1073
+ name: OffersScreeningQuestionAnswersQuestionRejectReason
1074
+ - reject_reason
1075
+ - screening_question_answers
1076
+ - value: screening_question_answers,candidate
1077
+ name: ScreeningQuestionAnswersCandidate
1078
+ - value: screening_question_answers,candidate,credited_to
1079
+ name: ScreeningQuestionAnswersCandidateCreditedTo
1080
+ - value: screening_question_answers,candidate,credited_to,current_stage
1081
+ name: ScreeningQuestionAnswersCandidateCreditedToCurrentStage
1082
+ - value: >-
1083
+ screening_question_answers,candidate,credited_to,current_stage,reject_reason
1084
+ name: ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason
1085
+ - value: screening_question_answers,candidate,credited_to,reject_reason
1086
+ name: ScreeningQuestionAnswersCandidateCreditedToRejectReason
1087
+ - value: screening_question_answers,candidate,current_stage
1088
+ name: ScreeningQuestionAnswersCandidateCurrentStage
1089
+ - value: screening_question_answers,candidate,current_stage,reject_reason
1090
+ name: ScreeningQuestionAnswersCandidateCurrentStageRejectReason
1091
+ - value: screening_question_answers,candidate,job
1092
+ name: ScreeningQuestionAnswersCandidateJob
1093
+ - value: screening_question_answers,candidate,job,credited_to
1094
+ name: ScreeningQuestionAnswersCandidateJobCreditedTo
1095
+ - value: screening_question_answers,candidate,job,credited_to,current_stage
1096
+ name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage
1097
+ - value: >-
1098
+ screening_question_answers,candidate,job,credited_to,current_stage,reject_reason
1099
+ name: ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason
1100
+ - value: screening_question_answers,candidate,job,credited_to,reject_reason
1101
+ name: ScreeningQuestionAnswersCandidateJobCreditedToRejectReason
1102
+ - value: screening_question_answers,candidate,job,current_stage
1103
+ name: ScreeningQuestionAnswersCandidateJobCurrentStage
1104
+ - value: screening_question_answers,candidate,job,current_stage,reject_reason
1105
+ name: ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason
1106
+ - value: screening_question_answers,candidate,job,reject_reason
1107
+ name: ScreeningQuestionAnswersCandidateJobRejectReason
1108
+ - value: screening_question_answers,candidate,reject_reason
1109
+ name: ScreeningQuestionAnswersCandidateRejectReason
1110
+ - value: screening_question_answers,credited_to
1111
+ name: ScreeningQuestionAnswersCreditedTo
1112
+ - value: screening_question_answers,credited_to,current_stage
1113
+ name: ScreeningQuestionAnswersCreditedToCurrentStage
1114
+ - value: screening_question_answers,credited_to,current_stage,reject_reason
1115
+ name: ScreeningQuestionAnswersCreditedToCurrentStageRejectReason
1116
+ - value: screening_question_answers,credited_to,reject_reason
1117
+ name: ScreeningQuestionAnswersCreditedToRejectReason
1118
+ - value: screening_question_answers,current_stage
1119
+ name: ScreeningQuestionAnswersCurrentStage
1120
+ - value: screening_question_answers,current_stage,reject_reason
1121
+ name: ScreeningQuestionAnswersCurrentStageRejectReason
1122
+ - value: screening_question_answers,job
1123
+ name: ScreeningQuestionAnswersJob
1124
+ - value: screening_question_answers,job,credited_to
1125
+ name: ScreeningQuestionAnswersJobCreditedTo
1126
+ - value: screening_question_answers,job,credited_to,current_stage
1127
+ name: ScreeningQuestionAnswersJobCreditedToCurrentStage
1128
+ - value: screening_question_answers,job,credited_to,current_stage,reject_reason
1129
+ name: ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason
1130
+ - value: screening_question_answers,job,credited_to,reject_reason
1131
+ name: ScreeningQuestionAnswersJobCreditedToRejectReason
1132
+ - value: screening_question_answers,job,current_stage
1133
+ name: ScreeningQuestionAnswersJobCurrentStage
1134
+ - value: screening_question_answers,job,current_stage,reject_reason
1135
+ name: ScreeningQuestionAnswersJobCurrentStageRejectReason
1136
+ - value: screening_question_answers,job,reject_reason
1137
+ name: ScreeningQuestionAnswersJobRejectReason
1138
+ - value: screening_question_answers,reject_reason
1139
+ name: ScreeningQuestionAnswersRejectReason
1140
+ - value: screening_question_answers,screening_question_answers.question
1141
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestion
1142
+ - value: >-
1143
+ screening_question_answers,screening_question_answers.question,candidate
1144
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate
1145
+ - value: >-
1146
+ screening_question_answers,screening_question_answers.question,candidate,credited_to
1147
+ name: >-
1148
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo
1149
+ - value: >-
1150
+ screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage
1151
+ name: >-
1152
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
1153
+ - value: >-
1154
+ screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
1155
+ name: >-
1156
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
1157
+ - value: >-
1158
+ screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason
1159
+ name: >-
1160
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
1161
+ - value: >-
1162
+ screening_question_answers,screening_question_answers.question,candidate,current_stage
1163
+ name: >-
1164
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage
1165
+ - value: >-
1166
+ screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason
1167
+ name: >-
1168
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
1169
+ - value: >-
1170
+ screening_question_answers,screening_question_answers.question,candidate,job
1171
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob
1172
+ - value: >-
1173
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to
1174
+ name: >-
1175
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo
1176
+ - value: >-
1177
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage
1178
+ name: >-
1179
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
1180
+ - value: >-
1181
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
1182
+ name: >-
1183
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
1184
+ - value: >-
1185
+ screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason
1186
+ name: >-
1187
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
1188
+ - value: >-
1189
+ screening_question_answers,screening_question_answers.question,candidate,job,current_stage
1190
+ name: >-
1191
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage
1192
+ - value: >-
1193
+ screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason
1194
+ name: >-
1195
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
1196
+ - value: >-
1197
+ screening_question_answers,screening_question_answers.question,candidate,job,reject_reason
1198
+ name: >-
1199
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason
1200
+ - value: >-
1201
+ screening_question_answers,screening_question_answers.question,candidate,reject_reason
1202
+ name: >-
1203
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason
1204
+ - value: >-
1205
+ screening_question_answers,screening_question_answers.question,credited_to
1206
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo
1207
+ - value: >-
1208
+ screening_question_answers,screening_question_answers.question,credited_to,current_stage
1209
+ name: >-
1210
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage
1211
+ - value: >-
1212
+ screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason
1213
+ name: >-
1214
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
1215
+ - value: >-
1216
+ screening_question_answers,screening_question_answers.question,credited_to,reject_reason
1217
+ name: >-
1218
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason
1219
+ - value: >-
1220
+ screening_question_answers,screening_question_answers.question,current_stage
1221
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage
1222
+ - value: >-
1223
+ screening_question_answers,screening_question_answers.question,current_stage,reject_reason
1224
+ name: >-
1225
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason
1226
+ - value: screening_question_answers,screening_question_answers.question,job
1227
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob
1228
+ - value: >-
1229
+ screening_question_answers,screening_question_answers.question,job,credited_to
1230
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo
1231
+ - value: >-
1232
+ screening_question_answers,screening_question_answers.question,job,credited_to,current_stage
1233
+ name: >-
1234
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
1235
+ - value: >-
1236
+ screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason
1237
+ name: >-
1238
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
1239
+ - value: >-
1240
+ screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason
1241
+ name: >-
1242
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason
1243
+ - value: >-
1244
+ screening_question_answers,screening_question_answers.question,job,current_stage
1245
+ name: >-
1246
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage
1247
+ - value: >-
1248
+ screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason
1249
+ name: >-
1250
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
1251
+ - value: >-
1252
+ screening_question_answers,screening_question_answers.question,job,reject_reason
1253
+ name: >-
1254
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason
1255
+ - value: >-
1256
+ screening_question_answers,screening_question_answers.question,reject_reason
1257
+ name: ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason
1258
+ - value: screening_question_answers.question
1259
+ name: ScreeningQuestionAnswersQuestion
1260
+ - value: screening_question_answers.question,candidate
1261
+ name: ScreeningQuestionAnswersQuestionCandidate
1262
+ - value: screening_question_answers.question,candidate,credited_to
1263
+ name: ScreeningQuestionAnswersQuestionCandidateCreditedTo
1264
+ - value: >-
1265
+ screening_question_answers.question,candidate,credited_to,current_stage
1266
+ name: ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage
1267
+ - value: >-
1268
+ screening_question_answers.question,candidate,credited_to,current_stage,reject_reason
1269
+ name: >-
1270
+ ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason
1271
+ - value: >-
1272
+ screening_question_answers.question,candidate,credited_to,reject_reason
1273
+ name: ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason
1274
+ - value: screening_question_answers.question,candidate,current_stage
1275
+ name: ScreeningQuestionAnswersQuestionCandidateCurrentStage
1276
+ - value: >-
1277
+ screening_question_answers.question,candidate,current_stage,reject_reason
1278
+ name: ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason
1279
+ - value: screening_question_answers.question,candidate,job
1280
+ name: ScreeningQuestionAnswersQuestionCandidateJob
1281
+ - value: screening_question_answers.question,candidate,job,credited_to
1282
+ name: ScreeningQuestionAnswersQuestionCandidateJobCreditedTo
1283
+ - value: >-
1284
+ screening_question_answers.question,candidate,job,credited_to,current_stage
1285
+ name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage
1286
+ - value: >-
1287
+ screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason
1288
+ name: >-
1289
+ ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason
1290
+ - value: >-
1291
+ screening_question_answers.question,candidate,job,credited_to,reject_reason
1292
+ name: ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason
1293
+ - value: screening_question_answers.question,candidate,job,current_stage
1294
+ name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStage
1295
+ - value: >-
1296
+ screening_question_answers.question,candidate,job,current_stage,reject_reason
1297
+ name: ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason
1298
+ - value: screening_question_answers.question,candidate,job,reject_reason
1299
+ name: ScreeningQuestionAnswersQuestionCandidateJobRejectReason
1300
+ - value: screening_question_answers.question,candidate,reject_reason
1301
+ name: ScreeningQuestionAnswersQuestionCandidateRejectReason
1302
+ - value: screening_question_answers.question,credited_to
1303
+ name: ScreeningQuestionAnswersQuestionCreditedTo
1304
+ - value: screening_question_answers.question,credited_to,current_stage
1305
+ name: ScreeningQuestionAnswersQuestionCreditedToCurrentStage
1306
+ - value: >-
1307
+ screening_question_answers.question,credited_to,current_stage,reject_reason
1308
+ name: ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason
1309
+ - value: screening_question_answers.question,credited_to,reject_reason
1310
+ name: ScreeningQuestionAnswersQuestionCreditedToRejectReason
1311
+ - value: screening_question_answers.question,current_stage
1312
+ name: ScreeningQuestionAnswersQuestionCurrentStage
1313
+ - value: screening_question_answers.question,current_stage,reject_reason
1314
+ name: ScreeningQuestionAnswersQuestionCurrentStageRejectReason
1315
+ - value: screening_question_answers.question,job
1316
+ name: ScreeningQuestionAnswersQuestionJob
1317
+ - value: screening_question_answers.question,job,credited_to
1318
+ name: ScreeningQuestionAnswersQuestionJobCreditedTo
1319
+ - value: screening_question_answers.question,job,credited_to,current_stage
1320
+ name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage
1321
+ - value: >-
1322
+ screening_question_answers.question,job,credited_to,current_stage,reject_reason
1323
+ name: ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason
1324
+ - value: screening_question_answers.question,job,credited_to,reject_reason
1325
+ name: ScreeningQuestionAnswersQuestionJobCreditedToRejectReason
1326
+ - value: screening_question_answers.question,job,current_stage
1327
+ name: ScreeningQuestionAnswersQuestionJobCurrentStage
1328
+ - value: screening_question_answers.question,job,current_stage,reject_reason
1329
+ name: ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason
1330
+ - value: screening_question_answers.question,job,reject_reason
1331
+ name: ScreeningQuestionAnswersQuestionJobRejectReason
1332
+ - value: screening_question_answers.question,reject_reason
1333
+ name: ScreeningQuestionAnswersQuestionRejectReason
1334
+ source:
1335
+ openapi: openapi/openapi.yml
1336
+ imports:
1337
+ root: __package__.yml
1338
+ service:
1339
+ auth: false
1340
+ base-path: ''
1341
+ endpoints:
1342
+ list:
1343
+ path: /ats/v1/applications
1344
+ method: GET
1345
+ auth: true
1346
+ docs: Returns a list of `Application` objects.
1347
+ source:
1348
+ openapi: openapi/openapi.yml
1349
+ request:
1350
+ name: ApplicationsListRequest
1351
+ query-parameters:
1352
+ candidate_id:
1353
+ type: optional<string>
1354
+ docs: If provided, will only return applications for this candidate.
1355
+ created_after:
1356
+ type: optional<datetime>
1357
+ docs: If provided, will only return objects created after this datetime.
1358
+ created_before:
1359
+ type: optional<datetime>
1360
+ docs: >-
1361
+ If provided, will only return objects created before this
1362
+ datetime.
1363
+ credited_to_id:
1364
+ type: optional<string>
1365
+ docs: If provided, will only return applications credited to this user.
1366
+ current_stage_id:
1367
+ type: optional<string>
1368
+ docs: >-
1369
+ If provided, will only return applications at this interview
1370
+ stage.
1371
+ cursor:
1372
+ type: optional<string>
1373
+ docs: The pagination cursor value.
1374
+ expand:
1375
+ type: optional<ApplicationsListRequestExpand>
1376
+ docs: >-
1377
+ Which relations should be returned in expanded form. Multiple
1378
+ relation names should be comma separated without spaces.
1379
+ include_deleted_data:
1380
+ type: optional<boolean>
1381
+ docs: >-
1382
+ Indicates whether or not this object has been deleted in the third
1383
+ party platform. Full coverage deletion detection is a premium
1384
+ add-on. Native deletion detection is offered for free with limited
1385
+ coverage. [Learn
1386
+ more](https://docs.merge.dev/integrations/hris/supported-features/).
1387
+ include_remote_data:
1388
+ type: optional<boolean>
1389
+ docs: >-
1390
+ Whether to include the original data Merge fetched from the
1391
+ third-party to produce these models.
1392
+ include_shell_data:
1393
+ type: optional<boolean>
1394
+ docs: >-
1395
+ Whether to include shell records. Shell records are empty records
1396
+ (they may contain some metadata but all other fields are null).
1397
+ job_id:
1398
+ type: optional<string>
1399
+ docs: If provided, will only return applications for this job.
1400
+ modified_after:
1401
+ type: optional<datetime>
1402
+ docs: >-
1403
+ If provided, only objects synced by Merge after this date time
1404
+ will be returned.
1405
+ modified_before:
1406
+ type: optional<datetime>
1407
+ docs: >-
1408
+ If provided, only objects synced by Merge before this date time
1409
+ will be returned.
1410
+ page_size:
1411
+ type: optional<integer>
1412
+ docs: Number of results to return per page.
1413
+ reject_reason_id:
1414
+ type: optional<string>
1415
+ docs: >-
1416
+ If provided, will only return applications with this reject
1417
+ reason.
1418
+ remote_id:
1419
+ type: optional<string>
1420
+ docs: The API provider's ID for the given object.
1421
+ source:
1422
+ type: optional<string>
1423
+ docs: If provided, will only return applications with this source.
1424
+ response:
1425
+ docs: ''
1426
+ type: root.PaginatedApplicationList
1427
+ status-code: 200
1428
+ examples:
1429
+ - headers: {}
1430
+ response:
1431
+ body:
1432
+ next: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
1433
+ previous: cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ
1434
+ results:
1435
+ - id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
1436
+ remote_id: '98796'
1437
+ created_at: '2021-09-15T00:00:00Z'
1438
+ modified_at: '2021-10-16T00:00:00Z'
1439
+ candidate: candidate
1440
+ job: job
1441
+ applied_at: '2021-10-15T00:00:00Z'
1442
+ rejected_at: '2021-11-15T00:00:00Z'
1443
+ offers:
1444
+ - e9b5c11d-c588-468e-8567-cd6992e42b62
1445
+ source: Campus recruiting event
1446
+ credited_to: credited_to
1447
+ screening_question_answers:
1448
+ - screening_question_answers
1449
+ - screening_question_answers
1450
+ current_stage: current_stage
1451
+ reject_reason: reject_reason
1452
+ remote_was_deleted: true
1453
+ field_mappings:
1454
+ organization_defined_targets:
1455
+ custom_key: custom_value
1456
+ linked_account_defined_targets:
1457
+ custom_key: custom_value
1458
+ remote_data:
1459
+ - path: /candidacies
1460
+ data:
1461
+ - Varies by platform
1462
+ create:
1463
+ path: /ats/v1/applications
1464
+ method: POST
1465
+ auth: true
1466
+ docs: >
1467
+ Creates an `Application` object with the given values.
1468
+
1469
+ For certain integrations, but not all, our API detects duplicate
1470
+ candidates and will associate applications with existing records in the
1471
+ third-party. New candidates are created and automatically linked to the
1472
+ application.
1473
+
1474
+
1475
+ See our [Help Center
1476
+ article](https://help.merge.dev/en/articles/10012366-updates-to-post-applications-oct-2024)
1477
+ for detailed support per integration.
1478
+ source:
1479
+ openapi: openapi/openapi.yml
1480
+ request:
1481
+ name: ApplicationEndpointRequest
1482
+ query-parameters:
1483
+ is_debug_mode:
1484
+ type: optional<boolean>
1485
+ docs: >-
1486
+ Whether to include debug fields (such as log file links) in the
1487
+ response.
1488
+ run_async:
1489
+ type: optional<boolean>
1490
+ docs: Whether or not third-party updates should be run asynchronously.
1491
+ body:
1492
+ properties:
1493
+ model: root.ApplicationRequest
1494
+ remote_user_id: string
1495
+ content-type: application/json
1496
+ response:
1497
+ docs: ''
1498
+ type: root.ApplicationResponse
1499
+ status-code: 201
1500
+ examples:
1501
+ - headers: {}
1502
+ request:
1503
+ model: {}
1504
+ remote_user_id: remote_user_id
1505
+ response:
1506
+ body:
1507
+ model:
1508
+ id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
1509
+ remote_id: '98796'
1510
+ created_at: '2021-09-15T00:00:00Z'
1511
+ modified_at: '2021-10-16T00:00:00Z'
1512
+ candidate: candidate
1513
+ job: job
1514
+ applied_at: '2021-10-15T00:00:00Z'
1515
+ rejected_at: '2021-11-15T00:00:00Z'
1516
+ offers:
1517
+ - e9b5c11d-c588-468e-8567-cd6992e42b62
1518
+ source: Campus recruiting event
1519
+ credited_to: credited_to
1520
+ screening_question_answers:
1521
+ - screening_question_answers
1522
+ - screening_question_answers
1523
+ current_stage: current_stage
1524
+ reject_reason: reject_reason
1525
+ remote_was_deleted: true
1526
+ field_mappings:
1527
+ organization_defined_targets:
1528
+ custom_key: custom_value
1529
+ linked_account_defined_targets:
1530
+ custom_key: custom_value
1531
+ remote_data:
1532
+ - path: /candidacies
1533
+ data:
1534
+ - Varies by platform
1535
+ warnings:
1536
+ - source:
1537
+ pointer: pointer
1538
+ title: Unrecognized Field
1539
+ detail: An unrecognized field, age, was passed in with request data.
1540
+ problem_type: UNRECOGNIZED_FIELD
1541
+ errors:
1542
+ - source:
1543
+ pointer: pointer
1544
+ title: Missing Required Field
1545
+ detail: custom_fields is a required field on model.
1546
+ problem_type: MISSING_REQUIRED_FIELD
1547
+ logs:
1548
+ - log_id: 99433219-8017-4acd-bb3c-ceb23d663832
1549
+ dashboard_view: >-
1550
+ https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
1551
+ log_summary:
1552
+ url: www.exampleintegration.com/api/v1/exampleapi
1553
+ method: POST
1554
+ status_code: 200
1555
+ retrieve:
1556
+ path: /ats/v1/applications/{id}
1557
+ method: GET
1558
+ auth: true
1559
+ docs: Returns an `Application` object with the given `id`.
1560
+ source:
1561
+ openapi: openapi/openapi.yml
1562
+ path-parameters:
1563
+ id: string
1564
+ request:
1565
+ name: ApplicationsRetrieveRequest
1566
+ query-parameters:
1567
+ expand:
1568
+ type: optional<ApplicationsRetrieveRequestExpand>
1569
+ docs: >-
1570
+ Which relations should be returned in expanded form. Multiple
1571
+ relation names should be comma separated without spaces.
1572
+ include_remote_data:
1573
+ type: optional<boolean>
1574
+ docs: >-
1575
+ Whether to include the original data Merge fetched from the
1576
+ third-party to produce these models.
1577
+ include_shell_data:
1578
+ type: optional<boolean>
1579
+ docs: >-
1580
+ Whether to include shell records. Shell records are empty records
1581
+ (they may contain some metadata but all other fields are null).
1582
+ response:
1583
+ docs: ''
1584
+ type: root.Application
1585
+ status-code: 200
1586
+ examples:
1587
+ - path-parameters:
1588
+ id: id
1589
+ headers: {}
1590
+ response:
1591
+ body:
1592
+ id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
1593
+ remote_id: '98796'
1594
+ created_at: '2021-09-15T00:00:00Z'
1595
+ modified_at: '2021-10-16T00:00:00Z'
1596
+ candidate: candidate
1597
+ job: job
1598
+ applied_at: '2021-10-15T00:00:00Z'
1599
+ rejected_at: '2021-11-15T00:00:00Z'
1600
+ offers:
1601
+ - e9b5c11d-c588-468e-8567-cd6992e42b62
1602
+ source: Campus recruiting event
1603
+ credited_to: credited_to
1604
+ screening_question_answers:
1605
+ - screening_question_answers
1606
+ - screening_question_answers
1607
+ current_stage: current_stage
1608
+ reject_reason: reject_reason
1609
+ remote_was_deleted: true
1610
+ field_mappings:
1611
+ organization_defined_targets:
1612
+ custom_key: custom_value
1613
+ linked_account_defined_targets:
1614
+ custom_key: custom_value
1615
+ remote_data:
1616
+ - path: /candidacies
1617
+ data:
1618
+ - Varies by platform
1619
+ changeStageCreate:
1620
+ path: /ats/v1/applications/{id}/change-stage
1621
+ method: POST
1622
+ auth: true
1623
+ docs: Updates the `current_stage` field of an `Application` object
1624
+ source:
1625
+ openapi: openapi/openapi.yml
1626
+ path-parameters:
1627
+ id: string
1628
+ request:
1629
+ name: UpdateApplicationStageRequest
1630
+ query-parameters:
1631
+ is_debug_mode:
1632
+ type: optional<boolean>
1633
+ docs: >-
1634
+ Whether to include debug fields (such as log file links) in the
1635
+ response.
1636
+ run_async:
1637
+ type: optional<boolean>
1638
+ docs: Whether or not third-party updates should be run asynchronously.
1639
+ body:
1640
+ properties:
1641
+ job_interview_stage:
1642
+ type: optional<string>
1643
+ docs: The interview stage to move the application to.
1644
+ validation:
1645
+ format: uuid
1646
+ remote_user_id:
1647
+ type: optional<string>
1648
+ validation:
1649
+ minLength: 1
1650
+ content-type: application/json
1651
+ response:
1652
+ docs: ''
1653
+ type: root.ApplicationResponse
1654
+ status-code: 201
1655
+ examples:
1656
+ - path-parameters:
1657
+ id: id
1658
+ headers: {}
1659
+ request: {}
1660
+ response:
1661
+ body:
1662
+ model:
1663
+ id: 92e8a369-fffe-430d-b93a-f7e8a16563f1
1664
+ remote_id: '98796'
1665
+ created_at: '2021-09-15T00:00:00Z'
1666
+ modified_at: '2021-10-16T00:00:00Z'
1667
+ candidate: candidate
1668
+ job: job
1669
+ applied_at: '2021-10-15T00:00:00Z'
1670
+ rejected_at: '2021-11-15T00:00:00Z'
1671
+ offers:
1672
+ - e9b5c11d-c588-468e-8567-cd6992e42b62
1673
+ source: Campus recruiting event
1674
+ credited_to: credited_to
1675
+ screening_question_answers:
1676
+ - screening_question_answers
1677
+ - screening_question_answers
1678
+ current_stage: current_stage
1679
+ reject_reason: reject_reason
1680
+ remote_was_deleted: true
1681
+ field_mappings:
1682
+ organization_defined_targets:
1683
+ custom_key: custom_value
1684
+ linked_account_defined_targets:
1685
+ custom_key: custom_value
1686
+ remote_data:
1687
+ - path: /candidacies
1688
+ data:
1689
+ - Varies by platform
1690
+ warnings:
1691
+ - source:
1692
+ pointer: pointer
1693
+ title: Unrecognized Field
1694
+ detail: An unrecognized field, age, was passed in with request data.
1695
+ problem_type: UNRECOGNIZED_FIELD
1696
+ errors:
1697
+ - source:
1698
+ pointer: pointer
1699
+ title: Missing Required Field
1700
+ detail: custom_fields is a required field on model.
1701
+ problem_type: MISSING_REQUIRED_FIELD
1702
+ logs:
1703
+ - log_id: 99433219-8017-4acd-bb3c-ceb23d663832
1704
+ dashboard_view: >-
1705
+ https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832
1706
+ log_summary:
1707
+ url: www.exampleintegration.com/api/v1/exampleapi
1708
+ method: POST
1709
+ status_code: 200
1710
+ metaPostRetrieve:
1711
+ path: /ats/v1/applications/meta/post
1712
+ method: GET
1713
+ auth: true
1714
+ docs: Returns metadata for `Application` POSTs.
1715
+ source:
1716
+ openapi: openapi/openapi.yml
1717
+ request:
1718
+ name: ApplicationsMetaPostRetrieveRequest
1719
+ query-parameters:
1720
+ application_remote_template_id:
1721
+ type: optional<string>
1722
+ docs: >-
1723
+ The template ID associated with the nested application in the
1724
+ request.
1725
+ response:
1726
+ docs: ''
1727
+ type: root.MetaResponse
1728
+ status-code: 200
1729
+ examples:
1730
+ - headers: {}
1731
+ response:
1732
+ body:
1733
+ request_schema:
1734
+ type: object
1735
+ properties:
1736
+ model:
1737
+ type: object
1738
+ required:
1739
+ - last_name
1740
+ - first_name
1741
+ - merge_categories
1742
+ - new_york_city_neighborhood
1743
+ - favorite_tv_shows
1744
+ - favorite_watch
1745
+ properties:
1746
+ email_addresses:
1747
+ type: array
1748
+ items:
1749
+ type: object
1750
+ properties:
1751
+ value:
1752
+ type: string
1753
+ title: value
1754
+ email_address_type:
1755
+ type: string
1756
+ title: email_address_type
1757
+ integration_params:
1758
+ type: object
1759
+ title: integration_params
1760
+ properties: {}
1761
+ linked_account_params:
1762
+ type: object
1763
+ title: linked_account_params
1764
+ properties: {}
1765
+ title: email_addresses
1766
+ description: Array of email_addresses objects
1767
+ urls:
1768
+ type: array
1769
+ items:
1770
+ type: object
1771
+ properties:
1772
+ value:
1773
+ type: string
1774
+ title: value
1775
+ url_type:
1776
+ type: string
1777
+ title: url_type
1778
+ integration_params:
1779
+ type: object
1780
+ title: integration_params
1781
+ properties: {}
1782
+ linked_account_params:
1783
+ type: object
1784
+ title: linked_account_params
1785
+ properties: {}
1786
+ title: urls
1787
+ description: Array of urls objects
1788
+ first_name:
1789
+ type: string
1790
+ title: first_name
1791
+ description: The first name.
1792
+ last_name:
1793
+ type: string
1794
+ title: last_name
1795
+ description: The last name.
1796
+ phone_numbers:
1797
+ type: array
1798
+ items:
1799
+ type: object
1800
+ properties:
1801
+ value:
1802
+ type: string
1803
+ title: value
1804
+ phone_number_type:
1805
+ type: string
1806
+ title: phone_number_type
1807
+ integration_params:
1808
+ type: object
1809
+ title: integration_params
1810
+ properties: {}
1811
+ linked_account_params:
1812
+ type: object
1813
+ title: linked_account_params
1814
+ properties: {}
1815
+ title: phone_numbers
1816
+ description: Array of phone_numbers objects
1817
+ tags:
1818
+ type: array
1819
+ items:
1820
+ type: string
1821
+ format: uuid
1822
+ title: tags
1823
+ description: Array of tags names
1824
+ attachments:
1825
+ type: array
1826
+ items:
1827
+ type: object
1828
+ properties:
1829
+ id:
1830
+ type: string
1831
+ title: id
1832
+ file_url:
1833
+ type: string
1834
+ title: file_url
1835
+ file_name:
1836
+ type: string
1837
+ title: file_name
1838
+ attachment_type:
1839
+ type: string
1840
+ title: attachment_type
1841
+ integration_params:
1842
+ type: object
1843
+ title: integration_params
1844
+ properties: {}
1845
+ linked_account_params:
1846
+ type: object
1847
+ title: linked_account_params
1848
+ properties: {}
1849
+ title: attachments
1850
+ description: 'Array of attachments objects '
1851
+ merge_categories:
1852
+ type: array
1853
+ categories:
1854
+ type: string
1855
+ enum:
1856
+ - HRIS
1857
+ - ATS
1858
+ - Accounting
1859
+ - Ticketing
1860
+ - File Storage
1861
+ - CRM
1862
+ - Marketing Automation
1863
+ enum_information:
1864
+ - value: HRIS
1865
+ description: Merge HRIS Category
1866
+ - value: ATS
1867
+ description: Merge ATS Category
1868
+ - value: Accounting
1869
+ description: Merge Accounting Category
1870
+ - value: Ticketing
1871
+ description: Merge Ticketing Category
1872
+ - value: File Storage
1873
+ description: Merge File Storage Category
1874
+ - value: CRM
1875
+ description: Merge CRM Category
1876
+ - value: Marketing Automation
1877
+ description: Merge Marketing Automation Category
1878
+ title: Merge Categories
1879
+ description: Array of Merge's Unified API Categories
1880
+ new_york_city_neighborhood:
1881
+ type: string
1882
+ title: Borough
1883
+ description: One of the 5 Boroughs of New York City
1884
+ favorite_tv_shows:
1885
+ type: array
1886
+ items:
1887
+ type: string
1888
+ format: uuid
1889
+ title: Favorite TV Shows
1890
+ description: Array of TV Show objects on merge.tv_shows
1891
+ favorite_watch:
1892
+ type: string
1893
+ title: Favorite Watch
1894
+ description: Favorite watch of all time
1895
+ remote_field_classes:
1896
+ key: value
1897
+ status:
1898
+ linked_account_status: linked_account_status
1899
+ can_make_request: true
1900
+ has_conditional_params: true
1901
+ has_required_linked_account_params: true
1902
+ source:
1903
+ openapi: openapi/openapi.yml