@mergeapi/merge-node-client 1.0.7 → 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 (1999) hide show
  1. package/Client.d.ts +9 -9
  2. package/Client.js +9 -9
  3. package/api/resources/accounting/client/Client.d.ts +0 -3
  4. package/api/resources/accounting/client/Client.js +14 -19
  5. package/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
  6. package/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
  7. package/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
  8. package/api/resources/accounting/resources/accounts/client/Client.js +8 -4
  9. package/api/resources/accounting/resources/addresses/client/Client.js +2 -1
  10. package/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
  11. package/api/resources/accounting/resources/attachments/client/Client.js +8 -4
  12. package/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
  13. package/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  14. package/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
  15. package/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
  16. package/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
  17. package/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
  18. package/api/resources/accounting/resources/contacts/client/Client.js +8 -4
  19. package/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
  20. package/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  21. package/api/resources/accounting/resources/expenses/client/Client.js +8 -4
  22. package/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -5
  23. package/api/resources/accounting/resources/fieldMapping/client/Client.js +14 -11
  24. package/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  25. package/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  26. package/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
  27. package/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
  28. package/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
  29. package/api/resources/accounting/resources/index.d.ts +0 -2
  30. package/api/resources/accounting/resources/index.js +1 -3
  31. package/api/resources/accounting/resources/invoices/client/Client.js +12 -6
  32. package/api/resources/accounting/resources/issues/client/Client.js +4 -2
  33. package/api/resources/accounting/resources/items/client/Client.js +4 -2
  34. package/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
  35. package/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  36. package/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
  37. package/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  38. package/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
  39. package/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
  40. package/api/resources/accounting/resources/payments/client/Client.js +12 -6
  41. package/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
  42. package/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
  43. package/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
  44. package/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
  45. package/api/resources/accounting/resources/scopes/client/Client.js +22 -4
  46. package/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  47. package/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
  48. package/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
  49. package/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
  50. package/api/resources/accounting/resources/transactions/client/Client.js +4 -2
  51. package/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
  52. package/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
  53. package/api/resources/accounting/types/Account.d.ts +2 -1
  54. package/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
  55. package/api/resources/accounting/types/AccountingPeriod.d.ts +2 -1
  56. package/api/resources/accounting/types/AccountingPhoneNumber.d.ts +2 -1
  57. package/api/resources/accounting/types/Address.d.ts +2 -1
  58. package/api/resources/accounting/types/AuditLogEvent.d.ts +3 -0
  59. package/api/resources/accounting/types/AuditLogEventEventType.d.ts +3 -0
  60. package/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
  61. package/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
  62. package/api/resources/accounting/types/CompanyInfo.d.ts +2 -1
  63. package/api/resources/accounting/types/Contact.d.ts +2 -1
  64. package/api/resources/accounting/types/CreditNote.d.ts +2 -1
  65. package/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -3
  66. package/api/resources/accounting/types/EventTypeEnum.d.ts +7 -1
  67. package/api/resources/accounting/types/EventTypeEnum.js +3 -0
  68. package/api/resources/accounting/types/Expense.d.ts +2 -1
  69. package/api/resources/accounting/types/ExpenseLine.d.ts +2 -1
  70. package/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
  71. package/api/resources/accounting/types/Invoice.d.ts +2 -1
  72. package/api/resources/accounting/types/InvoiceLineItem.d.ts +2 -1
  73. package/api/resources/accounting/types/Item.d.ts +2 -1
  74. package/api/resources/accounting/types/JournalEntry.d.ts +2 -1
  75. package/api/resources/accounting/types/JournalLine.d.ts +2 -1
  76. package/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -0
  77. package/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +11 -0
  78. package/api/resources/accounting/types/Payment.d.ts +9 -1
  79. package/api/resources/accounting/types/PaymentLineItem.d.ts +2 -1
  80. package/api/resources/accounting/types/PaymentRequest.d.ts +7 -0
  81. package/api/resources/accounting/types/PaymentRequestType.d.ts +11 -0
  82. package/api/resources/accounting/types/PaymentType.d.ts +11 -0
  83. package/api/resources/accounting/types/PaymentTypeEnum.d.ts +12 -0
  84. package/api/resources/accounting/types/PaymentTypeEnum.js +10 -0
  85. package/api/resources/accounting/types/PurchaseOrder.d.ts +2 -1
  86. package/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -1
  87. package/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
  88. package/api/resources/accounting/types/RemoteFieldApiCoverage.d.ts +4 -0
  89. package/api/resources/accounting/types/ReportItem.d.ts +2 -1
  90. package/api/resources/accounting/types/TaxRate.d.ts +5 -4
  91. package/api/resources/accounting/types/TaxRateCompany.d.ts +1 -1
  92. package/api/resources/accounting/types/TrackingCategory.d.ts +2 -1
  93. package/api/resources/accounting/types/Transaction.d.ts +2 -1
  94. package/api/resources/accounting/types/TransactionLineItem.d.ts +2 -2
  95. package/api/resources/accounting/types/VendorCredit.d.ts +2 -1
  96. package/api/resources/accounting/types/VendorCreditLine.d.ts +2 -1
  97. package/api/resources/accounting/types/index.d.ts +5 -9
  98. package/api/resources/accounting/types/index.js +5 -9
  99. package/api/resources/ats/client/Client.d.ts +0 -3
  100. package/api/resources/ats/client/Client.js +10 -15
  101. package/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
  102. package/api/resources/ats/resources/accountToken/client/Client.js +2 -1
  103. package/api/resources/ats/resources/activities/client/Client.js +8 -4
  104. package/api/resources/ats/resources/applications/client/Client.js +10 -5
  105. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
  106. package/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  107. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
  108. package/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  109. package/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
  110. package/api/resources/ats/resources/attachments/client/Client.js +8 -4
  111. package/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
  112. package/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  113. package/api/resources/ats/resources/availableActions/client/Client.js +2 -1
  114. package/api/resources/ats/resources/candidates/client/Client.d.ts +1 -2
  115. package/api/resources/ats/resources/candidates/client/Client.js +14 -9
  116. package/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -2
  117. package/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  118. package/api/resources/ats/resources/departments/client/Client.js +4 -2
  119. package/api/resources/ats/resources/eeocs/client/Client.js +4 -2
  120. package/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -5
  121. package/api/resources/ats/resources/fieldMapping/client/Client.js +14 -11
  122. package/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  123. package/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  124. package/api/resources/ats/resources/forceResync/client/Client.js +2 -1
  125. package/api/resources/ats/resources/generateKey/client/Client.js +2 -1
  126. package/api/resources/ats/resources/index.d.ts +0 -2
  127. package/api/resources/ats/resources/index.js +1 -3
  128. package/api/resources/ats/resources/interviews/client/Client.js +8 -4
  129. package/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
  130. package/api/resources/ats/resources/issues/client/Client.js +9 -4
  131. package/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  132. package/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
  133. package/api/resources/ats/resources/jobPostings/client/Client.js +12 -4
  134. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +4 -0
  135. package/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
  136. package/api/resources/ats/resources/jobs/client/Client.js +6 -3
  137. package/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  138. package/api/resources/ats/resources/linkToken/client/Client.js +3 -2
  139. package/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  140. package/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
  141. package/api/resources/ats/resources/offers/client/Client.js +4 -2
  142. package/api/resources/ats/resources/offices/client/Client.js +4 -2
  143. package/api/resources/ats/resources/passthrough/client/Client.js +2 -1
  144. package/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
  145. package/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
  146. package/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
  147. package/api/resources/ats/resources/scopes/client/Client.js +22 -4
  148. package/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  149. package/api/resources/ats/resources/scorecards/client/Client.js +4 -2
  150. package/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
  151. package/api/resources/ats/resources/tags/client/Client.js +2 -1
  152. package/api/resources/ats/resources/users/client/Client.js +4 -2
  153. package/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
  154. package/api/resources/ats/types/AccountIntegration.d.ts +2 -0
  155. package/api/resources/ats/types/Activity.d.ts +2 -2
  156. package/api/resources/ats/types/ActivityRequest.d.ts +0 -1
  157. package/api/resources/ats/types/Application.d.ts +3 -1
  158. package/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
  159. package/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
  160. package/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
  161. package/api/resources/ats/types/Attachment.d.ts +2 -1
  162. package/api/resources/ats/types/AuditLogEvent.d.ts +4 -0
  163. package/api/resources/ats/types/AuditLogEventEventType.d.ts +4 -0
  164. package/api/resources/ats/types/Candidate.d.ts +2 -1
  165. package/api/resources/ats/types/Department.d.ts +2 -1
  166. package/api/resources/ats/types/Eeoc.d.ts +2 -1
  167. package/api/resources/ats/types/EmailAddress.d.ts +4 -1
  168. package/api/resources/ats/types/EventTypeEnum.d.ts +9 -1
  169. package/api/resources/ats/types/EventTypeEnum.js +4 -0
  170. package/api/resources/ats/types/Job.d.ts +2 -1
  171. package/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
  172. package/api/resources/ats/types/JobPosting.d.ts +2 -1
  173. package/api/resources/ats/types/Offer.d.ts +2 -1
  174. package/api/resources/ats/types/Office.d.ts +2 -1
  175. package/api/resources/ats/types/PhoneNumber.d.ts +4 -1
  176. package/api/resources/ats/types/RejectReason.d.ts +2 -1
  177. package/api/resources/ats/types/RemoteFieldApi.d.ts +2 -1
  178. package/api/resources/ats/types/RemoteFieldApiCoverage.d.ts +4 -0
  179. package/api/resources/ats/types/RemoteUser.d.ts +2 -1
  180. package/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
  181. package/api/resources/ats/types/Scorecard.d.ts +2 -1
  182. package/api/resources/ats/types/ScreeningQuestion.d.ts +4 -1
  183. package/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
  184. package/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
  185. package/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
  186. package/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
  187. package/api/resources/ats/types/ScreeningQuestionOption.d.ts +4 -1
  188. package/api/resources/ats/types/Tag.d.ts +2 -1
  189. package/api/resources/ats/types/Url.d.ts +4 -1
  190. package/api/resources/ats/types/index.d.ts +7 -9
  191. package/api/resources/ats/types/index.js +7 -9
  192. package/api/resources/crm/client/Client.d.ts +0 -3
  193. package/api/resources/crm/client/Client.js +12 -17
  194. package/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
  195. package/api/resources/crm/resources/accountToken/client/Client.js +2 -1
  196. package/api/resources/crm/resources/accounts/client/Client.js +18 -8
  197. package/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  198. package/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
  199. package/api/resources/crm/resources/associations/client/Client.js +4 -2
  200. package/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
  201. package/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
  202. package/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  203. package/api/resources/crm/resources/availableActions/client/Client.js +2 -1
  204. package/api/resources/crm/resources/contacts/client/Client.d.ts +1 -2
  205. package/api/resources/crm/resources/contacts/client/Client.js +20 -11
  206. package/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  207. package/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
  208. package/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
  209. package/api/resources/crm/resources/customObjects/client/Client.js +87 -5
  210. package/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
  211. package/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
  212. package/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
  213. package/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  214. package/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
  215. package/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  216. package/api/resources/crm/resources/engagements/client/Client.js +18 -8
  217. package/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  218. package/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -5
  219. package/api/resources/crm/resources/fieldMapping/client/Client.js +14 -11
  220. package/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  221. package/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  222. package/api/resources/crm/resources/forceResync/client/Client.js +2 -1
  223. package/api/resources/crm/resources/generateKey/client/Client.js +2 -1
  224. package/api/resources/crm/resources/index.d.ts +0 -2
  225. package/api/resources/crm/resources/index.js +1 -3
  226. package/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
  227. package/api/resources/crm/resources/issues/client/Client.js +9 -4
  228. package/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  229. package/api/resources/crm/resources/leads/client/Client.js +14 -6
  230. package/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  231. package/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  232. package/api/resources/crm/resources/linkToken/client/Client.js +3 -2
  233. package/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  234. package/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
  235. package/api/resources/crm/resources/notes/client/Client.js +14 -6
  236. package/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  237. package/api/resources/crm/resources/opportunities/client/Client.js +22 -9
  238. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
  239. package/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  240. package/api/resources/crm/resources/passthrough/client/Client.js +2 -1
  241. package/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
  242. package/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
  243. package/api/resources/crm/resources/scopes/client/Client.js +22 -4
  244. package/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  245. package/api/resources/crm/resources/stages/client/Client.js +10 -4
  246. package/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  247. package/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
  248. package/api/resources/crm/resources/tasks/client/Client.js +18 -8
  249. package/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  250. package/api/resources/crm/resources/users/client/Client.d.ts +1 -2
  251. package/api/resources/crm/resources/users/client/Client.js +12 -7
  252. package/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  253. package/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
  254. package/api/resources/crm/types/Account.d.ts +2 -1
  255. package/api/resources/crm/types/AccountIntegration.d.ts +2 -0
  256. package/api/resources/crm/types/AccountRequest.d.ts +1 -0
  257. package/api/resources/crm/types/Address.d.ts +2 -1
  258. package/api/resources/crm/types/Association.d.ts +5 -3
  259. package/api/resources/crm/types/AssociationAssociationType.d.ts +3 -0
  260. package/api/resources/crm/types/AssociationSubType.d.ts +2 -1
  261. package/api/resources/crm/types/AssociationType.d.ts +3 -1
  262. package/api/resources/crm/types/AuditLogEvent.d.ts +4 -0
  263. package/api/resources/crm/types/AuditLogEventEventType.d.ts +4 -0
  264. package/api/resources/crm/types/Contact.d.ts +2 -1
  265. package/api/resources/crm/types/CustomObject.d.ts +4 -1
  266. package/api/resources/crm/types/CustomObjectClass.d.ts +4 -0
  267. package/api/resources/crm/types/EmailAddress.d.ts +2 -1
  268. package/api/resources/crm/types/Engagement.d.ts +2 -1
  269. package/api/resources/crm/types/EngagementType.d.ts +2 -1
  270. package/api/resources/crm/types/EventTypeEnum.d.ts +9 -1
  271. package/api/resources/crm/types/EventTypeEnum.js +4 -0
  272. package/api/resources/crm/types/Lead.d.ts +2 -1
  273. package/api/resources/crm/types/Note.d.ts +2 -1
  274. package/api/resources/crm/types/Opportunity.d.ts +2 -1
  275. package/api/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
  276. package/api/resources/crm/types/PhoneNumber.d.ts +2 -1
  277. package/api/resources/crm/types/RemoteField.d.ts +1 -1
  278. package/api/resources/crm/types/RemoteFieldApi.d.ts +2 -1
  279. package/api/resources/crm/types/RemoteFieldApiCoverage.d.ts +4 -0
  280. package/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +2 -1
  281. package/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  282. package/api/resources/crm/types/Stage.d.ts +2 -1
  283. package/api/resources/crm/types/Task.d.ts +2 -1
  284. package/api/resources/crm/types/User.d.ts +2 -1
  285. package/api/resources/crm/types/index.d.ts +1 -9
  286. package/api/resources/crm/types/index.js +1 -9
  287. package/api/resources/filestorage/client/Client.d.ts +0 -3
  288. package/api/resources/filestorage/client/Client.js +8 -13
  289. package/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
  290. package/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
  291. package/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
  292. package/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
  293. package/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  294. package/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
  295. package/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  296. package/api/resources/filestorage/resources/drives/client/Client.js +4 -2
  297. package/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -5
  298. package/api/resources/filestorage/resources/fieldMapping/client/Client.js +14 -11
  299. package/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  300. package/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  301. package/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
  302. package/api/resources/filestorage/resources/files/client/Client.js +10 -6
  303. package/api/resources/filestorage/resources/folders/client/Client.js +8 -4
  304. package/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
  305. package/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
  306. package/api/resources/filestorage/resources/groups/client/Client.js +4 -2
  307. package/api/resources/filestorage/resources/index.d.ts +0 -2
  308. package/api/resources/filestorage/resources/index.js +1 -3
  309. package/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
  310. package/api/resources/filestorage/resources/issues/client/Client.js +9 -4
  311. package/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  312. package/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  313. package/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
  314. package/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  315. package/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
  316. package/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  317. package/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
  318. package/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
  319. package/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
  320. package/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
  321. package/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  322. package/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
  323. package/api/resources/filestorage/resources/users/client/Client.js +4 -2
  324. package/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
  325. package/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
  326. package/api/resources/filestorage/types/AuditLogEvent.d.ts +4 -0
  327. package/api/resources/filestorage/types/AuditLogEventEventType.d.ts +4 -0
  328. package/api/resources/filestorage/types/Drive.d.ts +2 -1
  329. package/api/resources/filestorage/types/EventTypeEnum.d.ts +9 -1
  330. package/api/resources/filestorage/types/EventTypeEnum.js +4 -0
  331. package/api/resources/filestorage/types/File_.d.ts +2 -1
  332. package/api/resources/filestorage/types/Folder.d.ts +2 -1
  333. package/api/resources/filestorage/types/Group.d.ts +3 -2
  334. package/api/resources/filestorage/types/Permission.d.ts +2 -1
  335. package/api/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
  336. package/api/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +4 -0
  337. package/api/resources/filestorage/types/User.d.ts +2 -1
  338. package/api/resources/filestorage/types/index.d.ts +1 -9
  339. package/api/resources/filestorage/types/index.js +1 -9
  340. package/api/resources/hris/client/Client.d.ts +0 -3
  341. package/api/resources/hris/client/Client.js +14 -19
  342. package/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
  343. package/api/resources/hris/resources/accountToken/client/Client.js +2 -1
  344. package/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
  345. package/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
  346. package/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  347. package/api/resources/hris/resources/availableActions/client/Client.js +2 -1
  348. package/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
  349. package/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
  350. package/api/resources/hris/resources/benefits/client/Client.js +4 -2
  351. package/api/resources/hris/resources/companies/client/Client.js +4 -2
  352. package/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  353. package/api/resources/hris/resources/dependents/client/Client.js +4 -2
  354. package/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
  355. package/api/resources/hris/resources/employees/client/Client.d.ts +1 -3
  356. package/api/resources/hris/resources/employees/client/Client.js +10 -8
  357. package/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +1 -3
  358. package/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
  359. package/api/resources/hris/resources/employments/client/Client.js +4 -2
  360. package/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
  361. package/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -5
  362. package/api/resources/hris/resources/fieldMapping/client/Client.js +14 -11
  363. package/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  364. package/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  365. package/api/resources/hris/resources/forceResync/client/Client.js +2 -1
  366. package/api/resources/hris/resources/generateKey/client/Client.js +2 -1
  367. package/api/resources/hris/resources/groups/client/Client.js +8 -3
  368. package/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
  369. package/api/resources/hris/resources/index.d.ts +0 -2
  370. package/api/resources/hris/resources/index.js +1 -3
  371. package/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
  372. package/api/resources/hris/resources/issues/client/Client.js +9 -4
  373. package/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  374. package/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  375. package/api/resources/hris/resources/linkToken/client/Client.js +3 -2
  376. package/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  377. package/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
  378. package/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  379. package/api/resources/hris/resources/locations/client/Client.js +4 -2
  380. package/api/resources/hris/resources/passthrough/client/Client.js +2 -1
  381. package/api/resources/hris/resources/payGroups/client/Client.js +4 -2
  382. package/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
  383. package/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
  384. package/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
  385. package/api/resources/hris/resources/scopes/client/Client.js +22 -4
  386. package/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  387. package/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
  388. package/api/resources/hris/resources/teams/client/Client.js +4 -2
  389. package/api/resources/hris/resources/timeOff/client/Client.js +8 -4
  390. package/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
  391. package/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
  392. package/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
  393. package/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
  394. package/api/resources/hris/types/AccountIntegration.d.ts +2 -0
  395. package/api/resources/hris/types/AuditLogEvent.d.ts +4 -0
  396. package/api/resources/hris/types/AuditLogEventEventType.d.ts +4 -0
  397. package/api/resources/hris/types/BankInfo.d.ts +2 -1
  398. package/api/resources/hris/types/Benefit.d.ts +2 -1
  399. package/api/resources/hris/types/Company.d.ts +2 -1
  400. package/api/resources/hris/types/Deduction.d.ts +2 -1
  401. package/api/resources/hris/types/Dependent.d.ts +2 -1
  402. package/api/resources/hris/types/Earning.d.ts +2 -1
  403. package/api/resources/hris/types/Employee.d.ts +2 -1
  404. package/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
  405. package/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
  406. package/api/resources/hris/types/Employment.d.ts +2 -1
  407. package/api/resources/hris/types/EventTypeEnum.d.ts +9 -1
  408. package/api/resources/hris/types/EventTypeEnum.js +4 -0
  409. package/api/resources/hris/types/Group.d.ts +4 -1
  410. package/api/resources/hris/types/Location.d.ts +2 -1
  411. package/api/resources/hris/types/PayGroup.d.ts +2 -1
  412. package/api/resources/hris/types/PayrollRun.d.ts +2 -1
  413. package/api/resources/hris/types/RemoteFieldApi.d.ts +2 -1
  414. package/api/resources/hris/types/RemoteFieldApiCoverage.d.ts +4 -0
  415. package/api/resources/hris/types/Tax.d.ts +2 -1
  416. package/api/resources/hris/types/Team.d.ts +2 -1
  417. package/api/resources/hris/types/TimeOff.d.ts +2 -1
  418. package/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
  419. package/api/resources/hris/types/TimesheetEntry.d.ts +2 -1
  420. package/api/resources/hris/types/index.d.ts +1 -9
  421. package/api/resources/hris/types/index.js +1 -9
  422. package/api/resources/index.d.ts +3 -3
  423. package/api/resources/index.js +4 -4
  424. package/api/resources/ticketing/client/Client.d.ts +0 -3
  425. package/api/resources/ticketing/client/Client.js +14 -19
  426. package/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
  427. package/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
  428. package/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
  429. package/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
  430. package/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
  431. package/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
  432. package/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
  433. package/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  434. package/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
  435. package/api/resources/ticketing/resources/collections/client/Client.js +6 -3
  436. package/api/resources/ticketing/resources/comments/client/Client.js +8 -4
  437. package/api/resources/ticketing/resources/contacts/client/Client.d.ts +16 -0
  438. package/api/resources/ticketing/resources/contacts/client/Client.js +139 -2
  439. package/api/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +21 -0
  440. package/api/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
  441. package/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  442. package/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -5
  443. package/api/resources/ticketing/resources/fieldMapping/client/Client.js +14 -11
  444. package/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  445. package/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  446. package/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
  447. package/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
  448. package/api/resources/ticketing/resources/index.d.ts +0 -2
  449. package/api/resources/ticketing/resources/index.js +1 -3
  450. package/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
  451. package/api/resources/ticketing/resources/issues/client/Client.js +9 -4
  452. package/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  453. package/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  454. package/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
  455. package/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  456. package/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
  457. package/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  458. package/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
  459. package/api/resources/ticketing/resources/projects/client/Client.js +6 -3
  460. package/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
  461. package/api/resources/ticketing/resources/roles/client/Client.js +4 -2
  462. package/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
  463. package/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
  464. package/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  465. package/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
  466. package/api/resources/ticketing/resources/tags/client/Client.js +4 -2
  467. package/api/resources/ticketing/resources/teams/client/Client.js +4 -2
  468. package/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
  469. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
  470. package/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  471. package/api/resources/ticketing/resources/users/client/Client.js +4 -2
  472. package/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
  473. package/api/resources/ticketing/types/Account.d.ts +2 -1
  474. package/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
  475. package/api/resources/ticketing/types/Attachment.d.ts +2 -1
  476. package/api/resources/ticketing/types/AuditLogEvent.d.ts +4 -0
  477. package/api/resources/ticketing/types/AuditLogEventEventType.d.ts +4 -0
  478. package/api/resources/ticketing/types/Collection.d.ts +2 -1
  479. package/api/resources/ticketing/types/Comment.d.ts +2 -1
  480. package/api/resources/ticketing/types/Contact.d.ts +2 -1
  481. package/api/resources/ticketing/types/ContactRequest.d.ts +29 -0
  482. package/api/resources/ticketing/types/ContactRequestAccount.d.ts +8 -0
  483. package/api/resources/ticketing/types/EventTypeEnum.d.ts +9 -1
  484. package/api/resources/ticketing/types/EventTypeEnum.js +4 -0
  485. package/api/resources/ticketing/types/Project.d.ts +2 -1
  486. package/api/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
  487. package/api/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +4 -0
  488. package/api/resources/ticketing/types/Role.d.ts +2 -1
  489. package/api/resources/ticketing/types/Tag.d.ts +3 -1
  490. package/api/resources/ticketing/types/Team.d.ts +2 -1
  491. package/api/resources/ticketing/types/Ticket.d.ts +2 -1
  492. package/api/resources/ticketing/types/TicketingContactResponse.d.ts +10 -0
  493. package/api/resources/ticketing/types/User.d.ts +2 -1
  494. package/api/resources/ticketing/types/index.d.ts +4 -9
  495. package/api/resources/ticketing/types/index.js +4 -9
  496. package/dist/Client.d.ts +9 -9
  497. package/dist/Client.js +9 -9
  498. package/dist/api/resources/accounting/client/Client.d.ts +0 -3
  499. package/dist/api/resources/accounting/client/Client.js +14 -19
  500. package/dist/api/resources/accounting/resources/accountDetails/client/Client.js +2 -1
  501. package/dist/api/resources/accounting/resources/accountToken/client/Client.js +2 -1
  502. package/dist/api/resources/accounting/resources/accountingPeriods/client/Client.js +4 -2
  503. package/dist/api/resources/accounting/resources/accounts/client/Client.js +8 -4
  504. package/dist/api/resources/accounting/resources/addresses/client/Client.js +2 -1
  505. package/dist/api/resources/accounting/resources/asyncPassthrough/client/Client.js +4 -2
  506. package/dist/api/resources/accounting/resources/attachments/client/Client.js +8 -4
  507. package/dist/api/resources/accounting/resources/auditTrail/client/Client.js +2 -1
  508. package/dist/api/resources/accounting/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  509. package/dist/api/resources/accounting/resources/availableActions/client/Client.js +2 -1
  510. package/dist/api/resources/accounting/resources/balanceSheets/client/Client.js +4 -2
  511. package/dist/api/resources/accounting/resources/cashFlowStatements/client/Client.js +4 -2
  512. package/dist/api/resources/accounting/resources/companyInfo/client/Client.js +4 -2
  513. package/dist/api/resources/accounting/resources/contacts/client/Client.js +8 -4
  514. package/dist/api/resources/accounting/resources/creditNotes/client/Client.js +4 -2
  515. package/dist/api/resources/accounting/resources/deleteAccount/client/Client.js +1 -1
  516. package/dist/api/resources/accounting/resources/expenses/client/Client.js +8 -4
  517. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.d.ts +2 -5
  518. package/dist/api/resources/accounting/resources/fieldMapping/client/Client.js +14 -11
  519. package/dist/api/resources/accounting/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  520. package/dist/api/resources/accounting/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  521. package/dist/api/resources/accounting/resources/forceResync/client/Client.js +2 -1
  522. package/dist/api/resources/accounting/resources/generateKey/client/Client.js +2 -1
  523. package/dist/api/resources/accounting/resources/incomeStatements/client/Client.js +4 -2
  524. package/dist/api/resources/accounting/resources/index.d.ts +0 -2
  525. package/dist/api/resources/accounting/resources/index.js +1 -3
  526. package/dist/api/resources/accounting/resources/invoices/client/Client.js +12 -6
  527. package/dist/api/resources/accounting/resources/issues/client/Client.js +4 -2
  528. package/dist/api/resources/accounting/resources/items/client/Client.js +4 -2
  529. package/dist/api/resources/accounting/resources/journalEntries/client/Client.js +8 -4
  530. package/dist/api/resources/accounting/resources/linkToken/client/Client.d.ts +1 -1
  531. package/dist/api/resources/accounting/resources/linkToken/client/Client.js +3 -2
  532. package/dist/api/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +3 -1
  533. package/dist/api/resources/accounting/resources/linkedAccounts/client/Client.js +2 -1
  534. package/dist/api/resources/accounting/resources/passthrough/client/Client.js +2 -1
  535. package/dist/api/resources/accounting/resources/payments/client/Client.js +12 -6
  536. package/dist/api/resources/accounting/resources/phoneNumbers/client/Client.js +2 -1
  537. package/dist/api/resources/accounting/resources/purchaseOrders/client/Client.js +8 -4
  538. package/dist/api/resources/accounting/resources/regenerateKey/client/Client.js +2 -1
  539. package/dist/api/resources/accounting/resources/scopes/client/Client.d.ts +16 -1
  540. package/dist/api/resources/accounting/resources/scopes/client/Client.js +22 -4
  541. package/dist/api/resources/accounting/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  542. package/dist/api/resources/accounting/resources/syncStatus/client/Client.js +2 -1
  543. package/dist/api/resources/accounting/resources/taxRates/client/Client.js +4 -2
  544. package/dist/api/resources/accounting/resources/trackingCategories/client/Client.js +4 -2
  545. package/dist/api/resources/accounting/resources/transactions/client/Client.js +4 -2
  546. package/dist/api/resources/accounting/resources/vendorCredits/client/Client.js +4 -2
  547. package/dist/api/resources/accounting/resources/webhookReceivers/client/Client.js +4 -2
  548. package/dist/api/resources/accounting/types/Account.d.ts +2 -1
  549. package/dist/api/resources/accounting/types/AccountingAttachment.d.ts +2 -1
  550. package/dist/api/resources/accounting/types/AccountingPeriod.d.ts +2 -1
  551. package/dist/api/resources/accounting/types/AccountingPhoneNumber.d.ts +2 -1
  552. package/dist/api/resources/accounting/types/Address.d.ts +2 -1
  553. package/dist/api/resources/accounting/types/AuditLogEvent.d.ts +3 -0
  554. package/dist/api/resources/accounting/types/AuditLogEventEventType.d.ts +3 -0
  555. package/dist/api/resources/accounting/types/BalanceSheet.d.ts +2 -1
  556. package/dist/api/resources/accounting/types/CashFlowStatement.d.ts +2 -1
  557. package/dist/api/resources/accounting/types/CompanyInfo.d.ts +2 -1
  558. package/dist/api/resources/accounting/types/Contact.d.ts +2 -1
  559. package/dist/api/resources/accounting/types/CreditNote.d.ts +2 -1
  560. package/dist/api/resources/accounting/types/CreditNoteLineItem.d.ts +2 -3
  561. package/dist/api/resources/accounting/types/EventTypeEnum.d.ts +7 -1
  562. package/dist/api/resources/accounting/types/EventTypeEnum.js +3 -0
  563. package/dist/api/resources/accounting/types/Expense.d.ts +2 -1
  564. package/dist/api/resources/accounting/types/ExpenseLine.d.ts +2 -1
  565. package/dist/api/resources/accounting/types/IncomeStatement.d.ts +2 -1
  566. package/dist/api/resources/accounting/types/Invoice.d.ts +2 -1
  567. package/dist/api/resources/accounting/types/InvoiceLineItem.d.ts +2 -1
  568. package/dist/api/resources/accounting/types/Item.d.ts +2 -1
  569. package/dist/api/resources/accounting/types/JournalEntry.d.ts +2 -1
  570. package/dist/api/resources/accounting/types/JournalLine.d.ts +2 -1
  571. package/dist/api/resources/accounting/types/PatchedPaymentRequest.d.ts +7 -0
  572. package/dist/api/resources/accounting/types/PatchedPaymentRequestType.d.ts +11 -0
  573. package/dist/api/resources/accounting/types/Payment.d.ts +9 -1
  574. package/dist/api/resources/accounting/types/PaymentLineItem.d.ts +2 -1
  575. package/dist/api/resources/accounting/types/PaymentRequest.d.ts +7 -0
  576. package/dist/api/resources/accounting/types/PaymentRequestType.d.ts +11 -0
  577. package/dist/api/resources/accounting/types/PaymentType.d.ts +11 -0
  578. package/dist/api/resources/accounting/types/PaymentTypeEnum.d.ts +12 -0
  579. package/dist/api/resources/accounting/types/PaymentTypeEnum.js +10 -0
  580. package/dist/api/resources/accounting/types/PurchaseOrder.d.ts +2 -1
  581. package/dist/api/resources/accounting/types/PurchaseOrderLineItem.d.ts +2 -1
  582. package/dist/api/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
  583. package/dist/api/resources/accounting/types/RemoteFieldApiCoverage.d.ts +4 -0
  584. package/dist/api/resources/accounting/types/ReportItem.d.ts +2 -1
  585. package/dist/api/resources/accounting/types/TaxRate.d.ts +5 -4
  586. package/dist/api/resources/accounting/types/TaxRateCompany.d.ts +1 -1
  587. package/dist/api/resources/accounting/types/TrackingCategory.d.ts +2 -1
  588. package/dist/api/resources/accounting/types/Transaction.d.ts +2 -1
  589. package/dist/api/resources/accounting/types/TransactionLineItem.d.ts +2 -2
  590. package/dist/api/resources/accounting/types/VendorCredit.d.ts +2 -1
  591. package/dist/api/resources/accounting/types/VendorCreditLine.d.ts +2 -1
  592. package/dist/api/resources/accounting/types/index.d.ts +5 -9
  593. package/dist/api/resources/accounting/types/index.js +5 -9
  594. package/dist/api/resources/ats/client/Client.d.ts +0 -3
  595. package/dist/api/resources/ats/client/Client.js +10 -15
  596. package/dist/api/resources/ats/resources/accountDetails/client/Client.js +2 -1
  597. package/dist/api/resources/ats/resources/accountToken/client/Client.js +2 -1
  598. package/dist/api/resources/ats/resources/activities/client/Client.js +8 -4
  599. package/dist/api/resources/ats/resources/applications/client/Client.js +10 -5
  600. package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +193 -1
  601. package/dist/api/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  602. package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +193 -1
  603. package/dist/api/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  604. package/dist/api/resources/ats/resources/asyncPassthrough/client/Client.js +4 -2
  605. package/dist/api/resources/ats/resources/attachments/client/Client.js +8 -4
  606. package/dist/api/resources/ats/resources/auditTrail/client/Client.js +2 -1
  607. package/dist/api/resources/ats/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  608. package/dist/api/resources/ats/resources/availableActions/client/Client.js +2 -1
  609. package/dist/api/resources/ats/resources/candidates/client/Client.d.ts +1 -2
  610. package/dist/api/resources/ats/resources/candidates/client/Client.js +14 -9
  611. package/dist/api/resources/ats/resources/candidates/client/requests/IgnoreCommonModelRequest.d.ts +1 -2
  612. package/dist/api/resources/ats/resources/deleteAccount/client/Client.js +1 -1
  613. package/dist/api/resources/ats/resources/departments/client/Client.js +4 -2
  614. package/dist/api/resources/ats/resources/eeocs/client/Client.js +4 -2
  615. package/dist/api/resources/ats/resources/fieldMapping/client/Client.d.ts +2 -5
  616. package/dist/api/resources/ats/resources/fieldMapping/client/Client.js +14 -11
  617. package/dist/api/resources/ats/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  618. package/dist/api/resources/ats/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  619. package/dist/api/resources/ats/resources/forceResync/client/Client.js +2 -1
  620. package/dist/api/resources/ats/resources/generateKey/client/Client.js +2 -1
  621. package/dist/api/resources/ats/resources/index.d.ts +0 -2
  622. package/dist/api/resources/ats/resources/index.js +1 -3
  623. package/dist/api/resources/ats/resources/interviews/client/Client.js +8 -4
  624. package/dist/api/resources/ats/resources/issues/client/Client.d.ts +1 -1
  625. package/dist/api/resources/ats/resources/issues/client/Client.js +9 -4
  626. package/dist/api/resources/ats/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  627. package/dist/api/resources/ats/resources/jobInterviewStages/client/Client.js +4 -2
  628. package/dist/api/resources/ats/resources/jobPostings/client/Client.js +12 -4
  629. package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsListRequest.d.ts +4 -0
  630. package/dist/api/resources/ats/resources/jobPostings/client/requests/JobPostingsRetrieveRequest.d.ts +4 -0
  631. package/dist/api/resources/ats/resources/jobs/client/Client.js +6 -3
  632. package/dist/api/resources/ats/resources/linkToken/client/Client.d.ts +1 -1
  633. package/dist/api/resources/ats/resources/linkToken/client/Client.js +3 -2
  634. package/dist/api/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  635. package/dist/api/resources/ats/resources/linkedAccounts/client/Client.js +2 -1
  636. package/dist/api/resources/ats/resources/offers/client/Client.js +4 -2
  637. package/dist/api/resources/ats/resources/offices/client/Client.js +4 -2
  638. package/dist/api/resources/ats/resources/passthrough/client/Client.js +2 -1
  639. package/dist/api/resources/ats/resources/regenerateKey/client/Client.js +2 -1
  640. package/dist/api/resources/ats/resources/rejectReasons/client/Client.js +4 -2
  641. package/dist/api/resources/ats/resources/scopes/client/Client.d.ts +16 -1
  642. package/dist/api/resources/ats/resources/scopes/client/Client.js +22 -4
  643. package/dist/api/resources/ats/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  644. package/dist/api/resources/ats/resources/scorecards/client/Client.js +4 -2
  645. package/dist/api/resources/ats/resources/syncStatus/client/Client.js +2 -1
  646. package/dist/api/resources/ats/resources/tags/client/Client.js +2 -1
  647. package/dist/api/resources/ats/resources/users/client/Client.js +4 -2
  648. package/dist/api/resources/ats/resources/webhookReceivers/client/Client.js +4 -2
  649. package/dist/api/resources/ats/types/AccountIntegration.d.ts +2 -0
  650. package/dist/api/resources/ats/types/Activity.d.ts +2 -2
  651. package/dist/api/resources/ats/types/ActivityRequest.d.ts +0 -1
  652. package/dist/api/resources/ats/types/Application.d.ts +3 -1
  653. package/dist/api/resources/ats/types/ApplicationRequest.d.ts +1 -0
  654. package/dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +5 -0
  655. package/dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +5 -0
  656. package/dist/api/resources/ats/types/Attachment.d.ts +2 -1
  657. package/dist/api/resources/ats/types/AuditLogEvent.d.ts +4 -0
  658. package/dist/api/resources/ats/types/AuditLogEventEventType.d.ts +4 -0
  659. package/dist/api/resources/ats/types/Candidate.d.ts +2 -1
  660. package/dist/api/resources/ats/types/Department.d.ts +2 -1
  661. package/dist/api/resources/ats/types/Eeoc.d.ts +2 -1
  662. package/dist/api/resources/ats/types/EmailAddress.d.ts +4 -1
  663. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +9 -1
  664. package/dist/api/resources/ats/types/EventTypeEnum.js +4 -0
  665. package/dist/api/resources/ats/types/Job.d.ts +2 -1
  666. package/dist/api/resources/ats/types/JobInterviewStage.d.ts +2 -1
  667. package/dist/api/resources/ats/types/JobPosting.d.ts +2 -1
  668. package/dist/api/resources/ats/types/Offer.d.ts +2 -1
  669. package/dist/api/resources/ats/types/Office.d.ts +2 -1
  670. package/dist/api/resources/ats/types/PhoneNumber.d.ts +4 -1
  671. package/dist/api/resources/ats/types/RejectReason.d.ts +2 -1
  672. package/dist/api/resources/ats/types/RemoteFieldApi.d.ts +2 -1
  673. package/dist/api/resources/ats/types/RemoteFieldApiCoverage.d.ts +4 -0
  674. package/dist/api/resources/ats/types/RemoteUser.d.ts +2 -1
  675. package/dist/api/resources/ats/types/ScheduledInterview.d.ts +2 -1
  676. package/dist/api/resources/ats/types/Scorecard.d.ts +2 -1
  677. package/dist/api/resources/ats/types/ScreeningQuestion.d.ts +4 -1
  678. package/dist/api/resources/ats/types/ScreeningQuestionAnswer.d.ts +30 -0
  679. package/dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +8 -0
  680. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +25 -0
  681. package/dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +8 -0
  682. package/dist/api/resources/ats/types/ScreeningQuestionOption.d.ts +4 -1
  683. package/dist/api/resources/ats/types/Tag.d.ts +2 -1
  684. package/dist/api/resources/ats/types/Url.d.ts +4 -1
  685. package/dist/api/resources/ats/types/index.d.ts +7 -9
  686. package/dist/api/resources/ats/types/index.js +7 -9
  687. package/dist/api/resources/crm/client/Client.d.ts +0 -3
  688. package/dist/api/resources/crm/client/Client.js +12 -17
  689. package/dist/api/resources/crm/resources/accountDetails/client/Client.js +2 -1
  690. package/dist/api/resources/crm/resources/accountToken/client/Client.js +2 -1
  691. package/dist/api/resources/crm/resources/accounts/client/Client.js +18 -8
  692. package/dist/api/resources/crm/resources/accounts/client/requests/AccountsRemoteFieldClassesListRequest.d.ts +4 -0
  693. package/dist/api/resources/crm/resources/associationTypes/client/Client.js +8 -4
  694. package/dist/api/resources/crm/resources/associations/client/Client.js +4 -2
  695. package/dist/api/resources/crm/resources/asyncPassthrough/client/Client.js +4 -2
  696. package/dist/api/resources/crm/resources/auditTrail/client/Client.js +2 -1
  697. package/dist/api/resources/crm/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  698. package/dist/api/resources/crm/resources/availableActions/client/Client.js +2 -1
  699. package/dist/api/resources/crm/resources/contacts/client/Client.d.ts +1 -2
  700. package/dist/api/resources/crm/resources/contacts/client/Client.js +20 -11
  701. package/dist/api/resources/crm/resources/contacts/client/requests/ContactsRemoteFieldClassesListRequest.d.ts +4 -0
  702. package/dist/api/resources/crm/resources/customObjectClasses/client/Client.js +4 -2
  703. package/dist/api/resources/crm/resources/customObjects/client/Client.d.ts +10 -1
  704. package/dist/api/resources/crm/resources/customObjects/client/Client.js +87 -5
  705. package/dist/api/resources/crm/resources/customObjects/client/requests/CrmCustomObjectEndpointRequest.d.ts +3 -1
  706. package/dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.d.ts +33 -0
  707. package/dist/api/resources/crm/resources/customObjects/client/requests/index.d.ts +1 -0
  708. package/dist/api/resources/crm/resources/deleteAccount/client/Client.js +1 -1
  709. package/dist/api/resources/crm/resources/engagementTypes/client/Client.js +10 -4
  710. package/dist/api/resources/crm/resources/engagementTypes/client/requests/EngagementTypesRemoteFieldClassesListRequest.d.ts +4 -0
  711. package/dist/api/resources/crm/resources/engagements/client/Client.js +18 -8
  712. package/dist/api/resources/crm/resources/engagements/client/requests/EngagementsRemoteFieldClassesListRequest.d.ts +4 -0
  713. package/dist/api/resources/crm/resources/fieldMapping/client/Client.d.ts +2 -5
  714. package/dist/api/resources/crm/resources/fieldMapping/client/Client.js +14 -11
  715. package/dist/api/resources/crm/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  716. package/dist/api/resources/crm/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  717. package/dist/api/resources/crm/resources/forceResync/client/Client.js +2 -1
  718. package/dist/api/resources/crm/resources/generateKey/client/Client.js +2 -1
  719. package/dist/api/resources/crm/resources/index.d.ts +0 -2
  720. package/dist/api/resources/crm/resources/index.js +1 -3
  721. package/dist/api/resources/crm/resources/issues/client/Client.d.ts +1 -1
  722. package/dist/api/resources/crm/resources/issues/client/Client.js +9 -4
  723. package/dist/api/resources/crm/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  724. package/dist/api/resources/crm/resources/leads/client/Client.js +14 -6
  725. package/dist/api/resources/crm/resources/leads/client/requests/LeadsRemoteFieldClassesListRequest.d.ts +4 -0
  726. package/dist/api/resources/crm/resources/linkToken/client/Client.d.ts +1 -1
  727. package/dist/api/resources/crm/resources/linkToken/client/Client.js +3 -2
  728. package/dist/api/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  729. package/dist/api/resources/crm/resources/linkedAccounts/client/Client.js +2 -1
  730. package/dist/api/resources/crm/resources/notes/client/Client.js +14 -6
  731. package/dist/api/resources/crm/resources/notes/client/requests/NotesRemoteFieldClassesListRequest.d.ts +4 -0
  732. package/dist/api/resources/crm/resources/opportunities/client/Client.js +22 -9
  733. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesListRequest.d.ts +4 -0
  734. package/dist/api/resources/crm/resources/opportunities/client/requests/OpportunitiesRemoteFieldClassesListRequest.d.ts +4 -0
  735. package/dist/api/resources/crm/resources/passthrough/client/Client.js +2 -1
  736. package/dist/api/resources/crm/resources/regenerateKey/client/Client.js +2 -1
  737. package/dist/api/resources/crm/resources/scopes/client/Client.d.ts +16 -1
  738. package/dist/api/resources/crm/resources/scopes/client/Client.js +22 -4
  739. package/dist/api/resources/crm/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  740. package/dist/api/resources/crm/resources/stages/client/Client.js +10 -4
  741. package/dist/api/resources/crm/resources/stages/client/requests/StagesRemoteFieldClassesListRequest.d.ts +4 -0
  742. package/dist/api/resources/crm/resources/syncStatus/client/Client.js +2 -1
  743. package/dist/api/resources/crm/resources/tasks/client/Client.js +18 -8
  744. package/dist/api/resources/crm/resources/tasks/client/requests/TasksRemoteFieldClassesListRequest.d.ts +4 -0
  745. package/dist/api/resources/crm/resources/users/client/Client.d.ts +1 -2
  746. package/dist/api/resources/crm/resources/users/client/Client.js +12 -7
  747. package/dist/api/resources/crm/resources/users/client/requests/UsersRemoteFieldClassesListRequest.d.ts +4 -0
  748. package/dist/api/resources/crm/resources/webhookReceivers/client/Client.js +4 -2
  749. package/dist/api/resources/crm/types/Account.d.ts +2 -1
  750. package/dist/api/resources/crm/types/AccountIntegration.d.ts +2 -0
  751. package/dist/api/resources/crm/types/AccountRequest.d.ts +1 -0
  752. package/dist/api/resources/crm/types/Address.d.ts +2 -1
  753. package/dist/api/resources/crm/types/Association.d.ts +5 -3
  754. package/dist/api/resources/crm/types/AssociationAssociationType.d.ts +3 -0
  755. package/dist/api/resources/crm/types/AssociationSubType.d.ts +2 -1
  756. package/dist/api/resources/crm/types/AssociationType.d.ts +3 -1
  757. package/dist/api/resources/crm/types/AuditLogEvent.d.ts +4 -0
  758. package/dist/api/resources/crm/types/AuditLogEventEventType.d.ts +4 -0
  759. package/dist/api/resources/crm/types/Contact.d.ts +2 -1
  760. package/dist/api/resources/crm/types/CustomObject.d.ts +4 -1
  761. package/dist/api/resources/crm/types/CustomObjectClass.d.ts +4 -0
  762. package/dist/api/resources/crm/types/EmailAddress.d.ts +2 -1
  763. package/dist/api/resources/crm/types/Engagement.d.ts +2 -1
  764. package/dist/api/resources/crm/types/EngagementType.d.ts +2 -1
  765. package/dist/api/resources/crm/types/EventTypeEnum.d.ts +9 -1
  766. package/dist/api/resources/crm/types/EventTypeEnum.js +4 -0
  767. package/dist/api/resources/crm/types/Lead.d.ts +2 -1
  768. package/dist/api/resources/crm/types/Note.d.ts +2 -1
  769. package/dist/api/resources/crm/types/Opportunity.d.ts +2 -1
  770. package/dist/api/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
  771. package/dist/api/resources/crm/types/PhoneNumber.d.ts +2 -1
  772. package/dist/api/resources/crm/types/RemoteField.d.ts +1 -1
  773. package/dist/api/resources/crm/types/RemoteFieldApi.d.ts +2 -1
  774. package/dist/api/resources/crm/types/RemoteFieldApiCoverage.d.ts +4 -0
  775. package/dist/api/resources/crm/types/RemoteFieldClassForCustomObjectClass.d.ts +2 -1
  776. package/dist/api/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  777. package/dist/api/resources/crm/types/Stage.d.ts +2 -1
  778. package/dist/api/resources/crm/types/Task.d.ts +2 -1
  779. package/dist/api/resources/crm/types/User.d.ts +2 -1
  780. package/dist/api/resources/crm/types/index.d.ts +1 -9
  781. package/dist/api/resources/crm/types/index.js +1 -9
  782. package/dist/api/resources/filestorage/client/Client.d.ts +0 -3
  783. package/dist/api/resources/filestorage/client/Client.js +8 -13
  784. package/dist/api/resources/filestorage/resources/accountDetails/client/Client.js +2 -1
  785. package/dist/api/resources/filestorage/resources/accountToken/client/Client.js +2 -1
  786. package/dist/api/resources/filestorage/resources/asyncPassthrough/client/Client.js +4 -2
  787. package/dist/api/resources/filestorage/resources/auditTrail/client/Client.js +2 -1
  788. package/dist/api/resources/filestorage/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  789. package/dist/api/resources/filestorage/resources/availableActions/client/Client.js +2 -1
  790. package/dist/api/resources/filestorage/resources/deleteAccount/client/Client.js +1 -1
  791. package/dist/api/resources/filestorage/resources/drives/client/Client.js +4 -2
  792. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.d.ts +2 -5
  793. package/dist/api/resources/filestorage/resources/fieldMapping/client/Client.js +14 -11
  794. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  795. package/dist/api/resources/filestorage/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  796. package/dist/api/resources/filestorage/resources/files/client/Client.d.ts +1 -1
  797. package/dist/api/resources/filestorage/resources/files/client/Client.js +10 -6
  798. package/dist/api/resources/filestorage/resources/folders/client/Client.js +8 -4
  799. package/dist/api/resources/filestorage/resources/forceResync/client/Client.js +2 -1
  800. package/dist/api/resources/filestorage/resources/generateKey/client/Client.js +2 -1
  801. package/dist/api/resources/filestorage/resources/groups/client/Client.js +4 -2
  802. package/dist/api/resources/filestorage/resources/index.d.ts +0 -2
  803. package/dist/api/resources/filestorage/resources/index.js +1 -3
  804. package/dist/api/resources/filestorage/resources/issues/client/Client.d.ts +1 -1
  805. package/dist/api/resources/filestorage/resources/issues/client/Client.js +9 -4
  806. package/dist/api/resources/filestorage/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  807. package/dist/api/resources/filestorage/resources/linkToken/client/Client.d.ts +1 -1
  808. package/dist/api/resources/filestorage/resources/linkToken/client/Client.js +3 -2
  809. package/dist/api/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  810. package/dist/api/resources/filestorage/resources/linkedAccounts/client/Client.js +2 -1
  811. package/dist/api/resources/filestorage/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  812. package/dist/api/resources/filestorage/resources/passthrough/client/Client.js +2 -1
  813. package/dist/api/resources/filestorage/resources/regenerateKey/client/Client.js +2 -1
  814. package/dist/api/resources/filestorage/resources/scopes/client/Client.d.ts +16 -1
  815. package/dist/api/resources/filestorage/resources/scopes/client/Client.js +22 -4
  816. package/dist/api/resources/filestorage/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  817. package/dist/api/resources/filestorage/resources/syncStatus/client/Client.js +2 -1
  818. package/dist/api/resources/filestorage/resources/users/client/Client.js +4 -2
  819. package/dist/api/resources/filestorage/resources/webhookReceivers/client/Client.js +4 -2
  820. package/dist/api/resources/filestorage/types/AccountIntegration.d.ts +2 -0
  821. package/dist/api/resources/filestorage/types/AuditLogEvent.d.ts +4 -0
  822. package/dist/api/resources/filestorage/types/AuditLogEventEventType.d.ts +4 -0
  823. package/dist/api/resources/filestorage/types/Drive.d.ts +2 -1
  824. package/dist/api/resources/filestorage/types/EventTypeEnum.d.ts +9 -1
  825. package/dist/api/resources/filestorage/types/EventTypeEnum.js +4 -0
  826. package/dist/api/resources/filestorage/types/File_.d.ts +2 -1
  827. package/dist/api/resources/filestorage/types/Folder.d.ts +2 -1
  828. package/dist/api/resources/filestorage/types/Group.d.ts +3 -2
  829. package/dist/api/resources/filestorage/types/Permission.d.ts +2 -1
  830. package/dist/api/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
  831. package/dist/api/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +4 -0
  832. package/dist/api/resources/filestorage/types/User.d.ts +2 -1
  833. package/dist/api/resources/filestorage/types/index.d.ts +1 -9
  834. package/dist/api/resources/filestorage/types/index.js +1 -9
  835. package/dist/api/resources/hris/client/Client.d.ts +0 -3
  836. package/dist/api/resources/hris/client/Client.js +14 -19
  837. package/dist/api/resources/hris/resources/accountDetails/client/Client.js +2 -1
  838. package/dist/api/resources/hris/resources/accountToken/client/Client.js +2 -1
  839. package/dist/api/resources/hris/resources/asyncPassthrough/client/Client.js +4 -2
  840. package/dist/api/resources/hris/resources/auditTrail/client/Client.js +2 -1
  841. package/dist/api/resources/hris/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  842. package/dist/api/resources/hris/resources/availableActions/client/Client.js +2 -1
  843. package/dist/api/resources/hris/resources/bankInfo/client/Client.js +4 -2
  844. package/dist/api/resources/hris/resources/bankInfo/client/requests/BankInfoListRequest.d.ts +1 -1
  845. package/dist/api/resources/hris/resources/benefits/client/Client.js +4 -2
  846. package/dist/api/resources/hris/resources/companies/client/Client.js +4 -2
  847. package/dist/api/resources/hris/resources/deleteAccount/client/Client.js +1 -1
  848. package/dist/api/resources/hris/resources/dependents/client/Client.js +4 -2
  849. package/dist/api/resources/hris/resources/employeePayrollRuns/client/Client.js +4 -2
  850. package/dist/api/resources/hris/resources/employees/client/Client.d.ts +1 -3
  851. package/dist/api/resources/hris/resources/employees/client/Client.js +10 -8
  852. package/dist/api/resources/hris/resources/employees/client/requests/IgnoreCommonModelRequest.d.ts +1 -3
  853. package/dist/api/resources/hris/resources/employerBenefits/client/Client.js +4 -2
  854. package/dist/api/resources/hris/resources/employments/client/Client.js +4 -2
  855. package/dist/api/resources/hris/resources/employments/client/requests/EmploymentsListRequest.d.ts +1 -1
  856. package/dist/api/resources/hris/resources/fieldMapping/client/Client.d.ts +2 -5
  857. package/dist/api/resources/hris/resources/fieldMapping/client/Client.js +14 -11
  858. package/dist/api/resources/hris/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  859. package/dist/api/resources/hris/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  860. package/dist/api/resources/hris/resources/forceResync/client/Client.js +2 -1
  861. package/dist/api/resources/hris/resources/generateKey/client/Client.js +2 -1
  862. package/dist/api/resources/hris/resources/groups/client/Client.js +8 -3
  863. package/dist/api/resources/hris/resources/groups/client/requests/GroupsListRequest.d.ts +4 -0
  864. package/dist/api/resources/hris/resources/index.d.ts +0 -2
  865. package/dist/api/resources/hris/resources/index.js +1 -3
  866. package/dist/api/resources/hris/resources/issues/client/Client.d.ts +1 -1
  867. package/dist/api/resources/hris/resources/issues/client/Client.js +9 -4
  868. package/dist/api/resources/hris/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  869. package/dist/api/resources/hris/resources/linkToken/client/Client.d.ts +1 -1
  870. package/dist/api/resources/hris/resources/linkToken/client/Client.js +3 -2
  871. package/dist/api/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  872. package/dist/api/resources/hris/resources/linkedAccounts/client/Client.js +2 -1
  873. package/dist/api/resources/hris/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  874. package/dist/api/resources/hris/resources/locations/client/Client.js +4 -2
  875. package/dist/api/resources/hris/resources/passthrough/client/Client.js +2 -1
  876. package/dist/api/resources/hris/resources/payGroups/client/Client.js +4 -2
  877. package/dist/api/resources/hris/resources/payrollRuns/client/Client.js +4 -2
  878. package/dist/api/resources/hris/resources/regenerateKey/client/Client.js +2 -1
  879. package/dist/api/resources/hris/resources/scopes/client/Client.d.ts +16 -1
  880. package/dist/api/resources/hris/resources/scopes/client/Client.js +22 -4
  881. package/dist/api/resources/hris/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  882. package/dist/api/resources/hris/resources/syncStatus/client/Client.js +2 -1
  883. package/dist/api/resources/hris/resources/teams/client/Client.js +4 -2
  884. package/dist/api/resources/hris/resources/timeOff/client/Client.js +8 -4
  885. package/dist/api/resources/hris/resources/timeOffBalances/client/Client.js +4 -2
  886. package/dist/api/resources/hris/resources/timesheetEntries/client/Client.js +8 -4
  887. package/dist/api/resources/hris/resources/timesheetEntries/client/requests/TimesheetEntriesListRequest.d.ts +5 -5
  888. package/dist/api/resources/hris/resources/webhookReceivers/client/Client.js +4 -2
  889. package/dist/api/resources/hris/types/AccountIntegration.d.ts +2 -0
  890. package/dist/api/resources/hris/types/AuditLogEvent.d.ts +4 -0
  891. package/dist/api/resources/hris/types/AuditLogEventEventType.d.ts +4 -0
  892. package/dist/api/resources/hris/types/BankInfo.d.ts +2 -1
  893. package/dist/api/resources/hris/types/Benefit.d.ts +2 -1
  894. package/dist/api/resources/hris/types/Company.d.ts +2 -1
  895. package/dist/api/resources/hris/types/Deduction.d.ts +2 -1
  896. package/dist/api/resources/hris/types/Dependent.d.ts +2 -1
  897. package/dist/api/resources/hris/types/Earning.d.ts +2 -1
  898. package/dist/api/resources/hris/types/Employee.d.ts +2 -1
  899. package/dist/api/resources/hris/types/EmployeePayrollRun.d.ts +2 -1
  900. package/dist/api/resources/hris/types/EmployerBenefit.d.ts +2 -1
  901. package/dist/api/resources/hris/types/Employment.d.ts +2 -1
  902. package/dist/api/resources/hris/types/EventTypeEnum.d.ts +9 -1
  903. package/dist/api/resources/hris/types/EventTypeEnum.js +4 -0
  904. package/dist/api/resources/hris/types/Group.d.ts +4 -1
  905. package/dist/api/resources/hris/types/Location.d.ts +2 -1
  906. package/dist/api/resources/hris/types/PayGroup.d.ts +2 -1
  907. package/dist/api/resources/hris/types/PayrollRun.d.ts +2 -1
  908. package/dist/api/resources/hris/types/RemoteFieldApi.d.ts +2 -1
  909. package/dist/api/resources/hris/types/RemoteFieldApiCoverage.d.ts +4 -0
  910. package/dist/api/resources/hris/types/Tax.d.ts +2 -1
  911. package/dist/api/resources/hris/types/Team.d.ts +2 -1
  912. package/dist/api/resources/hris/types/TimeOff.d.ts +2 -1
  913. package/dist/api/resources/hris/types/TimeOffBalance.d.ts +2 -1
  914. package/dist/api/resources/hris/types/TimesheetEntry.d.ts +2 -1
  915. package/dist/api/resources/hris/types/index.d.ts +1 -9
  916. package/dist/api/resources/hris/types/index.js +1 -9
  917. package/dist/api/resources/index.d.ts +3 -3
  918. package/dist/api/resources/index.js +4 -4
  919. package/dist/api/resources/ticketing/client/Client.d.ts +0 -3
  920. package/dist/api/resources/ticketing/client/Client.js +14 -19
  921. package/dist/api/resources/ticketing/resources/accountDetails/client/Client.js +2 -1
  922. package/dist/api/resources/ticketing/resources/accountToken/client/Client.js +2 -1
  923. package/dist/api/resources/ticketing/resources/accounts/client/Client.js +4 -2
  924. package/dist/api/resources/ticketing/resources/asyncPassthrough/client/Client.js +4 -2
  925. package/dist/api/resources/ticketing/resources/attachments/client/Client.d.ts +1 -1
  926. package/dist/api/resources/ticketing/resources/attachments/client/Client.js +10 -6
  927. package/dist/api/resources/ticketing/resources/auditTrail/client/Client.js +2 -1
  928. package/dist/api/resources/ticketing/resources/auditTrail/client/requests/AuditTrailListRequest.d.ts +1 -1
  929. package/dist/api/resources/ticketing/resources/availableActions/client/Client.js +2 -1
  930. package/dist/api/resources/ticketing/resources/collections/client/Client.js +6 -3
  931. package/dist/api/resources/ticketing/resources/comments/client/Client.js +8 -4
  932. package/dist/api/resources/ticketing/resources/contacts/client/Client.d.ts +16 -0
  933. package/dist/api/resources/ticketing/resources/contacts/client/Client.js +139 -2
  934. package/dist/api/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +21 -0
  935. package/dist/api/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
  936. package/dist/api/resources/ticketing/resources/deleteAccount/client/Client.js +1 -1
  937. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.d.ts +2 -5
  938. package/dist/api/resources/ticketing/resources/fieldMapping/client/Client.js +14 -11
  939. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/CreateFieldMappingRequest.d.ts +1 -1
  940. package/dist/api/resources/ticketing/resources/fieldMapping/client/requests/PatchedEditFieldMappingRequest.d.ts +1 -4
  941. package/dist/api/resources/ticketing/resources/forceResync/client/Client.js +2 -1
  942. package/dist/api/resources/ticketing/resources/generateKey/client/Client.js +2 -1
  943. package/dist/api/resources/ticketing/resources/index.d.ts +0 -2
  944. package/dist/api/resources/ticketing/resources/index.js +1 -3
  945. package/dist/api/resources/ticketing/resources/issues/client/Client.d.ts +1 -1
  946. package/dist/api/resources/ticketing/resources/issues/client/Client.js +9 -4
  947. package/dist/api/resources/ticketing/resources/issues/client/requests/IssuesListRequest.d.ts +4 -0
  948. package/dist/api/resources/ticketing/resources/linkToken/client/Client.d.ts +1 -1
  949. package/dist/api/resources/ticketing/resources/linkToken/client/Client.js +3 -2
  950. package/dist/api/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +5 -1
  951. package/dist/api/resources/ticketing/resources/linkedAccounts/client/Client.js +2 -1
  952. package/dist/api/resources/ticketing/resources/linkedAccounts/client/requests/LinkedAccountsListRequest.d.ts +1 -1
  953. package/dist/api/resources/ticketing/resources/passthrough/client/Client.js +2 -1
  954. package/dist/api/resources/ticketing/resources/projects/client/Client.js +6 -3
  955. package/dist/api/resources/ticketing/resources/regenerateKey/client/Client.js +2 -1
  956. package/dist/api/resources/ticketing/resources/roles/client/Client.js +4 -2
  957. package/dist/api/resources/ticketing/resources/scopes/client/Client.d.ts +16 -1
  958. package/dist/api/resources/ticketing/resources/scopes/client/Client.js +22 -4
  959. package/dist/api/resources/ticketing/resources/scopes/client/requests/LinkedAccountCommonModelScopeDeserializerRequest.d.ts +16 -1
  960. package/dist/api/resources/ticketing/resources/syncStatus/client/Client.js +2 -1
  961. package/dist/api/resources/ticketing/resources/tags/client/Client.js +4 -2
  962. package/dist/api/resources/ticketing/resources/teams/client/Client.js +4 -2
  963. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +24 -10
  964. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +4 -0
  965. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsRemoteFieldClassesListRequest.d.ts +4 -0
  966. package/dist/api/resources/ticketing/resources/users/client/Client.js +4 -2
  967. package/dist/api/resources/ticketing/resources/webhookReceivers/client/Client.js +4 -2
  968. package/dist/api/resources/ticketing/types/Account.d.ts +2 -1
  969. package/dist/api/resources/ticketing/types/AccountIntegration.d.ts +2 -0
  970. package/dist/api/resources/ticketing/types/Attachment.d.ts +2 -1
  971. package/dist/api/resources/ticketing/types/AuditLogEvent.d.ts +4 -0
  972. package/dist/api/resources/ticketing/types/AuditLogEventEventType.d.ts +4 -0
  973. package/dist/api/resources/ticketing/types/Collection.d.ts +2 -1
  974. package/dist/api/resources/ticketing/types/Comment.d.ts +2 -1
  975. package/dist/api/resources/ticketing/types/Contact.d.ts +2 -1
  976. package/dist/api/resources/ticketing/types/ContactRequest.d.ts +29 -0
  977. package/dist/api/resources/ticketing/types/ContactRequestAccount.d.ts +8 -0
  978. package/dist/api/resources/ticketing/types/EventTypeEnum.d.ts +9 -1
  979. package/dist/api/resources/ticketing/types/EventTypeEnum.js +4 -0
  980. package/dist/api/resources/ticketing/types/Project.d.ts +2 -1
  981. package/dist/api/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
  982. package/dist/api/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +4 -0
  983. package/dist/api/resources/ticketing/types/Role.d.ts +2 -1
  984. package/dist/api/resources/ticketing/types/Tag.d.ts +3 -1
  985. package/dist/api/resources/ticketing/types/Team.d.ts +2 -1
  986. package/dist/api/resources/ticketing/types/Ticket.d.ts +2 -1
  987. package/dist/api/resources/ticketing/types/TicketingContactResponse.d.ts +10 -0
  988. package/dist/api/resources/ticketing/types/User.d.ts +2 -1
  989. package/dist/api/resources/ticketing/types/index.d.ts +4 -9
  990. package/dist/api/resources/ticketing/types/index.js +4 -9
  991. package/dist/serialization/resources/accounting/resources/index.d.ts +0 -2
  992. package/dist/serialization/resources/accounting/resources/index.js +1 -3
  993. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  994. package/dist/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  995. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +0 -1
  996. package/dist/serialization/resources/accounting/types/CreditNoteLineItem.js +0 -1
  997. package/dist/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  998. package/dist/serialization/resources/accounting/types/EventTypeEnum.js +3 -0
  999. package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  1000. package/dist/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
  1001. package/dist/serialization/resources/accounting/types/PatchedPaymentRequestType.d.ts +10 -0
  1002. package/{serialization/resources/ats/types/ConditionSchemaConditionType.js → dist/serialization/resources/accounting/types/PatchedPaymentRequestType.js} +3 -3
  1003. package/dist/serialization/resources/accounting/types/Payment.d.ts +1 -0
  1004. package/dist/serialization/resources/accounting/types/Payment.js +1 -0
  1005. package/dist/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  1006. package/dist/serialization/resources/accounting/types/PaymentRequest.js +1 -0
  1007. package/dist/serialization/resources/accounting/types/PaymentRequestType.d.ts +10 -0
  1008. package/dist/serialization/resources/{ats/types/ConditionSchemaConditionType.js → accounting/types/PaymentRequestType.js} +3 -3
  1009. package/dist/serialization/resources/accounting/types/PaymentType.d.ts +10 -0
  1010. package/dist/serialization/resources/{crm/types/ConditionSchemaConditionType.js → accounting/types/PaymentType.js} +3 -3
  1011. package/dist/serialization/resources/accounting/types/PaymentTypeEnum.d.ts +10 -0
  1012. package/dist/serialization/resources/accounting/types/{ConditionTypeEnum.js → PaymentTypeEnum.js} +2 -2
  1013. package/dist/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
  1014. package/dist/serialization/resources/accounting/types/RemoteFieldApi.js +3 -0
  1015. package/dist/serialization/resources/accounting/types/RemoteFieldApiCoverage.d.ts +10 -0
  1016. package/dist/serialization/resources/{ats/types/ConditionTypeEnum.js → accounting/types/RemoteFieldApiCoverage.js} +2 -2
  1017. package/dist/serialization/resources/accounting/types/index.d.ts +5 -9
  1018. package/dist/serialization/resources/accounting/types/index.js +5 -9
  1019. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
  1020. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  1021. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
  1022. package/dist/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  1023. package/dist/serialization/resources/ats/resources/index.d.ts +0 -2
  1024. package/dist/serialization/resources/ats/resources/index.js +1 -3
  1025. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1026. package/dist/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1027. package/dist/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
  1028. package/dist/serialization/resources/ats/types/AccountIntegration.js +1 -0
  1029. package/dist/serialization/resources/ats/types/Application.d.ts +1 -0
  1030. package/dist/serialization/resources/ats/types/Application.js +3 -0
  1031. package/dist/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
  1032. package/dist/serialization/resources/ats/types/ApplicationRequest.js +3 -0
  1033. package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
  1034. package/dist/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
  1035. package/dist/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
  1036. package/dist/serialization/resources/{accounting/types/ConditionSchemaConditionType.js → ats/types/ApplicationScreeningQuestionAnswersItem.js} +3 -3
  1037. package/dist/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
  1038. package/dist/serialization/resources/ats/types/EmailAddress.js +1 -0
  1039. package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  1040. package/dist/serialization/resources/ats/types/EventTypeEnum.js +4 -0
  1041. package/dist/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
  1042. package/dist/serialization/resources/ats/types/PhoneNumber.js +1 -0
  1043. package/dist/serialization/resources/ats/types/RemoteFieldApi.d.ts +2 -1
  1044. package/dist/serialization/resources/ats/types/RemoteFieldApi.js +2 -1
  1045. package/dist/serialization/resources/ats/types/RemoteFieldApiCoverage.d.ts +10 -0
  1046. package/dist/serialization/resources/{filestorage/types/ConditionTypeEnum.js → ats/types/RemoteFieldApiCoverage.js} +2 -2
  1047. package/dist/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
  1048. package/dist/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
  1049. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
  1050. package/dist/serialization/resources/ats/types/{PaginatedConditionSchemaList.js → ScreeningQuestionAnswer.js} +10 -6
  1051. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
  1052. package/dist/serialization/resources/{ticketing/types/ConditionSchemaConditionType.js → ats/types/ScreeningQuestionAnswerQuestion.js} +3 -3
  1053. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
  1054. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
  1055. package/dist/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
  1056. package/dist/serialization/resources/{filestorage/types/ConditionSchemaConditionType.js → ats/types/ScreeningQuestionAnswerRequestQuestion.js} +3 -3
  1057. package/dist/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
  1058. package/dist/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
  1059. package/dist/serialization/resources/ats/types/Url.d.ts +1 -0
  1060. package/dist/serialization/resources/ats/types/Url.js +1 -0
  1061. package/dist/serialization/resources/ats/types/index.d.ts +7 -9
  1062. package/dist/serialization/resources/ats/types/index.js +7 -9
  1063. package/dist/serialization/resources/crm/resources/index.d.ts +0 -2
  1064. package/dist/serialization/resources/crm/resources/index.js +1 -3
  1065. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1066. package/dist/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1067. package/dist/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
  1068. package/dist/serialization/resources/crm/types/AccountIntegration.js +1 -0
  1069. package/dist/serialization/resources/crm/types/AccountRequest.d.ts +1 -0
  1070. package/dist/serialization/resources/crm/types/AccountRequest.js +3 -0
  1071. package/dist/serialization/resources/crm/types/Association.d.ts +2 -2
  1072. package/dist/serialization/resources/crm/types/Association.js +2 -2
  1073. package/dist/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1074. package/dist/serialization/resources/crm/types/EventTypeEnum.js +4 -0
  1075. package/dist/serialization/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
  1076. package/dist/serialization/resources/crm/types/PatchedAccountRequest.js +3 -0
  1077. package/dist/serialization/resources/crm/types/RemoteField.d.ts +1 -1
  1078. package/dist/serialization/resources/crm/types/RemoteField.js +1 -1
  1079. package/dist/serialization/resources/crm/types/RemoteFieldApi.d.ts +2 -1
  1080. package/dist/serialization/resources/crm/types/RemoteFieldApi.js +2 -1
  1081. package/dist/serialization/resources/crm/types/RemoteFieldApiCoverage.d.ts +10 -0
  1082. package/dist/serialization/resources/crm/types/RemoteFieldApiCoverage.js +31 -0
  1083. package/dist/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  1084. package/dist/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
  1085. package/dist/serialization/resources/crm/types/index.d.ts +1 -9
  1086. package/dist/serialization/resources/crm/types/index.js +1 -9
  1087. package/dist/serialization/resources/filestorage/resources/index.d.ts +0 -2
  1088. package/dist/serialization/resources/filestorage/resources/index.js +1 -3
  1089. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1090. package/dist/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1091. package/dist/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
  1092. package/dist/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
  1093. package/dist/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1094. package/dist/serialization/resources/filestorage/types/EventTypeEnum.js +4 -0
  1095. package/dist/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
  1096. package/dist/serialization/resources/filestorage/types/RemoteFieldApi.js +4 -1
  1097. package/dist/serialization/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +10 -0
  1098. package/dist/serialization/resources/filestorage/types/RemoteFieldApiCoverage.js +31 -0
  1099. package/dist/serialization/resources/filestorage/types/index.d.ts +1 -9
  1100. package/dist/serialization/resources/filestorage/types/index.js +1 -9
  1101. package/dist/serialization/resources/hris/resources/index.d.ts +0 -2
  1102. package/dist/serialization/resources/hris/resources/index.js +1 -3
  1103. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1104. package/dist/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1105. package/dist/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
  1106. package/dist/serialization/resources/hris/types/AccountIntegration.js +1 -0
  1107. package/dist/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1108. package/dist/serialization/resources/hris/types/EventTypeEnum.js +4 -0
  1109. package/dist/serialization/resources/hris/types/Group.d.ts +1 -0
  1110. package/dist/serialization/resources/hris/types/Group.js +1 -0
  1111. package/dist/serialization/resources/hris/types/RemoteFieldApi.d.ts +2 -1
  1112. package/dist/serialization/resources/hris/types/RemoteFieldApi.js +2 -1
  1113. package/dist/serialization/resources/hris/types/RemoteFieldApiCoverage.d.ts +10 -0
  1114. package/dist/serialization/resources/hris/types/RemoteFieldApiCoverage.js +31 -0
  1115. package/dist/serialization/resources/hris/types/index.d.ts +1 -9
  1116. package/dist/serialization/resources/hris/types/index.js +1 -9
  1117. package/dist/serialization/resources/index.d.ts +3 -3
  1118. package/dist/serialization/resources/index.js +4 -4
  1119. package/dist/serialization/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +12 -0
  1120. package/dist/serialization/resources/{ats/resources/selectiveSync/client/configurationsUpdate.js → ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +5 -3
  1121. package/dist/serialization/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
  1122. package/dist/serialization/resources/ticketing/resources/contacts/client/requests/index.js +5 -0
  1123. package/dist/serialization/resources/ticketing/resources/index.d.ts +2 -2
  1124. package/dist/serialization/resources/ticketing/resources/index.js +3 -3
  1125. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1126. package/dist/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1127. package/dist/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
  1128. package/dist/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
  1129. package/dist/serialization/resources/ticketing/types/ContactRequest.d.ts +18 -0
  1130. package/dist/serialization/resources/{crm/types/ConditionSchema.js → ticketing/types/ContactRequest.js} +9 -9
  1131. package/dist/serialization/resources/ticketing/types/ContactRequestAccount.d.ts +10 -0
  1132. package/dist/serialization/resources/ticketing/types/ContactRequestAccount.js +43 -0
  1133. package/dist/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1134. package/dist/serialization/resources/ticketing/types/EventTypeEnum.js +4 -0
  1135. package/dist/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
  1136. package/dist/serialization/resources/ticketing/types/RemoteFieldApi.js +4 -1
  1137. package/dist/serialization/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +10 -0
  1138. package/dist/serialization/resources/ticketing/types/RemoteFieldApiCoverage.js +31 -0
  1139. package/dist/serialization/resources/ticketing/types/Tag.d.ts +1 -0
  1140. package/dist/serialization/resources/ticketing/types/Tag.js +1 -0
  1141. package/dist/serialization/resources/ticketing/types/TicketingContactResponse.d.ts +15 -0
  1142. package/dist/serialization/resources/{crm/types/PaginatedConditionSchemaList.js → ticketing/types/TicketingContactResponse.js} +7 -6
  1143. package/dist/serialization/resources/ticketing/types/index.d.ts +4 -9
  1144. package/dist/serialization/resources/ticketing/types/index.js +4 -9
  1145. package/package.json +1 -1
  1146. package/serialization/resources/accounting/resources/index.d.ts +0 -2
  1147. package/serialization/resources/accounting/resources/index.js +1 -3
  1148. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +1 -0
  1149. package/serialization/resources/accounting/resources/linkToken/client/requests/EndUserDetailsRequest.js +1 -0
  1150. package/serialization/resources/accounting/types/CreditNoteLineItem.d.ts +0 -1
  1151. package/serialization/resources/accounting/types/CreditNoteLineItem.js +0 -1
  1152. package/serialization/resources/accounting/types/EventTypeEnum.d.ts +1 -1
  1153. package/serialization/resources/accounting/types/EventTypeEnum.js +3 -0
  1154. package/serialization/resources/accounting/types/PatchedPaymentRequest.d.ts +1 -0
  1155. package/serialization/resources/accounting/types/PatchedPaymentRequest.js +3 -0
  1156. package/serialization/resources/accounting/types/PatchedPaymentRequestType.d.ts +10 -0
  1157. package/serialization/resources/{crm/types/ConditionSchemaConditionType.js → accounting/types/PatchedPaymentRequestType.js} +3 -3
  1158. package/serialization/resources/accounting/types/Payment.d.ts +1 -0
  1159. package/serialization/resources/accounting/types/Payment.js +1 -0
  1160. package/serialization/resources/accounting/types/PaymentRequest.d.ts +1 -0
  1161. package/serialization/resources/accounting/types/PaymentRequest.js +1 -0
  1162. package/serialization/resources/accounting/types/PaymentRequestType.d.ts +10 -0
  1163. package/serialization/resources/accounting/types/PaymentRequestType.js +43 -0
  1164. package/serialization/resources/accounting/types/PaymentType.d.ts +10 -0
  1165. package/serialization/resources/accounting/types/PaymentType.js +43 -0
  1166. package/serialization/resources/accounting/types/PaymentTypeEnum.d.ts +10 -0
  1167. package/{dist/serialization/resources/crm/types/ConditionTypeEnum.js → serialization/resources/accounting/types/PaymentTypeEnum.js} +2 -2
  1168. package/serialization/resources/accounting/types/RemoteFieldApi.d.ts +1 -0
  1169. package/serialization/resources/accounting/types/RemoteFieldApi.js +3 -0
  1170. package/serialization/resources/accounting/types/RemoteFieldApiCoverage.d.ts +10 -0
  1171. package/serialization/resources/accounting/types/RemoteFieldApiCoverage.js +31 -0
  1172. package/serialization/resources/accounting/types/index.d.ts +5 -9
  1173. package/serialization/resources/accounting/types/index.js +5 -9
  1174. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.d.ts +1 -1
  1175. package/serialization/resources/ats/resources/applications/types/ApplicationsListRequestExpand.js +192 -0
  1176. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.d.ts +1 -1
  1177. package/serialization/resources/ats/resources/applications/types/ApplicationsRetrieveRequestExpand.js +192 -0
  1178. package/serialization/resources/ats/resources/index.d.ts +0 -2
  1179. package/serialization/resources/ats/resources/index.js +1 -3
  1180. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1181. package/serialization/resources/ats/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1182. package/serialization/resources/ats/types/AccountIntegration.d.ts +1 -0
  1183. package/serialization/resources/ats/types/AccountIntegration.js +1 -0
  1184. package/serialization/resources/ats/types/Application.d.ts +1 -0
  1185. package/serialization/resources/ats/types/Application.js +3 -0
  1186. package/serialization/resources/ats/types/ApplicationRequest.d.ts +1 -0
  1187. package/serialization/resources/ats/types/ApplicationRequest.js +3 -0
  1188. package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.d.ts +10 -0
  1189. package/serialization/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js +43 -0
  1190. package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.d.ts +10 -0
  1191. package/serialization/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js +43 -0
  1192. package/serialization/resources/ats/types/EmailAddress.d.ts +1 -0
  1193. package/serialization/resources/ats/types/EmailAddress.js +1 -0
  1194. package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  1195. package/serialization/resources/ats/types/EventTypeEnum.js +4 -0
  1196. package/serialization/resources/ats/types/PhoneNumber.d.ts +1 -0
  1197. package/serialization/resources/ats/types/PhoneNumber.js +1 -0
  1198. package/serialization/resources/ats/types/RemoteFieldApi.d.ts +2 -1
  1199. package/serialization/resources/ats/types/RemoteFieldApi.js +2 -1
  1200. package/serialization/resources/ats/types/RemoteFieldApiCoverage.d.ts +10 -0
  1201. package/serialization/resources/ats/types/RemoteFieldApiCoverage.js +31 -0
  1202. package/serialization/resources/ats/types/ScreeningQuestion.d.ts +1 -0
  1203. package/serialization/resources/ats/types/ScreeningQuestion.js +1 -0
  1204. package/serialization/resources/ats/types/ScreeningQuestionAnswer.d.ts +18 -0
  1205. package/{dist/serialization/resources/accounting/types/PaginatedConditionSchemaList.js → serialization/resources/ats/types/ScreeningQuestionAnswer.js} +10 -6
  1206. package/serialization/resources/ats/types/ScreeningQuestionAnswerQuestion.d.ts +10 -0
  1207. package/serialization/resources/{ticketing/types/ConditionSchemaConditionType.js → ats/types/ScreeningQuestionAnswerQuestion.js} +3 -3
  1208. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.d.ts +16 -0
  1209. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequest.js +48 -0
  1210. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.d.ts +10 -0
  1211. package/serialization/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js +43 -0
  1212. package/serialization/resources/ats/types/ScreeningQuestionOption.d.ts +1 -0
  1213. package/serialization/resources/ats/types/ScreeningQuestionOption.js +1 -0
  1214. package/serialization/resources/ats/types/Url.d.ts +1 -0
  1215. package/serialization/resources/ats/types/Url.js +1 -0
  1216. package/serialization/resources/ats/types/index.d.ts +7 -9
  1217. package/serialization/resources/ats/types/index.js +7 -9
  1218. package/serialization/resources/crm/resources/index.d.ts +0 -2
  1219. package/serialization/resources/crm/resources/index.js +1 -3
  1220. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1221. package/serialization/resources/crm/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1222. package/serialization/resources/crm/types/AccountIntegration.d.ts +1 -0
  1223. package/serialization/resources/crm/types/AccountIntegration.js +1 -0
  1224. package/serialization/resources/crm/types/AccountRequest.d.ts +1 -0
  1225. package/serialization/resources/crm/types/AccountRequest.js +3 -0
  1226. package/serialization/resources/crm/types/Association.d.ts +2 -2
  1227. package/serialization/resources/crm/types/Association.js +2 -2
  1228. package/serialization/resources/crm/types/EventTypeEnum.d.ts +1 -1
  1229. package/serialization/resources/crm/types/EventTypeEnum.js +4 -0
  1230. package/serialization/resources/crm/types/PatchedAccountRequest.d.ts +1 -0
  1231. package/serialization/resources/crm/types/PatchedAccountRequest.js +3 -0
  1232. package/serialization/resources/crm/types/RemoteField.d.ts +1 -1
  1233. package/serialization/resources/crm/types/RemoteField.js +1 -1
  1234. package/serialization/resources/crm/types/RemoteFieldApi.d.ts +2 -1
  1235. package/serialization/resources/crm/types/RemoteFieldApi.js +2 -1
  1236. package/serialization/resources/crm/types/RemoteFieldApiCoverage.d.ts +10 -0
  1237. package/serialization/resources/crm/types/RemoteFieldApiCoverage.js +31 -0
  1238. package/serialization/resources/crm/types/RemoteFieldRequest.d.ts +1 -1
  1239. package/serialization/resources/crm/types/RemoteFieldRequest.js +1 -1
  1240. package/serialization/resources/crm/types/index.d.ts +1 -9
  1241. package/serialization/resources/crm/types/index.js +1 -9
  1242. package/serialization/resources/filestorage/resources/index.d.ts +0 -2
  1243. package/serialization/resources/filestorage/resources/index.js +1 -3
  1244. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1245. package/serialization/resources/filestorage/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1246. package/serialization/resources/filestorage/types/AccountIntegration.d.ts +1 -0
  1247. package/serialization/resources/filestorage/types/AccountIntegration.js +1 -0
  1248. package/serialization/resources/filestorage/types/EventTypeEnum.d.ts +1 -1
  1249. package/serialization/resources/filestorage/types/EventTypeEnum.js +4 -0
  1250. package/serialization/resources/filestorage/types/RemoteFieldApi.d.ts +2 -1
  1251. package/serialization/resources/filestorage/types/RemoteFieldApi.js +4 -1
  1252. package/serialization/resources/filestorage/types/RemoteFieldApiCoverage.d.ts +10 -0
  1253. package/serialization/resources/filestorage/types/RemoteFieldApiCoverage.js +31 -0
  1254. package/serialization/resources/filestorage/types/index.d.ts +1 -9
  1255. package/serialization/resources/filestorage/types/index.js +1 -9
  1256. package/serialization/resources/hris/resources/index.d.ts +0 -2
  1257. package/serialization/resources/hris/resources/index.js +1 -3
  1258. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1259. package/serialization/resources/hris/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1260. package/serialization/resources/hris/types/AccountIntegration.d.ts +1 -0
  1261. package/serialization/resources/hris/types/AccountIntegration.js +1 -0
  1262. package/serialization/resources/hris/types/EventTypeEnum.d.ts +1 -1
  1263. package/serialization/resources/hris/types/EventTypeEnum.js +4 -0
  1264. package/serialization/resources/hris/types/Group.d.ts +1 -0
  1265. package/serialization/resources/hris/types/Group.js +1 -0
  1266. package/serialization/resources/hris/types/RemoteFieldApi.d.ts +2 -1
  1267. package/serialization/resources/hris/types/RemoteFieldApi.js +2 -1
  1268. package/serialization/resources/hris/types/RemoteFieldApiCoverage.d.ts +10 -0
  1269. package/serialization/resources/hris/types/RemoteFieldApiCoverage.js +31 -0
  1270. package/serialization/resources/hris/types/index.d.ts +1 -9
  1271. package/serialization/resources/hris/types/index.js +1 -9
  1272. package/serialization/resources/index.d.ts +3 -3
  1273. package/serialization/resources/index.js +4 -4
  1274. package/serialization/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.d.ts +12 -0
  1275. package/{dist/serialization/resources/ats/resources/selectiveSync/client/configurationsList.js → serialization/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +5 -3
  1276. package/serialization/resources/ticketing/resources/contacts/client/requests/index.d.ts +1 -0
  1277. package/serialization/resources/ticketing/resources/contacts/client/requests/index.js +5 -0
  1278. package/serialization/resources/ticketing/resources/index.d.ts +2 -2
  1279. package/serialization/resources/ticketing/resources/index.js +3 -3
  1280. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.d.ts +2 -0
  1281. package/serialization/resources/ticketing/resources/linkToken/client/requests/EndUserDetailsRequest.js +2 -0
  1282. package/serialization/resources/ticketing/types/AccountIntegration.d.ts +1 -0
  1283. package/serialization/resources/ticketing/types/AccountIntegration.js +1 -0
  1284. package/serialization/resources/ticketing/types/ContactRequest.d.ts +18 -0
  1285. package/serialization/resources/{crm/types/ConditionSchema.js → ticketing/types/ContactRequest.js} +9 -9
  1286. package/serialization/resources/ticketing/types/ContactRequestAccount.d.ts +10 -0
  1287. package/serialization/resources/ticketing/types/ContactRequestAccount.js +43 -0
  1288. package/serialization/resources/ticketing/types/EventTypeEnum.d.ts +1 -1
  1289. package/serialization/resources/ticketing/types/EventTypeEnum.js +4 -0
  1290. package/serialization/resources/ticketing/types/RemoteFieldApi.d.ts +2 -1
  1291. package/serialization/resources/ticketing/types/RemoteFieldApi.js +4 -1
  1292. package/serialization/resources/ticketing/types/RemoteFieldApiCoverage.d.ts +10 -0
  1293. package/serialization/resources/ticketing/types/RemoteFieldApiCoverage.js +31 -0
  1294. package/serialization/resources/ticketing/types/Tag.d.ts +1 -0
  1295. package/serialization/resources/ticketing/types/Tag.js +1 -0
  1296. package/serialization/resources/ticketing/types/TicketingContactResponse.d.ts +15 -0
  1297. package/{dist/serialization/resources/filestorage/types/PaginatedConditionSchemaList.js → serialization/resources/ticketing/types/TicketingContactResponse.js} +7 -6
  1298. package/serialization/resources/ticketing/types/index.d.ts +4 -9
  1299. package/serialization/resources/ticketing/types/index.js +4 -9
  1300. package/api/resources/accounting/resources/selectiveSync/client/Client.d.ts +0 -47
  1301. package/api/resources/accounting/resources/selectiveSync/client/Client.js +0 -238
  1302. package/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1303. package/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1304. package/api/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1305. package/api/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -2
  1306. package/api/resources/accounting/types/ConditionSchema.d.ts +0 -28
  1307. package/api/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -16
  1308. package/api/resources/accounting/types/ConditionTypeEnum.d.ts +0 -22
  1309. package/api/resources/accounting/types/ConditionTypeEnum.js +0 -15
  1310. package/api/resources/accounting/types/LinkedAccountCondition.d.ts +0 -14
  1311. package/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -12
  1312. package/api/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1313. package/api/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1314. package/api/resources/accounting/types/OperatorSchema.d.ts +0 -9
  1315. package/api/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -9
  1316. package/api/resources/ats/resources/selectiveSync/client/Client.d.ts +0 -47
  1317. package/api/resources/ats/resources/selectiveSync/client/Client.js +0 -238
  1318. package/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1319. package/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1320. package/api/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1321. package/api/resources/ats/resources/selectiveSync/client/requests/index.js +0 -2
  1322. package/api/resources/ats/types/ConditionSchema.d.ts +0 -28
  1323. package/api/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -16
  1324. package/api/resources/ats/types/ConditionTypeEnum.d.ts +0 -22
  1325. package/api/resources/ats/types/ConditionTypeEnum.js +0 -15
  1326. package/api/resources/ats/types/LinkedAccountCondition.d.ts +0 -14
  1327. package/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -12
  1328. package/api/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1329. package/api/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1330. package/api/resources/ats/types/OperatorSchema.d.ts +0 -9
  1331. package/api/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -9
  1332. package/api/resources/crm/resources/selectiveSync/client/Client.d.ts +0 -47
  1333. package/api/resources/crm/resources/selectiveSync/client/Client.js +0 -238
  1334. package/api/resources/crm/resources/selectiveSync/client/index.d.ts +0 -1
  1335. package/api/resources/crm/resources/selectiveSync/client/index.js +0 -17
  1336. package/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1337. package/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1338. package/api/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1339. package/api/resources/crm/resources/selectiveSync/client/requests/index.js +0 -2
  1340. package/api/resources/crm/resources/selectiveSync/index.d.ts +0 -1
  1341. package/api/resources/crm/resources/selectiveSync/index.js +0 -17
  1342. package/api/resources/crm/types/ConditionSchema.d.ts +0 -28
  1343. package/api/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -16
  1344. package/api/resources/crm/types/ConditionTypeEnum.d.ts +0 -22
  1345. package/api/resources/crm/types/ConditionTypeEnum.js +0 -15
  1346. package/api/resources/crm/types/LinkedAccountCondition.d.ts +0 -14
  1347. package/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -12
  1348. package/api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1349. package/api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1350. package/api/resources/crm/types/OperatorSchema.d.ts +0 -9
  1351. package/api/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -9
  1352. package/api/resources/filestorage/resources/selectiveSync/client/Client.d.ts +0 -47
  1353. package/api/resources/filestorage/resources/selectiveSync/client/Client.js +0 -236
  1354. package/api/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -1
  1355. package/api/resources/filestorage/resources/selectiveSync/client/index.js +0 -17
  1356. package/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1357. package/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1358. package/api/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1359. package/api/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -2
  1360. package/api/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
  1361. package/api/resources/filestorage/resources/selectiveSync/index.js +0 -17
  1362. package/api/resources/filestorage/types/ConditionSchema.d.ts +0 -28
  1363. package/api/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -16
  1364. package/api/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -22
  1365. package/api/resources/filestorage/types/ConditionTypeEnum.js +0 -15
  1366. package/api/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -14
  1367. package/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -12
  1368. package/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1369. package/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1370. package/api/resources/filestorage/types/OperatorSchema.d.ts +0 -9
  1371. package/api/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -9
  1372. package/api/resources/hris/resources/selectiveSync/client/Client.d.ts +0 -47
  1373. package/api/resources/hris/resources/selectiveSync/client/Client.js +0 -238
  1374. package/api/resources/hris/resources/selectiveSync/client/index.d.ts +0 -1
  1375. package/api/resources/hris/resources/selectiveSync/client/index.js +0 -17
  1376. package/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1377. package/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1378. package/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1379. package/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1380. package/api/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1381. package/api/resources/hris/resources/selectiveSync/client/requests/index.js +0 -2
  1382. package/api/resources/hris/resources/selectiveSync/index.d.ts +0 -1
  1383. package/api/resources/hris/resources/selectiveSync/index.js +0 -17
  1384. package/api/resources/hris/types/ConditionSchema.d.ts +0 -28
  1385. package/api/resources/hris/types/ConditionSchema.js +0 -5
  1386. package/api/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -16
  1387. package/api/resources/hris/types/ConditionSchemaConditionType.js +0 -5
  1388. package/api/resources/hris/types/ConditionTypeEnum.d.ts +0 -22
  1389. package/api/resources/hris/types/ConditionTypeEnum.js +0 -15
  1390. package/api/resources/hris/types/LinkedAccountCondition.d.ts +0 -14
  1391. package/api/resources/hris/types/LinkedAccountCondition.js +0 -5
  1392. package/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -12
  1393. package/api/resources/hris/types/LinkedAccountConditionRequest.js +0 -5
  1394. package/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1395. package/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1396. package/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1397. package/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1398. package/api/resources/hris/types/OperatorSchema.d.ts +0 -9
  1399. package/api/resources/hris/types/OperatorSchema.js +0 -5
  1400. package/api/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -9
  1401. package/api/resources/hris/types/PaginatedConditionSchemaList.js +0 -5
  1402. package/api/resources/ticketing/resources/selectiveSync/client/Client.d.ts +0 -47
  1403. package/api/resources/ticketing/resources/selectiveSync/client/Client.js +0 -238
  1404. package/api/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -1
  1405. package/api/resources/ticketing/resources/selectiveSync/client/index.js +0 -17
  1406. package/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1407. package/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1408. package/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1409. package/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1410. package/api/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1411. package/api/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -2
  1412. package/api/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
  1413. package/api/resources/ticketing/resources/selectiveSync/index.js +0 -17
  1414. package/api/resources/ticketing/types/ConditionSchema.d.ts +0 -28
  1415. package/api/resources/ticketing/types/ConditionSchema.js +0 -5
  1416. package/api/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -16
  1417. package/api/resources/ticketing/types/ConditionSchemaConditionType.js +0 -5
  1418. package/api/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -22
  1419. package/api/resources/ticketing/types/ConditionTypeEnum.js +0 -15
  1420. package/api/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -14
  1421. package/api/resources/ticketing/types/LinkedAccountCondition.js +0 -5
  1422. package/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -12
  1423. package/api/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -5
  1424. package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1425. package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1426. package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1427. package/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1428. package/api/resources/ticketing/types/OperatorSchema.d.ts +0 -9
  1429. package/api/resources/ticketing/types/OperatorSchema.js +0 -5
  1430. package/api/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -9
  1431. package/api/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -5
  1432. package/dist/api/resources/accounting/resources/selectiveSync/client/Client.d.ts +0 -47
  1433. package/dist/api/resources/accounting/resources/selectiveSync/client/Client.js +0 -238
  1434. package/dist/api/resources/accounting/resources/selectiveSync/client/index.d.ts +0 -1
  1435. package/dist/api/resources/accounting/resources/selectiveSync/client/index.js +0 -17
  1436. package/dist/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1437. package/dist/api/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1438. package/dist/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1439. package/dist/api/resources/accounting/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1440. package/dist/api/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1441. package/dist/api/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -2
  1442. package/dist/api/resources/accounting/resources/selectiveSync/index.d.ts +0 -1
  1443. package/dist/api/resources/accounting/resources/selectiveSync/index.js +0 -17
  1444. package/dist/api/resources/accounting/types/ConditionSchema.d.ts +0 -28
  1445. package/dist/api/resources/accounting/types/ConditionSchema.js +0 -5
  1446. package/dist/api/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -16
  1447. package/dist/api/resources/accounting/types/ConditionSchemaConditionType.js +0 -5
  1448. package/dist/api/resources/accounting/types/ConditionTypeEnum.d.ts +0 -22
  1449. package/dist/api/resources/accounting/types/ConditionTypeEnum.js +0 -15
  1450. package/dist/api/resources/accounting/types/LinkedAccountCondition.d.ts +0 -14
  1451. package/dist/api/resources/accounting/types/LinkedAccountCondition.js +0 -5
  1452. package/dist/api/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -12
  1453. package/dist/api/resources/accounting/types/LinkedAccountConditionRequest.js +0 -5
  1454. package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1455. package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1456. package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1457. package/dist/api/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1458. package/dist/api/resources/accounting/types/OperatorSchema.d.ts +0 -9
  1459. package/dist/api/resources/accounting/types/OperatorSchema.js +0 -5
  1460. package/dist/api/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -9
  1461. package/dist/api/resources/accounting/types/PaginatedConditionSchemaList.js +0 -5
  1462. package/dist/api/resources/ats/resources/selectiveSync/client/Client.d.ts +0 -47
  1463. package/dist/api/resources/ats/resources/selectiveSync/client/Client.js +0 -238
  1464. package/dist/api/resources/ats/resources/selectiveSync/client/index.d.ts +0 -1
  1465. package/dist/api/resources/ats/resources/selectiveSync/client/index.js +0 -17
  1466. package/dist/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1467. package/dist/api/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1468. package/dist/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1469. package/dist/api/resources/ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1470. package/dist/api/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1471. package/dist/api/resources/ats/resources/selectiveSync/client/requests/index.js +0 -2
  1472. package/dist/api/resources/ats/resources/selectiveSync/index.d.ts +0 -1
  1473. package/dist/api/resources/ats/resources/selectiveSync/index.js +0 -17
  1474. package/dist/api/resources/ats/types/ConditionSchema.d.ts +0 -28
  1475. package/dist/api/resources/ats/types/ConditionSchema.js +0 -5
  1476. package/dist/api/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -16
  1477. package/dist/api/resources/ats/types/ConditionSchemaConditionType.js +0 -5
  1478. package/dist/api/resources/ats/types/ConditionTypeEnum.d.ts +0 -22
  1479. package/dist/api/resources/ats/types/ConditionTypeEnum.js +0 -15
  1480. package/dist/api/resources/ats/types/LinkedAccountCondition.d.ts +0 -14
  1481. package/dist/api/resources/ats/types/LinkedAccountCondition.js +0 -5
  1482. package/dist/api/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -12
  1483. package/dist/api/resources/ats/types/LinkedAccountConditionRequest.js +0 -5
  1484. package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1485. package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1486. package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1487. package/dist/api/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1488. package/dist/api/resources/ats/types/OperatorSchema.d.ts +0 -9
  1489. package/dist/api/resources/ats/types/OperatorSchema.js +0 -5
  1490. package/dist/api/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -9
  1491. package/dist/api/resources/ats/types/PaginatedConditionSchemaList.js +0 -5
  1492. package/dist/api/resources/crm/resources/selectiveSync/client/Client.d.ts +0 -47
  1493. package/dist/api/resources/crm/resources/selectiveSync/client/Client.js +0 -238
  1494. package/dist/api/resources/crm/resources/selectiveSync/client/index.d.ts +0 -1
  1495. package/dist/api/resources/crm/resources/selectiveSync/client/index.js +0 -17
  1496. package/dist/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1497. package/dist/api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1498. package/dist/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1499. package/dist/api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1500. package/dist/api/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1501. package/dist/api/resources/crm/resources/selectiveSync/client/requests/index.js +0 -2
  1502. package/dist/api/resources/crm/resources/selectiveSync/index.d.ts +0 -1
  1503. package/dist/api/resources/crm/resources/selectiveSync/index.js +0 -17
  1504. package/dist/api/resources/crm/types/ConditionSchema.d.ts +0 -28
  1505. package/dist/api/resources/crm/types/ConditionSchema.js +0 -5
  1506. package/dist/api/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -16
  1507. package/dist/api/resources/crm/types/ConditionSchemaConditionType.js +0 -5
  1508. package/dist/api/resources/crm/types/ConditionTypeEnum.d.ts +0 -22
  1509. package/dist/api/resources/crm/types/ConditionTypeEnum.js +0 -15
  1510. package/dist/api/resources/crm/types/LinkedAccountCondition.d.ts +0 -14
  1511. package/dist/api/resources/crm/types/LinkedAccountCondition.js +0 -5
  1512. package/dist/api/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -12
  1513. package/dist/api/resources/crm/types/LinkedAccountConditionRequest.js +0 -5
  1514. package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1515. package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1516. package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1517. package/dist/api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1518. package/dist/api/resources/crm/types/OperatorSchema.d.ts +0 -9
  1519. package/dist/api/resources/crm/types/OperatorSchema.js +0 -5
  1520. package/dist/api/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -9
  1521. package/dist/api/resources/crm/types/PaginatedConditionSchemaList.js +0 -5
  1522. package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.d.ts +0 -47
  1523. package/dist/api/resources/filestorage/resources/selectiveSync/client/Client.js +0 -236
  1524. package/dist/api/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -1
  1525. package/dist/api/resources/filestorage/resources/selectiveSync/client/index.js +0 -17
  1526. package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1527. package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1528. package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1529. package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1530. package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1531. package/dist/api/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -2
  1532. package/dist/api/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
  1533. package/dist/api/resources/filestorage/resources/selectiveSync/index.js +0 -17
  1534. package/dist/api/resources/filestorage/types/ConditionSchema.d.ts +0 -28
  1535. package/dist/api/resources/filestorage/types/ConditionSchema.js +0 -5
  1536. package/dist/api/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -16
  1537. package/dist/api/resources/filestorage/types/ConditionSchemaConditionType.js +0 -5
  1538. package/dist/api/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -22
  1539. package/dist/api/resources/filestorage/types/ConditionTypeEnum.js +0 -15
  1540. package/dist/api/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -14
  1541. package/dist/api/resources/filestorage/types/LinkedAccountCondition.js +0 -5
  1542. package/dist/api/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -12
  1543. package/dist/api/resources/filestorage/types/LinkedAccountConditionRequest.js +0 -5
  1544. package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1545. package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1546. package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1547. package/dist/api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1548. package/dist/api/resources/filestorage/types/OperatorSchema.d.ts +0 -9
  1549. package/dist/api/resources/filestorage/types/OperatorSchema.js +0 -5
  1550. package/dist/api/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -9
  1551. package/dist/api/resources/filestorage/types/PaginatedConditionSchemaList.js +0 -5
  1552. package/dist/api/resources/hris/resources/selectiveSync/client/Client.d.ts +0 -47
  1553. package/dist/api/resources/hris/resources/selectiveSync/client/Client.js +0 -238
  1554. package/dist/api/resources/hris/resources/selectiveSync/client/index.d.ts +0 -1
  1555. package/dist/api/resources/hris/resources/selectiveSync/client/index.js +0 -17
  1556. package/dist/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1557. package/dist/api/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1558. package/dist/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1559. package/dist/api/resources/hris/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1560. package/dist/api/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1561. package/dist/api/resources/hris/resources/selectiveSync/client/requests/index.js +0 -2
  1562. package/dist/api/resources/hris/resources/selectiveSync/index.d.ts +0 -1
  1563. package/dist/api/resources/hris/resources/selectiveSync/index.js +0 -17
  1564. package/dist/api/resources/hris/types/ConditionSchema.d.ts +0 -28
  1565. package/dist/api/resources/hris/types/ConditionSchema.js +0 -5
  1566. package/dist/api/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -16
  1567. package/dist/api/resources/hris/types/ConditionSchemaConditionType.js +0 -5
  1568. package/dist/api/resources/hris/types/ConditionTypeEnum.d.ts +0 -22
  1569. package/dist/api/resources/hris/types/ConditionTypeEnum.js +0 -15
  1570. package/dist/api/resources/hris/types/LinkedAccountCondition.d.ts +0 -14
  1571. package/dist/api/resources/hris/types/LinkedAccountCondition.js +0 -5
  1572. package/dist/api/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -12
  1573. package/dist/api/resources/hris/types/LinkedAccountConditionRequest.js +0 -5
  1574. package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1575. package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1576. package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1577. package/dist/api/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1578. package/dist/api/resources/hris/types/OperatorSchema.d.ts +0 -9
  1579. package/dist/api/resources/hris/types/OperatorSchema.js +0 -5
  1580. package/dist/api/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -9
  1581. package/dist/api/resources/hris/types/PaginatedConditionSchemaList.js +0 -5
  1582. package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.d.ts +0 -47
  1583. package/dist/api/resources/ticketing/resources/selectiveSync/client/Client.js +0 -238
  1584. package/dist/api/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -1
  1585. package/dist/api/resources/ticketing/resources/selectiveSync/client/index.js +0 -17
  1586. package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -16
  1587. package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -5
  1588. package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.d.ts +0 -18
  1589. package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js +0 -5
  1590. package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -2
  1591. package/dist/api/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -2
  1592. package/dist/api/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
  1593. package/dist/api/resources/ticketing/resources/selectiveSync/index.js +0 -17
  1594. package/dist/api/resources/ticketing/types/ConditionSchema.d.ts +0 -28
  1595. package/dist/api/resources/ticketing/types/ConditionSchema.js +0 -5
  1596. package/dist/api/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -16
  1597. package/dist/api/resources/ticketing/types/ConditionSchemaConditionType.js +0 -5
  1598. package/dist/api/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -22
  1599. package/dist/api/resources/ticketing/types/ConditionTypeEnum.js +0 -15
  1600. package/dist/api/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -14
  1601. package/dist/api/resources/ticketing/types/LinkedAccountCondition.js +0 -5
  1602. package/dist/api/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -12
  1603. package/dist/api/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -5
  1604. package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -8
  1605. package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -5
  1606. package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -8
  1607. package/dist/api/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -5
  1608. package/dist/api/resources/ticketing/types/OperatorSchema.d.ts +0 -9
  1609. package/dist/api/resources/ticketing/types/OperatorSchema.js +0 -5
  1610. package/dist/api/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -9
  1611. package/dist/api/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -5
  1612. package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1613. package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.js +0 -40
  1614. package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1615. package/dist/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1616. package/dist/serialization/resources/accounting/resources/selectiveSync/client/index.d.ts +0 -3
  1617. package/dist/serialization/resources/accounting/resources/selectiveSync/client/index.js +0 -32
  1618. package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1619. package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1620. package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1621. package/dist/serialization/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -5
  1622. package/dist/serialization/resources/accounting/resources/selectiveSync/index.d.ts +0 -1
  1623. package/dist/serialization/resources/accounting/resources/selectiveSync/index.js +0 -17
  1624. package/dist/serialization/resources/accounting/types/ConditionSchema.d.ts +0 -18
  1625. package/dist/serialization/resources/accounting/types/ConditionSchema.js +0 -48
  1626. package/dist/serialization/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -10
  1627. package/dist/serialization/resources/accounting/types/ConditionTypeEnum.d.ts +0 -10
  1628. package/dist/serialization/resources/accounting/types/LinkedAccountCondition.d.ts +0 -17
  1629. package/dist/serialization/resources/accounting/types/LinkedAccountCondition.js +0 -38
  1630. package/dist/serialization/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -15
  1631. package/dist/serialization/resources/accounting/types/LinkedAccountConditionRequest.js +0 -36
  1632. package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1633. package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1634. package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1635. package/dist/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1636. package/dist/serialization/resources/accounting/types/OperatorSchema.d.ts +0 -13
  1637. package/dist/serialization/resources/accounting/types/OperatorSchema.js +0 -34
  1638. package/dist/serialization/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -14
  1639. package/dist/serialization/resources/ats/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1640. package/dist/serialization/resources/ats/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1641. package/dist/serialization/resources/ats/resources/selectiveSync/client/index.d.ts +0 -3
  1642. package/dist/serialization/resources/ats/resources/selectiveSync/client/index.js +0 -32
  1643. package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1644. package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1645. package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1646. package/dist/serialization/resources/ats/resources/selectiveSync/client/requests/index.js +0 -5
  1647. package/dist/serialization/resources/ats/resources/selectiveSync/index.d.ts +0 -1
  1648. package/dist/serialization/resources/ats/resources/selectiveSync/index.js +0 -17
  1649. package/dist/serialization/resources/ats/types/ConditionSchema.d.ts +0 -18
  1650. package/dist/serialization/resources/ats/types/ConditionSchema.js +0 -48
  1651. package/dist/serialization/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -10
  1652. package/dist/serialization/resources/ats/types/ConditionTypeEnum.d.ts +0 -10
  1653. package/dist/serialization/resources/ats/types/LinkedAccountCondition.d.ts +0 -17
  1654. package/dist/serialization/resources/ats/types/LinkedAccountCondition.js +0 -38
  1655. package/dist/serialization/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -15
  1656. package/dist/serialization/resources/ats/types/LinkedAccountConditionRequest.js +0 -36
  1657. package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1658. package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1659. package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1660. package/dist/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1661. package/dist/serialization/resources/ats/types/OperatorSchema.d.ts +0 -13
  1662. package/dist/serialization/resources/ats/types/OperatorSchema.js +0 -34
  1663. package/dist/serialization/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -14
  1664. package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1665. package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsList.js +0 -40
  1666. package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1667. package/dist/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1668. package/dist/serialization/resources/crm/resources/selectiveSync/client/index.d.ts +0 -3
  1669. package/dist/serialization/resources/crm/resources/selectiveSync/client/index.js +0 -32
  1670. package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1671. package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1672. package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1673. package/dist/serialization/resources/crm/resources/selectiveSync/client/requests/index.js +0 -5
  1674. package/dist/serialization/resources/crm/resources/selectiveSync/index.d.ts +0 -1
  1675. package/dist/serialization/resources/crm/resources/selectiveSync/index.js +0 -17
  1676. package/dist/serialization/resources/crm/types/ConditionSchema.d.ts +0 -18
  1677. package/dist/serialization/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -10
  1678. package/dist/serialization/resources/crm/types/ConditionTypeEnum.d.ts +0 -10
  1679. package/dist/serialization/resources/crm/types/LinkedAccountCondition.d.ts +0 -17
  1680. package/dist/serialization/resources/crm/types/LinkedAccountCondition.js +0 -38
  1681. package/dist/serialization/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -15
  1682. package/dist/serialization/resources/crm/types/LinkedAccountConditionRequest.js +0 -36
  1683. package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1684. package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1685. package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1686. package/dist/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1687. package/dist/serialization/resources/crm/types/OperatorSchema.d.ts +0 -13
  1688. package/dist/serialization/resources/crm/types/OperatorSchema.js +0 -34
  1689. package/dist/serialization/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -14
  1690. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1691. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.js +0 -40
  1692. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1693. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1694. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -3
  1695. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/index.js +0 -32
  1696. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1697. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1698. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1699. package/dist/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -5
  1700. package/dist/serialization/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
  1701. package/dist/serialization/resources/filestorage/resources/selectiveSync/index.js +0 -17
  1702. package/dist/serialization/resources/filestorage/types/ConditionSchema.d.ts +0 -18
  1703. package/dist/serialization/resources/filestorage/types/ConditionSchema.js +0 -48
  1704. package/dist/serialization/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -10
  1705. package/dist/serialization/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -10
  1706. package/dist/serialization/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -17
  1707. package/dist/serialization/resources/filestorage/types/LinkedAccountCondition.js +0 -38
  1708. package/dist/serialization/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -15
  1709. package/dist/serialization/resources/filestorage/types/LinkedAccountConditionRequest.js +0 -36
  1710. package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1711. package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1712. package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1713. package/dist/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1714. package/dist/serialization/resources/filestorage/types/OperatorSchema.d.ts +0 -13
  1715. package/dist/serialization/resources/filestorage/types/OperatorSchema.js +0 -34
  1716. package/dist/serialization/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -14
  1717. package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1718. package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsList.js +0 -40
  1719. package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1720. package/dist/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1721. package/dist/serialization/resources/hris/resources/selectiveSync/client/index.d.ts +0 -3
  1722. package/dist/serialization/resources/hris/resources/selectiveSync/client/index.js +0 -32
  1723. package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1724. package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1725. package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1726. package/dist/serialization/resources/hris/resources/selectiveSync/client/requests/index.js +0 -5
  1727. package/dist/serialization/resources/hris/resources/selectiveSync/index.d.ts +0 -1
  1728. package/dist/serialization/resources/hris/resources/selectiveSync/index.js +0 -17
  1729. package/dist/serialization/resources/hris/types/ConditionSchema.d.ts +0 -18
  1730. package/dist/serialization/resources/hris/types/ConditionSchema.js +0 -48
  1731. package/dist/serialization/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -10
  1732. package/dist/serialization/resources/hris/types/ConditionSchemaConditionType.js +0 -43
  1733. package/dist/serialization/resources/hris/types/ConditionTypeEnum.d.ts +0 -10
  1734. package/dist/serialization/resources/hris/types/ConditionTypeEnum.js +0 -31
  1735. package/dist/serialization/resources/hris/types/LinkedAccountCondition.d.ts +0 -17
  1736. package/dist/serialization/resources/hris/types/LinkedAccountCondition.js +0 -38
  1737. package/dist/serialization/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -15
  1738. package/dist/serialization/resources/hris/types/LinkedAccountConditionRequest.js +0 -36
  1739. package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1740. package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1741. package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1742. package/dist/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1743. package/dist/serialization/resources/hris/types/OperatorSchema.d.ts +0 -13
  1744. package/dist/serialization/resources/hris/types/OperatorSchema.js +0 -34
  1745. package/dist/serialization/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -14
  1746. package/dist/serialization/resources/hris/types/PaginatedConditionSchemaList.js +0 -46
  1747. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1748. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.js +0 -40
  1749. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1750. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1751. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -3
  1752. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/index.js +0 -32
  1753. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1754. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1755. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1756. package/dist/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -5
  1757. package/dist/serialization/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
  1758. package/dist/serialization/resources/ticketing/resources/selectiveSync/index.js +0 -17
  1759. package/dist/serialization/resources/ticketing/types/ConditionSchema.d.ts +0 -18
  1760. package/dist/serialization/resources/ticketing/types/ConditionSchema.js +0 -48
  1761. package/dist/serialization/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -10
  1762. package/dist/serialization/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -10
  1763. package/dist/serialization/resources/ticketing/types/ConditionTypeEnum.js +0 -31
  1764. package/dist/serialization/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -17
  1765. package/dist/serialization/resources/ticketing/types/LinkedAccountCondition.js +0 -38
  1766. package/dist/serialization/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -15
  1767. package/dist/serialization/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -36
  1768. package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1769. package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1770. package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1771. package/dist/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1772. package/dist/serialization/resources/ticketing/types/OperatorSchema.d.ts +0 -13
  1773. package/dist/serialization/resources/ticketing/types/OperatorSchema.js +0 -34
  1774. package/dist/serialization/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -14
  1775. package/dist/serialization/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -46
  1776. package/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1777. package/serialization/resources/accounting/resources/selectiveSync/client/configurationsList.js +0 -40
  1778. package/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1779. package/serialization/resources/accounting/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1780. package/serialization/resources/accounting/resources/selectiveSync/client/index.d.ts +0 -3
  1781. package/serialization/resources/accounting/resources/selectiveSync/client/index.js +0 -32
  1782. package/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1783. package/serialization/resources/accounting/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1784. package/serialization/resources/accounting/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1785. package/serialization/resources/accounting/resources/selectiveSync/client/requests/index.js +0 -5
  1786. package/serialization/resources/accounting/resources/selectiveSync/index.d.ts +0 -1
  1787. package/serialization/resources/accounting/resources/selectiveSync/index.js +0 -17
  1788. package/serialization/resources/accounting/types/ConditionSchema.d.ts +0 -18
  1789. package/serialization/resources/accounting/types/ConditionSchema.js +0 -48
  1790. package/serialization/resources/accounting/types/ConditionSchemaConditionType.d.ts +0 -10
  1791. package/serialization/resources/accounting/types/ConditionSchemaConditionType.js +0 -43
  1792. package/serialization/resources/accounting/types/ConditionTypeEnum.d.ts +0 -10
  1793. package/serialization/resources/accounting/types/ConditionTypeEnum.js +0 -31
  1794. package/serialization/resources/accounting/types/LinkedAccountCondition.d.ts +0 -17
  1795. package/serialization/resources/accounting/types/LinkedAccountCondition.js +0 -38
  1796. package/serialization/resources/accounting/types/LinkedAccountConditionRequest.d.ts +0 -15
  1797. package/serialization/resources/accounting/types/LinkedAccountConditionRequest.js +0 -36
  1798. package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1799. package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1800. package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1801. package/serialization/resources/accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1802. package/serialization/resources/accounting/types/OperatorSchema.d.ts +0 -13
  1803. package/serialization/resources/accounting/types/OperatorSchema.js +0 -34
  1804. package/serialization/resources/accounting/types/PaginatedConditionSchemaList.d.ts +0 -14
  1805. package/serialization/resources/accounting/types/PaginatedConditionSchemaList.js +0 -46
  1806. package/serialization/resources/ats/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1807. package/serialization/resources/ats/resources/selectiveSync/client/configurationsList.js +0 -40
  1808. package/serialization/resources/ats/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1809. package/serialization/resources/ats/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1810. package/serialization/resources/ats/resources/selectiveSync/client/index.d.ts +0 -3
  1811. package/serialization/resources/ats/resources/selectiveSync/client/index.js +0 -32
  1812. package/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1813. package/serialization/resources/ats/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1814. package/serialization/resources/ats/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1815. package/serialization/resources/ats/resources/selectiveSync/client/requests/index.js +0 -5
  1816. package/serialization/resources/ats/resources/selectiveSync/index.d.ts +0 -1
  1817. package/serialization/resources/ats/resources/selectiveSync/index.js +0 -17
  1818. package/serialization/resources/ats/types/ConditionSchema.d.ts +0 -18
  1819. package/serialization/resources/ats/types/ConditionSchema.js +0 -48
  1820. package/serialization/resources/ats/types/ConditionSchemaConditionType.d.ts +0 -10
  1821. package/serialization/resources/ats/types/ConditionTypeEnum.d.ts +0 -10
  1822. package/serialization/resources/ats/types/ConditionTypeEnum.js +0 -31
  1823. package/serialization/resources/ats/types/LinkedAccountCondition.d.ts +0 -17
  1824. package/serialization/resources/ats/types/LinkedAccountCondition.js +0 -38
  1825. package/serialization/resources/ats/types/LinkedAccountConditionRequest.d.ts +0 -15
  1826. package/serialization/resources/ats/types/LinkedAccountConditionRequest.js +0 -36
  1827. package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1828. package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1829. package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1830. package/serialization/resources/ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1831. package/serialization/resources/ats/types/OperatorSchema.d.ts +0 -13
  1832. package/serialization/resources/ats/types/OperatorSchema.js +0 -34
  1833. package/serialization/resources/ats/types/PaginatedConditionSchemaList.d.ts +0 -14
  1834. package/serialization/resources/ats/types/PaginatedConditionSchemaList.js +0 -46
  1835. package/serialization/resources/crm/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1836. package/serialization/resources/crm/resources/selectiveSync/client/configurationsList.js +0 -40
  1837. package/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1838. package/serialization/resources/crm/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1839. package/serialization/resources/crm/resources/selectiveSync/client/index.d.ts +0 -3
  1840. package/serialization/resources/crm/resources/selectiveSync/client/index.js +0 -32
  1841. package/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1842. package/serialization/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1843. package/serialization/resources/crm/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1844. package/serialization/resources/crm/resources/selectiveSync/client/requests/index.js +0 -5
  1845. package/serialization/resources/crm/resources/selectiveSync/index.d.ts +0 -1
  1846. package/serialization/resources/crm/resources/selectiveSync/index.js +0 -17
  1847. package/serialization/resources/crm/types/ConditionSchema.d.ts +0 -18
  1848. package/serialization/resources/crm/types/ConditionSchemaConditionType.d.ts +0 -10
  1849. package/serialization/resources/crm/types/ConditionTypeEnum.d.ts +0 -10
  1850. package/serialization/resources/crm/types/ConditionTypeEnum.js +0 -31
  1851. package/serialization/resources/crm/types/LinkedAccountCondition.d.ts +0 -17
  1852. package/serialization/resources/crm/types/LinkedAccountCondition.js +0 -38
  1853. package/serialization/resources/crm/types/LinkedAccountConditionRequest.d.ts +0 -15
  1854. package/serialization/resources/crm/types/LinkedAccountConditionRequest.js +0 -36
  1855. package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1856. package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1857. package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1858. package/serialization/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1859. package/serialization/resources/crm/types/OperatorSchema.d.ts +0 -13
  1860. package/serialization/resources/crm/types/OperatorSchema.js +0 -34
  1861. package/serialization/resources/crm/types/PaginatedConditionSchemaList.d.ts +0 -14
  1862. package/serialization/resources/crm/types/PaginatedConditionSchemaList.js +0 -46
  1863. package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1864. package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsList.js +0 -40
  1865. package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1866. package/serialization/resources/filestorage/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1867. package/serialization/resources/filestorage/resources/selectiveSync/client/index.d.ts +0 -3
  1868. package/serialization/resources/filestorage/resources/selectiveSync/client/index.js +0 -32
  1869. package/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1870. package/serialization/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1871. package/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1872. package/serialization/resources/filestorage/resources/selectiveSync/client/requests/index.js +0 -5
  1873. package/serialization/resources/filestorage/resources/selectiveSync/index.d.ts +0 -1
  1874. package/serialization/resources/filestorage/resources/selectiveSync/index.js +0 -17
  1875. package/serialization/resources/filestorage/types/ConditionSchema.d.ts +0 -18
  1876. package/serialization/resources/filestorage/types/ConditionSchema.js +0 -48
  1877. package/serialization/resources/filestorage/types/ConditionSchemaConditionType.d.ts +0 -10
  1878. package/serialization/resources/filestorage/types/ConditionSchemaConditionType.js +0 -43
  1879. package/serialization/resources/filestorage/types/ConditionTypeEnum.d.ts +0 -10
  1880. package/serialization/resources/filestorage/types/ConditionTypeEnum.js +0 -31
  1881. package/serialization/resources/filestorage/types/LinkedAccountCondition.d.ts +0 -17
  1882. package/serialization/resources/filestorage/types/LinkedAccountCondition.js +0 -38
  1883. package/serialization/resources/filestorage/types/LinkedAccountConditionRequest.d.ts +0 -15
  1884. package/serialization/resources/filestorage/types/LinkedAccountConditionRequest.js +0 -36
  1885. package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1886. package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1887. package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1888. package/serialization/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1889. package/serialization/resources/filestorage/types/OperatorSchema.d.ts +0 -13
  1890. package/serialization/resources/filestorage/types/OperatorSchema.js +0 -34
  1891. package/serialization/resources/filestorage/types/PaginatedConditionSchemaList.d.ts +0 -14
  1892. package/serialization/resources/filestorage/types/PaginatedConditionSchemaList.js +0 -46
  1893. package/serialization/resources/hris/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1894. package/serialization/resources/hris/resources/selectiveSync/client/configurationsList.js +0 -40
  1895. package/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1896. package/serialization/resources/hris/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1897. package/serialization/resources/hris/resources/selectiveSync/client/index.d.ts +0 -3
  1898. package/serialization/resources/hris/resources/selectiveSync/client/index.js +0 -32
  1899. package/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1900. package/serialization/resources/hris/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1901. package/serialization/resources/hris/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1902. package/serialization/resources/hris/resources/selectiveSync/client/requests/index.js +0 -5
  1903. package/serialization/resources/hris/resources/selectiveSync/index.d.ts +0 -1
  1904. package/serialization/resources/hris/resources/selectiveSync/index.js +0 -17
  1905. package/serialization/resources/hris/types/ConditionSchema.d.ts +0 -18
  1906. package/serialization/resources/hris/types/ConditionSchema.js +0 -48
  1907. package/serialization/resources/hris/types/ConditionSchemaConditionType.d.ts +0 -10
  1908. package/serialization/resources/hris/types/ConditionSchemaConditionType.js +0 -43
  1909. package/serialization/resources/hris/types/ConditionTypeEnum.d.ts +0 -10
  1910. package/serialization/resources/hris/types/ConditionTypeEnum.js +0 -31
  1911. package/serialization/resources/hris/types/LinkedAccountCondition.d.ts +0 -17
  1912. package/serialization/resources/hris/types/LinkedAccountCondition.js +0 -38
  1913. package/serialization/resources/hris/types/LinkedAccountConditionRequest.d.ts +0 -15
  1914. package/serialization/resources/hris/types/LinkedAccountConditionRequest.js +0 -36
  1915. package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1916. package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1917. package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1918. package/serialization/resources/hris/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1919. package/serialization/resources/hris/types/OperatorSchema.d.ts +0 -13
  1920. package/serialization/resources/hris/types/OperatorSchema.js +0 -34
  1921. package/serialization/resources/hris/types/PaginatedConditionSchemaList.d.ts +0 -14
  1922. package/serialization/resources/hris/types/PaginatedConditionSchemaList.js +0 -46
  1923. package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.d.ts +0 -10
  1924. package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsList.js +0 -40
  1925. package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.d.ts +0 -10
  1926. package/serialization/resources/ticketing/resources/selectiveSync/client/configurationsUpdate.js +0 -40
  1927. package/serialization/resources/ticketing/resources/selectiveSync/client/index.d.ts +0 -3
  1928. package/serialization/resources/ticketing/resources/selectiveSync/client/index.js +0 -32
  1929. package/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.d.ts +0 -12
  1930. package/serialization/resources/ticketing/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js +0 -42
  1931. package/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.d.ts +0 -1
  1932. package/serialization/resources/ticketing/resources/selectiveSync/client/requests/index.js +0 -5
  1933. package/serialization/resources/ticketing/resources/selectiveSync/index.d.ts +0 -1
  1934. package/serialization/resources/ticketing/resources/selectiveSync/index.js +0 -17
  1935. package/serialization/resources/ticketing/types/ConditionSchema.d.ts +0 -18
  1936. package/serialization/resources/ticketing/types/ConditionSchema.js +0 -48
  1937. package/serialization/resources/ticketing/types/ConditionSchemaConditionType.d.ts +0 -10
  1938. package/serialization/resources/ticketing/types/ConditionTypeEnum.d.ts +0 -10
  1939. package/serialization/resources/ticketing/types/ConditionTypeEnum.js +0 -31
  1940. package/serialization/resources/ticketing/types/LinkedAccountCondition.d.ts +0 -17
  1941. package/serialization/resources/ticketing/types/LinkedAccountCondition.js +0 -38
  1942. package/serialization/resources/ticketing/types/LinkedAccountConditionRequest.d.ts +0 -15
  1943. package/serialization/resources/ticketing/types/LinkedAccountConditionRequest.js +0 -36
  1944. package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.d.ts +0 -12
  1945. package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfiguration.js +0 -44
  1946. package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.d.ts +0 -12
  1947. package/serialization/resources/ticketing/types/LinkedAccountSelectiveSyncConfigurationRequest.js +0 -42
  1948. package/serialization/resources/ticketing/types/OperatorSchema.d.ts +0 -13
  1949. package/serialization/resources/ticketing/types/OperatorSchema.js +0 -34
  1950. package/serialization/resources/ticketing/types/PaginatedConditionSchemaList.d.ts +0 -14
  1951. package/serialization/resources/ticketing/types/PaginatedConditionSchemaList.js +0 -46
  1952. /package/api/resources/accounting/{resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → types/PatchedPaymentRequestType.js} +0 -0
  1953. /package/api/resources/accounting/{resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → types/PaymentRequestType.js} +0 -0
  1954. /package/api/resources/accounting/types/{ConditionSchema.js → PaymentType.js} +0 -0
  1955. /package/api/resources/accounting/types/{ConditionSchemaConditionType.js → RemoteFieldApiCoverage.js} +0 -0
  1956. /package/api/resources/{accounting/types/LinkedAccountCondition.js → ats/types/ApplicationRequestScreeningQuestionAnswersItem.js} +0 -0
  1957. /package/api/resources/{accounting/types/LinkedAccountConditionRequest.js → ats/types/ApplicationScreeningQuestionAnswersItem.js} +0 -0
  1958. /package/api/resources/{accounting/types/LinkedAccountSelectiveSyncConfiguration.js → ats/types/RemoteFieldApiCoverage.js} +0 -0
  1959. /package/api/resources/{accounting/types/LinkedAccountSelectiveSyncConfigurationRequest.js → ats/types/ScreeningQuestionAnswer.js} +0 -0
  1960. /package/api/resources/{accounting/types/OperatorSchema.js → ats/types/ScreeningQuestionAnswerQuestion.js} +0 -0
  1961. /package/api/resources/{accounting/types/PaginatedConditionSchemaList.js → ats/types/ScreeningQuestionAnswerRequest.js} +0 -0
  1962. /package/api/resources/ats/{resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → types/ScreeningQuestionAnswerRequestQuestion.js} +0 -0
  1963. /package/api/resources/{ats/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js} +0 -0
  1964. /package/api/resources/{ats/types/ConditionSchema.js → crm/types/RemoteFieldApiCoverage.js} +0 -0
  1965. /package/api/resources/{ats/types/ConditionSchemaConditionType.js → filestorage/types/RemoteFieldApiCoverage.js} +0 -0
  1966. /package/api/resources/{ats/types/LinkedAccountCondition.js → hris/types/RemoteFieldApiCoverage.js} +0 -0
  1967. /package/api/resources/{ats/types/LinkedAccountConditionRequest.js → ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +0 -0
  1968. /package/api/resources/{ats/types/LinkedAccountSelectiveSyncConfiguration.js → ticketing/types/ContactRequest.js} +0 -0
  1969. /package/api/resources/{ats/types/LinkedAccountSelectiveSyncConfigurationRequest.js → ticketing/types/ContactRequestAccount.js} +0 -0
  1970. /package/api/resources/{ats/types/OperatorSchema.js → ticketing/types/RemoteFieldApiCoverage.js} +0 -0
  1971. /package/api/resources/{ats/types/PaginatedConditionSchemaList.js → ticketing/types/TicketingContactResponse.js} +0 -0
  1972. /package/{api/resources/crm/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → dist/api/resources/accounting/types/PatchedPaymentRequestType.js} +0 -0
  1973. /package/{api/resources/crm/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → dist/api/resources/accounting/types/PaymentRequestType.js} +0 -0
  1974. /package/{api/resources/crm/types/ConditionSchema.js → dist/api/resources/accounting/types/PaymentType.js} +0 -0
  1975. /package/{api/resources/crm/types/ConditionSchemaConditionType.js → dist/api/resources/accounting/types/RemoteFieldApiCoverage.js} +0 -0
  1976. /package/{api/resources/crm/types/LinkedAccountCondition.js → dist/api/resources/ats/types/ApplicationRequestScreeningQuestionAnswersItem.js} +0 -0
  1977. /package/{api/resources/crm/types/LinkedAccountConditionRequest.js → dist/api/resources/ats/types/ApplicationScreeningQuestionAnswersItem.js} +0 -0
  1978. /package/{api/resources/crm/types/LinkedAccountSelectiveSyncConfiguration.js → dist/api/resources/ats/types/RemoteFieldApiCoverage.js} +0 -0
  1979. /package/{api/resources/crm/types/LinkedAccountSelectiveSyncConfigurationRequest.js → dist/api/resources/ats/types/ScreeningQuestionAnswer.js} +0 -0
  1980. /package/{api/resources/crm/types/OperatorSchema.js → dist/api/resources/ats/types/ScreeningQuestionAnswerQuestion.js} +0 -0
  1981. /package/{api/resources/crm/types/PaginatedConditionSchemaList.js → dist/api/resources/ats/types/ScreeningQuestionAnswerRequest.js} +0 -0
  1982. /package/{api/resources/filestorage/resources/selectiveSync/client/requests/LinkedAccountSelectiveSyncConfigurationListRequest.js → dist/api/resources/ats/types/ScreeningQuestionAnswerRequestQuestion.js} +0 -0
  1983. /package/{api/resources/filestorage/resources/selectiveSync/client/requests/SelectiveSyncMetaListRequest.js → dist/api/resources/crm/resources/customObjects/client/requests/CustomObjectClassesCustomObjectsRemoteFieldClassesListRequest.js} +0 -0
  1984. /package/{api/resources/filestorage/types/ConditionSchema.js → dist/api/resources/crm/types/RemoteFieldApiCoverage.js} +0 -0
  1985. /package/{api/resources/filestorage/types/ConditionSchemaConditionType.js → dist/api/resources/filestorage/types/RemoteFieldApiCoverage.js} +0 -0
  1986. /package/{api/resources/filestorage/types/LinkedAccountCondition.js → dist/api/resources/hris/types/RemoteFieldApiCoverage.js} +0 -0
  1987. /package/{api/resources/filestorage/types/LinkedAccountConditionRequest.js → dist/api/resources/ticketing/resources/contacts/client/requests/TicketingContactEndpointRequest.js} +0 -0
  1988. /package/{api/resources/filestorage/types/LinkedAccountSelectiveSyncConfiguration.js → dist/api/resources/ticketing/types/ContactRequest.js} +0 -0
  1989. /package/{api/resources/filestorage/types/LinkedAccountSelectiveSyncConfigurationRequest.js → dist/api/resources/ticketing/types/ContactRequestAccount.js} +0 -0
  1990. /package/{api/resources/filestorage/types/OperatorSchema.js → dist/api/resources/ticketing/types/RemoteFieldApiCoverage.js} +0 -0
  1991. /package/{api/resources/filestorage/types/PaginatedConditionSchemaList.js → dist/api/resources/ticketing/types/TicketingContactResponse.js} +0 -0
  1992. /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/client/index.d.ts +0 -0
  1993. /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/client/index.js +0 -0
  1994. /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/index.d.ts +0 -0
  1995. /package/{api/resources/accounting/resources/selectiveSync → dist/serialization/resources/ticketing/resources/contacts}/index.js +0 -0
  1996. /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/client/index.d.ts +0 -0
  1997. /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/client/index.js +0 -0
  1998. /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/index.d.ts +0 -0
  1999. /package/{api/resources/ats/resources/selectiveSync → serialization/resources/ticketing/resources/contacts}/index.js +0 -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 ApplicationsRetrieveRequestExpand = "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 ApplicationsRetrieveRequestExpand = "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 ApplicationsRetrieveRequestExpand: {
6
6
  readonly Candidate: "candidate";
7
7
  readonly CandidateCreditedTo: "candidate,credited_to";
@@ -65,5 +65,197 @@ export declare const ApplicationsRetrieveRequestExpand: {
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.ApplicationsRetrieveRequestExpand = {
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
  };
@@ -70,7 +70,7 @@ class AsyncPassthrough {
70
70
  : undefined,
71
71
  "X-Fern-Language": "JavaScript",
72
72
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
73
- "X-Fern-SDK-Version": "1.0.7",
73
+ "X-Fern-SDK-Version": "1.0.9",
74
74
  },
75
75
  contentType: "application/json",
76
76
  body: yield serializers.ats.DataPassthroughRequest.jsonOrThrow(request, {
@@ -84,6 +84,7 @@ class AsyncPassthrough {
84
84
  unrecognizedObjectKeys: "passthrough",
85
85
  allowUnrecognizedUnionMembers: true,
86
86
  allowUnrecognizedEnumValues: true,
87
+ skipValidation: true,
87
88
  breadcrumbsPrefix: ["response"],
88
89
  });
89
90
  }
@@ -127,7 +128,7 @@ class AsyncPassthrough {
127
128
  : undefined,
128
129
  "X-Fern-Language": "JavaScript",
129
130
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
130
- "X-Fern-SDK-Version": "1.0.7",
131
+ "X-Fern-SDK-Version": "1.0.9",
131
132
  },
132
133
  contentType: "application/json",
133
134
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -138,6 +139,7 @@ class AsyncPassthrough {
138
139
  unrecognizedObjectKeys: "passthrough",
139
140
  allowUnrecognizedUnionMembers: true,
140
141
  allowUnrecognizedEnumValues: true,
142
+ skipValidation: true,
141
143
  breadcrumbsPrefix: ["response"],
142
144
  });
143
145
  }
@@ -119,7 +119,7 @@ class Attachments {
119
119
  : undefined,
120
120
  "X-Fern-Language": "JavaScript",
121
121
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
122
- "X-Fern-SDK-Version": "1.0.7",
122
+ "X-Fern-SDK-Version": "1.0.9",
123
123
  },
124
124
  contentType: "application/json",
125
125
  queryParameters: _queryParams,
@@ -131,6 +131,7 @@ class Attachments {
131
131
  unrecognizedObjectKeys: "passthrough",
132
132
  allowUnrecognizedUnionMembers: true,
133
133
  allowUnrecognizedEnumValues: true,
134
+ skipValidation: true,
134
135
  breadcrumbsPrefix: ["response"],
135
136
  });
136
137
  }
@@ -185,7 +186,7 @@ class Attachments {
185
186
  : undefined,
186
187
  "X-Fern-Language": "JavaScript",
187
188
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
188
- "X-Fern-SDK-Version": "1.0.7",
189
+ "X-Fern-SDK-Version": "1.0.9",
189
190
  },
190
191
  contentType: "application/json",
191
192
  queryParameters: _queryParams,
@@ -200,6 +201,7 @@ class Attachments {
200
201
  unrecognizedObjectKeys: "passthrough",
201
202
  allowUnrecognizedUnionMembers: true,
202
203
  allowUnrecognizedEnumValues: true,
204
+ skipValidation: true,
203
205
  breadcrumbsPrefix: ["response"],
204
206
  });
