@mergeapi/merge-node-client 1.0.8 → 1.0.9

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 (821) hide show
  1. package/Client.d.ts +6 -6
  2. package/Client.js +12 -12
  3. package/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
  4. package/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
  5. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
  6. package/api/resources/accounting/resources/accounts/client/Client.js +8 -4
  7. package/api/resources/accounting/resources/addresses/client/Client.js +2 -1
  8. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
  9. package/api/resources/accounting/resources/attachments/client/Client.js +8 -4
  10. package/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
  11. package/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
  12. package/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
  13. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
  14. package/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
  15. package/api/resources/accounting/resources/contacts/client/Client.js +8 -4
  16. package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
  17. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  18. package/api/resources/accounting/resources/expenses/client/Client.js +8 -4
  19. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
  20. package/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
  21. package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  22. package/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
  23. package/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
  24. package/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
  25. package/api/resources/accounting/resources/invoices/client/Client.js +12 -6
  26. package/api/resources/accounting/resources/issues/client/Client.js +4 -2
  27. package/api/resources/accounting/resources/items/client/Client.js +4 -2
  28. package/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
  29. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  30. package/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
  31. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  32. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
  33. package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
  34. package/api/resources/accounting/resources/payments/client/Client.js +12 -6
  35. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
  36. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
  37. package/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
  38. package/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
  39. package/api/resources/accounting/resources/scopes/client/Client.js +22 -4
  40. package/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  41. package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
  42. package/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
  43. package/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
  44. package/api/resources/accounting/resources/transactions/client/Client.js +4 -2
  45. package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
  46. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
  47. package/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
  48. package/api/resources/ats/resources/accountToken/client/Client.js +2 -1
  49. package/api/resources/ats/resources/activities/client/Client.js +8 -4
  50. package/api/resources/ats/resources/applications/client/Client.js +10 -5
  51. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
  52. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  53. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
  54. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  55. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
  56. package/api/resources/ats/resources/attachments/client/Client.js +8 -4
  57. package/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
  58. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  59. package/api/resources/ats/resources/availableActions/client/Client.js +2 -1
  60. package/api/resources/ats/resources/candidates/client/Client.js +13 -7
  61. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  62. package/api/resources/ats/resources/departments/client/Client.js +4 -2
  63. package/api/resources/ats/resources/eeocs/client/Client.js +4 -2
  64. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -1
  65. package/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
  66. package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  67. package/api/resources/ats/resources/forceResync/client/Client.js +2 -1
  68. package/api/resources/ats/resources/generateKey/client/Client.js +2 -1
  69. package/api/resources/ats/resources/interviews/client/Client.js +8 -4
  70. package/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
  71. package/api/resources/ats/resources/issues/client/Client.js +9 -4
  72. package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  73. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
  74. package/api/resources/ats/resources/jobPostings/client/Client.js +4 -2
  75. package/api/resources/ats/resources/jobs/client/Client.js +6 -3
  76. package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  77. package/api/resources/ats/resources/linkToken/client/Client.js +3 -2
  78. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  79. package/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
  80. package/api/resources/ats/resources/offers/client/Client.js +4 -2
  81. package/api/resources/ats/resources/offices/client/Client.js +4 -2
  82. package/api/resources/ats/resources/passthrough/client/Client.js +2 -1
  83. package/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
  84. package/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
  85. package/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
  86. package/api/resources/ats/resources/scopes/client/Client.js +22 -4
  87. package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  88. package/api/resources/ats/resources/scorecards/client/Client.js +4 -2
  89. package/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
  90. package/api/resources/ats/resources/tags/client/Client.js +2 -1
  91. package/api/resources/ats/resources/users/client/Client.js +4 -2
  92. package/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
  93. package/api/resources/ats/types/AccountIntegration.d.ts +2 -0
  94. package/api/resources/ats/types/Activity.d.ts +0 -1
  95. package/api/resources/ats/types/ActivityRequest.d.ts +0 -1
  96. package/api/resources/ats/types/Application.d.ts +1 -0
  97. package/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
  98. package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
  99. package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
  100. package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
  101. package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
  102. package/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  103. package/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  104. package/api/resources/ats/types/EmailAddress.d.ts +2 -0
  105. package/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
  106. package/api/resources/ats/types/EventTypeEnum.js +1 -0
  107. package/api/resources/ats/types/PhoneNumber.d.ts +2 -0
  108. package/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  109. package/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
  110. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
  111. package/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
  112. package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
  113. package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
  114. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
  115. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
  116. package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
  117. package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
  118. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
  119. package/api/resources/ats/types/Url.d.ts +2 -0
  120. package/api/resources/ats/types/index.d.ts +6 -0
  121. package/api/resources/ats/types/index.js +6 -0
  122. package/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
  123. package/api/resources/crm/resources/accountToken/client/Client.js +2 -1
  124. package/api/resources/crm/resources/accounts/client/Client.js +18 -8
  125. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  126. package/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
  127. package/api/resources/crm/resources/associations/client/Client.js +4 -2
  128. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
  129. package/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
  130. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  131. package/api/resources/crm/resources/availableActions/client/Client.js +2 -1
  132. package/api/resources/crm/resources/contacts/client/Client.js +19 -9
  133. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  134. package/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
  135. package/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
  136. package/api/resources/crm/resources/customObjects/client/Client.js +87 -5
  137. package/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
  138. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
  139. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -0
  140. package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
  141. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  142. package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
  143. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  144. package/api/resources/crm/resources/engagements/client/Client.js +18 -8
  145. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  146. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -1
  147. package/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
  148. package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  149. package/api/resources/crm/resources/forceResync/client/Client.js +2 -1
  150. package/api/resources/crm/resources/generateKey/client/Client.js +2 -1
  151. package/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
  152. package/api/resources/crm/resources/issues/client/Client.js +9 -4
  153. package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  154. package/api/resources/crm/resources/leads/client/Client.js +14 -6
  155. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  156. package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  157. package/api/resources/crm/resources/linkToken/client/Client.js +3 -2
  158. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  159. package/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
  160. package/api/resources/crm/resources/notes/client/Client.js +14 -6
  161. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  162. package/api/resources/crm/resources/opportunities/client/Client.js +22 -9
  163. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
  164. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  165. package/api/resources/crm/resources/passthrough/client/Client.js +2 -1
  166. package/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
  167. package/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
  168. package/api/resources/crm/resources/scopes/client/Client.js +22 -4
  169. package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  170. package/api/resources/crm/resources/stages/client/Client.js +10 -4
  171. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  172. package/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
  173. package/api/resources/crm/resources/tasks/client/Client.js +18 -8
  174. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  175. package/api/resources/crm/resources/users/client/Client.js +11 -5
  176. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  177. package/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
  178. package/api/resources/crm/types/AccountIntegration.d.ts +2 -0
  179. package/api/resources/crm/types/Association.d.ts +2 -2
  180. package/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  181. package/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  182. package/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  183. package/api/resources/crm/types/EventTypeEnum.js +1 -0
  184. package/api/resources/crm/types/RemoteField.d.ts +1 -1
  185. package/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  186. package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  187. package/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
  188. package/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
  189. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
  190. package/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
  191. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  192. package/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
  193. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  194. package/api/resources/filestorage/resources/drives/client/Client.js +4 -2
  195. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -1
  196. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
  197. package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  198. package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
  199. package/api/resources/filestorage/resources/files/client/Client.js +10 -6
  200. package/api/resources/filestorage/resources/folders/client/Client.js +8 -4
  201. package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
  202. package/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
  203. package/api/resources/filestorage/resources/groups/client/Client.js +4 -2
  204. package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
  205. package/api/resources/filestorage/resources/issues/client/Client.js +9 -4
  206. package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  207. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  208. package/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
  209. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  210. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
  211. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  212. package/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
  213. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
  214. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
  215. package/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
  216. package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  217. package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
  218. package/api/resources/filestorage/resources/users/client/Client.js +4 -2
  219. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
  220. package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
  221. package/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  222. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  223. package/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  224. package/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  225. package/api/resources/filestorage/types/Group.d.ts +1 -1
  226. package/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  227. package/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
  228. package/api/resources/hris/resources/accountToken/client/Client.js +2 -1
  229. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
  230. package/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
  231. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  232. package/api/resources/hris/resources/availableActions/client/Client.js +2 -1
  233. package/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
  234. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
  235. package/api/resources/hris/resources/benefits/client/Client.js +4 -2
  236. package/api/resources/hris/resources/companies/client/Client.js +4 -2
  237. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  238. package/api/resources/hris/resources/dependents/client/Client.js +4 -2
  239. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
  240. package/api/resources/hris/resources/employees/client/Client.js +9 -5
  241. package/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
  242. package/api/resources/hris/resources/employments/client/Client.js +4 -2
  243. package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
  244. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -1
  245. package/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
  246. package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  247. package/api/resources/hris/resources/forceResync/client/Client.js +2 -1
  248. package/api/resources/hris/resources/generateKey/client/Client.js +2 -1
  249. package/api/resources/hris/resources/groups/client/Client.js +4 -2
  250. package/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
  251. package/api/resources/hris/resources/issues/client/Client.js +9 -4
  252. package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  253. package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  254. package/api/resources/hris/resources/linkToken/client/Client.js +3 -2
  255. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  256. package/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
  257. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  258. package/api/resources/hris/resources/locations/client/Client.js +4 -2
  259. package/api/resources/hris/resources/passthrough/client/Client.js +2 -1
  260. package/api/resources/hris/resources/payGroups/client/Client.js +4 -2
  261. package/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
  262. package/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
  263. package/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
  264. package/api/resources/hris/resources/scopes/client/Client.js +22 -4
  265. package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  266. package/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
  267. package/api/resources/hris/resources/teams/client/Client.js +4 -2
  268. package/api/resources/hris/resources/timeOff/client/Client.js +8 -4
  269. package/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
  270. package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
  271. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
  272. package/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
  273. package/api/resources/hris/types/AccountIntegration.d.ts +2 -0
  274. package/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  275. package/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  276. package/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  277. package/api/resources/hris/types/EventTypeEnum.js +1 -0
  278. package/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  279. package/api/resources/index.d.ts +2 -2
  280. package/api/resources/index.js +3 -3
  281. package/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
  282. package/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
  283. package/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
  284. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
  285. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
  286. package/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
  287. package/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
  288. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  289. package/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
  290. package/api/resources/ticketing/resources/collections/client/Client.js +6 -3
  291. package/api/resources/ticketing/resources/comments/client/Client.js +8 -4
  292. package/api/resources/ticketing/resources/contacts/client/Client.js +8 -4
  293. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  294. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
  295. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
  296. package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  297. package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
  298. package/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
  299. package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
  300. package/api/resources/ticketing/resources/issues/client/Client.js +9 -4
  301. package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  302. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  303. package/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
  304. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  305. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
  306. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  307. package/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
  308. package/api/resources/ticketing/resources/projects/client/Client.js +6 -3
  309. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
  310. package/api/resources/ticketing/resources/roles/client/Client.js +4 -2
  311. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
  312. package/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
  313. package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  314. package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
  315. package/api/resources/ticketing/resources/tags/client/Client.js +4 -2
  316. package/api/resources/ticketing/resources/teams/client/Client.js +4 -2
  317. package/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
  318. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
  319. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  320. package/api/resources/ticketing/resources/users/client/Client.js +4 -2
  321. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
  322. package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
  323. package/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  324. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  325. package/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  326. package/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  327. package/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  328. package/api/resources/ticketing/types/Tag.d.ts +1 -0
  329. package/dist/Client.d.ts +6 -6
  330. package/dist/Client.js +12 -12
  331. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
  332. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
  333. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
  334. package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -4
  335. package/dist/api/resources/accounting/resources/addresses/client/Client.js +2 -1
  336. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
  337. package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -4
  338. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
  339. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
  340. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
  341. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
  342. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
  343. package/dist/api/resources/accounting/resources/contacts/client/Client.js +8 -4
  344. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
  345. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  346. package/dist/api/resources/accounting/resources/expenses/client/Client.js +8 -4
  347. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +1 -1
  348. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +13 -7
  349. package/dist/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  350. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
  351. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
  352. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
  353. package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -6
  354. package/dist/api/resources/accounting/resources/issues/client/Client.js +4 -2
  355. package/dist/api/resources/accounting/resources/items/client/Client.js +4 -2
  356. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
  357. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  358. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
  359. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -1
  360. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
  361. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
  362. package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -6
  363. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
  364. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
  365. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
  366. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
  367. package/dist/api/resources/accounting/resources/scopes/client/Client.js +22 -4
  368. package/dist/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  369. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
  370. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
  371. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
  372. package/dist/api/resources/accounting/resources/transactions/client/Client.js +4 -2
  373. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
  374. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
  375. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
  376. package/dist/api/resources/ats/resources/accountToken/client/Client.js +2 -1
  377. package/dist/api/resources/ats/resources/activities/client/Client.js +8 -4
  378. package/dist/api/resources/ats/resources/applications/client/Client.js +10 -5
  379. package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
  380. package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  381. package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
  382. package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  383. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
  384. package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -4
  385. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
  386. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  387. package/dist/api/resources/ats/resources/availableActions/client/Client.js +2 -1
  388. package/dist/api/resources/ats/resources/candidates/client/Client.js +13 -7
  389. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  390. package/dist/api/resources/ats/resources/departments/client/Client.js +4 -2
  391. package/dist/api/resources/ats/resources/eeocs/client/Client.js +4 -2
  392. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +1 -1
  393. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +13 -7
  394. package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  395. package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -1
  396. package/dist/api/resources/ats/resources/generateKey/client/Client.js +2 -1
  397. package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -4
  398. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
  399. package/dist/api/resources/ats/resources/issues/client/Client.js +9 -4
  400. package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  401. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
  402. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +4 -2
  403. package/dist/api/resources/ats/resources/jobs/client/Client.js +6 -3
  404. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  405. package/dist/api/resources/ats/resources/linkToken/client/Client.js +3 -2
  406. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  407. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
  408. package/dist/api/resources/ats/resources/offers/client/Client.js +4 -2
  409. package/dist/api/resources/ats/resources/offices/client/Client.js +4 -2
  410. package/dist/api/resources/ats/resources/passthrough/client/Client.js +2 -1
  411. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
  412. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
  413. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
  414. package/dist/api/resources/ats/resources/scopes/client/Client.js +22 -4
  415. package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  416. package/dist/api/resources/ats/resources/scorecards/client/Client.js +4 -2
  417. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
  418. package/dist/api/resources/ats/resources/tags/client/Client.js +2 -1
  419. package/dist/api/resources/ats/resources/users/client/Client.js +4 -2
  420. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
  421. package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -0
  422. package/dist/api/resources/ats/types/Activity.d.ts +0 -1
  423. package/dist/api/resources/ats/types/ActivityRequest.d.ts +0 -1
  424. package/dist/api/resources/ats/types/Application.d.ts +1 -0
  425. package/dist/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
  426. package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
  427. package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +5 -0
  428. package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
  429. package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +5 -0
  430. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +1 -0
  431. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +1 -0
  432. package/dist/api/resources/ats/types/EmailAddress.d.ts +2 -0
  433. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +3 -1
  434. package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
  435. package/dist/api/resources/ats/types/PhoneNumber.d.ts +2 -0
  436. package/dist/api/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  437. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +2 -0
  438. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
  439. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.js +5 -0
  440. package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
  441. package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js +5 -0
  442. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
  443. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.js +5 -0
  444. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
  445. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +5 -0
  446. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +2 -0
  447. package/dist/api/resources/ats/types/Url.d.ts +2 -0
  448. package/dist/api/resources/ats/types/index.d.ts +6 -0
  449. package/dist/api/resources/ats/types/index.js +6 -0
  450. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
  451. package/dist/api/resources/crm/resources/accountToken/client/Client.js +2 -1
  452. package/dist/api/resources/crm/resources/accounts/client/Client.js +18 -8
  453. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  454. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
  455. package/dist/api/resources/crm/resources/associations/client/Client.js +4 -2
  456. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
  457. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
  458. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  459. package/dist/api/resources/crm/resources/availableActions/client/Client.js +2 -1
  460. package/dist/api/resources/crm/resources/contacts/client/Client.js +19 -9
  461. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  462. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
  463. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
  464. package/dist/api/resources/crm/resources/customObjects/client/Client.js +87 -5
  465. package/dist/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
  466. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
  467. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js +5 -0
  468. package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
  469. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  470. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
  471. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  472. package/dist/api/resources/crm/resources/engagements/client/Client.js +18 -8
  473. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  474. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +1 -1
  475. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +13 -7
  476. package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  477. package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -1
  478. package/dist/api/resources/crm/resources/generateKey/client/Client.js +2 -1
  479. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
  480. package/dist/api/resources/crm/resources/issues/client/Client.js +9 -4
  481. package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  482. package/dist/api/resources/crm/resources/leads/client/Client.js +14 -6
  483. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  484. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  485. package/dist/api/resources/crm/resources/linkToken/client/Client.js +3 -2
  486. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  487. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
  488. package/dist/api/resources/crm/resources/notes/client/Client.js +14 -6
  489. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  490. package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -9
  491. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
  492. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  493. package/dist/api/resources/crm/resources/passthrough/client/Client.js +2 -1
  494. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
  495. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
  496. package/dist/api/resources/crm/resources/scopes/client/Client.js +22 -4
  497. package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  498. package/dist/api/resources/crm/resources/stages/client/Client.js +10 -4
  499. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  500. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
  501. package/dist/api/resources/crm/resources/tasks/client/Client.js +18 -8
  502. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  503. package/dist/api/resources/crm/resources/users/client/Client.js +11 -5
  504. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  505. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
  506. package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -0
  507. package/dist/api/resources/crm/types/Association.d.ts +2 -2
  508. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +1 -0
  509. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +1 -0
  510. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +3 -1
  511. package/dist/api/resources/crm/types/EventTypeEnum.js +1 -0
  512. package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
  513. package/dist/api/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  514. package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  515. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
  516. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
  517. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
  518. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
  519. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  520. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
  521. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  522. package/dist/api/resources/filestorage/resources/drives/client/Client.js +4 -2
  523. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +1 -1
  524. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +13 -7
  525. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  526. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
  527. package/dist/api/resources/filestorage/resources/files/client/Client.js +10 -6
  528. package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -4
  529. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
  530. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
  531. package/dist/api/resources/filestorage/resources/groups/client/Client.js +4 -2
  532. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
  533. package/dist/api/resources/filestorage/resources/issues/client/Client.js +9 -4
  534. package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  535. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  536. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
  537. package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  538. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
  539. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  540. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
  541. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
  542. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
  543. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
  544. package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  545. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
  546. package/dist/api/resources/filestorage/resources/users/client/Client.js +4 -2
  547. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
  548. package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
  549. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +1 -0
  550. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +1 -0
  551. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +3 -1
  552. package/dist/api/resources/filestorage/types/EventTypeEnum.js +1 -0
  553. package/dist/api/resources/filestorage/types/Group.d.ts +1 -1
  554. package/dist/api/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  555. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
  556. package/dist/api/resources/hris/resources/accountToken/client/Client.js +2 -1
  557. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
  558. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
  559. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  560. package/dist/api/resources/hris/resources/availableActions/client/Client.js +2 -1
  561. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
  562. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
  563. package/dist/api/resources/hris/resources/benefits/client/Client.js +4 -2
  564. package/dist/api/resources/hris/resources/companies/client/Client.js +4 -2
  565. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  566. package/dist/api/resources/hris/resources/dependents/client/Client.js +4 -2
  567. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
  568. package/dist/api/resources/hris/resources/employees/client/Client.js +9 -5
  569. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
  570. package/dist/api/resources/hris/resources/employments/client/Client.js +4 -2
  571. package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
  572. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +1 -1
  573. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +13 -7
  574. package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  575. package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -1
  576. package/dist/api/resources/hris/resources/generateKey/client/Client.js +2 -1
  577. package/dist/api/resources/hris/resources/groups/client/Client.js +4 -2
  578. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
  579. package/dist/api/resources/hris/resources/issues/client/Client.js +9 -4
  580. package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  581. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  582. package/dist/api/resources/hris/resources/linkToken/client/Client.js +3 -2
  583. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  584. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
  585. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  586. package/dist/api/resources/hris/resources/locations/client/Client.js +4 -2
  587. package/dist/api/resources/hris/resources/passthrough/client/Client.js +2 -1
  588. package/dist/api/resources/hris/resources/payGroups/client/Client.js +4 -2
  589. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
  590. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
  591. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
  592. package/dist/api/resources/hris/resources/scopes/client/Client.js +22 -4
  593. package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  594. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
  595. package/dist/api/resources/hris/resources/teams/client/Client.js +4 -2
  596. package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -4
  597. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
  598. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
  599. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
  600. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
  601. package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -0
  602. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +1 -0
  603. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +1 -0
  604. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +3 -1
  605. package/dist/api/resources/hris/types/EventTypeEnum.js +1 -0
  606. package/dist/api/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  607. package/dist/api/resources/index.d.ts +2 -2
  608. package/dist/api/resources/index.js +3 -3
  609. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
  610. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
  611. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
  612. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
  613. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
  614. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
  615. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
  616. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  617. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
  618. package/dist/api/resources/ticketing/resources/collections/client/Client.js +6 -3
  619. package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -4
  620. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +8 -4
  621. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  622. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +1 -1
  623. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +13 -7
  624. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  625. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
  626. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
  627. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
  628. package/dist/api/resources/ticketing/resources/issues/client/Client.js +9 -4
  629. package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  630. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  631. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
  632. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  633. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
  634. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  635. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
  636. package/dist/api/resources/ticketing/resources/projects/client/Client.js +6 -3
  637. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
  638. package/dist/api/resources/ticketing/resources/roles/client/Client.js +4 -2
  639. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
  640. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
  641. package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  642. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
  643. package/dist/api/resources/ticketing/resources/tags/client/Client.js +4 -2
  644. package/dist/api/resources/ticketing/resources/teams/client/Client.js +4 -2
  645. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
  646. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
  647. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  648. package/dist/api/resources/ticketing/resources/users/client/Client.js +4 -2
  649. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
  650. package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
  651. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +1 -0
  652. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +1 -0
  653. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +3 -1
  654. package/dist/api/resources/ticketing/types/EventTypeEnum.js +1 -0
  655. package/dist/api/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  656. package/dist/api/resources/ticketing/types/Tag.d.ts +1 -0
  657. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
  658. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  659. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
  660. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  661. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  662. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  663. package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
  664. package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
  665. package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
  666. package/dist/serialization/resources/ats/types/Application.js +3 -0
  667. package/dist/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
  668. package/dist/serialization/resources/ats/types/ApplicationRequest.js +3 -0
  669. package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
  670. package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
  671. package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
  672. package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
  673. package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
  674. package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
  675. package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  676. package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
  677. package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
  678. package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
  679. package/dist/serialization/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  680. package/dist/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
  681. package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
  682. package/dist/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
  683. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
  684. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
  685. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
  686. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
  687. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
  688. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
  689. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
  690. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
  691. package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
  692. package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
  693. package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
  694. package/dist/serialization/resources/ats/types/Url.js +1 -0
  695. package/dist/serialization/resources/ats/types/index.d.ts +6 -0
  696. package/dist/serialization/resources/ats/types/index.js +6 -0
  697. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  698. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  699. package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
  700. package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
  701. package/dist/serialization/resources/crm/types/Association.d.ts +2 -2
  702. package/dist/serialization/resources/crm/types/Association.js +2 -2
  703. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  704. package/dist/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  705. package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
  706. package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
  707. package/dist/serialization/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  708. package/dist/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
  709. package/dist/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  710. package/dist/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
  711. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  712. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  713. package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
  714. package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
  715. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  716. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  717. package/dist/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  718. package/dist/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
  719. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  720. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  721. package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
  722. package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
  723. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  724. package/dist/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  725. package/dist/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  726. package/dist/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
  727. package/dist/serialization/resources/index.d.ts +2 -2
  728. package/dist/serialization/resources/index.js +3 -3
  729. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  730. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  731. package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
  732. package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
  733. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  734. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  735. package/dist/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  736. package/dist/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
  737. package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
  738. package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
  739. package/package.json +1 -1
  740. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
  741. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  742. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
  743. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  744. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  745. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  746. package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
  747. package/serialization/resources/ats/types/AccountIntegration.js +1 -0
  748. package/serialization/resources/ats/types/Application.d.ts +1 -0
  749. package/serialization/resources/ats/types/Application.js +3 -0
  750. package/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
  751. package/serialization/resources/ats/types/ApplicationRequest.js +3 -0
  752. package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
  753. package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
  754. package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
  755. package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
  756. package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
  757. package/serialization/resources/ats/types/EmailAddress.js +1 -0
  758. package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  759. package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
  760. package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
  761. package/serialization/resources/ats/types/PhoneNumber.js +1 -0
  762. package/serialization/resources/ats/types/RemoteFieldApi.d.ts +1 -1
  763. package/serialization/resources/ats/types/RemoteFieldApi.js +1 -1
  764. package/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
  765. package/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
  766. package/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
  767. package/serialization/resources/ats/types/ScreeningQuestionAnswer.js +50 -0
  768. package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
  769. package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.js +43 -0
  770. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
  771. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
  772. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
  773. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
  774. package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
  775. package/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
  776. package/serialization/resources/ats/types/Url.d.ts +1 -0
  777. package/serialization/resources/ats/types/Url.js +1 -0
  778. package/serialization/resources/ats/types/index.d.ts +6 -0
  779. package/serialization/resources/ats/types/index.js +6 -0
  780. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  781. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  782. package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
  783. package/serialization/resources/crm/types/AccountIntegration.js +1 -0
  784. package/serialization/resources/crm/types/Association.d.ts +2 -2
  785. package/serialization/resources/crm/types/Association.js +2 -2
  786. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  787. package/serialization/resources/crm/types/EventTypeEnum.js +1 -0
  788. package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
  789. package/serialization/resources/crm/types/RemoteField.js +1 -1
  790. package/serialization/resources/crm/types/RemoteFieldApi.d.ts +1 -1
  791. package/serialization/resources/crm/types/RemoteFieldApi.js +1 -1
  792. package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  793. package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
  794. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  795. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  796. package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
  797. package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
  798. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  799. package/serialization/resources/filestorage/types/EventTypeEnum.js +1 -0
  800. package/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +1 -1
  801. package/serialization/resources/filestorage/types/RemoteFieldApi.js +1 -1
  802. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  803. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  804. package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
  805. package/serialization/resources/hris/types/AccountIntegration.js +1 -0
  806. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  807. package/serialization/resources/hris/types/EventTypeEnum.js +1 -0
  808. package/serialization/resources/hris/types/RemoteFieldApi.d.ts +1 -1
  809. package/serialization/resources/hris/types/RemoteFieldApi.js +1 -1
  810. package/serialization/resources/index.d.ts +2 -2
  811. package/serialization/resources/index.js +3 -3
  812. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  813. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  814. package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
  815. package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
  816. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  817. package/serialization/resources/ticketing/types/EventTypeEnum.js +1 -0
  818. package/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +1 -1
  819. package/serialization/resources/ticketing/types/RemoteFieldApi.js +1 -1
  820. package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
  821. package/serialization/resources/ticketing/types/Tag.js +1 -0
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type ApplicationsListRequestExpand = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "reject_reason";
4
+ export declare type ApplicationsListRequestExpand = "candidate" | "candidate,credited_to" | "candidate,credited_to,current_stage" | "candidate,credited_to,current_stage,reject_reason" | "candidate,credited_to,reject_reason" | "candidate,current_stage" | "candidate,current_stage,reject_reason" | "candidate,job" | "candidate,job,credited_to" | "candidate,job,credited_to,current_stage" | "candidate,job,credited_to,current_stage,reject_reason" | "candidate,job,credited_to,reject_reason" | "candidate,job,current_stage" | "candidate,job,current_stage,reject_reason" | "candidate,job,reject_reason" | "candidate,reject_reason" | "credited_to" | "credited_to,current_stage" | "credited_to,current_stage,reject_reason" | "credited_to,reject_reason" | "current_stage" | "current_stage,reject_reason" | "job" | "job,credited_to" | "job,credited_to,current_stage" | "job,credited_to,current_stage,reject_reason" | "job,credited_to,reject_reason" | "job,current_stage" | "job,current_stage,reject_reason" | "job,reject_reason" | "offers" | "offers,candidate" | "offers,candidate,credited_to" | "offers,candidate,credited_to,current_stage" | "offers,candidate,credited_to,current_stage,reject_reason" | "offers,candidate,credited_to,reject_reason" | "offers,candidate,current_stage" | "offers,candidate,current_stage,reject_reason" | "offers,candidate,job" | "offers,candidate,job,credited_to" | "offers,candidate,job,credited_to,current_stage" | "offers,candidate,job,credited_to,current_stage,reject_reason" | "offers,candidate,job,credited_to,reject_reason" | "offers,candidate,job,current_stage" | "offers,candidate,job,current_stage,reject_reason" | "offers,candidate,job,reject_reason" | "offers,candidate,reject_reason" | "offers,credited_to" | "offers,credited_to,current_stage" | "offers,credited_to,current_stage,reject_reason" | "offers,credited_to,reject_reason" | "offers,current_stage" | "offers,current_stage,reject_reason" | "offers,job" | "offers,job,credited_to" | "offers,job,credited_to,current_stage" | "offers,job,credited_to,current_stage,reject_reason" | "offers,job,credited_to,reject_reason" | "offers,job,current_stage" | "offers,job,current_stage,reject_reason" | "offers,job,reject_reason" | "offers,reject_reason" | "offers,screening_question_answers" | "offers,screening_question_answers,candidate" | "offers,screening_question_answers,candidate,credited_to" | "offers,screening_question_answers,candidate,credited_to,current_stage" | "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,credited_to,reject_reason" | "offers,screening_question_answers,candidate,current_stage" | "offers,screening_question_answers,candidate,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job" | "offers,screening_question_answers,candidate,job,credited_to" | "offers,screening_question_answers,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,candidate,job,current_stage" | "offers,screening_question_answers,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,candidate,job,reject_reason" | "offers,screening_question_answers,candidate,reject_reason" | "offers,screening_question_answers,credited_to" | "offers,screening_question_answers,credited_to,current_stage" | "offers,screening_question_answers,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,credited_to,reject_reason" | "offers,screening_question_answers,current_stage" | "offers,screening_question_answers,current_stage,reject_reason" | "offers,screening_question_answers,job" | "offers,screening_question_answers,job,credited_to" | "offers,screening_question_answers,job,credited_to,current_stage" | "offers,screening_question_answers,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,job,credited_to,reject_reason" | "offers,screening_question_answers,job,current_stage" | "offers,screening_question_answers,job,current_stage,reject_reason" | "offers,screening_question_answers,job,reject_reason" | "offers,screening_question_answers,reject_reason" | "offers,screening_question_answers,screening_question_answers.question" | "offers,screening_question_answers,screening_question_answers.question,candidate" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,current_stage" | "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers,screening_question_answers.question,reject_reason" | "offers,screening_question_answers.question" | "offers,screening_question_answers.question,candidate" | "offers,screening_question_answers.question,candidate,credited_to" | "offers,screening_question_answers.question,candidate,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,current_stage" | "offers,screening_question_answers.question,candidate,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job" | "offers,screening_question_answers.question,candidate,job,credited_to" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "offers,screening_question_answers.question,candidate,job,current_stage" | "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "offers,screening_question_answers.question,candidate,job,reject_reason" | "offers,screening_question_answers.question,candidate,reject_reason" | "offers,screening_question_answers.question,credited_to" | "offers,screening_question_answers.question,credited_to,current_stage" | "offers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,credited_to,reject_reason" | "offers,screening_question_answers.question,current_stage" | "offers,screening_question_answers.question,current_stage,reject_reason" | "offers,screening_question_answers.question,job" | "offers,screening_question_answers.question,job,credited_to" | "offers,screening_question_answers.question,job,credited_to,current_stage" | "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "offers,screening_question_answers.question,job,credited_to,reject_reason" | "offers,screening_question_answers.question,job,current_stage" | "offers,screening_question_answers.question,job,current_stage,reject_reason" | "offers,screening_question_answers.question,job,reject_reason" | "offers,screening_question_answers.question,reject_reason" | "reject_reason" | "screening_question_answers" | "screening_question_answers,candidate" | "screening_question_answers,candidate,credited_to" | "screening_question_answers,candidate,credited_to,current_stage" | "screening_question_answers,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,credited_to,reject_reason" | "screening_question_answers,candidate,current_stage" | "screening_question_answers,candidate,current_stage,reject_reason" | "screening_question_answers,candidate,job" | "screening_question_answers,candidate,job,credited_to" | "screening_question_answers,candidate,job,credited_to,current_stage" | "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,candidate,job,credited_to,reject_reason" | "screening_question_answers,candidate,job,current_stage" | "screening_question_answers,candidate,job,current_stage,reject_reason" | "screening_question_answers,candidate,job,reject_reason" | "screening_question_answers,candidate,reject_reason" | "screening_question_answers,credited_to" | "screening_question_answers,credited_to,current_stage" | "screening_question_answers,credited_to,current_stage,reject_reason" | "screening_question_answers,credited_to,reject_reason" | "screening_question_answers,current_stage" | "screening_question_answers,current_stage,reject_reason" | "screening_question_answers,job" | "screening_question_answers,job,credited_to" | "screening_question_answers,job,credited_to,current_stage" | "screening_question_answers,job,credited_to,current_stage,reject_reason" | "screening_question_answers,job,credited_to,reject_reason" | "screening_question_answers,job,current_stage" | "screening_question_answers,job,current_stage,reject_reason" | "screening_question_answers,job,reject_reason" | "screening_question_answers,reject_reason" | "screening_question_answers,screening_question_answers.question" | "screening_question_answers,screening_question_answers.question,candidate" | "screening_question_answers,screening_question_answers.question,candidate,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers,screening_question_answers.question,candidate,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,current_stage" | "screening_question_answers,screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job" | "screening_question_answers,screening_question_answers.question,job,credited_to" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers,screening_question_answers.question,job,current_stage" | "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers,screening_question_answers.question,job,reject_reason" | "screening_question_answers,screening_question_answers.question,reject_reason" | "screening_question_answers.question" | "screening_question_answers.question,candidate" | "screening_question_answers.question,candidate,credited_to" | "screening_question_answers.question,candidate,credited_to,current_stage" | "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,credited_to,reject_reason" | "screening_question_answers.question,candidate,current_stage" | "screening_question_answers.question,candidate,current_stage,reject_reason" | "screening_question_answers.question,candidate,job" | "screening_question_answers.question,candidate,job,credited_to" | "screening_question_answers.question,candidate,job,credited_to,current_stage" | "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,credited_to,reject_reason" | "screening_question_answers.question,candidate,job,current_stage" | "screening_question_answers.question,candidate,job,current_stage,reject_reason" | "screening_question_answers.question,candidate,job,reject_reason" | "screening_question_answers.question,candidate,reject_reason" | "screening_question_answers.question,credited_to" | "screening_question_answers.question,credited_to,current_stage" | "screening_question_answers.question,credited_to,current_stage,reject_reason" | "screening_question_answers.question,credited_to,reject_reason" | "screening_question_answers.question,current_stage" | "screening_question_answers.question,current_stage,reject_reason" | "screening_question_answers.question,job" | "screening_question_answers.question,job,credited_to" | "screening_question_answers.question,job,credited_to,current_stage" | "screening_question_answers.question,job,credited_to,current_stage,reject_reason" | "screening_question_answers.question,job,credited_to,reject_reason" | "screening_question_answers.question,job,current_stage" | "screening_question_answers.question,job,current_stage,reject_reason" | "screening_question_answers.question,job,reject_reason" | "screening_question_answers.question,reject_reason";
5
5
  export declare const ApplicationsListRequestExpand: {
6
6
  readonly Candidate: "candidate";
7
7
  readonly CandidateCreditedTo: "candidate,credited_to";
@@ -65,5 +65,197 @@ export declare const ApplicationsListRequestExpand: {
65
65
  readonly OffersJobCurrentStageRejectReason: "offers,job,current_stage,reject_reason";
66
66
  readonly OffersJobRejectReason: "offers,job,reject_reason";
67
67
  readonly OffersRejectReason: "offers,reject_reason";
68
+ readonly OffersScreeningQuestionAnswers: "offers,screening_question_answers";
69
+ readonly OffersScreeningQuestionAnswersCandidate: "offers,screening_question_answers,candidate";
70
+ readonly OffersScreeningQuestionAnswersCandidateCreditedTo: "offers,screening_question_answers,candidate,credited_to";
71
+ readonly OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage: "offers,screening_question_answers,candidate,credited_to,current_stage";
72
+ readonly OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason";
73
+ readonly OffersScreeningQuestionAnswersCandidateCreditedToRejectReason: "offers,screening_question_answers,candidate,credited_to,reject_reason";
74
+ readonly OffersScreeningQuestionAnswersCandidateCurrentStage: "offers,screening_question_answers,candidate,current_stage";
75
+ readonly OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason: "offers,screening_question_answers,candidate,current_stage,reject_reason";
76
+ readonly OffersScreeningQuestionAnswersCandidateJob: "offers,screening_question_answers,candidate,job";
77
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedTo: "offers,screening_question_answers,candidate,job,credited_to";
78
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,candidate,job,credited_to,current_stage";
79
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason";
80
+ readonly OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "offers,screening_question_answers,candidate,job,credited_to,reject_reason";
81
+ readonly OffersScreeningQuestionAnswersCandidateJobCurrentStage: "offers,screening_question_answers,candidate,job,current_stage";
82
+ readonly OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,current_stage,reject_reason";
83
+ readonly OffersScreeningQuestionAnswersCandidateJobRejectReason: "offers,screening_question_answers,candidate,job,reject_reason";
84
+ readonly OffersScreeningQuestionAnswersCandidateRejectReason: "offers,screening_question_answers,candidate,reject_reason";
85
+ readonly OffersScreeningQuestionAnswersCreditedTo: "offers,screening_question_answers,credited_to";
86
+ readonly OffersScreeningQuestionAnswersCreditedToCurrentStage: "offers,screening_question_answers,credited_to,current_stage";
87
+ readonly OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "offers,screening_question_answers,credited_to,current_stage,reject_reason";
88
+ readonly OffersScreeningQuestionAnswersCreditedToRejectReason: "offers,screening_question_answers,credited_to,reject_reason";
89
+ readonly OffersScreeningQuestionAnswersCurrentStage: "offers,screening_question_answers,current_stage";
90
+ readonly OffersScreeningQuestionAnswersCurrentStageRejectReason: "offers,screening_question_answers,current_stage,reject_reason";
91
+ readonly OffersScreeningQuestionAnswersJob: "offers,screening_question_answers,job";
92
+ readonly OffersScreeningQuestionAnswersJobCreditedTo: "offers,screening_question_answers,job,credited_to";
93
+ readonly OffersScreeningQuestionAnswersJobCreditedToCurrentStage: "offers,screening_question_answers,job,credited_to,current_stage";
94
+ readonly OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,job,credited_to,current_stage,reject_reason";
95
+ readonly OffersScreeningQuestionAnswersJobCreditedToRejectReason: "offers,screening_question_answers,job,credited_to,reject_reason";
96
+ readonly OffersScreeningQuestionAnswersJobCurrentStage: "offers,screening_question_answers,job,current_stage";
97
+ readonly OffersScreeningQuestionAnswersJobCurrentStageRejectReason: "offers,screening_question_answers,job,current_stage,reject_reason";
98
+ readonly OffersScreeningQuestionAnswersJobRejectReason: "offers,screening_question_answers,job,reject_reason";
99
+ readonly OffersScreeningQuestionAnswersRejectReason: "offers,screening_question_answers,reject_reason";
100
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "offers,screening_question_answers,screening_question_answers.question";
101
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers,screening_question_answers.question,candidate";
102
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to";
103
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage";
104
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
105
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason";
106
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage";
107
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason";
108
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers,screening_question_answers.question,candidate,job";
109
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to";
110
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage";
111
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
112
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
113
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage";
114
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
115
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason";
116
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason";
117
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers,screening_question_answers.question,credited_to";
118
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage";
119
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason";
120
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason";
121
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers,screening_question_answers.question,current_stage";
122
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason";
123
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers,screening_question_answers.question,job";
124
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,job,credited_to";
125
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage";
126
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
127
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason";
128
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,current_stage";
129
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason";
130
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,reject_reason";
131
+ readonly OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers,screening_question_answers.question,reject_reason";
132
+ readonly OffersScreeningQuestionAnswersQuestion: "offers,screening_question_answers.question";
133
+ readonly OffersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers.question,candidate";
134
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers.question,candidate,credited_to";
135
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,credited_to,current_stage";
136
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
137
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers.question,candidate,credited_to,reject_reason";
138
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers.question,candidate,current_stage";
139
+ readonly OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,current_stage,reject_reason";
140
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers.question,candidate,job";
141
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers.question,candidate,job,credited_to";
142
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage";
143
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
144
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
145
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers.question,candidate,job,current_stage";
146
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
147
+ readonly OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers.question,candidate,job,reject_reason";
148
+ readonly OffersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers.question,candidate,reject_reason";
149
+ readonly OffersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers.question,credited_to";
150
+ readonly OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers.question,credited_to,current_stage";
151
+ readonly OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,credited_to,current_stage,reject_reason";
152
+ readonly OffersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers.question,credited_to,reject_reason";
153
+ readonly OffersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers.question,current_stage";
154
+ readonly OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers.question,current_stage,reject_reason";
155
+ readonly OffersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers.question,job";
156
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers.question,job,credited_to";
157
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers.question,job,credited_to,current_stage";
158
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
159
+ readonly OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers.question,job,credited_to,reject_reason";
160
+ readonly OffersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers.question,job,current_stage";
161
+ readonly OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers.question,job,current_stage,reject_reason";
162
+ readonly OffersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers.question,job,reject_reason";
163
+ readonly OffersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers.question,reject_reason";
68
164
  readonly RejectReason: "reject_reason";
165
+ readonly ScreeningQuestionAnswers: "screening_question_answers";
166
+ readonly ScreeningQuestionAnswersCandidate: "screening_question_answers,candidate";
167
+ readonly ScreeningQuestionAnswersCandidateCreditedTo: "screening_question_answers,candidate,credited_to";
168
+ readonly ScreeningQuestionAnswersCandidateCreditedToCurrentStage: "screening_question_answers,candidate,credited_to,current_stage";
169
+ readonly ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,credited_to,current_stage,reject_reason";
170
+ readonly ScreeningQuestionAnswersCandidateCreditedToRejectReason: "screening_question_answers,candidate,credited_to,reject_reason";
171
+ readonly ScreeningQuestionAnswersCandidateCurrentStage: "screening_question_answers,candidate,current_stage";
172
+ readonly ScreeningQuestionAnswersCandidateCurrentStageRejectReason: "screening_question_answers,candidate,current_stage,reject_reason";
173
+ readonly ScreeningQuestionAnswersCandidateJob: "screening_question_answers,candidate,job";
174
+ readonly ScreeningQuestionAnswersCandidateJobCreditedTo: "screening_question_answers,candidate,job,credited_to";
175
+ readonly ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "screening_question_answers,candidate,job,credited_to,current_stage";
176
+ readonly ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason";
177
+ readonly ScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "screening_question_answers,candidate,job,credited_to,reject_reason";
178
+ readonly ScreeningQuestionAnswersCandidateJobCurrentStage: "screening_question_answers,candidate,job,current_stage";
179
+ readonly ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "screening_question_answers,candidate,job,current_stage,reject_reason";
180
+ readonly ScreeningQuestionAnswersCandidateJobRejectReason: "screening_question_answers,candidate,job,reject_reason";
181
+ readonly ScreeningQuestionAnswersCandidateRejectReason: "screening_question_answers,candidate,reject_reason";
182
+ readonly ScreeningQuestionAnswersCreditedTo: "screening_question_answers,credited_to";
183
+ readonly ScreeningQuestionAnswersCreditedToCurrentStage: "screening_question_answers,credited_to,current_stage";
184
+ readonly ScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "screening_question_answers,credited_to,current_stage,reject_reason";
185
+ readonly ScreeningQuestionAnswersCreditedToRejectReason: "screening_question_answers,credited_to,reject_reason";
186
+ readonly ScreeningQuestionAnswersCurrentStage: "screening_question_answers,current_stage";
187
+ readonly ScreeningQuestionAnswersCurrentStageRejectReason: "screening_question_answers,current_stage,reject_reason";
188
+ readonly ScreeningQuestionAnswersJob: "screening_question_answers,job";
189
+ readonly ScreeningQuestionAnswersJobCreditedTo: "screening_question_answers,job,credited_to";
190
+ readonly ScreeningQuestionAnswersJobCreditedToCurrentStage: "screening_question_answers,job,credited_to,current_stage";
191
+ readonly ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "screening_question_answers,job,credited_to,current_stage,reject_reason";
192
+ readonly ScreeningQuestionAnswersJobCreditedToRejectReason: "screening_question_answers,job,credited_to,reject_reason";
193
+ readonly ScreeningQuestionAnswersJobCurrentStage: "screening_question_answers,job,current_stage";
194
+ readonly ScreeningQuestionAnswersJobCurrentStageRejectReason: "screening_question_answers,job,current_stage,reject_reason";
195
+ readonly ScreeningQuestionAnswersJobRejectReason: "screening_question_answers,job,reject_reason";
196
+ readonly ScreeningQuestionAnswersRejectReason: "screening_question_answers,reject_reason";
197
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "screening_question_answers,screening_question_answers.question";
198
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "screening_question_answers,screening_question_answers.question,candidate";
199
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,credited_to";
200
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage";
201
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
202
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason";
203
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,current_stage";
204
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason";
205
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers,screening_question_answers.question,candidate,job";
206
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to";
207
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage";
208
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
209
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason";
210
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage";
211
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason";
212
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason";
213
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers,screening_question_answers.question,candidate,reject_reason";
214
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers,screening_question_answers.question,credited_to";
215
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,credited_to,current_stage";
216
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason";
217
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,reject_reason";
218
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers,screening_question_answers.question,current_stage";
219
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,current_stage,reject_reason";
220
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "screening_question_answers,screening_question_answers.question,job";
221
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers,screening_question_answers.question,job,credited_to";
222
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage";
223
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason";
224
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason";
225
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers,screening_question_answers.question,job,current_stage";
226
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason";
227
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers,screening_question_answers.question,job,reject_reason";
228
+ readonly ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers,screening_question_answers.question,reject_reason";
229
+ readonly ScreeningQuestionAnswersQuestion: "screening_question_answers.question";
230
+ readonly ScreeningQuestionAnswersQuestionCandidate: "screening_question_answers.question,candidate";
231
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers.question,candidate,credited_to";
232
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers.question,candidate,credited_to,current_stage";
233
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason";
234
+ readonly ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers.question,candidate,credited_to,reject_reason";
235
+ readonly ScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers.question,candidate,current_stage";
236
+ readonly ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers.question,candidate,current_stage,reject_reason";
237
+ readonly ScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers.question,candidate,job";
238
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers.question,candidate,job,credited_to";
239
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers.question,candidate,job,credited_to,current_stage";
240
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason";
241
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers.question,candidate,job,credited_to,reject_reason";
242
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers.question,candidate,job,current_stage";
243
+ readonly ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers.question,candidate,job,current_stage,reject_reason";
244
+ readonly ScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers.question,candidate,job,reject_reason";
245
+ readonly ScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers.question,candidate,reject_reason";
246
+ readonly ScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers.question,credited_to";
247
+ readonly ScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers.question,credited_to,current_stage";
248
+ readonly ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers.question,credited_to,current_stage,reject_reason";
249
+ readonly ScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers.question,credited_to,reject_reason";
250
+ readonly ScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers.question,current_stage";
251
+ readonly ScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers.question,current_stage,reject_reason";
252
+ readonly ScreeningQuestionAnswersQuestionJob: "screening_question_answers.question,job";
253
+ readonly ScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers.question,job,credited_to";
254
+ readonly ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers.question,job,credited_to,current_stage";
255
+ readonly ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,job,credited_to,current_stage,reject_reason";
256
+ readonly ScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers.question,job,credited_to,reject_reason";
257
+ readonly ScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers.question,job,current_stage";
258
+ readonly ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers.question,job,current_stage,reject_reason";
259
+ readonly ScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers.question,job,reject_reason";
260
+ readonly ScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers.question,reject_reason";
69
261
  };
@@ -67,5 +67,197 @@ exports.ApplicationsListRequestExpand = {
67
67
  OffersJobCurrentStageRejectReason: "offers,job,current_stage,reject_reason",
68
68
  OffersJobRejectReason: "offers,job,reject_reason",
69
69
  OffersRejectReason: "offers,reject_reason",
70
+ OffersScreeningQuestionAnswers: "offers,screening_question_answers",
71
+ OffersScreeningQuestionAnswersCandidate: "offers,screening_question_answers,candidate",
72
+ OffersScreeningQuestionAnswersCandidateCreditedTo: "offers,screening_question_answers,candidate,credited_to",
73
+ OffersScreeningQuestionAnswersCandidateCreditedToCurrentStage: "offers,screening_question_answers,candidate,credited_to,current_stage",
74
+ OffersScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,credited_to,current_stage,reject_reason",
75
+ OffersScreeningQuestionAnswersCandidateCreditedToRejectReason: "offers,screening_question_answers,candidate,credited_to,reject_reason",
76
+ OffersScreeningQuestionAnswersCandidateCurrentStage: "offers,screening_question_answers,candidate,current_stage",
77
+ OffersScreeningQuestionAnswersCandidateCurrentStageRejectReason: "offers,screening_question_answers,candidate,current_stage,reject_reason",
78
+ OffersScreeningQuestionAnswersCandidateJob: "offers,screening_question_answers,candidate,job",
79
+ OffersScreeningQuestionAnswersCandidateJobCreditedTo: "offers,screening_question_answers,candidate,job,credited_to",
80
+ OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,candidate,job,credited_to,current_stage",
81
+ OffersScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
82
+ OffersScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "offers,screening_question_answers,candidate,job,credited_to,reject_reason",
83
+ OffersScreeningQuestionAnswersCandidateJobCurrentStage: "offers,screening_question_answers,candidate,job,current_stage",
84
+ OffersScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,candidate,job,current_stage,reject_reason",
85
+ OffersScreeningQuestionAnswersCandidateJobRejectReason: "offers,screening_question_answers,candidate,job,reject_reason",
86
+ OffersScreeningQuestionAnswersCandidateRejectReason: "offers,screening_question_answers,candidate,reject_reason",
87
+ OffersScreeningQuestionAnswersCreditedTo: "offers,screening_question_answers,credited_to",
88
+ OffersScreeningQuestionAnswersCreditedToCurrentStage: "offers,screening_question_answers,credited_to,current_stage",
89
+ OffersScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "offers,screening_question_answers,credited_to,current_stage,reject_reason",
90
+ OffersScreeningQuestionAnswersCreditedToRejectReason: "offers,screening_question_answers,credited_to,reject_reason",
91
+ OffersScreeningQuestionAnswersCurrentStage: "offers,screening_question_answers,current_stage",
92
+ OffersScreeningQuestionAnswersCurrentStageRejectReason: "offers,screening_question_answers,current_stage,reject_reason",
93
+ OffersScreeningQuestionAnswersJob: "offers,screening_question_answers,job",
94
+ OffersScreeningQuestionAnswersJobCreditedTo: "offers,screening_question_answers,job,credited_to",
95
+ OffersScreeningQuestionAnswersJobCreditedToCurrentStage: "offers,screening_question_answers,job,credited_to,current_stage",
96
+ OffersScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,job,credited_to,current_stage,reject_reason",
97
+ OffersScreeningQuestionAnswersJobCreditedToRejectReason: "offers,screening_question_answers,job,credited_to,reject_reason",
98
+ OffersScreeningQuestionAnswersJobCurrentStage: "offers,screening_question_answers,job,current_stage",
99
+ OffersScreeningQuestionAnswersJobCurrentStageRejectReason: "offers,screening_question_answers,job,current_stage,reject_reason",
100
+ OffersScreeningQuestionAnswersJobRejectReason: "offers,screening_question_answers,job,reject_reason",
101
+ OffersScreeningQuestionAnswersRejectReason: "offers,screening_question_answers,reject_reason",
102
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "offers,screening_question_answers,screening_question_answers.question",
103
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers,screening_question_answers.question,candidate",
104
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to",
105
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
106
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
107
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
108
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage",
109
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
110
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers,screening_question_answers.question,candidate,job",
111
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
112
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
113
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
114
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
115
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
116
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
117
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
118
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers,screening_question_answers.question,candidate,reject_reason",
119
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers,screening_question_answers.question,credited_to",
120
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage",
121
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
122
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
123
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers,screening_question_answers.question,current_stage",
124
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
125
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers,screening_question_answers.question,job",
126
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers,screening_question_answers.question,job,credited_to",
127
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
128
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
129
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
130
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers,screening_question_answers.question,job,current_stage",
131
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
132
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers,screening_question_answers.question,job,reject_reason",
133
+ OffersScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers,screening_question_answers.question,reject_reason",
134
+ OffersScreeningQuestionAnswersQuestion: "offers,screening_question_answers.question",
135
+ OffersScreeningQuestionAnswersQuestionCandidate: "offers,screening_question_answers.question,candidate",
136
+ OffersScreeningQuestionAnswersQuestionCandidateCreditedTo: "offers,screening_question_answers.question,candidate,credited_to",
137
+ OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,credited_to,current_stage",
138
+ OffersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
139
+ OffersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "offers,screening_question_answers.question,candidate,credited_to,reject_reason",
140
+ OffersScreeningQuestionAnswersQuestionCandidateCurrentStage: "offers,screening_question_answers.question,candidate,current_stage",
141
+ OffersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,current_stage,reject_reason",
142
+ OffersScreeningQuestionAnswersQuestionCandidateJob: "offers,screening_question_answers.question,candidate,job",
143
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "offers,screening_question_answers.question,candidate,job,credited_to",
144
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage",
145
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
146
+ OffersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "offers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
147
+ OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "offers,screening_question_answers.question,candidate,job,current_stage",
148
+ OffersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "offers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
149
+ OffersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "offers,screening_question_answers.question,candidate,job,reject_reason",
150
+ OffersScreeningQuestionAnswersQuestionCandidateRejectReason: "offers,screening_question_answers.question,candidate,reject_reason",
151
+ OffersScreeningQuestionAnswersQuestionCreditedTo: "offers,screening_question_answers.question,credited_to",
152
+ OffersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "offers,screening_question_answers.question,credited_to,current_stage",
153
+ OffersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,credited_to,current_stage,reject_reason",
154
+ OffersScreeningQuestionAnswersQuestionCreditedToRejectReason: "offers,screening_question_answers.question,credited_to,reject_reason",
155
+ OffersScreeningQuestionAnswersQuestionCurrentStage: "offers,screening_question_answers.question,current_stage",
156
+ OffersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "offers,screening_question_answers.question,current_stage,reject_reason",
157
+ OffersScreeningQuestionAnswersQuestionJob: "offers,screening_question_answers.question,job",
158
+ OffersScreeningQuestionAnswersQuestionJobCreditedTo: "offers,screening_question_answers.question,job,credited_to",
159
+ OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "offers,screening_question_answers.question,job,credited_to,current_stage",
160
+ OffersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "offers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
161
+ OffersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "offers,screening_question_answers.question,job,credited_to,reject_reason",
162
+ OffersScreeningQuestionAnswersQuestionJobCurrentStage: "offers,screening_question_answers.question,job,current_stage",
163
+ OffersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "offers,screening_question_answers.question,job,current_stage,reject_reason",
164
+ OffersScreeningQuestionAnswersQuestionJobRejectReason: "offers,screening_question_answers.question,job,reject_reason",
165
+ OffersScreeningQuestionAnswersQuestionRejectReason: "offers,screening_question_answers.question,reject_reason",
70
166
  RejectReason: "reject_reason",
167
+ ScreeningQuestionAnswers: "screening_question_answers",
168
+ ScreeningQuestionAnswersCandidate: "screening_question_answers,candidate",
169
+ ScreeningQuestionAnswersCandidateCreditedTo: "screening_question_answers,candidate,credited_to",
170
+ ScreeningQuestionAnswersCandidateCreditedToCurrentStage: "screening_question_answers,candidate,credited_to,current_stage",
171
+ ScreeningQuestionAnswersCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,credited_to,current_stage,reject_reason",
172
+ ScreeningQuestionAnswersCandidateCreditedToRejectReason: "screening_question_answers,candidate,credited_to,reject_reason",
173
+ ScreeningQuestionAnswersCandidateCurrentStage: "screening_question_answers,candidate,current_stage",
174
+ ScreeningQuestionAnswersCandidateCurrentStageRejectReason: "screening_question_answers,candidate,current_stage,reject_reason",
175
+ ScreeningQuestionAnswersCandidateJob: "screening_question_answers,candidate,job",
176
+ ScreeningQuestionAnswersCandidateJobCreditedTo: "screening_question_answers,candidate,job,credited_to",
177
+ ScreeningQuestionAnswersCandidateJobCreditedToCurrentStage: "screening_question_answers,candidate,job,credited_to,current_stage",
178
+ ScreeningQuestionAnswersCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,candidate,job,credited_to,current_stage,reject_reason",
179
+ ScreeningQuestionAnswersCandidateJobCreditedToRejectReason: "screening_question_answers,candidate,job,credited_to,reject_reason",
180
+ ScreeningQuestionAnswersCandidateJobCurrentStage: "screening_question_answers,candidate,job,current_stage",
181
+ ScreeningQuestionAnswersCandidateJobCurrentStageRejectReason: "screening_question_answers,candidate,job,current_stage,reject_reason",
182
+ ScreeningQuestionAnswersCandidateJobRejectReason: "screening_question_answers,candidate,job,reject_reason",
183
+ ScreeningQuestionAnswersCandidateRejectReason: "screening_question_answers,candidate,reject_reason",
184
+ ScreeningQuestionAnswersCreditedTo: "screening_question_answers,credited_to",
185
+ ScreeningQuestionAnswersCreditedToCurrentStage: "screening_question_answers,credited_to,current_stage",
186
+ ScreeningQuestionAnswersCreditedToCurrentStageRejectReason: "screening_question_answers,credited_to,current_stage,reject_reason",
187
+ ScreeningQuestionAnswersCreditedToRejectReason: "screening_question_answers,credited_to,reject_reason",
188
+ ScreeningQuestionAnswersCurrentStage: "screening_question_answers,current_stage",
189
+ ScreeningQuestionAnswersCurrentStageRejectReason: "screening_question_answers,current_stage,reject_reason",
190
+ ScreeningQuestionAnswersJob: "screening_question_answers,job",
191
+ ScreeningQuestionAnswersJobCreditedTo: "screening_question_answers,job,credited_to",
192
+ ScreeningQuestionAnswersJobCreditedToCurrentStage: "screening_question_answers,job,credited_to,current_stage",
193
+ ScreeningQuestionAnswersJobCreditedToCurrentStageRejectReason: "screening_question_answers,job,credited_to,current_stage,reject_reason",
194
+ ScreeningQuestionAnswersJobCreditedToRejectReason: "screening_question_answers,job,credited_to,reject_reason",
195
+ ScreeningQuestionAnswersJobCurrentStage: "screening_question_answers,job,current_stage",
196
+ ScreeningQuestionAnswersJobCurrentStageRejectReason: "screening_question_answers,job,current_stage,reject_reason",
197
+ ScreeningQuestionAnswersJobRejectReason: "screening_question_answers,job,reject_reason",
198
+ ScreeningQuestionAnswersRejectReason: "screening_question_answers,reject_reason",
199
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestion: "screening_question_answers,screening_question_answers.question",
200
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidate: "screening_question_answers,screening_question_answers.question,candidate",
201
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,credited_to",
202
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage",
203
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
204
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,credited_to,reject_reason",
205
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,current_stage",
206
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,current_stage,reject_reason",
207
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers,screening_question_answers.question,candidate,job",
208
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to",
209
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage",
210
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
211
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,credited_to,reject_reason",
212
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage",
213
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,current_stage,reject_reason",
214
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers,screening_question_answers.question,candidate,job,reject_reason",
215
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers,screening_question_answers.question,candidate,reject_reason",
216
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers,screening_question_answers.question,credited_to",
217
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,credited_to,current_stage",
218
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,current_stage,reject_reason",
219
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,credited_to,reject_reason",
220
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers,screening_question_answers.question,current_stage",
221
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,current_stage,reject_reason",
222
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJob: "screening_question_answers,screening_question_answers.question,job",
223
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers,screening_question_answers.question,job,credited_to",
224
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage",
225
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,current_stage,reject_reason",
226
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers,screening_question_answers.question,job,credited_to,reject_reason",
227
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers,screening_question_answers.question,job,current_stage",
228
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers,screening_question_answers.question,job,current_stage,reject_reason",
229
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers,screening_question_answers.question,job,reject_reason",
230
+ ScreeningQuestionAnswersScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers,screening_question_answers.question,reject_reason",
231
+ ScreeningQuestionAnswersQuestion: "screening_question_answers.question",
232
+ ScreeningQuestionAnswersQuestionCandidate: "screening_question_answers.question,candidate",
233
+ ScreeningQuestionAnswersQuestionCandidateCreditedTo: "screening_question_answers.question,candidate,credited_to",
234
+ ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStage: "screening_question_answers.question,candidate,credited_to,current_stage",
235
+ ScreeningQuestionAnswersQuestionCandidateCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,credited_to,current_stage,reject_reason",
236
+ ScreeningQuestionAnswersQuestionCandidateCreditedToRejectReason: "screening_question_answers.question,candidate,credited_to,reject_reason",
237
+ ScreeningQuestionAnswersQuestionCandidateCurrentStage: "screening_question_answers.question,candidate,current_stage",
238
+ ScreeningQuestionAnswersQuestionCandidateCurrentStageRejectReason: "screening_question_answers.question,candidate,current_stage,reject_reason",
239
+ ScreeningQuestionAnswersQuestionCandidateJob: "screening_question_answers.question,candidate,job",
240
+ ScreeningQuestionAnswersQuestionCandidateJobCreditedTo: "screening_question_answers.question,candidate,job,credited_to",
241
+ ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStage: "screening_question_answers.question,candidate,job,credited_to,current_stage",
242
+ ScreeningQuestionAnswersQuestionCandidateJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,candidate,job,credited_to,current_stage,reject_reason",
243
+ ScreeningQuestionAnswersQuestionCandidateJobCreditedToRejectReason: "screening_question_answers.question,candidate,job,credited_to,reject_reason",
244
+ ScreeningQuestionAnswersQuestionCandidateJobCurrentStage: "screening_question_answers.question,candidate,job,current_stage",
245
+ ScreeningQuestionAnswersQuestionCandidateJobCurrentStageRejectReason: "screening_question_answers.question,candidate,job,current_stage,reject_reason",
246
+ ScreeningQuestionAnswersQuestionCandidateJobRejectReason: "screening_question_answers.question,candidate,job,reject_reason",
247
+ ScreeningQuestionAnswersQuestionCandidateRejectReason: "screening_question_answers.question,candidate,reject_reason",
248
+ ScreeningQuestionAnswersQuestionCreditedTo: "screening_question_answers.question,credited_to",
249
+ ScreeningQuestionAnswersQuestionCreditedToCurrentStage: "screening_question_answers.question,credited_to,current_stage",
250
+ ScreeningQuestionAnswersQuestionCreditedToCurrentStageRejectReason: "screening_question_answers.question,credited_to,current_stage,reject_reason",
251
+ ScreeningQuestionAnswersQuestionCreditedToRejectReason: "screening_question_answers.question,credited_to,reject_reason",
252
+ ScreeningQuestionAnswersQuestionCurrentStage: "screening_question_answers.question,current_stage",
253
+ ScreeningQuestionAnswersQuestionCurrentStageRejectReason: "screening_question_answers.question,current_stage,reject_reason",
254
+ ScreeningQuestionAnswersQuestionJob: "screening_question_answers.question,job",
255
+ ScreeningQuestionAnswersQuestionJobCreditedTo: "screening_question_answers.question,job,credited_to",
256
+ ScreeningQuestionAnswersQuestionJobCreditedToCurrentStage: "screening_question_answers.question,job,credited_to,current_stage",
257
+ ScreeningQuestionAnswersQuestionJobCreditedToCurrentStageRejectReason: "screening_question_answers.question,job,credited_to,current_stage,reject_reason",
258
+ ScreeningQuestionAnswersQuestionJobCreditedToRejectReason: "screening_question_answers.question,job,credited_to,reject_reason",
259
+ ScreeningQuestionAnswersQuestionJobCurrentStage: "screening_question_answers.question,job,current_stage",
260
+ ScreeningQuestionAnswersQuestionJobCurrentStageRejectReason: "screening_question_answers.question,job,current_stage,reject_reason",
261
+ ScreeningQuestionAnswersQuestionJobRejectReason: "screening_question_answers.question,job,reject_reason",
262
+ ScreeningQuestionAnswersQuestionRejectReason: "screening_question_answers.question,reject_reason",
71
263
  };