205
207
  }
@@ -257,7 +259,7 @@ class Attachments {
257
259
  : undefined,
258
260
  "X-Fern-Language": "JavaScript",
259
261
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
260
- "X-Fern-SDK-Version": "1.0.7",
262
+ "X-Fern-SDK-Version": "1.0.9",
261
263
  },
262
264
  contentType: "application/json",
263
265
  queryParameters: _queryParams,
@@ -269,6 +271,7 @@ class Attachments {
269
271
  unrecognizedObjectKeys: "passthrough",
270
272
  allowUnrecognizedUnionMembers: true,
271
273
  allowUnrecognizedEnumValues: true,
274
+ skipValidation: true,
272
275
  breadcrumbsPrefix: ["response"],
273
276
  });
274
277
  }
@@ -312,7 +315,7 @@ class Attachments {
312
315
  : undefined,
313
316
  "X-Fern-Language": "JavaScript",
314
317
  "X-Fern-SDK-Name": "@mergeapi/merge-node-client",
315
- "X-Fern-SDK-Version": "1.0.7",
318
+ "X-Fern-SDK-Version": "1.0.9",
316
319
  },
317
320
  contentType: "application/json",
318
321
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -323,6 +326,7 @@ class Attachments {
323
326
  unrecognizedObjectKeys: "passthrough",
324
327
  allowUnrecognizedUnionMembers: true,
325
328
  allowUnrecognizedEnumValues: true,
329
+ skipValidation: true,
326
330
  breadcrumbsPrefix: ["response"],
327
331
  });
328
332
  }